]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/moxie/configure
sim: move dv-sockser define to CPPFLAGS
[thirdparty/binutils-gdb.git] / sim / moxie / configure
CommitLineData
fdd6fa61
AG
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#
fdd6fa61 8#
fdd6fa61
AG
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## -------------------- ##
fdd6fa61 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 :
fdd6fa61
AG
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
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
fdd6fa61 31fi
fdd6fa61 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 }
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 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."
fdd6fa61 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."
fdd6fa61 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
fdd6fa61 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
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
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'`
fdd6fa61 464
fdd6fa61
AG
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
fdd6fa61 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 |
fdd6fa61 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fdd6fa61 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fdd6fa61 490 t loop
81ecdfbb 491 s/-\n.*//
fdd6fa61 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; }
fdd6fa61 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
fdd6fa61
AG
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"
fdd6fa61
AG
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';;
fdd6fa61
AG
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fdd6fa61 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fdd6fa61 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 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'
fdd6fa61 541 fi
fdd6fa61 542else
d0ac1c44 543 as_ln_s='cp -pR'
fdd6fa61 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fdd6fa61
AG
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fdd6fa61
AG
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fdd6fa61
AG
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fdd6fa61
AG
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fdd6fa61 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fdd6fa61
AG
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fdd6fa61
AG
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fdd6fa61
AG
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
fdd6fa61
AG
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fdd6fa61
AG
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fdd6fa61
AG
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fdd6fa61
AG
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fdd6fa61
AG
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fdd6fa61
AG
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fdd6fa61 623# include <inttypes.h>
fdd6fa61 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fdd6fa61
AG
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
638sim_bitsize
ba307cdd 639sim_alignment
81ecdfbb 640cgen_breaks
6ffe910a 641DTC
81ecdfbb 642MAINT
31e6ad7d
MF
643MAINTAINER_MODE_FALSE
644MAINTAINER_MODE_TRUE
6bb11ab3
L
645lt_cv_dlopen_libs
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
651AWK
652STRIP
653OBJDUMP
654LN_S
655NM
656ac_ct_DUMPBIN
657DUMPBIN
658LD
659FGREP
660SED
661LIBTOOL
662PLUGINS_FALSE
663PLUGINS_TRUE
aadc9410
MF
664zlibinc
665zlibdir
81ecdfbb
RW
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671POSUB
672GMSGFMT
673XGETTEXT
674INCINTL
675LIBINTL_DEP
676LIBINTL
677USE_NLS
db2e4d67
MF
678CCDEPMODE
679DEPDIR
680am__leading_dot
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
c2783492 684LDFLAGS_FOR_BUILD
c25ea03d 685CFLAGS_FOR_BUILD
aa0fca16 686RANLIB_FOR_BUILD
81ecdfbb 687CC_FOR_BUILD
aa0fca16 688AR_FOR_BUILD
81ecdfbb
RW
689INSTALL_DATA
690INSTALL_SCRIPT
691INSTALL_PROGRAM
2232061b
MF
692EGREP
693GREP
c2783492
MF
694CPP
695OBJEXT
696EXEEXT
697ac_ct_CC
698CPPFLAGS
699LDFLAGS
700CFLAGS
701CC
81ecdfbb
RW
702target_os
703target_vendor
704target_cpu
705target
706host_os
707host_vendor
708host_cpu
709host
710build_os
711build_vendor
712build_cpu
713build
81ecdfbb
RW
714target_alias
715host_alias
716build_alias
717LIBS
718ECHO_T
719ECHO_N
720ECHO_C
721DEFS
722mandir
723localedir
724libdir
725psdir
726pdfdir
727dvidir
728htmldir
729infodir
730docdir
731oldincludedir
732includedir
733localstatedir
734sharedstatedir
735sysconfdir
736datadir
737datarootdir
738libexecdir
739sbindir
740bindir
741program_transform_name
742prefix
743exec_prefix
744PACKAGE_URL
745PACKAGE_BUGREPORT
746PACKAGE_STRING
747PACKAGE_VERSION
748PACKAGE_TARNAME
749PACKAGE_NAME
750PATH_SEPARATOR
136da8cd
MF
751SHELL
752WERROR_CFLAGS
753WARN_CFLAGS
136da8cd 754sim_inline
66d055c7
MF
755sim_hw
756sim_hw_objs
757sim_hw_cflags
ba307cdd 758sim_endian'
fdd6fa61 759ac_subst_files=''
81ecdfbb
RW
760ac_user_opts='
761enable_option_checking
aadc9410 762with_system_zlib
6bb11ab3
L
763enable_plugins
764enable_shared
765enable_static
766with_pic
767enable_fast_install
768with_gnu_ld
769enable_libtool_lock
81ecdfbb 770enable_maintainer_mode
347fe5bb 771enable_sim_inline
5c27d164 772enable_sim_endian
cc8ab1de
MF
773enable_werror
774enable_build_warnings
775enable_sim_build_warnings
66d055c7 776enable_sim_hardware
81ecdfbb
RW
777'
778 ac_precious_vars='build_alias
779host_alias
780target_alias
781CC
782CFLAGS
783LDFLAGS
784LIBS
785CPPFLAGS
786CPP'
787
fdd6fa61
AG
788
789# Initialize some variables set by options.
790ac_init_help=
791ac_init_version=false
81ecdfbb
RW
792ac_unrecognized_opts=
793ac_unrecognized_sep=
fdd6fa61
AG
794# The variables have the same names as the options, with
795# dashes changed to underlines.
796cache_file=/dev/null
797exec_prefix=NONE
798no_create=
799no_recursion=
800prefix=NONE
801program_prefix=NONE
802program_suffix=NONE
803program_transform_name=s,x,x,
804silent=
805site=
806srcdir=
807verbose=
808x_includes=NONE
809x_libraries=NONE
810
811# Installation directory options.
812# These are left unexpanded so users can "make install exec_prefix=/foo"
813# and all the variables that are supposed to be based on exec_prefix
814# by default will actually change.
815# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 816# (The list follows the same order as the GNU Coding Standards.)
fdd6fa61
AG
817bindir='${exec_prefix}/bin'
818sbindir='${exec_prefix}/sbin'
819libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
820datarootdir='${prefix}/share'
821datadir='${datarootdir}'
fdd6fa61
AG
822sysconfdir='${prefix}/etc'
823sharedstatedir='${prefix}/com'
824localstatedir='${prefix}/var'
fdd6fa61
AG
825includedir='${prefix}/include'
826oldincludedir='/usr/include'
81ecdfbb
RW
827docdir='${datarootdir}/doc/${PACKAGE}'
828infodir='${datarootdir}/info'
829htmldir='${docdir}'
830dvidir='${docdir}'
831pdfdir='${docdir}'
832psdir='${docdir}'
833libdir='${exec_prefix}/lib'
834localedir='${datarootdir}/locale'
835mandir='${datarootdir}/man'
fdd6fa61
AG
836
837ac_prev=
81ecdfbb 838ac_dashdash=
fdd6fa61
AG
839for ac_option
840do
841 # If the previous option needs an argument, assign it.
842 if test -n "$ac_prev"; then
81ecdfbb 843 eval $ac_prev=\$ac_option
fdd6fa61
AG
844 ac_prev=
845 continue
846 fi
847
81ecdfbb 848 case $ac_option in
d0ac1c44
SM
849 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
850 *=) ac_optarg= ;;
851 *) ac_optarg=yes ;;
81ecdfbb 852 esac
fdd6fa61
AG
853
854 # Accept the important Cygnus configure options, so we can diagnose typos.
855
81ecdfbb
RW
856 case $ac_dashdash$ac_option in
857 --)
858 ac_dashdash=yes ;;
fdd6fa61
AG
859
860 -bindir | --bindir | --bindi | --bind | --bin | --bi)
861 ac_prev=bindir ;;
862 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
863 bindir=$ac_optarg ;;
864
865 -build | --build | --buil | --bui | --bu)
866 ac_prev=build_alias ;;
867 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
868 build_alias=$ac_optarg ;;
869
870 -cache-file | --cache-file | --cache-fil | --cache-fi \
871 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
872 ac_prev=cache_file ;;
873 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
874 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
875 cache_file=$ac_optarg ;;
876
877 --config-cache | -C)
878 cache_file=config.cache ;;
879
81ecdfbb 880 -datadir | --datadir | --datadi | --datad)
fdd6fa61 881 ac_prev=datadir ;;
81ecdfbb 882 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fdd6fa61
AG
883 datadir=$ac_optarg ;;
884
81ecdfbb
RW
885 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
886 | --dataroo | --dataro | --datar)
887 ac_prev=datarootdir ;;
888 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
889 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
890 datarootdir=$ac_optarg ;;
891
fdd6fa61 892 -disable-* | --disable-*)
81ecdfbb 893 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fdd6fa61 894 # Reject names that are not valid shell variable names.
81ecdfbb 895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 896 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
897 ac_useropt_orig=$ac_useropt
898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
899 case $ac_user_opts in
900 *"
901"enable_$ac_useropt"
902"*) ;;
903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
904 ac_unrecognized_sep=', ';;
905 esac
906 eval enable_$ac_useropt=no ;;
907
908 -docdir | --docdir | --docdi | --doc | --do)
909 ac_prev=docdir ;;
910 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
911 docdir=$ac_optarg ;;
912
913 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
914 ac_prev=dvidir ;;
915 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
916 dvidir=$ac_optarg ;;
fdd6fa61
AG
917
918 -enable-* | --enable-*)
81ecdfbb 919 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fdd6fa61 920 # Reject names that are not valid shell variable names.
81ecdfbb 921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 922 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
923 ac_useropt_orig=$ac_useropt
924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
925 case $ac_user_opts in
926 *"
927"enable_$ac_useropt"
928"*) ;;
929 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
930 ac_unrecognized_sep=', ';;
fdd6fa61 931 esac
81ecdfbb 932 eval enable_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
933
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
942
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
946
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
953
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
958
81ecdfbb
RW
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
964
fdd6fa61
AG
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
971
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
976
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
981
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
988
81ecdfbb
RW
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
993
fdd6fa61 994 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 995 | --localstate | --localstat | --localsta | --localst | --locals)
fdd6fa61
AG
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fdd6fa61
AG
999 localstatedir=$ac_optarg ;;
1000
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1005
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1009
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1013
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1017
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1026
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1031
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1038
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1045
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1062
81ecdfbb
RW
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1067
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1072
fdd6fa61
AG
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1076
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1082
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1093
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1098
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1103
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1110
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1115
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1118
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1121
1122 -with-* | --with-*)
81ecdfbb 1123 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fdd6fa61 1124 # Reject names that are not valid shell variable names.
81ecdfbb 1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1126 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1127 ac_useropt_orig=$ac_useropt
1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1129 case $ac_user_opts in
1130 *"
1131"with_$ac_useropt"
1132"*) ;;
1133 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1134 ac_unrecognized_sep=', ';;
fdd6fa61 1135 esac
81ecdfbb 1136 eval with_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
1137
1138 -without-* | --without-*)
81ecdfbb 1139 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fdd6fa61 1140 # Reject names that are not valid shell variable names.
81ecdfbb 1141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1142 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1143 ac_useropt_orig=$ac_useropt
1144 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1145 case $ac_user_opts in
1146 *"
1147"with_$ac_useropt"
1148"*) ;;
1149 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1150 ac_unrecognized_sep=', ';;
1151 esac
1152 eval with_$ac_useropt=no ;;
fdd6fa61
AG
1153
1154 --x)
1155 # Obsolete; use --with-x.
1156 with_x=yes ;;
1157
1158 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1159 | --x-incl | --x-inc | --x-in | --x-i)
1160 ac_prev=x_includes ;;
1161 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1162 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1163 x_includes=$ac_optarg ;;
1164
1165 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1166 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1167 ac_prev=x_libraries ;;
1168 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1169 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1170 x_libraries=$ac_optarg ;;
1171
d0ac1c44
SM
1172 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1173Try \`$0 --help' for more information"
fdd6fa61
AG
1174 ;;
1175
1176 *=*)
1177 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1178 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1179 case $ac_envvar in #(
1180 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1181 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1182 esac
1183 eval $ac_envvar=\$ac_optarg
fdd6fa61
AG
1184 export $ac_envvar ;;
1185
1186 *)
1187 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1188 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fdd6fa61 1189 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1190 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1191 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
fdd6fa61
AG
1192 ;;
1193
1194 esac
1195done
1196
1197if test -n "$ac_prev"; then
1198 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1199 as_fn_error $? "missing argument to $ac_option"
fdd6fa61
AG
1200fi
1201
81ecdfbb
RW
1202if test -n "$ac_unrecognized_opts"; then
1203 case $enable_option_checking in
1204 no) ;;
d0ac1c44 1205 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1206 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fdd6fa61 1207 esac
81ecdfbb 1208fi
fdd6fa61 1209
81ecdfbb
RW
1210# Check all directory arguments for consistency.
1211for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1212 datadir sysconfdir sharedstatedir localstatedir includedir \
1213 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1214 libdir localedir mandir
fdd6fa61 1215do
81ecdfbb
RW
1216 eval ac_val=\$$ac_var
1217 # Remove trailing slashes.
1218 case $ac_val in
1219 */ )
1220 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1221 eval $ac_var=\$ac_val;;
1222 esac
1223 # Be sure to have absolute directory names.
fdd6fa61 1224 case $ac_val in
81ecdfbb
RW
1225 [\\/$]* | ?:[\\/]* ) continue;;
1226 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fdd6fa61 1227 esac
d0ac1c44 1228 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fdd6fa61
AG
1229done
1230
1231# There might be people who depend on the old broken behavior: `$host'
1232# used to hold the argument of --host etc.
1233# FIXME: To remove some day.
1234build=$build_alias
1235host=$host_alias
1236target=$target_alias
1237
1238# FIXME: To remove some day.
1239if test "x$host_alias" != x; then
1240 if test "x$build_alias" = x; then
1241 cross_compiling=maybe
fdd6fa61
AG
1242 elif test "x$build_alias" != "x$host_alias"; then
1243 cross_compiling=yes
1244 fi
1245fi
1246
1247ac_tool_prefix=
1248test -n "$host_alias" && ac_tool_prefix=$host_alias-
1249
1250test "$silent" = yes && exec 6>/dev/null
1251
1252
81ecdfbb
RW
1253ac_pwd=`pwd` && test -n "$ac_pwd" &&
1254ac_ls_di=`ls -di .` &&
1255ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1256 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1257test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1258 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1259
1260
fdd6fa61
AG
1261# Find the source files, if location was not specified.
1262if test -z "$srcdir"; then
1263 ac_srcdir_defaulted=yes
81ecdfbb
RW
1264 # Try the directory containing this script, then the parent directory.
1265 ac_confdir=`$as_dirname -- "$as_myself" ||
1266$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1267 X"$as_myself" : 'X\(//\)[^/]' \| \
1268 X"$as_myself" : 'X\(//\)$' \| \
1269 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1270$as_echo X"$as_myself" |
1271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)[^/].*/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\).*/{
1284 s//\1/
1285 q
1286 }
1287 s/.*/./; q'`
fdd6fa61 1288 srcdir=$ac_confdir
81ecdfbb 1289 if test ! -r "$srcdir/$ac_unique_file"; then
fdd6fa61
AG
1290 srcdir=..
1291 fi
1292else
1293 ac_srcdir_defaulted=no
1294fi
81ecdfbb
RW
1295if test ! -r "$srcdir/$ac_unique_file"; then
1296 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1297 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1298fi
1299ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1300ac_abs_confdir=`(
d0ac1c44 1301 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1302 pwd)`
1303# When building in place, set srcdir=.
1304if test "$ac_abs_confdir" = "$ac_pwd"; then
1305 srcdir=.
1306fi
1307# Remove unnecessary trailing slashes from srcdir.
1308# Double slashes in file names in object file debugging info
1309# mess up M-x gdb in Emacs.
1310case $srcdir in
1311*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1312esac
1313for ac_var in $ac_precious_vars; do
1314 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_env_${ac_var}_value=\$${ac_var}
1316 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1318done
fdd6fa61
AG
1319
1320#
1321# Report the --help message.
1322#
1323if test "$ac_init_help" = "long"; then
1324 # Omit some internal or obsolete options to make the list less imposing.
1325 # This message is too long to be a string in the A/UX 3.1 sh.
1326 cat <<_ACEOF
1327\`configure' configures this package to adapt to many kinds of systems.
1328
1329Usage: $0 [OPTION]... [VAR=VALUE]...
1330
1331To assign environment variables (e.g., CC, CFLAGS...), specify them as
1332VAR=VALUE. See below for descriptions of some of the useful variables.
1333
1334Defaults for the options are specified in brackets.
1335
1336Configuration:
1337 -h, --help display this help and exit
1338 --help=short display options specific to this package
1339 --help=recursive display the short help of all the included packages
1340 -V, --version display version information and exit
d0ac1c44 1341 -q, --quiet, --silent do not print \`checking ...' messages
fdd6fa61
AG
1342 --cache-file=FILE cache test results in FILE [disabled]
1343 -C, --config-cache alias for \`--cache-file=config.cache'
1344 -n, --no-create do not create output files
1345 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1346
fdd6fa61
AG
1347Installation directories:
1348 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1349 [$ac_default_prefix]
fdd6fa61 1350 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1351 [PREFIX]
fdd6fa61
AG
1352
1353By default, \`make install' will install all the files in
1354\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1355an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1356for instance \`--prefix=\$HOME'.
1357
1358For better control, use the options below.
1359
1360Fine tuning of the installation directories:
81ecdfbb
RW
1361 --bindir=DIR user executables [EPREFIX/bin]
1362 --sbindir=DIR system admin executables [EPREFIX/sbin]
1363 --libexecdir=DIR program executables [EPREFIX/libexec]
1364 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1365 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1366 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1367 --libdir=DIR object code libraries [EPREFIX/lib]
1368 --includedir=DIR C header files [PREFIX/include]
1369 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1370 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1371 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1372 --infodir=DIR info documentation [DATAROOTDIR/info]
1373 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1374 --mandir=DIR man documentation [DATAROOTDIR/man]
1375 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1376 --htmldir=DIR html documentation [DOCDIR]
1377 --dvidir=DIR dvi documentation [DOCDIR]
1378 --pdfdir=DIR pdf documentation [DOCDIR]
1379 --psdir=DIR ps documentation [DOCDIR]
fdd6fa61
AG
1380_ACEOF
1381
1382 cat <<\_ACEOF
1383
1384Program names:
1385 --program-prefix=PREFIX prepend PREFIX to installed program names
1386 --program-suffix=SUFFIX append SUFFIX to installed program names
1387 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1388
1389System types:
1390 --build=BUILD configure for building on BUILD [guessed]
1391 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1392 --target=TARGET configure for building compilers for TARGET [HOST]
1393_ACEOF
1394fi
1395
1396if test -n "$ac_init_help"; then
1397
1398 cat <<\_ACEOF
1399
1400Optional Features:
81ecdfbb 1401 --disable-option-checking ignore unrecognized --enable/--with options
fdd6fa61
AG
1402 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1403 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1404 --enable-plugins Enable support for plugins
6bb11ab3
L
1405 --enable-shared[=PKGS] build shared libraries [default=yes]
1406 --enable-static[=PKGS] build static libraries [default=yes]
1407 --enable-fast-install[=PKGS]
1408 optimize for fast installation [default=yes]
1409 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1410 --enable-maintainer-mode
1411 enable make rules and dependencies not useful (and
1412 sometimes confusing) to the casual installer
347fe5bb
MF
1413 --enable-sim-inline=inlines
1414 Specify which functions should be inlined
8d0978fb
MF
1415 --enable-sim-endian=endian
1416 Specify target byte endian orientation
cc8ab1de
MF
1417 --enable-werror treat compile warnings as errors
1418 --enable-build-warnings enable build-time compiler warnings if gcc is used
1419 --enable-sim-build-warnings
1420 enable SIM specific build-time compiler warnings if
1421 gcc is used
66d055c7
MF
1422 --enable-sim-hardware=LIST
1423 Specify the hardware to be included in the build.
fdd6fa61 1424
d6416cdc
RW
1425Optional Packages:
1426 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1427 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1428 --with-system-zlib use installed libz
6bb11ab3
L
1429 --with-pic try to use only PIC/non-PIC objects [default=use
1430 both]
1431 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
d6416cdc 1432
fdd6fa61
AG
1433Some influential environment variables:
1434 CC C compiler command
1435 CFLAGS C compiler flags
1436 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1437 nonstandard directory <lib dir>
81ecdfbb 1438 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1439 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1440 you have headers in a nonstandard directory <include dir>
fdd6fa61
AG
1441 CPP C preprocessor
1442
1443Use these variables to override the choices made by `configure' or to help
1444it to find libraries and programs with nonstandard names/locations.
1445
81ecdfbb 1446Report bugs to the package provider.
fdd6fa61 1447_ACEOF
81ecdfbb 1448ac_status=$?
fdd6fa61
AG
1449fi
1450
1451if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
fdd6fa61 1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1454 test -d "$ac_dir" ||
1455 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1456 continue
fdd6fa61
AG
1457 ac_builddir=.
1458
81ecdfbb
RW
1459case "$ac_dir" in
1460.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1461*)
1462 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1463 # A ".." for each directory in $ac_dir_suffix.
1464 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1465 case $ac_top_builddir_sub in
1466 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1467 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1468 esac ;;
1469esac
1470ac_abs_top_builddir=$ac_pwd
1471ac_abs_builddir=$ac_pwd$ac_dir_suffix
1472# for backward compatibility:
1473ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
1474
1475case $srcdir in
81ecdfbb 1476 .) # We are building in place.
fdd6fa61 1477 ac_srcdir=.
81ecdfbb
RW
1478 ac_top_srcdir=$ac_top_builddir_sub
1479 ac_abs_top_srcdir=$ac_pwd ;;
1480 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 1481 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1482 ac_top_srcdir=$srcdir
1483 ac_abs_top_srcdir=$srcdir ;;
1484 *) # Relative name.
1485 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1486 ac_top_srcdir=$ac_top_build_prefix$srcdir
1487 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 1488esac
81ecdfbb
RW
1489ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1490
1491 cd "$ac_dir" || { ac_status=$?; continue; }
1492 # Check for guested configure.
1493 if test -f "$ac_srcdir/configure.gnu"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1496 elif test -f "$ac_srcdir/configure"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure" --help=recursive
fdd6fa61 1499 else
81ecdfbb
RW
1500 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1501 fi || ac_status=$?
1502 cd "$ac_pwd" || { ac_status=$?; break; }
fdd6fa61
AG
1503 done
1504fi
1505
81ecdfbb 1506test -n "$ac_init_help" && exit $ac_status
fdd6fa61
AG
1507if $ac_init_version; then
1508 cat <<\_ACEOF
81ecdfbb 1509configure
d0ac1c44 1510generated by GNU Autoconf 2.69
fdd6fa61 1511
d0ac1c44 1512Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
1513This configure script is free software; the Free Software Foundation
1514gives unlimited permission to copy, distribute and modify it.
1515_ACEOF
81ecdfbb 1516 exit
fdd6fa61 1517fi
fdd6fa61 1518
81ecdfbb
RW
1519## ------------------------ ##
1520## Autoconf initialization. ##
1521## ------------------------ ##
fdd6fa61 1522
81ecdfbb
RW
1523# ac_fn_c_try_compile LINENO
1524# --------------------------
1525# Try to compile conftest.$ac_ext, and return whether this succeeded.
1526ac_fn_c_try_compile ()
fdd6fa61 1527{
81ecdfbb
RW
1528 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1529 rm -f conftest.$ac_objext
1530 if { { ac_try="$ac_compile"
1531case "(($ac_try" in
1532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1533 *) ac_try_echo=$ac_try;;
1534esac
1535eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1536$as_echo "$ac_try_echo"; } >&5
1537 (eval "$ac_compile") 2>conftest.err
1538 ac_status=$?
1539 if test -s conftest.err; then
1540 grep -v '^ *+' conftest.err >conftest.er1
1541 cat conftest.er1 >&5
1542 mv -f conftest.er1 conftest.err
1543 fi
1544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1545 test $ac_status = 0; } && {
1546 test -z "$ac_c_werror_flag" ||
1547 test ! -s conftest.err
1548 } && test -s conftest.$ac_objext; then :
1549 ac_retval=0
1550else
1551 $as_echo "$as_me: failed program was:" >&5
1552sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1553
81ecdfbb
RW
1554 ac_retval=1
1555fi
d0ac1c44
SM
1556 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1557 as_fn_set_status $ac_retval
fdd6fa61 1558
81ecdfbb 1559} # ac_fn_c_try_compile
fdd6fa61 1560
81ecdfbb
RW
1561# ac_fn_c_try_cpp LINENO
1562# ----------------------
1563# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1564ac_fn_c_try_cpp ()
1565{
1566 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1567 if { { ac_try="$ac_cpp conftest.$ac_ext"
1568case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1582 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1583 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 }; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1590
81ecdfbb
RW
1591 ac_retval=1
1592fi
d0ac1c44
SM
1593 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1594 as_fn_set_status $ac_retval
fdd6fa61 1595
81ecdfbb 1596} # ac_fn_c_try_cpp
fdd6fa61 1597
81ecdfbb
RW
1598# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1599# -------------------------------------------------------
1600# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1601# the include files in INCLUDES and setting the cache variable VAR
1602# accordingly.
1603ac_fn_c_check_header_mongrel ()
1604{
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1606 if eval \${$3+:} false; then :
81ecdfbb
RW
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1608$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1609if eval \${$3+:} false; then :
81ecdfbb
RW
1610 $as_echo_n "(cached) " >&6
1611fi
1612eval ac_res=\$$3
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1614$as_echo "$ac_res" >&6; }
1615else
1616 # Is the header compilable?
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1618$as_echo_n "checking $2 usability... " >&6; }
1619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620/* end confdefs.h. */
1621$4
1622#include <$2>
1623_ACEOF
1624if ac_fn_c_try_compile "$LINENO"; then :
1625 ac_header_compiler=yes
1626else
1627 ac_header_compiler=no
1628fi
1629rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1631$as_echo "$ac_header_compiler" >&6; }
1632
1633# Is the header present?
1634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1635$as_echo_n "checking $2 presence... " >&6; }
1636cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637/* end confdefs.h. */
1638#include <$2>
1639_ACEOF
1640if ac_fn_c_try_cpp "$LINENO"; then :
1641 ac_header_preproc=yes
1642else
1643 ac_header_preproc=no
1644fi
d0ac1c44 1645rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1647$as_echo "$ac_header_preproc" >&6; }
1648
1649# So? What about this header?
1650case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1651 yes:no: )
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1653$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1655$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1656 ;;
1657 no:yes:* )
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1659$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1661$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1663$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1665$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1667$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1668 ;;
1669esac
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1671$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1672if eval \${$3+:} false; then :
81ecdfbb
RW
1673 $as_echo_n "(cached) " >&6
1674else
1675 eval "$3=\$ac_header_compiler"
1676fi
1677eval ac_res=\$$3
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679$as_echo "$ac_res" >&6; }
1680fi
d0ac1c44 1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1682
1683} # ac_fn_c_check_header_mongrel
1684
1685# ac_fn_c_try_run LINENO
1686# ----------------------
1687# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1688# that executables *can* be run.
1689ac_fn_c_try_run ()
1690{
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if { { ac_try="$ac_link"
1693case "(($ac_try" in
1694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1695 *) ac_try_echo=$ac_try;;
1696esac
1697eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1698$as_echo "$ac_try_echo"; } >&5
1699 (eval "$ac_link") 2>&5
1700 ac_status=$?
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1703 { { case "(($ac_try" in
1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1705 *) ac_try_echo=$ac_try;;
1706esac
1707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1708$as_echo "$ac_try_echo"; } >&5
1709 (eval "$ac_try") 2>&5
1710 ac_status=$?
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; }; }; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: program exited with status $ac_status" >&5
1716 $as_echo "$as_me: failed program was:" >&5
1717sed 's/^/| /' conftest.$ac_ext >&5
1718
1719 ac_retval=$ac_status
1720fi
1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1723 as_fn_set_status $ac_retval
81ecdfbb
RW
1724
1725} # ac_fn_c_try_run
1726
1727# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1728# -------------------------------------------------------
1729# Tests whether HEADER exists and can be compiled using the include files in
1730# INCLUDES, setting the cache variable VAR accordingly.
1731ac_fn_c_check_header_compile ()
1732{
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1735$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1736if eval \${$3+:} false; then :
81ecdfbb
RW
1737 $as_echo_n "(cached) " >&6
1738else
1739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1740/* end confdefs.h. */
1741$4
1742#include <$2>
1743_ACEOF
1744if ac_fn_c_try_compile "$LINENO"; then :
1745 eval "$3=yes"
1746else
1747 eval "$3=no"
1748fi
1749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750fi
1751eval ac_res=\$$3
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1753$as_echo "$ac_res" >&6; }
d0ac1c44 1754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1755
1756} # ac_fn_c_check_header_compile
1757
1758# ac_fn_c_try_link LINENO
1759# -----------------------
1760# Try to link conftest.$ac_ext, and return whether this succeeded.
1761ac_fn_c_try_link ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 rm -f conftest.$ac_objext conftest$ac_exeext
1765 if { { ac_try="$ac_link"
1766case "(($ac_try" in
1767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1768 *) ac_try_echo=$ac_try;;
1769esac
1770eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1771$as_echo "$ac_try_echo"; } >&5
1772 (eval "$ac_link") 2>conftest.err
1773 ac_status=$?
1774 if test -s conftest.err; then
1775 grep -v '^ *+' conftest.err >conftest.er1
1776 cat conftest.er1 >&5
1777 mv -f conftest.er1 conftest.err
1778 fi
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; } && {
1781 test -z "$ac_c_werror_flag" ||
1782 test ! -s conftest.err
1783 } && test -s conftest$ac_exeext && {
1784 test "$cross_compiling" = yes ||
d0ac1c44 1785 test -x conftest$ac_exeext
81ecdfbb
RW
1786 }; then :
1787 ac_retval=0
1788else
1789 $as_echo "$as_me: failed program was:" >&5
1790sed 's/^/| /' conftest.$ac_ext >&5
1791
1792 ac_retval=1
1793fi
1794 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1795 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1796 # interfere with the next link command; also delete a directory that is
1797 # left behind by Apple's compiler. We do this before executing the actions.
1798 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1799 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1800 as_fn_set_status $ac_retval
81ecdfbb
RW
1801
1802} # ac_fn_c_try_link
1803
1804# ac_fn_c_check_func LINENO FUNC VAR
1805# ----------------------------------
1806# Tests whether FUNC exists, setting the cache variable VAR accordingly
1807ac_fn_c_check_func ()
1808{
1809 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1811$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1812if eval \${$3+:} false; then :
81ecdfbb
RW
1813 $as_echo_n "(cached) " >&6
1814else
1815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1816/* end confdefs.h. */
1817/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1819#define $2 innocuous_$2
1820
1821/* System header to define __stub macros and hopefully few prototypes,
1822 which can conflict with char $2 (); below.
1823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1824 <limits.h> exists even on freestanding compilers. */
1825
1826#ifdef __STDC__
1827# include <limits.h>
1828#else
1829# include <assert.h>
1830#endif
1831
1832#undef $2
1833
1834/* Override any GCC internal prototype to avoid an error.
1835 Use char because int might match the return type of a GCC
1836 builtin and then its argument prototype would still apply. */
1837#ifdef __cplusplus
1838extern "C"
1839#endif
1840char $2 ();
1841/* The GNU C library defines this for functions which it implements
1842 to always fail with ENOSYS. Some functions are actually named
1843 something starting with __ and the normal name is an alias. */
1844#if defined __stub_$2 || defined __stub___$2
1845choke me
1846#endif
1847
1848int
1849main ()
1850{
1851return $2 ();
1852 ;
1853 return 0;
1854}
1855_ACEOF
1856if ac_fn_c_try_link "$LINENO"; then :
1857 eval "$3=yes"
1858else
1859 eval "$3=no"
1860fi
1861rm -f core conftest.err conftest.$ac_objext \
1862 conftest$ac_exeext conftest.$ac_ext
1863fi
1864eval ac_res=\$$3
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1866$as_echo "$ac_res" >&6; }
d0ac1c44 1867 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1868
1869} # ac_fn_c_check_func
1870cat >config.log <<_ACEOF
1871This file contains any messages produced by compilers while
1872running configure, to aid debugging if configure makes a mistake.
1873
1874It was created by $as_me, which was
d0ac1c44 1875generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1876
1877 $ $0 $@
1878
1879_ACEOF
1880exec 5>>config.log
1881{
1882cat <<_ASUNAME
1883## --------- ##
1884## Platform. ##
1885## --------- ##
1886
1887hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1888uname -m = `(uname -m) 2>/dev/null || echo unknown`
1889uname -r = `(uname -r) 2>/dev/null || echo unknown`
1890uname -s = `(uname -s) 2>/dev/null || echo unknown`
1891uname -v = `(uname -v) 2>/dev/null || echo unknown`
1892
1893/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1894/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1895
1896/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1897/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1898/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1899/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1900/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1901/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1902/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1903
1904_ASUNAME
1905
1906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1907for as_dir in $PATH
1908do
1909 IFS=$as_save_IFS
1910 test -z "$as_dir" && as_dir=.
1911 $as_echo "PATH: $as_dir"
1912 done
1913IFS=$as_save_IFS
1914
1915} >&5
1916
1917cat >&5 <<_ACEOF
fdd6fa61
AG
1918
1919
1920## ----------- ##
1921## Core tests. ##
1922## ----------- ##
1923
1924_ACEOF
1925
1926
1927# Keep a trace of the command line.
1928# Strip out --no-create and --no-recursion so they do not pile up.
1929# Strip out --silent because we don't want to record it for future runs.
1930# Also quote any args containing shell meta-characters.
1931# Make two passes to allow for proper duplicate-argument suppression.
1932ac_configure_args=
1933ac_configure_args0=
1934ac_configure_args1=
fdd6fa61
AG
1935ac_must_keep_next=false
1936for ac_pass in 1 2
1937do
1938 for ac_arg
1939 do
1940 case $ac_arg in
1941 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1942 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1943 | -silent | --silent | --silen | --sile | --sil)
1944 continue ;;
81ecdfbb
RW
1945 *\'*)
1946 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
1947 esac
1948 case $ac_pass in
81ecdfbb 1949 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fdd6fa61 1950 2)
81ecdfbb 1951 as_fn_append ac_configure_args1 " '$ac_arg'"
fdd6fa61
AG
1952 if test $ac_must_keep_next = true; then
1953 ac_must_keep_next=false # Got value, back to normal.
1954 else
1955 case $ac_arg in
1956 *=* | --config-cache | -C | -disable-* | --disable-* \
1957 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1958 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1959 | -with-* | --with-* | -without-* | --without-* | --x)
1960 case "$ac_configure_args0 " in
1961 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1962 esac
1963 ;;
1964 -* ) ac_must_keep_next=true ;;
1965 esac
1966 fi
81ecdfbb 1967 as_fn_append ac_configure_args " '$ac_arg'"
fdd6fa61
AG
1968 ;;
1969 esac
1970 done
1971done
81ecdfbb
RW
1972{ ac_configure_args0=; unset ac_configure_args0;}
1973{ ac_configure_args1=; unset ac_configure_args1;}
fdd6fa61
AG
1974
1975# When interrupted or exit'd, cleanup temporary files, and complete
1976# config.log. We remove comments because anyway the quotes in there
1977# would cause problems or look ugly.
81ecdfbb
RW
1978# WARNING: Use '\'' to represent an apostrophe within the trap.
1979# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fdd6fa61
AG
1980trap 'exit_status=$?
1981 # Save into config.log some information that might help in debugging.
1982 {
1983 echo
1984
d0ac1c44 1985 $as_echo "## ---------------- ##
fdd6fa61 1986## Cache variables. ##
d0ac1c44 1987## ---------------- ##"
fdd6fa61
AG
1988 echo
1989 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1990(
1991 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1992 eval ac_val=\$$ac_var
1993 case $ac_val in #(
1994 *${as_nl}*)
1995 case $ac_var in #(
1996 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1997$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1998 esac
1999 case $ac_var in #(
2000 _ | IFS | as_nl) ;; #(
2001 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2002 *) { eval $ac_var=; unset $ac_var;} ;;
2003 esac ;;
2004 esac
2005 done
fdd6fa61 2006 (set) 2>&1 |
81ecdfbb
RW
2007 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2008 *${as_nl}ac_space=\ *)
fdd6fa61 2009 sed -n \
81ecdfbb
RW
2010 "s/'\''/'\''\\\\'\'''\''/g;
2011 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2012 ;; #(
fdd6fa61 2013 *)
81ecdfbb 2014 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 2015 ;;
81ecdfbb
RW
2016 esac |
2017 sort
2018)
fdd6fa61
AG
2019 echo
2020
d0ac1c44 2021 $as_echo "## ----------------- ##
fdd6fa61 2022## Output variables. ##
d0ac1c44 2023## ----------------- ##"
fdd6fa61
AG
2024 echo
2025 for ac_var in $ac_subst_vars
2026 do
81ecdfbb
RW
2027 eval ac_val=\$$ac_var
2028 case $ac_val in
2029 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2030 esac
2031 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2032 done | sort
2033 echo
2034
2035 if test -n "$ac_subst_files"; then
d0ac1c44 2036 $as_echo "## ------------------- ##
81ecdfbb 2037## File substitutions. ##
d0ac1c44 2038## ------------------- ##"
fdd6fa61
AG
2039 echo
2040 for ac_var in $ac_subst_files
2041 do
81ecdfbb
RW
2042 eval ac_val=\$$ac_var
2043 case $ac_val in
2044 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2045 esac
2046 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2047 done | sort
2048 echo
2049 fi
2050
2051 if test -s confdefs.h; then
d0ac1c44 2052 $as_echo "## ----------- ##
fdd6fa61 2053## confdefs.h. ##
d0ac1c44 2054## ----------- ##"
fdd6fa61 2055 echo
81ecdfbb 2056 cat confdefs.h
fdd6fa61
AG
2057 echo
2058 fi
2059 test "$ac_signal" != 0 &&
81ecdfbb
RW
2060 $as_echo "$as_me: caught signal $ac_signal"
2061 $as_echo "$as_me: exit $exit_status"
fdd6fa61 2062 } >&5
81ecdfbb
RW
2063 rm -f core *.core core.conftest.* &&
2064 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fdd6fa61 2065 exit $exit_status
81ecdfbb 2066' 0
fdd6fa61 2067for ac_signal in 1 2 13 15; do
81ecdfbb 2068 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fdd6fa61
AG
2069done
2070ac_signal=0
2071
2072# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2073rm -f -r conftest* confdefs.h
2074
2075$as_echo "/* confdefs.h */" > confdefs.h
fdd6fa61
AG
2076
2077# Predefined preprocessor variables.
2078
2079cat >>confdefs.h <<_ACEOF
2080#define PACKAGE_NAME "$PACKAGE_NAME"
2081_ACEOF
2082
fdd6fa61
AG
2083cat >>confdefs.h <<_ACEOF
2084#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2085_ACEOF
2086
fdd6fa61
AG
2087cat >>confdefs.h <<_ACEOF
2088#define PACKAGE_VERSION "$PACKAGE_VERSION"
2089_ACEOF
2090
fdd6fa61
AG
2091cat >>confdefs.h <<_ACEOF
2092#define PACKAGE_STRING "$PACKAGE_STRING"
2093_ACEOF
2094
fdd6fa61
AG
2095cat >>confdefs.h <<_ACEOF
2096#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2097_ACEOF
2098
81ecdfbb
RW
2099cat >>confdefs.h <<_ACEOF
2100#define PACKAGE_URL "$PACKAGE_URL"
2101_ACEOF
2102
fdd6fa61
AG
2103
2104# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2105# Prefer an explicitly selected file to automatically selected ones.
2106ac_site_file1=NONE
2107ac_site_file2=NONE
2108if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2109 # We do not want a PATH search for config.site.
2110 case $CONFIG_SITE in #((
2111 -*) ac_site_file1=./$CONFIG_SITE;;
2112 */*) ac_site_file1=$CONFIG_SITE;;
2113 *) ac_site_file1=./$CONFIG_SITE;;
2114 esac
81ecdfbb
RW
2115elif test "x$prefix" != xNONE; then
2116 ac_site_file1=$prefix/share/config.site
2117 ac_site_file2=$prefix/etc/config.site
2118else
2119 ac_site_file1=$ac_default_prefix/share/config.site
2120 ac_site_file2=$ac_default_prefix/etc/config.site
2121fi
2122for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2123do
2124 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2125 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2127$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fdd6fa61 2128 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2129 . "$ac_site_file" \
2130 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2131$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2132as_fn_error $? "failed to load site script $ac_site_file
2133See \`config.log' for more details" "$LINENO" 5; }
fdd6fa61
AG
2134 fi
2135done
2136
2137if test -r "$cache_file"; then
d0ac1c44
SM
2138 # Some versions of bash will fail to source /dev/null (special files
2139 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2140 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2142$as_echo "$as_me: loading cache $cache_file" >&6;}
fdd6fa61 2143 case $cache_file in
81ecdfbb
RW
2144 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2145 *) . "./$cache_file";;
fdd6fa61
AG
2146 esac
2147 fi
2148else
81ecdfbb
RW
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2150$as_echo "$as_me: creating cache $cache_file" >&6;}
fdd6fa61
AG
2151 >$cache_file
2152fi
2153
2154# Check that the precious variables saved in the cache have kept the same
2155# value.
2156ac_cache_corrupted=false
81ecdfbb 2157for ac_var in $ac_precious_vars; do
fdd6fa61
AG
2158 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2159 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2160 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2161 eval ac_new_val=\$ac_env_${ac_var}_value
fdd6fa61
AG
2162 case $ac_old_set,$ac_new_set in
2163 set,)
81ecdfbb
RW
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2165$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fdd6fa61
AG
2166 ac_cache_corrupted=: ;;
2167 ,set)
81ecdfbb
RW
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2169$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fdd6fa61
AG
2170 ac_cache_corrupted=: ;;
2171 ,);;
2172 *)
2173 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2174 # differences in whitespace do not lead to failure.
2175 ac_old_val_w=`echo x $ac_old_val`
2176 ac_new_val_w=`echo x $ac_new_val`
2177 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2179$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2180 ac_cache_corrupted=:
2181 else
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2183$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2184 eval $ac_var=\$ac_old_val
2185 fi
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2187$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2189$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fdd6fa61
AG
2190 fi;;
2191 esac
2192 # Pass precious variables to config.status.
2193 if test "$ac_new_set" = set; then
2194 case $ac_new_val in
81ecdfbb 2195 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2196 *) ac_arg=$ac_var=$ac_new_val ;;
2197 esac
2198 case " $ac_configure_args " in
2199 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2200 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fdd6fa61
AG
2201 esac
2202 fi
2203done
2204if $ac_cache_corrupted; then
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2206$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2208$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2209 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fdd6fa61 2210fi
81ecdfbb
RW
2211## -------------------- ##
2212## Main body of script. ##
2213## -------------------- ##
fdd6fa61
AG
2214
2215ac_ext=c
2216ac_cpp='$CPP $CPPFLAGS'
2217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2219ac_compiler_gnu=$ac_cv_c_compiler_gnu
2220
2221
6bb11ab3
L
2222
2223
2224
2225
2226
c2783492
MF
2227ac_aux_dir=
2228for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2229 if test -f "$ac_dir/install-sh"; then
2230 ac_aux_dir=$ac_dir
2231 ac_install_sh="$ac_aux_dir/install-sh -c"
2232 break
2233 elif test -f "$ac_dir/install.sh"; then
2234 ac_aux_dir=$ac_dir
2235 ac_install_sh="$ac_aux_dir/install.sh -c"
2236 break
2237 elif test -f "$ac_dir/shtool"; then
2238 ac_aux_dir=$ac_dir
2239 ac_install_sh="$ac_aux_dir/shtool install -c"
2240 break
2241 fi
2242done
2243if test -z "$ac_aux_dir"; then
2244 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2245fi
2246
2247# These three variables are undocumented and unsupported,
2248# and are intended to be withdrawn in a future Autoconf release.
2249# They can cause serious problems if a builder's source tree is in a directory
2250# whose full name contains unusual characters.
2251ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2252ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2253ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2254
2255
2256# Make sure we can run config.sub.
2257$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2258 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2259
2260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2261$as_echo_n "checking build system type... " >&6; }
2262if ${ac_cv_build+:} false; then :
2263 $as_echo_n "(cached) " >&6
2264else
2265 ac_build_alias=$build_alias
2266test "x$ac_build_alias" = x &&
2267 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2268test "x$ac_build_alias" = x &&
2269 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2270ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2271 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2272
2273fi
2274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2275$as_echo "$ac_cv_build" >&6; }
2276case $ac_cv_build in
2277*-*-*) ;;
2278*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2279esac
2280build=$ac_cv_build
2281ac_save_IFS=$IFS; IFS='-'
2282set x $ac_cv_build
2283shift
2284build_cpu=$1
2285build_vendor=$2
2286shift; shift
2287# Remember, the first character of IFS is used to create $*,
2288# except with old shells:
2289build_os=$*
2290IFS=$ac_save_IFS
2291case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2292
2293
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2295$as_echo_n "checking host system type... " >&6; }
2296if ${ac_cv_host+:} false; then :
2297 $as_echo_n "(cached) " >&6
2298else
2299 if test "x$host_alias" = x; then
2300 ac_cv_host=$ac_cv_build
2301else
2302 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2303 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2304fi
2305
2306fi
2307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2308$as_echo "$ac_cv_host" >&6; }
2309case $ac_cv_host in
2310*-*-*) ;;
2311*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2312esac
2313host=$ac_cv_host
2314ac_save_IFS=$IFS; IFS='-'
2315set x $ac_cv_host
2316shift
2317host_cpu=$1
2318host_vendor=$2
2319shift; shift
2320# Remember, the first character of IFS is used to create $*,
2321# except with old shells:
2322host_os=$*
2323IFS=$ac_save_IFS
2324case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2325
2326
2327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2328$as_echo_n "checking target system type... " >&6; }
2329if ${ac_cv_target+:} false; then :
2330 $as_echo_n "(cached) " >&6
2331else
2332 if test "x$target_alias" = x; then
2333 ac_cv_target=$ac_cv_host
2334else
2335 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2336 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2337fi
2338
2339fi
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2341$as_echo "$ac_cv_target" >&6; }
2342case $ac_cv_target in
2343*-*-*) ;;
2344*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2345esac
2346target=$ac_cv_target
2347ac_save_IFS=$IFS; IFS='-'
2348set x $ac_cv_target
2349shift
2350target_cpu=$1
2351target_vendor=$2
2352shift; shift
2353# Remember, the first character of IFS is used to create $*,
2354# except with old shells:
2355target_os=$*
2356IFS=$ac_save_IFS
2357case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2358
2359
2360# The aliases save the names the user supplied, while $host etc.
2361# will get canonicalized.
2362test -n "$target_alias" &&
2363 test "$program_prefix$program_suffix$program_transform_name" = \
2364 NONENONEs,x,x, &&
2365 program_prefix=${target_alias}-
6bb11ab3
L
2366ac_ext=c
2367ac_cpp='$CPP $CPPFLAGS'
2368ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2369ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2370ac_compiler_gnu=$ac_cv_c_compiler_gnu
2371if test -n "$ac_tool_prefix"; then
2372 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2373set dummy ${ac_tool_prefix}gcc; ac_word=$2
2374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2375$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2376if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2377 $as_echo_n "(cached) " >&6
2378else
2379 if test -n "$CC"; then
2380 ac_cv_prog_CC="$CC" # Let the user override the test.
2381else
2382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2383for as_dir in $PATH
2384do
2385 IFS=$as_save_IFS
2386 test -z "$as_dir" && as_dir=.
2387 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2388 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2389 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2391 break 2
2392 fi
2393done
2394 done
2395IFS=$as_save_IFS
2396
2397fi
2398fi
2399CC=$ac_cv_prog_CC
2400if test -n "$CC"; then
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2402$as_echo "$CC" >&6; }
2403else
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2405$as_echo "no" >&6; }
2406fi
2407
2408
2409fi
2410if test -z "$ac_cv_prog_CC"; then
2411 ac_ct_CC=$CC
2412 # Extract the first word of "gcc", so it can be a program name with args.
2413set dummy gcc; ac_word=$2
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2415$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2416if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2417 $as_echo_n "(cached) " >&6
2418else
2419 if test -n "$ac_ct_CC"; then
2420 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2421else
2422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2423for as_dir in $PATH
2424do
2425 IFS=$as_save_IFS
2426 test -z "$as_dir" && as_dir=.
2427 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2429 ac_cv_prog_ac_ct_CC="gcc"
2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2431 break 2
2432 fi
2433done
2434 done
2435IFS=$as_save_IFS
2436
2437fi
2438fi
2439ac_ct_CC=$ac_cv_prog_ac_ct_CC
2440if test -n "$ac_ct_CC"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2442$as_echo "$ac_ct_CC" >&6; }
2443else
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2445$as_echo "no" >&6; }
2446fi
2447
2448 if test "x$ac_ct_CC" = x; then
2449 CC=""
2450 else
2451 case $cross_compiling:$ac_tool_warned in
2452yes:)
2453{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2454$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2455ac_tool_warned=yes ;;
2456esac
2457 CC=$ac_ct_CC
2458 fi
2459else
2460 CC="$ac_cv_prog_CC"
2461fi
2462
2463if test -z "$CC"; then
2464 if test -n "$ac_tool_prefix"; then
2465 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2466set dummy ${ac_tool_prefix}cc; ac_word=$2
2467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2468$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2469if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2470 $as_echo_n "(cached) " >&6
2471else
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC="$CC" # Let the user override the test.
2474else
2475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476for as_dir in $PATH
2477do
2478 IFS=$as_save_IFS
2479 test -z "$as_dir" && as_dir=.
2480 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2482 ac_cv_prog_CC="${ac_tool_prefix}cc"
2483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2484 break 2
2485 fi
2486done
2487 done
2488IFS=$as_save_IFS
2489
2490fi
2491fi
2492CC=$ac_cv_prog_CC
2493if test -n "$CC"; then
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2495$as_echo "$CC" >&6; }
2496else
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2498$as_echo "no" >&6; }
2499fi
2500
2501
2502 fi
2503fi
2504if test -z "$CC"; then
2505 # Extract the first word of "cc", so it can be a program name with args.
2506set dummy cc; ac_word=$2
2507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2508$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2509if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2510 $as_echo_n "(cached) " >&6
2511else
2512 if test -n "$CC"; then
2513 ac_cv_prog_CC="$CC" # Let the user override the test.
2514else
2515 ac_prog_rejected=no
2516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517for as_dir in $PATH
2518do
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2523 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2524 ac_prog_rejected=yes
2525 continue
2526 fi
2527 ac_cv_prog_CC="cc"
2528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2530 fi
2531done
2532 done
2533IFS=$as_save_IFS
2534
2535if test $ac_prog_rejected = yes; then
2536 # We found a bogon in the path, so make sure we never use it.
2537 set dummy $ac_cv_prog_CC
2538 shift
2539 if test $# != 0; then
2540 # We chose a different compiler from the bogus one.
2541 # However, it has the same basename, so the bogon will be chosen
2542 # first if we set CC to just the basename; use the full file name.
2543 shift
2544 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2545 fi
2546fi
2547fi
2548fi
2549CC=$ac_cv_prog_CC
2550if test -n "$CC"; then
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2552$as_echo "$CC" >&6; }
2553else
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555$as_echo "no" >&6; }
2556fi
2557
2558
2559fi
2560if test -z "$CC"; then
2561 if test -n "$ac_tool_prefix"; then
2562 for ac_prog in cl.exe
2563 do
2564 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2565set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2568if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2569 $as_echo_n "(cached) " >&6
2570else
2571 if test -n "$CC"; then
2572 ac_cv_prog_CC="$CC" # Let the user override the test.
2573else
2574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2575for as_dir in $PATH
2576do
2577 IFS=$as_save_IFS
2578 test -z "$as_dir" && as_dir=.
2579 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2581 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2583 break 2
2584 fi
2585done
2586 done
2587IFS=$as_save_IFS
2588
2589fi
2590fi
2591CC=$ac_cv_prog_CC
2592if test -n "$CC"; then
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2594$as_echo "$CC" >&6; }
2595else
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2597$as_echo "no" >&6; }
2598fi
2599
2600
2601 test -n "$CC" && break
2602 done
2603fi
2604if test -z "$CC"; then
2605 ac_ct_CC=$CC
2606 for ac_prog in cl.exe
2607do
2608 # Extract the first word of "$ac_prog", so it can be a program name with args.
2609set dummy $ac_prog; ac_word=$2
2610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2611$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2612if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2613 $as_echo_n "(cached) " >&6
2614else
2615 if test -n "$ac_ct_CC"; then
2616 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2617else
2618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619for as_dir in $PATH
2620do
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2624 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2625 ac_cv_prog_ac_ct_CC="$ac_prog"
2626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2628 fi
2629done
2630 done
2631IFS=$as_save_IFS
2632
2633fi
2634fi
2635ac_ct_CC=$ac_cv_prog_ac_ct_CC
2636if test -n "$ac_ct_CC"; then
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2638$as_echo "$ac_ct_CC" >&6; }
2639else
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2641$as_echo "no" >&6; }
2642fi
2643
2644
2645 test -n "$ac_ct_CC" && break
2646done
2647
2648 if test "x$ac_ct_CC" = x; then
2649 CC=""
2650 else
2651 case $cross_compiling:$ac_tool_warned in
2652yes:)
2653{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2654$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2655ac_tool_warned=yes ;;
2656esac
2657 CC=$ac_ct_CC
2658 fi
2659fi
2660
2661fi
2662
2663
2664test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2665$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2666as_fn_error $? "no acceptable C compiler found in \$PATH
2667See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2668
2669# Provide some information about the compiler.
2670$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2671set X $ac_compile
2672ac_compiler=$2
2673for ac_option in --version -v -V -qversion; do
2674 { { ac_try="$ac_compiler $ac_option >&5"
2675case "(($ac_try" in
2676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2677 *) ac_try_echo=$ac_try;;
2678esac
2679eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2680$as_echo "$ac_try_echo"; } >&5
2681 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2682 ac_status=$?
2683 if test -s conftest.err; then
2684 sed '10a\
2685... rest of stderr output deleted ...
2686 10q' conftest.err >conftest.er1
2687 cat conftest.er1 >&5
6bb11ab3 2688 fi
d0ac1c44 2689 rm -f conftest.er1 conftest.err
6bb11ab3
L
2690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2691 test $ac_status = 0; }
2692done
2693
2694cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2695/* end confdefs.h. */
2696
2697int
2698main ()
2699{
2700
2701 ;
2702 return 0;
2703}
2704_ACEOF
2705ac_clean_files_save=$ac_clean_files
d0ac1c44 2706ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2707# Try to create an executable without -o first, disregard a.out.
2708# It will help us diagnose broken compilers, and finding out an intuition
2709# of exeext.
d0ac1c44
SM
2710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2711$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2712ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2713
2714# The possible output files:
2715ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2716
2717ac_rmfiles=
2718for ac_file in $ac_files
2719do
2720 case $ac_file in
2721 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2722 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2723 esac
2724done
2725rm -f $ac_rmfiles
2726
2727if { { ac_try="$ac_link_default"
2728case "(($ac_try" in
2729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2730 *) ac_try_echo=$ac_try;;
2731esac
2732eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2733$as_echo "$ac_try_echo"; } >&5
2734 (eval "$ac_link_default") 2>&5
2735 ac_status=$?
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; }; then :
2738 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2739# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2740# in a Makefile. We should not override ac_cv_exeext if it was cached,
2741# so that the user can short-circuit this test for compilers unknown to
2742# Autoconf.
2743for ac_file in $ac_files ''
2744do
2745 test -f "$ac_file" || continue
2746 case $ac_file in
2747 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2748 ;;
2749 [ab].out )
2750 # We found the default executable, but exeext='' is most
2751 # certainly right.
2752 break;;
2753 *.* )
2754 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2755 then :; else
2756 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2757 fi
2758 # We set ac_cv_exeext here because the later test for it is not
2759 # safe: cross compilers may not add the suffix if given an `-o'
2760 # argument, so we may need to know it at that point already.
2761 # Even if this section looks crufty: it has the advantage of
2762 # actually working.
2763 break;;
2764 * )
2765 break;;
2766 esac
2767done
2768test "$ac_cv_exeext" = no && ac_cv_exeext=
2769
2770else
2771 ac_file=''
2772fi
6bb11ab3 2773if test -z "$ac_file"; then :
d0ac1c44
SM
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775$as_echo "no" >&6; }
2776$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2777sed 's/^/| /' conftest.$ac_ext >&5
2778
2779{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2780$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2781as_fn_error 77 "C compiler cannot create executables
2782See \`config.log' for more details" "$LINENO" 5; }
2783else
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2785$as_echo "yes" >&6; }
6bb11ab3 2786fi
d0ac1c44
SM
2787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2788$as_echo_n "checking for C compiler default output file name... " >&6; }
2789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2790$as_echo "$ac_file" >&6; }
6bb11ab3
L
2791ac_exeext=$ac_cv_exeext
2792
d0ac1c44 2793rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2794ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2796$as_echo_n "checking for suffix of executables... " >&6; }
2797if { { ac_try="$ac_link"
2798case "(($ac_try" in
2799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2800 *) ac_try_echo=$ac_try;;
2801esac
2802eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2803$as_echo "$ac_try_echo"; } >&5
2804 (eval "$ac_link") 2>&5
2805 ac_status=$?
2806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2807 test $ac_status = 0; }; then :
2808 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2809# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2810# work properly (i.e., refer to `conftest.exe'), while it won't with
2811# `rm'.
2812for ac_file in conftest.exe conftest conftest.*; do
2813 test -f "$ac_file" || continue
2814 case $ac_file in
2815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2816 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2817 break;;
2818 * ) break;;
2819 esac
2820done
2821else
2822 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2823$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2824as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2825See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2826fi
d0ac1c44 2827rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2829$as_echo "$ac_cv_exeext" >&6; }
2830
2831rm -f conftest.$ac_ext
2832EXEEXT=$ac_cv_exeext
2833ac_exeext=$EXEEXT
d0ac1c44
SM
2834cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2835/* end confdefs.h. */
2836#include <stdio.h>
2837int
2838main ()
2839{
2840FILE *f = fopen ("conftest.out", "w");
2841 return ferror (f) || fclose (f) != 0;
2842
2843 ;
2844 return 0;
2845}
2846_ACEOF
2847ac_clean_files="$ac_clean_files conftest.out"
2848# Check that the compiler produces executables we can run. If not, either
2849# the compiler is broken, or we cross compile.
2850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2851$as_echo_n "checking whether we are cross compiling... " >&6; }
2852if test "$cross_compiling" != yes; then
2853 { { ac_try="$ac_link"
2854case "(($ac_try" in
2855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856 *) ac_try_echo=$ac_try;;
2857esac
2858eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2859$as_echo "$ac_try_echo"; } >&5
2860 (eval "$ac_link") 2>&5
2861 ac_status=$?
2862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863 test $ac_status = 0; }
2864 if { ac_try='./conftest$ac_cv_exeext'
2865 { { case "(($ac_try" in
2866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867 *) ac_try_echo=$ac_try;;
2868esac
2869eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2870$as_echo "$ac_try_echo"; } >&5
2871 (eval "$ac_try") 2>&5
2872 ac_status=$?
2873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2874 test $ac_status = 0; }; }; then
2875 cross_compiling=no
2876 else
2877 if test "$cross_compiling" = maybe; then
2878 cross_compiling=yes
2879 else
2880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2881$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2882as_fn_error $? "cannot run C compiled programs.
2883If you meant to cross compile, use \`--host'.
2884See \`config.log' for more details" "$LINENO" 5; }
2885 fi
2886 fi
2887fi
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2889$as_echo "$cross_compiling" >&6; }
2890
2891rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2892ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2894$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2895if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2896 $as_echo_n "(cached) " >&6
2897else
2898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2899/* end confdefs.h. */
2900
2901int
2902main ()
2903{
2904
2905 ;
2906 return 0;
2907}
2908_ACEOF
2909rm -f conftest.o conftest.obj
2910if { { ac_try="$ac_compile"
2911case "(($ac_try" in
2912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2913 *) ac_try_echo=$ac_try;;
2914esac
2915eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2916$as_echo "$ac_try_echo"; } >&5
2917 (eval "$ac_compile") 2>&5
2918 ac_status=$?
2919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2920 test $ac_status = 0; }; then :
2921 for ac_file in conftest.o conftest.obj conftest.*; do
2922 test -f "$ac_file" || continue;
2923 case $ac_file in
2924 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2925 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2926 break;;
2927 esac
2928done
2929else
2930 $as_echo "$as_me: failed program was:" >&5
2931sed 's/^/| /' conftest.$ac_ext >&5
2932
2933{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2934$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2935as_fn_error $? "cannot compute suffix of object files: cannot compile
2936See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2937fi
2938rm -f conftest.$ac_cv_objext conftest.$ac_ext
2939fi
2940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2941$as_echo "$ac_cv_objext" >&6; }
2942OBJEXT=$ac_cv_objext
2943ac_objext=$OBJEXT
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2945$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2946if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2947 $as_echo_n "(cached) " >&6
2948else
2949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2950/* end confdefs.h. */
2951
2952int
2953main ()
2954{
2955#ifndef __GNUC__
2956 choke me
2957#endif
2958
2959 ;
2960 return 0;
2961}
2962_ACEOF
2963if ac_fn_c_try_compile "$LINENO"; then :
2964 ac_compiler_gnu=yes
2965else
2966 ac_compiler_gnu=no
2967fi
2968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2969ac_cv_c_compiler_gnu=$ac_compiler_gnu
2970
2971fi
2972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2973$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2974if test $ac_compiler_gnu = yes; then
2975 GCC=yes
2976else
2977 GCC=
2978fi
2979ac_test_CFLAGS=${CFLAGS+set}
2980ac_save_CFLAGS=$CFLAGS
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2982$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2983if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2984 $as_echo_n "(cached) " >&6
2985else
2986 ac_save_c_werror_flag=$ac_c_werror_flag
2987 ac_c_werror_flag=yes
2988 ac_cv_prog_cc_g=no
2989 CFLAGS="-g"
2990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2991/* end confdefs.h. */
2992
2993int
2994main ()
2995{
2996
2997 ;
2998 return 0;
2999}
3000_ACEOF
3001if ac_fn_c_try_compile "$LINENO"; then :
3002 ac_cv_prog_cc_g=yes
3003else
3004 CFLAGS=""
3005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3006/* end confdefs.h. */
3007
3008int
3009main ()
3010{
3011
3012 ;
3013 return 0;
3014}
3015_ACEOF
3016if ac_fn_c_try_compile "$LINENO"; then :
3017
3018else
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3022/* end confdefs.h. */
3023
3024int
3025main ()
3026{
3027
3028 ;
3029 return 0;
3030}
3031_ACEOF
3032if ac_fn_c_try_compile "$LINENO"; then :
3033 ac_cv_prog_cc_g=yes
3034fi
3035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3036fi
3037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3038fi
3039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041fi
3042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3043$as_echo "$ac_cv_prog_cc_g" >&6; }
3044if test "$ac_test_CFLAGS" = set; then
3045 CFLAGS=$ac_save_CFLAGS
3046elif test $ac_cv_prog_cc_g = yes; then
3047 if test "$GCC" = yes; then
3048 CFLAGS="-g -O2"
3049 else
3050 CFLAGS="-g"
3051 fi
3052else
3053 if test "$GCC" = yes; then
3054 CFLAGS="-O2"
3055 else
3056 CFLAGS=
3057 fi
3058fi
3059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3060$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3061if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3062 $as_echo_n "(cached) " >&6
3063else
3064 ac_cv_prog_cc_c89=no
3065ac_save_CC=$CC
3066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3067/* end confdefs.h. */
3068#include <stdarg.h>
3069#include <stdio.h>
d0ac1c44 3070struct stat;
6bb11ab3
L
3071/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3072struct buf { int x; };
3073FILE * (*rcsopen) (struct buf *, struct stat *, int);
3074static char *e (p, i)
3075 char **p;
3076 int i;
3077{
3078 return p[i];
3079}
3080static char *f (char * (*g) (char **, int), char **p, ...)
3081{
3082 char *s;
3083 va_list v;
3084 va_start (v,p);
3085 s = g (p, va_arg (v,int));
3086 va_end (v);
3087 return s;
3088}
3089
3090/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3091 function prototypes and stuff, but not '\xHH' hex character constants.
3092 These don't provoke an error unfortunately, instead are silently treated
3093 as 'x'. The following induces an error, until -std is added to get
3094 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3095 array size at least. It's necessary to write '\x00'==0 to get something
3096 that's true only with -std. */
3097int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3098
3099/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3100 inside strings and character constants. */
3101#define FOO(x) 'x'
3102int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3103
3104int test (int i, double x);
3105struct s1 {int (*f) (int a);};
3106struct s2 {int (*f) (double a);};
3107int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3108int argc;
3109char **argv;
3110int
3111main ()
3112{
3113return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3114 ;
3115 return 0;
3116}
3117_ACEOF
3118for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3119 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3120do
3121 CC="$ac_save_CC $ac_arg"
3122 if ac_fn_c_try_compile "$LINENO"; then :
3123 ac_cv_prog_cc_c89=$ac_arg
3124fi
3125rm -f core conftest.err conftest.$ac_objext
3126 test "x$ac_cv_prog_cc_c89" != "xno" && break
3127done
3128rm -f conftest.$ac_ext
3129CC=$ac_save_CC
3130
3131fi
3132# AC_CACHE_VAL
3133case "x$ac_cv_prog_cc_c89" in
3134 x)
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3136$as_echo "none needed" >&6; } ;;
3137 xno)
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3139$as_echo "unsupported" >&6; } ;;
3140 *)
3141 CC="$CC $ac_cv_prog_cc_c89"
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3143$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3144esac
3145if test "x$ac_cv_prog_cc_c89" != xno; then :
3146
3147fi
3148
3149ac_ext=c
3150ac_cpp='$CPP $CPPFLAGS'
3151ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3152ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3153ac_compiler_gnu=$ac_cv_c_compiler_gnu
3154
c2783492 3155
ebe9564b
MF
3156ac_ext=c
3157ac_cpp='$CPP $CPPFLAGS'
3158ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160ac_compiler_gnu=$ac_cv_c_compiler_gnu
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3162$as_echo_n "checking how to run the C preprocessor... " >&6; }
3163# On Suns, sometimes $CPP names a directory.
3164if test -n "$CPP" && test -d "$CPP"; then
3165 CPP=
3166fi
3167if test -z "$CPP"; then
3168 if ${ac_cv_prog_CPP+:} false; then :
3169 $as_echo_n "(cached) " >&6
3170else
3171 # Double quotes because CPP needs to be expanded
3172 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3173 do
3174 ac_preproc_ok=false
3175for ac_c_preproc_warn_flag in '' yes
3176do
3177 # Use a header file that comes with gcc, so configuring glibc
3178 # with a fresh cross-compiler works.
3179 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3180 # <limits.h> exists even on freestanding compilers.
3181 # On the NeXT, cc -E runs the code through the compiler's parser,
3182 # not just through cpp. "Syntax error" is here to catch this case.
3183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3184/* end confdefs.h. */
3185#ifdef __STDC__
3186# include <limits.h>
3187#else
3188# include <assert.h>
3189#endif
3190 Syntax error
3191_ACEOF
3192if ac_fn_c_try_cpp "$LINENO"; then :
3193
3194else
3195 # Broken: fails on valid input.
3196continue
3197fi
3198rm -f conftest.err conftest.i conftest.$ac_ext
3199
3200 # OK, works on sane cases. Now check whether nonexistent headers
3201 # can be detected and how.
3202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3203/* end confdefs.h. */
3204#include <ac_nonexistent.h>
3205_ACEOF
3206if ac_fn_c_try_cpp "$LINENO"; then :
3207 # Broken: success on invalid input.
3208continue
3209else
3210 # Passes both tests.
3211ac_preproc_ok=:
3212break
3213fi
3214rm -f conftest.err conftest.i conftest.$ac_ext
3215
3216done
3217# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3218rm -f conftest.i conftest.err conftest.$ac_ext
3219if $ac_preproc_ok; then :
3220 break
3221fi
3222
3223 done
3224 ac_cv_prog_CPP=$CPP
3225
3226fi
3227 CPP=$ac_cv_prog_CPP
3228else
3229 ac_cv_prog_CPP=$CPP
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3232$as_echo "$CPP" >&6; }
3233ac_preproc_ok=false
3234for ac_c_preproc_warn_flag in '' yes
3235do
3236 # Use a header file that comes with gcc, so configuring glibc
3237 # with a fresh cross-compiler works.
3238 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3239 # <limits.h> exists even on freestanding compilers.
3240 # On the NeXT, cc -E runs the code through the compiler's parser,
3241 # not just through cpp. "Syntax error" is here to catch this case.
3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3243/* end confdefs.h. */
3244#ifdef __STDC__
3245# include <limits.h>
3246#else
3247# include <assert.h>
3248#endif
3249 Syntax error
3250_ACEOF
3251if ac_fn_c_try_cpp "$LINENO"; then :
3252
3253else
3254 # Broken: fails on valid input.
3255continue
3256fi
3257rm -f conftest.err conftest.i conftest.$ac_ext
3258
3259 # OK, works on sane cases. Now check whether nonexistent headers
3260 # can be detected and how.
3261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3262/* end confdefs.h. */
3263#include <ac_nonexistent.h>
3264_ACEOF
3265if ac_fn_c_try_cpp "$LINENO"; then :
3266 # Broken: success on invalid input.
3267continue
3268else
3269 # Passes both tests.
3270ac_preproc_ok=:
3271break
3272fi
3273rm -f conftest.err conftest.i conftest.$ac_ext
3274
3275done
3276# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3277rm -f conftest.i conftest.err conftest.$ac_ext
3278if $ac_preproc_ok; then :
3279
3280else
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3284See \`config.log' for more details" "$LINENO" 5; }
3285fi
3286
3287ac_ext=c
3288ac_cpp='$CPP $CPPFLAGS'
3289ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3290ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3291ac_compiler_gnu=$ac_cv_c_compiler_gnu
3292
6bb11ab3
L
3293
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3295$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3296if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3297 $as_echo_n "(cached) " >&6
3298else
3299 if test -z "$GREP"; then
3300 ac_path_GREP_found=false
3301 # Loop through the user's path and test for each of PROGNAME-LIST
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3304do
3305 IFS=$as_save_IFS
3306 test -z "$as_dir" && as_dir=.
3307 for ac_prog in grep ggrep; do
3308 for ac_exec_ext in '' $ac_executable_extensions; do
3309 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3310 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3311# Check for GNU ac_path_GREP and select it if it is found.
3312 # Check for GNU $ac_path_GREP
3313case `"$ac_path_GREP" --version 2>&1` in
3314*GNU*)
3315 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3316*)
3317 ac_count=0
3318 $as_echo_n 0123456789 >"conftest.in"
3319 while :
3320 do
3321 cat "conftest.in" "conftest.in" >"conftest.tmp"
3322 mv "conftest.tmp" "conftest.in"
3323 cp "conftest.in" "conftest.nl"
3324 $as_echo 'GREP' >> "conftest.nl"
3325 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3326 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3327 as_fn_arith $ac_count + 1 && ac_count=$as_val
3328 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3329 # Best one so far, save it but keep looking for a better one
3330 ac_cv_path_GREP="$ac_path_GREP"
3331 ac_path_GREP_max=$ac_count
3332 fi
3333 # 10*(2^10) chars as input seems more than enough
3334 test $ac_count -gt 10 && break
3335 done
3336 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3337esac
3338
3339 $ac_path_GREP_found && break 3
3340 done
3341 done
3342 done
3343IFS=$as_save_IFS
3344 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3345 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3346 fi
3347else
3348 ac_cv_path_GREP=$GREP
3349fi
3350
3351fi
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3353$as_echo "$ac_cv_path_GREP" >&6; }
3354 GREP="$ac_cv_path_GREP"
3355
3356
3357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3358$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3359if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3360 $as_echo_n "(cached) " >&6
3361else
3362 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3363 then ac_cv_path_EGREP="$GREP -E"
3364 else
3365 if test -z "$EGREP"; then
3366 ac_path_EGREP_found=false
3367 # Loop through the user's path and test for each of PROGNAME-LIST
3368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3370do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
3373 for ac_prog in egrep; do
3374 for ac_exec_ext in '' $ac_executable_extensions; do
3375 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3376 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3377# Check for GNU ac_path_EGREP and select it if it is found.
3378 # Check for GNU $ac_path_EGREP
3379case `"$ac_path_EGREP" --version 2>&1` in
3380*GNU*)
3381 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3382*)
3383 ac_count=0
3384 $as_echo_n 0123456789 >"conftest.in"
3385 while :
3386 do
3387 cat "conftest.in" "conftest.in" >"conftest.tmp"
3388 mv "conftest.tmp" "conftest.in"
3389 cp "conftest.in" "conftest.nl"
3390 $as_echo 'EGREP' >> "conftest.nl"
3391 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3392 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3393 as_fn_arith $ac_count + 1 && ac_count=$as_val
3394 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3395 # Best one so far, save it but keep looking for a better one
3396 ac_cv_path_EGREP="$ac_path_EGREP"
3397 ac_path_EGREP_max=$ac_count
3398 fi
3399 # 10*(2^10) chars as input seems more than enough
3400 test $ac_count -gt 10 && break
3401 done
3402 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3403esac
3404
3405 $ac_path_EGREP_found && break 3
3406 done
3407 done
3408 done
3409IFS=$as_save_IFS
3410 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3411 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3412 fi
3413else
3414 ac_cv_path_EGREP=$EGREP
3415fi
3416
3417 fi
3418fi
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3420$as_echo "$ac_cv_path_EGREP" >&6; }
3421 EGREP="$ac_cv_path_EGREP"
3422
3423
3424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3425$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3426if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3427 $as_echo_n "(cached) " >&6
3428else
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430/* end confdefs.h. */
3431#include <stdlib.h>
3432#include <stdarg.h>
3433#include <string.h>
3434#include <float.h>
3435
3436int
3437main ()
3438{
3439
3440 ;
3441 return 0;
3442}
3443_ACEOF
3444if ac_fn_c_try_compile "$LINENO"; then :
3445 ac_cv_header_stdc=yes
3446else
3447 ac_cv_header_stdc=no
3448fi
3449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3450
3451if test $ac_cv_header_stdc = yes; then
3452 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454/* end confdefs.h. */
3455#include <string.h>
3456
3457_ACEOF
3458if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3459 $EGREP "memchr" >/dev/null 2>&1; then :
3460
3461else
3462 ac_cv_header_stdc=no
3463fi
3464rm -f conftest*
3465
3466fi
3467
3468if test $ac_cv_header_stdc = yes; then
3469 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3471/* end confdefs.h. */
3472#include <stdlib.h>
3473
3474_ACEOF
3475if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3476 $EGREP "free" >/dev/null 2>&1; then :
3477
3478else
3479 ac_cv_header_stdc=no
3480fi
3481rm -f conftest*
3482
3483fi
3484
3485if test $ac_cv_header_stdc = yes; then
3486 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3487 if test "$cross_compiling" = yes; then :
3488 :
3489else
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491/* end confdefs.h. */
3492#include <ctype.h>
3493#include <stdlib.h>
3494#if ((' ' & 0x0FF) == 0x020)
3495# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3496# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3497#else
3498# define ISLOWER(c) \
3499 (('a' <= (c) && (c) <= 'i') \
3500 || ('j' <= (c) && (c) <= 'r') \
3501 || ('s' <= (c) && (c) <= 'z'))
3502# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3503#endif
3504
3505#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3506int
3507main ()
3508{
3509 int i;
3510 for (i = 0; i < 256; i++)
3511 if (XOR (islower (i), ISLOWER (i))
3512 || toupper (i) != TOUPPER (i))
3513 return 2;
3514 return 0;
3515}
3516_ACEOF
3517if ac_fn_c_try_run "$LINENO"; then :
3518
3519else
3520 ac_cv_header_stdc=no
3521fi
3522rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3523 conftest.$ac_objext conftest.beam conftest.$ac_ext
3524fi
3525
3526fi
3527fi
3528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3529$as_echo "$ac_cv_header_stdc" >&6; }
3530if test $ac_cv_header_stdc = yes; then
3531
3532$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3533
3534fi
3535
3536# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3537for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3538 inttypes.h stdint.h unistd.h
3539do :
3540 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3541ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3542"
d0ac1c44 3543if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3544 cat >>confdefs.h <<_ACEOF
3545#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3546_ACEOF
3547
3548fi
3549
3550done
3551
3552
3553
3554 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3555if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3556 MINIX=yes
3557else
3558 MINIX=
3559fi
3560
3561
3562 if test "$MINIX" = yes; then
3563
3564$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3565
3566
3567$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3568
3569
3570$as_echo "#define _MINIX 1" >>confdefs.h
3571
3572 fi
3573
3574
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3576$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3577if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3578 $as_echo_n "(cached) " >&6
3579else
3580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3581/* end confdefs.h. */
3582
d0ac1c44
SM
3583# define __EXTENSIONS__ 1
3584 $ac_includes_default
6bb11ab3
L
3585int
3586main ()
3587{
3588
3589 ;
3590 return 0;
3591}
3592_ACEOF
3593if ac_fn_c_try_compile "$LINENO"; then :
3594 ac_cv_safe_to_define___extensions__=yes
3595else
3596 ac_cv_safe_to_define___extensions__=no
3597fi
3598rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3599fi
3600{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3601$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3602 test $ac_cv_safe_to_define___extensions__ = yes &&
3603 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3604
3605 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3606
3607 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3608
3609 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3610
3611 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3612
3613
3614test "$program_prefix" != NONE &&
3615 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3616# Use a double $ so make ignores it.
3617test "$program_suffix" != NONE &&
3618 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3619# Double any \ or $.
3620# By default was `s,x,x', remove it if useless.
3621ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3622program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3623
3624# Find a good install program. We prefer a C program (faster),
3625# so one script is as good as another. But avoid the broken or
3626# incompatible versions:
3627# SysV /etc/install, /usr/sbin/install
3628# SunOS /usr/etc/install
3629# IRIX /sbin/install
3630# AIX /bin/install
3631# AmigaOS /C/install, which installs bootblocks on floppy discs
3632# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3633# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3634# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3635# OS/2's system install, which has a completely different semantic
3636# ./install, which can be erroneously created by make from ./install.sh.
3637# Reject install programs that cannot install multiple files.
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3639$as_echo_n "checking for a BSD-compatible install... " >&6; }
3640if test -z "$INSTALL"; then
d0ac1c44 3641if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3642 $as_echo_n "(cached) " >&6
3643else
3644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3645for as_dir in $PATH
3646do
3647 IFS=$as_save_IFS
3648 test -z "$as_dir" && as_dir=.
3649 # Account for people who put trailing slashes in PATH elements.
3650case $as_dir/ in #((
3651 ./ | .// | /[cC]/* | \
3652 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3653 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3654 /usr/ucb/* ) ;;
3655 *)
3656 # OSF1 and SCO ODT 3.0 have their own names for install.
3657 # Don't use installbsd from OSF since it installs stuff as root
3658 # by default.
3659 for ac_prog in ginstall scoinst install; do
3660 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3661 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3662 if test $ac_prog = install &&
3663 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3664 # AIX install. It has an incompatible calling convention.
3665 :
3666 elif test $ac_prog = install &&
3667 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3668 # program-specific install script used by HP pwplus--don't use.
3669 :
3670 else
3671 rm -rf conftest.one conftest.two conftest.dir
3672 echo one > conftest.one
3673 echo two > conftest.two
3674 mkdir conftest.dir
3675 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3676 test -s conftest.one && test -s conftest.two &&
3677 test -s conftest.dir/conftest.one &&
3678 test -s conftest.dir/conftest.two
3679 then
3680 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3681 break 3
3682 fi
3683 fi
3684 fi
3685 done
3686 done
3687 ;;
3688esac
3689
3690 done
3691IFS=$as_save_IFS
3692
3693rm -rf conftest.one conftest.two conftest.dir
3694
3695fi
3696 if test "${ac_cv_path_install+set}" = set; then
3697 INSTALL=$ac_cv_path_install
3698 else
3699 # As a last resort, use the slow shell script. Don't cache a
3700 # value for INSTALL within a source directory, because that will
3701 # break other packages using the cache if that directory is
3702 # removed, or if the value is a relative name.
3703 INSTALL=$ac_install_sh
3704 fi
3705fi
3706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3707$as_echo "$INSTALL" >&6; }
3708
3709# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3710# It thinks the first close brace ends the variable substitution.
3711test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3712
3713test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3714
3715test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3716
3717rm -rf .tst 2>/dev/null
3718mkdir .tst 2>/dev/null
3719if test -d .tst; then
3720 am__leading_dot=.
3721else
3722 am__leading_dot=_
3723fi
3724rmdir .tst 2>/dev/null
3725
3726DEPDIR="${am__leading_dot}deps"
3727
3728case `pwd` in
3729 *\ * | *\ *)
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3731$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3732esac
3733
3734
3735
3736macro_version='2.2.7a'
3737macro_revision='1.3134'
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751ltmain="$ac_aux_dir/ltmain.sh"
3752
3753# Backslashify metacharacters that are still active within
3754# double-quoted strings.
3755sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3756
3757# Same as above, but do not quote variable references.
3758double_quote_subst='s/\(["`\\]\)/\\\1/g'
3759
3760# Sed substitution to delay expansion of an escaped shell variable in a
3761# double_quote_subst'ed string.
3762delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3763
3764# Sed substitution to delay expansion of an escaped single quote.
3765delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3766
3767# Sed substitution to avoid accidental globbing in evaled expressions
3768no_glob_subst='s/\*/\\\*/g'
3769
3770ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3771ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3772ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3773
3774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3775$as_echo_n "checking how to print strings... " >&6; }
3776# Test print first, because it will be a builtin if present.
3777if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3778 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3779 ECHO='print -r --'
3780elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3781 ECHO='printf %s\n'
3782else
3783 # Use this function as a fallback that always works.
3784 func_fallback_echo ()
3785 {
3786 eval 'cat <<_LTECHO_EOF
3787$1
3788_LTECHO_EOF'
3789 }
3790 ECHO='func_fallback_echo'
3791fi
3792
3793# func_echo_all arg...
3794# Invoke $ECHO with all args, space-separated.
3795func_echo_all ()
3796{
3797 $ECHO ""
3798}
3799
3800case "$ECHO" in
3801 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3802$as_echo "printf" >&6; } ;;
3803 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3804$as_echo "print -r" >&6; } ;;
3805 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3806$as_echo "cat" >&6; } ;;
3807esac
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3823$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3824if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3825 $as_echo_n "(cached) " >&6
3826else
3827 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3828 for ac_i in 1 2 3 4 5 6 7; do
3829 ac_script="$ac_script$as_nl$ac_script"
3830 done
3831 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3832 { ac_script=; unset ac_script;}
3833 if test -z "$SED"; then
3834 ac_path_SED_found=false
3835 # Loop through the user's path and test for each of PROGNAME-LIST
3836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3837for as_dir in $PATH
3838do
3839 IFS=$as_save_IFS
3840 test -z "$as_dir" && as_dir=.
3841 for ac_prog in sed gsed; do
3842 for ac_exec_ext in '' $ac_executable_extensions; do
3843 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3844 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3845# Check for GNU ac_path_SED and select it if it is found.
3846 # Check for GNU $ac_path_SED
3847case `"$ac_path_SED" --version 2>&1` in
3848*GNU*)
3849 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3850*)
3851 ac_count=0
3852 $as_echo_n 0123456789 >"conftest.in"
3853 while :
3854 do
3855 cat "conftest.in" "conftest.in" >"conftest.tmp"
3856 mv "conftest.tmp" "conftest.in"
3857 cp "conftest.in" "conftest.nl"
3858 $as_echo '' >> "conftest.nl"
3859 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3860 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3861 as_fn_arith $ac_count + 1 && ac_count=$as_val
3862 if test $ac_count -gt ${ac_path_SED_max-0}; then
3863 # Best one so far, save it but keep looking for a better one
3864 ac_cv_path_SED="$ac_path_SED"
3865 ac_path_SED_max=$ac_count
3866 fi
3867 # 10*(2^10) chars as input seems more than enough
3868 test $ac_count -gt 10 && break
3869 done
3870 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3871esac
3872
3873 $ac_path_SED_found && break 3
3874 done
3875 done
3876 done
3877IFS=$as_save_IFS
3878 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3879 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3880 fi
3881else
3882 ac_cv_path_SED=$SED
3883fi
3884
3885fi
3886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3887$as_echo "$ac_cv_path_SED" >&6; }
3888 SED="$ac_cv_path_SED"
3889 rm -f conftest.sed
3890
3891test -z "$SED" && SED=sed
3892Xsed="$SED -e 1s/^X//"
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3905$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3906if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3907 $as_echo_n "(cached) " >&6
3908else
3909 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3910 then ac_cv_path_FGREP="$GREP -F"
3911 else
3912 if test -z "$FGREP"; then
3913 ac_path_FGREP_found=false
3914 # Loop through the user's path and test for each of PROGNAME-LIST
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3917do
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
3920 for ac_prog in fgrep; do
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3923 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3924# Check for GNU ac_path_FGREP and select it if it is found.
3925 # Check for GNU $ac_path_FGREP
3926case `"$ac_path_FGREP" --version 2>&1` in
3927*GNU*)
3928 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3929*)
3930 ac_count=0
3931 $as_echo_n 0123456789 >"conftest.in"
3932 while :
3933 do
3934 cat "conftest.in" "conftest.in" >"conftest.tmp"
3935 mv "conftest.tmp" "conftest.in"
3936 cp "conftest.in" "conftest.nl"
3937 $as_echo 'FGREP' >> "conftest.nl"
3938 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3939 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3940 as_fn_arith $ac_count + 1 && ac_count=$as_val
3941 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3942 # Best one so far, save it but keep looking for a better one
3943 ac_cv_path_FGREP="$ac_path_FGREP"
3944 ac_path_FGREP_max=$ac_count
3945 fi
3946 # 10*(2^10) chars as input seems more than enough
3947 test $ac_count -gt 10 && break
3948 done
3949 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3950esac
3951
3952 $ac_path_FGREP_found && break 3
3953 done
3954 done
3955 done
3956IFS=$as_save_IFS
3957 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3958 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3959 fi
3960else
3961 ac_cv_path_FGREP=$FGREP
3962fi
3963
3964 fi
3965fi
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3967$as_echo "$ac_cv_path_FGREP" >&6; }
3968 FGREP="$ac_cv_path_FGREP"
3969
3970
3971test -z "$GREP" && GREP=grep
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991# Check whether --with-gnu-ld was given.
3992if test "${with_gnu_ld+set}" = set; then :
3993 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3994else
3995 with_gnu_ld=no
3996fi
3997
3998ac_prog=ld
3999if test "$GCC" = yes; then
4000 # Check if gcc -print-prog-name=ld gives a path.
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4002$as_echo_n "checking for ld used by $CC... " >&6; }
4003 case $host in
4004 *-*-mingw*)
4005 # gcc leaves a trailing carriage return which upsets mingw
4006 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4007 *)
4008 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4009 esac
4010 case $ac_prog in
4011 # Accept absolute paths.
4012 [\\/]* | ?:[\\/]*)
4013 re_direlt='/[^/][^/]*/\.\./'
4014 # Canonicalize the pathname of ld
4015 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4016 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4017 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4018 done
4019 test -z "$LD" && LD="$ac_prog"
4020 ;;
4021 "")
4022 # If it fails, then pretend we aren't using GCC.
4023 ac_prog=ld
4024 ;;
4025 *)
4026 # If it is relative, then search for the first ld in PATH.
4027 with_gnu_ld=unknown
4028 ;;
4029 esac
4030elif test "$with_gnu_ld" = yes; then
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4032$as_echo_n "checking for GNU ld... " >&6; }
4033else
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4035$as_echo_n "checking for non-GNU ld... " >&6; }
4036fi
d0ac1c44 4037if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4038 $as_echo_n "(cached) " >&6
4039else
4040 if test -z "$LD"; then
4041 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4042 for ac_dir in $PATH; do
4043 IFS="$lt_save_ifs"
4044 test -z "$ac_dir" && ac_dir=.
4045 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4046 lt_cv_path_LD="$ac_dir/$ac_prog"
4047 # Check to see if the program is GNU ld. I'd rather use --version,
4048 # but apparently some variants of GNU ld only accept -v.
4049 # Break only if it was the GNU/non-GNU ld that we prefer.
4050 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4051 *GNU* | *'with BFD'*)
4052 test "$with_gnu_ld" != no && break
4053 ;;
4054 *)
4055 test "$with_gnu_ld" != yes && break
4056 ;;
4057 esac
4058 fi
4059 done
4060 IFS="$lt_save_ifs"
4061else
4062 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4063fi
4064fi
4065
4066LD="$lt_cv_path_LD"
4067if test -n "$LD"; then
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4069$as_echo "$LD" >&6; }
4070else
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4072$as_echo "no" >&6; }
4073fi
d0ac1c44 4074test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4076$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4077if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4078 $as_echo_n "(cached) " >&6
4079else
4080 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4081case `$LD -v 2>&1 </dev/null` in
4082*GNU* | *'with BFD'*)
4083 lt_cv_prog_gnu_ld=yes
4084 ;;
4085*)
4086 lt_cv_prog_gnu_ld=no
4087 ;;
4088esac
4089fi
4090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4091$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4092with_gnu_ld=$lt_cv_prog_gnu_ld
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4103$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4104if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4105 $as_echo_n "(cached) " >&6
4106else
4107 if test -n "$NM"; then
4108 # Let the user override the test.
4109 lt_cv_path_NM="$NM"
4110else
4111 lt_nm_to_check="${ac_tool_prefix}nm"
4112 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4113 lt_nm_to_check="$lt_nm_to_check nm"
4114 fi
4115 for lt_tmp_nm in $lt_nm_to_check; do
4116 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4117 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4118 IFS="$lt_save_ifs"
4119 test -z "$ac_dir" && ac_dir=.
4120 tmp_nm="$ac_dir/$lt_tmp_nm"
4121 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4122 # Check to see if the nm accepts a BSD-compat flag.
4123 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4124 # nm: unknown option "B" ignored
4125 # Tru64's nm complains that /dev/null is an invalid object file
4126 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4127 */dev/null* | *'Invalid file or object type'*)
4128 lt_cv_path_NM="$tmp_nm -B"
4129 break
4130 ;;
4131 *)
4132 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4133 */dev/null*)
4134 lt_cv_path_NM="$tmp_nm -p"
4135 break
4136 ;;
4137 *)
4138 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4139 continue # so that we can try to find one that supports BSD flags
4140 ;;
4141 esac
4142 ;;
4143 esac
4144 fi
4145 done
4146 IFS="$lt_save_ifs"
4147 done
4148 : ${lt_cv_path_NM=no}
4149fi
4150fi
4151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4152$as_echo "$lt_cv_path_NM" >&6; }
4153if test "$lt_cv_path_NM" != "no"; then
4154 NM="$lt_cv_path_NM"
4155else
4156 # Didn't find any BSD compatible name lister, look for dumpbin.
4157 if test -n "$DUMPBIN"; then :
4158 # Let the user override the test.
4159 else
4160 if test -n "$ac_tool_prefix"; then
4161 for ac_prog in dumpbin "link -dump"
4162 do
4163 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4164set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4167if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4168 $as_echo_n "(cached) " >&6
4169else
4170 if test -n "$DUMPBIN"; then
4171 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4172else
4173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174for as_dir in $PATH
4175do
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
4178 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4180 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4182 break 2
4183 fi
4184done
4185 done
4186IFS=$as_save_IFS
4187
4188fi
4189fi
4190DUMPBIN=$ac_cv_prog_DUMPBIN
4191if test -n "$DUMPBIN"; then
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4193$as_echo "$DUMPBIN" >&6; }
4194else
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4196$as_echo "no" >&6; }
4197fi
4198
4199
4200 test -n "$DUMPBIN" && break
4201 done
4202fi
4203if test -z "$DUMPBIN"; then
4204 ac_ct_DUMPBIN=$DUMPBIN
4205 for ac_prog in dumpbin "link -dump"
4206do
4207 # Extract the first word of "$ac_prog", so it can be a program name with args.
4208set dummy $ac_prog; ac_word=$2
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4210$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4211if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4212 $as_echo_n "(cached) " >&6
4213else
4214 if test -n "$ac_ct_DUMPBIN"; then
4215 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4216else
4217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218for as_dir in $PATH
4219do
4220 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=.
4222 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4224 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228done
4229 done
4230IFS=$as_save_IFS
4231
4232fi
4233fi
4234ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4235if test -n "$ac_ct_DUMPBIN"; then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4237$as_echo "$ac_ct_DUMPBIN" >&6; }
4238else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240$as_echo "no" >&6; }
4241fi
4242
4243
4244 test -n "$ac_ct_DUMPBIN" && break
4245done
4246
4247 if test "x$ac_ct_DUMPBIN" = x; then
4248 DUMPBIN=":"
4249 else
4250 case $cross_compiling:$ac_tool_warned in
4251yes:)
4252{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4253$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4254ac_tool_warned=yes ;;
4255esac
4256 DUMPBIN=$ac_ct_DUMPBIN
4257 fi
4258fi
4259
4260 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4261 *COFF*)
4262 DUMPBIN="$DUMPBIN -symbols"
4263 ;;
4264 *)
4265 DUMPBIN=:
4266 ;;
4267 esac
4268 fi
4269
4270 if test "$DUMPBIN" != ":"; then
4271 NM="$DUMPBIN"
4272 fi
4273fi
4274test -z "$NM" && NM=nm
4275
4276
4277
4278
4279
4280
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4282$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4283if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4284 $as_echo_n "(cached) " >&6
4285else
4286 lt_cv_nm_interface="BSD nm"
4287 echo "int some_variable = 0;" > conftest.$ac_ext
4288 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4289 (eval "$ac_compile" 2>conftest.err)
4290 cat conftest.err >&5
4291 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4292 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4293 cat conftest.err >&5
4294 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4295 cat conftest.out >&5
4296 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4297 lt_cv_nm_interface="MS dumpbin"
4298 fi
4299 rm -f conftest*
4300fi
4301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4302$as_echo "$lt_cv_nm_interface" >&6; }
4303
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4305$as_echo_n "checking whether ln -s works... " >&6; }
4306LN_S=$as_ln_s
4307if test "$LN_S" = "ln -s"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4309$as_echo "yes" >&6; }
4310else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4312$as_echo "no, using $LN_S" >&6; }
4313fi
4314
4315# find the maximum length of command line arguments
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4317$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4318if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4319 $as_echo_n "(cached) " >&6
4320else
4321 i=0
4322 teststring="ABCD"
4323
4324 case $build_os in
4325 msdosdjgpp*)
4326 # On DJGPP, this test can blow up pretty badly due to problems in libc
4327 # (any single argument exceeding 2000 bytes causes a buffer overrun
4328 # during glob expansion). Even if it were fixed, the result of this
4329 # check would be larger than it should be.
4330 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4331 ;;
4332
4333 gnu*)
4334 # Under GNU Hurd, this test is not required because there is
4335 # no limit to the length of command line arguments.
4336 # Libtool will interpret -1 as no limit whatsoever
4337 lt_cv_sys_max_cmd_len=-1;
4338 ;;
4339
4340 cygwin* | mingw* | cegcc*)
4341 # On Win9x/ME, this test blows up -- it succeeds, but takes
4342 # about 5 minutes as the teststring grows exponentially.
4343 # Worse, since 9x/ME are not pre-emptively multitasking,
4344 # you end up with a "frozen" computer, even though with patience
4345 # the test eventually succeeds (with a max line length of 256k).
4346 # Instead, let's just punt: use the minimum linelength reported by
4347 # all of the supported platforms: 8192 (on NT/2K/XP).
4348 lt_cv_sys_max_cmd_len=8192;
4349 ;;
4350
4351 mint*)
4352 # On MiNT this can take a long time and run out of memory.
4353 lt_cv_sys_max_cmd_len=8192;
4354 ;;
4355
4356 amigaos*)
4357 # On AmigaOS with pdksh, this test takes hours, literally.
4358 # So we just punt and use a minimum line length of 8192.
4359 lt_cv_sys_max_cmd_len=8192;
4360 ;;
4361
4362 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4363 # This has been around since 386BSD, at least. Likely further.
4364 if test -x /sbin/sysctl; then
4365 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4366 elif test -x /usr/sbin/sysctl; then
4367 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4368 else
4369 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4370 fi
4371 # And add a safety zone
4372 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4373 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4374 ;;
4375
4376 interix*)
4377 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4378 lt_cv_sys_max_cmd_len=196608
4379 ;;
4380
4381 osf*)
4382 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4383 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4384 # nice to cause kernel panics so lets avoid the loop below.
4385 # First set a reasonable default.
4386 lt_cv_sys_max_cmd_len=16384
4387 #
4388 if test -x /sbin/sysconfig; then
4389 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4390 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4391 esac
4392 fi
4393 ;;
4394 sco3.2v5*)
4395 lt_cv_sys_max_cmd_len=102400
4396 ;;
4397 sysv5* | sco5v6* | sysv4.2uw2*)
4398 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4399 if test -n "$kargmax"; then
4400 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4401 else
4402 lt_cv_sys_max_cmd_len=32768
4403 fi
4404 ;;
4405 *)
4406 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4407 if test -n "$lt_cv_sys_max_cmd_len"; then
4408 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4409 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4410 else
4411 # Make teststring a little bigger before we do anything with it.
4412 # a 1K string should be a reasonable start.
4413 for i in 1 2 3 4 5 6 7 8 ; do
4414 teststring=$teststring$teststring
4415 done
4416 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4417 # If test is not a shell built-in, we'll probably end up computing a
4418 # maximum length that is only half of the actual maximum length, but
4419 # we can't tell.
4420 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4421 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4422 test $i != 17 # 1/2 MB should be enough
4423 do
4424 i=`expr $i + 1`
4425 teststring=$teststring$teststring
4426 done
4427 # Only check the string length outside the loop.
4428 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4429 teststring=
4430 # Add a significant safety factor because C++ compilers can tack on
4431 # massive amounts of additional arguments before passing them to the
4432 # linker. It appears as though 1/2 is a usable value.
4433 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4434 fi
4435 ;;
4436 esac
4437
4438fi
4439
4440if test -n $lt_cv_sys_max_cmd_len ; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4442$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4443else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4445$as_echo "none" >&6; }
4446fi
4447max_cmd_len=$lt_cv_sys_max_cmd_len
4448
4449
4450
4451
4452
4453
4454: ${CP="cp -f"}
4455: ${MV="mv -f"}
4456: ${RM="rm -f"}
4457
4458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4459$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4460# Try some XSI features
4461xsi_shell=no
4462( _lt_dummy="a/b/c"
4463 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4464 = c,a/b,, \
4465 && eval 'test $(( 1 + 1 )) -eq 2 \
4466 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4467 && xsi_shell=yes
4468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4469$as_echo "$xsi_shell" >&6; }
4470
4471
4472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4473$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4474lt_shell_append=no
4475( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4476 >/dev/null 2>&1 \
4477 && lt_shell_append=yes
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4479$as_echo "$lt_shell_append" >&6; }
4480
4481
4482if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4483 lt_unset=unset
4484else
4485 lt_unset=false
4486fi
4487
4488
4489
4490
4491
4492# test EBCDIC or ASCII
4493case `echo X|tr X '\101'` in
4494 A) # ASCII based system
4495 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4496 lt_SP2NL='tr \040 \012'
4497 lt_NL2SP='tr \015\012 \040\040'
4498 ;;
4499 *) # EBCDIC based system
4500 lt_SP2NL='tr \100 \n'
4501 lt_NL2SP='tr \r\n \100\100'
4502 ;;
4503esac
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4514$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4515if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4516 $as_echo_n "(cached) " >&6
4517else
4518 lt_cv_ld_reload_flag='-r'
4519fi
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4521$as_echo "$lt_cv_ld_reload_flag" >&6; }
4522reload_flag=$lt_cv_ld_reload_flag
4523case $reload_flag in
4524"" | " "*) ;;
4525*) reload_flag=" $reload_flag" ;;
4526esac
4527reload_cmds='$LD$reload_flag -o $output$reload_objs'
4528case $host_os in
4529 darwin*)
4530 if test "$GCC" = yes; then
4531 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4532 else
4533 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4534 fi
4535 ;;
4536esac
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546if test -n "$ac_tool_prefix"; then
4547 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4548set dummy ${ac_tool_prefix}objdump; ac_word=$2
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4550$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4551if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4552 $as_echo_n "(cached) " >&6
4553else
4554 if test -n "$OBJDUMP"; then
4555 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4556else
4557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4558for as_dir in $PATH
4559do
4560 IFS=$as_save_IFS
4561 test -z "$as_dir" && as_dir=.
4562 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4564 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4566 break 2
4567 fi
4568done
4569 done
4570IFS=$as_save_IFS
4571
4572fi
4573fi
4574OBJDUMP=$ac_cv_prog_OBJDUMP
4575if test -n "$OBJDUMP"; then
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4577$as_echo "$OBJDUMP" >&6; }
4578else
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4580$as_echo "no" >&6; }
4581fi
4582
4583
4584fi
4585if test -z "$ac_cv_prog_OBJDUMP"; then
4586 ac_ct_OBJDUMP=$OBJDUMP
4587 # Extract the first word of "objdump", so it can be a program name with args.
4588set dummy objdump; ac_word=$2
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4591if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4592 $as_echo_n "(cached) " >&6
4593else
4594 if test -n "$ac_ct_OBJDUMP"; then
4595 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4596else
4597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598for as_dir in $PATH
4599do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4604 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4606 break 2
4607 fi
4608done
4609 done
4610IFS=$as_save_IFS
4611
4612fi
4613fi
4614ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4615if test -n "$ac_ct_OBJDUMP"; then
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4617$as_echo "$ac_ct_OBJDUMP" >&6; }
4618else
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4620$as_echo "no" >&6; }
4621fi
4622
4623 if test "x$ac_ct_OBJDUMP" = x; then
4624 OBJDUMP="false"
4625 else
4626 case $cross_compiling:$ac_tool_warned in
4627yes:)
4628{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4629$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4630ac_tool_warned=yes ;;
4631esac
4632 OBJDUMP=$ac_ct_OBJDUMP
4633 fi
4634else
4635 OBJDUMP="$ac_cv_prog_OBJDUMP"
4636fi
4637
4638test -z "$OBJDUMP" && OBJDUMP=objdump
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4649$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4650if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4651 $as_echo_n "(cached) " >&6
4652else
4653 lt_cv_file_magic_cmd='$MAGIC_CMD'
4654lt_cv_file_magic_test_file=
4655lt_cv_deplibs_check_method='unknown'
4656# Need to set the preceding variable on all platforms that support
4657# interlibrary dependencies.
4658# 'none' -- dependencies not supported.
4659# `unknown' -- same as none, but documents that we really don't know.
4660# 'pass_all' -- all dependencies passed with no checks.
4661# 'test_compile' -- check by making test program.
4662# 'file_magic [[regex]]' -- check by looking for files in library path
4663# which responds to the $file_magic_cmd with a given extended regex.
4664# If you have `file' or equivalent on your system and you're not sure
4665# whether `pass_all' will *always* work, you probably want this one.
4666
4667case $host_os in
4668aix[4-9]*)
4669 lt_cv_deplibs_check_method=pass_all
4670 ;;
4671
4672beos*)
4673 lt_cv_deplibs_check_method=pass_all
4674 ;;
4675
4676bsdi[45]*)
4677 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4678 lt_cv_file_magic_cmd='/usr/bin/file -L'
4679 lt_cv_file_magic_test_file=/shlib/libc.so
4680 ;;
4681
4682cygwin*)
4683 # func_win32_libid is a shell function defined in ltmain.sh
4684 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4685 lt_cv_file_magic_cmd='func_win32_libid'
4686 ;;
4687
4688mingw* | pw32*)
4689 # Base MSYS/MinGW do not provide the 'file' command needed by
4690 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4691 # unless we find 'file', for example because we are cross-compiling.
4692 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4693 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4694 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4695 lt_cv_file_magic_cmd='func_win32_libid'
4696 else
4697 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4698 lt_cv_file_magic_cmd='$OBJDUMP -f'
4699 fi
4700 ;;
4701
4702cegcc*)
4703 # use the weaker test based on 'objdump'. See mingw*.
4704 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4705 lt_cv_file_magic_cmd='$OBJDUMP -f'
4706 ;;
4707
4708darwin* | rhapsody*)
4709 lt_cv_deplibs_check_method=pass_all
4710 ;;
4711
4712freebsd* | dragonfly*)
4713 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4714 case $host_cpu in
4715 i*86 )
4716 # Not sure whether the presence of OpenBSD here was a mistake.
4717 # Let's accept both of them until this is cleared up.
4718 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4719 lt_cv_file_magic_cmd=/usr/bin/file
4720 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4721 ;;
4722 esac
4723 else
4724 lt_cv_deplibs_check_method=pass_all
4725 fi
4726 ;;
4727
4728gnu*)
4729 lt_cv_deplibs_check_method=pass_all
4730 ;;
4731
4732haiku*)
4733 lt_cv_deplibs_check_method=pass_all
4734 ;;
4735
4736hpux10.20* | hpux11*)
4737 lt_cv_file_magic_cmd=/usr/bin/file
4738 case $host_cpu in
4739 ia64*)
4740 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4741 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4742 ;;
4743 hppa*64*)
4744 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]'
4745 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4746 ;;
4747 *)
4748 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4749 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4750 ;;
4751 esac
4752 ;;
4753
4754interix[3-9]*)
4755 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4756 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4757 ;;
4758
4759irix5* | irix6* | nonstopux*)
4760 case $LD in
4761 *-32|*"-32 ") libmagic=32-bit;;
4762 *-n32|*"-n32 ") libmagic=N32;;
4763 *-64|*"-64 ") libmagic=64-bit;;
4764 *) libmagic=never-match;;
4765 esac
4766 lt_cv_deplibs_check_method=pass_all
4767 ;;
4768
4769# This must be Linux ELF.
4770linux* | k*bsd*-gnu | kopensolaris*-gnu)
4771 lt_cv_deplibs_check_method=pass_all
4772 ;;
4773
4774netbsd*)
4775 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4776 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4777 else
4778 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4779 fi
4780 ;;
4781
4782newos6*)
4783 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4784 lt_cv_file_magic_cmd=/usr/bin/file
4785 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4786 ;;
4787
4788*nto* | *qnx*)
4789 lt_cv_deplibs_check_method=pass_all
4790 ;;
4791
4792openbsd*)
4793 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4794 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4795 else
4796 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4797 fi
4798 ;;
4799
4800osf3* | osf4* | osf5*)
4801 lt_cv_deplibs_check_method=pass_all
4802 ;;
4803
4804rdos*)
4805 lt_cv_deplibs_check_method=pass_all
4806 ;;
4807
4808solaris*)
4809 lt_cv_deplibs_check_method=pass_all
4810 ;;
4811
4812sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4813 lt_cv_deplibs_check_method=pass_all
4814 ;;
4815
4816sysv4 | sysv4.3*)
4817 case $host_vendor in
4818 motorola)
4819 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]'
4820 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4821 ;;
4822 ncr)
4823 lt_cv_deplibs_check_method=pass_all
4824 ;;
4825 sequent)
4826 lt_cv_file_magic_cmd='/bin/file'
4827 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4828 ;;
4829 sni)
4830 lt_cv_file_magic_cmd='/bin/file'
4831 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4832 lt_cv_file_magic_test_file=/lib/libc.so
4833 ;;
4834 siemens)
4835 lt_cv_deplibs_check_method=pass_all
4836 ;;
4837 pc)
4838 lt_cv_deplibs_check_method=pass_all
4839 ;;
4840 esac
4841 ;;
4842
4843tpf*)
4844 lt_cv_deplibs_check_method=pass_all
4845 ;;
4846esac
4847
4848fi
4849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4850$as_echo "$lt_cv_deplibs_check_method" >&6; }
4851file_magic_cmd=$lt_cv_file_magic_cmd
4852deplibs_check_method=$lt_cv_deplibs_check_method
4853test -z "$deplibs_check_method" && deplibs_check_method=unknown
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
68ed2854
MF
4866plugin_option=
4867plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4868for plugin in $plugin_names; do
4869 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4870 if test x$plugin_so = x$plugin; then
4871 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4872 fi
4873 if test x$plugin_so != x$plugin; then
4874 plugin_option="--plugin $plugin_so"
4875 break
4876 fi
4877done
4878
6bb11ab3
L
4879if test -n "$ac_tool_prefix"; then
4880 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4881set dummy ${ac_tool_prefix}ar; ac_word=$2
4882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4883$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4884if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4885 $as_echo_n "(cached) " >&6
4886else
4887 if test -n "$AR"; then
4888 ac_cv_prog_AR="$AR" # Let the user override the test.
4889else
4890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891for as_dir in $PATH
4892do
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4897 ac_cv_prog_AR="${ac_tool_prefix}ar"
4898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4900 fi
4901done
4902 done
4903IFS=$as_save_IFS
4904
4905fi
4906fi
4907AR=$ac_cv_prog_AR
4908if test -n "$AR"; then
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4910$as_echo "$AR" >&6; }
4911else
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913$as_echo "no" >&6; }
4914fi
4915
4916
4917fi
4918if test -z "$ac_cv_prog_AR"; then
4919 ac_ct_AR=$AR
4920 # Extract the first word of "ar", so it can be a program name with args.
4921set dummy ar; ac_word=$2
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4923$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4924if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4925 $as_echo_n "(cached) " >&6
4926else
4927 if test -n "$ac_ct_AR"; then
4928 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4929else
4930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931for as_dir in $PATH
4932do
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4937 ac_cv_prog_ac_ct_AR="ar"
4938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4940 fi
4941done
4942 done
4943IFS=$as_save_IFS
4944
4945fi
4946fi
4947ac_ct_AR=$ac_cv_prog_ac_ct_AR
4948if test -n "$ac_ct_AR"; then
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4950$as_echo "$ac_ct_AR" >&6; }
4951else
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4953$as_echo "no" >&6; }
4954fi
4955
4956 if test "x$ac_ct_AR" = x; then
4957 AR="false"
4958 else
4959 case $cross_compiling:$ac_tool_warned in
4960yes:)
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4962$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4963ac_tool_warned=yes ;;
4964esac
4965 AR=$ac_ct_AR
4966 fi
4967else
4968 AR="$ac_cv_prog_AR"
4969fi
4970
4971test -z "$AR" && AR=ar
68ed2854
MF
4972if test -n "$plugin_option"; then
4973 if $AR --help 2>&1 | grep -q "\--plugin"; then
3c811346
MF
4974 touch conftest.c
4975 $AR $plugin_option rc conftest.a conftest.c
4976 if test "$?" != 0; then
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4978$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4979 else
4980 AR="$AR $plugin_option"
4981 fi
4982 rm -f conftest.*
68ed2854
MF
4983 fi
4984fi
6bb11ab3
L
4985test -z "$AR_FLAGS" && AR_FLAGS=cru
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997if test -n "$ac_tool_prefix"; then
4998 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4999set dummy ${ac_tool_prefix}strip; ac_word=$2
5000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5002if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5003 $as_echo_n "(cached) " >&6
5004else
5005 if test -n "$STRIP"; then
5006 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5007else
5008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5009for as_dir in $PATH
5010do
5011 IFS=$as_save_IFS
5012 test -z "$as_dir" && as_dir=.
5013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5015 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5017 break 2
5018 fi
5019done
5020 done
5021IFS=$as_save_IFS
5022
5023fi
5024fi
5025STRIP=$ac_cv_prog_STRIP
5026if test -n "$STRIP"; then
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5028$as_echo "$STRIP" >&6; }
5029else
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5031$as_echo "no" >&6; }
5032fi
5033
5034
5035fi
5036if test -z "$ac_cv_prog_STRIP"; then
5037 ac_ct_STRIP=$STRIP
5038 # Extract the first word of "strip", so it can be a program name with args.
5039set dummy strip; ac_word=$2
5040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5042if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5043 $as_echo_n "(cached) " >&6
5044else
5045 if test -n "$ac_ct_STRIP"; then
5046 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5047else
5048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049for as_dir in $PATH
5050do
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
5053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5055 ac_cv_prog_ac_ct_STRIP="strip"
5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5057 break 2
5058 fi
5059done
5060 done
5061IFS=$as_save_IFS
5062
5063fi
5064fi
5065ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5066if test -n "$ac_ct_STRIP"; then
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5068$as_echo "$ac_ct_STRIP" >&6; }
5069else
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071$as_echo "no" >&6; }
5072fi
5073
5074 if test "x$ac_ct_STRIP" = x; then
5075 STRIP=":"
5076 else
5077 case $cross_compiling:$ac_tool_warned in
5078yes:)
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5081ac_tool_warned=yes ;;
5082esac
5083 STRIP=$ac_ct_STRIP
5084 fi
5085else
5086 STRIP="$ac_cv_prog_STRIP"
5087fi
5088
5089test -z "$STRIP" && STRIP=:
5090
5091
5092
5093
5094
5095
5096if test -n "$ac_tool_prefix"; then
5097 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5098set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5100$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5101if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5102 $as_echo_n "(cached) " >&6
5103else
5104 if test -n "$RANLIB"; then
5105 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5106else
5107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5114 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 break 2
5117 fi
5118done
5119 done
5120IFS=$as_save_IFS
5121
5122fi
5123fi
5124RANLIB=$ac_cv_prog_RANLIB
5125if test -n "$RANLIB"; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5127$as_echo "$RANLIB" >&6; }
5128else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130$as_echo "no" >&6; }
5131fi
5132
5133
5134fi
5135if test -z "$ac_cv_prog_RANLIB"; then
5136 ac_ct_RANLIB=$RANLIB
5137 # Extract the first word of "ranlib", so it can be a program name with args.
5138set dummy ranlib; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5141if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5142 $as_echo_n "(cached) " >&6
5143else
5144 if test -n "$ac_ct_RANLIB"; then
5145 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5146else
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5154 ac_cv_prog_ac_ct_RANLIB="ranlib"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158done
5159 done
5160IFS=$as_save_IFS
5161
5162fi
5163fi
5164ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5165if test -n "$ac_ct_RANLIB"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5167$as_echo "$ac_ct_RANLIB" >&6; }
5168else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5171fi
5172
5173 if test "x$ac_ct_RANLIB" = x; then
5174 RANLIB=":"
5175 else
5176 case $cross_compiling:$ac_tool_warned in
5177yes:)
5178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5180ac_tool_warned=yes ;;
5181esac
5182 RANLIB=$ac_ct_RANLIB
5183 fi
5184else
5185 RANLIB="$ac_cv_prog_RANLIB"
5186fi
5187
5188test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5189if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5190 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5191 RANLIB="$RANLIB $plugin_option"
5192 fi
5193fi
6bb11ab3
L
5194
5195
5196
5197
5198
5199
5200# Determine commands to create old-style static archives.
5201old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5202old_postinstall_cmds='chmod 644 $oldlib'
5203old_postuninstall_cmds=
5204
5205if test -n "$RANLIB"; then
5206 case $host_os in
5207 openbsd*)
5208 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5209 ;;
5210 *)
5211 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5212 ;;
5213 esac
5214 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5215fi
5216
5217case $host_os in
5218 darwin*)
5219 lock_old_archive_extraction=yes ;;
5220 *)
5221 lock_old_archive_extraction=no ;;
5222esac
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244for ac_prog in gawk mawk nawk awk
5245do
5246 # Extract the first word of "$ac_prog", so it can be a program name with args.
5247set dummy $ac_prog; ac_word=$2
5248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5249$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5250if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5251 $as_echo_n "(cached) " >&6
5252else
5253 if test -n "$AWK"; then
5254 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5255else
5256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5257for as_dir in $PATH
5258do
5259 IFS=$as_save_IFS
5260 test -z "$as_dir" && as_dir=.
5261 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5262 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5263 ac_cv_prog_AWK="$ac_prog"
5264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5265 break 2
5266 fi
5267done
5268 done
5269IFS=$as_save_IFS
5270
5271fi
5272fi
5273AWK=$ac_cv_prog_AWK
5274if test -n "$AWK"; then
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5276$as_echo "$AWK" >&6; }
5277else
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5279$as_echo "no" >&6; }
5280fi
5281
5282
5283 test -n "$AWK" && break
5284done
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304# If no C compiler was specified, use CC.
5305LTCC=${LTCC-"$CC"}
5306
5307# If no C compiler flags were specified, use CFLAGS.
5308LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5309
5310# Allow CC to be a program name with arguments.
5311compiler=$CC
5312
5313
5314# Check for command to grab the raw symbol name followed by C symbol from nm.
5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5316$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5317if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5318 $as_echo_n "(cached) " >&6
5319else
5320
5321# These are sane defaults that work on at least a few old systems.
5322# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5323
5324# Character class describing NM global symbol codes.
5325symcode='[BCDEGRST]'
5326
5327# Regexp to match symbols that can be accessed directly from C.
5328sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5329
5330# Define system-specific variables.
5331case $host_os in
5332aix*)
5333 symcode='[BCDT]'
5334 ;;
5335cygwin* | mingw* | pw32* | cegcc*)
5336 symcode='[ABCDGISTW]'
5337 ;;
5338hpux*)
5339 if test "$host_cpu" = ia64; then
5340 symcode='[ABCDEGRST]'
5341 fi
5342 ;;
5343irix* | nonstopux*)
5344 symcode='[BCDEGRST]'
5345 ;;
5346osf*)
5347 symcode='[BCDEGQRST]'
5348 ;;
5349solaris*)
5350 symcode='[BDRT]'
5351 ;;
5352sco3.2v5*)
5353 symcode='[DT]'
5354 ;;
5355sysv4.2uw2*)
5356 symcode='[DT]'
5357 ;;
5358sysv5* | sco5v6* | unixware* | OpenUNIX*)
5359 symcode='[ABDT]'
5360 ;;
5361sysv4)
5362 symcode='[DFNSTU]'
5363 ;;
5364esac
5365
5366# If we're using GNU nm, then use its standard symbol codes.
5367case `$NM -V 2>&1` in
5368*GNU* | *'with BFD'*)
5369 symcode='[ABCDGIRSTW]' ;;
5370esac
5371
5372# Transform an extracted symbol line into a proper C declaration.
5373# Some systems (esp. on ia64) link data and code symbols differently,
5374# so use this general approach.
5375lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5376
5377# Transform an extracted symbol line into symbol name and symbol address
5378lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5379lt_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'"
5380
5381# Handle CRLF in mingw tool chain
5382opt_cr=
5383case $build_os in
5384mingw*)
5385 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5386 ;;
5387esac
5388
5389# Try without a prefix underscore, then with it.
5390for ac_symprfx in "" "_"; do
5391
5392 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5393 symxfrm="\\1 $ac_symprfx\\2 \\2"
5394
5395 # Write the raw and C identifiers.
5396 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5397 # Fake it for dumpbin and say T for any non-static function
5398 # and D for any global variable.
5399 # Also find C++ and __fastcall symbols from MSVC++,
5400 # which start with @ or ?.
5401 lt_cv_sys_global_symbol_pipe="$AWK '"\
5402" {last_section=section; section=\$ 3};"\
5403" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5404" \$ 0!~/External *\|/{next};"\
5405" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5406" {if(hide[section]) next};"\
5407" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5408" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5409" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5410" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5411" ' prfx=^$ac_symprfx"
5412 else
5413 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5414 fi
5415
5416 # Check to see that the pipe works correctly.
5417 pipe_works=no
5418
5419 rm -f conftest*
5420 cat > conftest.$ac_ext <<_LT_EOF
5421#ifdef __cplusplus
5422extern "C" {
5423#endif
5424char nm_test_var;
5425void nm_test_func(void);
5426void nm_test_func(void){}
5427#ifdef __cplusplus
5428}
5429#endif
5430int main(){nm_test_var='a';nm_test_func();return(0);}
5431_LT_EOF
5432
5433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5434 (eval $ac_compile) 2>&5
5435 ac_status=$?
5436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5437 test $ac_status = 0; }; then
5438 # Now try to grab the symbols.
5439 nlist=conftest.nm
5440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5441 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5442 ac_status=$?
5443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5444 test $ac_status = 0; } && test -s "$nlist"; then
5445 # Try sorting and uniquifying the output.
5446 if sort "$nlist" | uniq > "$nlist"T; then
5447 mv -f "$nlist"T "$nlist"
5448 else
5449 rm -f "$nlist"T
5450 fi
5451
5452 # Make sure that we snagged all the symbols we need.
5453 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5454 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5455 cat <<_LT_EOF > conftest.$ac_ext
5456#ifdef __cplusplus
5457extern "C" {
5458#endif
5459
5460_LT_EOF
5461 # Now generate the symbol file.
5462 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5463
5464 cat <<_LT_EOF >> conftest.$ac_ext
5465
5466/* The mapping between symbol names and symbols. */
5467const struct {
5468 const char *name;
5469 void *address;
5470}
5471lt__PROGRAM__LTX_preloaded_symbols[] =
5472{
5473 { "@PROGRAM@", (void *) 0 },
5474_LT_EOF
5475 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5476 cat <<\_LT_EOF >> conftest.$ac_ext
5477 {0, (void *) 0}
5478};
5479
5480/* This works around a problem in FreeBSD linker */
5481#ifdef FREEBSD_WORKAROUND
5482static const void *lt_preloaded_setup() {
5483 return lt__PROGRAM__LTX_preloaded_symbols;
5484}
5485#endif
5486
5487#ifdef __cplusplus
5488}
5489#endif
5490_LT_EOF
5491 # Now try linking the two files.
5492 mv conftest.$ac_objext conftstm.$ac_objext
5493 lt_save_LIBS="$LIBS"
5494 lt_save_CFLAGS="$CFLAGS"
5495 LIBS="conftstm.$ac_objext"
5496 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5498 (eval $ac_link) 2>&5
5499 ac_status=$?
5500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5501 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5502 pipe_works=yes
5503 fi
5504 LIBS="$lt_save_LIBS"
5505 CFLAGS="$lt_save_CFLAGS"
5506 else
5507 echo "cannot find nm_test_func in $nlist" >&5
5508 fi
5509 else
5510 echo "cannot find nm_test_var in $nlist" >&5
5511 fi
5512 else
5513 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5514 fi
5515 else
5516 echo "$progname: failed program was:" >&5
5517 cat conftest.$ac_ext >&5
5518 fi
5519 rm -rf conftest* conftst*
5520
5521 # Do not use the global_symbol_pipe unless it works.
5522 if test "$pipe_works" = yes; then
5523 break
5524 else
5525 lt_cv_sys_global_symbol_pipe=
5526 fi
5527done
5528
5529fi
5530
5531if test -z "$lt_cv_sys_global_symbol_pipe"; then
5532 lt_cv_sys_global_symbol_to_cdecl=
5533fi
5534if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5536$as_echo "failed" >&6; }
5537else
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5539$as_echo "ok" >&6; }
5540fi
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563# Check whether --enable-libtool-lock was given.
5564if test "${enable_libtool_lock+set}" = set; then :
5565 enableval=$enable_libtool_lock;
5566fi
5567
5568test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5569
5570# Some flags need to be propagated to the compiler or linker for good
5571# libtool support.
5572case $host in
5573ia64-*-hpux*)
5574 # Find out which ABI we are using.
5575 echo 'int i;' > conftest.$ac_ext
5576 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5577 (eval $ac_compile) 2>&5
5578 ac_status=$?
5579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5580 test $ac_status = 0; }; then
5581 case `/usr/bin/file conftest.$ac_objext` in
5582 *ELF-32*)
5583 HPUX_IA64_MODE="32"
5584 ;;
5585 *ELF-64*)
5586 HPUX_IA64_MODE="64"
5587 ;;
5588 esac
5589 fi
5590 rm -rf conftest*
5591 ;;
5592*-*-irix6*)
5593 # Find out which ABI we are using.
5594 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5595 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5596 (eval $ac_compile) 2>&5
5597 ac_status=$?
5598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5599 test $ac_status = 0; }; then
5600 if test "$lt_cv_prog_gnu_ld" = yes; then
5601 case `/usr/bin/file conftest.$ac_objext` in
5602 *32-bit*)
5603 LD="${LD-ld} -melf32bsmip"
5604 ;;
5605 *N32*)
5606 LD="${LD-ld} -melf32bmipn32"
5607 ;;
5608 *64-bit*)
5609 LD="${LD-ld} -melf64bmip"
5610 ;;
5611 esac
5612 else
5613 case `/usr/bin/file conftest.$ac_objext` in
5614 *32-bit*)
5615 LD="${LD-ld} -32"
5616 ;;
5617 *N32*)
5618 LD="${LD-ld} -n32"
5619 ;;
5620 *64-bit*)
5621 LD="${LD-ld} -64"
5622 ;;
5623 esac
5624 fi
5625 fi
5626 rm -rf conftest*
5627 ;;
5628
bf3d9781 5629x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5630s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5631 # Find out which ABI we are using.
5632 echo 'int i;' > conftest.$ac_ext
5633 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5634 (eval $ac_compile) 2>&5
5635 ac_status=$?
5636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5637 test $ac_status = 0; }; then
5638 case `/usr/bin/file conftest.o` in
5639 *32-bit*)
5640 case $host in
5641 x86_64-*kfreebsd*-gnu)
5642 LD="${LD-ld} -m elf_i386_fbsd"
5643 ;;
5644 x86_64-*linux*)
5645 case `/usr/bin/file conftest.o` in
5646 *x86-64*)
5647 LD="${LD-ld} -m elf32_x86_64"
5648 ;;
5649 *)
5650 LD="${LD-ld} -m elf_i386"
5651 ;;
5652 esac
5653 ;;
bf3d9781
AM
5654 powerpc64le-*linux*)
5655 LD="${LD-ld} -m elf32lppclinux"
5656 ;;
5657 powerpc64-*linux*)
6bb11ab3
L
5658 LD="${LD-ld} -m elf32ppclinux"
5659 ;;
5660 s390x-*linux*)
5661 LD="${LD-ld} -m elf_s390"
5662 ;;
5663 sparc64-*linux*)
5664 LD="${LD-ld} -m elf32_sparc"
5665 ;;
5666 esac
5667 ;;
5668 *64-bit*)
5669 case $host in
5670 x86_64-*kfreebsd*-gnu)
5671 LD="${LD-ld} -m elf_x86_64_fbsd"
5672 ;;
5673 x86_64-*linux*)
5674 LD="${LD-ld} -m elf_x86_64"
5675 ;;
bf3d9781
AM
5676 powerpcle-*linux*)
5677 LD="${LD-ld} -m elf64lppc"
5678 ;;
5679 powerpc-*linux*)
6bb11ab3
L
5680 LD="${LD-ld} -m elf64ppc"
5681 ;;
5682 s390*-*linux*|s390*-*tpf*)
5683 LD="${LD-ld} -m elf64_s390"
5684 ;;
5685 sparc*-*linux*)
5686 LD="${LD-ld} -m elf64_sparc"
5687 ;;
5688 esac
5689 ;;
5690 esac
5691 fi
5692 rm -rf conftest*
5693 ;;
5694
5695*-*-sco3.2v5*)
5696 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5697 SAVE_CFLAGS="$CFLAGS"
5698 CFLAGS="$CFLAGS -belf"
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5700$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5701if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5702 $as_echo_n "(cached) " >&6
5703else
5704 ac_ext=c
5705ac_cpp='$CPP $CPPFLAGS'
5706ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5707ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5708ac_compiler_gnu=$ac_cv_c_compiler_gnu
5709
5710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5711/* end confdefs.h. */
5712
5713int
5714main ()
5715{
5716
5717 ;
5718 return 0;
5719}
5720_ACEOF
5721if ac_fn_c_try_link "$LINENO"; then :
5722 lt_cv_cc_needs_belf=yes
5723else
5724 lt_cv_cc_needs_belf=no
5725fi
5726rm -f core conftest.err conftest.$ac_objext \
5727 conftest$ac_exeext conftest.$ac_ext
5728 ac_ext=c
5729ac_cpp='$CPP $CPPFLAGS'
5730ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5731ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5732ac_compiler_gnu=$ac_cv_c_compiler_gnu
5733
5734fi
5735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5736$as_echo "$lt_cv_cc_needs_belf" >&6; }
5737 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5738 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5739 CFLAGS="$SAVE_CFLAGS"
5740 fi
5741 ;;
5742sparc*-*solaris*)
5743 # Find out which ABI we are using.
5744 echo 'int i;' > conftest.$ac_ext
5745 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5746 (eval $ac_compile) 2>&5
5747 ac_status=$?
5748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5749 test $ac_status = 0; }; then
5750 case `/usr/bin/file conftest.o` in
5751 *64-bit*)
5752 case $lt_cv_prog_gnu_ld in
5753 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5754 *)
5755 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5756 LD="${LD-ld} -64"
5757 fi
5758 ;;
5759 esac
5760 ;;
5761 esac
5762 fi
5763 rm -rf conftest*
5764 ;;
5765esac
5766
5767need_locks="$enable_libtool_lock"
5768
5769
5770 case $host_os in
5771 rhapsody* | darwin*)
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5774set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5776$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5777if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5778 $as_echo_n "(cached) " >&6
5779else
5780 if test -n "$DSYMUTIL"; then
5781 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5782else
5783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784for as_dir in $PATH
5785do
5786 IFS=$as_save_IFS
5787 test -z "$as_dir" && as_dir=.
5788 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5790 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 break 2
5793 fi
5794done
5795 done
5796IFS=$as_save_IFS
5797
5798fi
5799fi
5800DSYMUTIL=$ac_cv_prog_DSYMUTIL
5801if test -n "$DSYMUTIL"; then
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5803$as_echo "$DSYMUTIL" >&6; }
5804else
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5806$as_echo "no" >&6; }
5807fi
5808
5809
5810fi
5811if test -z "$ac_cv_prog_DSYMUTIL"; then
5812 ac_ct_DSYMUTIL=$DSYMUTIL
5813 # Extract the first word of "dsymutil", so it can be a program name with args.
5814set dummy dsymutil; ac_word=$2
5815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5816$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5817if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5818 $as_echo_n "(cached) " >&6
5819else
5820 if test -n "$ac_ct_DSYMUTIL"; then
5821 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5822else
5823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824for as_dir in $PATH
5825do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5830 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5833 fi
5834done
5835 done
5836IFS=$as_save_IFS
5837
5838fi
5839fi
5840ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5841if test -n "$ac_ct_DSYMUTIL"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5843$as_echo "$ac_ct_DSYMUTIL" >&6; }
5844else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846$as_echo "no" >&6; }
5847fi
5848
5849 if test "x$ac_ct_DSYMUTIL" = x; then
5850 DSYMUTIL=":"
5851 else
5852 case $cross_compiling:$ac_tool_warned in
5853yes:)
5854{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5855$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5856ac_tool_warned=yes ;;
5857esac
5858 DSYMUTIL=$ac_ct_DSYMUTIL
5859 fi
5860else
5861 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5862fi
5863
5864 if test -n "$ac_tool_prefix"; then
5865 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5866set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5868$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5869if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5870 $as_echo_n "(cached) " >&6
5871else
5872 if test -n "$NMEDIT"; then
5873 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5874else
5875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5876for as_dir in $PATH
5877do
5878 IFS=$as_save_IFS
5879 test -z "$as_dir" && as_dir=.
5880 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5882 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5884 break 2
5885 fi
5886done
5887 done
5888IFS=$as_save_IFS
5889
5890fi
5891fi
5892NMEDIT=$ac_cv_prog_NMEDIT
5893if test -n "$NMEDIT"; then
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5895$as_echo "$NMEDIT" >&6; }
5896else
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5898$as_echo "no" >&6; }
5899fi
5900
5901
5902fi
5903if test -z "$ac_cv_prog_NMEDIT"; then
5904 ac_ct_NMEDIT=$NMEDIT
5905 # Extract the first word of "nmedit", so it can be a program name with args.
5906set dummy nmedit; ac_word=$2
5907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5909if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5910 $as_echo_n "(cached) " >&6
5911else
5912 if test -n "$ac_ct_NMEDIT"; then
5913 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5914else
5915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5916for as_dir in $PATH
5917do
5918 IFS=$as_save_IFS
5919 test -z "$as_dir" && as_dir=.
5920 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5922 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 break 2
5925 fi
5926done
5927 done
5928IFS=$as_save_IFS
5929
5930fi
5931fi
5932ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5933if test -n "$ac_ct_NMEDIT"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5935$as_echo "$ac_ct_NMEDIT" >&6; }
5936else
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938$as_echo "no" >&6; }
5939fi
5940
5941 if test "x$ac_ct_NMEDIT" = x; then
5942 NMEDIT=":"
5943 else
5944 case $cross_compiling:$ac_tool_warned in
5945yes:)
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5947$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5948ac_tool_warned=yes ;;
5949esac
5950 NMEDIT=$ac_ct_NMEDIT
5951 fi
5952else
5953 NMEDIT="$ac_cv_prog_NMEDIT"
5954fi
5955
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5958set dummy ${ac_tool_prefix}lipo; ac_word=$2
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5961if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5962 $as_echo_n "(cached) " >&6
5963else
5964 if test -n "$LIPO"; then
5965 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5966else
5967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968for as_dir in $PATH
5969do
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5974 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5977 fi
5978done
5979 done
5980IFS=$as_save_IFS
5981
5982fi
5983fi
5984LIPO=$ac_cv_prog_LIPO
5985if test -n "$LIPO"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5987$as_echo "$LIPO" >&6; }
5988else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990$as_echo "no" >&6; }
5991fi
5992
5993
5994fi
5995if test -z "$ac_cv_prog_LIPO"; then
5996 ac_ct_LIPO=$LIPO
5997 # Extract the first word of "lipo", so it can be a program name with args.
5998set dummy lipo; ac_word=$2
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6001if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6002 $as_echo_n "(cached) " >&6
6003else
6004 if test -n "$ac_ct_LIPO"; then
6005 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6006else
6007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008for as_dir in $PATH
6009do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6014 ac_cv_prog_ac_ct_LIPO="lipo"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018done
6019 done
6020IFS=$as_save_IFS
6021
6022fi
6023fi
6024ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6025if test -n "$ac_ct_LIPO"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6027$as_echo "$ac_ct_LIPO" >&6; }
6028else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030$as_echo "no" >&6; }
6031fi
6032
6033 if test "x$ac_ct_LIPO" = x; then
6034 LIPO=":"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037yes:)
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6039$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6040ac_tool_warned=yes ;;
6041esac
6042 LIPO=$ac_ct_LIPO
6043 fi
6044else
6045 LIPO="$ac_cv_prog_LIPO"
6046fi
6047
6048 if test -n "$ac_tool_prefix"; then
6049 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6050set dummy ${ac_tool_prefix}otool; ac_word=$2
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6053if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6054 $as_echo_n "(cached) " >&6
6055else
6056 if test -n "$OTOOL"; then
6057 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6058else
6059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6060for as_dir in $PATH
6061do
6062 IFS=$as_save_IFS
6063 test -z "$as_dir" && as_dir=.
6064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6066 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6068 break 2
6069 fi
6070done
6071 done
6072IFS=$as_save_IFS
6073
6074fi
6075fi
6076OTOOL=$ac_cv_prog_OTOOL
6077if test -n "$OTOOL"; then
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6079$as_echo "$OTOOL" >&6; }
6080else
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6082$as_echo "no" >&6; }
6083fi
6084
6085
6086fi
6087if test -z "$ac_cv_prog_OTOOL"; then
6088 ac_ct_OTOOL=$OTOOL
6089 # Extract the first word of "otool", so it can be a program name with args.
6090set dummy otool; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6093if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$ac_ct_OTOOL"; then
6097 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6106 ac_cv_prog_ac_ct_OTOOL="otool"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6117if test -n "$ac_ct_OTOOL"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6119$as_echo "$ac_ct_OTOOL" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125 if test "x$ac_ct_OTOOL" = x; then
6126 OTOOL=":"
6127 else
6128 case $cross_compiling:$ac_tool_warned in
6129yes:)
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6131$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6132ac_tool_warned=yes ;;
6133esac
6134 OTOOL=$ac_ct_OTOOL
6135 fi
6136else
6137 OTOOL="$ac_cv_prog_OTOOL"
6138fi
6139
6140 if test -n "$ac_tool_prefix"; then
6141 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6142set dummy ${ac_tool_prefix}otool64; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6145if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6146 $as_echo_n "(cached) " >&6
6147else
6148 if test -n "$OTOOL64"; then
6149 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6158 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168OTOOL64=$ac_cv_prog_OTOOL64
6169if test -n "$OTOOL64"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6171$as_echo "$OTOOL64" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177
6178fi
6179if test -z "$ac_cv_prog_OTOOL64"; then
6180 ac_ct_OTOOL64=$OTOOL64
6181 # Extract the first word of "otool64", so it can be a program name with args.
6182set dummy otool64; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6185if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$ac_ct_OTOOL64"; then
6189 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6198 ac_cv_prog_ac_ct_OTOOL64="otool64"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6209if test -n "$ac_ct_OTOOL64"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6211$as_echo "$ac_ct_OTOOL64" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217 if test "x$ac_ct_OTOOL64" = x; then
6218 OTOOL64=":"
6219 else
6220 case $cross_compiling:$ac_tool_warned in
6221yes:)
6222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6224ac_tool_warned=yes ;;
6225esac
6226 OTOOL64=$ac_ct_OTOOL64
6227 fi
6228else
6229 OTOOL64="$ac_cv_prog_OTOOL64"
6230fi
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6259$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6260if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6261 $as_echo_n "(cached) " >&6
6262else
6263 lt_cv_apple_cc_single_mod=no
6264 if test -z "${LT_MULTI_MODULE}"; then
6265 # By default we will add the -single_module flag. You can override
6266 # by either setting the environment variable LT_MULTI_MODULE
6267 # non-empty at configure time, or by adding -multi_module to the
6268 # link flags.
6269 rm -rf libconftest.dylib*
6270 echo "int foo(void){return 1;}" > conftest.c
6271 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6272-dynamiclib -Wl,-single_module conftest.c" >&5
6273 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6274 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6275 _lt_result=$?
6276 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6277 lt_cv_apple_cc_single_mod=yes
6278 else
6279 cat conftest.err >&5
6280 fi
6281 rm -rf libconftest.dylib*
6282 rm -f conftest.*
6283 fi
6284fi
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6286$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6288$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6289if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6290 $as_echo_n "(cached) " >&6
6291else
6292 lt_cv_ld_exported_symbols_list=no
6293 save_LDFLAGS=$LDFLAGS
6294 echo "_main" > conftest.sym
6295 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6297/* end confdefs.h. */
6298
6299int
6300main ()
6301{
6302
6303 ;
6304 return 0;
6305}
6306_ACEOF
6307if ac_fn_c_try_link "$LINENO"; then :
6308 lt_cv_ld_exported_symbols_list=yes
6309else
6310 lt_cv_ld_exported_symbols_list=no
6311fi
6312rm -f core conftest.err conftest.$ac_objext \
6313 conftest$ac_exeext conftest.$ac_ext
6314 LDFLAGS="$save_LDFLAGS"
6315
6316fi
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6318$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6320$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6321if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6322 $as_echo_n "(cached) " >&6
6323else
6324 lt_cv_ld_force_load=no
6325 cat > conftest.c << _LT_EOF
6326int forced_loaded() { return 2;}
6327_LT_EOF
6328 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6329 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6330 echo "$AR cru libconftest.a conftest.o" >&5
6331 $AR cru libconftest.a conftest.o 2>&5
6332 cat > conftest.c << _LT_EOF
6333int main() { return 0;}
6334_LT_EOF
6335 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6336 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6337 _lt_result=$?
6338 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6339 lt_cv_ld_force_load=yes
6340 else
6341 cat conftest.err >&5
6342 fi
6343 rm -f conftest.err libconftest.a conftest conftest.c
6344 rm -rf conftest.dSYM
6345
6346fi
6347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6348$as_echo "$lt_cv_ld_force_load" >&6; }
6349 case $host_os in
6350 rhapsody* | darwin1.[012])
6351 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6352 darwin1.*)
6353 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6354 darwin*) # darwin 5.x on
6355 # if running on 10.5 or later, the deployment target defaults
6356 # to the OS version, if on x86, and 10.4, the deployment
6357 # target defaults to 10.4. Don't you love it?
6358 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6359 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6360 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6361 10.[012][,.]*)
6bb11ab3
L
6362 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6363 10.*)
6364 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6365 esac
6366 ;;
6367 esac
6368 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6369 _lt_dar_single_mod='$single_module'
6370 fi
6371 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6372 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6373 else
6374 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6375 fi
6376 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6377 _lt_dsymutil='~$DSYMUTIL $lib || :'
6378 else
6379 _lt_dsymutil=
6380 fi
6381 ;;
6382 esac
6383
6384for ac_header in dlfcn.h
6385do :
6386 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6387"
d0ac1c44 6388if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6389 cat >>confdefs.h <<_ACEOF
6390#define HAVE_DLFCN_H 1
6391_ACEOF
6392
6393fi
6394
6395done
6396
6397
6398
ebe9564b 6399
6bb11ab3 6400
0cb8d851
MF
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6402$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6403if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6404 $as_echo_n "(cached) " >&6
6405else
6406 ac_cv_c_bigendian=unknown
6407 # See if we're dealing with a universal compiler.
6408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6409/* end confdefs.h. */
6410#ifndef __APPLE_CC__
6411 not a universal capable compiler
6412 #endif
6413 typedef int dummy;
6414
6415_ACEOF
6416if ac_fn_c_try_compile "$LINENO"; then :
6417
6418 # Check for potential -arch flags. It is not universal unless
6419 # there are at least two -arch flags with different values.
6420 ac_arch=
6421 ac_prev=
6422 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6423 if test -n "$ac_prev"; then
6424 case $ac_word in
6425 i?86 | x86_64 | ppc | ppc64)
6426 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6427 ac_arch=$ac_word
6428 else
6429 ac_cv_c_bigendian=universal
6430 break
6431 fi
6432 ;;
6433 esac
6434 ac_prev=
6435 elif test "x$ac_word" = "x-arch"; then
6436 ac_prev=arch
6437 fi
6438 done
6439fi
6440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6441 if test $ac_cv_c_bigendian = unknown; then
6442 # See if sys/param.h defines the BYTE_ORDER macro.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444/* end confdefs.h. */
6445#include <sys/types.h>
6446 #include <sys/param.h>
6447
6448int
6449main ()
6450{
6451#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6452 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6453 && LITTLE_ENDIAN)
6454 bogus endian macros
6455 #endif
6456
6457 ;
6458 return 0;
6459}
6460_ACEOF
6461if ac_fn_c_try_compile "$LINENO"; then :
6462 # It does; now see whether it defined to BIG_ENDIAN or not.
6463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6464/* end confdefs.h. */
6465#include <sys/types.h>
6466 #include <sys/param.h>
6467
6468int
6469main ()
6470{
6471#if BYTE_ORDER != BIG_ENDIAN
6472 not big endian
6473 #endif
6474
6475 ;
6476 return 0;
6477}
6478_ACEOF
6479if ac_fn_c_try_compile "$LINENO"; then :
6480 ac_cv_c_bigendian=yes
6481else
6482 ac_cv_c_bigendian=no
6483fi
6484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6485fi
6486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6487 fi
6488 if test $ac_cv_c_bigendian = unknown; then
6489 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6491/* end confdefs.h. */
6492#include <limits.h>
6493
6494int
6495main ()
6496{
6497#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6498 bogus endian macros
6499 #endif
6500
6501 ;
6502 return 0;
6503}
6504_ACEOF
6505if ac_fn_c_try_compile "$LINENO"; then :
6506 # It does; now see whether it defined to _BIG_ENDIAN or not.
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508/* end confdefs.h. */
6509#include <limits.h>
6510
6511int
6512main ()
6513{
6514#ifndef _BIG_ENDIAN
6515 not big endian
6516 #endif
6517
6518 ;
6519 return 0;
6520}
6521_ACEOF
6522if ac_fn_c_try_compile "$LINENO"; then :
6523 ac_cv_c_bigendian=yes
6524else
6525 ac_cv_c_bigendian=no
6526fi
6527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528fi
6529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6530 fi
6531 if test $ac_cv_c_bigendian = unknown; then
6532 # Compile a test program.
6533 if test "$cross_compiling" = yes; then :
6534 # Try to guess by grepping values from an object file.
6535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6536/* end confdefs.h. */
6537short int ascii_mm[] =
6538 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6539 short int ascii_ii[] =
6540 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6541 int use_ascii (int i) {
6542 return ascii_mm[i] + ascii_ii[i];
6543 }
6544 short int ebcdic_ii[] =
6545 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6546 short int ebcdic_mm[] =
6547 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6548 int use_ebcdic (int i) {
6549 return ebcdic_mm[i] + ebcdic_ii[i];
6550 }
6551 extern int foo;
6552
6553int
6554main ()
6555{
6556return use_ascii (foo) == use_ebcdic (foo);
6557 ;
6558 return 0;
6559}
6560_ACEOF
6561if ac_fn_c_try_compile "$LINENO"; then :
6562 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6563 ac_cv_c_bigendian=yes
6564 fi
6565 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6566 if test "$ac_cv_c_bigendian" = unknown; then
6567 ac_cv_c_bigendian=no
6568 else
6569 # finding both strings is unlikely to happen, but who knows?
6570 ac_cv_c_bigendian=unknown
6571 fi
6572 fi
6573fi
6574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575else
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577/* end confdefs.h. */
6578$ac_includes_default
6579int
6580main ()
6581{
6582
6583 /* Are we little or big endian? From Harbison&Steele. */
6584 union
6585 {
6586 long int l;
6587 char c[sizeof (long int)];
6588 } u;
6589 u.l = 1;
6590 return u.c[sizeof (long int) - 1] == 1;
6591
6592 ;
6593 return 0;
6594}
6595_ACEOF
6596if ac_fn_c_try_run "$LINENO"; then :
6597 ac_cv_c_bigendian=no
6598else
6599 ac_cv_c_bigendian=yes
6600fi
6601rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6602 conftest.$ac_objext conftest.beam conftest.$ac_ext
6603fi
6604
6605 fi
6606fi
6607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6608$as_echo "$ac_cv_c_bigendian" >&6; }
6609 case $ac_cv_c_bigendian in #(
6610 yes)
6611 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6612;; #(
6613 no)
6614 ;; #(
6615 universal)
6616
6617$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6618
6619 ;; #(
6620 *)
d0ac1c44 6621 as_fn_error $? "unknown endianness
0cb8d851
MF
6622 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6623 esac
6624
6bb11ab3
L
6625
6626
6627
c25ea03d 6628if test "x$cross_compiling" = "xno"; then
aa0fca16 6629 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6630 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6631 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6632 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6633 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6634else
aa0fca16 6635 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6636 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6637 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6638 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6639 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6640fi
6641
6642
6643
c25ea03d 6644
c2783492 6645
aa0fca16
MF
6646
6647
a3e2cc64
MF
6648if test -n "$ac_tool_prefix"; then
6649 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6650set dummy ${ac_tool_prefix}ar; ac_word=$2
6651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6652$as_echo_n "checking for $ac_word... " >&6; }
6653if ${ac_cv_prog_AR+:} false; then :
6654 $as_echo_n "(cached) " >&6
6655else
6656 if test -n "$AR"; then
6657 ac_cv_prog_AR="$AR" # Let the user override the test.
6658else
6659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6660for as_dir in $PATH
6661do
6662 IFS=$as_save_IFS
6663 test -z "$as_dir" && as_dir=.
6664 for ac_exec_ext in '' $ac_executable_extensions; do
6665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6666 ac_cv_prog_AR="${ac_tool_prefix}ar"
6667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6668 break 2
6669 fi
6670done
6671 done
6672IFS=$as_save_IFS
6673
6674fi
6675fi
6676AR=$ac_cv_prog_AR
6677if test -n "$AR"; then
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6679$as_echo "$AR" >&6; }
6680else
6681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6682$as_echo "no" >&6; }
6683fi
6684
6685
6686fi
6687if test -z "$ac_cv_prog_AR"; then
6688 ac_ct_AR=$AR
6689 # Extract the first word of "ar", so it can be a program name with args.
6690set dummy ar; ac_word=$2
6691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6692$as_echo_n "checking for $ac_word... " >&6; }
6693if ${ac_cv_prog_ac_ct_AR+:} false; then :
6694 $as_echo_n "(cached) " >&6
6695else
6696 if test -n "$ac_ct_AR"; then
6697 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6698else
6699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6700for as_dir in $PATH
6701do
6702 IFS=$as_save_IFS
6703 test -z "$as_dir" && as_dir=.
6704 for ac_exec_ext in '' $ac_executable_extensions; do
6705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6706 ac_cv_prog_ac_ct_AR="ar"
6707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6708 break 2
6709 fi
6710done
6711 done
6712IFS=$as_save_IFS
6713
6714fi
6715fi
6716ac_ct_AR=$ac_cv_prog_ac_ct_AR
6717if test -n "$ac_ct_AR"; then
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6719$as_echo "$ac_ct_AR" >&6; }
6720else
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6722$as_echo "no" >&6; }
6723fi
6724
6725 if test "x$ac_ct_AR" = x; then
6726 AR=""
6727 else
6728 case $cross_compiling:$ac_tool_warned in
6729yes:)
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6731$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6732ac_tool_warned=yes ;;
6733esac
6734 AR=$ac_ct_AR
6735 fi
6736else
6737 AR="$ac_cv_prog_AR"
6738fi
6bb11ab3
L
6739
6740if test -n "$ac_tool_prefix"; then
6741 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6742set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6744$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6745if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6746 $as_echo_n "(cached) " >&6
6747else
6748 if test -n "$RANLIB"; then
6749 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6750else
6751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6752for as_dir in $PATH
6753do
6754 IFS=$as_save_IFS
6755 test -z "$as_dir" && as_dir=.
6756 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6757 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6758 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6760 break 2
6761 fi
6762done
6763 done
6764IFS=$as_save_IFS
6765
6766fi
6767fi
6768RANLIB=$ac_cv_prog_RANLIB
6769if test -n "$RANLIB"; then
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6771$as_echo "$RANLIB" >&6; }
6772else
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6774$as_echo "no" >&6; }
6775fi
6776
6777
6778fi
6779if test -z "$ac_cv_prog_RANLIB"; then
6780 ac_ct_RANLIB=$RANLIB
6781 # Extract the first word of "ranlib", so it can be a program name with args.
6782set dummy ranlib; ac_word=$2
6783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6784$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6785if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6786 $as_echo_n "(cached) " >&6
6787else
6788 if test -n "$ac_ct_RANLIB"; then
6789 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6790else
6791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6792for as_dir in $PATH
6793do
6794 IFS=$as_save_IFS
6795 test -z "$as_dir" && as_dir=.
6796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6798 ac_cv_prog_ac_ct_RANLIB="ranlib"
6799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6800 break 2
6801 fi
6802done
6803 done
6804IFS=$as_save_IFS
6805
6806fi
6807fi
6808ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6809if test -n "$ac_ct_RANLIB"; then
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6811$as_echo "$ac_ct_RANLIB" >&6; }
6812else
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6814$as_echo "no" >&6; }
6815fi
6816
6817 if test "x$ac_ct_RANLIB" = x; then
6818 RANLIB=":"
6819 else
6820 case $cross_compiling:$ac_tool_warned in
6821yes:)
6822{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6823$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6824ac_tool_warned=yes ;;
6825esac
6826 RANLIB=$ac_ct_RANLIB
6827 fi
6828else
6829 RANLIB="$ac_cv_prog_RANLIB"
6830fi
6831
6832
46f900c0
MF
6833# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6834# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6835# is C99. So handle it ourselves.
6836:
6837C_DIALECT=
6838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6839$as_echo_n "checking whether C11 is supported by default... " >&6; }
6840cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6841/* end confdefs.h. */
6842
6843#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6844# error "C11 support not found"
6845#endif
6846
6847_ACEOF
6848if ac_fn_c_try_compile "$LINENO"; then :
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6850$as_echo "yes" >&6; }
6851else
6852
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854$as_echo "no" >&6; }
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6856$as_echo_n "checking for -std=c11 support... " >&6; }
6857 ac_save_CC="$CC"
6858 CC="$CC -std=c11"
6859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6860/* end confdefs.h. */
6861
6862#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6863# error "C11 support not found"
6864#endif
6865
6866_ACEOF
6867if ac_fn_c_try_compile "$LINENO"; then :
6868
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6870$as_echo "yes" >&6; }
6871 CC="$ac_save_CC"
6872 C_DIALECT="-std=c11"
6873
6874else
6875 as_fn_error $? "C11 is required" "$LINENO" 5
6876fi
6877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6878fi
6879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6880
6881
c2783492
MF
6882ac_config_headers="$ac_config_headers config.h:config.in"
6883
6884
6bb11ab3
L
6885# Dependency checking.
6886ac_config_commands="$ac_config_commands depdir"
6887
6888
6889depcc="$CC" am_compiler_list=
6890
6891am_depcomp=$ac_aux_dir/depcomp
6892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6893$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6894if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6895 $as_echo_n "(cached) " >&6
6896else
6897 if test -f "$am_depcomp"; then
6898 # We make a subdir and do the tests there. Otherwise we can end up
6899 # making bogus files that we don't know about and never remove. For
6900 # instance it was reported that on HP-UX the gcc test will end up
6901 # making a dummy file named `D' -- because `-MD' means `put the output
6902 # in D'.
6903 mkdir conftest.dir
6904 # Copy depcomp to subdir because otherwise we won't find it if we're
6905 # using a relative directory.
6906 cp "$am_depcomp" conftest.dir
6907 cd conftest.dir
6908 # We will build objects and dependencies in a subdirectory because
6909 # it helps to detect inapplicable dependency modes. For instance
6910 # both Tru64's cc and ICC support -MD to output dependencies as a
6911 # side effect of compilation, but ICC will put the dependencies in
6912 # the current directory while Tru64 will put them in the object
6913 # directory.
6914 mkdir sub
6915
6916 am_cv_CC_dependencies_compiler_type=none
6917 if test "$am_compiler_list" = ""; then
6918 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6919 fi
6920 for depmode in $am_compiler_list; do
6921 if test $depmode = none; then break; fi
6922
6923 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6924 # Setup a source with many dependencies, because some compilers
6925 # like to wrap large dependency lists on column 80 (with \), and
6926 # we should not choose a depcomp mode which is confused by this.
6927 #
6928 # We need to recreate these files for each test, as the compiler may
6929 # overwrite some of them when testing with obscure command lines.
6930 # This happens at least with the AIX C compiler.
6931 : > sub/conftest.c
6932 for i in 1 2 3 4 5 6; do
6933 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6934 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6935 # Solaris 8's {/usr,}/bin/sh.
6936 touch sub/conftst$i.h
6937 done
6938 echo "include sub/conftest.Po" > confmf
6939
6940 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6941 # mode. It turns out that the SunPro C++ compiler does not properly
6942 # handle `-M -o', and we need to detect this.
6943 depcmd="depmode=$depmode \
6944 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6945 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6946 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6947 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6948 if env $depcmd > conftest.err 2>&1 &&
6949 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6950 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6951 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6952 # icc doesn't choke on unknown options, it will just issue warnings
6953 # or remarks (even with -Werror). So we grep stderr for any message
6954 # that says an option was ignored or not supported.
6955 # When given -MP, icc 7.0 and 7.1 complain thusly:
6956 # icc: Command line warning: ignoring option '-M'; no argument required
6957 # The diagnosis changed in icc 8.0:
6958 # icc: Command line remark: option '-MP' not supported
6959 if (grep 'ignoring option' conftest.err ||
6960 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6961 am_cv_CC_dependencies_compiler_type=$depmode
6962 $as_echo "$as_me:$LINENO: success" >&5
6963 break
6964 fi
6965 fi
6966 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6967 sed -e 's/^/| /' < conftest.err >&5
6968 done
6969
6970 cd ..
6971 rm -rf conftest.dir
6972else
6973 am_cv_CC_dependencies_compiler_type=none
6974fi
6975
6976fi
6977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6978$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6979if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6980then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6981else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6982
6983fi
6984
6985
6bb11ab3
L
6986ALL_LINGUAS=
6987# If we haven't got the data from the intl directory,
6988# assume NLS is disabled.
6989USE_NLS=no
6990LIBINTL=
6991LIBINTL_DEP=
6992INCINTL=
6993XGETTEXT=
6994GMSGFMT=
6995POSUB=
6996
6997if test -f ../../intl/config.intl; then
6998 . ../../intl/config.intl
6999fi
7000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7001$as_echo_n "checking whether NLS is requested... " >&6; }
7002if test x"$USE_NLS" != xyes; then
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7004$as_echo "no" >&6; }
7005else
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7007$as_echo "yes" >&6; }
7008
7009$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7010
7011
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7013$as_echo_n "checking for catalogs to be installed... " >&6; }
7014 # Look for .po and .gmo files in the source directory.
7015 CATALOGS=
7016 XLINGUAS=
7017 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7018 # If there aren't any .gmo files the shell will give us the
7019 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7020 # weeded out.
7021 case "$cat" in *\**)
7022 continue;;
7023 esac
7024 # The quadruple backslash is collapsed to a double backslash
7025 # by the backticks, then collapsed again by the double quotes,
7026 # leaving us with one backslash in the sed expression (right
7027 # before the dot that mustn't act as a wildcard).
7028 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7029 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7030 # The user is allowed to set LINGUAS to a list of languages to
7031 # install catalogs for. If it's empty that means "all of them."
7032 if test "x$LINGUAS" = x; then
7033 CATALOGS="$CATALOGS $cat"
7034 XLINGUAS="$XLINGUAS $lang"
7035 else
7036 case "$LINGUAS" in *$lang*)
7037 CATALOGS="$CATALOGS $cat"
7038 XLINGUAS="$XLINGUAS $lang"
7039 ;;
7040 esac
7041 fi
7042 done
7043 LINGUAS="$XLINGUAS"
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7045$as_echo "$LINGUAS" >&6; }
7046
7047
7048 DATADIRNAME=share
7049
7050 INSTOBJEXT=.mo
7051
7052 GENCAT=gencat
7053
7054 CATOBJEXT=.gmo
7055
7056fi
7057
6bb11ab3
L
7058# Check for socket libraries
7059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7060$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7061if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7062 $as_echo_n "(cached) " >&6
7063else
7064 ac_check_lib_save_LIBS=$LIBS
7065LIBS="-lsocket $LIBS"
7066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7067/* end confdefs.h. */
7068
7069/* Override any GCC internal prototype to avoid an error.
7070 Use char because int might match the return type of a GCC
7071 builtin and then its argument prototype would still apply. */
7072#ifdef __cplusplus
7073extern "C"
7074#endif
7075char bind ();
7076int
7077main ()
7078{
7079return bind ();
7080 ;
7081 return 0;
7082}
7083_ACEOF
7084if ac_fn_c_try_link "$LINENO"; then :
7085 ac_cv_lib_socket_bind=yes
7086else
7087 ac_cv_lib_socket_bind=no
7088fi
7089rm -f core conftest.err conftest.$ac_objext \
7090 conftest$ac_exeext conftest.$ac_ext
7091LIBS=$ac_check_lib_save_LIBS
7092fi
7093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7094$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7095if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7096 cat >>confdefs.h <<_ACEOF
7097#define HAVE_LIBSOCKET 1
7098_ACEOF
7099
7100 LIBS="-lsocket $LIBS"
7101
7102fi
7103
7104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7105$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7106if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7107 $as_echo_n "(cached) " >&6
7108else
7109 ac_check_lib_save_LIBS=$LIBS
7110LIBS="-lnsl $LIBS"
7111cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7112/* end confdefs.h. */
7113
7114/* Override any GCC internal prototype to avoid an error.
7115 Use char because int might match the return type of a GCC
7116 builtin and then its argument prototype would still apply. */
7117#ifdef __cplusplus
7118extern "C"
7119#endif
7120char gethostbyname ();
7121int
7122main ()
7123{
7124return gethostbyname ();
7125 ;
7126 return 0;
7127}
7128_ACEOF
7129if ac_fn_c_try_link "$LINENO"; then :
7130 ac_cv_lib_nsl_gethostbyname=yes
7131else
7132 ac_cv_lib_nsl_gethostbyname=no
7133fi
7134rm -f core conftest.err conftest.$ac_objext \
7135 conftest$ac_exeext conftest.$ac_ext
7136LIBS=$ac_check_lib_save_LIBS
7137fi
7138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7139$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7140if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7141 cat >>confdefs.h <<_ACEOF
7142#define HAVE_LIBNSL 1
7143_ACEOF
7144
7145 LIBS="-lnsl $LIBS"
7146
7147fi
7148
7149
7150# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7151# using the same condition.
7152
aadc9410 7153 # Use the system's zlib library.
7fed4b0b
L
7154 zlibdir="-L\$(top_builddir)/../zlib"
7155 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7156
aadc9410
MF
7157# Check whether --with-system-zlib was given.
7158if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7159 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7160 zlibdir=
7161 zlibinc=
7162 fi
6bb11ab3
L
7163
7164fi
7165
6bb11ab3 7166
6bb11ab3 7167
6bb11ab3
L
7168
7169
7170# BFD uses libdl when when plugins enabled.
7171
faa743bb
RM
7172 maybe_plugins=no
7173 for ac_header in dlfcn.h
7174do :
7175 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7176"
d0ac1c44 7177if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7178 cat >>confdefs.h <<_ACEOF
7179#define HAVE_DLFCN_H 1
7180_ACEOF
7181 maybe_plugins=yes
7182fi
7183
7184done
7185
7186 for ac_header in windows.h
7187do :
7188 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7189"
d0ac1c44 7190if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7191 cat >>confdefs.h <<_ACEOF
7192#define HAVE_WINDOWS_H 1
7193_ACEOF
7194 maybe_plugins=yes
7195fi
7196
7197done
7198
7199
7200 # Check whether --enable-plugins was given.
6bb11ab3
L
7201if test "${enable_plugins+set}" = set; then :
7202 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7203 no) plugins=no ;;
7204 *) plugins=yes
7205 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7206 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7207 fi ;;
7208 esac
6bb11ab3 7209else
faa743bb
RM
7210 plugins=$maybe_plugins
7211
6bb11ab3
L
7212fi
7213
2974be62 7214 if test "$plugins" = "yes"; then
37f980dc
SM
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7216$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7217if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7218 $as_echo_n "(cached) " >&6
7219else
7220 ac_func_search_save_LIBS=$LIBS
7221cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7222/* end confdefs.h. */
7223
7224/* Override any GCC internal prototype to avoid an error.
7225 Use char because int might match the return type of a GCC
7226 builtin and then its argument prototype would still apply. */
7227#ifdef __cplusplus
7228extern "C"
7229#endif
37f980dc 7230char dlsym ();
2974be62
AM
7231int
7232main ()
7233{
37f980dc 7234return dlsym ();
2974be62
AM
7235 ;
7236 return 0;
7237}
7238_ACEOF
7239for ac_lib in '' dl; do
7240 if test -z "$ac_lib"; then
7241 ac_res="none required"
7242 else
7243 ac_res=-l$ac_lib
7244 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7245 fi
7246 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7247 ac_cv_search_dlsym=$ac_res
2974be62
AM
7248fi
7249rm -f core conftest.err conftest.$ac_objext \
7250 conftest$ac_exeext
d0ac1c44 7251 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7252 break
7253fi
7254done
d0ac1c44 7255if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7256
7257else
37f980dc 7258 ac_cv_search_dlsym=no
2974be62
AM
7259fi
7260rm conftest.$ac_ext
7261LIBS=$ac_func_search_save_LIBS
7262fi
37f980dc
SM
7263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7264$as_echo "$ac_cv_search_dlsym" >&6; }
7265ac_res=$ac_cv_search_dlsym
2974be62
AM
7266if test "$ac_res" != no; then :
7267 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7268
7269fi
7270
7271 fi
6bb11ab3
L
7272
7273 if test "$plugins" = yes; then
7274 PLUGINS_TRUE=
7275 PLUGINS_FALSE='#'
7276else
7277 PLUGINS_TRUE='#'
7278 PLUGINS_FALSE=
7279fi
7280
7281
7282
7283
7284
7285# Set options
7286enable_dlopen=yes
7287
7288
7289
7290
7291 enable_win32_dll=no
7292
7293
7294 # Check whether --enable-shared was given.
7295if test "${enable_shared+set}" = set; then :
7296 enableval=$enable_shared; p=${PACKAGE-default}
7297 case $enableval in
7298 yes) enable_shared=yes ;;
7299 no) enable_shared=no ;;
7300 *)
7301 enable_shared=no
7302 # Look at the argument we got. We use all the common list separators.
7303 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7304 for pkg in $enableval; do
7305 IFS="$lt_save_ifs"
7306 if test "X$pkg" = "X$p"; then
7307 enable_shared=yes
7308 fi
7309 done
7310 IFS="$lt_save_ifs"
7311 ;;
7312 esac
7313else
7314 enable_shared=yes
7315fi
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325 # Check whether --enable-static was given.
7326if test "${enable_static+set}" = set; then :
7327 enableval=$enable_static; p=${PACKAGE-default}
7328 case $enableval in
7329 yes) enable_static=yes ;;
7330 no) enable_static=no ;;
7331 *)
7332 enable_static=no
7333 # Look at the argument we got. We use all the common list separators.
7334 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7335 for pkg in $enableval; do
7336 IFS="$lt_save_ifs"
7337 if test "X$pkg" = "X$p"; then
7338 enable_static=yes
7339 fi
7340 done
7341 IFS="$lt_save_ifs"
7342 ;;
7343 esac
7344else
7345 enable_static=yes
7346fi
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357# Check whether --with-pic was given.
7358if test "${with_pic+set}" = set; then :
7359 withval=$with_pic; pic_mode="$withval"
7360else
7361 pic_mode=default
7362fi
7363
7364
7365test -z "$pic_mode" && pic_mode=default
7366
7367
7368
7369
7370
7371
7372
7373 # Check whether --enable-fast-install was given.
7374if test "${enable_fast_install+set}" = set; then :
7375 enableval=$enable_fast_install; p=${PACKAGE-default}
7376 case $enableval in
7377 yes) enable_fast_install=yes ;;
7378 no) enable_fast_install=no ;;
7379 *)
7380 enable_fast_install=no
7381 # Look at the argument we got. We use all the common list separators.
7382 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7383 for pkg in $enableval; do
7384 IFS="$lt_save_ifs"
7385 if test "X$pkg" = "X$p"; then
7386 enable_fast_install=yes
7387 fi
7388 done
7389 IFS="$lt_save_ifs"
7390 ;;
7391 esac
7392else
7393 enable_fast_install=yes
7394fi
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406# This can be used to rebuild libtool when needed
7407LIBTOOL_DEPS="$ltmain"
7408
7409# Always use our own libtool.
7410LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437test -z "$LN_S" && LN_S="ln -s"
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452if test -n "${ZSH_VERSION+set}" ; then
7453 setopt NO_GLOB_SUBST
7454fi
7455
7456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7457$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7458if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7459 $as_echo_n "(cached) " >&6
7460else
7461 rm -f .libs 2>/dev/null
7462mkdir .libs 2>/dev/null
7463if test -d .libs; then
7464 lt_cv_objdir=.libs
7465else
7466 # MS-DOS does not allow filenames that begin with a dot.
7467 lt_cv_objdir=_libs
fdd6fa61 7468fi
6bb11ab3
L
7469rmdir .libs 2>/dev/null
7470fi
7471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7472$as_echo "$lt_cv_objdir" >&6; }
7473objdir=$lt_cv_objdir
fdd6fa61 7474
6bb11ab3
L
7475
7476
7477
7478
7479cat >>confdefs.h <<_ACEOF
7480#define LT_OBJDIR "$lt_cv_objdir/"
7481_ACEOF
7482
7483
7484
7485
7486case $host_os in
7487aix3*)
7488 # AIX sometimes has problems with the GCC collect2 program. For some
7489 # reason, if we set the COLLECT_NAMES environment variable, the problems
7490 # vanish in a puff of smoke.
7491 if test "X${COLLECT_NAMES+set}" != Xset; then
7492 COLLECT_NAMES=
7493 export COLLECT_NAMES
7494 fi
7495 ;;
81ecdfbb 7496esac
6bb11ab3
L
7497
7498# Global variables:
7499ofile=libtool
7500can_build_shared=yes
7501
7502# All known linkers require a `.a' archive for static linking (except MSVC,
7503# which needs '.lib').
7504libext=a
7505
7506with_gnu_ld="$lt_cv_prog_gnu_ld"
7507
7508old_CC="$CC"
7509old_CFLAGS="$CFLAGS"
7510
7511# Set sane defaults for various variables
7512test -z "$CC" && CC=cc
7513test -z "$LTCC" && LTCC=$CC
7514test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7515test -z "$LD" && LD=ld
7516test -z "$ac_objext" && ac_objext=o
7517
7518for cc_temp in $compiler""; do
7519 case $cc_temp in
7520 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7521 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7522 \-*) ;;
7523 *) break;;
7524 esac
7525done
7526cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7527
7528
7529# Only perform the check for file, if the check method requires it
7530test -z "$MAGIC_CMD" && MAGIC_CMD=file
7531case $deplibs_check_method in
7532file_magic*)
7533 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7535$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7536if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7537 $as_echo_n "(cached) " >&6
7538else
7539 case $MAGIC_CMD in
7540[\\/*] | ?:[\\/]*)
7541 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7542 ;;
7543*)
7544 lt_save_MAGIC_CMD="$MAGIC_CMD"
7545 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7546 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7547 for ac_dir in $ac_dummy; do
7548 IFS="$lt_save_ifs"
7549 test -z "$ac_dir" && ac_dir=.
7550 if test -f $ac_dir/${ac_tool_prefix}file; then
7551 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7552 if test -n "$file_magic_test_file"; then
7553 case $deplibs_check_method in
7554 "file_magic "*)
7555 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7556 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7557 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7558 $EGREP "$file_magic_regex" > /dev/null; then
7559 :
7560 else
7561 cat <<_LT_EOF 1>&2
7562
7563*** Warning: the command libtool uses to detect shared libraries,
7564*** $file_magic_cmd, produces output that libtool cannot recognize.
7565*** The result is that libtool may fail to recognize shared libraries
7566*** as such. This will affect the creation of libtool libraries that
7567*** depend on shared libraries, but programs linked with such libtool
7568*** libraries will work regardless of this problem. Nevertheless, you
7569*** may want to report the problem to your system manager and/or to
7570*** bug-libtool@gnu.org
7571
7572_LT_EOF
7573 fi ;;
7574 esac
7575 fi
7576 break
fdd6fa61 7577 fi
6bb11ab3
L
7578 done
7579 IFS="$lt_save_ifs"
7580 MAGIC_CMD="$lt_save_MAGIC_CMD"
7581 ;;
7582esac
fdd6fa61 7583fi
fdd6fa61 7584
6bb11ab3
L
7585MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7586if test -n "$MAGIC_CMD"; then
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7588$as_echo "$MAGIC_CMD" >&6; }
7589else
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7591$as_echo "no" >&6; }
7592fi
81ecdfbb 7593
6bb11ab3
L
7594
7595
7596
7597
7598if test -z "$lt_cv_path_MAGIC_CMD"; then
7599 if test -n "$ac_tool_prefix"; then
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7601$as_echo_n "checking for file... " >&6; }
d0ac1c44 7602if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7603 $as_echo_n "(cached) " >&6
7604else
7605 case $MAGIC_CMD in
7606[\\/*] | ?:[\\/]*)
7607 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7608 ;;
7609*)
7610 lt_save_MAGIC_CMD="$MAGIC_CMD"
7611 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7612 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7613 for ac_dir in $ac_dummy; do
7614 IFS="$lt_save_ifs"
7615 test -z "$ac_dir" && ac_dir=.
7616 if test -f $ac_dir/file; then
7617 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7618 if test -n "$file_magic_test_file"; then
7619 case $deplibs_check_method in
7620 "file_magic "*)
7621 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7622 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7623 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7624 $EGREP "$file_magic_regex" > /dev/null; then
7625 :
7626 else
7627 cat <<_LT_EOF 1>&2
7628
7629*** Warning: the command libtool uses to detect shared libraries,
7630*** $file_magic_cmd, produces output that libtool cannot recognize.
7631*** The result is that libtool may fail to recognize shared libraries
7632*** as such. This will affect the creation of libtool libraries that
7633*** depend on shared libraries, but programs linked with such libtool
7634*** libraries will work regardless of this problem. Nevertheless, you
7635*** may want to report the problem to your system manager and/or to
7636*** bug-libtool@gnu.org
7637
7638_LT_EOF
7639 fi ;;
7640 esac
7641 fi
7642 break
7643 fi
7644 done
7645 IFS="$lt_save_ifs"
7646 MAGIC_CMD="$lt_save_MAGIC_CMD"
7647 ;;
81ecdfbb 7648esac
6bb11ab3
L
7649fi
7650
7651MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7652if test -n "$MAGIC_CMD"; then
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7654$as_echo "$MAGIC_CMD" >&6; }
7655else
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7657$as_echo "no" >&6; }
7658fi
7659
7660
7661 else
7662 MAGIC_CMD=:
7663 fi
7664fi
7665
7666 fi
7667 ;;
7668esac
7669
7670# Use C for the default configuration in the libtool script
7671
7672lt_save_CC="$CC"
7673ac_ext=c
7674ac_cpp='$CPP $CPPFLAGS'
7675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7677ac_compiler_gnu=$ac_cv_c_compiler_gnu
7678
7679
7680# Source file extension for C test sources.
7681ac_ext=c
7682
7683# Object file extension for compiled C test sources.
7684objext=o
7685objext=$objext
7686
7687# Code to be used in simple compile tests
7688lt_simple_compile_test_code="int some_variable = 0;"
7689
7690# Code to be used in simple link tests
7691lt_simple_link_test_code='int main(){return(0);}'
7692
7693
7694
7695
7696
7697
7698
7699# If no C compiler was specified, use CC.
7700LTCC=${LTCC-"$CC"}
7701
7702# If no C compiler flags were specified, use CFLAGS.
7703LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7704
7705# Allow CC to be a program name with arguments.
7706compiler=$CC
7707
7708# Save the default compiler, since it gets overwritten when the other
7709# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7710compiler_DEFAULT=$CC
7711
7712# save warnings/boilerplate of simple test code
7713ac_outfile=conftest.$ac_objext
7714echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7715eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7716_lt_compiler_boilerplate=`cat conftest.err`
7717$RM conftest*
7718
7719ac_outfile=conftest.$ac_objext
7720echo "$lt_simple_link_test_code" >conftest.$ac_ext
7721eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7722_lt_linker_boilerplate=`cat conftest.err`
7723$RM -r conftest*
7724
7725
7726## CAVEAT EMPTOR:
7727## There is no encapsulation within the following macros, do not change
7728## the running order or otherwise move them around unless you know exactly
7729## what you are doing...
7730if test -n "$compiler"; then
7731
7732lt_prog_compiler_no_builtin_flag=
7733
7734if test "$GCC" = yes; then
7735 case $cc_basename in
7736 nvcc*)
7737 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7738 *)
7739 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fdd6fa61 7740 esac
6bb11ab3
L
7741
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7743$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7744if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7745 $as_echo_n "(cached) " >&6
fdd6fa61 7746else
6bb11ab3
L
7747 lt_cv_prog_compiler_rtti_exceptions=no
7748 ac_outfile=conftest.$ac_objext
7749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7750 lt_compiler_flag="-fno-rtti -fno-exceptions"
7751 # Insert the option either (1) after the last *FLAGS variable, or
7752 # (2) before a word containing "conftest.", or (3) at the end.
7753 # Note that $ac_compile itself does not contain backslashes and begins
7754 # with a dollar sign (not a hyphen), so the echo should work correctly.
7755 # The option is referenced via a variable to avoid confusing sed.
7756 lt_compile=`echo "$ac_compile" | $SED \
7757 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7759 -e 's:$: $lt_compiler_flag:'`
7760 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7761 (eval "$lt_compile" 2>conftest.err)
7762 ac_status=$?
7763 cat conftest.err >&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 if (exit $ac_status) && test -s "$ac_outfile"; then
7766 # The compiler can only warn and ignore the option if not recognized
7767 # So say no if there are warnings other than the usual output.
7768 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7769 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7770 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7771 lt_cv_prog_compiler_rtti_exceptions=yes
7772 fi
7773 fi
7774 $RM conftest*
7775
fdd6fa61 7776fi
6bb11ab3
L
7777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7778$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7779
7780if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7781 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7782else
7783 :
7784fi
7785
7786fi
7787
7788
7789
7790
7791
7792
7793 lt_prog_compiler_wl=
7794lt_prog_compiler_pic=
7795lt_prog_compiler_static=
7796
7797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7798$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7799
7800 if test "$GCC" = yes; then
7801 lt_prog_compiler_wl='-Wl,'
7802 lt_prog_compiler_static='-static'
7803
7804 case $host_os in
7805 aix*)
7806 # All AIX code is PIC.
7807 if test "$host_cpu" = ia64; then
7808 # AIX 5 now supports IA64 processor
7809 lt_prog_compiler_static='-Bstatic'
7810 fi
7811 lt_prog_compiler_pic='-fPIC'
7812 ;;
7813
7814 amigaos*)
7815 case $host_cpu in
7816 powerpc)
7817 # see comment about AmigaOS4 .so support
7818 lt_prog_compiler_pic='-fPIC'
7819 ;;
7820 m68k)
7821 # FIXME: we need at least 68020 code to build shared libraries, but
7822 # adding the `-m68020' flag to GCC prevents building anything better,
7823 # like `-m68040'.
7824 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7825 ;;
7826 esac
7827 ;;
7828
7829 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7830 # PIC is the default for these OSes.
7831 ;;
7832
7833 mingw* | cygwin* | pw32* | os2* | cegcc*)
7834 # This hack is so that the source file can tell whether it is being
7835 # built for inclusion in a dll (and should export symbols for example).
7836 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7837 # (--disable-auto-import) libraries
7838 lt_prog_compiler_pic='-DDLL_EXPORT'
7839 ;;
7840
7841 darwin* | rhapsody*)
7842 # PIC is the default on this platform
7843 # Common symbols not allowed in MH_DYLIB files
7844 lt_prog_compiler_pic='-fno-common'
7845 ;;
7846
7847 haiku*)
7848 # PIC is the default for Haiku.
7849 # The "-static" flag exists, but is broken.
7850 lt_prog_compiler_static=
7851 ;;
7852
7853 hpux*)
7854 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7855 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7856 # sets the default TLS model and affects inlining.
7857 case $host_cpu in
7858 hppa*64*)
7859 # +Z the default
7860 ;;
7861 *)
7862 lt_prog_compiler_pic='-fPIC'
7863 ;;
7864 esac
7865 ;;
7866
7867 interix[3-9]*)
7868 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7869 # Instead, we relocate shared libraries at runtime.
7870 ;;
7871
7872 msdosdjgpp*)
7873 # Just because we use GCC doesn't mean we suddenly get shared libraries
7874 # on systems that don't support them.
7875 lt_prog_compiler_can_build_shared=no
7876 enable_shared=no
7877 ;;
7878
7879 *nto* | *qnx*)
7880 # QNX uses GNU C++, but need to define -shared option too, otherwise
7881 # it will coredump.
7882 lt_prog_compiler_pic='-fPIC -shared'
7883 ;;
7884
7885 sysv4*MP*)
7886 if test -d /usr/nec; then
7887 lt_prog_compiler_pic=-Kconform_pic
7888 fi
7889 ;;
7890
7891 *)
7892 lt_prog_compiler_pic='-fPIC'
7893 ;;
7894 esac
7895
7896 case $cc_basename in
7897 nvcc*) # Cuda Compiler Driver 2.2
7898 lt_prog_compiler_wl='-Xlinker '
7899 lt_prog_compiler_pic='-Xcompiler -fPIC'
7900 ;;
7901 esac
7902 else
7903 # PORTME Check for flag to pass linker flags through the system compiler.
7904 case $host_os in
7905 aix*)
7906 lt_prog_compiler_wl='-Wl,'
7907 if test "$host_cpu" = ia64; then
7908 # AIX 5 now supports IA64 processor
7909 lt_prog_compiler_static='-Bstatic'
7910 else
7911 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7912 fi
7913 ;;
7914
7915 mingw* | cygwin* | pw32* | os2* | cegcc*)
7916 # This hack is so that the source file can tell whether it is being
7917 # built for inclusion in a dll (and should export symbols for example).
7918 lt_prog_compiler_pic='-DDLL_EXPORT'
7919 ;;
7920
7921 hpux9* | hpux10* | hpux11*)
7922 lt_prog_compiler_wl='-Wl,'
7923 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7924 # not for PA HP-UX.
7925 case $host_cpu in
7926 hppa*64*|ia64*)
7927 # +Z the default
7928 ;;
7929 *)
7930 lt_prog_compiler_pic='+Z'
7931 ;;
7932 esac
7933 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7934 lt_prog_compiler_static='${wl}-a ${wl}archive'
7935 ;;
7936
7937 irix5* | irix6* | nonstopux*)
7938 lt_prog_compiler_wl='-Wl,'
7939 # PIC (with -KPIC) is the default.
7940 lt_prog_compiler_static='-non_shared'
7941 ;;
7942
7943 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7944 case $cc_basename in
7945 # old Intel for x86_64 which still supported -KPIC.
7946 ecc*)
7947 lt_prog_compiler_wl='-Wl,'
7948 lt_prog_compiler_pic='-KPIC'
7949 lt_prog_compiler_static='-static'
7950 ;;
7951 # icc used to be incompatible with GCC.
7952 # ICC 10 doesn't accept -KPIC any more.
7953 icc* | ifort*)
7954 lt_prog_compiler_wl='-Wl,'
7955 lt_prog_compiler_pic='-fPIC'
7956 lt_prog_compiler_static='-static'
7957 ;;
7958 # Lahey Fortran 8.1.
7959 lf95*)
7960 lt_prog_compiler_wl='-Wl,'
7961 lt_prog_compiler_pic='--shared'
7962 lt_prog_compiler_static='--static'
7963 ;;
7964 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7965 # Portland Group compilers (*not* the Pentium gcc compiler,
7966 # which looks to be a dead project)
7967 lt_prog_compiler_wl='-Wl,'
7968 lt_prog_compiler_pic='-fpic'
7969 lt_prog_compiler_static='-Bstatic'
7970 ;;
7971 ccc*)
7972 lt_prog_compiler_wl='-Wl,'
7973 # All Alpha code is PIC.
7974 lt_prog_compiler_static='-non_shared'
7975 ;;
7976 xl* | bgxl* | bgf* | mpixl*)
7977 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7978 lt_prog_compiler_wl='-Wl,'
7979 lt_prog_compiler_pic='-qpic'
7980 lt_prog_compiler_static='-qstaticlink'
7981 ;;
7982 *)
7983 case `$CC -V 2>&1 | sed 5q` in
7984 *Sun\ F* | *Sun*Fortran*)
7985 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7986 lt_prog_compiler_pic='-KPIC'
7987 lt_prog_compiler_static='-Bstatic'
7988 lt_prog_compiler_wl=''
7989 ;;
7990 *Sun\ C*)
7991 # Sun C 5.9
7992 lt_prog_compiler_pic='-KPIC'
7993 lt_prog_compiler_static='-Bstatic'
7994 lt_prog_compiler_wl='-Wl,'
7995 ;;
7996 esac
7997 ;;
7998 esac
7999 ;;
8000
8001 newsos6)
8002 lt_prog_compiler_pic='-KPIC'
8003 lt_prog_compiler_static='-Bstatic'
8004 ;;
8005
8006 *nto* | *qnx*)
8007 # QNX uses GNU C++, but need to define -shared option too, otherwise
8008 # it will coredump.
8009 lt_prog_compiler_pic='-fPIC -shared'
8010 ;;
8011
8012 osf3* | osf4* | osf5*)
8013 lt_prog_compiler_wl='-Wl,'
8014 # All OSF/1 code is PIC.
8015 lt_prog_compiler_static='-non_shared'
8016 ;;
8017
8018 rdos*)
8019 lt_prog_compiler_static='-non_shared'
8020 ;;
8021
8022 solaris*)
8023 lt_prog_compiler_pic='-KPIC'
8024 lt_prog_compiler_static='-Bstatic'
8025 case $cc_basename in
8026 f77* | f90* | f95*)
8027 lt_prog_compiler_wl='-Qoption ld ';;
8028 *)
8029 lt_prog_compiler_wl='-Wl,';;
8030 esac
8031 ;;
fdd6fa61 8032
6bb11ab3
L
8033 sunos4*)
8034 lt_prog_compiler_wl='-Qoption ld '
8035 lt_prog_compiler_pic='-PIC'
8036 lt_prog_compiler_static='-Bstatic'
8037 ;;
fdd6fa61 8038
6bb11ab3
L
8039 sysv4 | sysv4.2uw2* | sysv4.3*)
8040 lt_prog_compiler_wl='-Wl,'
8041 lt_prog_compiler_pic='-KPIC'
8042 lt_prog_compiler_static='-Bstatic'
8043 ;;
fdd6fa61 8044
6bb11ab3
L
8045 sysv4*MP*)
8046 if test -d /usr/nec ;then
8047 lt_prog_compiler_pic='-Kconform_pic'
8048 lt_prog_compiler_static='-Bstatic'
8049 fi
8050 ;;
8051
8052 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8053 lt_prog_compiler_wl='-Wl,'
8054 lt_prog_compiler_pic='-KPIC'
8055 lt_prog_compiler_static='-Bstatic'
8056 ;;
8057
8058 unicos*)
8059 lt_prog_compiler_wl='-Wl,'
8060 lt_prog_compiler_can_build_shared=no
8061 ;;
8062
8063 uts4*)
8064 lt_prog_compiler_pic='-pic'
8065 lt_prog_compiler_static='-Bstatic'
8066 ;;
8067
8068 *)
8069 lt_prog_compiler_can_build_shared=no
8070 ;;
8071 esac
8072 fi
8073
8074case $host_os in
8075 # For platforms which do not support PIC, -DPIC is meaningless:
8076 *djgpp*)
8077 lt_prog_compiler_pic=
8078 ;;
8079 *)
8080 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8081 ;;
81ecdfbb 8082esac
6bb11ab3
L
8083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8084$as_echo "$lt_prog_compiler_pic" >&6; }
8085
8086
8087
8088
8089
8090
8091#
8092# Check to make sure the PIC flag actually works.
8093#
8094if test -n "$lt_prog_compiler_pic"; then
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8096$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8097if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8098 $as_echo_n "(cached) " >&6
fdd6fa61 8099else
6bb11ab3
L
8100 lt_cv_prog_compiler_pic_works=no
8101 ac_outfile=conftest.$ac_objext
8102 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8103 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8104 # Insert the option either (1) after the last *FLAGS variable, or
8105 # (2) before a word containing "conftest.", or (3) at the end.
8106 # Note that $ac_compile itself does not contain backslashes and begins
8107 # with a dollar sign (not a hyphen), so the echo should work correctly.
8108 # The option is referenced via a variable to avoid confusing sed.
8109 lt_compile=`echo "$ac_compile" | $SED \
8110 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8111 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8112 -e 's:$: $lt_compiler_flag:'`
8113 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8114 (eval "$lt_compile" 2>conftest.err)
8115 ac_status=$?
8116 cat conftest.err >&5
8117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8118 if (exit $ac_status) && test -s "$ac_outfile"; then
8119 # The compiler can only warn and ignore the option if not recognized
8120 # So say no if there are warnings other than the usual output.
8121 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8122 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8123 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8124 lt_cv_prog_compiler_pic_works=yes
8125 fi
8126 fi
8127 $RM conftest*
fdd6fa61 8128
fdd6fa61 8129fi
6bb11ab3
L
8130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8131$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8132
8133if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8134 case $lt_prog_compiler_pic in
8135 "" | " "*) ;;
8136 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8137 esac
8138else
8139 lt_prog_compiler_pic=
8140 lt_prog_compiler_can_build_shared=no
fdd6fa61 8141fi
6bb11ab3
L
8142
8143fi
8144
8145
8146
8147
8148
8149
8150#
8151# Check to make sure the static flag actually works.
8152#
8153wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8155$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8156if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8157 $as_echo_n "(cached) " >&6
fdd6fa61 8158else
6bb11ab3
L
8159 lt_cv_prog_compiler_static_works=no
8160 save_LDFLAGS="$LDFLAGS"
8161 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8162 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8163 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8164 # The linker can only warn and ignore the option if not recognized
8165 # So say no if there are warnings
8166 if test -s conftest.err; then
8167 # Append any errors to the config.log.
8168 cat conftest.err 1>&5
8169 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8170 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8171 if diff conftest.exp conftest.er2 >/dev/null; then
8172 lt_cv_prog_compiler_static_works=yes
8173 fi
8174 else
8175 lt_cv_prog_compiler_static_works=yes
8176 fi
8177 fi
8178 $RM -r conftest*
8179 LDFLAGS="$save_LDFLAGS"
fdd6fa61 8180
6bb11ab3
L
8181fi
8182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8183$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fdd6fa61 8184
6bb11ab3
L
8185if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8186 :
fdd6fa61 8187else
6bb11ab3 8188 lt_prog_compiler_static=
fdd6fa61 8189fi
fdd6fa61 8190
6bb11ab3
L
8191
8192
8193
8194
8195
8196
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8198$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8199if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8200 $as_echo_n "(cached) " >&6
81ecdfbb 8201else
6bb11ab3
L
8202 lt_cv_prog_compiler_c_o=no
8203 $RM -r conftest 2>/dev/null
8204 mkdir conftest
8205 cd conftest
8206 mkdir out
8207 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8208
8209 lt_compiler_flag="-o out/conftest2.$ac_objext"
8210 # Insert the option either (1) after the last *FLAGS variable, or
8211 # (2) before a word containing "conftest.", or (3) at the end.
8212 # Note that $ac_compile itself does not contain backslashes and begins
8213 # with a dollar sign (not a hyphen), so the echo should work correctly.
8214 lt_compile=`echo "$ac_compile" | $SED \
8215 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8216 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8217 -e 's:$: $lt_compiler_flag:'`
8218 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8219 (eval "$lt_compile" 2>out/conftest.err)
8220 ac_status=$?
8221 cat out/conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8224 then
8225 # The compiler can only warn and ignore the option if not recognized
8226 # So say no if there are warnings
8227 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8228 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8229 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8230 lt_cv_prog_compiler_c_o=yes
8231 fi
8232 fi
8233 chmod u+w . 2>&5
8234 $RM conftest*
8235 # SGI C++ compiler will create directory out/ii_files/ for
8236 # template instantiation
8237 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8238 $RM out/* && rmdir out
8239 cd ..
8240 $RM -r conftest
8241 $RM conftest*
8242
81ecdfbb 8243fi
6bb11ab3
L
8244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8245$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8246
8247
8248
8249
8250
8251
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8253$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8254if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8255 $as_echo_n "(cached) " >&6
8256else
6bb11ab3
L
8257 lt_cv_prog_compiler_c_o=no
8258 $RM -r conftest 2>/dev/null
8259 mkdir conftest
8260 cd conftest
8261 mkdir out
8262 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8263
8264 lt_compiler_flag="-o out/conftest2.$ac_objext"
8265 # Insert the option either (1) after the last *FLAGS variable, or
8266 # (2) before a word containing "conftest.", or (3) at the end.
8267 # Note that $ac_compile itself does not contain backslashes and begins
8268 # with a dollar sign (not a hyphen), so the echo should work correctly.
8269 lt_compile=`echo "$ac_compile" | $SED \
8270 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8271 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8272 -e 's:$: $lt_compiler_flag:'`
8273 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8274 (eval "$lt_compile" 2>out/conftest.err)
8275 ac_status=$?
8276 cat out/conftest.err >&5
8277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8278 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8279 then
8280 # The compiler can only warn and ignore the option if not recognized
8281 # So say no if there are warnings
8282 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8283 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8284 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8285 lt_cv_prog_compiler_c_o=yes
8286 fi
8287 fi
8288 chmod u+w . 2>&5
8289 $RM conftest*
8290 # SGI C++ compiler will create directory out/ii_files/ for
8291 # template instantiation
8292 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8293 $RM out/* && rmdir out
8294 cd ..
8295 $RM -r conftest
8296 $RM conftest*
8297
8298fi
8299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8300$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8301
8302
8303
8304
8305hard_links="nottested"
8306if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8307 # do not overwrite the value of need_locks provided by the user
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8309$as_echo_n "checking if we can lock with hard links... " >&6; }
8310 hard_links=yes
8311 $RM conftest*
8312 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8313 touch conftest.a
8314 ln conftest.a conftest.b 2>&5 || hard_links=no
8315 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8317$as_echo "$hard_links" >&6; }
8318 if test "$hard_links" = no; then
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8320$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8321 need_locks=warn
8322 fi
8323else
8324 need_locks=no
8325fi
8326
8327
8328
8329
8330
8331
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8333$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8334
8335 runpath_var=
8336 allow_undefined_flag=
8337 always_export_symbols=no
8338 archive_cmds=
8339 archive_expsym_cmds=
8340 compiler_needs_object=no
8341 enable_shared_with_static_runtimes=no
8342 export_dynamic_flag_spec=
8343 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8344 hardcode_automatic=no
8345 hardcode_direct=no
8346 hardcode_direct_absolute=no
8347 hardcode_libdir_flag_spec=
8348 hardcode_libdir_flag_spec_ld=
8349 hardcode_libdir_separator=
8350 hardcode_minus_L=no
8351 hardcode_shlibpath_var=unsupported
8352 inherit_rpath=no
8353 link_all_deplibs=unknown
8354 module_cmds=
8355 module_expsym_cmds=
8356 old_archive_from_new_cmds=
8357 old_archive_from_expsyms_cmds=
8358 thread_safe_flag_spec=
8359 whole_archive_flag_spec=
8360 # include_expsyms should be a list of space-separated symbols to be *always*
8361 # included in the symbol list
8362 include_expsyms=
8363 # exclude_expsyms can be an extended regexp of symbols to exclude
8364 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8365 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8366 # as well as any symbol that contains `d'.
8367 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8368 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8369 # platforms (ab)use it in PIC code, but their linkers get confused if
8370 # the symbol is explicitly referenced. Since portable code cannot
8371 # rely on this symbol name, it's probably fine to never include it in
8372 # preloaded symbol tables.
8373 # Exclude shared library initialization/finalization symbols.
8374 extract_expsyms_cmds=
8375
8376 case $host_os in
8377 cygwin* | mingw* | pw32* | cegcc*)
8378 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8379 # When not using gcc, we currently assume that we are using
8380 # Microsoft Visual C++.
8381 if test "$GCC" != yes; then
8382 with_gnu_ld=no
8383 fi
8384 ;;
8385 interix*)
8386 # we just hope/assume this is gcc and not c89 (= MSVC++)
8387 with_gnu_ld=yes
8388 ;;
8389 openbsd*)
8390 with_gnu_ld=no
8391 ;;
8392 esac
fdd6fa61 8393
6bb11ab3
L
8394 ld_shlibs=yes
8395
8396 # On some targets, GNU ld is compatible enough with the native linker
8397 # that we're better off using the native interface for both.
8398 lt_use_gnu_ld_interface=no
8399 if test "$with_gnu_ld" = yes; then
8400 case $host_os in
8401 aix*)
8402 # The AIX port of GNU ld has always aspired to compatibility
8403 # with the native linker. However, as the warning in the GNU ld
8404 # block says, versions before 2.19.5* couldn't really create working
8405 # shared libraries, regardless of the interface used.
8406 case `$LD -v 2>&1` in
8407 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8408 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8409 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8410 *)
8411 lt_use_gnu_ld_interface=yes
8412 ;;
8413 esac
8414 ;;
8415 *)
8416 lt_use_gnu_ld_interface=yes
8417 ;;
8418 esac
8419 fi
fdd6fa61 8420
6bb11ab3
L
8421 if test "$lt_use_gnu_ld_interface" = yes; then
8422 # If archive_cmds runs LD, not CC, wlarc should be empty
8423 wlarc='${wl}'
8424
8425 # Set some defaults for GNU ld with shared library support. These
8426 # are reset later if shared libraries are not supported. Putting them
8427 # here allows them to be overridden if necessary.
8428 runpath_var=LD_RUN_PATH
8429 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8430 export_dynamic_flag_spec='${wl}--export-dynamic'
8431 # ancient GNU ld didn't support --whole-archive et. al.
8432 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8433 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8434 else
8435 whole_archive_flag_spec=
8436 fi
8437 supports_anon_versioning=no
8438 case `$LD -v 2>&1` in
8439 *GNU\ gold*) supports_anon_versioning=yes ;;
8440 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8441 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8442 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8443 *\ 2.11.*) ;; # other 2.11 versions
8444 *) supports_anon_versioning=yes ;;
8445 esac
8446
8447 # See if GNU ld supports shared libraries.
8448 case $host_os in
8449 aix[3-9]*)
8450 # On AIX/PPC, the GNU linker is very broken
8451 if test "$host_cpu" != ia64; then
8452 ld_shlibs=no
8453 cat <<_LT_EOF 1>&2
8454
8455*** Warning: the GNU linker, at least up to release 2.19, is reported
8456*** to be unable to reliably create shared libraries on AIX.
8457*** Therefore, libtool is disabling shared libraries support. If you
8458*** really care for shared libraries, you may want to install binutils
8459*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8460*** You will then need to restart the configuration process.
8461
8462_LT_EOF
8463 fi
8464 ;;
8465
8466 amigaos*)
8467 case $host_cpu in
8468 powerpc)
8469 # see comment about AmigaOS4 .so support
8470 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8471 archive_expsym_cmds=''
8472 ;;
8473 m68k)
8474 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)'
8475 hardcode_libdir_flag_spec='-L$libdir'
8476 hardcode_minus_L=yes
8477 ;;
8478 esac
8479 ;;
8480
8481 beos*)
8482 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8483 allow_undefined_flag=unsupported
8484 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8485 # support --undefined. This deserves some investigation. FIXME
8486 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8487 else
8488 ld_shlibs=no
8489 fi
8490 ;;
8491
8492 cygwin* | mingw* | pw32* | cegcc*)
8493 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8494 # as there is no search path for DLLs.
8495 hardcode_libdir_flag_spec='-L$libdir'
8496 export_dynamic_flag_spec='${wl}--export-all-symbols'
8497 allow_undefined_flag=unsupported
8498 always_export_symbols=no
8499 enable_shared_with_static_runtimes=yes
8500 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8501
8502 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8503 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8504 # If the export-symbols file already is a .def file (1st line
8505 # is EXPORTS), use it as is; otherwise, prepend...
8506 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8507 cp $export_symbols $output_objdir/$soname.def;
8508 else
8509 echo EXPORTS > $output_objdir/$soname.def;
8510 cat $export_symbols >> $output_objdir/$soname.def;
8511 fi~
8512 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8513 else
8514 ld_shlibs=no
8515 fi
8516 ;;
8517
8518 haiku*)
8519 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8520 link_all_deplibs=yes
8521 ;;
8522
8523 interix[3-9]*)
8524 hardcode_direct=no
8525 hardcode_shlibpath_var=no
8526 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8527 export_dynamic_flag_spec='${wl}-E'
8528 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8529 # Instead, shared libraries are loaded at an image base (0x10000000 by
8530 # default) and relocated if they conflict, which is a slow very memory
8531 # consuming and fragmenting process. To avoid this, we pick a random,
8532 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8533 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8534 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8535 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'
8536 ;;
8537
8538 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8539 tmp_diet=no
8540 if test "$host_os" = linux-dietlibc; then
8541 case $cc_basename in
8542 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8543 esac
8544 fi
8545 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8546 && test "$tmp_diet" = no
8547 then
5cddc23a 8548 tmp_addflag=' $pic_flag'
6bb11ab3
L
8549 tmp_sharedflag='-shared'
8550 case $cc_basename,$host_cpu in
8551 pgcc*) # Portland Group C compiler
8552 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'
8553 tmp_addflag=' $pic_flag'
8554 ;;
8555 pgf77* | pgf90* | pgf95* | pgfortran*)
8556 # Portland Group f77 and f90 compilers
8557 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'
8558 tmp_addflag=' $pic_flag -Mnomain' ;;
8559 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8560 tmp_addflag=' -i_dynamic' ;;
8561 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8562 tmp_addflag=' -i_dynamic -nofor_main' ;;
8563 ifc* | ifort*) # Intel Fortran compiler
8564 tmp_addflag=' -nofor_main' ;;
8565 lf95*) # Lahey Fortran 8.1
8566 whole_archive_flag_spec=
8567 tmp_sharedflag='--shared' ;;
8568 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8569 tmp_sharedflag='-qmkshrobj'
8570 tmp_addflag= ;;
8571 nvcc*) # Cuda Compiler Driver 2.2
8572 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'
8573 compiler_needs_object=yes
8574 ;;
8575 esac
8576 case `$CC -V 2>&1 | sed 5q` in
8577 *Sun\ C*) # Sun C 5.9
8578 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'
8579 compiler_needs_object=yes
8580 tmp_sharedflag='-G' ;;
8581 *Sun\ F*) # Sun Fortran 8.3
8582 tmp_sharedflag='-G' ;;
8583 esac
8584 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8585
8586 if test "x$supports_anon_versioning" = xyes; then
8587 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8588 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8589 echo "local: *; };" >> $output_objdir/$libname.ver~
8590 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8591 fi
8592
8593 case $cc_basename in
8594 xlf* | bgf* | bgxlf* | mpixlf*)
8595 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8596 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8597 hardcode_libdir_flag_spec=
8598 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8599 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8600 if test "x$supports_anon_versioning" = xyes; then
8601 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8602 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8603 echo "local: *; };" >> $output_objdir/$libname.ver~
8604 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8605 fi
8606 ;;
8607 esac
8608 else
8609 ld_shlibs=no
8610 fi
8611 ;;
8612
8613 netbsd*)
8614 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8615 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8616 wlarc=
8617 else
8618 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8620 fi
8621 ;;
8622
8623 solaris*)
8624 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8625 ld_shlibs=no
8626 cat <<_LT_EOF 1>&2
8627
8628*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8629*** create shared libraries on Solaris systems. Therefore, libtool
8630*** is disabling shared libraries support. We urge you to upgrade GNU
8631*** binutils to release 2.9.1 or newer. Another option is to modify
8632*** your PATH or compiler configuration so that the native linker is
8633*** used, and then restart.
8634
8635_LT_EOF
8636 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8637 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8638 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8639 else
8640 ld_shlibs=no
8641 fi
8642 ;;
8643
8644 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8645 case `$LD -v 2>&1` in
8646 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8647 ld_shlibs=no
8648 cat <<_LT_EOF 1>&2
8649
8650*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8651*** reliably create shared libraries on SCO systems. Therefore, libtool
8652*** is disabling shared libraries support. We urge you to upgrade GNU
8653*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8654*** your PATH or compiler configuration so that the native linker is
8655*** used, and then restart.
8656
8657_LT_EOF
8658 ;;
8659 *)
8660 # For security reasons, it is highly recommended that you always
8661 # use absolute paths for naming shared libraries, and exclude the
8662 # DT_RUNPATH tag from executables and libraries. But doing so
8663 # requires that you compile everything twice, which is a pain.
8664 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8667 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8668 else
8669 ld_shlibs=no
8670 fi
8671 ;;
8672 esac
8673 ;;
8674
8675 sunos4*)
8676 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8677 wlarc=
8678 hardcode_direct=yes
8679 hardcode_shlibpath_var=no
8680 ;;
8681
8682 *)
8683 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8684 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8685 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8686 else
8687 ld_shlibs=no
8688 fi
8689 ;;
8690 esac
8691
8692 if test "$ld_shlibs" = no; then
8693 runpath_var=
8694 hardcode_libdir_flag_spec=
8695 export_dynamic_flag_spec=
8696 whole_archive_flag_spec=
8697 fi
8698 else
8699 # PORTME fill in a description of your system's linker (not GNU ld)
8700 case $host_os in
8701 aix3*)
8702 allow_undefined_flag=unsupported
8703 always_export_symbols=yes
8704 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'
8705 # Note: this linker hardcodes the directories in LIBPATH if there
8706 # are no directories specified by -L.
8707 hardcode_minus_L=yes
8708 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8709 # Neither direct hardcoding nor static linking is supported with a
8710 # broken collect2.
8711 hardcode_direct=unsupported
8712 fi
8713 ;;
8714
8715 aix[4-9]*)
8716 if test "$host_cpu" = ia64; then
8717 # On IA64, the linker does run time linking by default, so we don't
8718 # have to do anything special.
8719 aix_use_runtimelinking=no
8720 exp_sym_flag='-Bexport'
8721 no_entry_flag=""
8722 else
8723 # If we're using GNU nm, then we don't want the "-C" option.
8724 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8725 # Also, AIX nm treats weak defined symbols like other global
8726 # defined symbols, whereas GNU nm marks them as "W".
8727 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8728 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'
8729 else
5c887dd5 8730 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
8731 fi
8732 aix_use_runtimelinking=no
8733
8734 # Test if we are trying to use run time linking or normal
8735 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8736 # need to do runtime linking.
8737 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8738 for ld_flag in $LDFLAGS; do
8739 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8740 aix_use_runtimelinking=yes
8741 break
8742 fi
8743 done
8744 ;;
8745 esac
8746
8747 exp_sym_flag='-bexport'
8748 no_entry_flag='-bnoentry'
8749 fi
8750
8751 # When large executables or shared objects are built, AIX ld can
8752 # have problems creating the table of contents. If linking a library
8753 # or program results in "error TOC overflow" add -mminimal-toc to
8754 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8755 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8756
8757 archive_cmds=''
8758 hardcode_direct=yes
8759 hardcode_direct_absolute=yes
8760 hardcode_libdir_separator=':'
8761 link_all_deplibs=yes
8762 file_list_spec='${wl}-f,'
8763
8764 if test "$GCC" = yes; then
8765 case $host_os in aix4.[012]|aix4.[012].*)
8766 # We only want to do this on AIX 4.2 and lower, the check
8767 # below for broken collect2 doesn't work under 4.3+
8768 collect2name=`${CC} -print-prog-name=collect2`
8769 if test -f "$collect2name" &&
8770 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8771 then
8772 # We have reworked collect2
8773 :
8774 else
8775 # We have old collect2
8776 hardcode_direct=unsupported
8777 # It fails to find uninstalled libraries when the uninstalled
8778 # path is not listed in the libpath. Setting hardcode_minus_L
8779 # to unsupported forces relinking
8780 hardcode_minus_L=yes
8781 hardcode_libdir_flag_spec='-L$libdir'
8782 hardcode_libdir_separator=
8783 fi
8784 ;;
8785 esac
8786 shared_flag='-shared'
8787 if test "$aix_use_runtimelinking" = yes; then
8788 shared_flag="$shared_flag "'${wl}-G'
8789 fi
8790 else
8791 # not using gcc
8792 if test "$host_cpu" = ia64; then
8793 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8794 # chokes on -Wl,-G. The following line is correct:
8795 shared_flag='-G'
8796 else
8797 if test "$aix_use_runtimelinking" = yes; then
8798 shared_flag='${wl}-G'
8799 else
8800 shared_flag='${wl}-bM:SRE'
8801 fi
8802 fi
8803 fi
8804
8805 export_dynamic_flag_spec='${wl}-bexpall'
8806 # It seems that -bexpall does not export symbols beginning with
8807 # underscore (_), so it is better to generate a list of symbols to export.
8808 always_export_symbols=yes
8809 if test "$aix_use_runtimelinking" = yes; then
8810 # Warning - without using the other runtime loading flags (-brtl),
8811 # -berok will link without error, but may produce a broken library.
8812 allow_undefined_flag='-berok'
8813 # Determine the default libpath from the value encoded in an
8814 # empty executable.
8815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8816/* end confdefs.h. */
8817
8818int
8819main ()
8820{
8821
8822 ;
8823 return 0;
8824}
8825_ACEOF
6bb11ab3 8826if ac_fn_c_try_link "$LINENO"; then :
fdd6fa61 8827
6bb11ab3
L
8828lt_aix_libpath_sed='
8829 /Import File Strings/,/^$/ {
8830 /^0/ {
8831 s/^0 *\(.*\)$/\1/
8832 p
8833 }
8834 }'
8835aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8836# Check for a 64-bit object if we didn't find anything.
8837if test -z "$aix_libpath"; then
8838 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8839fi
8840fi
8841rm -f core conftest.err conftest.$ac_objext \
8842 conftest$ac_exeext conftest.$ac_ext
8843if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8844
8845 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8846 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"
8847 else
8848 if test "$host_cpu" = ia64; then
8849 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8850 allow_undefined_flag="-z nodefs"
8851 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"
8852 else
8853 # Determine the default libpath from the value encoded in an
8854 # empty executable.
81ecdfbb
RW
8855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8856/* end confdefs.h. */
8857
8858int
8859main ()
8860{
8861
8862 ;
8863 return 0;
8864}
8865_ACEOF
6bb11ab3
L
8866if ac_fn_c_try_link "$LINENO"; then :
8867
8868lt_aix_libpath_sed='
8869 /Import File Strings/,/^$/ {
8870 /^0/ {
8871 s/^0 *\(.*\)$/\1/
8872 p
8873 }
8874 }'
8875aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8876# Check for a 64-bit object if we didn't find anything.
8877if test -z "$aix_libpath"; then
8878 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8879fi
81ecdfbb 8880fi
6bb11ab3
L
8881rm -f core conftest.err conftest.$ac_objext \
8882 conftest$ac_exeext conftest.$ac_ext
8883if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8884
8885 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8886 # Warning - without using the other run time loading flags,
8887 # -berok will link without error, but may produce a broken library.
8888 no_undefined_flag=' ${wl}-bernotok'
8889 allow_undefined_flag=' ${wl}-berok'
8890 if test "$with_gnu_ld" = yes; then
8891 # We only use this code for GNU lds that support --whole-archive.
8892 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8893 else
8894 # Exported symbols can be pulled into shared objects from archives
8895 whole_archive_flag_spec='$convenience'
8896 fi
8897 archive_cmds_need_lc=yes
8898 # This is similar to how AIX traditionally builds its shared libraries.
8899 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'
8900 fi
8901 fi
8902 ;;
8903
8904 amigaos*)
8905 case $host_cpu in
8906 powerpc)
8907 # see comment about AmigaOS4 .so support
8908 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8909 archive_expsym_cmds=''
8910 ;;
8911 m68k)
8912 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)'
8913 hardcode_libdir_flag_spec='-L$libdir'
8914 hardcode_minus_L=yes
8915 ;;
8916 esac
8917 ;;
8918
8919 bsdi[45]*)
8920 export_dynamic_flag_spec=-rdynamic
8921 ;;
8922
8923 cygwin* | mingw* | pw32* | cegcc*)
8924 # When not using gcc, we currently assume that we are using
8925 # Microsoft Visual C++.
8926 # hardcode_libdir_flag_spec is actually meaningless, as there is
8927 # no search path for DLLs.
8928 hardcode_libdir_flag_spec=' '
8929 allow_undefined_flag=unsupported
8930 # Tell ltmain to make .lib files, not .a files.
8931 libext=lib
8932 # Tell ltmain to make .dll files, not .so files.
8933 shrext_cmds=".dll"
8934 # FIXME: Setting linknames here is a bad hack.
8935 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8936 # The linker will automatically build a .lib file if we build a DLL.
8937 old_archive_from_new_cmds='true'
8938 # FIXME: Should let the user specify the lib program.
8939 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8940 fix_srcfile_path='`cygpath -w "$srcfile"`'
8941 enable_shared_with_static_runtimes=yes
8942 ;;
8943
8944 darwin* | rhapsody*)
8945
8946
8947 archive_cmds_need_lc=no
8948 hardcode_direct=no
8949 hardcode_automatic=yes
8950 hardcode_shlibpath_var=unsupported
8951 if test "$lt_cv_ld_force_load" = "yes"; then
8952 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\"`'
fdd6fa61 8953 else
6bb11ab3 8954 whole_archive_flag_spec=''
fdd6fa61 8955 fi
6bb11ab3
L
8956 link_all_deplibs=yes
8957 allow_undefined_flag="$_lt_dar_allow_undefined"
8958 case $cc_basename in
8959 ifort*) _lt_dar_can_shared=yes ;;
8960 *) _lt_dar_can_shared=$GCC ;;
8961 esac
8962 if test "$_lt_dar_can_shared" = "yes"; then
8963 output_verbose_link_cmd=func_echo_all
8964 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8965 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8966 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}"
8967 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}"
8968
fdd6fa61 8969 else
6bb11ab3 8970 ld_shlibs=no
fdd6fa61 8971 fi
6bb11ab3
L
8972
8973 ;;
8974
8975 dgux*)
8976 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8977 hardcode_libdir_flag_spec='-L$libdir'
8978 hardcode_shlibpath_var=no
8979 ;;
8980
8981 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8982 # support. Future versions do this automatically, but an explicit c++rt0.o
8983 # does not break anything, and helps significantly (at the cost of a little
8984 # extra space).
8985 freebsd2.2*)
8986 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8987 hardcode_libdir_flag_spec='-R$libdir'
8988 hardcode_direct=yes
8989 hardcode_shlibpath_var=no
8990 ;;
8991
8992 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8993 freebsd2.*)
8994 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8995 hardcode_direct=yes
8996 hardcode_minus_L=yes
8997 hardcode_shlibpath_var=no
8998 ;;
8999
9000 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9001 freebsd* | dragonfly*)
9002 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9003 hardcode_libdir_flag_spec='-R$libdir'
9004 hardcode_direct=yes
9005 hardcode_shlibpath_var=no
9006 ;;
9007
9008 hpux9*)
9009 if test "$GCC" = yes; then
9010 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'
9011 else
9012 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'
9013 fi
9014 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9015 hardcode_libdir_separator=:
9016 hardcode_direct=yes
9017
9018 # hardcode_minus_L: Not really in the search PATH,
9019 # but as the default location of the library.
9020 hardcode_minus_L=yes
9021 export_dynamic_flag_spec='${wl}-E'
9022 ;;
9023
9024 hpux10*)
9025 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9026 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9027 else
9028 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9029 fi
9030 if test "$with_gnu_ld" = no; then
9031 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9032 hardcode_libdir_flag_spec_ld='+b $libdir'
9033 hardcode_libdir_separator=:
9034 hardcode_direct=yes
9035 hardcode_direct_absolute=yes
9036 export_dynamic_flag_spec='${wl}-E'
9037 # hardcode_minus_L: Not really in the search PATH,
9038 # but as the default location of the library.
9039 hardcode_minus_L=yes
9040 fi
9041 ;;
9042
9043 hpux11*)
9044 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9045 case $host_cpu in
9046 hppa*64*)
9047 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9048 ;;
9049 ia64*)
9050 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9051 ;;
9052 *)
9053 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9054 ;;
9055 esac
9056 else
9057 case $host_cpu in
9058 hppa*64*)
9059 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9060 ;;
9061 ia64*)
9062 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9063 ;;
9064 *)
9065
9066 # Older versions of the 11.00 compiler do not understand -b yet
9067 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9069$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9070if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9071 $as_echo_n "(cached) " >&6
fdd6fa61 9072else
6bb11ab3
L
9073 lt_cv_prog_compiler__b=no
9074 save_LDFLAGS="$LDFLAGS"
9075 LDFLAGS="$LDFLAGS -b"
9076 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9077 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9078 # The linker can only warn and ignore the option if not recognized
9079 # So say no if there are warnings
9080 if test -s conftest.err; then
9081 # Append any errors to the config.log.
9082 cat conftest.err 1>&5
9083 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9084 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9085 if diff conftest.exp conftest.er2 >/dev/null; then
9086 lt_cv_prog_compiler__b=yes
9087 fi
9088 else
9089 lt_cv_prog_compiler__b=yes
9090 fi
9091 fi
9092 $RM -r conftest*
9093 LDFLAGS="$save_LDFLAGS"
fdd6fa61 9094
6bb11ab3
L
9095fi
9096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9097$as_echo "$lt_cv_prog_compiler__b" >&6; }
fdd6fa61 9098
6bb11ab3
L
9099if test x"$lt_cv_prog_compiler__b" = xyes; then
9100 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9101else
9102 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9103fi
81ecdfbb 9104
6bb11ab3
L
9105 ;;
9106 esac
9107 fi
9108 if test "$with_gnu_ld" = no; then
9109 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9110 hardcode_libdir_separator=:
9111
9112 case $host_cpu in
9113 hppa*64*|ia64*)
9114 hardcode_direct=no
9115 hardcode_shlibpath_var=no
9116 ;;
9117 *)
9118 hardcode_direct=yes
9119 hardcode_direct_absolute=yes
9120 export_dynamic_flag_spec='${wl}-E'
9121
9122 # hardcode_minus_L: Not really in the search PATH,
9123 # but as the default location of the library.
9124 hardcode_minus_L=yes
9125 ;;
9126 esac
9127 fi
9128 ;;
9129
9130 irix5* | irix6* | nonstopux*)
9131 if test "$GCC" = yes; then
9132 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'
9133 # Try to use the -exported_symbol ld option, if it does not
9134 # work, assume that -exports_file does not work either and
9135 # implicitly export all symbols.
9136 save_LDFLAGS="$LDFLAGS"
9137 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9139/* end confdefs.h. */
9140int foo(void) {}
fdd6fa61 9141_ACEOF
6bb11ab3
L
9142if ac_fn_c_try_link "$LINENO"; then :
9143 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'
fdd6fa61
AG
9144
9145fi
6bb11ab3
L
9146rm -f core conftest.err conftest.$ac_objext \
9147 conftest$ac_exeext conftest.$ac_ext
9148 LDFLAGS="$save_LDFLAGS"
9149 else
9150 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'
9151 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'
9152 fi
9153 archive_cmds_need_lc='no'
9154 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9155 hardcode_libdir_separator=:
9156 inherit_rpath=yes
9157 link_all_deplibs=yes
9158 ;;
9159
9160 netbsd*)
9161 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9162 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9163 else
9164 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9165 fi
9166 hardcode_libdir_flag_spec='-R$libdir'
9167 hardcode_direct=yes
9168 hardcode_shlibpath_var=no
9169 ;;
9170
9171 newsos6)
9172 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9173 hardcode_direct=yes
9174 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9175 hardcode_libdir_separator=:
9176 hardcode_shlibpath_var=no
9177 ;;
9178
9179 *nto* | *qnx*)
9180 ;;
9181
9182 openbsd*)
9183 if test -f /usr/libexec/ld.so; then
9184 hardcode_direct=yes
9185 hardcode_shlibpath_var=no
9186 hardcode_direct_absolute=yes
9187 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9188 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9189 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9190 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9191 export_dynamic_flag_spec='${wl}-E'
9192 else
9193 case $host_os in
9194 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9195 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9196 hardcode_libdir_flag_spec='-R$libdir'
9197 ;;
9198 *)
9199 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9200 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9201 ;;
9202 esac
9203 fi
9204 else
9205 ld_shlibs=no
9206 fi
9207 ;;
9208
9209 os2*)
9210 hardcode_libdir_flag_spec='-L$libdir'
9211 hardcode_minus_L=yes
9212 allow_undefined_flag=unsupported
9213 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'
9214 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9215 ;;
9216
9217 osf3*)
9218 if test "$GCC" = yes; then
9219 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9220 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'
9221 else
9222 allow_undefined_flag=' -expect_unresolved \*'
9223 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'
9224 fi
9225 archive_cmds_need_lc='no'
9226 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9227 hardcode_libdir_separator=:
9228 ;;
9229
9230 osf4* | osf5*) # as osf3* with the addition of -msym flag
9231 if test "$GCC" = yes; then
9232 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9233 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'
9234 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9235 else
9236 allow_undefined_flag=' -expect_unresolved \*'
9237 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'
9238 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~
9239 $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'
9240
9241 # Both c and cxx compiler support -rpath directly
9242 hardcode_libdir_flag_spec='-rpath $libdir'
9243 fi
9244 archive_cmds_need_lc='no'
9245 hardcode_libdir_separator=:
9246 ;;
9247
9248 solaris*)
9249 no_undefined_flag=' -z defs'
9250 if test "$GCC" = yes; then
9251 wlarc='${wl}'
9252 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9253 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9254 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9255 else
9256 case `$CC -V 2>&1` in
9257 *"Compilers 5.0"*)
9258 wlarc=''
9259 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9260 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9261 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9262 ;;
9263 *)
9264 wlarc='${wl}'
9265 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9266 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9267 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9268 ;;
9269 esac
9270 fi
9271 hardcode_libdir_flag_spec='-R$libdir'
9272 hardcode_shlibpath_var=no
9273 case $host_os in
9274 solaris2.[0-5] | solaris2.[0-5].*) ;;
9275 *)
9276 # The compiler driver will combine and reorder linker options,
9277 # but understands `-z linker_flag'. GCC discards it without `$wl',
9278 # but is careful enough not to reorder.
9279 # Supported since Solaris 2.6 (maybe 2.5.1?)
9280 if test "$GCC" = yes; then
9281 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9282 else
9283 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9284 fi
9285 ;;
9286 esac
9287 link_all_deplibs=yes
9288 ;;
9289
9290 sunos4*)
9291 if test "x$host_vendor" = xsequent; then
9292 # Use $CC to link under sequent, because it throws in some extra .o
9293 # files that make .init and .fini sections work.
9294 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9295 else
9296 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9297 fi
9298 hardcode_libdir_flag_spec='-L$libdir'
9299 hardcode_direct=yes
9300 hardcode_minus_L=yes
9301 hardcode_shlibpath_var=no
9302 ;;
9303
9304 sysv4)
9305 case $host_vendor in
9306 sni)
9307 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9308 hardcode_direct=yes # is this really true???
9309 ;;
9310 siemens)
9311 ## LD is ld it makes a PLAMLIB
9312 ## CC just makes a GrossModule.
9313 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9314 reload_cmds='$CC -r -o $output$reload_objs'
9315 hardcode_direct=no
9316 ;;
9317 motorola)
9318 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9319 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9320 ;;
9321 esac
9322 runpath_var='LD_RUN_PATH'
9323 hardcode_shlibpath_var=no
9324 ;;
9325
9326 sysv4.3*)
9327 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9328 hardcode_shlibpath_var=no
9329 export_dynamic_flag_spec='-Bexport'
9330 ;;
9331
9332 sysv4*MP*)
9333 if test -d /usr/nec; then
9334 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9335 hardcode_shlibpath_var=no
9336 runpath_var=LD_RUN_PATH
9337 hardcode_runpath_var=yes
9338 ld_shlibs=yes
9339 fi
9340 ;;
9341
9342 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9343 no_undefined_flag='${wl}-z,text'
9344 archive_cmds_need_lc=no
9345 hardcode_shlibpath_var=no
9346 runpath_var='LD_RUN_PATH'
9347
9348 if test "$GCC" = yes; then
9349 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9351 else
9352 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9353 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9354 fi
9355 ;;
9356
9357 sysv5* | sco3.2v5* | sco5v6*)
9358 # Note: We can NOT use -z defs as we might desire, because we do not
9359 # link with -lc, and that would cause any symbols used from libc to
9360 # always be unresolved, which means just about no library would
9361 # ever link correctly. If we're not using GNU ld we use -z text
9362 # though, which does catch some bad symbols but isn't as heavy-handed
9363 # as -z defs.
9364 no_undefined_flag='${wl}-z,text'
9365 allow_undefined_flag='${wl}-z,nodefs'
9366 archive_cmds_need_lc=no
9367 hardcode_shlibpath_var=no
9368 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9369 hardcode_libdir_separator=':'
9370 link_all_deplibs=yes
9371 export_dynamic_flag_spec='${wl}-Bexport'
9372 runpath_var='LD_RUN_PATH'
9373
9374 if test "$GCC" = yes; then
9375 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9377 else
9378 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9379 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9380 fi
9381 ;;
9382
9383 uts4*)
9384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9385 hardcode_libdir_flag_spec='-L$libdir'
9386 hardcode_shlibpath_var=no
9387 ;;
9388
9389 *)
9390 ld_shlibs=no
9391 ;;
9392 esac
9393
9394 if test x$host_vendor = xsni; then
9395 case $host in
9396 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9397 export_dynamic_flag_spec='${wl}-Blargedynsym'
9398 ;;
9399 esac
9400 fi
9401 fi
9402
9403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9404$as_echo "$ld_shlibs" >&6; }
9405test "$ld_shlibs" = no && can_build_shared=no
9406
9407with_gnu_ld=$with_gnu_ld
9408
9409
9410
9411
fdd6fa61 9412
fdd6fa61 9413
fdd6fa61 9414
fdd6fa61 9415
fdd6fa61 9416
fdd6fa61
AG
9417
9418
6ffe910a 9419
fdd6fa61
AG
9420
9421
6bb11ab3
L
9422
9423#
9424# Do we need to explicitly link libc?
9425#
9426case "x$archive_cmds_need_lc" in
9427x|xyes)
9428 # Assume -lc should be added
9429 archive_cmds_need_lc=yes
9430
9431 if test "$enable_shared" = yes && test "$GCC" = yes; then
9432 case $archive_cmds in
9433 *'~'*)
9434 # FIXME: we may have to deal with multi-command sequences.
9435 ;;
9436 '$CC '*)
9437 # Test whether the compiler implicitly links with -lc since on some
9438 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9439 # to ld, don't add -lc before -lgcc.
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9441$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9442if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a
MF
9443 $as_echo_n "(cached) " >&6
9444else
6bb11ab3
L
9445 $RM conftest*
9446 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9447
9448 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9449 (eval $ac_compile) 2>&5
9450 ac_status=$?
9451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9452 test $ac_status = 0; } 2>conftest.err; then
9453 soname=conftest
9454 lib=conftest
9455 libobjs=conftest.$ac_objext
9456 deplibs=
9457 wl=$lt_prog_compiler_wl
9458 pic_flag=$lt_prog_compiler_pic
9459 compiler_flags=-v
9460 linker_flags=-v
9461 verstring=
9462 output_objdir=.
9463 libname=conftest
9464 lt_save_allow_undefined_flag=$allow_undefined_flag
9465 allow_undefined_flag=
9466 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9467 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9468 ac_status=$?
9469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9470 test $ac_status = 0; }
9471 then
9472 lt_cv_archive_cmds_need_lc=no
9473 else
9474 lt_cv_archive_cmds_need_lc=yes
9475 fi
9476 allow_undefined_flag=$lt_save_allow_undefined_flag
9477 else
9478 cat conftest.err 1>&5
9479 fi
9480 $RM conftest*
fdd6fa61 9481
6ffe910a 9482fi
6bb11ab3
L
9483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9484$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9485 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9486 ;;
9487 esac
9488 fi
9489 ;;
6ffe910a 9490esac
fdd6fa61 9491
fdd6fa61 9492
6ffe910a 9493
fdd6fa61 9494
81ecdfbb 9495
fdd6fa61 9496
fdd6fa61 9497
fdd6fa61 9498
fdd6fa61 9499
fdd6fa61 9500
fdd6fa61 9501
fdd6fa61 9502
fdd6fa61 9503
fdd6fa61 9504
81ecdfbb 9505
fdd6fa61 9506
fdd6fa61
AG
9507
9508
81ecdfbb 9509
81ecdfbb 9510
81ecdfbb
RW
9511
9512
81ecdfbb 9513
81ecdfbb 9514
fdd6fa61
AG
9515
9516
fdd6fa61 9517
fdd6fa61 9518
fdd6fa61 9519
fdd6fa61 9520
81ecdfbb 9521
6ffe910a 9522
6ffe910a 9523
6ffe910a 9524
6ffe910a 9525
6ffe910a 9526
6ffe910a 9527
6ffe910a 9528
6ffe910a 9529
6ffe910a 9530
6ffe910a 9531
6ffe910a 9532
6ffe910a 9533
6ffe910a 9534
6ffe910a 9535
6ffe910a
MF
9536
9537
9538
2232061b
MF
9539
9540
2232061b 9541
2232061b
MF
9542
9543
2232061b
MF
9544
9545
2232061b 9546
2232061b
MF
9547
9548
6bb11ab3
L
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
9642
9643
9644
9645
9646
9647
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9649$as_echo_n "checking dynamic linker characteristics... " >&6; }
9650
9651if test "$GCC" = yes; then
9652 case $host_os in
9653 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9654 *) lt_awk_arg="/^libraries:/" ;;
9655 esac
9656 case $host_os in
9657 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9658 *) lt_sed_strip_eq="s,=/,/,g" ;;
9659 esac
9660 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9661 case $lt_search_path_spec in
9662 *\;*)
9663 # if the path contains ";" then we assume it to be the separator
9664 # otherwise default to the standard path separator (i.e. ":") - it is
9665 # assumed that no part of a normal pathname contains ";" but that should
9666 # okay in the real world where ";" in dirpaths is itself problematic.
9667 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9668 ;;
9669 *)
9670 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9671 ;;
9672 esac
9673 # Ok, now we have the path, separated by spaces, we can step through it
9674 # and add multilib dir if necessary.
9675 lt_tmp_lt_search_path_spec=
9676 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9677 for lt_sys_path in $lt_search_path_spec; do
9678 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9679 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9680 else
9681 test -d "$lt_sys_path" && \
9682 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9683 fi
9684 done
9685 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9686BEGIN {RS=" "; FS="/|\n";} {
9687 lt_foo="";
9688 lt_count=0;
9689 for (lt_i = NF; lt_i > 0; lt_i--) {
9690 if ($lt_i != "" && $lt_i != ".") {
9691 if ($lt_i == "..") {
9692 lt_count++;
9693 } else {
9694 if (lt_count == 0) {
9695 lt_foo="/" $lt_i lt_foo;
9696 } else {
9697 lt_count--;
9698 }
9699 }
9700 }
9701 }
9702 if (lt_foo != "") { lt_freq[lt_foo]++; }
9703 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9704}'`
9705 # AWK program above erroneously prepends '/' to C:/dos/paths
9706 # for these hosts.
9707 case $host_os in
9708 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9709 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9710 esac
9711 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9712else
9713 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9714fi
9715library_names_spec=
9716libname_spec='lib$name'
9717soname_spec=
9718shrext_cmds=".so"
9719postinstall_cmds=
9720postuninstall_cmds=
9721finish_cmds=
9722finish_eval=
9723shlibpath_var=
9724shlibpath_overrides_runpath=unknown
9725version_type=none
9726dynamic_linker="$host_os ld.so"
9727sys_lib_dlsearch_path_spec="/lib /usr/lib"
9728need_lib_prefix=unknown
9729hardcode_into_libs=no
9730
9731# when you set need_version to no, make sure it does not cause -set_version
9732# flags to be left without arguments
9733need_version=unknown
9734
9735case $host_os in
9736aix3*)
9737 version_type=linux
9738 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9739 shlibpath_var=LIBPATH
9740
9741 # AIX 3 has no versioning support, so we append a major version to the name.
9742 soname_spec='${libname}${release}${shared_ext}$major'
9743 ;;
9744
9745aix[4-9]*)
9746 version_type=linux
9747 need_lib_prefix=no
9748 need_version=no
9749 hardcode_into_libs=yes
9750 if test "$host_cpu" = ia64; then
9751 # AIX 5 supports IA64
9752 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9753 shlibpath_var=LD_LIBRARY_PATH
9754 else
9755 # With GCC up to 2.95.x, collect2 would create an import file
9756 # for dependence libraries. The import file would start with
9757 # the line `#! .'. This would cause the generated library to
9758 # depend on `.', always an invalid library. This was fixed in
9759 # development snapshots of GCC prior to 3.0.
9760 case $host_os in
9761 aix4 | aix4.[01] | aix4.[01].*)
9762 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9763 echo ' yes '
9764 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9765 :
9766 else
9767 can_build_shared=no
9768 fi
9769 ;;
9770 esac
9771 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9772 # soname into executable. Probably we can add versioning support to
9773 # collect2, so additional links can be useful in future.
9774 if test "$aix_use_runtimelinking" = yes; then
9775 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9776 # instead of lib<name>.a to let people know that these are not
9777 # typical AIX shared libraries.
9778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9779 else
9780 # We preserve .a as extension for shared libraries through AIX4.2
9781 # and later when we are not doing run time linking.
9782 library_names_spec='${libname}${release}.a $libname.a'
9783 soname_spec='${libname}${release}${shared_ext}$major'
9784 fi
9785 shlibpath_var=LIBPATH
9786 fi
9787 ;;
9788
9789amigaos*)
9790 case $host_cpu in
9791 powerpc)
9792 # Since July 2007 AmigaOS4 officially supports .so libraries.
9793 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9795 ;;
9796 m68k)
9797 library_names_spec='$libname.ixlibrary $libname.a'
9798 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9799 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'
9800 ;;
9801 esac
9802 ;;
9803
9804beos*)
9805 library_names_spec='${libname}${shared_ext}'
9806 dynamic_linker="$host_os ld.so"
9807 shlibpath_var=LIBRARY_PATH
9808 ;;
9809
9810bsdi[45]*)
9811 version_type=linux
9812 need_version=no
9813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9814 soname_spec='${libname}${release}${shared_ext}$major'
9815 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9816 shlibpath_var=LD_LIBRARY_PATH
9817 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9818 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9819 # the default ld.so.conf also contains /usr/contrib/lib and
9820 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9821 # libtool to hard-code these into programs
9822 ;;
9823
9824cygwin* | mingw* | pw32* | cegcc*)
9825 version_type=windows
9826 shrext_cmds=".dll"
9827 need_version=no
9828 need_lib_prefix=no
9829
9830 case $GCC,$host_os in
9831 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9832 library_names_spec='$libname.dll.a'
9833 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9834 postinstall_cmds='base_file=`basename \${file}`~
9835 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9836 dldir=$destdir/`dirname \$dlpath`~
9837 test -d \$dldir || mkdir -p \$dldir~
9838 $install_prog $dir/$dlname \$dldir/$dlname~
9839 chmod a+x \$dldir/$dlname~
9840 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9841 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9842 fi'
9843 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9844 dlpath=$dir/\$dldll~
9845 $RM \$dlpath'
9846 shlibpath_overrides_runpath=yes
9847
9848 case $host_os in
9849 cygwin*)
9850 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9851 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9852
9853 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9854 ;;
9855 mingw* | cegcc*)
9856 # MinGW DLLs use traditional 'lib' prefix
9857 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9858 ;;
9859 pw32*)
9860 # pw32 DLLs use 'pw' prefix rather than 'lib'
9861 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9862 ;;
9863 esac
9864 ;;
9865
9866 *)
9867 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9868 ;;
9869 esac
9870 dynamic_linker='Win32 ld.exe'
9871 # FIXME: first we should search . and the directory the executable is in
9872 shlibpath_var=PATH
9873 ;;
9874
9875darwin* | rhapsody*)
9876 dynamic_linker="$host_os dyld"
9877 version_type=darwin
9878 need_lib_prefix=no
9879 need_version=no
9880 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9881 soname_spec='${libname}${release}${major}$shared_ext'
9882 shlibpath_overrides_runpath=yes
9883 shlibpath_var=DYLD_LIBRARY_PATH
9884 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9885
9886 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9887 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9888 ;;
9889
9890dgux*)
9891 version_type=linux
9892 need_lib_prefix=no
9893 need_version=no
9894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9895 soname_spec='${libname}${release}${shared_ext}$major'
9896 shlibpath_var=LD_LIBRARY_PATH
9897 ;;
9898
9899freebsd* | dragonfly*)
9900 # DragonFly does not have aout. When/if they implement a new
9901 # versioning mechanism, adjust this.
9902 if test -x /usr/bin/objformat; then
9903 objformat=`/usr/bin/objformat`
9904 else
9905 case $host_os in
9906 freebsd[23].*) objformat=aout ;;
9907 *) objformat=elf ;;
9908 esac
9909 fi
9910 version_type=freebsd-$objformat
9911 case $version_type in
9912 freebsd-elf*)
9913 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9914 need_version=no
9915 need_lib_prefix=no
9916 ;;
9917 freebsd-*)
9918 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9919 need_version=yes
9920 ;;
9921 esac
9922 shlibpath_var=LD_LIBRARY_PATH
9923 case $host_os in
9924 freebsd2.*)
9925 shlibpath_overrides_runpath=yes
9926 ;;
9927 freebsd3.[01]* | freebsdelf3.[01]*)
9928 shlibpath_overrides_runpath=yes
9929 hardcode_into_libs=yes
9930 ;;
9931 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9932 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9933 shlibpath_overrides_runpath=no
9934 hardcode_into_libs=yes
9935 ;;
9936 *) # from 4.6 on, and DragonFly
9937 shlibpath_overrides_runpath=yes
9938 hardcode_into_libs=yes
9939 ;;
9940 esac
9941 ;;
9942
6bb11ab3
L
9943haiku*)
9944 version_type=linux
9945 need_lib_prefix=no
9946 need_version=no
9947 dynamic_linker="$host_os runtime_loader"
9948 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9949 soname_spec='${libname}${release}${shared_ext}$major'
9950 shlibpath_var=LIBRARY_PATH
9951 shlibpath_overrides_runpath=yes
9952 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9953 hardcode_into_libs=yes
9954 ;;
9955
9956hpux9* | hpux10* | hpux11*)
9957 # Give a soname corresponding to the major version so that dld.sl refuses to
9958 # link against other versions.
9959 version_type=sunos
9960 need_lib_prefix=no
9961 need_version=no
9962 case $host_cpu in
9963 ia64*)
9964 shrext_cmds='.so'
9965 hardcode_into_libs=yes
9966 dynamic_linker="$host_os dld.so"
9967 shlibpath_var=LD_LIBRARY_PATH
9968 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9970 soname_spec='${libname}${release}${shared_ext}$major'
9971 if test "X$HPUX_IA64_MODE" = X32; then
9972 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9973 else
9974 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9975 fi
9976 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9977 ;;
9978 hppa*64*)
9979 shrext_cmds='.sl'
9980 hardcode_into_libs=yes
9981 dynamic_linker="$host_os dld.sl"
9982 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9983 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9984 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9985 soname_spec='${libname}${release}${shared_ext}$major'
9986 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9987 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9988 ;;
9989 *)
9990 shrext_cmds='.sl'
9991 dynamic_linker="$host_os dld.sl"
9992 shlibpath_var=SHLIB_PATH
9993 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9994 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9995 soname_spec='${libname}${release}${shared_ext}$major'
9996 ;;
9997 esac
9998 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9999 postinstall_cmds='chmod 555 $lib'
10000 # or fails outright, so override atomically:
10001 install_override_mode=555
10002 ;;
10003
10004interix[3-9]*)
10005 version_type=linux
10006 need_lib_prefix=no
10007 need_version=no
10008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10009 soname_spec='${libname}${release}${shared_ext}$major'
10010 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10011 shlibpath_var=LD_LIBRARY_PATH
10012 shlibpath_overrides_runpath=no
10013 hardcode_into_libs=yes
10014 ;;
10015
10016irix5* | irix6* | nonstopux*)
10017 case $host_os in
10018 nonstopux*) version_type=nonstopux ;;
10019 *)
10020 if test "$lt_cv_prog_gnu_ld" = yes; then
10021 version_type=linux
10022 else
10023 version_type=irix
10024 fi ;;
10025 esac
10026 need_lib_prefix=no
10027 need_version=no
10028 soname_spec='${libname}${release}${shared_ext}$major'
10029 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10030 case $host_os in
10031 irix5* | nonstopux*)
10032 libsuff= shlibsuff=
10033 ;;
10034 *)
10035 case $LD in # libtool.m4 will add one of these switches to LD
10036 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10037 libsuff= shlibsuff= libmagic=32-bit;;
10038 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10039 libsuff=32 shlibsuff=N32 libmagic=N32;;
10040 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10041 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10042 *) libsuff= shlibsuff= libmagic=never-match;;
10043 esac
10044 ;;
10045 esac
10046 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10047 shlibpath_overrides_runpath=no
10048 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10049 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10050 hardcode_into_libs=yes
10051 ;;
10052
10053# No shared lib support for Linux oldld, aout, or coff.
10054linux*oldld* | linux*aout* | linux*coff*)
10055 dynamic_linker=no
10056 ;;
10057
10058# This must be Linux ELF.
46f900c0 10059linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10060 version_type=linux
10061 need_lib_prefix=no
10062 need_version=no
10063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10064 soname_spec='${libname}${release}${shared_ext}$major'
10065 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10066 shlibpath_var=LD_LIBRARY_PATH
10067 shlibpath_overrides_runpath=no
10068
10069 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10070 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10071 $as_echo_n "(cached) " >&6
10072else
6bb11ab3
L
10073 lt_cv_shlibpath_overrides_runpath=no
10074 save_LDFLAGS=$LDFLAGS
10075 save_libdir=$libdir
10076 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10077 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10079/* end confdefs.h. */
10080
2232061b
MF
10081int
10082main ()
10083{
10084
10085 ;
10086 return 0;
10087}
10088_ACEOF
6bb11ab3
L
10089if ac_fn_c_try_link "$LINENO"; then :
10090 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10091 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10092fi
2232061b 10093fi
6bb11ab3
L
10094rm -f core conftest.err conftest.$ac_objext \
10095 conftest$ac_exeext conftest.$ac_ext
10096 LDFLAGS=$save_LDFLAGS
10097 libdir=$save_libdir
2232061b 10098
6bb11ab3 10099fi
2232061b 10100
6bb11ab3 10101 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10102
6bb11ab3
L
10103 # This implies no fast_install, which is unacceptable.
10104 # Some rework will be needed to allow for fast_install
10105 # before this can be enabled.
10106 hardcode_into_libs=yes
2232061b 10107
6bb11ab3
L
10108 # Append ld.so.conf contents to the search path
10109 if test -f /etc/ld.so.conf; then
10110 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' ' '`
10111 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10112 fi
2232061b 10113
6bb11ab3
L
10114 # We used to test for /lib/ld.so.1 and disable shared libraries on
10115 # powerpc, because MkLinux only supported shared libraries with the
10116 # GNU dynamic linker. Since this was broken with cross compilers,
10117 # most powerpc-linux boxes support dynamic linking these days and
10118 # people can always --disable-shared, the test was removed, and we
10119 # assume the GNU/Linux dynamic linker is in use.
10120 dynamic_linker='GNU/Linux ld.so'
10121 ;;
10122
10123netbsd*)
10124 version_type=sunos
10125 need_lib_prefix=no
10126 need_version=no
10127 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10129 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10130 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10131 else
6bb11ab3
L
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10133 soname_spec='${libname}${release}${shared_ext}$major'
10134 dynamic_linker='NetBSD ld.elf_so'
10135 fi
10136 shlibpath_var=LD_LIBRARY_PATH
10137 shlibpath_overrides_runpath=yes
10138 hardcode_into_libs=yes
10139 ;;
10140
10141newsos6)
10142 version_type=linux
10143 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10144 shlibpath_var=LD_LIBRARY_PATH
10145 shlibpath_overrides_runpath=yes
10146 ;;
10147
10148*nto* | *qnx*)
10149 version_type=qnx
10150 need_lib_prefix=no
10151 need_version=no
10152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10153 soname_spec='${libname}${release}${shared_ext}$major'
10154 shlibpath_var=LD_LIBRARY_PATH
10155 shlibpath_overrides_runpath=no
10156 hardcode_into_libs=yes
10157 dynamic_linker='ldqnx.so'
10158 ;;
10159
10160openbsd*)
10161 version_type=sunos
10162 sys_lib_dlsearch_path_spec="/usr/lib"
10163 need_lib_prefix=no
10164 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10165 case $host_os in
10166 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10167 *) need_version=no ;;
10168 esac
10169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10170 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10171 shlibpath_var=LD_LIBRARY_PATH
10172 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10173 case $host_os in
10174 openbsd2.[89] | openbsd2.[89].*)
10175 shlibpath_overrides_runpath=no
10176 ;;
10177 *)
10178 shlibpath_overrides_runpath=yes
10179 ;;
10180 esac
10181 else
10182 shlibpath_overrides_runpath=yes
10183 fi
10184 ;;
10185
10186os2*)
10187 libname_spec='$name'
10188 shrext_cmds=".dll"
10189 need_lib_prefix=no
10190 library_names_spec='$libname${shared_ext} $libname.a'
10191 dynamic_linker='OS/2 ld.exe'
10192 shlibpath_var=LIBPATH
10193 ;;
10194
10195osf3* | osf4* | osf5*)
10196 version_type=osf
10197 need_lib_prefix=no
10198 need_version=no
10199 soname_spec='${libname}${release}${shared_ext}$major'
10200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10201 shlibpath_var=LD_LIBRARY_PATH
10202 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10203 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10204 ;;
10205
10206rdos*)
10207 dynamic_linker=no
10208 ;;
10209
10210solaris*)
10211 version_type=linux
10212 need_lib_prefix=no
10213 need_version=no
10214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10215 soname_spec='${libname}${release}${shared_ext}$major'
10216 shlibpath_var=LD_LIBRARY_PATH
10217 shlibpath_overrides_runpath=yes
10218 hardcode_into_libs=yes
10219 # ldd complains unless libraries are executable
10220 postinstall_cmds='chmod +x $lib'
10221 ;;
10222
10223sunos4*)
10224 version_type=sunos
10225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10226 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10227 shlibpath_var=LD_LIBRARY_PATH
10228 shlibpath_overrides_runpath=yes
10229 if test "$with_gnu_ld" = yes; then
10230 need_lib_prefix=no
10231 fi
10232 need_version=yes
10233 ;;
10234
10235sysv4 | sysv4.3*)
10236 version_type=linux
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10238 soname_spec='${libname}${release}${shared_ext}$major'
10239 shlibpath_var=LD_LIBRARY_PATH
10240 case $host_vendor in
10241 sni)
10242 shlibpath_overrides_runpath=no
10243 need_lib_prefix=no
10244 runpath_var=LD_RUN_PATH
10245 ;;
10246 siemens)
10247 need_lib_prefix=no
10248 ;;
10249 motorola)
10250 need_lib_prefix=no
10251 need_version=no
10252 shlibpath_overrides_runpath=no
10253 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10254 ;;
10255 esac
10256 ;;
10257
10258sysv4*MP*)
10259 if test -d /usr/nec ;then
10260 version_type=linux
10261 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10262 soname_spec='$libname${shared_ext}.$major'
10263 shlibpath_var=LD_LIBRARY_PATH
2232061b 10264 fi
6bb11ab3
L
10265 ;;
10266
10267sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10268 version_type=freebsd-elf
10269 need_lib_prefix=no
10270 need_version=no
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10272 soname_spec='${libname}${release}${shared_ext}$major'
10273 shlibpath_var=LD_LIBRARY_PATH
10274 shlibpath_overrides_runpath=yes
10275 hardcode_into_libs=yes
10276 if test "$with_gnu_ld" = yes; then
10277 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10278 else
10279 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10280 case $host_os in
10281 sco3.2v5*)
10282 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10283 ;;
10284 esac
10285 fi
10286 sys_lib_dlsearch_path_spec='/usr/lib'
10287 ;;
10288
10289tpf*)
10290 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10291 version_type=linux
10292 need_lib_prefix=no
10293 need_version=no
10294 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10295 shlibpath_var=LD_LIBRARY_PATH
10296 shlibpath_overrides_runpath=no
10297 hardcode_into_libs=yes
10298 ;;
10299
10300uts4*)
10301 version_type=linux
10302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10303 soname_spec='${libname}${release}${shared_ext}$major'
10304 shlibpath_var=LD_LIBRARY_PATH
10305 ;;
10306
10307*)
10308 dynamic_linker=no
10309 ;;
10310esac
10311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10312$as_echo "$dynamic_linker" >&6; }
10313test "$dynamic_linker" = no && can_build_shared=no
10314
10315variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10316if test "$GCC" = yes; then
10317 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10318fi
2232061b 10319
6bb11ab3
L
10320if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10321 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10322fi
10323if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10324 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10325fi
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
2232061b 10352
2232061b 10353
2232061b 10354
2232061b 10355
2232061b
MF
10356
10357
6ffe910a 10358
6ffe910a
MF
10359
10360
10361
10362
10363
2232061b 10364
6ffe910a
MF
10365
10366
10367
10368
6ffe910a 10369
6ffe910a 10370
6ffe910a
MF
10371
10372
6ffe910a 10373
fdd6fa61 10374
fdd6fa61 10375
81ecdfbb 10376
5f3ef9d0 10377
5f3ef9d0
JB
10378
10379
10380
db2e4d67
MF
10381
10382
db2e4d67 10383
db2e4d67 10384
db2e4d67 10385
db2e4d67 10386
db2e4d67 10387
db2e4d67 10388
db2e4d67 10389
db2e4d67
MF
10390
10391
db2e4d67 10392
db2e4d67
MF
10393
10394
db2e4d67 10395
db2e4d67
MF
10396
10397
fdd6fa61 10398
fdd6fa61 10399
fdd6fa61 10400
81ecdfbb 10401
fdd6fa61 10402
fdd6fa61 10403
fdd6fa61 10404
fdd6fa61
AG
10405
10406
10407
10408
10409
10410
10411
10412
fdd6fa61 10413
fdd6fa61 10414
fdd6fa61 10415
fdd6fa61 10416
fdd6fa61 10417
6bb11ab3
L
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10419$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10420hardcode_action=
10421if test -n "$hardcode_libdir_flag_spec" ||
10422 test -n "$runpath_var" ||
10423 test "X$hardcode_automatic" = "Xyes" ; then
fdd6fa61 10424
6bb11ab3
L
10425 # We can hardcode non-existent directories.
10426 if test "$hardcode_direct" != no &&
10427 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10428 # have to relink, otherwise we might link with an installed library
10429 # when we should be linking with a yet-to-be-installed one
10430 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10431 test "$hardcode_minus_L" != no; then
10432 # Linking always hardcodes the temporary library directory.
10433 hardcode_action=relink
10434 else
10435 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10436 hardcode_action=immediate
10437 fi
10438else
10439 # We cannot hardcode anything, or else we can only hardcode existing
10440 # directories.
10441 hardcode_action=unsupported
fdd6fa61 10442fi
6bb11ab3
L
10443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10444$as_echo "$hardcode_action" >&6; }
fdd6fa61 10445
6bb11ab3
L
10446if test "$hardcode_action" = relink ||
10447 test "$inherit_rpath" = yes; then
10448 # Fast installation is not supported
10449 enable_fast_install=no
10450elif test "$shlibpath_overrides_runpath" = yes ||
10451 test "$enable_shared" = no; then
10452 # Fast installation is not necessary
10453 enable_fast_install=needless
10454fi
fdd6fa61 10455
6bb11ab3
L
10456
10457
10458
10459
10460
10461 if test "x$enable_dlopen" != xyes; then
10462 enable_dlopen=unknown
10463 enable_dlopen_self=unknown
10464 enable_dlopen_self_static=unknown
10465else
10466 lt_cv_dlopen=no
10467 lt_cv_dlopen_libs=
10468
10469 case $host_os in
10470 beos*)
10471 lt_cv_dlopen="load_add_on"
10472 lt_cv_dlopen_libs=
10473 lt_cv_dlopen_self=yes
10474 ;;
10475
10476 mingw* | pw32* | cegcc*)
10477 lt_cv_dlopen="LoadLibrary"
10478 lt_cv_dlopen_libs=
10479 ;;
10480
10481 cygwin*)
10482 lt_cv_dlopen="dlopen"
10483 lt_cv_dlopen_libs=
10484 ;;
10485
10486 darwin*)
10487 # if libdl is installed we need to link against it
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10489$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10490if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10491 $as_echo_n "(cached) " >&6
10492else
10493 ac_check_lib_save_LIBS=$LIBS
10494LIBS="-ldl $LIBS"
10495cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10496/* end confdefs.h. */
10497
10498/* Override any GCC internal prototype to avoid an error.
10499 Use char because int might match the return type of a GCC
10500 builtin and then its argument prototype would still apply. */
10501#ifdef __cplusplus
10502extern "C"
10503#endif
10504char dlopen ();
10505int
10506main ()
10507{
10508return dlopen ();
10509 ;
10510 return 0;
10511}
fdd6fa61 10512_ACEOF
6bb11ab3
L
10513if ac_fn_c_try_link "$LINENO"; then :
10514 ac_cv_lib_dl_dlopen=yes
10515else
10516 ac_cv_lib_dl_dlopen=no
10517fi
10518rm -f core conftest.err conftest.$ac_objext \
10519 conftest$ac_exeext conftest.$ac_ext
10520LIBS=$ac_check_lib_save_LIBS
10521fi
10522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10523$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10524if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10525 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10526else
10527
10528 lt_cv_dlopen="dyld"
10529 lt_cv_dlopen_libs=
10530 lt_cv_dlopen_self=yes
fdd6fa61
AG
10531
10532fi
fdd6fa61 10533
6bb11ab3 10534 ;;
fdd6fa61 10535
6bb11ab3
L
10536 *)
10537 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10538if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10539 lt_cv_dlopen="shl_load"
10540else
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10542$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10543if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10544 $as_echo_n "(cached) " >&6
10545else
10546 ac_check_lib_save_LIBS=$LIBS
10547LIBS="-ldld $LIBS"
10548cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10549/* end confdefs.h. */
10550
10551/* Override any GCC internal prototype to avoid an error.
10552 Use char because int might match the return type of a GCC
10553 builtin and then its argument prototype would still apply. */
10554#ifdef __cplusplus
10555extern "C"
10556#endif
10557char shl_load ();
10558int
10559main ()
10560{
10561return shl_load ();
10562 ;
10563 return 0;
10564}
10565_ACEOF
10566if ac_fn_c_try_link "$LINENO"; then :
10567 ac_cv_lib_dld_shl_load=yes
10568else
10569 ac_cv_lib_dld_shl_load=no
10570fi
10571rm -f core conftest.err conftest.$ac_objext \
10572 conftest$ac_exeext conftest.$ac_ext
10573LIBS=$ac_check_lib_save_LIBS
10574fi
10575{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10576$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10577if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10578 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10579else
10580 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10581if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10582 lt_cv_dlopen="dlopen"
10583else
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10585$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10586if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10587 $as_echo_n "(cached) " >&6
fdd6fa61
AG
10588else
10589 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10590LIBS="-ldl $LIBS"
81ecdfbb 10591cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
10592/* end confdefs.h. */
10593
81ecdfbb
RW
10594/* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
10597#ifdef __cplusplus
10598extern "C"
10599#endif
6bb11ab3 10600char dlopen ();
fdd6fa61
AG
10601int
10602main ()
10603{
6bb11ab3 10604return dlopen ();
fdd6fa61
AG
10605 ;
10606 return 0;
10607}
10608_ACEOF
81ecdfbb 10609if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10610 ac_cv_lib_dl_dlopen=yes
fdd6fa61 10611else
6bb11ab3 10612 ac_cv_lib_dl_dlopen=no
fdd6fa61 10613fi
81ecdfbb
RW
10614rm -f core conftest.err conftest.$ac_objext \
10615 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
10616LIBS=$ac_check_lib_save_LIBS
10617fi
6bb11ab3
L
10618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10619$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10620if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10621 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10622else
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10624$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10625if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10626 $as_echo_n "(cached) " >&6
fdd6fa61
AG
10627else
10628 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10629LIBS="-lsvld $LIBS"
81ecdfbb 10630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
10631/* end confdefs.h. */
10632
81ecdfbb
RW
10633/* Override any GCC internal prototype to avoid an error.
10634 Use char because int might match the return type of a GCC
10635 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
10636#ifdef __cplusplus
10637extern "C"
10638#endif
6bb11ab3 10639char dlopen ();
fdd6fa61
AG
10640int
10641main ()
10642{
6bb11ab3 10643return dlopen ();
fdd6fa61
AG
10644 ;
10645 return 0;
10646}
10647_ACEOF
81ecdfbb 10648if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10649 ac_cv_lib_svld_dlopen=yes
fdd6fa61 10650else
6bb11ab3 10651 ac_cv_lib_svld_dlopen=no
fdd6fa61 10652fi
81ecdfbb
RW
10653rm -f core conftest.err conftest.$ac_objext \
10654 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
10655LIBS=$ac_check_lib_save_LIBS
10656fi
6bb11ab3
L
10657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10658$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10659if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10660 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10661else
6bb11ab3
L
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10663$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10664if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10665 $as_echo_n "(cached) " >&6
d6416cdc 10666else
6bb11ab3
L
10667 ac_check_lib_save_LIBS=$LIBS
10668LIBS="-ldld $LIBS"
81ecdfbb 10669cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d6416cdc
RW
10670/* end confdefs.h. */
10671
81ecdfbb
RW
10672/* Override any GCC internal prototype to avoid an error.
10673 Use char because int might match the return type of a GCC
d6416cdc 10674 builtin and then its argument prototype would still apply. */
d6416cdc
RW
10675#ifdef __cplusplus
10676extern "C"
10677#endif
6bb11ab3 10678char dld_link ();
d6416cdc 10679int
81ecdfbb
RW
10680main ()
10681{
6bb11ab3 10682return dld_link ();
81ecdfbb
RW
10683 ;
10684 return 0;
10685}
d6416cdc 10686_ACEOF
6bb11ab3
L
10687if ac_fn_c_try_link "$LINENO"; then :
10688 ac_cv_lib_dld_dld_link=yes
10689else
10690 ac_cv_lib_dld_dld_link=no
10691fi
10692rm -f core conftest.err conftest.$ac_objext \
10693 conftest$ac_exeext conftest.$ac_ext
10694LIBS=$ac_check_lib_save_LIBS
10695fi
10696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10697$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10698if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10699 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10700fi
10701
10702
10703fi
10704
10705
10706fi
10707
10708
10709fi
10710
10711
10712fi
10713
10714
10715fi
10716
10717 ;;
10718 esac
10719
10720 if test "x$lt_cv_dlopen" != xno; then
10721 enable_dlopen=yes
d6416cdc 10722 else
6bb11ab3
L
10723 enable_dlopen=no
10724 fi
10725
10726 case $lt_cv_dlopen in
10727 dlopen)
10728 save_CPPFLAGS="$CPPFLAGS"
10729 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10730
10731 save_LDFLAGS="$LDFLAGS"
10732 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10733
10734 save_LIBS="$LIBS"
10735 LIBS="$lt_cv_dlopen_libs $LIBS"
10736
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10738$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10739if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10740 $as_echo_n "(cached) " >&6
10741else
10742 if test "$cross_compiling" = yes; then :
10743 lt_cv_dlopen_self=cross
10744else
10745 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10746 lt_status=$lt_dlunknown
10747 cat > conftest.$ac_ext <<_LT_EOF
ba307cdd 10748#line 10748 "configure"
6bb11ab3
L
10749#include "confdefs.h"
10750
10751#if HAVE_DLFCN_H
10752#include <dlfcn.h>
10753#endif
10754
10755#include <stdio.h>
10756
10757#ifdef RTLD_GLOBAL
10758# define LT_DLGLOBAL RTLD_GLOBAL
10759#else
10760# ifdef DL_GLOBAL
10761# define LT_DLGLOBAL DL_GLOBAL
10762# else
10763# define LT_DLGLOBAL 0
10764# endif
10765#endif
10766
10767/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10768 find out it does not work in some platform. */
10769#ifndef LT_DLLAZY_OR_NOW
10770# ifdef RTLD_LAZY
10771# define LT_DLLAZY_OR_NOW RTLD_LAZY
10772# else
10773# ifdef DL_LAZY
10774# define LT_DLLAZY_OR_NOW DL_LAZY
10775# else
10776# ifdef RTLD_NOW
10777# define LT_DLLAZY_OR_NOW RTLD_NOW
10778# else
10779# ifdef DL_NOW
10780# define LT_DLLAZY_OR_NOW DL_NOW
10781# else
10782# define LT_DLLAZY_OR_NOW 0
10783# endif
10784# endif
10785# endif
10786# endif
10787#endif
10788
10789/* When -fvisbility=hidden is used, assume the code has been annotated
10790 correspondingly for the symbols needed. */
10791#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10792void fnord () __attribute__((visibility("default")));
10793#endif
10794
10795void fnord () { int i=42; }
10796int main ()
10797{
10798 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10799 int status = $lt_dlunknown;
10800
10801 if (self)
10802 {
10803 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10804 else
10805 {
10806 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10807 else puts (dlerror ());
10808 }
10809 /* dlclose (self); */
10810 }
10811 else
10812 puts (dlerror ());
10813
10814 return status;
10815}
10816_LT_EOF
10817 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10818 (eval $ac_link) 2>&5
10819 ac_status=$?
10820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10821 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10822 (./conftest; exit; ) >&5 2>/dev/null
10823 lt_status=$?
10824 case x$lt_status in
10825 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10826 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10827 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10828 esac
10829 else :
10830 # compilation failed
10831 lt_cv_dlopen_self=no
d6416cdc 10832 fi
d6416cdc 10833fi
6bb11ab3
L
10834rm -fr conftest*
10835
10836
d6416cdc 10837fi
6bb11ab3
L
10838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10839$as_echo "$lt_cv_dlopen_self" >&6; }
d6416cdc 10840
6bb11ab3
L
10841 if test "x$lt_cv_dlopen_self" = xyes; then
10842 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10844$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10845if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10846 $as_echo_n "(cached) " >&6
d6416cdc 10847else
6bb11ab3
L
10848 if test "$cross_compiling" = yes; then :
10849 lt_cv_dlopen_self_static=cross
10850else
10851 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10852 lt_status=$lt_dlunknown
10853 cat > conftest.$ac_ext <<_LT_EOF
ba307cdd 10854#line 10854 "configure"
6bb11ab3
L
10855#include "confdefs.h"
10856
10857#if HAVE_DLFCN_H
10858#include <dlfcn.h>
10859#endif
10860
10861#include <stdio.h>
10862
10863#ifdef RTLD_GLOBAL
10864# define LT_DLGLOBAL RTLD_GLOBAL
10865#else
10866# ifdef DL_GLOBAL
10867# define LT_DLGLOBAL DL_GLOBAL
10868# else
10869# define LT_DLGLOBAL 0
10870# endif
10871#endif
10872
10873/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10874 find out it does not work in some platform. */
10875#ifndef LT_DLLAZY_OR_NOW
10876# ifdef RTLD_LAZY
10877# define LT_DLLAZY_OR_NOW RTLD_LAZY
10878# else
10879# ifdef DL_LAZY
10880# define LT_DLLAZY_OR_NOW DL_LAZY
10881# else
10882# ifdef RTLD_NOW
10883# define LT_DLLAZY_OR_NOW RTLD_NOW
10884# else
10885# ifdef DL_NOW
10886# define LT_DLLAZY_OR_NOW DL_NOW
10887# else
10888# define LT_DLLAZY_OR_NOW 0
10889# endif
10890# endif
10891# endif
10892# endif
10893#endif
10894
10895/* When -fvisbility=hidden is used, assume the code has been annotated
10896 correspondingly for the symbols needed. */
10897#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10898void fnord () __attribute__((visibility("default")));
10899#endif
10900
10901void fnord () { int i=42; }
10902int main ()
10903{
10904 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10905 int status = $lt_dlunknown;
10906
10907 if (self)
10908 {
10909 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10910 else
10911 {
10912 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10913 else puts (dlerror ());
10914 }
10915 /* dlclose (self); */
10916 }
10917 else
10918 puts (dlerror ());
10919
10920 return status;
10921}
10922_LT_EOF
10923 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10924 (eval $ac_link) 2>&5
10925 ac_status=$?
10926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10927 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10928 (./conftest; exit; ) >&5 2>/dev/null
10929 lt_status=$?
10930 case x$lt_status in
10931 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10932 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10933 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10934 esac
10935 else :
10936 # compilation failed
10937 lt_cv_dlopen_self_static=no
10938 fi
d6416cdc 10939fi
6bb11ab3
L
10940rm -fr conftest*
10941
10942
d6416cdc 10943fi
6bb11ab3
L
10944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10945$as_echo "$lt_cv_dlopen_self_static" >&6; }
10946 fi
10947
10948 CPPFLAGS="$save_CPPFLAGS"
10949 LDFLAGS="$save_LDFLAGS"
10950 LIBS="$save_LIBS"
10951 ;;
10952 esac
10953
10954 case $lt_cv_dlopen_self in
10955 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10956 *) enable_dlopen_self=unknown ;;
10957 esac
10958
10959 case $lt_cv_dlopen_self_static in
10960 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10961 *) enable_dlopen_self_static=unknown ;;
10962 esac
10963fi
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981striplib=
10982old_striplib=
10983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10984$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10985if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10986 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10987 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10989$as_echo "yes" >&6; }
10990else
10991# FIXME - insert some real tests, host_os isn't really good enough
10992 case $host_os in
10993 darwin*)
10994 if test -n "$STRIP" ; then
10995 striplib="$STRIP -x"
10996 old_striplib="$STRIP -S"
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10998$as_echo "yes" >&6; }
10999 else
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11001$as_echo "no" >&6; }
11002 fi
11003 ;;
11004 *)
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11006$as_echo "no" >&6; }
11007 ;;
11008 esac
11009fi
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022 # Report which library types will actually be built
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11024$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11026$as_echo "$can_build_shared" >&6; }
11027
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11029$as_echo_n "checking whether to build shared libraries... " >&6; }
11030 test "$can_build_shared" = "no" && enable_shared=no
11031
11032 # On AIX, shared libraries and static libraries use the same namespace, and
11033 # are all built from PIC.
11034 case $host_os in
11035 aix3*)
11036 test "$enable_shared" = yes && enable_static=no
11037 if test -n "$RANLIB"; then
11038 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11039 postinstall_cmds='$RANLIB $lib'
11040 fi
11041 ;;
11042
11043 aix[4-9]*)
11044 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11045 test "$enable_shared" = yes && enable_static=no
11046 fi
11047 ;;
11048 esac
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11050$as_echo "$enable_shared" >&6; }
11051
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11053$as_echo_n "checking whether to build static libraries... " >&6; }
11054 # Make sure either enable_shared or enable_static is yes.
11055 test "$enable_shared" = yes || enable_static=yes
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11057$as_echo "$enable_static" >&6; }
11058
11059
11060
11061
11062fi
11063ac_ext=c
11064ac_cpp='$CPP $CPPFLAGS'
11065ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11066ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11067ac_compiler_gnu=$ac_cv_c_compiler_gnu
11068
11069CC="$lt_save_CC"
11070
11071
11072
11073
11074
11075
11076
11077
11078
d6416cdc 11079
d6416cdc 11080
d6416cdc 11081
d6416cdc 11082
6bb11ab3
L
11083 ac_config_commands="$ac_config_commands libtool"
11084
11085
11086
11087
11088# Only expand once:
11089
11090
5912fadd 11091
d6416cdc 11092
fdd6fa61 11093
31e6ad7d
MF
11094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11095$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11096 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11097if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11098 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11099else
11100 USE_MAINTAINER_MODE=no
fdd6fa61 11101fi
31e6ad7d
MF
11102
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11104$as_echo "$USE_MAINTAINER_MODE" >&6; }
11105 if test $USE_MAINTAINER_MODE = yes; then
11106 MAINTAINER_MODE_TRUE=
11107 MAINTAINER_MODE_FALSE='#'
fdd6fa61 11108else
31e6ad7d
MF
11109 MAINTAINER_MODE_TRUE='#'
11110 MAINTAINER_MODE_FALSE=
81ecdfbb 11111fi
fdd6fa61 11112
31e6ad7d
MF
11113 MAINT=$MAINTAINER_MODE_TRUE
11114
11115
fdd6fa61 11116
81ecdfbb 11117
347fe5bb
MF
11118sim_inline="-DDEFAULT_INLINE=0"
11119# Check whether --enable-sim-inline was given.
11120if test "${enable_sim_inline+set}" = set; then :
11121 enableval=$enable_sim_inline; sim_inline=""
11122case "$enableval" in
11123 no) sim_inline="-DDEFAULT_INLINE=0";;
11124 0) sim_inline="-DDEFAULT_INLINE=0";;
11125 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11126 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11127 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11128 new_flag=""
11129 case "$x" in
11130 *_INLINE=*) new_flag="-D$x";;
11131 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11132 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11133 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11134 esac
11135 if test x"$sim_inline" = x""; then
11136 sim_inline="$new_flag"
11137 else
11138 sim_inline="$sim_inline $new_flag"
11139 fi
11140 done;;
11141esac
11142if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11143 echo "Setting inline flags = $sim_inline" 6>&1
11144fi
11145fi
11146
11147
11148
81ecdfbb 11149
fdd6fa61 11150
6ffe910a
MF
11151if test -n "$ac_tool_prefix"; then
11152 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
11153set dummy ${ac_tool_prefix}dtc; ac_word=$2
11154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11155$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11156if ${ac_cv_prog_DTC+:} false; then :
6ffe910a
MF
11157 $as_echo_n "(cached) " >&6
11158else
11159 if test -n "$DTC"; then
11160 ac_cv_prog_DTC="$DTC" # Let the user override the test.
11161else
11162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11163for as_dir in $PATH
11164do
11165 IFS=$as_save_IFS
11166 test -z "$as_dir" && as_dir=.
11167 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11169 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
11170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11171 break 2
11172 fi
11173done
11174 done
11175IFS=$as_save_IFS
11176
11177fi
11178fi
11179DTC=$ac_cv_prog_DTC
11180if test -n "$DTC"; then
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
11182$as_echo "$DTC" >&6; }
11183else
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11185$as_echo "no" >&6; }
11186fi
11187
11188
11189fi
11190if test -z "$ac_cv_prog_DTC"; then
11191 ac_ct_DTC=$DTC
11192 # Extract the first word of "dtc", so it can be a program name with args.
11193set dummy dtc; ac_word=$2
11194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11195$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11196if ${ac_cv_prog_ac_ct_DTC+:} false; then :
6ffe910a
MF
11197 $as_echo_n "(cached) " >&6
11198else
11199 if test -n "$ac_ct_DTC"; then
11200 ac_cv_prog_ac_ct_DTC="$ac_ct_DTC" # Let the user override the test.
11201else
11202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11203for as_dir in $PATH
11204do
11205 IFS=$as_save_IFS
11206 test -z "$as_dir" && as_dir=.
11207 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11209 ac_cv_prog_ac_ct_DTC="dtc"
11210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11211 break 2
11212 fi
11213done
11214 done
11215IFS=$as_save_IFS
11216
11217fi
11218fi
11219ac_ct_DTC=$ac_cv_prog_ac_ct_DTC
11220if test -n "$ac_ct_DTC"; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DTC" >&5
11222$as_echo "$ac_ct_DTC" >&6; }
11223else
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11225$as_echo "no" >&6; }
11226fi
11227
11228 if test "x$ac_ct_DTC" = x; then
11229 DTC=""
11230 else
11231 case $cross_compiling:$ac_tool_warned in
11232yes:)
11233{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11234$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11235ac_tool_warned=yes ;;
11236esac
11237 DTC=$ac_ct_DTC
11238 fi
11239else
11240 DTC="$ac_cv_prog_DTC"
11241fi
11242
11243
11244
1ac72f06 11245wire_endian="BIG"
5c27d164
AG
11246default_endian=""
11247# Check whether --enable-sim-endian was given.
11248if test "${enable_sim_endian+set}" = set; then :
11249 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11250 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11251 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
5c27d164 11252 yes) if test x"$wire_endian" != x; then
1ac72f06 11253 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164 11254 else
1ac72f06
MF
11255 if test x"$default_endian" != x; then
11256 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11257 else
11258 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11259 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
11260 fi
11261 fi;;
11262 no) if test x"$default_endian" != x; then
1ac72f06 11263 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11264 else
11265 if test x"$wire_endian" != x; then
1ac72f06 11266 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
11267 else
11268 echo "No default endian for target $target" 1>&6
1ac72f06 11269 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
11270 fi
11271 fi;;
d0ac1c44 11272 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
5c27d164
AG
11273esac
11274if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11275 echo "Setting endian flags = $sim_endian" 6>&1
11276fi
11277else
11278 if test x"$default_endian" != x; then
1ac72f06 11279 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11280else
11281 if test x"$wire_endian" != x; then
1ac72f06 11282 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
11283 else
11284 sim_endian=
11285 fi
11286fi
11287fi
11288
5c27d164 11289
3c811346 11290
cc8ab1de
MF
11291# Check whether --enable-werror was given.
11292if test "${enable_werror+set}" = set; then :
11293 enableval=$enable_werror; case "${enableval}" in
11294 yes | y) ERROR_ON_WARNING="yes" ;;
11295 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11296 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
cc8ab1de
MF
11297 esac
11298fi
11299
11300
11301# Enable -Werror by default when using gcc
11302if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11303 ERROR_ON_WARNING=yes
11304fi
11305
11306WERROR_CFLAGS=""
3c811346
MF
11307 if test "${ERROR_ON_WARNING}" = yes ; then
11308 WERROR_CFLAGS="-Werror"
11309 fi
cc8ab1de
MF
11310
11311build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11312-Wpointer-sign \
11313-Wno-unused -Wunused-value -Wunused-function \
11314-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11315-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11316-Wold-style-declaration -Wold-style-definition"
11317
11318# Enable -Wno-format by default when using gcc on mingw since many
11319# GCC versions complain about %I64.
11320case "${host}" in
11321 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11322 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11323esac
11324
11325# Check whether --enable-build-warnings was given.
11326if test "${enable_build_warnings+set}" = set; then :
11327 enableval=$enable_build_warnings; case "${enableval}" in
11328 yes) ;;
11329 no) build_warnings="-w";;
11330 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11331 build_warnings="${build_warnings} ${t}";;
11332 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11333 build_warnings="${t} ${build_warnings}";;
11334 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11335esac
11336if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11337 echo "Setting compiler warning flags = $build_warnings" 6>&1
11338fi
11339fi
11340# Check whether --enable-sim-build-warnings was given.
11341if test "${enable_sim_build_warnings+set}" = set; then :
11342 enableval=$enable_sim_build_warnings; case "${enableval}" in
11343 yes) ;;
11344 no) build_warnings="-w";;
11345 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11346 build_warnings="${build_warnings} ${t}";;
11347 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11348 build_warnings="${t} ${build_warnings}";;
11349 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11350esac
11351if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11352 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11353fi
11354fi
11355WARN_CFLAGS=""
11356if test "x${build_warnings}" != x -a "x$GCC" = xyes
11357then
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11359$as_echo_n "checking compiler warning flags... " >&6; }
11360 # Separate out the -Werror flag as some files just cannot be
11361 # compiled with it enabled.
11362 for w in ${build_warnings}; do
11363 case $w in
11364 -Werr*) WERROR_CFLAGS=-Werror ;;
11365 *) # Check that GCC accepts it
11366 saved_CFLAGS="$CFLAGS"
1f195bc3 11367 CFLAGS="$CFLAGS -Werror $w"
cc8ab1de
MF
11368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11369/* end confdefs.h. */
11370
11371int
11372main ()
11373{
11374
11375 ;
11376 return 0;
11377}
11378_ACEOF
11379if ac_fn_c_try_compile "$LINENO"; then :
11380 WARN_CFLAGS="${WARN_CFLAGS} $w"
11381fi
11382rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11383 CFLAGS="$saved_CFLAGS"
11384 esac
11385 done
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11387$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11388fi
11389
11390
66d055c7
MF
11391hardware="cfi core pal glue "
11392sim_hw_cflags="-DWITH_HW=1"
11393sim_hw="$hardware"
11394sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11395
11396# Check whether --enable-sim-hardware was given.
11397if test "${enable_sim_hardware+set}" = set; then :
11398 enableval=$enable_sim_hardware;
11399else
11400 enable_sim_hardware="yes"
11401fi
11402
11403case ${enable_sim_hardware} in
11404 yes|no) ;;
11405 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11406 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11407 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11408esac
11409
11410if test "$enable_sim_hardware" = no; then
11411 sim_hw_objs=
11412 sim_hw_cflags="-DWITH_HW=0"
11413 sim_hw=
11414else
11415 sim_hw_cflags="-DWITH_HW=1"
11416 # remove duplicates
11417 sim_hw=""
11418 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11419 for i in $hardware ; do
11420 case " $sim_hw " in
11421 *" $i "*) ;;
11422 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11423 esac
11424 done
11425 # mingw does not support sockser
11426 case ${host} in
11427 *mingw*) ;;
11428 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11429 # that you instatiate. Instead, other code will call into it directly.
11430 # At some point, we should convert it over.
11431 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11432 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
66d055c7
MF
11433 ;;
11434 esac
11435 if test x"$silent" != x"yes"; then
11436 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11437 fi
11438 case " $hardware " in
11439 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11440$as_echo_n "checking for log2 in -lm... " >&6; }
11441if ${ac_cv_lib_m_log2+:} false; then :
11442 $as_echo_n "(cached) " >&6
11443else
11444 ac_check_lib_save_LIBS=$LIBS
11445LIBS="-lm $LIBS"
11446cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11447/* end confdefs.h. */
11448
11449/* Override any GCC internal prototype to avoid an error.
11450 Use char because int might match the return type of a GCC
11451 builtin and then its argument prototype would still apply. */
11452#ifdef __cplusplus
11453extern "C"
11454#endif
11455char log2 ();
11456int
11457main ()
11458{
11459return log2 ();
11460 ;
11461 return 0;
11462}
11463_ACEOF
11464if ac_fn_c_try_link "$LINENO"; then :
11465 ac_cv_lib_m_log2=yes
11466else
11467 ac_cv_lib_m_log2=no
11468fi
11469rm -f core conftest.err conftest.$ac_objext \
11470 conftest$ac_exeext conftest.$ac_ext
11471LIBS=$ac_check_lib_save_LIBS
11472fi
11473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11474$as_echo "$ac_cv_lib_m_log2" >&6; }
11475if test "x$ac_cv_lib_m_log2" = xyes; then :
11476 cat >>confdefs.h <<_ACEOF
11477#define HAVE_LIBM 1
11478_ACEOF
11479
11480 LIBS="-lm $LIBS"
11481
11482fi
11483;;
11484 esac
11485fi
11486
11487
fdd6fa61
AG
11488cgen_breaks=""
11489if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11490cgen_breaks="break cgen_rtx_error";
11491fi
11492
81ecdfbb 11493ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fdd6fa61 11494
81ecdfbb 11495ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fdd6fa61 11496
81ecdfbb 11497ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fdd6fa61 11498
81ecdfbb 11499ac_config_commands="$ac_config_commands Makefile"
fdd6fa61 11500
81ecdfbb 11501ac_config_commands="$ac_config_commands stamp-h"
fdd6fa61 11502
760b3e8b
MF
11503
11504
11505
11506
11507
11508
11509
11510
11511
11512
11513
11514
fdd6fa61
AG
11515cat >confcache <<\_ACEOF
11516# This file is a shell script that caches the results of configure
11517# tests run on this system so they can be shared between configure
11518# scripts and configure runs, see configure's option --config-cache.
11519# It is not useful on other systems. If it contains results you don't
11520# want to keep, you may remove or edit it.
11521#
11522# config.status only pays attention to the cache file if you give it
11523# the --recheck option to rerun configure.
11524#
11525# `ac_cv_env_foo' variables (set or unset) will be overridden when
11526# loading this file, other *unset* `ac_cv_foo' will be assigned the
11527# following values.
11528
11529_ACEOF
11530
11531# The following way of writing the cache mishandles newlines in values,
11532# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11533# So, we kill variables containing newlines.
fdd6fa61
AG
11534# Ultrix sh set writes to stderr and can't be redirected directly,
11535# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11536(
11537 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11538 eval ac_val=\$$ac_var
11539 case $ac_val in #(
11540 *${as_nl}*)
11541 case $ac_var in #(
11542 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11543$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11544 esac
11545 case $ac_var in #(
11546 _ | IFS | as_nl) ;; #(
11547 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11548 *) { eval $ac_var=; unset $ac_var;} ;;
11549 esac ;;
11550 esac
11551 done
11552
fdd6fa61 11553 (set) 2>&1 |
81ecdfbb
RW
11554 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11555 *${as_nl}ac_space=\ *)
11556 # `set' does not quote correctly, so add quotes: double-quote
11557 # substitution turns \\\\ into \\, and sed turns \\ into \.
fdd6fa61
AG
11558 sed -n \
11559 "s/'/'\\\\''/g;
11560 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11561 ;; #(
fdd6fa61
AG
11562 *)
11563 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11564 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 11565 ;;
81ecdfbb
RW
11566 esac |
11567 sort
11568) |
fdd6fa61 11569 sed '
81ecdfbb 11570 /^ac_cv_env_/b end
fdd6fa61 11571 t clear
81ecdfbb 11572 :clear
fdd6fa61
AG
11573 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11574 t end
81ecdfbb
RW
11575 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11576 :end' >>confcache
11577if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11578 if test -w "$cache_file"; then
d0ac1c44 11579 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11581$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11582 if test ! -f "$cache_file" || test -h "$cache_file"; then
11583 cat confcache >"$cache_file"
11584 else
11585 case $cache_file in #(
11586 */* | ?:*)
11587 mv -f confcache "$cache_file"$$ &&
11588 mv -f "$cache_file"$$ "$cache_file" ;; #(
11589 *)
11590 mv -f confcache "$cache_file" ;;
11591 esac
11592 fi
11593 fi
fdd6fa61 11594 else
81ecdfbb
RW
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11596$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fdd6fa61
AG
11597 fi
11598fi
11599rm -f confcache
11600
11601test "x$prefix" = xNONE && prefix=$ac_default_prefix
11602# Let make expand exec_prefix.
11603test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11604
fdd6fa61
AG
11605DEFS=-DHAVE_CONFIG_H
11606
11607ac_libobjs=
11608ac_ltlibobjs=
d0ac1c44 11609U=
fdd6fa61
AG
11610for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11611 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11612 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11613 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11614 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11615 # will be set to the directory where LIBOBJS objects are built.
11616 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11617 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fdd6fa61
AG
11618done
11619LIBOBJS=$ac_libobjs
11620
11621LTLIBOBJS=$ac_ltlibobjs
11622
11623
0cb8d851 11624
6bb11ab3 11625if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11626 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11627Usually this means the macro was only invoked conditionally." "$LINENO" 5
11628fi
31e6ad7d 11629if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11630 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11631Usually this means the macro was only invoked conditionally." "$LINENO" 5
11632fi
fdd6fa61 11633
d0ac1c44 11634: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11635ac_write_fail=0
fdd6fa61
AG
11636ac_clean_files_save=$ac_clean_files
11637ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11638{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11639$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11640as_write_fail=0
11641cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fdd6fa61
AG
11642#! $SHELL
11643# Generated by $as_me.
11644# Run this file to recreate the current configuration.
11645# Compiler output produced by configure, useful for debugging
11646# configure, is in config.log if it exists.
11647
11648debug=false
11649ac_cs_recheck=false
11650ac_cs_silent=false
fdd6fa61 11651
81ecdfbb
RW
11652SHELL=\${CONFIG_SHELL-$SHELL}
11653export SHELL
11654_ASEOF
11655cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11656## -------------------- ##
11657## M4sh Initialization. ##
11658## -------------------- ##
11659
11660# Be more Bourne compatible
11661DUALCASE=1; export DUALCASE # for MKS sh
11662if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fdd6fa61
AG
11663 emulate sh
11664 NULLCMD=:
81ecdfbb 11665 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
11666 # is contrary to our usage. Disable this feature.
11667 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11668 setopt NO_GLOB_SUBST
11669else
11670 case `(set -o) 2>/dev/null` in #(
11671 *posix*) :
11672 set -o posix ;; #(
11673 *) :
11674 ;;
11675esac
fdd6fa61 11676fi
fdd6fa61 11677
81ecdfbb
RW
11678
11679as_nl='
11680'
11681export as_nl
11682# Printing a long string crashes Solaris 7 /usr/bin/printf.
11683as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11684as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11685as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11686# Prefer a ksh shell builtin over an external printf program on Solaris,
11687# but without wasting forks for bash or zsh.
11688if test -z "$BASH_VERSION$ZSH_VERSION" \
11689 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11690 as_echo='print -r --'
11691 as_echo_n='print -rn --'
11692elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11693 as_echo='printf %s\n'
11694 as_echo_n='printf %s'
11695else
11696 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11697 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11698 as_echo_n='/usr/ucb/echo -n'
11699 else
11700 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11701 as_echo_n_body='eval
11702 arg=$1;
11703 case $arg in #(
11704 *"$as_nl"*)
11705 expr "X$arg" : "X\\(.*\\)$as_nl";
11706 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11707 esac;
11708 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11709 '
11710 export as_echo_n_body
11711 as_echo_n='sh -c $as_echo_n_body as_echo'
11712 fi
11713 export as_echo_body
11714 as_echo='sh -c $as_echo_body as_echo'
11715fi
11716
11717# The user is always right.
11718if test "${PATH_SEPARATOR+set}" != set; then
11719 PATH_SEPARATOR=:
11720 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11721 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11722 PATH_SEPARATOR=';'
11723 }
fdd6fa61
AG
11724fi
11725
11726
81ecdfbb
RW
11727# IFS
11728# We need space, tab and new line, in precisely that order. Quoting is
11729# there to prevent editors from complaining about space-tab.
11730# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11731# splitting by setting IFS to empty value.)
11732IFS=" "" $as_nl"
11733
11734# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11735as_myself=
81ecdfbb
RW
11736case $0 in #((
11737 *[\\/]* ) as_myself=$0 ;;
11738 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11739for as_dir in $PATH
11740do
11741 IFS=$as_save_IFS
11742 test -z "$as_dir" && as_dir=.
11743 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11744 done
11745IFS=$as_save_IFS
11746
11747 ;;
11748esac
11749# We did not find ourselves, most probably we were run as `sh COMMAND'
11750# in which case we are not to be found in the path.
11751if test "x$as_myself" = x; then
11752 as_myself=$0
11753fi
11754if test ! -f "$as_myself"; then
11755 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11756 exit 1
11757fi
11758
11759# Unset variables that we do not need and which cause bugs (e.g. in
11760# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11761# suppresses any "Segmentation fault" message there. '((' could
11762# trigger a bug in pdksh 5.2.14.
11763for as_var in BASH_ENV ENV MAIL MAILPATH
11764do eval test x\${$as_var+set} = xset \
11765 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11766done
fdd6fa61
AG
11767PS1='$ '
11768PS2='> '
11769PS4='+ '
11770
11771# NLS nuisances.
81ecdfbb
RW
11772LC_ALL=C
11773export LC_ALL
11774LANGUAGE=C
11775export LANGUAGE
11776
11777# CDPATH.
11778(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11779
11780
d0ac1c44
SM
11781# as_fn_error STATUS ERROR [LINENO LOG_FD]
11782# ----------------------------------------
81ecdfbb
RW
11783# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11784# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11785# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11786as_fn_error ()
11787{
d0ac1c44
SM
11788 as_status=$1; test $as_status -eq 0 && as_status=1
11789 if test "$4"; then
11790 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11791 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fdd6fa61 11792 fi
d0ac1c44 11793 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11794 as_fn_exit $as_status
11795} # as_fn_error
11796
11797
11798# as_fn_set_status STATUS
11799# -----------------------
11800# Set $? to STATUS, without forking.
11801as_fn_set_status ()
11802{
11803 return $1
11804} # as_fn_set_status
11805
11806# as_fn_exit STATUS
11807# -----------------
11808# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11809as_fn_exit ()
11810{
11811 set +e
11812 as_fn_set_status $1
11813 exit $1
11814} # as_fn_exit
11815
11816# as_fn_unset VAR
11817# ---------------
11818# Portably unset VAR.
11819as_fn_unset ()
11820{
11821 { eval $1=; unset $1;}
11822}
11823as_unset=as_fn_unset
11824# as_fn_append VAR VALUE
11825# ----------------------
11826# Append the text in VALUE to the end of the definition contained in VAR. Take
11827# advantage of any shell optimizations that allow amortized linear growth over
11828# repeated appends, instead of the typical quadratic growth present in naive
11829# implementations.
11830if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11831 eval 'as_fn_append ()
11832 {
11833 eval $1+=\$2
11834 }'
11835else
11836 as_fn_append ()
11837 {
11838 eval $1=\$$1\$2
11839 }
11840fi # as_fn_append
11841
11842# as_fn_arith ARG...
11843# ------------------
11844# Perform arithmetic evaluation on the ARGs, and store the result in the
11845# global $as_val. Take advantage of shells that can avoid forks. The arguments
11846# must be portable across $(()) and expr.
11847if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11848 eval 'as_fn_arith ()
11849 {
11850 as_val=$(( $* ))
11851 }'
11852else
11853 as_fn_arith ()
11854 {
11855 as_val=`expr "$@" || test $? -eq 1`
11856 }
11857fi # as_fn_arith
11858
fdd6fa61 11859
81ecdfbb
RW
11860if expr a : '\(a\)' >/dev/null 2>&1 &&
11861 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fdd6fa61
AG
11862 as_expr=expr
11863else
11864 as_expr=false
11865fi
11866
81ecdfbb 11867if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
11868 as_basename=basename
11869else
11870 as_basename=false
11871fi
11872
81ecdfbb
RW
11873if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11874 as_dirname=dirname
11875else
11876 as_dirname=false
11877fi
fdd6fa61 11878
81ecdfbb 11879as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
11880$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11881 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11883$as_echo X/"$0" |
11884 sed '/^.*\/\([^/][^/]*\)\/*$/{
11885 s//\1/
11886 q
11887 }
11888 /^X\/\(\/\/\)$/{
11889 s//\1/
11890 q
11891 }
11892 /^X\/\(\/\).*/{
11893 s//\1/
11894 q
11895 }
11896 s/.*/./; q'`
fdd6fa61 11897
fdd6fa61
AG
11898# Avoid depending upon Character Ranges.
11899as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11900as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11901as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11902as_cr_digits='0123456789'
11903as_cr_alnum=$as_cr_Letters$as_cr_digits
11904
81ecdfbb
RW
11905ECHO_C= ECHO_N= ECHO_T=
11906case `echo -n x` in #(((((
11907-n*)
11908 case `echo 'xy\c'` in
11909 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11910 xy) ECHO_C='\c';;
11911 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11912 ECHO_T=' ';;
11913 esac;;
11914*)
11915 ECHO_N='-n';;
fdd6fa61
AG
11916esac
11917
81ecdfbb
RW
11918rm -f conf$$ conf$$.exe conf$$.file
11919if test -d conf$$.dir; then
11920 rm -f conf$$.dir/conf$$.file
fdd6fa61 11921else
81ecdfbb
RW
11922 rm -f conf$$.dir
11923 mkdir conf$$.dir 2>/dev/null
fdd6fa61 11924fi
81ecdfbb
RW
11925if (echo >conf$$.file) 2>/dev/null; then
11926 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 11927 as_ln_s='ln -s'
81ecdfbb
RW
11928 # ... but there are two gotchas:
11929 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11930 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11931 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11932 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11933 as_ln_s='cp -pR'
81ecdfbb
RW
11934 elif ln conf$$.file conf$$ 2>/dev/null; then
11935 as_ln_s=ln
11936 else
d0ac1c44 11937 as_ln_s='cp -pR'
fdd6fa61 11938 fi
fdd6fa61 11939else
d0ac1c44 11940 as_ln_s='cp -pR'
fdd6fa61 11941fi
81ecdfbb
RW
11942rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11943rmdir conf$$.dir 2>/dev/null
11944
fdd6fa61 11945
81ecdfbb
RW
11946# as_fn_mkdir_p
11947# -------------
11948# Create "$as_dir" as a directory, including parents if necessary.
11949as_fn_mkdir_p ()
11950{
11951
11952 case $as_dir in #(
11953 -*) as_dir=./$as_dir;;
11954 esac
11955 test -d "$as_dir" || eval $as_mkdir_p || {
11956 as_dirs=
11957 while :; do
11958 case $as_dir in #(
11959 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11960 *) as_qdir=$as_dir;;
11961 esac
11962 as_dirs="'$as_qdir' $as_dirs"
11963 as_dir=`$as_dirname -- "$as_dir" ||
11964$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11965 X"$as_dir" : 'X\(//\)[^/]' \| \
11966 X"$as_dir" : 'X\(//\)$' \| \
11967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11968$as_echo X"$as_dir" |
11969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11970 s//\1/
11971 q
11972 }
11973 /^X\(\/\/\)[^/].*/{
11974 s//\1/
11975 q
11976 }
11977 /^X\(\/\/\)$/{
11978 s//\1/
11979 q
11980 }
11981 /^X\(\/\).*/{
11982 s//\1/
11983 q
11984 }
11985 s/.*/./; q'`
11986 test -d "$as_dir" && break
11987 done
11988 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11989 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
11990
11991
11992} # as_fn_mkdir_p
fdd6fa61 11993if mkdir -p . 2>/dev/null; then
81ecdfbb 11994 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
11995else
11996 test -d ./-p && rmdir ./-p
11997 as_mkdir_p=false
11998fi
11999
d0ac1c44
SM
12000
12001# as_fn_executable_p FILE
12002# -----------------------
12003# Test if FILE is an executable regular file.
12004as_fn_executable_p ()
12005{
12006 test -f "$1" && test -x "$1"
12007} # as_fn_executable_p
12008as_test_x='test -x'
12009as_executable_p=as_fn_executable_p
fdd6fa61
AG
12010
12011# Sed expression to map a string onto a valid CPP name.
12012as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12013
12014# Sed expression to map a string onto a valid variable name.
12015as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12016
12017
fdd6fa61 12018exec 6>&1
81ecdfbb
RW
12019## ----------------------------------- ##
12020## Main body of $CONFIG_STATUS script. ##
12021## ----------------------------------- ##
12022_ASEOF
12023test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12024
12025cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12026# Save the log message, to keep $0 and so on meaningful, and to
fdd6fa61 12027# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12028# values after options handling.
12029ac_log="
fdd6fa61 12030This file was extended by $as_me, which was
d0ac1c44 12031generated by GNU Autoconf 2.69. Invocation command line was
fdd6fa61
AG
12032
12033 CONFIG_FILES = $CONFIG_FILES
12034 CONFIG_HEADERS = $CONFIG_HEADERS
12035 CONFIG_LINKS = $CONFIG_LINKS
12036 CONFIG_COMMANDS = $CONFIG_COMMANDS
12037 $ $0 $@
12038
81ecdfbb
RW
12039on `(hostname || uname -n) 2>/dev/null | sed 1q`
12040"
12041
fdd6fa61
AG
12042_ACEOF
12043
81ecdfbb
RW
12044case $ac_config_files in *"
12045"*) set x $ac_config_files; shift; ac_config_files=$*;;
12046esac
fdd6fa61 12047
81ecdfbb
RW
12048case $ac_config_headers in *"
12049"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12050esac
fdd6fa61 12051
fdd6fa61 12052
81ecdfbb
RW
12053cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12054# Files that config.status was made for.
12055config_files="$ac_config_files"
12056config_headers="$ac_config_headers"
81ecdfbb 12057config_commands="$ac_config_commands"
fdd6fa61 12058
81ecdfbb 12059_ACEOF
fdd6fa61 12060
81ecdfbb 12061cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 12062ac_cs_usage="\
81ecdfbb
RW
12063\`$as_me' instantiates files and other configuration actions
12064from templates according to the current configuration. Unless the files
12065and actions are specified as TAGs, all are instantiated by default.
fdd6fa61 12066
81ecdfbb 12067Usage: $0 [OPTION]... [TAG]...
fdd6fa61
AG
12068
12069 -h, --help print this help, then exit
81ecdfbb 12070 -V, --version print version number and configuration settings, then exit
d0ac1c44 12071 --config print configuration, then exit
81ecdfbb
RW
12072 -q, --quiet, --silent
12073 do not print progress messages
fdd6fa61
AG
12074 -d, --debug don't remove temporary files
12075 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12076 --file=FILE[:TEMPLATE]
12077 instantiate the configuration file FILE
12078 --header=FILE[:TEMPLATE]
12079 instantiate the configuration header FILE
fdd6fa61
AG
12080
12081Configuration files:
12082$config_files
12083
12084Configuration headers:
12085$config_headers
12086
fdd6fa61
AG
12087Configuration commands:
12088$config_commands
12089
81ecdfbb 12090Report bugs to the package provider."
fdd6fa61 12091
81ecdfbb
RW
12092_ACEOF
12093cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12094ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fdd6fa61
AG
12095ac_cs_version="\\
12096config.status
d0ac1c44
SM
12097configured by $0, generated by GNU Autoconf 2.69,
12098 with options \\"\$ac_cs_config\\"
fdd6fa61 12099
d0ac1c44 12100Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
12101This config.status script is free software; the Free Software Foundation
12102gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12103
12104ac_pwd='$ac_pwd'
12105srcdir='$srcdir'
12106INSTALL='$INSTALL'
6bb11ab3 12107AWK='$AWK'
81ecdfbb 12108test -n "\$AWK" || AWK=awk
fdd6fa61
AG
12109_ACEOF
12110
81ecdfbb
RW
12111cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12112# The default lists apply if the user does not specify any file.
fdd6fa61
AG
12113ac_need_defaults=:
12114while test $# != 0
12115do
12116 case $1 in
d0ac1c44 12117 --*=?*)
81ecdfbb
RW
12118 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12119 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fdd6fa61
AG
12120 ac_shift=:
12121 ;;
d0ac1c44
SM
12122 --*=)
12123 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12124 ac_optarg=
12125 ac_shift=:
12126 ;;
81ecdfbb 12127 *)
fdd6fa61
AG
12128 ac_option=$1
12129 ac_optarg=$2
12130 ac_shift=shift
12131 ;;
fdd6fa61
AG
12132 esac
12133
12134 case $ac_option in
12135 # Handling of the options.
fdd6fa61
AG
12136 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12137 ac_cs_recheck=: ;;
81ecdfbb
RW
12138 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12139 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12140 --config | --confi | --conf | --con | --co | --c )
12141 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12142 --debug | --debu | --deb | --de | --d | -d )
fdd6fa61
AG
12143 debug=: ;;
12144 --file | --fil | --fi | --f )
12145 $ac_shift
81ecdfbb
RW
12146 case $ac_optarg in
12147 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12148 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12149 esac
12150 as_fn_append CONFIG_FILES " '$ac_optarg'"
fdd6fa61
AG
12151 ac_need_defaults=false;;
12152 --header | --heade | --head | --hea )
12153 $ac_shift
81ecdfbb
RW
12154 case $ac_optarg in
12155 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12156 esac
12157 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fdd6fa61 12158 ac_need_defaults=false;;
81ecdfbb
RW
12159 --he | --h)
12160 # Conflict between --help and --header
d0ac1c44 12161 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12162Try \`$0 --help' for more information.";;
12163 --help | --hel | -h )
12164 $as_echo "$ac_cs_usage"; exit ;;
fdd6fa61
AG
12165 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12166 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12167 ac_cs_silent=: ;;
12168
12169 # This is an error.
d0ac1c44 12170 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12171Try \`$0 --help' for more information." ;;
fdd6fa61 12172
81ecdfbb
RW
12173 *) as_fn_append ac_config_targets " $1"
12174 ac_need_defaults=false ;;
fdd6fa61
AG
12175
12176 esac
12177 shift
12178done
12179
12180ac_configure_extra_args=
12181
12182if $ac_cs_silent; then
12183 exec 6>/dev/null
12184 ac_configure_extra_args="$ac_configure_extra_args --silent"
12185fi
12186
12187_ACEOF
81ecdfbb 12188cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fdd6fa61 12189if \$ac_cs_recheck; then
d0ac1c44 12190 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12191 shift
12192 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12193 CONFIG_SHELL='$SHELL'
12194 export CONFIG_SHELL
12195 exec "\$@"
fdd6fa61
AG
12196fi
12197
12198_ACEOF
81ecdfbb
RW
12199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12200exec 5>>config.log
12201{
12202 echo
12203 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12204## Running $as_me. ##
12205_ASBOX
12206 $as_echo "$ac_log"
12207} >&5
fdd6fa61 12208
81ecdfbb
RW
12209_ACEOF
12210cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12211#
12212# INIT-COMMANDS
12213#
12214ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12215
6bb11ab3
L
12216
12217# The HP-UX ksh and POSIX shell print the target directory to stdout
12218# if CDPATH is set.
12219(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12220
12221sed_quote_subst='$sed_quote_subst'
12222double_quote_subst='$double_quote_subst'
12223delay_variable_subst='$delay_variable_subst'
12224macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12225macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12226enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12227enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12228pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12229enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12230SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12231ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12232host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12233host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12234host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12235build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12236build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12237build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12238SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12239Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12240GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12241EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12242FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12243LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12244NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12245LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12246max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12247ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12248exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12249lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12250lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12251lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12252reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12253reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12254OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12255deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12256file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12257AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12258AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12259STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12260RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12261old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12262old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12263old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12264lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12265CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12266CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12267compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12268GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12269lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12270lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12271lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12272lt_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"`'
12273objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12274MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12275lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12276lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12277lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12278lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12279lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12280need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12281DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12282NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12283LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12284OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12285OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12286libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12287shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12288extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12289archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12290enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12291export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12292whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12293compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12294old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12295old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12296archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12297archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12298module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12299module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12300with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12301allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12302no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12303hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12304hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12305hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12306hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12307hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12308hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12309hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12310hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12311inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12312link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12313fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12314always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12315export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12316exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12317include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12318prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12319file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12320variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12321need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12322need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12323version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12324runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12325shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12326shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12327libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12328library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12329soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12330install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12331postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12332postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12333finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12334finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12335hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12336sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12337sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12338hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12339enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12340enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12341enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12342old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12343striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12344
12345LTCC='$LTCC'
12346LTCFLAGS='$LTCFLAGS'
12347compiler='$compiler_DEFAULT'
12348
12349# A function that is used when there is no print builtin or printf.
12350func_fallback_echo ()
12351{
12352 eval 'cat <<_LTECHO_EOF
12353\$1
12354_LTECHO_EOF'
12355}
12356
12357# Quote evaled strings.
12358for var in SHELL \
12359ECHO \
12360SED \
12361GREP \
12362EGREP \
12363FGREP \
12364LD \
12365NM \
12366LN_S \
12367lt_SP2NL \
12368lt_NL2SP \
12369reload_flag \
12370OBJDUMP \
12371deplibs_check_method \
12372file_magic_cmd \
12373AR \
12374AR_FLAGS \
12375STRIP \
12376RANLIB \
12377CC \
12378CFLAGS \
12379compiler \
12380lt_cv_sys_global_symbol_pipe \
12381lt_cv_sys_global_symbol_to_cdecl \
12382lt_cv_sys_global_symbol_to_c_name_address \
12383lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12384lt_prog_compiler_no_builtin_flag \
12385lt_prog_compiler_wl \
12386lt_prog_compiler_pic \
12387lt_prog_compiler_static \
12388lt_cv_prog_compiler_c_o \
12389need_locks \
12390DSYMUTIL \
12391NMEDIT \
12392LIPO \
12393OTOOL \
12394OTOOL64 \
12395shrext_cmds \
12396export_dynamic_flag_spec \
12397whole_archive_flag_spec \
12398compiler_needs_object \
12399with_gnu_ld \
12400allow_undefined_flag \
12401no_undefined_flag \
12402hardcode_libdir_flag_spec \
12403hardcode_libdir_flag_spec_ld \
12404hardcode_libdir_separator \
12405fix_srcfile_path \
12406exclude_expsyms \
12407include_expsyms \
12408file_list_spec \
12409variables_saved_for_relink \
12410libname_spec \
12411library_names_spec \
12412soname_spec \
12413install_override_mode \
12414finish_eval \
12415old_striplib \
12416striplib; do
12417 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12418 *[\\\\\\\`\\"\\\$]*)
12419 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12420 ;;
12421 *)
12422 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12423 ;;
12424 esac
12425done
12426
12427# Double-quote double-evaled strings.
12428for var in reload_cmds \
12429old_postinstall_cmds \
12430old_postuninstall_cmds \
12431old_archive_cmds \
12432extract_expsyms_cmds \
12433old_archive_from_new_cmds \
12434old_archive_from_expsyms_cmds \
12435archive_cmds \
12436archive_expsym_cmds \
12437module_cmds \
12438module_expsym_cmds \
12439export_symbols_cmds \
12440prelink_cmds \
12441postinstall_cmds \
12442postuninstall_cmds \
12443finish_cmds \
12444sys_lib_search_path_spec \
12445sys_lib_dlsearch_path_spec; do
12446 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12447 *[\\\\\\\`\\"\\\$]*)
12448 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12449 ;;
12450 *)
12451 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12452 ;;
12453 esac
12454done
12455
12456ac_aux_dir='$ac_aux_dir'
12457xsi_shell='$xsi_shell'
12458lt_shell_append='$lt_shell_append'
12459
12460# See if we are running on zsh, and set the options which allow our
12461# commands through without removal of \ escapes INIT.
12462if test -n "\${ZSH_VERSION+set}" ; then
12463 setopt NO_GLOB_SUBST
12464fi
12465
12466
12467 PACKAGE='$PACKAGE'
12468 VERSION='$VERSION'
12469 TIMESTAMP='$TIMESTAMP'
12470 RM='$RM'
12471 ofile='$ofile'
12472
12473
12474
12475
81ecdfbb 12476_ACEOF
fdd6fa61 12477
81ecdfbb 12478cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 12479
81ecdfbb 12480# Handling of arguments.
fdd6fa61
AG
12481for ac_config_target in $ac_config_targets
12482do
81ecdfbb
RW
12483 case $ac_config_target in
12484 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12485 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12486 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12487 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12488 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12489 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12490 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12491 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12492
d0ac1c44 12493 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fdd6fa61
AG
12494 esac
12495done
12496
81ecdfbb 12497
fdd6fa61
AG
12498# If the user did not use the arguments to specify the items to instantiate,
12499# then the envvar interface is used. Set only those that are not.
12500# We use the long form for the default assignment because of an extremely
12501# bizarre bug on SunOS 4.1.3.
12502if $ac_need_defaults; then
12503 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12504 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
fdd6fa61
AG
12505 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12506fi
12507
12508# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12509# simply because there is no reason against having it here, and in addition,
fdd6fa61 12510# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12511# Hook for its removal unless debugging.
12512# Note that there is a small window in which the directory will not be cleaned:
12513# after its creation but before its name has been assigned to `$tmp'.
fdd6fa61
AG
12514$debug ||
12515{
d0ac1c44 12516 tmp= ac_tmp=
81ecdfbb 12517 trap 'exit_status=$?
d0ac1c44
SM
12518 : "${ac_tmp:=$tmp}"
12519 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12520' 0
12521 trap 'as_fn_exit 1' 1 2 13 15
fdd6fa61 12522}
fdd6fa61
AG
12523# Create a (secure) tmp directory for tmp files.
12524
12525{
81ecdfbb 12526 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12527 test -d "$tmp"
fdd6fa61
AG
12528} ||
12529{
81ecdfbb
RW
12530 tmp=./conf$$-$RANDOM
12531 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12532} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12533ac_tmp=$tmp
fdd6fa61 12534
81ecdfbb
RW
12535# Set up the scripts for CONFIG_FILES section.
12536# No need to generate them if there are no CONFIG_FILES.
12537# This happens for instance with `./config.status config.h'.
12538if test -n "$CONFIG_FILES"; then
fdd6fa61 12539
fdd6fa61 12540
81ecdfbb
RW
12541ac_cr=`echo X | tr X '\015'`
12542# On cygwin, bash can eat \r inside `` if the user requested igncr.
12543# But we know of no other shell where ac_cr would be empty at this
12544# point, so we can use a bashism as a fallback.
12545if test "x$ac_cr" = x; then
12546 eval ac_cr=\$\'\\r\'
12547fi
12548ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12549if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12550 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12551else
12552 ac_cs_awk_cr=$ac_cr
12553fi
fdd6fa61 12554
d0ac1c44 12555echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fdd6fa61
AG
12556_ACEOF
12557
81ecdfbb
RW
12558
12559{
12560 echo "cat >conf$$subs.awk <<_ACEOF" &&
12561 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12562 echo "_ACEOF"
12563} >conf$$subs.sh ||
d0ac1c44
SM
12564 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12565ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12566ac_delim='%!_!# '
12567for ac_last_try in false false false false false :; do
12568 . ./conf$$subs.sh ||
d0ac1c44 12569 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12570
12571 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12572 if test $ac_delim_n = $ac_delim_num; then
12573 break
12574 elif $ac_last_try; then
d0ac1c44 12575 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12576 else
12577 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 12578 fi
81ecdfbb
RW
12579done
12580rm -f conf$$subs.sh
fdd6fa61 12581
81ecdfbb 12582cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12583cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fdd6fa61 12584_ACEOF
81ecdfbb
RW
12585sed -n '
12586h
12587s/^/S["/; s/!.*/"]=/
12588p
12589g
12590s/^[^!]*!//
12591:repl
12592t repl
12593s/'"$ac_delim"'$//
12594t delim
12595:nl
12596h
d0ac1c44 12597s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12598t more1
12599s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12600p
12601n
12602b repl
12603:more1
12604s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12605p
12606g
12607s/.\{148\}//
12608t nl
12609:delim
12610h
d0ac1c44 12611s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12612t more2
12613s/["\\]/\\&/g; s/^/"/; s/$/"/
12614p
12615b
12616:more2
12617s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12618p
12619g
12620s/.\{148\}//
12621t delim
12622' <conf$$subs.awk | sed '
12623/^[^""]/{
12624 N
12625 s/\n//
12626}
12627' >>$CONFIG_STATUS || ac_write_fail=1
12628rm -f conf$$subs.awk
12629cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12630_ACAWK
d0ac1c44 12631cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12632 for (key in S) S_is_set[key] = 1
12633 FS = "\a"
fdd6fa61 12634
81ecdfbb
RW
12635}
12636{
12637 line = $ 0
12638 nfields = split(line, field, "@")
12639 substed = 0
12640 len = length(field[1])
12641 for (i = 2; i < nfields; i++) {
12642 key = field[i]
12643 keylen = length(key)
12644 if (S_is_set[key]) {
12645 value = S[key]
12646 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12647 len += length(value) + length(field[++i])
12648 substed = 1
12649 } else
12650 len += 1 + keylen
12651 }
12652
12653 print line
12654}
fdd6fa61 12655
81ecdfbb
RW
12656_ACAWK
12657_ACEOF
12658cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12659if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12660 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fdd6fa61 12661else
81ecdfbb 12662 cat
d0ac1c44
SM
12663fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12664 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12665_ACEOF
fdd6fa61 12666
d0ac1c44
SM
12667# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12668# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12669# trailing colons and then remove the whole line if VPATH becomes empty
12670# (actually we leave an empty line to preserve line numbers).
12671if test "x$srcdir" = x.; then
d0ac1c44
SM
12672 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12673h
12674s///
12675s/^/:/
12676s/[ ]*$/:/
12677s/:\$(srcdir):/:/g
12678s/:\${srcdir}:/:/g
12679s/:@srcdir@:/:/g
12680s/^:*//
81ecdfbb 12681s/:*$//
d0ac1c44
SM
12682x
12683s/\(=[ ]*\).*/\1/
12684G
12685s/\n//
81ecdfbb
RW
12686s/^[^=]*=[ ]*$//
12687}'
12688fi
fdd6fa61 12689
81ecdfbb
RW
12690cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12691fi # test -n "$CONFIG_FILES"
fdd6fa61 12692
81ecdfbb
RW
12693# Set up the scripts for CONFIG_HEADERS section.
12694# No need to generate them if there are no CONFIG_HEADERS.
12695# This happens for instance with `./config.status Makefile'.
12696if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12697cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12698BEGIN {
12699_ACEOF
fdd6fa61 12700
81ecdfbb
RW
12701# Transform confdefs.h into an awk script `defines.awk', embedded as
12702# here-document in config.status, that substitutes the proper values into
12703# config.h.in to produce config.h.
fdd6fa61 12704
81ecdfbb
RW
12705# Create a delimiter string that does not exist in confdefs.h, to ease
12706# handling of long lines.
12707ac_delim='%!_!# '
12708for ac_last_try in false false :; do
d0ac1c44
SM
12709 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12710 if test -z "$ac_tt"; then
81ecdfbb
RW
12711 break
12712 elif $ac_last_try; then
d0ac1c44 12713 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
fdd6fa61 12714 else
81ecdfbb 12715 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 12716 fi
fdd6fa61 12717done
81ecdfbb
RW
12718
12719# For the awk script, D is an array of macro values keyed by name,
12720# likewise P contains macro parameters if any. Preserve backslash
12721# newline sequences.
12722
12723ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12724sed -n '
12725s/.\{148\}/&'"$ac_delim"'/g
12726t rset
12727:rset
12728s/^[ ]*#[ ]*define[ ][ ]*/ /
12729t def
12730d
12731:def
12732s/\\$//
12733t bsnl
12734s/["\\]/\\&/g
12735s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12736D["\1"]=" \3"/p
12737s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12738d
12739:bsnl
12740s/["\\]/\\&/g
12741s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12742D["\1"]=" \3\\\\\\n"\\/p
12743t cont
12744s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12745t cont
12746d
12747:cont
12748n
12749s/.\{148\}/&'"$ac_delim"'/g
12750t clear
12751:clear
12752s/\\$//
12753t bsnlc
12754s/["\\]/\\&/g; s/^/"/; s/$/"/p
12755d
12756:bsnlc
12757s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12758b cont
12759' <confdefs.h | sed '
12760s/'"$ac_delim"'/"\\\
12761"/g' >>$CONFIG_STATUS || ac_write_fail=1
12762
12763cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12764 for (key in D) D_is_set[key] = 1
12765 FS = "\a"
12766}
12767/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12768 line = \$ 0
12769 split(line, arg, " ")
12770 if (arg[1] == "#") {
12771 defundef = arg[2]
12772 mac1 = arg[3]
12773 } else {
12774 defundef = substr(arg[1], 2)
12775 mac1 = arg[2]
12776 }
12777 split(mac1, mac2, "(") #)
12778 macro = mac2[1]
12779 prefix = substr(line, 1, index(line, defundef) - 1)
12780 if (D_is_set[macro]) {
12781 # Preserve the white space surrounding the "#".
12782 print prefix "define", macro P[macro] D[macro]
12783 next
12784 } else {
12785 # Replace #undef with comments. This is necessary, for example,
12786 # in the case of _POSIX_SOURCE, which is predefined and required
12787 # on some systems where configure will not decide to define it.
12788 if (defundef == "undef") {
12789 print "/*", prefix defundef, macro, "*/"
12790 next
12791 }
12792 }
12793}
12794{ print }
12795_ACAWK
fdd6fa61 12796_ACEOF
81ecdfbb 12797cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12798 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12799fi # test -n "$CONFIG_HEADERS"
fdd6fa61 12800
fdd6fa61 12801
99d8e879 12802eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12803shift
12804for ac_tag
12805do
12806 case $ac_tag in
12807 :[FHLC]) ac_mode=$ac_tag; continue;;
12808 esac
12809 case $ac_mode$ac_tag in
12810 :[FHL]*:*);;
d0ac1c44 12811 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12812 :[FH]-) ac_tag=-:-;;
12813 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fdd6fa61 12814 esac
81ecdfbb
RW
12815 ac_save_IFS=$IFS
12816 IFS=:
12817 set x $ac_tag
12818 IFS=$ac_save_IFS
12819 shift
12820 ac_file=$1
12821 shift
fdd6fa61 12822
81ecdfbb
RW
12823 case $ac_mode in
12824 :L) ac_source=$1;;
12825 :[FH])
12826 ac_file_inputs=
12827 for ac_f
12828 do
12829 case $ac_f in
d0ac1c44 12830 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12831 *) # Look for the file first in the build tree, then in the source tree
12832 # (if the path is not absolute). The absolute path cannot be DOS-style,
12833 # because $ac_f cannot contain `:'.
12834 test -f "$ac_f" ||
12835 case $ac_f in
12836 [\\/$]*) false;;
12837 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12838 esac ||
d0ac1c44 12839 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fdd6fa61 12840 esac
81ecdfbb
RW
12841 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12842 as_fn_append ac_file_inputs " '$ac_f'"
12843 done
fdd6fa61 12844
81ecdfbb
RW
12845 # Let's still pretend it is `configure' which instantiates (i.e., don't
12846 # use $as_me), people would be surprised to read:
12847 # /* config.h. Generated by config.status. */
12848 configure_input='Generated from '`
12849 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12850 `' by configure.'
12851 if test x"$ac_file" != x-; then
12852 configure_input="$ac_file. $configure_input"
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12854$as_echo "$as_me: creating $ac_file" >&6;}
12855 fi
12856 # Neutralize special characters interpreted by sed in replacement strings.
12857 case $configure_input in #(
12858 *\&* | *\|* | *\\* )
12859 ac_sed_conf_input=`$as_echo "$configure_input" |
12860 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12861 *) ac_sed_conf_input=$configure_input;;
12862 esac
fdd6fa61 12863
81ecdfbb 12864 case $ac_tag in
d0ac1c44
SM
12865 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12866 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12867 esac
12868 ;;
12869 esac
fdd6fa61 12870
81ecdfbb 12871 ac_dir=`$as_dirname -- "$ac_file" ||
fdd6fa61
AG
12872$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12873 X"$ac_file" : 'X\(//\)[^/]' \| \
12874 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12875 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12876$as_echo X"$ac_file" |
12877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12878 s//\1/
12879 q
12880 }
12881 /^X\(\/\/\)[^/].*/{
12882 s//\1/
12883 q
12884 }
12885 /^X\(\/\/\)$/{
12886 s//\1/
12887 q
12888 }
12889 /^X\(\/\).*/{
12890 s//\1/
12891 q
12892 }
12893 s/.*/./; q'`
12894 as_dir="$ac_dir"; as_fn_mkdir_p
fdd6fa61
AG
12895 ac_builddir=.
12896
81ecdfbb
RW
12897case "$ac_dir" in
12898.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12899*)
12900 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12901 # A ".." for each directory in $ac_dir_suffix.
12902 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12903 case $ac_top_builddir_sub in
12904 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12905 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12906 esac ;;
12907esac
12908ac_abs_top_builddir=$ac_pwd
12909ac_abs_builddir=$ac_pwd$ac_dir_suffix
12910# for backward compatibility:
12911ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
12912
12913case $srcdir in
81ecdfbb 12914 .) # We are building in place.
fdd6fa61 12915 ac_srcdir=.
81ecdfbb
RW
12916 ac_top_srcdir=$ac_top_builddir_sub
12917 ac_abs_top_srcdir=$ac_pwd ;;
12918 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 12919 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12920 ac_top_srcdir=$srcdir
12921 ac_abs_top_srcdir=$srcdir ;;
12922 *) # Relative name.
12923 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12924 ac_top_srcdir=$ac_top_build_prefix$srcdir
12925 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 12926esac
81ecdfbb 12927ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fdd6fa61 12928
fdd6fa61 12929
81ecdfbb
RW
12930 case $ac_mode in
12931 :F)
12932 #
12933 # CONFIG_FILE
12934 #
fdd6fa61 12935
81ecdfbb
RW
12936 case $INSTALL in
12937 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12938 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fdd6fa61 12939 esac
81ecdfbb 12940_ACEOF
fdd6fa61 12941
81ecdfbb
RW
12942cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12943# If the template does not know about datarootdir, expand it.
12944# FIXME: This hack should be removed a few years after 2.60.
12945ac_datarootdir_hack=; ac_datarootdir_seen=
12946ac_sed_dataroot='
12947/datarootdir/ {
12948 p
12949 q
12950}
12951/@datadir@/p
12952/@docdir@/p
12953/@infodir@/p
12954/@localedir@/p
12955/@mandir@/p'
12956case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12957*datarootdir*) ac_datarootdir_seen=yes;;
12958*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12960$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12961_ACEOF
12962cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12963 ac_datarootdir_hack='
12964 s&@datadir@&$datadir&g
12965 s&@docdir@&$docdir&g
12966 s&@infodir@&$infodir&g
12967 s&@localedir@&$localedir&g
12968 s&@mandir@&$mandir&g
12969 s&\\\${datarootdir}&$datarootdir&g' ;;
12970esac
fdd6fa61 12971_ACEOF
fdd6fa61 12972
81ecdfbb
RW
12973# Neutralize VPATH when `$srcdir' = `.'.
12974# Shell code in configure.ac might set extrasub.
12975# FIXME: do we really want to maintain this feature?
12976cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12977ac_sed_extra="$ac_vpsub
12978$extrasub
12979_ACEOF
12980cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12981:t
12982/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12983s|@configure_input@|$ac_sed_conf_input|;t t
12984s&@top_builddir@&$ac_top_builddir_sub&;t t
12985s&@top_build_prefix@&$ac_top_build_prefix&;t t
12986s&@srcdir@&$ac_srcdir&;t t
12987s&@abs_srcdir@&$ac_abs_srcdir&;t t
12988s&@top_srcdir@&$ac_top_srcdir&;t t
12989s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12990s&@builddir@&$ac_builddir&;t t
12991s&@abs_builddir@&$ac_abs_builddir&;t t
12992s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12993s&@INSTALL@&$ac_INSTALL&;t t
12994$ac_datarootdir_hack
12995"
d0ac1c44
SM
12996eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12997 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12998
12999test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13000 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13001 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13002 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13004which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13005$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13006which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13007
d0ac1c44 13008 rm -f "$ac_tmp/stdin"
81ecdfbb 13009 case $ac_file in
d0ac1c44
SM
13010 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13011 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13012 esac \
d0ac1c44 13013 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13014 ;;
13015 :H)
13016 #
13017 # CONFIG_HEADER
13018 #
13019 if test x"$ac_file" != x-; then
13020 {
13021 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13022 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13023 } >"$ac_tmp/config.h" \
13024 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13025 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13027$as_echo "$as_me: $ac_file is unchanged" >&6;}
13028 else
13029 rm -f "$ac_file"
d0ac1c44
SM
13030 mv "$ac_tmp/config.h" "$ac_file" \
13031 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13032 fi
fdd6fa61 13033 else
81ecdfbb 13034 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13035 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13036 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13037 fi
13038 ;;
fdd6fa61 13039
81ecdfbb
RW
13040 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13041$as_echo "$as_me: executing $ac_file commands" >&6;}
13042 ;;
13043 esac
fdd6fa61
AG
13044
13045
81ecdfbb 13046 case $ac_file$ac_mode in
db2e4d67 13047 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13048 "libtool":C)
13049
13050 # See if we are running on zsh, and set the options which allow our
13051 # commands through without removal of \ escapes.
13052 if test -n "${ZSH_VERSION+set}" ; then
13053 setopt NO_GLOB_SUBST
13054 fi
13055
13056 cfgfile="${ofile}T"
13057 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13058 $RM "$cfgfile"
13059
13060 cat <<_LT_EOF >> "$cfgfile"
13061#! $SHELL
13062
13063# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13064# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13065# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13066# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13067#
13068# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13069# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13070# Written by Gordon Matzigkeit, 1996
13071#
13072# This file is part of GNU Libtool.
13073#
13074# GNU Libtool is free software; you can redistribute it and/or
13075# modify it under the terms of the GNU General Public License as
13076# published by the Free Software Foundation; either version 2 of
13077# the License, or (at your option) any later version.
13078#
13079# As a special exception to the GNU General Public License,
13080# if you distribute this file as part of a program or library that
13081# is built using GNU Libtool, you may include this file under the
13082# same distribution terms that you use for the rest of that program.
13083#
13084# GNU Libtool is distributed in the hope that it will be useful,
13085# but WITHOUT ANY WARRANTY; without even the implied warranty of
13086# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13087# GNU General Public License for more details.
13088#
13089# You should have received a copy of the GNU General Public License
13090# along with GNU Libtool; see the file COPYING. If not, a copy
13091# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13092# obtained by writing to the Free Software Foundation, Inc.,
13093# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13094
13095
13096# The names of the tagged configurations supported by this script.
13097available_tags=""
13098
13099# ### BEGIN LIBTOOL CONFIG
13100
13101# Which release of libtool.m4 was used?
13102macro_version=$macro_version
13103macro_revision=$macro_revision
13104
13105# Whether or not to build shared libraries.
13106build_libtool_libs=$enable_shared
13107
13108# Whether or not to build static libraries.
13109build_old_libs=$enable_static
13110
13111# What type of objects to build.
13112pic_mode=$pic_mode
13113
13114# Whether or not to optimize for fast installation.
13115fast_install=$enable_fast_install
13116
13117# Shell to use when invoking shell scripts.
13118SHELL=$lt_SHELL
13119
13120# An echo program that protects backslashes.
13121ECHO=$lt_ECHO
13122
13123# The host system.
13124host_alias=$host_alias
13125host=$host
13126host_os=$host_os
13127
13128# The build system.
13129build_alias=$build_alias
13130build=$build
13131build_os=$build_os
13132
13133# A sed program that does not truncate output.
13134SED=$lt_SED
13135
13136# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13137Xsed="\$SED -e 1s/^X//"
13138
13139# A grep program that handles long lines.
13140GREP=$lt_GREP
13141
13142# An ERE matcher.
13143EGREP=$lt_EGREP
13144
13145# A literal string matcher.
13146FGREP=$lt_FGREP
13147
13148# A BSD- or MS-compatible name lister.
13149NM=$lt_NM
13150
13151# Whether we need soft or hard links.
13152LN_S=$lt_LN_S
13153
13154# What is the maximum length of a command?
13155max_cmd_len=$max_cmd_len
13156
13157# Object file suffix (normally "o").
13158objext=$ac_objext
13159
13160# Executable file suffix (normally "").
13161exeext=$exeext
13162
13163# whether the shell understands "unset".
13164lt_unset=$lt_unset
13165
13166# turn spaces into newlines.
13167SP2NL=$lt_lt_SP2NL
13168
13169# turn newlines into spaces.
13170NL2SP=$lt_lt_NL2SP
13171
13172# An object symbol dumper.
13173OBJDUMP=$lt_OBJDUMP
13174
13175# Method to check whether dependent libraries are shared objects.
13176deplibs_check_method=$lt_deplibs_check_method
13177
13178# Command to use when deplibs_check_method == "file_magic".
13179file_magic_cmd=$lt_file_magic_cmd
13180
13181# The archiver.
13182AR=$lt_AR
13183AR_FLAGS=$lt_AR_FLAGS
13184
13185# A symbol stripping program.
13186STRIP=$lt_STRIP
13187
13188# Commands used to install an old-style archive.
13189RANLIB=$lt_RANLIB
13190old_postinstall_cmds=$lt_old_postinstall_cmds
13191old_postuninstall_cmds=$lt_old_postuninstall_cmds
13192
13193# Whether to use a lock for old archive extraction.
13194lock_old_archive_extraction=$lock_old_archive_extraction
13195
13196# A C compiler.
13197LTCC=$lt_CC
13198
13199# LTCC compiler flags.
13200LTCFLAGS=$lt_CFLAGS
13201
13202# Take the output of nm and produce a listing of raw symbols and C names.
13203global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13204
13205# Transform the output of nm in a proper C declaration.
13206global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13207
13208# Transform the output of nm in a C name address pair.
13209global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13210
13211# Transform the output of nm in a C name address pair when lib prefix is needed.
13212global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13213
13214# The name of the directory that contains temporary libtool files.
13215objdir=$objdir
13216
13217# Used to examine libraries when file_magic_cmd begins with "file".
13218MAGIC_CMD=$MAGIC_CMD
13219
13220# Must we lock files when doing compilation?
13221need_locks=$lt_need_locks
13222
13223# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13224DSYMUTIL=$lt_DSYMUTIL
13225
13226# Tool to change global to local symbols on Mac OS X.
13227NMEDIT=$lt_NMEDIT
13228
13229# Tool to manipulate fat objects and archives on Mac OS X.
13230LIPO=$lt_LIPO
13231
13232# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13233OTOOL=$lt_OTOOL
13234
13235# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13236OTOOL64=$lt_OTOOL64
13237
13238# Old archive suffix (normally "a").
13239libext=$libext
13240
13241# Shared library suffix (normally ".so").
13242shrext_cmds=$lt_shrext_cmds
13243
13244# The commands to extract the exported symbol list from a shared archive.
13245extract_expsyms_cmds=$lt_extract_expsyms_cmds
13246
13247# Variables whose values should be saved in libtool wrapper scripts and
13248# restored at link time.
13249variables_saved_for_relink=$lt_variables_saved_for_relink
13250
13251# Do we need the "lib" prefix for modules?
13252need_lib_prefix=$need_lib_prefix
13253
13254# Do we need a version for libraries?
13255need_version=$need_version
13256
13257# Library versioning type.
13258version_type=$version_type
13259
13260# Shared library runtime path variable.
13261runpath_var=$runpath_var
13262
13263# Shared library path variable.
13264shlibpath_var=$shlibpath_var
13265
13266# Is shlibpath searched before the hard-coded library search path?
13267shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13268
13269# Format of library name prefix.
13270libname_spec=$lt_libname_spec
13271
13272# List of archive names. First name is the real one, the rest are links.
13273# The last name is the one that the linker finds with -lNAME
13274library_names_spec=$lt_library_names_spec
13275
13276# The coded name of the library, if different from the real name.
13277soname_spec=$lt_soname_spec
13278
13279# Permission mode override for installation of shared libraries.
13280install_override_mode=$lt_install_override_mode
13281
13282# Command to use after installation of a shared archive.
13283postinstall_cmds=$lt_postinstall_cmds
13284
13285# Command to use after uninstallation of a shared archive.
13286postuninstall_cmds=$lt_postuninstall_cmds
13287
13288# Commands used to finish a libtool library installation in a directory.
13289finish_cmds=$lt_finish_cmds
13290
13291# As "finish_cmds", except a single script fragment to be evaled but
13292# not shown.
13293finish_eval=$lt_finish_eval
13294
13295# Whether we should hardcode library paths into libraries.
13296hardcode_into_libs=$hardcode_into_libs
13297
13298# Compile-time system search path for libraries.
13299sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13300
13301# Run-time system search path for libraries.
13302sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13303
13304# Whether dlopen is supported.
13305dlopen_support=$enable_dlopen
13306
13307# Whether dlopen of programs is supported.
13308dlopen_self=$enable_dlopen_self
13309
13310# Whether dlopen of statically linked programs is supported.
13311dlopen_self_static=$enable_dlopen_self_static
13312
13313# Commands to strip libraries.
13314old_striplib=$lt_old_striplib
13315striplib=$lt_striplib
13316
13317
13318# The linker used to build libraries.
13319LD=$lt_LD
13320
13321# How to create reloadable object files.
13322reload_flag=$lt_reload_flag
13323reload_cmds=$lt_reload_cmds
13324
13325# Commands used to build an old-style archive.
13326old_archive_cmds=$lt_old_archive_cmds
13327
13328# A language specific compiler.
13329CC=$lt_compiler
13330
13331# Is the compiler the GNU compiler?
13332with_gcc=$GCC
13333
13334# Compiler flag to turn off builtin functions.
13335no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13336
13337# How to pass a linker flag through the compiler.
13338wl=$lt_lt_prog_compiler_wl
13339
13340# Additional compiler flags for building library objects.
13341pic_flag=$lt_lt_prog_compiler_pic
13342
13343# Compiler flag to prevent dynamic linking.
13344link_static_flag=$lt_lt_prog_compiler_static
13345
13346# Does compiler simultaneously support -c and -o options?
13347compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13348
13349# Whether or not to add -lc for building shared libraries.
13350build_libtool_need_lc=$archive_cmds_need_lc
13351
13352# Whether or not to disallow shared libs when runtime libs are static.
13353allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13354
13355# Compiler flag to allow reflexive dlopens.
13356export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13357
13358# Compiler flag to generate shared objects directly from archives.
13359whole_archive_flag_spec=$lt_whole_archive_flag_spec
13360
13361# Whether the compiler copes with passing no objects directly.
13362compiler_needs_object=$lt_compiler_needs_object
13363
13364# Create an old-style archive from a shared archive.
13365old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13366
13367# Create a temporary old-style archive to link instead of a shared archive.
13368old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13369
13370# Commands used to build a shared archive.
13371archive_cmds=$lt_archive_cmds
13372archive_expsym_cmds=$lt_archive_expsym_cmds
13373
13374# Commands used to build a loadable module if different from building
13375# a shared archive.
13376module_cmds=$lt_module_cmds
13377module_expsym_cmds=$lt_module_expsym_cmds
13378
13379# Whether we are building with GNU ld or not.
13380with_gnu_ld=$lt_with_gnu_ld
13381
13382# Flag that allows shared libraries with undefined symbols to be built.
13383allow_undefined_flag=$lt_allow_undefined_flag
13384
13385# Flag that enforces no undefined symbols.
13386no_undefined_flag=$lt_no_undefined_flag
13387
13388# Flag to hardcode \$libdir into a binary during linking.
13389# This must work even if \$libdir does not exist
13390hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13391
13392# If ld is used when linking, flag to hardcode \$libdir into a binary
13393# during linking. This must work even if \$libdir does not exist.
13394hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13395
13396# Whether we need a single "-rpath" flag with a separated argument.
13397hardcode_libdir_separator=$lt_hardcode_libdir_separator
13398
13399# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13400# DIR into the resulting binary.
13401hardcode_direct=$hardcode_direct
13402
13403# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13404# DIR into the resulting binary and the resulting library dependency is
13405# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13406# library is relocated.
13407hardcode_direct_absolute=$hardcode_direct_absolute
13408
13409# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13410# into the resulting binary.
13411hardcode_minus_L=$hardcode_minus_L
13412
13413# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13414# into the resulting binary.
13415hardcode_shlibpath_var=$hardcode_shlibpath_var
13416
13417# Set to "yes" if building a shared library automatically hardcodes DIR
13418# into the library and all subsequent libraries and executables linked
13419# against it.
13420hardcode_automatic=$hardcode_automatic
13421
13422# Set to yes if linker adds runtime paths of dependent libraries
13423# to runtime path list.
13424inherit_rpath=$inherit_rpath
13425
13426# Whether libtool must link a program against all its dependency libraries.
13427link_all_deplibs=$link_all_deplibs
13428
13429# Fix the shell variable \$srcfile for the compiler.
13430fix_srcfile_path=$lt_fix_srcfile_path
13431
13432# Set to "yes" if exported symbols are required.
13433always_export_symbols=$always_export_symbols
13434
13435# The commands to list exported symbols.
13436export_symbols_cmds=$lt_export_symbols_cmds
13437
13438# Symbols that should not be listed in the preloaded symbols.
13439exclude_expsyms=$lt_exclude_expsyms
13440
13441# Symbols that must always be exported.
13442include_expsyms=$lt_include_expsyms
13443
13444# Commands necessary for linking programs (against libraries) with templates.
13445prelink_cmds=$lt_prelink_cmds
13446
13447# Specify filename containing input files.
13448file_list_spec=$lt_file_list_spec
13449
13450# How to hardcode a shared library path into an executable.
13451hardcode_action=$hardcode_action
13452
13453# ### END LIBTOOL CONFIG
13454
13455_LT_EOF
13456
13457 case $host_os in
13458 aix3*)
13459 cat <<\_LT_EOF >> "$cfgfile"
13460# AIX sometimes has problems with the GCC collect2 program. For some
13461# reason, if we set the COLLECT_NAMES environment variable, the problems
13462# vanish in a puff of smoke.
13463if test "X${COLLECT_NAMES+set}" != Xset; then
13464 COLLECT_NAMES=
13465 export COLLECT_NAMES
13466fi
13467_LT_EOF
13468 ;;
13469 esac
13470
13471
13472ltmain="$ac_aux_dir/ltmain.sh"
13473
13474
13475 # We use sed instead of cat because bash on DJGPP gets confused if
13476 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13477 # text mode, it properly converts lines to CR/LF. This bash problem
13478 # is reportedly fixed, but why not run on old versions too?
13479 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13480 || (rm -f "$cfgfile"; exit 1)
13481
13482 case $xsi_shell in
13483 yes)
13484 cat << \_LT_EOF >> "$cfgfile"
13485
13486# func_dirname file append nondir_replacement
13487# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13488# otherwise set result to NONDIR_REPLACEMENT.
13489func_dirname ()
13490{
13491 case ${1} in
13492 */*) func_dirname_result="${1%/*}${2}" ;;
13493 * ) func_dirname_result="${3}" ;;
13494 esac
13495}
13496
13497# func_basename file
13498func_basename ()
13499{
13500 func_basename_result="${1##*/}"
13501}
13502
13503# func_dirname_and_basename file append nondir_replacement
13504# perform func_basename and func_dirname in a single function
13505# call:
13506# dirname: Compute the dirname of FILE. If nonempty,
13507# add APPEND to the result, otherwise set result
13508# to NONDIR_REPLACEMENT.
13509# value returned in "$func_dirname_result"
13510# basename: Compute filename of FILE.
13511# value retuned in "$func_basename_result"
13512# Implementation must be kept synchronized with func_dirname
13513# and func_basename. For efficiency, we do not delegate to
13514# those functions but instead duplicate the functionality here.
13515func_dirname_and_basename ()
13516{
13517 case ${1} in
13518 */*) func_dirname_result="${1%/*}${2}" ;;
13519 * ) func_dirname_result="${3}" ;;
13520 esac
13521 func_basename_result="${1##*/}"
13522}
13523
13524# func_stripname prefix suffix name
13525# strip PREFIX and SUFFIX off of NAME.
13526# PREFIX and SUFFIX must not contain globbing or regex special
13527# characters, hashes, percent signs, but SUFFIX may contain a leading
13528# dot (in which case that matches only a dot).
13529func_stripname ()
13530{
13531 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13532 # positional parameters, so assign one to ordinary parameter first.
13533 func_stripname_result=${3}
13534 func_stripname_result=${func_stripname_result#"${1}"}
13535 func_stripname_result=${func_stripname_result%"${2}"}
13536}
13537
13538# func_opt_split
13539func_opt_split ()
13540{
13541 func_opt_split_opt=${1%%=*}
13542 func_opt_split_arg=${1#*=}
13543}
13544
13545# func_lo2o object
13546func_lo2o ()
13547{
13548 case ${1} in
13549 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13550 *) func_lo2o_result=${1} ;;
13551 esac
13552}
13553
13554# func_xform libobj-or-source
13555func_xform ()
13556{
13557 func_xform_result=${1%.*}.lo
13558}
13559
13560# func_arith arithmetic-term...
13561func_arith ()
13562{
13563 func_arith_result=$(( $* ))
13564}
13565
13566# func_len string
13567# STRING may not start with a hyphen.
13568func_len ()
13569{
13570 func_len_result=${#1}
13571}
13572
13573_LT_EOF
13574 ;;
13575 *) # Bourne compatible functions.
13576 cat << \_LT_EOF >> "$cfgfile"
13577
13578# func_dirname file append nondir_replacement
13579# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13580# otherwise set result to NONDIR_REPLACEMENT.
13581func_dirname ()
13582{
13583 # Extract subdirectory from the argument.
13584 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13585 if test "X$func_dirname_result" = "X${1}"; then
13586 func_dirname_result="${3}"
13587 else
13588 func_dirname_result="$func_dirname_result${2}"
13589 fi
13590}
13591
13592# func_basename file
13593func_basename ()
13594{
13595 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13596}
13597
13598
13599# func_stripname prefix suffix name
13600# strip PREFIX and SUFFIX off of NAME.
13601# PREFIX and SUFFIX must not contain globbing or regex special
13602# characters, hashes, percent signs, but SUFFIX may contain a leading
13603# dot (in which case that matches only a dot).
13604# func_strip_suffix prefix name
13605func_stripname ()
13606{
13607 case ${2} in
13608 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13609 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13610 esac
13611}
13612
13613# sed scripts:
13614my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13615my_sed_long_arg='1s/^-[^=]*=//'
13616
13617# func_opt_split
13618func_opt_split ()
13619{
13620 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13621 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13622}
13623
13624# func_lo2o object
13625func_lo2o ()
13626{
13627 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13628}
13629
13630# func_xform libobj-or-source
13631func_xform ()
13632{
13633 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13634}
13635
13636# func_arith arithmetic-term...
13637func_arith ()
13638{
13639 func_arith_result=`expr "$@"`
13640}
13641
13642# func_len string
13643# STRING may not start with a hyphen.
13644func_len ()
13645{
13646 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13647}
13648
13649_LT_EOF
13650esac
13651
13652case $lt_shell_append in
13653 yes)
13654 cat << \_LT_EOF >> "$cfgfile"
13655
13656# func_append var value
13657# Append VALUE to the end of shell variable VAR.
13658func_append ()
13659{
13660 eval "$1+=\$2"
13661}
13662_LT_EOF
13663 ;;
13664 *)
13665 cat << \_LT_EOF >> "$cfgfile"
13666
13667# func_append var value
13668# Append VALUE to the end of shell variable VAR.
13669func_append ()
13670{
13671 eval "$1=\$$1\$2"
13672}
13673
13674_LT_EOF
13675 ;;
13676 esac
13677
13678
13679 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13680 || (rm -f "$cfgfile"; exit 1)
13681
13682 mv -f "$cfgfile" "$ofile" ||
13683 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13684 chmod +x "$ofile"
13685
13686 ;;
81ecdfbb 13687 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fdd6fa61
AG
13688 rm -f Makesim1.tmp Makesim2.tmp Makefile
13689 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13690 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13691 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13692 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13693 <Makefile.sim >Makefile
13694 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13695 ;;
81ecdfbb
RW
13696 "stamp-h":C) echo > stamp-h ;;
13697
fdd6fa61 13698 esac
81ecdfbb 13699done # for ac_tag
fdd6fa61 13700
fdd6fa61 13701
81ecdfbb 13702as_fn_exit 0
fdd6fa61 13703_ACEOF
fdd6fa61
AG
13704ac_clean_files=$ac_clean_files_save
13705
81ecdfbb 13706test $ac_write_fail = 0 ||
d0ac1c44 13707 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13708
fdd6fa61
AG
13709
13710# configure is writing to config.log, and then calls config.status.
13711# config.status does its own redirection, appending to config.log.
13712# Unfortunately, on DOS this fails, as config.log is still kept open
13713# by configure, so config.status won't be able to write to it; its
13714# output is simply discarded. So we exec the FD to /dev/null,
13715# effectively closing config.log, so it can be properly (re)opened and
13716# appended to by config.status. When coming back to configure, we
13717# need to make the FD available again.
13718if test "$no_create" != yes; then
13719 ac_cs_success=:
13720 ac_config_status_args=
13721 test "$silent" = yes &&
13722 ac_config_status_args="$ac_config_status_args --quiet"
13723 exec 5>/dev/null
13724 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13725 exec 5>>config.log
13726 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13727 # would make configure fail if this is the last instruction.
d0ac1c44 13728 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13729fi
13730if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13732$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fdd6fa61
AG
13733fi
13734
13735