]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/lm32/configure
sim: unify -Werror build settings
[thirdparty/binutils-gdb.git] / sim / lm32 / configure
CommitLineData
c28c63d8
JB
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
c28c63d8 8#
c28c63d8
JB
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c28c63d8 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 :
c28c63d8
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c28c63d8
JB
31fi
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 }
c28c63d8
JB
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
c28c63d8
JB
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
d6416cdc 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."
d6416cdc 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."
d6416cdc 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
c28c63d8 309
81ecdfbb
RW
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
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c28c63d8 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
c28c63d8
JB
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c28c63d8 464
d6416cdc
RW
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
c28c63d8 471
c28c63d8 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 |
c28c63d8 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
c28c63d8 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c28c63d8 490 t loop
81ecdfbb 491 s/-\n.*//
c28c63d8 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; }
c28c63d8 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
c28c63d8
JB
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
c28c63d8
JB
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
c28c63d8 519esac
d6416cdc 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
c28c63d8 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
c28c63d8 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 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'
c28c63d8
JB
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
c28c63d8 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c28c63d8
JB
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c28c63d8
JB
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c28c63d8 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c28c63d8
JB
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
c28c63d8
JB
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
c28c63d8 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
c28c63d8
JB
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
d6416cdc 586
c28c63d8
JB
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
c28c63d8
JB
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
c28c63d8
JB
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
c28c63d8
JB
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
c28c63d8
JB
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
c28c63d8
JB
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
c28c63d8
JB
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
c28c63d8
JB
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
c28c63d8
JB
623# include <inttypes.h>
624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
c28c63d8
JB
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638cgen
639cgendir
640CGEN_MAINT
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
677CCDEPMODE
678DEPDIR
679am__leading_dot
46f900c0 680C_DIALECT
81ecdfbb
RW
681RANLIB
682AR
c2783492 683LDFLAGS_FOR_BUILD
c25ea03d 684CFLAGS_FOR_BUILD
aa0fca16 685RANLIB_FOR_BUILD
81ecdfbb 686CC_FOR_BUILD
aa0fca16 687AR_FOR_BUILD
81ecdfbb
RW
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
2232061b
MF
691EGREP
692GREP
c2783492
MF
693CPP
694OBJEXT
695EXEEXT
696ac_ct_CC
697CPPFLAGS
698LDFLAGS
699CFLAGS
700CC
81ecdfbb
RW
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
81ecdfbb
RW
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
136da8cd 750SHELL
760b3e8b 751sim_scache
136da8cd
MF
752sim_inline
753sim_hw
754sim_hw_objs
755sim_hw_cflags
ba307cdd 756sim_default_model'
c28c63d8 757ac_subst_files=''
81ecdfbb
RW
758ac_user_opts='
759enable_option_checking
aadc9410 760with_system_zlib
6bb11ab3
L
761enable_plugins
762enable_shared
763enable_static
764with_pic
765enable_fast_install
766with_gnu_ld
767enable_libtool_lock
81ecdfbb 768enable_maintainer_mode
347fe5bb 769enable_sim_inline
81ecdfbb
RW
770enable_sim_scache
771enable_sim_default_model
982c3a65
MF
772enable_cgen_maint
773enable_sim_hardware
81ecdfbb
RW
774'
775 ac_precious_vars='build_alias
776host_alias
777target_alias
778CC
779CFLAGS
780LDFLAGS
781LIBS
782CPPFLAGS
783CPP'
784
c28c63d8
JB
785
786# Initialize some variables set by options.
787ac_init_help=
788ac_init_version=false
81ecdfbb
RW
789ac_unrecognized_opts=
790ac_unrecognized_sep=
c28c63d8
JB
791# The variables have the same names as the options, with
792# dashes changed to underlines.
793cache_file=/dev/null
794exec_prefix=NONE
795no_create=
796no_recursion=
797prefix=NONE
798program_prefix=NONE
799program_suffix=NONE
800program_transform_name=s,x,x,
801silent=
802site=
803srcdir=
804verbose=
805x_includes=NONE
806x_libraries=NONE
807
808# Installation directory options.
809# These are left unexpanded so users can "make install exec_prefix=/foo"
810# and all the variables that are supposed to be based on exec_prefix
811# by default will actually change.
812# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 813# (The list follows the same order as the GNU Coding Standards.)
c28c63d8
JB
814bindir='${exec_prefix}/bin'
815sbindir='${exec_prefix}/sbin'
816libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
817datarootdir='${prefix}/share'
818datadir='${datarootdir}'
c28c63d8
JB
819sysconfdir='${prefix}/etc'
820sharedstatedir='${prefix}/com'
821localstatedir='${prefix}/var'
822includedir='${prefix}/include'
823oldincludedir='/usr/include'
81ecdfbb
RW
824docdir='${datarootdir}/doc/${PACKAGE}'
825infodir='${datarootdir}/info'
826htmldir='${docdir}'
827dvidir='${docdir}'
828pdfdir='${docdir}'
829psdir='${docdir}'
830libdir='${exec_prefix}/lib'
831localedir='${datarootdir}/locale'
832mandir='${datarootdir}/man'
c28c63d8
JB
833
834ac_prev=
81ecdfbb 835ac_dashdash=
c28c63d8
JB
836for ac_option
837do
838 # If the previous option needs an argument, assign it.
839 if test -n "$ac_prev"; then
81ecdfbb 840 eval $ac_prev=\$ac_option
c28c63d8
JB
841 ac_prev=
842 continue
843 fi
844
81ecdfbb 845 case $ac_option in
d0ac1c44
SM
846 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
847 *=) ac_optarg= ;;
848 *) ac_optarg=yes ;;
81ecdfbb 849 esac
c28c63d8
JB
850
851 # Accept the important Cygnus configure options, so we can diagnose typos.
852
81ecdfbb
RW
853 case $ac_dashdash$ac_option in
854 --)
855 ac_dashdash=yes ;;
c28c63d8
JB
856
857 -bindir | --bindir | --bindi | --bind | --bin | --bi)
858 ac_prev=bindir ;;
859 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
860 bindir=$ac_optarg ;;
861
862 -build | --build | --buil | --bui | --bu)
863 ac_prev=build_alias ;;
864 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
865 build_alias=$ac_optarg ;;
866
867 -cache-file | --cache-file | --cache-fil | --cache-fi \
868 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
869 ac_prev=cache_file ;;
870 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
871 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
872 cache_file=$ac_optarg ;;
873
874 --config-cache | -C)
875 cache_file=config.cache ;;
876
81ecdfbb 877 -datadir | --datadir | --datadi | --datad)
c28c63d8 878 ac_prev=datadir ;;
81ecdfbb 879 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c28c63d8
JB
880 datadir=$ac_optarg ;;
881
81ecdfbb
RW
882 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
883 | --dataroo | --dataro | --datar)
884 ac_prev=datarootdir ;;
885 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
886 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
887 datarootdir=$ac_optarg ;;
888
c28c63d8 889 -disable-* | --disable-*)
81ecdfbb 890 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c28c63d8 891 # Reject names that are not valid shell variable names.
81ecdfbb 892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 893 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
894 ac_useropt_orig=$ac_useropt
895 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
896 case $ac_user_opts in
897 *"
898"enable_$ac_useropt"
899"*) ;;
900 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
901 ac_unrecognized_sep=', ';;
902 esac
903 eval enable_$ac_useropt=no ;;
904
905 -docdir | --docdir | --docdi | --doc | --do)
906 ac_prev=docdir ;;
907 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
908 docdir=$ac_optarg ;;
909
910 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
911 ac_prev=dvidir ;;
912 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
913 dvidir=$ac_optarg ;;
c28c63d8
JB
914
915 -enable-* | --enable-*)
81ecdfbb 916 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c28c63d8 917 # Reject names that are not valid shell variable names.
81ecdfbb 918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 919 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
923 *"
924"enable_$ac_useropt"
925"*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
c28c63d8 928 esac
81ecdfbb 929 eval enable_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
930
931 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933 | --exec | --exe | --ex)
934 ac_prev=exec_prefix ;;
935 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937 | --exec=* | --exe=* | --ex=*)
938 exec_prefix=$ac_optarg ;;
939
940 -gas | --gas | --ga | --g)
941 # Obsolete; use --with-gas.
942 with_gas=yes ;;
943
944 -help | --help | --hel | --he | -h)
945 ac_init_help=long ;;
946 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947 ac_init_help=recursive ;;
948 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949 ac_init_help=short ;;
950
951 -host | --host | --hos | --ho)
952 ac_prev=host_alias ;;
953 -host=* | --host=* | --hos=* | --ho=*)
954 host_alias=$ac_optarg ;;
955
81ecdfbb
RW
956 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
957 ac_prev=htmldir ;;
958 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
959 | --ht=*)
960 htmldir=$ac_optarg ;;
961
c28c63d8
JB
962 -includedir | --includedir | --includedi | --included | --include \
963 | --includ | --inclu | --incl | --inc)
964 ac_prev=includedir ;;
965 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966 | --includ=* | --inclu=* | --incl=* | --inc=*)
967 includedir=$ac_optarg ;;
968
969 -infodir | --infodir | --infodi | --infod | --info | --inf)
970 ac_prev=infodir ;;
971 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972 infodir=$ac_optarg ;;
973
974 -libdir | --libdir | --libdi | --libd)
975 ac_prev=libdir ;;
976 -libdir=* | --libdir=* | --libdi=* | --libd=*)
977 libdir=$ac_optarg ;;
978
979 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980 | --libexe | --libex | --libe)
981 ac_prev=libexecdir ;;
982 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983 | --libexe=* | --libex=* | --libe=*)
984 libexecdir=$ac_optarg ;;
985
81ecdfbb
RW
986 -localedir | --localedir | --localedi | --localed | --locale)
987 ac_prev=localedir ;;
988 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989 localedir=$ac_optarg ;;
990
c28c63d8 991 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 992 | --localstate | --localstat | --localsta | --localst | --locals)
c28c63d8
JB
993 ac_prev=localstatedir ;;
994 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 995 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c28c63d8
JB
996 localstatedir=$ac_optarg ;;
997
998 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
999 ac_prev=mandir ;;
1000 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 mandir=$ac_optarg ;;
1002
1003 -nfp | --nfp | --nf)
1004 # Obsolete; use --without-fp.
1005 with_fp=no ;;
1006
1007 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008 | --no-cr | --no-c | -n)
1009 no_create=yes ;;
1010
1011 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1013 no_recursion=yes ;;
1014
1015 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017 | --oldin | --oldi | --old | --ol | --o)
1018 ac_prev=oldincludedir ;;
1019 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022 oldincludedir=$ac_optarg ;;
1023
1024 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1025 ac_prev=prefix ;;
1026 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027 prefix=$ac_optarg ;;
1028
1029 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030 | --program-pre | --program-pr | --program-p)
1031 ac_prev=program_prefix ;;
1032 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034 program_prefix=$ac_optarg ;;
1035
1036 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037 | --program-suf | --program-su | --program-s)
1038 ac_prev=program_suffix ;;
1039 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041 program_suffix=$ac_optarg ;;
1042
1043 -program-transform-name | --program-transform-name \
1044 | --program-transform-nam | --program-transform-na \
1045 | --program-transform-n | --program-transform- \
1046 | --program-transform | --program-transfor \
1047 | --program-transfo | --program-transf \
1048 | --program-trans | --program-tran \
1049 | --progr-tra | --program-tr | --program-t)
1050 ac_prev=program_transform_name ;;
1051 -program-transform-name=* | --program-transform-name=* \
1052 | --program-transform-nam=* | --program-transform-na=* \
1053 | --program-transform-n=* | --program-transform-=* \
1054 | --program-transform=* | --program-transfor=* \
1055 | --program-transfo=* | --program-transf=* \
1056 | --program-trans=* | --program-tran=* \
1057 | --progr-tra=* | --program-tr=* | --program-t=*)
1058 program_transform_name=$ac_optarg ;;
1059
81ecdfbb
RW
1060 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1061 ac_prev=pdfdir ;;
1062 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063 pdfdir=$ac_optarg ;;
1064
1065 -psdir | --psdir | --psdi | --psd | --ps)
1066 ac_prev=psdir ;;
1067 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1068 psdir=$ac_optarg ;;
1069
c28c63d8
JB
1070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071 | -silent | --silent | --silen | --sile | --sil)
1072 silent=yes ;;
1073
1074 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1075 ac_prev=sbindir ;;
1076 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1077 | --sbi=* | --sb=*)
1078 sbindir=$ac_optarg ;;
1079
1080 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082 | --sharedst | --shareds | --shared | --share | --shar \
1083 | --sha | --sh)
1084 ac_prev=sharedstatedir ;;
1085 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1088 | --sha=* | --sh=*)
1089 sharedstatedir=$ac_optarg ;;
1090
1091 -site | --site | --sit)
1092 ac_prev=site ;;
1093 -site=* | --site=* | --sit=*)
1094 site=$ac_optarg ;;
1095
1096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1097 ac_prev=srcdir ;;
1098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099 srcdir=$ac_optarg ;;
1100
1101 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102 | --syscon | --sysco | --sysc | --sys | --sy)
1103 ac_prev=sysconfdir ;;
1104 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106 sysconfdir=$ac_optarg ;;
1107
1108 -target | --target | --targe | --targ | --tar | --ta | --t)
1109 ac_prev=target_alias ;;
1110 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111 target_alias=$ac_optarg ;;
1112
1113 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1114 verbose=yes ;;
1115
1116 -version | --version | --versio | --versi | --vers | -V)
1117 ac_init_version=: ;;
1118
1119 -with-* | --with-*)
81ecdfbb 1120 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c28c63d8 1121 # Reject names that are not valid shell variable names.
81ecdfbb 1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1123 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1127 *"
1128"with_$ac_useropt"
1129"*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
c28c63d8 1132 esac
81ecdfbb 1133 eval with_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
1134
1135 -without-* | --without-*)
81ecdfbb 1136 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c28c63d8 1137 # Reject names that are not valid shell variable names.
81ecdfbb 1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1139 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"with_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1148 esac
1149 eval with_$ac_useropt=no ;;
c28c63d8
JB
1150
1151 --x)
1152 # Obsolete; use --with-x.
1153 with_x=yes ;;
1154
1155 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1156 | --x-incl | --x-inc | --x-in | --x-i)
1157 ac_prev=x_includes ;;
1158 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1159 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1160 x_includes=$ac_optarg ;;
1161
1162 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1163 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1164 ac_prev=x_libraries ;;
1165 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1166 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167 x_libraries=$ac_optarg ;;
1168
d0ac1c44
SM
1169 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1170Try \`$0 --help' for more information"
c28c63d8
JB
1171 ;;
1172
1173 *=*)
1174 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1175 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1176 case $ac_envvar in #(
1177 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1178 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1179 esac
1180 eval $ac_envvar=\$ac_optarg
c28c63d8
JB
1181 export $ac_envvar ;;
1182
1183 *)
1184 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c28c63d8 1186 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1188 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c28c63d8
JB
1189 ;;
1190
1191 esac
1192done
1193
1194if test -n "$ac_prev"; then
1195 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1196 as_fn_error $? "missing argument to $ac_option"
c28c63d8
JB
1197fi
1198
81ecdfbb
RW
1199if test -n "$ac_unrecognized_opts"; then
1200 case $enable_option_checking in
1201 no) ;;
d0ac1c44 1202 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1203 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c28c63d8 1204 esac
81ecdfbb 1205fi
d6416cdc 1206
81ecdfbb
RW
1207# Check all directory arguments for consistency.
1208for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209 datadir sysconfdir sharedstatedir localstatedir includedir \
1210 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1211 libdir localedir mandir
d6416cdc 1212do
81ecdfbb
RW
1213 eval ac_val=\$$ac_var
1214 # Remove trailing slashes.
1215 case $ac_val in
1216 */ )
1217 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218 eval $ac_var=\$ac_val;;
1219 esac
1220 # Be sure to have absolute directory names.
c28c63d8 1221 case $ac_val in
81ecdfbb
RW
1222 [\\/$]* | ?:[\\/]* ) continue;;
1223 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c28c63d8 1224 esac
d0ac1c44 1225 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c28c63d8
JB
1226done
1227
1228# There might be people who depend on the old broken behavior: `$host'
1229# used to hold the argument of --host etc.
1230# FIXME: To remove some day.
1231build=$build_alias
1232host=$host_alias
1233target=$target_alias
1234
1235# FIXME: To remove some day.
1236if test "x$host_alias" != x; then
1237 if test "x$build_alias" = x; then
1238 cross_compiling=maybe
c28c63d8
JB
1239 elif test "x$build_alias" != "x$host_alias"; then
1240 cross_compiling=yes
1241 fi
1242fi
1243
1244ac_tool_prefix=
1245test -n "$host_alias" && ac_tool_prefix=$host_alias-
1246
1247test "$silent" = yes && exec 6>/dev/null
1248
1249
81ecdfbb
RW
1250ac_pwd=`pwd` && test -n "$ac_pwd" &&
1251ac_ls_di=`ls -di .` &&
1252ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1253 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1254test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1255 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1256
1257
c28c63d8
JB
1258# Find the source files, if location was not specified.
1259if test -z "$srcdir"; then
1260 ac_srcdir_defaulted=yes
81ecdfbb
RW
1261 # Try the directory containing this script, then the parent directory.
1262 ac_confdir=`$as_dirname -- "$as_myself" ||
1263$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1264 X"$as_myself" : 'X\(//\)[^/]' \| \
1265 X"$as_myself" : 'X\(//\)$' \| \
1266 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1267$as_echo X"$as_myself" |
1268 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\/\)[^/].*/{
1273 s//\1/
1274 q
1275 }
1276 /^X\(\/\/\)$/{
1277 s//\1/
1278 q
1279 }
1280 /^X\(\/\).*/{
1281 s//\1/
1282 q
1283 }
1284 s/.*/./; q'`
c28c63d8 1285 srcdir=$ac_confdir
81ecdfbb 1286 if test ! -r "$srcdir/$ac_unique_file"; then
c28c63d8
JB
1287 srcdir=..
1288 fi
1289else
1290 ac_srcdir_defaulted=no
1291fi
81ecdfbb
RW
1292if test ! -r "$srcdir/$ac_unique_file"; then
1293 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1294 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1295fi
1296ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1297ac_abs_confdir=`(
d0ac1c44 1298 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1299 pwd)`
1300# When building in place, set srcdir=.
1301if test "$ac_abs_confdir" = "$ac_pwd"; then
1302 srcdir=.
1303fi
1304# Remove unnecessary trailing slashes from srcdir.
1305# Double slashes in file names in object file debugging info
1306# mess up M-x gdb in Emacs.
1307case $srcdir in
1308*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1309esac
1310for ac_var in $ac_precious_vars; do
1311 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1312 eval ac_env_${ac_var}_value=\$${ac_var}
1313 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1314 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1315done
c28c63d8
JB
1316
1317#
1318# Report the --help message.
1319#
1320if test "$ac_init_help" = "long"; then
1321 # Omit some internal or obsolete options to make the list less imposing.
1322 # This message is too long to be a string in the A/UX 3.1 sh.
1323 cat <<_ACEOF
1324\`configure' configures this package to adapt to many kinds of systems.
1325
1326Usage: $0 [OPTION]... [VAR=VALUE]...
1327
1328To assign environment variables (e.g., CC, CFLAGS...), specify them as
1329VAR=VALUE. See below for descriptions of some of the useful variables.
1330
1331Defaults for the options are specified in brackets.
1332
1333Configuration:
1334 -h, --help display this help and exit
1335 --help=short display options specific to this package
1336 --help=recursive display the short help of all the included packages
1337 -V, --version display version information and exit
d0ac1c44 1338 -q, --quiet, --silent do not print \`checking ...' messages
c28c63d8
JB
1339 --cache-file=FILE cache test results in FILE [disabled]
1340 -C, --config-cache alias for \`--cache-file=config.cache'
1341 -n, --no-create do not create output files
1342 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1343
1344Installation directories:
1345 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1346 [$ac_default_prefix]
c28c63d8 1347 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1348 [PREFIX]
c28c63d8
JB
1349
1350By default, \`make install' will install all the files in
1351\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1352an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1353for instance \`--prefix=\$HOME'.
1354
1355For better control, use the options below.
1356
1357Fine tuning of the installation directories:
81ecdfbb
RW
1358 --bindir=DIR user executables [EPREFIX/bin]
1359 --sbindir=DIR system admin executables [EPREFIX/sbin]
1360 --libexecdir=DIR program executables [EPREFIX/libexec]
1361 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1362 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1363 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1364 --libdir=DIR object code libraries [EPREFIX/lib]
1365 --includedir=DIR C header files [PREFIX/include]
1366 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1367 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1368 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1369 --infodir=DIR info documentation [DATAROOTDIR/info]
1370 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1371 --mandir=DIR man documentation [DATAROOTDIR/man]
1372 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1373 --htmldir=DIR html documentation [DOCDIR]
1374 --dvidir=DIR dvi documentation [DOCDIR]
1375 --pdfdir=DIR pdf documentation [DOCDIR]
1376 --psdir=DIR ps documentation [DOCDIR]
c28c63d8
JB
1377_ACEOF
1378
1379 cat <<\_ACEOF
1380
1381Program names:
1382 --program-prefix=PREFIX prepend PREFIX to installed program names
1383 --program-suffix=SUFFIX append SUFFIX to installed program names
1384 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1385
1386System types:
1387 --build=BUILD configure for building on BUILD [guessed]
1388 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1389 --target=TARGET configure for building compilers for TARGET [HOST]
1390_ACEOF
1391fi
1392
1393if test -n "$ac_init_help"; then
1394
1395 cat <<\_ACEOF
1396
1397Optional Features:
81ecdfbb 1398 --disable-option-checking ignore unrecognized --enable/--with options
c28c63d8
JB
1399 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1400 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1401 --enable-plugins Enable support for plugins
6bb11ab3
L
1402 --enable-shared[=PKGS] build shared libraries [default=yes]
1403 --enable-static[=PKGS] build static libraries [default=yes]
1404 --enable-fast-install[=PKGS]
1405 optimize for fast installation [default=yes]
1406 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1407 --enable-maintainer-mode
1408 enable make rules and dependencies not useful (and
1409 sometimes confusing) to the casual installer
347fe5bb
MF
1410 --enable-sim-inline=inlines
1411 Specify which functions should be inlined
8d0978fb
MF
1412 --enable-sim-scache=size
1413 Specify simulator execution cache size
1414 --enable-sim-default-model=model
1415 Specify default model to simulate
982c3a65
MF
1416 --enable-cgen-maint=DIR build cgen generated files
1417 --enable-sim-hardware=LIST
1418 Specify the hardware to be included in the build.
c28c63d8
JB
1419
1420Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1423 --with-system-zlib use installed libz
6bb11ab3
L
1424 --with-pic try to use only PIC/non-PIC objects [default=use
1425 both]
1426 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
c28c63d8
JB
1427
1428Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
81ecdfbb 1433 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1434 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1435 you have headers in a nonstandard directory <include dir>
c28c63d8
JB
1436 CPP C preprocessor
1437
1438Use these variables to override the choices made by `configure' or to help
1439it to find libraries and programs with nonstandard names/locations.
1440
81ecdfbb 1441Report bugs to the package provider.
c28c63d8 1442_ACEOF
81ecdfbb 1443ac_status=$?
c28c63d8
JB
1444fi
1445
1446if test "$ac_init_help" = "recursive"; then
1447 # If there are subdirs, report their specific --help.
1448 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1449 test -d "$ac_dir" ||
1450 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1451 continue
c28c63d8
JB
1452 ac_builddir=.
1453
81ecdfbb
RW
1454case "$ac_dir" in
1455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456*)
1457 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463 esac ;;
1464esac
1465ac_abs_top_builddir=$ac_pwd
1466ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467# for backward compatibility:
1468ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
1469
1470case $srcdir in
81ecdfbb 1471 .) # We are building in place.
c28c63d8 1472 ac_srcdir=.
81ecdfbb
RW
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 1476 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1479 *) # Relative name.
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d6416cdc 1483esac
81ecdfbb
RW
1484ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1485
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure" --help=recursive
c28c63d8 1494 else
81ecdfbb
RW
1495 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496 fi || ac_status=$?
1497 cd "$ac_pwd" || { ac_status=$?; break; }
c28c63d8
JB
1498 done
1499fi
1500
81ecdfbb 1501test -n "$ac_init_help" && exit $ac_status
c28c63d8
JB
1502if $ac_init_version; then
1503 cat <<\_ACEOF
81ecdfbb 1504configure
d0ac1c44 1505generated by GNU Autoconf 2.69
c28c63d8 1506
d0ac1c44 1507Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
1508This configure script is free software; the Free Software Foundation
1509gives unlimited permission to copy, distribute and modify it.
1510_ACEOF
81ecdfbb 1511 exit
c28c63d8 1512fi
c28c63d8 1513
81ecdfbb
RW
1514## ------------------------ ##
1515## Autoconf initialization. ##
1516## ------------------------ ##
c28c63d8 1517
81ecdfbb
RW
1518# ac_fn_c_try_compile LINENO
1519# --------------------------
1520# Try to compile conftest.$ac_ext, and return whether this succeeded.
1521ac_fn_c_try_compile ()
c28c63d8 1522{
81ecdfbb
RW
1523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524 rm -f conftest.$ac_objext
1525 if { { ac_try="$ac_compile"
1526case "(($ac_try" in
1527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528 *) ac_try_echo=$ac_try;;
1529esac
1530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531$as_echo "$ac_try_echo"; } >&5
1532 (eval "$ac_compile") 2>conftest.err
1533 ac_status=$?
1534 if test -s conftest.err; then
1535 grep -v '^ *+' conftest.err >conftest.er1
1536 cat conftest.er1 >&5
1537 mv -f conftest.er1 conftest.err
1538 fi
1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540 test $ac_status = 0; } && {
1541 test -z "$ac_c_werror_flag" ||
1542 test ! -s conftest.err
1543 } && test -s conftest.$ac_objext; then :
1544 ac_retval=0
1545else
1546 $as_echo "$as_me: failed program was:" >&5
1547sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1548
81ecdfbb
RW
1549 ac_retval=1
1550fi
d0ac1c44
SM
1551 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552 as_fn_set_status $ac_retval
c28c63d8 1553
81ecdfbb 1554} # ac_fn_c_try_compile
c28c63d8 1555
81ecdfbb
RW
1556# ac_fn_c_try_cpp LINENO
1557# ----------------------
1558# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_cpp ()
1560{
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 if { { ac_try="$ac_cpp conftest.$ac_ext"
1563case "(($ac_try" in
1564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1565 *) ac_try_echo=$ac_try;;
1566esac
1567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568$as_echo "$ac_try_echo"; } >&5
1569 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1570 ac_status=$?
1571 if test -s conftest.err; then
1572 grep -v '^ *+' conftest.err >conftest.er1
1573 cat conftest.er1 >&5
1574 mv -f conftest.er1 conftest.err
1575 fi
1576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1577 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1578 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1579 test ! -s conftest.err
1580 }; then :
1581 ac_retval=0
1582else
1583 $as_echo "$as_me: failed program was:" >&5
1584sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1585
81ecdfbb
RW
1586 ac_retval=1
1587fi
d0ac1c44
SM
1588 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1589 as_fn_set_status $ac_retval
c28c63d8 1590
81ecdfbb 1591} # ac_fn_c_try_cpp
c28c63d8 1592
81ecdfbb
RW
1593# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1594# -------------------------------------------------------
1595# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1596# the include files in INCLUDES and setting the cache variable VAR
1597# accordingly.
1598ac_fn_c_check_header_mongrel ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1601 if eval \${$3+:} false; then :
81ecdfbb
RW
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1604if eval \${$3+:} false; then :
81ecdfbb
RW
1605 $as_echo_n "(cached) " >&6
1606fi
1607eval ac_res=\$$3
1608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1609$as_echo "$ac_res" >&6; }
1610else
1611 # Is the header compilable?
1612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1613$as_echo_n "checking $2 usability... " >&6; }
1614cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615/* end confdefs.h. */
1616$4
1617#include <$2>
1618_ACEOF
1619if ac_fn_c_try_compile "$LINENO"; then :
1620 ac_header_compiler=yes
1621else
1622 ac_header_compiler=no
1623fi
1624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1626$as_echo "$ac_header_compiler" >&6; }
1627
1628# Is the header present?
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1630$as_echo_n "checking $2 presence... " >&6; }
1631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1632/* end confdefs.h. */
1633#include <$2>
1634_ACEOF
1635if ac_fn_c_try_cpp "$LINENO"; then :
1636 ac_header_preproc=yes
1637else
1638 ac_header_preproc=no
1639fi
d0ac1c44 1640rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1642$as_echo "$ac_header_preproc" >&6; }
1643
1644# So? What about this header?
1645case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1646 yes:no: )
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1648$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652 no:yes:* )
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1654$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1656$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1658$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1660$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663 ;;
1664esac
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1667if eval \${$3+:} false; then :
81ecdfbb
RW
1668 $as_echo_n "(cached) " >&6
1669else
1670 eval "$3=\$ac_header_compiler"
1671fi
1672eval ac_res=\$$3
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1674$as_echo "$ac_res" >&6; }
1675fi
d0ac1c44 1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1677
1678} # ac_fn_c_check_header_mongrel
1679
1680# ac_fn_c_try_run LINENO
1681# ----------------------
1682# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1683# that executables *can* be run.
1684ac_fn_c_try_run ()
1685{
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_link"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_link") 2>&5
1695 ac_status=$?
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1698 { { case "(($ac_try" in
1699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700 *) ac_try_echo=$ac_try;;
1701esac
1702eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703$as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_try") 2>&5
1705 ac_status=$?
1706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1707 test $ac_status = 0; }; }; then :
1708 ac_retval=0
1709else
1710 $as_echo "$as_me: program exited with status $ac_status" >&5
1711 $as_echo "$as_me: failed program was:" >&5
1712sed 's/^/| /' conftest.$ac_ext >&5
1713
1714 ac_retval=$ac_status
1715fi
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1717 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718 as_fn_set_status $ac_retval
81ecdfbb
RW
1719
1720} # ac_fn_c_try_run
1721
1722# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1723# -------------------------------------------------------
1724# Tests whether HEADER exists and can be compiled using the include files in
1725# INCLUDES, setting the cache variable VAR accordingly.
1726ac_fn_c_check_header_compile ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1730$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1731if eval \${$3+:} false; then :
81ecdfbb
RW
1732 $as_echo_n "(cached) " >&6
1733else
1734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h. */
1736$4
1737#include <$2>
1738_ACEOF
1739if ac_fn_c_try_compile "$LINENO"; then :
1740 eval "$3=yes"
1741else
1742 eval "$3=no"
1743fi
1744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1745fi
1746eval ac_res=\$$3
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1748$as_echo "$ac_res" >&6; }
d0ac1c44 1749 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1750
1751} # ac_fn_c_check_header_compile
1752
1753# ac_fn_c_try_link LINENO
1754# -----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded.
1756ac_fn_c_try_link ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 rm -f conftest.$ac_objext conftest$ac_exeext
1760 if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>conftest.err
1768 ac_status=$?
1769 if test -s conftest.err; then
1770 grep -v '^ *+' conftest.err >conftest.er1
1771 cat conftest.er1 >&5
1772 mv -f conftest.er1 conftest.err
1773 fi
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && {
1776 test -z "$ac_c_werror_flag" ||
1777 test ! -s conftest.err
1778 } && test -s conftest$ac_exeext && {
1779 test "$cross_compiling" = yes ||
d0ac1c44 1780 test -x conftest$ac_exeext
81ecdfbb
RW
1781 }; then :
1782 ac_retval=0
1783else
1784 $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=1
1788fi
1789 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1790 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1791 # interfere with the next link command; also delete a directory that is
1792 # left behind by Apple's compiler. We do this before executing the actions.
1793 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1794 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 as_fn_set_status $ac_retval
81ecdfbb
RW
1796
1797} # ac_fn_c_try_link
1798
1799# ac_fn_c_check_func LINENO FUNC VAR
1800# ----------------------------------
1801# Tests whether FUNC exists, setting the cache variable VAR accordingly
1802ac_fn_c_check_func ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1807if eval \${$3+:} false; then :
81ecdfbb
RW
1808 $as_echo_n "(cached) " >&6
1809else
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h. */
1812/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1814#define $2 innocuous_$2
1815
1816/* System header to define __stub macros and hopefully few prototypes,
1817 which can conflict with char $2 (); below.
1818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1819 <limits.h> exists even on freestanding compilers. */
1820
1821#ifdef __STDC__
1822# include <limits.h>
1823#else
1824# include <assert.h>
1825#endif
1826
1827#undef $2
1828
1829/* Override any GCC internal prototype to avoid an error.
1830 Use char because int might match the return type of a GCC
1831 builtin and then its argument prototype would still apply. */
1832#ifdef __cplusplus
1833extern "C"
1834#endif
1835char $2 ();
1836/* The GNU C library defines this for functions which it implements
1837 to always fail with ENOSYS. Some functions are actually named
1838 something starting with __ and the normal name is an alias. */
1839#if defined __stub_$2 || defined __stub___$2
1840choke me
1841#endif
1842
1843int
1844main ()
1845{
1846return $2 ();
1847 ;
1848 return 0;
1849}
1850_ACEOF
1851if ac_fn_c_try_link "$LINENO"; then :
1852 eval "$3=yes"
1853else
1854 eval "$3=no"
1855fi
1856rm -f core conftest.err conftest.$ac_objext \
1857 conftest$ac_exeext conftest.$ac_ext
1858fi
1859eval ac_res=\$$3
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1861$as_echo "$ac_res" >&6; }
d0ac1c44 1862 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1863
1864} # ac_fn_c_check_func
1865cat >config.log <<_ACEOF
1866This file contains any messages produced by compilers while
1867running configure, to aid debugging if configure makes a mistake.
1868
1869It was created by $as_me, which was
d0ac1c44 1870generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1871
1872 $ $0 $@
1873
1874_ACEOF
1875exec 5>>config.log
1876{
1877cat <<_ASUNAME
1878## --------- ##
1879## Platform. ##
1880## --------- ##
1881
1882hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1883uname -m = `(uname -m) 2>/dev/null || echo unknown`
1884uname -r = `(uname -r) 2>/dev/null || echo unknown`
1885uname -s = `(uname -s) 2>/dev/null || echo unknown`
1886uname -v = `(uname -v) 2>/dev/null || echo unknown`
1887
1888/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1889/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1890
1891/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1892/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1893/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1894/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1895/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1896/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1897/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1898
1899_ASUNAME
1900
1901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1902for as_dir in $PATH
1903do
1904 IFS=$as_save_IFS
1905 test -z "$as_dir" && as_dir=.
1906 $as_echo "PATH: $as_dir"
1907 done
1908IFS=$as_save_IFS
1909
1910} >&5
1911
1912cat >&5 <<_ACEOF
1913
1914
1915## ----------- ##
1916## Core tests. ##
c28c63d8
JB
1917## ----------- ##
1918
1919_ACEOF
1920
1921
1922# Keep a trace of the command line.
1923# Strip out --no-create and --no-recursion so they do not pile up.
1924# Strip out --silent because we don't want to record it for future runs.
1925# Also quote any args containing shell meta-characters.
1926# Make two passes to allow for proper duplicate-argument suppression.
1927ac_configure_args=
1928ac_configure_args0=
1929ac_configure_args1=
1930ac_must_keep_next=false
1931for ac_pass in 1 2
1932do
1933 for ac_arg
1934 do
1935 case $ac_arg in
1936 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1937 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1938 | -silent | --silent | --silen | --sile | --sil)
1939 continue ;;
81ecdfbb
RW
1940 *\'*)
1941 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
1942 esac
1943 case $ac_pass in
81ecdfbb 1944 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c28c63d8 1945 2)
81ecdfbb 1946 as_fn_append ac_configure_args1 " '$ac_arg'"
c28c63d8
JB
1947 if test $ac_must_keep_next = true; then
1948 ac_must_keep_next=false # Got value, back to normal.
1949 else
1950 case $ac_arg in
1951 *=* | --config-cache | -C | -disable-* | --disable-* \
1952 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1953 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1954 | -with-* | --with-* | -without-* | --without-* | --x)
1955 case "$ac_configure_args0 " in
1956 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1957 esac
1958 ;;
1959 -* ) ac_must_keep_next=true ;;
1960 esac
1961 fi
81ecdfbb 1962 as_fn_append ac_configure_args " '$ac_arg'"
c28c63d8
JB
1963 ;;
1964 esac
1965 done
1966done
81ecdfbb
RW
1967{ ac_configure_args0=; unset ac_configure_args0;}
1968{ ac_configure_args1=; unset ac_configure_args1;}
c28c63d8
JB
1969
1970# When interrupted or exit'd, cleanup temporary files, and complete
1971# config.log. We remove comments because anyway the quotes in there
1972# would cause problems or look ugly.
81ecdfbb
RW
1973# WARNING: Use '\'' to represent an apostrophe within the trap.
1974# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c28c63d8
JB
1975trap 'exit_status=$?
1976 # Save into config.log some information that might help in debugging.
1977 {
1978 echo
1979
d0ac1c44 1980 $as_echo "## ---------------- ##
c28c63d8 1981## Cache variables. ##
d0ac1c44 1982## ---------------- ##"
c28c63d8
JB
1983 echo
1984 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1985(
1986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1987 eval ac_val=\$$ac_var
1988 case $ac_val in #(
1989 *${as_nl}*)
1990 case $ac_var in #(
1991 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1992$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1993 esac
1994 case $ac_var in #(
1995 _ | IFS | as_nl) ;; #(
1996 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1997 *) { eval $ac_var=; unset $ac_var;} ;;
1998 esac ;;
1999 esac
2000 done
c28c63d8 2001 (set) 2>&1 |
81ecdfbb
RW
2002 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2003 *${as_nl}ac_space=\ *)
c28c63d8 2004 sed -n \
81ecdfbb
RW
2005 "s/'\''/'\''\\\\'\'''\''/g;
2006 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2007 ;; #(
c28c63d8 2008 *)
81ecdfbb 2009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 2010 ;;
81ecdfbb
RW
2011 esac |
2012 sort
2013)
c28c63d8
JB
2014 echo
2015
d0ac1c44 2016 $as_echo "## ----------------- ##
c28c63d8 2017## Output variables. ##
d0ac1c44 2018## ----------------- ##"
c28c63d8
JB
2019 echo
2020 for ac_var in $ac_subst_vars
2021 do
81ecdfbb
RW
2022 eval ac_val=\$$ac_var
2023 case $ac_val in
2024 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2025 esac
2026 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2027 done | sort
2028 echo
2029
2030 if test -n "$ac_subst_files"; then
d0ac1c44 2031 $as_echo "## ------------------- ##
81ecdfbb 2032## File substitutions. ##
d0ac1c44 2033## ------------------- ##"
c28c63d8
JB
2034 echo
2035 for ac_var in $ac_subst_files
2036 do
81ecdfbb
RW
2037 eval ac_val=\$$ac_var
2038 case $ac_val in
2039 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2040 esac
2041 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2042 done | sort
2043 echo
2044 fi
2045
2046 if test -s confdefs.h; then
d0ac1c44 2047 $as_echo "## ----------- ##
c28c63d8 2048## confdefs.h. ##
d0ac1c44 2049## ----------- ##"
c28c63d8 2050 echo
81ecdfbb 2051 cat confdefs.h
c28c63d8
JB
2052 echo
2053 fi
2054 test "$ac_signal" != 0 &&
81ecdfbb
RW
2055 $as_echo "$as_me: caught signal $ac_signal"
2056 $as_echo "$as_me: exit $exit_status"
c28c63d8 2057 } >&5
81ecdfbb
RW
2058 rm -f core *.core core.conftest.* &&
2059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c28c63d8 2060 exit $exit_status
81ecdfbb 2061' 0
c28c63d8 2062for ac_signal in 1 2 13 15; do
81ecdfbb 2063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c28c63d8
JB
2064done
2065ac_signal=0
2066
2067# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2068rm -f -r conftest* confdefs.h
2069
2070$as_echo "/* confdefs.h */" > confdefs.h
c28c63d8
JB
2071
2072# Predefined preprocessor variables.
2073
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_NAME "$PACKAGE_NAME"
2076_ACEOF
2077
c28c63d8
JB
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2080_ACEOF
2081
c28c63d8
JB
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_VERSION "$PACKAGE_VERSION"
2084_ACEOF
2085
c28c63d8
JB
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_STRING "$PACKAGE_STRING"
2088_ACEOF
2089
c28c63d8
JB
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092_ACEOF
2093
81ecdfbb
RW
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_URL "$PACKAGE_URL"
2096_ACEOF
2097
c28c63d8
JB
2098
2099# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2100# Prefer an explicitly selected file to automatically selected ones.
2101ac_site_file1=NONE
2102ac_site_file2=NONE
2103if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2104 # We do not want a PATH search for config.site.
2105 case $CONFIG_SITE in #((
2106 -*) ac_site_file1=./$CONFIG_SITE;;
2107 */*) ac_site_file1=$CONFIG_SITE;;
2108 *) ac_site_file1=./$CONFIG_SITE;;
2109 esac
81ecdfbb
RW
2110elif test "x$prefix" != xNONE; then
2111 ac_site_file1=$prefix/share/config.site
2112 ac_site_file2=$prefix/etc/config.site
2113else
2114 ac_site_file1=$ac_default_prefix/share/config.site
2115 ac_site_file2=$ac_default_prefix/etc/config.site
2116fi
2117for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2118do
2119 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2120 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2122$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c28c63d8 2123 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2124 . "$ac_site_file" \
2125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2126$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2127as_fn_error $? "failed to load site script $ac_site_file
2128See \`config.log' for more details" "$LINENO" 5; }
c28c63d8
JB
2129 fi
2130done
2131
2132if test -r "$cache_file"; then
d0ac1c44
SM
2133 # Some versions of bash will fail to source /dev/null (special files
2134 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2135 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2137$as_echo "$as_me: loading cache $cache_file" >&6;}
c28c63d8 2138 case $cache_file in
81ecdfbb
RW
2139 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2140 *) . "./$cache_file";;
c28c63d8
JB
2141 esac
2142 fi
2143else
81ecdfbb
RW
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2145$as_echo "$as_me: creating cache $cache_file" >&6;}
c28c63d8
JB
2146 >$cache_file
2147fi
2148
2149# Check that the precious variables saved in the cache have kept the same
2150# value.
2151ac_cache_corrupted=false
81ecdfbb 2152for ac_var in $ac_precious_vars; do
c28c63d8
JB
2153 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2154 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2155 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2156 eval ac_new_val=\$ac_env_${ac_var}_value
c28c63d8
JB
2157 case $ac_old_set,$ac_new_set in
2158 set,)
81ecdfbb
RW
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2160$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c28c63d8
JB
2161 ac_cache_corrupted=: ;;
2162 ,set)
81ecdfbb
RW
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2164$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c28c63d8
JB
2165 ac_cache_corrupted=: ;;
2166 ,);;
2167 *)
2168 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2169 # differences in whitespace do not lead to failure.
2170 ac_old_val_w=`echo x $ac_old_val`
2171 ac_new_val_w=`echo x $ac_new_val`
2172 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2174$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2175 ac_cache_corrupted=:
2176 else
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2178$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2179 eval $ac_var=\$ac_old_val
2180 fi
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2182$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2184$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c28c63d8
JB
2185 fi;;
2186 esac
2187 # Pass precious variables to config.status.
2188 if test "$ac_new_set" = set; then
2189 case $ac_new_val in
81ecdfbb 2190 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
2191 *) ac_arg=$ac_var=$ac_new_val ;;
2192 esac
2193 case " $ac_configure_args " in
2194 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2195 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c28c63d8
JB
2196 esac
2197 fi
2198done
2199if $ac_cache_corrupted; then
81ecdfbb
RW
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2203$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c28c63d8 2205fi
81ecdfbb
RW
2206## -------------------- ##
2207## Main body of script. ##
2208## -------------------- ##
c28c63d8 2209
d6416cdc
RW
2210ac_ext=c
2211ac_cpp='$CPP $CPPFLAGS'
2212ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2213ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2214ac_compiler_gnu=$ac_cv_c_compiler_gnu
2215
c28c63d8 2216
6bb11ab3
L
2217
2218
2219
2220
2221
c2783492
MF
2222ac_aux_dir=
2223for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2224 if test -f "$ac_dir/install-sh"; then
2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/install-sh -c"
2227 break
2228 elif test -f "$ac_dir/install.sh"; then
2229 ac_aux_dir=$ac_dir
2230 ac_install_sh="$ac_aux_dir/install.sh -c"
2231 break
2232 elif test -f "$ac_dir/shtool"; then
2233 ac_aux_dir=$ac_dir
2234 ac_install_sh="$ac_aux_dir/shtool install -c"
2235 break
2236 fi
2237done
2238if test -z "$ac_aux_dir"; then
2239 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2240fi
2241
2242# These three variables are undocumented and unsupported,
2243# and are intended to be withdrawn in a future Autoconf release.
2244# They can cause serious problems if a builder's source tree is in a directory
2245# whose full name contains unusual characters.
2246ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2247ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2248ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2249
2250
2251# Make sure we can run config.sub.
2252$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2253 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2254
2255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2256$as_echo_n "checking build system type... " >&6; }
2257if ${ac_cv_build+:} false; then :
2258 $as_echo_n "(cached) " >&6
2259else
2260 ac_build_alias=$build_alias
2261test "x$ac_build_alias" = x &&
2262 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2263test "x$ac_build_alias" = x &&
2264 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2265ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2266 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2267
2268fi
2269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2270$as_echo "$ac_cv_build" >&6; }
2271case $ac_cv_build in
2272*-*-*) ;;
2273*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2274esac
2275build=$ac_cv_build
2276ac_save_IFS=$IFS; IFS='-'
2277set x $ac_cv_build
2278shift
2279build_cpu=$1
2280build_vendor=$2
2281shift; shift
2282# Remember, the first character of IFS is used to create $*,
2283# except with old shells:
2284build_os=$*
2285IFS=$ac_save_IFS
2286case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2287
2288
2289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2290$as_echo_n "checking host system type... " >&6; }
2291if ${ac_cv_host+:} false; then :
2292 $as_echo_n "(cached) " >&6
2293else
2294 if test "x$host_alias" = x; then
2295 ac_cv_host=$ac_cv_build
2296else
2297 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2298 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2299fi
2300
2301fi
2302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2303$as_echo "$ac_cv_host" >&6; }
2304case $ac_cv_host in
2305*-*-*) ;;
2306*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2307esac
2308host=$ac_cv_host
2309ac_save_IFS=$IFS; IFS='-'
2310set x $ac_cv_host
2311shift
2312host_cpu=$1
2313host_vendor=$2
2314shift; shift
2315# Remember, the first character of IFS is used to create $*,
2316# except with old shells:
2317host_os=$*
2318IFS=$ac_save_IFS
2319case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2320
2321
2322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2323$as_echo_n "checking target system type... " >&6; }
2324if ${ac_cv_target+:} false; then :
2325 $as_echo_n "(cached) " >&6
2326else
2327 if test "x$target_alias" = x; then
2328 ac_cv_target=$ac_cv_host
2329else
2330 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2331 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2332fi
2333
2334fi
2335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2336$as_echo "$ac_cv_target" >&6; }
2337case $ac_cv_target in
2338*-*-*) ;;
2339*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2340esac
2341target=$ac_cv_target
2342ac_save_IFS=$IFS; IFS='-'
2343set x $ac_cv_target
2344shift
2345target_cpu=$1
2346target_vendor=$2
2347shift; shift
2348# Remember, the first character of IFS is used to create $*,
2349# except with old shells:
2350target_os=$*
2351IFS=$ac_save_IFS
2352case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2353
2354
2355# The aliases save the names the user supplied, while $host etc.
2356# will get canonicalized.
2357test -n "$target_alias" &&
2358 test "$program_prefix$program_suffix$program_transform_name" = \
2359 NONENONEs,x,x, &&
2360 program_prefix=${target_alias}-
6bb11ab3
L
2361ac_ext=c
2362ac_cpp='$CPP $CPPFLAGS'
2363ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2364ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2365ac_compiler_gnu=$ac_cv_c_compiler_gnu
2366if test -n "$ac_tool_prefix"; then
2367 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2368set dummy ${ac_tool_prefix}gcc; ac_word=$2
2369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2370$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2371if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2372 $as_echo_n "(cached) " >&6
2373else
2374 if test -n "$CC"; then
2375 ac_cv_prog_CC="$CC" # Let the user override the test.
2376else
2377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378for as_dir in $PATH
2379do
2380 IFS=$as_save_IFS
2381 test -z "$as_dir" && as_dir=.
2382 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2384 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2386 break 2
2387 fi
2388done
2389 done
2390IFS=$as_save_IFS
2391
2392fi
2393fi
2394CC=$ac_cv_prog_CC
2395if test -n "$CC"; then
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2397$as_echo "$CC" >&6; }
2398else
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2400$as_echo "no" >&6; }
2401fi
2402
2403
2404fi
2405if test -z "$ac_cv_prog_CC"; then
2406 ac_ct_CC=$CC
2407 # Extract the first word of "gcc", so it can be a program name with args.
2408set dummy gcc; ac_word=$2
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2411if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2412 $as_echo_n "(cached) " >&6
2413else
2414 if test -n "$ac_ct_CC"; then
2415 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2416else
2417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418for as_dir in $PATH
2419do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
2422 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2423 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2424 ac_cv_prog_ac_ct_CC="gcc"
2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2426 break 2
2427 fi
2428done
2429 done
2430IFS=$as_save_IFS
2431
2432fi
2433fi
2434ac_ct_CC=$ac_cv_prog_ac_ct_CC
2435if test -n "$ac_ct_CC"; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2437$as_echo "$ac_ct_CC" >&6; }
2438else
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
2441fi
2442
2443 if test "x$ac_ct_CC" = x; then
2444 CC=""
2445 else
2446 case $cross_compiling:$ac_tool_warned in
2447yes:)
2448{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2449$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2450ac_tool_warned=yes ;;
2451esac
2452 CC=$ac_ct_CC
2453 fi
2454else
2455 CC="$ac_cv_prog_CC"
2456fi
2457
2458if test -z "$CC"; then
2459 if test -n "$ac_tool_prefix"; then
2460 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2461set dummy ${ac_tool_prefix}cc; ac_word=$2
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2463$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2464if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2465 $as_echo_n "(cached) " >&6
2466else
2467 if test -n "$CC"; then
2468 ac_cv_prog_CC="$CC" # Let the user override the test.
2469else
2470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2471for as_dir in $PATH
2472do
2473 IFS=$as_save_IFS
2474 test -z "$as_dir" && as_dir=.
2475 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2477 ac_cv_prog_CC="${ac_tool_prefix}cc"
2478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2479 break 2
2480 fi
2481done
2482 done
2483IFS=$as_save_IFS
2484
2485fi
2486fi
2487CC=$ac_cv_prog_CC
2488if test -n "$CC"; then
2489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2490$as_echo "$CC" >&6; }
2491else
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2493$as_echo "no" >&6; }
2494fi
2495
2496
2497 fi
2498fi
2499if test -z "$CC"; then
2500 # Extract the first word of "cc", so it can be a program name with args.
2501set dummy cc; ac_word=$2
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2504if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2505 $as_echo_n "(cached) " >&6
2506else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
2510 ac_prog_rejected=no
2511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512for as_dir in $PATH
2513do
2514 IFS=$as_save_IFS
2515 test -z "$as_dir" && as_dir=.
2516 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2518 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2519 ac_prog_rejected=yes
2520 continue
2521 fi
2522 ac_cv_prog_CC="cc"
2523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2524 break 2
2525 fi
2526done
2527 done
2528IFS=$as_save_IFS
2529
2530if test $ac_prog_rejected = yes; then
2531 # We found a bogon in the path, so make sure we never use it.
2532 set dummy $ac_cv_prog_CC
2533 shift
2534 if test $# != 0; then
2535 # We chose a different compiler from the bogus one.
2536 # However, it has the same basename, so the bogon will be chosen
2537 # first if we set CC to just the basename; use the full file name.
2538 shift
2539 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2540 fi
2541fi
2542fi
2543fi
2544CC=$ac_cv_prog_CC
2545if test -n "$CC"; then
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2547$as_echo "$CC" >&6; }
2548else
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2550$as_echo "no" >&6; }
2551fi
2552
2553
2554fi
2555if test -z "$CC"; then
2556 if test -n "$ac_tool_prefix"; then
2557 for ac_prog in cl.exe
2558 do
2559 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2560set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2563if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2564 $as_echo_n "(cached) " >&6
2565else
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
2568else
2569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2570for as_dir in $PATH
2571do
2572 IFS=$as_save_IFS
2573 test -z "$as_dir" && as_dir=.
2574 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2576 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2579 fi
2580done
2581 done
2582IFS=$as_save_IFS
2583
2584fi
2585fi
2586CC=$ac_cv_prog_CC
2587if test -n "$CC"; then
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2589$as_echo "$CC" >&6; }
2590else
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592$as_echo "no" >&6; }
2593fi
2594
2595
2596 test -n "$CC" && break
2597 done
2598fi
2599if test -z "$CC"; then
2600 ac_ct_CC=$CC
2601 for ac_prog in cl.exe
2602do
2603 # Extract the first word of "$ac_prog", so it can be a program name with args.
2604set dummy $ac_prog; ac_word=$2
2605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2607if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2608 $as_echo_n "(cached) " >&6
2609else
2610 if test -n "$ac_ct_CC"; then
2611 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2612else
2613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614for as_dir in $PATH
2615do
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2620 ac_cv_prog_ac_ct_CC="$ac_prog"
2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2622 break 2
2623 fi
2624done
2625 done
2626IFS=$as_save_IFS
2627
2628fi
2629fi
2630ac_ct_CC=$ac_cv_prog_ac_ct_CC
2631if test -n "$ac_ct_CC"; then
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2633$as_echo "$ac_ct_CC" >&6; }
2634else
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2636$as_echo "no" >&6; }
2637fi
2638
2639
2640 test -n "$ac_ct_CC" && break
2641done
2642
2643 if test "x$ac_ct_CC" = x; then
2644 CC=""
2645 else
2646 case $cross_compiling:$ac_tool_warned in
2647yes:)
2648{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2649$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2650ac_tool_warned=yes ;;
2651esac
2652 CC=$ac_ct_CC
2653 fi
2654fi
2655
2656fi
2657
2658
2659test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2660$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2661as_fn_error $? "no acceptable C compiler found in \$PATH
2662See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2663
2664# Provide some information about the compiler.
2665$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2666set X $ac_compile
2667ac_compiler=$2
2668for ac_option in --version -v -V -qversion; do
2669 { { ac_try="$ac_compiler $ac_option >&5"
2670case "(($ac_try" in
2671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672 *) ac_try_echo=$ac_try;;
2673esac
2674eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2675$as_echo "$ac_try_echo"; } >&5
2676 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2677 ac_status=$?
2678 if test -s conftest.err; then
2679 sed '10a\
2680... rest of stderr output deleted ...
2681 10q' conftest.err >conftest.er1
2682 cat conftest.er1 >&5
6bb11ab3 2683 fi
d0ac1c44 2684 rm -f conftest.er1 conftest.err
6bb11ab3
L
2685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2686 test $ac_status = 0; }
2687done
2688
2689cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2690/* end confdefs.h. */
2691
2692int
2693main ()
2694{
2695
2696 ;
2697 return 0;
2698}
2699_ACEOF
2700ac_clean_files_save=$ac_clean_files
d0ac1c44 2701ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2702# Try to create an executable without -o first, disregard a.out.
2703# It will help us diagnose broken compilers, and finding out an intuition
2704# of exeext.
d0ac1c44
SM
2705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2706$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2707ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2708
2709# The possible output files:
2710ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2711
2712ac_rmfiles=
2713for ac_file in $ac_files
2714do
2715 case $ac_file in
2716 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2717 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2718 esac
2719done
2720rm -f $ac_rmfiles
2721
2722if { { ac_try="$ac_link_default"
2723case "(($ac_try" in
2724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2725 *) ac_try_echo=$ac_try;;
2726esac
2727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2728$as_echo "$ac_try_echo"; } >&5
2729 (eval "$ac_link_default") 2>&5
2730 ac_status=$?
2731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2732 test $ac_status = 0; }; then :
2733 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2734# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2735# in a Makefile. We should not override ac_cv_exeext if it was cached,
2736# so that the user can short-circuit this test for compilers unknown to
2737# Autoconf.
2738for ac_file in $ac_files ''
2739do
2740 test -f "$ac_file" || continue
2741 case $ac_file in
2742 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2743 ;;
2744 [ab].out )
2745 # We found the default executable, but exeext='' is most
2746 # certainly right.
2747 break;;
2748 *.* )
2749 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2750 then :; else
2751 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2752 fi
2753 # We set ac_cv_exeext here because the later test for it is not
2754 # safe: cross compilers may not add the suffix if given an `-o'
2755 # argument, so we may need to know it at that point already.
2756 # Even if this section looks crufty: it has the advantage of
2757 # actually working.
2758 break;;
2759 * )
2760 break;;
2761 esac
2762done
2763test "$ac_cv_exeext" = no && ac_cv_exeext=
2764
2765else
2766 ac_file=''
2767fi
6bb11ab3 2768if test -z "$ac_file"; then :
d0ac1c44
SM
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2770$as_echo "no" >&6; }
2771$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2772sed 's/^/| /' conftest.$ac_ext >&5
2773
2774{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2775$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2776as_fn_error 77 "C compiler cannot create executables
2777See \`config.log' for more details" "$LINENO" 5; }
2778else
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2780$as_echo "yes" >&6; }
6bb11ab3 2781fi
d0ac1c44
SM
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2783$as_echo_n "checking for C compiler default output file name... " >&6; }
2784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2785$as_echo "$ac_file" >&6; }
6bb11ab3
L
2786ac_exeext=$ac_cv_exeext
2787
d0ac1c44 2788rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2789ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2791$as_echo_n "checking for suffix of executables... " >&6; }
2792if { { ac_try="$ac_link"
2793case "(($ac_try" in
2794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2795 *) ac_try_echo=$ac_try;;
2796esac
2797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2798$as_echo "$ac_try_echo"; } >&5
2799 (eval "$ac_link") 2>&5
2800 ac_status=$?
2801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2802 test $ac_status = 0; }; then :
2803 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2804# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2805# work properly (i.e., refer to `conftest.exe'), while it won't with
2806# `rm'.
2807for ac_file in conftest.exe conftest conftest.*; do
2808 test -f "$ac_file" || continue
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2811 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2812 break;;
2813 * ) break;;
2814 esac
2815done
2816else
2817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2818$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2819as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2820See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2821fi
d0ac1c44 2822rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2824$as_echo "$ac_cv_exeext" >&6; }
2825
2826rm -f conftest.$ac_ext
2827EXEEXT=$ac_cv_exeext
2828ac_exeext=$EXEEXT
d0ac1c44
SM
2829cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2830/* end confdefs.h. */
2831#include <stdio.h>
2832int
2833main ()
2834{
2835FILE *f = fopen ("conftest.out", "w");
2836 return ferror (f) || fclose (f) != 0;
2837
2838 ;
2839 return 0;
2840}
2841_ACEOF
2842ac_clean_files="$ac_clean_files conftest.out"
2843# Check that the compiler produces executables we can run. If not, either
2844# the compiler is broken, or we cross compile.
2845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2846$as_echo_n "checking whether we are cross compiling... " >&6; }
2847if test "$cross_compiling" != yes; then
2848 { { ac_try="$ac_link"
2849case "(($ac_try" in
2850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2851 *) ac_try_echo=$ac_try;;
2852esac
2853eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2854$as_echo "$ac_try_echo"; } >&5
2855 (eval "$ac_link") 2>&5
2856 ac_status=$?
2857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2858 test $ac_status = 0; }
2859 if { ac_try='./conftest$ac_cv_exeext'
2860 { { case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863esac
2864eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2865$as_echo "$ac_try_echo"; } >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2869 test $ac_status = 0; }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2876$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877as_fn_error $? "cannot run C compiled programs.
2878If you meant to cross compile, use \`--host'.
2879See \`config.log' for more details" "$LINENO" 5; }
2880 fi
2881 fi
2882fi
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2884$as_echo "$cross_compiling" >&6; }
2885
2886rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2887ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2889$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2890if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2891 $as_echo_n "(cached) " >&6
2892else
2893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2894/* end confdefs.h. */
2895
2896int
2897main ()
2898{
2899
2900 ;
2901 return 0;
2902}
2903_ACEOF
2904rm -f conftest.o conftest.obj
2905if { { ac_try="$ac_compile"
2906case "(($ac_try" in
2907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2909esac
2910eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2911$as_echo "$ac_try_echo"; } >&5
2912 (eval "$ac_compile") 2>&5
2913 ac_status=$?
2914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2915 test $ac_status = 0; }; then :
2916 for ac_file in conftest.o conftest.obj conftest.*; do
2917 test -f "$ac_file" || continue;
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2920 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2921 break;;
2922 esac
2923done
2924else
2925 $as_echo "$as_me: failed program was:" >&5
2926sed 's/^/| /' conftest.$ac_ext >&5
2927
2928{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2929$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2930as_fn_error $? "cannot compute suffix of object files: cannot compile
2931See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2932fi
2933rm -f conftest.$ac_cv_objext conftest.$ac_ext
2934fi
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2936$as_echo "$ac_cv_objext" >&6; }
2937OBJEXT=$ac_cv_objext
2938ac_objext=$OBJEXT
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2940$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2941if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2942 $as_echo_n "(cached) " >&6
2943else
2944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2945/* end confdefs.h. */
2946
2947int
2948main ()
2949{
2950#ifndef __GNUC__
2951 choke me
2952#endif
2953
2954 ;
2955 return 0;
2956}
2957_ACEOF
2958if ac_fn_c_try_compile "$LINENO"; then :
2959 ac_compiler_gnu=yes
2960else
2961 ac_compiler_gnu=no
2962fi
2963rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2964ac_cv_c_compiler_gnu=$ac_compiler_gnu
2965
2966fi
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2968$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2969if test $ac_compiler_gnu = yes; then
2970 GCC=yes
2971else
2972 GCC=
2973fi
2974ac_test_CFLAGS=${CFLAGS+set}
2975ac_save_CFLAGS=$CFLAGS
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2977$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2978if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2979 $as_echo_n "(cached) " >&6
2980else
2981 ac_save_c_werror_flag=$ac_c_werror_flag
2982 ac_c_werror_flag=yes
2983 ac_cv_prog_cc_g=no
2984 CFLAGS="-g"
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986/* end confdefs.h. */
2987
2988int
2989main ()
2990{
2991
2992 ;
2993 return 0;
2994}
2995_ACEOF
2996if ac_fn_c_try_compile "$LINENO"; then :
2997 ac_cv_prog_cc_g=yes
2998else
2999 CFLAGS=""
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001/* end confdefs.h. */
3002
3003int
3004main ()
3005{
3006
3007 ;
3008 return 0;
3009}
3010_ACEOF
3011if ac_fn_c_try_compile "$LINENO"; then :
3012
3013else
3014 ac_c_werror_flag=$ac_save_c_werror_flag
3015 CFLAGS="-g"
3016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3017/* end confdefs.h. */
3018
3019int
3020main ()
3021{
3022
3023 ;
3024 return 0;
3025}
3026_ACEOF
3027if ac_fn_c_try_compile "$LINENO"; then :
3028 ac_cv_prog_cc_g=yes
3029fi
3030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3031fi
3032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3033fi
3034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3036fi
3037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3038$as_echo "$ac_cv_prog_cc_g" >&6; }
3039if test "$ac_test_CFLAGS" = set; then
3040 CFLAGS=$ac_save_CFLAGS
3041elif test $ac_cv_prog_cc_g = yes; then
3042 if test "$GCC" = yes; then
3043 CFLAGS="-g -O2"
3044 else
3045 CFLAGS="-g"
3046 fi
3047else
3048 if test "$GCC" = yes; then
3049 CFLAGS="-O2"
3050 else
3051 CFLAGS=
3052 fi
3053fi
3054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3055$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3056if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3057 $as_echo_n "(cached) " >&6
3058else
3059 ac_cv_prog_cc_c89=no
3060ac_save_CC=$CC
3061cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3062/* end confdefs.h. */
3063#include <stdarg.h>
3064#include <stdio.h>
d0ac1c44 3065struct stat;
6bb11ab3
L
3066/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3067struct buf { int x; };
3068FILE * (*rcsopen) (struct buf *, struct stat *, int);
3069static char *e (p, i)
3070 char **p;
3071 int i;
3072{
3073 return p[i];
3074}
3075static char *f (char * (*g) (char **, int), char **p, ...)
3076{
3077 char *s;
3078 va_list v;
3079 va_start (v,p);
3080 s = g (p, va_arg (v,int));
3081 va_end (v);
3082 return s;
3083}
3084
3085/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3086 function prototypes and stuff, but not '\xHH' hex character constants.
3087 These don't provoke an error unfortunately, instead are silently treated
3088 as 'x'. The following induces an error, until -std is added to get
3089 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3090 array size at least. It's necessary to write '\x00'==0 to get something
3091 that's true only with -std. */
3092int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3093
3094/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3095 inside strings and character constants. */
3096#define FOO(x) 'x'
3097int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3098
3099int test (int i, double x);
3100struct s1 {int (*f) (int a);};
3101struct s2 {int (*f) (double a);};
3102int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3103int argc;
3104char **argv;
3105int
3106main ()
3107{
3108return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3109 ;
3110 return 0;
3111}
3112_ACEOF
3113for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3114 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3115do
3116 CC="$ac_save_CC $ac_arg"
3117 if ac_fn_c_try_compile "$LINENO"; then :
3118 ac_cv_prog_cc_c89=$ac_arg
3119fi
3120rm -f core conftest.err conftest.$ac_objext
3121 test "x$ac_cv_prog_cc_c89" != "xno" && break
3122done
3123rm -f conftest.$ac_ext
3124CC=$ac_save_CC
3125
3126fi
3127# AC_CACHE_VAL
3128case "x$ac_cv_prog_cc_c89" in
3129 x)
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3131$as_echo "none needed" >&6; } ;;
3132 xno)
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3134$as_echo "unsupported" >&6; } ;;
3135 *)
3136 CC="$CC $ac_cv_prog_cc_c89"
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3138$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3139esac
3140if test "x$ac_cv_prog_cc_c89" != xno; then :
3141
3142fi
3143
3144ac_ext=c
3145ac_cpp='$CPP $CPPFLAGS'
3146ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3147ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3148ac_compiler_gnu=$ac_cv_c_compiler_gnu
3149
c2783492 3150
ebe9564b
MF
3151ac_ext=c
3152ac_cpp='$CPP $CPPFLAGS'
3153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3155ac_compiler_gnu=$ac_cv_c_compiler_gnu
3156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3157$as_echo_n "checking how to run the C preprocessor... " >&6; }
3158# On Suns, sometimes $CPP names a directory.
3159if test -n "$CPP" && test -d "$CPP"; then
3160 CPP=
3161fi
3162if test -z "$CPP"; then
3163 if ${ac_cv_prog_CPP+:} false; then :
3164 $as_echo_n "(cached) " >&6
3165else
3166 # Double quotes because CPP needs to be expanded
3167 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3168 do
3169 ac_preproc_ok=false
3170for ac_c_preproc_warn_flag in '' yes
3171do
3172 # Use a header file that comes with gcc, so configuring glibc
3173 # with a fresh cross-compiler works.
3174 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3175 # <limits.h> exists even on freestanding compilers.
3176 # On the NeXT, cc -E runs the code through the compiler's parser,
3177 # not just through cpp. "Syntax error" is here to catch this case.
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179/* end confdefs.h. */
3180#ifdef __STDC__
3181# include <limits.h>
3182#else
3183# include <assert.h>
3184#endif
3185 Syntax error
3186_ACEOF
3187if ac_fn_c_try_cpp "$LINENO"; then :
3188
3189else
3190 # Broken: fails on valid input.
3191continue
3192fi
3193rm -f conftest.err conftest.i conftest.$ac_ext
3194
3195 # OK, works on sane cases. Now check whether nonexistent headers
3196 # can be detected and how.
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198/* end confdefs.h. */
3199#include <ac_nonexistent.h>
3200_ACEOF
3201if ac_fn_c_try_cpp "$LINENO"; then :
3202 # Broken: success on invalid input.
3203continue
3204else
3205 # Passes both tests.
3206ac_preproc_ok=:
3207break
3208fi
3209rm -f conftest.err conftest.i conftest.$ac_ext
3210
3211done
3212# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3213rm -f conftest.i conftest.err conftest.$ac_ext
3214if $ac_preproc_ok; then :
3215 break
3216fi
3217
3218 done
3219 ac_cv_prog_CPP=$CPP
3220
3221fi
3222 CPP=$ac_cv_prog_CPP
3223else
3224 ac_cv_prog_CPP=$CPP
3225fi
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3227$as_echo "$CPP" >&6; }
3228ac_preproc_ok=false
3229for ac_c_preproc_warn_flag in '' yes
3230do
3231 # Use a header file that comes with gcc, so configuring glibc
3232 # with a fresh cross-compiler works.
3233 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3234 # <limits.h> exists even on freestanding compilers.
3235 # On the NeXT, cc -E runs the code through the compiler's parser,
3236 # not just through cpp. "Syntax error" is here to catch this case.
3237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3238/* end confdefs.h. */
3239#ifdef __STDC__
3240# include <limits.h>
3241#else
3242# include <assert.h>
3243#endif
3244 Syntax error
3245_ACEOF
3246if ac_fn_c_try_cpp "$LINENO"; then :
3247
3248else
3249 # Broken: fails on valid input.
3250continue
3251fi
3252rm -f conftest.err conftest.i conftest.$ac_ext
3253
3254 # OK, works on sane cases. Now check whether nonexistent headers
3255 # can be detected and how.
3256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257/* end confdefs.h. */
3258#include <ac_nonexistent.h>
3259_ACEOF
3260if ac_fn_c_try_cpp "$LINENO"; then :
3261 # Broken: success on invalid input.
3262continue
3263else
3264 # Passes both tests.
3265ac_preproc_ok=:
3266break
3267fi
3268rm -f conftest.err conftest.i conftest.$ac_ext
3269
3270done
3271# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3272rm -f conftest.i conftest.err conftest.$ac_ext
3273if $ac_preproc_ok; then :
3274
3275else
3276 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3277$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3278as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3279See \`config.log' for more details" "$LINENO" 5; }
3280fi
3281
3282ac_ext=c
3283ac_cpp='$CPP $CPPFLAGS'
3284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3286ac_compiler_gnu=$ac_cv_c_compiler_gnu
3287
6bb11ab3
L
3288
3289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3290$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3291if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3292 $as_echo_n "(cached) " >&6
3293else
3294 if test -z "$GREP"; then
3295 ac_path_GREP_found=false
3296 # Loop through the user's path and test for each of PROGNAME-LIST
3297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3298for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3299do
3300 IFS=$as_save_IFS
3301 test -z "$as_dir" && as_dir=.
3302 for ac_prog in grep ggrep; do
3303 for ac_exec_ext in '' $ac_executable_extensions; do
3304 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3305 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3306# Check for GNU ac_path_GREP and select it if it is found.
3307 # Check for GNU $ac_path_GREP
3308case `"$ac_path_GREP" --version 2>&1` in
3309*GNU*)
3310 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3311*)
3312 ac_count=0
3313 $as_echo_n 0123456789 >"conftest.in"
3314 while :
3315 do
3316 cat "conftest.in" "conftest.in" >"conftest.tmp"
3317 mv "conftest.tmp" "conftest.in"
3318 cp "conftest.in" "conftest.nl"
3319 $as_echo 'GREP' >> "conftest.nl"
3320 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3321 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3322 as_fn_arith $ac_count + 1 && ac_count=$as_val
3323 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3324 # Best one so far, save it but keep looking for a better one
3325 ac_cv_path_GREP="$ac_path_GREP"
3326 ac_path_GREP_max=$ac_count
3327 fi
3328 # 10*(2^10) chars as input seems more than enough
3329 test $ac_count -gt 10 && break
3330 done
3331 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3332esac
3333
3334 $ac_path_GREP_found && break 3
3335 done
3336 done
3337 done
3338IFS=$as_save_IFS
3339 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3340 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3341 fi
3342else
3343 ac_cv_path_GREP=$GREP
3344fi
3345
3346fi
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3348$as_echo "$ac_cv_path_GREP" >&6; }
3349 GREP="$ac_cv_path_GREP"
3350
3351
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3353$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3354if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3355 $as_echo_n "(cached) " >&6
3356else
3357 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3358 then ac_cv_path_EGREP="$GREP -E"
3359 else
3360 if test -z "$EGREP"; then
3361 ac_path_EGREP_found=false
3362 # Loop through the user's path and test for each of PROGNAME-LIST
3363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3364for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3365do
3366 IFS=$as_save_IFS
3367 test -z "$as_dir" && as_dir=.
3368 for ac_prog in egrep; do
3369 for ac_exec_ext in '' $ac_executable_extensions; do
3370 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3371 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3372# Check for GNU ac_path_EGREP and select it if it is found.
3373 # Check for GNU $ac_path_EGREP
3374case `"$ac_path_EGREP" --version 2>&1` in
3375*GNU*)
3376 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3377*)
3378 ac_count=0
3379 $as_echo_n 0123456789 >"conftest.in"
3380 while :
3381 do
3382 cat "conftest.in" "conftest.in" >"conftest.tmp"
3383 mv "conftest.tmp" "conftest.in"
3384 cp "conftest.in" "conftest.nl"
3385 $as_echo 'EGREP' >> "conftest.nl"
3386 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3387 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3388 as_fn_arith $ac_count + 1 && ac_count=$as_val
3389 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3390 # Best one so far, save it but keep looking for a better one
3391 ac_cv_path_EGREP="$ac_path_EGREP"
3392 ac_path_EGREP_max=$ac_count
3393 fi
3394 # 10*(2^10) chars as input seems more than enough
3395 test $ac_count -gt 10 && break
3396 done
3397 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3398esac
3399
3400 $ac_path_EGREP_found && break 3
3401 done
3402 done
3403 done
3404IFS=$as_save_IFS
3405 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3406 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3407 fi
3408else
3409 ac_cv_path_EGREP=$EGREP
3410fi
3411
3412 fi
3413fi
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3415$as_echo "$ac_cv_path_EGREP" >&6; }
3416 EGREP="$ac_cv_path_EGREP"
3417
3418
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3420$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3421if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3422 $as_echo_n "(cached) " >&6
3423else
3424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3425/* end confdefs.h. */
3426#include <stdlib.h>
3427#include <stdarg.h>
3428#include <string.h>
3429#include <float.h>
3430
3431int
3432main ()
3433{
3434
3435 ;
3436 return 0;
3437}
3438_ACEOF
3439if ac_fn_c_try_compile "$LINENO"; then :
3440 ac_cv_header_stdc=yes
3441else
3442 ac_cv_header_stdc=no
3443fi
3444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445
3446if test $ac_cv_header_stdc = yes; then
3447 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449/* end confdefs.h. */
3450#include <string.h>
3451
3452_ACEOF
3453if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3454 $EGREP "memchr" >/dev/null 2>&1; then :
3455
3456else
3457 ac_cv_header_stdc=no
3458fi
3459rm -f conftest*
3460
3461fi
3462
3463if test $ac_cv_header_stdc = yes; then
3464 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3466/* end confdefs.h. */
3467#include <stdlib.h>
3468
3469_ACEOF
3470if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3471 $EGREP "free" >/dev/null 2>&1; then :
3472
3473else
3474 ac_cv_header_stdc=no
3475fi
3476rm -f conftest*
3477
3478fi
3479
3480if test $ac_cv_header_stdc = yes; then
3481 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3482 if test "$cross_compiling" = yes; then :
3483 :
3484else
3485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3486/* end confdefs.h. */
3487#include <ctype.h>
3488#include <stdlib.h>
3489#if ((' ' & 0x0FF) == 0x020)
3490# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3491# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3492#else
3493# define ISLOWER(c) \
3494 (('a' <= (c) && (c) <= 'i') \
3495 || ('j' <= (c) && (c) <= 'r') \
3496 || ('s' <= (c) && (c) <= 'z'))
3497# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3498#endif
3499
3500#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3501int
3502main ()
3503{
3504 int i;
3505 for (i = 0; i < 256; i++)
3506 if (XOR (islower (i), ISLOWER (i))
3507 || toupper (i) != TOUPPER (i))
3508 return 2;
3509 return 0;
3510}
3511_ACEOF
3512if ac_fn_c_try_run "$LINENO"; then :
3513
3514else
3515 ac_cv_header_stdc=no
3516fi
3517rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3518 conftest.$ac_objext conftest.beam conftest.$ac_ext
3519fi
3520
3521fi
3522fi
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3524$as_echo "$ac_cv_header_stdc" >&6; }
3525if test $ac_cv_header_stdc = yes; then
3526
3527$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3528
3529fi
3530
3531# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3532for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3533 inttypes.h stdint.h unistd.h
3534do :
3535 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3536ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3537"
d0ac1c44 3538if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3539 cat >>confdefs.h <<_ACEOF
3540#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3541_ACEOF
3542
3543fi
3544
3545done
3546
3547
3548
3549 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3550if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3551 MINIX=yes
3552else
3553 MINIX=
3554fi
3555
3556
3557 if test "$MINIX" = yes; then
3558
3559$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3560
3561
3562$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3563
3564
3565$as_echo "#define _MINIX 1" >>confdefs.h
3566
3567 fi
3568
3569
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3571$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3572if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3573 $as_echo_n "(cached) " >&6
3574else
3575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3576/* end confdefs.h. */
3577
d0ac1c44
SM
3578# define __EXTENSIONS__ 1
3579 $ac_includes_default
6bb11ab3
L
3580int
3581main ()
3582{
3583
3584 ;
3585 return 0;
3586}
3587_ACEOF
3588if ac_fn_c_try_compile "$LINENO"; then :
3589 ac_cv_safe_to_define___extensions__=yes
3590else
3591 ac_cv_safe_to_define___extensions__=no
3592fi
3593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3594fi
3595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3596$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3597 test $ac_cv_safe_to_define___extensions__ = yes &&
3598 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3599
3600 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3601
3602 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3603
3604 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3605
3606 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3607
3608
3609test "$program_prefix" != NONE &&
3610 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3611# Use a double $ so make ignores it.
3612test "$program_suffix" != NONE &&
3613 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3614# Double any \ or $.
3615# By default was `s,x,x', remove it if useless.
3616ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3617program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3618
3619# Find a good install program. We prefer a C program (faster),
3620# so one script is as good as another. But avoid the broken or
3621# incompatible versions:
3622# SysV /etc/install, /usr/sbin/install
3623# SunOS /usr/etc/install
3624# IRIX /sbin/install
3625# AIX /bin/install
3626# AmigaOS /C/install, which installs bootblocks on floppy discs
3627# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3628# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3629# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3630# OS/2's system install, which has a completely different semantic
3631# ./install, which can be erroneously created by make from ./install.sh.
3632# Reject install programs that cannot install multiple files.
3633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3634$as_echo_n "checking for a BSD-compatible install... " >&6; }
3635if test -z "$INSTALL"; then
d0ac1c44 3636if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3637 $as_echo_n "(cached) " >&6
3638else
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3640for as_dir in $PATH
3641do
3642 IFS=$as_save_IFS
3643 test -z "$as_dir" && as_dir=.
3644 # Account for people who put trailing slashes in PATH elements.
3645case $as_dir/ in #((
3646 ./ | .// | /[cC]/* | \
3647 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3648 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3649 /usr/ucb/* ) ;;
3650 *)
3651 # OSF1 and SCO ODT 3.0 have their own names for install.
3652 # Don't use installbsd from OSF since it installs stuff as root
3653 # by default.
3654 for ac_prog in ginstall scoinst install; do
3655 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3656 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3657 if test $ac_prog = install &&
3658 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3659 # AIX install. It has an incompatible calling convention.
3660 :
3661 elif test $ac_prog = install &&
3662 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3663 # program-specific install script used by HP pwplus--don't use.
3664 :
3665 else
3666 rm -rf conftest.one conftest.two conftest.dir
3667 echo one > conftest.one
3668 echo two > conftest.two
3669 mkdir conftest.dir
3670 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3671 test -s conftest.one && test -s conftest.two &&
3672 test -s conftest.dir/conftest.one &&
3673 test -s conftest.dir/conftest.two
3674 then
3675 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3676 break 3
3677 fi
3678 fi
3679 fi
3680 done
3681 done
3682 ;;
3683esac
3684
3685 done
3686IFS=$as_save_IFS
3687
3688rm -rf conftest.one conftest.two conftest.dir
3689
3690fi
3691 if test "${ac_cv_path_install+set}" = set; then
3692 INSTALL=$ac_cv_path_install
3693 else
3694 # As a last resort, use the slow shell script. Don't cache a
3695 # value for INSTALL within a source directory, because that will
3696 # break other packages using the cache if that directory is
3697 # removed, or if the value is a relative name.
3698 INSTALL=$ac_install_sh
3699 fi
3700fi
3701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3702$as_echo "$INSTALL" >&6; }
3703
3704# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3705# It thinks the first close brace ends the variable substitution.
3706test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3707
3708test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3709
3710test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3711
3712rm -rf .tst 2>/dev/null
3713mkdir .tst 2>/dev/null
3714if test -d .tst; then
3715 am__leading_dot=.
3716else
3717 am__leading_dot=_
3718fi
3719rmdir .tst 2>/dev/null
3720
3721DEPDIR="${am__leading_dot}deps"
3722
3723case `pwd` in
3724 *\ * | *\ *)
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3726$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3727esac
3728
3729
3730
3731macro_version='2.2.7a'
3732macro_revision='1.3134'
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746ltmain="$ac_aux_dir/ltmain.sh"
3747
3748# Backslashify metacharacters that are still active within
3749# double-quoted strings.
3750sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3751
3752# Same as above, but do not quote variable references.
3753double_quote_subst='s/\(["`\\]\)/\\\1/g'
3754
3755# Sed substitution to delay expansion of an escaped shell variable in a
3756# double_quote_subst'ed string.
3757delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3758
3759# Sed substitution to delay expansion of an escaped single quote.
3760delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3761
3762# Sed substitution to avoid accidental globbing in evaled expressions
3763no_glob_subst='s/\*/\\\*/g'
3764
3765ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3766ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3767ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3768
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3770$as_echo_n "checking how to print strings... " >&6; }
3771# Test print first, because it will be a builtin if present.
3772if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3773 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3774 ECHO='print -r --'
3775elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3776 ECHO='printf %s\n'
3777else
3778 # Use this function as a fallback that always works.
3779 func_fallback_echo ()
3780 {
3781 eval 'cat <<_LTECHO_EOF
3782$1
3783_LTECHO_EOF'
3784 }
3785 ECHO='func_fallback_echo'
3786fi
3787
3788# func_echo_all arg...
3789# Invoke $ECHO with all args, space-separated.
3790func_echo_all ()
3791{
3792 $ECHO ""
3793}
3794
3795case "$ECHO" in
3796 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3797$as_echo "printf" >&6; } ;;
3798 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3799$as_echo "print -r" >&6; } ;;
3800 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3801$as_echo "cat" >&6; } ;;
3802esac
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3818$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3819if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3820 $as_echo_n "(cached) " >&6
3821else
3822 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3823 for ac_i in 1 2 3 4 5 6 7; do
3824 ac_script="$ac_script$as_nl$ac_script"
3825 done
3826 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3827 { ac_script=; unset ac_script;}
3828 if test -z "$SED"; then
3829 ac_path_SED_found=false
3830 # Loop through the user's path and test for each of PROGNAME-LIST
3831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3832for as_dir in $PATH
3833do
3834 IFS=$as_save_IFS
3835 test -z "$as_dir" && as_dir=.
3836 for ac_prog in sed gsed; do
3837 for ac_exec_ext in '' $ac_executable_extensions; do
3838 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3839 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3840# Check for GNU ac_path_SED and select it if it is found.
3841 # Check for GNU $ac_path_SED
3842case `"$ac_path_SED" --version 2>&1` in
3843*GNU*)
3844 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3845*)
3846 ac_count=0
3847 $as_echo_n 0123456789 >"conftest.in"
3848 while :
3849 do
3850 cat "conftest.in" "conftest.in" >"conftest.tmp"
3851 mv "conftest.tmp" "conftest.in"
3852 cp "conftest.in" "conftest.nl"
3853 $as_echo '' >> "conftest.nl"
3854 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3855 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3856 as_fn_arith $ac_count + 1 && ac_count=$as_val
3857 if test $ac_count -gt ${ac_path_SED_max-0}; then
3858 # Best one so far, save it but keep looking for a better one
3859 ac_cv_path_SED="$ac_path_SED"
3860 ac_path_SED_max=$ac_count
3861 fi
3862 # 10*(2^10) chars as input seems more than enough
3863 test $ac_count -gt 10 && break
3864 done
3865 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3866esac
3867
3868 $ac_path_SED_found && break 3
3869 done
3870 done
3871 done
3872IFS=$as_save_IFS
3873 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3874 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3875 fi
3876else
3877 ac_cv_path_SED=$SED
3878fi
3879
3880fi
3881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3882$as_echo "$ac_cv_path_SED" >&6; }
3883 SED="$ac_cv_path_SED"
3884 rm -f conftest.sed
3885
3886test -z "$SED" && SED=sed
3887Xsed="$SED -e 1s/^X//"
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3900$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3901if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3902 $as_echo_n "(cached) " >&6
3903else
3904 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3905 then ac_cv_path_FGREP="$GREP -F"
3906 else
3907 if test -z "$FGREP"; then
3908 ac_path_FGREP_found=false
3909 # Loop through the user's path and test for each of PROGNAME-LIST
3910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3912do
3913 IFS=$as_save_IFS
3914 test -z "$as_dir" && as_dir=.
3915 for ac_prog in fgrep; do
3916 for ac_exec_ext in '' $ac_executable_extensions; do
3917 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3918 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3919# Check for GNU ac_path_FGREP and select it if it is found.
3920 # Check for GNU $ac_path_FGREP
3921case `"$ac_path_FGREP" --version 2>&1` in
3922*GNU*)
3923 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3924*)
3925 ac_count=0
3926 $as_echo_n 0123456789 >"conftest.in"
3927 while :
3928 do
3929 cat "conftest.in" "conftest.in" >"conftest.tmp"
3930 mv "conftest.tmp" "conftest.in"
3931 cp "conftest.in" "conftest.nl"
3932 $as_echo 'FGREP' >> "conftest.nl"
3933 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3934 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3935 as_fn_arith $ac_count + 1 && ac_count=$as_val
3936 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3937 # Best one so far, save it but keep looking for a better one
3938 ac_cv_path_FGREP="$ac_path_FGREP"
3939 ac_path_FGREP_max=$ac_count
3940 fi
3941 # 10*(2^10) chars as input seems more than enough
3942 test $ac_count -gt 10 && break
3943 done
3944 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3945esac
3946
3947 $ac_path_FGREP_found && break 3
3948 done
3949 done
3950 done
3951IFS=$as_save_IFS
3952 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3953 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3954 fi
3955else
3956 ac_cv_path_FGREP=$FGREP
3957fi
3958
3959 fi
3960fi
3961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3962$as_echo "$ac_cv_path_FGREP" >&6; }
3963 FGREP="$ac_cv_path_FGREP"
3964
3965
3966test -z "$GREP" && GREP=grep
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986# Check whether --with-gnu-ld was given.
3987if test "${with_gnu_ld+set}" = set; then :
3988 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3989else
3990 with_gnu_ld=no
3991fi
3992
3993ac_prog=ld
3994if test "$GCC" = yes; then
3995 # Check if gcc -print-prog-name=ld gives a path.
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3997$as_echo_n "checking for ld used by $CC... " >&6; }
3998 case $host in
3999 *-*-mingw*)
4000 # gcc leaves a trailing carriage return which upsets mingw
4001 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4002 *)
4003 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4004 esac
4005 case $ac_prog in
4006 # Accept absolute paths.
4007 [\\/]* | ?:[\\/]*)
4008 re_direlt='/[^/][^/]*/\.\./'
4009 # Canonicalize the pathname of ld
4010 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4011 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4012 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4013 done
4014 test -z "$LD" && LD="$ac_prog"
4015 ;;
4016 "")
4017 # If it fails, then pretend we aren't using GCC.
4018 ac_prog=ld
4019 ;;
4020 *)
4021 # If it is relative, then search for the first ld in PATH.
4022 with_gnu_ld=unknown
4023 ;;
4024 esac
4025elif test "$with_gnu_ld" = yes; then
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4027$as_echo_n "checking for GNU ld... " >&6; }
4028else
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4030$as_echo_n "checking for non-GNU ld... " >&6; }
4031fi
d0ac1c44 4032if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4033 $as_echo_n "(cached) " >&6
4034else
4035 if test -z "$LD"; then
4036 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4037 for ac_dir in $PATH; do
4038 IFS="$lt_save_ifs"
4039 test -z "$ac_dir" && ac_dir=.
4040 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4041 lt_cv_path_LD="$ac_dir/$ac_prog"
4042 # Check to see if the program is GNU ld. I'd rather use --version,
4043 # but apparently some variants of GNU ld only accept -v.
4044 # Break only if it was the GNU/non-GNU ld that we prefer.
4045 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4046 *GNU* | *'with BFD'*)
4047 test "$with_gnu_ld" != no && break
4048 ;;
4049 *)
4050 test "$with_gnu_ld" != yes && break
4051 ;;
4052 esac
4053 fi
4054 done
4055 IFS="$lt_save_ifs"
4056else
4057 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4058fi
4059fi
4060
4061LD="$lt_cv_path_LD"
4062if test -n "$LD"; then
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4064$as_echo "$LD" >&6; }
4065else
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4067$as_echo "no" >&6; }
4068fi
d0ac1c44 4069test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4071$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4072if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4073 $as_echo_n "(cached) " >&6
4074else
4075 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4076case `$LD -v 2>&1 </dev/null` in
4077*GNU* | *'with BFD'*)
4078 lt_cv_prog_gnu_ld=yes
4079 ;;
4080*)
4081 lt_cv_prog_gnu_ld=no
4082 ;;
4083esac
4084fi
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4086$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4087with_gnu_ld=$lt_cv_prog_gnu_ld
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4098$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4099if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4100 $as_echo_n "(cached) " >&6
4101else
4102 if test -n "$NM"; then
4103 # Let the user override the test.
4104 lt_cv_path_NM="$NM"
4105else
4106 lt_nm_to_check="${ac_tool_prefix}nm"
4107 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4108 lt_nm_to_check="$lt_nm_to_check nm"
4109 fi
4110 for lt_tmp_nm in $lt_nm_to_check; do
4111 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4112 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4113 IFS="$lt_save_ifs"
4114 test -z "$ac_dir" && ac_dir=.
4115 tmp_nm="$ac_dir/$lt_tmp_nm"
4116 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4117 # Check to see if the nm accepts a BSD-compat flag.
4118 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4119 # nm: unknown option "B" ignored
4120 # Tru64's nm complains that /dev/null is an invalid object file
4121 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4122 */dev/null* | *'Invalid file or object type'*)
4123 lt_cv_path_NM="$tmp_nm -B"
4124 break
4125 ;;
4126 *)
4127 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4128 */dev/null*)
4129 lt_cv_path_NM="$tmp_nm -p"
4130 break
4131 ;;
4132 *)
4133 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4134 continue # so that we can try to find one that supports BSD flags
4135 ;;
4136 esac
4137 ;;
4138 esac
4139 fi
4140 done
4141 IFS="$lt_save_ifs"
4142 done
4143 : ${lt_cv_path_NM=no}
4144fi
4145fi
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4147$as_echo "$lt_cv_path_NM" >&6; }
4148if test "$lt_cv_path_NM" != "no"; then
4149 NM="$lt_cv_path_NM"
4150else
4151 # Didn't find any BSD compatible name lister, look for dumpbin.
4152 if test -n "$DUMPBIN"; then :
4153 # Let the user override the test.
4154 else
4155 if test -n "$ac_tool_prefix"; then
4156 for ac_prog in dumpbin "link -dump"
4157 do
4158 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4159set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4161$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4162if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4163 $as_echo_n "(cached) " >&6
4164else
4165 if test -n "$DUMPBIN"; then
4166 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4167else
4168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169for as_dir in $PATH
4170do
4171 IFS=$as_save_IFS
4172 test -z "$as_dir" && as_dir=.
4173 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4175 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 break 2
4178 fi
4179done
4180 done
4181IFS=$as_save_IFS
4182
4183fi
4184fi
4185DUMPBIN=$ac_cv_prog_DUMPBIN
4186if test -n "$DUMPBIN"; then
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4188$as_echo "$DUMPBIN" >&6; }
4189else
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4191$as_echo "no" >&6; }
4192fi
4193
4194
4195 test -n "$DUMPBIN" && break
4196 done
4197fi
4198if test -z "$DUMPBIN"; then
4199 ac_ct_DUMPBIN=$DUMPBIN
4200 for ac_prog in dumpbin "link -dump"
4201do
4202 # Extract the first word of "$ac_prog", so it can be a program name with args.
4203set dummy $ac_prog; ac_word=$2
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4206if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4207 $as_echo_n "(cached) " >&6
4208else
4209 if test -n "$ac_ct_DUMPBIN"; then
4210 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4211else
4212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4213for as_dir in $PATH
4214do
4215 IFS=$as_save_IFS
4216 test -z "$as_dir" && as_dir=.
4217 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4219 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 break 2
4222 fi
4223done
4224 done
4225IFS=$as_save_IFS
4226
4227fi
4228fi
4229ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4230if test -n "$ac_ct_DUMPBIN"; then
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4232$as_echo "$ac_ct_DUMPBIN" >&6; }
4233else
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4235$as_echo "no" >&6; }
4236fi
4237
4238
4239 test -n "$ac_ct_DUMPBIN" && break
4240done
4241
4242 if test "x$ac_ct_DUMPBIN" = x; then
4243 DUMPBIN=":"
4244 else
4245 case $cross_compiling:$ac_tool_warned in
4246yes:)
4247{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4248$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4249ac_tool_warned=yes ;;
4250esac
4251 DUMPBIN=$ac_ct_DUMPBIN
4252 fi
4253fi
4254
4255 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4256 *COFF*)
4257 DUMPBIN="$DUMPBIN -symbols"
4258 ;;
4259 *)
4260 DUMPBIN=:
4261 ;;
4262 esac
4263 fi
4264
4265 if test "$DUMPBIN" != ":"; then
4266 NM="$DUMPBIN"
4267 fi
4268fi
4269test -z "$NM" && NM=nm
4270
4271
4272
4273
4274
4275
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4277$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4278if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4279 $as_echo_n "(cached) " >&6
4280else
4281 lt_cv_nm_interface="BSD nm"
4282 echo "int some_variable = 0;" > conftest.$ac_ext
4283 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4284 (eval "$ac_compile" 2>conftest.err)
4285 cat conftest.err >&5
4286 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4287 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4288 cat conftest.err >&5
4289 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4290 cat conftest.out >&5
4291 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4292 lt_cv_nm_interface="MS dumpbin"
4293 fi
4294 rm -f conftest*
4295fi
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4297$as_echo "$lt_cv_nm_interface" >&6; }
4298
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4300$as_echo_n "checking whether ln -s works... " >&6; }
4301LN_S=$as_ln_s
4302if test "$LN_S" = "ln -s"; then
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4304$as_echo "yes" >&6; }
4305else
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4307$as_echo "no, using $LN_S" >&6; }
4308fi
4309
4310# find the maximum length of command line arguments
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4312$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4313if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4314 $as_echo_n "(cached) " >&6
4315else
4316 i=0
4317 teststring="ABCD"
4318
4319 case $build_os in
4320 msdosdjgpp*)
4321 # On DJGPP, this test can blow up pretty badly due to problems in libc
4322 # (any single argument exceeding 2000 bytes causes a buffer overrun
4323 # during glob expansion). Even if it were fixed, the result of this
4324 # check would be larger than it should be.
4325 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4326 ;;
4327
4328 gnu*)
4329 # Under GNU Hurd, this test is not required because there is
4330 # no limit to the length of command line arguments.
4331 # Libtool will interpret -1 as no limit whatsoever
4332 lt_cv_sys_max_cmd_len=-1;
4333 ;;
4334
4335 cygwin* | mingw* | cegcc*)
4336 # On Win9x/ME, this test blows up -- it succeeds, but takes
4337 # about 5 minutes as the teststring grows exponentially.
4338 # Worse, since 9x/ME are not pre-emptively multitasking,
4339 # you end up with a "frozen" computer, even though with patience
4340 # the test eventually succeeds (with a max line length of 256k).
4341 # Instead, let's just punt: use the minimum linelength reported by
4342 # all of the supported platforms: 8192 (on NT/2K/XP).
4343 lt_cv_sys_max_cmd_len=8192;
4344 ;;
4345
4346 mint*)
4347 # On MiNT this can take a long time and run out of memory.
4348 lt_cv_sys_max_cmd_len=8192;
4349 ;;
4350
4351 amigaos*)
4352 # On AmigaOS with pdksh, this test takes hours, literally.
4353 # So we just punt and use a minimum line length of 8192.
4354 lt_cv_sys_max_cmd_len=8192;
4355 ;;
4356
4357 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4358 # This has been around since 386BSD, at least. Likely further.
4359 if test -x /sbin/sysctl; then
4360 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4361 elif test -x /usr/sbin/sysctl; then
4362 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4363 else
4364 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4365 fi
4366 # And add a safety zone
4367 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4368 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4369 ;;
4370
4371 interix*)
4372 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4373 lt_cv_sys_max_cmd_len=196608
4374 ;;
4375
4376 osf*)
4377 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4378 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4379 # nice to cause kernel panics so lets avoid the loop below.
4380 # First set a reasonable default.
4381 lt_cv_sys_max_cmd_len=16384
4382 #
4383 if test -x /sbin/sysconfig; then
4384 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4385 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4386 esac
4387 fi
4388 ;;
4389 sco3.2v5*)
4390 lt_cv_sys_max_cmd_len=102400
4391 ;;
4392 sysv5* | sco5v6* | sysv4.2uw2*)
4393 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4394 if test -n "$kargmax"; then
4395 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4396 else
4397 lt_cv_sys_max_cmd_len=32768
4398 fi
4399 ;;
4400 *)
4401 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4402 if test -n "$lt_cv_sys_max_cmd_len"; then
4403 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4404 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4405 else
4406 # Make teststring a little bigger before we do anything with it.
4407 # a 1K string should be a reasonable start.
4408 for i in 1 2 3 4 5 6 7 8 ; do
4409 teststring=$teststring$teststring
4410 done
4411 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4412 # If test is not a shell built-in, we'll probably end up computing a
4413 # maximum length that is only half of the actual maximum length, but
4414 # we can't tell.
4415 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4416 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4417 test $i != 17 # 1/2 MB should be enough
4418 do
4419 i=`expr $i + 1`
4420 teststring=$teststring$teststring
4421 done
4422 # Only check the string length outside the loop.
4423 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4424 teststring=
4425 # Add a significant safety factor because C++ compilers can tack on
4426 # massive amounts of additional arguments before passing them to the
4427 # linker. It appears as though 1/2 is a usable value.
4428 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4429 fi
4430 ;;
4431 esac
4432
4433fi
4434
4435if test -n $lt_cv_sys_max_cmd_len ; then
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4437$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4438else
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4440$as_echo "none" >&6; }
4441fi
4442max_cmd_len=$lt_cv_sys_max_cmd_len
4443
4444
4445
4446
4447
4448
4449: ${CP="cp -f"}
4450: ${MV="mv -f"}
4451: ${RM="rm -f"}
4452
4453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4454$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4455# Try some XSI features
4456xsi_shell=no
4457( _lt_dummy="a/b/c"
4458 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4459 = c,a/b,, \
4460 && eval 'test $(( 1 + 1 )) -eq 2 \
4461 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4462 && xsi_shell=yes
4463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4464$as_echo "$xsi_shell" >&6; }
4465
4466
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4468$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4469lt_shell_append=no
4470( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4471 >/dev/null 2>&1 \
4472 && lt_shell_append=yes
4473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4474$as_echo "$lt_shell_append" >&6; }
4475
4476
4477if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4478 lt_unset=unset
4479else
4480 lt_unset=false
4481fi
4482
4483
4484
4485
4486
4487# test EBCDIC or ASCII
4488case `echo X|tr X '\101'` in
4489 A) # ASCII based system
4490 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4491 lt_SP2NL='tr \040 \012'
4492 lt_NL2SP='tr \015\012 \040\040'
4493 ;;
4494 *) # EBCDIC based system
4495 lt_SP2NL='tr \100 \n'
4496 lt_NL2SP='tr \r\n \100\100'
4497 ;;
4498esac
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4509$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4510if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4511 $as_echo_n "(cached) " >&6
4512else
4513 lt_cv_ld_reload_flag='-r'
4514fi
4515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4516$as_echo "$lt_cv_ld_reload_flag" >&6; }
4517reload_flag=$lt_cv_ld_reload_flag
4518case $reload_flag in
4519"" | " "*) ;;
4520*) reload_flag=" $reload_flag" ;;
4521esac
4522reload_cmds='$LD$reload_flag -o $output$reload_objs'
4523case $host_os in
4524 darwin*)
4525 if test "$GCC" = yes; then
4526 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4527 else
4528 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4529 fi
4530 ;;
4531esac
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541if test -n "$ac_tool_prefix"; then
4542 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4543set dummy ${ac_tool_prefix}objdump; ac_word=$2
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4545$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4546if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4547 $as_echo_n "(cached) " >&6
4548else
4549 if test -n "$OBJDUMP"; then
4550 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4551else
4552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4553for as_dir in $PATH
4554do
4555 IFS=$as_save_IFS
4556 test -z "$as_dir" && as_dir=.
4557 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4559 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4561 break 2
4562 fi
4563done
4564 done
4565IFS=$as_save_IFS
4566
4567fi
4568fi
4569OBJDUMP=$ac_cv_prog_OBJDUMP
4570if test -n "$OBJDUMP"; then
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4572$as_echo "$OBJDUMP" >&6; }
4573else
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4575$as_echo "no" >&6; }
4576fi
4577
4578
4579fi
4580if test -z "$ac_cv_prog_OBJDUMP"; then
4581 ac_ct_OBJDUMP=$OBJDUMP
4582 # Extract the first word of "objdump", so it can be a program name with args.
4583set dummy objdump; ac_word=$2
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4585$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4586if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4587 $as_echo_n "(cached) " >&6
4588else
4589 if test -n "$ac_ct_OBJDUMP"; then
4590 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4591else
4592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4593for as_dir in $PATH
4594do
4595 IFS=$as_save_IFS
4596 test -z "$as_dir" && as_dir=.
4597 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4599 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4601 break 2
4602 fi
4603done
4604 done
4605IFS=$as_save_IFS
4606
4607fi
4608fi
4609ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4610if test -n "$ac_ct_OBJDUMP"; then
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4612$as_echo "$ac_ct_OBJDUMP" >&6; }
4613else
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4615$as_echo "no" >&6; }
4616fi
4617
4618 if test "x$ac_ct_OBJDUMP" = x; then
4619 OBJDUMP="false"
4620 else
4621 case $cross_compiling:$ac_tool_warned in
4622yes:)
4623{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4624$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4625ac_tool_warned=yes ;;
4626esac
4627 OBJDUMP=$ac_ct_OBJDUMP
4628 fi
4629else
4630 OBJDUMP="$ac_cv_prog_OBJDUMP"
4631fi
4632
4633test -z "$OBJDUMP" && OBJDUMP=objdump
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4644$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4645if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4646 $as_echo_n "(cached) " >&6
4647else
4648 lt_cv_file_magic_cmd='$MAGIC_CMD'
4649lt_cv_file_magic_test_file=
4650lt_cv_deplibs_check_method='unknown'
4651# Need to set the preceding variable on all platforms that support
4652# interlibrary dependencies.
4653# 'none' -- dependencies not supported.
4654# `unknown' -- same as none, but documents that we really don't know.
4655# 'pass_all' -- all dependencies passed with no checks.
4656# 'test_compile' -- check by making test program.
4657# 'file_magic [[regex]]' -- check by looking for files in library path
4658# which responds to the $file_magic_cmd with a given extended regex.
4659# If you have `file' or equivalent on your system and you're not sure
4660# whether `pass_all' will *always* work, you probably want this one.
4661
4662case $host_os in
4663aix[4-9]*)
4664 lt_cv_deplibs_check_method=pass_all
4665 ;;
4666
4667beos*)
4668 lt_cv_deplibs_check_method=pass_all
4669 ;;
4670
4671bsdi[45]*)
4672 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4673 lt_cv_file_magic_cmd='/usr/bin/file -L'
4674 lt_cv_file_magic_test_file=/shlib/libc.so
4675 ;;
4676
4677cygwin*)
4678 # func_win32_libid is a shell function defined in ltmain.sh
4679 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4680 lt_cv_file_magic_cmd='func_win32_libid'
4681 ;;
4682
4683mingw* | pw32*)
4684 # Base MSYS/MinGW do not provide the 'file' command needed by
4685 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4686 # unless we find 'file', for example because we are cross-compiling.
4687 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4688 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4689 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4690 lt_cv_file_magic_cmd='func_win32_libid'
4691 else
4692 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4693 lt_cv_file_magic_cmd='$OBJDUMP -f'
4694 fi
4695 ;;
4696
4697cegcc*)
4698 # use the weaker test based on 'objdump'. See mingw*.
4699 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4700 lt_cv_file_magic_cmd='$OBJDUMP -f'
4701 ;;
4702
4703darwin* | rhapsody*)
4704 lt_cv_deplibs_check_method=pass_all
4705 ;;
4706
4707freebsd* | dragonfly*)
4708 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4709 case $host_cpu in
4710 i*86 )
4711 # Not sure whether the presence of OpenBSD here was a mistake.
4712 # Let's accept both of them until this is cleared up.
4713 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4714 lt_cv_file_magic_cmd=/usr/bin/file
4715 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4716 ;;
4717 esac
4718 else
4719 lt_cv_deplibs_check_method=pass_all
4720 fi
4721 ;;
4722
4723gnu*)
4724 lt_cv_deplibs_check_method=pass_all
4725 ;;
4726
4727haiku*)
4728 lt_cv_deplibs_check_method=pass_all
4729 ;;
4730
4731hpux10.20* | hpux11*)
4732 lt_cv_file_magic_cmd=/usr/bin/file
4733 case $host_cpu in
4734 ia64*)
4735 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4736 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4737 ;;
4738 hppa*64*)
4739 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]'
4740 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4741 ;;
4742 *)
4743 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4744 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4745 ;;
4746 esac
4747 ;;
4748
4749interix[3-9]*)
4750 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4751 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4752 ;;
4753
4754irix5* | irix6* | nonstopux*)
4755 case $LD in
4756 *-32|*"-32 ") libmagic=32-bit;;
4757 *-n32|*"-n32 ") libmagic=N32;;
4758 *-64|*"-64 ") libmagic=64-bit;;
4759 *) libmagic=never-match;;
4760 esac
4761 lt_cv_deplibs_check_method=pass_all
4762 ;;
4763
4764# This must be Linux ELF.
4765linux* | k*bsd*-gnu | kopensolaris*-gnu)
4766 lt_cv_deplibs_check_method=pass_all
4767 ;;
4768
4769netbsd*)
4770 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4771 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4772 else
4773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4774 fi
4775 ;;
4776
4777newos6*)
4778 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4779 lt_cv_file_magic_cmd=/usr/bin/file
4780 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4781 ;;
4782
4783*nto* | *qnx*)
4784 lt_cv_deplibs_check_method=pass_all
4785 ;;
4786
4787openbsd*)
4788 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4789 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4790 else
4791 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4792 fi
4793 ;;
4794
4795osf3* | osf4* | osf5*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799rdos*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803solaris*)
4804 lt_cv_deplibs_check_method=pass_all
4805 ;;
4806
4807sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811sysv4 | sysv4.3*)
4812 case $host_vendor in
4813 motorola)
4814 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]'
4815 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4816 ;;
4817 ncr)
4818 lt_cv_deplibs_check_method=pass_all
4819 ;;
4820 sequent)
4821 lt_cv_file_magic_cmd='/bin/file'
4822 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4823 ;;
4824 sni)
4825 lt_cv_file_magic_cmd='/bin/file'
4826 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4827 lt_cv_file_magic_test_file=/lib/libc.so
4828 ;;
4829 siemens)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832 pc)
4833 lt_cv_deplibs_check_method=pass_all
4834 ;;
4835 esac
4836 ;;
4837
4838tpf*)
4839 lt_cv_deplibs_check_method=pass_all
4840 ;;
4841esac
4842
4843fi
4844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4845$as_echo "$lt_cv_deplibs_check_method" >&6; }
4846file_magic_cmd=$lt_cv_file_magic_cmd
4847deplibs_check_method=$lt_cv_deplibs_check_method
4848test -z "$deplibs_check_method" && deplibs_check_method=unknown
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
68ed2854
MF
4861plugin_option=
4862plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4863for plugin in $plugin_names; do
4864 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4865 if test x$plugin_so = x$plugin; then
4866 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4867 fi
4868 if test x$plugin_so != x$plugin; then
4869 plugin_option="--plugin $plugin_so"
4870 break
4871 fi
4872done
4873
6bb11ab3
L
4874if test -n "$ac_tool_prefix"; then
4875 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4876set dummy ${ac_tool_prefix}ar; ac_word=$2
4877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4878$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4879if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4880 $as_echo_n "(cached) " >&6
4881else
4882 if test -n "$AR"; then
4883 ac_cv_prog_AR="$AR" # Let the user override the test.
4884else
4885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4886for as_dir in $PATH
4887do
4888 IFS=$as_save_IFS
4889 test -z "$as_dir" && as_dir=.
4890 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4892 ac_cv_prog_AR="${ac_tool_prefix}ar"
4893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 break 2
4895 fi
4896done
4897 done
4898IFS=$as_save_IFS
4899
4900fi
4901fi
4902AR=$ac_cv_prog_AR
4903if test -n "$AR"; then
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4905$as_echo "$AR" >&6; }
4906else
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908$as_echo "no" >&6; }
4909fi
4910
4911
4912fi
4913if test -z "$ac_cv_prog_AR"; then
4914 ac_ct_AR=$AR
4915 # Extract the first word of "ar", so it can be a program name with args.
4916set dummy ar; ac_word=$2
4917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4919if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4920 $as_echo_n "(cached) " >&6
4921else
4922 if test -n "$ac_ct_AR"; then
4923 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4924else
4925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926for as_dir in $PATH
4927do
4928 IFS=$as_save_IFS
4929 test -z "$as_dir" && as_dir=.
4930 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4932 ac_cv_prog_ac_ct_AR="ar"
4933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934 break 2
4935 fi
4936done
4937 done
4938IFS=$as_save_IFS
4939
4940fi
4941fi
4942ac_ct_AR=$ac_cv_prog_ac_ct_AR
4943if test -n "$ac_ct_AR"; then
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4945$as_echo "$ac_ct_AR" >&6; }
4946else
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948$as_echo "no" >&6; }
4949fi
4950
4951 if test "x$ac_ct_AR" = x; then
4952 AR="false"
4953 else
4954 case $cross_compiling:$ac_tool_warned in
4955yes:)
4956{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4957$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4958ac_tool_warned=yes ;;
4959esac
4960 AR=$ac_ct_AR
4961 fi
4962else
4963 AR="$ac_cv_prog_AR"
4964fi
4965
4966test -z "$AR" && AR=ar
68ed2854
MF
4967if test -n "$plugin_option"; then
4968 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4969 touch conftest.c
4970 $AR $plugin_option rc conftest.a conftest.c
4971 if test "$?" != 0; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4973$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4974 else
4975 AR="$AR $plugin_option"
4976 fi
4977 rm -f conftest.*
68ed2854
MF
4978 fi
4979fi
6bb11ab3
L
4980test -z "$AR_FLAGS" && AR_FLAGS=cru
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992if test -n "$ac_tool_prefix"; then
4993 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4994set dummy ${ac_tool_prefix}strip; ac_word=$2
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4996$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4997if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
4998 $as_echo_n "(cached) " >&6
4999else
5000 if test -n "$STRIP"; then
5001 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5002else
5003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5004for as_dir in $PATH
5005do
5006 IFS=$as_save_IFS
5007 test -z "$as_dir" && as_dir=.
5008 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5010 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5012 break 2
5013 fi
5014done
5015 done
5016IFS=$as_save_IFS
5017
5018fi
5019fi
5020STRIP=$ac_cv_prog_STRIP
5021if test -n "$STRIP"; then
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5023$as_echo "$STRIP" >&6; }
5024else
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5026$as_echo "no" >&6; }
5027fi
5028
5029
5030fi
5031if test -z "$ac_cv_prog_STRIP"; then
5032 ac_ct_STRIP=$STRIP
5033 # Extract the first word of "strip", so it can be a program name with args.
5034set dummy strip; ac_word=$2
5035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5037if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5038 $as_echo_n "(cached) " >&6
5039else
5040 if test -n "$ac_ct_STRIP"; then
5041 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5042else
5043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044for as_dir in $PATH
5045do
5046 IFS=$as_save_IFS
5047 test -z "$as_dir" && as_dir=.
5048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5050 ac_cv_prog_ac_ct_STRIP="strip"
5051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5052 break 2
5053 fi
5054done
5055 done
5056IFS=$as_save_IFS
5057
5058fi
5059fi
5060ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5061if test -n "$ac_ct_STRIP"; then
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5063$as_echo "$ac_ct_STRIP" >&6; }
5064else
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5066$as_echo "no" >&6; }
5067fi
5068
5069 if test "x$ac_ct_STRIP" = x; then
5070 STRIP=":"
5071 else
5072 case $cross_compiling:$ac_tool_warned in
5073yes:)
5074{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5075$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5076ac_tool_warned=yes ;;
5077esac
5078 STRIP=$ac_ct_STRIP
5079 fi
5080else
5081 STRIP="$ac_cv_prog_STRIP"
5082fi
5083
5084test -z "$STRIP" && STRIP=:
5085
5086
5087
5088
5089
5090
5091if test -n "$ac_tool_prefix"; then
5092 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5093set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5095$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5096if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5097 $as_echo_n "(cached) " >&6
5098else
5099 if test -n "$RANLIB"; then
5100 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5101else
5102as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5103for as_dir in $PATH
5104do
5105 IFS=$as_save_IFS
5106 test -z "$as_dir" && as_dir=.
5107 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5109 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5111 break 2
5112 fi
5113done
5114 done
5115IFS=$as_save_IFS
5116
5117fi
5118fi
5119RANLIB=$ac_cv_prog_RANLIB
5120if test -n "$RANLIB"; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5122$as_echo "$RANLIB" >&6; }
5123else
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5125$as_echo "no" >&6; }
5126fi
5127
5128
5129fi
5130if test -z "$ac_cv_prog_RANLIB"; then
5131 ac_ct_RANLIB=$RANLIB
5132 # Extract the first word of "ranlib", so it can be a program name with args.
5133set dummy ranlib; ac_word=$2
5134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5135$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5136if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5137 $as_echo_n "(cached) " >&6
5138else
5139 if test -n "$ac_ct_RANLIB"; then
5140 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5141else
5142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143for as_dir in $PATH
5144do
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5149 ac_cv_prog_ac_ct_RANLIB="ranlib"
5150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 break 2
5152 fi
5153done
5154 done
5155IFS=$as_save_IFS
5156
5157fi
5158fi
5159ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5160if test -n "$ac_ct_RANLIB"; then
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5162$as_echo "$ac_ct_RANLIB" >&6; }
5163else
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5165$as_echo "no" >&6; }
5166fi
5167
5168 if test "x$ac_ct_RANLIB" = x; then
5169 RANLIB=":"
5170 else
5171 case $cross_compiling:$ac_tool_warned in
5172yes:)
5173{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5175ac_tool_warned=yes ;;
5176esac
5177 RANLIB=$ac_ct_RANLIB
5178 fi
5179else
5180 RANLIB="$ac_cv_prog_RANLIB"
5181fi
5182
5183test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5184if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5185 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5186 RANLIB="$RANLIB $plugin_option"
5187 fi
5188fi
6bb11ab3
L
5189
5190
5191
5192
5193
5194
5195# Determine commands to create old-style static archives.
5196old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5197old_postinstall_cmds='chmod 644 $oldlib'
5198old_postuninstall_cmds=
5199
5200if test -n "$RANLIB"; then
5201 case $host_os in
5202 openbsd*)
5203 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5204 ;;
5205 *)
5206 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5207 ;;
5208 esac
5209 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5210fi
5211
5212case $host_os in
5213 darwin*)
5214 lock_old_archive_extraction=yes ;;
5215 *)
5216 lock_old_archive_extraction=no ;;
5217esac
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239for ac_prog in gawk mawk nawk awk
5240do
5241 # Extract the first word of "$ac_prog", so it can be a program name with args.
5242set dummy $ac_prog; ac_word=$2
5243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5244$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5245if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5246 $as_echo_n "(cached) " >&6
5247else
5248 if test -n "$AWK"; then
5249 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5250else
5251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5252for as_dir in $PATH
5253do
5254 IFS=$as_save_IFS
5255 test -z "$as_dir" && as_dir=.
5256 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5258 ac_cv_prog_AWK="$ac_prog"
5259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 break 2
5261 fi
5262done
5263 done
5264IFS=$as_save_IFS
5265
5266fi
5267fi
5268AWK=$ac_cv_prog_AWK
5269if test -n "$AWK"; then
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5271$as_echo "$AWK" >&6; }
5272else
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5274$as_echo "no" >&6; }
5275fi
5276
5277
5278 test -n "$AWK" && break
5279done
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299# If no C compiler was specified, use CC.
5300LTCC=${LTCC-"$CC"}
5301
5302# If no C compiler flags were specified, use CFLAGS.
5303LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5304
5305# Allow CC to be a program name with arguments.
5306compiler=$CC
5307
5308
5309# Check for command to grab the raw symbol name followed by C symbol from nm.
5310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5311$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5312if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5313 $as_echo_n "(cached) " >&6
5314else
5315
5316# These are sane defaults that work on at least a few old systems.
5317# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5318
5319# Character class describing NM global symbol codes.
5320symcode='[BCDEGRST]'
5321
5322# Regexp to match symbols that can be accessed directly from C.
5323sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5324
5325# Define system-specific variables.
5326case $host_os in
5327aix*)
5328 symcode='[BCDT]'
5329 ;;
5330cygwin* | mingw* | pw32* | cegcc*)
5331 symcode='[ABCDGISTW]'
5332 ;;
5333hpux*)
5334 if test "$host_cpu" = ia64; then
5335 symcode='[ABCDEGRST]'
5336 fi
5337 ;;
5338irix* | nonstopux*)
5339 symcode='[BCDEGRST]'
5340 ;;
5341osf*)
5342 symcode='[BCDEGQRST]'
5343 ;;
5344solaris*)
5345 symcode='[BDRT]'
5346 ;;
5347sco3.2v5*)
5348 symcode='[DT]'
5349 ;;
5350sysv4.2uw2*)
5351 symcode='[DT]'
5352 ;;
5353sysv5* | sco5v6* | unixware* | OpenUNIX*)
5354 symcode='[ABDT]'
5355 ;;
5356sysv4)
5357 symcode='[DFNSTU]'
5358 ;;
5359esac
5360
5361# If we're using GNU nm, then use its standard symbol codes.
5362case `$NM -V 2>&1` in
5363*GNU* | *'with BFD'*)
5364 symcode='[ABCDGIRSTW]' ;;
5365esac
5366
5367# Transform an extracted symbol line into a proper C declaration.
5368# Some systems (esp. on ia64) link data and code symbols differently,
5369# so use this general approach.
5370lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5371
5372# Transform an extracted symbol line into symbol name and symbol address
5373lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5374lt_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'"
5375
5376# Handle CRLF in mingw tool chain
5377opt_cr=
5378case $build_os in
5379mingw*)
5380 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5381 ;;
5382esac
5383
5384# Try without a prefix underscore, then with it.
5385for ac_symprfx in "" "_"; do
5386
5387 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5388 symxfrm="\\1 $ac_symprfx\\2 \\2"
5389
5390 # Write the raw and C identifiers.
5391 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5392 # Fake it for dumpbin and say T for any non-static function
5393 # and D for any global variable.
5394 # Also find C++ and __fastcall symbols from MSVC++,
5395 # which start with @ or ?.
5396 lt_cv_sys_global_symbol_pipe="$AWK '"\
5397" {last_section=section; section=\$ 3};"\
5398" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5399" \$ 0!~/External *\|/{next};"\
5400" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5401" {if(hide[section]) next};"\
5402" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5403" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5404" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5405" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5406" ' prfx=^$ac_symprfx"
5407 else
5408 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5409 fi
5410
5411 # Check to see that the pipe works correctly.
5412 pipe_works=no
5413
5414 rm -f conftest*
5415 cat > conftest.$ac_ext <<_LT_EOF
5416#ifdef __cplusplus
5417extern "C" {
5418#endif
5419char nm_test_var;
5420void nm_test_func(void);
5421void nm_test_func(void){}
5422#ifdef __cplusplus
5423}
5424#endif
5425int main(){nm_test_var='a';nm_test_func();return(0);}
5426_LT_EOF
5427
5428 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5429 (eval $ac_compile) 2>&5
5430 ac_status=$?
5431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5432 test $ac_status = 0; }; then
5433 # Now try to grab the symbols.
5434 nlist=conftest.nm
5435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5436 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5437 ac_status=$?
5438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5439 test $ac_status = 0; } && test -s "$nlist"; then
5440 # Try sorting and uniquifying the output.
5441 if sort "$nlist" | uniq > "$nlist"T; then
5442 mv -f "$nlist"T "$nlist"
5443 else
5444 rm -f "$nlist"T
5445 fi
5446
5447 # Make sure that we snagged all the symbols we need.
5448 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5449 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5450 cat <<_LT_EOF > conftest.$ac_ext
5451#ifdef __cplusplus
5452extern "C" {
5453#endif
5454
5455_LT_EOF
5456 # Now generate the symbol file.
5457 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5458
5459 cat <<_LT_EOF >> conftest.$ac_ext
5460
5461/* The mapping between symbol names and symbols. */
5462const struct {
5463 const char *name;
5464 void *address;
5465}
5466lt__PROGRAM__LTX_preloaded_symbols[] =
5467{
5468 { "@PROGRAM@", (void *) 0 },
5469_LT_EOF
5470 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5471 cat <<\_LT_EOF >> conftest.$ac_ext
5472 {0, (void *) 0}
5473};
5474
5475/* This works around a problem in FreeBSD linker */
5476#ifdef FREEBSD_WORKAROUND
5477static const void *lt_preloaded_setup() {
5478 return lt__PROGRAM__LTX_preloaded_symbols;
5479}
5480#endif
5481
5482#ifdef __cplusplus
5483}
5484#endif
5485_LT_EOF
5486 # Now try linking the two files.
5487 mv conftest.$ac_objext conftstm.$ac_objext
5488 lt_save_LIBS="$LIBS"
5489 lt_save_CFLAGS="$CFLAGS"
5490 LIBS="conftstm.$ac_objext"
5491 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5492 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5493 (eval $ac_link) 2>&5
5494 ac_status=$?
5495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5496 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5497 pipe_works=yes
5498 fi
5499 LIBS="$lt_save_LIBS"
5500 CFLAGS="$lt_save_CFLAGS"
5501 else
5502 echo "cannot find nm_test_func in $nlist" >&5
5503 fi
5504 else
5505 echo "cannot find nm_test_var in $nlist" >&5
5506 fi
5507 else
5508 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5509 fi
5510 else
5511 echo "$progname: failed program was:" >&5
5512 cat conftest.$ac_ext >&5
5513 fi
5514 rm -rf conftest* conftst*
5515
5516 # Do not use the global_symbol_pipe unless it works.
5517 if test "$pipe_works" = yes; then
5518 break
5519 else
5520 lt_cv_sys_global_symbol_pipe=
5521 fi
5522done
5523
5524fi
5525
5526if test -z "$lt_cv_sys_global_symbol_pipe"; then
5527 lt_cv_sys_global_symbol_to_cdecl=
5528fi
5529if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5531$as_echo "failed" >&6; }
5532else
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5534$as_echo "ok" >&6; }
5535fi
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558# Check whether --enable-libtool-lock was given.
5559if test "${enable_libtool_lock+set}" = set; then :
5560 enableval=$enable_libtool_lock;
5561fi
5562
5563test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5564
5565# Some flags need to be propagated to the compiler or linker for good
5566# libtool support.
5567case $host in
5568ia64-*-hpux*)
5569 # Find out which ABI we are using.
5570 echo 'int i;' > conftest.$ac_ext
5571 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5572 (eval $ac_compile) 2>&5
5573 ac_status=$?
5574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5575 test $ac_status = 0; }; then
5576 case `/usr/bin/file conftest.$ac_objext` in
5577 *ELF-32*)
5578 HPUX_IA64_MODE="32"
5579 ;;
5580 *ELF-64*)
5581 HPUX_IA64_MODE="64"
5582 ;;
5583 esac
5584 fi
5585 rm -rf conftest*
5586 ;;
5587*-*-irix6*)
5588 # Find out which ABI we are using.
5589 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5591 (eval $ac_compile) 2>&5
5592 ac_status=$?
5593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5594 test $ac_status = 0; }; then
5595 if test "$lt_cv_prog_gnu_ld" = yes; then
5596 case `/usr/bin/file conftest.$ac_objext` in
5597 *32-bit*)
5598 LD="${LD-ld} -melf32bsmip"
5599 ;;
5600 *N32*)
5601 LD="${LD-ld} -melf32bmipn32"
5602 ;;
5603 *64-bit*)
5604 LD="${LD-ld} -melf64bmip"
5605 ;;
5606 esac
5607 else
5608 case `/usr/bin/file conftest.$ac_objext` in
5609 *32-bit*)
5610 LD="${LD-ld} -32"
5611 ;;
5612 *N32*)
5613 LD="${LD-ld} -n32"
5614 ;;
5615 *64-bit*)
5616 LD="${LD-ld} -64"
5617 ;;
5618 esac
5619 fi
5620 fi
5621 rm -rf conftest*
5622 ;;
5623
bf3d9781 5624x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5625s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5626 # Find out which ABI we are using.
5627 echo 'int i;' > conftest.$ac_ext
5628 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5629 (eval $ac_compile) 2>&5
5630 ac_status=$?
5631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5632 test $ac_status = 0; }; then
5633 case `/usr/bin/file conftest.o` in
5634 *32-bit*)
5635 case $host in
5636 x86_64-*kfreebsd*-gnu)
5637 LD="${LD-ld} -m elf_i386_fbsd"
5638 ;;
5639 x86_64-*linux*)
5640 case `/usr/bin/file conftest.o` in
5641 *x86-64*)
5642 LD="${LD-ld} -m elf32_x86_64"
5643 ;;
5644 *)
5645 LD="${LD-ld} -m elf_i386"
5646 ;;
5647 esac
5648 ;;
bf3d9781
AM
5649 powerpc64le-*linux*)
5650 LD="${LD-ld} -m elf32lppclinux"
5651 ;;
5652 powerpc64-*linux*)
6bb11ab3
L
5653 LD="${LD-ld} -m elf32ppclinux"
5654 ;;
5655 s390x-*linux*)
5656 LD="${LD-ld} -m elf_s390"
5657 ;;
5658 sparc64-*linux*)
5659 LD="${LD-ld} -m elf32_sparc"
5660 ;;
5661 esac
5662 ;;
5663 *64-bit*)
5664 case $host in
5665 x86_64-*kfreebsd*-gnu)
5666 LD="${LD-ld} -m elf_x86_64_fbsd"
5667 ;;
5668 x86_64-*linux*)
5669 LD="${LD-ld} -m elf_x86_64"
5670 ;;
bf3d9781
AM
5671 powerpcle-*linux*)
5672 LD="${LD-ld} -m elf64lppc"
5673 ;;
5674 powerpc-*linux*)
6bb11ab3
L
5675 LD="${LD-ld} -m elf64ppc"
5676 ;;
5677 s390*-*linux*|s390*-*tpf*)
5678 LD="${LD-ld} -m elf64_s390"
5679 ;;
5680 sparc*-*linux*)
5681 LD="${LD-ld} -m elf64_sparc"
5682 ;;
5683 esac
5684 ;;
5685 esac
5686 fi
5687 rm -rf conftest*
5688 ;;
5689
5690*-*-sco3.2v5*)
5691 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5692 SAVE_CFLAGS="$CFLAGS"
5693 CFLAGS="$CFLAGS -belf"
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5695$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5696if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5697 $as_echo_n "(cached) " >&6
5698else
5699 ac_ext=c
5700ac_cpp='$CPP $CPPFLAGS'
5701ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5702ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5703ac_compiler_gnu=$ac_cv_c_compiler_gnu
5704
5705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5706/* end confdefs.h. */
5707
5708int
5709main ()
5710{
5711
5712 ;
5713 return 0;
5714}
5715_ACEOF
5716if ac_fn_c_try_link "$LINENO"; then :
5717 lt_cv_cc_needs_belf=yes
5718else
5719 lt_cv_cc_needs_belf=no
5720fi
5721rm -f core conftest.err conftest.$ac_objext \
5722 conftest$ac_exeext conftest.$ac_ext
5723 ac_ext=c
5724ac_cpp='$CPP $CPPFLAGS'
5725ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5726ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5727ac_compiler_gnu=$ac_cv_c_compiler_gnu
5728
5729fi
5730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5731$as_echo "$lt_cv_cc_needs_belf" >&6; }
5732 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5733 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5734 CFLAGS="$SAVE_CFLAGS"
5735 fi
5736 ;;
5737sparc*-*solaris*)
5738 # Find out which ABI we are using.
5739 echo 'int i;' > conftest.$ac_ext
5740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5741 (eval $ac_compile) 2>&5
5742 ac_status=$?
5743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5744 test $ac_status = 0; }; then
5745 case `/usr/bin/file conftest.o` in
5746 *64-bit*)
5747 case $lt_cv_prog_gnu_ld in
5748 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5749 *)
5750 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5751 LD="${LD-ld} -64"
5752 fi
5753 ;;
5754 esac
5755 ;;
5756 esac
5757 fi
5758 rm -rf conftest*
5759 ;;
5760esac
5761
5762need_locks="$enable_libtool_lock"
5763
5764
5765 case $host_os in
5766 rhapsody* | darwin*)
5767 if test -n "$ac_tool_prefix"; then
5768 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5769set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5772if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5773 $as_echo_n "(cached) " >&6
5774else
5775 if test -n "$DSYMUTIL"; then
5776 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5777else
5778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779for as_dir in $PATH
5780do
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
5783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5785 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5787 break 2
5788 fi
5789done
5790 done
5791IFS=$as_save_IFS
5792
5793fi
5794fi
5795DSYMUTIL=$ac_cv_prog_DSYMUTIL
5796if test -n "$DSYMUTIL"; then
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5798$as_echo "$DSYMUTIL" >&6; }
5799else
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5801$as_echo "no" >&6; }
5802fi
5803
5804
5805fi
5806if test -z "$ac_cv_prog_DSYMUTIL"; then
5807 ac_ct_DSYMUTIL=$DSYMUTIL
5808 # Extract the first word of "dsymutil", so it can be a program name with args.
5809set dummy dsymutil; ac_word=$2
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5812if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5813 $as_echo_n "(cached) " >&6
5814else
5815 if test -n "$ac_ct_DSYMUTIL"; then
5816 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5817else
5818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819for as_dir in $PATH
5820do
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5825 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5828 fi
5829done
5830 done
5831IFS=$as_save_IFS
5832
5833fi
5834fi
5835ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5836if test -n "$ac_ct_DSYMUTIL"; then
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5838$as_echo "$ac_ct_DSYMUTIL" >&6; }
5839else
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5841$as_echo "no" >&6; }
5842fi
5843
5844 if test "x$ac_ct_DSYMUTIL" = x; then
5845 DSYMUTIL=":"
5846 else
5847 case $cross_compiling:$ac_tool_warned in
5848yes:)
5849{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5850$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5851ac_tool_warned=yes ;;
5852esac
5853 DSYMUTIL=$ac_ct_DSYMUTIL
5854 fi
5855else
5856 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5857fi
5858
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5861set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5863$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5864if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5865 $as_echo_n "(cached) " >&6
5866else
5867 if test -n "$NMEDIT"; then
5868 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5869else
5870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871for as_dir in $PATH
5872do
5873 IFS=$as_save_IFS
5874 test -z "$as_dir" && as_dir=.
5875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5877 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5879 break 2
5880 fi
5881done
5882 done
5883IFS=$as_save_IFS
5884
5885fi
5886fi
5887NMEDIT=$ac_cv_prog_NMEDIT
5888if test -n "$NMEDIT"; then
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5890$as_echo "$NMEDIT" >&6; }
5891else
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5893$as_echo "no" >&6; }
5894fi
5895
5896
5897fi
5898if test -z "$ac_cv_prog_NMEDIT"; then
5899 ac_ct_NMEDIT=$NMEDIT
5900 # Extract the first word of "nmedit", so it can be a program name with args.
5901set dummy nmedit; ac_word=$2
5902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5903$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5904if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5905 $as_echo_n "(cached) " >&6
5906else
5907 if test -n "$ac_ct_NMEDIT"; then
5908 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5909else
5910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911for as_dir in $PATH
5912do
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5917 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5920 fi
5921done
5922 done
5923IFS=$as_save_IFS
5924
5925fi
5926fi
5927ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5928if test -n "$ac_ct_NMEDIT"; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5930$as_echo "$ac_ct_NMEDIT" >&6; }
5931else
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5933$as_echo "no" >&6; }
5934fi
5935
5936 if test "x$ac_ct_NMEDIT" = x; then
5937 NMEDIT=":"
5938 else
5939 case $cross_compiling:$ac_tool_warned in
5940yes:)
5941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5943ac_tool_warned=yes ;;
5944esac
5945 NMEDIT=$ac_ct_NMEDIT
5946 fi
5947else
5948 NMEDIT="$ac_cv_prog_NMEDIT"
5949fi
5950
5951 if test -n "$ac_tool_prefix"; then
5952 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5953set dummy ${ac_tool_prefix}lipo; ac_word=$2
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5955$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5956if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5957 $as_echo_n "(cached) " >&6
5958else
5959 if test -n "$LIPO"; then
5960 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5961else
5962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963for as_dir in $PATH
5964do
5965 IFS=$as_save_IFS
5966 test -z "$as_dir" && as_dir=.
5967 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5969 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5971 break 2
5972 fi
5973done
5974 done
5975IFS=$as_save_IFS
5976
5977fi
5978fi
5979LIPO=$ac_cv_prog_LIPO
5980if test -n "$LIPO"; then
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5982$as_echo "$LIPO" >&6; }
5983else
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5985$as_echo "no" >&6; }
5986fi
5987
5988
5989fi
5990if test -z "$ac_cv_prog_LIPO"; then
5991 ac_ct_LIPO=$LIPO
5992 # Extract the first word of "lipo", so it can be a program name with args.
5993set dummy lipo; ac_word=$2
5994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5995$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5996if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
5997 $as_echo_n "(cached) " >&6
5998else
5999 if test -n "$ac_ct_LIPO"; then
6000 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6001else
6002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003for as_dir in $PATH
6004do
6005 IFS=$as_save_IFS
6006 test -z "$as_dir" && as_dir=.
6007 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6009 ac_cv_prog_ac_ct_LIPO="lipo"
6010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6011 break 2
6012 fi
6013done
6014 done
6015IFS=$as_save_IFS
6016
6017fi
6018fi
6019ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6020if test -n "$ac_ct_LIPO"; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6022$as_echo "$ac_ct_LIPO" >&6; }
6023else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6025$as_echo "no" >&6; }
6026fi
6027
6028 if test "x$ac_ct_LIPO" = x; then
6029 LIPO=":"
6030 else
6031 case $cross_compiling:$ac_tool_warned in
6032yes:)
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6035ac_tool_warned=yes ;;
6036esac
6037 LIPO=$ac_ct_LIPO
6038 fi
6039else
6040 LIPO="$ac_cv_prog_LIPO"
6041fi
6042
6043 if test -n "$ac_tool_prefix"; then
6044 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6045set dummy ${ac_tool_prefix}otool; ac_word=$2
6046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6047$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6048if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6049 $as_echo_n "(cached) " >&6
6050else
6051 if test -n "$OTOOL"; then
6052 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6053else
6054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055for as_dir in $PATH
6056do
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6061 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6064 fi
6065done
6066 done
6067IFS=$as_save_IFS
6068
6069fi
6070fi
6071OTOOL=$ac_cv_prog_OTOOL
6072if test -n "$OTOOL"; then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6074$as_echo "$OTOOL" >&6; }
6075else
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6077$as_echo "no" >&6; }
6078fi
6079
6080
6081fi
6082if test -z "$ac_cv_prog_OTOOL"; then
6083 ac_ct_OTOOL=$OTOOL
6084 # Extract the first word of "otool", so it can be a program name with args.
6085set dummy otool; ac_word=$2
6086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6087$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6088if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6089 $as_echo_n "(cached) " >&6
6090else
6091 if test -n "$ac_ct_OTOOL"; then
6092 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6093else
6094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095for as_dir in $PATH
6096do
6097 IFS=$as_save_IFS
6098 test -z "$as_dir" && as_dir=.
6099 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6101 ac_cv_prog_ac_ct_OTOOL="otool"
6102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6103 break 2
6104 fi
6105done
6106 done
6107IFS=$as_save_IFS
6108
6109fi
6110fi
6111ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6112if test -n "$ac_ct_OTOOL"; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6114$as_echo "$ac_ct_OTOOL" >&6; }
6115else
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6117$as_echo "no" >&6; }
6118fi
6119
6120 if test "x$ac_ct_OTOOL" = x; then
6121 OTOOL=":"
6122 else
6123 case $cross_compiling:$ac_tool_warned in
6124yes:)
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6126$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6127ac_tool_warned=yes ;;
6128esac
6129 OTOOL=$ac_ct_OTOOL
6130 fi
6131else
6132 OTOOL="$ac_cv_prog_OTOOL"
6133fi
6134
6135 if test -n "$ac_tool_prefix"; then
6136 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6137set dummy ${ac_tool_prefix}otool64; ac_word=$2
6138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6140if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6141 $as_echo_n "(cached) " >&6
6142else
6143 if test -n "$OTOOL64"; then
6144 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6145else
6146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147for as_dir in $PATH
6148do
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6153 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6156 fi
6157done
6158 done
6159IFS=$as_save_IFS
6160
6161fi
6162fi
6163OTOOL64=$ac_cv_prog_OTOOL64
6164if test -n "$OTOOL64"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6166$as_echo "$OTOOL64" >&6; }
6167else
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169$as_echo "no" >&6; }
6170fi
6171
6172
6173fi
6174if test -z "$ac_cv_prog_OTOOL64"; then
6175 ac_ct_OTOOL64=$OTOOL64
6176 # Extract the first word of "otool64", so it can be a program name with args.
6177set dummy otool64; ac_word=$2
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6180if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6181 $as_echo_n "(cached) " >&6
6182else
6183 if test -n "$ac_ct_OTOOL64"; then
6184 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6185else
6186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187for as_dir in $PATH
6188do
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6193 ac_cv_prog_ac_ct_OTOOL64="otool64"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6196 fi
6197done
6198 done
6199IFS=$as_save_IFS
6200
6201fi
6202fi
6203ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6204if test -n "$ac_ct_OTOOL64"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6206$as_echo "$ac_ct_OTOOL64" >&6; }
6207else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209$as_echo "no" >&6; }
6210fi
6211
6212 if test "x$ac_ct_OTOOL64" = x; then
6213 OTOOL64=":"
6214 else
6215 case $cross_compiling:$ac_tool_warned in
6216yes:)
6217{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6218$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6219ac_tool_warned=yes ;;
6220esac
6221 OTOOL64=$ac_ct_OTOOL64
6222 fi
6223else
6224 OTOOL64="$ac_cv_prog_OTOOL64"
6225fi
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6254$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6255if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6256 $as_echo_n "(cached) " >&6
6257else
6258 lt_cv_apple_cc_single_mod=no
6259 if test -z "${LT_MULTI_MODULE}"; then
6260 # By default we will add the -single_module flag. You can override
6261 # by either setting the environment variable LT_MULTI_MODULE
6262 # non-empty at configure time, or by adding -multi_module to the
6263 # link flags.
6264 rm -rf libconftest.dylib*
6265 echo "int foo(void){return 1;}" > conftest.c
6266 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6267-dynamiclib -Wl,-single_module conftest.c" >&5
6268 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6269 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6270 _lt_result=$?
6271 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6272 lt_cv_apple_cc_single_mod=yes
6273 else
6274 cat conftest.err >&5
6275 fi
6276 rm -rf libconftest.dylib*
6277 rm -f conftest.*
6278 fi
6279fi
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6281$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6283$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6284if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6285 $as_echo_n "(cached) " >&6
6286else
6287 lt_cv_ld_exported_symbols_list=no
6288 save_LDFLAGS=$LDFLAGS
6289 echo "_main" > conftest.sym
6290 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6292/* end confdefs.h. */
6293
6294int
6295main ()
6296{
6297
6298 ;
6299 return 0;
6300}
6301_ACEOF
6302if ac_fn_c_try_link "$LINENO"; then :
6303 lt_cv_ld_exported_symbols_list=yes
6304else
6305 lt_cv_ld_exported_symbols_list=no
6306fi
6307rm -f core conftest.err conftest.$ac_objext \
6308 conftest$ac_exeext conftest.$ac_ext
6309 LDFLAGS="$save_LDFLAGS"
6310
6311fi
6312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6313$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6315$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6316if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6317 $as_echo_n "(cached) " >&6
6318else
6319 lt_cv_ld_force_load=no
6320 cat > conftest.c << _LT_EOF
6321int forced_loaded() { return 2;}
6322_LT_EOF
6323 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6324 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6325 echo "$AR cru libconftest.a conftest.o" >&5
6326 $AR cru libconftest.a conftest.o 2>&5
6327 cat > conftest.c << _LT_EOF
6328int main() { return 0;}
6329_LT_EOF
6330 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6331 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6332 _lt_result=$?
6333 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6334 lt_cv_ld_force_load=yes
6335 else
6336 cat conftest.err >&5
6337 fi
6338 rm -f conftest.err libconftest.a conftest conftest.c
6339 rm -rf conftest.dSYM
6340
6341fi
6342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6343$as_echo "$lt_cv_ld_force_load" >&6; }
6344 case $host_os in
6345 rhapsody* | darwin1.[012])
6346 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6347 darwin1.*)
6348 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6349 darwin*) # darwin 5.x on
6350 # if running on 10.5 or later, the deployment target defaults
6351 # to the OS version, if on x86, and 10.4, the deployment
6352 # target defaults to 10.4. Don't you love it?
6353 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6354 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6355 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6356 10.[012][,.]*)
6bb11ab3
L
6357 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6358 10.*)
6359 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6360 esac
6361 ;;
6362 esac
6363 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6364 _lt_dar_single_mod='$single_module'
6365 fi
6366 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6367 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6368 else
6369 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6370 fi
6371 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6372 _lt_dsymutil='~$DSYMUTIL $lib || :'
6373 else
6374 _lt_dsymutil=
6375 fi
6376 ;;
6377 esac
6378
6379for ac_header in dlfcn.h
6380do :
6381 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6382"
d0ac1c44 6383if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6384 cat >>confdefs.h <<_ACEOF
6385#define HAVE_DLFCN_H 1
6386_ACEOF
6387
6388fi
6389
6390done
6391
6392
6393
ebe9564b 6394
6bb11ab3 6395
0cb8d851
MF
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6397$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6398if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6399 $as_echo_n "(cached) " >&6
6400else
6401 ac_cv_c_bigendian=unknown
6402 # See if we're dealing with a universal compiler.
6403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6404/* end confdefs.h. */
6405#ifndef __APPLE_CC__
6406 not a universal capable compiler
6407 #endif
6408 typedef int dummy;
6409
6410_ACEOF
6411if ac_fn_c_try_compile "$LINENO"; then :
6412
6413 # Check for potential -arch flags. It is not universal unless
6414 # there are at least two -arch flags with different values.
6415 ac_arch=
6416 ac_prev=
6417 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6418 if test -n "$ac_prev"; then
6419 case $ac_word in
6420 i?86 | x86_64 | ppc | ppc64)
6421 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6422 ac_arch=$ac_word
6423 else
6424 ac_cv_c_bigendian=universal
6425 break
6426 fi
6427 ;;
6428 esac
6429 ac_prev=
6430 elif test "x$ac_word" = "x-arch"; then
6431 ac_prev=arch
6432 fi
6433 done
6434fi
6435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6436 if test $ac_cv_c_bigendian = unknown; then
6437 # See if sys/param.h defines the BYTE_ORDER macro.
6438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6439/* end confdefs.h. */
6440#include <sys/types.h>
6441 #include <sys/param.h>
6442
6443int
6444main ()
6445{
6446#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6447 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6448 && LITTLE_ENDIAN)
6449 bogus endian macros
6450 #endif
6451
6452 ;
6453 return 0;
6454}
6455_ACEOF
6456if ac_fn_c_try_compile "$LINENO"; then :
6457 # It does; now see whether it defined to BIG_ENDIAN or not.
6458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6459/* end confdefs.h. */
6460#include <sys/types.h>
6461 #include <sys/param.h>
6462
6463int
6464main ()
6465{
6466#if BYTE_ORDER != BIG_ENDIAN
6467 not big endian
6468 #endif
6469
6470 ;
6471 return 0;
6472}
6473_ACEOF
6474if ac_fn_c_try_compile "$LINENO"; then :
6475 ac_cv_c_bigendian=yes
6476else
6477 ac_cv_c_bigendian=no
6478fi
6479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6480fi
6481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6482 fi
6483 if test $ac_cv_c_bigendian = unknown; then
6484 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6486/* end confdefs.h. */
6487#include <limits.h>
6488
6489int
6490main ()
6491{
6492#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6493 bogus endian macros
6494 #endif
6495
6496 ;
6497 return 0;
6498}
6499_ACEOF
6500if ac_fn_c_try_compile "$LINENO"; then :
6501 # It does; now see whether it defined to _BIG_ENDIAN or not.
6502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6503/* end confdefs.h. */
6504#include <limits.h>
6505
6506int
6507main ()
6508{
6509#ifndef _BIG_ENDIAN
6510 not big endian
6511 #endif
6512
6513 ;
6514 return 0;
6515}
6516_ACEOF
6517if ac_fn_c_try_compile "$LINENO"; then :
6518 ac_cv_c_bigendian=yes
6519else
6520 ac_cv_c_bigendian=no
6521fi
6522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6523fi
6524rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525 fi
6526 if test $ac_cv_c_bigendian = unknown; then
6527 # Compile a test program.
6528 if test "$cross_compiling" = yes; then :
6529 # Try to guess by grepping values from an object file.
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531/* end confdefs.h. */
6532short int ascii_mm[] =
6533 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6534 short int ascii_ii[] =
6535 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6536 int use_ascii (int i) {
6537 return ascii_mm[i] + ascii_ii[i];
6538 }
6539 short int ebcdic_ii[] =
6540 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6541 short int ebcdic_mm[] =
6542 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6543 int use_ebcdic (int i) {
6544 return ebcdic_mm[i] + ebcdic_ii[i];
6545 }
6546 extern int foo;
6547
6548int
6549main ()
6550{
6551return use_ascii (foo) == use_ebcdic (foo);
6552 ;
6553 return 0;
6554}
6555_ACEOF
6556if ac_fn_c_try_compile "$LINENO"; then :
6557 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6558 ac_cv_c_bigendian=yes
6559 fi
6560 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6561 if test "$ac_cv_c_bigendian" = unknown; then
6562 ac_cv_c_bigendian=no
6563 else
6564 # finding both strings is unlikely to happen, but who knows?
6565 ac_cv_c_bigendian=unknown
6566 fi
6567 fi
6568fi
6569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570else
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572/* end confdefs.h. */
6573$ac_includes_default
6574int
6575main ()
6576{
6577
6578 /* Are we little or big endian? From Harbison&Steele. */
6579 union
6580 {
6581 long int l;
6582 char c[sizeof (long int)];
6583 } u;
6584 u.l = 1;
6585 return u.c[sizeof (long int) - 1] == 1;
6586
6587 ;
6588 return 0;
6589}
6590_ACEOF
6591if ac_fn_c_try_run "$LINENO"; then :
6592 ac_cv_c_bigendian=no
6593else
6594 ac_cv_c_bigendian=yes
6595fi
6596rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6597 conftest.$ac_objext conftest.beam conftest.$ac_ext
6598fi
6599
6600 fi
6601fi
6602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6603$as_echo "$ac_cv_c_bigendian" >&6; }
6604 case $ac_cv_c_bigendian in #(
6605 yes)
6606 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6607;; #(
6608 no)
6609 ;; #(
6610 universal)
6611
6612$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6613
6614 ;; #(
6615 *)
d0ac1c44 6616 as_fn_error $? "unknown endianness
0cb8d851
MF
6617 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6618 esac
6619
6bb11ab3
L
6620
6621
6622
c25ea03d 6623if test "x$cross_compiling" = "xno"; then
aa0fca16 6624 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6625 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6626 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6627 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6628 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6629else
aa0fca16 6630 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6631 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6632 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6633 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6634 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6635fi
6636
6637
6638
c25ea03d 6639
c2783492 6640
aa0fca16
MF
6641
6642
a3e2cc64
MF
6643if test -n "$ac_tool_prefix"; then
6644 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6645set dummy ${ac_tool_prefix}ar; ac_word=$2
6646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6647$as_echo_n "checking for $ac_word... " >&6; }
6648if ${ac_cv_prog_AR+:} false; then :
6649 $as_echo_n "(cached) " >&6
6650else
6651 if test -n "$AR"; then
6652 ac_cv_prog_AR="$AR" # Let the user override the test.
6653else
6654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6655for as_dir in $PATH
6656do
6657 IFS=$as_save_IFS
6658 test -z "$as_dir" && as_dir=.
6659 for ac_exec_ext in '' $ac_executable_extensions; do
6660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6661 ac_cv_prog_AR="${ac_tool_prefix}ar"
6662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6663 break 2
6664 fi
6665done
6666 done
6667IFS=$as_save_IFS
6668
6669fi
6670fi
6671AR=$ac_cv_prog_AR
6672if test -n "$AR"; then
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6674$as_echo "$AR" >&6; }
6675else
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6677$as_echo "no" >&6; }
6678fi
6679
6680
6681fi
6682if test -z "$ac_cv_prog_AR"; then
6683 ac_ct_AR=$AR
6684 # Extract the first word of "ar", so it can be a program name with args.
6685set dummy ar; ac_word=$2
6686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6687$as_echo_n "checking for $ac_word... " >&6; }
6688if ${ac_cv_prog_ac_ct_AR+:} false; then :
6689 $as_echo_n "(cached) " >&6
6690else
6691 if test -n "$ac_ct_AR"; then
6692 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6693else
6694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695for as_dir in $PATH
6696do
6697 IFS=$as_save_IFS
6698 test -z "$as_dir" && as_dir=.
6699 for ac_exec_ext in '' $ac_executable_extensions; do
6700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6701 ac_cv_prog_ac_ct_AR="ar"
6702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6703 break 2
6704 fi
6705done
6706 done
6707IFS=$as_save_IFS
6708
6709fi
6710fi
6711ac_ct_AR=$ac_cv_prog_ac_ct_AR
6712if test -n "$ac_ct_AR"; then
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6714$as_echo "$ac_ct_AR" >&6; }
6715else
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6717$as_echo "no" >&6; }
6718fi
6719
6720 if test "x$ac_ct_AR" = x; then
6721 AR=""
6722 else
6723 case $cross_compiling:$ac_tool_warned in
6724yes:)
6725{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6726$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6727ac_tool_warned=yes ;;
6728esac
6729 AR=$ac_ct_AR
6730 fi
6731else
6732 AR="$ac_cv_prog_AR"
6733fi
6bb11ab3
L
6734
6735if test -n "$ac_tool_prefix"; then
6736 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6737set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6739$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6740if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6741 $as_echo_n "(cached) " >&6
6742else
6743 if test -n "$RANLIB"; then
6744 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6745else
6746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6747for as_dir in $PATH
6748do
6749 IFS=$as_save_IFS
6750 test -z "$as_dir" && as_dir=.
6751 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6753 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6755 break 2
6756 fi
6757done
6758 done
6759IFS=$as_save_IFS
6760
6761fi
6762fi
6763RANLIB=$ac_cv_prog_RANLIB
6764if test -n "$RANLIB"; then
6765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6766$as_echo "$RANLIB" >&6; }
6767else
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6769$as_echo "no" >&6; }
6770fi
6771
6772
6773fi
6774if test -z "$ac_cv_prog_RANLIB"; then
6775 ac_ct_RANLIB=$RANLIB
6776 # Extract the first word of "ranlib", so it can be a program name with args.
6777set dummy ranlib; ac_word=$2
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6779$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6780if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6781 $as_echo_n "(cached) " >&6
6782else
6783 if test -n "$ac_ct_RANLIB"; then
6784 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6785else
6786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787for as_dir in $PATH
6788do
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6793 ac_cv_prog_ac_ct_RANLIB="ranlib"
6794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6796 fi
6797done
6798 done
6799IFS=$as_save_IFS
6800
6801fi
6802fi
6803ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6804if test -n "$ac_ct_RANLIB"; then
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6806$as_echo "$ac_ct_RANLIB" >&6; }
6807else
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6809$as_echo "no" >&6; }
6810fi
6811
6812 if test "x$ac_ct_RANLIB" = x; then
6813 RANLIB=":"
6814 else
6815 case $cross_compiling:$ac_tool_warned in
6816yes:)
6817{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6818$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6819ac_tool_warned=yes ;;
6820esac
6821 RANLIB=$ac_ct_RANLIB
6822 fi
6823else
6824 RANLIB="$ac_cv_prog_RANLIB"
6825fi
6826
6827
46f900c0
MF
6828# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6829# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6830# is C99. So handle it ourselves.
6831:
6832C_DIALECT=
6833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6834$as_echo_n "checking whether C11 is supported by default... " >&6; }
6835cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6836/* end confdefs.h. */
6837
6838#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6839# error "C11 support not found"
6840#endif
6841
6842_ACEOF
6843if ac_fn_c_try_compile "$LINENO"; then :
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6845$as_echo "yes" >&6; }
6846else
6847
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6849$as_echo "no" >&6; }
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6851$as_echo_n "checking for -std=c11 support... " >&6; }
6852 ac_save_CC="$CC"
6853 CC="$CC -std=c11"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855/* end confdefs.h. */
6856
6857#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6858# error "C11 support not found"
6859#endif
6860
6861_ACEOF
6862if ac_fn_c_try_compile "$LINENO"; then :
6863
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6865$as_echo "yes" >&6; }
6866 CC="$ac_save_CC"
6867 C_DIALECT="-std=c11"
6868
6869else
6870 as_fn_error $? "C11 is required" "$LINENO" 5
6871fi
6872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6873fi
6874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6875
6876
c2783492 6877
6bb11ab3
L
6878# Dependency checking.
6879ac_config_commands="$ac_config_commands depdir"
6880
6881
6882depcc="$CC" am_compiler_list=
6883
6884am_depcomp=$ac_aux_dir/depcomp
6885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6886$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6887if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6888 $as_echo_n "(cached) " >&6
6889else
6890 if test -f "$am_depcomp"; then
6891 # We make a subdir and do the tests there. Otherwise we can end up
6892 # making bogus files that we don't know about and never remove. For
6893 # instance it was reported that on HP-UX the gcc test will end up
6894 # making a dummy file named `D' -- because `-MD' means `put the output
6895 # in D'.
6896 mkdir conftest.dir
6897 # Copy depcomp to subdir because otherwise we won't find it if we're
6898 # using a relative directory.
6899 cp "$am_depcomp" conftest.dir
6900 cd conftest.dir
6901 # We will build objects and dependencies in a subdirectory because
6902 # it helps to detect inapplicable dependency modes. For instance
6903 # both Tru64's cc and ICC support -MD to output dependencies as a
6904 # side effect of compilation, but ICC will put the dependencies in
6905 # the current directory while Tru64 will put them in the object
6906 # directory.
6907 mkdir sub
6908
6909 am_cv_CC_dependencies_compiler_type=none
6910 if test "$am_compiler_list" = ""; then
6911 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6912 fi
6913 for depmode in $am_compiler_list; do
6914 if test $depmode = none; then break; fi
6915
6916 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6917 # Setup a source with many dependencies, because some compilers
6918 # like to wrap large dependency lists on column 80 (with \), and
6919 # we should not choose a depcomp mode which is confused by this.
6920 #
6921 # We need to recreate these files for each test, as the compiler may
6922 # overwrite some of them when testing with obscure command lines.
6923 # This happens at least with the AIX C compiler.
6924 : > sub/conftest.c
6925 for i in 1 2 3 4 5 6; do
6926 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6927 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6928 # Solaris 8's {/usr,}/bin/sh.
6929 touch sub/conftst$i.h
6930 done
6931 echo "include sub/conftest.Po" > confmf
6932
6933 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6934 # mode. It turns out that the SunPro C++ compiler does not properly
6935 # handle `-M -o', and we need to detect this.
6936 depcmd="depmode=$depmode \
6937 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6938 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6939 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6940 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6941 if env $depcmd > conftest.err 2>&1 &&
6942 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6943 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6944 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6945 # icc doesn't choke on unknown options, it will just issue warnings
6946 # or remarks (even with -Werror). So we grep stderr for any message
6947 # that says an option was ignored or not supported.
6948 # When given -MP, icc 7.0 and 7.1 complain thusly:
6949 # icc: Command line warning: ignoring option '-M'; no argument required
6950 # The diagnosis changed in icc 8.0:
6951 # icc: Command line remark: option '-MP' not supported
6952 if (grep 'ignoring option' conftest.err ||
6953 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6954 am_cv_CC_dependencies_compiler_type=$depmode
6955 $as_echo "$as_me:$LINENO: success" >&5
6956 break
6957 fi
6958 fi
6959 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6960 sed -e 's/^/| /' < conftest.err >&5
6961 done
6962
6963 cd ..
6964 rm -rf conftest.dir
6965else
6966 am_cv_CC_dependencies_compiler_type=none
6967fi
6968
6969fi
6970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6971$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6972if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6973then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6974else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6975
6976fi
6977
6978
6bb11ab3
L
6979ALL_LINGUAS=
6980# If we haven't got the data from the intl directory,
6981# assume NLS is disabled.
6982USE_NLS=no
6983LIBINTL=
6984LIBINTL_DEP=
6985INCINTL=
6986XGETTEXT=
6987GMSGFMT=
6988POSUB=
6989
6990if test -f ../../intl/config.intl; then
6991 . ../../intl/config.intl
6992fi
6993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6994$as_echo_n "checking whether NLS is requested... " >&6; }
6995if test x"$USE_NLS" != xyes; then
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6997$as_echo "no" >&6; }
6998else
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7000$as_echo "yes" >&6; }
7001
7002$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7003
7004
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7006$as_echo_n "checking for catalogs to be installed... " >&6; }
7007 # Look for .po and .gmo files in the source directory.
7008 CATALOGS=
7009 XLINGUAS=
7010 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7011 # If there aren't any .gmo files the shell will give us the
7012 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7013 # weeded out.
7014 case "$cat" in *\**)
7015 continue;;
7016 esac
7017 # The quadruple backslash is collapsed to a double backslash
7018 # by the backticks, then collapsed again by the double quotes,
7019 # leaving us with one backslash in the sed expression (right
7020 # before the dot that mustn't act as a wildcard).
7021 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7022 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7023 # The user is allowed to set LINGUAS to a list of languages to
7024 # install catalogs for. If it's empty that means "all of them."
7025 if test "x$LINGUAS" = x; then
7026 CATALOGS="$CATALOGS $cat"
7027 XLINGUAS="$XLINGUAS $lang"
7028 else
7029 case "$LINGUAS" in *$lang*)
7030 CATALOGS="$CATALOGS $cat"
7031 XLINGUAS="$XLINGUAS $lang"
7032 ;;
7033 esac
7034 fi
7035 done
7036 LINGUAS="$XLINGUAS"
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7038$as_echo "$LINGUAS" >&6; }
7039
7040
7041 DATADIRNAME=share
7042
7043 INSTOBJEXT=.mo
7044
7045 GENCAT=gencat
7046
7047 CATOBJEXT=.gmo
7048
7049fi
7050
6bb11ab3
L
7051# Check for socket libraries
7052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7053$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7054if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7055 $as_echo_n "(cached) " >&6
7056else
7057 ac_check_lib_save_LIBS=$LIBS
7058LIBS="-lsocket $LIBS"
7059cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060/* end confdefs.h. */
7061
7062/* Override any GCC internal prototype to avoid an error.
7063 Use char because int might match the return type of a GCC
7064 builtin and then its argument prototype would still apply. */
7065#ifdef __cplusplus
7066extern "C"
7067#endif
7068char bind ();
7069int
7070main ()
7071{
7072return bind ();
7073 ;
7074 return 0;
7075}
7076_ACEOF
7077if ac_fn_c_try_link "$LINENO"; then :
7078 ac_cv_lib_socket_bind=yes
7079else
7080 ac_cv_lib_socket_bind=no
7081fi
7082rm -f core conftest.err conftest.$ac_objext \
7083 conftest$ac_exeext conftest.$ac_ext
7084LIBS=$ac_check_lib_save_LIBS
7085fi
7086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7087$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7088if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7089 cat >>confdefs.h <<_ACEOF
7090#define HAVE_LIBSOCKET 1
7091_ACEOF
7092
7093 LIBS="-lsocket $LIBS"
7094
7095fi
7096
7097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7098$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7099if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7100 $as_echo_n "(cached) " >&6
7101else
7102 ac_check_lib_save_LIBS=$LIBS
7103LIBS="-lnsl $LIBS"
7104cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7105/* end confdefs.h. */
7106
7107/* Override any GCC internal prototype to avoid an error.
7108 Use char because int might match the return type of a GCC
7109 builtin and then its argument prototype would still apply. */
7110#ifdef __cplusplus
7111extern "C"
7112#endif
7113char gethostbyname ();
7114int
7115main ()
7116{
7117return gethostbyname ();
7118 ;
7119 return 0;
7120}
7121_ACEOF
7122if ac_fn_c_try_link "$LINENO"; then :
7123 ac_cv_lib_nsl_gethostbyname=yes
7124else
7125 ac_cv_lib_nsl_gethostbyname=no
7126fi
7127rm -f core conftest.err conftest.$ac_objext \
7128 conftest$ac_exeext conftest.$ac_ext
7129LIBS=$ac_check_lib_save_LIBS
7130fi
7131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7132$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7133if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7134 cat >>confdefs.h <<_ACEOF
7135#define HAVE_LIBNSL 1
7136_ACEOF
7137
7138 LIBS="-lnsl $LIBS"
7139
7140fi
7141
7142
7143# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7144# using the same condition.
7145
aadc9410 7146 # Use the system's zlib library.
7fed4b0b
L
7147 zlibdir="-L\$(top_builddir)/../zlib"
7148 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7149
aadc9410
MF
7150# Check whether --with-system-zlib was given.
7151if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7152 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7153 zlibdir=
7154 zlibinc=
7155 fi
6bb11ab3
L
7156
7157fi
7158
6bb11ab3 7159
6bb11ab3 7160
6bb11ab3
L
7161
7162
7163# BFD uses libdl when when plugins enabled.
7164
faa743bb
RM
7165 maybe_plugins=no
7166 for ac_header in dlfcn.h
7167do :
7168 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7169"
d0ac1c44 7170if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7171 cat >>confdefs.h <<_ACEOF
7172#define HAVE_DLFCN_H 1
7173_ACEOF
7174 maybe_plugins=yes
7175fi
7176
7177done
7178
7179 for ac_header in windows.h
7180do :
7181 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7182"
d0ac1c44 7183if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7184 cat >>confdefs.h <<_ACEOF
7185#define HAVE_WINDOWS_H 1
7186_ACEOF
7187 maybe_plugins=yes
7188fi
7189
7190done
7191
7192
7193 # Check whether --enable-plugins was given.
6bb11ab3
L
7194if test "${enable_plugins+set}" = set; then :
7195 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7196 no) plugins=no ;;
7197 *) plugins=yes
7198 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7199 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7200 fi ;;
7201 esac
6bb11ab3 7202else
faa743bb
RM
7203 plugins=$maybe_plugins
7204
6bb11ab3
L
7205fi
7206
2974be62 7207 if test "$plugins" = "yes"; then
37f980dc
SM
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7209$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7210if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7211 $as_echo_n "(cached) " >&6
7212else
7213 ac_func_search_save_LIBS=$LIBS
7214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7215/* end confdefs.h. */
7216
7217/* Override any GCC internal prototype to avoid an error.
7218 Use char because int might match the return type of a GCC
7219 builtin and then its argument prototype would still apply. */
7220#ifdef __cplusplus
7221extern "C"
7222#endif
37f980dc 7223char dlsym ();
2974be62
AM
7224int
7225main ()
7226{
37f980dc 7227return dlsym ();
2974be62
AM
7228 ;
7229 return 0;
7230}
7231_ACEOF
7232for ac_lib in '' dl; do
7233 if test -z "$ac_lib"; then
7234 ac_res="none required"
7235 else
7236 ac_res=-l$ac_lib
7237 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7238 fi
7239 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7240 ac_cv_search_dlsym=$ac_res
2974be62
AM
7241fi
7242rm -f core conftest.err conftest.$ac_objext \
7243 conftest$ac_exeext
d0ac1c44 7244 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7245 break
7246fi
7247done
d0ac1c44 7248if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7249
7250else
37f980dc 7251 ac_cv_search_dlsym=no
2974be62
AM
7252fi
7253rm conftest.$ac_ext
7254LIBS=$ac_func_search_save_LIBS
7255fi
37f980dc
SM
7256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7257$as_echo "$ac_cv_search_dlsym" >&6; }
7258ac_res=$ac_cv_search_dlsym
2974be62
AM
7259if test "$ac_res" != no; then :
7260 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7261
7262fi
7263
7264 fi
6bb11ab3
L
7265
7266 if test "$plugins" = yes; then
7267 PLUGINS_TRUE=
7268 PLUGINS_FALSE='#'
7269else
7270 PLUGINS_TRUE='#'
7271 PLUGINS_FALSE=
7272fi
7273
7274
7275
7276
7277
7278# Set options
7279enable_dlopen=yes
7280
7281
7282
7283
7284 enable_win32_dll=no
7285
7286
7287 # Check whether --enable-shared was given.
7288if test "${enable_shared+set}" = set; then :
7289 enableval=$enable_shared; p=${PACKAGE-default}
7290 case $enableval in
7291 yes) enable_shared=yes ;;
7292 no) enable_shared=no ;;
7293 *)
7294 enable_shared=no
7295 # Look at the argument we got. We use all the common list separators.
7296 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7297 for pkg in $enableval; do
7298 IFS="$lt_save_ifs"
7299 if test "X$pkg" = "X$p"; then
7300 enable_shared=yes
7301 fi
7302 done
7303 IFS="$lt_save_ifs"
7304 ;;
7305 esac
7306else
7307 enable_shared=yes
7308fi
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318 # Check whether --enable-static was given.
7319if test "${enable_static+set}" = set; then :
7320 enableval=$enable_static; p=${PACKAGE-default}
7321 case $enableval in
7322 yes) enable_static=yes ;;
7323 no) enable_static=no ;;
7324 *)
7325 enable_static=no
7326 # Look at the argument we got. We use all the common list separators.
7327 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7328 for pkg in $enableval; do
7329 IFS="$lt_save_ifs"
7330 if test "X$pkg" = "X$p"; then
7331 enable_static=yes
7332 fi
7333 done
7334 IFS="$lt_save_ifs"
7335 ;;
7336 esac
7337else
7338 enable_static=yes
7339fi
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350# Check whether --with-pic was given.
7351if test "${with_pic+set}" = set; then :
7352 withval=$with_pic; pic_mode="$withval"
7353else
7354 pic_mode=default
7355fi
7356
7357
7358test -z "$pic_mode" && pic_mode=default
7359
7360
7361
7362
7363
7364
7365
7366 # Check whether --enable-fast-install was given.
7367if test "${enable_fast_install+set}" = set; then :
7368 enableval=$enable_fast_install; p=${PACKAGE-default}
7369 case $enableval in
7370 yes) enable_fast_install=yes ;;
7371 no) enable_fast_install=no ;;
7372 *)
7373 enable_fast_install=no
7374 # Look at the argument we got. We use all the common list separators.
7375 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7376 for pkg in $enableval; do
7377 IFS="$lt_save_ifs"
7378 if test "X$pkg" = "X$p"; then
7379 enable_fast_install=yes
7380 fi
7381 done
7382 IFS="$lt_save_ifs"
7383 ;;
7384 esac
7385else
7386 enable_fast_install=yes
7387fi
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399# This can be used to rebuild libtool when needed
7400LIBTOOL_DEPS="$ltmain"
7401
7402# Always use our own libtool.
7403LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430test -z "$LN_S" && LN_S="ln -s"
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445if test -n "${ZSH_VERSION+set}" ; then
7446 setopt NO_GLOB_SUBST
c28c63d8 7447fi
c28c63d8 7448
6bb11ab3
L
7449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7450$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7451if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7452 $as_echo_n "(cached) " >&6
7453else
7454 rm -f .libs 2>/dev/null
7455mkdir .libs 2>/dev/null
7456if test -d .libs; then
7457 lt_cv_objdir=.libs
7458else
7459 # MS-DOS does not allow filenames that begin with a dot.
7460 lt_cv_objdir=_libs
7461fi
7462rmdir .libs 2>/dev/null
7463fi
7464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7465$as_echo "$lt_cv_objdir" >&6; }
7466objdir=$lt_cv_objdir
7467
7468
7469
7470
7471
7472cat >>confdefs.h <<_ACEOF
7473#define LT_OBJDIR "$lt_cv_objdir/"
7474_ACEOF
7475
7476
7477
7478
7479case $host_os in
7480aix3*)
7481 # AIX sometimes has problems with the GCC collect2 program. For some
7482 # reason, if we set the COLLECT_NAMES environment variable, the problems
7483 # vanish in a puff of smoke.
7484 if test "X${COLLECT_NAMES+set}" != Xset; then
7485 COLLECT_NAMES=
7486 export COLLECT_NAMES
7487 fi
7488 ;;
81ecdfbb 7489esac
6bb11ab3
L
7490
7491# Global variables:
7492ofile=libtool
7493can_build_shared=yes
7494
7495# All known linkers require a `.a' archive for static linking (except MSVC,
7496# which needs '.lib').
7497libext=a
7498
7499with_gnu_ld="$lt_cv_prog_gnu_ld"
7500
7501old_CC="$CC"
7502old_CFLAGS="$CFLAGS"
7503
7504# Set sane defaults for various variables
7505test -z "$CC" && CC=cc
7506test -z "$LTCC" && LTCC=$CC
7507test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7508test -z "$LD" && LD=ld
7509test -z "$ac_objext" && ac_objext=o
7510
7511for cc_temp in $compiler""; do
7512 case $cc_temp in
7513 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7514 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7515 \-*) ;;
7516 *) break;;
7517 esac
7518done
7519cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7520
7521
7522# Only perform the check for file, if the check method requires it
7523test -z "$MAGIC_CMD" && MAGIC_CMD=file
7524case $deplibs_check_method in
7525file_magic*)
7526 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7528$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7529if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7530 $as_echo_n "(cached) " >&6
7531else
7532 case $MAGIC_CMD in
7533[\\/*] | ?:[\\/]*)
7534 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7535 ;;
7536*)
7537 lt_save_MAGIC_CMD="$MAGIC_CMD"
7538 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7539 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7540 for ac_dir in $ac_dummy; do
7541 IFS="$lt_save_ifs"
7542 test -z "$ac_dir" && ac_dir=.
7543 if test -f $ac_dir/${ac_tool_prefix}file; then
7544 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7545 if test -n "$file_magic_test_file"; then
7546 case $deplibs_check_method in
7547 "file_magic "*)
7548 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7549 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7550 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7551 $EGREP "$file_magic_regex" > /dev/null; then
7552 :
7553 else
7554 cat <<_LT_EOF 1>&2
7555
7556*** Warning: the command libtool uses to detect shared libraries,
7557*** $file_magic_cmd, produces output that libtool cannot recognize.
7558*** The result is that libtool may fail to recognize shared libraries
7559*** as such. This will affect the creation of libtool libraries that
7560*** depend on shared libraries, but programs linked with such libtool
7561*** libraries will work regardless of this problem. Nevertheless, you
7562*** may want to report the problem to your system manager and/or to
7563*** bug-libtool@gnu.org
7564
7565_LT_EOF
7566 fi ;;
7567 esac
7568 fi
7569 break
c28c63d8 7570 fi
6bb11ab3
L
7571 done
7572 IFS="$lt_save_ifs"
7573 MAGIC_CMD="$lt_save_MAGIC_CMD"
7574 ;;
7575esac
c28c63d8 7576fi
c28c63d8 7577
6bb11ab3
L
7578MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7579if test -n "$MAGIC_CMD"; then
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7581$as_echo "$MAGIC_CMD" >&6; }
7582else
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7584$as_echo "no" >&6; }
7585fi
81ecdfbb 7586
6bb11ab3
L
7587
7588
7589
7590
7591if test -z "$lt_cv_path_MAGIC_CMD"; then
7592 if test -n "$ac_tool_prefix"; then
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7594$as_echo_n "checking for file... " >&6; }
d0ac1c44 7595if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7596 $as_echo_n "(cached) " >&6
7597else
7598 case $MAGIC_CMD in
7599[\\/*] | ?:[\\/]*)
7600 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7601 ;;
7602*)
7603 lt_save_MAGIC_CMD="$MAGIC_CMD"
7604 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7605 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7606 for ac_dir in $ac_dummy; do
7607 IFS="$lt_save_ifs"
7608 test -z "$ac_dir" && ac_dir=.
7609 if test -f $ac_dir/file; then
7610 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7611 if test -n "$file_magic_test_file"; then
7612 case $deplibs_check_method in
7613 "file_magic "*)
7614 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7615 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7616 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7617 $EGREP "$file_magic_regex" > /dev/null; then
7618 :
7619 else
7620 cat <<_LT_EOF 1>&2
7621
7622*** Warning: the command libtool uses to detect shared libraries,
7623*** $file_magic_cmd, produces output that libtool cannot recognize.
7624*** The result is that libtool may fail to recognize shared libraries
7625*** as such. This will affect the creation of libtool libraries that
7626*** depend on shared libraries, but programs linked with such libtool
7627*** libraries will work regardless of this problem. Nevertheless, you
7628*** may want to report the problem to your system manager and/or to
7629*** bug-libtool@gnu.org
7630
7631_LT_EOF
7632 fi ;;
7633 esac
7634 fi
7635 break
7636 fi
7637 done
7638 IFS="$lt_save_ifs"
7639 MAGIC_CMD="$lt_save_MAGIC_CMD"
7640 ;;
81ecdfbb 7641esac
6bb11ab3
L
7642fi
7643
7644MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7645if test -n "$MAGIC_CMD"; then
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7647$as_echo "$MAGIC_CMD" >&6; }
7648else
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7650$as_echo "no" >&6; }
7651fi
7652
7653
7654 else
7655 MAGIC_CMD=:
7656 fi
7657fi
7658
7659 fi
7660 ;;
7661esac
7662
7663# Use C for the default configuration in the libtool script
7664
7665lt_save_CC="$CC"
7666ac_ext=c
7667ac_cpp='$CPP $CPPFLAGS'
7668ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7669ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7670ac_compiler_gnu=$ac_cv_c_compiler_gnu
7671
7672
7673# Source file extension for C test sources.
7674ac_ext=c
7675
7676# Object file extension for compiled C test sources.
7677objext=o
7678objext=$objext
7679
7680# Code to be used in simple compile tests
7681lt_simple_compile_test_code="int some_variable = 0;"
7682
7683# Code to be used in simple link tests
7684lt_simple_link_test_code='int main(){return(0);}'
7685
7686
7687
7688
7689
7690
7691
7692# If no C compiler was specified, use CC.
7693LTCC=${LTCC-"$CC"}
7694
7695# If no C compiler flags were specified, use CFLAGS.
7696LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7697
7698# Allow CC to be a program name with arguments.
7699compiler=$CC
7700
7701# Save the default compiler, since it gets overwritten when the other
7702# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7703compiler_DEFAULT=$CC
7704
7705# save warnings/boilerplate of simple test code
7706ac_outfile=conftest.$ac_objext
7707echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7708eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7709_lt_compiler_boilerplate=`cat conftest.err`
7710$RM conftest*
7711
7712ac_outfile=conftest.$ac_objext
7713echo "$lt_simple_link_test_code" >conftest.$ac_ext
7714eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7715_lt_linker_boilerplate=`cat conftest.err`
7716$RM -r conftest*
7717
7718
7719## CAVEAT EMPTOR:
7720## There is no encapsulation within the following macros, do not change
7721## the running order or otherwise move them around unless you know exactly
7722## what you are doing...
7723if test -n "$compiler"; then
7724
7725lt_prog_compiler_no_builtin_flag=
7726
7727if test "$GCC" = yes; then
7728 case $cc_basename in
7729 nvcc*)
7730 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7731 *)
7732 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
c28c63d8 7733 esac
6bb11ab3
L
7734
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7736$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7737if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7738 $as_echo_n "(cached) " >&6
c28c63d8 7739else
6bb11ab3
L
7740 lt_cv_prog_compiler_rtti_exceptions=no
7741 ac_outfile=conftest.$ac_objext
7742 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7743 lt_compiler_flag="-fno-rtti -fno-exceptions"
7744 # Insert the option either (1) after the last *FLAGS variable, or
7745 # (2) before a word containing "conftest.", or (3) at the end.
7746 # Note that $ac_compile itself does not contain backslashes and begins
7747 # with a dollar sign (not a hyphen), so the echo should work correctly.
7748 # The option is referenced via a variable to avoid confusing sed.
7749 lt_compile=`echo "$ac_compile" | $SED \
7750 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7751 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7752 -e 's:$: $lt_compiler_flag:'`
7753 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7754 (eval "$lt_compile" 2>conftest.err)
7755 ac_status=$?
7756 cat conftest.err >&5
7757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 if (exit $ac_status) && test -s "$ac_outfile"; then
7759 # The compiler can only warn and ignore the option if not recognized
7760 # So say no if there are warnings other than the usual output.
7761 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7762 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7763 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7764 lt_cv_prog_compiler_rtti_exceptions=yes
7765 fi
7766 fi
7767 $RM conftest*
7768
c28c63d8 7769fi
6bb11ab3
L
7770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7771$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7772
7773if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7774 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7775else
7776 :
7777fi
7778
7779fi
7780
7781
7782
7783
7784
7785
7786 lt_prog_compiler_wl=
7787lt_prog_compiler_pic=
7788lt_prog_compiler_static=
7789
7790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7791$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7792
7793 if test "$GCC" = yes; then
7794 lt_prog_compiler_wl='-Wl,'
7795 lt_prog_compiler_static='-static'
7796
7797 case $host_os in
7798 aix*)
7799 # All AIX code is PIC.
7800 if test "$host_cpu" = ia64; then
7801 # AIX 5 now supports IA64 processor
7802 lt_prog_compiler_static='-Bstatic'
7803 fi
7804 lt_prog_compiler_pic='-fPIC'
7805 ;;
7806
7807 amigaos*)
7808 case $host_cpu in
7809 powerpc)
7810 # see comment about AmigaOS4 .so support
7811 lt_prog_compiler_pic='-fPIC'
7812 ;;
7813 m68k)
7814 # FIXME: we need at least 68020 code to build shared libraries, but
7815 # adding the `-m68020' flag to GCC prevents building anything better,
7816 # like `-m68040'.
7817 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7818 ;;
7819 esac
7820 ;;
7821
7822 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7823 # PIC is the default for these OSes.
7824 ;;
7825
7826 mingw* | cygwin* | pw32* | os2* | cegcc*)
7827 # This hack is so that the source file can tell whether it is being
7828 # built for inclusion in a dll (and should export symbols for example).
7829 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7830 # (--disable-auto-import) libraries
7831 lt_prog_compiler_pic='-DDLL_EXPORT'
7832 ;;
7833
7834 darwin* | rhapsody*)
7835 # PIC is the default on this platform
7836 # Common symbols not allowed in MH_DYLIB files
7837 lt_prog_compiler_pic='-fno-common'
7838 ;;
7839
7840 haiku*)
7841 # PIC is the default for Haiku.
7842 # The "-static" flag exists, but is broken.
7843 lt_prog_compiler_static=
7844 ;;
7845
7846 hpux*)
7847 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7848 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7849 # sets the default TLS model and affects inlining.
7850 case $host_cpu in
7851 hppa*64*)
7852 # +Z the default
7853 ;;
7854 *)
7855 lt_prog_compiler_pic='-fPIC'
7856 ;;
7857 esac
7858 ;;
7859
7860 interix[3-9]*)
7861 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7862 # Instead, we relocate shared libraries at runtime.
7863 ;;
7864
7865 msdosdjgpp*)
7866 # Just because we use GCC doesn't mean we suddenly get shared libraries
7867 # on systems that don't support them.
7868 lt_prog_compiler_can_build_shared=no
7869 enable_shared=no
7870 ;;
7871
7872 *nto* | *qnx*)
7873 # QNX uses GNU C++, but need to define -shared option too, otherwise
7874 # it will coredump.
7875 lt_prog_compiler_pic='-fPIC -shared'
7876 ;;
7877
7878 sysv4*MP*)
7879 if test -d /usr/nec; then
7880 lt_prog_compiler_pic=-Kconform_pic
7881 fi
7882 ;;
7883
7884 *)
7885 lt_prog_compiler_pic='-fPIC'
7886 ;;
7887 esac
7888
7889 case $cc_basename in
7890 nvcc*) # Cuda Compiler Driver 2.2
7891 lt_prog_compiler_wl='-Xlinker '
7892 lt_prog_compiler_pic='-Xcompiler -fPIC'
7893 ;;
7894 esac
7895 else
7896 # PORTME Check for flag to pass linker flags through the system compiler.
7897 case $host_os in
7898 aix*)
7899 lt_prog_compiler_wl='-Wl,'
7900 if test "$host_cpu" = ia64; then
7901 # AIX 5 now supports IA64 processor
7902 lt_prog_compiler_static='-Bstatic'
7903 else
7904 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7905 fi
7906 ;;
7907
7908 mingw* | cygwin* | pw32* | os2* | cegcc*)
7909 # This hack is so that the source file can tell whether it is being
7910 # built for inclusion in a dll (and should export symbols for example).
7911 lt_prog_compiler_pic='-DDLL_EXPORT'
7912 ;;
7913
7914 hpux9* | hpux10* | hpux11*)
7915 lt_prog_compiler_wl='-Wl,'
7916 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7917 # not for PA HP-UX.
7918 case $host_cpu in
7919 hppa*64*|ia64*)
7920 # +Z the default
7921 ;;
7922 *)
7923 lt_prog_compiler_pic='+Z'
7924 ;;
7925 esac
7926 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7927 lt_prog_compiler_static='${wl}-a ${wl}archive'
7928 ;;
7929
7930 irix5* | irix6* | nonstopux*)
7931 lt_prog_compiler_wl='-Wl,'
7932 # PIC (with -KPIC) is the default.
7933 lt_prog_compiler_static='-non_shared'
7934 ;;
7935
7936 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7937 case $cc_basename in
7938 # old Intel for x86_64 which still supported -KPIC.
7939 ecc*)
7940 lt_prog_compiler_wl='-Wl,'
7941 lt_prog_compiler_pic='-KPIC'
7942 lt_prog_compiler_static='-static'
7943 ;;
7944 # icc used to be incompatible with GCC.
7945 # ICC 10 doesn't accept -KPIC any more.
7946 icc* | ifort*)
7947 lt_prog_compiler_wl='-Wl,'
7948 lt_prog_compiler_pic='-fPIC'
7949 lt_prog_compiler_static='-static'
7950 ;;
7951 # Lahey Fortran 8.1.
7952 lf95*)
7953 lt_prog_compiler_wl='-Wl,'
7954 lt_prog_compiler_pic='--shared'
7955 lt_prog_compiler_static='--static'
7956 ;;
7957 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7958 # Portland Group compilers (*not* the Pentium gcc compiler,
7959 # which looks to be a dead project)
7960 lt_prog_compiler_wl='-Wl,'
7961 lt_prog_compiler_pic='-fpic'
7962 lt_prog_compiler_static='-Bstatic'
7963 ;;
7964 ccc*)
7965 lt_prog_compiler_wl='-Wl,'
7966 # All Alpha code is PIC.
7967 lt_prog_compiler_static='-non_shared'
7968 ;;
7969 xl* | bgxl* | bgf* | mpixl*)
7970 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7971 lt_prog_compiler_wl='-Wl,'
7972 lt_prog_compiler_pic='-qpic'
7973 lt_prog_compiler_static='-qstaticlink'
7974 ;;
7975 *)
7976 case `$CC -V 2>&1 | sed 5q` in
7977 *Sun\ F* | *Sun*Fortran*)
7978 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7979 lt_prog_compiler_pic='-KPIC'
7980 lt_prog_compiler_static='-Bstatic'
7981 lt_prog_compiler_wl=''
7982 ;;
7983 *Sun\ C*)
7984 # Sun C 5.9
7985 lt_prog_compiler_pic='-KPIC'
7986 lt_prog_compiler_static='-Bstatic'
7987 lt_prog_compiler_wl='-Wl,'
7988 ;;
7989 esac
7990 ;;
7991 esac
7992 ;;
7993
7994 newsos6)
7995 lt_prog_compiler_pic='-KPIC'
7996 lt_prog_compiler_static='-Bstatic'
7997 ;;
7998
7999 *nto* | *qnx*)
8000 # QNX uses GNU C++, but need to define -shared option too, otherwise
8001 # it will coredump.
8002 lt_prog_compiler_pic='-fPIC -shared'
8003 ;;
8004
8005 osf3* | osf4* | osf5*)
8006 lt_prog_compiler_wl='-Wl,'
8007 # All OSF/1 code is PIC.
8008 lt_prog_compiler_static='-non_shared'
8009 ;;
8010
8011 rdos*)
8012 lt_prog_compiler_static='-non_shared'
8013 ;;
c28c63d8 8014
6bb11ab3
L
8015 solaris*)
8016 lt_prog_compiler_pic='-KPIC'
8017 lt_prog_compiler_static='-Bstatic'
8018 case $cc_basename in
8019 f77* | f90* | f95*)
8020 lt_prog_compiler_wl='-Qoption ld ';;
8021 *)
8022 lt_prog_compiler_wl='-Wl,';;
8023 esac
8024 ;;
c28c63d8 8025
6bb11ab3
L
8026 sunos4*)
8027 lt_prog_compiler_wl='-Qoption ld '
8028 lt_prog_compiler_pic='-PIC'
8029 lt_prog_compiler_static='-Bstatic'
8030 ;;
c28c63d8 8031
6bb11ab3
L
8032 sysv4 | sysv4.2uw2* | sysv4.3*)
8033 lt_prog_compiler_wl='-Wl,'
8034 lt_prog_compiler_pic='-KPIC'
8035 lt_prog_compiler_static='-Bstatic'
8036 ;;
8037
8038 sysv4*MP*)
8039 if test -d /usr/nec ;then
8040 lt_prog_compiler_pic='-Kconform_pic'
8041 lt_prog_compiler_static='-Bstatic'
8042 fi
8043 ;;
8044
8045 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8046 lt_prog_compiler_wl='-Wl,'
8047 lt_prog_compiler_pic='-KPIC'
8048 lt_prog_compiler_static='-Bstatic'
8049 ;;
8050
8051 unicos*)
8052 lt_prog_compiler_wl='-Wl,'
8053 lt_prog_compiler_can_build_shared=no
8054 ;;
8055
8056 uts4*)
8057 lt_prog_compiler_pic='-pic'
8058 lt_prog_compiler_static='-Bstatic'
8059 ;;
8060
8061 *)
8062 lt_prog_compiler_can_build_shared=no
8063 ;;
8064 esac
8065 fi
8066
8067case $host_os in
8068 # For platforms which do not support PIC, -DPIC is meaningless:
8069 *djgpp*)
8070 lt_prog_compiler_pic=
8071 ;;
8072 *)
8073 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8074 ;;
81ecdfbb 8075esac
6bb11ab3
L
8076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8077$as_echo "$lt_prog_compiler_pic" >&6; }
8078
8079
8080
8081
8082
8083
8084#
8085# Check to make sure the PIC flag actually works.
8086#
8087if test -n "$lt_prog_compiler_pic"; then
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8089$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8090if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8091 $as_echo_n "(cached) " >&6
c28c63d8 8092else
6bb11ab3
L
8093 lt_cv_prog_compiler_pic_works=no
8094 ac_outfile=conftest.$ac_objext
8095 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8096 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8097 # Insert the option either (1) after the last *FLAGS variable, or
8098 # (2) before a word containing "conftest.", or (3) at the end.
8099 # Note that $ac_compile itself does not contain backslashes and begins
8100 # with a dollar sign (not a hyphen), so the echo should work correctly.
8101 # The option is referenced via a variable to avoid confusing sed.
8102 lt_compile=`echo "$ac_compile" | $SED \
8103 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8104 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8105 -e 's:$: $lt_compiler_flag:'`
8106 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8107 (eval "$lt_compile" 2>conftest.err)
8108 ac_status=$?
8109 cat conftest.err >&5
8110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8111 if (exit $ac_status) && test -s "$ac_outfile"; then
8112 # The compiler can only warn and ignore the option if not recognized
8113 # So say no if there are warnings other than the usual output.
8114 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8115 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8116 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8117 lt_cv_prog_compiler_pic_works=yes
8118 fi
8119 fi
8120 $RM conftest*
c28c63d8 8121
c28c63d8 8122fi
6bb11ab3
L
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8124$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8125
8126if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8127 case $lt_prog_compiler_pic in
8128 "" | " "*) ;;
8129 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8130 esac
8131else
8132 lt_prog_compiler_pic=
8133 lt_prog_compiler_can_build_shared=no
c28c63d8 8134fi
6bb11ab3
L
8135
8136fi
8137
8138
8139
8140
8141
8142
8143#
8144# Check to make sure the static flag actually works.
8145#
8146wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8148$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8149if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8150 $as_echo_n "(cached) " >&6
c28c63d8 8151else
6bb11ab3
L
8152 lt_cv_prog_compiler_static_works=no
8153 save_LDFLAGS="$LDFLAGS"
8154 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8155 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8156 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8157 # The linker can only warn and ignore the option if not recognized
8158 # So say no if there are warnings
8159 if test -s conftest.err; then
8160 # Append any errors to the config.log.
8161 cat conftest.err 1>&5
8162 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8163 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8164 if diff conftest.exp conftest.er2 >/dev/null; then
8165 lt_cv_prog_compiler_static_works=yes
8166 fi
8167 else
8168 lt_cv_prog_compiler_static_works=yes
8169 fi
8170 fi
8171 $RM -r conftest*
8172 LDFLAGS="$save_LDFLAGS"
c28c63d8 8173
6bb11ab3
L
8174fi
8175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8176$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
c28c63d8 8177
6bb11ab3
L
8178if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8179 :
c28c63d8 8180else
6bb11ab3 8181 lt_prog_compiler_static=
c28c63d8 8182fi
c28c63d8 8183
6bb11ab3
L
8184
8185
8186
8187
8188
8189
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8191$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8192if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8193 $as_echo_n "(cached) " >&6
81ecdfbb 8194else
6bb11ab3
L
8195 lt_cv_prog_compiler_c_o=no
8196 $RM -r conftest 2>/dev/null
8197 mkdir conftest
8198 cd conftest
8199 mkdir out
8200 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8201
8202 lt_compiler_flag="-o out/conftest2.$ac_objext"
8203 # Insert the option either (1) after the last *FLAGS variable, or
8204 # (2) before a word containing "conftest.", or (3) at the end.
8205 # Note that $ac_compile itself does not contain backslashes and begins
8206 # with a dollar sign (not a hyphen), so the echo should work correctly.
8207 lt_compile=`echo "$ac_compile" | $SED \
8208 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8209 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8210 -e 's:$: $lt_compiler_flag:'`
8211 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8212 (eval "$lt_compile" 2>out/conftest.err)
8213 ac_status=$?
8214 cat out/conftest.err >&5
8215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8217 then
8218 # The compiler can only warn and ignore the option if not recognized
8219 # So say no if there are warnings
8220 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8221 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8222 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8223 lt_cv_prog_compiler_c_o=yes
8224 fi
8225 fi
8226 chmod u+w . 2>&5
8227 $RM conftest*
8228 # SGI C++ compiler will create directory out/ii_files/ for
8229 # template instantiation
8230 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8231 $RM out/* && rmdir out
8232 cd ..
8233 $RM -r conftest
8234 $RM conftest*
8235
81ecdfbb 8236fi
6bb11ab3
L
8237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8238$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8239
8240
8241
8242
8243
8244
8245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8246$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8247if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8248 $as_echo_n "(cached) " >&6
8249else
6bb11ab3
L
8250 lt_cv_prog_compiler_c_o=no
8251 $RM -r conftest 2>/dev/null
8252 mkdir conftest
8253 cd conftest
8254 mkdir out
8255 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8256
8257 lt_compiler_flag="-o out/conftest2.$ac_objext"
8258 # Insert the option either (1) after the last *FLAGS variable, or
8259 # (2) before a word containing "conftest.", or (3) at the end.
8260 # Note that $ac_compile itself does not contain backslashes and begins
8261 # with a dollar sign (not a hyphen), so the echo should work correctly.
8262 lt_compile=`echo "$ac_compile" | $SED \
8263 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8264 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8265 -e 's:$: $lt_compiler_flag:'`
8266 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8267 (eval "$lt_compile" 2>out/conftest.err)
8268 ac_status=$?
8269 cat out/conftest.err >&5
8270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8271 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8272 then
8273 # The compiler can only warn and ignore the option if not recognized
8274 # So say no if there are warnings
8275 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8276 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8277 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8278 lt_cv_prog_compiler_c_o=yes
8279 fi
8280 fi
8281 chmod u+w . 2>&5
8282 $RM conftest*
8283 # SGI C++ compiler will create directory out/ii_files/ for
8284 # template instantiation
8285 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8286 $RM out/* && rmdir out
8287 cd ..
8288 $RM -r conftest
8289 $RM conftest*
8290
8291fi
8292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8293$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8294
8295
8296
8297
8298hard_links="nottested"
8299if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8300 # do not overwrite the value of need_locks provided by the user
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8302$as_echo_n "checking if we can lock with hard links... " >&6; }
8303 hard_links=yes
8304 $RM conftest*
8305 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8306 touch conftest.a
8307 ln conftest.a conftest.b 2>&5 || hard_links=no
8308 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8310$as_echo "$hard_links" >&6; }
8311 if test "$hard_links" = no; then
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8313$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8314 need_locks=warn
8315 fi
8316else
8317 need_locks=no
8318fi
8319
8320
8321
8322
8323
8324
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8326$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8327
8328 runpath_var=
8329 allow_undefined_flag=
8330 always_export_symbols=no
8331 archive_cmds=
8332 archive_expsym_cmds=
8333 compiler_needs_object=no
8334 enable_shared_with_static_runtimes=no
8335 export_dynamic_flag_spec=
8336 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8337 hardcode_automatic=no
8338 hardcode_direct=no
8339 hardcode_direct_absolute=no
8340 hardcode_libdir_flag_spec=
8341 hardcode_libdir_flag_spec_ld=
8342 hardcode_libdir_separator=
8343 hardcode_minus_L=no
8344 hardcode_shlibpath_var=unsupported
8345 inherit_rpath=no
8346 link_all_deplibs=unknown
8347 module_cmds=
8348 module_expsym_cmds=
8349 old_archive_from_new_cmds=
8350 old_archive_from_expsyms_cmds=
8351 thread_safe_flag_spec=
8352 whole_archive_flag_spec=
8353 # include_expsyms should be a list of space-separated symbols to be *always*
8354 # included in the symbol list
8355 include_expsyms=
8356 # exclude_expsyms can be an extended regexp of symbols to exclude
8357 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8358 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8359 # as well as any symbol that contains `d'.
8360 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8361 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8362 # platforms (ab)use it in PIC code, but their linkers get confused if
8363 # the symbol is explicitly referenced. Since portable code cannot
8364 # rely on this symbol name, it's probably fine to never include it in
8365 # preloaded symbol tables.
8366 # Exclude shared library initialization/finalization symbols.
8367 extract_expsyms_cmds=
8368
8369 case $host_os in
8370 cygwin* | mingw* | pw32* | cegcc*)
8371 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8372 # When not using gcc, we currently assume that we are using
8373 # Microsoft Visual C++.
8374 if test "$GCC" != yes; then
8375 with_gnu_ld=no
8376 fi
8377 ;;
8378 interix*)
8379 # we just hope/assume this is gcc and not c89 (= MSVC++)
8380 with_gnu_ld=yes
8381 ;;
8382 openbsd*)
8383 with_gnu_ld=no
8384 ;;
8385 esac
c28c63d8 8386
6bb11ab3
L
8387 ld_shlibs=yes
8388
8389 # On some targets, GNU ld is compatible enough with the native linker
8390 # that we're better off using the native interface for both.
8391 lt_use_gnu_ld_interface=no
8392 if test "$with_gnu_ld" = yes; then
8393 case $host_os in
8394 aix*)
8395 # The AIX port of GNU ld has always aspired to compatibility
8396 # with the native linker. However, as the warning in the GNU ld
8397 # block says, versions before 2.19.5* couldn't really create working
8398 # shared libraries, regardless of the interface used.
8399 case `$LD -v 2>&1` in
8400 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8401 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8402 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8403 *)
8404 lt_use_gnu_ld_interface=yes
8405 ;;
8406 esac
8407 ;;
8408 *)
8409 lt_use_gnu_ld_interface=yes
8410 ;;
8411 esac
8412 fi
c28c63d8 8413
6bb11ab3
L
8414 if test "$lt_use_gnu_ld_interface" = yes; then
8415 # If archive_cmds runs LD, not CC, wlarc should be empty
8416 wlarc='${wl}'
8417
8418 # Set some defaults for GNU ld with shared library support. These
8419 # are reset later if shared libraries are not supported. Putting them
8420 # here allows them to be overridden if necessary.
8421 runpath_var=LD_RUN_PATH
8422 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8423 export_dynamic_flag_spec='${wl}--export-dynamic'
8424 # ancient GNU ld didn't support --whole-archive et. al.
8425 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8426 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8427 else
8428 whole_archive_flag_spec=
8429 fi
8430 supports_anon_versioning=no
8431 case `$LD -v 2>&1` in
8432 *GNU\ gold*) supports_anon_versioning=yes ;;
8433 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8434 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8435 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8436 *\ 2.11.*) ;; # other 2.11 versions
8437 *) supports_anon_versioning=yes ;;
8438 esac
8439
8440 # See if GNU ld supports shared libraries.
8441 case $host_os in
8442 aix[3-9]*)
8443 # On AIX/PPC, the GNU linker is very broken
8444 if test "$host_cpu" != ia64; then
8445 ld_shlibs=no
8446 cat <<_LT_EOF 1>&2
8447
8448*** Warning: the GNU linker, at least up to release 2.19, is reported
8449*** to be unable to reliably create shared libraries on AIX.
8450*** Therefore, libtool is disabling shared libraries support. If you
8451*** really care for shared libraries, you may want to install binutils
8452*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8453*** You will then need to restart the configuration process.
8454
8455_LT_EOF
8456 fi
8457 ;;
8458
8459 amigaos*)
8460 case $host_cpu in
8461 powerpc)
8462 # see comment about AmigaOS4 .so support
8463 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8464 archive_expsym_cmds=''
8465 ;;
8466 m68k)
8467 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)'
8468 hardcode_libdir_flag_spec='-L$libdir'
8469 hardcode_minus_L=yes
8470 ;;
8471 esac
8472 ;;
8473
8474 beos*)
8475 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8476 allow_undefined_flag=unsupported
8477 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8478 # support --undefined. This deserves some investigation. FIXME
8479 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8480 else
8481 ld_shlibs=no
8482 fi
8483 ;;
8484
8485 cygwin* | mingw* | pw32* | cegcc*)
8486 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8487 # as there is no search path for DLLs.
8488 hardcode_libdir_flag_spec='-L$libdir'
8489 export_dynamic_flag_spec='${wl}--export-all-symbols'
8490 allow_undefined_flag=unsupported
8491 always_export_symbols=no
8492 enable_shared_with_static_runtimes=yes
8493 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8494
8495 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8496 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8497 # If the export-symbols file already is a .def file (1st line
8498 # is EXPORTS), use it as is; otherwise, prepend...
8499 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8500 cp $export_symbols $output_objdir/$soname.def;
8501 else
8502 echo EXPORTS > $output_objdir/$soname.def;
8503 cat $export_symbols >> $output_objdir/$soname.def;
8504 fi~
8505 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8506 else
8507 ld_shlibs=no
8508 fi
8509 ;;
8510
8511 haiku*)
8512 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8513 link_all_deplibs=yes
8514 ;;
8515
8516 interix[3-9]*)
8517 hardcode_direct=no
8518 hardcode_shlibpath_var=no
8519 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8520 export_dynamic_flag_spec='${wl}-E'
8521 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8522 # Instead, shared libraries are loaded at an image base (0x10000000 by
8523 # default) and relocated if they conflict, which is a slow very memory
8524 # consuming and fragmenting process. To avoid this, we pick a random,
8525 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8526 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8527 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8528 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'
8529 ;;
8530
8531 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8532 tmp_diet=no
8533 if test "$host_os" = linux-dietlibc; then
8534 case $cc_basename in
8535 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8536 esac
8537 fi
8538 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8539 && test "$tmp_diet" = no
8540 then
ae7d0cac 8541 tmp_addflag=' $pic_flag'
6bb11ab3
L
8542 tmp_sharedflag='-shared'
8543 case $cc_basename,$host_cpu in
8544 pgcc*) # Portland Group C compiler
8545 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'
8546 tmp_addflag=' $pic_flag'
8547 ;;
8548 pgf77* | pgf90* | pgf95* | pgfortran*)
8549 # Portland Group f77 and f90 compilers
8550 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'
8551 tmp_addflag=' $pic_flag -Mnomain' ;;
8552 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8553 tmp_addflag=' -i_dynamic' ;;
8554 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8555 tmp_addflag=' -i_dynamic -nofor_main' ;;
8556 ifc* | ifort*) # Intel Fortran compiler
8557 tmp_addflag=' -nofor_main' ;;
8558 lf95*) # Lahey Fortran 8.1
8559 whole_archive_flag_spec=
8560 tmp_sharedflag='--shared' ;;
8561 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8562 tmp_sharedflag='-qmkshrobj'
8563 tmp_addflag= ;;
8564 nvcc*) # Cuda Compiler Driver 2.2
8565 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'
8566 compiler_needs_object=yes
8567 ;;
8568 esac
8569 case `$CC -V 2>&1 | sed 5q` in
8570 *Sun\ C*) # Sun C 5.9
8571 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'
8572 compiler_needs_object=yes
8573 tmp_sharedflag='-G' ;;
8574 *Sun\ F*) # Sun Fortran 8.3
8575 tmp_sharedflag='-G' ;;
8576 esac
8577 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8578
8579 if test "x$supports_anon_versioning" = xyes; then
8580 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8581 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8582 echo "local: *; };" >> $output_objdir/$libname.ver~
8583 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8584 fi
8585
8586 case $cc_basename in
8587 xlf* | bgf* | bgxlf* | mpixlf*)
8588 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8589 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8590 hardcode_libdir_flag_spec=
8591 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8592 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8593 if test "x$supports_anon_versioning" = xyes; then
8594 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8595 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8596 echo "local: *; };" >> $output_objdir/$libname.ver~
8597 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8598 fi
8599 ;;
8600 esac
8601 else
8602 ld_shlibs=no
8603 fi
8604 ;;
8605
8606 netbsd*)
8607 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8608 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8609 wlarc=
8610 else
8611 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8612 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8613 fi
8614 ;;
8615
8616 solaris*)
8617 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8618 ld_shlibs=no
8619 cat <<_LT_EOF 1>&2
8620
8621*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8622*** create shared libraries on Solaris systems. Therefore, libtool
8623*** is disabling shared libraries support. We urge you to upgrade GNU
8624*** binutils to release 2.9.1 or newer. Another option is to modify
8625*** your PATH or compiler configuration so that the native linker is
8626*** used, and then restart.
8627
8628_LT_EOF
8629 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8630 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8631 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8632 else
8633 ld_shlibs=no
8634 fi
8635 ;;
8636
8637 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8638 case `$LD -v 2>&1` in
8639 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8640 ld_shlibs=no
8641 cat <<_LT_EOF 1>&2
8642
8643*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8644*** reliably create shared libraries on SCO systems. Therefore, libtool
8645*** is disabling shared libraries support. We urge you to upgrade GNU
8646*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8647*** your PATH or compiler configuration so that the native linker is
8648*** used, and then restart.
8649
8650_LT_EOF
8651 ;;
8652 *)
8653 # For security reasons, it is highly recommended that you always
8654 # use absolute paths for naming shared libraries, and exclude the
8655 # DT_RUNPATH tag from executables and libraries. But doing so
8656 # requires that you compile everything twice, which is a pain.
8657 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8658 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8659 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8660 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8661 else
8662 ld_shlibs=no
8663 fi
8664 ;;
8665 esac
8666 ;;
8667
8668 sunos4*)
8669 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8670 wlarc=
8671 hardcode_direct=yes
8672 hardcode_shlibpath_var=no
8673 ;;
8674
8675 *)
8676 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8677 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8678 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8679 else
8680 ld_shlibs=no
8681 fi
8682 ;;
8683 esac
8684
8685 if test "$ld_shlibs" = no; then
8686 runpath_var=
8687 hardcode_libdir_flag_spec=
8688 export_dynamic_flag_spec=
8689 whole_archive_flag_spec=
8690 fi
8691 else
8692 # PORTME fill in a description of your system's linker (not GNU ld)
8693 case $host_os in
8694 aix3*)
8695 allow_undefined_flag=unsupported
8696 always_export_symbols=yes
8697 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'
8698 # Note: this linker hardcodes the directories in LIBPATH if there
8699 # are no directories specified by -L.
8700 hardcode_minus_L=yes
8701 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8702 # Neither direct hardcoding nor static linking is supported with a
8703 # broken collect2.
8704 hardcode_direct=unsupported
8705 fi
8706 ;;
8707
8708 aix[4-9]*)
8709 if test "$host_cpu" = ia64; then
8710 # On IA64, the linker does run time linking by default, so we don't
8711 # have to do anything special.
8712 aix_use_runtimelinking=no
8713 exp_sym_flag='-Bexport'
8714 no_entry_flag=""
8715 else
8716 # If we're using GNU nm, then we don't want the "-C" option.
8717 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8718 # Also, AIX nm treats weak defined symbols like other global
8719 # defined symbols, whereas GNU nm marks them as "W".
8720 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8721 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'
8722 else
5c887dd5 8723 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
8724 fi
8725 aix_use_runtimelinking=no
8726
8727 # Test if we are trying to use run time linking or normal
8728 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8729 # need to do runtime linking.
8730 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8731 for ld_flag in $LDFLAGS; do
8732 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8733 aix_use_runtimelinking=yes
8734 break
8735 fi
8736 done
8737 ;;
8738 esac
8739
8740 exp_sym_flag='-bexport'
8741 no_entry_flag='-bnoentry'
8742 fi
8743
8744 # When large executables or shared objects are built, AIX ld can
8745 # have problems creating the table of contents. If linking a library
8746 # or program results in "error TOC overflow" add -mminimal-toc to
8747 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8748 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8749
8750 archive_cmds=''
8751 hardcode_direct=yes
8752 hardcode_direct_absolute=yes
8753 hardcode_libdir_separator=':'
8754 link_all_deplibs=yes
8755 file_list_spec='${wl}-f,'
8756
8757 if test "$GCC" = yes; then
8758 case $host_os in aix4.[012]|aix4.[012].*)
8759 # We only want to do this on AIX 4.2 and lower, the check
8760 # below for broken collect2 doesn't work under 4.3+
8761 collect2name=`${CC} -print-prog-name=collect2`
8762 if test -f "$collect2name" &&
8763 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8764 then
8765 # We have reworked collect2
8766 :
8767 else
8768 # We have old collect2
8769 hardcode_direct=unsupported
8770 # It fails to find uninstalled libraries when the uninstalled
8771 # path is not listed in the libpath. Setting hardcode_minus_L
8772 # to unsupported forces relinking
8773 hardcode_minus_L=yes
8774 hardcode_libdir_flag_spec='-L$libdir'
8775 hardcode_libdir_separator=
8776 fi
8777 ;;
8778 esac
8779 shared_flag='-shared'
8780 if test "$aix_use_runtimelinking" = yes; then
8781 shared_flag="$shared_flag "'${wl}-G'
8782 fi
8783 else
8784 # not using gcc
8785 if test "$host_cpu" = ia64; then
8786 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8787 # chokes on -Wl,-G. The following line is correct:
8788 shared_flag='-G'
8789 else
8790 if test "$aix_use_runtimelinking" = yes; then
8791 shared_flag='${wl}-G'
8792 else
8793 shared_flag='${wl}-bM:SRE'
8794 fi
8795 fi
8796 fi
8797
8798 export_dynamic_flag_spec='${wl}-bexpall'
8799 # It seems that -bexpall does not export symbols beginning with
8800 # underscore (_), so it is better to generate a list of symbols to export.
8801 always_export_symbols=yes
8802 if test "$aix_use_runtimelinking" = yes; then
8803 # Warning - without using the other runtime loading flags (-brtl),
8804 # -berok will link without error, but may produce a broken library.
8805 allow_undefined_flag='-berok'
8806 # Determine the default libpath from the value encoded in an
8807 # empty executable.
8808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8809/* end confdefs.h. */
8810
8811int
8812main ()
8813{
8814
8815 ;
8816 return 0;
8817}
8818_ACEOF
6bb11ab3 8819if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8820
6bb11ab3
L
8821lt_aix_libpath_sed='
8822 /Import File Strings/,/^$/ {
8823 /^0/ {
8824 s/^0 *\(.*\)$/\1/
8825 p
8826 }
8827 }'
8828aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8829# Check for a 64-bit object if we didn't find anything.
8830if test -z "$aix_libpath"; then
8831 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8832fi
8833fi
8834rm -f core conftest.err conftest.$ac_objext \
8835 conftest$ac_exeext conftest.$ac_ext
8836if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8837
8838 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8839 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"
8840 else
8841 if test "$host_cpu" = ia64; then
8842 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8843 allow_undefined_flag="-z nodefs"
8844 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"
8845 else
8846 # Determine the default libpath from the value encoded in an
8847 # empty executable.
81ecdfbb
RW
8848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8849/* end confdefs.h. */
8850
8851int
8852main ()
8853{
c28c63d8 8854
81ecdfbb
RW
8855 ;
8856 return 0;
8857}
8858_ACEOF
6bb11ab3
L
8859if ac_fn_c_try_link "$LINENO"; then :
8860
8861lt_aix_libpath_sed='
8862 /Import File Strings/,/^$/ {
8863 /^0/ {
8864 s/^0 *\(.*\)$/\1/
8865 p
8866 }
8867 }'
8868aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8869# Check for a 64-bit object if we didn't find anything.
8870if test -z "$aix_libpath"; then
8871 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
c28c63d8 8872fi
81ecdfbb 8873fi
6bb11ab3
L
8874rm -f core conftest.err conftest.$ac_objext \
8875 conftest$ac_exeext conftest.$ac_ext
8876if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8877
8878 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8879 # Warning - without using the other run time loading flags,
8880 # -berok will link without error, but may produce a broken library.
8881 no_undefined_flag=' ${wl}-bernotok'
8882 allow_undefined_flag=' ${wl}-berok'
8883 if test "$with_gnu_ld" = yes; then
8884 # We only use this code for GNU lds that support --whole-archive.
8885 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8886 else
8887 # Exported symbols can be pulled into shared objects from archives
8888 whole_archive_flag_spec='$convenience'
8889 fi
8890 archive_cmds_need_lc=yes
8891 # This is similar to how AIX traditionally builds its shared libraries.
8892 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'
8893 fi
8894 fi
8895 ;;
8896
8897 amigaos*)
8898 case $host_cpu in
8899 powerpc)
8900 # see comment about AmigaOS4 .so support
8901 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8902 archive_expsym_cmds=''
8903 ;;
8904 m68k)
8905 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)'
8906 hardcode_libdir_flag_spec='-L$libdir'
8907 hardcode_minus_L=yes
8908 ;;
8909 esac
8910 ;;
8911
8912 bsdi[45]*)
8913 export_dynamic_flag_spec=-rdynamic
8914 ;;
8915
8916 cygwin* | mingw* | pw32* | cegcc*)
8917 # When not using gcc, we currently assume that we are using
8918 # Microsoft Visual C++.
8919 # hardcode_libdir_flag_spec is actually meaningless, as there is
8920 # no search path for DLLs.
8921 hardcode_libdir_flag_spec=' '
8922 allow_undefined_flag=unsupported
8923 # Tell ltmain to make .lib files, not .a files.
8924 libext=lib
8925 # Tell ltmain to make .dll files, not .so files.
8926 shrext_cmds=".dll"
8927 # FIXME: Setting linknames here is a bad hack.
8928 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8929 # The linker will automatically build a .lib file if we build a DLL.
8930 old_archive_from_new_cmds='true'
8931 # FIXME: Should let the user specify the lib program.
8932 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8933 fix_srcfile_path='`cygpath -w "$srcfile"`'
8934 enable_shared_with_static_runtimes=yes
8935 ;;
8936
8937 darwin* | rhapsody*)
8938
8939
8940 archive_cmds_need_lc=no
8941 hardcode_direct=no
8942 hardcode_automatic=yes
8943 hardcode_shlibpath_var=unsupported
8944 if test "$lt_cv_ld_force_load" = "yes"; then
8945 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\"`'
c28c63d8 8946 else
6bb11ab3 8947 whole_archive_flag_spec=''
c28c63d8 8948 fi
6bb11ab3
L
8949 link_all_deplibs=yes
8950 allow_undefined_flag="$_lt_dar_allow_undefined"
8951 case $cc_basename in
8952 ifort*) _lt_dar_can_shared=yes ;;
8953 *) _lt_dar_can_shared=$GCC ;;
8954 esac
8955 if test "$_lt_dar_can_shared" = "yes"; then
8956 output_verbose_link_cmd=func_echo_all
8957 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8958 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8959 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}"
8960 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}"
8961
c28c63d8 8962 else
6bb11ab3 8963 ld_shlibs=no
c28c63d8 8964 fi
6bb11ab3
L
8965
8966 ;;
8967
8968 dgux*)
8969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8970 hardcode_libdir_flag_spec='-L$libdir'
8971 hardcode_shlibpath_var=no
8972 ;;
8973
8974 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8975 # support. Future versions do this automatically, but an explicit c++rt0.o
8976 # does not break anything, and helps significantly (at the cost of a little
8977 # extra space).
8978 freebsd2.2*)
8979 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8980 hardcode_libdir_flag_spec='-R$libdir'
8981 hardcode_direct=yes
8982 hardcode_shlibpath_var=no
8983 ;;
8984
8985 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8986 freebsd2.*)
8987 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8988 hardcode_direct=yes
8989 hardcode_minus_L=yes
8990 hardcode_shlibpath_var=no
8991 ;;
8992
8993 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8994 freebsd* | dragonfly*)
8995 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8996 hardcode_libdir_flag_spec='-R$libdir'
8997 hardcode_direct=yes
8998 hardcode_shlibpath_var=no
8999 ;;
9000
9001 hpux9*)
9002 if test "$GCC" = yes; then
9003 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'
9004 else
9005 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'
9006 fi
9007 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9008 hardcode_libdir_separator=:
9009 hardcode_direct=yes
9010
9011 # hardcode_minus_L: Not really in the search PATH,
9012 # but as the default location of the library.
9013 hardcode_minus_L=yes
9014 export_dynamic_flag_spec='${wl}-E'
9015 ;;
9016
9017 hpux10*)
9018 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9019 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9020 else
9021 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9022 fi
9023 if test "$with_gnu_ld" = no; then
9024 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9025 hardcode_libdir_flag_spec_ld='+b $libdir'
9026 hardcode_libdir_separator=:
9027 hardcode_direct=yes
9028 hardcode_direct_absolute=yes
9029 export_dynamic_flag_spec='${wl}-E'
9030 # hardcode_minus_L: Not really in the search PATH,
9031 # but as the default location of the library.
9032 hardcode_minus_L=yes
9033 fi
9034 ;;
9035
9036 hpux11*)
9037 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9038 case $host_cpu in
9039 hppa*64*)
9040 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9041 ;;
9042 ia64*)
9043 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9044 ;;
9045 *)
9046 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9047 ;;
9048 esac
9049 else
9050 case $host_cpu in
9051 hppa*64*)
9052 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9053 ;;
9054 ia64*)
9055 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9056 ;;
9057 *)
9058
9059 # Older versions of the 11.00 compiler do not understand -b yet
9060 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9062$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9063if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9064 $as_echo_n "(cached) " >&6
c28c63d8 9065else
6bb11ab3
L
9066 lt_cv_prog_compiler__b=no
9067 save_LDFLAGS="$LDFLAGS"
9068 LDFLAGS="$LDFLAGS -b"
9069 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9070 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9071 # The linker can only warn and ignore the option if not recognized
9072 # So say no if there are warnings
9073 if test -s conftest.err; then
9074 # Append any errors to the config.log.
9075 cat conftest.err 1>&5
9076 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9077 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9078 if diff conftest.exp conftest.er2 >/dev/null; then
9079 lt_cv_prog_compiler__b=yes
9080 fi
9081 else
9082 lt_cv_prog_compiler__b=yes
9083 fi
9084 fi
9085 $RM -r conftest*
9086 LDFLAGS="$save_LDFLAGS"
c28c63d8 9087
6bb11ab3
L
9088fi
9089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9090$as_echo "$lt_cv_prog_compiler__b" >&6; }
c28c63d8 9091
6bb11ab3
L
9092if test x"$lt_cv_prog_compiler__b" = xyes; then
9093 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9094else
9095 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9096fi
81ecdfbb 9097
6bb11ab3
L
9098 ;;
9099 esac
9100 fi
9101 if test "$with_gnu_ld" = no; then
9102 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9103 hardcode_libdir_separator=:
9104
9105 case $host_cpu in
9106 hppa*64*|ia64*)
9107 hardcode_direct=no
9108 hardcode_shlibpath_var=no
9109 ;;
9110 *)
9111 hardcode_direct=yes
9112 hardcode_direct_absolute=yes
9113 export_dynamic_flag_spec='${wl}-E'
9114
9115 # hardcode_minus_L: Not really in the search PATH,
9116 # but as the default location of the library.
9117 hardcode_minus_L=yes
9118 ;;
9119 esac
9120 fi
9121 ;;
9122
9123 irix5* | irix6* | nonstopux*)
9124 if test "$GCC" = yes; then
9125 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'
9126 # Try to use the -exported_symbol ld option, if it does not
9127 # work, assume that -exports_file does not work either and
9128 # implicitly export all symbols.
9129 save_LDFLAGS="$LDFLAGS"
9130 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9132/* end confdefs.h. */
9133int foo(void) {}
c28c63d8 9134_ACEOF
6bb11ab3
L
9135if ac_fn_c_try_link "$LINENO"; then :
9136 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'
c28c63d8
JB
9137
9138fi
6bb11ab3
L
9139rm -f core conftest.err conftest.$ac_objext \
9140 conftest$ac_exeext conftest.$ac_ext
9141 LDFLAGS="$save_LDFLAGS"
9142 else
9143 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'
9144 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'
9145 fi
9146 archive_cmds_need_lc='no'
9147 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9148 hardcode_libdir_separator=:
9149 inherit_rpath=yes
9150 link_all_deplibs=yes
9151 ;;
9152
9153 netbsd*)
9154 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9155 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9156 else
9157 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9158 fi
9159 hardcode_libdir_flag_spec='-R$libdir'
9160 hardcode_direct=yes
9161 hardcode_shlibpath_var=no
9162 ;;
9163
9164 newsos6)
9165 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9166 hardcode_direct=yes
9167 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9168 hardcode_libdir_separator=:
9169 hardcode_shlibpath_var=no
9170 ;;
9171
9172 *nto* | *qnx*)
9173 ;;
9174
9175 openbsd*)
9176 if test -f /usr/libexec/ld.so; then
9177 hardcode_direct=yes
9178 hardcode_shlibpath_var=no
9179 hardcode_direct_absolute=yes
9180 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9181 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9182 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9183 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9184 export_dynamic_flag_spec='${wl}-E'
9185 else
9186 case $host_os in
9187 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9188 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9189 hardcode_libdir_flag_spec='-R$libdir'
9190 ;;
9191 *)
9192 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9193 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9194 ;;
9195 esac
9196 fi
9197 else
9198 ld_shlibs=no
9199 fi
9200 ;;
9201
9202 os2*)
9203 hardcode_libdir_flag_spec='-L$libdir'
9204 hardcode_minus_L=yes
9205 allow_undefined_flag=unsupported
9206 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'
9207 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9208 ;;
9209
9210 osf3*)
9211 if test "$GCC" = yes; then
9212 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9213 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'
9214 else
9215 allow_undefined_flag=' -expect_unresolved \*'
9216 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'
9217 fi
9218 archive_cmds_need_lc='no'
9219 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9220 hardcode_libdir_separator=:
9221 ;;
9222
9223 osf4* | osf5*) # as osf3* with the addition of -msym flag
9224 if test "$GCC" = yes; then
9225 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9226 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'
9227 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9228 else
9229 allow_undefined_flag=' -expect_unresolved \*'
9230 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'
9231 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~
9232 $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'
9233
9234 # Both c and cxx compiler support -rpath directly
9235 hardcode_libdir_flag_spec='-rpath $libdir'
9236 fi
9237 archive_cmds_need_lc='no'
9238 hardcode_libdir_separator=:
9239 ;;
9240
9241 solaris*)
9242 no_undefined_flag=' -z defs'
9243 if test "$GCC" = yes; then
9244 wlarc='${wl}'
9245 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9246 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9247 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9248 else
9249 case `$CC -V 2>&1` in
9250 *"Compilers 5.0"*)
9251 wlarc=''
9252 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9253 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9254 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9255 ;;
9256 *)
9257 wlarc='${wl}'
9258 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9259 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9260 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9261 ;;
9262 esac
9263 fi
9264 hardcode_libdir_flag_spec='-R$libdir'
9265 hardcode_shlibpath_var=no
9266 case $host_os in
9267 solaris2.[0-5] | solaris2.[0-5].*) ;;
9268 *)
9269 # The compiler driver will combine and reorder linker options,
9270 # but understands `-z linker_flag'. GCC discards it without `$wl',
9271 # but is careful enough not to reorder.
9272 # Supported since Solaris 2.6 (maybe 2.5.1?)
9273 if test "$GCC" = yes; then
9274 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9275 else
9276 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9277 fi
9278 ;;
9279 esac
9280 link_all_deplibs=yes
9281 ;;
9282
9283 sunos4*)
9284 if test "x$host_vendor" = xsequent; then
9285 # Use $CC to link under sequent, because it throws in some extra .o
9286 # files that make .init and .fini sections work.
9287 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9288 else
9289 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9290 fi
9291 hardcode_libdir_flag_spec='-L$libdir'
9292 hardcode_direct=yes
9293 hardcode_minus_L=yes
9294 hardcode_shlibpath_var=no
9295 ;;
9296
9297 sysv4)
9298 case $host_vendor in
9299 sni)
9300 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9301 hardcode_direct=yes # is this really true???
9302 ;;
9303 siemens)
9304 ## LD is ld it makes a PLAMLIB
9305 ## CC just makes a GrossModule.
9306 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9307 reload_cmds='$CC -r -o $output$reload_objs'
9308 hardcode_direct=no
9309 ;;
9310 motorola)
9311 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9312 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9313 ;;
9314 esac
9315 runpath_var='LD_RUN_PATH'
9316 hardcode_shlibpath_var=no
9317 ;;
9318
9319 sysv4.3*)
9320 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9321 hardcode_shlibpath_var=no
9322 export_dynamic_flag_spec='-Bexport'
9323 ;;
9324
9325 sysv4*MP*)
9326 if test -d /usr/nec; then
9327 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9328 hardcode_shlibpath_var=no
9329 runpath_var=LD_RUN_PATH
9330 hardcode_runpath_var=yes
9331 ld_shlibs=yes
9332 fi
9333 ;;
9334
9335 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9336 no_undefined_flag='${wl}-z,text'
9337 archive_cmds_need_lc=no
9338 hardcode_shlibpath_var=no
9339 runpath_var='LD_RUN_PATH'
9340
9341 if test "$GCC" = yes; then
9342 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9343 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9344 else
9345 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9346 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 fi
9348 ;;
9349
9350 sysv5* | sco3.2v5* | sco5v6*)
9351 # Note: We can NOT use -z defs as we might desire, because we do not
9352 # link with -lc, and that would cause any symbols used from libc to
9353 # always be unresolved, which means just about no library would
9354 # ever link correctly. If we're not using GNU ld we use -z text
9355 # though, which does catch some bad symbols but isn't as heavy-handed
9356 # as -z defs.
9357 no_undefined_flag='${wl}-z,text'
9358 allow_undefined_flag='${wl}-z,nodefs'
9359 archive_cmds_need_lc=no
9360 hardcode_shlibpath_var=no
9361 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9362 hardcode_libdir_separator=':'
9363 link_all_deplibs=yes
9364 export_dynamic_flag_spec='${wl}-Bexport'
9365 runpath_var='LD_RUN_PATH'
9366
9367 if test "$GCC" = yes; then
9368 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9369 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9370 else
9371 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9372 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9373 fi
9374 ;;
9375
9376 uts4*)
9377 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9378 hardcode_libdir_flag_spec='-L$libdir'
9379 hardcode_shlibpath_var=no
9380 ;;
9381
9382 *)
9383 ld_shlibs=no
9384 ;;
9385 esac
9386
9387 if test x$host_vendor = xsni; then
9388 case $host in
9389 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9390 export_dynamic_flag_spec='${wl}-Blargedynsym'
9391 ;;
9392 esac
9393 fi
9394 fi
9395
9396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9397$as_echo "$ld_shlibs" >&6; }
9398test "$ld_shlibs" = no && can_build_shared=no
9399
9400with_gnu_ld=$with_gnu_ld
9401
9402
9403
9404
c28c63d8 9405
d6416cdc 9406
c28c63d8 9407
6ffe910a 9408
6ffe910a
MF
9409
9410
6ffe910a 9411
c28c63d8 9412
c28c63d8
JB
9413
9414
6bb11ab3
L
9415
9416#
9417# Do we need to explicitly link libc?
9418#
9419case "x$archive_cmds_need_lc" in
9420x|xyes)
9421 # Assume -lc should be added
9422 archive_cmds_need_lc=yes
9423
9424 if test "$enable_shared" = yes && test "$GCC" = yes; then
9425 case $archive_cmds in
9426 *'~'*)
9427 # FIXME: we may have to deal with multi-command sequences.
9428 ;;
9429 '$CC '*)
9430 # Test whether the compiler implicitly links with -lc since on some
9431 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9432 # to ld, don't add -lc before -lgcc.
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9434$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9435if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9436 $as_echo_n "(cached) " >&6
c28c63d8 9437else
6bb11ab3
L
9438 $RM conftest*
9439 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9440
9441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9442 (eval $ac_compile) 2>&5
9443 ac_status=$?
9444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9445 test $ac_status = 0; } 2>conftest.err; then
9446 soname=conftest
9447 lib=conftest
9448 libobjs=conftest.$ac_objext
9449 deplibs=
9450 wl=$lt_prog_compiler_wl
9451 pic_flag=$lt_prog_compiler_pic
9452 compiler_flags=-v
9453 linker_flags=-v
9454 verstring=
9455 output_objdir=.
9456 libname=conftest
9457 lt_save_allow_undefined_flag=$allow_undefined_flag
9458 allow_undefined_flag=
9459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9460 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9461 ac_status=$?
9462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9463 test $ac_status = 0; }
9464 then
9465 lt_cv_archive_cmds_need_lc=no
9466 else
9467 lt_cv_archive_cmds_need_lc=yes
9468 fi
9469 allow_undefined_flag=$lt_save_allow_undefined_flag
9470 else
9471 cat conftest.err 1>&5
9472 fi
9473 $RM conftest*
c28c63d8 9474
6ffe910a 9475fi
6bb11ab3
L
9476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9477$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9478 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9479 ;;
9480 esac
9481 fi
9482 ;;
6ffe910a 9483esac
c28c63d8
JB
9484
9485
6ffe910a 9486
c28c63d8 9487
81ecdfbb 9488
c28c63d8 9489
c28c63d8 9490
c28c63d8 9491
c28c63d8 9492
c28c63d8 9493
c28c63d8 9494
c28c63d8 9495
c28c63d8 9496
c28c63d8 9497
81ecdfbb 9498
c28c63d8 9499
c28c63d8
JB
9500
9501
81ecdfbb 9502
81ecdfbb 9503
81ecdfbb
RW
9504
9505
81ecdfbb 9506
81ecdfbb 9507
c28c63d8
JB
9508
9509
c28c63d8 9510
c28c63d8 9511
c28c63d8 9512
c28c63d8 9513
81ecdfbb 9514
c28c63d8 9515
c28c63d8 9516
c28c63d8 9517
81ecdfbb 9518
c28c63d8 9519
c28c63d8 9520
c28c63d8 9521
c28c63d8 9522
81ecdfbb 9523
c28c63d8 9524
c28c63d8 9525
c28c63d8 9526
c28c63d8
JB
9527
9528
c28c63d8
JB
9529
9530
6ffe910a 9531
2232061b
MF
9532
9533
2232061b 9534
2232061b
MF
9535
9536
2232061b
MF
9537
9538
2232061b 9539
2232061b
MF
9540
9541
6bb11ab3
L
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
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
9635
9636
9637
9638
9639
9640
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9642$as_echo_n "checking dynamic linker characteristics... " >&6; }
9643
9644if test "$GCC" = yes; then
9645 case $host_os in
9646 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9647 *) lt_awk_arg="/^libraries:/" ;;
9648 esac
9649 case $host_os in
9650 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9651 *) lt_sed_strip_eq="s,=/,/,g" ;;
9652 esac
9653 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9654 case $lt_search_path_spec in
9655 *\;*)
9656 # if the path contains ";" then we assume it to be the separator
9657 # otherwise default to the standard path separator (i.e. ":") - it is
9658 # assumed that no part of a normal pathname contains ";" but that should
9659 # okay in the real world where ";" in dirpaths is itself problematic.
9660 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9661 ;;
9662 *)
9663 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9664 ;;
9665 esac
9666 # Ok, now we have the path, separated by spaces, we can step through it
9667 # and add multilib dir if necessary.
9668 lt_tmp_lt_search_path_spec=
9669 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9670 for lt_sys_path in $lt_search_path_spec; do
9671 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9672 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9673 else
9674 test -d "$lt_sys_path" && \
9675 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9676 fi
9677 done
9678 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9679BEGIN {RS=" "; FS="/|\n";} {
9680 lt_foo="";
9681 lt_count=0;
9682 for (lt_i = NF; lt_i > 0; lt_i--) {
9683 if ($lt_i != "" && $lt_i != ".") {
9684 if ($lt_i == "..") {
9685 lt_count++;
9686 } else {
9687 if (lt_count == 0) {
9688 lt_foo="/" $lt_i lt_foo;
9689 } else {
9690 lt_count--;
9691 }
9692 }
9693 }
9694 }
9695 if (lt_foo != "") { lt_freq[lt_foo]++; }
9696 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9697}'`
9698 # AWK program above erroneously prepends '/' to C:/dos/paths
9699 # for these hosts.
9700 case $host_os in
9701 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9702 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9703 esac
9704 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9705else
9706 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9707fi
9708library_names_spec=
9709libname_spec='lib$name'
9710soname_spec=
9711shrext_cmds=".so"
9712postinstall_cmds=
9713postuninstall_cmds=
9714finish_cmds=
9715finish_eval=
9716shlibpath_var=
9717shlibpath_overrides_runpath=unknown
9718version_type=none
9719dynamic_linker="$host_os ld.so"
9720sys_lib_dlsearch_path_spec="/lib /usr/lib"
9721need_lib_prefix=unknown
9722hardcode_into_libs=no
9723
9724# when you set need_version to no, make sure it does not cause -set_version
9725# flags to be left without arguments
9726need_version=unknown
9727
9728case $host_os in
9729aix3*)
9730 version_type=linux
9731 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9732 shlibpath_var=LIBPATH
9733
9734 # AIX 3 has no versioning support, so we append a major version to the name.
9735 soname_spec='${libname}${release}${shared_ext}$major'
9736 ;;
9737
9738aix[4-9]*)
9739 version_type=linux
9740 need_lib_prefix=no
9741 need_version=no
9742 hardcode_into_libs=yes
9743 if test "$host_cpu" = ia64; then
9744 # AIX 5 supports IA64
9745 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9746 shlibpath_var=LD_LIBRARY_PATH
9747 else
9748 # With GCC up to 2.95.x, collect2 would create an import file
9749 # for dependence libraries. The import file would start with
9750 # the line `#! .'. This would cause the generated library to
9751 # depend on `.', always an invalid library. This was fixed in
9752 # development snapshots of GCC prior to 3.0.
9753 case $host_os in
9754 aix4 | aix4.[01] | aix4.[01].*)
9755 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9756 echo ' yes '
9757 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9758 :
9759 else
9760 can_build_shared=no
9761 fi
9762 ;;
9763 esac
9764 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9765 # soname into executable. Probably we can add versioning support to
9766 # collect2, so additional links can be useful in future.
9767 if test "$aix_use_runtimelinking" = yes; then
9768 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9769 # instead of lib<name>.a to let people know that these are not
9770 # typical AIX shared libraries.
9771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9772 else
9773 # We preserve .a as extension for shared libraries through AIX4.2
9774 # and later when we are not doing run time linking.
9775 library_names_spec='${libname}${release}.a $libname.a'
9776 soname_spec='${libname}${release}${shared_ext}$major'
9777 fi
9778 shlibpath_var=LIBPATH
9779 fi
9780 ;;
9781
9782amigaos*)
9783 case $host_cpu in
9784 powerpc)
9785 # Since July 2007 AmigaOS4 officially supports .so libraries.
9786 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9788 ;;
9789 m68k)
9790 library_names_spec='$libname.ixlibrary $libname.a'
9791 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9792 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'
9793 ;;
9794 esac
9795 ;;
9796
9797beos*)
9798 library_names_spec='${libname}${shared_ext}'
9799 dynamic_linker="$host_os ld.so"
9800 shlibpath_var=LIBRARY_PATH
9801 ;;
9802
9803bsdi[45]*)
9804 version_type=linux
9805 need_version=no
9806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9807 soname_spec='${libname}${release}${shared_ext}$major'
9808 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9809 shlibpath_var=LD_LIBRARY_PATH
9810 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9811 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9812 # the default ld.so.conf also contains /usr/contrib/lib and
9813 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9814 # libtool to hard-code these into programs
9815 ;;
9816
9817cygwin* | mingw* | pw32* | cegcc*)
9818 version_type=windows
9819 shrext_cmds=".dll"
9820 need_version=no
9821 need_lib_prefix=no
9822
9823 case $GCC,$host_os in
9824 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9825 library_names_spec='$libname.dll.a'
9826 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9827 postinstall_cmds='base_file=`basename \${file}`~
9828 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9829 dldir=$destdir/`dirname \$dlpath`~
9830 test -d \$dldir || mkdir -p \$dldir~
9831 $install_prog $dir/$dlname \$dldir/$dlname~
9832 chmod a+x \$dldir/$dlname~
9833 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9834 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9835 fi'
9836 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9837 dlpath=$dir/\$dldll~
9838 $RM \$dlpath'
9839 shlibpath_overrides_runpath=yes
9840
9841 case $host_os in
9842 cygwin*)
9843 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9844 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9845
9846 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9847 ;;
9848 mingw* | cegcc*)
9849 # MinGW DLLs use traditional 'lib' prefix
9850 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9851 ;;
9852 pw32*)
9853 # pw32 DLLs use 'pw' prefix rather than 'lib'
9854 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9855 ;;
9856 esac
9857 ;;
9858
9859 *)
9860 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9861 ;;
9862 esac
9863 dynamic_linker='Win32 ld.exe'
9864 # FIXME: first we should search . and the directory the executable is in
9865 shlibpath_var=PATH
9866 ;;
9867
9868darwin* | rhapsody*)
9869 dynamic_linker="$host_os dyld"
9870 version_type=darwin
9871 need_lib_prefix=no
9872 need_version=no
9873 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9874 soname_spec='${libname}${release}${major}$shared_ext'
9875 shlibpath_overrides_runpath=yes
9876 shlibpath_var=DYLD_LIBRARY_PATH
9877 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9878
9879 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9880 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9881 ;;
9882
9883dgux*)
9884 version_type=linux
9885 need_lib_prefix=no
9886 need_version=no
9887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9888 soname_spec='${libname}${release}${shared_ext}$major'
9889 shlibpath_var=LD_LIBRARY_PATH
9890 ;;
9891
9892freebsd* | dragonfly*)
9893 # DragonFly does not have aout. When/if they implement a new
9894 # versioning mechanism, adjust this.
9895 if test -x /usr/bin/objformat; then
9896 objformat=`/usr/bin/objformat`
9897 else
9898 case $host_os in
9899 freebsd[23].*) objformat=aout ;;
9900 *) objformat=elf ;;
9901 esac
9902 fi
9903 version_type=freebsd-$objformat
9904 case $version_type in
9905 freebsd-elf*)
9906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9907 need_version=no
9908 need_lib_prefix=no
9909 ;;
9910 freebsd-*)
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9912 need_version=yes
9913 ;;
9914 esac
9915 shlibpath_var=LD_LIBRARY_PATH
9916 case $host_os in
9917 freebsd2.*)
9918 shlibpath_overrides_runpath=yes
9919 ;;
9920 freebsd3.[01]* | freebsdelf3.[01]*)
9921 shlibpath_overrides_runpath=yes
9922 hardcode_into_libs=yes
9923 ;;
9924 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9925 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9926 shlibpath_overrides_runpath=no
9927 hardcode_into_libs=yes
9928 ;;
9929 *) # from 4.6 on, and DragonFly
9930 shlibpath_overrides_runpath=yes
9931 hardcode_into_libs=yes
9932 ;;
9933 esac
9934 ;;
9935
6bb11ab3
L
9936haiku*)
9937 version_type=linux
9938 need_lib_prefix=no
9939 need_version=no
9940 dynamic_linker="$host_os runtime_loader"
9941 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9942 soname_spec='${libname}${release}${shared_ext}$major'
9943 shlibpath_var=LIBRARY_PATH
9944 shlibpath_overrides_runpath=yes
9945 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9946 hardcode_into_libs=yes
9947 ;;
9948
9949hpux9* | hpux10* | hpux11*)
9950 # Give a soname corresponding to the major version so that dld.sl refuses to
9951 # link against other versions.
9952 version_type=sunos
9953 need_lib_prefix=no
9954 need_version=no
9955 case $host_cpu in
9956 ia64*)
9957 shrext_cmds='.so'
9958 hardcode_into_libs=yes
9959 dynamic_linker="$host_os dld.so"
9960 shlibpath_var=LD_LIBRARY_PATH
9961 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9962 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9963 soname_spec='${libname}${release}${shared_ext}$major'
9964 if test "X$HPUX_IA64_MODE" = X32; then
9965 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9966 else
9967 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9968 fi
9969 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9970 ;;
9971 hppa*64*)
9972 shrext_cmds='.sl'
9973 hardcode_into_libs=yes
9974 dynamic_linker="$host_os dld.sl"
9975 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9976 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9978 soname_spec='${libname}${release}${shared_ext}$major'
9979 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9980 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9981 ;;
9982 *)
9983 shrext_cmds='.sl'
9984 dynamic_linker="$host_os dld.sl"
9985 shlibpath_var=SHLIB_PATH
9986 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9987 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9988 soname_spec='${libname}${release}${shared_ext}$major'
9989 ;;
9990 esac
9991 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9992 postinstall_cmds='chmod 555 $lib'
9993 # or fails outright, so override atomically:
9994 install_override_mode=555
9995 ;;
9996
9997interix[3-9]*)
9998 version_type=linux
9999 need_lib_prefix=no
10000 need_version=no
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10002 soname_spec='${libname}${release}${shared_ext}$major'
10003 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10004 shlibpath_var=LD_LIBRARY_PATH
10005 shlibpath_overrides_runpath=no
10006 hardcode_into_libs=yes
10007 ;;
10008
10009irix5* | irix6* | nonstopux*)
10010 case $host_os in
10011 nonstopux*) version_type=nonstopux ;;
10012 *)
10013 if test "$lt_cv_prog_gnu_ld" = yes; then
10014 version_type=linux
10015 else
10016 version_type=irix
10017 fi ;;
10018 esac
10019 need_lib_prefix=no
10020 need_version=no
10021 soname_spec='${libname}${release}${shared_ext}$major'
10022 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10023 case $host_os in
10024 irix5* | nonstopux*)
10025 libsuff= shlibsuff=
10026 ;;
10027 *)
10028 case $LD in # libtool.m4 will add one of these switches to LD
10029 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10030 libsuff= shlibsuff= libmagic=32-bit;;
10031 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10032 libsuff=32 shlibsuff=N32 libmagic=N32;;
10033 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10034 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10035 *) libsuff= shlibsuff= libmagic=never-match;;
10036 esac
10037 ;;
10038 esac
10039 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10040 shlibpath_overrides_runpath=no
10041 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10042 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10043 hardcode_into_libs=yes
10044 ;;
10045
10046# No shared lib support for Linux oldld, aout, or coff.
10047linux*oldld* | linux*aout* | linux*coff*)
10048 dynamic_linker=no
10049 ;;
10050
10051# This must be Linux ELF.
46f900c0 10052linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10053 version_type=linux
10054 need_lib_prefix=no
10055 need_version=no
10056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10057 soname_spec='${libname}${release}${shared_ext}$major'
10058 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10059 shlibpath_var=LD_LIBRARY_PATH
10060 shlibpath_overrides_runpath=no
10061
10062 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10063 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10064 $as_echo_n "(cached) " >&6
10065else
6bb11ab3
L
10066 lt_cv_shlibpath_overrides_runpath=no
10067 save_LDFLAGS=$LDFLAGS
10068 save_libdir=$libdir
10069 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10070 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10072/* end confdefs.h. */
10073
2232061b
MF
10074int
10075main ()
10076{
10077
10078 ;
10079 return 0;
10080}
10081_ACEOF
6bb11ab3
L
10082if ac_fn_c_try_link "$LINENO"; then :
10083 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10084 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10085fi
2232061b 10086fi
6bb11ab3
L
10087rm -f core conftest.err conftest.$ac_objext \
10088 conftest$ac_exeext conftest.$ac_ext
10089 LDFLAGS=$save_LDFLAGS
10090 libdir=$save_libdir
2232061b 10091
6bb11ab3 10092fi
2232061b 10093
6bb11ab3 10094 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10095
6bb11ab3
L
10096 # This implies no fast_install, which is unacceptable.
10097 # Some rework will be needed to allow for fast_install
10098 # before this can be enabled.
10099 hardcode_into_libs=yes
2232061b 10100
6bb11ab3
L
10101 # Append ld.so.conf contents to the search path
10102 if test -f /etc/ld.so.conf; then
10103 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' ' '`
10104 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10105 fi
2232061b 10106
6bb11ab3
L
10107 # We used to test for /lib/ld.so.1 and disable shared libraries on
10108 # powerpc, because MkLinux only supported shared libraries with the
10109 # GNU dynamic linker. Since this was broken with cross compilers,
10110 # most powerpc-linux boxes support dynamic linking these days and
10111 # people can always --disable-shared, the test was removed, and we
10112 # assume the GNU/Linux dynamic linker is in use.
10113 dynamic_linker='GNU/Linux ld.so'
10114 ;;
10115
10116netbsd*)
10117 version_type=sunos
10118 need_lib_prefix=no
10119 need_version=no
10120 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10122 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10123 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10124 else
6bb11ab3
L
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10126 soname_spec='${libname}${release}${shared_ext}$major'
10127 dynamic_linker='NetBSD ld.elf_so'
10128 fi
10129 shlibpath_var=LD_LIBRARY_PATH
10130 shlibpath_overrides_runpath=yes
10131 hardcode_into_libs=yes
10132 ;;
10133
10134newsos6)
10135 version_type=linux
10136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10137 shlibpath_var=LD_LIBRARY_PATH
10138 shlibpath_overrides_runpath=yes
10139 ;;
10140
10141*nto* | *qnx*)
10142 version_type=qnx
10143 need_lib_prefix=no
10144 need_version=no
10145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10146 soname_spec='${libname}${release}${shared_ext}$major'
10147 shlibpath_var=LD_LIBRARY_PATH
10148 shlibpath_overrides_runpath=no
10149 hardcode_into_libs=yes
10150 dynamic_linker='ldqnx.so'
10151 ;;
10152
10153openbsd*)
10154 version_type=sunos
10155 sys_lib_dlsearch_path_spec="/usr/lib"
10156 need_lib_prefix=no
10157 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10158 case $host_os in
10159 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10160 *) need_version=no ;;
10161 esac
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10163 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10164 shlibpath_var=LD_LIBRARY_PATH
10165 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10166 case $host_os in
10167 openbsd2.[89] | openbsd2.[89].*)
10168 shlibpath_overrides_runpath=no
10169 ;;
10170 *)
10171 shlibpath_overrides_runpath=yes
10172 ;;
10173 esac
10174 else
10175 shlibpath_overrides_runpath=yes
10176 fi
10177 ;;
10178
10179os2*)
10180 libname_spec='$name'
10181 shrext_cmds=".dll"
10182 need_lib_prefix=no
10183 library_names_spec='$libname${shared_ext} $libname.a'
10184 dynamic_linker='OS/2 ld.exe'
10185 shlibpath_var=LIBPATH
10186 ;;
10187
10188osf3* | osf4* | osf5*)
10189 version_type=osf
10190 need_lib_prefix=no
10191 need_version=no
10192 soname_spec='${libname}${release}${shared_ext}$major'
10193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10194 shlibpath_var=LD_LIBRARY_PATH
10195 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10196 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10197 ;;
10198
10199rdos*)
10200 dynamic_linker=no
10201 ;;
10202
10203solaris*)
10204 version_type=linux
10205 need_lib_prefix=no
10206 need_version=no
10207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 shlibpath_var=LD_LIBRARY_PATH
10210 shlibpath_overrides_runpath=yes
10211 hardcode_into_libs=yes
10212 # ldd complains unless libraries are executable
10213 postinstall_cmds='chmod +x $lib'
10214 ;;
10215
10216sunos4*)
10217 version_type=sunos
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10219 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 shlibpath_overrides_runpath=yes
10222 if test "$with_gnu_ld" = yes; then
10223 need_lib_prefix=no
10224 fi
10225 need_version=yes
10226 ;;
10227
10228sysv4 | sysv4.3*)
10229 version_type=linux
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 soname_spec='${libname}${release}${shared_ext}$major'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 case $host_vendor in
10234 sni)
10235 shlibpath_overrides_runpath=no
10236 need_lib_prefix=no
10237 runpath_var=LD_RUN_PATH
10238 ;;
10239 siemens)
10240 need_lib_prefix=no
10241 ;;
10242 motorola)
10243 need_lib_prefix=no
10244 need_version=no
10245 shlibpath_overrides_runpath=no
10246 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10247 ;;
10248 esac
10249 ;;
10250
10251sysv4*MP*)
10252 if test -d /usr/nec ;then
10253 version_type=linux
10254 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10255 soname_spec='$libname${shared_ext}.$major'
10256 shlibpath_var=LD_LIBRARY_PATH
2232061b 10257 fi
6bb11ab3
L
10258 ;;
10259
10260sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10261 version_type=freebsd-elf
10262 need_lib_prefix=no
10263 need_version=no
10264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10265 soname_spec='${libname}${release}${shared_ext}$major'
10266 shlibpath_var=LD_LIBRARY_PATH
10267 shlibpath_overrides_runpath=yes
10268 hardcode_into_libs=yes
10269 if test "$with_gnu_ld" = yes; then
10270 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10271 else
10272 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10273 case $host_os in
10274 sco3.2v5*)
10275 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10276 ;;
10277 esac
10278 fi
10279 sys_lib_dlsearch_path_spec='/usr/lib'
10280 ;;
10281
10282tpf*)
10283 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10284 version_type=linux
10285 need_lib_prefix=no
10286 need_version=no
10287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10288 shlibpath_var=LD_LIBRARY_PATH
10289 shlibpath_overrides_runpath=no
10290 hardcode_into_libs=yes
10291 ;;
10292
10293uts4*)
10294 version_type=linux
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10297 shlibpath_var=LD_LIBRARY_PATH
10298 ;;
10299
10300*)
10301 dynamic_linker=no
10302 ;;
10303esac
10304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10305$as_echo "$dynamic_linker" >&6; }
10306test "$dynamic_linker" = no && can_build_shared=no
10307
10308variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10309if test "$GCC" = yes; then
10310 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10311fi
2232061b 10312
6bb11ab3
L
10313if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10314 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10315fi
10316if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10317 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10318fi
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
2232061b 10345
2232061b 10346
2232061b 10347
2232061b 10348
2232061b
MF
10349
10350
6ffe910a 10351
6ffe910a
MF
10352
10353
10354
10355
10356
2232061b 10357
6ffe910a
MF
10358
10359
10360
10361
6ffe910a 10362
6ffe910a 10363
6ffe910a
MF
10364
10365
6ffe910a 10366
6ffe910a 10367
6ffe910a
MF
10368
10369
5f3ef9d0 10370
5f3ef9d0
JB
10371
10372
10373
db2e4d67
MF
10374
10375
db2e4d67 10376
db2e4d67 10377
db2e4d67 10378
db2e4d67 10379
db2e4d67 10380
db2e4d67 10381
db2e4d67 10382
db2e4d67
MF
10383
10384
db2e4d67 10385
db2e4d67
MF
10386
10387
db2e4d67 10388
db2e4d67
MF
10389
10390
6ffe910a 10391
6ffe910a 10392
6ffe910a
MF
10393
10394
6ffe910a
MF
10395
10396
6ffe910a 10397
6ffe910a 10398
6ffe910a 10399
6ffe910a 10400
6ffe910a 10401
c28c63d8 10402
c28c63d8 10403
c28c63d8 10404
c28c63d8 10405
c28c63d8 10406
c28c63d8 10407
c28c63d8 10408
c28c63d8 10409
c28c63d8 10410
6bb11ab3
L
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10412$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10413hardcode_action=
10414if test -n "$hardcode_libdir_flag_spec" ||
10415 test -n "$runpath_var" ||
10416 test "X$hardcode_automatic" = "Xyes" ; then
c28c63d8 10417
6bb11ab3
L
10418 # We can hardcode non-existent directories.
10419 if test "$hardcode_direct" != no &&
10420 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10421 # have to relink, otherwise we might link with an installed library
10422 # when we should be linking with a yet-to-be-installed one
10423 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10424 test "$hardcode_minus_L" != no; then
10425 # Linking always hardcodes the temporary library directory.
10426 hardcode_action=relink
10427 else
10428 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10429 hardcode_action=immediate
10430 fi
10431else
10432 # We cannot hardcode anything, or else we can only hardcode existing
10433 # directories.
10434 hardcode_action=unsupported
c28c63d8 10435fi
6bb11ab3
L
10436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10437$as_echo "$hardcode_action" >&6; }
c28c63d8 10438
6bb11ab3
L
10439if test "$hardcode_action" = relink ||
10440 test "$inherit_rpath" = yes; then
10441 # Fast installation is not supported
10442 enable_fast_install=no
10443elif test "$shlibpath_overrides_runpath" = yes ||
10444 test "$enable_shared" = no; then
10445 # Fast installation is not necessary
10446 enable_fast_install=needless
10447fi
c28c63d8 10448
6bb11ab3
L
10449
10450
10451
10452
10453
10454 if test "x$enable_dlopen" != xyes; then
10455 enable_dlopen=unknown
10456 enable_dlopen_self=unknown
10457 enable_dlopen_self_static=unknown
10458else
10459 lt_cv_dlopen=no
10460 lt_cv_dlopen_libs=
10461
10462 case $host_os in
10463 beos*)
10464 lt_cv_dlopen="load_add_on"
10465 lt_cv_dlopen_libs=
10466 lt_cv_dlopen_self=yes
10467 ;;
10468
10469 mingw* | pw32* | cegcc*)
10470 lt_cv_dlopen="LoadLibrary"
10471 lt_cv_dlopen_libs=
10472 ;;
10473
10474 cygwin*)
10475 lt_cv_dlopen="dlopen"
10476 lt_cv_dlopen_libs=
10477 ;;
10478
10479 darwin*)
10480 # if libdl is installed we need to link against it
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10482$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10483if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10484 $as_echo_n "(cached) " >&6
10485else
10486 ac_check_lib_save_LIBS=$LIBS
10487LIBS="-ldl $LIBS"
10488cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10489/* end confdefs.h. */
10490
10491/* Override any GCC internal prototype to avoid an error.
10492 Use char because int might match the return type of a GCC
10493 builtin and then its argument prototype would still apply. */
10494#ifdef __cplusplus
10495extern "C"
10496#endif
10497char dlopen ();
10498int
10499main ()
10500{
10501return dlopen ();
10502 ;
10503 return 0;
10504}
c28c63d8 10505_ACEOF
6bb11ab3
L
10506if ac_fn_c_try_link "$LINENO"; then :
10507 ac_cv_lib_dl_dlopen=yes
10508else
10509 ac_cv_lib_dl_dlopen=no
10510fi
10511rm -f core conftest.err conftest.$ac_objext \
10512 conftest$ac_exeext conftest.$ac_ext
10513LIBS=$ac_check_lib_save_LIBS
10514fi
10515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10516$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10517if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10518 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10519else
10520
10521 lt_cv_dlopen="dyld"
10522 lt_cv_dlopen_libs=
10523 lt_cv_dlopen_self=yes
c28c63d8
JB
10524
10525fi
c28c63d8 10526
6bb11ab3 10527 ;;
c28c63d8 10528
6bb11ab3
L
10529 *)
10530 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10531if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10532 lt_cv_dlopen="shl_load"
10533else
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10535$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10536if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10537 $as_echo_n "(cached) " >&6
10538else
10539 ac_check_lib_save_LIBS=$LIBS
10540LIBS="-ldld $LIBS"
10541cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10542/* end confdefs.h. */
10543
10544/* Override any GCC internal prototype to avoid an error.
10545 Use char because int might match the return type of a GCC
10546 builtin and then its argument prototype would still apply. */
10547#ifdef __cplusplus
10548extern "C"
10549#endif
10550char shl_load ();
10551int
10552main ()
10553{
10554return shl_load ();
10555 ;
10556 return 0;
10557}
10558_ACEOF
10559if ac_fn_c_try_link "$LINENO"; then :
10560 ac_cv_lib_dld_shl_load=yes
10561else
10562 ac_cv_lib_dld_shl_load=no
10563fi
10564rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
10566LIBS=$ac_check_lib_save_LIBS
10567fi
10568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10569$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10570if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10571 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10572else
10573 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10574if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10575 lt_cv_dlopen="dlopen"
10576else
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10578$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10579if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10580 $as_echo_n "(cached) " >&6
c28c63d8
JB
10581else
10582 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10583LIBS="-ldl $LIBS"
81ecdfbb 10584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10585/* end confdefs.h. */
10586
81ecdfbb
RW
10587/* Override any GCC internal prototype to avoid an error.
10588 Use char because int might match the return type of a GCC
10589 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10590#ifdef __cplusplus
10591extern "C"
10592#endif
6bb11ab3 10593char dlopen ();
c28c63d8
JB
10594int
10595main ()
10596{
6bb11ab3 10597return dlopen ();
c28c63d8
JB
10598 ;
10599 return 0;
10600}
10601_ACEOF
81ecdfbb 10602if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10603 ac_cv_lib_dl_dlopen=yes
c28c63d8 10604else
6bb11ab3 10605 ac_cv_lib_dl_dlopen=no
c28c63d8 10606fi
81ecdfbb
RW
10607rm -f core conftest.err conftest.$ac_objext \
10608 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10609LIBS=$ac_check_lib_save_LIBS
10610fi
6bb11ab3
L
10611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10612$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10613if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10614 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10615else
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10617$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10618if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10619 $as_echo_n "(cached) " >&6
c28c63d8
JB
10620else
10621 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10622LIBS="-lsvld $LIBS"
81ecdfbb 10623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10624/* end confdefs.h. */
10625
81ecdfbb
RW
10626/* Override any GCC internal prototype to avoid an error.
10627 Use char because int might match the return type of a GCC
10628 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10629#ifdef __cplusplus
10630extern "C"
10631#endif
6bb11ab3 10632char dlopen ();
c28c63d8
JB
10633int
10634main ()
10635{
6bb11ab3 10636return dlopen ();
c28c63d8
JB
10637 ;
10638 return 0;
10639}
10640_ACEOF
81ecdfbb 10641if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10642 ac_cv_lib_svld_dlopen=yes
c28c63d8 10643else
6bb11ab3 10644 ac_cv_lib_svld_dlopen=no
c28c63d8 10645fi
81ecdfbb
RW
10646rm -f core conftest.err conftest.$ac_objext \
10647 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10648LIBS=$ac_check_lib_save_LIBS
10649fi
6bb11ab3
L
10650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10651$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10652if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10653 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10654else
6bb11ab3
L
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10656$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10657if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10658 $as_echo_n "(cached) " >&6
c28c63d8 10659else
6bb11ab3
L
10660 ac_check_lib_save_LIBS=$LIBS
10661LIBS="-ldld $LIBS"
81ecdfbb 10662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10663/* end confdefs.h. */
10664
81ecdfbb
RW
10665/* Override any GCC internal prototype to avoid an error.
10666 Use char because int might match the return type of a GCC
d6416cdc 10667 builtin and then its argument prototype would still apply. */
d6416cdc
RW
10668#ifdef __cplusplus
10669extern "C"
10670#endif
6bb11ab3 10671char dld_link ();
d6416cdc
RW
10672int
10673main ()
10674{
6bb11ab3 10675return dld_link ();
d6416cdc
RW
10676 ;
10677 return 0;
10678}
10679_ACEOF
6bb11ab3
L
10680if ac_fn_c_try_link "$LINENO"; then :
10681 ac_cv_lib_dld_dld_link=yes
10682else
10683 ac_cv_lib_dld_dld_link=no
10684fi
10685rm -f core conftest.err conftest.$ac_objext \
10686 conftest$ac_exeext conftest.$ac_ext
10687LIBS=$ac_check_lib_save_LIBS
10688fi
10689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10690$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10691if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10692 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10693fi
10694
10695
10696fi
10697
10698
10699fi
10700
10701
10702fi
10703
10704
10705fi
10706
10707
10708fi
10709
10710 ;;
10711 esac
10712
10713 if test "x$lt_cv_dlopen" != xno; then
10714 enable_dlopen=yes
d6416cdc 10715 else
6bb11ab3
L
10716 enable_dlopen=no
10717 fi
10718
10719 case $lt_cv_dlopen in
10720 dlopen)
10721 save_CPPFLAGS="$CPPFLAGS"
10722 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10723
10724 save_LDFLAGS="$LDFLAGS"
10725 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10726
10727 save_LIBS="$LIBS"
10728 LIBS="$lt_cv_dlopen_libs $LIBS"
10729
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10731$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10732if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10733 $as_echo_n "(cached) " >&6
10734else
10735 if test "$cross_compiling" = yes; then :
10736 lt_cv_dlopen_self=cross
10737else
10738 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10739 lt_status=$lt_dlunknown
10740 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10741#line 10741 "configure"
6bb11ab3
L
10742#include "confdefs.h"
10743
10744#if HAVE_DLFCN_H
10745#include <dlfcn.h>
10746#endif
10747
10748#include <stdio.h>
10749
10750#ifdef RTLD_GLOBAL
10751# define LT_DLGLOBAL RTLD_GLOBAL
10752#else
10753# ifdef DL_GLOBAL
10754# define LT_DLGLOBAL DL_GLOBAL
10755# else
10756# define LT_DLGLOBAL 0
10757# endif
10758#endif
10759
10760/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10761 find out it does not work in some platform. */
10762#ifndef LT_DLLAZY_OR_NOW
10763# ifdef RTLD_LAZY
10764# define LT_DLLAZY_OR_NOW RTLD_LAZY
10765# else
10766# ifdef DL_LAZY
10767# define LT_DLLAZY_OR_NOW DL_LAZY
10768# else
10769# ifdef RTLD_NOW
10770# define LT_DLLAZY_OR_NOW RTLD_NOW
10771# else
10772# ifdef DL_NOW
10773# define LT_DLLAZY_OR_NOW DL_NOW
10774# else
10775# define LT_DLLAZY_OR_NOW 0
10776# endif
10777# endif
10778# endif
10779# endif
10780#endif
10781
10782/* When -fvisbility=hidden is used, assume the code has been annotated
10783 correspondingly for the symbols needed. */
10784#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10785void fnord () __attribute__((visibility("default")));
10786#endif
10787
10788void fnord () { int i=42; }
10789int main ()
10790{
10791 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10792 int status = $lt_dlunknown;
10793
10794 if (self)
10795 {
10796 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10797 else
10798 {
10799 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10800 else puts (dlerror ());
10801 }
10802 /* dlclose (self); */
10803 }
10804 else
10805 puts (dlerror ());
10806
10807 return status;
10808}
10809_LT_EOF
10810 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10811 (eval $ac_link) 2>&5
10812 ac_status=$?
10813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10814 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10815 (./conftest; exit; ) >&5 2>/dev/null
10816 lt_status=$?
10817 case x$lt_status in
10818 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10819 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10820 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10821 esac
10822 else :
10823 # compilation failed
10824 lt_cv_dlopen_self=no
d6416cdc 10825 fi
d6416cdc 10826fi
6bb11ab3
L
10827rm -fr conftest*
10828
10829
c28c63d8 10830fi
6bb11ab3
L
10831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10832$as_echo "$lt_cv_dlopen_self" >&6; }
c28c63d8 10833
6bb11ab3
L
10834 if test "x$lt_cv_dlopen_self" = xyes; then
10835 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10837$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10838if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10839 $as_echo_n "(cached) " >&6
c28c63d8 10840else
6bb11ab3
L
10841 if test "$cross_compiling" = yes; then :
10842 lt_cv_dlopen_self_static=cross
10843else
10844 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10845 lt_status=$lt_dlunknown
10846 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10847#line 10847 "configure"
6bb11ab3
L
10848#include "confdefs.h"
10849
10850#if HAVE_DLFCN_H
10851#include <dlfcn.h>
10852#endif
10853
10854#include <stdio.h>
10855
10856#ifdef RTLD_GLOBAL
10857# define LT_DLGLOBAL RTLD_GLOBAL
10858#else
10859# ifdef DL_GLOBAL
10860# define LT_DLGLOBAL DL_GLOBAL
10861# else
10862# define LT_DLGLOBAL 0
10863# endif
10864#endif
10865
10866/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10867 find out it does not work in some platform. */
10868#ifndef LT_DLLAZY_OR_NOW
10869# ifdef RTLD_LAZY
10870# define LT_DLLAZY_OR_NOW RTLD_LAZY
10871# else
10872# ifdef DL_LAZY
10873# define LT_DLLAZY_OR_NOW DL_LAZY
10874# else
10875# ifdef RTLD_NOW
10876# define LT_DLLAZY_OR_NOW RTLD_NOW
10877# else
10878# ifdef DL_NOW
10879# define LT_DLLAZY_OR_NOW DL_NOW
10880# else
10881# define LT_DLLAZY_OR_NOW 0
10882# endif
10883# endif
10884# endif
10885# endif
10886#endif
10887
10888/* When -fvisbility=hidden is used, assume the code has been annotated
10889 correspondingly for the symbols needed. */
10890#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10891void fnord () __attribute__((visibility("default")));
10892#endif
10893
10894void fnord () { int i=42; }
10895int main ()
10896{
10897 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10898 int status = $lt_dlunknown;
10899
10900 if (self)
10901 {
10902 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10903 else
10904 {
10905 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10906 else puts (dlerror ());
10907 }
10908 /* dlclose (self); */
10909 }
10910 else
10911 puts (dlerror ());
10912
10913 return status;
10914}
10915_LT_EOF
10916 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10917 (eval $ac_link) 2>&5
10918 ac_status=$?
10919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10920 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10921 (./conftest; exit; ) >&5 2>/dev/null
10922 lt_status=$?
10923 case x$lt_status in
10924 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10925 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10926 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10927 esac
10928 else :
10929 # compilation failed
10930 lt_cv_dlopen_self_static=no
10931 fi
c28c63d8 10932fi
6bb11ab3
L
10933rm -fr conftest*
10934
10935
c28c63d8 10936fi
6bb11ab3
L
10937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10938$as_echo "$lt_cv_dlopen_self_static" >&6; }
10939 fi
10940
10941 CPPFLAGS="$save_CPPFLAGS"
10942 LDFLAGS="$save_LDFLAGS"
10943 LIBS="$save_LIBS"
10944 ;;
10945 esac
10946
10947 case $lt_cv_dlopen_self in
10948 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10949 *) enable_dlopen_self=unknown ;;
10950 esac
10951
10952 case $lt_cv_dlopen_self_static in
10953 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10954 *) enable_dlopen_self_static=unknown ;;
10955 esac
10956fi
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974striplib=
10975old_striplib=
10976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10977$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10978if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10979 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10980 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10982$as_echo "yes" >&6; }
10983else
10984# FIXME - insert some real tests, host_os isn't really good enough
10985 case $host_os in
10986 darwin*)
10987 if test -n "$STRIP" ; then
10988 striplib="$STRIP -x"
10989 old_striplib="$STRIP -S"
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10991$as_echo "yes" >&6; }
10992 else
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10994$as_echo "no" >&6; }
10995 fi
10996 ;;
10997 *)
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10999$as_echo "no" >&6; }
11000 ;;
11001 esac
11002fi
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015 # Report which library types will actually be built
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11017$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11019$as_echo "$can_build_shared" >&6; }
11020
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11022$as_echo_n "checking whether to build shared libraries... " >&6; }
11023 test "$can_build_shared" = "no" && enable_shared=no
11024
11025 # On AIX, shared libraries and static libraries use the same namespace, and
11026 # are all built from PIC.
11027 case $host_os in
11028 aix3*)
11029 test "$enable_shared" = yes && enable_static=no
11030 if test -n "$RANLIB"; then
11031 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11032 postinstall_cmds='$RANLIB $lib'
11033 fi
11034 ;;
11035
11036 aix[4-9]*)
11037 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11038 test "$enable_shared" = yes && enable_static=no
11039 fi
11040 ;;
11041 esac
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11043$as_echo "$enable_shared" >&6; }
11044
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11046$as_echo_n "checking whether to build static libraries... " >&6; }
11047 # Make sure either enable_shared or enable_static is yes.
11048 test "$enable_shared" = yes || enable_static=yes
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11050$as_echo "$enable_static" >&6; }
11051
11052
11053
11054
11055fi
11056ac_ext=c
11057ac_cpp='$CPP $CPPFLAGS'
11058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11060ac_compiler_gnu=$ac_cv_c_compiler_gnu
11061
11062CC="$lt_save_CC"
11063
11064
11065
11066
11067
11068
11069
11070
11071
c28c63d8 11072
c28c63d8 11073
c28c63d8 11074
c28c63d8 11075
6bb11ab3
L
11076 ac_config_commands="$ac_config_commands libtool"
11077
11078
11079
11080
11081# Only expand once:
11082
11083
5912fadd 11084
c28c63d8 11085
c28c63d8 11086
31e6ad7d
MF
11087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11088$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11089 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11090if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11091 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11092else
11093 USE_MAINTAINER_MODE=no
c28c63d8 11094fi
31e6ad7d
MF
11095
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11097$as_echo "$USE_MAINTAINER_MODE" >&6; }
11098 if test $USE_MAINTAINER_MODE = yes; then
11099 MAINTAINER_MODE_TRUE=
11100 MAINTAINER_MODE_FALSE='#'
c28c63d8 11101else
31e6ad7d
MF
11102 MAINTAINER_MODE_TRUE='#'
11103 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11104fi
11105
31e6ad7d
MF
11106 MAINT=$MAINTAINER_MODE_TRUE
11107
11108
c28c63d8
JB
11109
11110
347fe5bb
MF
11111sim_inline="-DDEFAULT_INLINE=0"
11112# Check whether --enable-sim-inline was given.
11113if test "${enable_sim_inline+set}" = set; then :
11114 enableval=$enable_sim_inline; sim_inline=""
11115case "$enableval" in
11116 no) sim_inline="-DDEFAULT_INLINE=0";;
11117 0) sim_inline="-DDEFAULT_INLINE=0";;
11118 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11119 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11120 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11121 new_flag=""
11122 case "$x" in
11123 *_INLINE=*) new_flag="-D$x";;
11124 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11125 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11126 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11127 esac
11128 if test x"$sim_inline" = x""; then
11129 sim_inline="$new_flag"
11130 else
11131 sim_inline="$sim_inline $new_flag"
11132 fi
11133 done;;
11134esac
11135if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11136 echo "Setting inline flags = $sim_inline" 6>&1
11137fi
11138fi
11139
11140
11141
c28c63d8 11142
c28c63d8 11143default_sim_scache="16384"
81ecdfbb
RW
11144# Check whether --enable-sim-scache was given.
11145if test "${enable_sim_scache+set}" = set; then :
11146 enableval=$enable_sim_scache; case "${enableval}" in
c28c63d8
JB
11147 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11148 no) sim_scache="-DWITH_SCACHE=0" ;;
11149 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11150 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c28c63d8
JB
11151 sim_scache="";;
11152esac
11153if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11154 echo "Setting scache size = $sim_scache" 6>&1
11155fi
11156else
11157 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11158fi
11159
c28c63d8
JB
11160
11161
11162default_sim_default_model="lm32"
81ecdfbb
RW
11163# Check whether --enable-sim-default-model was given.
11164if test "${enable_sim_default_model+set}" = set; then :
11165 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11166 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c28c63d8
JB
11167 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11168esac
11169if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11170 echo "Setting default model = $sim_default_model" 6>&1
11171fi
11172else
11173 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 11174fi
c28c63d8
JB
11175
11176
81ecdfbb 11177
c28c63d8
JB
11178cgen_maint=no
11179cgen=guile
11180cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11181# Check whether --enable-cgen-maint was given.
11182if test "${enable_cgen_maint+set}" = set; then :
11183 enableval=$enable_cgen_maint; case "${enableval}" in
c28c63d8
JB
11184 yes) cgen_maint=yes ;;
11185 no) cgen_maint=no ;;
11186 *)
7fb45a68
AB
11187 # Argument is a directory where cgen can be found. In some
11188 # future world cgen could be installable, but right now this
11189 # is not the case. Instead we assume the directory is a path
11190 # to the cgen source tree.
11191 cgen_maint=yes
11192 if test -r ${enableval}/iformat.scm; then
11193 # This looks like a cgen source tree.
11194 cgendir=${enableval}
11195 else
11196 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11197 fi
c28c63d8
JB
11198 ;;
11199esac
81ecdfbb
RW
11200fi
11201if test x${cgen_maint} != xno ; then
c28c63d8
JB
11202 CGEN_MAINT=''
11203else
11204 CGEN_MAINT='#'
11205fi
11206
11207
11208
11209
11210
9d903352 11211hardware="cfi core pal glue lm32cpu lm32timer lm32uart"
c28c63d8
JB
11212sim_hw_cflags="-DWITH_HW=1"
11213sim_hw="$hardware"
11214sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11215
81ecdfbb
RW
11216# Check whether --enable-sim-hardware was given.
11217if test "${enable_sim_hardware+set}" = set; then :
11218 enableval=$enable_sim_hardware;
30452bbe
MF
11219else
11220 enable_sim_hardware="yes"
1517bd27
MF
11221fi
11222
11223case ${enable_sim_hardware} in
64dd13df
MF
11224 yes|no) ;;
11225 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11226 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11227 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c28c63d8 11228esac
1517bd27 11229
64dd13df 11230if test "$enable_sim_hardware" = no; then
c28c63d8
JB
11231 sim_hw_objs=
11232 sim_hw_cflags="-DWITH_HW=0"
11233 sim_hw=
11234else
11235 sim_hw_cflags="-DWITH_HW=1"
11236 # remove duplicates
11237 sim_hw=""
11238 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11239 for i in $hardware ; do
11240 case " $sim_hw " in
11241 *" $i "*) ;;
11242 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11243 esac
11244 done
1517bd27 11245 # mingw does not support sockser
1517bd27
MF
11246 case ${host} in
11247 *mingw*) ;;
49cd1634
MF
11248 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11249 # that you instatiate. Instead, other code will call into it directly.
11250 # At some point, we should convert it over.
11251 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11252 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
1517bd27
MF
11253 ;;
11254 esac
1517bd27
MF
11255 if test x"$silent" != x"yes"; then
11256 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11257 fi
11258 case " $hardware " in
11259 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 11260$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11261if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
11262 $as_echo_n "(cached) " >&6
11263else
11264 ac_check_lib_save_LIBS=$LIBS
11265LIBS="-lm $LIBS"
11266cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11267/* end confdefs.h. */
11268
11269/* Override any GCC internal prototype to avoid an error.
11270 Use char because int might match the return type of a GCC
11271 builtin and then its argument prototype would still apply. */
11272#ifdef __cplusplus
11273extern "C"
11274#endif
11275char log2 ();
11276int
11277main ()
11278{
11279return log2 ();
11280 ;
11281 return 0;
11282}
11283_ACEOF
11284if ac_fn_c_try_link "$LINENO"; then :
11285 ac_cv_lib_m_log2=yes
11286else
11287 ac_cv_lib_m_log2=no
11288fi
11289rm -f core conftest.err conftest.$ac_objext \
11290 conftest$ac_exeext conftest.$ac_ext
11291LIBS=$ac_check_lib_save_LIBS
11292fi
11293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11294$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11295if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
11296 cat >>confdefs.h <<_ACEOF
11297#define HAVE_LIBM 1
11298_ACEOF
11299
11300 LIBS="-lm $LIBS"
11301
11302fi
11303;;
1517bd27
MF
11304 esac
11305fi
4399a56b 11306
c28c63d8
JB
11307
11308
c28c63d8
JB
11309cgen_breaks=""
11310if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11311cgen_breaks="break cgen_rtx_error";
11312fi
11313
81ecdfbb 11314ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
c28c63d8 11315
81ecdfbb 11316ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
c28c63d8 11317
81ecdfbb 11318ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
c28c63d8 11319
81ecdfbb 11320ac_config_commands="$ac_config_commands Makefile"
c28c63d8 11321
81ecdfbb 11322ac_config_commands="$ac_config_commands stamp-h"
c28c63d8 11323
760b3e8b
MF
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
c28c63d8
JB
11334cat >confcache <<\_ACEOF
11335# This file is a shell script that caches the results of configure
11336# tests run on this system so they can be shared between configure
11337# scripts and configure runs, see configure's option --config-cache.
11338# It is not useful on other systems. If it contains results you don't
11339# want to keep, you may remove or edit it.
11340#
11341# config.status only pays attention to the cache file if you give it
11342# the --recheck option to rerun configure.
11343#
11344# `ac_cv_env_foo' variables (set or unset) will be overridden when
11345# loading this file, other *unset* `ac_cv_foo' will be assigned the
11346# following values.
11347
11348_ACEOF
11349
11350# The following way of writing the cache mishandles newlines in values,
11351# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11352# So, we kill variables containing newlines.
c28c63d8
JB
11353# Ultrix sh set writes to stderr and can't be redirected directly,
11354# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11355(
11356 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11357 eval ac_val=\$$ac_var
11358 case $ac_val in #(
11359 *${as_nl}*)
11360 case $ac_var in #(
11361 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11362$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11363 esac
11364 case $ac_var in #(
11365 _ | IFS | as_nl) ;; #(
11366 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11367 *) { eval $ac_var=; unset $ac_var;} ;;
11368 esac ;;
11369 esac
11370 done
11371
c28c63d8 11372 (set) 2>&1 |
81ecdfbb
RW
11373 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11374 *${as_nl}ac_space=\ *)
11375 # `set' does not quote correctly, so add quotes: double-quote
11376 # substitution turns \\\\ into \\, and sed turns \\ into \.
c28c63d8
JB
11377 sed -n \
11378 "s/'/'\\\\''/g;
11379 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11380 ;; #(
c28c63d8
JB
11381 *)
11382 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11383 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 11384 ;;
81ecdfbb
RW
11385 esac |
11386 sort
11387) |
c28c63d8 11388 sed '
81ecdfbb 11389 /^ac_cv_env_/b end
c28c63d8 11390 t clear
81ecdfbb 11391 :clear
c28c63d8
JB
11392 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11393 t end
81ecdfbb
RW
11394 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11395 :end' >>confcache
11396if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11397 if test -w "$cache_file"; then
d0ac1c44 11398 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11400$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11401 if test ! -f "$cache_file" || test -h "$cache_file"; then
11402 cat confcache >"$cache_file"
11403 else
11404 case $cache_file in #(
11405 */* | ?:*)
11406 mv -f confcache "$cache_file"$$ &&
11407 mv -f "$cache_file"$$ "$cache_file" ;; #(
11408 *)
11409 mv -f confcache "$cache_file" ;;
11410 esac
11411 fi
11412 fi
c28c63d8 11413 else
81ecdfbb
RW
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11415$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c28c63d8
JB
11416 fi
11417fi
11418rm -f confcache
11419
11420test "x$prefix" = xNONE && prefix=$ac_default_prefix
11421# Let make expand exec_prefix.
11422test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11423
52d37d2c
MF
11424# Transform confdefs.h into DEFS.
11425# Protect against shell expansion while executing Makefile rules.
11426# Protect against Makefile macro expansion.
11427#
11428# If the first sed substitution is executed (which looks for macros that
11429# take arguments), then branch to the quote section. Otherwise,
11430# look for a macro that doesn't take arguments.
11431ac_script='
11432:mline
11433/\\$/{
11434 N
11435 s,\\\n,,
11436 b mline
11437}
11438t clear
11439:clear
11440s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11441t quote
11442s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11443t quote
11444b any
11445:quote
11446s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11447s/\[/\\&/g
11448s/\]/\\&/g
11449s/\$/$$/g
11450H
11451:any
11452${
11453 g
11454 s/^\n//
11455 s/\n/ /g
11456 p
11457}
11458'
11459DEFS=`sed -n "$ac_script" confdefs.h`
11460
c28c63d8
JB
11461
11462ac_libobjs=
11463ac_ltlibobjs=
d0ac1c44 11464U=
c28c63d8
JB
11465for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11466 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11467 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11468 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11469 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11470 # will be set to the directory where LIBOBJS objects are built.
11471 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11472 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c28c63d8
JB
11473done
11474LIBOBJS=$ac_libobjs
11475
11476LTLIBOBJS=$ac_ltlibobjs
11477
11478
0cb8d851 11479
6bb11ab3 11480if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11481 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11482Usually this means the macro was only invoked conditionally." "$LINENO" 5
11483fi
31e6ad7d 11484if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11485 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11486Usually this means the macro was only invoked conditionally." "$LINENO" 5
11487fi
c28c63d8 11488
d0ac1c44 11489: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11490ac_write_fail=0
c28c63d8
JB
11491ac_clean_files_save=$ac_clean_files
11492ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11493{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11494$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11495as_write_fail=0
11496cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c28c63d8
JB
11497#! $SHELL
11498# Generated by $as_me.
11499# Run this file to recreate the current configuration.
11500# Compiler output produced by configure, useful for debugging
11501# configure, is in config.log if it exists.
11502
11503debug=false
11504ac_cs_recheck=false
11505ac_cs_silent=false
c28c63d8 11506
81ecdfbb
RW
11507SHELL=\${CONFIG_SHELL-$SHELL}
11508export SHELL
11509_ASEOF
11510cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11511## -------------------- ##
11512## M4sh Initialization. ##
11513## -------------------- ##
11514
11515# Be more Bourne compatible
11516DUALCASE=1; export DUALCASE # for MKS sh
11517if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c28c63d8
JB
11518 emulate sh
11519 NULLCMD=:
81ecdfbb 11520 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
11521 # is contrary to our usage. Disable this feature.
11522 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11523 setopt NO_GLOB_SUBST
11524else
11525 case `(set -o) 2>/dev/null` in #(
11526 *posix*) :
11527 set -o posix ;; #(
11528 *) :
11529 ;;
11530esac
c28c63d8
JB
11531fi
11532
81ecdfbb
RW
11533
11534as_nl='
11535'
11536export as_nl
11537# Printing a long string crashes Solaris 7 /usr/bin/printf.
11538as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11539as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11540as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11541# Prefer a ksh shell builtin over an external printf program on Solaris,
11542# but without wasting forks for bash or zsh.
11543if test -z "$BASH_VERSION$ZSH_VERSION" \
11544 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11545 as_echo='print -r --'
11546 as_echo_n='print -rn --'
11547elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11548 as_echo='printf %s\n'
11549 as_echo_n='printf %s'
11550else
11551 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11552 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11553 as_echo_n='/usr/ucb/echo -n'
11554 else
11555 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11556 as_echo_n_body='eval
11557 arg=$1;
11558 case $arg in #(
11559 *"$as_nl"*)
11560 expr "X$arg" : "X\\(.*\\)$as_nl";
11561 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11562 esac;
11563 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11564 '
11565 export as_echo_n_body
11566 as_echo_n='sh -c $as_echo_n_body as_echo'
11567 fi
11568 export as_echo_body
11569 as_echo='sh -c $as_echo_body as_echo'
11570fi
11571
11572# The user is always right.
11573if test "${PATH_SEPARATOR+set}" != set; then
11574 PATH_SEPARATOR=:
11575 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11576 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11577 PATH_SEPARATOR=';'
11578 }
d6416cdc 11579fi
c28c63d8
JB
11580
11581
81ecdfbb
RW
11582# IFS
11583# We need space, tab and new line, in precisely that order. Quoting is
11584# there to prevent editors from complaining about space-tab.
11585# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11586# splitting by setting IFS to empty value.)
11587IFS=" "" $as_nl"
11588
11589# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11590as_myself=
81ecdfbb
RW
11591case $0 in #((
11592 *[\\/]* ) as_myself=$0 ;;
11593 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11594for as_dir in $PATH
11595do
11596 IFS=$as_save_IFS
11597 test -z "$as_dir" && as_dir=.
11598 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11599 done
11600IFS=$as_save_IFS
11601
11602 ;;
11603esac
11604# We did not find ourselves, most probably we were run as `sh COMMAND'
11605# in which case we are not to be found in the path.
11606if test "x$as_myself" = x; then
11607 as_myself=$0
11608fi
11609if test ! -f "$as_myself"; then
11610 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11611 exit 1
11612fi
11613
11614# Unset variables that we do not need and which cause bugs (e.g. in
11615# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11616# suppresses any "Segmentation fault" message there. '((' could
11617# trigger a bug in pdksh 5.2.14.
11618for as_var in BASH_ENV ENV MAIL MAILPATH
11619do eval test x\${$as_var+set} = xset \
11620 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11621done
d6416cdc
RW
11622PS1='$ '
11623PS2='> '
11624PS4='+ '
c28c63d8 11625
d6416cdc 11626# NLS nuisances.
81ecdfbb
RW
11627LC_ALL=C
11628export LC_ALL
11629LANGUAGE=C
11630export LANGUAGE
11631
11632# CDPATH.
11633(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11634
11635
d0ac1c44
SM
11636# as_fn_error STATUS ERROR [LINENO LOG_FD]
11637# ----------------------------------------
81ecdfbb
RW
11638# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11639# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11640# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11641as_fn_error ()
11642{
d0ac1c44
SM
11643 as_status=$1; test $as_status -eq 0 && as_status=1
11644 if test "$4"; then
11645 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11646 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c28c63d8 11647 fi
d0ac1c44 11648 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11649 as_fn_exit $as_status
11650} # as_fn_error
11651
11652
11653# as_fn_set_status STATUS
11654# -----------------------
11655# Set $? to STATUS, without forking.
11656as_fn_set_status ()
11657{
11658 return $1
11659} # as_fn_set_status
11660
11661# as_fn_exit STATUS
11662# -----------------
11663# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11664as_fn_exit ()
11665{
11666 set +e
11667 as_fn_set_status $1
11668 exit $1
11669} # as_fn_exit
11670
11671# as_fn_unset VAR
11672# ---------------
11673# Portably unset VAR.
11674as_fn_unset ()
11675{
11676 { eval $1=; unset $1;}
11677}
11678as_unset=as_fn_unset
11679# as_fn_append VAR VALUE
11680# ----------------------
11681# Append the text in VALUE to the end of the definition contained in VAR. Take
11682# advantage of any shell optimizations that allow amortized linear growth over
11683# repeated appends, instead of the typical quadratic growth present in naive
11684# implementations.
11685if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11686 eval 'as_fn_append ()
11687 {
11688 eval $1+=\$2
11689 }'
11690else
11691 as_fn_append ()
11692 {
11693 eval $1=\$$1\$2
11694 }
11695fi # as_fn_append
11696
11697# as_fn_arith ARG...
11698# ------------------
11699# Perform arithmetic evaluation on the ARGs, and store the result in the
11700# global $as_val. Take advantage of shells that can avoid forks. The arguments
11701# must be portable across $(()) and expr.
11702if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11703 eval 'as_fn_arith ()
11704 {
11705 as_val=$(( $* ))
11706 }'
11707else
11708 as_fn_arith ()
11709 {
11710 as_val=`expr "$@" || test $? -eq 1`
11711 }
11712fi # as_fn_arith
c28c63d8 11713
81ecdfbb
RW
11714
11715if expr a : '\(a\)' >/dev/null 2>&1 &&
11716 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
11717 as_expr=expr
11718else
11719 as_expr=false
11720fi
11721
81ecdfbb 11722if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
11723 as_basename=basename
11724else
11725 as_basename=false
11726fi
11727
81ecdfbb
RW
11728if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11729 as_dirname=dirname
11730else
11731 as_dirname=false
11732fi
c28c63d8 11733
81ecdfbb 11734as_me=`$as_basename -- "$0" ||
c28c63d8
JB
11735$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11736 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11737 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11738$as_echo X/"$0" |
11739 sed '/^.*\/\([^/][^/]*\)\/*$/{
11740 s//\1/
11741 q
11742 }
11743 /^X\/\(\/\/\)$/{
11744 s//\1/
11745 q
11746 }
11747 /^X\/\(\/\).*/{
11748 s//\1/
11749 q
11750 }
11751 s/.*/./; q'`
c28c63d8 11752
d6416cdc
RW
11753# Avoid depending upon Character Ranges.
11754as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11755as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11756as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11757as_cr_digits='0123456789'
11758as_cr_alnum=$as_cr_Letters$as_cr_digits
11759
81ecdfbb
RW
11760ECHO_C= ECHO_N= ECHO_T=
11761case `echo -n x` in #(((((
11762-n*)
11763 case `echo 'xy\c'` in
11764 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11765 xy) ECHO_C='\c';;
11766 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11767 ECHO_T=' ';;
11768 esac;;
11769*)
11770 ECHO_N='-n';;
c28c63d8 11771esac
d6416cdc 11772
81ecdfbb
RW
11773rm -f conf$$ conf$$.exe conf$$.file
11774if test -d conf$$.dir; then
11775 rm -f conf$$.dir/conf$$.file
c28c63d8 11776else
81ecdfbb
RW
11777 rm -f conf$$.dir
11778 mkdir conf$$.dir 2>/dev/null
c28c63d8 11779fi
81ecdfbb
RW
11780if (echo >conf$$.file) 2>/dev/null; then
11781 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 11782 as_ln_s='ln -s'
81ecdfbb
RW
11783 # ... but there are two gotchas:
11784 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11785 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11786 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11787 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11788 as_ln_s='cp -pR'
81ecdfbb
RW
11789 elif ln conf$$.file conf$$ 2>/dev/null; then
11790 as_ln_s=ln
11791 else
d0ac1c44 11792 as_ln_s='cp -pR'
c28c63d8
JB
11793 fi
11794else
d0ac1c44 11795 as_ln_s='cp -pR'
c28c63d8 11796fi
81ecdfbb
RW
11797rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11798rmdir conf$$.dir 2>/dev/null
11799
11800
11801# as_fn_mkdir_p
11802# -------------
11803# Create "$as_dir" as a directory, including parents if necessary.
11804as_fn_mkdir_p ()
11805{
11806
11807 case $as_dir in #(
11808 -*) as_dir=./$as_dir;;
11809 esac
11810 test -d "$as_dir" || eval $as_mkdir_p || {
11811 as_dirs=
11812 while :; do
11813 case $as_dir in #(
11814 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11815 *) as_qdir=$as_dir;;
11816 esac
11817 as_dirs="'$as_qdir' $as_dirs"
11818 as_dir=`$as_dirname -- "$as_dir" ||
11819$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11820 X"$as_dir" : 'X\(//\)[^/]' \| \
11821 X"$as_dir" : 'X\(//\)$' \| \
11822 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11823$as_echo X"$as_dir" |
11824 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11825 s//\1/
11826 q
11827 }
11828 /^X\(\/\/\)[^/].*/{
11829 s//\1/
11830 q
11831 }
11832 /^X\(\/\/\)$/{
11833 s//\1/
11834 q
11835 }
11836 /^X\(\/\).*/{
11837 s//\1/
11838 q
11839 }
11840 s/.*/./; q'`
11841 test -d "$as_dir" && break
11842 done
11843 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11844 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c28c63d8 11845
81ecdfbb
RW
11846
11847} # as_fn_mkdir_p
c28c63d8 11848if mkdir -p . 2>/dev/null; then
81ecdfbb 11849 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
11850else
11851 test -d ./-p && rmdir ./-p
11852 as_mkdir_p=false
11853fi
11854
d0ac1c44
SM
11855
11856# as_fn_executable_p FILE
11857# -----------------------
11858# Test if FILE is an executable regular file.
11859as_fn_executable_p ()
11860{
11861 test -f "$1" && test -x "$1"
11862} # as_fn_executable_p
11863as_test_x='test -x'
11864as_executable_p=as_fn_executable_p
c28c63d8
JB
11865
11866# Sed expression to map a string onto a valid CPP name.
11867as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11868
11869# Sed expression to map a string onto a valid variable name.
11870as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11871
11872
11873exec 6>&1
81ecdfbb
RW
11874## ----------------------------------- ##
11875## Main body of $CONFIG_STATUS script. ##
11876## ----------------------------------- ##
11877_ASEOF
11878test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11879
11880cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11881# Save the log message, to keep $0 and so on meaningful, and to
c28c63d8 11882# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11883# values after options handling.
11884ac_log="
c28c63d8 11885This file was extended by $as_me, which was
d0ac1c44 11886generated by GNU Autoconf 2.69. Invocation command line was
c28c63d8
JB
11887
11888 CONFIG_FILES = $CONFIG_FILES
11889 CONFIG_HEADERS = $CONFIG_HEADERS
11890 CONFIG_LINKS = $CONFIG_LINKS
11891 CONFIG_COMMANDS = $CONFIG_COMMANDS
11892 $ $0 $@
11893
81ecdfbb
RW
11894on `(hostname || uname -n) 2>/dev/null | sed 1q`
11895"
11896
c28c63d8
JB
11897_ACEOF
11898
81ecdfbb
RW
11899case $ac_config_files in *"
11900"*) set x $ac_config_files; shift; ac_config_files=$*;;
11901esac
c28c63d8 11902
c28c63d8
JB
11903
11904
81ecdfbb
RW
11905cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11906# Files that config.status was made for.
11907config_files="$ac_config_files"
81ecdfbb 11908config_commands="$ac_config_commands"
c28c63d8 11909
81ecdfbb 11910_ACEOF
c28c63d8 11911
81ecdfbb 11912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 11913ac_cs_usage="\
81ecdfbb
RW
11914\`$as_me' instantiates files and other configuration actions
11915from templates according to the current configuration. Unless the files
11916and actions are specified as TAGs, all are instantiated by default.
c28c63d8 11917
81ecdfbb 11918Usage: $0 [OPTION]... [TAG]...
c28c63d8
JB
11919
11920 -h, --help print this help, then exit
81ecdfbb 11921 -V, --version print version number and configuration settings, then exit
d0ac1c44 11922 --config print configuration, then exit
81ecdfbb
RW
11923 -q, --quiet, --silent
11924 do not print progress messages
c28c63d8
JB
11925 -d, --debug don't remove temporary files
11926 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11927 --file=FILE[:TEMPLATE]
11928 instantiate the configuration file FILE
c28c63d8
JB
11929
11930Configuration files:
11931$config_files
11932
c28c63d8
JB
11933Configuration commands:
11934$config_commands
11935
81ecdfbb 11936Report bugs to the package provider."
d6416cdc 11937
81ecdfbb
RW
11938_ACEOF
11939cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 11940ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
c28c63d8
JB
11941ac_cs_version="\\
11942config.status
d0ac1c44
SM
11943configured by $0, generated by GNU Autoconf 2.69,
11944 with options \\"\$ac_cs_config\\"
c28c63d8 11945
d0ac1c44 11946Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
11947This config.status script is free software; the Free Software Foundation
11948gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
11949
11950ac_pwd='$ac_pwd'
11951srcdir='$srcdir'
11952INSTALL='$INSTALL'
6bb11ab3 11953AWK='$AWK'
81ecdfbb 11954test -n "\$AWK" || AWK=awk
c28c63d8
JB
11955_ACEOF
11956
81ecdfbb
RW
11957cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11958# The default lists apply if the user does not specify any file.
c28c63d8
JB
11959ac_need_defaults=:
11960while test $# != 0
11961do
11962 case $1 in
d0ac1c44 11963 --*=?*)
81ecdfbb
RW
11964 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11965 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c28c63d8
JB
11966 ac_shift=:
11967 ;;
d0ac1c44
SM
11968 --*=)
11969 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11970 ac_optarg=
11971 ac_shift=:
11972 ;;
81ecdfbb 11973 *)
c28c63d8
JB
11974 ac_option=$1
11975 ac_optarg=$2
11976 ac_shift=shift
11977 ;;
11978 esac
11979
11980 case $ac_option in
11981 # Handling of the options.
11982 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11983 ac_cs_recheck=: ;;
81ecdfbb
RW
11984 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11985 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
11986 --config | --confi | --conf | --con | --co | --c )
11987 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 11988 --debug | --debu | --deb | --de | --d | -d )
c28c63d8
JB
11989 debug=: ;;
11990 --file | --fil | --fi | --f )
11991 $ac_shift
81ecdfbb
RW
11992 case $ac_optarg in
11993 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 11994 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
11995 esac
11996 as_fn_append CONFIG_FILES " '$ac_optarg'"
c28c63d8 11997 ac_need_defaults=false;;
52d37d2c 11998 --he | --h | --help | --hel | -h )
81ecdfbb 11999 $as_echo "$ac_cs_usage"; exit ;;
c28c63d8
JB
12000 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12001 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12002 ac_cs_silent=: ;;
12003
12004 # This is an error.
d0ac1c44 12005 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12006Try \`$0 --help' for more information." ;;
c28c63d8 12007
81ecdfbb
RW
12008 *) as_fn_append ac_config_targets " $1"
12009 ac_need_defaults=false ;;
c28c63d8
JB
12010
12011 esac
12012 shift
12013done
12014
12015ac_configure_extra_args=
12016
12017if $ac_cs_silent; then
12018 exec 6>/dev/null
12019 ac_configure_extra_args="$ac_configure_extra_args --silent"
12020fi
12021
12022_ACEOF
81ecdfbb 12023cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c28c63d8 12024if \$ac_cs_recheck; then
d0ac1c44 12025 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12026 shift
12027 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12028 CONFIG_SHELL='$SHELL'
12029 export CONFIG_SHELL
12030 exec "\$@"
c28c63d8
JB
12031fi
12032
12033_ACEOF
81ecdfbb
RW
12034cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12035exec 5>>config.log
12036{
12037 echo
12038 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12039## Running $as_me. ##
12040_ASBOX
12041 $as_echo "$ac_log"
12042} >&5
c28c63d8 12043
81ecdfbb
RW
12044_ACEOF
12045cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12046#
12047# INIT-COMMANDS
12048#
12049ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12050
6bb11ab3
L
12051
12052# The HP-UX ksh and POSIX shell print the target directory to stdout
12053# if CDPATH is set.
12054(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12055
12056sed_quote_subst='$sed_quote_subst'
12057double_quote_subst='$double_quote_subst'
12058delay_variable_subst='$delay_variable_subst'
12059macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12060macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12061enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12062enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12063pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12064enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12065SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12066ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12067host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12068host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12069host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12070build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12071build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12072build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12073SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12074Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12075GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12076EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12077FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12078LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12079NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12080LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12081max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12082ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12083exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12084lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12085lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12086lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12087reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12088reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12089OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12090deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12091file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12092AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12093AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12094STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12095RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12096old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12097old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12098old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12099lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12100CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12101CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12102compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12103GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12104lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12105lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12106lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12107lt_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"`'
12108objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12109MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12110lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12111lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12112lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12113lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12114lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12115need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12116DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12117NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12118LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12119OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12120OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12121libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12122shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12123extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12124archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12125enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12126export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12127whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12128compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12129old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12130old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12131archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12132archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12133module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12134module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12135with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12136allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12137no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12138hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12139hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12140hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12141hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12142hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12143hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12144hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12145hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12146inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12147link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12148fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12149always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12150export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12151exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12152include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12153prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12154file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12155variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12156need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12157need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12158version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12159runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12160shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12161shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12162libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12163library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12164soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12165install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12166postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12167postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12168finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12169finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12170hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12171sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12172sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12173hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12174enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12175enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12176enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12177old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12178striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12179
12180LTCC='$LTCC'
12181LTCFLAGS='$LTCFLAGS'
12182compiler='$compiler_DEFAULT'
12183
12184# A function that is used when there is no print builtin or printf.
12185func_fallback_echo ()
12186{
12187 eval 'cat <<_LTECHO_EOF
12188\$1
12189_LTECHO_EOF'
12190}
12191
12192# Quote evaled strings.
12193for var in SHELL \
12194ECHO \
12195SED \
12196GREP \
12197EGREP \
12198FGREP \
12199LD \
12200NM \
12201LN_S \
12202lt_SP2NL \
12203lt_NL2SP \
12204reload_flag \
12205OBJDUMP \
12206deplibs_check_method \
12207file_magic_cmd \
12208AR \
12209AR_FLAGS \
12210STRIP \
12211RANLIB \
12212CC \
12213CFLAGS \
12214compiler \
12215lt_cv_sys_global_symbol_pipe \
12216lt_cv_sys_global_symbol_to_cdecl \
12217lt_cv_sys_global_symbol_to_c_name_address \
12218lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12219lt_prog_compiler_no_builtin_flag \
12220lt_prog_compiler_wl \
12221lt_prog_compiler_pic \
12222lt_prog_compiler_static \
12223lt_cv_prog_compiler_c_o \
12224need_locks \
12225DSYMUTIL \
12226NMEDIT \
12227LIPO \
12228OTOOL \
12229OTOOL64 \
12230shrext_cmds \
12231export_dynamic_flag_spec \
12232whole_archive_flag_spec \
12233compiler_needs_object \
12234with_gnu_ld \
12235allow_undefined_flag \
12236no_undefined_flag \
12237hardcode_libdir_flag_spec \
12238hardcode_libdir_flag_spec_ld \
12239hardcode_libdir_separator \
12240fix_srcfile_path \
12241exclude_expsyms \
12242include_expsyms \
12243file_list_spec \
12244variables_saved_for_relink \
12245libname_spec \
12246library_names_spec \
12247soname_spec \
12248install_override_mode \
12249finish_eval \
12250old_striplib \
12251striplib; do
12252 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12253 *[\\\\\\\`\\"\\\$]*)
12254 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12255 ;;
12256 *)
12257 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12258 ;;
12259 esac
12260done
12261
12262# Double-quote double-evaled strings.
12263for var in reload_cmds \
12264old_postinstall_cmds \
12265old_postuninstall_cmds \
12266old_archive_cmds \
12267extract_expsyms_cmds \
12268old_archive_from_new_cmds \
12269old_archive_from_expsyms_cmds \
12270archive_cmds \
12271archive_expsym_cmds \
12272module_cmds \
12273module_expsym_cmds \
12274export_symbols_cmds \
12275prelink_cmds \
12276postinstall_cmds \
12277postuninstall_cmds \
12278finish_cmds \
12279sys_lib_search_path_spec \
12280sys_lib_dlsearch_path_spec; do
12281 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12282 *[\\\\\\\`\\"\\\$]*)
12283 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12284 ;;
12285 *)
12286 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12287 ;;
12288 esac
12289done
12290
12291ac_aux_dir='$ac_aux_dir'
12292xsi_shell='$xsi_shell'
12293lt_shell_append='$lt_shell_append'
12294
12295# See if we are running on zsh, and set the options which allow our
12296# commands through without removal of \ escapes INIT.
12297if test -n "\${ZSH_VERSION+set}" ; then
12298 setopt NO_GLOB_SUBST
12299fi
12300
12301
12302 PACKAGE='$PACKAGE'
12303 VERSION='$VERSION'
12304 TIMESTAMP='$TIMESTAMP'
12305 RM='$RM'
12306 ofile='$ofile'
12307
12308
12309
12310
81ecdfbb 12311_ACEOF
c28c63d8 12312
81ecdfbb 12313cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 12314
81ecdfbb 12315# Handling of arguments.
c28c63d8
JB
12316for ac_config_target in $ac_config_targets
12317do
81ecdfbb 12318 case $ac_config_target in
db2e4d67 12319 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12320 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12321 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12322 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12323 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12324 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12325 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12326
d0ac1c44 12327 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c28c63d8
JB
12328 esac
12329done
12330
81ecdfbb 12331
c28c63d8
JB
12332# If the user did not use the arguments to specify the items to instantiate,
12333# then the envvar interface is used. Set only those that are not.
12334# We use the long form for the default assignment because of an extremely
12335# bizarre bug on SunOS 4.1.3.
12336if $ac_need_defaults; then
12337 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
c28c63d8
JB
12338 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12339fi
12340
12341# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12342# simply because there is no reason against having it here, and in addition,
c28c63d8 12343# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12344# Hook for its removal unless debugging.
12345# Note that there is a small window in which the directory will not be cleaned:
12346# after its creation but before its name has been assigned to `$tmp'.
c28c63d8
JB
12347$debug ||
12348{
d0ac1c44 12349 tmp= ac_tmp=
81ecdfbb 12350 trap 'exit_status=$?
d0ac1c44
SM
12351 : "${ac_tmp:=$tmp}"
12352 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12353' 0
12354 trap 'as_fn_exit 1' 1 2 13 15
c28c63d8
JB
12355}
12356# Create a (secure) tmp directory for tmp files.
12357
12358{
81ecdfbb 12359 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12360 test -d "$tmp"
c28c63d8
JB
12361} ||
12362{
81ecdfbb
RW
12363 tmp=./conf$$-$RANDOM
12364 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12365} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12366ac_tmp=$tmp
c28c63d8 12367
81ecdfbb
RW
12368# Set up the scripts for CONFIG_FILES section.
12369# No need to generate them if there are no CONFIG_FILES.
12370# This happens for instance with `./config.status config.h'.
12371if test -n "$CONFIG_FILES"; then
c28c63d8 12372
c28c63d8 12373
81ecdfbb
RW
12374ac_cr=`echo X | tr X '\015'`
12375# On cygwin, bash can eat \r inside `` if the user requested igncr.
12376# But we know of no other shell where ac_cr would be empty at this
12377# point, so we can use a bashism as a fallback.
12378if test "x$ac_cr" = x; then
12379 eval ac_cr=\$\'\\r\'
12380fi
12381ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12382if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12383 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12384else
12385 ac_cs_awk_cr=$ac_cr
12386fi
c28c63d8 12387
d0ac1c44 12388echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
d6416cdc 12389_ACEOF
c28c63d8 12390
81ecdfbb
RW
12391
12392{
12393 echo "cat >conf$$subs.awk <<_ACEOF" &&
12394 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12395 echo "_ACEOF"
12396} >conf$$subs.sh ||
d0ac1c44
SM
12397 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12398ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12399ac_delim='%!_!# '
12400for ac_last_try in false false false false false :; do
12401 . ./conf$$subs.sh ||
d0ac1c44 12402 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12403
12404 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12405 if test $ac_delim_n = $ac_delim_num; then
12406 break
12407 elif $ac_last_try; then
d0ac1c44 12408 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12409 else
12410 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 12411 fi
81ecdfbb
RW
12412done
12413rm -f conf$$subs.sh
c28c63d8 12414
81ecdfbb 12415cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12416cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
c28c63d8 12417_ACEOF
81ecdfbb
RW
12418sed -n '
12419h
12420s/^/S["/; s/!.*/"]=/
12421p
12422g
12423s/^[^!]*!//
12424:repl
12425t repl
12426s/'"$ac_delim"'$//
12427t delim
12428:nl
12429h
d0ac1c44 12430s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12431t more1
12432s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12433p
12434n
12435b repl
12436:more1
12437s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12438p
12439g
12440s/.\{148\}//
12441t nl
12442:delim
12443h
d0ac1c44 12444s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12445t more2
12446s/["\\]/\\&/g; s/^/"/; s/$/"/
12447p
12448b
12449:more2
12450s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12451p
12452g
12453s/.\{148\}//
12454t delim
12455' <conf$$subs.awk | sed '
12456/^[^""]/{
12457 N
12458 s/\n//
12459}
12460' >>$CONFIG_STATUS || ac_write_fail=1
12461rm -f conf$$subs.awk
12462cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12463_ACAWK
d0ac1c44 12464cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12465 for (key in S) S_is_set[key] = 1
12466 FS = "\a"
c28c63d8 12467
81ecdfbb
RW
12468}
12469{
12470 line = $ 0
12471 nfields = split(line, field, "@")
12472 substed = 0
12473 len = length(field[1])
12474 for (i = 2; i < nfields; i++) {
12475 key = field[i]
12476 keylen = length(key)
12477 if (S_is_set[key]) {
12478 value = S[key]
12479 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12480 len += length(value) + length(field[++i])
12481 substed = 1
12482 } else
12483 len += 1 + keylen
12484 }
12485
12486 print line
12487}
c28c63d8 12488
81ecdfbb
RW
12489_ACAWK
12490_ACEOF
12491cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12492if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12493 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d6416cdc 12494else
81ecdfbb 12495 cat
d0ac1c44
SM
12496fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12497 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12498_ACEOF
c28c63d8 12499
d0ac1c44
SM
12500# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12501# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12502# trailing colons and then remove the whole line if VPATH becomes empty
12503# (actually we leave an empty line to preserve line numbers).
12504if test "x$srcdir" = x.; then
d0ac1c44
SM
12505 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12506h
12507s///
12508s/^/:/
12509s/[ ]*$/:/
12510s/:\$(srcdir):/:/g
12511s/:\${srcdir}:/:/g
12512s/:@srcdir@:/:/g
12513s/^:*//
81ecdfbb 12514s/:*$//
d0ac1c44
SM
12515x
12516s/\(=[ ]*\).*/\1/
12517G
12518s/\n//
81ecdfbb
RW
12519s/^[^=]*=[ ]*$//
12520}'
12521fi
c28c63d8 12522
81ecdfbb
RW
12523cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12524fi # test -n "$CONFIG_FILES"
c28c63d8 12525
81ecdfbb 12526
52d37d2c 12527eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12528shift
12529for ac_tag
12530do
12531 case $ac_tag in
12532 :[FHLC]) ac_mode=$ac_tag; continue;;
12533 esac
12534 case $ac_mode$ac_tag in
12535 :[FHL]*:*);;
d0ac1c44 12536 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12537 :[FH]-) ac_tag=-:-;;
12538 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c28c63d8 12539 esac
81ecdfbb
RW
12540 ac_save_IFS=$IFS
12541 IFS=:
12542 set x $ac_tag
12543 IFS=$ac_save_IFS
12544 shift
12545 ac_file=$1
12546 shift
c28c63d8 12547
81ecdfbb
RW
12548 case $ac_mode in
12549 :L) ac_source=$1;;
12550 :[FH])
12551 ac_file_inputs=
12552 for ac_f
12553 do
12554 case $ac_f in
d0ac1c44 12555 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12556 *) # Look for the file first in the build tree, then in the source tree
12557 # (if the path is not absolute). The absolute path cannot be DOS-style,
12558 # because $ac_f cannot contain `:'.
12559 test -f "$ac_f" ||
12560 case $ac_f in
12561 [\\/$]*) false;;
12562 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12563 esac ||
d0ac1c44 12564 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
c28c63d8 12565 esac
81ecdfbb
RW
12566 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12567 as_fn_append ac_file_inputs " '$ac_f'"
12568 done
c28c63d8 12569
81ecdfbb
RW
12570 # Let's still pretend it is `configure' which instantiates (i.e., don't
12571 # use $as_me), people would be surprised to read:
12572 # /* config.h. Generated by config.status. */
12573 configure_input='Generated from '`
12574 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12575 `' by configure.'
12576 if test x"$ac_file" != x-; then
12577 configure_input="$ac_file. $configure_input"
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12579$as_echo "$as_me: creating $ac_file" >&6;}
12580 fi
12581 # Neutralize special characters interpreted by sed in replacement strings.
12582 case $configure_input in #(
12583 *\&* | *\|* | *\\* )
12584 ac_sed_conf_input=`$as_echo "$configure_input" |
12585 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12586 *) ac_sed_conf_input=$configure_input;;
12587 esac
c28c63d8 12588
81ecdfbb 12589 case $ac_tag in
d0ac1c44
SM
12590 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12591 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12592 esac
12593 ;;
12594 esac
c28c63d8 12595
81ecdfbb 12596 ac_dir=`$as_dirname -- "$ac_file" ||
c28c63d8
JB
12597$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12598 X"$ac_file" : 'X\(//\)[^/]' \| \
12599 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12600 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12601$as_echo X"$ac_file" |
12602 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12603 s//\1/
12604 q
12605 }
12606 /^X\(\/\/\)[^/].*/{
12607 s//\1/
12608 q
12609 }
12610 /^X\(\/\/\)$/{
12611 s//\1/
12612 q
12613 }
12614 /^X\(\/\).*/{
12615 s//\1/
12616 q
12617 }
12618 s/.*/./; q'`
12619 as_dir="$ac_dir"; as_fn_mkdir_p
c28c63d8
JB
12620 ac_builddir=.
12621
81ecdfbb
RW
12622case "$ac_dir" in
12623.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12624*)
12625 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12626 # A ".." for each directory in $ac_dir_suffix.
12627 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12628 case $ac_top_builddir_sub in
12629 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12630 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12631 esac ;;
12632esac
12633ac_abs_top_builddir=$ac_pwd
12634ac_abs_builddir=$ac_pwd$ac_dir_suffix
12635# for backward compatibility:
12636ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
12637
12638case $srcdir in
81ecdfbb 12639 .) # We are building in place.
c28c63d8 12640 ac_srcdir=.
81ecdfbb
RW
12641 ac_top_srcdir=$ac_top_builddir_sub
12642 ac_abs_top_srcdir=$ac_pwd ;;
12643 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 12644 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12645 ac_top_srcdir=$srcdir
12646 ac_abs_top_srcdir=$srcdir ;;
12647 *) # Relative name.
12648 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12649 ac_top_srcdir=$ac_top_build_prefix$srcdir
12650 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c28c63d8 12651esac
81ecdfbb 12652ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c28c63d8
JB
12653
12654
81ecdfbb
RW
12655 case $ac_mode in
12656 :F)
12657 #
12658 # CONFIG_FILE
12659 #
c28c63d8 12660
81ecdfbb
RW
12661 case $INSTALL in
12662 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12663 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c28c63d8 12664 esac
81ecdfbb 12665_ACEOF
c28c63d8 12666
81ecdfbb
RW
12667cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12668# If the template does not know about datarootdir, expand it.
12669# FIXME: This hack should be removed a few years after 2.60.
12670ac_datarootdir_hack=; ac_datarootdir_seen=
12671ac_sed_dataroot='
12672/datarootdir/ {
12673 p
12674 q
12675}
12676/@datadir@/p
12677/@docdir@/p
12678/@infodir@/p
12679/@localedir@/p
12680/@mandir@/p'
12681case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12682*datarootdir*) ac_datarootdir_seen=yes;;
12683*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12685$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12686_ACEOF
12687cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12688 ac_datarootdir_hack='
12689 s&@datadir@&$datadir&g
12690 s&@docdir@&$docdir&g
12691 s&@infodir@&$infodir&g
12692 s&@localedir@&$localedir&g
12693 s&@mandir@&$mandir&g
12694 s&\\\${datarootdir}&$datarootdir&g' ;;
12695esac
d6416cdc 12696_ACEOF
c28c63d8 12697
81ecdfbb
RW
12698# Neutralize VPATH when `$srcdir' = `.'.
12699# Shell code in configure.ac might set extrasub.
12700# FIXME: do we really want to maintain this feature?
12701cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12702ac_sed_extra="$ac_vpsub
12703$extrasub
12704_ACEOF
12705cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12706:t
12707/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12708s|@configure_input@|$ac_sed_conf_input|;t t
12709s&@top_builddir@&$ac_top_builddir_sub&;t t
12710s&@top_build_prefix@&$ac_top_build_prefix&;t t
12711s&@srcdir@&$ac_srcdir&;t t
12712s&@abs_srcdir@&$ac_abs_srcdir&;t t
12713s&@top_srcdir@&$ac_top_srcdir&;t t
12714s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12715s&@builddir@&$ac_builddir&;t t
12716s&@abs_builddir@&$ac_abs_builddir&;t t
12717s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12718s&@INSTALL@&$ac_INSTALL&;t t
12719$ac_datarootdir_hack
12720"
d0ac1c44
SM
12721eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12722 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12723
12724test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12725 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12726 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12727 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12729which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12730$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12731which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12732
d0ac1c44 12733 rm -f "$ac_tmp/stdin"
81ecdfbb 12734 case $ac_file in
d0ac1c44
SM
12735 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12736 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12737 esac \
d0ac1c44 12738 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12739 ;;
52d37d2c 12740
c28c63d8 12741
81ecdfbb
RW
12742 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12743$as_echo "$as_me: executing $ac_file commands" >&6;}
12744 ;;
12745 esac
c28c63d8
JB
12746
12747
81ecdfbb 12748 case $ac_file$ac_mode in
db2e4d67 12749 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12750 "libtool":C)
12751
12752 # See if we are running on zsh, and set the options which allow our
12753 # commands through without removal of \ escapes.
12754 if test -n "${ZSH_VERSION+set}" ; then
12755 setopt NO_GLOB_SUBST
12756 fi
12757
12758 cfgfile="${ofile}T"
12759 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12760 $RM "$cfgfile"
12761
12762 cat <<_LT_EOF >> "$cfgfile"
12763#! $SHELL
12764
12765# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12766# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12767# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12768# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12769#
12770# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12771# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12772# Written by Gordon Matzigkeit, 1996
12773#
12774# This file is part of GNU Libtool.
12775#
12776# GNU Libtool is free software; you can redistribute it and/or
12777# modify it under the terms of the GNU General Public License as
12778# published by the Free Software Foundation; either version 2 of
12779# the License, or (at your option) any later version.
12780#
12781# As a special exception to the GNU General Public License,
12782# if you distribute this file as part of a program or library that
12783# is built using GNU Libtool, you may include this file under the
12784# same distribution terms that you use for the rest of that program.
12785#
12786# GNU Libtool is distributed in the hope that it will be useful,
12787# but WITHOUT ANY WARRANTY; without even the implied warranty of
12788# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12789# GNU General Public License for more details.
12790#
12791# You should have received a copy of the GNU General Public License
12792# along with GNU Libtool; see the file COPYING. If not, a copy
12793# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12794# obtained by writing to the Free Software Foundation, Inc.,
12795# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12796
12797
12798# The names of the tagged configurations supported by this script.
12799available_tags=""
12800
12801# ### BEGIN LIBTOOL CONFIG
12802
12803# Which release of libtool.m4 was used?
12804macro_version=$macro_version
12805macro_revision=$macro_revision
12806
12807# Whether or not to build shared libraries.
12808build_libtool_libs=$enable_shared
12809
12810# Whether or not to build static libraries.
12811build_old_libs=$enable_static
12812
12813# What type of objects to build.
12814pic_mode=$pic_mode
12815
12816# Whether or not to optimize for fast installation.
12817fast_install=$enable_fast_install
12818
12819# Shell to use when invoking shell scripts.
12820SHELL=$lt_SHELL
12821
12822# An echo program that protects backslashes.
12823ECHO=$lt_ECHO
12824
12825# The host system.
12826host_alias=$host_alias
12827host=$host
12828host_os=$host_os
12829
12830# The build system.
12831build_alias=$build_alias
12832build=$build
12833build_os=$build_os
12834
12835# A sed program that does not truncate output.
12836SED=$lt_SED
12837
12838# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12839Xsed="\$SED -e 1s/^X//"
12840
12841# A grep program that handles long lines.
12842GREP=$lt_GREP
12843
12844# An ERE matcher.
12845EGREP=$lt_EGREP
12846
12847# A literal string matcher.
12848FGREP=$lt_FGREP
12849
12850# A BSD- or MS-compatible name lister.
12851NM=$lt_NM
12852
12853# Whether we need soft or hard links.
12854LN_S=$lt_LN_S
12855
12856# What is the maximum length of a command?
12857max_cmd_len=$max_cmd_len
12858
12859# Object file suffix (normally "o").
12860objext=$ac_objext
12861
12862# Executable file suffix (normally "").
12863exeext=$exeext
12864
12865# whether the shell understands "unset".
12866lt_unset=$lt_unset
12867
12868# turn spaces into newlines.
12869SP2NL=$lt_lt_SP2NL
12870
12871# turn newlines into spaces.
12872NL2SP=$lt_lt_NL2SP
12873
12874# An object symbol dumper.
12875OBJDUMP=$lt_OBJDUMP
12876
12877# Method to check whether dependent libraries are shared objects.
12878deplibs_check_method=$lt_deplibs_check_method
12879
12880# Command to use when deplibs_check_method == "file_magic".
12881file_magic_cmd=$lt_file_magic_cmd
12882
12883# The archiver.
12884AR=$lt_AR
12885AR_FLAGS=$lt_AR_FLAGS
12886
12887# A symbol stripping program.
12888STRIP=$lt_STRIP
12889
12890# Commands used to install an old-style archive.
12891RANLIB=$lt_RANLIB
12892old_postinstall_cmds=$lt_old_postinstall_cmds
12893old_postuninstall_cmds=$lt_old_postuninstall_cmds
12894
12895# Whether to use a lock for old archive extraction.
12896lock_old_archive_extraction=$lock_old_archive_extraction
12897
12898# A C compiler.
12899LTCC=$lt_CC
12900
12901# LTCC compiler flags.
12902LTCFLAGS=$lt_CFLAGS
12903
12904# Take the output of nm and produce a listing of raw symbols and C names.
12905global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12906
12907# Transform the output of nm in a proper C declaration.
12908global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12909
12910# Transform the output of nm in a C name address pair.
12911global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12912
12913# Transform the output of nm in a C name address pair when lib prefix is needed.
12914global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12915
12916# The name of the directory that contains temporary libtool files.
12917objdir=$objdir
12918
12919# Used to examine libraries when file_magic_cmd begins with "file".
12920MAGIC_CMD=$MAGIC_CMD
12921
12922# Must we lock files when doing compilation?
12923need_locks=$lt_need_locks
12924
12925# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12926DSYMUTIL=$lt_DSYMUTIL
12927
12928# Tool to change global to local symbols on Mac OS X.
12929NMEDIT=$lt_NMEDIT
12930
12931# Tool to manipulate fat objects and archives on Mac OS X.
12932LIPO=$lt_LIPO
12933
12934# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12935OTOOL=$lt_OTOOL
12936
12937# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12938OTOOL64=$lt_OTOOL64
12939
12940# Old archive suffix (normally "a").
12941libext=$libext
12942
12943# Shared library suffix (normally ".so").
12944shrext_cmds=$lt_shrext_cmds
12945
12946# The commands to extract the exported symbol list from a shared archive.
12947extract_expsyms_cmds=$lt_extract_expsyms_cmds
12948
12949# Variables whose values should be saved in libtool wrapper scripts and
12950# restored at link time.
12951variables_saved_for_relink=$lt_variables_saved_for_relink
12952
12953# Do we need the "lib" prefix for modules?
12954need_lib_prefix=$need_lib_prefix
12955
12956# Do we need a version for libraries?
12957need_version=$need_version
12958
12959# Library versioning type.
12960version_type=$version_type
12961
12962# Shared library runtime path variable.
12963runpath_var=$runpath_var
12964
12965# Shared library path variable.
12966shlibpath_var=$shlibpath_var
12967
12968# Is shlibpath searched before the hard-coded library search path?
12969shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12970
12971# Format of library name prefix.
12972libname_spec=$lt_libname_spec
12973
12974# List of archive names. First name is the real one, the rest are links.
12975# The last name is the one that the linker finds with -lNAME
12976library_names_spec=$lt_library_names_spec
12977
12978# The coded name of the library, if different from the real name.
12979soname_spec=$lt_soname_spec
12980
12981# Permission mode override for installation of shared libraries.
12982install_override_mode=$lt_install_override_mode
12983
12984# Command to use after installation of a shared archive.
12985postinstall_cmds=$lt_postinstall_cmds
12986
12987# Command to use after uninstallation of a shared archive.
12988postuninstall_cmds=$lt_postuninstall_cmds
12989
12990# Commands used to finish a libtool library installation in a directory.
12991finish_cmds=$lt_finish_cmds
12992
12993# As "finish_cmds", except a single script fragment to be evaled but
12994# not shown.
12995finish_eval=$lt_finish_eval
12996
12997# Whether we should hardcode library paths into libraries.
12998hardcode_into_libs=$hardcode_into_libs
12999
13000# Compile-time system search path for libraries.
13001sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13002
13003# Run-time system search path for libraries.
13004sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13005
13006# Whether dlopen is supported.
13007dlopen_support=$enable_dlopen
13008
13009# Whether dlopen of programs is supported.
13010dlopen_self=$enable_dlopen_self
13011
13012# Whether dlopen of statically linked programs is supported.
13013dlopen_self_static=$enable_dlopen_self_static
13014
13015# Commands to strip libraries.
13016old_striplib=$lt_old_striplib
13017striplib=$lt_striplib
13018
13019
13020# The linker used to build libraries.
13021LD=$lt_LD
13022
13023# How to create reloadable object files.
13024reload_flag=$lt_reload_flag
13025reload_cmds=$lt_reload_cmds
13026
13027# Commands used to build an old-style archive.
13028old_archive_cmds=$lt_old_archive_cmds
13029
13030# A language specific compiler.
13031CC=$lt_compiler
13032
13033# Is the compiler the GNU compiler?
13034with_gcc=$GCC
13035
13036# Compiler flag to turn off builtin functions.
13037no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13038
13039# How to pass a linker flag through the compiler.
13040wl=$lt_lt_prog_compiler_wl
13041
13042# Additional compiler flags for building library objects.
13043pic_flag=$lt_lt_prog_compiler_pic
13044
13045# Compiler flag to prevent dynamic linking.
13046link_static_flag=$lt_lt_prog_compiler_static
13047
13048# Does compiler simultaneously support -c and -o options?
13049compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13050
13051# Whether or not to add -lc for building shared libraries.
13052build_libtool_need_lc=$archive_cmds_need_lc
13053
13054# Whether or not to disallow shared libs when runtime libs are static.
13055allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13056
13057# Compiler flag to allow reflexive dlopens.
13058export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13059
13060# Compiler flag to generate shared objects directly from archives.
13061whole_archive_flag_spec=$lt_whole_archive_flag_spec
13062
13063# Whether the compiler copes with passing no objects directly.
13064compiler_needs_object=$lt_compiler_needs_object
13065
13066# Create an old-style archive from a shared archive.
13067old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13068
13069# Create a temporary old-style archive to link instead of a shared archive.
13070old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13071
13072# Commands used to build a shared archive.
13073archive_cmds=$lt_archive_cmds
13074archive_expsym_cmds=$lt_archive_expsym_cmds
13075
13076# Commands used to build a loadable module if different from building
13077# a shared archive.
13078module_cmds=$lt_module_cmds
13079module_expsym_cmds=$lt_module_expsym_cmds
13080
13081# Whether we are building with GNU ld or not.
13082with_gnu_ld=$lt_with_gnu_ld
13083
13084# Flag that allows shared libraries with undefined symbols to be built.
13085allow_undefined_flag=$lt_allow_undefined_flag
13086
13087# Flag that enforces no undefined symbols.
13088no_undefined_flag=$lt_no_undefined_flag
13089
13090# Flag to hardcode \$libdir into a binary during linking.
13091# This must work even if \$libdir does not exist
13092hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13093
13094# If ld is used when linking, flag to hardcode \$libdir into a binary
13095# during linking. This must work even if \$libdir does not exist.
13096hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13097
13098# Whether we need a single "-rpath" flag with a separated argument.
13099hardcode_libdir_separator=$lt_hardcode_libdir_separator
13100
13101# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13102# DIR into the resulting binary.
13103hardcode_direct=$hardcode_direct
13104
13105# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13106# DIR into the resulting binary and the resulting library dependency is
13107# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13108# library is relocated.
13109hardcode_direct_absolute=$hardcode_direct_absolute
13110
13111# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13112# into the resulting binary.
13113hardcode_minus_L=$hardcode_minus_L
13114
13115# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13116# into the resulting binary.
13117hardcode_shlibpath_var=$hardcode_shlibpath_var
13118
13119# Set to "yes" if building a shared library automatically hardcodes DIR
13120# into the library and all subsequent libraries and executables linked
13121# against it.
13122hardcode_automatic=$hardcode_automatic
13123
13124# Set to yes if linker adds runtime paths of dependent libraries
13125# to runtime path list.
13126inherit_rpath=$inherit_rpath
13127
13128# Whether libtool must link a program against all its dependency libraries.
13129link_all_deplibs=$link_all_deplibs
13130
13131# Fix the shell variable \$srcfile for the compiler.
13132fix_srcfile_path=$lt_fix_srcfile_path
13133
13134# Set to "yes" if exported symbols are required.
13135always_export_symbols=$always_export_symbols
13136
13137# The commands to list exported symbols.
13138export_symbols_cmds=$lt_export_symbols_cmds
13139
13140# Symbols that should not be listed in the preloaded symbols.
13141exclude_expsyms=$lt_exclude_expsyms
13142
13143# Symbols that must always be exported.
13144include_expsyms=$lt_include_expsyms
13145
13146# Commands necessary for linking programs (against libraries) with templates.
13147prelink_cmds=$lt_prelink_cmds
13148
13149# Specify filename containing input files.
13150file_list_spec=$lt_file_list_spec
13151
13152# How to hardcode a shared library path into an executable.
13153hardcode_action=$hardcode_action
13154
13155# ### END LIBTOOL CONFIG
13156
13157_LT_EOF
13158
13159 case $host_os in
13160 aix3*)
13161 cat <<\_LT_EOF >> "$cfgfile"
13162# AIX sometimes has problems with the GCC collect2 program. For some
13163# reason, if we set the COLLECT_NAMES environment variable, the problems
13164# vanish in a puff of smoke.
13165if test "X${COLLECT_NAMES+set}" != Xset; then
13166 COLLECT_NAMES=
13167 export COLLECT_NAMES
13168fi
13169_LT_EOF
13170 ;;
13171 esac
13172
13173
13174ltmain="$ac_aux_dir/ltmain.sh"
13175
13176
13177 # We use sed instead of cat because bash on DJGPP gets confused if
13178 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13179 # text mode, it properly converts lines to CR/LF. This bash problem
13180 # is reportedly fixed, but why not run on old versions too?
13181 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13182 || (rm -f "$cfgfile"; exit 1)
13183
13184 case $xsi_shell in
13185 yes)
13186 cat << \_LT_EOF >> "$cfgfile"
13187
13188# func_dirname file append nondir_replacement
13189# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13190# otherwise set result to NONDIR_REPLACEMENT.
13191func_dirname ()
13192{
13193 case ${1} in
13194 */*) func_dirname_result="${1%/*}${2}" ;;
13195 * ) func_dirname_result="${3}" ;;
13196 esac
13197}
13198
13199# func_basename file
13200func_basename ()
13201{
13202 func_basename_result="${1##*/}"
13203}
13204
13205# func_dirname_and_basename file append nondir_replacement
13206# perform func_basename and func_dirname in a single function
13207# call:
13208# dirname: Compute the dirname of FILE. If nonempty,
13209# add APPEND to the result, otherwise set result
13210# to NONDIR_REPLACEMENT.
13211# value returned in "$func_dirname_result"
13212# basename: Compute filename of FILE.
13213# value retuned in "$func_basename_result"
13214# Implementation must be kept synchronized with func_dirname
13215# and func_basename. For efficiency, we do not delegate to
13216# those functions but instead duplicate the functionality here.
13217func_dirname_and_basename ()
13218{
13219 case ${1} in
13220 */*) func_dirname_result="${1%/*}${2}" ;;
13221 * ) func_dirname_result="${3}" ;;
13222 esac
13223 func_basename_result="${1##*/}"
13224}
13225
13226# func_stripname prefix suffix name
13227# strip PREFIX and SUFFIX off of NAME.
13228# PREFIX and SUFFIX must not contain globbing or regex special
13229# characters, hashes, percent signs, but SUFFIX may contain a leading
13230# dot (in which case that matches only a dot).
13231func_stripname ()
13232{
13233 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13234 # positional parameters, so assign one to ordinary parameter first.
13235 func_stripname_result=${3}
13236 func_stripname_result=${func_stripname_result#"${1}"}
13237 func_stripname_result=${func_stripname_result%"${2}"}
13238}
13239
13240# func_opt_split
13241func_opt_split ()
13242{
13243 func_opt_split_opt=${1%%=*}
13244 func_opt_split_arg=${1#*=}
13245}
13246
13247# func_lo2o object
13248func_lo2o ()
13249{
13250 case ${1} in
13251 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13252 *) func_lo2o_result=${1} ;;
13253 esac
13254}
13255
13256# func_xform libobj-or-source
13257func_xform ()
13258{
13259 func_xform_result=${1%.*}.lo
13260}
13261
13262# func_arith arithmetic-term...
13263func_arith ()
13264{
13265 func_arith_result=$(( $* ))
13266}
13267
13268# func_len string
13269# STRING may not start with a hyphen.
13270func_len ()
13271{
13272 func_len_result=${#1}
13273}
13274
13275_LT_EOF
13276 ;;
13277 *) # Bourne compatible functions.
13278 cat << \_LT_EOF >> "$cfgfile"
13279
13280# func_dirname file append nondir_replacement
13281# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13282# otherwise set result to NONDIR_REPLACEMENT.
13283func_dirname ()
13284{
13285 # Extract subdirectory from the argument.
13286 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13287 if test "X$func_dirname_result" = "X${1}"; then
13288 func_dirname_result="${3}"
13289 else
13290 func_dirname_result="$func_dirname_result${2}"
13291 fi
13292}
13293
13294# func_basename file
13295func_basename ()
13296{
13297 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13298}
13299
13300
13301# func_stripname prefix suffix name
13302# strip PREFIX and SUFFIX off of NAME.
13303# PREFIX and SUFFIX must not contain globbing or regex special
13304# characters, hashes, percent signs, but SUFFIX may contain a leading
13305# dot (in which case that matches only a dot).
13306# func_strip_suffix prefix name
13307func_stripname ()
13308{
13309 case ${2} in
13310 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13311 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13312 esac
13313}
13314
13315# sed scripts:
13316my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13317my_sed_long_arg='1s/^-[^=]*=//'
13318
13319# func_opt_split
13320func_opt_split ()
13321{
13322 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13323 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13324}
13325
13326# func_lo2o object
13327func_lo2o ()
13328{
13329 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13330}
13331
13332# func_xform libobj-or-source
13333func_xform ()
13334{
13335 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13336}
13337
13338# func_arith arithmetic-term...
13339func_arith ()
13340{
13341 func_arith_result=`expr "$@"`
13342}
13343
13344# func_len string
13345# STRING may not start with a hyphen.
13346func_len ()
13347{
13348 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13349}
13350
13351_LT_EOF
13352esac
13353
13354case $lt_shell_append in
13355 yes)
13356 cat << \_LT_EOF >> "$cfgfile"
13357
13358# func_append var value
13359# Append VALUE to the end of shell variable VAR.
13360func_append ()
13361{
13362 eval "$1+=\$2"
13363}
13364_LT_EOF
13365 ;;
13366 *)
13367 cat << \_LT_EOF >> "$cfgfile"
13368
13369# func_append var value
13370# Append VALUE to the end of shell variable VAR.
13371func_append ()
13372{
13373 eval "$1=\$$1\$2"
13374}
13375
13376_LT_EOF
13377 ;;
13378 esac
13379
13380
13381 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13382 || (rm -f "$cfgfile"; exit 1)
13383
13384 mv -f "$cfgfile" "$ofile" ||
13385 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13386 chmod +x "$ofile"
13387
13388 ;;
81ecdfbb 13389 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
c28c63d8
JB
13390 rm -f Makesim1.tmp Makesim2.tmp Makefile
13391 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13392 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13393 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13394 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13395 <Makefile.sim >Makefile
13396 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13397 ;;
81ecdfbb
RW
13398 "stamp-h":C) echo > stamp-h ;;
13399
c28c63d8 13400 esac
81ecdfbb 13401done # for ac_tag
c28c63d8
JB
13402
13403
81ecdfbb 13404as_fn_exit 0
c28c63d8 13405_ACEOF
c28c63d8
JB
13406ac_clean_files=$ac_clean_files_save
13407
81ecdfbb 13408test $ac_write_fail = 0 ||
d0ac1c44 13409 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13410
c28c63d8
JB
13411
13412# configure is writing to config.log, and then calls config.status.
13413# config.status does its own redirection, appending to config.log.
13414# Unfortunately, on DOS this fails, as config.log is still kept open
13415# by configure, so config.status won't be able to write to it; its
13416# output is simply discarded. So we exec the FD to /dev/null,
13417# effectively closing config.log, so it can be properly (re)opened and
13418# appended to by config.status. When coming back to configure, we
13419# need to make the FD available again.
13420if test "$no_create" != yes; then
13421 ac_cs_success=:
13422 ac_config_status_args=
13423 test "$silent" = yes &&
13424 ac_config_status_args="$ac_config_status_args --quiet"
13425 exec 5>/dev/null
13426 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13427 exec 5>>config.log
13428 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13429 # would make configure fail if this is the last instruction.
d0ac1c44 13430 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13431fi
13432if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13434$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c28c63d8 13435fi
c28c63d8
JB
13436
13437