Automatic date update in version.in
[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
5c1008a4
MF
790enable_werror
791enable_build_warnings
792enable_sim_build_warnings
81ecdfbb 793enable_cgen_maint
94c63d78 794enable_sim_hardware
81ecdfbb
RW
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
804CPP'
805
edece237
CV
806
807# Initialize some variables set by options.
808ac_init_help=
809ac_init_version=false
81ecdfbb
RW
810ac_unrecognized_opts=
811ac_unrecognized_sep=
edece237
CV
812# The variables have the same names as the options, with
813# dashes changed to underlines.
814cache_file=/dev/null
815exec_prefix=NONE
816no_create=
817no_recursion=
818prefix=NONE
819program_prefix=NONE
820program_suffix=NONE
821program_transform_name=s,x,x,
822silent=
823site=
824srcdir=
825verbose=
826x_includes=NONE
827x_libraries=NONE
828
829# Installation directory options.
830# These are left unexpanded so users can "make install exec_prefix=/foo"
831# and all the variables that are supposed to be based on exec_prefix
832# by default will actually change.
833# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 834# (The list follows the same order as the GNU Coding Standards.)
edece237
CV
835bindir='${exec_prefix}/bin'
836sbindir='${exec_prefix}/sbin'
837libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
838datarootdir='${prefix}/share'
839datadir='${datarootdir}'
edece237
CV
840sysconfdir='${prefix}/etc'
841sharedstatedir='${prefix}/com'
842localstatedir='${prefix}/var'
edece237
CV
843includedir='${prefix}/include'
844oldincludedir='/usr/include'
81ecdfbb
RW
845docdir='${datarootdir}/doc/${PACKAGE}'
846infodir='${datarootdir}/info'
847htmldir='${docdir}'
848dvidir='${docdir}'
849pdfdir='${docdir}'
850psdir='${docdir}'
851libdir='${exec_prefix}/lib'
852localedir='${datarootdir}/locale'
853mandir='${datarootdir}/man'
edece237
CV
854
855ac_prev=
81ecdfbb 856ac_dashdash=
edece237
CV
857for ac_option
858do
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
81ecdfbb 861 eval $ac_prev=\$ac_option
edece237
CV
862 ac_prev=
863 continue
864 fi
865
81ecdfbb 866 case $ac_option in
d0ac1c44
SM
867 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *=) ac_optarg= ;;
869 *) ac_optarg=yes ;;
81ecdfbb 870 esac
edece237
CV
871
872 # Accept the important Cygnus configure options, so we can diagnose typos.
873
81ecdfbb
RW
874 case $ac_dashdash$ac_option in
875 --)
876 ac_dashdash=yes ;;
edece237
CV
877
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
882
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
887
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
894
895 --config-cache | -C)
896 cache_file=config.cache ;;
897
81ecdfbb 898 -datadir | --datadir | --datadi | --datad)
edece237 899 ac_prev=datadir ;;
81ecdfbb 900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
edece237
CV
901 datadir=$ac_optarg ;;
902
81ecdfbb
RW
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
909
edece237 910 -disable-* | --disable-*)
81ecdfbb 911 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
edece237 912 # Reject names that are not valid shell variable names.
81ecdfbb 913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 914 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
918 *"
919"enable_$ac_useropt"
920"*) ;;
921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
922 ac_unrecognized_sep=', ';;
923 esac
924 eval enable_$ac_useropt=no ;;
925
926 -docdir | --docdir | --docdi | --doc | --do)
927 ac_prev=docdir ;;
928 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
929 docdir=$ac_optarg ;;
930
931 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
932 ac_prev=dvidir ;;
933 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
934 dvidir=$ac_optarg ;;
edece237
CV
935
936 -enable-* | --enable-*)
81ecdfbb 937 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
edece237 938 # Reject names that are not valid shell variable names.
81ecdfbb 939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 940 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
944 *"
945"enable_$ac_useropt"
946"*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
edece237 949 esac
81ecdfbb 950 eval enable_$ac_useropt=\$ac_optarg ;;
edece237
CV
951
952 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
953 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
954 | --exec | --exe | --ex)
955 ac_prev=exec_prefix ;;
956 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
957 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
958 | --exec=* | --exe=* | --ex=*)
959 exec_prefix=$ac_optarg ;;
960
961 -gas | --gas | --ga | --g)
962 # Obsolete; use --with-gas.
963 with_gas=yes ;;
964
965 -help | --help | --hel | --he | -h)
966 ac_init_help=long ;;
967 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
968 ac_init_help=recursive ;;
969 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
970 ac_init_help=short ;;
971
972 -host | --host | --hos | --ho)
973 ac_prev=host_alias ;;
974 -host=* | --host=* | --hos=* | --ho=*)
975 host_alias=$ac_optarg ;;
976
81ecdfbb
RW
977 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
978 ac_prev=htmldir ;;
979 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
980 | --ht=*)
981 htmldir=$ac_optarg ;;
982
edece237
CV
983 -includedir | --includedir | --includedi | --included | --include \
984 | --includ | --inclu | --incl | --inc)
985 ac_prev=includedir ;;
986 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
987 | --includ=* | --inclu=* | --incl=* | --inc=*)
988 includedir=$ac_optarg ;;
989
990 -infodir | --infodir | --infodi | --infod | --info | --inf)
991 ac_prev=infodir ;;
992 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
993 infodir=$ac_optarg ;;
994
995 -libdir | --libdir | --libdi | --libd)
996 ac_prev=libdir ;;
997 -libdir=* | --libdir=* | --libdi=* | --libd=*)
998 libdir=$ac_optarg ;;
999
1000 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1001 | --libexe | --libex | --libe)
1002 ac_prev=libexecdir ;;
1003 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1004 | --libexe=* | --libex=* | --libe=*)
1005 libexecdir=$ac_optarg ;;
1006
81ecdfbb
RW
1007 -localedir | --localedir | --localedi | --localed | --locale)
1008 ac_prev=localedir ;;
1009 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1010 localedir=$ac_optarg ;;
1011
edece237 1012 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1013 | --localstate | --localstat | --localsta | --localst | --locals)
edece237
CV
1014 ac_prev=localstatedir ;;
1015 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1016 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
edece237
CV
1017 localstatedir=$ac_optarg ;;
1018
1019 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1020 ac_prev=mandir ;;
1021 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1022 mandir=$ac_optarg ;;
1023
1024 -nfp | --nfp | --nf)
1025 # Obsolete; use --without-fp.
1026 with_fp=no ;;
1027
1028 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1029 | --no-cr | --no-c | -n)
1030 no_create=yes ;;
1031
1032 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1033 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1034 no_recursion=yes ;;
1035
1036 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1037 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1038 | --oldin | --oldi | --old | --ol | --o)
1039 ac_prev=oldincludedir ;;
1040 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1041 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1042 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1043 oldincludedir=$ac_optarg ;;
1044
1045 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1046 ac_prev=prefix ;;
1047 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1048 prefix=$ac_optarg ;;
1049
1050 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1051 | --program-pre | --program-pr | --program-p)
1052 ac_prev=program_prefix ;;
1053 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1054 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1055 program_prefix=$ac_optarg ;;
1056
1057 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1058 | --program-suf | --program-su | --program-s)
1059 ac_prev=program_suffix ;;
1060 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1061 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1062 program_suffix=$ac_optarg ;;
1063
1064 -program-transform-name | --program-transform-name \
1065 | --program-transform-nam | --program-transform-na \
1066 | --program-transform-n | --program-transform- \
1067 | --program-transform | --program-transfor \
1068 | --program-transfo | --program-transf \
1069 | --program-trans | --program-tran \
1070 | --progr-tra | --program-tr | --program-t)
1071 ac_prev=program_transform_name ;;
1072 -program-transform-name=* | --program-transform-name=* \
1073 | --program-transform-nam=* | --program-transform-na=* \
1074 | --program-transform-n=* | --program-transform-=* \
1075 | --program-transform=* | --program-transfor=* \
1076 | --program-transfo=* | --program-transf=* \
1077 | --program-trans=* | --program-tran=* \
1078 | --progr-tra=* | --program-tr=* | --program-t=*)
1079 program_transform_name=$ac_optarg ;;
1080
81ecdfbb
RW
1081 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1082 ac_prev=pdfdir ;;
1083 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1084 pdfdir=$ac_optarg ;;
1085
1086 -psdir | --psdir | --psdi | --psd | --ps)
1087 ac_prev=psdir ;;
1088 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1089 psdir=$ac_optarg ;;
1090
edece237
CV
1091 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1092 | -silent | --silent | --silen | --sile | --sil)
1093 silent=yes ;;
1094
1095 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1096 ac_prev=sbindir ;;
1097 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1098 | --sbi=* | --sb=*)
1099 sbindir=$ac_optarg ;;
1100
1101 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1102 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1103 | --sharedst | --shareds | --shared | --share | --shar \
1104 | --sha | --sh)
1105 ac_prev=sharedstatedir ;;
1106 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1107 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1108 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1109 | --sha=* | --sh=*)
1110 sharedstatedir=$ac_optarg ;;
1111
1112 -site | --site | --sit)
1113 ac_prev=site ;;
1114 -site=* | --site=* | --sit=*)
1115 site=$ac_optarg ;;
1116
1117 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1118 ac_prev=srcdir ;;
1119 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1120 srcdir=$ac_optarg ;;
1121
1122 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1123 | --syscon | --sysco | --sysc | --sys | --sy)
1124 ac_prev=sysconfdir ;;
1125 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1126 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1127 sysconfdir=$ac_optarg ;;
1128
1129 -target | --target | --targe | --targ | --tar | --ta | --t)
1130 ac_prev=target_alias ;;
1131 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1132 target_alias=$ac_optarg ;;
1133
1134 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1135 verbose=yes ;;
1136
1137 -version | --version | --versio | --versi | --vers | -V)
1138 ac_init_version=: ;;
1139
1140 -with-* | --with-*)
81ecdfbb 1141 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
edece237 1142 # Reject names that are not valid shell variable names.
81ecdfbb 1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1144 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1145 ac_useropt_orig=$ac_useropt
1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1147 case $ac_user_opts in
1148 *"
1149"with_$ac_useropt"
1150"*) ;;
1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1152 ac_unrecognized_sep=', ';;
edece237 1153 esac
81ecdfbb 1154 eval with_$ac_useropt=\$ac_optarg ;;
edece237
CV
1155
1156 -without-* | --without-*)
81ecdfbb 1157 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
edece237 1158 # Reject names that are not valid shell variable names.
81ecdfbb 1159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1160 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1161 ac_useropt_orig=$ac_useropt
1162 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1163 case $ac_user_opts in
1164 *"
1165"with_$ac_useropt"
1166"*) ;;
1167 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1168 ac_unrecognized_sep=', ';;
1169 esac
1170 eval with_$ac_useropt=no ;;
edece237
CV
1171
1172 --x)
1173 # Obsolete; use --with-x.
1174 with_x=yes ;;
1175
1176 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1177 | --x-incl | --x-inc | --x-in | --x-i)
1178 ac_prev=x_includes ;;
1179 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1180 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1181 x_includes=$ac_optarg ;;
1182
1183 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1184 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1185 ac_prev=x_libraries ;;
1186 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1187 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1188 x_libraries=$ac_optarg ;;
1189
d0ac1c44
SM
1190 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1191Try \`$0 --help' for more information"
edece237
CV
1192 ;;
1193
1194 *=*)
1195 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1196 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1197 case $ac_envvar in #(
1198 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1199 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1200 esac
1201 eval $ac_envvar=\$ac_optarg
edece237
CV
1202 export $ac_envvar ;;
1203
1204 *)
1205 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1206 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
edece237 1207 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1208 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1209 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
edece237
CV
1210 ;;
1211
1212 esac
1213done
1214
1215if test -n "$ac_prev"; then
1216 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1217 as_fn_error $? "missing argument to $ac_option"
edece237
CV
1218fi
1219
81ecdfbb
RW
1220if test -n "$ac_unrecognized_opts"; then
1221 case $enable_option_checking in
1222 no) ;;
d0ac1c44 1223 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1224 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
edece237 1225 esac
81ecdfbb 1226fi
edece237 1227
81ecdfbb
RW
1228# Check all directory arguments for consistency.
1229for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1230 datadir sysconfdir sharedstatedir localstatedir includedir \
1231 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1232 libdir localedir mandir
edece237 1233do
81ecdfbb
RW
1234 eval ac_val=\$$ac_var
1235 # Remove trailing slashes.
1236 case $ac_val in
1237 */ )
1238 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1239 eval $ac_var=\$ac_val;;
1240 esac
1241 # Be sure to have absolute directory names.
edece237 1242 case $ac_val in
81ecdfbb
RW
1243 [\\/$]* | ?:[\\/]* ) continue;;
1244 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
edece237 1245 esac
d0ac1c44 1246 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
edece237
CV
1247done
1248
1249# There might be people who depend on the old broken behavior: `$host'
1250# used to hold the argument of --host etc.
1251# FIXME: To remove some day.
1252build=$build_alias
1253host=$host_alias
1254target=$target_alias
1255
1256# FIXME: To remove some day.
1257if test "x$host_alias" != x; then
1258 if test "x$build_alias" = x; then
1259 cross_compiling=maybe
edece237
CV
1260 elif test "x$build_alias" != "x$host_alias"; then
1261 cross_compiling=yes
1262 fi
1263fi
1264
1265ac_tool_prefix=
1266test -n "$host_alias" && ac_tool_prefix=$host_alias-
1267
1268test "$silent" = yes && exec 6>/dev/null
1269
1270
81ecdfbb
RW
1271ac_pwd=`pwd` && test -n "$ac_pwd" &&
1272ac_ls_di=`ls -di .` &&
1273ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1274 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1276 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1277
1278
edece237
CV
1279# Find the source files, if location was not specified.
1280if test -z "$srcdir"; then
1281 ac_srcdir_defaulted=yes
81ecdfbb
RW
1282 # Try the directory containing this script, then the parent directory.
1283 ac_confdir=`$as_dirname -- "$as_myself" ||
1284$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1285 X"$as_myself" : 'X\(//\)[^/]' \| \
1286 X"$as_myself" : 'X\(//\)$' \| \
1287 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1288$as_echo X"$as_myself" |
1289 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)[^/].*/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\/\)$/{
1298 s//\1/
1299 q
1300 }
1301 /^X\(\/\).*/{
1302 s//\1/
1303 q
1304 }
1305 s/.*/./; q'`
edece237 1306 srcdir=$ac_confdir
81ecdfbb 1307 if test ! -r "$srcdir/$ac_unique_file"; then
edece237
CV
1308 srcdir=..
1309 fi
1310else
1311 ac_srcdir_defaulted=no
1312fi
81ecdfbb
RW
1313if test ! -r "$srcdir/$ac_unique_file"; then
1314 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1315 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1316fi
1317ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1318ac_abs_confdir=`(
d0ac1c44 1319 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1320 pwd)`
1321# When building in place, set srcdir=.
1322if test "$ac_abs_confdir" = "$ac_pwd"; then
1323 srcdir=.
1324fi
1325# Remove unnecessary trailing slashes from srcdir.
1326# Double slashes in file names in object file debugging info
1327# mess up M-x gdb in Emacs.
1328case $srcdir in
1329*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1330esac
1331for ac_var in $ac_precious_vars; do
1332 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1333 eval ac_env_${ac_var}_value=\$${ac_var}
1334 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1335 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1336done
edece237
CV
1337
1338#
1339# Report the --help message.
1340#
1341if test "$ac_init_help" = "long"; then
1342 # Omit some internal or obsolete options to make the list less imposing.
1343 # This message is too long to be a string in the A/UX 3.1 sh.
1344 cat <<_ACEOF
1345\`configure' configures this package to adapt to many kinds of systems.
1346
1347Usage: $0 [OPTION]... [VAR=VALUE]...
1348
1349To assign environment variables (e.g., CC, CFLAGS...), specify them as
1350VAR=VALUE. See below for descriptions of some of the useful variables.
1351
1352Defaults for the options are specified in brackets.
1353
1354Configuration:
1355 -h, --help display this help and exit
1356 --help=short display options specific to this package
1357 --help=recursive display the short help of all the included packages
1358 -V, --version display version information and exit
d0ac1c44 1359 -q, --quiet, --silent do not print \`checking ...' messages
edece237
CV
1360 --cache-file=FILE cache test results in FILE [disabled]
1361 -C, --config-cache alias for \`--cache-file=config.cache'
1362 -n, --no-create do not create output files
1363 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1364
edece237
CV
1365Installation directories:
1366 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1367 [$ac_default_prefix]
edece237 1368 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1369 [PREFIX]
edece237
CV
1370
1371By default, \`make install' will install all the files in
1372\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1373an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1374for instance \`--prefix=\$HOME'.
1375
1376For better control, use the options below.
1377
1378Fine tuning of the installation directories:
81ecdfbb
RW
1379 --bindir=DIR user executables [EPREFIX/bin]
1380 --sbindir=DIR system admin executables [EPREFIX/sbin]
1381 --libexecdir=DIR program executables [EPREFIX/libexec]
1382 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1383 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1384 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1385 --libdir=DIR object code libraries [EPREFIX/lib]
1386 --includedir=DIR C header files [PREFIX/include]
1387 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1388 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1389 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1390 --infodir=DIR info documentation [DATAROOTDIR/info]
1391 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1392 --mandir=DIR man documentation [DATAROOTDIR/man]
1393 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1394 --htmldir=DIR html documentation [DOCDIR]
1395 --dvidir=DIR dvi documentation [DOCDIR]
1396 --pdfdir=DIR pdf documentation [DOCDIR]
1397 --psdir=DIR ps documentation [DOCDIR]
edece237
CV
1398_ACEOF
1399
1400 cat <<\_ACEOF
1401
1402Program names:
1403 --program-prefix=PREFIX prepend PREFIX to installed program names
1404 --program-suffix=SUFFIX append SUFFIX to installed program names
1405 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1406
1407System types:
1408 --build=BUILD configure for building on BUILD [guessed]
1409 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1410 --target=TARGET configure for building compilers for TARGET [HOST]
1411_ACEOF
1412fi
1413
1414if test -n "$ac_init_help"; then
1415
1416 cat <<\_ACEOF
1417
1418Optional Features:
81ecdfbb 1419 --disable-option-checking ignore unrecognized --enable/--with options
edece237
CV
1420 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1421 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1422 --enable-plugins Enable support for plugins
6bb11ab3
L
1423 --enable-shared[=PKGS] build shared libraries [default=yes]
1424 --enable-static[=PKGS] build static libraries [default=yes]
1425 --enable-fast-install[=PKGS]
1426 optimize for fast installation [default=yes]
1427 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1428 --enable-maintainer-mode
1429 enable make rules and dependencies not useful (and
1430 sometimes confusing) to the casual installer
8d0978fb
MF
1431 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1432 itself)
1433 --enable-sim-stdio Specify whether to use stdio for console
1434 input/output
1435 --enable-sim-trace=opts Enable tracing of simulated programs
1436 --enable-sim-profile=opts
1437 Enable profiling flags
35656e95 1438 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1439 --enable-sim-environment=environment
1440 Specify mixed, user, virtual or operating
1441 environment
347fe5bb
MF
1442 --enable-sim-inline=inlines
1443 Specify which functions should be inlined
8d0978fb
MF
1444 --enable-sim-endian=endian
1445 Specify target byte endian orientation
1446 --enable-sim-alignment=align
1447 Specify strict, nonstrict or forced alignment of
1448 memory accesses
8d0978fb
MF
1449 --enable-sim-scache=size
1450 Specify simulator execution cache size
1451 --enable-sim-default-model=model
1452 Specify default model to simulate
5c1008a4
MF
1453 --enable-werror treat compile warnings as errors
1454 --enable-build-warnings enable build-time compiler warnings if gcc is used
1455 --enable-sim-build-warnings
1456 enable SIM specific build-time compiler warnings if
1457 gcc is used
8d0978fb 1458 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1459 --enable-sim-hardware=LIST
1460 Specify the hardware to be included in the build.
edece237 1461
6efef468
JM
1462Optional Packages:
1463 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1464 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1465 --with-system-zlib use installed libz
6bb11ab3
L
1466 --with-pic try to use only PIC/non-PIC objects [default=use
1467 both]
1468 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1469 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1470 --with-bugurl=URL Direct users to URL to report a bug
1471
edece237
CV
1472Some influential environment variables:
1473 CC C compiler command
1474 CFLAGS C compiler flags
1475 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1476 nonstandard directory <lib dir>
81ecdfbb 1477 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1478 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1479 you have headers in a nonstandard directory <include dir>
edece237
CV
1480 CPP C preprocessor
1481
1482Use these variables to override the choices made by `configure' or to help
1483it to find libraries and programs with nonstandard names/locations.
1484
81ecdfbb 1485Report bugs to the package provider.
edece237 1486_ACEOF
81ecdfbb 1487ac_status=$?
edece237
CV
1488fi
1489
1490if test "$ac_init_help" = "recursive"; then
1491 # If there are subdirs, report their specific --help.
edece237 1492 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1493 test -d "$ac_dir" ||
1494 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1495 continue
edece237
CV
1496 ac_builddir=.
1497
81ecdfbb
RW
1498case "$ac_dir" in
1499.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500*)
1501 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1502 # A ".." for each directory in $ac_dir_suffix.
1503 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1504 case $ac_top_builddir_sub in
1505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1507 esac ;;
1508esac
1509ac_abs_top_builddir=$ac_pwd
1510ac_abs_builddir=$ac_pwd$ac_dir_suffix
1511# for backward compatibility:
1512ac_top_builddir=$ac_top_build_prefix
edece237
CV
1513
1514case $srcdir in
81ecdfbb 1515 .) # We are building in place.
edece237 1516 ac_srcdir=.
81ecdfbb
RW
1517 ac_top_srcdir=$ac_top_builddir_sub
1518 ac_abs_top_srcdir=$ac_pwd ;;
1519 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 1520 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1521 ac_top_srcdir=$srcdir
1522 ac_abs_top_srcdir=$srcdir ;;
1523 *) # Relative name.
1524 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1525 ac_top_srcdir=$ac_top_build_prefix$srcdir
1526 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 1527esac
81ecdfbb
RW
1528ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1529
1530 cd "$ac_dir" || { ac_status=$?; continue; }
1531 # Check for guested configure.
1532 if test -f "$ac_srcdir/configure.gnu"; then
1533 echo &&
1534 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1535 elif test -f "$ac_srcdir/configure"; then
1536 echo &&
1537 $SHELL "$ac_srcdir/configure" --help=recursive
edece237 1538 else
81ecdfbb
RW
1539 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1540 fi || ac_status=$?
1541 cd "$ac_pwd" || { ac_status=$?; break; }
edece237
CV
1542 done
1543fi
1544
81ecdfbb 1545test -n "$ac_init_help" && exit $ac_status
edece237
CV
1546if $ac_init_version; then
1547 cat <<\_ACEOF
81ecdfbb 1548configure
d0ac1c44 1549generated by GNU Autoconf 2.69
edece237 1550
d0ac1c44 1551Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
1552This configure script is free software; the Free Software Foundation
1553gives unlimited permission to copy, distribute and modify it.
1554_ACEOF
81ecdfbb 1555 exit
edece237 1556fi
edece237 1557
81ecdfbb
RW
1558## ------------------------ ##
1559## Autoconf initialization. ##
1560## ------------------------ ##
edece237 1561
81ecdfbb
RW
1562# ac_fn_c_try_compile LINENO
1563# --------------------------
1564# Try to compile conftest.$ac_ext, and return whether this succeeded.
1565ac_fn_c_try_compile ()
edece237 1566{
81ecdfbb
RW
1567 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1568 rm -f conftest.$ac_objext
1569 if { { ac_try="$ac_compile"
1570case "(($ac_try" in
1571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1572 *) ac_try_echo=$ac_try;;
1573esac
1574eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1575$as_echo "$ac_try_echo"; } >&5
1576 (eval "$ac_compile") 2>conftest.err
1577 ac_status=$?
1578 if test -s conftest.err; then
1579 grep -v '^ *+' conftest.err >conftest.er1
1580 cat conftest.er1 >&5
1581 mv -f conftest.er1 conftest.err
1582 fi
1583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1584 test $ac_status = 0; } && {
1585 test -z "$ac_c_werror_flag" ||
1586 test ! -s conftest.err
1587 } && test -s conftest.$ac_objext; then :
1588 ac_retval=0
1589else
1590 $as_echo "$as_me: failed program was:" >&5
1591sed 's/^/| /' conftest.$ac_ext >&5
edece237 1592
81ecdfbb
RW
1593 ac_retval=1
1594fi
d0ac1c44
SM
1595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1596 as_fn_set_status $ac_retval
edece237 1597
81ecdfbb 1598} # ac_fn_c_try_compile
edece237 1599
81ecdfbb
RW
1600# ac_fn_c_try_cpp LINENO
1601# ----------------------
1602# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1603ac_fn_c_try_cpp ()
1604{
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 if { { ac_try="$ac_cpp conftest.$ac_ext"
1607case "(($ac_try" in
1608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1609 *) ac_try_echo=$ac_try;;
1610esac
1611eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1612$as_echo "$ac_try_echo"; } >&5
1613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1614 ac_status=$?
1615 if test -s conftest.err; then
1616 grep -v '^ *+' conftest.err >conftest.er1
1617 cat conftest.er1 >&5
1618 mv -f conftest.er1 conftest.err
1619 fi
1620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1621 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1622 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1623 test ! -s conftest.err
1624 }; then :
1625 ac_retval=0
1626else
1627 $as_echo "$as_me: failed program was:" >&5
1628sed 's/^/| /' conftest.$ac_ext >&5
edece237 1629
81ecdfbb
RW
1630 ac_retval=1
1631fi
d0ac1c44
SM
1632 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1633 as_fn_set_status $ac_retval
edece237 1634
81ecdfbb
RW
1635} # ac_fn_c_try_cpp
1636
1637# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1638# -------------------------------------------------------
1639# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1640# the include files in INCLUDES and setting the cache variable VAR
1641# accordingly.
1642ac_fn_c_check_header_mongrel ()
1643{
1644 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1645 if eval \${$3+:} false; then :
81ecdfbb
RW
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1647$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1648if eval \${$3+:} false; then :
81ecdfbb
RW
1649 $as_echo_n "(cached) " >&6
1650fi
1651eval ac_res=\$$3
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1653$as_echo "$ac_res" >&6; }
1654else
1655 # Is the header compilable?
1656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1657$as_echo_n "checking $2 usability... " >&6; }
1658cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659/* end confdefs.h. */
1660$4
1661#include <$2>
1662_ACEOF
1663if ac_fn_c_try_compile "$LINENO"; then :
1664 ac_header_compiler=yes
1665else
1666 ac_header_compiler=no
1667fi
1668rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1670$as_echo "$ac_header_compiler" >&6; }
1671
1672# Is the header present?
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1674$as_echo_n "checking $2 presence... " >&6; }
1675cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1676/* end confdefs.h. */
1677#include <$2>
1678_ACEOF
1679if ac_fn_c_try_cpp "$LINENO"; then :
1680 ac_header_preproc=yes
1681else
1682 ac_header_preproc=no
1683fi
d0ac1c44 1684rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1686$as_echo "$ac_header_preproc" >&6; }
1687
1688# So? What about this header?
1689case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1690 yes:no: )
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1692$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695 ;;
1696 no:yes:* )
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1698$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1700$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1702$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1704$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1706$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1707 ;;
1708esac
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1711if eval \${$3+:} false; then :
81ecdfbb
RW
1712 $as_echo_n "(cached) " >&6
1713else
1714 eval "$3=\$ac_header_compiler"
1715fi
1716eval ac_res=\$$3
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1718$as_echo "$ac_res" >&6; }
1719fi
d0ac1c44 1720 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1721
1722} # ac_fn_c_check_header_mongrel
1723
1724# ac_fn_c_try_run LINENO
1725# ----------------------
1726# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1727# that executables *can* be run.
1728ac_fn_c_try_run ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_link"
1732case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735esac
1736eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737$as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_link") 2>&5
1739 ac_status=$?
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1742 { { case "(($ac_try" in
1743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1744 *) ac_try_echo=$ac_try;;
1745esac
1746eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1747$as_echo "$ac_try_echo"; } >&5
1748 (eval "$ac_try") 2>&5
1749 ac_status=$?
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; }; }; then :
1752 ac_retval=0
1753else
1754 $as_echo "$as_me: program exited with status $ac_status" >&5
1755 $as_echo "$as_me: failed program was:" >&5
1756sed 's/^/| /' conftest.$ac_ext >&5
1757
1758 ac_retval=$ac_status
1759fi
1760 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762 as_fn_set_status $ac_retval
81ecdfbb
RW
1763
1764} # ac_fn_c_try_run
1765
1766# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1767# -------------------------------------------------------
1768# Tests whether HEADER exists and can be compiled using the include files in
1769# INCLUDES, setting the cache variable VAR accordingly.
1770ac_fn_c_check_header_compile ()
1771{
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1774$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1775if eval \${$3+:} false; then :
81ecdfbb
RW
1776 $as_echo_n "(cached) " >&6
1777else
1778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1779/* end confdefs.h. */
1780$4
1781#include <$2>
1782_ACEOF
1783if ac_fn_c_try_compile "$LINENO"; then :
1784 eval "$3=yes"
1785else
1786 eval "$3=no"
1787fi
1788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1789fi
1790eval ac_res=\$$3
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1792$as_echo "$ac_res" >&6; }
d0ac1c44 1793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1794
1795} # ac_fn_c_check_header_compile
1796
1797# ac_fn_c_try_link LINENO
1798# -----------------------
1799# Try to link conftest.$ac_ext, and return whether this succeeded.
1800ac_fn_c_try_link ()
1801{
1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803 rm -f conftest.$ac_objext conftest$ac_exeext
1804 if { { ac_try="$ac_link"
1805case "(($ac_try" in
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1808esac
1809eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810$as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_link") 2>conftest.err
1812 ac_status=$?
1813 if test -s conftest.err; then
1814 grep -v '^ *+' conftest.err >conftest.er1
1815 cat conftest.er1 >&5
1816 mv -f conftest.er1 conftest.err
1817 fi
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && {
1820 test -z "$ac_c_werror_flag" ||
1821 test ! -s conftest.err
1822 } && test -s conftest$ac_exeext && {
1823 test "$cross_compiling" = yes ||
d0ac1c44 1824 test -x conftest$ac_exeext
81ecdfbb
RW
1825 }; then :
1826 ac_retval=0
1827else
1828 $as_echo "$as_me: failed program was:" >&5
1829sed 's/^/| /' conftest.$ac_ext >&5
1830
1831 ac_retval=1
1832fi
1833 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1834 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1835 # interfere with the next link command; also delete a directory that is
1836 # left behind by Apple's compiler. We do this before executing the actions.
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
81ecdfbb
RW
1840
1841} # ac_fn_c_try_link
1842
1843# ac_fn_c_check_func LINENO FUNC VAR
1844# ----------------------------------
1845# Tests whether FUNC exists, setting the cache variable VAR accordingly
1846ac_fn_c_check_func ()
1847{
1848 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1850$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1851if eval \${$3+:} false; then :
81ecdfbb
RW
1852 $as_echo_n "(cached) " >&6
1853else
1854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1855/* end confdefs.h. */
1856/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1857 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1858#define $2 innocuous_$2
1859
1860/* System header to define __stub macros and hopefully few prototypes,
1861 which can conflict with char $2 (); below.
1862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1863 <limits.h> exists even on freestanding compilers. */
1864
1865#ifdef __STDC__
1866# include <limits.h>
1867#else
1868# include <assert.h>
1869#endif
1870
1871#undef $2
1872
1873/* Override any GCC internal prototype to avoid an error.
1874 Use char because int might match the return type of a GCC
1875 builtin and then its argument prototype would still apply. */
1876#ifdef __cplusplus
1877extern "C"
1878#endif
1879char $2 ();
1880/* The GNU C library defines this for functions which it implements
1881 to always fail with ENOSYS. Some functions are actually named
1882 something starting with __ and the normal name is an alias. */
1883#if defined __stub_$2 || defined __stub___$2
1884choke me
1885#endif
1886
1887int
1888main ()
1889{
1890return $2 ();
1891 ;
1892 return 0;
1893}
1894_ACEOF
1895if ac_fn_c_try_link "$LINENO"; then :
1896 eval "$3=yes"
1897else
1898 eval "$3=no"
1899fi
1900rm -f core conftest.err conftest.$ac_objext \
1901 conftest$ac_exeext conftest.$ac_ext
1902fi
1903eval ac_res=\$$3
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1905$as_echo "$ac_res" >&6; }
d0ac1c44 1906 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1907
1908} # ac_fn_c_check_func
936df756
MF
1909
1910# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1911# ----------------------------------------------------
1912# Tries to find if the field MEMBER exists in type AGGR, after including
1913# INCLUDES, setting cache variable VAR accordingly.
1914ac_fn_c_check_member ()
1915{
1916 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1918$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1919if eval \${$4+:} false; then :
936df756
MF
1920 $as_echo_n "(cached) " >&6
1921else
1922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1923/* end confdefs.h. */
1924$5
1925int
1926main ()
1927{
1928static $2 ac_aggr;
1929if (ac_aggr.$3)
1930return 0;
1931 ;
1932 return 0;
1933}
1934_ACEOF
1935if ac_fn_c_try_compile "$LINENO"; then :
1936 eval "$4=yes"
1937else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939/* end confdefs.h. */
1940$5
1941int
1942main ()
1943{
1944static $2 ac_aggr;
1945if (sizeof ac_aggr.$3)
1946return 0;
1947 ;
1948 return 0;
1949}
1950_ACEOF
1951if ac_fn_c_try_compile "$LINENO"; then :
1952 eval "$4=yes"
1953else
1954 eval "$4=no"
1955fi
1956rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957fi
1958rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1959fi
1960eval ac_res=\$$4
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1962$as_echo "$ac_res" >&6; }
d0ac1c44 1963 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1964
1965} # ac_fn_c_check_member
1966
1967# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1968# -------------------------------------------
1969# Tests whether TYPE exists after having included INCLUDES, setting cache
1970# variable VAR accordingly.
1971ac_fn_c_check_type ()
1972{
1973 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1975$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1976if eval \${$3+:} false; then :
936df756
MF
1977 $as_echo_n "(cached) " >&6
1978else
1979 eval "$3=no"
1980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1981/* end confdefs.h. */
1982$4
1983int
1984main ()
1985{
1986if (sizeof ($2))
1987 return 0;
1988 ;
1989 return 0;
1990}
1991_ACEOF
1992if ac_fn_c_try_compile "$LINENO"; then :
1993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1994/* end confdefs.h. */
1995$4
1996int
1997main ()
1998{
1999if (sizeof (($2)))
2000 return 0;
2001 ;
2002 return 0;
2003}
2004_ACEOF
2005if ac_fn_c_try_compile "$LINENO"; then :
2006
2007else
2008 eval "$3=yes"
2009fi
2010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011fi
2012rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013fi
2014eval ac_res=\$$3
2015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2016$as_echo "$ac_res" >&6; }
d0ac1c44 2017 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2018
2019} # ac_fn_c_check_type
81ecdfbb
RW
2020cat >config.log <<_ACEOF
2021This file contains any messages produced by compilers while
2022running configure, to aid debugging if configure makes a mistake.
2023
2024It was created by $as_me, which was
d0ac1c44 2025generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2026
2027 $ $0 $@
2028
2029_ACEOF
2030exec 5>>config.log
2031{
2032cat <<_ASUNAME
2033## --------- ##
2034## Platform. ##
2035## --------- ##
2036
2037hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2038uname -m = `(uname -m) 2>/dev/null || echo unknown`
2039uname -r = `(uname -r) 2>/dev/null || echo unknown`
2040uname -s = `(uname -s) 2>/dev/null || echo unknown`
2041uname -v = `(uname -v) 2>/dev/null || echo unknown`
2042
2043/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2044/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2045
2046/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2047/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2048/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2049/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2050/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2051/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2052/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2053
2054_ASUNAME
2055
2056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2057for as_dir in $PATH
2058do
2059 IFS=$as_save_IFS
2060 test -z "$as_dir" && as_dir=.
2061 $as_echo "PATH: $as_dir"
2062 done
2063IFS=$as_save_IFS
2064
2065} >&5
2066
2067cat >&5 <<_ACEOF
edece237
CV
2068
2069
2070## ----------- ##
2071## Core tests. ##
2072## ----------- ##
2073
2074_ACEOF
2075
2076
2077# Keep a trace of the command line.
2078# Strip out --no-create and --no-recursion so they do not pile up.
2079# Strip out --silent because we don't want to record it for future runs.
2080# Also quote any args containing shell meta-characters.
2081# Make two passes to allow for proper duplicate-argument suppression.
2082ac_configure_args=
2083ac_configure_args0=
2084ac_configure_args1=
edece237
CV
2085ac_must_keep_next=false
2086for ac_pass in 1 2
2087do
2088 for ac_arg
2089 do
2090 case $ac_arg in
2091 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2093 | -silent | --silent | --silen | --sile | --sil)
2094 continue ;;
81ecdfbb
RW
2095 *\'*)
2096 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
2097 esac
2098 case $ac_pass in
81ecdfbb 2099 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
edece237 2100 2)
81ecdfbb 2101 as_fn_append ac_configure_args1 " '$ac_arg'"
edece237
CV
2102 if test $ac_must_keep_next = true; then
2103 ac_must_keep_next=false # Got value, back to normal.
2104 else
2105 case $ac_arg in
2106 *=* | --config-cache | -C | -disable-* | --disable-* \
2107 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2108 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2109 | -with-* | --with-* | -without-* | --without-* | --x)
2110 case "$ac_configure_args0 " in
2111 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2112 esac
2113 ;;
2114 -* ) ac_must_keep_next=true ;;
2115 esac
2116 fi
81ecdfbb 2117 as_fn_append ac_configure_args " '$ac_arg'"
edece237
CV
2118 ;;
2119 esac
2120 done
2121done
81ecdfbb
RW
2122{ ac_configure_args0=; unset ac_configure_args0;}
2123{ ac_configure_args1=; unset ac_configure_args1;}
edece237
CV
2124
2125# When interrupted or exit'd, cleanup temporary files, and complete
2126# config.log. We remove comments because anyway the quotes in there
2127# would cause problems or look ugly.
81ecdfbb
RW
2128# WARNING: Use '\'' to represent an apostrophe within the trap.
2129# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
edece237
CV
2130trap 'exit_status=$?
2131 # Save into config.log some information that might help in debugging.
2132 {
2133 echo
2134
d0ac1c44 2135 $as_echo "## ---------------- ##
edece237 2136## Cache variables. ##
d0ac1c44 2137## ---------------- ##"
edece237
CV
2138 echo
2139 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2140(
2141 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2142 eval ac_val=\$$ac_var
2143 case $ac_val in #(
2144 *${as_nl}*)
2145 case $ac_var in #(
2146 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2147$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2148 esac
2149 case $ac_var in #(
2150 _ | IFS | as_nl) ;; #(
2151 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2152 *) { eval $ac_var=; unset $ac_var;} ;;
2153 esac ;;
2154 esac
2155 done
edece237 2156 (set) 2>&1 |
81ecdfbb
RW
2157 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2158 *${as_nl}ac_space=\ *)
edece237 2159 sed -n \
81ecdfbb
RW
2160 "s/'\''/'\''\\\\'\'''\''/g;
2161 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2162 ;; #(
edece237 2163 *)
81ecdfbb 2164 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 2165 ;;
81ecdfbb
RW
2166 esac |
2167 sort
2168)
edece237
CV
2169 echo
2170
d0ac1c44 2171 $as_echo "## ----------------- ##
edece237 2172## Output variables. ##
d0ac1c44 2173## ----------------- ##"
edece237
CV
2174 echo
2175 for ac_var in $ac_subst_vars
2176 do
81ecdfbb
RW
2177 eval ac_val=\$$ac_var
2178 case $ac_val in
2179 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2180 esac
2181 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
2182 done | sort
2183 echo
2184
2185 if test -n "$ac_subst_files"; then
d0ac1c44 2186 $as_echo "## ------------------- ##
81ecdfbb 2187## File substitutions. ##
d0ac1c44 2188## ------------------- ##"
edece237
CV
2189 echo
2190 for ac_var in $ac_subst_files
2191 do
81ecdfbb
RW
2192 eval ac_val=\$$ac_var
2193 case $ac_val in
2194 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2195 esac
2196 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
2197 done | sort
2198 echo
2199 fi
2200
2201 if test -s confdefs.h; then
d0ac1c44 2202 $as_echo "## ----------- ##
edece237 2203## confdefs.h. ##
d0ac1c44 2204## ----------- ##"
edece237 2205 echo
81ecdfbb 2206 cat confdefs.h
edece237
CV
2207 echo
2208 fi
2209 test "$ac_signal" != 0 &&
81ecdfbb
RW
2210 $as_echo "$as_me: caught signal $ac_signal"
2211 $as_echo "$as_me: exit $exit_status"
edece237 2212 } >&5
81ecdfbb
RW
2213 rm -f core *.core core.conftest.* &&
2214 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
edece237 2215 exit $exit_status
81ecdfbb 2216' 0
edece237 2217for ac_signal in 1 2 13 15; do
81ecdfbb 2218 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
edece237
CV
2219done
2220ac_signal=0
2221
2222# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2223rm -f -r conftest* confdefs.h
2224
2225$as_echo "/* confdefs.h */" > confdefs.h
edece237
CV
2226
2227# Predefined preprocessor variables.
2228
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_NAME "$PACKAGE_NAME"
2231_ACEOF
2232
edece237
CV
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2235_ACEOF
2236
edece237
CV
2237cat >>confdefs.h <<_ACEOF
2238#define PACKAGE_VERSION "$PACKAGE_VERSION"
2239_ACEOF
2240
edece237
CV
2241cat >>confdefs.h <<_ACEOF
2242#define PACKAGE_STRING "$PACKAGE_STRING"
2243_ACEOF
2244
edece237
CV
2245cat >>confdefs.h <<_ACEOF
2246#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2247_ACEOF
2248
81ecdfbb
RW
2249cat >>confdefs.h <<_ACEOF
2250#define PACKAGE_URL "$PACKAGE_URL"
2251_ACEOF
2252
edece237
CV
2253
2254# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2255# Prefer an explicitly selected file to automatically selected ones.
2256ac_site_file1=NONE
2257ac_site_file2=NONE
2258if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2259 # We do not want a PATH search for config.site.
2260 case $CONFIG_SITE in #((
2261 -*) ac_site_file1=./$CONFIG_SITE;;
2262 */*) ac_site_file1=$CONFIG_SITE;;
2263 *) ac_site_file1=./$CONFIG_SITE;;
2264 esac
81ecdfbb
RW
2265elif test "x$prefix" != xNONE; then
2266 ac_site_file1=$prefix/share/config.site
2267 ac_site_file2=$prefix/etc/config.site
2268else
2269 ac_site_file1=$ac_default_prefix/share/config.site
2270 ac_site_file2=$ac_default_prefix/etc/config.site
2271fi
2272for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2273do
2274 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2275 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2277$as_echo "$as_me: loading site script $ac_site_file" >&6;}
edece237 2278 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2279 . "$ac_site_file" \
2280 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2282as_fn_error $? "failed to load site script $ac_site_file
2283See \`config.log' for more details" "$LINENO" 5; }
edece237
CV
2284 fi
2285done
2286
2287if test -r "$cache_file"; then
d0ac1c44
SM
2288 # Some versions of bash will fail to source /dev/null (special files
2289 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2290 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2292$as_echo "$as_me: loading cache $cache_file" >&6;}
edece237 2293 case $cache_file in
81ecdfbb
RW
2294 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2295 *) . "./$cache_file";;
edece237
CV
2296 esac
2297 fi
2298else
81ecdfbb
RW
2299 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2300$as_echo "$as_me: creating cache $cache_file" >&6;}
edece237
CV
2301 >$cache_file
2302fi
2303
2304# Check that the precious variables saved in the cache have kept the same
2305# value.
2306ac_cache_corrupted=false
81ecdfbb 2307for ac_var in $ac_precious_vars; do
edece237
CV
2308 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2309 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2310 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2311 eval ac_new_val=\$ac_env_${ac_var}_value
edece237
CV
2312 case $ac_old_set,$ac_new_set in
2313 set,)
81ecdfbb
RW
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2315$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
edece237
CV
2316 ac_cache_corrupted=: ;;
2317 ,set)
81ecdfbb
RW
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2319$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
edece237
CV
2320 ac_cache_corrupted=: ;;
2321 ,);;
2322 *)
2323 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2324 # differences in whitespace do not lead to failure.
2325 ac_old_val_w=`echo x $ac_old_val`
2326 ac_new_val_w=`echo x $ac_new_val`
2327 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2329$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2330 ac_cache_corrupted=:
2331 else
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2333$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2334 eval $ac_var=\$ac_old_val
2335 fi
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2337$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2339$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
edece237
CV
2340 fi;;
2341 esac
2342 # Pass precious variables to config.status.
2343 if test "$ac_new_set" = set; then
2344 case $ac_new_val in
81ecdfbb 2345 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
2346 *) ac_arg=$ac_var=$ac_new_val ;;
2347 esac
2348 case " $ac_configure_args " in
2349 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2350 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
edece237
CV
2351 esac
2352 fi
2353done
2354if $ac_cache_corrupted; then
81ecdfbb
RW
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2356$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2358$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2359 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
edece237 2360fi
81ecdfbb
RW
2361## -------------------- ##
2362## Main body of script. ##
2363## -------------------- ##
edece237
CV
2364
2365ac_ext=c
2366ac_cpp='$CPP $CPPFLAGS'
2367ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2368ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2369ac_compiler_gnu=$ac_cv_c_compiler_gnu
2370
2371
edece237
CV
2372# This file contains common code used by all simulators.
2373#
2374# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2375# directory. It is intended to be invoked before any target specific stuff.
2376# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2377# It is intended to be invoked last.
2378#
50df264d 2379# See README-HACKING for more details.
edece237 2380
d6416cdc
RW
2381# Include global overrides and fixes for Autoconf.
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
d6416cdc 2404
d6416cdc
RW
2405
2406
2407
2408
2409
2410
edece237
CV
2411
2412
2413
db2e4d67 2414
5c887dd5
JB
2415
2416
6bb11ab3 2417# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2418#
6bb11ab3
L
2419# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2420# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2421# Written by Gordon Matzigkeit, 1996
2422#
2423# This file is free software; the Free Software Foundation gives
2424# unlimited permission to copy and/or distribute it, with or without
2425# modifications, as long as this notice is preserved.
db2e4d67 2426
db2e4d67 2427
db2e4d67 2428
6bb11ab3 2429# serial 56 LT_INIT
db2e4d67
MF
2430
2431
6bb11ab3
L
2432# LT_PREREQ(VERSION)
2433# ------------------
2434# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2435
db2e4d67
MF
2436
2437
6bb11ab3
L
2438# _LT_CHECK_BUILDDIR
2439# ------------------
2440# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2441
2442
edece237 2443
6bb11ab3
L
2444# LT_INIT([OPTIONS])
2445# ------------------
2446# LT_INIT
edece237 2447
6bb11ab3
L
2448# Old names:
2449# This is what autoupdate's m4 run will expand. It fires
2450# the warning (with _au_warn_XXX), outputs it into the
2451# updated configure.ac (with AC_DIAGNOSE), and then outputs
2452# the replacement expansion.
edece237
CV
2453
2454
6bb11ab3
L
2455# This is an auxiliary macro that is also run when
2456# autoupdate runs m4. It simply calls m4_warning, but
2457# we need a wrapper so that each warning is emitted only
2458# once. We break the quoting in m4_warning's argument in
2459# order to expand this macro's arguments, not AU_DEFUN's.
edece237
CV
2460
2461
6bb11ab3
L
2462# Finally, this is the expansion that is picked up by
2463# autoconf. It tells the user to run autoupdate, and
2464# then outputs the replacement expansion. We do not care
2465# about autoupdate's warning because that contains
2466# information on what to do *after* running autoupdate.
edece237 2467
6bb11ab3
L
2468# This is what autoupdate's m4 run will expand. It fires
2469# the warning (with _au_warn_XXX), outputs it into the
2470# updated configure.ac (with AC_DIAGNOSE), and then outputs
2471# the replacement expansion.
edece237
CV
2472
2473
6bb11ab3
L
2474# This is an auxiliary macro that is also run when
2475# autoupdate runs m4. It simply calls m4_warning, but
2476# we need a wrapper so that each warning is emitted only
2477# once. We break the quoting in m4_warning's argument in
2478# order to expand this macro's arguments, not AU_DEFUN's.
edece237
CV
2479
2480
6bb11ab3
L
2481# Finally, this is the expansion that is picked up by
2482# autoconf. It tells the user to run autoupdate, and
2483# then outputs the replacement expansion. We do not care
2484# about autoupdate's warning because that contains
2485# information on what to do *after* running autoupdate.
edece237
CV
2486
2487
2488
6bb11ab3
L
2489# _LT_CC_BASENAME(CC)
2490# -------------------
2491# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
edece237
CV
2492
2493
2494
6bb11ab3
L
2495# _LT_FILEUTILS_DEFAULTS
2496# ----------------------
2497# It is okay to use these file commands and assume they have been set
2498# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2499# _LT_FILEUTILS_DEFAULTS
edece237
CV
2500
2501
6bb11ab3
L
2502# _LT_SETUP
2503# ---------
2504# _LT_SETUP
edece237
CV
2505
2506
6bb11ab3
L
2507# _LT_PREPARE_SED_QUOTE_VARS
2508# --------------------------
2509# Define a few sed substitution that help us do robust quoting.
edece237
CV
2510
2511
6bb11ab3
L
2512# _LT_PROG_LTMAIN
2513# ---------------
2514# Note that this code is called both from `configure', and `config.status'
2515# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2516# `config.status' has no value for ac_aux_dir unless we are using Automake,
2517# so we pass a copy along to make sure it has a sensible value anyway.
2518# _LT_PROG_LTMAIN
edece237
CV
2519
2520
6bb11ab3
L
2521## ------------------------------------- ##
2522## Accumulate code for creating libtool. ##
2523## ------------------------------------- ##
edece237 2524
6bb11ab3
L
2525# So that we can recreate a full libtool script including additional
2526# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2527# in macros and then make a single call at the end using the `libtool'
2528# label.
edece237
CV
2529
2530
6bb11ab3
L
2531# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2532# ----------------------------------------
2533# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
edece237
CV
2534
2535
6bb11ab3 2536# Initialize.
edece237
CV
2537
2538
2539
6bb11ab3
L
2540# _LT_CONFIG_LIBTOOL([COMMANDS])
2541# ------------------------------
2542# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
edece237
CV
2543
2544
6bb11ab3 2545# Initialize.
edece237
CV
2546
2547
2548
6bb11ab3
L
2549# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2550# -----------------------------------------------------
edece237 2551
5912fadd
JB
2552
2553
6bb11ab3
L
2554# _LT_FORMAT_COMMENT([COMMENT])
2555# -----------------------------
2556# Add leading comment marks to the start of each line, and a trailing
2557# full-stop to the whole comment if one is not present already.
5912fadd
JB
2558
2559
edece237
CV
2560
2561
6bb11ab3
L
2562## ------------------------ ##
2563## FIXME: Eliminate VARNAME ##
2564## ------------------------ ##
edece237
CV
2565
2566
6bb11ab3
L
2567# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2568# -------------------------------------------------------------------
2569# CONFIGNAME is the name given to the value in the libtool script.
2570# VARNAME is the (base) name used in the configure script.
2571# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2572# VARNAME. Any other value will be used directly.
edece237 2573
edece237
CV
2574
2575
6bb11ab3
L
2576# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2577# --------------------------------------------------------
edece237
CV
2578
2579
2580
6bb11ab3
L
2581# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2582# ------------------------------------------------
edece237
CV
2583
2584
2585
6bb11ab3
L
2586# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2587# ---------------------------------------------------------
edece237
CV
2588
2589
2590
6bb11ab3
L
2591# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2592# --------------------------------------------------
edece237
CV
2593
2594
2595
6bb11ab3
L
2596# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2597# ---------------------------------------------------
edece237
CV
2598
2599
2600
6bb11ab3
L
2601# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2602# ---------------------------------------------------
edece237
CV
2603
2604
2605
2606
6bb11ab3
L
2607# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2608# ------------------------------------------------
edece237
CV
2609
2610
2611
2612
6bb11ab3
L
2613# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2614# ------------------------------------
2615# Quote a variable value, and forward it to `config.status' so that its
2616# declaration there will have the same value as in `configure'. VARNAME
2617# must have a single quote delimited value for this to work.
edece237
CV
2618
2619
2620
6bb11ab3
L
2621# _LT_CONFIG_STATUS_DECLARATIONS
2622# ------------------------------
2623# We delimit libtool config variables with single quotes, so when
2624# we write them to config.status, we have to be sure to quote all
2625# embedded single quotes properly. In configure, this macro expands
2626# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2627#
2628# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
edece237
CV
2629
2630
2631
6bb11ab3
L
2632# _LT_LIBTOOL_TAGS
2633# ----------------
2634# Output comment and list of tags supported by the script
edece237
CV
2635
2636
2637
6bb11ab3
L
2638# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2639# -----------------------------------
2640# Extract the dictionary values for VARNAME (optionally with TAG) and
2641# expand to a commented shell variable setting:
2642#
2643# # Some comment about what VAR is for.
2644# visible_name=$lt_internal_name
edece237
CV
2645
2646
edece237 2647
6bb11ab3
L
2648# _LT_LIBTOOL_CONFIG_VARS
2649# -----------------------
2650# Produce commented declarations of non-tagged libtool config variables
2651# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2652# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2653# section) are produced by _LT_LIBTOOL_TAG_VARS.
edece237
CV
2654
2655
6efef468 2656
6bb11ab3
L
2657# _LT_LIBTOOL_TAG_VARS(TAG)
2658# -------------------------
6efef468
JM
2659
2660
2661
6bb11ab3
L
2662# _LT_TAGVAR(VARNAME, [TAGNAME])
2663# ------------------------------
6efef468
JM
2664
2665
2666
6bb11ab3
L
2667# _LT_CONFIG_COMMANDS
2668# -------------------
2669# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2670# variables for single and double quote escaping we saved from calls
2671# to _LT_DECL, we can put quote escaped variables declarations
2672# into `config.status', and then the shell code to quote escape them in
2673# for loops in `config.status'. Finally, any additional code accumulated
2674# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2675#_LT_CONFIG_COMMANDS
2676
2677
2678# Initialize.
2679
2680
2681# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2682# ------------------------------------
2683# Generate a child script FILE with all initialization necessary to
2684# reuse the environment learned by the parent script, and make the
2685# file executable. If COMMENT is supplied, it is inserted after the
2686# `#!' sequence but before initialization text begins. After this
2687# macro, additional text can be appended to FILE to form the body of
2688# the child script. The macro ends with non-zero status if the
2689# file could not be fully written (such as if the disk is full).
2690# _LT_GENERATED_FILE_INIT
2691
2692# LT_OUTPUT
2693# ---------
2694# This macro allows early generation of the libtool script (before
2695# AC_OUTPUT is called), incase it is used in configure for compilation
2696# tests.
2697# LT_OUTPUT
2698
2699
2700# _LT_CONFIG(TAG)
2701# ---------------
2702# If TAG is the built-in tag, create an initial libtool script with a
2703# default configuration from the untagged config vars. Otherwise add code
2704# to config.status for appending the configuration named by TAG from the
2705# matching tagged config vars.
2706# _LT_CONFIG
6efef468
JM
2707
2708
6bb11ab3
L
2709# LT_SUPPORTED_TAG(TAG)
2710# ---------------------
2711# Trace this macro to discover what tags are supported by the libtool
2712# --tag option, using:
2713# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2714
6efef468 2715
6efef468 2716
6bb11ab3 2717# C support is built-in for now
6efef468 2718
6efef468
JM
2719
2720
2721
6bb11ab3
L
2722# LT_LANG(LANG)
2723# -------------
2724# Enable libtool support for the given language if not already enabled.
2725# LT_LANG
6efef468
JM
2726
2727
6bb11ab3
L
2728# _LT_LANG(LANGNAME)
2729# ------------------
2730# _LT_LANG
6efef468
JM
2731
2732
6bb11ab3
L
2733# _LT_LANG_DEFAULT_CONFIG
2734# -----------------------
2735# _LT_LANG_DEFAULT_CONFIG
6efef468 2736
6bb11ab3
L
2737# Obsolete macros:
2738# This is what autoupdate's m4 run will expand. It fires
2739# the warning (with _au_warn_XXX), outputs it into the
2740# updated configure.ac (with AC_DIAGNOSE), and then outputs
2741# the replacement expansion.
6efef468 2742
6efef468 2743
6bb11ab3
L
2744# This is an auxiliary macro that is also run when
2745# autoupdate runs m4. It simply calls m4_warning, but
2746# we need a wrapper so that each warning is emitted only
2747# once. We break the quoting in m4_warning's argument in
2748# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2749
6efef468 2750
6bb11ab3
L
2751# Finally, this is the expansion that is picked up by
2752# autoconf. It tells the user to run autoupdate, and
2753# then outputs the replacement expansion. We do not care
2754# about autoupdate's warning because that contains
2755# information on what to do *after* running autoupdate.
6efef468 2756
6bb11ab3
L
2757# This is what autoupdate's m4 run will expand. It fires
2758# the warning (with _au_warn_XXX), outputs it into the
2759# updated configure.ac (with AC_DIAGNOSE), and then outputs
2760# the replacement expansion.
6efef468
JM
2761
2762
6bb11ab3
L
2763# This is an auxiliary macro that is also run when
2764# autoupdate runs m4. It simply calls m4_warning, but
2765# we need a wrapper so that each warning is emitted only
2766# once. We break the quoting in m4_warning's argument in
2767# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2768
2769
6bb11ab3
L
2770# Finally, this is the expansion that is picked up by
2771# autoconf. It tells the user to run autoupdate, and
2772# then outputs the replacement expansion. We do not care
2773# about autoupdate's warning because that contains
2774# information on what to do *after* running autoupdate.
6efef468 2775
6bb11ab3
L
2776# This is what autoupdate's m4 run will expand. It fires
2777# the warning (with _au_warn_XXX), outputs it into the
2778# updated configure.ac (with AC_DIAGNOSE), and then outputs
2779# the replacement expansion.
6efef468
JM
2780
2781
6bb11ab3
L
2782# This is an auxiliary macro that is also run when
2783# autoupdate runs m4. It simply calls m4_warning, but
2784# we need a wrapper so that each warning is emitted only
2785# once. We break the quoting in m4_warning's argument in
2786# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2787
2788
6bb11ab3
L
2789# Finally, this is the expansion that is picked up by
2790# autoconf. It tells the user to run autoupdate, and
2791# then outputs the replacement expansion. We do not care
2792# about autoupdate's warning because that contains
2793# information on what to do *after* running autoupdate.
6efef468 2794
6bb11ab3
L
2795# This is what autoupdate's m4 run will expand. It fires
2796# the warning (with _au_warn_XXX), outputs it into the
2797# updated configure.ac (with AC_DIAGNOSE), and then outputs
2798# the replacement expansion.
6efef468
JM
2799
2800
6bb11ab3
L
2801# This is an auxiliary macro that is also run when
2802# autoupdate runs m4. It simply calls m4_warning, but
2803# we need a wrapper so that each warning is emitted only
2804# once. We break the quoting in m4_warning's argument in
2805# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2806
2807
6bb11ab3
L
2808# Finally, this is the expansion that is picked up by
2809# autoconf. It tells the user to run autoupdate, and
2810# then outputs the replacement expansion. We do not care
2811# about autoupdate's warning because that contains
2812# information on what to do *after* running autoupdate.
6efef468 2813
6bb11ab3
L
2814# This is what autoupdate's m4 run will expand. It fires
2815# the warning (with _au_warn_XXX), outputs it into the
2816# updated configure.ac (with AC_DIAGNOSE), and then outputs
2817# the replacement expansion.
6efef468
JM
2818
2819
6bb11ab3
L
2820# This is an auxiliary macro that is also run when
2821# autoupdate runs m4. It simply calls m4_warning, but
2822# we need a wrapper so that each warning is emitted only
2823# once. We break the quoting in m4_warning's argument in
2824# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2825
2826
6bb11ab3
L
2827# Finally, this is the expansion that is picked up by
2828# autoconf. It tells the user to run autoupdate, and
2829# then outputs the replacement expansion. We do not care
2830# about autoupdate's warning because that contains
2831# information on what to do *after* running autoupdate.
6efef468 2832
edece237
CV
2833
2834
6bb11ab3
L
2835# _LT_TAG_COMPILER
2836# ----------------
2837# _LT_TAG_COMPILER
edece237
CV
2838
2839
6bb11ab3
L
2840# _LT_COMPILER_BOILERPLATE
2841# ------------------------
2842# Check for compiler boilerplate output or warnings with
2843# the simple compiler test code.
2844# _LT_COMPILER_BOILERPLATE
edece237 2845
edece237 2846
6bb11ab3
L
2847# _LT_LINKER_BOILERPLATE
2848# ----------------------
2849# Check for linker boilerplate output or warnings with
2850# the simple link test code.
2851# _LT_LINKER_BOILERPLATE
edece237 2852
6bb11ab3
L
2853# _LT_REQUIRED_DARWIN_CHECKS
2854# -------------------------
81ecdfbb 2855
edece237 2856
edece237 2857
6bb11ab3
L
2858# _LT_DARWIN_LINKER_FEATURES
2859# --------------------------
2860# Checks for linker and compiler features on darwin
edece237 2861
edece237 2862
6bb11ab3
L
2863# _LT_SYS_MODULE_PATH_AIX
2864# -----------------------
2865# Links a minimal program and checks the executable
2866# for the system default hardcoded library path. In most cases,
2867# this is /usr/lib:/lib, but when the MPI compilers are used
2868# the location of the communication and MPI libs are included too.
2869# If we don't find anything, use the default library path according
2870# to the aix ld manual.
2871# _LT_SYS_MODULE_PATH_AIX
edece237 2872
edece237 2873
6bb11ab3
L
2874# _LT_SHELL_INIT(ARG)
2875# -------------------
2876# _LT_SHELL_INIT
edece237 2877
edece237 2878
81ecdfbb 2879
6bb11ab3
L
2880# _LT_PROG_ECHO_BACKSLASH
2881# -----------------------
2882# Find how we can fake an echo command that does not interpret backslash.
2883# In particular, with Autoconf 2.60 or later we add some code to the start
2884# of the generated configure script which will find a shell with a builtin
2885# printf (which we can use as an echo command).
2886# _LT_PROG_ECHO_BACKSLASH
edece237 2887
edece237 2888
6bb11ab3
L
2889# _LT_ENABLE_LOCK
2890# ---------------
2891# _LT_ENABLE_LOCK
81ecdfbb 2892
edece237 2893
6bb11ab3
L
2894# _LT_CMD_OLD_ARCHIVE
2895# -------------------
2896# _LT_CMD_OLD_ARCHIVE
edece237 2897
81ecdfbb 2898
6bb11ab3
L
2899# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2900# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2901# ----------------------------------------------------------------
2902# Check whether the given compiler option works
2903# _LT_COMPILER_OPTION
edece237 2904
6bb11ab3
L
2905# Old name:
2906# This is what autoupdate's m4 run will expand. It fires
2907# the warning (with _au_warn_XXX), outputs it into the
2908# updated configure.ac (with AC_DIAGNOSE), and then outputs
2909# the replacement expansion.
edece237 2910
edece237 2911
6bb11ab3
L
2912# This is an auxiliary macro that is also run when
2913# autoupdate runs m4. It simply calls m4_warning, but
2914# we need a wrapper so that each warning is emitted only
2915# once. We break the quoting in m4_warning's argument in
2916# order to expand this macro's arguments, not AU_DEFUN's.
edece237 2917
edece237 2918
6bb11ab3
L
2919# Finally, this is the expansion that is picked up by
2920# autoconf. It tells the user to run autoupdate, and
2921# then outputs the replacement expansion. We do not care
2922# about autoupdate's warning because that contains
2923# information on what to do *after* running autoupdate.
edece237 2924
edece237 2925
edece237 2926
6bb11ab3
L
2927# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2928# [ACTION-SUCCESS], [ACTION-FAILURE])
2929# ----------------------------------------------------
2930# Check whether the given linker option works
2931# _LT_LINKER_OPTION
81ecdfbb 2932
6bb11ab3
L
2933# Old name:
2934# This is what autoupdate's m4 run will expand. It fires
2935# the warning (with _au_warn_XXX), outputs it into the
2936# updated configure.ac (with AC_DIAGNOSE), and then outputs
2937# the replacement expansion.
81ecdfbb 2938
81ecdfbb 2939
6bb11ab3
L
2940# This is an auxiliary macro that is also run when
2941# autoupdate runs m4. It simply calls m4_warning, but
2942# we need a wrapper so that each warning is emitted only
2943# once. We break the quoting in m4_warning's argument in
2944# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2945
edece237 2946
6bb11ab3
L
2947# Finally, this is the expansion that is picked up by
2948# autoconf. It tells the user to run autoupdate, and
2949# then outputs the replacement expansion. We do not care
2950# about autoupdate's warning because that contains
2951# information on what to do *after* running autoupdate.
2952
2953
2954
2955# LT_CMD_MAX_LEN
2956#---------------
2957# LT_CMD_MAX_LEN
2958
2959# Old name:
2960# This is what autoupdate's m4 run will expand. It fires
2961# the warning (with _au_warn_XXX), outputs it into the
2962# updated configure.ac (with AC_DIAGNOSE), and then outputs
2963# the replacement expansion.
2964
2965
2966# This is an auxiliary macro that is also run when
2967# autoupdate runs m4. It simply calls m4_warning, but
2968# we need a wrapper so that each warning is emitted only
2969# once. We break the quoting in m4_warning's argument in
2970# order to expand this macro's arguments, not AU_DEFUN's.
2971
2972
2973# Finally, this is the expansion that is picked up by
2974# autoconf. It tells the user to run autoupdate, and
2975# then outputs the replacement expansion. We do not care
2976# about autoupdate's warning because that contains
2977# information on what to do *after* running autoupdate.
2978
2979
2980
2981# _LT_HEADER_DLFCN
2982# ----------------
2983# _LT_HEADER_DLFCN
2984
2985
2986# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2987# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2988# ----------------------------------------------------------------
2989# _LT_TRY_DLOPEN_SELF
2990
2991
2992# LT_SYS_DLOPEN_SELF
2993# ------------------
2994# LT_SYS_DLOPEN_SELF
2995
2996# Old name:
2997# This is what autoupdate's m4 run will expand. It fires
2998# the warning (with _au_warn_XXX), outputs it into the
2999# updated configure.ac (with AC_DIAGNOSE), and then outputs
3000# the replacement expansion.
3001
3002
3003# This is an auxiliary macro that is also run when
3004# autoupdate runs m4. It simply calls m4_warning, but
3005# we need a wrapper so that each warning is emitted only
3006# once. We break the quoting in m4_warning's argument in
3007# order to expand this macro's arguments, not AU_DEFUN's.
3008
3009
3010# Finally, this is the expansion that is picked up by
3011# autoconf. It tells the user to run autoupdate, and
3012# then outputs the replacement expansion. We do not care
3013# about autoupdate's warning because that contains
3014# information on what to do *after* running autoupdate.
3015
3016
3017
3018# _LT_COMPILER_C_O([TAGNAME])
3019# ---------------------------
3020# Check to see if options -c and -o are simultaneously supported by compiler.
3021# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3022# _LT_COMPILER_C_O
3023
3024
3025# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3026# ----------------------------------
3027# Check to see if we can do hard links to lock some files if needed
3028# _LT_COMPILER_FILE_LOCKS
3029
3030
3031# _LT_CHECK_OBJDIR
3032# ----------------
3033# _LT_CHECK_OBJDIR
3034
3035
3036# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3037# --------------------------------------
3038# Check hardcoding attributes.
3039# _LT_LINKER_HARDCODE_LIBPATH
3040
3041
3042# _LT_CMD_STRIPLIB
3043# ----------------
3044# _LT_CMD_STRIPLIB
3045
3046
3047# _LT_SYS_DYNAMIC_LINKER([TAG])
3048# -----------------------------
3049# PORTME Fill in your ld.so characteristics
3050# _LT_SYS_DYNAMIC_LINKER
3051
3052
3053# _LT_PATH_TOOL_PREFIX(TOOL)
3054# --------------------------
3055# find a file program which can recognize shared library
3056# _LT_PATH_TOOL_PREFIX
3057
3058# Old name:
3059# This is what autoupdate's m4 run will expand. It fires
3060# the warning (with _au_warn_XXX), outputs it into the
3061# updated configure.ac (with AC_DIAGNOSE), and then outputs
3062# the replacement expansion.
3063
3064
3065# This is an auxiliary macro that is also run when
3066# autoupdate runs m4. It simply calls m4_warning, but
3067# we need a wrapper so that each warning is emitted only
3068# once. We break the quoting in m4_warning's argument in
3069# order to expand this macro's arguments, not AU_DEFUN's.
3070
3071
3072# Finally, this is the expansion that is picked up by
3073# autoconf. It tells the user to run autoupdate, and
3074# then outputs the replacement expansion. We do not care
3075# about autoupdate's warning because that contains
3076# information on what to do *after* running autoupdate.
3077
3078
3079
3080# _LT_PATH_MAGIC
3081# --------------
3082# find a file program which can recognize a shared library
3083# _LT_PATH_MAGIC
3084
3085
3086# LT_PATH_LD
3087# ----------
3088# find the pathname to the GNU or non-GNU linker
3089# LT_PATH_LD
3090
3091# Old names:
3092# This is what autoupdate's m4 run will expand. It fires
3093# the warning (with _au_warn_XXX), outputs it into the
3094# updated configure.ac (with AC_DIAGNOSE), and then outputs
3095# the replacement expansion.
3096
3097
3098# This is an auxiliary macro that is also run when
3099# autoupdate runs m4. It simply calls m4_warning, but
3100# we need a wrapper so that each warning is emitted only
3101# once. We break the quoting in m4_warning's argument in
3102# order to expand this macro's arguments, not AU_DEFUN's.
3103
3104
3105# Finally, this is the expansion that is picked up by
3106# autoconf. It tells the user to run autoupdate, and
3107# then outputs the replacement expansion. We do not care
3108# about autoupdate's warning because that contains
3109# information on what to do *after* running autoupdate.
3110
3111# This is what autoupdate's m4 run will expand. It fires
3112# the warning (with _au_warn_XXX), outputs it into the
3113# updated configure.ac (with AC_DIAGNOSE), and then outputs
3114# the replacement expansion.
3115
3116
3117# This is an auxiliary macro that is also run when
3118# autoupdate runs m4. It simply calls m4_warning, but
3119# we need a wrapper so that each warning is emitted only
3120# once. We break the quoting in m4_warning's argument in
3121# order to expand this macro's arguments, not AU_DEFUN's.
3122
3123
3124# Finally, this is the expansion that is picked up by
3125# autoconf. It tells the user to run autoupdate, and
3126# then outputs the replacement expansion. We do not care
3127# about autoupdate's warning because that contains
3128# information on what to do *after* running autoupdate.
3129
3130
3131
3132# _LT_PATH_LD_GNU
3133#- --------------
3134# _LT_PATH_LD_GNU
3135
3136
3137# _LT_CMD_RELOAD
3138# --------------
3139# find reload flag for linker
3140# -- PORTME Some linkers may need a different reload flag.
3141# _LT_CMD_RELOAD
3142
3143
3144# _LT_CHECK_MAGIC_METHOD
3145# ----------------------
3146# how to check for library dependencies
3147# -- PORTME fill in with the dynamic library characteristics
3148# _LT_CHECK_MAGIC_METHOD
3149
3150
3151# LT_PATH_NM
3152# ----------
3153# find the pathname to a BSD- or MS-compatible name lister
3154# LT_PATH_NM
3155
3156# Old names:
3157# This is what autoupdate's m4 run will expand. It fires
3158# the warning (with _au_warn_XXX), outputs it into the
3159# updated configure.ac (with AC_DIAGNOSE), and then outputs
3160# the replacement expansion.
3161
3162
3163# This is an auxiliary macro that is also run when
3164# autoupdate runs m4. It simply calls m4_warning, but
3165# we need a wrapper so that each warning is emitted only
3166# once. We break the quoting in m4_warning's argument in
3167# order to expand this macro's arguments, not AU_DEFUN's.
3168
3169
3170# Finally, this is the expansion that is picked up by
3171# autoconf. It tells the user to run autoupdate, and
3172# then outputs the replacement expansion. We do not care
3173# about autoupdate's warning because that contains
3174# information on what to do *after* running autoupdate.
3175
3176# This is what autoupdate's m4 run will expand. It fires
3177# the warning (with _au_warn_XXX), outputs it into the
3178# updated configure.ac (with AC_DIAGNOSE), and then outputs
3179# the replacement expansion.
3180
3181
3182# This is an auxiliary macro that is also run when
3183# autoupdate runs m4. It simply calls m4_warning, but
3184# we need a wrapper so that each warning is emitted only
3185# once. We break the quoting in m4_warning's argument in
3186# order to expand this macro's arguments, not AU_DEFUN's.
3187
3188
3189# Finally, this is the expansion that is picked up by
3190# autoconf. It tells the user to run autoupdate, and
3191# then outputs the replacement expansion. We do not care
3192# about autoupdate's warning because that contains
3193# information on what to do *after* running autoupdate.
3194
3195
3196
3197# LT_LIB_M
3198# --------
3199# check for math library
3200# LT_LIB_M
3201
3202# Old name:
3203# This is what autoupdate's m4 run will expand. It fires
3204# the warning (with _au_warn_XXX), outputs it into the
3205# updated configure.ac (with AC_DIAGNOSE), and then outputs
3206# the replacement expansion.
3207
3208
3209# This is an auxiliary macro that is also run when
3210# autoupdate runs m4. It simply calls m4_warning, but
3211# we need a wrapper so that each warning is emitted only
3212# once. We break the quoting in m4_warning's argument in
3213# order to expand this macro's arguments, not AU_DEFUN's.
3214
3215
3216# Finally, this is the expansion that is picked up by
3217# autoconf. It tells the user to run autoupdate, and
3218# then outputs the replacement expansion. We do not care
3219# about autoupdate's warning because that contains
3220# information on what to do *after* running autoupdate.
3221
3222
3223
3224# _LT_COMPILER_NO_RTTI([TAGNAME])
3225# -------------------------------
3226# _LT_COMPILER_NO_RTTI
3227
3228
3229# _LT_CMD_GLOBAL_SYMBOLS
3230# ----------------------
3231 # _LT_CMD_GLOBAL_SYMBOLS
3232
3233
3234# _LT_COMPILER_PIC([TAGNAME])
3235# ---------------------------
3236# _LT_COMPILER_PIC
3237
3238
3239# _LT_LINKER_SHLIBS([TAGNAME])
3240# ----------------------------
3241# See if the linker supports building shared libraries.
3242# _LT_LINKER_SHLIBS
3243
3244
3245# _LT_LANG_C_CONFIG([TAG])
3246# ------------------------
3247# Ensure that the configuration variables for a C compiler are suitably
3248# defined. These variables are subsequently used by _LT_CONFIG to write
3249# the compiler configuration to `libtool'.
3250# _LT_LANG_C_CONFIG
3251
3252
3253# _LT_LANG_CXX_CONFIG([TAG])
3254# --------------------------
3255# Ensure that the configuration variables for a C++ compiler are suitably
3256# defined. These variables are subsequently used by _LT_CONFIG to write
3257# the compiler configuration to `libtool'.
3258# _LT_LANG_CXX_CONFIG
3259
3260
3261# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3262# ---------------------------------
3263# Figure out "hidden" library dependencies from verbose
3264# compiler output when linking a shared library.
3265# Parse the compiler output and extract the necessary
3266# objects, libraries and library flags.
3267# _LT_SYS_HIDDEN_LIBDEPS
3268
3269
3270# _LT_LANG_F77_CONFIG([TAG])
3271# --------------------------
3272# Ensure that the configuration variables for a Fortran 77 compiler are
3273# suitably defined. These variables are subsequently used by _LT_CONFIG
3274# to write the compiler configuration to `libtool'.
3275# _LT_LANG_F77_CONFIG
3276
3277
3278# _LT_LANG_FC_CONFIG([TAG])
3279# -------------------------
3280# Ensure that the configuration variables for a Fortran compiler are
3281# suitably defined. These variables are subsequently used by _LT_CONFIG
3282# to write the compiler configuration to `libtool'.
3283# _LT_LANG_FC_CONFIG
3284
3285
3286# _LT_LANG_GCJ_CONFIG([TAG])
3287# --------------------------
3288# Ensure that the configuration variables for the GNU Java Compiler compiler
3289# are suitably defined. These variables are subsequently used by _LT_CONFIG
3290# to write the compiler configuration to `libtool'.
3291# _LT_LANG_GCJ_CONFIG
3292
3293
3294# _LT_LANG_RC_CONFIG([TAG])
3295# -------------------------
3296# Ensure that the configuration variables for the Windows resource compiler
3297# are suitably defined. These variables are subsequently used by _LT_CONFIG
3298# to write the compiler configuration to `libtool'.
3299# _LT_LANG_RC_CONFIG
3300
3301
3302# LT_PROG_GCJ
3303# -----------
3304
3305
3306# Old name:
3307# This is what autoupdate's m4 run will expand. It fires
3308# the warning (with _au_warn_XXX), outputs it into the
3309# updated configure.ac (with AC_DIAGNOSE), and then outputs
3310# the replacement expansion.
3311
3312
3313# This is an auxiliary macro that is also run when
3314# autoupdate runs m4. It simply calls m4_warning, but
3315# we need a wrapper so that each warning is emitted only
3316# once. We break the quoting in m4_warning's argument in
3317# order to expand this macro's arguments, not AU_DEFUN's.
3318
3319
3320# Finally, this is the expansion that is picked up by
3321# autoconf. It tells the user to run autoupdate, and
3322# then outputs the replacement expansion. We do not care
3323# about autoupdate's warning because that contains
3324# information on what to do *after* running autoupdate.
3325
3326
3327
3328# LT_PROG_RC
3329# ----------
3330
3331
3332# Old name:
3333# This is what autoupdate's m4 run will expand. It fires
3334# the warning (with _au_warn_XXX), outputs it into the
3335# updated configure.ac (with AC_DIAGNOSE), and then outputs
3336# the replacement expansion.
3337
3338
3339# This is an auxiliary macro that is also run when
3340# autoupdate runs m4. It simply calls m4_warning, but
3341# we need a wrapper so that each warning is emitted only
3342# once. We break the quoting in m4_warning's argument in
3343# order to expand this macro's arguments, not AU_DEFUN's.
3344
3345
3346# Finally, this is the expansion that is picked up by
3347# autoconf. It tells the user to run autoupdate, and
3348# then outputs the replacement expansion. We do not care
3349# about autoupdate's warning because that contains
3350# information on what to do *after* running autoupdate.
3351
3352
3353
3354# _LT_DECL_EGREP
3355# --------------
3356# If we don't have a new enough Autoconf to choose the best grep
3357# available, choose the one first in the user's PATH.
3358
3359
3360
3361# _LT_DECL_OBJDUMP
3362# --------------
3363# If we don't have a new enough Autoconf to choose the best objdump
3364# available, choose the one first in the user's PATH.
3365
3366
3367
3368# _LT_DECL_SED
3369# ------------
3370# Check for a fully-functional sed program, that truncates
3371# as few characters as possible. Prefer GNU sed if found.
3372# _LT_DECL_SED
3373
3374#m4_ifndef
3375
3376# Old name:
3377# This is what autoupdate's m4 run will expand. It fires
3378# the warning (with _au_warn_XXX), outputs it into the
3379# updated configure.ac (with AC_DIAGNOSE), and then outputs
3380# the replacement expansion.
3381
3382
3383# This is an auxiliary macro that is also run when
3384# autoupdate runs m4. It simply calls m4_warning, but
3385# we need a wrapper so that each warning is emitted only
3386# once. We break the quoting in m4_warning's argument in
3387# order to expand this macro's arguments, not AU_DEFUN's.
3388
3389
3390# Finally, this is the expansion that is picked up by
3391# autoconf. It tells the user to run autoupdate, and
3392# then outputs the replacement expansion. We do not care
3393# about autoupdate's warning because that contains
3394# information on what to do *after* running autoupdate.
3395
3396
3397
3398# _LT_CHECK_SHELL_FEATURES
3399# ------------------------
3400# Find out whether the shell is Bourne or XSI compatible,
3401# or has some other useful features.
3402# _LT_CHECK_SHELL_FEATURES
3403
3404
3405# _LT_PROG_XSI_SHELLFNS
3406# ---------------------
3407# Bourne and XSI compatible variants of some useful shell functions.
3408
3409
3410# Helper functions for option handling. -*- Autoconf -*-
3411#
3412# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3413# Inc.
3414# Written by Gary V. Vaughan, 2004
3415#
3416# This file is free software; the Free Software Foundation gives
3417# unlimited permission to copy and/or distribute it, with or without
3418# modifications, as long as this notice is preserved.
3419
3420# serial 6 ltoptions.m4
3421
3422# This is to help aclocal find these macros, as it can't see m4_define.
3423
3424
3425
3426# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3427# ------------------------------------------
3428
3429
3430
3431# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3432# ---------------------------------------
3433# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3434# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3435# saved as a flag.
3436
3437
3438
3439# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3440# ------------------------------------------------------------
3441# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3442
3443
3444
3445# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3446# -------------------------------------------------------
3447# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3448# are set.
3449
3450
3451
3452# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3453# ----------------------------------------
3454# OPTION-LIST is a space-separated list of Libtool options associated
3455# with MACRO-NAME. If any OPTION has a matching handler declared with
3456# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3457# the unknown option and exit.
3458# _LT_SET_OPTIONS
3459
3460
3461## --------------------------------- ##
3462## Macros to handle LT_INIT options. ##
3463## --------------------------------- ##
3464
3465# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3466# -----------------------------------------
3467
3468
3469
3470# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3471# -----------------------------------------------
3472# LT_OPTION_DEFINE
3473
3474
3475# dlopen
3476# ------
3477
3478
3479# This is what autoupdate's m4 run will expand. It fires
3480# the warning (with _au_warn_XXX), outputs it into the
3481# updated configure.ac (with AC_DIAGNOSE), and then outputs
3482# the replacement expansion.
3483
3484
3485# This is an auxiliary macro that is also run when
3486# autoupdate runs m4. It simply calls m4_warning, but
3487# we need a wrapper so that each warning is emitted only
3488# once. We break the quoting in m4_warning's argument in
3489# order to expand this macro's arguments, not AU_DEFUN's.
3490
3491
3492# Finally, this is the expansion that is picked up by
3493# autoconf. It tells the user to run autoupdate, and
3494# then outputs the replacement expansion. We do not care
3495# about autoupdate's warning because that contains
3496# information on what to do *after* running autoupdate.
3497
3498
3499
3500
3501# win32-dll
3502# ---------
3503# Declare package support for building win32 dll's.
3504# win32-dll
3505
3506# This is what autoupdate's m4 run will expand. It fires
3507# the warning (with _au_warn_XXX), outputs it into the
3508# updated configure.ac (with AC_DIAGNOSE), and then outputs
3509# the replacement expansion.
3510
3511
3512# This is an auxiliary macro that is also run when
3513# autoupdate runs m4. It simply calls m4_warning, but
3514# we need a wrapper so that each warning is emitted only
3515# once. We break the quoting in m4_warning's argument in
3516# order to expand this macro's arguments, not AU_DEFUN's.
3517
3518
3519# Finally, this is the expansion that is picked up by
3520# autoconf. It tells the user to run autoupdate, and
3521# then outputs the replacement expansion. We do not care
3522# about autoupdate's warning because that contains
3523# information on what to do *after* running autoupdate.
3524
3525
3526
3527
3528# _LT_ENABLE_SHARED([DEFAULT])
3529# ----------------------------
3530# implement the --enable-shared flag, and supports the `shared' and
3531# `disable-shared' LT_INIT options.
3532# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3533# _LT_ENABLE_SHARED
3534
3535
3536
3537
3538# Old names:
3539
3540
3541
3542
3543# This is what autoupdate's m4 run will expand. It fires
3544# the warning (with _au_warn_XXX), outputs it into the
3545# updated configure.ac (with AC_DIAGNOSE), and then outputs
3546# the replacement expansion.
3547
3548
3549# This is an auxiliary macro that is also run when
3550# autoupdate runs m4. It simply calls m4_warning, but
3551# we need a wrapper so that each warning is emitted only
3552# once. We break the quoting in m4_warning's argument in
3553# order to expand this macro's arguments, not AU_DEFUN's.
3554
3555
3556# Finally, this is the expansion that is picked up by
3557# autoconf. It tells the user to run autoupdate, and
3558# then outputs the replacement expansion. We do not care
3559# about autoupdate's warning because that contains
3560# information on what to do *after* running autoupdate.
3561
3562# This is what autoupdate's m4 run will expand. It fires
3563# the warning (with _au_warn_XXX), outputs it into the
3564# updated configure.ac (with AC_DIAGNOSE), and then outputs
3565# the replacement expansion.
3566
3567
3568# This is an auxiliary macro that is also run when
3569# autoupdate runs m4. It simply calls m4_warning, but
3570# we need a wrapper so that each warning is emitted only
3571# once. We break the quoting in m4_warning's argument in
3572# order to expand this macro's arguments, not AU_DEFUN's.
3573
3574
3575# Finally, this is the expansion that is picked up by
3576# autoconf. It tells the user to run autoupdate, and
3577# then outputs the replacement expansion. We do not care
3578# about autoupdate's warning because that contains
3579# information on what to do *after* running autoupdate.
3580
3581
3582
3583
3584
3585# _LT_ENABLE_STATIC([DEFAULT])
3586# ----------------------------
3587# implement the --enable-static flag, and support the `static' and
3588# `disable-static' LT_INIT options.
3589# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3590# _LT_ENABLE_STATIC
3591
3592
3593
3594
3595# Old names:
3596
3597
3598
3599
3600# This is what autoupdate's m4 run will expand. It fires
3601# the warning (with _au_warn_XXX), outputs it into the
3602# updated configure.ac (with AC_DIAGNOSE), and then outputs
3603# the replacement expansion.
3604
3605
3606# This is an auxiliary macro that is also run when
3607# autoupdate runs m4. It simply calls m4_warning, but
3608# we need a wrapper so that each warning is emitted only
3609# once. We break the quoting in m4_warning's argument in
3610# order to expand this macro's arguments, not AU_DEFUN's.
3611
3612
3613# Finally, this is the expansion that is picked up by
3614# autoconf. It tells the user to run autoupdate, and
3615# then outputs the replacement expansion. We do not care
3616# about autoupdate's warning because that contains
3617# information on what to do *after* running autoupdate.
3618
3619# This is what autoupdate's m4 run will expand. It fires
3620# the warning (with _au_warn_XXX), outputs it into the
3621# updated configure.ac (with AC_DIAGNOSE), and then outputs
3622# the replacement expansion.
3623
3624
3625# This is an auxiliary macro that is also run when
3626# autoupdate runs m4. It simply calls m4_warning, but
3627# we need a wrapper so that each warning is emitted only
3628# once. We break the quoting in m4_warning's argument in
3629# order to expand this macro's arguments, not AU_DEFUN's.
3630
3631
3632# Finally, this is the expansion that is picked up by
3633# autoconf. It tells the user to run autoupdate, and
3634# then outputs the replacement expansion. We do not care
3635# about autoupdate's warning because that contains
3636# information on what to do *after* running autoupdate.
3637
3638
3639
3640
3641
3642# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3643# ----------------------------------
3644# implement the --enable-fast-install flag, and support the `fast-install'
3645# and `disable-fast-install' LT_INIT options.
3646# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3647# _LT_ENABLE_FAST_INSTALL
3648
3649
3650
3651
3652# Old names:
3653# This is what autoupdate's m4 run will expand. It fires
3654# the warning (with _au_warn_XXX), outputs it into the
3655# updated configure.ac (with AC_DIAGNOSE), and then outputs
3656# the replacement expansion.
3657
3658
3659# This is an auxiliary macro that is also run when
3660# autoupdate runs m4. It simply calls m4_warning, but
3661# we need a wrapper so that each warning is emitted only
3662# once. We break the quoting in m4_warning's argument in
3663# order to expand this macro's arguments, not AU_DEFUN's.
3664
3665
3666# Finally, this is the expansion that is picked up by
3667# autoconf. It tells the user to run autoupdate, and
3668# then outputs the replacement expansion. We do not care
3669# about autoupdate's warning because that contains
3670# information on what to do *after* running autoupdate.
3671
3672
3673# This is what autoupdate's m4 run will expand. It fires
3674# the warning (with _au_warn_XXX), outputs it into the
3675# updated configure.ac (with AC_DIAGNOSE), and then outputs
3676# the replacement expansion.
3677
3678
3679# This is an auxiliary macro that is also run when
3680# autoupdate runs m4. It simply calls m4_warning, but
3681# we need a wrapper so that each warning is emitted only
3682# once. We break the quoting in m4_warning's argument in
3683# order to expand this macro's arguments, not AU_DEFUN's.
3684
3685
3686# Finally, this is the expansion that is picked up by
3687# autoconf. It tells the user to run autoupdate, and
3688# then outputs the replacement expansion. We do not care
3689# about autoupdate's warning because that contains
3690# information on what to do *after* running autoupdate.
3691
3692
3693
3694
3695# _LT_WITH_PIC([MODE])
3696# --------------------
3697# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3698# LT_INIT options.
3699# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3700# _LT_WITH_PIC
3701
3702
3703
3704
3705# Old name:
3706# This is what autoupdate's m4 run will expand. It fires
3707# the warning (with _au_warn_XXX), outputs it into the
3708# updated configure.ac (with AC_DIAGNOSE), and then outputs
3709# the replacement expansion.
3710
3711
3712# This is an auxiliary macro that is also run when
3713# autoupdate runs m4. It simply calls m4_warning, but
3714# we need a wrapper so that each warning is emitted only
3715# once. We break the quoting in m4_warning's argument in
3716# order to expand this macro's arguments, not AU_DEFUN's.
3717
3718
3719# Finally, this is the expansion that is picked up by
3720# autoconf. It tells the user to run autoupdate, and
3721# then outputs the replacement expansion. We do not care
3722# about autoupdate's warning because that contains
3723# information on what to do *after* running autoupdate.
3724
3725
3726
3727## ----------------- ##
3728## LTDL_INIT Options ##
3729## ----------------- ##
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3741#
3742# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3743# Written by Gary V. Vaughan, 2004
3744#
3745# This file is free software; the Free Software Foundation gives
3746# unlimited permission to copy and/or distribute it, with or without
3747# modifications, as long as this notice is preserved.
3748
3749# serial 6 ltsugar.m4
3750
3751# This is to help aclocal find these macros, as it can't see m4_define.
3752
3753
3754
3755# lt_join(SEP, ARG1, [ARG2...])
3756# -----------------------------
3757# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3758# associated separator.
3759# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3760# versions in m4sugar had bugs.
3761
3762
3763
3764
3765# lt_car(LIST)
3766# lt_cdr(LIST)
3767# ------------
3768# Manipulate m4 lists.
3769# These macros are necessary as long as will still need to support
3770# Autoconf-2.59 which quotes differently.
3771
3772
3773
3774
3775
3776# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3777# ------------------------------------------
3778# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3779# Note that neither SEPARATOR nor STRING are expanded; they are appended
3780# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3781# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3782# than defined and empty).
3783#
3784# This macro is needed until we can rely on Autoconf 2.62, since earlier
3785# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3786
3787
3788
3789
3790# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3791# ----------------------------------------------------------
3792# Produce a SEP delimited list of all paired combinations of elements of
3793# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3794# has the form PREFIXmINFIXSUFFIXn.
3795# Needed until we can rely on m4_combine added in Autoconf 2.62.
3796
3797
3798
3799# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3800# -----------------------------------------------------------------------
3801# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3802# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3803
3804
3805
3806# lt_dict_add(DICT, KEY, VALUE)
3807# -----------------------------
3808
3809
3810
3811# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3812# --------------------------------------------
3813
3814
3815
3816# lt_dict_fetch(DICT, KEY, [SUBKEY])
3817# ----------------------------------
3818
3819
3820
3821# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3822# -----------------------------------------------------------------
3823
3824
3825
3826# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3827# --------------------------------------------------------------
3828
3829
3830# ltversion.m4 -- version numbers -*- Autoconf -*-
3831#
3832# Copyright (C) 2004 Free Software Foundation, Inc.
3833# Written by Scott James Remnant, 2004
3834#
3835# This file is free software; the Free Software Foundation gives
3836# unlimited permission to copy and/or distribute it, with or without
3837# modifications, as long as this notice is preserved.
3838
3839# Generated from ltversion.in.
3840
3841# serial 3134 ltversion.m4
3842# This file is part of GNU Libtool
3843
3844
3845
3846
3847
3848
3849# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3850#
3851# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3852# Written by Scott James Remnant, 2004.
3853#
3854# This file is free software; the Free Software Foundation gives
3855# unlimited permission to copy and/or distribute it, with or without
3856# modifications, as long as this notice is preserved.
3857
3858# serial 4 lt~obsolete.m4
3859
3860# These exist entirely to fool aclocal when bootstrapping libtool.
3861#
3862# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3863# which have later been changed to m4_define as they aren't part of the
3864# exported API, or moved to Autoconf or Automake where they belong.
3865#
3866# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3867# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3868# using a macro with the same name in our local m4/libtool.m4 it'll
3869# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3870# and doesn't know about Autoconf macros at all.)
3871#
3872# So we provide this file, which has a silly filename so it's always
3873# included after everything else. This provides aclocal with the
3874# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3875# because those macros already exist, or will be overwritten later.
3876# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3877#
3878# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3879# Yes, that means every name once taken will need to remain here until
3880# we give up compatibility with versions before 1.7, at which point
3881# we need to keep only those names which we still refer to.
3882
3883# This is to help aclocal find these macros, as it can't see m4_define.
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948## -*- Autoconf -*-
3949
3950# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3951# Free Software Foundation, Inc.
3952#
3953# This file is free software; the Free Software Foundation
3954# gives unlimited permission to copy and/or distribute it,
3955# with or without modifications, as long as this notice is preserved.
3956
3957# serial 8
3958
3959# Based on depend.m4 from automake 1.9, modified for standalone use in
3960# an environment where GNU make is required.
3961
3962# ZW_PROG_COMPILER_DEPENDENCIES
3963# -----------------------------
3964# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3965# sets fooDEPMODE accordingly. Cache-variable compatible with
3966# original; not side-effect compatible. As the users of this macro
3967# may require accurate dependencies for correct builds, it does *not*
3968# honor --disable-dependency-checking, and failure to detect a usable
3969# method is an error. depcomp is assumed to be located in
3970# $ac_aux_dir.
3971#
3972# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3973
3974
3975
3976# AM_SET_DEPDIR
3977# -------------
3978# Choose a directory name for dependency files.
3979
3980
3981# ZW_CREATE_DEPDIR
3982# ----------------
3983# As AM_SET_DEPDIR, but also create the directory at config.status time.
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
6bb11ab3
L
4025
4026
4027
4028
4029
6bb11ab3
L
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
6bb11ab3
L
4045
4046
4047
4048
4049
4050# intl sister-directory configuration rules.
4051#
4052
4053# The idea behind this macro is that there's no need to repeat all the
4054# autoconf probes done by the intl directory - it's already done them
4055# for us. In fact, there's no need even to look at the cache for the
4056# answers. All we need to do is nab a few pieces of information.
4057# The intl directory is set up to make this easy, by generating a
4058# small file which can be sourced as a shell script; then we produce
4059# the necessary substitutions and definitions for this directory.
4060
4061
4062
4063# Autoconf M4 include file defining utility macros for complex Canadian
4064# cross builds.
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074####
4075# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4076# or AC_INIT.
4077# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4078
4079####
4080# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4081# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4082
4083
4084####
4085# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4086# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4087
4088
4089
4090# Backported from Autoconf 2.5x; can go away when and if
4091# we switch. Put the OS path separator in $PATH_SEPARATOR.
4092
4093
4094
4095
37f980dc
SM
4096
4097
4098
4099
6bb11ab3
L
4100# ACX_HAVE_GCC_FOR_TARGET
4101# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4102
4103
4104# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4105# Searching for installed target binutils. We need to take extra care,
4106# else we may find the wrong assembler, linker, etc., and lose.
4107#
4108# First try --with-build-time-tools, if specified.
4109#
4110# For build != host, we ask the installed GCC for the name of the tool it
4111# uses, and accept it if it is an absolute path. This is because the
4112# only good choice for a compiler is the same GCC version that is being
4113# installed (or we couldn't make target libraries), and we assume that
4114# on the host system we'll have not only the same GCC version, but also
4115# the same binutils version.
4116#
4117# For build == host, search the same directories that the installed
4118# compiler will search. We used to do this for the assembler, linker,
4119# and nm only; for simplicity of configuration, however, we extend this
4120# criterion to tools (such as ar and ranlib) that are never invoked by
4121# the compiler, to avoid mismatches.
4122#
4123# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4124# if build == target. This makes the most sense only when bootstrapping,
4125# but we also do so when build != host. In this case, we hope that the
4126# build and host systems will have similar contents of MD_EXEC_PREFIX.
4127#
4128# If we do not find a suitable binary, then try the user's path.
4129
4130
4131###
4132# AC_PROG_CPP_WERROR
4133# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4134# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4135# For now, using this also overrides header checks to use only the
4136# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4137# bit harder from here).
4138# Eventually autoconf will default to checking headers with the compiler
4139# instead, and we'll have to do this differently.
4140
4141# AC_PROG_CPP_WERROR
4142
4143# Test for GNAT.
4144# We require the gnatbind & gnatmake programs, as well as a compiler driver
4145# that understands Ada. We use the user's CC setting, already found, and
4146# possibly add $1 to the command-line parameters.
4147#
4148# Sets the shell variable have_gnat to yes or no as appropriate, and
4149# substitutes GNATBIND and GNATMAKE.
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175ac_ext=c
4176ac_cpp='$CPP $CPPFLAGS'
4177ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4178ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4179ac_compiler_gnu=$ac_cv_c_compiler_gnu
4180if test -n "$ac_tool_prefix"; then
4181 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4182set dummy ${ac_tool_prefix}gcc; ac_word=$2
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4185if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4186 $as_echo_n "(cached) " >&6
4187else
4188 if test -n "$CC"; then
4189 ac_cv_prog_CC="$CC" # Let the user override the test.
4190else
4191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192for as_dir in $PATH
4193do
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4198 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4200 break 2
4201 fi
4202done
4203 done
4204IFS=$as_save_IFS
4205
4206fi
4207fi
4208CC=$ac_cv_prog_CC
4209if test -n "$CC"; then
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4211$as_echo "$CC" >&6; }
4212else
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4214$as_echo "no" >&6; }
4215fi
4216
4217
4218fi
4219if test -z "$ac_cv_prog_CC"; then
4220 ac_ct_CC=$CC
4221 # Extract the first word of "gcc", so it can be a program name with args.
4222set dummy gcc; ac_word=$2
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4225if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4226 $as_echo_n "(cached) " >&6
4227else
4228 if test -n "$ac_ct_CC"; then
4229 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4230else
4231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232for as_dir in $PATH
4233do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4238 ac_cv_prog_ac_ct_CC="gcc"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4241 fi
4242done
4243 done
4244IFS=$as_save_IFS
4245
4246fi
4247fi
4248ac_ct_CC=$ac_cv_prog_ac_ct_CC
4249if test -n "$ac_ct_CC"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4251$as_echo "$ac_ct_CC" >&6; }
4252else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254$as_echo "no" >&6; }
4255fi
4256
4257 if test "x$ac_ct_CC" = x; then
4258 CC=""
4259 else
4260 case $cross_compiling:$ac_tool_warned in
4261yes:)
4262{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4263$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4264ac_tool_warned=yes ;;
4265esac
4266 CC=$ac_ct_CC
4267 fi
4268else
4269 CC="$ac_cv_prog_CC"
4270fi
4271
4272if test -z "$CC"; then
4273 if test -n "$ac_tool_prefix"; then
4274 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4275set dummy ${ac_tool_prefix}cc; ac_word=$2
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4277$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4278if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4279 $as_echo_n "(cached) " >&6
4280else
4281 if test -n "$CC"; then
4282 ac_cv_prog_CC="$CC" # Let the user override the test.
4283else
4284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285for as_dir in $PATH
4286do
4287 IFS=$as_save_IFS
4288 test -z "$as_dir" && as_dir=.
4289 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4291 ac_cv_prog_CC="${ac_tool_prefix}cc"
4292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4293 break 2
4294 fi
4295done
4296 done
4297IFS=$as_save_IFS
4298
4299fi
4300fi
4301CC=$ac_cv_prog_CC
4302if test -n "$CC"; then
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4304$as_echo "$CC" >&6; }
4305else
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4307$as_echo "no" >&6; }
4308fi
4309
4310
4311 fi
4312fi
4313if test -z "$CC"; then
4314 # Extract the first word of "cc", so it can be a program name with args.
4315set dummy cc; ac_word=$2
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4317$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4318if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4319 $as_echo_n "(cached) " >&6
4320else
4321 if test -n "$CC"; then
4322 ac_cv_prog_CC="$CC" # Let the user override the test.
4323else
4324 ac_prog_rejected=no
4325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4326for as_dir in $PATH
4327do
4328 IFS=$as_save_IFS
4329 test -z "$as_dir" && as_dir=.
4330 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4332 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4333 ac_prog_rejected=yes
4334 continue
4335 fi
4336 ac_cv_prog_CC="cc"
4337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4338 break 2
4339 fi
4340done
4341 done
4342IFS=$as_save_IFS
4343
4344if test $ac_prog_rejected = yes; then
4345 # We found a bogon in the path, so make sure we never use it.
4346 set dummy $ac_cv_prog_CC
4347 shift
4348 if test $# != 0; then
4349 # We chose a different compiler from the bogus one.
4350 # However, it has the same basename, so the bogon will be chosen
4351 # first if we set CC to just the basename; use the full file name.
4352 shift
4353 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4354 fi
4355fi
4356fi
4357fi
4358CC=$ac_cv_prog_CC
4359if test -n "$CC"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4361$as_echo "$CC" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368fi
4369if test -z "$CC"; then
4370 if test -n "$ac_tool_prefix"; then
4371 for ac_prog in cl.exe
4372 do
4373 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4374set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4376$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4377if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4378 $as_echo_n "(cached) " >&6
4379else
4380 if test -n "$CC"; then
4381 ac_cv_prog_CC="$CC" # Let the user override the test.
4382else
4383as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384for as_dir in $PATH
4385do
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4389 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4390 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 break 2
4393 fi
4394done
4395 done
4396IFS=$as_save_IFS
4397
4398fi
4399fi
4400CC=$ac_cv_prog_CC
4401if test -n "$CC"; then
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4403$as_echo "$CC" >&6; }
4404else
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4406$as_echo "no" >&6; }
4407fi
4408
4409
4410 test -n "$CC" && break
4411 done
4412fi
4413if test -z "$CC"; then
4414 ac_ct_CC=$CC
4415 for ac_prog in cl.exe
4416do
4417 # Extract the first word of "$ac_prog", so it can be a program name with args.
4418set dummy $ac_prog; ac_word=$2
4419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4420$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4421if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4422 $as_echo_n "(cached) " >&6
4423else
4424 if test -n "$ac_ct_CC"; then
4425 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4426else
4427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4428for as_dir in $PATH
4429do
4430 IFS=$as_save_IFS
4431 test -z "$as_dir" && as_dir=.
4432 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4434 ac_cv_prog_ac_ct_CC="$ac_prog"
4435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4436 break 2
4437 fi
4438done
4439 done
4440IFS=$as_save_IFS
4441
4442fi
4443fi
4444ac_ct_CC=$ac_cv_prog_ac_ct_CC
4445if test -n "$ac_ct_CC"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4447$as_echo "$ac_ct_CC" >&6; }
4448else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450$as_echo "no" >&6; }
4451fi
4452
4453
4454 test -n "$ac_ct_CC" && break
4455done
4456
4457 if test "x$ac_ct_CC" = x; then
4458 CC=""
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461yes:)
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464ac_tool_warned=yes ;;
4465esac
4466 CC=$ac_ct_CC
4467 fi
4468fi
4469
4470fi
4471
4472
4473test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4475as_fn_error $? "no acceptable C compiler found in \$PATH
4476See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4477
4478# Provide some information about the compiler.
4479$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4480set X $ac_compile
4481ac_compiler=$2
4482for ac_option in --version -v -V -qversion; do
4483 { { ac_try="$ac_compiler $ac_option >&5"
4484case "(($ac_try" in
4485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4486 *) ac_try_echo=$ac_try;;
4487esac
4488eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4489$as_echo "$ac_try_echo"; } >&5
4490 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4491 ac_status=$?
4492 if test -s conftest.err; then
4493 sed '10a\
4494... rest of stderr output deleted ...
4495 10q' conftest.err >conftest.er1
4496 cat conftest.er1 >&5
6bb11ab3 4497 fi
d0ac1c44 4498 rm -f conftest.er1 conftest.err
6bb11ab3
L
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }
4501done
4502
4503cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4504/* end confdefs.h. */
4505
4506int
4507main ()
4508{
4509
4510 ;
4511 return 0;
4512}
4513_ACEOF
4514ac_clean_files_save=$ac_clean_files
d0ac1c44 4515ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4516# Try to create an executable without -o first, disregard a.out.
4517# It will help us diagnose broken compilers, and finding out an intuition
4518# of exeext.
d0ac1c44
SM
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4520$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4521ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4522
4523# The possible output files:
4524ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4525
4526ac_rmfiles=
4527for ac_file in $ac_files
4528do
4529 case $ac_file in
4530 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4531 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4532 esac
4533done
4534rm -f $ac_rmfiles
4535
4536if { { ac_try="$ac_link_default"
4537case "(($ac_try" in
4538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4539 *) ac_try_echo=$ac_try;;
4540esac
4541eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4542$as_echo "$ac_try_echo"; } >&5
4543 (eval "$ac_link_default") 2>&5
4544 ac_status=$?
4545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4546 test $ac_status = 0; }; then :
4547 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4548# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4549# in a Makefile. We should not override ac_cv_exeext if it was cached,
4550# so that the user can short-circuit this test for compilers unknown to
4551# Autoconf.
4552for ac_file in $ac_files ''
4553do
4554 test -f "$ac_file" || continue
4555 case $ac_file in
4556 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4557 ;;
4558 [ab].out )
4559 # We found the default executable, but exeext='' is most
4560 # certainly right.
4561 break;;
4562 *.* )
4563 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4564 then :; else
4565 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4566 fi
4567 # We set ac_cv_exeext here because the later test for it is not
4568 # safe: cross compilers may not add the suffix if given an `-o'
4569 # argument, so we may need to know it at that point already.
4570 # Even if this section looks crufty: it has the advantage of
4571 # actually working.
4572 break;;
4573 * )
4574 break;;
4575 esac
4576done
4577test "$ac_cv_exeext" = no && ac_cv_exeext=
4578
4579else
4580 ac_file=''
4581fi
6bb11ab3 4582if test -z "$ac_file"; then :
d0ac1c44
SM
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4584$as_echo "no" >&6; }
4585$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4586sed 's/^/| /' conftest.$ac_ext >&5
4587
4588{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4589$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4590as_fn_error 77 "C compiler cannot create executables
4591See \`config.log' for more details" "$LINENO" 5; }
4592else
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4594$as_echo "yes" >&6; }
6bb11ab3 4595fi
d0ac1c44
SM
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4597$as_echo_n "checking for C compiler default output file name... " >&6; }
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4599$as_echo "$ac_file" >&6; }
6bb11ab3
L
4600ac_exeext=$ac_cv_exeext
4601
d0ac1c44 4602rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4603ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4605$as_echo_n "checking for suffix of executables... " >&6; }
4606if { { ac_try="$ac_link"
4607case "(($ac_try" in
4608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4609 *) ac_try_echo=$ac_try;;
4610esac
4611eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4612$as_echo "$ac_try_echo"; } >&5
4613 (eval "$ac_link") 2>&5
4614 ac_status=$?
4615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4616 test $ac_status = 0; }; then :
4617 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4618# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4619# work properly (i.e., refer to `conftest.exe'), while it won't with
4620# `rm'.
4621for ac_file in conftest.exe conftest conftest.*; do
4622 test -f "$ac_file" || continue
4623 case $ac_file in
4624 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4625 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4626 break;;
4627 * ) break;;
4628 esac
4629done
4630else
4631 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4632$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4633as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4634See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4635fi
d0ac1c44 4636rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4638$as_echo "$ac_cv_exeext" >&6; }
4639
4640rm -f conftest.$ac_ext
4641EXEEXT=$ac_cv_exeext
4642ac_exeext=$EXEEXT
d0ac1c44
SM
4643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4644/* end confdefs.h. */
4645#include <stdio.h>
4646int
4647main ()
4648{
4649FILE *f = fopen ("conftest.out", "w");
4650 return ferror (f) || fclose (f) != 0;
4651
4652 ;
4653 return 0;
4654}
4655_ACEOF
4656ac_clean_files="$ac_clean_files conftest.out"
4657# Check that the compiler produces executables we can run. If not, either
4658# the compiler is broken, or we cross compile.
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4660$as_echo_n "checking whether we are cross compiling... " >&6; }
4661if test "$cross_compiling" != yes; then
4662 { { ac_try="$ac_link"
4663case "(($ac_try" in
4664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4665 *) ac_try_echo=$ac_try;;
4666esac
4667eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4668$as_echo "$ac_try_echo"; } >&5
4669 (eval "$ac_link") 2>&5
4670 ac_status=$?
4671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4672 test $ac_status = 0; }
4673 if { ac_try='./conftest$ac_cv_exeext'
4674 { { case "(($ac_try" in
4675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4676 *) ac_try_echo=$ac_try;;
4677esac
4678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4679$as_echo "$ac_try_echo"; } >&5
4680 (eval "$ac_try") 2>&5
4681 ac_status=$?
4682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4683 test $ac_status = 0; }; }; then
4684 cross_compiling=no
4685 else
4686 if test "$cross_compiling" = maybe; then
4687 cross_compiling=yes
4688 else
4689 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4690$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4691as_fn_error $? "cannot run C compiled programs.
4692If you meant to cross compile, use \`--host'.
4693See \`config.log' for more details" "$LINENO" 5; }
4694 fi
4695 fi
4696fi
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4698$as_echo "$cross_compiling" >&6; }
4699
4700rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4701ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4703$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4704if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4705 $as_echo_n "(cached) " >&6
4706else
4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4708/* end confdefs.h. */
4709
4710int
4711main ()
4712{
4713
4714 ;
4715 return 0;
4716}
4717_ACEOF
4718rm -f conftest.o conftest.obj
4719if { { ac_try="$ac_compile"
4720case "(($ac_try" in
4721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4722 *) ac_try_echo=$ac_try;;
4723esac
4724eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4725$as_echo "$ac_try_echo"; } >&5
4726 (eval "$ac_compile") 2>&5
4727 ac_status=$?
4728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4729 test $ac_status = 0; }; then :
4730 for ac_file in conftest.o conftest.obj conftest.*; do
4731 test -f "$ac_file" || continue;
4732 case $ac_file in
4733 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4734 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4735 break;;
4736 esac
4737done
4738else
4739 $as_echo "$as_me: failed program was:" >&5
4740sed 's/^/| /' conftest.$ac_ext >&5
4741
4742{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4743$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4744as_fn_error $? "cannot compute suffix of object files: cannot compile
4745See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4746fi
4747rm -f conftest.$ac_cv_objext conftest.$ac_ext
4748fi
4749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4750$as_echo "$ac_cv_objext" >&6; }
4751OBJEXT=$ac_cv_objext
4752ac_objext=$OBJEXT
4753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4754$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4755if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4756 $as_echo_n "(cached) " >&6
4757else
4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4759/* end confdefs.h. */
4760
4761int
4762main ()
4763{
4764#ifndef __GNUC__
4765 choke me
4766#endif
4767
4768 ;
4769 return 0;
4770}
4771_ACEOF
4772if ac_fn_c_try_compile "$LINENO"; then :
4773 ac_compiler_gnu=yes
4774else
4775 ac_compiler_gnu=no
4776fi
4777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4778ac_cv_c_compiler_gnu=$ac_compiler_gnu
4779
4780fi
4781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4782$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4783if test $ac_compiler_gnu = yes; then
4784 GCC=yes
4785else
4786 GCC=
4787fi
4788ac_test_CFLAGS=${CFLAGS+set}
4789ac_save_CFLAGS=$CFLAGS
4790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4791$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4792if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4793 $as_echo_n "(cached) " >&6
4794else
4795 ac_save_c_werror_flag=$ac_c_werror_flag
4796 ac_c_werror_flag=yes
4797 ac_cv_prog_cc_g=no
4798 CFLAGS="-g"
4799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4800/* end confdefs.h. */
4801
4802int
4803main ()
4804{
4805
4806 ;
4807 return 0;
4808}
4809_ACEOF
4810if ac_fn_c_try_compile "$LINENO"; then :
4811 ac_cv_prog_cc_g=yes
4812else
4813 CFLAGS=""
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4815/* end confdefs.h. */
4816
4817int
4818main ()
4819{
4820
4821 ;
4822 return 0;
4823}
4824_ACEOF
4825if ac_fn_c_try_compile "$LINENO"; then :
4826
4827else
4828 ac_c_werror_flag=$ac_save_c_werror_flag
4829 CFLAGS="-g"
4830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4831/* end confdefs.h. */
4832
4833int
4834main ()
4835{
4836
4837 ;
4838 return 0;
4839}
4840_ACEOF
4841if ac_fn_c_try_compile "$LINENO"; then :
4842 ac_cv_prog_cc_g=yes
4843fi
4844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845fi
4846rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4847fi
4848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4849 ac_c_werror_flag=$ac_save_c_werror_flag
4850fi
4851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4852$as_echo "$ac_cv_prog_cc_g" >&6; }
4853if test "$ac_test_CFLAGS" = set; then
4854 CFLAGS=$ac_save_CFLAGS
4855elif test $ac_cv_prog_cc_g = yes; then
4856 if test "$GCC" = yes; then
4857 CFLAGS="-g -O2"
4858 else
4859 CFLAGS="-g"
4860 fi
4861else
4862 if test "$GCC" = yes; then
4863 CFLAGS="-O2"
4864 else
4865 CFLAGS=
4866 fi
4867fi
4868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4869$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4870if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4871 $as_echo_n "(cached) " >&6
4872else
4873 ac_cv_prog_cc_c89=no
4874ac_save_CC=$CC
4875cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4876/* end confdefs.h. */
4877#include <stdarg.h>
4878#include <stdio.h>
d0ac1c44 4879struct stat;
6bb11ab3
L
4880/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4881struct buf { int x; };
4882FILE * (*rcsopen) (struct buf *, struct stat *, int);
4883static char *e (p, i)
4884 char **p;
4885 int i;
4886{
4887 return p[i];
4888}
4889static char *f (char * (*g) (char **, int), char **p, ...)
4890{
4891 char *s;
4892 va_list v;
4893 va_start (v,p);
4894 s = g (p, va_arg (v,int));
4895 va_end (v);
4896 return s;
4897}
4898
4899/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4900 function prototypes and stuff, but not '\xHH' hex character constants.
4901 These don't provoke an error unfortunately, instead are silently treated
4902 as 'x'. The following induces an error, until -std is added to get
4903 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4904 array size at least. It's necessary to write '\x00'==0 to get something
4905 that's true only with -std. */
4906int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4907
4908/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4909 inside strings and character constants. */
4910#define FOO(x) 'x'
4911int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4912
4913int test (int i, double x);
4914struct s1 {int (*f) (int a);};
4915struct s2 {int (*f) (double a);};
4916int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4917int argc;
4918char **argv;
4919int
4920main ()
4921{
4922return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4923 ;
4924 return 0;
4925}
4926_ACEOF
4927for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4928 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4929do
4930 CC="$ac_save_CC $ac_arg"
4931 if ac_fn_c_try_compile "$LINENO"; then :
4932 ac_cv_prog_cc_c89=$ac_arg
4933fi
4934rm -f core conftest.err conftest.$ac_objext
4935 test "x$ac_cv_prog_cc_c89" != "xno" && break
4936done
4937rm -f conftest.$ac_ext
4938CC=$ac_save_CC
4939
4940fi
4941# AC_CACHE_VAL
4942case "x$ac_cv_prog_cc_c89" in
4943 x)
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4945$as_echo "none needed" >&6; } ;;
4946 xno)
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4948$as_echo "unsupported" >&6; } ;;
4949 *)
4950 CC="$CC $ac_cv_prog_cc_c89"
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4952$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4953esac
4954if test "x$ac_cv_prog_cc_c89" != xno; then :
4955
4956fi
4957
4958ac_ext=c
4959ac_cpp='$CPP $CPPFLAGS'
4960ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4961ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4962ac_compiler_gnu=$ac_cv_c_compiler_gnu
4963
4964ac_aux_dir=
4965for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4966 if test -f "$ac_dir/install-sh"; then
4967 ac_aux_dir=$ac_dir
4968 ac_install_sh="$ac_aux_dir/install-sh -c"
4969 break
4970 elif test -f "$ac_dir/install.sh"; then
4971 ac_aux_dir=$ac_dir
4972 ac_install_sh="$ac_aux_dir/install.sh -c"
4973 break
4974 elif test -f "$ac_dir/shtool"; then
4975 ac_aux_dir=$ac_dir
4976 ac_install_sh="$ac_aux_dir/shtool install -c"
4977 break
4978 fi
6bb11ab3
L
4979done
4980if test -z "$ac_aux_dir"; then
d0ac1c44 4981 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
4982fi
4983
4984# These three variables are undocumented and unsupported,
4985# and are intended to be withdrawn in a future Autoconf release.
4986# They can cause serious problems if a builder's source tree is in a directory
4987# whose full name contains unusual characters.
4988ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4989ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4990ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4991
4992
4993# Make sure we can run config.sub.
4994$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4995 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
4996
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4998$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4999if ${ac_cv_build+:} false; then :
6bb11ab3
L
5000 $as_echo_n "(cached) " >&6
5001else
5002 ac_build_alias=$build_alias
5003test "x$ac_build_alias" = x &&
5004 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5005test "x$ac_build_alias" = x &&
d0ac1c44 5006 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5007ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5008 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5009
5010fi
5011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5012$as_echo "$ac_cv_build" >&6; }
5013case $ac_cv_build in
5014*-*-*) ;;
d0ac1c44 5015*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5016esac
5017build=$ac_cv_build
5018ac_save_IFS=$IFS; IFS='-'
5019set x $ac_cv_build
5020shift
5021build_cpu=$1
5022build_vendor=$2
5023shift; shift
5024# Remember, the first character of IFS is used to create $*,
5025# except with old shells:
5026build_os=$*
5027IFS=$ac_save_IFS
5028case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5029
5030
5031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5032$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5033if ${ac_cv_host+:} false; then :
6bb11ab3
L
5034 $as_echo_n "(cached) " >&6
5035else
5036 if test "x$host_alias" = x; then
5037 ac_cv_host=$ac_cv_build
5038else
5039 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5040 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5041fi
5042
5043fi
5044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5045$as_echo "$ac_cv_host" >&6; }
5046case $ac_cv_host in
5047*-*-*) ;;
d0ac1c44 5048*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5049esac
5050host=$ac_cv_host
5051ac_save_IFS=$IFS; IFS='-'
5052set x $ac_cv_host
5053shift
5054host_cpu=$1
5055host_vendor=$2
5056shift; shift
5057# Remember, the first character of IFS is used to create $*,
5058# except with old shells:
5059host_os=$*
5060IFS=$ac_save_IFS
5061case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5062
5063
5064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5065$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5066if ${ac_cv_target+:} false; then :
6bb11ab3
L
5067 $as_echo_n "(cached) " >&6
5068else
5069 if test "x$target_alias" = x; then
5070 ac_cv_target=$ac_cv_host
5071else
5072 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5073 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5074fi
5075
5076fi
5077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5078$as_echo "$ac_cv_target" >&6; }
5079case $ac_cv_target in
5080*-*-*) ;;
d0ac1c44 5081*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5082esac
5083target=$ac_cv_target
5084ac_save_IFS=$IFS; IFS='-'
5085set x $ac_cv_target
5086shift
5087target_cpu=$1
5088target_vendor=$2
5089shift; shift
5090# Remember, the first character of IFS is used to create $*,
5091# except with old shells:
5092target_os=$*
5093IFS=$ac_save_IFS
5094case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5095
5096
5097# The aliases save the names the user supplied, while $host etc.
5098# will get canonicalized.
5099test -n "$target_alias" &&
5100 test "$program_prefix$program_suffix$program_transform_name" = \
5101 NONENONEs,x,x, &&
5102 program_prefix=${target_alias}-
5103
5104ac_ext=c
5105ac_cpp='$CPP $CPPFLAGS'
5106ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5107ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5108ac_compiler_gnu=$ac_cv_c_compiler_gnu
5109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5110$as_echo_n "checking how to run the C preprocessor... " >&6; }
5111# On Suns, sometimes $CPP names a directory.
5112if test -n "$CPP" && test -d "$CPP"; then
5113 CPP=
5114fi
5115if test -z "$CPP"; then
d0ac1c44 5116 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5117 $as_echo_n "(cached) " >&6
5118else
5119 # Double quotes because CPP needs to be expanded
5120 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5121 do
5122 ac_preproc_ok=false
5123for ac_c_preproc_warn_flag in '' yes
5124do
5125 # Use a header file that comes with gcc, so configuring glibc
5126 # with a fresh cross-compiler works.
5127 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5128 # <limits.h> exists even on freestanding compilers.
5129 # On the NeXT, cc -E runs the code through the compiler's parser,
5130 # not just through cpp. "Syntax error" is here to catch this case.
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132/* end confdefs.h. */
5133#ifdef __STDC__
5134# include <limits.h>
5135#else
5136# include <assert.h>
5137#endif
5138 Syntax error
5139_ACEOF
5140if ac_fn_c_try_cpp "$LINENO"; then :
5141
5142else
5143 # Broken: fails on valid input.
5144continue
5145fi
d0ac1c44 5146rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5147
5148 # OK, works on sane cases. Now check whether nonexistent headers
5149 # can be detected and how.
5150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5151/* end confdefs.h. */
5152#include <ac_nonexistent.h>
5153_ACEOF
5154if ac_fn_c_try_cpp "$LINENO"; then :
5155 # Broken: success on invalid input.
5156continue
5157else
5158 # Passes both tests.
5159ac_preproc_ok=:
5160break
5161fi
d0ac1c44 5162rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5163
5164done
5165# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5166rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5167if $ac_preproc_ok; then :
5168 break
5169fi
5170
5171 done
5172 ac_cv_prog_CPP=$CPP
5173
5174fi
5175 CPP=$ac_cv_prog_CPP
5176else
5177 ac_cv_prog_CPP=$CPP
5178fi
5179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5180$as_echo "$CPP" >&6; }
5181ac_preproc_ok=false
5182for ac_c_preproc_warn_flag in '' yes
5183do
5184 # Use a header file that comes with gcc, so configuring glibc
5185 # with a fresh cross-compiler works.
5186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5187 # <limits.h> exists even on freestanding compilers.
5188 # On the NeXT, cc -E runs the code through the compiler's parser,
5189 # not just through cpp. "Syntax error" is here to catch this case.
5190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5191/* end confdefs.h. */
5192#ifdef __STDC__
5193# include <limits.h>
5194#else
5195# include <assert.h>
5196#endif
5197 Syntax error
5198_ACEOF
5199if ac_fn_c_try_cpp "$LINENO"; then :
5200
5201else
5202 # Broken: fails on valid input.
5203continue
5204fi
d0ac1c44 5205rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5206
5207 # OK, works on sane cases. Now check whether nonexistent headers
5208 # can be detected and how.
5209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5210/* end confdefs.h. */
5211#include <ac_nonexistent.h>
5212_ACEOF
5213if ac_fn_c_try_cpp "$LINENO"; then :
5214 # Broken: success on invalid input.
5215continue
5216else
5217 # Passes both tests.
5218ac_preproc_ok=:
5219break
5220fi
d0ac1c44 5221rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5222
5223done
5224# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5225rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5226if $ac_preproc_ok; then :
5227
5228else
5229 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5230$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5231as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5232See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5233fi
5234
5235ac_ext=c
5236ac_cpp='$CPP $CPPFLAGS'
5237ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5238ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5239ac_compiler_gnu=$ac_cv_c_compiler_gnu
5240
5241
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5243$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5244if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5245 $as_echo_n "(cached) " >&6
5246else
5247 if test -z "$GREP"; then
5248 ac_path_GREP_found=false
5249 # Loop through the user's path and test for each of PROGNAME-LIST
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5252do
5253 IFS=$as_save_IFS
5254 test -z "$as_dir" && as_dir=.
5255 for ac_prog in grep ggrep; do
5256 for ac_exec_ext in '' $ac_executable_extensions; do
5257 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5258 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5259# Check for GNU ac_path_GREP and select it if it is found.
5260 # Check for GNU $ac_path_GREP
5261case `"$ac_path_GREP" --version 2>&1` in
5262*GNU*)
5263 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5264*)
5265 ac_count=0
5266 $as_echo_n 0123456789 >"conftest.in"
5267 while :
5268 do
5269 cat "conftest.in" "conftest.in" >"conftest.tmp"
5270 mv "conftest.tmp" "conftest.in"
5271 cp "conftest.in" "conftest.nl"
5272 $as_echo 'GREP' >> "conftest.nl"
5273 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5274 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5275 as_fn_arith $ac_count + 1 && ac_count=$as_val
5276 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5277 # Best one so far, save it but keep looking for a better one
5278 ac_cv_path_GREP="$ac_path_GREP"
5279 ac_path_GREP_max=$ac_count
5280 fi
5281 # 10*(2^10) chars as input seems more than enough
5282 test $ac_count -gt 10 && break
5283 done
5284 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5285esac
5286
5287 $ac_path_GREP_found && break 3
5288 done
5289 done
5290 done
5291IFS=$as_save_IFS
5292 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5293 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5294 fi
5295else
5296 ac_cv_path_GREP=$GREP
5297fi
5298
5299fi
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5301$as_echo "$ac_cv_path_GREP" >&6; }
5302 GREP="$ac_cv_path_GREP"
5303
5304
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5306$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5307if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5308 $as_echo_n "(cached) " >&6
5309else
5310 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5311 then ac_cv_path_EGREP="$GREP -E"
5312 else
5313 if test -z "$EGREP"; then
5314 ac_path_EGREP_found=false
5315 # Loop through the user's path and test for each of PROGNAME-LIST
5316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5317for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5318do
5319 IFS=$as_save_IFS
5320 test -z "$as_dir" && as_dir=.
5321 for ac_prog in egrep; do
5322 for ac_exec_ext in '' $ac_executable_extensions; do
5323 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5324 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5325# Check for GNU ac_path_EGREP and select it if it is found.
5326 # Check for GNU $ac_path_EGREP
5327case `"$ac_path_EGREP" --version 2>&1` in
5328*GNU*)
5329 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5330*)
5331 ac_count=0
5332 $as_echo_n 0123456789 >"conftest.in"
5333 while :
5334 do
5335 cat "conftest.in" "conftest.in" >"conftest.tmp"
5336 mv "conftest.tmp" "conftest.in"
5337 cp "conftest.in" "conftest.nl"
5338 $as_echo 'EGREP' >> "conftest.nl"
5339 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5340 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5341 as_fn_arith $ac_count + 1 && ac_count=$as_val
5342 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5343 # Best one so far, save it but keep looking for a better one
5344 ac_cv_path_EGREP="$ac_path_EGREP"
5345 ac_path_EGREP_max=$ac_count
5346 fi
5347 # 10*(2^10) chars as input seems more than enough
5348 test $ac_count -gt 10 && break
5349 done
5350 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5351esac
5352
5353 $ac_path_EGREP_found && break 3
5354 done
5355 done
5356 done
5357IFS=$as_save_IFS
5358 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5359 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5360 fi
5361else
5362 ac_cv_path_EGREP=$EGREP
5363fi
5364
5365 fi
5366fi
5367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5368$as_echo "$ac_cv_path_EGREP" >&6; }
5369 EGREP="$ac_cv_path_EGREP"
5370
5371
5372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5373$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5374if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5375 $as_echo_n "(cached) " >&6
5376else
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378/* end confdefs.h. */
5379#include <stdlib.h>
5380#include <stdarg.h>
5381#include <string.h>
5382#include <float.h>
5383
5384int
5385main ()
5386{
5387
5388 ;
5389 return 0;
5390}
5391_ACEOF
5392if ac_fn_c_try_compile "$LINENO"; then :
5393 ac_cv_header_stdc=yes
5394else
5395 ac_cv_header_stdc=no
5396fi
5397rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398
5399if test $ac_cv_header_stdc = yes; then
5400 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5402/* end confdefs.h. */
5403#include <string.h>
5404
5405_ACEOF
5406if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5407 $EGREP "memchr" >/dev/null 2>&1; then :
5408
5409else
5410 ac_cv_header_stdc=no
5411fi
5412rm -f conftest*
5413
5414fi
5415
5416if test $ac_cv_header_stdc = yes; then
5417 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5419/* end confdefs.h. */
5420#include <stdlib.h>
5421
5422_ACEOF
5423if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5424 $EGREP "free" >/dev/null 2>&1; then :
5425
5426else
5427 ac_cv_header_stdc=no
5428fi
5429rm -f conftest*
5430
5431fi
5432
5433if test $ac_cv_header_stdc = yes; then
5434 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5435 if test "$cross_compiling" = yes; then :
5436 :
5437else
5438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5439/* end confdefs.h. */
5440#include <ctype.h>
5441#include <stdlib.h>
5442#if ((' ' & 0x0FF) == 0x020)
5443# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5444# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5445#else
5446# define ISLOWER(c) \
5447 (('a' <= (c) && (c) <= 'i') \
5448 || ('j' <= (c) && (c) <= 'r') \
5449 || ('s' <= (c) && (c) <= 'z'))
5450# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5451#endif
5452
5453#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5454int
5455main ()
5456{
5457 int i;
5458 for (i = 0; i < 256; i++)
5459 if (XOR (islower (i), ISLOWER (i))
5460 || toupper (i) != TOUPPER (i))
5461 return 2;
5462 return 0;
5463}
5464_ACEOF
5465if ac_fn_c_try_run "$LINENO"; then :
5466
5467else
5468 ac_cv_header_stdc=no
5469fi
5470rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5471 conftest.$ac_objext conftest.beam conftest.$ac_ext
5472fi
5473
5474fi
5475fi
5476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5477$as_echo "$ac_cv_header_stdc" >&6; }
5478if test $ac_cv_header_stdc = yes; then
5479
5480$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5481
5482fi
5483
5484# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5485for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5486 inttypes.h stdint.h unistd.h
5487do :
5488 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5489ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5490"
d0ac1c44 5491if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5492 cat >>confdefs.h <<_ACEOF
5493#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5494_ACEOF
5495
5496fi
5497
5498done
5499
5500
5501
5502 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5503if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5504 MINIX=yes
5505else
5506 MINIX=
5507fi
5508
5509
5510 if test "$MINIX" = yes; then
5511
5512$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5513
5514
5515$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5516
5517
5518$as_echo "#define _MINIX 1" >>confdefs.h
5519
5520 fi
5521
5522
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5524$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5525if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5526 $as_echo_n "(cached) " >&6
5527else
5528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5529/* end confdefs.h. */
5530
d0ac1c44
SM
5531# define __EXTENSIONS__ 1
5532 $ac_includes_default
6bb11ab3
L
5533int
5534main ()
5535{
5536
5537 ;
5538 return 0;
5539}
5540_ACEOF
5541if ac_fn_c_try_compile "$LINENO"; then :
5542 ac_cv_safe_to_define___extensions__=yes
5543else
5544 ac_cv_safe_to_define___extensions__=no
5545fi
5546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5547fi
5548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5549$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5550 test $ac_cv_safe_to_define___extensions__ = yes &&
5551 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5552
5553 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5554
5555 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5556
5557 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5558
5559 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5560
5561
5562test "$program_prefix" != NONE &&
5563 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5564# Use a double $ so make ignores it.
5565test "$program_suffix" != NONE &&
5566 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5567# Double any \ or $.
5568# By default was `s,x,x', remove it if useless.
5569ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5570program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5571
5572# Find a good install program. We prefer a C program (faster),
5573# so one script is as good as another. But avoid the broken or
5574# incompatible versions:
5575# SysV /etc/install, /usr/sbin/install
5576# SunOS /usr/etc/install
5577# IRIX /sbin/install
5578# AIX /bin/install
5579# AmigaOS /C/install, which installs bootblocks on floppy discs
5580# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5581# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5582# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5583# OS/2's system install, which has a completely different semantic
5584# ./install, which can be erroneously created by make from ./install.sh.
5585# Reject install programs that cannot install multiple files.
5586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5587$as_echo_n "checking for a BSD-compatible install... " >&6; }
5588if test -z "$INSTALL"; then
d0ac1c44 5589if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5590 $as_echo_n "(cached) " >&6
5591else
5592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5593for as_dir in $PATH
5594do
5595 IFS=$as_save_IFS
5596 test -z "$as_dir" && as_dir=.
5597 # Account for people who put trailing slashes in PATH elements.
5598case $as_dir/ in #((
5599 ./ | .// | /[cC]/* | \
5600 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5601 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5602 /usr/ucb/* ) ;;
5603 *)
5604 # OSF1 and SCO ODT 3.0 have their own names for install.
5605 # Don't use installbsd from OSF since it installs stuff as root
5606 # by default.
5607 for ac_prog in ginstall scoinst install; do
5608 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5609 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5610 if test $ac_prog = install &&
5611 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5612 # AIX install. It has an incompatible calling convention.
5613 :
5614 elif test $ac_prog = install &&
5615 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5616 # program-specific install script used by HP pwplus--don't use.
5617 :
5618 else
5619 rm -rf conftest.one conftest.two conftest.dir
5620 echo one > conftest.one
5621 echo two > conftest.two
5622 mkdir conftest.dir
5623 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5624 test -s conftest.one && test -s conftest.two &&
5625 test -s conftest.dir/conftest.one &&
5626 test -s conftest.dir/conftest.two
5627 then
5628 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5629 break 3
5630 fi
5631 fi
5632 fi
5633 done
5634 done
5635 ;;
5636esac
5637
5638 done
5639IFS=$as_save_IFS
5640
5641rm -rf conftest.one conftest.two conftest.dir
5642
5643fi
5644 if test "${ac_cv_path_install+set}" = set; then
5645 INSTALL=$ac_cv_path_install
5646 else
5647 # As a last resort, use the slow shell script. Don't cache a
5648 # value for INSTALL within a source directory, because that will
5649 # break other packages using the cache if that directory is
5650 # removed, or if the value is a relative name.
5651 INSTALL=$ac_install_sh
5652 fi
5653fi
5654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5655$as_echo "$INSTALL" >&6; }
5656
5657# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5658# It thinks the first close brace ends the variable substitution.
5659test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5660
5661test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5662
5663test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5664
5665rm -rf .tst 2>/dev/null
5666mkdir .tst 2>/dev/null
5667if test -d .tst; then
5668 am__leading_dot=.
5669else
5670 am__leading_dot=_
5671fi
5672rmdir .tst 2>/dev/null
5673
5674DEPDIR="${am__leading_dot}deps"
5675
5676case `pwd` in
5677 *\ * | *\ *)
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5679$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5680esac
5681
5682
5683
5684macro_version='2.2.7a'
5685macro_revision='1.3134'
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699ltmain="$ac_aux_dir/ltmain.sh"
5700
5701# Backslashify metacharacters that are still active within
5702# double-quoted strings.
5703sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5704
5705# Same as above, but do not quote variable references.
5706double_quote_subst='s/\(["`\\]\)/\\\1/g'
5707
5708# Sed substitution to delay expansion of an escaped shell variable in a
5709# double_quote_subst'ed string.
5710delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5711
5712# Sed substitution to delay expansion of an escaped single quote.
5713delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5714
5715# Sed substitution to avoid accidental globbing in evaled expressions
5716no_glob_subst='s/\*/\\\*/g'
5717
5718ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5719ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5720ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5721
5722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5723$as_echo_n "checking how to print strings... " >&6; }
5724# Test print first, because it will be a builtin if present.
5725if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5726 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5727 ECHO='print -r --'
5728elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5729 ECHO='printf %s\n'
5730else
5731 # Use this function as a fallback that always works.
5732 func_fallback_echo ()
5733 {
5734 eval 'cat <<_LTECHO_EOF
5735$1
5736_LTECHO_EOF'
5737 }
5738 ECHO='func_fallback_echo'
5739fi
5740
5741# func_echo_all arg...
5742# Invoke $ECHO with all args, space-separated.
5743func_echo_all ()
5744{
5745 $ECHO ""
5746}
5747
5748case "$ECHO" in
5749 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5750$as_echo "printf" >&6; } ;;
5751 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5752$as_echo "print -r" >&6; } ;;
5753 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5754$as_echo "cat" >&6; } ;;
5755esac
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5771$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5772if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5773 $as_echo_n "(cached) " >&6
5774else
5775 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5776 for ac_i in 1 2 3 4 5 6 7; do
5777 ac_script="$ac_script$as_nl$ac_script"
5778 done
5779 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5780 { ac_script=; unset ac_script;}
5781 if test -z "$SED"; then
5782 ac_path_SED_found=false
5783 # Loop through the user's path and test for each of PROGNAME-LIST
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785for as_dir in $PATH
5786do
5787 IFS=$as_save_IFS
5788 test -z "$as_dir" && as_dir=.
5789 for ac_prog in sed gsed; do
5790 for ac_exec_ext in '' $ac_executable_extensions; do
5791 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5792 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5793# Check for GNU ac_path_SED and select it if it is found.
5794 # Check for GNU $ac_path_SED
5795case `"$ac_path_SED" --version 2>&1` in
5796*GNU*)
5797 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5798*)
5799 ac_count=0
5800 $as_echo_n 0123456789 >"conftest.in"
5801 while :
5802 do
5803 cat "conftest.in" "conftest.in" >"conftest.tmp"
5804 mv "conftest.tmp" "conftest.in"
5805 cp "conftest.in" "conftest.nl"
5806 $as_echo '' >> "conftest.nl"
5807 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5808 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5809 as_fn_arith $ac_count + 1 && ac_count=$as_val
5810 if test $ac_count -gt ${ac_path_SED_max-0}; then
5811 # Best one so far, save it but keep looking for a better one
5812 ac_cv_path_SED="$ac_path_SED"
5813 ac_path_SED_max=$ac_count
5814 fi
5815 # 10*(2^10) chars as input seems more than enough
5816 test $ac_count -gt 10 && break
5817 done
5818 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5819esac
5820
5821 $ac_path_SED_found && break 3
5822 done
5823 done
5824 done
5825IFS=$as_save_IFS
5826 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5827 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5828 fi
5829else
5830 ac_cv_path_SED=$SED
5831fi
5832
5833fi
5834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5835$as_echo "$ac_cv_path_SED" >&6; }
5836 SED="$ac_cv_path_SED"
5837 rm -f conftest.sed
5838
5839test -z "$SED" && SED=sed
5840Xsed="$SED -e 1s/^X//"
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5853$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5854if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5855 $as_echo_n "(cached) " >&6
5856else
5857 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5858 then ac_cv_path_FGREP="$GREP -F"
5859 else
5860 if test -z "$FGREP"; then
5861 ac_path_FGREP_found=false
5862 # Loop through the user's path and test for each of PROGNAME-LIST
5863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5864for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5865do
5866 IFS=$as_save_IFS
5867 test -z "$as_dir" && as_dir=.
5868 for ac_prog in fgrep; do
5869 for ac_exec_ext in '' $ac_executable_extensions; do
5870 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5871 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5872# Check for GNU ac_path_FGREP and select it if it is found.
5873 # Check for GNU $ac_path_FGREP
5874case `"$ac_path_FGREP" --version 2>&1` in
5875*GNU*)
5876 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5877*)
5878 ac_count=0
5879 $as_echo_n 0123456789 >"conftest.in"
5880 while :
5881 do
5882 cat "conftest.in" "conftest.in" >"conftest.tmp"
5883 mv "conftest.tmp" "conftest.in"
5884 cp "conftest.in" "conftest.nl"
5885 $as_echo 'FGREP' >> "conftest.nl"
5886 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5887 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5888 as_fn_arith $ac_count + 1 && ac_count=$as_val
5889 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5890 # Best one so far, save it but keep looking for a better one
5891 ac_cv_path_FGREP="$ac_path_FGREP"
5892 ac_path_FGREP_max=$ac_count
5893 fi
5894 # 10*(2^10) chars as input seems more than enough
5895 test $ac_count -gt 10 && break
5896 done
5897 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5898esac
5899
5900 $ac_path_FGREP_found && break 3
5901 done
5902 done
5903 done
5904IFS=$as_save_IFS
5905 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5906 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5907 fi
5908else
5909 ac_cv_path_FGREP=$FGREP
5910fi
5911
5912 fi
5913fi
5914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5915$as_echo "$ac_cv_path_FGREP" >&6; }
5916 FGREP="$ac_cv_path_FGREP"
5917
5918
5919test -z "$GREP" && GREP=grep
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939# Check whether --with-gnu-ld was given.
5940if test "${with_gnu_ld+set}" = set; then :
5941 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5942else
5943 with_gnu_ld=no
5944fi
5945
5946ac_prog=ld
5947if test "$GCC" = yes; then
5948 # Check if gcc -print-prog-name=ld gives a path.
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5950$as_echo_n "checking for ld used by $CC... " >&6; }
5951 case $host in
5952 *-*-mingw*)
5953 # gcc leaves a trailing carriage return which upsets mingw
5954 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5955 *)
5956 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5957 esac
5958 case $ac_prog in
5959 # Accept absolute paths.
5960 [\\/]* | ?:[\\/]*)
5961 re_direlt='/[^/][^/]*/\.\./'
5962 # Canonicalize the pathname of ld
5963 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5964 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5965 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5966 done
5967 test -z "$LD" && LD="$ac_prog"
5968 ;;
5969 "")
5970 # If it fails, then pretend we aren't using GCC.
5971 ac_prog=ld
5972 ;;
5973 *)
5974 # If it is relative, then search for the first ld in PATH.
5975 with_gnu_ld=unknown
5976 ;;
5977 esac
5978elif test "$with_gnu_ld" = yes; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5980$as_echo_n "checking for GNU ld... " >&6; }
5981else
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5983$as_echo_n "checking for non-GNU ld... " >&6; }
5984fi
d0ac1c44 5985if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
5986 $as_echo_n "(cached) " >&6
5987else
5988 if test -z "$LD"; then
5989 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5990 for ac_dir in $PATH; do
5991 IFS="$lt_save_ifs"
5992 test -z "$ac_dir" && ac_dir=.
5993 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5994 lt_cv_path_LD="$ac_dir/$ac_prog"
5995 # Check to see if the program is GNU ld. I'd rather use --version,
5996 # but apparently some variants of GNU ld only accept -v.
5997 # Break only if it was the GNU/non-GNU ld that we prefer.
5998 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5999 *GNU* | *'with BFD'*)
6000 test "$with_gnu_ld" != no && break
6001 ;;
6002 *)
6003 test "$with_gnu_ld" != yes && break
6004 ;;
6005 esac
6006 fi
6007 done
6008 IFS="$lt_save_ifs"
6009else
6010 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6011fi
6012fi
6013
6014LD="$lt_cv_path_LD"
6015if test -n "$LD"; then
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6017$as_echo "$LD" >&6; }
6018else
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6020$as_echo "no" >&6; }
6021fi
d0ac1c44 6022test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6024$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6025if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6026 $as_echo_n "(cached) " >&6
6027else
6028 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6029case `$LD -v 2>&1 </dev/null` in
6030*GNU* | *'with BFD'*)
6031 lt_cv_prog_gnu_ld=yes
6032 ;;
6033*)
6034 lt_cv_prog_gnu_ld=no
6035 ;;
6036esac
6037fi
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6039$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6040with_gnu_ld=$lt_cv_prog_gnu_ld
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6051$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6052if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6053 $as_echo_n "(cached) " >&6
6054else
6055 if test -n "$NM"; then
6056 # Let the user override the test.
6057 lt_cv_path_NM="$NM"
6058else
6059 lt_nm_to_check="${ac_tool_prefix}nm"
6060 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6061 lt_nm_to_check="$lt_nm_to_check nm"
6062 fi
6063 for lt_tmp_nm in $lt_nm_to_check; do
6064 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6065 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6066 IFS="$lt_save_ifs"
6067 test -z "$ac_dir" && ac_dir=.
6068 tmp_nm="$ac_dir/$lt_tmp_nm"
6069 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6070 # Check to see if the nm accepts a BSD-compat flag.
6071 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6072 # nm: unknown option "B" ignored
6073 # Tru64's nm complains that /dev/null is an invalid object file
6074 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6075 */dev/null* | *'Invalid file or object type'*)
6076 lt_cv_path_NM="$tmp_nm -B"
6077 break
6078 ;;
6079 *)
6080 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6081 */dev/null*)
6082 lt_cv_path_NM="$tmp_nm -p"
6083 break
6084 ;;
6085 *)
6086 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6087 continue # so that we can try to find one that supports BSD flags
6088 ;;
6089 esac
6090 ;;
6091 esac
6092 fi
6093 done
6094 IFS="$lt_save_ifs"
6095 done
6096 : ${lt_cv_path_NM=no}
6097fi
6098fi
6099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6100$as_echo "$lt_cv_path_NM" >&6; }
6101if test "$lt_cv_path_NM" != "no"; then
6102 NM="$lt_cv_path_NM"
6103else
6104 # Didn't find any BSD compatible name lister, look for dumpbin.
6105 if test -n "$DUMPBIN"; then :
6106 # Let the user override the test.
6107 else
6108 if test -n "$ac_tool_prefix"; then
6109 for ac_prog in dumpbin "link -dump"
6110 do
6111 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6112set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6114$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6115if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6116 $as_echo_n "(cached) " >&6
6117else
6118 if test -n "$DUMPBIN"; then
6119 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6120else
6121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6122for as_dir in $PATH
6123do
6124 IFS=$as_save_IFS
6125 test -z "$as_dir" && as_dir=.
6126 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6128 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6130 break 2
6131 fi
6132done
6133 done
6134IFS=$as_save_IFS
6135
6136fi
6137fi
6138DUMPBIN=$ac_cv_prog_DUMPBIN
6139if test -n "$DUMPBIN"; then
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6141$as_echo "$DUMPBIN" >&6; }
6142else
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6144$as_echo "no" >&6; }
6145fi
6146
6147
6148 test -n "$DUMPBIN" && break
6149 done
6150fi
6151if test -z "$DUMPBIN"; then
6152 ac_ct_DUMPBIN=$DUMPBIN
6153 for ac_prog in dumpbin "link -dump"
6154do
6155 # Extract the first word of "$ac_prog", so it can be a program name with args.
6156set dummy $ac_prog; ac_word=$2
6157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6158$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6159if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6160 $as_echo_n "(cached) " >&6
6161else
6162 if test -n "$ac_ct_DUMPBIN"; then
6163 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6164else
6165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6166for as_dir in $PATH
6167do
6168 IFS=$as_save_IFS
6169 test -z "$as_dir" && as_dir=.
6170 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6171 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6172 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6174 break 2
6175 fi
6176done
6177 done
6178IFS=$as_save_IFS
6179
6180fi
6181fi
6182ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6183if test -n "$ac_ct_DUMPBIN"; then
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6185$as_echo "$ac_ct_DUMPBIN" >&6; }
6186else
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6188$as_echo "no" >&6; }
6189fi
6190
6191
6192 test -n "$ac_ct_DUMPBIN" && break
6193done
6194
6195 if test "x$ac_ct_DUMPBIN" = x; then
6196 DUMPBIN=":"
6197 else
6198 case $cross_compiling:$ac_tool_warned in
6199yes:)
6200{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6201$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6202ac_tool_warned=yes ;;
6203esac
6204 DUMPBIN=$ac_ct_DUMPBIN
6205 fi
6206fi
6207
6208 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6209 *COFF*)
6210 DUMPBIN="$DUMPBIN -symbols"
6211 ;;
6212 *)
6213 DUMPBIN=:
6214 ;;
6215 esac
6216 fi
6217
6218 if test "$DUMPBIN" != ":"; then
6219 NM="$DUMPBIN"
6220 fi
6221fi
6222test -z "$NM" && NM=nm
6223
6224
6225
6226
6227
6228
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6230$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6231if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6232 $as_echo_n "(cached) " >&6
6233else
6234 lt_cv_nm_interface="BSD nm"
6235 echo "int some_variable = 0;" > conftest.$ac_ext
6236 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6237 (eval "$ac_compile" 2>conftest.err)
6238 cat conftest.err >&5
6239 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6240 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6241 cat conftest.err >&5
6242 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6243 cat conftest.out >&5
6244 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6245 lt_cv_nm_interface="MS dumpbin"
6246 fi
6247 rm -f conftest*
6248fi
6249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6250$as_echo "$lt_cv_nm_interface" >&6; }
6251
6252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6253$as_echo_n "checking whether ln -s works... " >&6; }
6254LN_S=$as_ln_s
6255if test "$LN_S" = "ln -s"; then
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6257$as_echo "yes" >&6; }
6258else
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6260$as_echo "no, using $LN_S" >&6; }
6261fi
6262
6263# find the maximum length of command line arguments
6264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6265$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6266if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6267 $as_echo_n "(cached) " >&6
6268else
6269 i=0
6270 teststring="ABCD"
6271
6272 case $build_os in
6273 msdosdjgpp*)
6274 # On DJGPP, this test can blow up pretty badly due to problems in libc
6275 # (any single argument exceeding 2000 bytes causes a buffer overrun
6276 # during glob expansion). Even if it were fixed, the result of this
6277 # check would be larger than it should be.
6278 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6279 ;;
6280
6281 gnu*)
6282 # Under GNU Hurd, this test is not required because there is
6283 # no limit to the length of command line arguments.
6284 # Libtool will interpret -1 as no limit whatsoever
6285 lt_cv_sys_max_cmd_len=-1;
6286 ;;
6287
6288 cygwin* | mingw* | cegcc*)
6289 # On Win9x/ME, this test blows up -- it succeeds, but takes
6290 # about 5 minutes as the teststring grows exponentially.
6291 # Worse, since 9x/ME are not pre-emptively multitasking,
6292 # you end up with a "frozen" computer, even though with patience
6293 # the test eventually succeeds (with a max line length of 256k).
6294 # Instead, let's just punt: use the minimum linelength reported by
6295 # all of the supported platforms: 8192 (on NT/2K/XP).
6296 lt_cv_sys_max_cmd_len=8192;
6297 ;;
6298
6299 mint*)
6300 # On MiNT this can take a long time and run out of memory.
6301 lt_cv_sys_max_cmd_len=8192;
6302 ;;
6303
6304 amigaos*)
6305 # On AmigaOS with pdksh, this test takes hours, literally.
6306 # So we just punt and use a minimum line length of 8192.
6307 lt_cv_sys_max_cmd_len=8192;
6308 ;;
6309
6310 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6311 # This has been around since 386BSD, at least. Likely further.
6312 if test -x /sbin/sysctl; then
6313 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6314 elif test -x /usr/sbin/sysctl; then
6315 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6316 else
6317 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6318 fi
6319 # And add a safety zone
6320 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6321 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6322 ;;
6323
6324 interix*)
6325 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6326 lt_cv_sys_max_cmd_len=196608
6327 ;;
6328
6329 osf*)
6330 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6331 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6332 # nice to cause kernel panics so lets avoid the loop below.
6333 # First set a reasonable default.
6334 lt_cv_sys_max_cmd_len=16384
6335 #
6336 if test -x /sbin/sysconfig; then
6337 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6338 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6339 esac
6340 fi
6341 ;;
6342 sco3.2v5*)
6343 lt_cv_sys_max_cmd_len=102400
6344 ;;
6345 sysv5* | sco5v6* | sysv4.2uw2*)
6346 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6347 if test -n "$kargmax"; then
6348 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6349 else
6350 lt_cv_sys_max_cmd_len=32768
6351 fi
6352 ;;
6353 *)
6354 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6355 if test -n "$lt_cv_sys_max_cmd_len"; then
6356 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6357 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6358 else
6359 # Make teststring a little bigger before we do anything with it.
6360 # a 1K string should be a reasonable start.
6361 for i in 1 2 3 4 5 6 7 8 ; do
6362 teststring=$teststring$teststring
6363 done
6364 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6365 # If test is not a shell built-in, we'll probably end up computing a
6366 # maximum length that is only half of the actual maximum length, but
6367 # we can't tell.
6368 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6369 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6370 test $i != 17 # 1/2 MB should be enough
6371 do
6372 i=`expr $i + 1`
6373 teststring=$teststring$teststring
6374 done
6375 # Only check the string length outside the loop.
6376 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6377 teststring=
6378 # Add a significant safety factor because C++ compilers can tack on
6379 # massive amounts of additional arguments before passing them to the
6380 # linker. It appears as though 1/2 is a usable value.
6381 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6382 fi
6383 ;;
6384 esac
6385
6386fi
6387
6388if test -n $lt_cv_sys_max_cmd_len ; then
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6390$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6391else
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6393$as_echo "none" >&6; }
6394fi
6395max_cmd_len=$lt_cv_sys_max_cmd_len
6396
6397
6398
6399
6400
6401
6402: ${CP="cp -f"}
6403: ${MV="mv -f"}
6404: ${RM="rm -f"}
6405
6406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6407$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6408# Try some XSI features
6409xsi_shell=no
6410( _lt_dummy="a/b/c"
6411 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6412 = c,a/b,, \
6413 && eval 'test $(( 1 + 1 )) -eq 2 \
6414 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6415 && xsi_shell=yes
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6417$as_echo "$xsi_shell" >&6; }
6418
6419
6420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6421$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6422lt_shell_append=no
6423( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6424 >/dev/null 2>&1 \
6425 && lt_shell_append=yes
6426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6427$as_echo "$lt_shell_append" >&6; }
6428
6429
6430if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6431 lt_unset=unset
6432else
6433 lt_unset=false
6434fi
6435
6436
6437
6438
6439
6440# test EBCDIC or ASCII
6441case `echo X|tr X '\101'` in
6442 A) # ASCII based system
6443 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6444 lt_SP2NL='tr \040 \012'
6445 lt_NL2SP='tr \015\012 \040\040'
6446 ;;
6447 *) # EBCDIC based system
6448 lt_SP2NL='tr \100 \n'
6449 lt_NL2SP='tr \r\n \100\100'
6450 ;;
6451esac
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6462$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6463if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6464 $as_echo_n "(cached) " >&6
6465else
6466 lt_cv_ld_reload_flag='-r'
6467fi
6468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6469$as_echo "$lt_cv_ld_reload_flag" >&6; }
6470reload_flag=$lt_cv_ld_reload_flag
6471case $reload_flag in
6472"" | " "*) ;;
6473*) reload_flag=" $reload_flag" ;;
6474esac
6475reload_cmds='$LD$reload_flag -o $output$reload_objs'
6476case $host_os in
6477 darwin*)
6478 if test "$GCC" = yes; then
6479 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6480 else
6481 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6482 fi
6483 ;;
6484esac
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494if test -n "$ac_tool_prefix"; then
6495 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6496set dummy ${ac_tool_prefix}objdump; ac_word=$2
6497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6499if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6500 $as_echo_n "(cached) " >&6
6501else
6502 if test -n "$OBJDUMP"; then
6503 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6504else
6505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506for as_dir in $PATH
6507do
6508 IFS=$as_save_IFS
6509 test -z "$as_dir" && as_dir=.
6510 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6512 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6514 break 2
6515 fi
6516done
6517 done
6518IFS=$as_save_IFS
6519
6520fi
6521fi
6522OBJDUMP=$ac_cv_prog_OBJDUMP
6523if test -n "$OBJDUMP"; then
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6525$as_echo "$OBJDUMP" >&6; }
6526else
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6528$as_echo "no" >&6; }
6529fi
6530
6531
6532fi
6533if test -z "$ac_cv_prog_OBJDUMP"; then
6534 ac_ct_OBJDUMP=$OBJDUMP
6535 # Extract the first word of "objdump", so it can be a program name with args.
6536set dummy objdump; ac_word=$2
6537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6538$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6539if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6540 $as_echo_n "(cached) " >&6
6541else
6542 if test -n "$ac_ct_OBJDUMP"; then
6543 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6544else
6545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6546for as_dir in $PATH
6547do
6548 IFS=$as_save_IFS
6549 test -z "$as_dir" && as_dir=.
6550 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6552 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6554 break 2
6555 fi
6556done
6557 done
6558IFS=$as_save_IFS
6559
6560fi
6561fi
6562ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6563if test -n "$ac_ct_OBJDUMP"; then
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6565$as_echo "$ac_ct_OBJDUMP" >&6; }
6566else
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6568$as_echo "no" >&6; }
6569fi
6570
6571 if test "x$ac_ct_OBJDUMP" = x; then
6572 OBJDUMP="false"
6573 else
6574 case $cross_compiling:$ac_tool_warned in
6575yes:)
6576{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6577$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6578ac_tool_warned=yes ;;
6579esac
6580 OBJDUMP=$ac_ct_OBJDUMP
6581 fi
6582else
6583 OBJDUMP="$ac_cv_prog_OBJDUMP"
6584fi
6585
6586test -z "$OBJDUMP" && OBJDUMP=objdump
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6597$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6598if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6599 $as_echo_n "(cached) " >&6
6600else
6601 lt_cv_file_magic_cmd='$MAGIC_CMD'
6602lt_cv_file_magic_test_file=
6603lt_cv_deplibs_check_method='unknown'
6604# Need to set the preceding variable on all platforms that support
6605# interlibrary dependencies.
6606# 'none' -- dependencies not supported.
6607# `unknown' -- same as none, but documents that we really don't know.
6608# 'pass_all' -- all dependencies passed with no checks.
6609# 'test_compile' -- check by making test program.
6610# 'file_magic [[regex]]' -- check by looking for files in library path
6611# which responds to the $file_magic_cmd with a given extended regex.
6612# If you have `file' or equivalent on your system and you're not sure
6613# whether `pass_all' will *always* work, you probably want this one.
6614
6615case $host_os in
6616aix[4-9]*)
6617 lt_cv_deplibs_check_method=pass_all
6618 ;;
6619
6620beos*)
6621 lt_cv_deplibs_check_method=pass_all
6622 ;;
6623
6624bsdi[45]*)
6625 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6626 lt_cv_file_magic_cmd='/usr/bin/file -L'
6627 lt_cv_file_magic_test_file=/shlib/libc.so
6628 ;;
6629
6630cygwin*)
6631 # func_win32_libid is a shell function defined in ltmain.sh
6632 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6633 lt_cv_file_magic_cmd='func_win32_libid'
6634 ;;
6635
6636mingw* | pw32*)
6637 # Base MSYS/MinGW do not provide the 'file' command needed by
6638 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6639 # unless we find 'file', for example because we are cross-compiling.
6640 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6641 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6642 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6643 lt_cv_file_magic_cmd='func_win32_libid'
6644 else
6645 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6646 lt_cv_file_magic_cmd='$OBJDUMP -f'
6647 fi
6648 ;;
6649
6650cegcc*)
6651 # use the weaker test based on 'objdump'. See mingw*.
6652 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6653 lt_cv_file_magic_cmd='$OBJDUMP -f'
6654 ;;
6655
6656darwin* | rhapsody*)
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660freebsd* | dragonfly*)
6661 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6662 case $host_cpu in
6663 i*86 )
6664 # Not sure whether the presence of OpenBSD here was a mistake.
6665 # Let's accept both of them until this is cleared up.
6666 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6667 lt_cv_file_magic_cmd=/usr/bin/file
6668 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6669 ;;
6670 esac
6671 else
6672 lt_cv_deplibs_check_method=pass_all
6673 fi
6674 ;;
6675
6676gnu*)
6677 lt_cv_deplibs_check_method=pass_all
6678 ;;
6679
6680haiku*)
6681 lt_cv_deplibs_check_method=pass_all
6682 ;;
6683
6684hpux10.20* | hpux11*)
6685 lt_cv_file_magic_cmd=/usr/bin/file
6686 case $host_cpu in
6687 ia64*)
6688 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6689 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6690 ;;
6691 hppa*64*)
6692 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]'
6693 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6694 ;;
6695 *)
6696 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6697 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6698 ;;
6699 esac
6700 ;;
6701
6702interix[3-9]*)
6703 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6704 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6705 ;;
6706
6707irix5* | irix6* | nonstopux*)
6708 case $LD in
6709 *-32|*"-32 ") libmagic=32-bit;;
6710 *-n32|*"-n32 ") libmagic=N32;;
6711 *-64|*"-64 ") libmagic=64-bit;;
6712 *) libmagic=never-match;;
6713 esac
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716
6717# This must be Linux ELF.
6718linux* | k*bsd*-gnu | kopensolaris*-gnu)
6719 lt_cv_deplibs_check_method=pass_all
6720 ;;
6721
6722netbsd*)
6723 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6724 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6725 else
6726 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6727 fi
6728 ;;
6729
6730newos6*)
6731 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6732 lt_cv_file_magic_cmd=/usr/bin/file
6733 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6734 ;;
6735
6736*nto* | *qnx*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740openbsd*)
6741 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6742 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6743 else
6744 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6745 fi
6746 ;;
6747
6748osf3* | osf4* | osf5*)
6749 lt_cv_deplibs_check_method=pass_all
6750 ;;
6751
6752rdos*)
6753 lt_cv_deplibs_check_method=pass_all
6754 ;;
6755
6756solaris*)
6757 lt_cv_deplibs_check_method=pass_all
6758 ;;
6759
6760sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6761 lt_cv_deplibs_check_method=pass_all
6762 ;;
6763
6764sysv4 | sysv4.3*)
6765 case $host_vendor in
6766 motorola)
6767 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]'
6768 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6769 ;;
6770 ncr)
6771 lt_cv_deplibs_check_method=pass_all
6772 ;;
6773 sequent)
6774 lt_cv_file_magic_cmd='/bin/file'
6775 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6776 ;;
6777 sni)
6778 lt_cv_file_magic_cmd='/bin/file'
6779 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6780 lt_cv_file_magic_test_file=/lib/libc.so
6781 ;;
6782 siemens)
6783 lt_cv_deplibs_check_method=pass_all
6784 ;;
6785 pc)
6786 lt_cv_deplibs_check_method=pass_all
6787 ;;
6788 esac
6789 ;;
6790
6791tpf*)
6792 lt_cv_deplibs_check_method=pass_all
6793 ;;
6794esac
6795
6796fi
6797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6798$as_echo "$lt_cv_deplibs_check_method" >&6; }
6799file_magic_cmd=$lt_cv_file_magic_cmd
6800deplibs_check_method=$lt_cv_deplibs_check_method
6801test -z "$deplibs_check_method" && deplibs_check_method=unknown
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
68ed2854
MF
6814plugin_option=
6815plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6816for plugin in $plugin_names; do
6817 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6818 if test x$plugin_so = x$plugin; then
6819 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6820 fi
6821 if test x$plugin_so != x$plugin; then
6822 plugin_option="--plugin $plugin_so"
6823 break
6824 fi
6825done
6826
6bb11ab3
L
6827if test -n "$ac_tool_prefix"; then
6828 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6829set dummy ${ac_tool_prefix}ar; ac_word=$2
6830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6831$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6832if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6833 $as_echo_n "(cached) " >&6
6834else
6835 if test -n "$AR"; then
6836 ac_cv_prog_AR="$AR" # Let the user override the test.
6837else
6838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6839for as_dir in $PATH
6840do
6841 IFS=$as_save_IFS
6842 test -z "$as_dir" && as_dir=.
6843 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6845 ac_cv_prog_AR="${ac_tool_prefix}ar"
6846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 break 2
6848 fi
6849done
6850 done
6851IFS=$as_save_IFS
6852
6853fi
6854fi
6855AR=$ac_cv_prog_AR
6856if test -n "$AR"; then
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6858$as_echo "$AR" >&6; }
6859else
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861$as_echo "no" >&6; }
6862fi
6863
6864
6865fi
6866if test -z "$ac_cv_prog_AR"; then
6867 ac_ct_AR=$AR
6868 # Extract the first word of "ar", so it can be a program name with args.
6869set dummy ar; ac_word=$2
6870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6871$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6872if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6873 $as_echo_n "(cached) " >&6
6874else
6875 if test -n "$ac_ct_AR"; then
6876 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6877else
6878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6879for as_dir in $PATH
6880do
6881 IFS=$as_save_IFS
6882 test -z "$as_dir" && as_dir=.
6883 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6885 ac_cv_prog_ac_ct_AR="ar"
6886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6887 break 2
6888 fi
6889done
6890 done
6891IFS=$as_save_IFS
6892
6893fi
6894fi
6895ac_ct_AR=$ac_cv_prog_ac_ct_AR
6896if test -n "$ac_ct_AR"; then
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6898$as_echo "$ac_ct_AR" >&6; }
6899else
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6901$as_echo "no" >&6; }
6902fi
6903
6904 if test "x$ac_ct_AR" = x; then
6905 AR="false"
6906 else
6907 case $cross_compiling:$ac_tool_warned in
6908yes:)
6909{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6910$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6911ac_tool_warned=yes ;;
6912esac
6913 AR=$ac_ct_AR
6914 fi
6915else
6916 AR="$ac_cv_prog_AR"
6917fi
6918
6919test -z "$AR" && AR=ar
68ed2854
MF
6920if test -n "$plugin_option"; then
6921 if $AR --help 2>&1 | grep -q "\--plugin"; then
6922 AR="$AR $plugin_option"
6923 fi
6924fi
6bb11ab3
L
6925test -z "$AR_FLAGS" && AR_FLAGS=cru
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937if test -n "$ac_tool_prefix"; then
6938 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6939set dummy ${ac_tool_prefix}strip; ac_word=$2
6940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6941$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6942if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6943 $as_echo_n "(cached) " >&6
6944else
6945 if test -n "$STRIP"; then
6946 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6947else
6948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6949for as_dir in $PATH
6950do
6951 IFS=$as_save_IFS
6952 test -z "$as_dir" && as_dir=.
6953 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6954 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6955 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6957 break 2
6958 fi
6959done
6960 done
6961IFS=$as_save_IFS
6962
6963fi
6964fi
6965STRIP=$ac_cv_prog_STRIP
6966if test -n "$STRIP"; then
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6968$as_echo "$STRIP" >&6; }
6969else
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6971$as_echo "no" >&6; }
6972fi
6973
6974
6975fi
6976if test -z "$ac_cv_prog_STRIP"; then
6977 ac_ct_STRIP=$STRIP
6978 # Extract the first word of "strip", so it can be a program name with args.
6979set dummy strip; ac_word=$2
6980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6981$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6982if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6983 $as_echo_n "(cached) " >&6
6984else
6985 if test -n "$ac_ct_STRIP"; then
6986 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6987else
6988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6989for as_dir in $PATH
6990do
6991 IFS=$as_save_IFS
6992 test -z "$as_dir" && as_dir=.
6993 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6995 ac_cv_prog_ac_ct_STRIP="strip"
6996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6997 break 2
6998 fi
6999done
7000 done
7001IFS=$as_save_IFS
7002
7003fi
7004fi
7005ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7006if test -n "$ac_ct_STRIP"; then
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7008$as_echo "$ac_ct_STRIP" >&6; }
7009else
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7011$as_echo "no" >&6; }
7012fi
7013
7014 if test "x$ac_ct_STRIP" = x; then
7015 STRIP=":"
7016 else
7017 case $cross_compiling:$ac_tool_warned in
7018yes:)
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7020$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7021ac_tool_warned=yes ;;
7022esac
7023 STRIP=$ac_ct_STRIP
7024 fi
7025else
7026 STRIP="$ac_cv_prog_STRIP"
7027fi
7028
7029test -z "$STRIP" && STRIP=:
7030
7031
7032
7033
7034
7035
7036if test -n "$ac_tool_prefix"; then
7037 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7038set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7040$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7041if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7042 $as_echo_n "(cached) " >&6
7043else
7044 if test -n "$RANLIB"; then
7045 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7046else
7047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7048for as_dir in $PATH
7049do
7050 IFS=$as_save_IFS
7051 test -z "$as_dir" && as_dir=.
7052 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7054 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7056 break 2
7057 fi
7058done
7059 done
7060IFS=$as_save_IFS
7061
7062fi
7063fi
7064RANLIB=$ac_cv_prog_RANLIB
7065if test -n "$RANLIB"; then
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7067$as_echo "$RANLIB" >&6; }
7068else
7069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7070$as_echo "no" >&6; }
7071fi
7072
7073
7074fi
7075if test -z "$ac_cv_prog_RANLIB"; then
7076 ac_ct_RANLIB=$RANLIB
7077 # Extract the first word of "ranlib", so it can be a program name with args.
7078set dummy ranlib; ac_word=$2
7079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7080$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7081if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7082 $as_echo_n "(cached) " >&6
7083else
7084 if test -n "$ac_ct_RANLIB"; then
7085 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7086else
7087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7088for as_dir in $PATH
7089do
7090 IFS=$as_save_IFS
7091 test -z "$as_dir" && as_dir=.
7092 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7093 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7094 ac_cv_prog_ac_ct_RANLIB="ranlib"
7095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7096 break 2
7097 fi
7098done
7099 done
7100IFS=$as_save_IFS
7101
7102fi
7103fi
7104ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7105if test -n "$ac_ct_RANLIB"; then
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7107$as_echo "$ac_ct_RANLIB" >&6; }
7108else
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7110$as_echo "no" >&6; }
7111fi
7112
7113 if test "x$ac_ct_RANLIB" = x; then
7114 RANLIB=":"
7115 else
7116 case $cross_compiling:$ac_tool_warned in
7117yes:)
7118{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7119$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7120ac_tool_warned=yes ;;
7121esac
7122 RANLIB=$ac_ct_RANLIB
7123 fi
7124else
7125 RANLIB="$ac_cv_prog_RANLIB"
7126fi
7127
7128test -z "$RANLIB" && RANLIB=:
68ed2854
MF
7129if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7130 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
7131 RANLIB="$RANLIB $plugin_option"
7132 fi
7133fi
6bb11ab3
L
7134
7135
7136
7137
7138
7139
7140# Determine commands to create old-style static archives.
7141old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7142old_postinstall_cmds='chmod 644 $oldlib'
7143old_postuninstall_cmds=
7144
7145if test -n "$RANLIB"; then
7146 case $host_os in
7147 openbsd*)
7148 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7149 ;;
7150 *)
7151 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7152 ;;
7153 esac
7154 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7155fi
7156
7157case $host_os in
7158 darwin*)
7159 lock_old_archive_extraction=yes ;;
7160 *)
7161 lock_old_archive_extraction=no ;;
7162esac
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184for ac_prog in gawk mawk nawk awk
7185do
7186 # Extract the first word of "$ac_prog", so it can be a program name with args.
7187set dummy $ac_prog; ac_word=$2
7188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7189$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7190if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7191 $as_echo_n "(cached) " >&6
7192else
7193 if test -n "$AWK"; then
7194 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7195else
7196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197for as_dir in $PATH
7198do
7199 IFS=$as_save_IFS
7200 test -z "$as_dir" && as_dir=.
7201 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7203 ac_cv_prog_AWK="$ac_prog"
7204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7205 break 2
7206 fi
7207done
7208 done
7209IFS=$as_save_IFS
7210
7211fi
7212fi
7213AWK=$ac_cv_prog_AWK
7214if test -n "$AWK"; then
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7216$as_echo "$AWK" >&6; }
7217else
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7219$as_echo "no" >&6; }
7220fi
7221
7222
7223 test -n "$AWK" && break
7224done
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244# If no C compiler was specified, use CC.
7245LTCC=${LTCC-"$CC"}
7246
7247# If no C compiler flags were specified, use CFLAGS.
7248LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7249
7250# Allow CC to be a program name with arguments.
7251compiler=$CC
7252
7253
7254# Check for command to grab the raw symbol name followed by C symbol from nm.
7255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7256$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7257if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7258 $as_echo_n "(cached) " >&6
7259else
7260
7261# These are sane defaults that work on at least a few old systems.
7262# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7263
7264# Character class describing NM global symbol codes.
7265symcode='[BCDEGRST]'
7266
7267# Regexp to match symbols that can be accessed directly from C.
7268sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7269
7270# Define system-specific variables.
7271case $host_os in
7272aix*)
7273 symcode='[BCDT]'
7274 ;;
7275cygwin* | mingw* | pw32* | cegcc*)
7276 symcode='[ABCDGISTW]'
7277 ;;
7278hpux*)
7279 if test "$host_cpu" = ia64; then
7280 symcode='[ABCDEGRST]'
7281 fi
7282 ;;
7283irix* | nonstopux*)
7284 symcode='[BCDEGRST]'
7285 ;;
7286osf*)
7287 symcode='[BCDEGQRST]'
7288 ;;
7289solaris*)
7290 symcode='[BDRT]'
7291 ;;
7292sco3.2v5*)
7293 symcode='[DT]'
7294 ;;
7295sysv4.2uw2*)
7296 symcode='[DT]'
7297 ;;
7298sysv5* | sco5v6* | unixware* | OpenUNIX*)
7299 symcode='[ABDT]'
7300 ;;
7301sysv4)
7302 symcode='[DFNSTU]'
7303 ;;
7304esac
7305
7306# If we're using GNU nm, then use its standard symbol codes.
7307case `$NM -V 2>&1` in
7308*GNU* | *'with BFD'*)
7309 symcode='[ABCDGIRSTW]' ;;
7310esac
7311
7312# Transform an extracted symbol line into a proper C declaration.
7313# Some systems (esp. on ia64) link data and code symbols differently,
7314# so use this general approach.
7315lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7316
7317# Transform an extracted symbol line into symbol name and symbol address
7318lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7319lt_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'"
7320
7321# Handle CRLF in mingw tool chain
7322opt_cr=
7323case $build_os in
7324mingw*)
7325 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7326 ;;
7327esac
7328
7329# Try without a prefix underscore, then with it.
7330for ac_symprfx in "" "_"; do
7331
7332 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7333 symxfrm="\\1 $ac_symprfx\\2 \\2"
7334
7335 # Write the raw and C identifiers.
7336 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7337 # Fake it for dumpbin and say T for any non-static function
7338 # and D for any global variable.
7339 # Also find C++ and __fastcall symbols from MSVC++,
7340 # which start with @ or ?.
7341 lt_cv_sys_global_symbol_pipe="$AWK '"\
7342" {last_section=section; section=\$ 3};"\
7343" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7344" \$ 0!~/External *\|/{next};"\
7345" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7346" {if(hide[section]) next};"\
7347" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7348" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7349" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7350" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7351" ' prfx=^$ac_symprfx"
7352 else
7353 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7354 fi
7355
7356 # Check to see that the pipe works correctly.
7357 pipe_works=no
7358
7359 rm -f conftest*
7360 cat > conftest.$ac_ext <<_LT_EOF
7361#ifdef __cplusplus
7362extern "C" {
7363#endif
7364char nm_test_var;
7365void nm_test_func(void);
7366void nm_test_func(void){}
7367#ifdef __cplusplus
7368}
7369#endif
7370int main(){nm_test_var='a';nm_test_func();return(0);}
7371_LT_EOF
7372
7373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7374 (eval $ac_compile) 2>&5
7375 ac_status=$?
7376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7377 test $ac_status = 0; }; then
7378 # Now try to grab the symbols.
7379 nlist=conftest.nm
7380 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7381 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7382 ac_status=$?
7383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7384 test $ac_status = 0; } && test -s "$nlist"; then
7385 # Try sorting and uniquifying the output.
7386 if sort "$nlist" | uniq > "$nlist"T; then
7387 mv -f "$nlist"T "$nlist"
7388 else
7389 rm -f "$nlist"T
7390 fi
7391
7392 # Make sure that we snagged all the symbols we need.
7393 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7394 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7395 cat <<_LT_EOF > conftest.$ac_ext
7396#ifdef __cplusplus
7397extern "C" {
7398#endif
7399
7400_LT_EOF
7401 # Now generate the symbol file.
7402 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7403
7404 cat <<_LT_EOF >> conftest.$ac_ext
7405
7406/* The mapping between symbol names and symbols. */
7407const struct {
7408 const char *name;
7409 void *address;
7410}
7411lt__PROGRAM__LTX_preloaded_symbols[] =
7412{
7413 { "@PROGRAM@", (void *) 0 },
7414_LT_EOF
7415 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7416 cat <<\_LT_EOF >> conftest.$ac_ext
7417 {0, (void *) 0}
7418};
7419
7420/* This works around a problem in FreeBSD linker */
7421#ifdef FREEBSD_WORKAROUND
7422static const void *lt_preloaded_setup() {
7423 return lt__PROGRAM__LTX_preloaded_symbols;
7424}
7425#endif
7426
7427#ifdef __cplusplus
7428}
7429#endif
7430_LT_EOF
7431 # Now try linking the two files.
7432 mv conftest.$ac_objext conftstm.$ac_objext
7433 lt_save_LIBS="$LIBS"
7434 lt_save_CFLAGS="$CFLAGS"
7435 LIBS="conftstm.$ac_objext"
7436 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7437 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7438 (eval $ac_link) 2>&5
7439 ac_status=$?
7440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7441 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7442 pipe_works=yes
7443 fi
7444 LIBS="$lt_save_LIBS"
7445 CFLAGS="$lt_save_CFLAGS"
7446 else
7447 echo "cannot find nm_test_func in $nlist" >&5
7448 fi
7449 else
7450 echo "cannot find nm_test_var in $nlist" >&5
7451 fi
7452 else
7453 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7454 fi
7455 else
7456 echo "$progname: failed program was:" >&5
7457 cat conftest.$ac_ext >&5
7458 fi
7459 rm -rf conftest* conftst*
7460
7461 # Do not use the global_symbol_pipe unless it works.
7462 if test "$pipe_works" = yes; then
7463 break
7464 else
7465 lt_cv_sys_global_symbol_pipe=
7466 fi
7467done
7468
7469fi
7470
7471if test -z "$lt_cv_sys_global_symbol_pipe"; then
7472 lt_cv_sys_global_symbol_to_cdecl=
7473fi
7474if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7476$as_echo "failed" >&6; }
7477else
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7479$as_echo "ok" >&6; }
7480fi
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503# Check whether --enable-libtool-lock was given.
7504if test "${enable_libtool_lock+set}" = set; then :
7505 enableval=$enable_libtool_lock;
7506fi
7507
7508test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7509
7510# Some flags need to be propagated to the compiler or linker for good
7511# libtool support.
7512case $host in
7513ia64-*-hpux*)
7514 # Find out which ABI we are using.
7515 echo 'int i;' > conftest.$ac_ext
7516 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7517 (eval $ac_compile) 2>&5
7518 ac_status=$?
7519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7520 test $ac_status = 0; }; then
7521 case `/usr/bin/file conftest.$ac_objext` in
7522 *ELF-32*)
7523 HPUX_IA64_MODE="32"
7524 ;;
7525 *ELF-64*)
7526 HPUX_IA64_MODE="64"
7527 ;;
7528 esac
7529 fi
7530 rm -rf conftest*
7531 ;;
7532*-*-irix6*)
7533 # Find out which ABI we are using.
7534 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7535 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7536 (eval $ac_compile) 2>&5
7537 ac_status=$?
7538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7539 test $ac_status = 0; }; then
7540 if test "$lt_cv_prog_gnu_ld" = yes; then
7541 case `/usr/bin/file conftest.$ac_objext` in
7542 *32-bit*)
7543 LD="${LD-ld} -melf32bsmip"
7544 ;;
7545 *N32*)
7546 LD="${LD-ld} -melf32bmipn32"
7547 ;;
7548 *64-bit*)
7549 LD="${LD-ld} -melf64bmip"
7550 ;;
7551 esac
7552 else
7553 case `/usr/bin/file conftest.$ac_objext` in
7554 *32-bit*)
7555 LD="${LD-ld} -32"
7556 ;;
7557 *N32*)
7558 LD="${LD-ld} -n32"
7559 ;;
7560 *64-bit*)
7561 LD="${LD-ld} -64"
7562 ;;
7563 esac
7564 fi
7565 fi
7566 rm -rf conftest*
7567 ;;
7568
bf3d9781 7569x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7570s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7571 # Find out which ABI we are using.
7572 echo 'int i;' > conftest.$ac_ext
7573 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7574 (eval $ac_compile) 2>&5
7575 ac_status=$?
7576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7577 test $ac_status = 0; }; then
7578 case `/usr/bin/file conftest.o` in
7579 *32-bit*)
7580 case $host in
7581 x86_64-*kfreebsd*-gnu)
7582 LD="${LD-ld} -m elf_i386_fbsd"
7583 ;;
7584 x86_64-*linux*)
7585 case `/usr/bin/file conftest.o` in
7586 *x86-64*)
7587 LD="${LD-ld} -m elf32_x86_64"
7588 ;;
7589 *)
7590 LD="${LD-ld} -m elf_i386"
7591 ;;
7592 esac
7593 ;;
bf3d9781
AM
7594 powerpc64le-*linux*)
7595 LD="${LD-ld} -m elf32lppclinux"
7596 ;;
7597 powerpc64-*linux*)
6bb11ab3
L
7598 LD="${LD-ld} -m elf32ppclinux"
7599 ;;
7600 s390x-*linux*)
7601 LD="${LD-ld} -m elf_s390"
7602 ;;
7603 sparc64-*linux*)
7604 LD="${LD-ld} -m elf32_sparc"
7605 ;;
7606 esac
7607 ;;
7608 *64-bit*)
7609 case $host in
7610 x86_64-*kfreebsd*-gnu)
7611 LD="${LD-ld} -m elf_x86_64_fbsd"
7612 ;;
7613 x86_64-*linux*)
7614 LD="${LD-ld} -m elf_x86_64"
7615 ;;
bf3d9781
AM
7616 powerpcle-*linux*)
7617 LD="${LD-ld} -m elf64lppc"
7618 ;;
7619 powerpc-*linux*)
6bb11ab3
L
7620 LD="${LD-ld} -m elf64ppc"
7621 ;;
7622 s390*-*linux*|s390*-*tpf*)
7623 LD="${LD-ld} -m elf64_s390"
7624 ;;
7625 sparc*-*linux*)
7626 LD="${LD-ld} -m elf64_sparc"
7627 ;;
7628 esac
7629 ;;
7630 esac
7631 fi
7632 rm -rf conftest*
7633 ;;
7634
7635*-*-sco3.2v5*)
7636 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7637 SAVE_CFLAGS="$CFLAGS"
7638 CFLAGS="$CFLAGS -belf"
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7640$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7641if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7642 $as_echo_n "(cached) " >&6
7643else
7644 ac_ext=c
7645ac_cpp='$CPP $CPPFLAGS'
7646ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7647ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7648ac_compiler_gnu=$ac_cv_c_compiler_gnu
7649
7650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7651/* end confdefs.h. */
7652
7653int
7654main ()
7655{
7656
7657 ;
7658 return 0;
7659}
7660_ACEOF
7661if ac_fn_c_try_link "$LINENO"; then :
7662 lt_cv_cc_needs_belf=yes
7663else
7664 lt_cv_cc_needs_belf=no
7665fi
7666rm -f core conftest.err conftest.$ac_objext \
7667 conftest$ac_exeext conftest.$ac_ext
7668 ac_ext=c
7669ac_cpp='$CPP $CPPFLAGS'
7670ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7671ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7672ac_compiler_gnu=$ac_cv_c_compiler_gnu
7673
7674fi
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7676$as_echo "$lt_cv_cc_needs_belf" >&6; }
7677 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7678 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7679 CFLAGS="$SAVE_CFLAGS"
7680 fi
7681 ;;
7682sparc*-*solaris*)
7683 # Find out which ABI we are using.
7684 echo 'int i;' > conftest.$ac_ext
7685 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7686 (eval $ac_compile) 2>&5
7687 ac_status=$?
7688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7689 test $ac_status = 0; }; then
7690 case `/usr/bin/file conftest.o` in
7691 *64-bit*)
7692 case $lt_cv_prog_gnu_ld in
7693 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7694 *)
7695 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7696 LD="${LD-ld} -64"
7697 fi
7698 ;;
7699 esac
7700 ;;
7701 esac
7702 fi
7703 rm -rf conftest*
7704 ;;
7705esac
7706
7707need_locks="$enable_libtool_lock"
7708
7709
7710 case $host_os in
7711 rhapsody* | darwin*)
7712 if test -n "$ac_tool_prefix"; then
7713 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7714set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7717if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7718 $as_echo_n "(cached) " >&6
7719else
7720 if test -n "$DSYMUTIL"; then
7721 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7722else
7723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7724for as_dir in $PATH
7725do
7726 IFS=$as_save_IFS
7727 test -z "$as_dir" && as_dir=.
7728 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7729 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7730 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7732 break 2
7733 fi
7734done
7735 done
7736IFS=$as_save_IFS
7737
7738fi
7739fi
7740DSYMUTIL=$ac_cv_prog_DSYMUTIL
7741if test -n "$DSYMUTIL"; then
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7743$as_echo "$DSYMUTIL" >&6; }
7744else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746$as_echo "no" >&6; }
7747fi
7748
7749
7750fi
7751if test -z "$ac_cv_prog_DSYMUTIL"; then
7752 ac_ct_DSYMUTIL=$DSYMUTIL
7753 # Extract the first word of "dsymutil", so it can be a program name with args.
7754set dummy dsymutil; ac_word=$2
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7757if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7758 $as_echo_n "(cached) " >&6
7759else
7760 if test -n "$ac_ct_DSYMUTIL"; then
7761 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7762else
7763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764for as_dir in $PATH
7765do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7770 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774done
7775 done
7776IFS=$as_save_IFS
7777
7778fi
7779fi
7780ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7781if test -n "$ac_ct_DSYMUTIL"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7783$as_echo "$ac_ct_DSYMUTIL" >&6; }
7784else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786$as_echo "no" >&6; }
7787fi
7788
7789 if test "x$ac_ct_DSYMUTIL" = x; then
7790 DSYMUTIL=":"
7791 else
7792 case $cross_compiling:$ac_tool_warned in
7793yes:)
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7796ac_tool_warned=yes ;;
7797esac
7798 DSYMUTIL=$ac_ct_DSYMUTIL
7799 fi
7800else
7801 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7802fi
7803
7804 if test -n "$ac_tool_prefix"; then
7805 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7806set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7808$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7809if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7810 $as_echo_n "(cached) " >&6
7811else
7812 if test -n "$NMEDIT"; then
7813 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7814else
7815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7816for as_dir in $PATH
7817do
7818 IFS=$as_save_IFS
7819 test -z "$as_dir" && as_dir=.
7820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7822 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7824 break 2
7825 fi
7826done
7827 done
7828IFS=$as_save_IFS
7829
7830fi
7831fi
7832NMEDIT=$ac_cv_prog_NMEDIT
7833if test -n "$NMEDIT"; then
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7835$as_echo "$NMEDIT" >&6; }
7836else
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7838$as_echo "no" >&6; }
7839fi
7840
7841
7842fi
7843if test -z "$ac_cv_prog_NMEDIT"; then
7844 ac_ct_NMEDIT=$NMEDIT
7845 # Extract the first word of "nmedit", so it can be a program name with args.
7846set dummy nmedit; ac_word=$2
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7848$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7849if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7850 $as_echo_n "(cached) " >&6
7851else
7852 if test -n "$ac_ct_NMEDIT"; then
7853 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7854else
7855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7856for as_dir in $PATH
7857do
7858 IFS=$as_save_IFS
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7862 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7864 break 2
7865 fi
7866done
7867 done
7868IFS=$as_save_IFS
7869
7870fi
7871fi
7872ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7873if test -n "$ac_ct_NMEDIT"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7875$as_echo "$ac_ct_NMEDIT" >&6; }
7876else
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7878$as_echo "no" >&6; }
7879fi
7880
7881 if test "x$ac_ct_NMEDIT" = x; then
7882 NMEDIT=":"
7883 else
7884 case $cross_compiling:$ac_tool_warned in
7885yes:)
7886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7888ac_tool_warned=yes ;;
7889esac
7890 NMEDIT=$ac_ct_NMEDIT
7891 fi
7892else
7893 NMEDIT="$ac_cv_prog_NMEDIT"
7894fi
7895
7896 if test -n "$ac_tool_prefix"; then
7897 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7898set dummy ${ac_tool_prefix}lipo; ac_word=$2
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7901if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7902 $as_echo_n "(cached) " >&6
7903else
7904 if test -n "$LIPO"; then
7905 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7906else
7907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908for as_dir in $PATH
7909do
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
7912 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7914 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7916 break 2
7917 fi
7918done
7919 done
7920IFS=$as_save_IFS
7921
7922fi
7923fi
7924LIPO=$ac_cv_prog_LIPO
7925if test -n "$LIPO"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7927$as_echo "$LIPO" >&6; }
7928else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
7931fi
7932
7933
7934fi
7935if test -z "$ac_cv_prog_LIPO"; then
7936 ac_ct_LIPO=$LIPO
7937 # Extract the first word of "lipo", so it can be a program name with args.
7938set dummy lipo; ac_word=$2
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7940$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7941if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7942 $as_echo_n "(cached) " >&6
7943else
7944 if test -n "$ac_ct_LIPO"; then
7945 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7946else
7947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7948for as_dir in $PATH
7949do
7950 IFS=$as_save_IFS
7951 test -z "$as_dir" && as_dir=.
7952 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7954 ac_cv_prog_ac_ct_LIPO="lipo"
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7956 break 2
7957 fi
7958done
7959 done
7960IFS=$as_save_IFS
7961
7962fi
7963fi
7964ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7965if test -n "$ac_ct_LIPO"; then
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7967$as_echo "$ac_ct_LIPO" >&6; }
7968else
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7970$as_echo "no" >&6; }
7971fi
7972
7973 if test "x$ac_ct_LIPO" = x; then
7974 LIPO=":"
7975 else
7976 case $cross_compiling:$ac_tool_warned in
7977yes:)
7978{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7979$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7980ac_tool_warned=yes ;;
7981esac
7982 LIPO=$ac_ct_LIPO
7983 fi
7984else
7985 LIPO="$ac_cv_prog_LIPO"
7986fi
7987
7988 if test -n "$ac_tool_prefix"; then
7989 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7990set dummy ${ac_tool_prefix}otool; ac_word=$2
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7993if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
7994 $as_echo_n "(cached) " >&6
7995else
7996 if test -n "$OTOOL"; then
7997 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7998else
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
8004 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8006 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8008 break 2
8009 fi
8010done
8011 done
8012IFS=$as_save_IFS
8013
8014fi
8015fi
8016OTOOL=$ac_cv_prog_OTOOL
8017if test -n "$OTOOL"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8019$as_echo "$OTOOL" >&6; }
8020else
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
8023fi
8024
8025
8026fi
8027if test -z "$ac_cv_prog_OTOOL"; then
8028 ac_ct_OTOOL=$OTOOL
8029 # Extract the first word of "otool", so it can be a program name with args.
8030set dummy otool; ac_word=$2
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8032$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8033if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8034 $as_echo_n "(cached) " >&6
8035else
8036 if test -n "$ac_ct_OTOOL"; then
8037 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8038else
8039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040for as_dir in $PATH
8041do
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8046 ac_cv_prog_ac_ct_OTOOL="otool"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8049 fi
8050done
8051 done
8052IFS=$as_save_IFS
8053
8054fi
8055fi
8056ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8057if test -n "$ac_ct_OTOOL"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8059$as_echo "$ac_ct_OTOOL" >&6; }
8060else
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062$as_echo "no" >&6; }
8063fi
8064
8065 if test "x$ac_ct_OTOOL" = x; then
8066 OTOOL=":"
8067 else
8068 case $cross_compiling:$ac_tool_warned in
8069yes:)
8070{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8071$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8072ac_tool_warned=yes ;;
8073esac
8074 OTOOL=$ac_ct_OTOOL
8075 fi
8076else
8077 OTOOL="$ac_cv_prog_OTOOL"
8078fi
8079
8080 if test -n "$ac_tool_prefix"; then
8081 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8082set dummy ${ac_tool_prefix}otool64; ac_word=$2
8083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8084$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8085if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8086 $as_echo_n "(cached) " >&6
8087else
8088 if test -n "$OTOOL64"; then
8089 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8090else
8091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8092for as_dir in $PATH
8093do
8094 IFS=$as_save_IFS
8095 test -z "$as_dir" && as_dir=.
8096 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8098 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8100 break 2
8101 fi
8102done
8103 done
8104IFS=$as_save_IFS
8105
8106fi
8107fi
8108OTOOL64=$ac_cv_prog_OTOOL64
8109if test -n "$OTOOL64"; then
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8111$as_echo "$OTOOL64" >&6; }
8112else
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8114$as_echo "no" >&6; }
8115fi
8116
8117
8118fi
8119if test -z "$ac_cv_prog_OTOOL64"; then
8120 ac_ct_OTOOL64=$OTOOL64
8121 # Extract the first word of "otool64", so it can be a program name with args.
8122set dummy otool64; ac_word=$2
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8124$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8125if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8126 $as_echo_n "(cached) " >&6
8127else
8128 if test -n "$ac_ct_OTOOL64"; then
8129 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8130else
8131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8132for as_dir in $PATH
8133do
8134 IFS=$as_save_IFS
8135 test -z "$as_dir" && as_dir=.
8136 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8138 ac_cv_prog_ac_ct_OTOOL64="otool64"
8139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8140 break 2
8141 fi
8142done
8143 done
8144IFS=$as_save_IFS
8145
8146fi
8147fi
8148ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8149if test -n "$ac_ct_OTOOL64"; then
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8151$as_echo "$ac_ct_OTOOL64" >&6; }
8152else
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8154$as_echo "no" >&6; }
8155fi
8156
8157 if test "x$ac_ct_OTOOL64" = x; then
8158 OTOOL64=":"
8159 else
8160 case $cross_compiling:$ac_tool_warned in
8161yes:)
8162{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8163$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8164ac_tool_warned=yes ;;
8165esac
8166 OTOOL64=$ac_ct_OTOOL64
8167 fi
8168else
8169 OTOOL64="$ac_cv_prog_OTOOL64"
8170fi
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8199$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8200if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8201 $as_echo_n "(cached) " >&6
8202else
8203 lt_cv_apple_cc_single_mod=no
8204 if test -z "${LT_MULTI_MODULE}"; then
8205 # By default we will add the -single_module flag. You can override
8206 # by either setting the environment variable LT_MULTI_MODULE
8207 # non-empty at configure time, or by adding -multi_module to the
8208 # link flags.
8209 rm -rf libconftest.dylib*
8210 echo "int foo(void){return 1;}" > conftest.c
8211 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8212-dynamiclib -Wl,-single_module conftest.c" >&5
8213 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8214 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8215 _lt_result=$?
8216 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8217 lt_cv_apple_cc_single_mod=yes
8218 else
8219 cat conftest.err >&5
8220 fi
8221 rm -rf libconftest.dylib*
8222 rm -f conftest.*
8223 fi
8224fi
8225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8226$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8228$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8229if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8230 $as_echo_n "(cached) " >&6
8231else
8232 lt_cv_ld_exported_symbols_list=no
8233 save_LDFLAGS=$LDFLAGS
8234 echo "_main" > conftest.sym
8235 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8237/* end confdefs.h. */
8238
8239int
8240main ()
8241{
8242
8243 ;
8244 return 0;
8245}
8246_ACEOF
8247if ac_fn_c_try_link "$LINENO"; then :
8248 lt_cv_ld_exported_symbols_list=yes
8249else
8250 lt_cv_ld_exported_symbols_list=no
8251fi
8252rm -f core conftest.err conftest.$ac_objext \
8253 conftest$ac_exeext conftest.$ac_ext
8254 LDFLAGS="$save_LDFLAGS"
8255
8256fi
8257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8258$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8260$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8261if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8262 $as_echo_n "(cached) " >&6
8263else
8264 lt_cv_ld_force_load=no
8265 cat > conftest.c << _LT_EOF
8266int forced_loaded() { return 2;}
8267_LT_EOF
8268 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8269 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8270 echo "$AR cru libconftest.a conftest.o" >&5
8271 $AR cru libconftest.a conftest.o 2>&5
8272 cat > conftest.c << _LT_EOF
8273int main() { return 0;}
8274_LT_EOF
8275 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8276 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8277 _lt_result=$?
8278 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8279 lt_cv_ld_force_load=yes
8280 else
8281 cat conftest.err >&5
8282 fi
8283 rm -f conftest.err libconftest.a conftest conftest.c
8284 rm -rf conftest.dSYM
8285
8286fi
8287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8288$as_echo "$lt_cv_ld_force_load" >&6; }
8289 case $host_os in
8290 rhapsody* | darwin1.[012])
8291 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8292 darwin1.*)
8293 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8294 darwin*) # darwin 5.x on
8295 # if running on 10.5 or later, the deployment target defaults
8296 # to the OS version, if on x86, and 10.4, the deployment
8297 # target defaults to 10.4. Don't you love it?
8298 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8299 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8300 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8301 10.[012][,.]*)
6bb11ab3
L
8302 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8303 10.*)
8304 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8305 esac
8306 ;;
8307 esac
8308 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8309 _lt_dar_single_mod='$single_module'
8310 fi
8311 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8312 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8313 else
8314 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8315 fi
8316 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8317 _lt_dsymutil='~$DSYMUTIL $lib || :'
8318 else
8319 _lt_dsymutil=
8320 fi
8321 ;;
8322 esac
8323
8324for ac_header in dlfcn.h
8325do :
8326 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8327"
d0ac1c44 8328if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8329 cat >>confdefs.h <<_ACEOF
8330#define HAVE_DLFCN_H 1
8331_ACEOF
8332
8333fi
8334
8335done
8336
8337
8338
8339# autoconf.info says this should be called right after AC_INIT.
8340ac_config_headers="$ac_config_headers config.h:config.in"
8341
8342
8343
0cb8d851
MF
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8345$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8346if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8347 $as_echo_n "(cached) " >&6
8348else
8349 ac_cv_c_bigendian=unknown
8350 # See if we're dealing with a universal compiler.
8351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8352/* end confdefs.h. */
8353#ifndef __APPLE_CC__
8354 not a universal capable compiler
8355 #endif
8356 typedef int dummy;
8357
8358_ACEOF
8359if ac_fn_c_try_compile "$LINENO"; then :
8360
8361 # Check for potential -arch flags. It is not universal unless
8362 # there are at least two -arch flags with different values.
8363 ac_arch=
8364 ac_prev=
8365 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8366 if test -n "$ac_prev"; then
8367 case $ac_word in
8368 i?86 | x86_64 | ppc | ppc64)
8369 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8370 ac_arch=$ac_word
8371 else
8372 ac_cv_c_bigendian=universal
8373 break
8374 fi
8375 ;;
8376 esac
8377 ac_prev=
8378 elif test "x$ac_word" = "x-arch"; then
8379 ac_prev=arch
8380 fi
8381 done
8382fi
8383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8384 if test $ac_cv_c_bigendian = unknown; then
8385 # See if sys/param.h defines the BYTE_ORDER macro.
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 ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8395 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8396 && LITTLE_ENDIAN)
8397 bogus endian macros
8398 #endif
8399
8400 ;
8401 return 0;
8402}
8403_ACEOF
8404if ac_fn_c_try_compile "$LINENO"; then :
8405 # It does; now see whether it defined to BIG_ENDIAN or not.
8406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8407/* end confdefs.h. */
8408#include <sys/types.h>
8409 #include <sys/param.h>
8410
8411int
8412main ()
8413{
8414#if BYTE_ORDER != BIG_ENDIAN
8415 not big endian
8416 #endif
8417
8418 ;
8419 return 0;
8420}
8421_ACEOF
8422if ac_fn_c_try_compile "$LINENO"; then :
8423 ac_cv_c_bigendian=yes
8424else
8425 ac_cv_c_bigendian=no
8426fi
8427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8428fi
8429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8430 fi
8431 if test $ac_cv_c_bigendian = unknown; then
8432 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8434/* end confdefs.h. */
8435#include <limits.h>
8436
8437int
8438main ()
8439{
8440#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8441 bogus endian macros
8442 #endif
8443
8444 ;
8445 return 0;
8446}
8447_ACEOF
8448if ac_fn_c_try_compile "$LINENO"; then :
8449 # It does; now see whether it defined to _BIG_ENDIAN or not.
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451/* end confdefs.h. */
8452#include <limits.h>
8453
8454int
8455main ()
8456{
8457#ifndef _BIG_ENDIAN
8458 not big endian
8459 #endif
8460
8461 ;
8462 return 0;
8463}
8464_ACEOF
8465if ac_fn_c_try_compile "$LINENO"; then :
8466 ac_cv_c_bigendian=yes
8467else
8468 ac_cv_c_bigendian=no
8469fi
8470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8471fi
8472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8473 fi
8474 if test $ac_cv_c_bigendian = unknown; then
8475 # Compile a test program.
8476 if test "$cross_compiling" = yes; then :
8477 # Try to guess by grepping values from an object file.
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8479/* end confdefs.h. */
8480short int ascii_mm[] =
8481 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8482 short int ascii_ii[] =
8483 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8484 int use_ascii (int i) {
8485 return ascii_mm[i] + ascii_ii[i];
8486 }
8487 short int ebcdic_ii[] =
8488 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8489 short int ebcdic_mm[] =
8490 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8491 int use_ebcdic (int i) {
8492 return ebcdic_mm[i] + ebcdic_ii[i];
8493 }
8494 extern int foo;
8495
8496int
8497main ()
8498{
8499return use_ascii (foo) == use_ebcdic (foo);
8500 ;
8501 return 0;
8502}
8503_ACEOF
8504if ac_fn_c_try_compile "$LINENO"; then :
8505 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8506 ac_cv_c_bigendian=yes
8507 fi
8508 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8509 if test "$ac_cv_c_bigendian" = unknown; then
8510 ac_cv_c_bigendian=no
8511 else
8512 # finding both strings is unlikely to happen, but who knows?
8513 ac_cv_c_bigendian=unknown
8514 fi
8515 fi
8516fi
8517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8518else
8519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8520/* end confdefs.h. */
8521$ac_includes_default
8522int
8523main ()
8524{
8525
8526 /* Are we little or big endian? From Harbison&Steele. */
8527 union
8528 {
8529 long int l;
8530 char c[sizeof (long int)];
8531 } u;
8532 u.l = 1;
8533 return u.c[sizeof (long int) - 1] == 1;
8534
8535 ;
8536 return 0;
8537}
8538_ACEOF
8539if ac_fn_c_try_run "$LINENO"; then :
8540 ac_cv_c_bigendian=no
8541else
8542 ac_cv_c_bigendian=yes
8543fi
8544rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8545 conftest.$ac_objext conftest.beam conftest.$ac_ext
8546fi
8547
8548 fi
8549fi
8550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8551$as_echo "$ac_cv_c_bigendian" >&6; }
8552 case $ac_cv_c_bigendian in #(
8553 yes)
8554 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8555;; #(
8556 no)
8557 ;; #(
8558 universal)
8559
8560$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8561
8562 ;; #(
8563 *)
d0ac1c44 8564 as_fn_error $? "unknown endianness
0cb8d851
MF
8565 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8566 esac
8567
6bb11ab3
L
8568
8569
8570
8571# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8572if test -z "$CC_FOR_BUILD"; then
8573 if test "x$cross_compiling" = "xno"; then
8574 CC_FOR_BUILD='$(CC)'
8575 else
8576 CC_FOR_BUILD=gcc
8577 fi
6bb11ab3
L
8578fi
8579
8580
8581
8582
8583AR=${AR-ar}
8584
8585if test -n "$ac_tool_prefix"; then
8586 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8587set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8590if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8591 $as_echo_n "(cached) " >&6
8592else
8593 if test -n "$RANLIB"; then
8594 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8595else
8596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597for as_dir in $PATH
8598do
8599 IFS=$as_save_IFS
8600 test -z "$as_dir" && as_dir=.
8601 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8603 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8605 break 2
8606 fi
8607done
8608 done
8609IFS=$as_save_IFS
8610
8611fi
8612fi
8613RANLIB=$ac_cv_prog_RANLIB
8614if test -n "$RANLIB"; then
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8616$as_echo "$RANLIB" >&6; }
8617else
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619$as_echo "no" >&6; }
8620fi
8621
8622
8623fi
8624if test -z "$ac_cv_prog_RANLIB"; then
8625 ac_ct_RANLIB=$RANLIB
8626 # Extract the first word of "ranlib", so it can be a program name with args.
8627set dummy ranlib; ac_word=$2
8628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8629$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8630if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8631 $as_echo_n "(cached) " >&6
8632else
8633 if test -n "$ac_ct_RANLIB"; then
8634 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8635else
8636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8637for as_dir in $PATH
8638do
8639 IFS=$as_save_IFS
8640 test -z "$as_dir" && as_dir=.
8641 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8642 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8643 ac_cv_prog_ac_ct_RANLIB="ranlib"
8644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8645 break 2
8646 fi
8647done
8648 done
8649IFS=$as_save_IFS
8650
8651fi
8652fi
8653ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8654if test -n "$ac_ct_RANLIB"; then
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8656$as_echo "$ac_ct_RANLIB" >&6; }
8657else
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8659$as_echo "no" >&6; }
8660fi
8661
8662 if test "x$ac_ct_RANLIB" = x; then
8663 RANLIB=":"
8664 else
8665 case $cross_compiling:$ac_tool_warned in
8666yes:)
8667{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8668$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8669ac_tool_warned=yes ;;
8670esac
8671 RANLIB=$ac_ct_RANLIB
8672 fi
8673else
8674 RANLIB="$ac_cv_prog_RANLIB"
8675fi
8676
8677
46f900c0
MF
8678# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8679# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8680# is C99. So handle it ourselves.
8681:
8682C_DIALECT=
8683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8684$as_echo_n "checking whether C11 is supported by default... " >&6; }
8685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8686/* end confdefs.h. */
8687
8688#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8689# error "C11 support not found"
8690#endif
8691
8692_ACEOF
8693if ac_fn_c_try_compile "$LINENO"; then :
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8695$as_echo "yes" >&6; }
8696else
8697
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8699$as_echo "no" >&6; }
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8701$as_echo_n "checking for -std=c11 support... " >&6; }
8702 ac_save_CC="$CC"
8703 CC="$CC -std=c11"
8704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8705/* end confdefs.h. */
8706
8707#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8708# error "C11 support not found"
8709#endif
8710
8711_ACEOF
8712if ac_fn_c_try_compile "$LINENO"; then :
8713
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8715$as_echo "yes" >&6; }
8716 CC="$ac_save_CC"
8717 C_DIALECT="-std=c11"
8718
8719else
8720 as_fn_error $? "C11 is required" "$LINENO" 5
8721fi
8722rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8723fi
8724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8725
8726
6bb11ab3
L
8727# Some of the common include files depend on bfd.h, and bfd.h checks
8728# that config.h is included first by testing that the PACKAGE macro
8729# is defined.
8730PACKAGE=sim
8731
8732cat >>confdefs.h <<_ACEOF
8733#define PACKAGE "$PACKAGE"
8734_ACEOF
8735
8736
8737
8738# Dependency checking.
8739ac_config_commands="$ac_config_commands depdir"
8740
8741
8742depcc="$CC" am_compiler_list=
8743
8744am_depcomp=$ac_aux_dir/depcomp
8745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8746$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8747if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8748 $as_echo_n "(cached) " >&6
8749else
8750 if test -f "$am_depcomp"; then
8751 # We make a subdir and do the tests there. Otherwise we can end up
8752 # making bogus files that we don't know about and never remove. For
8753 # instance it was reported that on HP-UX the gcc test will end up
8754 # making a dummy file named `D' -- because `-MD' means `put the output
8755 # in D'.
8756 mkdir conftest.dir
8757 # Copy depcomp to subdir because otherwise we won't find it if we're
8758 # using a relative directory.
8759 cp "$am_depcomp" conftest.dir
8760 cd conftest.dir
8761 # We will build objects and dependencies in a subdirectory because
8762 # it helps to detect inapplicable dependency modes. For instance
8763 # both Tru64's cc and ICC support -MD to output dependencies as a
8764 # side effect of compilation, but ICC will put the dependencies in
8765 # the current directory while Tru64 will put them in the object
8766 # directory.
8767 mkdir sub
8768
8769 am_cv_CC_dependencies_compiler_type=none
8770 if test "$am_compiler_list" = ""; then
8771 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8772 fi
8773 for depmode in $am_compiler_list; do
8774 if test $depmode = none; then break; fi
8775
8776 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8777 # Setup a source with many dependencies, because some compilers
8778 # like to wrap large dependency lists on column 80 (with \), and
8779 # we should not choose a depcomp mode which is confused by this.
8780 #
8781 # We need to recreate these files for each test, as the compiler may
8782 # overwrite some of them when testing with obscure command lines.
8783 # This happens at least with the AIX C compiler.
8784 : > sub/conftest.c
8785 for i in 1 2 3 4 5 6; do
8786 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8787 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8788 # Solaris 8's {/usr,}/bin/sh.
8789 touch sub/conftst$i.h
8790 done
8791 echo "include sub/conftest.Po" > confmf
8792
8793 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8794 # mode. It turns out that the SunPro C++ compiler does not properly
8795 # handle `-M -o', and we need to detect this.
8796 depcmd="depmode=$depmode \
8797 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8798 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8799 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8800 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8801 if env $depcmd > conftest.err 2>&1 &&
8802 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8803 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8804 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8805 # icc doesn't choke on unknown options, it will just issue warnings
8806 # or remarks (even with -Werror). So we grep stderr for any message
8807 # that says an option was ignored or not supported.
8808 # When given -MP, icc 7.0 and 7.1 complain thusly:
8809 # icc: Command line warning: ignoring option '-M'; no argument required
8810 # The diagnosis changed in icc 8.0:
8811 # icc: Command line remark: option '-MP' not supported
8812 if (grep 'ignoring option' conftest.err ||
8813 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8814 am_cv_CC_dependencies_compiler_type=$depmode
8815 $as_echo "$as_me:$LINENO: success" >&5
8816 break
8817 fi
8818 fi
8819 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8820 sed -e 's/^/| /' < conftest.err >&5
8821 done
8822
8823 cd ..
8824 rm -rf conftest.dir
8825else
8826 am_cv_CC_dependencies_compiler_type=none
8827fi
8828
8829fi
8830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8831$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8832if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8833then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8834else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8835
8836fi
8837
8838
8839# Check for the 'make' the user wants to use.
8840for ac_prog in make
8841do
8842 # Extract the first word of "$ac_prog", so it can be a program name with args.
8843set dummy $ac_prog; ac_word=$2
8844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8845$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8846if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8847 $as_echo_n "(cached) " >&6
8848else
8849 if test -n "$MAKE"; then
8850 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8851else
8852as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8853for as_dir in $PATH
8854do
8855 IFS=$as_save_IFS
8856 test -z "$as_dir" && as_dir=.
8857 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8859 ac_cv_prog_MAKE="$ac_prog"
8860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8861 break 2
8862 fi
8863done
8864 done
8865IFS=$as_save_IFS
8866
8867fi
8868fi
8869MAKE=$ac_cv_prog_MAKE
8870if test -n "$MAKE"; then
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8872$as_echo "$MAKE" >&6; }
8873else
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8875$as_echo "no" >&6; }
8876fi
8877
8878
8879 test -n "$MAKE" && break
8880done
8881
8882MAKE_IS_GNU=
8883case "`$MAKE --version 2>&1 | sed 1q`" in
8884 *GNU*)
8885 MAKE_IS_GNU=yes
8886 ;;
8887esac
8888 if test "$MAKE_IS_GNU" = yes; then
8889 GMAKE_TRUE=
8890 GMAKE_FALSE='#'
8891else
8892 GMAKE_TRUE='#'
8893 GMAKE_FALSE=
8894fi
8895
8896
8897ALL_LINGUAS=
8898# If we haven't got the data from the intl directory,
8899# assume NLS is disabled.
8900USE_NLS=no
8901LIBINTL=
8902LIBINTL_DEP=
8903INCINTL=
8904XGETTEXT=
8905GMSGFMT=
8906POSUB=
8907
8908if test -f ../../intl/config.intl; then
8909 . ../../intl/config.intl
8910fi
8911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8912$as_echo_n "checking whether NLS is requested... " >&6; }
8913if test x"$USE_NLS" != xyes; then
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8915$as_echo "no" >&6; }
8916else
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8918$as_echo "yes" >&6; }
8919
8920$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8921
8922
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8924$as_echo_n "checking for catalogs to be installed... " >&6; }
8925 # Look for .po and .gmo files in the source directory.
8926 CATALOGS=
8927 XLINGUAS=
8928 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8929 # If there aren't any .gmo files the shell will give us the
8930 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8931 # weeded out.
8932 case "$cat" in *\**)
8933 continue;;
8934 esac
8935 # The quadruple backslash is collapsed to a double backslash
8936 # by the backticks, then collapsed again by the double quotes,
8937 # leaving us with one backslash in the sed expression (right
8938 # before the dot that mustn't act as a wildcard).
8939 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8940 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8941 # The user is allowed to set LINGUAS to a list of languages to
8942 # install catalogs for. If it's empty that means "all of them."
8943 if test "x$LINGUAS" = x; then
8944 CATALOGS="$CATALOGS $cat"
8945 XLINGUAS="$XLINGUAS $lang"
8946 else
8947 case "$LINGUAS" in *$lang*)
8948 CATALOGS="$CATALOGS $cat"
8949 XLINGUAS="$XLINGUAS $lang"
8950 ;;
8951 esac
8952 fi
8953 done
8954 LINGUAS="$XLINGUAS"
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8956$as_echo "$LINGUAS" >&6; }
8957
8958
8959 DATADIRNAME=share
8960
8961 INSTOBJEXT=.mo
8962
8963 GENCAT=gencat
8964
8965 CATOBJEXT=.gmo
8966
8967fi
8968
8969# Check for common headers.
68ed2854
MF
8970# NB: You can assume C11 headers exist.
8971for ac_header in unistd.h
6bb11ab3 8972do :
68ed2854
MF
8973 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
8974if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 8975 cat >>confdefs.h <<_ACEOF
68ed2854 8976#define HAVE_UNISTD_H 1
6bb11ab3
L
8977_ACEOF
8978
8979fi
8980
8981done
8982
936df756 8983for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8984do :
8985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8986ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8987if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8988 cat >>confdefs.h <<_ACEOF
8989#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8990_ACEOF
8991
8992fi
8993
8994done
8995
8996for ac_header in fcntl.h fpu_control.h
8997do :
8998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8999ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9000if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9001 cat >>confdefs.h <<_ACEOF
9002#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9003_ACEOF
9004
9005fi
9006
9007done
9008
68ed2854 9009for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
9010do :
9011 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9012ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9013if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9014 cat >>confdefs.h <<_ACEOF
9015#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9016_ACEOF
9017
9018fi
9019
9020done
9021
9022for ac_func in getrusage time sigaction __setfpucw
9023do :
9024 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9025ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9026if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9027 cat >>confdefs.h <<_ACEOF
9028#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9029_ACEOF
9030
9031fi
9032done
9033
936df756
MF
9034for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9035do :
9036 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9037ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9038if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9039 cat >>confdefs.h <<_ACEOF
9040#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9041_ACEOF
9042
9043fi
9044done
9045
9046ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9047#include <sys/types.h>
9048#endif
9049#ifdef HAVE_SYS_STAT_H
9050#include <sys/stat.h>
9051#endif
9052"
d0ac1c44 9053if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9054
9055cat >>confdefs.h <<_ACEOF
9056#define HAVE_STRUCT_STAT_ST_DEV 1
9057_ACEOF
9058
9059
9060fi
9061ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9062#include <sys/types.h>
9063#endif
9064#ifdef HAVE_SYS_STAT_H
9065#include <sys/stat.h>
9066#endif
9067"
d0ac1c44 9068if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9069
9070cat >>confdefs.h <<_ACEOF
9071#define HAVE_STRUCT_STAT_ST_INO 1
9072_ACEOF
9073
9074
9075fi
9076ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9077#include <sys/types.h>
9078#endif
9079#ifdef HAVE_SYS_STAT_H
9080#include <sys/stat.h>
9081#endif
9082"
d0ac1c44 9083if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9084
9085cat >>confdefs.h <<_ACEOF
9086#define HAVE_STRUCT_STAT_ST_MODE 1
9087_ACEOF
9088
9089
9090fi
9091ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9092#include <sys/types.h>
9093#endif
9094#ifdef HAVE_SYS_STAT_H
9095#include <sys/stat.h>
9096#endif
9097"
d0ac1c44 9098if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9099
9100cat >>confdefs.h <<_ACEOF
9101#define HAVE_STRUCT_STAT_ST_NLINK 1
9102_ACEOF
9103
9104
9105fi
9106ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9107#include <sys/types.h>
9108#endif
9109#ifdef HAVE_SYS_STAT_H
9110#include <sys/stat.h>
9111#endif
9112"
d0ac1c44 9113if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9114
9115cat >>confdefs.h <<_ACEOF
9116#define HAVE_STRUCT_STAT_ST_UID 1
9117_ACEOF
9118
9119
9120fi
9121ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9122#include <sys/types.h>
9123#endif
9124#ifdef HAVE_SYS_STAT_H
9125#include <sys/stat.h>
9126#endif
9127"
d0ac1c44 9128if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9129
9130cat >>confdefs.h <<_ACEOF
9131#define HAVE_STRUCT_STAT_ST_GID 1
9132_ACEOF
9133
9134
9135fi
9136ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9137#include <sys/types.h>
9138#endif
9139#ifdef HAVE_SYS_STAT_H
9140#include <sys/stat.h>
9141#endif
9142"
d0ac1c44 9143if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9144
9145cat >>confdefs.h <<_ACEOF
9146#define HAVE_STRUCT_STAT_ST_RDEV 1
9147_ACEOF
9148
9149
9150fi
9151ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9152#include <sys/types.h>
9153#endif
9154#ifdef HAVE_SYS_STAT_H
9155#include <sys/stat.h>
9156#endif
9157"
d0ac1c44 9158if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9159
9160cat >>confdefs.h <<_ACEOF
9161#define HAVE_STRUCT_STAT_ST_SIZE 1
9162_ACEOF
9163
9164
9165fi
9166ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9167#include <sys/types.h>
9168#endif
9169#ifdef HAVE_SYS_STAT_H
9170#include <sys/stat.h>
9171#endif
9172"
d0ac1c44 9173if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9174
9175cat >>confdefs.h <<_ACEOF
9176#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9177_ACEOF
9178
9179
9180fi
9181ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9182#include <sys/types.h>
9183#endif
9184#ifdef HAVE_SYS_STAT_H
9185#include <sys/stat.h>
9186#endif
9187"
d0ac1c44 9188if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9189
9190cat >>confdefs.h <<_ACEOF
9191#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9192_ACEOF
9193
9194
9195fi
9196ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9197#include <sys/types.h>
9198#endif
9199#ifdef HAVE_SYS_STAT_H
9200#include <sys/stat.h>
9201#endif
9202"
d0ac1c44 9203if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9204
9205cat >>confdefs.h <<_ACEOF
9206#define HAVE_STRUCT_STAT_ST_ATIME 1
9207_ACEOF
9208
9209
9210fi
9211ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9212#include <sys/types.h>
9213#endif
9214#ifdef HAVE_SYS_STAT_H
9215#include <sys/stat.h>
9216#endif
9217"
d0ac1c44 9218if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9219
9220cat >>confdefs.h <<_ACEOF
9221#define HAVE_STRUCT_STAT_ST_MTIME 1
9222_ACEOF
9223
9224
9225fi
9226ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9227#include <sys/types.h>
9228#endif
9229#ifdef HAVE_SYS_STAT_H
9230#include <sys/stat.h>
9231#endif
9232"
d0ac1c44 9233if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9234
9235cat >>confdefs.h <<_ACEOF
9236#define HAVE_STRUCT_STAT_ST_CTIME 1
9237_ACEOF
9238
9239
9240fi
9241
9242ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9243#include <sys/socket.h>
9244
9245"
d0ac1c44 9246if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9247
9248cat >>confdefs.h <<_ACEOF
9249#define HAVE_SOCKLEN_T 1
9250_ACEOF
9251
9252
9253fi
9254
6bb11ab3
L
9255
9256# Check for socket libraries
9257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9258$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9259if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9260 $as_echo_n "(cached) " >&6
9261else
9262 ac_check_lib_save_LIBS=$LIBS
9263LIBS="-lsocket $LIBS"
9264cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9265/* end confdefs.h. */
9266
9267/* Override any GCC internal prototype to avoid an error.
9268 Use char because int might match the return type of a GCC
9269 builtin and then its argument prototype would still apply. */
9270#ifdef __cplusplus
9271extern "C"
9272#endif
9273char bind ();
9274int
9275main ()
9276{
9277return bind ();
9278 ;
9279 return 0;
9280}
9281_ACEOF
9282if ac_fn_c_try_link "$LINENO"; then :
9283 ac_cv_lib_socket_bind=yes
9284else
9285 ac_cv_lib_socket_bind=no
9286fi
9287rm -f core conftest.err conftest.$ac_objext \
9288 conftest$ac_exeext conftest.$ac_ext
9289LIBS=$ac_check_lib_save_LIBS
9290fi
9291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9292$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9293if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9294 cat >>confdefs.h <<_ACEOF
9295#define HAVE_LIBSOCKET 1
9296_ACEOF
9297
9298 LIBS="-lsocket $LIBS"
9299
9300fi
9301
9302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9303$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9304if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9305 $as_echo_n "(cached) " >&6
9306else
9307 ac_check_lib_save_LIBS=$LIBS
9308LIBS="-lnsl $LIBS"
9309cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9310/* end confdefs.h. */
9311
9312/* Override any GCC internal prototype to avoid an error.
9313 Use char because int might match the return type of a GCC
9314 builtin and then its argument prototype would still apply. */
9315#ifdef __cplusplus
9316extern "C"
9317#endif
9318char gethostbyname ();
9319int
9320main ()
9321{
9322return gethostbyname ();
9323 ;
9324 return 0;
9325}
9326_ACEOF
9327if ac_fn_c_try_link "$LINENO"; then :
9328 ac_cv_lib_nsl_gethostbyname=yes
9329else
9330 ac_cv_lib_nsl_gethostbyname=no
9331fi
9332rm -f core conftest.err conftest.$ac_objext \
9333 conftest$ac_exeext conftest.$ac_ext
9334LIBS=$ac_check_lib_save_LIBS
9335fi
9336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9337$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9338if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9339 cat >>confdefs.h <<_ACEOF
9340#define HAVE_LIBNSL 1
9341_ACEOF
9342
9343 LIBS="-lnsl $LIBS"
9344
9345fi
9346
9347
9348# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9349# using the same condition.
9350
aadc9410 9351 # Use the system's zlib library.
7fed4b0b
L
9352 zlibdir="-L\$(top_builddir)/../zlib"
9353 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9354
aadc9410
MF
9355# Check whether --with-system-zlib was given.
9356if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9357 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9358 zlibdir=
9359 zlibinc=
9360 fi
6bb11ab3
L
9361
9362fi
9363
6bb11ab3 9364
6bb11ab3 9365
6bb11ab3
L
9366
9367
9368# BFD uses libdl when when plugins enabled.
9369
faa743bb
RM
9370 maybe_plugins=no
9371 for ac_header in dlfcn.h
9372do :
9373 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9374"
d0ac1c44 9375if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9376 cat >>confdefs.h <<_ACEOF
9377#define HAVE_DLFCN_H 1
9378_ACEOF
9379 maybe_plugins=yes
9380fi
9381
9382done
9383
9384 for ac_header in windows.h
9385do :
9386 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9387"
d0ac1c44 9388if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9389 cat >>confdefs.h <<_ACEOF
9390#define HAVE_WINDOWS_H 1
9391_ACEOF
9392 maybe_plugins=yes
9393fi
9394
9395done
9396
9397
9398 # Check whether --enable-plugins was given.
6bb11ab3
L
9399if test "${enable_plugins+set}" = set; then :
9400 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9401 no) plugins=no ;;
9402 *) plugins=yes
9403 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9404 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9405 fi ;;
9406 esac
6bb11ab3 9407else
faa743bb
RM
9408 plugins=$maybe_plugins
9409
6bb11ab3
L
9410fi
9411
2974be62 9412 if test "$plugins" = "yes"; then
37f980dc
SM
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9414$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9415if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9416 $as_echo_n "(cached) " >&6
9417else
9418 ac_func_search_save_LIBS=$LIBS
9419cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9420/* end confdefs.h. */
9421
9422/* Override any GCC internal prototype to avoid an error.
9423 Use char because int might match the return type of a GCC
9424 builtin and then its argument prototype would still apply. */
9425#ifdef __cplusplus
9426extern "C"
9427#endif
37f980dc 9428char dlsym ();
2974be62
AM
9429int
9430main ()
9431{
37f980dc 9432return dlsym ();
2974be62
AM
9433 ;
9434 return 0;
9435}
9436_ACEOF
9437for ac_lib in '' dl; do
9438 if test -z "$ac_lib"; then
9439 ac_res="none required"
9440 else
9441 ac_res=-l$ac_lib
9442 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9443 fi
9444 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9445 ac_cv_search_dlsym=$ac_res
2974be62
AM
9446fi
9447rm -f core conftest.err conftest.$ac_objext \
9448 conftest$ac_exeext
d0ac1c44 9449 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9450 break
9451fi
9452done
d0ac1c44 9453if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9454
9455else
37f980dc 9456 ac_cv_search_dlsym=no
2974be62
AM
9457fi
9458rm conftest.$ac_ext
9459LIBS=$ac_func_search_save_LIBS
9460fi
37f980dc
SM
9461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9462$as_echo "$ac_cv_search_dlsym" >&6; }
9463ac_res=$ac_cv_search_dlsym
2974be62
AM
9464if test "$ac_res" != no; then :
9465 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9466
9467fi
9468
9469 fi
6bb11ab3
L
9470
9471 if test "$plugins" = yes; then
9472 PLUGINS_TRUE=
9473 PLUGINS_FALSE='#'
9474else
9475 PLUGINS_TRUE='#'
9476 PLUGINS_FALSE=
9477fi
9478
9479
9480
9481
9482
9483# Set options
9484enable_dlopen=yes
9485
9486
9487
9488
9489 enable_win32_dll=no
9490
9491
9492 # Check whether --enable-shared was given.
9493if test "${enable_shared+set}" = set; then :
9494 enableval=$enable_shared; p=${PACKAGE-default}
9495 case $enableval in
9496 yes) enable_shared=yes ;;
9497 no) enable_shared=no ;;
9498 *)
9499 enable_shared=no
9500 # Look at the argument we got. We use all the common list separators.
9501 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9502 for pkg in $enableval; do
9503 IFS="$lt_save_ifs"
9504 if test "X$pkg" = "X$p"; then
9505 enable_shared=yes
9506 fi
9507 done
9508 IFS="$lt_save_ifs"
9509 ;;
9510 esac
9511else
9512 enable_shared=yes
9513fi
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523 # Check whether --enable-static was given.
9524if test "${enable_static+set}" = set; then :
9525 enableval=$enable_static; p=${PACKAGE-default}
9526 case $enableval in
9527 yes) enable_static=yes ;;
9528 no) enable_static=no ;;
9529 *)
9530 enable_static=no
9531 # Look at the argument we got. We use all the common list separators.
9532 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9533 for pkg in $enableval; do
9534 IFS="$lt_save_ifs"
9535 if test "X$pkg" = "X$p"; then
9536 enable_static=yes
9537 fi
9538 done
9539 IFS="$lt_save_ifs"
9540 ;;
9541 esac
9542else
9543 enable_static=yes
9544fi
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555# Check whether --with-pic was given.
9556if test "${with_pic+set}" = set; then :
9557 withval=$with_pic; pic_mode="$withval"
9558else
9559 pic_mode=default
9560fi
9561
9562
9563test -z "$pic_mode" && pic_mode=default
9564
9565
9566
9567
9568
9569
9570
9571 # Check whether --enable-fast-install was given.
9572if test "${enable_fast_install+set}" = set; then :
9573 enableval=$enable_fast_install; p=${PACKAGE-default}
9574 case $enableval in
9575 yes) enable_fast_install=yes ;;
9576 no) enable_fast_install=no ;;
9577 *)
9578 enable_fast_install=no
9579 # Look at the argument we got. We use all the common list separators.
9580 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9581 for pkg in $enableval; do
9582 IFS="$lt_save_ifs"
9583 if test "X$pkg" = "X$p"; then
9584 enable_fast_install=yes
9585 fi
9586 done
9587 IFS="$lt_save_ifs"
9588 ;;
9589 esac
9590else
9591 enable_fast_install=yes
9592fi
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604# This can be used to rebuild libtool when needed
9605LIBTOOL_DEPS="$ltmain"
9606
9607# Always use our own libtool.
9608LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635test -z "$LN_S" && LN_S="ln -s"
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650if test -n "${ZSH_VERSION+set}" ; then
9651 setopt NO_GLOB_SUBST
9652fi
9653
9654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9655$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9656if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9657 $as_echo_n "(cached) " >&6
9658else
9659 rm -f .libs 2>/dev/null
9660mkdir .libs 2>/dev/null
9661if test -d .libs; then
9662 lt_cv_objdir=.libs
9663else
9664 # MS-DOS does not allow filenames that begin with a dot.
9665 lt_cv_objdir=_libs
edece237 9666fi
6bb11ab3
L
9667rmdir .libs 2>/dev/null
9668fi
9669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9670$as_echo "$lt_cv_objdir" >&6; }
9671objdir=$lt_cv_objdir
edece237 9672
6bb11ab3
L
9673
9674
9675
9676
9677cat >>confdefs.h <<_ACEOF
9678#define LT_OBJDIR "$lt_cv_objdir/"
9679_ACEOF
9680
9681
9682
9683
9684case $host_os in
9685aix3*)
9686 # AIX sometimes has problems with the GCC collect2 program. For some
9687 # reason, if we set the COLLECT_NAMES environment variable, the problems
9688 # vanish in a puff of smoke.
9689 if test "X${COLLECT_NAMES+set}" != Xset; then
9690 COLLECT_NAMES=
9691 export COLLECT_NAMES
9692 fi
9693 ;;
81ecdfbb 9694esac
6bb11ab3
L
9695
9696# Global variables:
9697ofile=libtool
9698can_build_shared=yes
9699
9700# All known linkers require a `.a' archive for static linking (except MSVC,
9701# which needs '.lib').
9702libext=a
9703
9704with_gnu_ld="$lt_cv_prog_gnu_ld"
9705
9706old_CC="$CC"
9707old_CFLAGS="$CFLAGS"
9708
9709# Set sane defaults for various variables
9710test -z "$CC" && CC=cc
9711test -z "$LTCC" && LTCC=$CC
9712test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9713test -z "$LD" && LD=ld
9714test -z "$ac_objext" && ac_objext=o
9715
9716for cc_temp in $compiler""; do
9717 case $cc_temp in
9718 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9719 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9720 \-*) ;;
9721 *) break;;
9722 esac
9723done
9724cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9725
9726
9727# Only perform the check for file, if the check method requires it
9728test -z "$MAGIC_CMD" && MAGIC_CMD=file
9729case $deplibs_check_method in
9730file_magic*)
9731 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9733$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9734if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9735 $as_echo_n "(cached) " >&6
9736else
9737 case $MAGIC_CMD in
9738[\\/*] | ?:[\\/]*)
9739 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9740 ;;
9741*)
9742 lt_save_MAGIC_CMD="$MAGIC_CMD"
9743 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9744 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9745 for ac_dir in $ac_dummy; do
9746 IFS="$lt_save_ifs"
9747 test -z "$ac_dir" && ac_dir=.
9748 if test -f $ac_dir/${ac_tool_prefix}file; then
9749 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9750 if test -n "$file_magic_test_file"; then
9751 case $deplibs_check_method in
9752 "file_magic "*)
9753 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9754 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9755 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9756 $EGREP "$file_magic_regex" > /dev/null; then
9757 :
9758 else
9759 cat <<_LT_EOF 1>&2
9760
9761*** Warning: the command libtool uses to detect shared libraries,
9762*** $file_magic_cmd, produces output that libtool cannot recognize.
9763*** The result is that libtool may fail to recognize shared libraries
9764*** as such. This will affect the creation of libtool libraries that
9765*** depend on shared libraries, but programs linked with such libtool
9766*** libraries will work regardless of this problem. Nevertheless, you
9767*** may want to report the problem to your system manager and/or to
9768*** bug-libtool@gnu.org
9769
9770_LT_EOF
9771 fi ;;
9772 esac
9773 fi
9774 break
edece237 9775 fi
6bb11ab3
L
9776 done
9777 IFS="$lt_save_ifs"
9778 MAGIC_CMD="$lt_save_MAGIC_CMD"
9779 ;;
9780esac
edece237 9781fi
edece237 9782
6bb11ab3
L
9783MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9784if test -n "$MAGIC_CMD"; then
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9786$as_echo "$MAGIC_CMD" >&6; }
9787else
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9789$as_echo "no" >&6; }
9790fi
81ecdfbb 9791
6bb11ab3
L
9792
9793
9794
9795
9796if test -z "$lt_cv_path_MAGIC_CMD"; then
9797 if test -n "$ac_tool_prefix"; then
9798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9799$as_echo_n "checking for file... " >&6; }
d0ac1c44 9800if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9801 $as_echo_n "(cached) " >&6
9802else
9803 case $MAGIC_CMD in
9804[\\/*] | ?:[\\/]*)
9805 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9806 ;;
9807*)
9808 lt_save_MAGIC_CMD="$MAGIC_CMD"
9809 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9810 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9811 for ac_dir in $ac_dummy; do
9812 IFS="$lt_save_ifs"
9813 test -z "$ac_dir" && ac_dir=.
9814 if test -f $ac_dir/file; then
9815 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9816 if test -n "$file_magic_test_file"; then
9817 case $deplibs_check_method in
9818 "file_magic "*)
9819 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9820 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9821 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9822 $EGREP "$file_magic_regex" > /dev/null; then
9823 :
9824 else
9825 cat <<_LT_EOF 1>&2
9826
9827*** Warning: the command libtool uses to detect shared libraries,
9828*** $file_magic_cmd, produces output that libtool cannot recognize.
9829*** The result is that libtool may fail to recognize shared libraries
9830*** as such. This will affect the creation of libtool libraries that
9831*** depend on shared libraries, but programs linked with such libtool
9832*** libraries will work regardless of this problem. Nevertheless, you
9833*** may want to report the problem to your system manager and/or to
9834*** bug-libtool@gnu.org
9835
9836_LT_EOF
9837 fi ;;
9838 esac
9839 fi
9840 break
9841 fi
9842 done
9843 IFS="$lt_save_ifs"
9844 MAGIC_CMD="$lt_save_MAGIC_CMD"
9845 ;;
81ecdfbb 9846esac
6bb11ab3
L
9847fi
9848
9849MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9850if test -n "$MAGIC_CMD"; then
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9852$as_echo "$MAGIC_CMD" >&6; }
9853else
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9855$as_echo "no" >&6; }
9856fi
9857
9858
9859 else
9860 MAGIC_CMD=:
9861 fi
9862fi
9863
9864 fi
9865 ;;
9866esac
9867
9868# Use C for the default configuration in the libtool script
9869
9870lt_save_CC="$CC"
9871ac_ext=c
9872ac_cpp='$CPP $CPPFLAGS'
9873ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9874ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9875ac_compiler_gnu=$ac_cv_c_compiler_gnu
9876
9877
9878# Source file extension for C test sources.
9879ac_ext=c
9880
9881# Object file extension for compiled C test sources.
9882objext=o
9883objext=$objext
9884
9885# Code to be used in simple compile tests
9886lt_simple_compile_test_code="int some_variable = 0;"
9887
9888# Code to be used in simple link tests
9889lt_simple_link_test_code='int main(){return(0);}'
9890
9891
9892
9893
9894
9895
9896
9897# If no C compiler was specified, use CC.
9898LTCC=${LTCC-"$CC"}
9899
9900# If no C compiler flags were specified, use CFLAGS.
9901LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9902
9903# Allow CC to be a program name with arguments.
9904compiler=$CC
9905
9906# Save the default compiler, since it gets overwritten when the other
9907# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9908compiler_DEFAULT=$CC
9909
9910# save warnings/boilerplate of simple test code
9911ac_outfile=conftest.$ac_objext
9912echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9913eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9914_lt_compiler_boilerplate=`cat conftest.err`
9915$RM conftest*
9916
9917ac_outfile=conftest.$ac_objext
9918echo "$lt_simple_link_test_code" >conftest.$ac_ext
9919eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9920_lt_linker_boilerplate=`cat conftest.err`
9921$RM -r conftest*
9922
9923
9924## CAVEAT EMPTOR:
9925## There is no encapsulation within the following macros, do not change
9926## the running order or otherwise move them around unless you know exactly
9927## what you are doing...
9928if test -n "$compiler"; then
9929
9930lt_prog_compiler_no_builtin_flag=
9931
9932if test "$GCC" = yes; then
9933 case $cc_basename in
9934 nvcc*)
9935 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9936 *)
9937 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
edece237 9938 esac
6bb11ab3
L
9939
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9941$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9942if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9943 $as_echo_n "(cached) " >&6
edece237 9944else
6bb11ab3
L
9945 lt_cv_prog_compiler_rtti_exceptions=no
9946 ac_outfile=conftest.$ac_objext
9947 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9948 lt_compiler_flag="-fno-rtti -fno-exceptions"
9949 # Insert the option either (1) after the last *FLAGS variable, or
9950 # (2) before a word containing "conftest.", or (3) at the end.
9951 # Note that $ac_compile itself does not contain backslashes and begins
9952 # with a dollar sign (not a hyphen), so the echo should work correctly.
9953 # The option is referenced via a variable to avoid confusing sed.
9954 lt_compile=`echo "$ac_compile" | $SED \
9955 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9956 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9957 -e 's:$: $lt_compiler_flag:'`
9958 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9959 (eval "$lt_compile" 2>conftest.err)
9960 ac_status=$?
9961 cat conftest.err >&5
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 if (exit $ac_status) && test -s "$ac_outfile"; then
9964 # The compiler can only warn and ignore the option if not recognized
9965 # So say no if there are warnings other than the usual output.
9966 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9967 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9968 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9969 lt_cv_prog_compiler_rtti_exceptions=yes
9970 fi
9971 fi
9972 $RM conftest*
9973
edece237 9974fi
6bb11ab3
L
9975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9976$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9977
9978if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9979 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9980else
9981 :
9982fi
9983
9984fi
9985
9986
9987
9988
9989
9990
9991 lt_prog_compiler_wl=
9992lt_prog_compiler_pic=
9993lt_prog_compiler_static=
9994
9995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9996$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9997
9998 if test "$GCC" = yes; then
9999 lt_prog_compiler_wl='-Wl,'
10000 lt_prog_compiler_static='-static'
10001
10002 case $host_os in
10003 aix*)
10004 # All AIX code is PIC.
10005 if test "$host_cpu" = ia64; then
10006 # AIX 5 now supports IA64 processor
10007 lt_prog_compiler_static='-Bstatic'
10008 fi
10009 lt_prog_compiler_pic='-fPIC'
10010 ;;
10011
10012 amigaos*)
10013 case $host_cpu in
10014 powerpc)
10015 # see comment about AmigaOS4 .so support
10016 lt_prog_compiler_pic='-fPIC'
10017 ;;
10018 m68k)
10019 # FIXME: we need at least 68020 code to build shared libraries, but
10020 # adding the `-m68020' flag to GCC prevents building anything better,
10021 # like `-m68040'.
10022 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10023 ;;
10024 esac
10025 ;;
10026
10027 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10028 # PIC is the default for these OSes.
10029 ;;
10030
10031 mingw* | cygwin* | pw32* | os2* | cegcc*)
10032 # This hack is so that the source file can tell whether it is being
10033 # built for inclusion in a dll (and should export symbols for example).
10034 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10035 # (--disable-auto-import) libraries
10036 lt_prog_compiler_pic='-DDLL_EXPORT'
10037 ;;
10038
10039 darwin* | rhapsody*)
10040 # PIC is the default on this platform
10041 # Common symbols not allowed in MH_DYLIB files
10042 lt_prog_compiler_pic='-fno-common'
10043 ;;
10044
10045 haiku*)
10046 # PIC is the default for Haiku.
10047 # The "-static" flag exists, but is broken.
10048 lt_prog_compiler_static=
10049 ;;
10050
10051 hpux*)
10052 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10053 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10054 # sets the default TLS model and affects inlining.
10055 case $host_cpu in
10056 hppa*64*)
10057 # +Z the default
10058 ;;
10059 *)
10060 lt_prog_compiler_pic='-fPIC'
10061 ;;
10062 esac
10063 ;;
10064
10065 interix[3-9]*)
10066 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10067 # Instead, we relocate shared libraries at runtime.
10068 ;;
10069
10070 msdosdjgpp*)
10071 # Just because we use GCC doesn't mean we suddenly get shared libraries
10072 # on systems that don't support them.
10073 lt_prog_compiler_can_build_shared=no
10074 enable_shared=no
10075 ;;
10076
10077 *nto* | *qnx*)
10078 # QNX uses GNU C++, but need to define -shared option too, otherwise
10079 # it will coredump.
10080 lt_prog_compiler_pic='-fPIC -shared'
10081 ;;
10082
10083 sysv4*MP*)
10084 if test -d /usr/nec; then
10085 lt_prog_compiler_pic=-Kconform_pic
10086 fi
10087 ;;
10088
10089 *)
10090 lt_prog_compiler_pic='-fPIC'
10091 ;;
10092 esac
10093
10094 case $cc_basename in
10095 nvcc*) # Cuda Compiler Driver 2.2
10096 lt_prog_compiler_wl='-Xlinker '
10097 lt_prog_compiler_pic='-Xcompiler -fPIC'
10098 ;;
10099 esac
10100 else
10101 # PORTME Check for flag to pass linker flags through the system compiler.
10102 case $host_os in
10103 aix*)
10104 lt_prog_compiler_wl='-Wl,'
10105 if test "$host_cpu" = ia64; then
10106 # AIX 5 now supports IA64 processor
10107 lt_prog_compiler_static='-Bstatic'
10108 else
10109 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10110 fi
10111 ;;
10112
10113 mingw* | cygwin* | pw32* | os2* | cegcc*)
10114 # This hack is so that the source file can tell whether it is being
10115 # built for inclusion in a dll (and should export symbols for example).
10116 lt_prog_compiler_pic='-DDLL_EXPORT'
10117 ;;
10118
10119 hpux9* | hpux10* | hpux11*)
10120 lt_prog_compiler_wl='-Wl,'
10121 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10122 # not for PA HP-UX.
10123 case $host_cpu in
10124 hppa*64*|ia64*)
10125 # +Z the default
10126 ;;
10127 *)
10128 lt_prog_compiler_pic='+Z'
10129 ;;
10130 esac
10131 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10132 lt_prog_compiler_static='${wl}-a ${wl}archive'
10133 ;;
10134
10135 irix5* | irix6* | nonstopux*)
10136 lt_prog_compiler_wl='-Wl,'
10137 # PIC (with -KPIC) is the default.
10138 lt_prog_compiler_static='-non_shared'
10139 ;;
10140
10141 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10142 case $cc_basename in
10143 # old Intel for x86_64 which still supported -KPIC.
10144 ecc*)
10145 lt_prog_compiler_wl='-Wl,'
10146 lt_prog_compiler_pic='-KPIC'
10147 lt_prog_compiler_static='-static'
10148 ;;
10149 # icc used to be incompatible with GCC.
10150 # ICC 10 doesn't accept -KPIC any more.
10151 icc* | ifort*)
10152 lt_prog_compiler_wl='-Wl,'
10153 lt_prog_compiler_pic='-fPIC'
10154 lt_prog_compiler_static='-static'
10155 ;;
10156 # Lahey Fortran 8.1.
10157 lf95*)
10158 lt_prog_compiler_wl='-Wl,'
10159 lt_prog_compiler_pic='--shared'
10160 lt_prog_compiler_static='--static'
10161 ;;
10162 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10163 # Portland Group compilers (*not* the Pentium gcc compiler,
10164 # which looks to be a dead project)
10165 lt_prog_compiler_wl='-Wl,'
10166 lt_prog_compiler_pic='-fpic'
10167 lt_prog_compiler_static='-Bstatic'
10168 ;;
10169 ccc*)
10170 lt_prog_compiler_wl='-Wl,'
10171 # All Alpha code is PIC.
10172 lt_prog_compiler_static='-non_shared'
10173 ;;
10174 xl* | bgxl* | bgf* | mpixl*)
10175 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10176 lt_prog_compiler_wl='-Wl,'
10177 lt_prog_compiler_pic='-qpic'
10178 lt_prog_compiler_static='-qstaticlink'
10179 ;;
10180 *)
10181 case `$CC -V 2>&1 | sed 5q` in
10182 *Sun\ F* | *Sun*Fortran*)
10183 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10184 lt_prog_compiler_pic='-KPIC'
10185 lt_prog_compiler_static='-Bstatic'
10186 lt_prog_compiler_wl=''
10187 ;;
10188 *Sun\ C*)
10189 # Sun C 5.9
10190 lt_prog_compiler_pic='-KPIC'
10191 lt_prog_compiler_static='-Bstatic'
10192 lt_prog_compiler_wl='-Wl,'
10193 ;;
10194 esac
10195 ;;
10196 esac
10197 ;;
10198
10199 newsos6)
10200 lt_prog_compiler_pic='-KPIC'
10201 lt_prog_compiler_static='-Bstatic'
10202 ;;
10203
10204 *nto* | *qnx*)
10205 # QNX uses GNU C++, but need to define -shared option too, otherwise
10206 # it will coredump.
10207 lt_prog_compiler_pic='-fPIC -shared'
10208 ;;
10209
10210 osf3* | osf4* | osf5*)
10211 lt_prog_compiler_wl='-Wl,'
10212 # All OSF/1 code is PIC.
10213 lt_prog_compiler_static='-non_shared'
10214 ;;
10215
10216 rdos*)
10217 lt_prog_compiler_static='-non_shared'
10218 ;;
10219
10220 solaris*)
10221 lt_prog_compiler_pic='-KPIC'
10222 lt_prog_compiler_static='-Bstatic'
10223 case $cc_basename in
10224 f77* | f90* | f95*)
10225 lt_prog_compiler_wl='-Qoption ld ';;
10226 *)
10227 lt_prog_compiler_wl='-Wl,';;
10228 esac
10229 ;;
edece237 10230
6bb11ab3
L
10231 sunos4*)
10232 lt_prog_compiler_wl='-Qoption ld '
10233 lt_prog_compiler_pic='-PIC'
10234 lt_prog_compiler_static='-Bstatic'
10235 ;;
edece237 10236
6bb11ab3
L
10237 sysv4 | sysv4.2uw2* | sysv4.3*)
10238 lt_prog_compiler_wl='-Wl,'
10239 lt_prog_compiler_pic='-KPIC'
10240 lt_prog_compiler_static='-Bstatic'
10241 ;;
edece237 10242
6bb11ab3
L
10243 sysv4*MP*)
10244 if test -d /usr/nec ;then
10245 lt_prog_compiler_pic='-Kconform_pic'
10246 lt_prog_compiler_static='-Bstatic'
10247 fi
10248 ;;
10249
10250 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10251 lt_prog_compiler_wl='-Wl,'
10252 lt_prog_compiler_pic='-KPIC'
10253 lt_prog_compiler_static='-Bstatic'
10254 ;;
10255
10256 unicos*)
10257 lt_prog_compiler_wl='-Wl,'
10258 lt_prog_compiler_can_build_shared=no
10259 ;;
10260
10261 uts4*)
10262 lt_prog_compiler_pic='-pic'
10263 lt_prog_compiler_static='-Bstatic'
10264 ;;
10265
10266 *)
10267 lt_prog_compiler_can_build_shared=no
10268 ;;
10269 esac
10270 fi
10271
10272case $host_os in
10273 # For platforms which do not support PIC, -DPIC is meaningless:
10274 *djgpp*)
10275 lt_prog_compiler_pic=
10276 ;;
10277 *)
10278 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10279 ;;
81ecdfbb 10280esac
6bb11ab3
L
10281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10282$as_echo "$lt_prog_compiler_pic" >&6; }
10283
10284
10285
10286
10287
10288
10289#
10290# Check to make sure the PIC flag actually works.
10291#
10292if test -n "$lt_prog_compiler_pic"; then
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10294$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10295if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10296 $as_echo_n "(cached) " >&6
edece237 10297else
6bb11ab3
L
10298 lt_cv_prog_compiler_pic_works=no
10299 ac_outfile=conftest.$ac_objext
10300 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10301 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10302 # Insert the option either (1) after the last *FLAGS variable, or
10303 # (2) before a word containing "conftest.", or (3) at the end.
10304 # Note that $ac_compile itself does not contain backslashes and begins
10305 # with a dollar sign (not a hyphen), so the echo should work correctly.
10306 # The option is referenced via a variable to avoid confusing sed.
10307 lt_compile=`echo "$ac_compile" | $SED \
10308 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10309 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10310 -e 's:$: $lt_compiler_flag:'`
10311 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10312 (eval "$lt_compile" 2>conftest.err)
10313 ac_status=$?
10314 cat conftest.err >&5
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 if (exit $ac_status) && test -s "$ac_outfile"; then
10317 # The compiler can only warn and ignore the option if not recognized
10318 # So say no if there are warnings other than the usual output.
10319 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10320 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10321 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10322 lt_cv_prog_compiler_pic_works=yes
10323 fi
10324 fi
10325 $RM conftest*
edece237 10326
edece237 10327fi
6bb11ab3
L
10328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10329$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10330
10331if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10332 case $lt_prog_compiler_pic in
10333 "" | " "*) ;;
10334 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10335 esac
10336else
10337 lt_prog_compiler_pic=
10338 lt_prog_compiler_can_build_shared=no
edece237 10339fi
6bb11ab3
L
10340
10341fi
10342
10343
10344
10345
10346
10347
10348#
10349# Check to make sure the static flag actually works.
10350#
10351wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10353$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10354if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10355 $as_echo_n "(cached) " >&6
edece237 10356else
6bb11ab3
L
10357 lt_cv_prog_compiler_static_works=no
10358 save_LDFLAGS="$LDFLAGS"
10359 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10360 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10361 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10362 # The linker can only warn and ignore the option if not recognized
10363 # So say no if there are warnings
10364 if test -s conftest.err; then
10365 # Append any errors to the config.log.
10366 cat conftest.err 1>&5
10367 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10368 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10369 if diff conftest.exp conftest.er2 >/dev/null; then
10370 lt_cv_prog_compiler_static_works=yes
10371 fi
10372 else
10373 lt_cv_prog_compiler_static_works=yes
10374 fi
10375 fi
10376 $RM -r conftest*
10377 LDFLAGS="$save_LDFLAGS"
edece237 10378
6bb11ab3
L
10379fi
10380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10381$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
edece237 10382
6bb11ab3
L
10383if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10384 :
edece237 10385else
6bb11ab3 10386 lt_prog_compiler_static=
edece237 10387fi
edece237 10388
6bb11ab3
L
10389
10390
10391
10392
10393
10394
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10396$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10397if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10398 $as_echo_n "(cached) " >&6
81ecdfbb 10399else
6bb11ab3
L
10400 lt_cv_prog_compiler_c_o=no
10401 $RM -r conftest 2>/dev/null
10402 mkdir conftest
10403 cd conftest
10404 mkdir out
10405 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10406
10407 lt_compiler_flag="-o out/conftest2.$ac_objext"
10408 # Insert the option either (1) after the last *FLAGS variable, or
10409 # (2) before a word containing "conftest.", or (3) at the end.
10410 # Note that $ac_compile itself does not contain backslashes and begins
10411 # with a dollar sign (not a hyphen), so the echo should work correctly.
10412 lt_compile=`echo "$ac_compile" | $SED \
10413 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10414 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10415 -e 's:$: $lt_compiler_flag:'`
10416 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10417 (eval "$lt_compile" 2>out/conftest.err)
10418 ac_status=$?
10419 cat out/conftest.err >&5
10420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10421 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10422 then
10423 # The compiler can only warn and ignore the option if not recognized
10424 # So say no if there are warnings
10425 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10426 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10427 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10428 lt_cv_prog_compiler_c_o=yes
10429 fi
10430 fi
10431 chmod u+w . 2>&5
10432 $RM conftest*
10433 # SGI C++ compiler will create directory out/ii_files/ for
10434 # template instantiation
10435 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10436 $RM out/* && rmdir out
10437 cd ..
10438 $RM -r conftest
10439 $RM conftest*
10440
81ecdfbb 10441fi
6bb11ab3
L
10442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10443$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10444
10445
10446
10447
10448
10449
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10451$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10452if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10453 $as_echo_n "(cached) " >&6
10454else
6bb11ab3
L
10455 lt_cv_prog_compiler_c_o=no
10456 $RM -r conftest 2>/dev/null
10457 mkdir conftest
10458 cd conftest
10459 mkdir out
10460 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10461
10462 lt_compiler_flag="-o out/conftest2.$ac_objext"
10463 # Insert the option either (1) after the last *FLAGS variable, or
10464 # (2) before a word containing "conftest.", or (3) at the end.
10465 # Note that $ac_compile itself does not contain backslashes and begins
10466 # with a dollar sign (not a hyphen), so the echo should work correctly.
10467 lt_compile=`echo "$ac_compile" | $SED \
10468 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10469 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10470 -e 's:$: $lt_compiler_flag:'`
10471 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10472 (eval "$lt_compile" 2>out/conftest.err)
10473 ac_status=$?
10474 cat out/conftest.err >&5
10475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10476 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10477 then
10478 # The compiler can only warn and ignore the option if not recognized
10479 # So say no if there are warnings
10480 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10481 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10482 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10483 lt_cv_prog_compiler_c_o=yes
10484 fi
10485 fi
10486 chmod u+w . 2>&5
10487 $RM conftest*
10488 # SGI C++ compiler will create directory out/ii_files/ for
10489 # template instantiation
10490 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10491 $RM out/* && rmdir out
10492 cd ..
10493 $RM -r conftest
10494 $RM conftest*
10495
10496fi
10497{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10498$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10499
10500
10501
10502
10503hard_links="nottested"
10504if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10505 # do not overwrite the value of need_locks provided by the user
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10507$as_echo_n "checking if we can lock with hard links... " >&6; }
10508 hard_links=yes
10509 $RM conftest*
10510 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10511 touch conftest.a
10512 ln conftest.a conftest.b 2>&5 || hard_links=no
10513 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10515$as_echo "$hard_links" >&6; }
10516 if test "$hard_links" = no; then
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10518$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10519 need_locks=warn
10520 fi
10521else
10522 need_locks=no
10523fi
10524
10525
10526
10527
10528
10529
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10531$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10532
10533 runpath_var=
10534 allow_undefined_flag=
10535 always_export_symbols=no
10536 archive_cmds=
10537 archive_expsym_cmds=
10538 compiler_needs_object=no
10539 enable_shared_with_static_runtimes=no
10540 export_dynamic_flag_spec=
10541 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10542 hardcode_automatic=no
10543 hardcode_direct=no
10544 hardcode_direct_absolute=no
10545 hardcode_libdir_flag_spec=
10546 hardcode_libdir_flag_spec_ld=
10547 hardcode_libdir_separator=
10548 hardcode_minus_L=no
10549 hardcode_shlibpath_var=unsupported
10550 inherit_rpath=no
10551 link_all_deplibs=unknown
10552 module_cmds=
10553 module_expsym_cmds=
10554 old_archive_from_new_cmds=
10555 old_archive_from_expsyms_cmds=
10556 thread_safe_flag_spec=
10557 whole_archive_flag_spec=
10558 # include_expsyms should be a list of space-separated symbols to be *always*
10559 # included in the symbol list
10560 include_expsyms=
10561 # exclude_expsyms can be an extended regexp of symbols to exclude
10562 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10563 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10564 # as well as any symbol that contains `d'.
10565 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10566 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10567 # platforms (ab)use it in PIC code, but their linkers get confused if
10568 # the symbol is explicitly referenced. Since portable code cannot
10569 # rely on this symbol name, it's probably fine to never include it in
10570 # preloaded symbol tables.
10571 # Exclude shared library initialization/finalization symbols.
10572 extract_expsyms_cmds=
10573
10574 case $host_os in
10575 cygwin* | mingw* | pw32* | cegcc*)
10576 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10577 # When not using gcc, we currently assume that we are using
10578 # Microsoft Visual C++.
10579 if test "$GCC" != yes; then
10580 with_gnu_ld=no
10581 fi
10582 ;;
10583 interix*)
10584 # we just hope/assume this is gcc and not c89 (= MSVC++)
10585 with_gnu_ld=yes
10586 ;;
10587 openbsd*)
10588 with_gnu_ld=no
10589 ;;
10590 esac
edece237 10591
6bb11ab3
L
10592 ld_shlibs=yes
10593
10594 # On some targets, GNU ld is compatible enough with the native linker
10595 # that we're better off using the native interface for both.
10596 lt_use_gnu_ld_interface=no
10597 if test "$with_gnu_ld" = yes; then
10598 case $host_os in
10599 aix*)
10600 # The AIX port of GNU ld has always aspired to compatibility
10601 # with the native linker. However, as the warning in the GNU ld
10602 # block says, versions before 2.19.5* couldn't really create working
10603 # shared libraries, regardless of the interface used.
10604 case `$LD -v 2>&1` in
10605 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10606 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10607 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10608 *)
10609 lt_use_gnu_ld_interface=yes
10610 ;;
10611 esac
10612 ;;
10613 *)
10614 lt_use_gnu_ld_interface=yes
10615 ;;
10616 esac
10617 fi
edece237 10618
6bb11ab3
L
10619 if test "$lt_use_gnu_ld_interface" = yes; then
10620 # If archive_cmds runs LD, not CC, wlarc should be empty
10621 wlarc='${wl}'
10622
10623 # Set some defaults for GNU ld with shared library support. These
10624 # are reset later if shared libraries are not supported. Putting them
10625 # here allows them to be overridden if necessary.
10626 runpath_var=LD_RUN_PATH
10627 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10628 export_dynamic_flag_spec='${wl}--export-dynamic'
10629 # ancient GNU ld didn't support --whole-archive et. al.
10630 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10631 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10632 else
10633 whole_archive_flag_spec=
10634 fi
10635 supports_anon_versioning=no
10636 case `$LD -v 2>&1` in
10637 *GNU\ gold*) supports_anon_versioning=yes ;;
10638 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10639 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10640 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10641 *\ 2.11.*) ;; # other 2.11 versions
10642 *) supports_anon_versioning=yes ;;
10643 esac
10644
10645 # See if GNU ld supports shared libraries.
10646 case $host_os in
10647 aix[3-9]*)
10648 # On AIX/PPC, the GNU linker is very broken
10649 if test "$host_cpu" != ia64; then
10650 ld_shlibs=no
10651 cat <<_LT_EOF 1>&2
10652
10653*** Warning: the GNU linker, at least up to release 2.19, is reported
10654*** to be unable to reliably create shared libraries on AIX.
10655*** Therefore, libtool is disabling shared libraries support. If you
10656*** really care for shared libraries, you may want to install binutils
10657*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10658*** You will then need to restart the configuration process.
10659
10660_LT_EOF
10661 fi
10662 ;;
10663
10664 amigaos*)
10665 case $host_cpu in
10666 powerpc)
10667 # see comment about AmigaOS4 .so support
10668 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10669 archive_expsym_cmds=''
10670 ;;
10671 m68k)
10672 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)'
10673 hardcode_libdir_flag_spec='-L$libdir'
10674 hardcode_minus_L=yes
10675 ;;
10676 esac
10677 ;;
10678
10679 beos*)
10680 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10681 allow_undefined_flag=unsupported
10682 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10683 # support --undefined. This deserves some investigation. FIXME
10684 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10685 else
10686 ld_shlibs=no
10687 fi
10688 ;;
10689
10690 cygwin* | mingw* | pw32* | cegcc*)
10691 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10692 # as there is no search path for DLLs.
10693 hardcode_libdir_flag_spec='-L$libdir'
10694 export_dynamic_flag_spec='${wl}--export-all-symbols'
10695 allow_undefined_flag=unsupported
10696 always_export_symbols=no
10697 enable_shared_with_static_runtimes=yes
10698 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10699
10700 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10701 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10702 # If the export-symbols file already is a .def file (1st line
10703 # is EXPORTS), use it as is; otherwise, prepend...
10704 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10705 cp $export_symbols $output_objdir/$soname.def;
10706 else
10707 echo EXPORTS > $output_objdir/$soname.def;
10708 cat $export_symbols >> $output_objdir/$soname.def;
10709 fi~
10710 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10711 else
10712 ld_shlibs=no
10713 fi
10714 ;;
10715
10716 haiku*)
10717 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10718 link_all_deplibs=yes
10719 ;;
10720
10721 interix[3-9]*)
10722 hardcode_direct=no
10723 hardcode_shlibpath_var=no
10724 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10725 export_dynamic_flag_spec='${wl}-E'
10726 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10727 # Instead, shared libraries are loaded at an image base (0x10000000 by
10728 # default) and relocated if they conflict, which is a slow very memory
10729 # consuming and fragmenting process. To avoid this, we pick a random,
10730 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10731 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10732 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10733 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'
10734 ;;
10735
10736 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10737 tmp_diet=no
10738 if test "$host_os" = linux-dietlibc; then
10739 case $cc_basename in
10740 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10741 esac
10742 fi
10743 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10744 && test "$tmp_diet" = no
10745 then
ae7d0cac 10746 tmp_addflag=' $pic_flag'
6bb11ab3
L
10747 tmp_sharedflag='-shared'
10748 case $cc_basename,$host_cpu in
10749 pgcc*) # Portland Group C compiler
10750 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'
10751 tmp_addflag=' $pic_flag'
10752 ;;
10753 pgf77* | pgf90* | pgf95* | pgfortran*)
10754 # Portland Group f77 and f90 compilers
10755 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'
10756 tmp_addflag=' $pic_flag -Mnomain' ;;
10757 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10758 tmp_addflag=' -i_dynamic' ;;
10759 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10760 tmp_addflag=' -i_dynamic -nofor_main' ;;
10761 ifc* | ifort*) # Intel Fortran compiler
10762 tmp_addflag=' -nofor_main' ;;
10763 lf95*) # Lahey Fortran 8.1
10764 whole_archive_flag_spec=
10765 tmp_sharedflag='--shared' ;;
10766 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10767 tmp_sharedflag='-qmkshrobj'
10768 tmp_addflag= ;;
10769 nvcc*) # Cuda Compiler Driver 2.2
10770 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'
10771 compiler_needs_object=yes
10772 ;;
10773 esac
10774 case `$CC -V 2>&1 | sed 5q` in
10775 *Sun\ C*) # Sun C 5.9
10776 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'
10777 compiler_needs_object=yes
10778 tmp_sharedflag='-G' ;;
10779 *Sun\ F*) # Sun Fortran 8.3
10780 tmp_sharedflag='-G' ;;
10781 esac
10782 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10783
10784 if test "x$supports_anon_versioning" = xyes; then
10785 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10786 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10787 echo "local: *; };" >> $output_objdir/$libname.ver~
10788 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10789 fi
10790
10791 case $cc_basename in
10792 xlf* | bgf* | bgxlf* | mpixlf*)
10793 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10794 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10795 hardcode_libdir_flag_spec=
10796 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10797 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10798 if test "x$supports_anon_versioning" = xyes; then
10799 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10800 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10801 echo "local: *; };" >> $output_objdir/$libname.ver~
10802 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10803 fi
10804 ;;
10805 esac
10806 else
10807 ld_shlibs=no
10808 fi
10809 ;;
10810
10811 netbsd*)
10812 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10813 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10814 wlarc=
10815 else
10816 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10817 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10818 fi
10819 ;;
10820
10821 solaris*)
10822 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10823 ld_shlibs=no
10824 cat <<_LT_EOF 1>&2
10825
10826*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10827*** create shared libraries on Solaris systems. Therefore, libtool
10828*** is disabling shared libraries support. We urge you to upgrade GNU
10829*** binutils to release 2.9.1 or newer. Another option is to modify
10830*** your PATH or compiler configuration so that the native linker is
10831*** used, and then restart.
10832
10833_LT_EOF
10834 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10835 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10836 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10837 else
10838 ld_shlibs=no
10839 fi
10840 ;;
10841
10842 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10843 case `$LD -v 2>&1` in
10844 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10845 ld_shlibs=no
10846 cat <<_LT_EOF 1>&2
10847
10848*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10849*** reliably create shared libraries on SCO systems. Therefore, libtool
10850*** is disabling shared libraries support. We urge you to upgrade GNU
10851*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10852*** your PATH or compiler configuration so that the native linker is
10853*** used, and then restart.
10854
10855_LT_EOF
10856 ;;
10857 *)
10858 # For security reasons, it is highly recommended that you always
10859 # use absolute paths for naming shared libraries, and exclude the
10860 # DT_RUNPATH tag from executables and libraries. But doing so
10861 # requires that you compile everything twice, which is a pain.
10862 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10863 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
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
10873 sunos4*)
10874 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10875 wlarc=
10876 hardcode_direct=yes
10877 hardcode_shlibpath_var=no
10878 ;;
10879
10880 *)
10881 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10882 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10883 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10884 else
10885 ld_shlibs=no
10886 fi
10887 ;;
10888 esac
10889
10890 if test "$ld_shlibs" = no; then
10891 runpath_var=
10892 hardcode_libdir_flag_spec=
10893 export_dynamic_flag_spec=
10894 whole_archive_flag_spec=
10895 fi
10896 else
10897 # PORTME fill in a description of your system's linker (not GNU ld)
10898 case $host_os in
10899 aix3*)
10900 allow_undefined_flag=unsupported
10901 always_export_symbols=yes
10902 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'
10903 # Note: this linker hardcodes the directories in LIBPATH if there
10904 # are no directories specified by -L.
10905 hardcode_minus_L=yes
10906 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10907 # Neither direct hardcoding nor static linking is supported with a
10908 # broken collect2.
10909 hardcode_direct=unsupported
10910 fi
10911 ;;
10912
10913 aix[4-9]*)
10914 if test "$host_cpu" = ia64; then
10915 # On IA64, the linker does run time linking by default, so we don't
10916 # have to do anything special.
10917 aix_use_runtimelinking=no
10918 exp_sym_flag='-Bexport'
10919 no_entry_flag=""
10920 else
10921 # If we're using GNU nm, then we don't want the "-C" option.
10922 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10923 # Also, AIX nm treats weak defined symbols like other global
10924 # defined symbols, whereas GNU nm marks them as "W".
10925 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10926 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'
10927 else
5c887dd5 10928 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
10929 fi
10930 aix_use_runtimelinking=no
10931
10932 # Test if we are trying to use run time linking or normal
10933 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10934 # need to do runtime linking.
10935 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10936 for ld_flag in $LDFLAGS; do
10937 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10938 aix_use_runtimelinking=yes
10939 break
10940 fi
10941 done
10942 ;;
10943 esac
10944
10945 exp_sym_flag='-bexport'
10946 no_entry_flag='-bnoentry'
10947 fi
10948
10949 # When large executables or shared objects are built, AIX ld can
10950 # have problems creating the table of contents. If linking a library
10951 # or program results in "error TOC overflow" add -mminimal-toc to
10952 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10953 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10954
10955 archive_cmds=''
10956 hardcode_direct=yes
10957 hardcode_direct_absolute=yes
10958 hardcode_libdir_separator=':'
10959 link_all_deplibs=yes
10960 file_list_spec='${wl}-f,'
10961
10962 if test "$GCC" = yes; then
10963 case $host_os in aix4.[012]|aix4.[012].*)
10964 # We only want to do this on AIX 4.2 and lower, the check
10965 # below for broken collect2 doesn't work under 4.3+
10966 collect2name=`${CC} -print-prog-name=collect2`
10967 if test -f "$collect2name" &&
10968 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10969 then
10970 # We have reworked collect2
10971 :
10972 else
10973 # We have old collect2
10974 hardcode_direct=unsupported
10975 # It fails to find uninstalled libraries when the uninstalled
10976 # path is not listed in the libpath. Setting hardcode_minus_L
10977 # to unsupported forces relinking
10978 hardcode_minus_L=yes
10979 hardcode_libdir_flag_spec='-L$libdir'
10980 hardcode_libdir_separator=
10981 fi
10982 ;;
10983 esac
10984 shared_flag='-shared'
10985 if test "$aix_use_runtimelinking" = yes; then
10986 shared_flag="$shared_flag "'${wl}-G'
10987 fi
10988 else
10989 # not using gcc
10990 if test "$host_cpu" = ia64; then
10991 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10992 # chokes on -Wl,-G. The following line is correct:
10993 shared_flag='-G'
10994 else
10995 if test "$aix_use_runtimelinking" = yes; then
10996 shared_flag='${wl}-G'
10997 else
10998 shared_flag='${wl}-bM:SRE'
10999 fi
11000 fi
11001 fi
11002
11003 export_dynamic_flag_spec='${wl}-bexpall'
11004 # It seems that -bexpall does not export symbols beginning with
11005 # underscore (_), so it is better to generate a list of symbols to export.
11006 always_export_symbols=yes
11007 if test "$aix_use_runtimelinking" = yes; then
11008 # Warning - without using the other runtime loading flags (-brtl),
11009 # -berok will link without error, but may produce a broken library.
11010 allow_undefined_flag='-berok'
11011 # Determine the default libpath from the value encoded in an
11012 # empty executable.
11013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
11014/* end confdefs.h. */
11015
11016int
11017main ()
11018{
11019
11020 ;
11021 return 0;
11022}
11023_ACEOF
6bb11ab3 11024if ac_fn_c_try_link "$LINENO"; then :
edece237 11025
6bb11ab3
L
11026lt_aix_libpath_sed='
11027 /Import File Strings/,/^$/ {
11028 /^0/ {
11029 s/^0 *\(.*\)$/\1/
11030 p
11031 }
11032 }'
11033aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11034# Check for a 64-bit object if we didn't find anything.
11035if test -z "$aix_libpath"; then
11036 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11037fi
11038fi
11039rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
11041if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11042
11043 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11044 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"
11045 else
11046 if test "$host_cpu" = ia64; then
11047 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11048 allow_undefined_flag="-z nodefs"
11049 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"
11050 else
11051 # Determine the default libpath from the value encoded in an
11052 # empty executable.
81ecdfbb
RW
11053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11054/* end confdefs.h. */
11055
11056int
11057main ()
11058{
11059
11060 ;
11061 return 0;
11062}
11063_ACEOF
6bb11ab3
L
11064if ac_fn_c_try_link "$LINENO"; then :
11065
11066lt_aix_libpath_sed='
11067 /Import File Strings/,/^$/ {
11068 /^0/ {
11069 s/^0 *\(.*\)$/\1/
11070 p
11071 }
11072 }'
11073aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11074# Check for a 64-bit object if we didn't find anything.
11075if test -z "$aix_libpath"; then
11076 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 11077fi
81ecdfbb 11078fi
6bb11ab3
L
11079rm -f core conftest.err conftest.$ac_objext \
11080 conftest$ac_exeext conftest.$ac_ext
11081if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11082
11083 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11084 # Warning - without using the other run time loading flags,
11085 # -berok will link without error, but may produce a broken library.
11086 no_undefined_flag=' ${wl}-bernotok'
11087 allow_undefined_flag=' ${wl}-berok'
11088 if test "$with_gnu_ld" = yes; then
11089 # We only use this code for GNU lds that support --whole-archive.
11090 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11091 else
11092 # Exported symbols can be pulled into shared objects from archives
11093 whole_archive_flag_spec='$convenience'
11094 fi
11095 archive_cmds_need_lc=yes
11096 # This is similar to how AIX traditionally builds its shared libraries.
11097 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'
11098 fi
11099 fi
11100 ;;
11101
11102 amigaos*)
11103 case $host_cpu in
11104 powerpc)
11105 # see comment about AmigaOS4 .so support
11106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11107 archive_expsym_cmds=''
11108 ;;
11109 m68k)
11110 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)'
11111 hardcode_libdir_flag_spec='-L$libdir'
11112 hardcode_minus_L=yes
11113 ;;
11114 esac
11115 ;;
11116
11117 bsdi[45]*)
11118 export_dynamic_flag_spec=-rdynamic
11119 ;;
11120
11121 cygwin* | mingw* | pw32* | cegcc*)
11122 # When not using gcc, we currently assume that we are using
11123 # Microsoft Visual C++.
11124 # hardcode_libdir_flag_spec is actually meaningless, as there is
11125 # no search path for DLLs.
11126 hardcode_libdir_flag_spec=' '
11127 allow_undefined_flag=unsupported
11128 # Tell ltmain to make .lib files, not .a files.
11129 libext=lib
11130 # Tell ltmain to make .dll files, not .so files.
11131 shrext_cmds=".dll"
11132 # FIXME: Setting linknames here is a bad hack.
11133 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11134 # The linker will automatically build a .lib file if we build a DLL.
11135 old_archive_from_new_cmds='true'
11136 # FIXME: Should let the user specify the lib program.
11137 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11138 fix_srcfile_path='`cygpath -w "$srcfile"`'
11139 enable_shared_with_static_runtimes=yes
11140 ;;
11141
11142 darwin* | rhapsody*)
11143
11144
11145 archive_cmds_need_lc=no
11146 hardcode_direct=no
11147 hardcode_automatic=yes
11148 hardcode_shlibpath_var=unsupported
11149 if test "$lt_cv_ld_force_load" = "yes"; then
11150 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 11151 else
6bb11ab3 11152 whole_archive_flag_spec=''
edece237 11153 fi
6bb11ab3
L
11154 link_all_deplibs=yes
11155 allow_undefined_flag="$_lt_dar_allow_undefined"
11156 case $cc_basename in
11157 ifort*) _lt_dar_can_shared=yes ;;
11158 *) _lt_dar_can_shared=$GCC ;;
11159 esac
11160 if test "$_lt_dar_can_shared" = "yes"; then
11161 output_verbose_link_cmd=func_echo_all
11162 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11163 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11164 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}"
11165 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}"
11166
edece237 11167 else
6bb11ab3 11168 ld_shlibs=no
edece237 11169 fi
6bb11ab3
L
11170
11171 ;;
11172
11173 dgux*)
11174 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11175 hardcode_libdir_flag_spec='-L$libdir'
11176 hardcode_shlibpath_var=no
11177 ;;
11178
11179 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11180 # support. Future versions do this automatically, but an explicit c++rt0.o
11181 # does not break anything, and helps significantly (at the cost of a little
11182 # extra space).
11183 freebsd2.2*)
11184 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11185 hardcode_libdir_flag_spec='-R$libdir'
11186 hardcode_direct=yes
11187 hardcode_shlibpath_var=no
11188 ;;
11189
11190 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11191 freebsd2.*)
11192 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11193 hardcode_direct=yes
11194 hardcode_minus_L=yes
11195 hardcode_shlibpath_var=no
11196 ;;
11197
11198 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11199 freebsd* | dragonfly*)
11200 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11201 hardcode_libdir_flag_spec='-R$libdir'
11202 hardcode_direct=yes
11203 hardcode_shlibpath_var=no
11204 ;;
11205
11206 hpux9*)
11207 if test "$GCC" = yes; then
11208 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'
11209 else
11210 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'
11211 fi
11212 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11213 hardcode_libdir_separator=:
11214 hardcode_direct=yes
11215
11216 # hardcode_minus_L: Not really in the search PATH,
11217 # but as the default location of the library.
11218 hardcode_minus_L=yes
11219 export_dynamic_flag_spec='${wl}-E'
11220 ;;
11221
11222 hpux10*)
11223 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11224 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11225 else
11226 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11227 fi
11228 if test "$with_gnu_ld" = no; then
11229 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11230 hardcode_libdir_flag_spec_ld='+b $libdir'
11231 hardcode_libdir_separator=:
11232 hardcode_direct=yes
11233 hardcode_direct_absolute=yes
11234 export_dynamic_flag_spec='${wl}-E'
11235 # hardcode_minus_L: Not really in the search PATH,
11236 # but as the default location of the library.
11237 hardcode_minus_L=yes
11238 fi
11239 ;;
11240
11241 hpux11*)
11242 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11243 case $host_cpu in
11244 hppa*64*)
11245 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11246 ;;
11247 ia64*)
11248 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11249 ;;
11250 *)
11251 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11252 ;;
11253 esac
11254 else
11255 case $host_cpu in
11256 hppa*64*)
11257 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11258 ;;
11259 ia64*)
11260 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11261 ;;
11262 *)
11263
11264 # Older versions of the 11.00 compiler do not understand -b yet
11265 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11267$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11268if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11269 $as_echo_n "(cached) " >&6
edece237 11270else
6bb11ab3
L
11271 lt_cv_prog_compiler__b=no
11272 save_LDFLAGS="$LDFLAGS"
11273 LDFLAGS="$LDFLAGS -b"
11274 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11275 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11276 # The linker can only warn and ignore the option if not recognized
11277 # So say no if there are warnings
11278 if test -s conftest.err; then
11279 # Append any errors to the config.log.
11280 cat conftest.err 1>&5
11281 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11282 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11283 if diff conftest.exp conftest.er2 >/dev/null; then
11284 lt_cv_prog_compiler__b=yes
11285 fi
11286 else
11287 lt_cv_prog_compiler__b=yes
11288 fi
11289 fi
11290 $RM -r conftest*
11291 LDFLAGS="$save_LDFLAGS"
edece237 11292
6bb11ab3
L
11293fi
11294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11295$as_echo "$lt_cv_prog_compiler__b" >&6; }
edece237 11296
6bb11ab3
L
11297if test x"$lt_cv_prog_compiler__b" = xyes; then
11298 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11299else
11300 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11301fi
81ecdfbb 11302
6bb11ab3
L
11303 ;;
11304 esac
11305 fi
11306 if test "$with_gnu_ld" = no; then
11307 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11308 hardcode_libdir_separator=:
11309
11310 case $host_cpu in
11311 hppa*64*|ia64*)
11312 hardcode_direct=no
11313 hardcode_shlibpath_var=no
11314 ;;
11315 *)
11316 hardcode_direct=yes
11317 hardcode_direct_absolute=yes
11318 export_dynamic_flag_spec='${wl}-E'
11319
11320 # hardcode_minus_L: Not really in the search PATH,
11321 # but as the default location of the library.
11322 hardcode_minus_L=yes
11323 ;;
11324 esac
11325 fi
11326 ;;
11327
11328 irix5* | irix6* | nonstopux*)
11329 if test "$GCC" = yes; then
11330 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'
11331 # Try to use the -exported_symbol ld option, if it does not
11332 # work, assume that -exports_file does not work either and
11333 # implicitly export all symbols.
11334 save_LDFLAGS="$LDFLAGS"
11335 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337/* end confdefs.h. */
11338int foo(void) {}
edece237 11339_ACEOF
6bb11ab3
L
11340if ac_fn_c_try_link "$LINENO"; then :
11341 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
11342
11343fi
6bb11ab3
L
11344rm -f core conftest.err conftest.$ac_objext \
11345 conftest$ac_exeext conftest.$ac_ext
11346 LDFLAGS="$save_LDFLAGS"
11347 else
11348 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'
11349 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'
11350 fi
11351 archive_cmds_need_lc='no'
11352 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11353 hardcode_libdir_separator=:
11354 inherit_rpath=yes
11355 link_all_deplibs=yes
11356 ;;
11357
11358 netbsd*)
11359 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11360 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11361 else
11362 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11363 fi
11364 hardcode_libdir_flag_spec='-R$libdir'
11365 hardcode_direct=yes
11366 hardcode_shlibpath_var=no
11367 ;;
11368
11369 newsos6)
11370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11371 hardcode_direct=yes
11372 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11373 hardcode_libdir_separator=:
11374 hardcode_shlibpath_var=no
11375 ;;
11376
11377 *nto* | *qnx*)
11378 ;;
11379
11380 openbsd*)
11381 if test -f /usr/libexec/ld.so; then
11382 hardcode_direct=yes
11383 hardcode_shlibpath_var=no
11384 hardcode_direct_absolute=yes
11385 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11386 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11387 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11388 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11389 export_dynamic_flag_spec='${wl}-E'
11390 else
11391 case $host_os in
11392 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11393 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11394 hardcode_libdir_flag_spec='-R$libdir'
11395 ;;
11396 *)
11397 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11398 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11399 ;;
11400 esac
11401 fi
11402 else
11403 ld_shlibs=no
11404 fi
11405 ;;
11406
11407 os2*)
11408 hardcode_libdir_flag_spec='-L$libdir'
11409 hardcode_minus_L=yes
11410 allow_undefined_flag=unsupported
11411 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'
11412 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11413 ;;
11414
11415 osf3*)
11416 if test "$GCC" = yes; then
11417 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11418 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'
11419 else
11420 allow_undefined_flag=' -expect_unresolved \*'
11421 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'
11422 fi
11423 archive_cmds_need_lc='no'
11424 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11425 hardcode_libdir_separator=:
11426 ;;
11427
11428 osf4* | osf5*) # as osf3* with the addition of -msym flag
11429 if test "$GCC" = yes; then
11430 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11431 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'
11432 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11433 else
11434 allow_undefined_flag=' -expect_unresolved \*'
11435 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'
11436 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~
11437 $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'
11438
11439 # Both c and cxx compiler support -rpath directly
11440 hardcode_libdir_flag_spec='-rpath $libdir'
11441 fi
11442 archive_cmds_need_lc='no'
11443 hardcode_libdir_separator=:
11444 ;;
11445
11446 solaris*)
11447 no_undefined_flag=' -z defs'
11448 if test "$GCC" = yes; then
11449 wlarc='${wl}'
11450 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11451 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11452 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11453 else
11454 case `$CC -V 2>&1` in
11455 *"Compilers 5.0"*)
11456 wlarc=''
11457 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11458 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11459 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11460 ;;
11461 *)
11462 wlarc='${wl}'
11463 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11464 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11465 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11466 ;;
11467 esac
11468 fi
11469 hardcode_libdir_flag_spec='-R$libdir'
11470 hardcode_shlibpath_var=no
11471 case $host_os in
11472 solaris2.[0-5] | solaris2.[0-5].*) ;;
11473 *)
11474 # The compiler driver will combine and reorder linker options,
11475 # but understands `-z linker_flag'. GCC discards it without `$wl',
11476 # but is careful enough not to reorder.
11477 # Supported since Solaris 2.6 (maybe 2.5.1?)
11478 if test "$GCC" = yes; then
11479 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11480 else
11481 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11482 fi
11483 ;;
11484 esac
11485 link_all_deplibs=yes
11486 ;;
11487
11488 sunos4*)
11489 if test "x$host_vendor" = xsequent; then
11490 # Use $CC to link under sequent, because it throws in some extra .o
11491 # files that make .init and .fini sections work.
11492 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11493 else
11494 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11495 fi
11496 hardcode_libdir_flag_spec='-L$libdir'
11497 hardcode_direct=yes
11498 hardcode_minus_L=yes
11499 hardcode_shlibpath_var=no
11500 ;;
11501
11502 sysv4)
11503 case $host_vendor in
11504 sni)
11505 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11506 hardcode_direct=yes # is this really true???
11507 ;;
11508 siemens)
11509 ## LD is ld it makes a PLAMLIB
11510 ## CC just makes a GrossModule.
11511 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11512 reload_cmds='$CC -r -o $output$reload_objs'
11513 hardcode_direct=no
11514 ;;
11515 motorola)
11516 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11517 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11518 ;;
11519 esac
11520 runpath_var='LD_RUN_PATH'
11521 hardcode_shlibpath_var=no
11522 ;;
11523
11524 sysv4.3*)
11525 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11526 hardcode_shlibpath_var=no
11527 export_dynamic_flag_spec='-Bexport'
11528 ;;
11529
11530 sysv4*MP*)
11531 if test -d /usr/nec; then
11532 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11533 hardcode_shlibpath_var=no
11534 runpath_var=LD_RUN_PATH
11535 hardcode_runpath_var=yes
11536 ld_shlibs=yes
11537 fi
11538 ;;
11539
11540 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11541 no_undefined_flag='${wl}-z,text'
11542 archive_cmds_need_lc=no
11543 hardcode_shlibpath_var=no
11544 runpath_var='LD_RUN_PATH'
11545
11546 if test "$GCC" = yes; then
11547 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11548 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11549 else
11550 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11551 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11552 fi
11553 ;;
11554
11555 sysv5* | sco3.2v5* | sco5v6*)
11556 # Note: We can NOT use -z defs as we might desire, because we do not
11557 # link with -lc, and that would cause any symbols used from libc to
11558 # always be unresolved, which means just about no library would
11559 # ever link correctly. If we're not using GNU ld we use -z text
11560 # though, which does catch some bad symbols but isn't as heavy-handed
11561 # as -z defs.
11562 no_undefined_flag='${wl}-z,text'
11563 allow_undefined_flag='${wl}-z,nodefs'
11564 archive_cmds_need_lc=no
11565 hardcode_shlibpath_var=no
11566 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11567 hardcode_libdir_separator=':'
11568 link_all_deplibs=yes
11569 export_dynamic_flag_spec='${wl}-Bexport'
11570 runpath_var='LD_RUN_PATH'
11571
11572 if test "$GCC" = yes; then
11573 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11574 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11575 else
11576 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11577 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11578 fi
11579 ;;
11580
11581 uts4*)
11582 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11583 hardcode_libdir_flag_spec='-L$libdir'
11584 hardcode_shlibpath_var=no
11585 ;;
11586
11587 *)
11588 ld_shlibs=no
11589 ;;
11590 esac
11591
11592 if test x$host_vendor = xsni; then
11593 case $host in
11594 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11595 export_dynamic_flag_spec='${wl}-Blargedynsym'
11596 ;;
11597 esac
11598 fi
11599 fi
11600
11601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11602$as_echo "$ld_shlibs" >&6; }
11603test "$ld_shlibs" = no && can_build_shared=no
11604
11605with_gnu_ld=$with_gnu_ld
11606
11607
11608
11609
edece237 11610
edece237 11611
edece237 11612
6ffe910a 11613
6ffe910a
MF
11614
11615
6ffe910a 11616
edece237 11617
edece237
CV
11618
11619
6bb11ab3
L
11620
11621#
11622# Do we need to explicitly link libc?
11623#
11624case "x$archive_cmds_need_lc" in
11625x|xyes)
11626 # Assume -lc should be added
11627 archive_cmds_need_lc=yes
11628
11629 if test "$enable_shared" = yes && test "$GCC" = yes; then
11630 case $archive_cmds in
11631 *'~'*)
11632 # FIXME: we may have to deal with multi-command sequences.
11633 ;;
11634 '$CC '*)
11635 # Test whether the compiler implicitly links with -lc since on some
11636 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11637 # to ld, don't add -lc before -lgcc.
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11639$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11640if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11641 $as_echo_n "(cached) " >&6
edece237 11642else
6bb11ab3
L
11643 $RM conftest*
11644 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11645
11646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11647 (eval $ac_compile) 2>&5
11648 ac_status=$?
11649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11650 test $ac_status = 0; } 2>conftest.err; then
11651 soname=conftest
11652 lib=conftest
11653 libobjs=conftest.$ac_objext
11654 deplibs=
11655 wl=$lt_prog_compiler_wl
11656 pic_flag=$lt_prog_compiler_pic
11657 compiler_flags=-v
11658 linker_flags=-v
11659 verstring=
11660 output_objdir=.
11661 libname=conftest
11662 lt_save_allow_undefined_flag=$allow_undefined_flag
11663 allow_undefined_flag=
11664 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11665 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11666 ac_status=$?
11667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11668 test $ac_status = 0; }
11669 then
11670 lt_cv_archive_cmds_need_lc=no
11671 else
11672 lt_cv_archive_cmds_need_lc=yes
11673 fi
11674 allow_undefined_flag=$lt_save_allow_undefined_flag
11675 else
11676 cat conftest.err 1>&5
11677 fi
11678 $RM conftest*
edece237 11679
6ffe910a 11680fi
6bb11ab3
L
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11682$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11683 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11684 ;;
11685 esac
11686 fi
11687 ;;
6ffe910a 11688esac
edece237
CV
11689
11690
6ffe910a 11691
edece237 11692
81ecdfbb 11693
edece237 11694
edece237 11695
edece237 11696
edece237 11697
edece237 11698
edece237 11699
edece237 11700
edece237 11701
edece237 11702
81ecdfbb 11703
edece237 11704
edece237
CV
11705
11706
81ecdfbb 11707
81ecdfbb 11708
81ecdfbb
RW
11709
11710
81ecdfbb 11711
81ecdfbb 11712
edece237
CV
11713
11714
edece237 11715
edece237 11716
edece237 11717
edece237 11718
81ecdfbb 11719
edece237 11720
edece237 11721
edece237 11722
81ecdfbb 11723
edece237 11724
edece237 11725
edece237 11726
edece237 11727
81ecdfbb 11728
edece237 11729
edece237 11730
edece237 11731
edece237
CV
11732
11733
11734
11735
6ffe910a 11736
2232061b
MF
11737
11738
2232061b 11739
2232061b
MF
11740
11741
2232061b
MF
11742
11743
2232061b 11744
2232061b
MF
11745
11746
6bb11ab3
L
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
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11847$as_echo_n "checking dynamic linker characteristics... " >&6; }
11848
11849if test "$GCC" = yes; then
11850 case $host_os in
11851 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11852 *) lt_awk_arg="/^libraries:/" ;;
11853 esac
11854 case $host_os in
11855 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11856 *) lt_sed_strip_eq="s,=/,/,g" ;;
11857 esac
11858 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11859 case $lt_search_path_spec in
11860 *\;*)
11861 # if the path contains ";" then we assume it to be the separator
11862 # otherwise default to the standard path separator (i.e. ":") - it is
11863 # assumed that no part of a normal pathname contains ";" but that should
11864 # okay in the real world where ";" in dirpaths is itself problematic.
11865 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11866 ;;
11867 *)
11868 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11869 ;;
11870 esac
11871 # Ok, now we have the path, separated by spaces, we can step through it
11872 # and add multilib dir if necessary.
11873 lt_tmp_lt_search_path_spec=
11874 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11875 for lt_sys_path in $lt_search_path_spec; do
11876 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11877 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11878 else
11879 test -d "$lt_sys_path" && \
11880 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11881 fi
11882 done
11883 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11884BEGIN {RS=" "; FS="/|\n";} {
11885 lt_foo="";
11886 lt_count=0;
11887 for (lt_i = NF; lt_i > 0; lt_i--) {
11888 if ($lt_i != "" && $lt_i != ".") {
11889 if ($lt_i == "..") {
11890 lt_count++;
11891 } else {
11892 if (lt_count == 0) {
11893 lt_foo="/" $lt_i lt_foo;
11894 } else {
11895 lt_count--;
11896 }
11897 }
11898 }
11899 }
11900 if (lt_foo != "") { lt_freq[lt_foo]++; }
11901 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11902}'`
11903 # AWK program above erroneously prepends '/' to C:/dos/paths
11904 # for these hosts.
11905 case $host_os in
11906 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11907 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11908 esac
11909 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11910else
11911 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11912fi
11913library_names_spec=
11914libname_spec='lib$name'
11915soname_spec=
11916shrext_cmds=".so"
11917postinstall_cmds=
11918postuninstall_cmds=
11919finish_cmds=
11920finish_eval=
11921shlibpath_var=
11922shlibpath_overrides_runpath=unknown
11923version_type=none
11924dynamic_linker="$host_os ld.so"
11925sys_lib_dlsearch_path_spec="/lib /usr/lib"
11926need_lib_prefix=unknown
11927hardcode_into_libs=no
11928
11929# when you set need_version to no, make sure it does not cause -set_version
11930# flags to be left without arguments
11931need_version=unknown
11932
11933case $host_os in
11934aix3*)
11935 version_type=linux
11936 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11937 shlibpath_var=LIBPATH
11938
11939 # AIX 3 has no versioning support, so we append a major version to the name.
11940 soname_spec='${libname}${release}${shared_ext}$major'
11941 ;;
11942
11943aix[4-9]*)
11944 version_type=linux
11945 need_lib_prefix=no
11946 need_version=no
11947 hardcode_into_libs=yes
11948 if test "$host_cpu" = ia64; then
11949 # AIX 5 supports IA64
11950 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11951 shlibpath_var=LD_LIBRARY_PATH
11952 else
11953 # With GCC up to 2.95.x, collect2 would create an import file
11954 # for dependence libraries. The import file would start with
11955 # the line `#! .'. This would cause the generated library to
11956 # depend on `.', always an invalid library. This was fixed in
11957 # development snapshots of GCC prior to 3.0.
11958 case $host_os in
11959 aix4 | aix4.[01] | aix4.[01].*)
11960 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11961 echo ' yes '
11962 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11963 :
11964 else
11965 can_build_shared=no
11966 fi
11967 ;;
11968 esac
11969 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11970 # soname into executable. Probably we can add versioning support to
11971 # collect2, so additional links can be useful in future.
11972 if test "$aix_use_runtimelinking" = yes; then
11973 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11974 # instead of lib<name>.a to let people know that these are not
11975 # typical AIX shared libraries.
11976 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11977 else
11978 # We preserve .a as extension for shared libraries through AIX4.2
11979 # and later when we are not doing run time linking.
11980 library_names_spec='${libname}${release}.a $libname.a'
11981 soname_spec='${libname}${release}${shared_ext}$major'
11982 fi
11983 shlibpath_var=LIBPATH
11984 fi
11985 ;;
11986
11987amigaos*)
11988 case $host_cpu in
11989 powerpc)
11990 # Since July 2007 AmigaOS4 officially supports .so libraries.
11991 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11993 ;;
11994 m68k)
11995 library_names_spec='$libname.ixlibrary $libname.a'
11996 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11997 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'
11998 ;;
11999 esac
12000 ;;
12001
12002beos*)
12003 library_names_spec='${libname}${shared_ext}'
12004 dynamic_linker="$host_os ld.so"
12005 shlibpath_var=LIBRARY_PATH
12006 ;;
12007
12008bsdi[45]*)
12009 version_type=linux
12010 need_version=no
12011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12012 soname_spec='${libname}${release}${shared_ext}$major'
12013 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12014 shlibpath_var=LD_LIBRARY_PATH
12015 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12016 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12017 # the default ld.so.conf also contains /usr/contrib/lib and
12018 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12019 # libtool to hard-code these into programs
12020 ;;
12021
12022cygwin* | mingw* | pw32* | cegcc*)
12023 version_type=windows
12024 shrext_cmds=".dll"
12025 need_version=no
12026 need_lib_prefix=no
12027
12028 case $GCC,$host_os in
12029 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12030 library_names_spec='$libname.dll.a'
12031 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12032 postinstall_cmds='base_file=`basename \${file}`~
12033 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12034 dldir=$destdir/`dirname \$dlpath`~
12035 test -d \$dldir || mkdir -p \$dldir~
12036 $install_prog $dir/$dlname \$dldir/$dlname~
12037 chmod a+x \$dldir/$dlname~
12038 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12039 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12040 fi'
12041 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12042 dlpath=$dir/\$dldll~
12043 $RM \$dlpath'
12044 shlibpath_overrides_runpath=yes
12045
12046 case $host_os in
12047 cygwin*)
12048 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12049 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12050
12051 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12052 ;;
12053 mingw* | cegcc*)
12054 # MinGW DLLs use traditional 'lib' prefix
12055 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12056 ;;
12057 pw32*)
12058 # pw32 DLLs use 'pw' prefix rather than 'lib'
12059 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12060 ;;
12061 esac
12062 ;;
12063
12064 *)
12065 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12066 ;;
12067 esac
12068 dynamic_linker='Win32 ld.exe'
12069 # FIXME: first we should search . and the directory the executable is in
12070 shlibpath_var=PATH
12071 ;;
12072
12073darwin* | rhapsody*)
12074 dynamic_linker="$host_os dyld"
12075 version_type=darwin
12076 need_lib_prefix=no
12077 need_version=no
12078 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12079 soname_spec='${libname}${release}${major}$shared_ext'
12080 shlibpath_overrides_runpath=yes
12081 shlibpath_var=DYLD_LIBRARY_PATH
12082 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12083
12084 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12085 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12086 ;;
12087
12088dgux*)
12089 version_type=linux
12090 need_lib_prefix=no
12091 need_version=no
12092 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12093 soname_spec='${libname}${release}${shared_ext}$major'
12094 shlibpath_var=LD_LIBRARY_PATH
12095 ;;
12096
12097freebsd* | dragonfly*)
12098 # DragonFly does not have aout. When/if they implement a new
12099 # versioning mechanism, adjust this.
12100 if test -x /usr/bin/objformat; then
12101 objformat=`/usr/bin/objformat`
12102 else
12103 case $host_os in
12104 freebsd[23].*) objformat=aout ;;
12105 *) objformat=elf ;;
12106 esac
12107 fi
12108 version_type=freebsd-$objformat
12109 case $version_type in
12110 freebsd-elf*)
12111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12112 need_version=no
12113 need_lib_prefix=no
12114 ;;
12115 freebsd-*)
12116 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12117 need_version=yes
12118 ;;
12119 esac
12120 shlibpath_var=LD_LIBRARY_PATH
12121 case $host_os in
12122 freebsd2.*)
12123 shlibpath_overrides_runpath=yes
12124 ;;
12125 freebsd3.[01]* | freebsdelf3.[01]*)
12126 shlibpath_overrides_runpath=yes
12127 hardcode_into_libs=yes
12128 ;;
12129 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12130 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12131 shlibpath_overrides_runpath=no
12132 hardcode_into_libs=yes
12133 ;;
12134 *) # from 4.6 on, and DragonFly
12135 shlibpath_overrides_runpath=yes
12136 hardcode_into_libs=yes
12137 ;;
12138 esac
12139 ;;
12140
6bb11ab3
L
12141haiku*)
12142 version_type=linux
12143 need_lib_prefix=no
12144 need_version=no
12145 dynamic_linker="$host_os runtime_loader"
12146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12147 soname_spec='${libname}${release}${shared_ext}$major'
12148 shlibpath_var=LIBRARY_PATH
12149 shlibpath_overrides_runpath=yes
12150 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12151 hardcode_into_libs=yes
12152 ;;
12153
12154hpux9* | hpux10* | hpux11*)
12155 # Give a soname corresponding to the major version so that dld.sl refuses to
12156 # link against other versions.
12157 version_type=sunos
12158 need_lib_prefix=no
12159 need_version=no
12160 case $host_cpu in
12161 ia64*)
12162 shrext_cmds='.so'
12163 hardcode_into_libs=yes
12164 dynamic_linker="$host_os dld.so"
12165 shlibpath_var=LD_LIBRARY_PATH
12166 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12167 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12168 soname_spec='${libname}${release}${shared_ext}$major'
12169 if test "X$HPUX_IA64_MODE" = X32; then
12170 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12171 else
12172 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12173 fi
12174 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12175 ;;
12176 hppa*64*)
12177 shrext_cmds='.sl'
12178 hardcode_into_libs=yes
12179 dynamic_linker="$host_os dld.sl"
12180 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12181 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12182 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12183 soname_spec='${libname}${release}${shared_ext}$major'
12184 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12185 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12186 ;;
12187 *)
12188 shrext_cmds='.sl'
12189 dynamic_linker="$host_os dld.sl"
12190 shlibpath_var=SHLIB_PATH
12191 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12192 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12193 soname_spec='${libname}${release}${shared_ext}$major'
12194 ;;
12195 esac
12196 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12197 postinstall_cmds='chmod 555 $lib'
12198 # or fails outright, so override atomically:
12199 install_override_mode=555
12200 ;;
12201
12202interix[3-9]*)
12203 version_type=linux
12204 need_lib_prefix=no
12205 need_version=no
12206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12207 soname_spec='${libname}${release}${shared_ext}$major'
12208 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12209 shlibpath_var=LD_LIBRARY_PATH
12210 shlibpath_overrides_runpath=no
12211 hardcode_into_libs=yes
12212 ;;
12213
12214irix5* | irix6* | nonstopux*)
12215 case $host_os in
12216 nonstopux*) version_type=nonstopux ;;
12217 *)
12218 if test "$lt_cv_prog_gnu_ld" = yes; then
12219 version_type=linux
12220 else
12221 version_type=irix
12222 fi ;;
12223 esac
12224 need_lib_prefix=no
12225 need_version=no
12226 soname_spec='${libname}${release}${shared_ext}$major'
12227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12228 case $host_os in
12229 irix5* | nonstopux*)
12230 libsuff= shlibsuff=
12231 ;;
12232 *)
12233 case $LD in # libtool.m4 will add one of these switches to LD
12234 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12235 libsuff= shlibsuff= libmagic=32-bit;;
12236 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12237 libsuff=32 shlibsuff=N32 libmagic=N32;;
12238 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12239 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12240 *) libsuff= shlibsuff= libmagic=never-match;;
12241 esac
12242 ;;
12243 esac
12244 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12245 shlibpath_overrides_runpath=no
12246 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12247 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12248 hardcode_into_libs=yes
12249 ;;
12250
12251# No shared lib support for Linux oldld, aout, or coff.
12252linux*oldld* | linux*aout* | linux*coff*)
12253 dynamic_linker=no
12254 ;;
12255
12256# This must be Linux ELF.
46f900c0 12257linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12258 version_type=linux
12259 need_lib_prefix=no
12260 need_version=no
12261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12262 soname_spec='${libname}${release}${shared_ext}$major'
12263 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12264 shlibpath_var=LD_LIBRARY_PATH
12265 shlibpath_overrides_runpath=no
12266
12267 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12268 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12269 $as_echo_n "(cached) " >&6
12270else
6bb11ab3
L
12271 lt_cv_shlibpath_overrides_runpath=no
12272 save_LDFLAGS=$LDFLAGS
12273 save_libdir=$libdir
12274 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12275 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12277/* end confdefs.h. */
12278
2232061b
MF
12279int
12280main ()
12281{
12282
12283 ;
12284 return 0;
12285}
12286_ACEOF
6bb11ab3
L
12287if ac_fn_c_try_link "$LINENO"; then :
12288 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12289 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12290fi
2232061b 12291fi
6bb11ab3
L
12292rm -f core conftest.err conftest.$ac_objext \
12293 conftest$ac_exeext conftest.$ac_ext
12294 LDFLAGS=$save_LDFLAGS
12295 libdir=$save_libdir
2232061b 12296
6bb11ab3 12297fi
2232061b 12298
6bb11ab3 12299 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12300
6bb11ab3
L
12301 # This implies no fast_install, which is unacceptable.
12302 # Some rework will be needed to allow for fast_install
12303 # before this can be enabled.
12304 hardcode_into_libs=yes
2232061b 12305
6bb11ab3
L
12306 # Append ld.so.conf contents to the search path
12307 if test -f /etc/ld.so.conf; then
12308 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' ' '`
12309 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12310 fi
2232061b 12311
6bb11ab3
L
12312 # We used to test for /lib/ld.so.1 and disable shared libraries on
12313 # powerpc, because MkLinux only supported shared libraries with the
12314 # GNU dynamic linker. Since this was broken with cross compilers,
12315 # most powerpc-linux boxes support dynamic linking these days and
12316 # people can always --disable-shared, the test was removed, and we
12317 # assume the GNU/Linux dynamic linker is in use.
12318 dynamic_linker='GNU/Linux ld.so'
12319 ;;
12320
12321netbsd*)
12322 version_type=sunos
12323 need_lib_prefix=no
12324 need_version=no
12325 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12326 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12327 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12328 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12329 else
6bb11ab3
L
12330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12331 soname_spec='${libname}${release}${shared_ext}$major'
12332 dynamic_linker='NetBSD ld.elf_so'
12333 fi
12334 shlibpath_var=LD_LIBRARY_PATH
12335 shlibpath_overrides_runpath=yes
12336 hardcode_into_libs=yes
12337 ;;
12338
12339newsos6)
12340 version_type=linux
12341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12342 shlibpath_var=LD_LIBRARY_PATH
12343 shlibpath_overrides_runpath=yes
12344 ;;
12345
12346*nto* | *qnx*)
12347 version_type=qnx
12348 need_lib_prefix=no
12349 need_version=no
12350 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12351 soname_spec='${libname}${release}${shared_ext}$major'
12352 shlibpath_var=LD_LIBRARY_PATH
12353 shlibpath_overrides_runpath=no
12354 hardcode_into_libs=yes
12355 dynamic_linker='ldqnx.so'
12356 ;;
12357
12358openbsd*)
12359 version_type=sunos
12360 sys_lib_dlsearch_path_spec="/usr/lib"
12361 need_lib_prefix=no
12362 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12363 case $host_os in
12364 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12365 *) need_version=no ;;
12366 esac
12367 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12368 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12369 shlibpath_var=LD_LIBRARY_PATH
12370 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12371 case $host_os in
12372 openbsd2.[89] | openbsd2.[89].*)
12373 shlibpath_overrides_runpath=no
12374 ;;
12375 *)
12376 shlibpath_overrides_runpath=yes
12377 ;;
12378 esac
12379 else
12380 shlibpath_overrides_runpath=yes
12381 fi
12382 ;;
12383
12384os2*)
12385 libname_spec='$name'
12386 shrext_cmds=".dll"
12387 need_lib_prefix=no
12388 library_names_spec='$libname${shared_ext} $libname.a'
12389 dynamic_linker='OS/2 ld.exe'
12390 shlibpath_var=LIBPATH
12391 ;;
12392
12393osf3* | osf4* | osf5*)
12394 version_type=osf
12395 need_lib_prefix=no
12396 need_version=no
12397 soname_spec='${libname}${release}${shared_ext}$major'
12398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12399 shlibpath_var=LD_LIBRARY_PATH
12400 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12401 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12402 ;;
12403
12404rdos*)
12405 dynamic_linker=no
12406 ;;
12407
12408solaris*)
12409 version_type=linux
12410 need_lib_prefix=no
12411 need_version=no
12412 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12413 soname_spec='${libname}${release}${shared_ext}$major'
12414 shlibpath_var=LD_LIBRARY_PATH
12415 shlibpath_overrides_runpath=yes
12416 hardcode_into_libs=yes
12417 # ldd complains unless libraries are executable
12418 postinstall_cmds='chmod +x $lib'
12419 ;;
12420
12421sunos4*)
12422 version_type=sunos
12423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12424 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12425 shlibpath_var=LD_LIBRARY_PATH
12426 shlibpath_overrides_runpath=yes
12427 if test "$with_gnu_ld" = yes; then
12428 need_lib_prefix=no
12429 fi
12430 need_version=yes
12431 ;;
12432
12433sysv4 | sysv4.3*)
12434 version_type=linux
12435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12436 soname_spec='${libname}${release}${shared_ext}$major'
12437 shlibpath_var=LD_LIBRARY_PATH
12438 case $host_vendor in
12439 sni)
12440 shlibpath_overrides_runpath=no
12441 need_lib_prefix=no
12442 runpath_var=LD_RUN_PATH
12443 ;;
12444 siemens)
12445 need_lib_prefix=no
12446 ;;
12447 motorola)
12448 need_lib_prefix=no
12449 need_version=no
12450 shlibpath_overrides_runpath=no
12451 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12452 ;;
12453 esac
12454 ;;
12455
12456sysv4*MP*)
12457 if test -d /usr/nec ;then
12458 version_type=linux
12459 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12460 soname_spec='$libname${shared_ext}.$major'
12461 shlibpath_var=LD_LIBRARY_PATH
2232061b 12462 fi
6bb11ab3
L
12463 ;;
12464
12465sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12466 version_type=freebsd-elf
12467 need_lib_prefix=no
12468 need_version=no
12469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12470 soname_spec='${libname}${release}${shared_ext}$major'
12471 shlibpath_var=LD_LIBRARY_PATH
12472 shlibpath_overrides_runpath=yes
12473 hardcode_into_libs=yes
12474 if test "$with_gnu_ld" = yes; then
12475 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12476 else
12477 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12478 case $host_os in
12479 sco3.2v5*)
12480 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12481 ;;
12482 esac
12483 fi
12484 sys_lib_dlsearch_path_spec='/usr/lib'
12485 ;;
12486
12487tpf*)
12488 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12489 version_type=linux
12490 need_lib_prefix=no
12491 need_version=no
12492 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12493 shlibpath_var=LD_LIBRARY_PATH
12494 shlibpath_overrides_runpath=no
12495 hardcode_into_libs=yes
12496 ;;
12497
12498uts4*)
12499 version_type=linux
12500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12501 soname_spec='${libname}${release}${shared_ext}$major'
12502 shlibpath_var=LD_LIBRARY_PATH
12503 ;;
12504
12505*)
12506 dynamic_linker=no
12507 ;;
12508esac
12509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12510$as_echo "$dynamic_linker" >&6; }
12511test "$dynamic_linker" = no && can_build_shared=no
12512
12513variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12514if test "$GCC" = yes; then
12515 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12516fi
2232061b 12517
6bb11ab3
L
12518if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12519 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12520fi
12521if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12522 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12523fi
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
2232061b 12550
2232061b 12551
2232061b 12552
2232061b 12553
2232061b
MF
12554
12555
6ffe910a 12556
6ffe910a
MF
12557
12558
12559
12560
12561
2232061b 12562
6ffe910a
MF
12563
12564
12565
12566
6ffe910a 12567
6ffe910a 12568
6ffe910a
MF
12569
12570
6ffe910a 12571
6ffe910a 12572
6ffe910a
MF
12573
12574
5f3ef9d0 12575
5f3ef9d0
JB
12576
12577
12578
db2e4d67
MF
12579
12580
db2e4d67 12581
db2e4d67 12582
db2e4d67 12583
db2e4d67 12584
db2e4d67 12585
db2e4d67 12586
db2e4d67 12587
db2e4d67
MF
12588
12589
db2e4d67 12590
db2e4d67
MF
12591
12592
db2e4d67 12593
db2e4d67
MF
12594
12595
6ffe910a 12596
6ffe910a 12597
6ffe910a
MF
12598
12599
6ffe910a
MF
12600
12601
6ffe910a 12602
6ffe910a 12603
6ffe910a 12604
6ffe910a 12605
6ffe910a 12606
edece237 12607
edece237 12608
edece237 12609
edece237 12610
edece237 12611
edece237 12612
edece237 12613
edece237 12614
edece237 12615
6bb11ab3
L
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12617$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12618hardcode_action=
12619if test -n "$hardcode_libdir_flag_spec" ||
12620 test -n "$runpath_var" ||
12621 test "X$hardcode_automatic" = "Xyes" ; then
edece237 12622
6bb11ab3
L
12623 # We can hardcode non-existent directories.
12624 if test "$hardcode_direct" != no &&
12625 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12626 # have to relink, otherwise we might link with an installed library
12627 # when we should be linking with a yet-to-be-installed one
12628 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12629 test "$hardcode_minus_L" != no; then
12630 # Linking always hardcodes the temporary library directory.
12631 hardcode_action=relink
12632 else
12633 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12634 hardcode_action=immediate
12635 fi
12636else
12637 # We cannot hardcode anything, or else we can only hardcode existing
12638 # directories.
12639 hardcode_action=unsupported
edece237 12640fi
6bb11ab3
L
12641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12642$as_echo "$hardcode_action" >&6; }
edece237 12643
6bb11ab3
L
12644if test "$hardcode_action" = relink ||
12645 test "$inherit_rpath" = yes; then
12646 # Fast installation is not supported
12647 enable_fast_install=no
12648elif test "$shlibpath_overrides_runpath" = yes ||
12649 test "$enable_shared" = no; then
12650 # Fast installation is not necessary
12651 enable_fast_install=needless
12652fi
edece237 12653
6bb11ab3
L
12654
12655
12656
12657
12658
12659 if test "x$enable_dlopen" != xyes; then
12660 enable_dlopen=unknown
12661 enable_dlopen_self=unknown
12662 enable_dlopen_self_static=unknown
12663else
12664 lt_cv_dlopen=no
12665 lt_cv_dlopen_libs=
12666
12667 case $host_os in
12668 beos*)
12669 lt_cv_dlopen="load_add_on"
12670 lt_cv_dlopen_libs=
12671 lt_cv_dlopen_self=yes
12672 ;;
12673
12674 mingw* | pw32* | cegcc*)
12675 lt_cv_dlopen="LoadLibrary"
12676 lt_cv_dlopen_libs=
12677 ;;
12678
12679 cygwin*)
12680 lt_cv_dlopen="dlopen"
12681 lt_cv_dlopen_libs=
12682 ;;
12683
12684 darwin*)
12685 # if libdl is installed we need to link against it
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12687$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12688if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12689 $as_echo_n "(cached) " >&6
12690else
12691 ac_check_lib_save_LIBS=$LIBS
12692LIBS="-ldl $LIBS"
12693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12694/* end confdefs.h. */
12695
12696/* Override any GCC internal prototype to avoid an error.
12697 Use char because int might match the return type of a GCC
12698 builtin and then its argument prototype would still apply. */
12699#ifdef __cplusplus
12700extern "C"
12701#endif
12702char dlopen ();
12703int
12704main ()
12705{
12706return dlopen ();
12707 ;
12708 return 0;
12709}
edece237 12710_ACEOF
6bb11ab3
L
12711if ac_fn_c_try_link "$LINENO"; then :
12712 ac_cv_lib_dl_dlopen=yes
12713else
12714 ac_cv_lib_dl_dlopen=no
12715fi
12716rm -f core conftest.err conftest.$ac_objext \
12717 conftest$ac_exeext conftest.$ac_ext
12718LIBS=$ac_check_lib_save_LIBS
12719fi
12720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12721$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12722if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12723 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12724else
12725
12726 lt_cv_dlopen="dyld"
12727 lt_cv_dlopen_libs=
12728 lt_cv_dlopen_self=yes
edece237
CV
12729
12730fi
edece237 12731
6bb11ab3 12732 ;;
edece237 12733
6bb11ab3
L
12734 *)
12735 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12736if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12737 lt_cv_dlopen="shl_load"
12738else
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12740$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12741if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12742 $as_echo_n "(cached) " >&6
12743else
12744 ac_check_lib_save_LIBS=$LIBS
12745LIBS="-ldld $LIBS"
12746cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12747/* end confdefs.h. */
12748
12749/* Override any GCC internal prototype to avoid an error.
12750 Use char because int might match the return type of a GCC
12751 builtin and then its argument prototype would still apply. */
12752#ifdef __cplusplus
12753extern "C"
12754#endif
12755char shl_load ();
12756int
12757main ()
12758{
12759return shl_load ();
12760 ;
12761 return 0;
12762}
12763_ACEOF
12764if ac_fn_c_try_link "$LINENO"; then :
12765 ac_cv_lib_dld_shl_load=yes
12766else
12767 ac_cv_lib_dld_shl_load=no
12768fi
12769rm -f core conftest.err conftest.$ac_objext \
12770 conftest$ac_exeext conftest.$ac_ext
12771LIBS=$ac_check_lib_save_LIBS
12772fi
12773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12774$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12775if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12776 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12777else
12778 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12779if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12780 lt_cv_dlopen="dlopen"
12781else
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12783$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12784if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12785 $as_echo_n "(cached) " >&6
edece237
CV
12786else
12787 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12788LIBS="-ldl $LIBS"
81ecdfbb 12789cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
12790/* end confdefs.h. */
12791
81ecdfbb
RW
12792/* Override any GCC internal prototype to avoid an error.
12793 Use char because int might match the return type of a GCC
12794 builtin and then its argument prototype would still apply. */
edece237
CV
12795#ifdef __cplusplus
12796extern "C"
12797#endif
6bb11ab3 12798char dlopen ();
edece237
CV
12799int
12800main ()
12801{
6bb11ab3 12802return dlopen ();
edece237
CV
12803 ;
12804 return 0;
12805}
12806_ACEOF
81ecdfbb 12807if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12808 ac_cv_lib_dl_dlopen=yes
edece237 12809else
6bb11ab3 12810 ac_cv_lib_dl_dlopen=no
edece237 12811fi
81ecdfbb
RW
12812rm -f core conftest.err conftest.$ac_objext \
12813 conftest$ac_exeext conftest.$ac_ext
edece237
CV
12814LIBS=$ac_check_lib_save_LIBS
12815fi
6bb11ab3
L
12816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12817$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12818if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12819 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12820else
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12822$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12823if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12824 $as_echo_n "(cached) " >&6
edece237
CV
12825else
12826 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12827LIBS="-lsvld $LIBS"
81ecdfbb 12828cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
12829/* end confdefs.h. */
12830
81ecdfbb
RW
12831/* Override any GCC internal prototype to avoid an error.
12832 Use char because int might match the return type of a GCC
12833 builtin and then its argument prototype would still apply. */
edece237
CV
12834#ifdef __cplusplus
12835extern "C"
12836#endif
6bb11ab3 12837char dlopen ();
edece237
CV
12838int
12839main ()
12840{
6bb11ab3 12841return dlopen ();
edece237
CV
12842 ;
12843 return 0;
12844}
12845_ACEOF
81ecdfbb 12846if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12847 ac_cv_lib_svld_dlopen=yes
edece237 12848else
6bb11ab3 12849 ac_cv_lib_svld_dlopen=no
edece237 12850fi
81ecdfbb
RW
12851rm -f core conftest.err conftest.$ac_objext \
12852 conftest$ac_exeext conftest.$ac_ext
edece237
CV
12853LIBS=$ac_check_lib_save_LIBS
12854fi
6bb11ab3
L
12855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12856$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12857if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12858 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12859else
6bb11ab3
L
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12861$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12862if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 12863 $as_echo_n "(cached) " >&6
b5bd9624 12864else
6bb11ab3
L
12865 ac_check_lib_save_LIBS=$LIBS
12866LIBS="-ldld $LIBS"
81ecdfbb 12867cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12868/* end confdefs.h. */
12869
81ecdfbb
RW
12870/* Override any GCC internal prototype to avoid an error.
12871 Use char because int might match the return type of a GCC
b5bd9624 12872 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12873#ifdef __cplusplus
12874extern "C"
12875#endif
6bb11ab3 12876char dld_link ();
b5bd9624
HPN
12877int
12878main ()
12879{
6bb11ab3 12880return dld_link ();
b5bd9624
HPN
12881 ;
12882 return 0;
12883}
12884_ACEOF
6bb11ab3
L
12885if ac_fn_c_try_link "$LINENO"; then :
12886 ac_cv_lib_dld_dld_link=yes
12887else
12888 ac_cv_lib_dld_dld_link=no
12889fi
12890rm -f core conftest.err conftest.$ac_objext \
12891 conftest$ac_exeext conftest.$ac_ext
12892LIBS=$ac_check_lib_save_LIBS
12893fi
12894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12895$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12896if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12897 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12898fi
12899
12900
12901fi
12902
12903
12904fi
12905
12906
12907fi
12908
12909
12910fi
12911
12912
12913fi
12914
12915 ;;
12916 esac
12917
12918 if test "x$lt_cv_dlopen" != xno; then
12919 enable_dlopen=yes
b5bd9624 12920 else
6bb11ab3
L
12921 enable_dlopen=no
12922 fi
12923
12924 case $lt_cv_dlopen in
12925 dlopen)
12926 save_CPPFLAGS="$CPPFLAGS"
12927 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12928
12929 save_LDFLAGS="$LDFLAGS"
12930 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12931
12932 save_LIBS="$LIBS"
12933 LIBS="$lt_cv_dlopen_libs $LIBS"
12934
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12936$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12937if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12938 $as_echo_n "(cached) " >&6
12939else
12940 if test "$cross_compiling" = yes; then :
12941 lt_cv_dlopen_self=cross
12942else
12943 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12944 lt_status=$lt_dlunknown
12945 cat > conftest.$ac_ext <<_LT_EOF
5c1008a4 12946#line 12946 "configure"
6bb11ab3
L
12947#include "confdefs.h"
12948
12949#if HAVE_DLFCN_H
12950#include <dlfcn.h>
12951#endif
12952
12953#include <stdio.h>
12954
12955#ifdef RTLD_GLOBAL
12956# define LT_DLGLOBAL RTLD_GLOBAL
12957#else
12958# ifdef DL_GLOBAL
12959# define LT_DLGLOBAL DL_GLOBAL
12960# else
12961# define LT_DLGLOBAL 0
12962# endif
12963#endif
12964
12965/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12966 find out it does not work in some platform. */
12967#ifndef LT_DLLAZY_OR_NOW
12968# ifdef RTLD_LAZY
12969# define LT_DLLAZY_OR_NOW RTLD_LAZY
12970# else
12971# ifdef DL_LAZY
12972# define LT_DLLAZY_OR_NOW DL_LAZY
12973# else
12974# ifdef RTLD_NOW
12975# define LT_DLLAZY_OR_NOW RTLD_NOW
12976# else
12977# ifdef DL_NOW
12978# define LT_DLLAZY_OR_NOW DL_NOW
12979# else
12980# define LT_DLLAZY_OR_NOW 0
12981# endif
12982# endif
12983# endif
12984# endif
12985#endif
12986
12987/* When -fvisbility=hidden is used, assume the code has been annotated
12988 correspondingly for the symbols needed. */
12989#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12990void fnord () __attribute__((visibility("default")));
12991#endif
12992
12993void fnord () { int i=42; }
12994int main ()
12995{
12996 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12997 int status = $lt_dlunknown;
12998
12999 if (self)
13000 {
13001 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13002 else
13003 {
13004 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13005 else puts (dlerror ());
13006 }
13007 /* dlclose (self); */
13008 }
13009 else
13010 puts (dlerror ());
13011
13012 return status;
13013}
13014_LT_EOF
13015 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13016 (eval $ac_link) 2>&5
13017 ac_status=$?
13018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13019 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13020 (./conftest; exit; ) >&5 2>/dev/null
13021 lt_status=$?
13022 case x$lt_status in
13023 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13024 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13025 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13026 esac
13027 else :
13028 # compilation failed
13029 lt_cv_dlopen_self=no
b5bd9624 13030 fi
b5bd9624 13031fi
6bb11ab3
L
13032rm -fr conftest*
13033
13034
b5bd9624 13035fi
6bb11ab3
L
13036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13037$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13038
6bb11ab3
L
13039 if test "x$lt_cv_dlopen_self" = xyes; then
13040 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13042$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13043if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13044 $as_echo_n "(cached) " >&6
b5bd9624 13045else
6bb11ab3
L
13046 if test "$cross_compiling" = yes; then :
13047 lt_cv_dlopen_self_static=cross
13048else
13049 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13050 lt_status=$lt_dlunknown
13051 cat > conftest.$ac_ext <<_LT_EOF
5c1008a4 13052#line 13052 "configure"
6bb11ab3
L
13053#include "confdefs.h"
13054
13055#if HAVE_DLFCN_H
13056#include <dlfcn.h>
13057#endif
13058
13059#include <stdio.h>
13060
13061#ifdef RTLD_GLOBAL
13062# define LT_DLGLOBAL RTLD_GLOBAL
13063#else
13064# ifdef DL_GLOBAL
13065# define LT_DLGLOBAL DL_GLOBAL
13066# else
13067# define LT_DLGLOBAL 0
13068# endif
13069#endif
13070
13071/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13072 find out it does not work in some platform. */
13073#ifndef LT_DLLAZY_OR_NOW
13074# ifdef RTLD_LAZY
13075# define LT_DLLAZY_OR_NOW RTLD_LAZY
13076# else
13077# ifdef DL_LAZY
13078# define LT_DLLAZY_OR_NOW DL_LAZY
13079# else
13080# ifdef RTLD_NOW
13081# define LT_DLLAZY_OR_NOW RTLD_NOW
13082# else
13083# ifdef DL_NOW
13084# define LT_DLLAZY_OR_NOW DL_NOW
13085# else
13086# define LT_DLLAZY_OR_NOW 0
13087# endif
13088# endif
13089# endif
13090# endif
13091#endif
13092
13093/* When -fvisbility=hidden is used, assume the code has been annotated
13094 correspondingly for the symbols needed. */
13095#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13096void fnord () __attribute__((visibility("default")));
13097#endif
13098
13099void fnord () { int i=42; }
13100int main ()
13101{
13102 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13103 int status = $lt_dlunknown;
13104
13105 if (self)
13106 {
13107 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13108 else
13109 {
13110 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13111 else puts (dlerror ());
13112 }
13113 /* dlclose (self); */
13114 }
13115 else
13116 puts (dlerror ());
13117
13118 return status;
13119}
13120_LT_EOF
13121 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13122 (eval $ac_link) 2>&5
13123 ac_status=$?
13124 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13125 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13126 (./conftest; exit; ) >&5 2>/dev/null
13127 lt_status=$?
13128 case x$lt_status in
13129 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13130 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13131 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13132 esac
13133 else :
13134 # compilation failed
13135 lt_cv_dlopen_self_static=no
13136 fi
b5bd9624 13137fi
6bb11ab3
L
13138rm -fr conftest*
13139
13140
b5bd9624 13141fi
6bb11ab3
L
13142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13143$as_echo "$lt_cv_dlopen_self_static" >&6; }
13144 fi
13145
13146 CPPFLAGS="$save_CPPFLAGS"
13147 LDFLAGS="$save_LDFLAGS"
13148 LIBS="$save_LIBS"
13149 ;;
13150 esac
13151
13152 case $lt_cv_dlopen_self in
13153 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13154 *) enable_dlopen_self=unknown ;;
13155 esac
13156
13157 case $lt_cv_dlopen_self_static in
13158 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13159 *) enable_dlopen_self_static=unknown ;;
13160 esac
13161fi
13162
13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179striplib=
13180old_striplib=
13181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13182$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13183if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13184 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13185 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13187$as_echo "yes" >&6; }
13188else
13189# FIXME - insert some real tests, host_os isn't really good enough
13190 case $host_os in
13191 darwin*)
13192 if test -n "$STRIP" ; then
13193 striplib="$STRIP -x"
13194 old_striplib="$STRIP -S"
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13196$as_echo "yes" >&6; }
13197 else
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13199$as_echo "no" >&6; }
13200 fi
13201 ;;
13202 *)
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13204$as_echo "no" >&6; }
13205 ;;
13206 esac
13207fi
13208
13209
13210
13211
13212
13213
13214
13215
13216
13217
13218
13219
13220 # Report which library types will actually be built
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13222$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13224$as_echo "$can_build_shared" >&6; }
13225
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13227$as_echo_n "checking whether to build shared libraries... " >&6; }
13228 test "$can_build_shared" = "no" && enable_shared=no
13229
13230 # On AIX, shared libraries and static libraries use the same namespace, and
13231 # are all built from PIC.
13232 case $host_os in
13233 aix3*)
13234 test "$enable_shared" = yes && enable_static=no
13235 if test -n "$RANLIB"; then
13236 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13237 postinstall_cmds='$RANLIB $lib'
13238 fi
13239 ;;
13240
13241 aix[4-9]*)
13242 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13243 test "$enable_shared" = yes && enable_static=no
13244 fi
13245 ;;
13246 esac
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13248$as_echo "$enable_shared" >&6; }
13249
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13251$as_echo_n "checking whether to build static libraries... " >&6; }
13252 # Make sure either enable_shared or enable_static is yes.
13253 test "$enable_shared" = yes || enable_static=yes
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13255$as_echo "$enable_static" >&6; }
13256
13257
13258
13259
13260fi
13261ac_ext=c
13262ac_cpp='$CPP $CPPFLAGS'
13263ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13264ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13265ac_compiler_gnu=$ac_cv_c_compiler_gnu
13266
13267CC="$lt_save_CC"
13268
13269
13270
13271
13272
13273
13274
13275
13276
b5bd9624 13277
b5bd9624 13278
b5bd9624 13279
b5bd9624 13280
6bb11ab3
L
13281 ac_config_commands="$ac_config_commands libtool"
13282
13283
13284
13285
13286# Only expand once:
13287
13288
5912fadd 13289
b5bd9624 13290
edece237
CV
13291. ${srcdir}/../../bfd/configure.host
13292
13293
13294
31e6ad7d
MF
13295
13296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13297$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13298 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13299if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13300 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13301else
13302 USE_MAINTAINER_MODE=no
edece237 13303fi
31e6ad7d
MF
13304
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13306$as_echo "$USE_MAINTAINER_MODE" >&6; }
13307 if test $USE_MAINTAINER_MODE = yes; then
13308 MAINTAINER_MODE_TRUE=
13309 MAINTAINER_MODE_FALSE='#'
edece237 13310else
31e6ad7d
MF
13311 MAINTAINER_MODE_TRUE='#'
13312 MAINTAINER_MODE_FALSE=
81ecdfbb 13313fi
edece237 13314
31e6ad7d
MF
13315 MAINT=$MAINTAINER_MODE_TRUE
13316
13317
edece237 13318
81ecdfbb 13319
ce39bd38
MF
13320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13321$as_echo_n "checking for sim debug setting... " >&6; }
13322sim_debug="0"
81ecdfbb
RW
13323# Check whether --enable-sim-debug was given.
13324if test "${enable_sim_debug+set}" = set; then :
13325 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13326 yes) sim_debug="7";;
13327 no) sim_debug="0";;
13328 *) sim_debug="($enableval)";;
edece237 13329esac
edece237 13330fi
ce39bd38
MF
13331if test "$sim_debug" != "0"; then
13332
13333cat >>confdefs.h <<_ACEOF
13334#define DEBUG $sim_debug
13335_ACEOF
13336
81ecdfbb
RW
13337fi
13338
ce39bd38
MF
13339cat >>confdefs.h <<_ACEOF
13340#define WITH_DEBUG $sim_debug
13341_ACEOF
13342
13343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13344$as_echo "$sim_debug" >&6; }
edece237
CV
13345
13346
ce39bd38
MF
13347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13348$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13349sim_stdio="0"
81ecdfbb
RW
13350# Check whether --enable-sim-stdio was given.
13351if test "${enable_sim_stdio+set}" = set; then :
13352 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13353 yes) sim_stdio="DO_USE_STDIO";;
13354 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13355 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
edece237 13356esac
81ecdfbb 13357fi
edece237 13358
ce39bd38
MF
13359cat >>confdefs.h <<_ACEOF
13360#define WITH_STDIO $sim_stdio
13361_ACEOF
13362
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13364$as_echo "$sim_stdio" >&6; }
edece237 13365
81ecdfbb 13366
ce39bd38
MF
13367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13368$as_echo_n "checking for sim trace settings... " >&6; }
13369sim_trace="~TRACE_debug"
81ecdfbb
RW
13370# Check whether --enable-sim-trace was given.
13371if test "${enable_sim_trace+set}" = set; then :
13372 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13373 yes) sim_trace="-1";;
13374 no) sim_trace="0";;
edece237 13375 [-0-9]*)
ce39bd38 13376 sim_trace="'(${enableval})'";;
2232061b 13377 [[:lower:]]*)
edece237
CV
13378 sim_trace=""
13379 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13380 if test x"$sim_trace" = x; then
ce39bd38 13381 sim_trace="(TRACE_$x"
edece237
CV
13382 else
13383 sim_trace="${sim_trace}|TRACE_$x"
13384 fi
13385 done
ce39bd38 13386 sim_trace="$sim_trace)" ;;
edece237 13387esac
81ecdfbb
RW
13388fi
13389
ce39bd38
MF
13390cat >>confdefs.h <<_ACEOF
13391#define WITH_TRACE $sim_trace
13392_ACEOF
13393
13394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13395$as_echo "$sim_trace" >&6; }
edece237
CV
13396
13397
ce39bd38
MF
13398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13399$as_echo_n "checking for sim profile settings... " >&6; }
13400profile="1"
13401sim_profile="-1"
81ecdfbb
RW
13402# Check whether --enable-sim-profile was given.
13403if test "${enable_sim_profile+set}" = set; then :
13404 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13405 yes) profile="1" sim_profile="-1";;
13406 no) profile="0" sim_profile="0";;
edece237 13407 [-0-9]*)
ce39bd38 13408 profile="(${enableval})" sim_profile="(${enableval})";;
edece237 13409 [a-z]*)
ce39bd38 13410 profile="1"
edece237
CV
13411 sim_profile=""
13412 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13413 if test x"$sim_profile" = x; then
ce39bd38 13414 sim_profile="(PROFILE_$x"
edece237
CV
13415 else
13416 sim_profile="${sim_profile}|PROFILE_$x"
13417 fi
13418 done
ce39bd38 13419 sim_profile="$sim_profile)" ;;
edece237 13420esac
81ecdfbb
RW
13421fi
13422
ce39bd38
MF
13423cat >>confdefs.h <<_ACEOF
13424#define PROFILE $profile
13425_ACEOF
edece237
CV
13426
13427
ce39bd38
MF
13428cat >>confdefs.h <<_ACEOF
13429#define WITH_PROFILE $sim_profile
13430_ACEOF
13431
13432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13433$as_echo "$sim_profile" >&6; }
13434
13435
13436
13437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13438$as_echo_n "checking whether to enable sim asserts... " >&6; }
13439sim_assert="1"
35656e95
MF
13440# Check whether --enable-sim-assert was given.
13441if test "${enable_sim_assert+set}" = set; then :
13442 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13443 yes) sim_assert="1";;
13444 no) sim_assert="0";;
d0ac1c44 13445 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13446esac
35656e95
MF
13447fi
13448
ce39bd38
MF
13449cat >>confdefs.h <<_ACEOF
13450#define WITH_ASSERT $sim_assert
13451_ACEOF
13452
13453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13454$as_echo "$sim_assert" >&6; }
13455
35656e95 13456
ce39bd38
MF
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13458$as_echo_n "checking default sim environment setting... " >&6; }
13459sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13460# Check whether --enable-sim-environment was given.
13461if test "${enable_sim_environment+set}" = set; then :
13462 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13463 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13464 user | USER) sim_environment="USER_ENVIRONMENT";;
13465 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13466 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13467 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13468esac
16f7876d
MF
13469fi
13470
ce39bd38
MF
13471cat >>confdefs.h <<_ACEOF
13472#define WITH_ENVIRONMENT $sim_environment
13473_ACEOF
13474
13475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13476$as_echo "$sim_environment" >&6; }
13477
16f7876d 13478
347fe5bb
MF
13479sim_inline="-DDEFAULT_INLINE=0"
13480# Check whether --enable-sim-inline was given.
13481if test "${enable_sim_inline+set}" = set; then :
13482 enableval=$enable_sim_inline; sim_inline=""
13483case "$enableval" in
13484 no) sim_inline="-DDEFAULT_INLINE=0";;
13485 0) sim_inline="-DDEFAULT_INLINE=0";;
13486 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13487 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13488 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13489 new_flag=""
13490 case "$x" in
13491 *_INLINE=*) new_flag="-D$x";;
13492 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13493 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13494 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13495 esac
13496 if test x"$sim_inline" = x""; then
13497 sim_inline="$new_flag"
13498 else
13499 sim_inline="$sim_inline $new_flag"
13500 fi
13501 done;;
13502esac
13503if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13504 echo "Setting inline flags = $sim_inline" 6>&1
13505fi
13506fi
13507
13508
13509
6efef468 13510
81ecdfbb
RW
13511# Check whether --with-pkgversion was given.
13512if test "${with_pkgversion+set}" = set; then :
13513 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13514 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13515 no) PKGVERSION= ;;
13516 *) PKGVERSION="($withval) " ;;
13517 esac
13518else
bf12d44e 13519 PKGVERSION="(SIM) "
6efef468 13520
81ecdfbb
RW
13521fi
13522
6efef468
JM
13523
13524
13525
13526
81ecdfbb
RW
13527# Check whether --with-bugurl was given.
13528if test "${with_bugurl+set}" = set; then :
13529 withval=$with_bugurl; case "$withval" in
d0ac1c44 13530 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13531 no) BUGURL=
13532 ;;
13533 *) BUGURL="$withval"
13534 ;;
13535 esac
13536else
dfb856ba 13537 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13538
81ecdfbb
RW
13539fi
13540
6efef468
JM
13541 case ${BUGURL} in
13542 "")
13543 REPORT_BUGS_TO=
13544 REPORT_BUGS_TEXI=
13545 ;;
13546 *)
13547 REPORT_BUGS_TO="<$BUGURL>"
13548 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13549 ;;
13550 esac;
13551
13552
13553
13554
13555cat >>confdefs.h <<_ACEOF
13556#define PKGVERSION "$PKGVERSION"
13557_ACEOF
13558
13559
13560cat >>confdefs.h <<_ACEOF
13561#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13562_ACEOF
13563
13564
81ecdfbb
RW
13565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13566$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13567if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13568 $as_echo_n "(cached) " >&6
edece237 13569else
81ecdfbb 13570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
13571/* end confdefs.h. */
13572#include <sys/types.h>
81ecdfbb 13573#include <signal.h>
edece237
CV
13574
13575int
13576main ()
13577{
81ecdfbb 13578return *(signal (0, 0)) (0) == 1;
edece237
CV
13579 ;
13580 return 0;
13581}
13582_ACEOF
81ecdfbb
RW
13583if ac_fn_c_try_compile "$LINENO"; then :
13584 ac_cv_type_signal=int
edece237 13585else
81ecdfbb 13586 ac_cv_type_signal=void
edece237 13587fi
81ecdfbb 13588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
edece237 13589fi
81ecdfbb
RW
13590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13591$as_echo "$ac_cv_type_signal" >&6; }
edece237
CV
13592
13593cat >>confdefs.h <<_ACEOF
13594#define RETSIGTYPE $ac_cv_type_signal
13595_ACEOF
13596
13597
13598
13599
13600
edece237
CV
13601
13602
6ffe910a 13603
1ac72f06 13604wire_endian="BIG"
edece237 13605default_endian=""
81ecdfbb
RW
13606# Check whether --enable-sim-endian was given.
13607if test "${enable_sim_endian+set}" = set; then :
13608 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13609 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13610 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
edece237 13611 yes) if test x"$wire_endian" != x; then
1ac72f06 13612 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237 13613 else
1ac72f06
MF
13614 if test x"$default_endian" != x; then
13615 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13616 else
13617 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13618 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
edece237
CV
13619 fi
13620 fi;;
13621 no) if test x"$default_endian" != x; then
1ac72f06 13622 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13623 else
13624 if test x"$wire_endian" != x; then
1ac72f06 13625 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237
CV
13626 else
13627 echo "No default endian for target $target" 1>&6
1ac72f06 13628 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
edece237
CV
13629 fi
13630 fi;;
d0ac1c44 13631 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
edece237
CV
13632esac
13633if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13634 echo "Setting endian flags = $sim_endian" 6>&1
13635fi
13636else
13637 if test x"$default_endian" != x; then
1ac72f06 13638 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13639else
13640 if test x"$wire_endian" != x; then
1ac72f06 13641 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237
CV
13642 else
13643 sim_endian=
13644 fi
13645fi
81ecdfbb
RW
13646fi
13647
edece237
CV
13648wire_alignment="STRICT_ALIGNMENT"
13649default_alignment=""
13650
81ecdfbb
RW
13651# Check whether --enable-sim-alignment was given.
13652if test "${enable_sim_alignment+set}" = set; then :
13653 enableval=$enable_sim_alignment; case "${enableval}" in
edece237
CV
13654 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13655 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13656 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13657 yes) if test x"$wire_alignment" != x; then
13658 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13659 else
13660 if test x"$default_alignment" != x; then
13661 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13662 else
13663 echo "No hard-wired alignment for target $target" 1>&6
13664 sim_alignment="-DWITH_ALIGNMENT=0"
13665 fi
13666 fi;;
13667 no) if test x"$default_alignment" != x; then
13668 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13669 else
13670 if test x"$wire_alignment" != x; then
13671 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13672 else
13673 echo "No default alignment for target $target" 1>&6
13674 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13675 fi
13676 fi;;
d0ac1c44 13677 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
edece237
CV
13678esac
13679if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13680 echo "Setting alignment flags = $sim_alignment" 6>&1
13681fi
13682else
13683 if test x"$default_alignment" != x; then
13684 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13685else
13686 if test x"$wire_alignment" != x; then
13687 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13688 else
13689 sim_alignment=
13690 fi
13691fi
81ecdfbb
RW
13692fi
13693
edece237 13694
edece237 13695default_sim_scache="16384"
81ecdfbb
RW
13696# Check whether --enable-sim-scache was given.
13697if test "${enable_sim_scache+set}" = set; then :
13698 enableval=$enable_sim_scache; case "${enableval}" in
edece237
CV
13699 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13700 no) sim_scache="-DWITH_SCACHE=0" ;;
13701 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 13702 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
edece237
CV
13703 sim_scache="";;
13704esac
13705if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13706 echo "Setting scache size = $sim_scache" 6>&1
13707fi
13708else
13709 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13710fi
13711
edece237
CV
13712
13713
13714default_sim_default_model="iq2000"
81ecdfbb
RW
13715# Check whether --enable-sim-default-model was given.
13716if test "${enable_sim_default_model+set}" = set; then :
13717 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 13718 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
edece237
CV
13719 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13720esac
13721if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13722 echo "Setting default model = $sim_default_model" 6>&1
13723fi
13724else
13725 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
13726fi
13727
edece237
CV
13728
13729
5c1008a4
MF
13730# Check whether --enable-werror was given.
13731if test "${enable_werror+set}" = set; then :
13732 enableval=$enable_werror; case "${enableval}" in
13733 yes | y) ERROR_ON_WARNING="yes" ;;
13734 no | n) ERROR_ON_WARNING="no" ;;
13735 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13736 esac
13737fi
13738
13739
13740# Enable -Werror by default when using gcc
13741if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13742 ERROR_ON_WARNING=yes
13743fi
13744
13745WERROR_CFLAGS=""
13746
13747build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13748-Wpointer-sign \
13749-Wno-unused -Wunused-value -Wunused-function \
13750-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13751-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13752-Wold-style-declaration -Wold-style-definition"
13753
13754# Enable -Wno-format by default when using gcc on mingw since many
13755# GCC versions complain about %I64.
13756case "${host}" in
13757 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13758 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13759esac
13760
13761# Check whether --enable-build-warnings was given.
13762if test "${enable_build_warnings+set}" = set; then :
13763 enableval=$enable_build_warnings; case "${enableval}" in
13764 yes) ;;
13765 no) build_warnings="-w";;
13766 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13767 build_warnings="${build_warnings} ${t}";;
13768 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13769 build_warnings="${t} ${build_warnings}";;
13770 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13771esac
13772if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13773 echo "Setting compiler warning flags = $build_warnings" 6>&1
13774fi
13775fi
13776# Check whether --enable-sim-build-warnings was given.
13777if test "${enable_sim_build_warnings+set}" = set; then :
13778 enableval=$enable_sim_build_warnings; case "${enableval}" in
13779 yes) ;;
13780 no) build_warnings="-w";;
13781 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13782 build_warnings="${build_warnings} ${t}";;
13783 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13784 build_warnings="${t} ${build_warnings}";;
13785 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13786esac
13787if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13788 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13789fi
13790fi
13791WARN_CFLAGS=""
13792if test "x${build_warnings}" != x -a "x$GCC" = xyes
13793then
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13795$as_echo_n "checking compiler warning flags... " >&6; }
13796 # Separate out the -Werror flag as some files just cannot be
13797 # compiled with it enabled.
13798 for w in ${build_warnings}; do
13799 case $w in
13800 -Werr*) WERROR_CFLAGS=-Werror ;;
13801 *) # Check that GCC accepts it
13802 saved_CFLAGS="$CFLAGS"
13803 CFLAGS="$CFLAGS $w"
13804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13805/* end confdefs.h. */
13806
13807int
13808main ()
13809{
13810
13811 ;
13812 return 0;
13813}
13814_ACEOF
13815if ac_fn_c_try_compile "$LINENO"; then :
13816 WARN_CFLAGS="${WARN_CFLAGS} $w"
13817fi
13818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13819 CFLAGS="$saved_CFLAGS"
13820 esac
13821 done
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13823$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13824fi
13825
13826
edece237
CV
13827cgen_maint=no
13828cgen=guile
13829cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13830# Check whether --enable-cgen-maint was given.
13831if test "${enable_cgen_maint+set}" = set; then :
13832 enableval=$enable_cgen_maint; case "${enableval}" in
edece237
CV
13833 yes) cgen_maint=yes ;;
13834 no) cgen_maint=no ;;
13835 *)
7fb45a68
AB
13836 # Argument is a directory where cgen can be found. In some
13837 # future world cgen could be installable, but right now this
13838 # is not the case. Instead we assume the directory is a path
13839 # to the cgen source tree.
13840 cgen_maint=yes
13841 if test -r ${enableval}/iformat.scm; then
13842 # This looks like a cgen source tree.
13843 cgendir=${enableval}
13844 else
13845 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
13846 fi
edece237
CV
13847 ;;
13848esac
81ecdfbb
RW
13849fi
13850if test x${cgen_maint} != xno ; then
edece237
CV
13851 CGEN_MAINT=''
13852else
13853 CGEN_MAINT='#'
13854fi
13855
13856
13857
13858
13859
13860
94c63d78
JS
13861if test """"; then
13862 hardware=""""
13863else
13864 hardware="cfi core pal glue"
13865fi
13866hardware="$hardware """
1517bd27 13867
94c63d78
JS
13868sim_hw_cflags="-DWITH_HW=1"
13869sim_hw="$hardware"
13870sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13871
94c63d78
JS
13872# Check whether --enable-sim-hardware was given.
13873if test "${enable_sim_hardware+set}" = set; then :
13874 enableval=$enable_sim_hardware;
30452bbe 13875else
97f478c5 13876 enable_sim_hardware="yes"
1517bd27
MF
13877fi
13878
13879case ${enable_sim_hardware} in
64dd13df
MF
13880 yes|no) ;;
13881 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13882 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13883 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 13884esac
1517bd27 13885
64dd13df 13886if test "$enable_sim_hardware" = no; then
94c63d78
JS
13887 sim_hw_objs=
13888 sim_hw_cflags="-DWITH_HW=0"
13889 sim_hw=
13890else
13891 sim_hw_cflags="-DWITH_HW=1"
13892 # remove duplicates
13893 sim_hw=""
13894 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13895 for i in $hardware ; do
13896 case " $sim_hw " in
13897 *" $i "*) ;;
13898 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13899 esac
13900 done
13901 # mingw does not support sockser
94c63d78
JS
13902 case ${host} in
13903 *mingw*) ;;
49cd1634
MF
13904 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13905 # that you instatiate. Instead, other code will call into it directly.
13906 # At some point, we should convert it over.
13907 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
13908
13909cat >>confdefs.h <<_ACEOF
13910#define HAVE_DV_SOCKSER 1
13911_ACEOF
13912
13913 ;;
13914 esac
1517bd27
MF
13915 if test x"$silent" != x"yes"; then
13916 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 13917 fi
1517bd27
MF
13918 case " $hardware " in
13919 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 13920$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 13921if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
13922 $as_echo_n "(cached) " >&6
13923else
13924 ac_check_lib_save_LIBS=$LIBS
13925LIBS="-lm $LIBS"
13926cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13927/* end confdefs.h. */
13928
13929/* Override any GCC internal prototype to avoid an error.
13930 Use char because int might match the return type of a GCC
13931 builtin and then its argument prototype would still apply. */
13932#ifdef __cplusplus
13933extern "C"
13934#endif
13935char log2 ();
13936int
13937main ()
13938{
13939return log2 ();
13940 ;
13941 return 0;
13942}
13943_ACEOF
13944if ac_fn_c_try_link "$LINENO"; then :
13945 ac_cv_lib_m_log2=yes
13946else
13947 ac_cv_lib_m_log2=no
13948fi
13949rm -f core conftest.err conftest.$ac_objext \
13950 conftest$ac_exeext conftest.$ac_ext
13951LIBS=$ac_check_lib_save_LIBS
13952fi
13953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13954$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 13955if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
13956 cat >>confdefs.h <<_ACEOF
13957#define HAVE_LIBM 1
13958_ACEOF
13959
13960 LIBS="-lm $LIBS"
13961
13962fi
13963;;
1517bd27
MF
13964 esac
13965fi
94c63d78
JS
13966
13967
94c63d78 13968
edece237
CV
13969cgen_breaks=""
13970if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13971cgen_breaks="break cgen_rtx_error";
13972fi
13973
81ecdfbb 13974ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
edece237 13975
81ecdfbb 13976ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
edece237 13977
81ecdfbb 13978ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
edece237 13979
81ecdfbb 13980ac_config_commands="$ac_config_commands Makefile"
edece237 13981
81ecdfbb 13982ac_config_commands="$ac_config_commands stamp-h"
edece237
CV
13983
13984cat >confcache <<\_ACEOF
13985# This file is a shell script that caches the results of configure
13986# tests run on this system so they can be shared between configure
13987# scripts and configure runs, see configure's option --config-cache.
13988# It is not useful on other systems. If it contains results you don't
13989# want to keep, you may remove or edit it.
13990#
13991# config.status only pays attention to the cache file if you give it
13992# the --recheck option to rerun configure.
13993#
13994# `ac_cv_env_foo' variables (set or unset) will be overridden when
13995# loading this file, other *unset* `ac_cv_foo' will be assigned the
13996# following values.
13997
13998_ACEOF
13999
14000# The following way of writing the cache mishandles newlines in values,
14001# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14002# So, we kill variables containing newlines.
edece237
CV
14003# Ultrix sh set writes to stderr and can't be redirected directly,
14004# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14005(
14006 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14007 eval ac_val=\$$ac_var
14008 case $ac_val in #(
14009 *${as_nl}*)
14010 case $ac_var in #(
14011 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14012$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14013 esac
14014 case $ac_var in #(
14015 _ | IFS | as_nl) ;; #(
14016 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14017 *) { eval $ac_var=; unset $ac_var;} ;;
14018 esac ;;
14019 esac
14020 done
14021
edece237 14022 (set) 2>&1 |
81ecdfbb
RW
14023 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14024 *${as_nl}ac_space=\ *)
14025 # `set' does not quote correctly, so add quotes: double-quote
14026 # substitution turns \\\\ into \\, and sed turns \\ into \.
edece237
CV
14027 sed -n \
14028 "s/'/'\\\\''/g;
14029 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14030 ;; #(
edece237
CV
14031 *)
14032 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14033 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 14034 ;;
81ecdfbb
RW
14035 esac |
14036 sort
14037) |
edece237 14038 sed '
81ecdfbb 14039 /^ac_cv_env_/b end
edece237 14040 t clear
81ecdfbb 14041 :clear
edece237
CV
14042 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14043 t end
81ecdfbb
RW
14044 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14045 :end' >>confcache
14046if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14047 if test -w "$cache_file"; then
d0ac1c44 14048 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14050$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14051 if test ! -f "$cache_file" || test -h "$cache_file"; then
14052 cat confcache >"$cache_file"
14053 else
14054 case $cache_file in #(
14055 */* | ?:*)
14056 mv -f confcache "$cache_file"$$ &&
14057 mv -f "$cache_file"$$ "$cache_file" ;; #(
14058 *)
14059 mv -f confcache "$cache_file" ;;
14060 esac
14061 fi
14062 fi
edece237 14063 else
81ecdfbb
RW
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14065$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
edece237
CV
14066 fi
14067fi
14068rm -f confcache
14069
14070test "x$prefix" = xNONE && prefix=$ac_default_prefix
14071# Let make expand exec_prefix.
14072test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14073
edece237
CV
14074DEFS=-DHAVE_CONFIG_H
14075
14076ac_libobjs=
14077ac_ltlibobjs=
d0ac1c44 14078U=
edece237
CV
14079for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14080 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14081 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14082 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14083 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14084 # will be set to the directory where LIBOBJS objects are built.
14085 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14086 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
edece237
CV
14087done
14088LIBOBJS=$ac_libobjs
14089
14090LTLIBOBJS=$ac_ltlibobjs
14091
14092
0cb8d851 14093
db2e4d67 14094if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14095 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
14096Usually this means the macro was only invoked conditionally." "$LINENO" 5
14097fi
6bb11ab3 14098if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14099 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
14100Usually this means the macro was only invoked conditionally." "$LINENO" 5
14101fi
31e6ad7d 14102if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14103 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
14104Usually this means the macro was only invoked conditionally." "$LINENO" 5
14105fi
edece237 14106
d0ac1c44 14107: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14108ac_write_fail=0
edece237
CV
14109ac_clean_files_save=$ac_clean_files
14110ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14111{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14112$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14113as_write_fail=0
14114cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
edece237
CV
14115#! $SHELL
14116# Generated by $as_me.
14117# Run this file to recreate the current configuration.
14118# Compiler output produced by configure, useful for debugging
14119# configure, is in config.log if it exists.
14120
14121debug=false
14122ac_cs_recheck=false
14123ac_cs_silent=false
edece237 14124
81ecdfbb
RW
14125SHELL=\${CONFIG_SHELL-$SHELL}
14126export SHELL
14127_ASEOF
14128cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14129## -------------------- ##
14130## M4sh Initialization. ##
14131## -------------------- ##
14132
14133# Be more Bourne compatible
14134DUALCASE=1; export DUALCASE # for MKS sh
14135if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
edece237
CV
14136 emulate sh
14137 NULLCMD=:
81ecdfbb 14138 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
edece237
CV
14139 # is contrary to our usage. Disable this feature.
14140 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14141 setopt NO_GLOB_SUBST
14142else
14143 case `(set -o) 2>/dev/null` in #(
14144 *posix*) :
14145 set -o posix ;; #(
14146 *) :
14147 ;;
14148esac
edece237 14149fi
edece237 14150
81ecdfbb
RW
14151
14152as_nl='
14153'
14154export as_nl
14155# Printing a long string crashes Solaris 7 /usr/bin/printf.
14156as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14157as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14158as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14159# Prefer a ksh shell builtin over an external printf program on Solaris,
14160# but without wasting forks for bash or zsh.
14161if test -z "$BASH_VERSION$ZSH_VERSION" \
14162 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14163 as_echo='print -r --'
14164 as_echo_n='print -rn --'
14165elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14166 as_echo='printf %s\n'
14167 as_echo_n='printf %s'
14168else
14169 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14170 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14171 as_echo_n='/usr/ucb/echo -n'
14172 else
14173 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14174 as_echo_n_body='eval
14175 arg=$1;
14176 case $arg in #(
14177 *"$as_nl"*)
14178 expr "X$arg" : "X\\(.*\\)$as_nl";
14179 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14180 esac;
14181 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14182 '
14183 export as_echo_n_body
14184 as_echo_n='sh -c $as_echo_n_body as_echo'
14185 fi
14186 export as_echo_body
14187 as_echo='sh -c $as_echo_body as_echo'
14188fi
14189
14190# The user is always right.
14191if test "${PATH_SEPARATOR+set}" != set; then
14192 PATH_SEPARATOR=:
14193 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14194 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14195 PATH_SEPARATOR=';'
14196 }
edece237
CV
14197fi
14198
14199
81ecdfbb
RW
14200# IFS
14201# We need space, tab and new line, in precisely that order. Quoting is
14202# there to prevent editors from complaining about space-tab.
14203# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14204# splitting by setting IFS to empty value.)
14205IFS=" "" $as_nl"
14206
14207# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14208as_myself=
81ecdfbb
RW
14209case $0 in #((
14210 *[\\/]* ) as_myself=$0 ;;
14211 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14212for as_dir in $PATH
14213do
14214 IFS=$as_save_IFS
14215 test -z "$as_dir" && as_dir=.
14216 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14217 done
14218IFS=$as_save_IFS
14219
14220 ;;
14221esac
14222# We did not find ourselves, most probably we were run as `sh COMMAND'
14223# in which case we are not to be found in the path.
14224if test "x$as_myself" = x; then
14225 as_myself=$0
14226fi
14227if test ! -f "$as_myself"; then
14228 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14229 exit 1
14230fi
14231
14232# Unset variables that we do not need and which cause bugs (e.g. in
14233# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14234# suppresses any "Segmentation fault" message there. '((' could
14235# trigger a bug in pdksh 5.2.14.
14236for as_var in BASH_ENV ENV MAIL MAILPATH
14237do eval test x\${$as_var+set} = xset \
14238 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14239done
edece237
CV
14240PS1='$ '
14241PS2='> '
14242PS4='+ '
14243
14244# NLS nuisances.
81ecdfbb
RW
14245LC_ALL=C
14246export LC_ALL
14247LANGUAGE=C
14248export LANGUAGE
14249
14250# CDPATH.
14251(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14252
14253
d0ac1c44
SM
14254# as_fn_error STATUS ERROR [LINENO LOG_FD]
14255# ----------------------------------------
81ecdfbb
RW
14256# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14257# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14258# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
14259as_fn_error ()
14260{
d0ac1c44
SM
14261 as_status=$1; test $as_status -eq 0 && as_status=1
14262 if test "$4"; then
14263 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14264 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
edece237 14265 fi
d0ac1c44 14266 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14267 as_fn_exit $as_status
14268} # as_fn_error
14269
14270
14271# as_fn_set_status STATUS
14272# -----------------------
14273# Set $? to STATUS, without forking.
14274as_fn_set_status ()
14275{
14276 return $1
14277} # as_fn_set_status
14278
14279# as_fn_exit STATUS
14280# -----------------
14281# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14282as_fn_exit ()
14283{
14284 set +e
14285 as_fn_set_status $1
14286 exit $1
14287} # as_fn_exit
14288
14289# as_fn_unset VAR
14290# ---------------
14291# Portably unset VAR.
14292as_fn_unset ()
14293{
14294 { eval $1=; unset $1;}
14295}
14296as_unset=as_fn_unset
14297# as_fn_append VAR VALUE
14298# ----------------------
14299# Append the text in VALUE to the end of the definition contained in VAR. Take
14300# advantage of any shell optimizations that allow amortized linear growth over
14301# repeated appends, instead of the typical quadratic growth present in naive
14302# implementations.
14303if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14304 eval 'as_fn_append ()
14305 {
14306 eval $1+=\$2
14307 }'
14308else
14309 as_fn_append ()
14310 {
14311 eval $1=\$$1\$2
14312 }
14313fi # as_fn_append
14314
14315# as_fn_arith ARG...
14316# ------------------
14317# Perform arithmetic evaluation on the ARGs, and store the result in the
14318# global $as_val. Take advantage of shells that can avoid forks. The arguments
14319# must be portable across $(()) and expr.
14320if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14321 eval 'as_fn_arith ()
14322 {
14323 as_val=$(( $* ))
14324 }'
14325else
14326 as_fn_arith ()
14327 {
14328 as_val=`expr "$@" || test $? -eq 1`
14329 }
14330fi # as_fn_arith
edece237 14331
81ecdfbb
RW
14332
14333if expr a : '\(a\)' >/dev/null 2>&1 &&
14334 test "X`expr 00001 : '.*\(...\)'`" = X001; then
edece237
CV
14335 as_expr=expr
14336else
14337 as_expr=false
14338fi
14339
81ecdfbb 14340if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
edece237
CV
14341 as_basename=basename
14342else
14343 as_basename=false
14344fi
14345
81ecdfbb
RW
14346if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14347 as_dirname=dirname
14348else
14349 as_dirname=false
14350fi
edece237 14351
81ecdfbb 14352as_me=`$as_basename -- "$0" ||
edece237
CV
14353$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14354 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14355 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14356$as_echo X/"$0" |
14357 sed '/^.*\/\([^/][^/]*\)\/*$/{
14358 s//\1/
14359 q
14360 }
14361 /^X\/\(\/\/\)$/{
14362 s//\1/
14363 q
14364 }
14365 /^X\/\(\/\).*/{
14366 s//\1/
14367 q
14368 }
14369 s/.*/./; q'`
edece237 14370
edece237
CV
14371# Avoid depending upon Character Ranges.
14372as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14373as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14374as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14375as_cr_digits='0123456789'
14376as_cr_alnum=$as_cr_Letters$as_cr_digits
14377
81ecdfbb
RW
14378ECHO_C= ECHO_N= ECHO_T=
14379case `echo -n x` in #(((((
14380-n*)
14381 case `echo 'xy\c'` in
14382 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14383 xy) ECHO_C='\c';;
14384 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14385 ECHO_T=' ';;
14386 esac;;
14387*)
14388 ECHO_N='-n';;
edece237
CV
14389esac
14390
81ecdfbb
RW
14391rm -f conf$$ conf$$.exe conf$$.file
14392if test -d conf$$.dir; then
14393 rm -f conf$$.dir/conf$$.file
edece237 14394else
81ecdfbb
RW
14395 rm -f conf$$.dir
14396 mkdir conf$$.dir 2>/dev/null
edece237 14397fi
81ecdfbb
RW
14398if (echo >conf$$.file) 2>/dev/null; then
14399 if ln -s conf$$.file conf$$ 2>/dev/null; then
edece237 14400 as_ln_s='ln -s'
81ecdfbb
RW
14401 # ... but there are two gotchas:
14402 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14403 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14404 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14405 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14406 as_ln_s='cp -pR'
81ecdfbb
RW
14407 elif ln conf$$.file conf$$ 2>/dev/null; then
14408 as_ln_s=ln
14409 else
d0ac1c44 14410 as_ln_s='cp -pR'
edece237 14411 fi
edece237 14412else
d0ac1c44 14413 as_ln_s='cp -pR'
edece237 14414fi
81ecdfbb
RW
14415rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14416rmdir conf$$.dir 2>/dev/null
14417
14418
14419# as_fn_mkdir_p
14420# -------------
14421# Create "$as_dir" as a directory, including parents if necessary.
14422as_fn_mkdir_p ()
14423{
14424
14425 case $as_dir in #(
14426 -*) as_dir=./$as_dir;;
14427 esac
14428 test -d "$as_dir" || eval $as_mkdir_p || {
14429 as_dirs=
14430 while :; do
14431 case $as_dir in #(
14432 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14433 *) as_qdir=$as_dir;;
14434 esac
14435 as_dirs="'$as_qdir' $as_dirs"
14436 as_dir=`$as_dirname -- "$as_dir" ||
14437$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14438 X"$as_dir" : 'X\(//\)[^/]' \| \
14439 X"$as_dir" : 'X\(//\)$' \| \
14440 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14441$as_echo X"$as_dir" |
14442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14443 s//\1/
14444 q
14445 }
14446 /^X\(\/\/\)[^/].*/{
14447 s//\1/
14448 q
14449 }
14450 /^X\(\/\/\)$/{
14451 s//\1/
14452 q
14453 }
14454 /^X\(\/\).*/{
14455 s//\1/
14456 q
14457 }
14458 s/.*/./; q'`
14459 test -d "$as_dir" && break
14460 done
14461 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14462 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
edece237 14463
81ecdfbb
RW
14464
14465} # as_fn_mkdir_p
edece237 14466if mkdir -p . 2>/dev/null; then
81ecdfbb 14467 as_mkdir_p='mkdir -p "$as_dir"'
edece237
CV
14468else
14469 test -d ./-p && rmdir ./-p
14470 as_mkdir_p=false
14471fi
14472
d0ac1c44
SM
14473
14474# as_fn_executable_p FILE
14475# -----------------------
14476# Test if FILE is an executable regular file.
14477as_fn_executable_p ()
14478{
14479 test -f "$1" && test -x "$1"
14480} # as_fn_executable_p
14481as_test_x='test -x'
14482as_executable_p=as_fn_executable_p
edece237
CV
14483
14484# Sed expression to map a string onto a valid CPP name.
14485as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14486
14487# Sed expression to map a string onto a valid variable name.
14488as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14489
14490
edece237 14491exec 6>&1
81ecdfbb
RW
14492## ----------------------------------- ##
14493## Main body of $CONFIG_STATUS script. ##
14494## ----------------------------------- ##
14495_ASEOF
14496test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14497
14498cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14499# Save the log message, to keep $0 and so on meaningful, and to
edece237 14500# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14501# values after options handling.
14502ac_log="
edece237 14503This file was extended by $as_me, which was
d0ac1c44 14504generated by GNU Autoconf 2.69. Invocation command line was
edece237
CV
14505
14506 CONFIG_FILES = $CONFIG_FILES
14507 CONFIG_HEADERS = $CONFIG_HEADERS
14508 CONFIG_LINKS = $CONFIG_LINKS
14509 CONFIG_COMMANDS = $CONFIG_COMMANDS
14510 $ $0 $@
14511
81ecdfbb
RW
14512on `(hostname || uname -n) 2>/dev/null | sed 1q`
14513"
14514
edece237
CV
14515_ACEOF
14516
81ecdfbb
RW
14517case $ac_config_files in *"
14518"*) set x $ac_config_files; shift; ac_config_files=$*;;
14519esac
edece237 14520
81ecdfbb
RW
14521case $ac_config_headers in *"
14522"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14523esac
edece237 14524
edece237 14525
81ecdfbb
RW
14526cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14527# Files that config.status was made for.
14528config_files="$ac_config_files"
14529config_headers="$ac_config_headers"
81ecdfbb 14530config_commands="$ac_config_commands"
edece237 14531
81ecdfbb 14532_ACEOF
edece237 14533
81ecdfbb 14534cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 14535ac_cs_usage="\
81ecdfbb
RW
14536\`$as_me' instantiates files and other configuration actions
14537from templates according to the current configuration. Unless the files
14538and actions are specified as TAGs, all are instantiated by default.
edece237 14539
81ecdfbb 14540Usage: $0 [OPTION]... [TAG]...
edece237
CV
14541
14542 -h, --help print this help, then exit
81ecdfbb 14543 -V, --version print version number and configuration settings, then exit
d0ac1c44 14544 --config print configuration, then exit
81ecdfbb
RW
14545 -q, --quiet, --silent
14546 do not print progress messages
edece237
CV
14547 -d, --debug don't remove temporary files
14548 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14549 --file=FILE[:TEMPLATE]
14550 instantiate the configuration file FILE
14551 --header=FILE[:TEMPLATE]
14552 instantiate the configuration header FILE
edece237
CV
14553
14554Configuration files:
14555$config_files
14556
14557Configuration headers:
14558$config_headers
14559
edece237
CV
14560Configuration commands:
14561$config_commands
14562
81ecdfbb 14563Report bugs to the package provider."
edece237 14564
81ecdfbb
RW
14565_ACEOF
14566cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14567ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
edece237
CV
14568ac_cs_version="\\
14569config.status
d0ac1c44
SM
14570configured by $0, generated by GNU Autoconf 2.69,
14571 with options \\"\$ac_cs_config\\"
edece237 14572
d0ac1c44 14573Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
14574This config.status script is free software; the Free Software Foundation
14575gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14576
14577ac_pwd='$ac_pwd'
14578srcdir='$srcdir'
14579INSTALL='$INSTALL'
6bb11ab3 14580AWK='$AWK'
81ecdfbb 14581test -n "\$AWK" || AWK=awk
edece237
CV
14582_ACEOF
14583
81ecdfbb
RW
14584cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14585# The default lists apply if the user does not specify any file.
edece237
CV
14586ac_need_defaults=:
14587while test $# != 0
14588do
14589 case $1 in
d0ac1c44 14590 --*=?*)
81ecdfbb
RW
14591 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14592 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
edece237
CV
14593 ac_shift=:
14594 ;;
d0ac1c44
SM
14595 --*=)
14596 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14597 ac_optarg=
14598 ac_shift=:
14599 ;;
81ecdfbb 14600 *)
edece237
CV
14601 ac_option=$1
14602 ac_optarg=$2
14603 ac_shift=shift
14604 ;;
edece237
CV
14605 esac
14606
14607 case $ac_option in
14608 # Handling of the options.
edece237
CV
14609 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14610 ac_cs_recheck=: ;;
81ecdfbb
RW
14611 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14612 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14613 --config | --confi | --conf | --con | --co | --c )
14614 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14615 --debug | --debu | --deb | --de | --d | -d )
edece237
CV
14616 debug=: ;;
14617 --file | --fil | --fi | --f )
14618 $ac_shift
81ecdfbb
RW
14619 case $ac_optarg in
14620 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14621 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14622 esac
14623 as_fn_append CONFIG_FILES " '$ac_optarg'"
edece237
CV
14624 ac_need_defaults=false;;
14625 --header | --heade | --head | --hea )
14626 $ac_shift
81ecdfbb
RW
14627 case $ac_optarg in
14628 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14629 esac
14630 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
edece237 14631 ac_need_defaults=false;;
81ecdfbb
RW
14632 --he | --h)
14633 # Conflict between --help and --header
d0ac1c44 14634 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14635Try \`$0 --help' for more information.";;
14636 --help | --hel | -h )
14637 $as_echo "$ac_cs_usage"; exit ;;
edece237
CV
14638 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14639 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14640 ac_cs_silent=: ;;
14641
14642 # This is an error.
d0ac1c44 14643 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14644Try \`$0 --help' for more information." ;;
edece237 14645
81ecdfbb
RW
14646 *) as_fn_append ac_config_targets " $1"
14647 ac_need_defaults=false ;;
edece237
CV
14648
14649 esac
14650 shift
14651done
14652
14653ac_configure_extra_args=
14654
14655if $ac_cs_silent; then
14656 exec 6>/dev/null
14657 ac_configure_extra_args="$ac_configure_extra_args --silent"
14658fi
14659
14660_ACEOF
81ecdfbb 14661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
edece237 14662if \$ac_cs_recheck; then
d0ac1c44 14663 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14664 shift
14665 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14666 CONFIG_SHELL='$SHELL'
14667 export CONFIG_SHELL
14668 exec "\$@"
edece237
CV
14669fi
14670
14671_ACEOF
81ecdfbb
RW
14672cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14673exec 5>>config.log
14674{
14675 echo
14676 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14677## Running $as_me. ##
14678_ASBOX
14679 $as_echo "$ac_log"
14680} >&5
edece237 14681
81ecdfbb
RW
14682_ACEOF
14683cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14684#
14685# INIT-COMMANDS
14686#
14687ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14688
6bb11ab3
L
14689
14690# The HP-UX ksh and POSIX shell print the target directory to stdout
14691# if CDPATH is set.
14692(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14693
14694sed_quote_subst='$sed_quote_subst'
14695double_quote_subst='$double_quote_subst'
14696delay_variable_subst='$delay_variable_subst'
14697macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14698macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14699enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14700enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14701pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14702enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14703SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14704ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14705host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14706host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14707host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14708build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14709build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14710build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14711SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14712Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14713GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14714EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14715FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14716LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14717NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14718LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14719max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14720ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14721exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14722lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14723lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14724lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14725reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14726reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14727OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14728deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14729file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14730AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14731AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14732STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14733RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14734old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14735old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14736old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14737lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14738CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14739CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14740compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14741GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14742lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14743lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14744lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14745lt_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"`'
14746objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14747MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14748lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14749lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14750lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14751lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14752lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14753need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14754DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14755NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14756LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14757OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14758OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14759libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14760shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14761extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14762archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14763enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14764export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14765whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14766compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14767old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14768old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14769archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14770archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14771module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14772module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14773with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14774allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14775no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14776hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14777hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14778hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14779hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14780hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14781hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14782hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14783hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14784inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14785link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14786fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14787always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14788export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14789exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14790include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14791prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14792file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14793variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14794need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14795need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14796version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14797runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14798shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14799shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14800libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14801library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14802soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14803install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14804postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14805postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14806finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14807finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14808hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14809sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14810sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14811hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14812enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14813enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14814enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14815old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14816striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14817
14818LTCC='$LTCC'
14819LTCFLAGS='$LTCFLAGS'
14820compiler='$compiler_DEFAULT'
14821
14822# A function that is used when there is no print builtin or printf.
14823func_fallback_echo ()
14824{
14825 eval 'cat <<_LTECHO_EOF
14826\$1
14827_LTECHO_EOF'
14828}
14829
14830# Quote evaled strings.
14831for var in SHELL \
14832ECHO \
14833SED \
14834GREP \
14835EGREP \
14836FGREP \
14837LD \
14838NM \
14839LN_S \
14840lt_SP2NL \
14841lt_NL2SP \
14842reload_flag \
14843OBJDUMP \
14844deplibs_check_method \
14845file_magic_cmd \
14846AR \
14847AR_FLAGS \
14848STRIP \
14849RANLIB \
14850CC \
14851CFLAGS \
14852compiler \
14853lt_cv_sys_global_symbol_pipe \
14854lt_cv_sys_global_symbol_to_cdecl \
14855lt_cv_sys_global_symbol_to_c_name_address \
14856lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14857lt_prog_compiler_no_builtin_flag \
14858lt_prog_compiler_wl \
14859lt_prog_compiler_pic \
14860lt_prog_compiler_static \
14861lt_cv_prog_compiler_c_o \
14862need_locks \
14863DSYMUTIL \
14864NMEDIT \
14865LIPO \
14866OTOOL \
14867OTOOL64 \
14868shrext_cmds \
14869export_dynamic_flag_spec \
14870whole_archive_flag_spec \
14871compiler_needs_object \
14872with_gnu_ld \
14873allow_undefined_flag \
14874no_undefined_flag \
14875hardcode_libdir_flag_spec \
14876hardcode_libdir_flag_spec_ld \
14877hardcode_libdir_separator \
14878fix_srcfile_path \
14879exclude_expsyms \
14880include_expsyms \
14881file_list_spec \
14882variables_saved_for_relink \
14883libname_spec \
14884library_names_spec \
14885soname_spec \
14886install_override_mode \
14887finish_eval \
14888old_striplib \
14889striplib; do
14890 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14891 *[\\\\\\\`\\"\\\$]*)
14892 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14893 ;;
14894 *)
14895 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14896 ;;
14897 esac
14898done
14899
14900# Double-quote double-evaled strings.
14901for var in reload_cmds \
14902old_postinstall_cmds \
14903old_postuninstall_cmds \
14904old_archive_cmds \
14905extract_expsyms_cmds \
14906old_archive_from_new_cmds \
14907old_archive_from_expsyms_cmds \
14908archive_cmds \
14909archive_expsym_cmds \
14910module_cmds \
14911module_expsym_cmds \
14912export_symbols_cmds \
14913prelink_cmds \
14914postinstall_cmds \
14915postuninstall_cmds \
14916finish_cmds \
14917sys_lib_search_path_spec \
14918sys_lib_dlsearch_path_spec; do
14919 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14920 *[\\\\\\\`\\"\\\$]*)
14921 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14922 ;;
14923 *)
14924 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14925 ;;
14926 esac
14927done
14928
14929ac_aux_dir='$ac_aux_dir'
14930xsi_shell='$xsi_shell'
14931lt_shell_append='$lt_shell_append'
14932
14933# See if we are running on zsh, and set the options which allow our
14934# commands through without removal of \ escapes INIT.
14935if test -n "\${ZSH_VERSION+set}" ; then
14936 setopt NO_GLOB_SUBST
14937fi
14938
14939
14940 PACKAGE='$PACKAGE'
14941 VERSION='$VERSION'
14942 TIMESTAMP='$TIMESTAMP'
14943 RM='$RM'
14944 ofile='$ofile'
14945
14946
14947
14948
81ecdfbb 14949_ACEOF
edece237 14950
81ecdfbb 14951cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 14952
81ecdfbb 14953# Handling of arguments.
edece237
CV
14954for ac_config_target in $ac_config_targets
14955do
81ecdfbb
RW
14956 case $ac_config_target in
14957 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14958 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14959 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14960 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14961 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14962 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14963 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14964 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14965
d0ac1c44 14966 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
edece237
CV
14967 esac
14968done
14969
81ecdfbb 14970
edece237
CV
14971# If the user did not use the arguments to specify the items to instantiate,
14972# then the envvar interface is used. Set only those that are not.
14973# We use the long form for the default assignment because of an extremely
14974# bizarre bug on SunOS 4.1.3.
14975if $ac_need_defaults; then
14976 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14977 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
edece237
CV
14978 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14979fi
14980
14981# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14982# simply because there is no reason against having it here, and in addition,
edece237 14983# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14984# Hook for its removal unless debugging.
14985# Note that there is a small window in which the directory will not be cleaned:
14986# after its creation but before its name has been assigned to `$tmp'.
edece237
CV
14987$debug ||
14988{
d0ac1c44 14989 tmp= ac_tmp=
81ecdfbb 14990 trap 'exit_status=$?
d0ac1c44
SM
14991 : "${ac_tmp:=$tmp}"
14992 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14993' 0
14994 trap 'as_fn_exit 1' 1 2 13 15
edece237 14995}
edece237
CV
14996# Create a (secure) tmp directory for tmp files.
14997
14998{
81ecdfbb 14999 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15000 test -d "$tmp"
edece237
CV
15001} ||
15002{
81ecdfbb
RW
15003 tmp=./conf$$-$RANDOM
15004 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15005} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15006ac_tmp=$tmp
edece237 15007
81ecdfbb
RW
15008# Set up the scripts for CONFIG_FILES section.
15009# No need to generate them if there are no CONFIG_FILES.
15010# This happens for instance with `./config.status config.h'.
15011if test -n "$CONFIG_FILES"; then
edece237 15012
edece237 15013
81ecdfbb
RW
15014ac_cr=`echo X | tr X '\015'`
15015# On cygwin, bash can eat \r inside `` if the user requested igncr.
15016# But we know of no other shell where ac_cr would be empty at this
15017# point, so we can use a bashism as a fallback.
15018if test "x$ac_cr" = x; then
15019 eval ac_cr=\$\'\\r\'
15020fi
15021ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15022if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15023 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15024else
15025 ac_cs_awk_cr=$ac_cr
15026fi
edece237 15027
d0ac1c44 15028echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
edece237
CV
15029_ACEOF
15030
81ecdfbb
RW
15031
15032{
15033 echo "cat >conf$$subs.awk <<_ACEOF" &&
15034 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15035 echo "_ACEOF"
15036} >conf$$subs.sh ||
d0ac1c44
SM
15037 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15038ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15039ac_delim='%!_!# '
15040for ac_last_try in false false false false false :; do
15041 . ./conf$$subs.sh ||
d0ac1c44 15042 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15043
15044 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15045 if test $ac_delim_n = $ac_delim_num; then
15046 break
15047 elif $ac_last_try; then
d0ac1c44 15048 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15049 else
15050 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
edece237 15051 fi
81ecdfbb
RW
15052done
15053rm -f conf$$subs.sh
edece237 15054
81ecdfbb 15055cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15056cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
edece237 15057_ACEOF
81ecdfbb
RW
15058sed -n '
15059h
15060s/^/S["/; s/!.*/"]=/
15061p
15062g
15063s/^[^!]*!//
15064:repl
15065t repl
15066s/'"$ac_delim"'$//
15067t delim
15068:nl
15069h
d0ac1c44 15070s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15071t more1
15072s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15073p
15074n
15075b repl
15076:more1
15077s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15078p
15079g
15080s/.\{148\}//
15081t nl
15082:delim
15083h
d0ac1c44 15084s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15085t more2
15086s/["\\]/\\&/g; s/^/"/; s/$/"/
15087p
15088b
15089:more2
15090s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15091p
15092g
15093s/.\{148\}//
15094t delim
15095' <conf$$subs.awk | sed '
15096/^[^""]/{
15097 N
15098 s/\n//
15099}
15100' >>$CONFIG_STATUS || ac_write_fail=1
15101rm -f conf$$subs.awk
15102cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15103_ACAWK
d0ac1c44 15104cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15105 for (key in S) S_is_set[key] = 1
15106 FS = "\a"
edece237 15107
81ecdfbb
RW
15108}
15109{
15110 line = $ 0
15111 nfields = split(line, field, "@")
15112 substed = 0
15113 len = length(field[1])
15114 for (i = 2; i < nfields; i++) {
15115 key = field[i]
15116 keylen = length(key)
15117 if (S_is_set[key]) {
15118 value = S[key]
15119 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15120 len += length(value) + length(field[++i])
15121 substed = 1
15122 } else
15123 len += 1 + keylen
15124 }
15125
15126 print line
15127}
edece237 15128
81ecdfbb
RW
15129_ACAWK
15130_ACEOF
15131cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15132if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15133 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
edece237 15134else
81ecdfbb 15135 cat
d0ac1c44
SM
15136fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15137 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 15138_ACEOF
edece237 15139
d0ac1c44
SM
15140# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15141# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15142# trailing colons and then remove the whole line if VPATH becomes empty
15143# (actually we leave an empty line to preserve line numbers).
15144if test "x$srcdir" = x.; then
d0ac1c44
SM
15145 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15146h
15147s///
15148s/^/:/
15149s/[ ]*$/:/
15150s/:\$(srcdir):/:/g
15151s/:\${srcdir}:/:/g
15152s/:@srcdir@:/:/g
15153s/^:*//
81ecdfbb 15154s/:*$//
d0ac1c44
SM
15155x
15156s/\(=[ ]*\).*/\1/
15157G
15158s/\n//
81ecdfbb
RW
15159s/^[^=]*=[ ]*$//
15160}'
15161fi
edece237 15162
81ecdfbb
RW
15163cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15164fi # test -n "$CONFIG_FILES"
edece237 15165
81ecdfbb
RW
15166# Set up the scripts for CONFIG_HEADERS section.
15167# No need to generate them if there are no CONFIG_HEADERS.
15168# This happens for instance with `./config.status Makefile'.
15169if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15170cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15171BEGIN {
15172_ACEOF
edece237 15173
81ecdfbb
RW
15174# Transform confdefs.h into an awk script `defines.awk', embedded as
15175# here-document in config.status, that substitutes the proper values into
15176# config.h.in to produce config.h.
edece237 15177
81ecdfbb
RW
15178# Create a delimiter string that does not exist in confdefs.h, to ease
15179# handling of long lines.
15180ac_delim='%!_!# '
15181for ac_last_try in false false :; do
d0ac1c44
SM
15182 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15183 if test -z "$ac_tt"; then
81ecdfbb
RW
15184 break
15185 elif $ac_last_try; then
d0ac1c44 15186 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
edece237 15187 else
81ecdfbb 15188 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
edece237 15189 fi
edece237 15190done
81ecdfbb
RW
15191
15192# For the awk script, D is an array of macro values keyed by name,
15193# likewise P contains macro parameters if any. Preserve backslash
15194# newline sequences.
15195
15196ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15197sed -n '
15198s/.\{148\}/&'"$ac_delim"'/g
15199t rset
15200:rset
15201s/^[ ]*#[ ]*define[ ][ ]*/ /
15202t def
15203d
15204:def
15205s/\\$//
15206t bsnl
15207s/["\\]/\\&/g
15208s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15209D["\1"]=" \3"/p
15210s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15211d
15212:bsnl
15213s/["\\]/\\&/g
15214s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15215D["\1"]=" \3\\\\\\n"\\/p
15216t cont
15217s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15218t cont
15219d
15220:cont
15221n
15222s/.\{148\}/&'"$ac_delim"'/g
15223t clear
15224:clear
15225s/\\$//
15226t bsnlc
15227s/["\\]/\\&/g; s/^/"/; s/$/"/p
15228d
15229:bsnlc
15230s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15231b cont
15232' <confdefs.h | sed '
15233s/'"$ac_delim"'/"\\\
15234"/g' >>$CONFIG_STATUS || ac_write_fail=1
15235
15236cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237 for (key in D) D_is_set[key] = 1
15238 FS = "\a"
15239}
15240/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15241 line = \$ 0
15242 split(line, arg, " ")
15243 if (arg[1] == "#") {
15244 defundef = arg[2]
15245 mac1 = arg[3]
15246 } else {
15247 defundef = substr(arg[1], 2)
15248 mac1 = arg[2]
15249 }
15250 split(mac1, mac2, "(") #)
15251 macro = mac2[1]
15252 prefix = substr(line, 1, index(line, defundef) - 1)
15253 if (D_is_set[macro]) {
15254 # Preserve the white space surrounding the "#".
15255 print prefix "define", macro P[macro] D[macro]
15256 next
15257 } else {
15258 # Replace #undef with comments. This is necessary, for example,
15259 # in the case of _POSIX_SOURCE, which is predefined and required
15260 # on some systems where configure will not decide to define it.
15261 if (defundef == "undef") {
15262 print "/*", prefix defundef, macro, "*/"
15263 next
15264 }
15265 }
15266}
15267{ print }
15268_ACAWK
edece237 15269_ACEOF
81ecdfbb 15270cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15271 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15272fi # test -n "$CONFIG_HEADERS"
edece237 15273
edece237 15274
99d8e879 15275eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
15276shift
15277for ac_tag
15278do
15279 case $ac_tag in
15280 :[FHLC]) ac_mode=$ac_tag; continue;;
15281 esac
15282 case $ac_mode$ac_tag in
15283 :[FHL]*:*);;
d0ac1c44 15284 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15285 :[FH]-) ac_tag=-:-;;
15286 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
edece237 15287 esac
81ecdfbb
RW
15288 ac_save_IFS=$IFS
15289 IFS=:
15290 set x $ac_tag
15291 IFS=$ac_save_IFS
15292 shift
15293 ac_file=$1
15294 shift
edece237 15295
81ecdfbb
RW
15296 case $ac_mode in
15297 :L) ac_source=$1;;
15298 :[FH])
15299 ac_file_inputs=
15300 for ac_f
15301 do
15302 case $ac_f in
d0ac1c44 15303 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15304 *) # Look for the file first in the build tree, then in the source tree
15305 # (if the path is not absolute). The absolute path cannot be DOS-style,
15306 # because $ac_f cannot contain `:'.
15307 test -f "$ac_f" ||
15308 case $ac_f in
15309 [\\/$]*) false;;
15310 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15311 esac ||
d0ac1c44 15312 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
edece237 15313 esac
81ecdfbb
RW
15314 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15315 as_fn_append ac_file_inputs " '$ac_f'"
15316 done
edece237 15317
81ecdfbb
RW
15318 # Let's still pretend it is `configure' which instantiates (i.e., don't
15319 # use $as_me), people would be surprised to read:
15320 # /* config.h. Generated by config.status. */
15321 configure_input='Generated from '`
15322 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15323 `' by configure.'
15324 if test x"$ac_file" != x-; then
15325 configure_input="$ac_file. $configure_input"
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15327$as_echo "$as_me: creating $ac_file" >&6;}
15328 fi
15329 # Neutralize special characters interpreted by sed in replacement strings.
15330 case $configure_input in #(
15331 *\&* | *\|* | *\\* )
15332 ac_sed_conf_input=`$as_echo "$configure_input" |
15333 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15334 *) ac_sed_conf_input=$configure_input;;
15335 esac
edece237 15336
81ecdfbb 15337 case $ac_tag in
d0ac1c44
SM
15338 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15339 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15340 esac
15341 ;;
15342 esac
edece237 15343
81ecdfbb 15344 ac_dir=`$as_dirname -- "$ac_file" ||
edece237
CV
15345$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15346 X"$ac_file" : 'X\(//\)[^/]' \| \
15347 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15348 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15349$as_echo X"$ac_file" |
15350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15351 s//\1/
15352 q
15353 }
15354 /^X\(\/\/\)[^/].*/{
15355 s//\1/
15356 q
15357 }
15358 /^X\(\/\/\)$/{
15359 s//\1/
15360 q
15361 }
15362 /^X\(\/\).*/{
15363 s//\1/
15364 q
15365 }
15366 s/.*/./; q'`
15367 as_dir="$ac_dir"; as_fn_mkdir_p
edece237
CV
15368 ac_builddir=.
15369
81ecdfbb
RW
15370case "$ac_dir" in
15371.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15372*)
15373 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15374 # A ".." for each directory in $ac_dir_suffix.
15375 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15376 case $ac_top_builddir_sub in
15377 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15378 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15379 esac ;;
15380esac
15381ac_abs_top_builddir=$ac_pwd
15382ac_abs_builddir=$ac_pwd$ac_dir_suffix
15383# for backward compatibility:
15384ac_top_builddir=$ac_top_build_prefix
edece237
CV
15385
15386case $srcdir in
81ecdfbb 15387 .) # We are building in place.
edece237 15388 ac_srcdir=.
81ecdfbb
RW
15389 ac_top_srcdir=$ac_top_builddir_sub
15390 ac_abs_top_srcdir=$ac_pwd ;;
15391 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 15392 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15393 ac_top_srcdir=$srcdir
15394 ac_abs_top_srcdir=$srcdir ;;
15395 *) # Relative name.
15396 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15397 ac_top_srcdir=$ac_top_build_prefix$srcdir
15398 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 15399esac
81ecdfbb 15400ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
edece237 15401
edece237 15402
81ecdfbb
RW
15403 case $ac_mode in
15404 :F)
15405 #
15406 # CONFIG_FILE
15407 #
edece237 15408
81ecdfbb
RW
15409 case $INSTALL in
15410 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15411 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
edece237 15412 esac
81ecdfbb 15413_ACEOF
edece237 15414
81ecdfbb
RW
15415cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15416# If the template does not know about datarootdir, expand it.
15417# FIXME: This hack should be removed a few years after 2.60.
15418ac_datarootdir_hack=; ac_datarootdir_seen=
15419ac_sed_dataroot='
15420/datarootdir/ {
15421 p
15422 q
15423}
15424/@datadir@/p
15425/@docdir@/p
15426/@infodir@/p
15427/@localedir@/p
15428/@mandir@/p'
15429case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15430*datarootdir*) ac_datarootdir_seen=yes;;
15431*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15433$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15434_ACEOF
15435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15436 ac_datarootdir_hack='
15437 s&@datadir@&$datadir&g
15438 s&@docdir@&$docdir&g
15439 s&@infodir@&$infodir&g
15440 s&@localedir@&$localedir&g
15441 s&@mandir@&$mandir&g
15442 s&\\\${datarootdir}&$datarootdir&g' ;;
15443esac
edece237 15444_ACEOF
edece237 15445
81ecdfbb
RW
15446# Neutralize VPATH when `$srcdir' = `.'.
15447# Shell code in configure.ac might set extrasub.
15448# FIXME: do we really want to maintain this feature?
15449cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15450ac_sed_extra="$ac_vpsub
15451$extrasub
15452_ACEOF
15453cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15454:t
15455/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15456s|@configure_input@|$ac_sed_conf_input|;t t
15457s&@top_builddir@&$ac_top_builddir_sub&;t t
15458s&@top_build_prefix@&$ac_top_build_prefix&;t t
15459s&@srcdir@&$ac_srcdir&;t t
15460s&@abs_srcdir@&$ac_abs_srcdir&;t t
15461s&@top_srcdir@&$ac_top_srcdir&;t t
15462s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15463s&@builddir@&$ac_builddir&;t t
15464s&@abs_builddir@&$ac_abs_builddir&;t t
15465s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15466s&@INSTALL@&$ac_INSTALL&;t t
15467$ac_datarootdir_hack
15468"
d0ac1c44
SM
15469eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15470 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15471
15472test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15473 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15474 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15475 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15477which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15478$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15479which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15480
d0ac1c44 15481 rm -f "$ac_tmp/stdin"
81ecdfbb 15482 case $ac_file in
d0ac1c44
SM
15483 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15484 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15485 esac \
d0ac1c44 15486 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15487 ;;
15488 :H)
15489 #
15490 # CONFIG_HEADER
15491 #
15492 if test x"$ac_file" != x-; then
15493 {
15494 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15495 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15496 } >"$ac_tmp/config.h" \
15497 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15498 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15500$as_echo "$as_me: $ac_file is unchanged" >&6;}
15501 else
15502 rm -f "$ac_file"
d0ac1c44
SM
15503 mv "$ac_tmp/config.h" "$ac_file" \
15504 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 15505 fi
edece237 15506 else
81ecdfbb 15507 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15508 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15509 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
15510 fi
15511 ;;
edece237 15512
81ecdfbb
RW
15513 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15514$as_echo "$as_me: executing $ac_file commands" >&6;}
15515 ;;
15516 esac
edece237
CV
15517
15518
81ecdfbb 15519 case $ac_file$ac_mode in
db2e4d67 15520 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15521 "libtool":C)
15522
15523 # See if we are running on zsh, and set the options which allow our
15524 # commands through without removal of \ escapes.
15525 if test -n "${ZSH_VERSION+set}" ; then
15526 setopt NO_GLOB_SUBST
15527 fi
15528
15529 cfgfile="${ofile}T"
15530 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15531 $RM "$cfgfile"
15532
15533 cat <<_LT_EOF >> "$cfgfile"
15534#! $SHELL
15535
15536# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15537# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15538# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15539# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15540#
15541# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15542# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15543# Written by Gordon Matzigkeit, 1996
15544#
15545# This file is part of GNU Libtool.
15546#
15547# GNU Libtool is free software; you can redistribute it and/or
15548# modify it under the terms of the GNU General Public License as
15549# published by the Free Software Foundation; either version 2 of
15550# the License, or (at your option) any later version.
15551#
15552# As a special exception to the GNU General Public License,
15553# if you distribute this file as part of a program or library that
15554# is built using GNU Libtool, you may include this file under the
15555# same distribution terms that you use for the rest of that program.
15556#
15557# GNU Libtool is distributed in the hope that it will be useful,
15558# but WITHOUT ANY WARRANTY; without even the implied warranty of
15559# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15560# GNU General Public License for more details.
15561#
15562# You should have received a copy of the GNU General Public License
15563# along with GNU Libtool; see the file COPYING. If not, a copy
15564# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15565# obtained by writing to the Free Software Foundation, Inc.,
15566# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15567
15568
15569# The names of the tagged configurations supported by this script.
15570available_tags=""
15571
15572# ### BEGIN LIBTOOL CONFIG
15573
15574# Which release of libtool.m4 was used?
15575macro_version=$macro_version
15576macro_revision=$macro_revision
15577
15578# Whether or not to build shared libraries.
15579build_libtool_libs=$enable_shared
15580
15581# Whether or not to build static libraries.
15582build_old_libs=$enable_static
15583
15584# What type of objects to build.
15585pic_mode=$pic_mode
15586
15587# Whether or not to optimize for fast installation.
15588fast_install=$enable_fast_install
15589
15590# Shell to use when invoking shell scripts.
15591SHELL=$lt_SHELL
15592
15593# An echo program that protects backslashes.
15594ECHO=$lt_ECHO
15595
15596# The host system.
15597host_alias=$host_alias
15598host=$host
15599host_os=$host_os
15600
15601# The build system.
15602build_alias=$build_alias
15603build=$build
15604build_os=$build_os
15605
15606# A sed program that does not truncate output.
15607SED=$lt_SED
15608
15609# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15610Xsed="\$SED -e 1s/^X//"
15611
15612# A grep program that handles long lines.
15613GREP=$lt_GREP
15614
15615# An ERE matcher.
15616EGREP=$lt_EGREP
15617
15618# A literal string matcher.
15619FGREP=$lt_FGREP
15620
15621# A BSD- or MS-compatible name lister.
15622NM=$lt_NM
15623
15624# Whether we need soft or hard links.
15625LN_S=$lt_LN_S
15626
15627# What is the maximum length of a command?
15628max_cmd_len=$max_cmd_len
15629
15630# Object file suffix (normally "o").
15631objext=$ac_objext
15632
15633# Executable file suffix (normally "").
15634exeext=$exeext
15635
15636# whether the shell understands "unset".
15637lt_unset=$lt_unset
15638
15639# turn spaces into newlines.
15640SP2NL=$lt_lt_SP2NL
15641
15642# turn newlines into spaces.
15643NL2SP=$lt_lt_NL2SP
15644
15645# An object symbol dumper.
15646OBJDUMP=$lt_OBJDUMP
15647
15648# Method to check whether dependent libraries are shared objects.
15649deplibs_check_method=$lt_deplibs_check_method
15650
15651# Command to use when deplibs_check_method == "file_magic".
15652file_magic_cmd=$lt_file_magic_cmd
15653
15654# The archiver.
15655AR=$lt_AR
15656AR_FLAGS=$lt_AR_FLAGS
15657
15658# A symbol stripping program.
15659STRIP=$lt_STRIP
15660
15661# Commands used to install an old-style archive.
15662RANLIB=$lt_RANLIB
15663old_postinstall_cmds=$lt_old_postinstall_cmds
15664old_postuninstall_cmds=$lt_old_postuninstall_cmds
15665
15666# Whether to use a lock for old archive extraction.
15667lock_old_archive_extraction=$lock_old_archive_extraction
15668
15669# A C compiler.
15670LTCC=$lt_CC
15671
15672# LTCC compiler flags.
15673LTCFLAGS=$lt_CFLAGS
15674
15675# Take the output of nm and produce a listing of raw symbols and C names.
15676global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15677
15678# Transform the output of nm in a proper C declaration.
15679global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15680
15681# Transform the output of nm in a C name address pair.
15682global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15683
15684# Transform the output of nm in a C name address pair when lib prefix is needed.
15685global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15686
15687# The name of the directory that contains temporary libtool files.
15688objdir=$objdir
15689
15690# Used to examine libraries when file_magic_cmd begins with "file".
15691MAGIC_CMD=$MAGIC_CMD
15692
15693# Must we lock files when doing compilation?
15694need_locks=$lt_need_locks
15695
15696# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15697DSYMUTIL=$lt_DSYMUTIL
15698
15699# Tool to change global to local symbols on Mac OS X.
15700NMEDIT=$lt_NMEDIT
15701
15702# Tool to manipulate fat objects and archives on Mac OS X.
15703LIPO=$lt_LIPO
15704
15705# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15706OTOOL=$lt_OTOOL
15707
15708# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15709OTOOL64=$lt_OTOOL64
15710
15711# Old archive suffix (normally "a").
15712libext=$libext
15713
15714# Shared library suffix (normally ".so").
15715shrext_cmds=$lt_shrext_cmds
15716
15717# The commands to extract the exported symbol list from a shared archive.
15718extract_expsyms_cmds=$lt_extract_expsyms_cmds
15719
15720# Variables whose values should be saved in libtool wrapper scripts and
15721# restored at link time.
15722variables_saved_for_relink=$lt_variables_saved_for_relink
15723
15724# Do we need the "lib" prefix for modules?
15725need_lib_prefix=$need_lib_prefix
15726
15727# Do we need a version for libraries?
15728need_version=$need_version
15729
15730# Library versioning type.
15731version_type=$version_type
15732
15733# Shared library runtime path variable.
15734runpath_var=$runpath_var
15735
15736# Shared library path variable.
15737shlibpath_var=$shlibpath_var
15738
15739# Is shlibpath searched before the hard-coded library search path?
15740shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15741
15742# Format of library name prefix.
15743libname_spec=$lt_libname_spec
15744
15745# List of archive names. First name is the real one, the rest are links.
15746# The last name is the one that the linker finds with -lNAME
15747library_names_spec=$lt_library_names_spec
15748
15749# The coded name of the library, if different from the real name.
15750soname_spec=$lt_soname_spec
15751
15752# Permission mode override for installation of shared libraries.
15753install_override_mode=$lt_install_override_mode
15754
15755# Command to use after installation of a shared archive.
15756postinstall_cmds=$lt_postinstall_cmds
15757
15758# Command to use after uninstallation of a shared archive.
15759postuninstall_cmds=$lt_postuninstall_cmds
15760
15761# Commands used to finish a libtool library installation in a directory.
15762finish_cmds=$lt_finish_cmds
15763
15764# As "finish_cmds", except a single script fragment to be evaled but
15765# not shown.
15766finish_eval=$lt_finish_eval
15767
15768# Whether we should hardcode library paths into libraries.
15769hardcode_into_libs=$hardcode_into_libs
15770
15771# Compile-time system search path for libraries.
15772sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15773
15774# Run-time system search path for libraries.
15775sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15776
15777# Whether dlopen is supported.
15778dlopen_support=$enable_dlopen
15779
15780# Whether dlopen of programs is supported.
15781dlopen_self=$enable_dlopen_self
15782
15783# Whether dlopen of statically linked programs is supported.
15784dlopen_self_static=$enable_dlopen_self_static
15785
15786# Commands to strip libraries.
15787old_striplib=$lt_old_striplib
15788striplib=$lt_striplib
15789
15790
15791# The linker used to build libraries.
15792LD=$lt_LD
15793
15794# How to create reloadable object files.
15795reload_flag=$lt_reload_flag
15796reload_cmds=$lt_reload_cmds
15797
15798# Commands used to build an old-style archive.
15799old_archive_cmds=$lt_old_archive_cmds
15800
15801# A language specific compiler.
15802CC=$lt_compiler
15803
15804# Is the compiler the GNU compiler?
15805with_gcc=$GCC
15806
15807# Compiler flag to turn off builtin functions.
15808no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15809
15810# How to pass a linker flag through the compiler.
15811wl=$lt_lt_prog_compiler_wl
15812
15813# Additional compiler flags for building library objects.
15814pic_flag=$lt_lt_prog_compiler_pic
15815
15816# Compiler flag to prevent dynamic linking.
15817link_static_flag=$lt_lt_prog_compiler_static
15818
15819# Does compiler simultaneously support -c and -o options?
15820compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15821
15822# Whether or not to add -lc for building shared libraries.
15823build_libtool_need_lc=$archive_cmds_need_lc
15824
15825# Whether or not to disallow shared libs when runtime libs are static.
15826allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15827
15828# Compiler flag to allow reflexive dlopens.
15829export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15830
15831# Compiler flag to generate shared objects directly from archives.
15832whole_archive_flag_spec=$lt_whole_archive_flag_spec
15833
15834# Whether the compiler copes with passing no objects directly.
15835compiler_needs_object=$lt_compiler_needs_object
15836
15837# Create an old-style archive from a shared archive.
15838old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15839
15840# Create a temporary old-style archive to link instead of a shared archive.
15841old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15842
15843# Commands used to build a shared archive.
15844archive_cmds=$lt_archive_cmds
15845archive_expsym_cmds=$lt_archive_expsym_cmds
15846
15847# Commands used to build a loadable module if different from building
15848# a shared archive.
15849module_cmds=$lt_module_cmds
15850module_expsym_cmds=$lt_module_expsym_cmds
15851
15852# Whether we are building with GNU ld or not.
15853with_gnu_ld=$lt_with_gnu_ld
15854
15855# Flag that allows shared libraries with undefined symbols to be built.
15856allow_undefined_flag=$lt_allow_undefined_flag
15857
15858# Flag that enforces no undefined symbols.
15859no_undefined_flag=$lt_no_undefined_flag
15860
15861# Flag to hardcode \$libdir into a binary during linking.
15862# This must work even if \$libdir does not exist
15863hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15864
15865# If ld is used when linking, flag to hardcode \$libdir into a binary
15866# during linking. This must work even if \$libdir does not exist.
15867hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15868
15869# Whether we need a single "-rpath" flag with a separated argument.
15870hardcode_libdir_separator=$lt_hardcode_libdir_separator
15871
15872# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15873# DIR into the resulting binary.
15874hardcode_direct=$hardcode_direct
15875
15876# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15877# DIR into the resulting binary and the resulting library dependency is
15878# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15879# library is relocated.
15880hardcode_direct_absolute=$hardcode_direct_absolute
15881
15882# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15883# into the resulting binary.
15884hardcode_minus_L=$hardcode_minus_L
15885
15886# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15887# into the resulting binary.
15888hardcode_shlibpath_var=$hardcode_shlibpath_var
15889
15890# Set to "yes" if building a shared library automatically hardcodes DIR
15891# into the library and all subsequent libraries and executables linked
15892# against it.
15893hardcode_automatic=$hardcode_automatic
15894
15895# Set to yes if linker adds runtime paths of dependent libraries
15896# to runtime path list.
15897inherit_rpath=$inherit_rpath
15898
15899# Whether libtool must link a program against all its dependency libraries.
15900link_all_deplibs=$link_all_deplibs
15901
15902# Fix the shell variable \$srcfile for the compiler.
15903fix_srcfile_path=$lt_fix_srcfile_path
15904
15905# Set to "yes" if exported symbols are required.
15906always_export_symbols=$always_export_symbols
15907
15908# The commands to list exported symbols.
15909export_symbols_cmds=$lt_export_symbols_cmds
15910
15911# Symbols that should not be listed in the preloaded symbols.
15912exclude_expsyms=$lt_exclude_expsyms
15913
15914# Symbols that must always be exported.
15915include_expsyms=$lt_include_expsyms
15916
15917# Commands necessary for linking programs (against libraries) with templates.
15918prelink_cmds=$lt_prelink_cmds
15919
15920# Specify filename containing input files.
15921file_list_spec=$lt_file_list_spec
15922
15923# How to hardcode a shared library path into an executable.
15924hardcode_action=$hardcode_action
15925
15926# ### END LIBTOOL CONFIG
15927
15928_LT_EOF
15929
15930 case $host_os in
15931 aix3*)
15932 cat <<\_LT_EOF >> "$cfgfile"
15933# AIX sometimes has problems with the GCC collect2 program. For some
15934# reason, if we set the COLLECT_NAMES environment variable, the problems
15935# vanish in a puff of smoke.
15936if test "X${COLLECT_NAMES+set}" != Xset; then
15937 COLLECT_NAMES=
15938 export COLLECT_NAMES
15939fi
15940_LT_EOF
15941 ;;
15942 esac
15943
15944
15945ltmain="$ac_aux_dir/ltmain.sh"
15946
15947
15948 # We use sed instead of cat because bash on DJGPP gets confused if
15949 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15950 # text mode, it properly converts lines to CR/LF. This bash problem
15951 # is reportedly fixed, but why not run on old versions too?
15952 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15953 || (rm -f "$cfgfile"; exit 1)
15954
15955 case $xsi_shell in
15956 yes)
15957 cat << \_LT_EOF >> "$cfgfile"
15958
15959# func_dirname file append nondir_replacement
15960# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15961# otherwise set result to NONDIR_REPLACEMENT.
15962func_dirname ()
15963{
15964 case ${1} in
15965 */*) func_dirname_result="${1%/*}${2}" ;;
15966 * ) func_dirname_result="${3}" ;;
15967 esac
15968}
15969
15970# func_basename file
15971func_basename ()
15972{
15973 func_basename_result="${1##*/}"
15974}
15975
15976# func_dirname_and_basename file append nondir_replacement
15977# perform func_basename and func_dirname in a single function
15978# call:
15979# dirname: Compute the dirname of FILE. If nonempty,
15980# add APPEND to the result, otherwise set result
15981# to NONDIR_REPLACEMENT.
15982# value returned in "$func_dirname_result"
15983# basename: Compute filename of FILE.
15984# value retuned in "$func_basename_result"
15985# Implementation must be kept synchronized with func_dirname
15986# and func_basename. For efficiency, we do not delegate to
15987# those functions but instead duplicate the functionality here.
15988func_dirname_and_basename ()
15989{
15990 case ${1} in
15991 */*) func_dirname_result="${1%/*}${2}" ;;
15992 * ) func_dirname_result="${3}" ;;
15993 esac
15994 func_basename_result="${1##*/}"
15995}
15996
15997# func_stripname prefix suffix name
15998# strip PREFIX and SUFFIX off of NAME.
15999# PREFIX and SUFFIX must not contain globbing or regex special
16000# characters, hashes, percent signs, but SUFFIX may contain a leading
16001# dot (in which case that matches only a dot).
16002func_stripname ()
16003{
16004 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16005 # positional parameters, so assign one to ordinary parameter first.
16006 func_stripname_result=${3}
16007 func_stripname_result=${func_stripname_result#"${1}"}
16008 func_stripname_result=${func_stripname_result%"${2}"}
16009}
16010
16011# func_opt_split
16012func_opt_split ()
16013{
16014 func_opt_split_opt=${1%%=*}
16015 func_opt_split_arg=${1#*=}
16016}
16017
16018# func_lo2o object
16019func_lo2o ()
16020{
16021 case ${1} in
16022 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16023 *) func_lo2o_result=${1} ;;
16024 esac
16025}
16026
16027# func_xform libobj-or-source
16028func_xform ()
16029{
16030 func_xform_result=${1%.*}.lo
16031}
16032
16033# func_arith arithmetic-term...
16034func_arith ()
16035{
16036 func_arith_result=$(( $* ))
16037}
16038
16039# func_len string
16040# STRING may not start with a hyphen.
16041func_len ()
16042{
16043 func_len_result=${#1}
16044}
16045
16046_LT_EOF
16047 ;;
16048 *) # Bourne compatible functions.
16049 cat << \_LT_EOF >> "$cfgfile"
16050
16051# func_dirname file append nondir_replacement
16052# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16053# otherwise set result to NONDIR_REPLACEMENT.
16054func_dirname ()
16055{
16056 # Extract subdirectory from the argument.
16057 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16058 if test "X$func_dirname_result" = "X${1}"; then
16059 func_dirname_result="${3}"
16060 else
16061 func_dirname_result="$func_dirname_result${2}"
16062 fi
16063}
16064
16065# func_basename file
16066func_basename ()
16067{
16068 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16069}
16070
16071
16072# func_stripname prefix suffix name
16073# strip PREFIX and SUFFIX off of NAME.
16074# PREFIX and SUFFIX must not contain globbing or regex special
16075# characters, hashes, percent signs, but SUFFIX may contain a leading
16076# dot (in which case that matches only a dot).
16077# func_strip_suffix prefix name
16078func_stripname ()
16079{
16080 case ${2} in
16081 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16082 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16083 esac
16084}
16085
16086# sed scripts:
16087my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16088my_sed_long_arg='1s/^-[^=]*=//'
16089
16090# func_opt_split
16091func_opt_split ()
16092{
16093 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16094 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16095}
16096
16097# func_lo2o object
16098func_lo2o ()
16099{
16100 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16101}
16102
16103# func_xform libobj-or-source
16104func_xform ()
16105{
16106 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16107}
16108
16109# func_arith arithmetic-term...
16110func_arith ()
16111{
16112 func_arith_result=`expr "$@"`
16113}
16114
16115# func_len string
16116# STRING may not start with a hyphen.
16117func_len ()
16118{
16119 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16120}
16121
16122_LT_EOF
16123esac
16124
16125case $lt_shell_append in
16126 yes)
16127 cat << \_LT_EOF >> "$cfgfile"
16128
16129# func_append var value
16130# Append VALUE to the end of shell variable VAR.
16131func_append ()
16132{
16133 eval "$1+=\$2"
16134}
16135_LT_EOF
16136 ;;
16137 *)
16138 cat << \_LT_EOF >> "$cfgfile"
16139
16140# func_append var value
16141# Append VALUE to the end of shell variable VAR.
16142func_append ()
16143{
16144 eval "$1=\$$1\$2"
16145}
16146
16147_LT_EOF
16148 ;;
16149 esac
16150
16151
16152 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16153 || (rm -f "$cfgfile"; exit 1)
16154
16155 mv -f "$cfgfile" "$ofile" ||
16156 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16157 chmod +x "$ofile"
16158
16159 ;;
81ecdfbb 16160 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
edece237
CV
16161 rm -f Makesim1.tmp Makesim2.tmp Makefile
16162 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16163 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16164 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16165 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16166 <Makefile.sim >Makefile
16167 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16168 ;;
81ecdfbb
RW
16169 "stamp-h":C) echo > stamp-h ;;
16170
edece237 16171 esac
81ecdfbb 16172done # for ac_tag
edece237 16173
edece237 16174
81ecdfbb 16175as_fn_exit 0
edece237 16176_ACEOF
edece237
CV
16177ac_clean_files=$ac_clean_files_save
16178
81ecdfbb 16179test $ac_write_fail = 0 ||
d0ac1c44 16180 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16181
edece237
CV
16182
16183# configure is writing to config.log, and then calls config.status.
16184# config.status does its own redirection, appending to config.log.
16185# Unfortunately, on DOS this fails, as config.log is still kept open
16186# by configure, so config.status won't be able to write to it; its
16187# output is simply discarded. So we exec the FD to /dev/null,
16188# effectively closing config.log, so it can be properly (re)opened and
16189# appended to by config.status. When coming back to configure, we
16190# need to make the FD available again.
16191if test "$no_create" != yes; then
16192 ac_cs_success=:
16193 ac_config_status_args=
16194 test "$silent" = yes &&
16195 ac_config_status_args="$ac_config_status_args --quiet"
16196 exec 5>/dev/null
16197 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16198 exec 5>>config.log
16199 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16200 # would make configure fail if this is the last instruction.
d0ac1c44 16201 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16202fi
16203if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16205$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
edece237
CV
16206fi
16207
16208
This page took 1.508969 seconds and 4 git commands to generate.