]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/configure
config: Sync with GCC
[thirdparty/binutils-gdb.git] / sim / m32c / configure
CommitLineData
d45a4bef
JB
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
d45a4bef 8#
d45a4bef
JB
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
d45a4bef 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d45a4bef
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
d45a4bef 31fi
d45a4bef 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
d45a4bef
JB
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
d45a4bef
JB
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
d45a4bef 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
d45a4bef 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
d45a4bef 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
d45a4bef 364
81ecdfbb
RW
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
d45a4bef
JB
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
d45a4bef 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
d45a4bef
JB
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
d45a4bef 418
d45a4bef
JB
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
d45a4bef 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
d45a4bef 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
d45a4bef 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
d45a4bef 444 t loop
81ecdfbb 445 s/-\n.*//
d45a4bef 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
d45a4bef
JB
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
d45a4bef
JB
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
d45a4bef
JB
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
d45a4bef 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
d45a4bef 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
d45a4bef 491 fi
d45a4bef
JB
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
d45a4bef
JB
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
d45a4bef
JB
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d45a4bef 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
d45a4bef
JB
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
d45a4bef
JB
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
d45a4bef 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
d45a4bef
JB
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
d45a4bef
JB
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
d45a4bef
JB
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
d45a4bef
JB
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
d45a4bef
JB
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
d45a4bef
JB
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
d45a4bef
JB
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
d45a4bef
JB
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
d45a4bef
JB
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
d45a4bef 592# include <inttypes.h>
d45a4bef 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
d45a4bef
JB
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
81ecdfbb 607MAINT
31e6ad7d
MF
608MAINTAINER_MODE_FALSE
609MAINTAINER_MODE_TRUE
6bb11ab3
L
610lt_cv_dlopen_libs
611OTOOL64
612OTOOL
613LIPO
614NMEDIT
615DSYMUTIL
616AWK
617STRIP
618OBJDUMP
619LN_S
620NM
621ac_ct_DUMPBIN
622DUMPBIN
623LD
624FGREP
625SED
626LIBTOOL
627PLUGINS_FALSE
628PLUGINS_TRUE
aadc9410
MF
629zlibinc
630zlibdir
81ecdfbb
RW
631CATOBJEXT
632GENCAT
633INSTOBJEXT
634DATADIRNAME
635CATALOGS
636POSUB
637GMSGFMT
638XGETTEXT
639INCINTL
640LIBINTL_DEP
641LIBINTL
642USE_NLS
db2e4d67
MF
643GMAKE_FALSE
644GMAKE_TRUE
645MAKE
646CCDEPMODE
647DEPDIR
648am__leading_dot
5f3ef9d0 649PACKAGE
81ecdfbb
RW
650RANLIB
651AR
652HDEFINES
653CC_FOR_BUILD
654INSTALL_DATA
655INSTALL_SCRIPT
656INSTALL_PROGRAM
2232061b
MF
657EGREP
658GREP
659CPP
81ecdfbb
RW
660target_os
661target_vendor
662target_cpu
663target
664host_os
665host_vendor
666host_cpu
667host
668build_os
669build_vendor
670build_cpu
671build
6ffe910a
MF
672OBJEXT
673EXEEXT
674ac_ct_CC
675CPPFLAGS
676LDFLAGS
677CFLAGS
678CC
81ecdfbb
RW
679WERROR_CFLAGS
680WARN_CFLAGS
81ecdfbb 681sim_reserved_bits
81ecdfbb
RW
682sim_inline
683sim_hw
684sim_hw_objs
685sim_hw_cflags
686sim_default_model
687sim_scache
688sim_float
81ecdfbb
RW
689sim_endian
690sim_bitsize
81ecdfbb 691sim_alignment
81ecdfbb
RW
692target_alias
693host_alias
694build_alias
695LIBS
696ECHO_T
697ECHO_N
698ECHO_C
699DEFS
700mandir
701localedir
702libdir
703psdir
704pdfdir
705dvidir
706htmldir
707infodir
708docdir
709oldincludedir
710includedir
711localstatedir
712sharedstatedir
713sysconfdir
714datadir
715datarootdir
716libexecdir
717sbindir
718bindir
719program_transform_name
720prefix
721exec_prefix
722PACKAGE_URL
723PACKAGE_BUGREPORT
724PACKAGE_STRING
725PACKAGE_VERSION
726PACKAGE_TARNAME
727PACKAGE_NAME
728PATH_SEPARATOR
729SHELL'
d45a4bef 730ac_subst_files=''
81ecdfbb
RW
731ac_user_opts='
732enable_option_checking
aadc9410 733with_system_zlib
6bb11ab3
L
734enable_plugins
735enable_shared
736enable_static
737with_pic
738enable_fast_install
739with_gnu_ld
740enable_libtool_lock
81ecdfbb 741enable_maintainer_mode
81ecdfbb
RW
742enable_sim_debug
743enable_sim_stdio
744enable_sim_trace
745enable_sim_profile
35656e95 746enable_sim_assert
16f7876d 747enable_sim_environment
347fe5bb 748enable_sim_inline
81ecdfbb
RW
749with_pkgversion
750with_bugurl
269e9c18
MF
751enable_werror
752enable_build_warnings
753enable_sim_build_warnings
81ecdfbb
RW
754'
755 ac_precious_vars='build_alias
756host_alias
757target_alias
758CC
759CFLAGS
760LDFLAGS
761LIBS
762CPPFLAGS
763CPP'
764
d45a4bef
JB
765
766# Initialize some variables set by options.
767ac_init_help=
768ac_init_version=false
81ecdfbb
RW
769ac_unrecognized_opts=
770ac_unrecognized_sep=
d45a4bef
JB
771# The variables have the same names as the options, with
772# dashes changed to underlines.
773cache_file=/dev/null
774exec_prefix=NONE
775no_create=
776no_recursion=
777prefix=NONE
778program_prefix=NONE
779program_suffix=NONE
780program_transform_name=s,x,x,
781silent=
782site=
783srcdir=
784verbose=
785x_includes=NONE
786x_libraries=NONE
787
788# Installation directory options.
789# These are left unexpanded so users can "make install exec_prefix=/foo"
790# and all the variables that are supposed to be based on exec_prefix
791# by default will actually change.
792# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 793# (The list follows the same order as the GNU Coding Standards.)
d45a4bef
JB
794bindir='${exec_prefix}/bin'
795sbindir='${exec_prefix}/sbin'
796libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
797datarootdir='${prefix}/share'
798datadir='${datarootdir}'
d45a4bef
JB
799sysconfdir='${prefix}/etc'
800sharedstatedir='${prefix}/com'
801localstatedir='${prefix}/var'
d45a4bef
JB
802includedir='${prefix}/include'
803oldincludedir='/usr/include'
81ecdfbb
RW
804docdir='${datarootdir}/doc/${PACKAGE}'
805infodir='${datarootdir}/info'
806htmldir='${docdir}'
807dvidir='${docdir}'
808pdfdir='${docdir}'
809psdir='${docdir}'
810libdir='${exec_prefix}/lib'
811localedir='${datarootdir}/locale'
812mandir='${datarootdir}/man'
d45a4bef
JB
813
814ac_prev=
81ecdfbb 815ac_dashdash=
d45a4bef
JB
816for ac_option
817do
818 # If the previous option needs an argument, assign it.
819 if test -n "$ac_prev"; then
81ecdfbb 820 eval $ac_prev=\$ac_option
d45a4bef
JB
821 ac_prev=
822 continue
823 fi
824
81ecdfbb
RW
825 case $ac_option in
826 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
827 *) ac_optarg=yes ;;
828 esac
d45a4bef
JB
829
830 # Accept the important Cygnus configure options, so we can diagnose typos.
831
81ecdfbb
RW
832 case $ac_dashdash$ac_option in
833 --)
834 ac_dashdash=yes ;;
d45a4bef
JB
835
836 -bindir | --bindir | --bindi | --bind | --bin | --bi)
837 ac_prev=bindir ;;
838 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
839 bindir=$ac_optarg ;;
840
841 -build | --build | --buil | --bui | --bu)
842 ac_prev=build_alias ;;
843 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
844 build_alias=$ac_optarg ;;
845
846 -cache-file | --cache-file | --cache-fil | --cache-fi \
847 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
848 ac_prev=cache_file ;;
849 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
850 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
851 cache_file=$ac_optarg ;;
852
853 --config-cache | -C)
854 cache_file=config.cache ;;
855
81ecdfbb 856 -datadir | --datadir | --datadi | --datad)
d45a4bef 857 ac_prev=datadir ;;
81ecdfbb 858 -datadir=* | --datadir=* | --datadi=* | --datad=*)
d45a4bef
JB
859 datadir=$ac_optarg ;;
860
81ecdfbb
RW
861 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
862 | --dataroo | --dataro | --datar)
863 ac_prev=datarootdir ;;
864 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
865 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
866 datarootdir=$ac_optarg ;;
867
d45a4bef 868 -disable-* | --disable-*)
81ecdfbb 869 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
d45a4bef 870 # Reject names that are not valid shell variable names.
81ecdfbb
RW
871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872 as_fn_error "invalid feature name: $ac_useropt"
873 ac_useropt_orig=$ac_useropt
874 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
875 case $ac_user_opts in
876 *"
877"enable_$ac_useropt"
878"*) ;;
879 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
880 ac_unrecognized_sep=', ';;
881 esac
882 eval enable_$ac_useropt=no ;;
883
884 -docdir | --docdir | --docdi | --doc | --do)
885 ac_prev=docdir ;;
886 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
887 docdir=$ac_optarg ;;
888
889 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
890 ac_prev=dvidir ;;
891 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
892 dvidir=$ac_optarg ;;
d45a4bef
JB
893
894 -enable-* | --enable-*)
81ecdfbb 895 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
d45a4bef 896 # Reject names that are not valid shell variable names.
81ecdfbb
RW
897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
898 as_fn_error "invalid feature name: $ac_useropt"
899 ac_useropt_orig=$ac_useropt
900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
901 case $ac_user_opts in
902 *"
903"enable_$ac_useropt"
904"*) ;;
905 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
906 ac_unrecognized_sep=', ';;
d45a4bef 907 esac
81ecdfbb 908 eval enable_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
909
910 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
911 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
912 | --exec | --exe | --ex)
913 ac_prev=exec_prefix ;;
914 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
915 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
916 | --exec=* | --exe=* | --ex=*)
917 exec_prefix=$ac_optarg ;;
918
919 -gas | --gas | --ga | --g)
920 # Obsolete; use --with-gas.
921 with_gas=yes ;;
922
923 -help | --help | --hel | --he | -h)
924 ac_init_help=long ;;
925 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
926 ac_init_help=recursive ;;
927 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
928 ac_init_help=short ;;
929
930 -host | --host | --hos | --ho)
931 ac_prev=host_alias ;;
932 -host=* | --host=* | --hos=* | --ho=*)
933 host_alias=$ac_optarg ;;
934
81ecdfbb
RW
935 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
936 ac_prev=htmldir ;;
937 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
938 | --ht=*)
939 htmldir=$ac_optarg ;;
940
d45a4bef
JB
941 -includedir | --includedir | --includedi | --included | --include \
942 | --includ | --inclu | --incl | --inc)
943 ac_prev=includedir ;;
944 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
945 | --includ=* | --inclu=* | --incl=* | --inc=*)
946 includedir=$ac_optarg ;;
947
948 -infodir | --infodir | --infodi | --infod | --info | --inf)
949 ac_prev=infodir ;;
950 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
951 infodir=$ac_optarg ;;
952
953 -libdir | --libdir | --libdi | --libd)
954 ac_prev=libdir ;;
955 -libdir=* | --libdir=* | --libdi=* | --libd=*)
956 libdir=$ac_optarg ;;
957
958 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
959 | --libexe | --libex | --libe)
960 ac_prev=libexecdir ;;
961 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
962 | --libexe=* | --libex=* | --libe=*)
963 libexecdir=$ac_optarg ;;
964
81ecdfbb
RW
965 -localedir | --localedir | --localedi | --localed | --locale)
966 ac_prev=localedir ;;
967 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
968 localedir=$ac_optarg ;;
969
d45a4bef 970 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 971 | --localstate | --localstat | --localsta | --localst | --locals)
d45a4bef
JB
972 ac_prev=localstatedir ;;
973 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 974 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
d45a4bef
JB
975 localstatedir=$ac_optarg ;;
976
977 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
978 ac_prev=mandir ;;
979 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
980 mandir=$ac_optarg ;;
981
982 -nfp | --nfp | --nf)
983 # Obsolete; use --without-fp.
984 with_fp=no ;;
985
986 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
987 | --no-cr | --no-c | -n)
988 no_create=yes ;;
989
990 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
991 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
992 no_recursion=yes ;;
993
994 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
995 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
996 | --oldin | --oldi | --old | --ol | --o)
997 ac_prev=oldincludedir ;;
998 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
999 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1000 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1001 oldincludedir=$ac_optarg ;;
1002
1003 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1004 ac_prev=prefix ;;
1005 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1006 prefix=$ac_optarg ;;
1007
1008 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1009 | --program-pre | --program-pr | --program-p)
1010 ac_prev=program_prefix ;;
1011 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1012 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1013 program_prefix=$ac_optarg ;;
1014
1015 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1016 | --program-suf | --program-su | --program-s)
1017 ac_prev=program_suffix ;;
1018 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1019 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1020 program_suffix=$ac_optarg ;;
1021
1022 -program-transform-name | --program-transform-name \
1023 | --program-transform-nam | --program-transform-na \
1024 | --program-transform-n | --program-transform- \
1025 | --program-transform | --program-transfor \
1026 | --program-transfo | --program-transf \
1027 | --program-trans | --program-tran \
1028 | --progr-tra | --program-tr | --program-t)
1029 ac_prev=program_transform_name ;;
1030 -program-transform-name=* | --program-transform-name=* \
1031 | --program-transform-nam=* | --program-transform-na=* \
1032 | --program-transform-n=* | --program-transform-=* \
1033 | --program-transform=* | --program-transfor=* \
1034 | --program-transfo=* | --program-transf=* \
1035 | --program-trans=* | --program-tran=* \
1036 | --progr-tra=* | --program-tr=* | --program-t=*)
1037 program_transform_name=$ac_optarg ;;
1038
81ecdfbb
RW
1039 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1040 ac_prev=pdfdir ;;
1041 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1042 pdfdir=$ac_optarg ;;
1043
1044 -psdir | --psdir | --psdi | --psd | --ps)
1045 ac_prev=psdir ;;
1046 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1047 psdir=$ac_optarg ;;
1048
d45a4bef
JB
1049 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1050 | -silent | --silent | --silen | --sile | --sil)
1051 silent=yes ;;
1052
1053 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1054 ac_prev=sbindir ;;
1055 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1056 | --sbi=* | --sb=*)
1057 sbindir=$ac_optarg ;;
1058
1059 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1060 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1061 | --sharedst | --shareds | --shared | --share | --shar \
1062 | --sha | --sh)
1063 ac_prev=sharedstatedir ;;
1064 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1065 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1066 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1067 | --sha=* | --sh=*)
1068 sharedstatedir=$ac_optarg ;;
1069
1070 -site | --site | --sit)
1071 ac_prev=site ;;
1072 -site=* | --site=* | --sit=*)
1073 site=$ac_optarg ;;
1074
1075 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1076 ac_prev=srcdir ;;
1077 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1078 srcdir=$ac_optarg ;;
1079
1080 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1081 | --syscon | --sysco | --sysc | --sys | --sy)
1082 ac_prev=sysconfdir ;;
1083 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1084 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1085 sysconfdir=$ac_optarg ;;
1086
1087 -target | --target | --targe | --targ | --tar | --ta | --t)
1088 ac_prev=target_alias ;;
1089 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1090 target_alias=$ac_optarg ;;
1091
1092 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1093 verbose=yes ;;
1094
1095 -version | --version | --versio | --versi | --vers | -V)
1096 ac_init_version=: ;;
1097
1098 -with-* | --with-*)
81ecdfbb 1099 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
d45a4bef 1100 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid package name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in
1106 *"
1107"with_$ac_useropt"
1108"*) ;;
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1110 ac_unrecognized_sep=', ';;
d45a4bef 1111 esac
81ecdfbb 1112 eval with_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
1113
1114 -without-* | --without-*)
81ecdfbb 1115 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
d45a4bef 1116 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in
1122 *"
1123"with_$ac_useropt"
1124"*) ;;
1125 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1126 ac_unrecognized_sep=', ';;
1127 esac
1128 eval with_$ac_useropt=no ;;
d45a4bef
JB
1129
1130 --x)
1131 # Obsolete; use --with-x.
1132 with_x=yes ;;
1133
1134 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1135 | --x-incl | --x-inc | --x-in | --x-i)
1136 ac_prev=x_includes ;;
1137 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1138 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1139 x_includes=$ac_optarg ;;
1140
1141 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1142 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1143 ac_prev=x_libraries ;;
1144 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1145 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1146 x_libraries=$ac_optarg ;;
1147
81ecdfbb
RW
1148 -*) as_fn_error "unrecognized option: \`$ac_option'
1149Try \`$0 --help' for more information."
d45a4bef
JB
1150 ;;
1151
1152 *=*)
1153 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1154 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1155 case $ac_envvar in #(
1156 '' | [0-9]* | *[!_$as_cr_alnum]* )
1157 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1158 esac
1159 eval $ac_envvar=\$ac_optarg
d45a4bef
JB
1160 export $ac_envvar ;;
1161
1162 *)
1163 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1164 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
d45a4bef 1165 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1166 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d45a4bef
JB
1167 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1168 ;;
1169
1170 esac
1171done
1172
1173if test -n "$ac_prev"; then
1174 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1175 as_fn_error "missing argument to $ac_option"
d45a4bef
JB
1176fi
1177
81ecdfbb
RW
1178if test -n "$ac_unrecognized_opts"; then
1179 case $enable_option_checking in
1180 no) ;;
1181 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1182 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
d45a4bef 1183 esac
81ecdfbb 1184fi
d45a4bef 1185
81ecdfbb
RW
1186# Check all directory arguments for consistency.
1187for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1188 datadir sysconfdir sharedstatedir localstatedir includedir \
1189 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1190 libdir localedir mandir
d45a4bef 1191do
81ecdfbb
RW
1192 eval ac_val=\$$ac_var
1193 # Remove trailing slashes.
1194 case $ac_val in
1195 */ )
1196 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1197 eval $ac_var=\$ac_val;;
1198 esac
1199 # Be sure to have absolute directory names.
d45a4bef 1200 case $ac_val in
81ecdfbb
RW
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
d45a4bef 1203 esac
81ecdfbb 1204 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
d45a4bef
JB
1205done
1206
1207# There might be people who depend on the old broken behavior: `$host'
1208# used to hold the argument of --host etc.
1209# FIXME: To remove some day.
1210build=$build_alias
1211host=$host_alias
1212target=$target_alias
1213
1214# FIXME: To remove some day.
1215if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
81ecdfbb 1218 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
d45a4bef
JB
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1222 fi
1223fi
1224
1225ac_tool_prefix=
1226test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227
1228test "$silent" = yes && exec 6>/dev/null
1229
1230
81ecdfbb
RW
1231ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232ac_ls_di=`ls -di .` &&
1233ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 as_fn_error "working directory cannot be determined"
1235test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 as_fn_error "pwd does not report name of working directory"
1237
1238
d45a4bef
JB
1239# Find the source files, if location was not specified.
1240if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes
81ecdfbb
RW
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir=`$as_dirname -- "$as_myself" ||
1244$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$as_myself" : 'X\(//\)[^/]' \| \
1246 X"$as_myself" : 'X\(//\)$' \| \
1247 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1248$as_echo X"$as_myself" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1251 q
1252 }
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1255 q
1256 }
1257 /^X\(\/\/\)$/{
1258 s//\1/
1259 q
1260 }
1261 /^X\(\/\).*/{
1262 s//\1/
1263 q
1264 }
1265 s/.*/./; q'`
d45a4bef 1266 srcdir=$ac_confdir
81ecdfbb 1267 if test ! -r "$srcdir/$ac_unique_file"; then
d45a4bef
JB
1268 srcdir=..
1269 fi
1270else
1271 ac_srcdir_defaulted=no
1272fi
81ecdfbb
RW
1273if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1276fi
1277ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1280 pwd)`
1281# When building in place, set srcdir=.
1282if test "$ac_abs_confdir" = "$ac_pwd"; then
1283 srcdir=.
1284fi
1285# Remove unnecessary trailing slashes from srcdir.
1286# Double slashes in file names in object file debugging info
1287# mess up M-x gdb in Emacs.
1288case $srcdir in
1289*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1290esac
1291for ac_var in $ac_precious_vars; do
1292 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1293 eval ac_env_${ac_var}_value=\$${ac_var}
1294 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1295 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1296done
d45a4bef
JB
1297
1298#
1299# Report the --help message.
1300#
1301if test "$ac_init_help" = "long"; then
1302 # Omit some internal or obsolete options to make the list less imposing.
1303 # This message is too long to be a string in the A/UX 3.1 sh.
1304 cat <<_ACEOF
1305\`configure' configures this package to adapt to many kinds of systems.
1306
1307Usage: $0 [OPTION]... [VAR=VALUE]...
1308
1309To assign environment variables (e.g., CC, CFLAGS...), specify them as
1310VAR=VALUE. See below for descriptions of some of the useful variables.
1311
1312Defaults for the options are specified in brackets.
1313
1314Configuration:
1315 -h, --help display this help and exit
1316 --help=short display options specific to this package
1317 --help=recursive display the short help of all the included packages
1318 -V, --version display version information and exit
1319 -q, --quiet, --silent do not print \`checking...' messages
1320 --cache-file=FILE cache test results in FILE [disabled]
1321 -C, --config-cache alias for \`--cache-file=config.cache'
1322 -n, --no-create do not create output files
1323 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324
d45a4bef
JB
1325Installation directories:
1326 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1327 [$ac_default_prefix]
d45a4bef 1328 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1329 [PREFIX]
d45a4bef
JB
1330
1331By default, \`make install' will install all the files in
1332\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1333an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1334for instance \`--prefix=\$HOME'.
1335
1336For better control, use the options below.
1337
1338Fine tuning of the installation directories:
81ecdfbb
RW
1339 --bindir=DIR user executables [EPREFIX/bin]
1340 --sbindir=DIR system admin executables [EPREFIX/sbin]
1341 --libexecdir=DIR program executables [EPREFIX/libexec]
1342 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1343 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1344 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1345 --libdir=DIR object code libraries [EPREFIX/lib]
1346 --includedir=DIR C header files [PREFIX/include]
1347 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1348 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1349 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1350 --infodir=DIR info documentation [DATAROOTDIR/info]
1351 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1352 --mandir=DIR man documentation [DATAROOTDIR/man]
1353 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1354 --htmldir=DIR html documentation [DOCDIR]
1355 --dvidir=DIR dvi documentation [DOCDIR]
1356 --pdfdir=DIR pdf documentation [DOCDIR]
1357 --psdir=DIR ps documentation [DOCDIR]
d45a4bef
JB
1358_ACEOF
1359
1360 cat <<\_ACEOF
1361
1362Program names:
1363 --program-prefix=PREFIX prepend PREFIX to installed program names
1364 --program-suffix=SUFFIX append SUFFIX to installed program names
1365 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1366
1367System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 --target=TARGET configure for building compilers for TARGET [HOST]
1371_ACEOF
1372fi
1373
1374if test -n "$ac_init_help"; then
1375
1376 cat <<\_ACEOF
1377
1378Optional Features:
81ecdfbb 1379 --disable-option-checking ignore unrecognized --enable/--with options
d45a4bef
JB
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1382 --enable-plugins Enable support for plugins
6bb11ab3
L
1383 --enable-shared[=PKGS] build shared libraries [default=yes]
1384 --enable-static[=PKGS] build static libraries [default=yes]
1385 --enable-fast-install[=PKGS]
1386 optimize for fast installation [default=yes]
1387 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1388 --enable-maintainer-mode enable make rules and dependencies not useful
1389 (and sometimes confusing) to the casual installer
8d0978fb
MF
1390 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1391 itself)
1392 --enable-sim-stdio Specify whether to use stdio for console
1393 input/output
1394 --enable-sim-trace=opts Enable tracing of simulated programs
1395 --enable-sim-profile=opts
1396 Enable profiling flags
35656e95 1397 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1398 --enable-sim-environment=environment
1399 Specify mixed, user, virtual or operating
1400 environment
347fe5bb
MF
1401 --enable-sim-inline=inlines
1402 Specify which functions should be inlined
269e9c18
MF
1403 --enable-werror treat compile warnings as errors
1404 --enable-build-warnings enable build-time compiler warnings if gcc is used
1405 --enable-sim-build-warnings
1406 enable SIM specific build-time compiler warnings if
1407 gcc is used
d45a4bef 1408
6efef468
JM
1409Optional Packages:
1410 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1411 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1412 --with-system-zlib use installed libz
6bb11ab3
L
1413 --with-pic try to use only PIC/non-PIC objects [default=use
1414 both]
1415 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1416 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1417 --with-bugurl=URL Direct users to URL to report a bug
1418
d45a4bef
JB
1419Some influential environment variables:
1420 CC C compiler command
1421 CFLAGS C compiler flags
1422 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1423 nonstandard directory <lib dir>
81ecdfbb
RW
1424 LIBS libraries to pass to the linker, e.g. -l<library>
1425 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1426 you have headers in a nonstandard directory <include dir>
d45a4bef
JB
1427 CPP C preprocessor
1428
1429Use these variables to override the choices made by `configure' or to help
1430it to find libraries and programs with nonstandard names/locations.
1431
81ecdfbb 1432Report bugs to the package provider.
d45a4bef 1433_ACEOF
81ecdfbb 1434ac_status=$?
d45a4bef
JB
1435fi
1436
1437if test "$ac_init_help" = "recursive"; then
1438 # If there are subdirs, report their specific --help.
d45a4bef 1439 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1440 test -d "$ac_dir" ||
1441 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1442 continue
d45a4bef
JB
1443 ac_builddir=.
1444
81ecdfbb
RW
1445case "$ac_dir" in
1446.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1447*)
1448 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1449 # A ".." for each directory in $ac_dir_suffix.
1450 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1451 case $ac_top_builddir_sub in
1452 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1453 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1454 esac ;;
1455esac
1456ac_abs_top_builddir=$ac_pwd
1457ac_abs_builddir=$ac_pwd$ac_dir_suffix
1458# for backward compatibility:
1459ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
1460
1461case $srcdir in
81ecdfbb 1462 .) # We are building in place.
d45a4bef 1463 ac_srcdir=.
81ecdfbb
RW
1464 ac_top_srcdir=$ac_top_builddir_sub
1465 ac_abs_top_srcdir=$ac_pwd ;;
1466 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 1467 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1468 ac_top_srcdir=$srcdir
1469 ac_abs_top_srcdir=$srcdir ;;
1470 *) # Relative name.
1471 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1472 ac_top_srcdir=$ac_top_build_prefix$srcdir
1473 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 1474esac
81ecdfbb
RW
1475ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1476
1477 cd "$ac_dir" || { ac_status=$?; continue; }
1478 # Check for guested configure.
1479 if test -f "$ac_srcdir/configure.gnu"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1482 elif test -f "$ac_srcdir/configure"; then
1483 echo &&
1484 $SHELL "$ac_srcdir/configure" --help=recursive
d45a4bef 1485 else
81ecdfbb
RW
1486 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1487 fi || ac_status=$?
1488 cd "$ac_pwd" || { ac_status=$?; break; }
d45a4bef
JB
1489 done
1490fi
1491
81ecdfbb 1492test -n "$ac_init_help" && exit $ac_status
d45a4bef
JB
1493if $ac_init_version; then
1494 cat <<\_ACEOF
81ecdfbb
RW
1495configure
1496generated by GNU Autoconf 2.64
d45a4bef 1497
81ecdfbb 1498Copyright (C) 2009 Free Software Foundation, Inc.
d45a4bef
JB
1499This configure script is free software; the Free Software Foundation
1500gives unlimited permission to copy, distribute and modify it.
1501_ACEOF
81ecdfbb 1502 exit
d45a4bef 1503fi
d45a4bef 1504
81ecdfbb
RW
1505## ------------------------ ##
1506## Autoconf initialization. ##
1507## ------------------------ ##
d45a4bef 1508
81ecdfbb
RW
1509# ac_fn_c_try_compile LINENO
1510# --------------------------
1511# Try to compile conftest.$ac_ext, and return whether this succeeded.
1512ac_fn_c_try_compile ()
d45a4bef 1513{
81ecdfbb
RW
1514 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1515 rm -f conftest.$ac_objext
1516 if { { ac_try="$ac_compile"
1517case "(($ac_try" in
1518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1519 *) ac_try_echo=$ac_try;;
1520esac
1521eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1522$as_echo "$ac_try_echo"; } >&5
1523 (eval "$ac_compile") 2>conftest.err
1524 ac_status=$?
1525 if test -s conftest.err; then
1526 grep -v '^ *+' conftest.err >conftest.er1
1527 cat conftest.er1 >&5
1528 mv -f conftest.er1 conftest.err
1529 fi
1530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1531 test $ac_status = 0; } && {
1532 test -z "$ac_c_werror_flag" ||
1533 test ! -s conftest.err
1534 } && test -s conftest.$ac_objext; then :
1535 ac_retval=0
1536else
1537 $as_echo "$as_me: failed program was:" >&5
1538sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1539
81ecdfbb
RW
1540 ac_retval=1
1541fi
1542 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1543 return $ac_retval
d45a4bef 1544
81ecdfbb 1545} # ac_fn_c_try_compile
d45a4bef 1546
81ecdfbb
RW
1547# ac_fn_c_try_cpp LINENO
1548# ----------------------
1549# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1550ac_fn_c_try_cpp ()
1551{
1552 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1553 if { { ac_try="$ac_cpp conftest.$ac_ext"
1554case "(($ac_try" in
1555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1556 *) ac_try_echo=$ac_try;;
1557esac
1558eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1559$as_echo "$ac_try_echo"; } >&5
1560 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1561 ac_status=$?
1562 if test -s conftest.err; then
1563 grep -v '^ *+' conftest.err >conftest.er1
1564 cat conftest.er1 >&5
1565 mv -f conftest.er1 conftest.err
1566 fi
1567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1568 test $ac_status = 0; } >/dev/null && {
1569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1570 test ! -s conftest.err
1571 }; then :
1572 ac_retval=0
1573else
1574 $as_echo "$as_me: failed program was:" >&5
1575sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1576
81ecdfbb
RW
1577 ac_retval=1
1578fi
1579 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1580 return $ac_retval
d45a4bef 1581
81ecdfbb 1582} # ac_fn_c_try_cpp
d45a4bef 1583
81ecdfbb
RW
1584# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1585# -------------------------------------------------------
1586# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1587# the include files in INCLUDES and setting the cache variable VAR
1588# accordingly.
1589ac_fn_c_check_header_mongrel ()
1590{
1591 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1594$as_echo_n "checking for $2... " >&6; }
1595if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1596 $as_echo_n "(cached) " >&6
1597fi
1598eval ac_res=\$$3
1599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1600$as_echo "$ac_res" >&6; }
1601else
1602 # Is the header compilable?
1603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1604$as_echo_n "checking $2 usability... " >&6; }
1605cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1606/* end confdefs.h. */
1607$4
1608#include <$2>
1609_ACEOF
1610if ac_fn_c_try_compile "$LINENO"; then :
1611 ac_header_compiler=yes
1612else
1613 ac_header_compiler=no
1614fi
1615rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1617$as_echo "$ac_header_compiler" >&6; }
1618
1619# Is the header present?
1620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1621$as_echo_n "checking $2 presence... " >&6; }
1622cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623/* end confdefs.h. */
1624#include <$2>
1625_ACEOF
1626if ac_fn_c_try_cpp "$LINENO"; then :
1627 ac_header_preproc=yes
1628else
1629 ac_header_preproc=no
1630fi
1631rm -f conftest.err conftest.$ac_ext
1632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1633$as_echo "$ac_header_preproc" >&6; }
1634
1635# So? What about this header?
1636case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1637 yes:no: )
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1639$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1641$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1642 ;;
1643 no:yes:* )
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1645$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1647$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1649$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1651$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1653$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1654 ;;
1655esac
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1657$as_echo_n "checking for $2... " >&6; }
1658if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1659 $as_echo_n "(cached) " >&6
1660else
1661 eval "$3=\$ac_header_compiler"
1662fi
1663eval ac_res=\$$3
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1665$as_echo "$ac_res" >&6; }
1666fi
1667 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1668
1669} # ac_fn_c_check_header_mongrel
1670
1671# ac_fn_c_try_run LINENO
1672# ----------------------
1673# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1674# that executables *can* be run.
1675ac_fn_c_try_run ()
1676{
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 if { { ac_try="$ac_link"
1679case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682esac
1683eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684$as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>&5
1686 ac_status=$?
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1689 { { case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692esac
1693eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694$as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_try") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; }; }; then :
1699 ac_retval=0
1700else
1701 $as_echo "$as_me: program exited with status $ac_status" >&5
1702 $as_echo "$as_me: failed program was:" >&5
1703sed 's/^/| /' conftest.$ac_ext >&5
1704
1705 ac_retval=$ac_status
1706fi
1707 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709 return $ac_retval
1710
1711} # ac_fn_c_try_run
1712
1713# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1714# -------------------------------------------------------
1715# Tests whether HEADER exists and can be compiled using the include files in
1716# INCLUDES, setting the cache variable VAR accordingly.
1717ac_fn_c_check_header_compile ()
1718{
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1721$as_echo_n "checking for $2... " >&6; }
1722if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1723 $as_echo_n "(cached) " >&6
1724else
1725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1726/* end confdefs.h. */
1727$4
1728#include <$2>
1729_ACEOF
1730if ac_fn_c_try_compile "$LINENO"; then :
1731 eval "$3=yes"
1732else
1733 eval "$3=no"
1734fi
1735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1736fi
1737eval ac_res=\$$3
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1739$as_echo "$ac_res" >&6; }
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1741
1742} # ac_fn_c_check_header_compile
1743
1744# ac_fn_c_try_link LINENO
1745# -----------------------
1746# Try to link conftest.$ac_ext, and return whether this succeeded.
1747ac_fn_c_try_link ()
1748{
1749 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1750 rm -f conftest.$ac_objext conftest$ac_exeext
1751 if { { ac_try="$ac_link"
1752case "(($ac_try" in
1753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1754 *) ac_try_echo=$ac_try;;
1755esac
1756eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1757$as_echo "$ac_try_echo"; } >&5
1758 (eval "$ac_link") 2>conftest.err
1759 ac_status=$?
1760 if test -s conftest.err; then
1761 grep -v '^ *+' conftest.err >conftest.er1
1762 cat conftest.er1 >&5
1763 mv -f conftest.er1 conftest.err
1764 fi
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; } && {
1767 test -z "$ac_c_werror_flag" ||
1768 test ! -s conftest.err
1769 } && test -s conftest$ac_exeext && {
1770 test "$cross_compiling" = yes ||
1771 $as_test_x conftest$ac_exeext
1772 }; then :
1773 ac_retval=0
1774else
1775 $as_echo "$as_me: failed program was:" >&5
1776sed 's/^/| /' conftest.$ac_ext >&5
1777
1778 ac_retval=1
1779fi
1780 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1781 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1782 # interfere with the next link command; also delete a directory that is
1783 # left behind by Apple's compiler. We do this before executing the actions.
1784 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1785 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1786 return $ac_retval
1787
1788} # ac_fn_c_try_link
1789
1790# ac_fn_c_check_func LINENO FUNC VAR
1791# ----------------------------------
1792# Tests whether FUNC exists, setting the cache variable VAR accordingly
1793ac_fn_c_check_func ()
1794{
1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797$as_echo_n "checking for $2... " >&6; }
1798if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1800else
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802/* end confdefs.h. */
1803/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1804 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1805#define $2 innocuous_$2
1806
1807/* System header to define __stub macros and hopefully few prototypes,
1808 which can conflict with char $2 (); below.
1809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1810 <limits.h> exists even on freestanding compilers. */
1811
1812#ifdef __STDC__
1813# include <limits.h>
1814#else
1815# include <assert.h>
1816#endif
1817
1818#undef $2
1819
1820/* Override any GCC internal prototype to avoid an error.
1821 Use char because int might match the return type of a GCC
1822 builtin and then its argument prototype would still apply. */
1823#ifdef __cplusplus
1824extern "C"
1825#endif
1826char $2 ();
1827/* The GNU C library defines this for functions which it implements
1828 to always fail with ENOSYS. Some functions are actually named
1829 something starting with __ and the normal name is an alias. */
1830#if defined __stub_$2 || defined __stub___$2
1831choke me
1832#endif
1833
1834int
1835main ()
1836{
1837return $2 ();
1838 ;
1839 return 0;
1840}
1841_ACEOF
1842if ac_fn_c_try_link "$LINENO"; then :
1843 eval "$3=yes"
1844else
1845 eval "$3=no"
1846fi
1847rm -f core conftest.err conftest.$ac_objext \
1848 conftest$ac_exeext conftest.$ac_ext
1849fi
1850eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852$as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854
1855} # ac_fn_c_check_func
936df756
MF
1856
1857# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1858# ----------------------------------------------------
1859# Tries to find if the field MEMBER exists in type AGGR, after including
1860# INCLUDES, setting cache variable VAR accordingly.
1861ac_fn_c_check_member ()
1862{
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1865$as_echo_n "checking for $2.$3... " >&6; }
1866if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1867 $as_echo_n "(cached) " >&6
1868else
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870/* end confdefs.h. */
1871$5
1872int
1873main ()
1874{
1875static $2 ac_aggr;
1876if (ac_aggr.$3)
1877return 0;
1878 ;
1879 return 0;
1880}
1881_ACEOF
1882if ac_fn_c_try_compile "$LINENO"; then :
1883 eval "$4=yes"
1884else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886/* end confdefs.h. */
1887$5
1888int
1889main ()
1890{
1891static $2 ac_aggr;
1892if (sizeof ac_aggr.$3)
1893return 0;
1894 ;
1895 return 0;
1896}
1897_ACEOF
1898if ac_fn_c_try_compile "$LINENO"; then :
1899 eval "$4=yes"
1900else
1901 eval "$4=no"
1902fi
1903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904fi
1905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1906fi
1907eval ac_res=\$$4
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1909$as_echo "$ac_res" >&6; }
1910 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911
1912} # ac_fn_c_check_member
1913
1914# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1915# -------------------------------------------
1916# Tests whether TYPE exists after having included INCLUDES, setting cache
1917# variable VAR accordingly.
1918ac_fn_c_check_type ()
1919{
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922$as_echo_n "checking for $2... " >&6; }
1923if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 $as_echo_n "(cached) " >&6
1925else
1926 eval "$3=no"
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928/* end confdefs.h. */
1929$4
1930int
1931main ()
1932{
1933if (sizeof ($2))
1934 return 0;
1935 ;
1936 return 0;
1937}
1938_ACEOF
1939if ac_fn_c_try_compile "$LINENO"; then :
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942$4
1943int
1944main ()
1945{
1946if (sizeof (($2)))
1947 return 0;
1948 ;
1949 return 0;
1950}
1951_ACEOF
1952if ac_fn_c_try_compile "$LINENO"; then :
1953
1954else
1955 eval "$3=yes"
1956fi
1957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958fi
1959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960fi
1961eval ac_res=\$$3
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963$as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1965
1966} # ac_fn_c_check_type
81ecdfbb
RW
1967cat >config.log <<_ACEOF
1968This file contains any messages produced by compilers while
1969running configure, to aid debugging if configure makes a mistake.
1970
1971It was created by $as_me, which was
1972generated by GNU Autoconf 2.64. Invocation command line was
1973
1974 $ $0 $@
1975
1976_ACEOF
1977exec 5>>config.log
1978{
1979cat <<_ASUNAME
1980## --------- ##
1981## Platform. ##
1982## --------- ##
1983
1984hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1985uname -m = `(uname -m) 2>/dev/null || echo unknown`
1986uname -r = `(uname -r) 2>/dev/null || echo unknown`
1987uname -s = `(uname -s) 2>/dev/null || echo unknown`
1988uname -v = `(uname -v) 2>/dev/null || echo unknown`
1989
1990/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1991/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1992
1993/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1994/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1995/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1996/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1997/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1998/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1999/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2000
2001_ASUNAME
2002
2003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004for as_dir in $PATH
2005do
2006 IFS=$as_save_IFS
2007 test -z "$as_dir" && as_dir=.
2008 $as_echo "PATH: $as_dir"
2009 done
2010IFS=$as_save_IFS
2011
2012} >&5
2013
2014cat >&5 <<_ACEOF
d45a4bef
JB
2015
2016
2017## ----------- ##
2018## Core tests. ##
2019## ----------- ##
2020
2021_ACEOF
2022
2023
2024# Keep a trace of the command line.
2025# Strip out --no-create and --no-recursion so they do not pile up.
2026# Strip out --silent because we don't want to record it for future runs.
2027# Also quote any args containing shell meta-characters.
2028# Make two passes to allow for proper duplicate-argument suppression.
2029ac_configure_args=
2030ac_configure_args0=
2031ac_configure_args1=
d45a4bef
JB
2032ac_must_keep_next=false
2033for ac_pass in 1 2
2034do
2035 for ac_arg
2036 do
2037 case $ac_arg in
2038 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2039 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2040 | -silent | --silent | --silen | --sile | --sil)
2041 continue ;;
81ecdfbb
RW
2042 *\'*)
2043 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2044 esac
2045 case $ac_pass in
81ecdfbb 2046 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
d45a4bef 2047 2)
81ecdfbb 2048 as_fn_append ac_configure_args1 " '$ac_arg'"
d45a4bef
JB
2049 if test $ac_must_keep_next = true; then
2050 ac_must_keep_next=false # Got value, back to normal.
2051 else
2052 case $ac_arg in
2053 *=* | --config-cache | -C | -disable-* | --disable-* \
2054 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2055 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2056 | -with-* | --with-* | -without-* | --without-* | --x)
2057 case "$ac_configure_args0 " in
2058 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2059 esac
2060 ;;
2061 -* ) ac_must_keep_next=true ;;
2062 esac
2063 fi
81ecdfbb 2064 as_fn_append ac_configure_args " '$ac_arg'"
d45a4bef
JB
2065 ;;
2066 esac
2067 done
2068done
81ecdfbb
RW
2069{ ac_configure_args0=; unset ac_configure_args0;}
2070{ ac_configure_args1=; unset ac_configure_args1;}
d45a4bef
JB
2071
2072# When interrupted or exit'd, cleanup temporary files, and complete
2073# config.log. We remove comments because anyway the quotes in there
2074# would cause problems or look ugly.
81ecdfbb
RW
2075# WARNING: Use '\'' to represent an apostrophe within the trap.
2076# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
d45a4bef
JB
2077trap 'exit_status=$?
2078 # Save into config.log some information that might help in debugging.
2079 {
2080 echo
2081
2082 cat <<\_ASBOX
2083## ---------------- ##
2084## Cache variables. ##
2085## ---------------- ##
2086_ASBOX
2087 echo
2088 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2089(
2090 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2091 eval ac_val=\$$ac_var
2092 case $ac_val in #(
2093 *${as_nl}*)
2094 case $ac_var in #(
2095 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2096$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2097 esac
2098 case $ac_var in #(
2099 _ | IFS | as_nl) ;; #(
2100 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2101 *) { eval $ac_var=; unset $ac_var;} ;;
2102 esac ;;
2103 esac
2104 done
d45a4bef 2105 (set) 2>&1 |
81ecdfbb
RW
2106 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2107 *${as_nl}ac_space=\ *)
d45a4bef 2108 sed -n \
81ecdfbb
RW
2109 "s/'\''/'\''\\\\'\'''\''/g;
2110 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2111 ;; #(
d45a4bef 2112 *)
81ecdfbb 2113 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 2114 ;;
81ecdfbb
RW
2115 esac |
2116 sort
2117)
d45a4bef
JB
2118 echo
2119
2120 cat <<\_ASBOX
2121## ----------------- ##
2122## Output variables. ##
2123## ----------------- ##
2124_ASBOX
2125 echo
2126 for ac_var in $ac_subst_vars
2127 do
81ecdfbb
RW
2128 eval ac_val=\$$ac_var
2129 case $ac_val in
2130 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2131 esac
2132 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2133 done | sort
2134 echo
2135
2136 if test -n "$ac_subst_files"; then
2137 cat <<\_ASBOX
81ecdfbb
RW
2138## ------------------- ##
2139## File substitutions. ##
2140## ------------------- ##
d45a4bef
JB
2141_ASBOX
2142 echo
2143 for ac_var in $ac_subst_files
2144 do
81ecdfbb
RW
2145 eval ac_val=\$$ac_var
2146 case $ac_val in
2147 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2148 esac
2149 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2150 done | sort
2151 echo
2152 fi
2153
2154 if test -s confdefs.h; then
2155 cat <<\_ASBOX
2156## ----------- ##
2157## confdefs.h. ##
2158## ----------- ##
2159_ASBOX
2160 echo
81ecdfbb 2161 cat confdefs.h
d45a4bef
JB
2162 echo
2163 fi
2164 test "$ac_signal" != 0 &&
81ecdfbb
RW
2165 $as_echo "$as_me: caught signal $ac_signal"
2166 $as_echo "$as_me: exit $exit_status"
d45a4bef 2167 } >&5
81ecdfbb
RW
2168 rm -f core *.core core.conftest.* &&
2169 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
d45a4bef 2170 exit $exit_status
81ecdfbb 2171' 0
d45a4bef 2172for ac_signal in 1 2 13 15; do
81ecdfbb 2173 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
d45a4bef
JB
2174done
2175ac_signal=0
2176
2177# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2178rm -f -r conftest* confdefs.h
2179
2180$as_echo "/* confdefs.h */" > confdefs.h
d45a4bef
JB
2181
2182# Predefined preprocessor variables.
2183
2184cat >>confdefs.h <<_ACEOF
2185#define PACKAGE_NAME "$PACKAGE_NAME"
2186_ACEOF
2187
d45a4bef
JB
2188cat >>confdefs.h <<_ACEOF
2189#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2190_ACEOF
2191
d45a4bef
JB
2192cat >>confdefs.h <<_ACEOF
2193#define PACKAGE_VERSION "$PACKAGE_VERSION"
2194_ACEOF
2195
d45a4bef
JB
2196cat >>confdefs.h <<_ACEOF
2197#define PACKAGE_STRING "$PACKAGE_STRING"
2198_ACEOF
2199
d45a4bef
JB
2200cat >>confdefs.h <<_ACEOF
2201#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2202_ACEOF
2203
81ecdfbb
RW
2204cat >>confdefs.h <<_ACEOF
2205#define PACKAGE_URL "$PACKAGE_URL"
2206_ACEOF
2207
d45a4bef
JB
2208
2209# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2210# Prefer an explicitly selected file to automatically selected ones.
2211ac_site_file1=NONE
2212ac_site_file2=NONE
2213if test -n "$CONFIG_SITE"; then
2214 ac_site_file1=$CONFIG_SITE
2215elif test "x$prefix" != xNONE; then
2216 ac_site_file1=$prefix/share/config.site
2217 ac_site_file2=$prefix/etc/config.site
2218else
2219 ac_site_file1=$ac_default_prefix/share/config.site
2220 ac_site_file2=$ac_default_prefix/etc/config.site
2221fi
2222for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2223do
2224 test "x$ac_site_file" = xNONE && continue
d45a4bef 2225 if test -r "$ac_site_file"; then
81ecdfbb
RW
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2227$as_echo "$as_me: loading site script $ac_site_file" >&6;}
d45a4bef
JB
2228 sed 's/^/| /' "$ac_site_file" >&5
2229 . "$ac_site_file"
2230 fi
2231done
2232
2233if test -r "$cache_file"; then
2234 # Some versions of bash will fail to source /dev/null (special
2235 # files actually), so we avoid doing that.
2236 if test -f "$cache_file"; then
81ecdfbb
RW
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2238$as_echo "$as_me: loading cache $cache_file" >&6;}
d45a4bef 2239 case $cache_file in
81ecdfbb
RW
2240 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2241 *) . "./$cache_file";;
d45a4bef
JB
2242 esac
2243 fi
2244else
81ecdfbb
RW
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2246$as_echo "$as_me: creating cache $cache_file" >&6;}
d45a4bef
JB
2247 >$cache_file
2248fi
2249
2250# Check that the precious variables saved in the cache have kept the same
2251# value.
2252ac_cache_corrupted=false
81ecdfbb 2253for ac_var in $ac_precious_vars; do
d45a4bef
JB
2254 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2255 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2256 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2257 eval ac_new_val=\$ac_env_${ac_var}_value
d45a4bef
JB
2258 case $ac_old_set,$ac_new_set in
2259 set,)
81ecdfbb
RW
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2261$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
d45a4bef
JB
2262 ac_cache_corrupted=: ;;
2263 ,set)
81ecdfbb
RW
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2265$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
d45a4bef
JB
2266 ac_cache_corrupted=: ;;
2267 ,);;
2268 *)
2269 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2270 # differences in whitespace do not lead to failure.
2271 ac_old_val_w=`echo x $ac_old_val`
2272 ac_new_val_w=`echo x $ac_new_val`
2273 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2275$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2276 ac_cache_corrupted=:
2277 else
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2279$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2280 eval $ac_var=\$ac_old_val
2281 fi
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2283$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2285$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
d45a4bef
JB
2286 fi;;
2287 esac
2288 # Pass precious variables to config.status.
2289 if test "$ac_new_set" = set; then
2290 case $ac_new_val in
81ecdfbb 2291 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2292 *) ac_arg=$ac_var=$ac_new_val ;;
2293 esac
2294 case " $ac_configure_args " in
2295 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2296 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
d45a4bef
JB
2297 esac
2298 fi
2299done
2300if $ac_cache_corrupted; then
81ecdfbb
RW
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2304$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2305 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
d45a4bef 2306fi
81ecdfbb
RW
2307## -------------------- ##
2308## Main body of script. ##
2309## -------------------- ##
d45a4bef
JB
2310
2311ac_ext=c
2312ac_cpp='$CPP $CPPFLAGS'
2313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2315ac_compiler_gnu=$ac_cv_c_compiler_gnu
2316
2317
d45a4bef
JB
2318# This file contains common code used by all simulators.
2319#
2320# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2321# directory. It is intended to be invoked before any target specific stuff.
2322# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2323# It is intended to be invoked last.
2324#
306f4178 2325# The simulator's configure.ac should look like:
d45a4bef
JB
2326#
2327# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2328# AC_PREREQ(2.64)dnl
d45a4bef 2329# AC_INIT(Makefile.in)
6ffe910a 2330# sinclude(../common/aclocal.m4)
d45a4bef
JB
2331#
2332# SIM_AC_COMMON
2333#
2334# ... target specific stuff ...
2335#
2336# SIM_AC_OUTPUT
2337
d6416cdc
RW
2338# Include global overrides and fixes for Autoconf.
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
6ffe910a
MF
2365# _AC_CHECK_DECL_BODY
2366# -------------------
2367# Shell function body for AC_CHECK_DECL.
2368# _AC_CHECK_DECL_BODY
d6416cdc 2369
6ffe910a
MF
2370# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2371# INCLUDES)
2372# -------------------------------------------------------------
2373# Helper to AC_CHECK_DECLS, which generates the check for a single
2374# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2375# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2376
2377
2378
2379
2380
2381
2382
d45a4bef
JB
2383
2384
2385
db2e4d67 2386
5c887dd5
JB
2387
2388
6bb11ab3 2389# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2390#
6bb11ab3
L
2391# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2392# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2393# Written by Gordon Matzigkeit, 1996
2394#
2395# This file is free software; the Free Software Foundation gives
2396# unlimited permission to copy and/or distribute it, with or without
2397# modifications, as long as this notice is preserved.
db2e4d67 2398
db2e4d67 2399
db2e4d67 2400
6bb11ab3 2401# serial 56 LT_INIT
db2e4d67
MF
2402
2403
6bb11ab3
L
2404# LT_PREREQ(VERSION)
2405# ------------------
2406# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2407
db2e4d67
MF
2408
2409
6bb11ab3
L
2410# _LT_CHECK_BUILDDIR
2411# ------------------
2412# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2413
2414
d45a4bef 2415
6bb11ab3
L
2416# LT_INIT([OPTIONS])
2417# ------------------
2418# LT_INIT
d45a4bef 2419
6bb11ab3
L
2420# Old names:
2421# This is what autoupdate's m4 run will expand. It fires
2422# the warning (with _au_warn_XXX), outputs it into the
2423# updated configure.ac (with AC_DIAGNOSE), and then outputs
2424# the replacement expansion.
d45a4bef
JB
2425
2426
6bb11ab3
L
2427# This is an auxiliary macro that is also run when
2428# autoupdate runs m4. It simply calls m4_warning, but
2429# we need a wrapper so that each warning is emitted only
2430# once. We break the quoting in m4_warning's argument in
2431# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2432
2433
6bb11ab3
L
2434# Finally, this is the expansion that is picked up by
2435# autoconf. It tells the user to run autoupdate, and
2436# then outputs the replacement expansion. We do not care
2437# about autoupdate's warning because that contains
2438# information on what to do *after* running autoupdate.
d45a4bef 2439
6bb11ab3
L
2440# This is what autoupdate's m4 run will expand. It fires
2441# the warning (with _au_warn_XXX), outputs it into the
2442# updated configure.ac (with AC_DIAGNOSE), and then outputs
2443# the replacement expansion.
d45a4bef
JB
2444
2445
6bb11ab3
L
2446# This is an auxiliary macro that is also run when
2447# autoupdate runs m4. It simply calls m4_warning, but
2448# we need a wrapper so that each warning is emitted only
2449# once. We break the quoting in m4_warning's argument in
2450# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2451
2452
6bb11ab3
L
2453# Finally, this is the expansion that is picked up by
2454# autoconf. It tells the user to run autoupdate, and
2455# then outputs the replacement expansion. We do not care
2456# about autoupdate's warning because that contains
2457# information on what to do *after* running autoupdate.
d45a4bef
JB
2458
2459
2460
6bb11ab3
L
2461# _LT_CC_BASENAME(CC)
2462# -------------------
2463# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
d45a4bef
JB
2464
2465
2466
6bb11ab3
L
2467# _LT_FILEUTILS_DEFAULTS
2468# ----------------------
2469# It is okay to use these file commands and assume they have been set
2470# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2471# _LT_FILEUTILS_DEFAULTS
d45a4bef
JB
2472
2473
6bb11ab3
L
2474# _LT_SETUP
2475# ---------
2476# _LT_SETUP
d45a4bef
JB
2477
2478
6bb11ab3
L
2479# _LT_PREPARE_SED_QUOTE_VARS
2480# --------------------------
2481# Define a few sed substitution that help us do robust quoting.
d45a4bef
JB
2482
2483
6bb11ab3
L
2484# _LT_PROG_LTMAIN
2485# ---------------
2486# Note that this code is called both from `configure', and `config.status'
2487# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2488# `config.status' has no value for ac_aux_dir unless we are using Automake,
2489# so we pass a copy along to make sure it has a sensible value anyway.
2490# _LT_PROG_LTMAIN
d45a4bef
JB
2491
2492
6bb11ab3
L
2493## ------------------------------------- ##
2494## Accumulate code for creating libtool. ##
2495## ------------------------------------- ##
d45a4bef 2496
6bb11ab3
L
2497# So that we can recreate a full libtool script including additional
2498# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2499# in macros and then make a single call at the end using the `libtool'
2500# label.
d45a4bef
JB
2501
2502
6bb11ab3
L
2503# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2504# ----------------------------------------
2505# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2506
2507
6bb11ab3 2508# Initialize.
d45a4bef
JB
2509
2510
2511
6bb11ab3
L
2512# _LT_CONFIG_LIBTOOL([COMMANDS])
2513# ------------------------------
2514# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2515
2516
6bb11ab3 2517# Initialize.
d45a4bef
JB
2518
2519
2520
6bb11ab3
L
2521# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2522# -----------------------------------------------------
d45a4bef 2523
5912fadd
JB
2524
2525
6bb11ab3
L
2526# _LT_FORMAT_COMMENT([COMMENT])
2527# -----------------------------
2528# Add leading comment marks to the start of each line, and a trailing
2529# full-stop to the whole comment if one is not present already.
5912fadd
JB
2530
2531
d45a4bef
JB
2532
2533
6bb11ab3
L
2534## ------------------------ ##
2535## FIXME: Eliminate VARNAME ##
2536## ------------------------ ##
d45a4bef
JB
2537
2538
6bb11ab3
L
2539# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2540# -------------------------------------------------------------------
2541# CONFIGNAME is the name given to the value in the libtool script.
2542# VARNAME is the (base) name used in the configure script.
2543# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2544# VARNAME. Any other value will be used directly.
d45a4bef 2545
d45a4bef
JB
2546
2547
6bb11ab3
L
2548# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2549# --------------------------------------------------------
d45a4bef
JB
2550
2551
2552
6bb11ab3
L
2553# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2554# ------------------------------------------------
d45a4bef
JB
2555
2556
2557
6bb11ab3
L
2558# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2559# ---------------------------------------------------------
d45a4bef
JB
2560
2561
2562
6bb11ab3
L
2563# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2564# --------------------------------------------------
d45a4bef
JB
2565
2566
2567
6bb11ab3
L
2568# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2569# ---------------------------------------------------
d45a4bef
JB
2570
2571
2572
6bb11ab3
L
2573# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2574# ---------------------------------------------------
d45a4bef
JB
2575
2576
2577
2578
6bb11ab3
L
2579# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2580# ------------------------------------------------
d45a4bef
JB
2581
2582
2583
2584
6bb11ab3
L
2585# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2586# ------------------------------------
2587# Quote a variable value, and forward it to `config.status' so that its
2588# declaration there will have the same value as in `configure'. VARNAME
2589# must have a single quote delimited value for this to work.
d45a4bef
JB
2590
2591
2592
6bb11ab3
L
2593# _LT_CONFIG_STATUS_DECLARATIONS
2594# ------------------------------
2595# We delimit libtool config variables with single quotes, so when
2596# we write them to config.status, we have to be sure to quote all
2597# embedded single quotes properly. In configure, this macro expands
2598# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2599#
2600# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
d45a4bef
JB
2601
2602
2603
6bb11ab3
L
2604# _LT_LIBTOOL_TAGS
2605# ----------------
2606# Output comment and list of tags supported by the script
d45a4bef
JB
2607
2608
2609
6bb11ab3
L
2610# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2611# -----------------------------------
2612# Extract the dictionary values for VARNAME (optionally with TAG) and
2613# expand to a commented shell variable setting:
2614#
2615# # Some comment about what VAR is for.
2616# visible_name=$lt_internal_name
d45a4bef
JB
2617
2618
d45a4bef 2619
6bb11ab3
L
2620# _LT_LIBTOOL_CONFIG_VARS
2621# -----------------------
2622# Produce commented declarations of non-tagged libtool config variables
2623# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2624# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2625# section) are produced by _LT_LIBTOOL_TAG_VARS.
d45a4bef
JB
2626
2627
6efef468 2628
6bb11ab3
L
2629# _LT_LIBTOOL_TAG_VARS(TAG)
2630# -------------------------
6efef468
JM
2631
2632
2633
6bb11ab3
L
2634# _LT_TAGVAR(VARNAME, [TAGNAME])
2635# ------------------------------
6efef468
JM
2636
2637
2638
6bb11ab3
L
2639# _LT_CONFIG_COMMANDS
2640# -------------------
2641# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2642# variables for single and double quote escaping we saved from calls
2643# to _LT_DECL, we can put quote escaped variables declarations
2644# into `config.status', and then the shell code to quote escape them in
2645# for loops in `config.status'. Finally, any additional code accumulated
2646# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2647#_LT_CONFIG_COMMANDS
2648
2649
2650# Initialize.
2651
2652
2653# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2654# ------------------------------------
2655# Generate a child script FILE with all initialization necessary to
2656# reuse the environment learned by the parent script, and make the
2657# file executable. If COMMENT is supplied, it is inserted after the
2658# `#!' sequence but before initialization text begins. After this
2659# macro, additional text can be appended to FILE to form the body of
2660# the child script. The macro ends with non-zero status if the
2661# file could not be fully written (such as if the disk is full).
2662# _LT_GENERATED_FILE_INIT
2663
2664# LT_OUTPUT
2665# ---------
2666# This macro allows early generation of the libtool script (before
2667# AC_OUTPUT is called), incase it is used in configure for compilation
2668# tests.
2669# LT_OUTPUT
2670
2671
2672# _LT_CONFIG(TAG)
2673# ---------------
2674# If TAG is the built-in tag, create an initial libtool script with a
2675# default configuration from the untagged config vars. Otherwise add code
2676# to config.status for appending the configuration named by TAG from the
2677# matching tagged config vars.
2678# _LT_CONFIG
6efef468
JM
2679
2680
6bb11ab3
L
2681# LT_SUPPORTED_TAG(TAG)
2682# ---------------------
2683# Trace this macro to discover what tags are supported by the libtool
2684# --tag option, using:
2685# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2686
6efef468 2687
6efef468 2688
6bb11ab3 2689# C support is built-in for now
6efef468 2690
6efef468
JM
2691
2692
2693
6bb11ab3
L
2694# LT_LANG(LANG)
2695# -------------
2696# Enable libtool support for the given language if not already enabled.
2697# LT_LANG
6efef468
JM
2698
2699
6bb11ab3
L
2700# _LT_LANG(LANGNAME)
2701# ------------------
2702# _LT_LANG
6efef468
JM
2703
2704
6bb11ab3
L
2705# _LT_LANG_DEFAULT_CONFIG
2706# -----------------------
2707# _LT_LANG_DEFAULT_CONFIG
6efef468 2708
6bb11ab3
L
2709# Obsolete macros:
2710# This is what autoupdate's m4 run will expand. It fires
2711# the warning (with _au_warn_XXX), outputs it into the
2712# updated configure.ac (with AC_DIAGNOSE), and then outputs
2713# the replacement expansion.
6efef468 2714
6efef468 2715
6bb11ab3
L
2716# This is an auxiliary macro that is also run when
2717# autoupdate runs m4. It simply calls m4_warning, but
2718# we need a wrapper so that each warning is emitted only
2719# once. We break the quoting in m4_warning's argument in
2720# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2721
6efef468 2722
6bb11ab3
L
2723# Finally, this is the expansion that is picked up by
2724# autoconf. It tells the user to run autoupdate, and
2725# then outputs the replacement expansion. We do not care
2726# about autoupdate's warning because that contains
2727# information on what to do *after* running autoupdate.
6efef468 2728
6bb11ab3
L
2729# This is what autoupdate's m4 run will expand. It fires
2730# the warning (with _au_warn_XXX), outputs it into the
2731# updated configure.ac (with AC_DIAGNOSE), and then outputs
2732# the replacement expansion.
6efef468
JM
2733
2734
6bb11ab3
L
2735# This is an auxiliary macro that is also run when
2736# autoupdate runs m4. It simply calls m4_warning, but
2737# we need a wrapper so that each warning is emitted only
2738# once. We break the quoting in m4_warning's argument in
2739# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2740
2741
6bb11ab3
L
2742# Finally, this is the expansion that is picked up by
2743# autoconf. It tells the user to run autoupdate, and
2744# then outputs the replacement expansion. We do not care
2745# about autoupdate's warning because that contains
2746# information on what to do *after* running autoupdate.
6efef468 2747
6bb11ab3
L
2748# This is what autoupdate's m4 run will expand. It fires
2749# the warning (with _au_warn_XXX), outputs it into the
2750# updated configure.ac (with AC_DIAGNOSE), and then outputs
2751# the replacement expansion.
6efef468
JM
2752
2753
6bb11ab3
L
2754# This is an auxiliary macro that is also run when
2755# autoupdate runs m4. It simply calls m4_warning, but
2756# we need a wrapper so that each warning is emitted only
2757# once. We break the quoting in m4_warning's argument in
2758# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2759
2760
6bb11ab3
L
2761# Finally, this is the expansion that is picked up by
2762# autoconf. It tells the user to run autoupdate, and
2763# then outputs the replacement expansion. We do not care
2764# about autoupdate's warning because that contains
2765# information on what to do *after* running autoupdate.
6efef468 2766
6bb11ab3
L
2767# This is what autoupdate's m4 run will expand. It fires
2768# the warning (with _au_warn_XXX), outputs it into the
2769# updated configure.ac (with AC_DIAGNOSE), and then outputs
2770# the replacement expansion.
6efef468
JM
2771
2772
6bb11ab3
L
2773# This is an auxiliary macro that is also run when
2774# autoupdate runs m4. It simply calls m4_warning, but
2775# we need a wrapper so that each warning is emitted only
2776# once. We break the quoting in m4_warning's argument in
2777# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2778
2779
6bb11ab3
L
2780# Finally, this is the expansion that is picked up by
2781# autoconf. It tells the user to run autoupdate, and
2782# then outputs the replacement expansion. We do not care
2783# about autoupdate's warning because that contains
2784# information on what to do *after* running autoupdate.
6efef468 2785
6bb11ab3
L
2786# This is what autoupdate's m4 run will expand. It fires
2787# the warning (with _au_warn_XXX), outputs it into the
2788# updated configure.ac (with AC_DIAGNOSE), and then outputs
2789# the replacement expansion.
6efef468
JM
2790
2791
6bb11ab3
L
2792# This is an auxiliary macro that is also run when
2793# autoupdate runs m4. It simply calls m4_warning, but
2794# we need a wrapper so that each warning is emitted only
2795# once. We break the quoting in m4_warning's argument in
2796# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2797
2798
6bb11ab3
L
2799# Finally, this is the expansion that is picked up by
2800# autoconf. It tells the user to run autoupdate, and
2801# then outputs the replacement expansion. We do not care
2802# about autoupdate's warning because that contains
2803# information on what to do *after* running autoupdate.
6efef468 2804
d45a4bef
JB
2805
2806
6bb11ab3
L
2807# _LT_TAG_COMPILER
2808# ----------------
2809# _LT_TAG_COMPILER
d45a4bef
JB
2810
2811
6bb11ab3
L
2812# _LT_COMPILER_BOILERPLATE
2813# ------------------------
2814# Check for compiler boilerplate output or warnings with
2815# the simple compiler test code.
2816# _LT_COMPILER_BOILERPLATE
d45a4bef 2817
d45a4bef 2818
6bb11ab3
L
2819# _LT_LINKER_BOILERPLATE
2820# ----------------------
2821# Check for linker boilerplate output or warnings with
2822# the simple link test code.
2823# _LT_LINKER_BOILERPLATE
d45a4bef 2824
6bb11ab3
L
2825# _LT_REQUIRED_DARWIN_CHECKS
2826# -------------------------
81ecdfbb 2827
d45a4bef 2828
d45a4bef 2829
6bb11ab3
L
2830# _LT_DARWIN_LINKER_FEATURES
2831# --------------------------
2832# Checks for linker and compiler features on darwin
d45a4bef 2833
d45a4bef 2834
6bb11ab3
L
2835# _LT_SYS_MODULE_PATH_AIX
2836# -----------------------
2837# Links a minimal program and checks the executable
2838# for the system default hardcoded library path. In most cases,
2839# this is /usr/lib:/lib, but when the MPI compilers are used
2840# the location of the communication and MPI libs are included too.
2841# If we don't find anything, use the default library path according
2842# to the aix ld manual.
2843# _LT_SYS_MODULE_PATH_AIX
d45a4bef 2844
d45a4bef 2845
6bb11ab3
L
2846# _LT_SHELL_INIT(ARG)
2847# -------------------
2848# _LT_SHELL_INIT
d45a4bef 2849
d45a4bef 2850
81ecdfbb 2851
6bb11ab3
L
2852# _LT_PROG_ECHO_BACKSLASH
2853# -----------------------
2854# Find how we can fake an echo command that does not interpret backslash.
2855# In particular, with Autoconf 2.60 or later we add some code to the start
2856# of the generated configure script which will find a shell with a builtin
2857# printf (which we can use as an echo command).
2858# _LT_PROG_ECHO_BACKSLASH
d45a4bef 2859
d45a4bef 2860
6bb11ab3
L
2861# _LT_ENABLE_LOCK
2862# ---------------
2863# _LT_ENABLE_LOCK
81ecdfbb 2864
d45a4bef 2865
6bb11ab3
L
2866# _LT_CMD_OLD_ARCHIVE
2867# -------------------
2868# _LT_CMD_OLD_ARCHIVE
d45a4bef 2869
81ecdfbb 2870
6bb11ab3
L
2871# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2872# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2873# ----------------------------------------------------------------
2874# Check whether the given compiler option works
2875# _LT_COMPILER_OPTION
d45a4bef 2876
6bb11ab3
L
2877# Old name:
2878# This is what autoupdate's m4 run will expand. It fires
2879# the warning (with _au_warn_XXX), outputs it into the
2880# updated configure.ac (with AC_DIAGNOSE), and then outputs
2881# the replacement expansion.
d45a4bef 2882
d45a4bef 2883
6bb11ab3
L
2884# This is an auxiliary macro that is also run when
2885# autoupdate runs m4. It simply calls m4_warning, but
2886# we need a wrapper so that each warning is emitted only
2887# once. We break the quoting in m4_warning's argument in
2888# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef 2889
d45a4bef 2890
6bb11ab3
L
2891# Finally, this is the expansion that is picked up by
2892# autoconf. It tells the user to run autoupdate, and
2893# then outputs the replacement expansion. We do not care
2894# about autoupdate's warning because that contains
2895# information on what to do *after* running autoupdate.
d45a4bef 2896
d45a4bef 2897
d45a4bef 2898
6bb11ab3
L
2899# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2900# [ACTION-SUCCESS], [ACTION-FAILURE])
2901# ----------------------------------------------------
2902# Check whether the given linker option works
2903# _LT_LINKER_OPTION
81ecdfbb 2904
6bb11ab3
L
2905# Old name:
2906# This is what autoupdate's m4 run will expand. It fires
2907# the warning (with _au_warn_XXX), outputs it into the
2908# updated configure.ac (with AC_DIAGNOSE), and then outputs
2909# the replacement expansion.
81ecdfbb 2910
81ecdfbb 2911
6bb11ab3
L
2912# This is an auxiliary macro that is also run when
2913# autoupdate runs m4. It simply calls m4_warning, but
2914# we need a wrapper so that each warning is emitted only
2915# once. We break the quoting in m4_warning's argument in
2916# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2917
d45a4bef 2918
6bb11ab3
L
2919# Finally, this is the expansion that is picked up by
2920# autoconf. It tells the user to run autoupdate, and
2921# then outputs the replacement expansion. We do not care
2922# about autoupdate's warning because that contains
2923# information on what to do *after* running autoupdate.
2924
2925
2926
2927# LT_CMD_MAX_LEN
2928#---------------
2929# LT_CMD_MAX_LEN
2930
2931# Old name:
2932# This is what autoupdate's m4 run will expand. It fires
2933# the warning (with _au_warn_XXX), outputs it into the
2934# updated configure.ac (with AC_DIAGNOSE), and then outputs
2935# the replacement expansion.
2936
2937
2938# This is an auxiliary macro that is also run when
2939# autoupdate runs m4. It simply calls m4_warning, but
2940# we need a wrapper so that each warning is emitted only
2941# once. We break the quoting in m4_warning's argument in
2942# order to expand this macro's arguments, not AU_DEFUN's.
2943
2944
2945# Finally, this is the expansion that is picked up by
2946# autoconf. It tells the user to run autoupdate, and
2947# then outputs the replacement expansion. We do not care
2948# about autoupdate's warning because that contains
2949# information on what to do *after* running autoupdate.
2950
2951
2952
2953# _LT_HEADER_DLFCN
2954# ----------------
2955# _LT_HEADER_DLFCN
2956
2957
2958# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2959# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2960# ----------------------------------------------------------------
2961# _LT_TRY_DLOPEN_SELF
2962
2963
2964# LT_SYS_DLOPEN_SELF
2965# ------------------
2966# LT_SYS_DLOPEN_SELF
2967
2968# Old name:
2969# This is what autoupdate's m4 run will expand. It fires
2970# the warning (with _au_warn_XXX), outputs it into the
2971# updated configure.ac (with AC_DIAGNOSE), and then outputs
2972# the replacement expansion.
2973
2974
2975# This is an auxiliary macro that is also run when
2976# autoupdate runs m4. It simply calls m4_warning, but
2977# we need a wrapper so that each warning is emitted only
2978# once. We break the quoting in m4_warning's argument in
2979# order to expand this macro's arguments, not AU_DEFUN's.
2980
2981
2982# Finally, this is the expansion that is picked up by
2983# autoconf. It tells the user to run autoupdate, and
2984# then outputs the replacement expansion. We do not care
2985# about autoupdate's warning because that contains
2986# information on what to do *after* running autoupdate.
2987
2988
2989
2990# _LT_COMPILER_C_O([TAGNAME])
2991# ---------------------------
2992# Check to see if options -c and -o are simultaneously supported by compiler.
2993# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2994# _LT_COMPILER_C_O
2995
2996
2997# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2998# ----------------------------------
2999# Check to see if we can do hard links to lock some files if needed
3000# _LT_COMPILER_FILE_LOCKS
3001
3002
3003# _LT_CHECK_OBJDIR
3004# ----------------
3005# _LT_CHECK_OBJDIR
3006
3007
3008# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3009# --------------------------------------
3010# Check hardcoding attributes.
3011# _LT_LINKER_HARDCODE_LIBPATH
3012
3013
3014# _LT_CMD_STRIPLIB
3015# ----------------
3016# _LT_CMD_STRIPLIB
3017
3018
3019# _LT_SYS_DYNAMIC_LINKER([TAG])
3020# -----------------------------
3021# PORTME Fill in your ld.so characteristics
3022# _LT_SYS_DYNAMIC_LINKER
3023
3024
3025# _LT_PATH_TOOL_PREFIX(TOOL)
3026# --------------------------
3027# find a file program which can recognize shared library
3028# _LT_PATH_TOOL_PREFIX
3029
3030# Old name:
3031# This is what autoupdate's m4 run will expand. It fires
3032# the warning (with _au_warn_XXX), outputs it into the
3033# updated configure.ac (with AC_DIAGNOSE), and then outputs
3034# the replacement expansion.
3035
3036
3037# This is an auxiliary macro that is also run when
3038# autoupdate runs m4. It simply calls m4_warning, but
3039# we need a wrapper so that each warning is emitted only
3040# once. We break the quoting in m4_warning's argument in
3041# order to expand this macro's arguments, not AU_DEFUN's.
3042
3043
3044# Finally, this is the expansion that is picked up by
3045# autoconf. It tells the user to run autoupdate, and
3046# then outputs the replacement expansion. We do not care
3047# about autoupdate's warning because that contains
3048# information on what to do *after* running autoupdate.
3049
3050
3051
3052# _LT_PATH_MAGIC
3053# --------------
3054# find a file program which can recognize a shared library
3055# _LT_PATH_MAGIC
3056
3057
3058# LT_PATH_LD
3059# ----------
3060# find the pathname to the GNU or non-GNU linker
3061# LT_PATH_LD
3062
3063# Old names:
3064# This is what autoupdate's m4 run will expand. It fires
3065# the warning (with _au_warn_XXX), outputs it into the
3066# updated configure.ac (with AC_DIAGNOSE), and then outputs
3067# the replacement expansion.
3068
3069
3070# This is an auxiliary macro that is also run when
3071# autoupdate runs m4. It simply calls m4_warning, but
3072# we need a wrapper so that each warning is emitted only
3073# once. We break the quoting in m4_warning's argument in
3074# order to expand this macro's arguments, not AU_DEFUN's.
3075
3076
3077# Finally, this is the expansion that is picked up by
3078# autoconf. It tells the user to run autoupdate, and
3079# then outputs the replacement expansion. We do not care
3080# about autoupdate's warning because that contains
3081# information on what to do *after* running autoupdate.
3082
3083# This is what autoupdate's m4 run will expand. It fires
3084# the warning (with _au_warn_XXX), outputs it into the
3085# updated configure.ac (with AC_DIAGNOSE), and then outputs
3086# the replacement expansion.
3087
3088
3089# This is an auxiliary macro that is also run when
3090# autoupdate runs m4. It simply calls m4_warning, but
3091# we need a wrapper so that each warning is emitted only
3092# once. We break the quoting in m4_warning's argument in
3093# order to expand this macro's arguments, not AU_DEFUN's.
3094
3095
3096# Finally, this is the expansion that is picked up by
3097# autoconf. It tells the user to run autoupdate, and
3098# then outputs the replacement expansion. We do not care
3099# about autoupdate's warning because that contains
3100# information on what to do *after* running autoupdate.
3101
3102
3103
3104# _LT_PATH_LD_GNU
3105#- --------------
3106# _LT_PATH_LD_GNU
3107
3108
3109# _LT_CMD_RELOAD
3110# --------------
3111# find reload flag for linker
3112# -- PORTME Some linkers may need a different reload flag.
3113# _LT_CMD_RELOAD
3114
3115
3116# _LT_CHECK_MAGIC_METHOD
3117# ----------------------
3118# how to check for library dependencies
3119# -- PORTME fill in with the dynamic library characteristics
3120# _LT_CHECK_MAGIC_METHOD
3121
3122
3123# LT_PATH_NM
3124# ----------
3125# find the pathname to a BSD- or MS-compatible name lister
3126# LT_PATH_NM
3127
3128# Old names:
3129# This is what autoupdate's m4 run will expand. It fires
3130# the warning (with _au_warn_XXX), outputs it into the
3131# updated configure.ac (with AC_DIAGNOSE), and then outputs
3132# the replacement expansion.
3133
3134
3135# This is an auxiliary macro that is also run when
3136# autoupdate runs m4. It simply calls m4_warning, but
3137# we need a wrapper so that each warning is emitted only
3138# once. We break the quoting in m4_warning's argument in
3139# order to expand this macro's arguments, not AU_DEFUN's.
3140
3141
3142# Finally, this is the expansion that is picked up by
3143# autoconf. It tells the user to run autoupdate, and
3144# then outputs the replacement expansion. We do not care
3145# about autoupdate's warning because that contains
3146# information on what to do *after* running autoupdate.
3147
3148# This is what autoupdate's m4 run will expand. It fires
3149# the warning (with _au_warn_XXX), outputs it into the
3150# updated configure.ac (with AC_DIAGNOSE), and then outputs
3151# the replacement expansion.
3152
3153
3154# This is an auxiliary macro that is also run when
3155# autoupdate runs m4. It simply calls m4_warning, but
3156# we need a wrapper so that each warning is emitted only
3157# once. We break the quoting in m4_warning's argument in
3158# order to expand this macro's arguments, not AU_DEFUN's.
3159
3160
3161# Finally, this is the expansion that is picked up by
3162# autoconf. It tells the user to run autoupdate, and
3163# then outputs the replacement expansion. We do not care
3164# about autoupdate's warning because that contains
3165# information on what to do *after* running autoupdate.
3166
3167
3168
3169# LT_LIB_M
3170# --------
3171# check for math library
3172# LT_LIB_M
3173
3174# Old name:
3175# This is what autoupdate's m4 run will expand. It fires
3176# the warning (with _au_warn_XXX), outputs it into the
3177# updated configure.ac (with AC_DIAGNOSE), and then outputs
3178# the replacement expansion.
3179
3180
3181# This is an auxiliary macro that is also run when
3182# autoupdate runs m4. It simply calls m4_warning, but
3183# we need a wrapper so that each warning is emitted only
3184# once. We break the quoting in m4_warning's argument in
3185# order to expand this macro's arguments, not AU_DEFUN's.
3186
3187
3188# Finally, this is the expansion that is picked up by
3189# autoconf. It tells the user to run autoupdate, and
3190# then outputs the replacement expansion. We do not care
3191# about autoupdate's warning because that contains
3192# information on what to do *after* running autoupdate.
3193
3194
3195
3196# _LT_COMPILER_NO_RTTI([TAGNAME])
3197# -------------------------------
3198# _LT_COMPILER_NO_RTTI
3199
3200
3201# _LT_CMD_GLOBAL_SYMBOLS
3202# ----------------------
3203 # _LT_CMD_GLOBAL_SYMBOLS
3204
3205
3206# _LT_COMPILER_PIC([TAGNAME])
3207# ---------------------------
3208# _LT_COMPILER_PIC
3209
3210
3211# _LT_LINKER_SHLIBS([TAGNAME])
3212# ----------------------------
3213# See if the linker supports building shared libraries.
3214# _LT_LINKER_SHLIBS
3215
3216
3217# _LT_LANG_C_CONFIG([TAG])
3218# ------------------------
3219# Ensure that the configuration variables for a C compiler are suitably
3220# defined. These variables are subsequently used by _LT_CONFIG to write
3221# the compiler configuration to `libtool'.
3222# _LT_LANG_C_CONFIG
3223
3224
3225# _LT_LANG_CXX_CONFIG([TAG])
3226# --------------------------
3227# Ensure that the configuration variables for a C++ compiler are suitably
3228# defined. These variables are subsequently used by _LT_CONFIG to write
3229# the compiler configuration to `libtool'.
3230# _LT_LANG_CXX_CONFIG
3231
3232
3233# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3234# ---------------------------------
3235# Figure out "hidden" library dependencies from verbose
3236# compiler output when linking a shared library.
3237# Parse the compiler output and extract the necessary
3238# objects, libraries and library flags.
3239# _LT_SYS_HIDDEN_LIBDEPS
3240
3241
3242# _LT_LANG_F77_CONFIG([TAG])
3243# --------------------------
3244# Ensure that the configuration variables for a Fortran 77 compiler are
3245# suitably defined. These variables are subsequently used by _LT_CONFIG
3246# to write the compiler configuration to `libtool'.
3247# _LT_LANG_F77_CONFIG
3248
3249
3250# _LT_LANG_FC_CONFIG([TAG])
3251# -------------------------
3252# Ensure that the configuration variables for a Fortran compiler are
3253# suitably defined. These variables are subsequently used by _LT_CONFIG
3254# to write the compiler configuration to `libtool'.
3255# _LT_LANG_FC_CONFIG
3256
3257
3258# _LT_LANG_GCJ_CONFIG([TAG])
3259# --------------------------
3260# Ensure that the configuration variables for the GNU Java Compiler compiler
3261# are suitably defined. These variables are subsequently used by _LT_CONFIG
3262# to write the compiler configuration to `libtool'.
3263# _LT_LANG_GCJ_CONFIG
3264
3265
3266# _LT_LANG_RC_CONFIG([TAG])
3267# -------------------------
3268# Ensure that the configuration variables for the Windows resource compiler
3269# are suitably defined. These variables are subsequently used by _LT_CONFIG
3270# to write the compiler configuration to `libtool'.
3271# _LT_LANG_RC_CONFIG
3272
3273
3274# LT_PROG_GCJ
3275# -----------
3276
3277
3278# Old name:
3279# This is what autoupdate's m4 run will expand. It fires
3280# the warning (with _au_warn_XXX), outputs it into the
3281# updated configure.ac (with AC_DIAGNOSE), and then outputs
3282# the replacement expansion.
3283
3284
3285# This is an auxiliary macro that is also run when
3286# autoupdate runs m4. It simply calls m4_warning, but
3287# we need a wrapper so that each warning is emitted only
3288# once. We break the quoting in m4_warning's argument in
3289# order to expand this macro's arguments, not AU_DEFUN's.
3290
3291
3292# Finally, this is the expansion that is picked up by
3293# autoconf. It tells the user to run autoupdate, and
3294# then outputs the replacement expansion. We do not care
3295# about autoupdate's warning because that contains
3296# information on what to do *after* running autoupdate.
3297
3298
3299
3300# LT_PROG_RC
3301# ----------
3302
3303
3304# Old name:
3305# This is what autoupdate's m4 run will expand. It fires
3306# the warning (with _au_warn_XXX), outputs it into the
3307# updated configure.ac (with AC_DIAGNOSE), and then outputs
3308# the replacement expansion.
3309
3310
3311# This is an auxiliary macro that is also run when
3312# autoupdate runs m4. It simply calls m4_warning, but
3313# we need a wrapper so that each warning is emitted only
3314# once. We break the quoting in m4_warning's argument in
3315# order to expand this macro's arguments, not AU_DEFUN's.
3316
3317
3318# Finally, this is the expansion that is picked up by
3319# autoconf. It tells the user to run autoupdate, and
3320# then outputs the replacement expansion. We do not care
3321# about autoupdate's warning because that contains
3322# information on what to do *after* running autoupdate.
3323
3324
3325
3326# _LT_DECL_EGREP
3327# --------------
3328# If we don't have a new enough Autoconf to choose the best grep
3329# available, choose the one first in the user's PATH.
3330
3331
3332
3333# _LT_DECL_OBJDUMP
3334# --------------
3335# If we don't have a new enough Autoconf to choose the best objdump
3336# available, choose the one first in the user's PATH.
3337
3338
3339
3340# _LT_DECL_SED
3341# ------------
3342# Check for a fully-functional sed program, that truncates
3343# as few characters as possible. Prefer GNU sed if found.
3344# _LT_DECL_SED
3345
3346#m4_ifndef
3347
3348# Old name:
3349# This is what autoupdate's m4 run will expand. It fires
3350# the warning (with _au_warn_XXX), outputs it into the
3351# updated configure.ac (with AC_DIAGNOSE), and then outputs
3352# the replacement expansion.
3353
3354
3355# This is an auxiliary macro that is also run when
3356# autoupdate runs m4. It simply calls m4_warning, but
3357# we need a wrapper so that each warning is emitted only
3358# once. We break the quoting in m4_warning's argument in
3359# order to expand this macro's arguments, not AU_DEFUN's.
3360
3361
3362# Finally, this is the expansion that is picked up by
3363# autoconf. It tells the user to run autoupdate, and
3364# then outputs the replacement expansion. We do not care
3365# about autoupdate's warning because that contains
3366# information on what to do *after* running autoupdate.
3367
3368
3369
3370# _LT_CHECK_SHELL_FEATURES
3371# ------------------------
3372# Find out whether the shell is Bourne or XSI compatible,
3373# or has some other useful features.
3374# _LT_CHECK_SHELL_FEATURES
3375
3376
3377# _LT_PROG_XSI_SHELLFNS
3378# ---------------------
3379# Bourne and XSI compatible variants of some useful shell functions.
3380
3381
3382# Helper functions for option handling. -*- Autoconf -*-
3383#
3384# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3385# Inc.
3386# Written by Gary V. Vaughan, 2004
3387#
3388# This file is free software; the Free Software Foundation gives
3389# unlimited permission to copy and/or distribute it, with or without
3390# modifications, as long as this notice is preserved.
3391
3392# serial 6 ltoptions.m4
3393
3394# This is to help aclocal find these macros, as it can't see m4_define.
3395
3396
3397
3398# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3399# ------------------------------------------
3400
3401
3402
3403# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3404# ---------------------------------------
3405# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3406# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3407# saved as a flag.
3408
3409
3410
3411# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3412# ------------------------------------------------------------
3413# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3414
3415
3416
3417# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3418# -------------------------------------------------------
3419# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3420# are set.
3421
3422
3423
3424# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3425# ----------------------------------------
3426# OPTION-LIST is a space-separated list of Libtool options associated
3427# with MACRO-NAME. If any OPTION has a matching handler declared with
3428# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3429# the unknown option and exit.
3430# _LT_SET_OPTIONS
3431
3432
3433## --------------------------------- ##
3434## Macros to handle LT_INIT options. ##
3435## --------------------------------- ##
3436
3437# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3438# -----------------------------------------
3439
3440
3441
3442# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3443# -----------------------------------------------
3444# LT_OPTION_DEFINE
3445
3446
3447# dlopen
3448# ------
3449
3450
3451# This is what autoupdate's m4 run will expand. It fires
3452# the warning (with _au_warn_XXX), outputs it into the
3453# updated configure.ac (with AC_DIAGNOSE), and then outputs
3454# the replacement expansion.
3455
3456
3457# This is an auxiliary macro that is also run when
3458# autoupdate runs m4. It simply calls m4_warning, but
3459# we need a wrapper so that each warning is emitted only
3460# once. We break the quoting in m4_warning's argument in
3461# order to expand this macro's arguments, not AU_DEFUN's.
3462
3463
3464# Finally, this is the expansion that is picked up by
3465# autoconf. It tells the user to run autoupdate, and
3466# then outputs the replacement expansion. We do not care
3467# about autoupdate's warning because that contains
3468# information on what to do *after* running autoupdate.
3469
3470
3471
3472
3473# win32-dll
3474# ---------
3475# Declare package support for building win32 dll's.
3476# win32-dll
3477
3478# This is what autoupdate's m4 run will expand. It fires
3479# the warning (with _au_warn_XXX), outputs it into the
3480# updated configure.ac (with AC_DIAGNOSE), and then outputs
3481# the replacement expansion.
3482
3483
3484# This is an auxiliary macro that is also run when
3485# autoupdate runs m4. It simply calls m4_warning, but
3486# we need a wrapper so that each warning is emitted only
3487# once. We break the quoting in m4_warning's argument in
3488# order to expand this macro's arguments, not AU_DEFUN's.
3489
3490
3491# Finally, this is the expansion that is picked up by
3492# autoconf. It tells the user to run autoupdate, and
3493# then outputs the replacement expansion. We do not care
3494# about autoupdate's warning because that contains
3495# information on what to do *after* running autoupdate.
3496
3497
3498
3499
3500# _LT_ENABLE_SHARED([DEFAULT])
3501# ----------------------------
3502# implement the --enable-shared flag, and supports the `shared' and
3503# `disable-shared' LT_INIT options.
3504# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3505# _LT_ENABLE_SHARED
3506
3507
3508
3509
3510# Old names:
3511
3512
3513
3514
3515# This is what autoupdate's m4 run will expand. It fires
3516# the warning (with _au_warn_XXX), outputs it into the
3517# updated configure.ac (with AC_DIAGNOSE), and then outputs
3518# the replacement expansion.
3519
3520
3521# This is an auxiliary macro that is also run when
3522# autoupdate runs m4. It simply calls m4_warning, but
3523# we need a wrapper so that each warning is emitted only
3524# once. We break the quoting in m4_warning's argument in
3525# order to expand this macro's arguments, not AU_DEFUN's.
3526
3527
3528# Finally, this is the expansion that is picked up by
3529# autoconf. It tells the user to run autoupdate, and
3530# then outputs the replacement expansion. We do not care
3531# about autoupdate's warning because that contains
3532# information on what to do *after* running autoupdate.
3533
3534# This is what autoupdate's m4 run will expand. It fires
3535# the warning (with _au_warn_XXX), outputs it into the
3536# updated configure.ac (with AC_DIAGNOSE), and then outputs
3537# the replacement expansion.
3538
3539
3540# This is an auxiliary macro that is also run when
3541# autoupdate runs m4. It simply calls m4_warning, but
3542# we need a wrapper so that each warning is emitted only
3543# once. We break the quoting in m4_warning's argument in
3544# order to expand this macro's arguments, not AU_DEFUN's.
3545
3546
3547# Finally, this is the expansion that is picked up by
3548# autoconf. It tells the user to run autoupdate, and
3549# then outputs the replacement expansion. We do not care
3550# about autoupdate's warning because that contains
3551# information on what to do *after* running autoupdate.
3552
3553
3554
3555
3556
3557# _LT_ENABLE_STATIC([DEFAULT])
3558# ----------------------------
3559# implement the --enable-static flag, and support the `static' and
3560# `disable-static' LT_INIT options.
3561# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3562# _LT_ENABLE_STATIC
3563
3564
3565
3566
3567# Old names:
3568
3569
3570
3571
3572# This is what autoupdate's m4 run will expand. It fires
3573# the warning (with _au_warn_XXX), outputs it into the
3574# updated configure.ac (with AC_DIAGNOSE), and then outputs
3575# the replacement expansion.
3576
3577
3578# This is an auxiliary macro that is also run when
3579# autoupdate runs m4. It simply calls m4_warning, but
3580# we need a wrapper so that each warning is emitted only
3581# once. We break the quoting in m4_warning's argument in
3582# order to expand this macro's arguments, not AU_DEFUN's.
3583
3584
3585# Finally, this is the expansion that is picked up by
3586# autoconf. It tells the user to run autoupdate, and
3587# then outputs the replacement expansion. We do not care
3588# about autoupdate's warning because that contains
3589# information on what to do *after* running autoupdate.
3590
3591# This is what autoupdate's m4 run will expand. It fires
3592# the warning (with _au_warn_XXX), outputs it into the
3593# updated configure.ac (with AC_DIAGNOSE), and then outputs
3594# the replacement expansion.
3595
3596
3597# This is an auxiliary macro that is also run when
3598# autoupdate runs m4. It simply calls m4_warning, but
3599# we need a wrapper so that each warning is emitted only
3600# once. We break the quoting in m4_warning's argument in
3601# order to expand this macro's arguments, not AU_DEFUN's.
3602
3603
3604# Finally, this is the expansion that is picked up by
3605# autoconf. It tells the user to run autoupdate, and
3606# then outputs the replacement expansion. We do not care
3607# about autoupdate's warning because that contains
3608# information on what to do *after* running autoupdate.
3609
3610
3611
3612
3613
3614# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3615# ----------------------------------
3616# implement the --enable-fast-install flag, and support the `fast-install'
3617# and `disable-fast-install' LT_INIT options.
3618# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3619# _LT_ENABLE_FAST_INSTALL
3620
3621
3622
3623
3624# Old names:
3625# This is what autoupdate's m4 run will expand. It fires
3626# the warning (with _au_warn_XXX), outputs it into the
3627# updated configure.ac (with AC_DIAGNOSE), and then outputs
3628# the replacement expansion.
3629
3630
3631# This is an auxiliary macro that is also run when
3632# autoupdate runs m4. It simply calls m4_warning, but
3633# we need a wrapper so that each warning is emitted only
3634# once. We break the quoting in m4_warning's argument in
3635# order to expand this macro's arguments, not AU_DEFUN's.
3636
3637
3638# Finally, this is the expansion that is picked up by
3639# autoconf. It tells the user to run autoupdate, and
3640# then outputs the replacement expansion. We do not care
3641# about autoupdate's warning because that contains
3642# information on what to do *after* running autoupdate.
3643
3644
3645# This is what autoupdate's m4 run will expand. It fires
3646# the warning (with _au_warn_XXX), outputs it into the
3647# updated configure.ac (with AC_DIAGNOSE), and then outputs
3648# the replacement expansion.
3649
3650
3651# This is an auxiliary macro that is also run when
3652# autoupdate runs m4. It simply calls m4_warning, but
3653# we need a wrapper so that each warning is emitted only
3654# once. We break the quoting in m4_warning's argument in
3655# order to expand this macro's arguments, not AU_DEFUN's.
3656
3657
3658# Finally, this is the expansion that is picked up by
3659# autoconf. It tells the user to run autoupdate, and
3660# then outputs the replacement expansion. We do not care
3661# about autoupdate's warning because that contains
3662# information on what to do *after* running autoupdate.
3663
3664
3665
3666
3667# _LT_WITH_PIC([MODE])
3668# --------------------
3669# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3670# LT_INIT options.
3671# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3672# _LT_WITH_PIC
3673
3674
3675
3676
3677# Old name:
3678# This is what autoupdate's m4 run will expand. It fires
3679# the warning (with _au_warn_XXX), outputs it into the
3680# updated configure.ac (with AC_DIAGNOSE), and then outputs
3681# the replacement expansion.
3682
3683
3684# This is an auxiliary macro that is also run when
3685# autoupdate runs m4. It simply calls m4_warning, but
3686# we need a wrapper so that each warning is emitted only
3687# once. We break the quoting in m4_warning's argument in
3688# order to expand this macro's arguments, not AU_DEFUN's.
3689
3690
3691# Finally, this is the expansion that is picked up by
3692# autoconf. It tells the user to run autoupdate, and
3693# then outputs the replacement expansion. We do not care
3694# about autoupdate's warning because that contains
3695# information on what to do *after* running autoupdate.
3696
3697
3698
3699## ----------------- ##
3700## LTDL_INIT Options ##
3701## ----------------- ##
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3713#
3714# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3715# Written by Gary V. Vaughan, 2004
3716#
3717# This file is free software; the Free Software Foundation gives
3718# unlimited permission to copy and/or distribute it, with or without
3719# modifications, as long as this notice is preserved.
3720
3721# serial 6 ltsugar.m4
3722
3723# This is to help aclocal find these macros, as it can't see m4_define.
3724
3725
3726
3727# lt_join(SEP, ARG1, [ARG2...])
3728# -----------------------------
3729# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3730# associated separator.
3731# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3732# versions in m4sugar had bugs.
3733
3734
3735
3736
3737# lt_car(LIST)
3738# lt_cdr(LIST)
3739# ------------
3740# Manipulate m4 lists.
3741# These macros are necessary as long as will still need to support
3742# Autoconf-2.59 which quotes differently.
3743
3744
3745
3746
3747
3748# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3749# ------------------------------------------
3750# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3751# Note that neither SEPARATOR nor STRING are expanded; they are appended
3752# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3753# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3754# than defined and empty).
3755#
3756# This macro is needed until we can rely on Autoconf 2.62, since earlier
3757# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3758
3759
3760
3761
3762# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3763# ----------------------------------------------------------
3764# Produce a SEP delimited list of all paired combinations of elements of
3765# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3766# has the form PREFIXmINFIXSUFFIXn.
3767# Needed until we can rely on m4_combine added in Autoconf 2.62.
3768
3769
3770
3771# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3772# -----------------------------------------------------------------------
3773# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3774# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3775
3776
3777
3778# lt_dict_add(DICT, KEY, VALUE)
3779# -----------------------------
3780
3781
3782
3783# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3784# --------------------------------------------
3785
3786
3787
3788# lt_dict_fetch(DICT, KEY, [SUBKEY])
3789# ----------------------------------
3790
3791
3792
3793# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3794# -----------------------------------------------------------------
3795
3796
3797
3798# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3799# --------------------------------------------------------------
3800
3801
3802# ltversion.m4 -- version numbers -*- Autoconf -*-
3803#
3804# Copyright (C) 2004 Free Software Foundation, Inc.
3805# Written by Scott James Remnant, 2004
3806#
3807# This file is free software; the Free Software Foundation gives
3808# unlimited permission to copy and/or distribute it, with or without
3809# modifications, as long as this notice is preserved.
3810
3811# Generated from ltversion.in.
3812
3813# serial 3134 ltversion.m4
3814# This file is part of GNU Libtool
3815
3816
3817
3818
3819
3820
3821# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3822#
3823# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3824# Written by Scott James Remnant, 2004.
3825#
3826# This file is free software; the Free Software Foundation gives
3827# unlimited permission to copy and/or distribute it, with or without
3828# modifications, as long as this notice is preserved.
3829
3830# serial 4 lt~obsolete.m4
3831
3832# These exist entirely to fool aclocal when bootstrapping libtool.
3833#
3834# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3835# which have later been changed to m4_define as they aren't part of the
3836# exported API, or moved to Autoconf or Automake where they belong.
3837#
3838# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3839# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3840# using a macro with the same name in our local m4/libtool.m4 it'll
3841# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3842# and doesn't know about Autoconf macros at all.)
3843#
3844# So we provide this file, which has a silly filename so it's always
3845# included after everything else. This provides aclocal with the
3846# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3847# because those macros already exist, or will be overwritten later.
3848# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3849#
3850# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3851# Yes, that means every name once taken will need to remain here until
3852# we give up compatibility with versions before 1.7, at which point
3853# we need to keep only those names which we still refer to.
3854
3855# This is to help aclocal find these macros, as it can't see m4_define.
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920## -*- Autoconf -*-
3921
3922# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3923# Free Software Foundation, Inc.
3924#
3925# This file is free software; the Free Software Foundation
3926# gives unlimited permission to copy and/or distribute it,
3927# with or without modifications, as long as this notice is preserved.
3928
3929# serial 8
3930
3931# Based on depend.m4 from automake 1.9, modified for standalone use in
3932# an environment where GNU make is required.
3933
3934# ZW_PROG_COMPILER_DEPENDENCIES
3935# -----------------------------
3936# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3937# sets fooDEPMODE accordingly. Cache-variable compatible with
3938# original; not side-effect compatible. As the users of this macro
3939# may require accurate dependencies for correct builds, it does *not*
3940# honor --disable-dependency-checking, and failure to detect a usable
3941# method is an error. depcomp is assumed to be located in
3942# $ac_aux_dir.
3943#
3944# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3945
3946
3947
3948# AM_SET_DEPDIR
3949# -------------
3950# Choose a directory name for dependency files.
3951
3952
3953# ZW_CREATE_DEPDIR
3954# ----------------
3955# As AM_SET_DEPDIR, but also create the directory at config.status time.
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
6bb11ab3
L
3997
3998
3999
4000
4001
6bb11ab3
L
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
6bb11ab3
L
4017
4018
4019
4020
4021
4022# intl sister-directory configuration rules.
4023#
4024
4025# The idea behind this macro is that there's no need to repeat all the
4026# autoconf probes done by the intl directory - it's already done them
4027# for us. In fact, there's no need even to look at the cache for the
4028# answers. All we need to do is nab a few pieces of information.
4029# The intl directory is set up to make this easy, by generating a
4030# small file which can be sourced as a shell script; then we produce
4031# the necessary substitutions and definitions for this directory.
4032
4033
4034
4035# Autoconf M4 include file defining utility macros for complex Canadian
4036# cross builds.
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046####
4047# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4048# or AC_INIT.
4049# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4050
4051####
4052# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4053# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4054
4055
4056####
4057# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4058# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4059
4060
4061
4062# Backported from Autoconf 2.5x; can go away when and if
4063# we switch. Put the OS path separator in $PATH_SEPARATOR.
4064
4065
4066
4067
37f980dc
SM
4068
4069
4070
4071
6bb11ab3
L
4072# ACX_HAVE_GCC_FOR_TARGET
4073# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4074
4075
4076# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4077# Searching for installed target binutils. We need to take extra care,
4078# else we may find the wrong assembler, linker, etc., and lose.
4079#
4080# First try --with-build-time-tools, if specified.
4081#
4082# For build != host, we ask the installed GCC for the name of the tool it
4083# uses, and accept it if it is an absolute path. This is because the
4084# only good choice for a compiler is the same GCC version that is being
4085# installed (or we couldn't make target libraries), and we assume that
4086# on the host system we'll have not only the same GCC version, but also
4087# the same binutils version.
4088#
4089# For build == host, search the same directories that the installed
4090# compiler will search. We used to do this for the assembler, linker,
4091# and nm only; for simplicity of configuration, however, we extend this
4092# criterion to tools (such as ar and ranlib) that are never invoked by
4093# the compiler, to avoid mismatches.
4094#
4095# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4096# if build == target. This makes the most sense only when bootstrapping,
4097# but we also do so when build != host. In this case, we hope that the
4098# build and host systems will have similar contents of MD_EXEC_PREFIX.
4099#
4100# If we do not find a suitable binary, then try the user's path.
4101
4102
4103###
4104# AC_PROG_CPP_WERROR
4105# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4106# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4107# For now, using this also overrides header checks to use only the
4108# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4109# bit harder from here).
4110# Eventually autoconf will default to checking headers with the compiler
4111# instead, and we'll have to do this differently.
4112
4113# AC_PROG_CPP_WERROR
4114
4115# Test for GNAT.
4116# We require the gnatbind & gnatmake programs, as well as a compiler driver
4117# that understands Ada. We use the user's CC setting, already found, and
4118# possibly add $1 to the command-line parameters.
4119#
4120# Sets the shell variable have_gnat to yes or no as appropriate, and
4121# substitutes GNATBIND and GNATMAKE.
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147ac_ext=c
4148ac_cpp='$CPP $CPPFLAGS'
4149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4151ac_compiler_gnu=$ac_cv_c_compiler_gnu
4152if test -n "$ac_tool_prefix"; then
4153 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4154set dummy ${ac_tool_prefix}gcc; ac_word=$2
4155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4156$as_echo_n "checking for $ac_word... " >&6; }
4157if test "${ac_cv_prog_CC+set}" = set; then :
4158 $as_echo_n "(cached) " >&6
4159else
4160 if test -n "$CC"; then
4161 ac_cv_prog_CC="$CC" # Let the user override the test.
4162else
4163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4164for as_dir in $PATH
4165do
4166 IFS=$as_save_IFS
4167 test -z "$as_dir" && as_dir=.
4168 for ac_exec_ext in '' $ac_executable_extensions; do
4169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4170 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4172 break 2
4173 fi
4174done
4175 done
4176IFS=$as_save_IFS
4177
4178fi
4179fi
4180CC=$ac_cv_prog_CC
4181if test -n "$CC"; then
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4183$as_echo "$CC" >&6; }
4184else
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4186$as_echo "no" >&6; }
4187fi
4188
4189
4190fi
4191if test -z "$ac_cv_prog_CC"; then
4192 ac_ct_CC=$CC
4193 # Extract the first word of "gcc", so it can be a program name with args.
4194set dummy gcc; ac_word=$2
4195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4196$as_echo_n "checking for $ac_word... " >&6; }
4197if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4198 $as_echo_n "(cached) " >&6
4199else
4200 if test -n "$ac_ct_CC"; then
4201 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4202else
4203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204for as_dir in $PATH
4205do
4206 IFS=$as_save_IFS
4207 test -z "$as_dir" && as_dir=.
4208 for ac_exec_ext in '' $ac_executable_extensions; do
4209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4210 ac_cv_prog_ac_ct_CC="gcc"
4211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4212 break 2
4213 fi
4214done
4215 done
4216IFS=$as_save_IFS
4217
4218fi
4219fi
4220ac_ct_CC=$ac_cv_prog_ac_ct_CC
4221if test -n "$ac_ct_CC"; then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4223$as_echo "$ac_ct_CC" >&6; }
4224else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226$as_echo "no" >&6; }
4227fi
4228
4229 if test "x$ac_ct_CC" = x; then
4230 CC=""
4231 else
4232 case $cross_compiling:$ac_tool_warned in
4233yes:)
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4235$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4236ac_tool_warned=yes ;;
4237esac
4238 CC=$ac_ct_CC
4239 fi
4240else
4241 CC="$ac_cv_prog_CC"
4242fi
4243
4244if test -z "$CC"; then
4245 if test -n "$ac_tool_prefix"; then
4246 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4247set dummy ${ac_tool_prefix}cc; ac_word=$2
4248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4249$as_echo_n "checking for $ac_word... " >&6; }
4250if test "${ac_cv_prog_CC+set}" = set; then :
4251 $as_echo_n "(cached) " >&6
4252else
4253 if test -n "$CC"; then
4254 ac_cv_prog_CC="$CC" # Let the user override the test.
4255else
4256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257for as_dir in $PATH
4258do
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_CC="${ac_tool_prefix}cc"
4264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4266 fi
4267done
4268 done
4269IFS=$as_save_IFS
4270
4271fi
4272fi
4273CC=$ac_cv_prog_CC
4274if test -n "$CC"; then
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4276$as_echo "$CC" >&6; }
4277else
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4279$as_echo "no" >&6; }
4280fi
4281
4282
4283 fi
4284fi
4285if test -z "$CC"; then
4286 # Extract the first word of "cc", so it can be a program name with args.
4287set dummy cc; ac_word=$2
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289$as_echo_n "checking for $ac_word... " >&6; }
4290if test "${ac_cv_prog_CC+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292else
4293 if test -n "$CC"; then
4294 ac_cv_prog_CC="$CC" # Let the user override the test.
4295else
4296 ac_prog_rejected=no
4297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298for as_dir in $PATH
4299do
4300 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4305 ac_prog_rejected=yes
4306 continue
4307 fi
4308 ac_cv_prog_CC="cc"
4309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 break 2
4311 fi
4312done
4313 done
4314IFS=$as_save_IFS
4315
4316if test $ac_prog_rejected = yes; then
4317 # We found a bogon in the path, so make sure we never use it.
4318 set dummy $ac_cv_prog_CC
4319 shift
4320 if test $# != 0; then
4321 # We chose a different compiler from the bogus one.
4322 # However, it has the same basename, so the bogon will be chosen
4323 # first if we set CC to just the basename; use the full file name.
4324 shift
4325 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4326 fi
4327fi
4328fi
4329fi
4330CC=$ac_cv_prog_CC
4331if test -n "$CC"; then
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4333$as_echo "$CC" >&6; }
4334else
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4336$as_echo "no" >&6; }
4337fi
4338
4339
4340fi
4341if test -z "$CC"; then
4342 if test -n "$ac_tool_prefix"; then
4343 for ac_prog in cl.exe
4344 do
4345 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4346set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348$as_echo_n "checking for $ac_word... " >&6; }
4349if test "${ac_cv_prog_CC+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
4351else
4352 if test -n "$CC"; then
4353 ac_cv_prog_CC="$CC" # Let the user override the test.
4354else
4355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4356for as_dir in $PATH
4357do
4358 IFS=$as_save_IFS
4359 test -z "$as_dir" && as_dir=.
4360 for ac_exec_ext in '' $ac_executable_extensions; do
4361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4362 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4364 break 2
4365 fi
4366done
4367 done
4368IFS=$as_save_IFS
4369
4370fi
4371fi
4372CC=$ac_cv_prog_CC
4373if test -n "$CC"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4375$as_echo "$CC" >&6; }
4376else
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378$as_echo "no" >&6; }
4379fi
4380
4381
4382 test -n "$CC" && break
4383 done
4384fi
4385if test -z "$CC"; then
4386 ac_ct_CC=$CC
4387 for ac_prog in cl.exe
4388do
4389 # Extract the first word of "$ac_prog", so it can be a program name with args.
4390set dummy $ac_prog; ac_word=$2
4391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4392$as_echo_n "checking for $ac_word... " >&6; }
4393if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4394 $as_echo_n "(cached) " >&6
4395else
4396 if test -n "$ac_ct_CC"; then
4397 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4398else
4399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400for as_dir in $PATH
4401do
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4406 ac_cv_prog_ac_ct_CC="$ac_prog"
4407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 break 2
4409 fi
4410done
4411 done
4412IFS=$as_save_IFS
4413
4414fi
4415fi
4416ac_ct_CC=$ac_cv_prog_ac_ct_CC
4417if test -n "$ac_ct_CC"; then
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4419$as_echo "$ac_ct_CC" >&6; }
4420else
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422$as_echo "no" >&6; }
4423fi
4424
4425
4426 test -n "$ac_ct_CC" && break
4427done
4428
4429 if test "x$ac_ct_CC" = x; then
4430 CC=""
4431 else
4432 case $cross_compiling:$ac_tool_warned in
4433yes:)
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4435$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4436ac_tool_warned=yes ;;
4437esac
4438 CC=$ac_ct_CC
4439 fi
4440fi
4441
4442fi
4443
4444
4445test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4446$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4447as_fn_error "no acceptable C compiler found in \$PATH
4448See \`config.log' for more details." "$LINENO" 5; }
4449
4450# Provide some information about the compiler.
4451$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4452set X $ac_compile
4453ac_compiler=$2
4454for ac_option in --version -v -V -qversion; do
4455 { { ac_try="$ac_compiler $ac_option >&5"
4456case "(($ac_try" in
4457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4459esac
4460eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4461$as_echo "$ac_try_echo"; } >&5
4462 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4463 ac_status=$?
4464 if test -s conftest.err; then
4465 sed '10a\
4466... rest of stderr output deleted ...
4467 10q' conftest.err >conftest.er1
4468 cat conftest.er1 >&5
4469 rm -f conftest.er1 conftest.err
4470 fi
4471 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4472 test $ac_status = 0; }
4473done
4474
4475cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4476/* end confdefs.h. */
4477
4478int
4479main ()
4480{
4481
4482 ;
4483 return 0;
4484}
4485_ACEOF
4486ac_clean_files_save=$ac_clean_files
4487ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4488# Try to create an executable without -o first, disregard a.out.
4489# It will help us diagnose broken compilers, and finding out an intuition
4490# of exeext.
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4492$as_echo_n "checking for C compiler default output file name... " >&6; }
4493ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4494
4495# The possible output files:
4496ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4497
4498ac_rmfiles=
4499for ac_file in $ac_files
4500do
4501 case $ac_file in
4502 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4503 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4504 esac
4505done
4506rm -f $ac_rmfiles
4507
4508if { { ac_try="$ac_link_default"
4509case "(($ac_try" in
4510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511 *) ac_try_echo=$ac_try;;
4512esac
4513eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4514$as_echo "$ac_try_echo"; } >&5
4515 (eval "$ac_link_default") 2>&5
4516 ac_status=$?
4517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4518 test $ac_status = 0; }; then :
4519 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4520# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4521# in a Makefile. We should not override ac_cv_exeext if it was cached,
4522# so that the user can short-circuit this test for compilers unknown to
4523# Autoconf.
4524for ac_file in $ac_files ''
4525do
4526 test -f "$ac_file" || continue
4527 case $ac_file in
4528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4529 ;;
4530 [ab].out )
4531 # We found the default executable, but exeext='' is most
4532 # certainly right.
4533 break;;
4534 *.* )
4535 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4536 then :; else
4537 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4538 fi
4539 # We set ac_cv_exeext here because the later test for it is not
4540 # safe: cross compilers may not add the suffix if given an `-o'
4541 # argument, so we may need to know it at that point already.
4542 # Even if this section looks crufty: it has the advantage of
4543 # actually working.
4544 break;;
4545 * )
4546 break;;
4547 esac
4548done
4549test "$ac_cv_exeext" = no && ac_cv_exeext=
4550
4551else
4552 ac_file=''
4553fi
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4555$as_echo "$ac_file" >&6; }
4556if test -z "$ac_file"; then :
4557 $as_echo "$as_me: failed program was:" >&5
4558sed 's/^/| /' conftest.$ac_ext >&5
4559
4560{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4561$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4562{ as_fn_set_status 77
4563as_fn_error "C compiler cannot create executables
4564See \`config.log' for more details." "$LINENO" 5; }; }
4565fi
4566ac_exeext=$ac_cv_exeext
4567
4568# Check that the compiler produces executables we can run. If not, either
4569# the compiler is broken, or we cross compile.
4570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4571$as_echo_n "checking whether the C compiler works... " >&6; }
4572# If not cross compiling, check that we can run a simple program.
4573if test "$cross_compiling" != yes; then
4574 if { ac_try='./$ac_file'
4575 { { case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578esac
4579eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4580$as_echo "$ac_try_echo"; } >&5
4581 (eval "$ac_try") 2>&5
4582 ac_status=$?
4583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4584 test $ac_status = 0; }; }; then
4585 cross_compiling=no
4586 else
4587 if test "$cross_compiling" = maybe; then
4588 cross_compiling=yes
4589 else
4590 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4591$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4592as_fn_error "cannot run C compiled programs.
4593If you meant to cross compile, use \`--host'.
4594See \`config.log' for more details." "$LINENO" 5; }
4595 fi
4596 fi
4597fi
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4599$as_echo "yes" >&6; }
4600
4601rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4602ac_clean_files=$ac_clean_files_save
4603# Check that the compiler produces executables we can run. If not, either
4604# the compiler is broken, or we cross compile.
4605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4606$as_echo_n "checking whether we are cross compiling... " >&6; }
4607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4608$as_echo "$cross_compiling" >&6; }
4609
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4611$as_echo_n "checking for suffix of executables... " >&6; }
4612if { { ac_try="$ac_link"
4613case "(($ac_try" in
4614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4615 *) ac_try_echo=$ac_try;;
4616esac
4617eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4618$as_echo "$ac_try_echo"; } >&5
4619 (eval "$ac_link") 2>&5
4620 ac_status=$?
4621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4622 test $ac_status = 0; }; then :
4623 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4624# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4625# work properly (i.e., refer to `conftest.exe'), while it won't with
4626# `rm'.
4627for ac_file in conftest.exe conftest conftest.*; do
4628 test -f "$ac_file" || continue
4629 case $ac_file in
4630 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4631 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4632 break;;
4633 * ) break;;
4634 esac
4635done
4636else
4637 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4638$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4639as_fn_error "cannot compute suffix of executables: cannot compile and link
4640See \`config.log' for more details." "$LINENO" 5; }
4641fi
4642rm -f conftest$ac_cv_exeext
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4644$as_echo "$ac_cv_exeext" >&6; }
4645
4646rm -f conftest.$ac_ext
4647EXEEXT=$ac_cv_exeext
4648ac_exeext=$EXEEXT
4649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4650$as_echo_n "checking for suffix of object files... " >&6; }
4651if test "${ac_cv_objext+set}" = set; then :
4652 $as_echo_n "(cached) " >&6
4653else
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655/* end confdefs.h. */
4656
4657int
4658main ()
4659{
4660
4661 ;
4662 return 0;
4663}
4664_ACEOF
4665rm -f conftest.o conftest.obj
4666if { { ac_try="$ac_compile"
4667case "(($ac_try" in
4668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4669 *) ac_try_echo=$ac_try;;
4670esac
4671eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4672$as_echo "$ac_try_echo"; } >&5
4673 (eval "$ac_compile") 2>&5
4674 ac_status=$?
4675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4676 test $ac_status = 0; }; then :
4677 for ac_file in conftest.o conftest.obj conftest.*; do
4678 test -f "$ac_file" || continue;
4679 case $ac_file in
4680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4681 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4682 break;;
4683 esac
4684done
4685else
4686 $as_echo "$as_me: failed program was:" >&5
4687sed 's/^/| /' conftest.$ac_ext >&5
4688
4689{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4690$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4691as_fn_error "cannot compute suffix of object files: cannot compile
4692See \`config.log' for more details." "$LINENO" 5; }
4693fi
4694rm -f conftest.$ac_cv_objext conftest.$ac_ext
4695fi
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4697$as_echo "$ac_cv_objext" >&6; }
4698OBJEXT=$ac_cv_objext
4699ac_objext=$OBJEXT
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4701$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4702if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4703 $as_echo_n "(cached) " >&6
4704else
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706/* end confdefs.h. */
4707
4708int
4709main ()
4710{
4711#ifndef __GNUC__
4712 choke me
4713#endif
4714
4715 ;
4716 return 0;
4717}
4718_ACEOF
4719if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_compiler_gnu=yes
4721else
4722 ac_compiler_gnu=no
4723fi
4724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4725ac_cv_c_compiler_gnu=$ac_compiler_gnu
4726
4727fi
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4729$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4730if test $ac_compiler_gnu = yes; then
4731 GCC=yes
4732else
4733 GCC=
4734fi
4735ac_test_CFLAGS=${CFLAGS+set}
4736ac_save_CFLAGS=$CFLAGS
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4738$as_echo_n "checking whether $CC accepts -g... " >&6; }
4739if test "${ac_cv_prog_cc_g+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4741else
4742 ac_save_c_werror_flag=$ac_c_werror_flag
4743 ac_c_werror_flag=yes
4744 ac_cv_prog_cc_g=no
4745 CFLAGS="-g"
4746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4747/* end confdefs.h. */
4748
4749int
4750main ()
4751{
4752
4753 ;
4754 return 0;
4755}
4756_ACEOF
4757if ac_fn_c_try_compile "$LINENO"; then :
4758 ac_cv_prog_cc_g=yes
4759else
4760 CFLAGS=""
4761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4762/* end confdefs.h. */
4763
4764int
4765main ()
4766{
4767
4768 ;
4769 return 0;
4770}
4771_ACEOF
4772if ac_fn_c_try_compile "$LINENO"; then :
4773
4774else
4775 ac_c_werror_flag=$ac_save_c_werror_flag
4776 CFLAGS="-g"
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4778/* end confdefs.h. */
4779
4780int
4781main ()
4782{
4783
4784 ;
4785 return 0;
4786}
4787_ACEOF
4788if ac_fn_c_try_compile "$LINENO"; then :
4789 ac_cv_prog_cc_g=yes
4790fi
4791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4792fi
4793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794fi
4795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4796 ac_c_werror_flag=$ac_save_c_werror_flag
4797fi
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4799$as_echo "$ac_cv_prog_cc_g" >&6; }
4800if test "$ac_test_CFLAGS" = set; then
4801 CFLAGS=$ac_save_CFLAGS
4802elif test $ac_cv_prog_cc_g = yes; then
4803 if test "$GCC" = yes; then
4804 CFLAGS="-g -O2"
4805 else
4806 CFLAGS="-g"
4807 fi
4808else
4809 if test "$GCC" = yes; then
4810 CFLAGS="-O2"
4811 else
4812 CFLAGS=
4813 fi
4814fi
4815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4816$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4817if test "${ac_cv_prog_cc_c89+set}" = set; then :
4818 $as_echo_n "(cached) " >&6
4819else
4820 ac_cv_prog_cc_c89=no
4821ac_save_CC=$CC
4822cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823/* end confdefs.h. */
4824#include <stdarg.h>
4825#include <stdio.h>
4826#include <sys/types.h>
4827#include <sys/stat.h>
4828/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4829struct buf { int x; };
4830FILE * (*rcsopen) (struct buf *, struct stat *, int);
4831static char *e (p, i)
4832 char **p;
4833 int i;
4834{
4835 return p[i];
4836}
4837static char *f (char * (*g) (char **, int), char **p, ...)
4838{
4839 char *s;
4840 va_list v;
4841 va_start (v,p);
4842 s = g (p, va_arg (v,int));
4843 va_end (v);
4844 return s;
4845}
4846
4847/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4848 function prototypes and stuff, but not '\xHH' hex character constants.
4849 These don't provoke an error unfortunately, instead are silently treated
4850 as 'x'. The following induces an error, until -std is added to get
4851 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4852 array size at least. It's necessary to write '\x00'==0 to get something
4853 that's true only with -std. */
4854int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4855
4856/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4857 inside strings and character constants. */
4858#define FOO(x) 'x'
4859int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4860
4861int test (int i, double x);
4862struct s1 {int (*f) (int a);};
4863struct s2 {int (*f) (double a);};
4864int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4865int argc;
4866char **argv;
4867int
4868main ()
4869{
4870return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4871 ;
4872 return 0;
4873}
4874_ACEOF
4875for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4876 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4877do
4878 CC="$ac_save_CC $ac_arg"
4879 if ac_fn_c_try_compile "$LINENO"; then :
4880 ac_cv_prog_cc_c89=$ac_arg
4881fi
4882rm -f core conftest.err conftest.$ac_objext
4883 test "x$ac_cv_prog_cc_c89" != "xno" && break
4884done
4885rm -f conftest.$ac_ext
4886CC=$ac_save_CC
4887
4888fi
4889# AC_CACHE_VAL
4890case "x$ac_cv_prog_cc_c89" in
4891 x)
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4893$as_echo "none needed" >&6; } ;;
4894 xno)
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4896$as_echo "unsupported" >&6; } ;;
4897 *)
4898 CC="$CC $ac_cv_prog_cc_c89"
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4900$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4901esac
4902if test "x$ac_cv_prog_cc_c89" != xno; then :
4903
4904fi
4905
4906ac_ext=c
4907ac_cpp='$CPP $CPPFLAGS'
4908ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4910ac_compiler_gnu=$ac_cv_c_compiler_gnu
4911
4912ac_aux_dir=
4913for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4914 for ac_t in install-sh install.sh shtool; do
4915 if test -f "$ac_dir/$ac_t"; then
4916 ac_aux_dir=$ac_dir
4917 ac_install_sh="$ac_aux_dir/$ac_t -c"
4918 break 2
4919 fi
4920 done
4921done
4922if test -z "$ac_aux_dir"; then
4923 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4924fi
4925
4926# These three variables are undocumented and unsupported,
4927# and are intended to be withdrawn in a future Autoconf release.
4928# They can cause serious problems if a builder's source tree is in a directory
4929# whose full name contains unusual characters.
4930ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4931ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4932ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4933
4934
4935# Make sure we can run config.sub.
4936$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4937 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4938
4939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4940$as_echo_n "checking build system type... " >&6; }
4941if test "${ac_cv_build+set}" = set; then :
4942 $as_echo_n "(cached) " >&6
4943else
4944 ac_build_alias=$build_alias
4945test "x$ac_build_alias" = x &&
4946 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4947test "x$ac_build_alias" = x &&
4948 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4949ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4950 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4951
4952fi
4953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4954$as_echo "$ac_cv_build" >&6; }
4955case $ac_cv_build in
4956*-*-*) ;;
4957*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4958esac
4959build=$ac_cv_build
4960ac_save_IFS=$IFS; IFS='-'
4961set x $ac_cv_build
4962shift
4963build_cpu=$1
4964build_vendor=$2
4965shift; shift
4966# Remember, the first character of IFS is used to create $*,
4967# except with old shells:
4968build_os=$*
4969IFS=$ac_save_IFS
4970case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4971
4972
4973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4974$as_echo_n "checking host system type... " >&6; }
4975if test "${ac_cv_host+set}" = set; then :
4976 $as_echo_n "(cached) " >&6
4977else
4978 if test "x$host_alias" = x; then
4979 ac_cv_host=$ac_cv_build
4980else
4981 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4982 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4983fi
4984
4985fi
4986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4987$as_echo "$ac_cv_host" >&6; }
4988case $ac_cv_host in
4989*-*-*) ;;
4990*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4991esac
4992host=$ac_cv_host
4993ac_save_IFS=$IFS; IFS='-'
4994set x $ac_cv_host
4995shift
4996host_cpu=$1
4997host_vendor=$2
4998shift; shift
4999# Remember, the first character of IFS is used to create $*,
5000# except with old shells:
5001host_os=$*
5002IFS=$ac_save_IFS
5003case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5004
5005
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5007$as_echo_n "checking target system type... " >&6; }
5008if test "${ac_cv_target+set}" = set; then :
5009 $as_echo_n "(cached) " >&6
5010else
5011 if test "x$target_alias" = x; then
5012 ac_cv_target=$ac_cv_host
5013else
5014 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5015 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5016fi
5017
5018fi
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5020$as_echo "$ac_cv_target" >&6; }
5021case $ac_cv_target in
5022*-*-*) ;;
5023*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5024esac
5025target=$ac_cv_target
5026ac_save_IFS=$IFS; IFS='-'
5027set x $ac_cv_target
5028shift
5029target_cpu=$1
5030target_vendor=$2
5031shift; shift
5032# Remember, the first character of IFS is used to create $*,
5033# except with old shells:
5034target_os=$*
5035IFS=$ac_save_IFS
5036case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5037
5038
5039# The aliases save the names the user supplied, while $host etc.
5040# will get canonicalized.
5041test -n "$target_alias" &&
5042 test "$program_prefix$program_suffix$program_transform_name" = \
5043 NONENONEs,x,x, &&
5044 program_prefix=${target_alias}-
5045
5046ac_ext=c
5047ac_cpp='$CPP $CPPFLAGS'
5048ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5049ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5050ac_compiler_gnu=$ac_cv_c_compiler_gnu
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5052$as_echo_n "checking how to run the C preprocessor... " >&6; }
5053# On Suns, sometimes $CPP names a directory.
5054if test -n "$CPP" && test -d "$CPP"; then
5055 CPP=
5056fi
5057if test -z "$CPP"; then
5058 if test "${ac_cv_prog_CPP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 # Double quotes because CPP needs to be expanded
5062 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5063 do
5064 ac_preproc_ok=false
5065for ac_c_preproc_warn_flag in '' yes
5066do
5067 # Use a header file that comes with gcc, so configuring glibc
5068 # with a fresh cross-compiler works.
5069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5070 # <limits.h> exists even on freestanding compilers.
5071 # On the NeXT, cc -E runs the code through the compiler's parser,
5072 # not just through cpp. "Syntax error" is here to catch this case.
5073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5074/* end confdefs.h. */
5075#ifdef __STDC__
5076# include <limits.h>
5077#else
5078# include <assert.h>
5079#endif
5080 Syntax error
5081_ACEOF
5082if ac_fn_c_try_cpp "$LINENO"; then :
5083
5084else
5085 # Broken: fails on valid input.
5086continue
5087fi
5088rm -f conftest.err conftest.$ac_ext
5089
5090 # OK, works on sane cases. Now check whether nonexistent headers
5091 # can be detected and how.
5092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5093/* end confdefs.h. */
5094#include <ac_nonexistent.h>
5095_ACEOF
5096if ac_fn_c_try_cpp "$LINENO"; then :
5097 # Broken: success on invalid input.
5098continue
5099else
5100 # Passes both tests.
5101ac_preproc_ok=:
5102break
5103fi
5104rm -f conftest.err conftest.$ac_ext
5105
5106done
5107# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5108rm -f conftest.err conftest.$ac_ext
5109if $ac_preproc_ok; then :
5110 break
5111fi
5112
5113 done
5114 ac_cv_prog_CPP=$CPP
5115
5116fi
5117 CPP=$ac_cv_prog_CPP
5118else
5119 ac_cv_prog_CPP=$CPP
5120fi
5121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5122$as_echo "$CPP" >&6; }
5123ac_preproc_ok=false
5124for ac_c_preproc_warn_flag in '' yes
5125do
5126 # Use a header file that comes with gcc, so configuring glibc
5127 # with a fresh cross-compiler works.
5128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5129 # <limits.h> exists even on freestanding compilers.
5130 # On the NeXT, cc -E runs the code through the compiler's parser,
5131 # not just through cpp. "Syntax error" is here to catch this case.
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133/* end confdefs.h. */
5134#ifdef __STDC__
5135# include <limits.h>
5136#else
5137# include <assert.h>
5138#endif
5139 Syntax error
5140_ACEOF
5141if ac_fn_c_try_cpp "$LINENO"; then :
5142
5143else
5144 # Broken: fails on valid input.
5145continue
5146fi
5147rm -f conftest.err conftest.$ac_ext
5148
5149 # OK, works on sane cases. Now check whether nonexistent headers
5150 # can be detected and how.
5151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5152/* end confdefs.h. */
5153#include <ac_nonexistent.h>
5154_ACEOF
5155if ac_fn_c_try_cpp "$LINENO"; then :
5156 # Broken: success on invalid input.
5157continue
5158else
5159 # Passes both tests.
5160ac_preproc_ok=:
5161break
5162fi
5163rm -f conftest.err conftest.$ac_ext
5164
5165done
5166# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5167rm -f conftest.err conftest.$ac_ext
5168if $ac_preproc_ok; then :
5169
5170else
5171 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5173as_fn_error "C preprocessor \"$CPP\" fails sanity check
5174See \`config.log' for more details." "$LINENO" 5; }
5175fi
5176
5177ac_ext=c
5178ac_cpp='$CPP $CPPFLAGS'
5179ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5180ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5181ac_compiler_gnu=$ac_cv_c_compiler_gnu
5182
5183
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5185$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5186if test "${ac_cv_path_GREP+set}" = set; then :
5187 $as_echo_n "(cached) " >&6
5188else
5189 if test -z "$GREP"; then
5190 ac_path_GREP_found=false
5191 # Loop through the user's path and test for each of PROGNAME-LIST
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_prog in grep ggrep; do
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5200 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5201# Check for GNU ac_path_GREP and select it if it is found.
5202 # Check for GNU $ac_path_GREP
5203case `"$ac_path_GREP" --version 2>&1` in
5204*GNU*)
5205 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5206*)
5207 ac_count=0
5208 $as_echo_n 0123456789 >"conftest.in"
5209 while :
5210 do
5211 cat "conftest.in" "conftest.in" >"conftest.tmp"
5212 mv "conftest.tmp" "conftest.in"
5213 cp "conftest.in" "conftest.nl"
5214 $as_echo 'GREP' >> "conftest.nl"
5215 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5217 as_fn_arith $ac_count + 1 && ac_count=$as_val
5218 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5219 # Best one so far, save it but keep looking for a better one
5220 ac_cv_path_GREP="$ac_path_GREP"
5221 ac_path_GREP_max=$ac_count
5222 fi
5223 # 10*(2^10) chars as input seems more than enough
5224 test $ac_count -gt 10 && break
5225 done
5226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5227esac
5228
5229 $ac_path_GREP_found && break 3
5230 done
5231 done
5232 done
5233IFS=$as_save_IFS
5234 if test -z "$ac_cv_path_GREP"; then
5235 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5236 fi
5237else
5238 ac_cv_path_GREP=$GREP
5239fi
5240
5241fi
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5243$as_echo "$ac_cv_path_GREP" >&6; }
5244 GREP="$ac_cv_path_GREP"
5245
5246
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5248$as_echo_n "checking for egrep... " >&6; }
5249if test "${ac_cv_path_EGREP+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
5251else
5252 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5253 then ac_cv_path_EGREP="$GREP -E"
5254 else
5255 if test -z "$EGREP"; then
5256 ac_path_EGREP_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5260do
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in egrep; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5267# Check for GNU ac_path_EGREP and select it if it is found.
5268 # Check for GNU $ac_path_EGREP
5269case `"$ac_path_EGREP" --version 2>&1` in
5270*GNU*)
5271 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5272*)
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5276 do
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo 'EGREP' >> "conftest.nl"
5281 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_EGREP="$ac_path_EGREP"
5287 ac_path_EGREP_max=$ac_count
5288 fi
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293esac
5294
5295 $ac_path_EGREP_found && break 3
5296 done
5297 done
5298 done
5299IFS=$as_save_IFS
5300 if test -z "$ac_cv_path_EGREP"; then
5301 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5302 fi
5303else
5304 ac_cv_path_EGREP=$EGREP
5305fi
5306
5307 fi
5308fi
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5310$as_echo "$ac_cv_path_EGREP" >&6; }
5311 EGREP="$ac_cv_path_EGREP"
5312
5313
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5315$as_echo_n "checking for ANSI C header files... " >&6; }
5316if test "${ac_cv_header_stdc+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318else
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320/* end confdefs.h. */
5321#include <stdlib.h>
5322#include <stdarg.h>
5323#include <string.h>
5324#include <float.h>
5325
5326int
5327main ()
5328{
5329
5330 ;
5331 return 0;
5332}
5333_ACEOF
5334if ac_fn_c_try_compile "$LINENO"; then :
5335 ac_cv_header_stdc=yes
5336else
5337 ac_cv_header_stdc=no
5338fi
5339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340
5341if test $ac_cv_header_stdc = yes; then
5342 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5344/* end confdefs.h. */
5345#include <string.h>
5346
5347_ACEOF
5348if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5349 $EGREP "memchr" >/dev/null 2>&1; then :
5350
5351else
5352 ac_cv_header_stdc=no
5353fi
5354rm -f conftest*
5355
5356fi
5357
5358if test $ac_cv_header_stdc = yes; then
5359 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361/* end confdefs.h. */
5362#include <stdlib.h>
5363
5364_ACEOF
5365if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5366 $EGREP "free" >/dev/null 2>&1; then :
5367
5368else
5369 ac_cv_header_stdc=no
5370fi
5371rm -f conftest*
5372
5373fi
5374
5375if test $ac_cv_header_stdc = yes; then
5376 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5377 if test "$cross_compiling" = yes; then :
5378 :
5379else
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381/* end confdefs.h. */
5382#include <ctype.h>
5383#include <stdlib.h>
5384#if ((' ' & 0x0FF) == 0x020)
5385# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5386# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5387#else
5388# define ISLOWER(c) \
5389 (('a' <= (c) && (c) <= 'i') \
5390 || ('j' <= (c) && (c) <= 'r') \
5391 || ('s' <= (c) && (c) <= 'z'))
5392# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5393#endif
5394
5395#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5396int
5397main ()
5398{
5399 int i;
5400 for (i = 0; i < 256; i++)
5401 if (XOR (islower (i), ISLOWER (i))
5402 || toupper (i) != TOUPPER (i))
5403 return 2;
5404 return 0;
5405}
5406_ACEOF
5407if ac_fn_c_try_run "$LINENO"; then :
5408
5409else
5410 ac_cv_header_stdc=no
5411fi
5412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5413 conftest.$ac_objext conftest.beam conftest.$ac_ext
5414fi
5415
5416fi
5417fi
5418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5419$as_echo "$ac_cv_header_stdc" >&6; }
5420if test $ac_cv_header_stdc = yes; then
5421
5422$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5423
5424fi
5425
5426# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5427for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5428 inttypes.h stdint.h unistd.h
5429do :
5430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5431ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5432"
5433eval as_val=\$$as_ac_Header
5434 if test "x$as_val" = x""yes; then :
5435 cat >>confdefs.h <<_ACEOF
5436#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5437_ACEOF
5438
5439fi
5440
5441done
5442
5443
5444
5445 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5446if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5447 MINIX=yes
5448else
5449 MINIX=
5450fi
5451
5452
5453 if test "$MINIX" = yes; then
5454
5455$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5456
5457
5458$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5459
5460
5461$as_echo "#define _MINIX 1" >>confdefs.h
5462
5463 fi
5464
5465
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5467$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5468if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5469 $as_echo_n "(cached) " >&6
5470else
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472/* end confdefs.h. */
5473
5474# define __EXTENSIONS__ 1
5475 $ac_includes_default
5476int
5477main ()
5478{
5479
5480 ;
5481 return 0;
5482}
5483_ACEOF
5484if ac_fn_c_try_compile "$LINENO"; then :
5485 ac_cv_safe_to_define___extensions__=yes
5486else
5487 ac_cv_safe_to_define___extensions__=no
5488fi
5489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5490fi
5491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5492$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5493 test $ac_cv_safe_to_define___extensions__ = yes &&
5494 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5495
5496 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5497
5498 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5499
5500 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5501
5502 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5503
5504
5505test "$program_prefix" != NONE &&
5506 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5507# Use a double $ so make ignores it.
5508test "$program_suffix" != NONE &&
5509 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5510# Double any \ or $.
5511# By default was `s,x,x', remove it if useless.
5512ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5513program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5514
5515# Find a good install program. We prefer a C program (faster),
5516# so one script is as good as another. But avoid the broken or
5517# incompatible versions:
5518# SysV /etc/install, /usr/sbin/install
5519# SunOS /usr/etc/install
5520# IRIX /sbin/install
5521# AIX /bin/install
5522# AmigaOS /C/install, which installs bootblocks on floppy discs
5523# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5524# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5525# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5526# OS/2's system install, which has a completely different semantic
5527# ./install, which can be erroneously created by make from ./install.sh.
5528# Reject install programs that cannot install multiple files.
5529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5530$as_echo_n "checking for a BSD-compatible install... " >&6; }
5531if test -z "$INSTALL"; then
5532if test "${ac_cv_path_install+set}" = set; then :
5533 $as_echo_n "(cached) " >&6
5534else
5535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5536for as_dir in $PATH
5537do
5538 IFS=$as_save_IFS
5539 test -z "$as_dir" && as_dir=.
5540 # Account for people who put trailing slashes in PATH elements.
5541case $as_dir/ in #((
5542 ./ | .// | /[cC]/* | \
5543 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5544 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5545 /usr/ucb/* ) ;;
5546 *)
5547 # OSF1 and SCO ODT 3.0 have their own names for install.
5548 # Don't use installbsd from OSF since it installs stuff as root
5549 # by default.
5550 for ac_prog in ginstall scoinst install; do
5551 for ac_exec_ext in '' $ac_executable_extensions; do
5552 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5553 if test $ac_prog = install &&
5554 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5555 # AIX install. It has an incompatible calling convention.
5556 :
5557 elif test $ac_prog = install &&
5558 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5559 # program-specific install script used by HP pwplus--don't use.
5560 :
5561 else
5562 rm -rf conftest.one conftest.two conftest.dir
5563 echo one > conftest.one
5564 echo two > conftest.two
5565 mkdir conftest.dir
5566 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5567 test -s conftest.one && test -s conftest.two &&
5568 test -s conftest.dir/conftest.one &&
5569 test -s conftest.dir/conftest.two
5570 then
5571 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5572 break 3
5573 fi
5574 fi
5575 fi
5576 done
5577 done
5578 ;;
5579esac
5580
5581 done
5582IFS=$as_save_IFS
5583
5584rm -rf conftest.one conftest.two conftest.dir
5585
5586fi
5587 if test "${ac_cv_path_install+set}" = set; then
5588 INSTALL=$ac_cv_path_install
5589 else
5590 # As a last resort, use the slow shell script. Don't cache a
5591 # value for INSTALL within a source directory, because that will
5592 # break other packages using the cache if that directory is
5593 # removed, or if the value is a relative name.
5594 INSTALL=$ac_install_sh
5595 fi
5596fi
5597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5598$as_echo "$INSTALL" >&6; }
5599
5600# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5601# It thinks the first close brace ends the variable substitution.
5602test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5603
5604test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5605
5606test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5607
5608rm -rf .tst 2>/dev/null
5609mkdir .tst 2>/dev/null
5610if test -d .tst; then
5611 am__leading_dot=.
5612else
5613 am__leading_dot=_
5614fi
5615rmdir .tst 2>/dev/null
5616
5617DEPDIR="${am__leading_dot}deps"
5618
5619case `pwd` in
5620 *\ * | *\ *)
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5622$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5623esac
5624
5625
5626
5627macro_version='2.2.7a'
5628macro_revision='1.3134'
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642ltmain="$ac_aux_dir/ltmain.sh"
5643
5644# Backslashify metacharacters that are still active within
5645# double-quoted strings.
5646sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5647
5648# Same as above, but do not quote variable references.
5649double_quote_subst='s/\(["`\\]\)/\\\1/g'
5650
5651# Sed substitution to delay expansion of an escaped shell variable in a
5652# double_quote_subst'ed string.
5653delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5654
5655# Sed substitution to delay expansion of an escaped single quote.
5656delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5657
5658# Sed substitution to avoid accidental globbing in evaled expressions
5659no_glob_subst='s/\*/\\\*/g'
5660
5661ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5662ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5663ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5664
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5666$as_echo_n "checking how to print strings... " >&6; }
5667# Test print first, because it will be a builtin if present.
5668if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5669 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5670 ECHO='print -r --'
5671elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5672 ECHO='printf %s\n'
5673else
5674 # Use this function as a fallback that always works.
5675 func_fallback_echo ()
5676 {
5677 eval 'cat <<_LTECHO_EOF
5678$1
5679_LTECHO_EOF'
5680 }
5681 ECHO='func_fallback_echo'
5682fi
5683
5684# func_echo_all arg...
5685# Invoke $ECHO with all args, space-separated.
5686func_echo_all ()
5687{
5688 $ECHO ""
5689}
5690
5691case "$ECHO" in
5692 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5693$as_echo "printf" >&6; } ;;
5694 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5695$as_echo "print -r" >&6; } ;;
5696 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5697$as_echo "cat" >&6; } ;;
5698esac
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5714$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5715if test "${ac_cv_path_SED+set}" = set; then :
5716 $as_echo_n "(cached) " >&6
5717else
5718 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5719 for ac_i in 1 2 3 4 5 6 7; do
5720 ac_script="$ac_script$as_nl$ac_script"
5721 done
5722 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5723 { ac_script=; unset ac_script;}
5724 if test -z "$SED"; then
5725 ac_path_SED_found=false
5726 # Loop through the user's path and test for each of PROGNAME-LIST
5727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5728for as_dir in $PATH
5729do
5730 IFS=$as_save_IFS
5731 test -z "$as_dir" && as_dir=.
5732 for ac_prog in sed gsed; do
5733 for ac_exec_ext in '' $ac_executable_extensions; do
5734 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5735 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5736# Check for GNU ac_path_SED and select it if it is found.
5737 # Check for GNU $ac_path_SED
5738case `"$ac_path_SED" --version 2>&1` in
5739*GNU*)
5740 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5741*)
5742 ac_count=0
5743 $as_echo_n 0123456789 >"conftest.in"
5744 while :
5745 do
5746 cat "conftest.in" "conftest.in" >"conftest.tmp"
5747 mv "conftest.tmp" "conftest.in"
5748 cp "conftest.in" "conftest.nl"
5749 $as_echo '' >> "conftest.nl"
5750 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5751 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5752 as_fn_arith $ac_count + 1 && ac_count=$as_val
5753 if test $ac_count -gt ${ac_path_SED_max-0}; then
5754 # Best one so far, save it but keep looking for a better one
5755 ac_cv_path_SED="$ac_path_SED"
5756 ac_path_SED_max=$ac_count
5757 fi
5758 # 10*(2^10) chars as input seems more than enough
5759 test $ac_count -gt 10 && break
5760 done
5761 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5762esac
5763
5764 $ac_path_SED_found && break 3
5765 done
5766 done
5767 done
5768IFS=$as_save_IFS
5769 if test -z "$ac_cv_path_SED"; then
5770 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5771 fi
5772else
5773 ac_cv_path_SED=$SED
5774fi
5775
5776fi
5777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5778$as_echo "$ac_cv_path_SED" >&6; }
5779 SED="$ac_cv_path_SED"
5780 rm -f conftest.sed
5781
5782test -z "$SED" && SED=sed
5783Xsed="$SED -e 1s/^X//"
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5796$as_echo_n "checking for fgrep... " >&6; }
5797if test "${ac_cv_path_FGREP+set}" = set; then :
5798 $as_echo_n "(cached) " >&6
5799else
5800 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5801 then ac_cv_path_FGREP="$GREP -F"
5802 else
5803 if test -z "$FGREP"; then
5804 ac_path_FGREP_found=false
5805 # Loop through the user's path and test for each of PROGNAME-LIST
5806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5808do
5809 IFS=$as_save_IFS
5810 test -z "$as_dir" && as_dir=.
5811 for ac_prog in fgrep; do
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5813 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5814 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5815# Check for GNU ac_path_FGREP and select it if it is found.
5816 # Check for GNU $ac_path_FGREP
5817case `"$ac_path_FGREP" --version 2>&1` in
5818*GNU*)
5819 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5820*)
5821 ac_count=0
5822 $as_echo_n 0123456789 >"conftest.in"
5823 while :
5824 do
5825 cat "conftest.in" "conftest.in" >"conftest.tmp"
5826 mv "conftest.tmp" "conftest.in"
5827 cp "conftest.in" "conftest.nl"
5828 $as_echo 'FGREP' >> "conftest.nl"
5829 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5830 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5831 as_fn_arith $ac_count + 1 && ac_count=$as_val
5832 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5833 # Best one so far, save it but keep looking for a better one
5834 ac_cv_path_FGREP="$ac_path_FGREP"
5835 ac_path_FGREP_max=$ac_count
5836 fi
5837 # 10*(2^10) chars as input seems more than enough
5838 test $ac_count -gt 10 && break
5839 done
5840 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5841esac
5842
5843 $ac_path_FGREP_found && break 3
5844 done
5845 done
5846 done
5847IFS=$as_save_IFS
5848 if test -z "$ac_cv_path_FGREP"; then
5849 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5850 fi
5851else
5852 ac_cv_path_FGREP=$FGREP
5853fi
5854
5855 fi
5856fi
5857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5858$as_echo "$ac_cv_path_FGREP" >&6; }
5859 FGREP="$ac_cv_path_FGREP"
5860
5861
5862test -z "$GREP" && GREP=grep
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882# Check whether --with-gnu-ld was given.
5883if test "${with_gnu_ld+set}" = set; then :
5884 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5885else
5886 with_gnu_ld=no
5887fi
5888
5889ac_prog=ld
5890if test "$GCC" = yes; then
5891 # Check if gcc -print-prog-name=ld gives a path.
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5893$as_echo_n "checking for ld used by $CC... " >&6; }
5894 case $host in
5895 *-*-mingw*)
5896 # gcc leaves a trailing carriage return which upsets mingw
5897 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5898 *)
5899 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5900 esac
5901 case $ac_prog in
5902 # Accept absolute paths.
5903 [\\/]* | ?:[\\/]*)
5904 re_direlt='/[^/][^/]*/\.\./'
5905 # Canonicalize the pathname of ld
5906 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5907 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5908 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5909 done
5910 test -z "$LD" && LD="$ac_prog"
5911 ;;
5912 "")
5913 # If it fails, then pretend we aren't using GCC.
5914 ac_prog=ld
5915 ;;
5916 *)
5917 # If it is relative, then search for the first ld in PATH.
5918 with_gnu_ld=unknown
5919 ;;
5920 esac
5921elif test "$with_gnu_ld" = yes; then
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5923$as_echo_n "checking for GNU ld... " >&6; }
5924else
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5926$as_echo_n "checking for non-GNU ld... " >&6; }
5927fi
5928if test "${lt_cv_path_LD+set}" = set; then :
5929 $as_echo_n "(cached) " >&6
5930else
5931 if test -z "$LD"; then
5932 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5933 for ac_dir in $PATH; do
5934 IFS="$lt_save_ifs"
5935 test -z "$ac_dir" && ac_dir=.
5936 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5937 lt_cv_path_LD="$ac_dir/$ac_prog"
5938 # Check to see if the program is GNU ld. I'd rather use --version,
5939 # but apparently some variants of GNU ld only accept -v.
5940 # Break only if it was the GNU/non-GNU ld that we prefer.
5941 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5942 *GNU* | *'with BFD'*)
5943 test "$with_gnu_ld" != no && break
5944 ;;
5945 *)
5946 test "$with_gnu_ld" != yes && break
5947 ;;
5948 esac
5949 fi
5950 done
5951 IFS="$lt_save_ifs"
5952else
5953 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5954fi
5955fi
5956
5957LD="$lt_cv_path_LD"
5958if test -n "$LD"; then
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5960$as_echo "$LD" >&6; }
5961else
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963$as_echo "no" >&6; }
5964fi
5965test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5967$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5968if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5969 $as_echo_n "(cached) " >&6
5970else
5971 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5972case `$LD -v 2>&1 </dev/null` in
5973*GNU* | *'with BFD'*)
5974 lt_cv_prog_gnu_ld=yes
5975 ;;
5976*)
5977 lt_cv_prog_gnu_ld=no
5978 ;;
5979esac
5980fi
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5982$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5983with_gnu_ld=$lt_cv_prog_gnu_ld
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5994$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5995if test "${lt_cv_path_NM+set}" = set; then :
5996 $as_echo_n "(cached) " >&6
5997else
5998 if test -n "$NM"; then
5999 # Let the user override the test.
6000 lt_cv_path_NM="$NM"
6001else
6002 lt_nm_to_check="${ac_tool_prefix}nm"
6003 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6004 lt_nm_to_check="$lt_nm_to_check nm"
6005 fi
6006 for lt_tmp_nm in $lt_nm_to_check; do
6007 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6008 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6009 IFS="$lt_save_ifs"
6010 test -z "$ac_dir" && ac_dir=.
6011 tmp_nm="$ac_dir/$lt_tmp_nm"
6012 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6013 # Check to see if the nm accepts a BSD-compat flag.
6014 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6015 # nm: unknown option "B" ignored
6016 # Tru64's nm complains that /dev/null is an invalid object file
6017 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6018 */dev/null* | *'Invalid file or object type'*)
6019 lt_cv_path_NM="$tmp_nm -B"
6020 break
6021 ;;
6022 *)
6023 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6024 */dev/null*)
6025 lt_cv_path_NM="$tmp_nm -p"
6026 break
6027 ;;
6028 *)
6029 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6030 continue # so that we can try to find one that supports BSD flags
6031 ;;
6032 esac
6033 ;;
6034 esac
6035 fi
6036 done
6037 IFS="$lt_save_ifs"
6038 done
6039 : ${lt_cv_path_NM=no}
6040fi
6041fi
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6043$as_echo "$lt_cv_path_NM" >&6; }
6044if test "$lt_cv_path_NM" != "no"; then
6045 NM="$lt_cv_path_NM"
6046else
6047 # Didn't find any BSD compatible name lister, look for dumpbin.
6048 if test -n "$DUMPBIN"; then :
6049 # Let the user override the test.
6050 else
6051 if test -n "$ac_tool_prefix"; then
6052 for ac_prog in dumpbin "link -dump"
6053 do
6054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6055set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057$as_echo_n "checking for $ac_word... " >&6; }
6058if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6059 $as_echo_n "(cached) " >&6
6060else
6061 if test -n "$DUMPBIN"; then
6062 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6063else
6064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6065for as_dir in $PATH
6066do
6067 IFS=$as_save_IFS
6068 test -z "$as_dir" && as_dir=.
6069 for ac_exec_ext in '' $ac_executable_extensions; do
6070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6071 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6073 break 2
6074 fi
6075done
6076 done
6077IFS=$as_save_IFS
6078
6079fi
6080fi
6081DUMPBIN=$ac_cv_prog_DUMPBIN
6082if test -n "$DUMPBIN"; then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6084$as_echo "$DUMPBIN" >&6; }
6085else
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087$as_echo "no" >&6; }
6088fi
6089
6090
6091 test -n "$DUMPBIN" && break
6092 done
6093fi
6094if test -z "$DUMPBIN"; then
6095 ac_ct_DUMPBIN=$DUMPBIN
6096 for ac_prog in dumpbin "link -dump"
6097do
6098 # Extract the first word of "$ac_prog", so it can be a program name with args.
6099set dummy $ac_prog; ac_word=$2
6100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6101$as_echo_n "checking for $ac_word... " >&6; }
6102if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6103 $as_echo_n "(cached) " >&6
6104else
6105 if test -n "$ac_ct_DUMPBIN"; then
6106 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6107else
6108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109for as_dir in $PATH
6110do
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6115 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6117 break 2
6118 fi
6119done
6120 done
6121IFS=$as_save_IFS
6122
6123fi
6124fi
6125ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6126if test -n "$ac_ct_DUMPBIN"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6128$as_echo "$ac_ct_DUMPBIN" >&6; }
6129else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6131$as_echo "no" >&6; }
6132fi
6133
6134
6135 test -n "$ac_ct_DUMPBIN" && break
6136done
6137
6138 if test "x$ac_ct_DUMPBIN" = x; then
6139 DUMPBIN=":"
6140 else
6141 case $cross_compiling:$ac_tool_warned in
6142yes:)
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6144$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6145ac_tool_warned=yes ;;
6146esac
6147 DUMPBIN=$ac_ct_DUMPBIN
6148 fi
6149fi
6150
6151 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6152 *COFF*)
6153 DUMPBIN="$DUMPBIN -symbols"
6154 ;;
6155 *)
6156 DUMPBIN=:
6157 ;;
6158 esac
6159 fi
6160
6161 if test "$DUMPBIN" != ":"; then
6162 NM="$DUMPBIN"
6163 fi
6164fi
6165test -z "$NM" && NM=nm
6166
6167
6168
6169
6170
6171
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6173$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6174if test "${lt_cv_nm_interface+set}" = set; then :
6175 $as_echo_n "(cached) " >&6
6176else
6177 lt_cv_nm_interface="BSD nm"
6178 echo "int some_variable = 0;" > conftest.$ac_ext
6179 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6180 (eval "$ac_compile" 2>conftest.err)
6181 cat conftest.err >&5
6182 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6183 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6184 cat conftest.err >&5
6185 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6186 cat conftest.out >&5
6187 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6188 lt_cv_nm_interface="MS dumpbin"
6189 fi
6190 rm -f conftest*
6191fi
6192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6193$as_echo "$lt_cv_nm_interface" >&6; }
6194
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6196$as_echo_n "checking whether ln -s works... " >&6; }
6197LN_S=$as_ln_s
6198if test "$LN_S" = "ln -s"; then
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6200$as_echo "yes" >&6; }
6201else
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6203$as_echo "no, using $LN_S" >&6; }
6204fi
6205
6206# find the maximum length of command line arguments
6207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6208$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6209if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6210 $as_echo_n "(cached) " >&6
6211else
6212 i=0
6213 teststring="ABCD"
6214
6215 case $build_os in
6216 msdosdjgpp*)
6217 # On DJGPP, this test can blow up pretty badly due to problems in libc
6218 # (any single argument exceeding 2000 bytes causes a buffer overrun
6219 # during glob expansion). Even if it were fixed, the result of this
6220 # check would be larger than it should be.
6221 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6222 ;;
6223
6224 gnu*)
6225 # Under GNU Hurd, this test is not required because there is
6226 # no limit to the length of command line arguments.
6227 # Libtool will interpret -1 as no limit whatsoever
6228 lt_cv_sys_max_cmd_len=-1;
6229 ;;
6230
6231 cygwin* | mingw* | cegcc*)
6232 # On Win9x/ME, this test blows up -- it succeeds, but takes
6233 # about 5 minutes as the teststring grows exponentially.
6234 # Worse, since 9x/ME are not pre-emptively multitasking,
6235 # you end up with a "frozen" computer, even though with patience
6236 # the test eventually succeeds (with a max line length of 256k).
6237 # Instead, let's just punt: use the minimum linelength reported by
6238 # all of the supported platforms: 8192 (on NT/2K/XP).
6239 lt_cv_sys_max_cmd_len=8192;
6240 ;;
6241
6242 mint*)
6243 # On MiNT this can take a long time and run out of memory.
6244 lt_cv_sys_max_cmd_len=8192;
6245 ;;
6246
6247 amigaos*)
6248 # On AmigaOS with pdksh, this test takes hours, literally.
6249 # So we just punt and use a minimum line length of 8192.
6250 lt_cv_sys_max_cmd_len=8192;
6251 ;;
6252
6253 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6254 # This has been around since 386BSD, at least. Likely further.
6255 if test -x /sbin/sysctl; then
6256 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6257 elif test -x /usr/sbin/sysctl; then
6258 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6259 else
6260 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6261 fi
6262 # And add a safety zone
6263 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6264 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6265 ;;
6266
6267 interix*)
6268 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6269 lt_cv_sys_max_cmd_len=196608
6270 ;;
6271
6272 osf*)
6273 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6274 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6275 # nice to cause kernel panics so lets avoid the loop below.
6276 # First set a reasonable default.
6277 lt_cv_sys_max_cmd_len=16384
6278 #
6279 if test -x /sbin/sysconfig; then
6280 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6281 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6282 esac
6283 fi
6284 ;;
6285 sco3.2v5*)
6286 lt_cv_sys_max_cmd_len=102400
6287 ;;
6288 sysv5* | sco5v6* | sysv4.2uw2*)
6289 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6290 if test -n "$kargmax"; then
6291 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6292 else
6293 lt_cv_sys_max_cmd_len=32768
6294 fi
6295 ;;
6296 *)
6297 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6298 if test -n "$lt_cv_sys_max_cmd_len"; then
6299 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6300 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6301 else
6302 # Make teststring a little bigger before we do anything with it.
6303 # a 1K string should be a reasonable start.
6304 for i in 1 2 3 4 5 6 7 8 ; do
6305 teststring=$teststring$teststring
6306 done
6307 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6308 # If test is not a shell built-in, we'll probably end up computing a
6309 # maximum length that is only half of the actual maximum length, but
6310 # we can't tell.
6311 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6312 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6313 test $i != 17 # 1/2 MB should be enough
6314 do
6315 i=`expr $i + 1`
6316 teststring=$teststring$teststring
6317 done
6318 # Only check the string length outside the loop.
6319 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6320 teststring=
6321 # Add a significant safety factor because C++ compilers can tack on
6322 # massive amounts of additional arguments before passing them to the
6323 # linker. It appears as though 1/2 is a usable value.
6324 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6325 fi
6326 ;;
6327 esac
6328
6329fi
6330
6331if test -n $lt_cv_sys_max_cmd_len ; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6333$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6334else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6336$as_echo "none" >&6; }
6337fi
6338max_cmd_len=$lt_cv_sys_max_cmd_len
6339
6340
6341
6342
6343
6344
6345: ${CP="cp -f"}
6346: ${MV="mv -f"}
6347: ${RM="rm -f"}
6348
6349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6350$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6351# Try some XSI features
6352xsi_shell=no
6353( _lt_dummy="a/b/c"
6354 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6355 = c,a/b,, \
6356 && eval 'test $(( 1 + 1 )) -eq 2 \
6357 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6358 && xsi_shell=yes
6359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6360$as_echo "$xsi_shell" >&6; }
6361
6362
6363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6364$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6365lt_shell_append=no
6366( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6367 >/dev/null 2>&1 \
6368 && lt_shell_append=yes
6369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6370$as_echo "$lt_shell_append" >&6; }
6371
6372
6373if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6374 lt_unset=unset
6375else
6376 lt_unset=false
6377fi
6378
6379
6380
6381
6382
6383# test EBCDIC or ASCII
6384case `echo X|tr X '\101'` in
6385 A) # ASCII based system
6386 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6387 lt_SP2NL='tr \040 \012'
6388 lt_NL2SP='tr \015\012 \040\040'
6389 ;;
6390 *) # EBCDIC based system
6391 lt_SP2NL='tr \100 \n'
6392 lt_NL2SP='tr \r\n \100\100'
6393 ;;
6394esac
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6405$as_echo_n "checking for $LD option to reload object files... " >&6; }
6406if test "${lt_cv_ld_reload_flag+set}" = set; then :
6407 $as_echo_n "(cached) " >&6
6408else
6409 lt_cv_ld_reload_flag='-r'
6410fi
6411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6412$as_echo "$lt_cv_ld_reload_flag" >&6; }
6413reload_flag=$lt_cv_ld_reload_flag
6414case $reload_flag in
6415"" | " "*) ;;
6416*) reload_flag=" $reload_flag" ;;
6417esac
6418reload_cmds='$LD$reload_flag -o $output$reload_objs'
6419case $host_os in
6420 darwin*)
6421 if test "$GCC" = yes; then
6422 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6423 else
6424 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6425 fi
6426 ;;
6427esac
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437if test -n "$ac_tool_prefix"; then
6438 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6439set dummy ${ac_tool_prefix}objdump; ac_word=$2
6440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6441$as_echo_n "checking for $ac_word... " >&6; }
6442if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6443 $as_echo_n "(cached) " >&6
6444else
6445 if test -n "$OBJDUMP"; then
6446 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6447else
6448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449for as_dir in $PATH
6450do
6451 IFS=$as_save_IFS
6452 test -z "$as_dir" && as_dir=.
6453 for ac_exec_ext in '' $ac_executable_extensions; do
6454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6455 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6457 break 2
6458 fi
6459done
6460 done
6461IFS=$as_save_IFS
6462
6463fi
6464fi
6465OBJDUMP=$ac_cv_prog_OBJDUMP
6466if test -n "$OBJDUMP"; then
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6468$as_echo "$OBJDUMP" >&6; }
6469else
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6471$as_echo "no" >&6; }
6472fi
6473
6474
6475fi
6476if test -z "$ac_cv_prog_OBJDUMP"; then
6477 ac_ct_OBJDUMP=$OBJDUMP
6478 # Extract the first word of "objdump", so it can be a program name with args.
6479set dummy objdump; ac_word=$2
6480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6481$as_echo_n "checking for $ac_word... " >&6; }
6482if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6483 $as_echo_n "(cached) " >&6
6484else
6485 if test -n "$ac_ct_OBJDUMP"; then
6486 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6487else
6488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6489for as_dir in $PATH
6490do
6491 IFS=$as_save_IFS
6492 test -z "$as_dir" && as_dir=.
6493 for ac_exec_ext in '' $ac_executable_extensions; do
6494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6495 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6497 break 2
6498 fi
6499done
6500 done
6501IFS=$as_save_IFS
6502
6503fi
6504fi
6505ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6506if test -n "$ac_ct_OBJDUMP"; then
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6508$as_echo "$ac_ct_OBJDUMP" >&6; }
6509else
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6511$as_echo "no" >&6; }
6512fi
6513
6514 if test "x$ac_ct_OBJDUMP" = x; then
6515 OBJDUMP="false"
6516 else
6517 case $cross_compiling:$ac_tool_warned in
6518yes:)
6519{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6520$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6521ac_tool_warned=yes ;;
6522esac
6523 OBJDUMP=$ac_ct_OBJDUMP
6524 fi
6525else
6526 OBJDUMP="$ac_cv_prog_OBJDUMP"
6527fi
6528
6529test -z "$OBJDUMP" && OBJDUMP=objdump
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6540$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6541if test "${lt_cv_deplibs_check_method+set}" = set; then :
6542 $as_echo_n "(cached) " >&6
6543else
6544 lt_cv_file_magic_cmd='$MAGIC_CMD'
6545lt_cv_file_magic_test_file=
6546lt_cv_deplibs_check_method='unknown'
6547# Need to set the preceding variable on all platforms that support
6548# interlibrary dependencies.
6549# 'none' -- dependencies not supported.
6550# `unknown' -- same as none, but documents that we really don't know.
6551# 'pass_all' -- all dependencies passed with no checks.
6552# 'test_compile' -- check by making test program.
6553# 'file_magic [[regex]]' -- check by looking for files in library path
6554# which responds to the $file_magic_cmd with a given extended regex.
6555# If you have `file' or equivalent on your system and you're not sure
6556# whether `pass_all' will *always* work, you probably want this one.
6557
6558case $host_os in
6559aix[4-9]*)
6560 lt_cv_deplibs_check_method=pass_all
6561 ;;
6562
6563beos*)
6564 lt_cv_deplibs_check_method=pass_all
6565 ;;
6566
6567bsdi[45]*)
6568 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6569 lt_cv_file_magic_cmd='/usr/bin/file -L'
6570 lt_cv_file_magic_test_file=/shlib/libc.so
6571 ;;
6572
6573cygwin*)
6574 # func_win32_libid is a shell function defined in ltmain.sh
6575 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6576 lt_cv_file_magic_cmd='func_win32_libid'
6577 ;;
6578
6579mingw* | pw32*)
6580 # Base MSYS/MinGW do not provide the 'file' command needed by
6581 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6582 # unless we find 'file', for example because we are cross-compiling.
6583 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6584 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6585 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6586 lt_cv_file_magic_cmd='func_win32_libid'
6587 else
6588 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6589 lt_cv_file_magic_cmd='$OBJDUMP -f'
6590 fi
6591 ;;
6592
6593cegcc*)
6594 # use the weaker test based on 'objdump'. See mingw*.
6595 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6596 lt_cv_file_magic_cmd='$OBJDUMP -f'
6597 ;;
6598
6599darwin* | rhapsody*)
6600 lt_cv_deplibs_check_method=pass_all
6601 ;;
6602
6603freebsd* | dragonfly*)
6604 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6605 case $host_cpu in
6606 i*86 )
6607 # Not sure whether the presence of OpenBSD here was a mistake.
6608 # Let's accept both of them until this is cleared up.
6609 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6610 lt_cv_file_magic_cmd=/usr/bin/file
6611 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6612 ;;
6613 esac
6614 else
6615 lt_cv_deplibs_check_method=pass_all
6616 fi
6617 ;;
6618
6619gnu*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623haiku*)
6624 lt_cv_deplibs_check_method=pass_all
6625 ;;
6626
6627hpux10.20* | hpux11*)
6628 lt_cv_file_magic_cmd=/usr/bin/file
6629 case $host_cpu in
6630 ia64*)
6631 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6632 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6633 ;;
6634 hppa*64*)
6635 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]'
6636 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6637 ;;
6638 *)
6639 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6640 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6641 ;;
6642 esac
6643 ;;
6644
6645interix[3-9]*)
6646 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6647 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6648 ;;
6649
6650irix5* | irix6* | nonstopux*)
6651 case $LD in
6652 *-32|*"-32 ") libmagic=32-bit;;
6653 *-n32|*"-n32 ") libmagic=N32;;
6654 *-64|*"-64 ") libmagic=64-bit;;
6655 *) libmagic=never-match;;
6656 esac
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660# This must be Linux ELF.
6661linux* | k*bsd*-gnu | kopensolaris*-gnu)
6662 lt_cv_deplibs_check_method=pass_all
6663 ;;
6664
6665netbsd*)
6666 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6667 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6668 else
6669 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6670 fi
6671 ;;
6672
6673newos6*)
6674 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6675 lt_cv_file_magic_cmd=/usr/bin/file
6676 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6677 ;;
6678
6679*nto* | *qnx*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682
6683openbsd*)
6684 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6685 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6686 else
6687 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6688 fi
6689 ;;
6690
6691osf3* | osf4* | osf5*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695rdos*)
6696 lt_cv_deplibs_check_method=pass_all
6697 ;;
6698
6699solaris*)
6700 lt_cv_deplibs_check_method=pass_all
6701 ;;
6702
6703sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6704 lt_cv_deplibs_check_method=pass_all
6705 ;;
6706
6707sysv4 | sysv4.3*)
6708 case $host_vendor in
6709 motorola)
6710 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]'
6711 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6712 ;;
6713 ncr)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716 sequent)
6717 lt_cv_file_magic_cmd='/bin/file'
6718 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6719 ;;
6720 sni)
6721 lt_cv_file_magic_cmd='/bin/file'
6722 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6723 lt_cv_file_magic_test_file=/lib/libc.so
6724 ;;
6725 siemens)
6726 lt_cv_deplibs_check_method=pass_all
6727 ;;
6728 pc)
6729 lt_cv_deplibs_check_method=pass_all
6730 ;;
6731 esac
6732 ;;
6733
6734tpf*)
6735 lt_cv_deplibs_check_method=pass_all
6736 ;;
6737esac
6738
6739fi
6740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6741$as_echo "$lt_cv_deplibs_check_method" >&6; }
6742file_magic_cmd=$lt_cv_file_magic_cmd
6743deplibs_check_method=$lt_cv_deplibs_check_method
6744test -z "$deplibs_check_method" && deplibs_check_method=unknown
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757if test -n "$ac_tool_prefix"; then
6758 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6759set dummy ${ac_tool_prefix}ar; ac_word=$2
6760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6761$as_echo_n "checking for $ac_word... " >&6; }
6762if test "${ac_cv_prog_AR+set}" = set; then :
6763 $as_echo_n "(cached) " >&6
6764else
6765 if test -n "$AR"; then
6766 ac_cv_prog_AR="$AR" # Let the user override the test.
6767else
6768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6769for as_dir in $PATH
6770do
6771 IFS=$as_save_IFS
6772 test -z "$as_dir" && as_dir=.
6773 for ac_exec_ext in '' $ac_executable_extensions; do
6774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6775 ac_cv_prog_AR="${ac_tool_prefix}ar"
6776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6777 break 2
6778 fi
6779done
6780 done
6781IFS=$as_save_IFS
6782
6783fi
6784fi
6785AR=$ac_cv_prog_AR
6786if test -n "$AR"; then
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6788$as_echo "$AR" >&6; }
6789else
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6791$as_echo "no" >&6; }
6792fi
6793
6794
6795fi
6796if test -z "$ac_cv_prog_AR"; then
6797 ac_ct_AR=$AR
6798 # Extract the first word of "ar", so it can be a program name with args.
6799set dummy ar; ac_word=$2
6800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6801$as_echo_n "checking for $ac_word... " >&6; }
6802if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6803 $as_echo_n "(cached) " >&6
6804else
6805 if test -n "$ac_ct_AR"; then
6806 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6807else
6808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6809for as_dir in $PATH
6810do
6811 IFS=$as_save_IFS
6812 test -z "$as_dir" && as_dir=.
6813 for ac_exec_ext in '' $ac_executable_extensions; do
6814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6815 ac_cv_prog_ac_ct_AR="ar"
6816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6817 break 2
6818 fi
6819done
6820 done
6821IFS=$as_save_IFS
6822
6823fi
6824fi
6825ac_ct_AR=$ac_cv_prog_ac_ct_AR
6826if test -n "$ac_ct_AR"; then
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6828$as_echo "$ac_ct_AR" >&6; }
6829else
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6831$as_echo "no" >&6; }
6832fi
6833
6834 if test "x$ac_ct_AR" = x; then
6835 AR="false"
6836 else
6837 case $cross_compiling:$ac_tool_warned in
6838yes:)
6839{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6840$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6841ac_tool_warned=yes ;;
6842esac
6843 AR=$ac_ct_AR
6844 fi
6845else
6846 AR="$ac_cv_prog_AR"
6847fi
6848
6849test -z "$AR" && AR=ar
6850test -z "$AR_FLAGS" && AR_FLAGS=cru
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862if test -n "$ac_tool_prefix"; then
6863 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6864set dummy ${ac_tool_prefix}strip; ac_word=$2
6865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6866$as_echo_n "checking for $ac_word... " >&6; }
6867if test "${ac_cv_prog_STRIP+set}" = set; then :
6868 $as_echo_n "(cached) " >&6
6869else
6870 if test -n "$STRIP"; then
6871 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6872else
6873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874for as_dir in $PATH
6875do
6876 IFS=$as_save_IFS
6877 test -z "$as_dir" && as_dir=.
6878 for ac_exec_ext in '' $ac_executable_extensions; do
6879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6880 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6882 break 2
6883 fi
6884done
6885 done
6886IFS=$as_save_IFS
6887
6888fi
6889fi
6890STRIP=$ac_cv_prog_STRIP
6891if test -n "$STRIP"; then
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6893$as_echo "$STRIP" >&6; }
6894else
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896$as_echo "no" >&6; }
6897fi
6898
6899
6900fi
6901if test -z "$ac_cv_prog_STRIP"; then
6902 ac_ct_STRIP=$STRIP
6903 # Extract the first word of "strip", so it can be a program name with args.
6904set dummy strip; ac_word=$2
6905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6906$as_echo_n "checking for $ac_word... " >&6; }
6907if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6909else
6910 if test -n "$ac_ct_STRIP"; then
6911 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6912else
6913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914for as_dir in $PATH
6915do
6916 IFS=$as_save_IFS
6917 test -z "$as_dir" && as_dir=.
6918 for ac_exec_ext in '' $ac_executable_extensions; do
6919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6920 ac_cv_prog_ac_ct_STRIP="strip"
6921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6922 break 2
6923 fi
6924done
6925 done
6926IFS=$as_save_IFS
6927
6928fi
6929fi
6930ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6931if test -n "$ac_ct_STRIP"; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6933$as_echo "$ac_ct_STRIP" >&6; }
6934else
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6936$as_echo "no" >&6; }
6937fi
6938
6939 if test "x$ac_ct_STRIP" = x; then
6940 STRIP=":"
6941 else
6942 case $cross_compiling:$ac_tool_warned in
6943yes:)
6944{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6945$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6946ac_tool_warned=yes ;;
6947esac
6948 STRIP=$ac_ct_STRIP
6949 fi
6950else
6951 STRIP="$ac_cv_prog_STRIP"
6952fi
6953
6954test -z "$STRIP" && STRIP=:
6955
6956
6957
6958
6959
6960
6961if test -n "$ac_tool_prefix"; then
6962 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6963set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6965$as_echo_n "checking for $ac_word... " >&6; }
6966if test "${ac_cv_prog_RANLIB+set}" = set; then :
6967 $as_echo_n "(cached) " >&6
6968else
6969 if test -n "$RANLIB"; then
6970 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6971else
6972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6973for as_dir in $PATH
6974do
6975 IFS=$as_save_IFS
6976 test -z "$as_dir" && as_dir=.
6977 for ac_exec_ext in '' $ac_executable_extensions; do
6978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6979 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6981 break 2
6982 fi
6983done
6984 done
6985IFS=$as_save_IFS
6986
6987fi
6988fi
6989RANLIB=$ac_cv_prog_RANLIB
6990if test -n "$RANLIB"; then
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6992$as_echo "$RANLIB" >&6; }
6993else
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6995$as_echo "no" >&6; }
6996fi
6997
6998
6999fi
7000if test -z "$ac_cv_prog_RANLIB"; then
7001 ac_ct_RANLIB=$RANLIB
7002 # Extract the first word of "ranlib", so it can be a program name with args.
7003set dummy ranlib; ac_word=$2
7004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7005$as_echo_n "checking for $ac_word... " >&6; }
7006if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7007 $as_echo_n "(cached) " >&6
7008else
7009 if test -n "$ac_ct_RANLIB"; then
7010 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7011else
7012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7013for as_dir in $PATH
7014do
7015 IFS=$as_save_IFS
7016 test -z "$as_dir" && as_dir=.
7017 for ac_exec_ext in '' $ac_executable_extensions; do
7018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7019 ac_cv_prog_ac_ct_RANLIB="ranlib"
7020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7021 break 2
7022 fi
7023done
7024 done
7025IFS=$as_save_IFS
7026
7027fi
7028fi
7029ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7030if test -n "$ac_ct_RANLIB"; then
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7032$as_echo "$ac_ct_RANLIB" >&6; }
7033else
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7035$as_echo "no" >&6; }
7036fi
7037
7038 if test "x$ac_ct_RANLIB" = x; then
7039 RANLIB=":"
7040 else
7041 case $cross_compiling:$ac_tool_warned in
7042yes:)
7043{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7044$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7045ac_tool_warned=yes ;;
7046esac
7047 RANLIB=$ac_ct_RANLIB
7048 fi
7049else
7050 RANLIB="$ac_cv_prog_RANLIB"
7051fi
7052
7053test -z "$RANLIB" && RANLIB=:
7054
7055
7056
7057
7058
7059
7060# Determine commands to create old-style static archives.
7061old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7062old_postinstall_cmds='chmod 644 $oldlib'
7063old_postuninstall_cmds=
7064
7065if test -n "$RANLIB"; then
7066 case $host_os in
7067 openbsd*)
7068 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7069 ;;
7070 *)
7071 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7072 ;;
7073 esac
7074 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7075fi
7076
7077case $host_os in
7078 darwin*)
7079 lock_old_archive_extraction=yes ;;
7080 *)
7081 lock_old_archive_extraction=no ;;
7082esac
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104for ac_prog in gawk mawk nawk awk
7105do
7106 # Extract the first word of "$ac_prog", so it can be a program name with args.
7107set dummy $ac_prog; ac_word=$2
7108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7109$as_echo_n "checking for $ac_word... " >&6; }
7110if test "${ac_cv_prog_AWK+set}" = set; then :
7111 $as_echo_n "(cached) " >&6
7112else
7113 if test -n "$AWK"; then
7114 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7115else
7116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7117for as_dir in $PATH
7118do
7119 IFS=$as_save_IFS
7120 test -z "$as_dir" && as_dir=.
7121 for ac_exec_ext in '' $ac_executable_extensions; do
7122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7123 ac_cv_prog_AWK="$ac_prog"
7124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7125 break 2
7126 fi
7127done
7128 done
7129IFS=$as_save_IFS
7130
7131fi
7132fi
7133AWK=$ac_cv_prog_AWK
7134if test -n "$AWK"; then
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7136$as_echo "$AWK" >&6; }
7137else
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7139$as_echo "no" >&6; }
7140fi
7141
7142
7143 test -n "$AWK" && break
7144done
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164# If no C compiler was specified, use CC.
7165LTCC=${LTCC-"$CC"}
7166
7167# If no C compiler flags were specified, use CFLAGS.
7168LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7169
7170# Allow CC to be a program name with arguments.
7171compiler=$CC
7172
7173
7174# Check for command to grab the raw symbol name followed by C symbol from nm.
7175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7176$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7177if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7178 $as_echo_n "(cached) " >&6
7179else
7180
7181# These are sane defaults that work on at least a few old systems.
7182# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7183
7184# Character class describing NM global symbol codes.
7185symcode='[BCDEGRST]'
7186
7187# Regexp to match symbols that can be accessed directly from C.
7188sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7189
7190# Define system-specific variables.
7191case $host_os in
7192aix*)
7193 symcode='[BCDT]'
7194 ;;
7195cygwin* | mingw* | pw32* | cegcc*)
7196 symcode='[ABCDGISTW]'
7197 ;;
7198hpux*)
7199 if test "$host_cpu" = ia64; then
7200 symcode='[ABCDEGRST]'
7201 fi
7202 ;;
7203irix* | nonstopux*)
7204 symcode='[BCDEGRST]'
7205 ;;
7206osf*)
7207 symcode='[BCDEGQRST]'
7208 ;;
7209solaris*)
7210 symcode='[BDRT]'
7211 ;;
7212sco3.2v5*)
7213 symcode='[DT]'
7214 ;;
7215sysv4.2uw2*)
7216 symcode='[DT]'
7217 ;;
7218sysv5* | sco5v6* | unixware* | OpenUNIX*)
7219 symcode='[ABDT]'
7220 ;;
7221sysv4)
7222 symcode='[DFNSTU]'
7223 ;;
7224esac
7225
7226# If we're using GNU nm, then use its standard symbol codes.
7227case `$NM -V 2>&1` in
7228*GNU* | *'with BFD'*)
7229 symcode='[ABCDGIRSTW]' ;;
7230esac
7231
7232# Transform an extracted symbol line into a proper C declaration.
7233# Some systems (esp. on ia64) link data and code symbols differently,
7234# so use this general approach.
7235lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7236
7237# Transform an extracted symbol line into symbol name and symbol address
7238lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7239lt_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'"
7240
7241# Handle CRLF in mingw tool chain
7242opt_cr=
7243case $build_os in
7244mingw*)
7245 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7246 ;;
7247esac
7248
7249# Try without a prefix underscore, then with it.
7250for ac_symprfx in "" "_"; do
7251
7252 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7253 symxfrm="\\1 $ac_symprfx\\2 \\2"
7254
7255 # Write the raw and C identifiers.
7256 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7257 # Fake it for dumpbin and say T for any non-static function
7258 # and D for any global variable.
7259 # Also find C++ and __fastcall symbols from MSVC++,
7260 # which start with @ or ?.
7261 lt_cv_sys_global_symbol_pipe="$AWK '"\
7262" {last_section=section; section=\$ 3};"\
7263" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7264" \$ 0!~/External *\|/{next};"\
7265" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7266" {if(hide[section]) next};"\
7267" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7268" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7269" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7270" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7271" ' prfx=^$ac_symprfx"
7272 else
7273 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7274 fi
7275
7276 # Check to see that the pipe works correctly.
7277 pipe_works=no
7278
7279 rm -f conftest*
7280 cat > conftest.$ac_ext <<_LT_EOF
7281#ifdef __cplusplus
7282extern "C" {
7283#endif
7284char nm_test_var;
7285void nm_test_func(void);
7286void nm_test_func(void){}
7287#ifdef __cplusplus
7288}
7289#endif
7290int main(){nm_test_var='a';nm_test_func();return(0);}
7291_LT_EOF
7292
7293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7294 (eval $ac_compile) 2>&5
7295 ac_status=$?
7296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7297 test $ac_status = 0; }; then
7298 # Now try to grab the symbols.
7299 nlist=conftest.nm
7300 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7301 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7302 ac_status=$?
7303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7304 test $ac_status = 0; } && test -s "$nlist"; then
7305 # Try sorting and uniquifying the output.
7306 if sort "$nlist" | uniq > "$nlist"T; then
7307 mv -f "$nlist"T "$nlist"
7308 else
7309 rm -f "$nlist"T
7310 fi
7311
7312 # Make sure that we snagged all the symbols we need.
7313 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7314 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7315 cat <<_LT_EOF > conftest.$ac_ext
7316#ifdef __cplusplus
7317extern "C" {
7318#endif
7319
7320_LT_EOF
7321 # Now generate the symbol file.
7322 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7323
7324 cat <<_LT_EOF >> conftest.$ac_ext
7325
7326/* The mapping between symbol names and symbols. */
7327const struct {
7328 const char *name;
7329 void *address;
7330}
7331lt__PROGRAM__LTX_preloaded_symbols[] =
7332{
7333 { "@PROGRAM@", (void *) 0 },
7334_LT_EOF
7335 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7336 cat <<\_LT_EOF >> conftest.$ac_ext
7337 {0, (void *) 0}
7338};
7339
7340/* This works around a problem in FreeBSD linker */
7341#ifdef FREEBSD_WORKAROUND
7342static const void *lt_preloaded_setup() {
7343 return lt__PROGRAM__LTX_preloaded_symbols;
7344}
7345#endif
7346
7347#ifdef __cplusplus
7348}
7349#endif
7350_LT_EOF
7351 # Now try linking the two files.
7352 mv conftest.$ac_objext conftstm.$ac_objext
7353 lt_save_LIBS="$LIBS"
7354 lt_save_CFLAGS="$CFLAGS"
7355 LIBS="conftstm.$ac_objext"
7356 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7357 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7358 (eval $ac_link) 2>&5
7359 ac_status=$?
7360 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7361 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7362 pipe_works=yes
7363 fi
7364 LIBS="$lt_save_LIBS"
7365 CFLAGS="$lt_save_CFLAGS"
7366 else
7367 echo "cannot find nm_test_func in $nlist" >&5
7368 fi
7369 else
7370 echo "cannot find nm_test_var in $nlist" >&5
7371 fi
7372 else
7373 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7374 fi
7375 else
7376 echo "$progname: failed program was:" >&5
7377 cat conftest.$ac_ext >&5
7378 fi
7379 rm -rf conftest* conftst*
7380
7381 # Do not use the global_symbol_pipe unless it works.
7382 if test "$pipe_works" = yes; then
7383 break
7384 else
7385 lt_cv_sys_global_symbol_pipe=
7386 fi
7387done
7388
7389fi
7390
7391if test -z "$lt_cv_sys_global_symbol_pipe"; then
7392 lt_cv_sys_global_symbol_to_cdecl=
7393fi
7394if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7396$as_echo "failed" >&6; }
7397else
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7399$as_echo "ok" >&6; }
7400fi
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423# Check whether --enable-libtool-lock was given.
7424if test "${enable_libtool_lock+set}" = set; then :
7425 enableval=$enable_libtool_lock;
7426fi
7427
7428test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7429
7430# Some flags need to be propagated to the compiler or linker for good
7431# libtool support.
7432case $host in
7433ia64-*-hpux*)
7434 # Find out which ABI we are using.
7435 echo 'int i;' > conftest.$ac_ext
7436 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7437 (eval $ac_compile) 2>&5
7438 ac_status=$?
7439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7440 test $ac_status = 0; }; then
7441 case `/usr/bin/file conftest.$ac_objext` in
7442 *ELF-32*)
7443 HPUX_IA64_MODE="32"
7444 ;;
7445 *ELF-64*)
7446 HPUX_IA64_MODE="64"
7447 ;;
7448 esac
7449 fi
7450 rm -rf conftest*
7451 ;;
7452*-*-irix6*)
7453 # Find out which ABI we are using.
7454 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7455 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7456 (eval $ac_compile) 2>&5
7457 ac_status=$?
7458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7459 test $ac_status = 0; }; then
7460 if test "$lt_cv_prog_gnu_ld" = yes; then
7461 case `/usr/bin/file conftest.$ac_objext` in
7462 *32-bit*)
7463 LD="${LD-ld} -melf32bsmip"
7464 ;;
7465 *N32*)
7466 LD="${LD-ld} -melf32bmipn32"
7467 ;;
7468 *64-bit*)
7469 LD="${LD-ld} -melf64bmip"
7470 ;;
7471 esac
7472 else
7473 case `/usr/bin/file conftest.$ac_objext` in
7474 *32-bit*)
7475 LD="${LD-ld} -32"
7476 ;;
7477 *N32*)
7478 LD="${LD-ld} -n32"
7479 ;;
7480 *64-bit*)
7481 LD="${LD-ld} -64"
7482 ;;
7483 esac
7484 fi
7485 fi
7486 rm -rf conftest*
7487 ;;
7488
bf3d9781 7489x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7490s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7491 # Find out which ABI we are using.
7492 echo 'int i;' > conftest.$ac_ext
7493 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7494 (eval $ac_compile) 2>&5
7495 ac_status=$?
7496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7497 test $ac_status = 0; }; then
7498 case `/usr/bin/file conftest.o` in
7499 *32-bit*)
7500 case $host in
7501 x86_64-*kfreebsd*-gnu)
7502 LD="${LD-ld} -m elf_i386_fbsd"
7503 ;;
7504 x86_64-*linux*)
7505 case `/usr/bin/file conftest.o` in
7506 *x86-64*)
7507 LD="${LD-ld} -m elf32_x86_64"
7508 ;;
7509 *)
7510 LD="${LD-ld} -m elf_i386"
7511 ;;
7512 esac
7513 ;;
bf3d9781
AM
7514 powerpc64le-*linux*)
7515 LD="${LD-ld} -m elf32lppclinux"
7516 ;;
7517 powerpc64-*linux*)
6bb11ab3
L
7518 LD="${LD-ld} -m elf32ppclinux"
7519 ;;
7520 s390x-*linux*)
7521 LD="${LD-ld} -m elf_s390"
7522 ;;
7523 sparc64-*linux*)
7524 LD="${LD-ld} -m elf32_sparc"
7525 ;;
7526 esac
7527 ;;
7528 *64-bit*)
7529 case $host in
7530 x86_64-*kfreebsd*-gnu)
7531 LD="${LD-ld} -m elf_x86_64_fbsd"
7532 ;;
7533 x86_64-*linux*)
7534 LD="${LD-ld} -m elf_x86_64"
7535 ;;
bf3d9781
AM
7536 powerpcle-*linux*)
7537 LD="${LD-ld} -m elf64lppc"
7538 ;;
7539 powerpc-*linux*)
6bb11ab3
L
7540 LD="${LD-ld} -m elf64ppc"
7541 ;;
7542 s390*-*linux*|s390*-*tpf*)
7543 LD="${LD-ld} -m elf64_s390"
7544 ;;
7545 sparc*-*linux*)
7546 LD="${LD-ld} -m elf64_sparc"
7547 ;;
7548 esac
7549 ;;
7550 esac
7551 fi
7552 rm -rf conftest*
7553 ;;
7554
7555*-*-sco3.2v5*)
7556 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7557 SAVE_CFLAGS="$CFLAGS"
7558 CFLAGS="$CFLAGS -belf"
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7560$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7561if test "${lt_cv_cc_needs_belf+set}" = set; then :
7562 $as_echo_n "(cached) " >&6
7563else
7564 ac_ext=c
7565ac_cpp='$CPP $CPPFLAGS'
7566ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7567ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7568ac_compiler_gnu=$ac_cv_c_compiler_gnu
7569
7570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7571/* end confdefs.h. */
7572
7573int
7574main ()
7575{
7576
7577 ;
7578 return 0;
7579}
7580_ACEOF
7581if ac_fn_c_try_link "$LINENO"; then :
7582 lt_cv_cc_needs_belf=yes
7583else
7584 lt_cv_cc_needs_belf=no
7585fi
7586rm -f core conftest.err conftest.$ac_objext \
7587 conftest$ac_exeext conftest.$ac_ext
7588 ac_ext=c
7589ac_cpp='$CPP $CPPFLAGS'
7590ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7591ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7592ac_compiler_gnu=$ac_cv_c_compiler_gnu
7593
7594fi
7595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7596$as_echo "$lt_cv_cc_needs_belf" >&6; }
7597 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7598 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7599 CFLAGS="$SAVE_CFLAGS"
7600 fi
7601 ;;
7602sparc*-*solaris*)
7603 # Find out which ABI we are using.
7604 echo 'int i;' > conftest.$ac_ext
7605 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7606 (eval $ac_compile) 2>&5
7607 ac_status=$?
7608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7609 test $ac_status = 0; }; then
7610 case `/usr/bin/file conftest.o` in
7611 *64-bit*)
7612 case $lt_cv_prog_gnu_ld in
7613 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7614 *)
7615 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7616 LD="${LD-ld} -64"
7617 fi
7618 ;;
7619 esac
7620 ;;
7621 esac
7622 fi
7623 rm -rf conftest*
7624 ;;
7625esac
7626
7627need_locks="$enable_libtool_lock"
7628
7629
7630 case $host_os in
7631 rhapsody* | darwin*)
7632 if test -n "$ac_tool_prefix"; then
7633 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7634set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7636$as_echo_n "checking for $ac_word... " >&6; }
7637if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7639else
7640 if test -n "$DSYMUTIL"; then
7641 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7642else
7643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644for as_dir in $PATH
7645do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7650 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7652 break 2
7653 fi
7654done
7655 done
7656IFS=$as_save_IFS
7657
7658fi
7659fi
7660DSYMUTIL=$ac_cv_prog_DSYMUTIL
7661if test -n "$DSYMUTIL"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7663$as_echo "$DSYMUTIL" >&6; }
7664else
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666$as_echo "no" >&6; }
7667fi
7668
7669
7670fi
7671if test -z "$ac_cv_prog_DSYMUTIL"; then
7672 ac_ct_DSYMUTIL=$DSYMUTIL
7673 # Extract the first word of "dsymutil", so it can be a program name with args.
7674set dummy dsymutil; ac_word=$2
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676$as_echo_n "checking for $ac_word... " >&6; }
7677if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
7679else
7680 if test -n "$ac_ct_DSYMUTIL"; then
7681 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7682else
7683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684for as_dir in $PATH
7685do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7690 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7692 break 2
7693 fi
7694done
7695 done
7696IFS=$as_save_IFS
7697
7698fi
7699fi
7700ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7701if test -n "$ac_ct_DSYMUTIL"; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7703$as_echo "$ac_ct_DSYMUTIL" >&6; }
7704else
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706$as_echo "no" >&6; }
7707fi
7708
7709 if test "x$ac_ct_DSYMUTIL" = x; then
7710 DSYMUTIL=":"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713yes:)
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716ac_tool_warned=yes ;;
7717esac
7718 DSYMUTIL=$ac_ct_DSYMUTIL
7719 fi
7720else
7721 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7722fi
7723
7724 if test -n "$ac_tool_prefix"; then
7725 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7726set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
7729if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
7731else
7732 if test -n "$NMEDIT"; then
7733 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7742 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746done
7747 done
7748IFS=$as_save_IFS
7749
7750fi
7751fi
7752NMEDIT=$ac_cv_prog_NMEDIT
7753if test -n "$NMEDIT"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7755$as_echo "$NMEDIT" >&6; }
7756else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
7759fi
7760
7761
7762fi
7763if test -z "$ac_cv_prog_NMEDIT"; then
7764 ac_ct_NMEDIT=$NMEDIT
7765 # Extract the first word of "nmedit", so it can be a program name with args.
7766set dummy nmedit; ac_word=$2
7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768$as_echo_n "checking for $ac_word... " >&6; }
7769if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771else
7772 if test -n "$ac_ct_NMEDIT"; then
7773 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7774else
7775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776for as_dir in $PATH
7777do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7782 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7784 break 2
7785 fi
7786done
7787 done
7788IFS=$as_save_IFS
7789
7790fi
7791fi
7792ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7793if test -n "$ac_ct_NMEDIT"; then
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7795$as_echo "$ac_ct_NMEDIT" >&6; }
7796else
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798$as_echo "no" >&6; }
7799fi
7800
7801 if test "x$ac_ct_NMEDIT" = x; then
7802 NMEDIT=":"
7803 else
7804 case $cross_compiling:$ac_tool_warned in
7805yes:)
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7807$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7808ac_tool_warned=yes ;;
7809esac
7810 NMEDIT=$ac_ct_NMEDIT
7811 fi
7812else
7813 NMEDIT="$ac_cv_prog_NMEDIT"
7814fi
7815
7816 if test -n "$ac_tool_prefix"; then
7817 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7818set dummy ${ac_tool_prefix}lipo; ac_word=$2
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820$as_echo_n "checking for $ac_word... " >&6; }
7821if test "${ac_cv_prog_LIPO+set}" = set; then :
7822 $as_echo_n "(cached) " >&6
7823else
7824 if test -n "$LIPO"; then
7825 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7826else
7827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828for as_dir in $PATH
7829do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7834 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7836 break 2
7837 fi
7838done
7839 done
7840IFS=$as_save_IFS
7841
7842fi
7843fi
7844LIPO=$ac_cv_prog_LIPO
7845if test -n "$LIPO"; then
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7847$as_echo "$LIPO" >&6; }
7848else
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850$as_echo "no" >&6; }
7851fi
7852
7853
7854fi
7855if test -z "$ac_cv_prog_LIPO"; then
7856 ac_ct_LIPO=$LIPO
7857 # Extract the first word of "lipo", so it can be a program name with args.
7858set dummy lipo; ac_word=$2
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860$as_echo_n "checking for $ac_word... " >&6; }
7861if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863else
7864 if test -n "$ac_ct_LIPO"; then
7865 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7866else
7867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868for as_dir in $PATH
7869do
7870 IFS=$as_save_IFS
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_ac_ct_LIPO="lipo"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7876 break 2
7877 fi
7878done
7879 done
7880IFS=$as_save_IFS
7881
7882fi
7883fi
7884ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7885if test -n "$ac_ct_LIPO"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7887$as_echo "$ac_ct_LIPO" >&6; }
7888else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
7891fi
7892
7893 if test "x$ac_ct_LIPO" = x; then
7894 LIPO=":"
7895 else
7896 case $cross_compiling:$ac_tool_warned in
7897yes:)
7898{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7899$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7900ac_tool_warned=yes ;;
7901esac
7902 LIPO=$ac_ct_LIPO
7903 fi
7904else
7905 LIPO="$ac_cv_prog_LIPO"
7906fi
7907
7908 if test -n "$ac_tool_prefix"; then
7909 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7910set dummy ${ac_tool_prefix}otool; ac_word=$2
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
7913if test "${ac_cv_prog_OTOOL+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
7915else
7916 if test -n "$OTOOL"; then
7917 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7918else
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930done
7931 done
7932IFS=$as_save_IFS
7933
7934fi
7935fi
7936OTOOL=$ac_cv_prog_OTOOL
7937if test -n "$OTOOL"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7939$as_echo "$OTOOL" >&6; }
7940else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
7943fi
7944
7945
7946fi
7947if test -z "$ac_cv_prog_OTOOL"; then
7948 ac_ct_OTOOL=$OTOOL
7949 # Extract the first word of "otool", so it can be a program name with args.
7950set dummy otool; ac_word=$2
7951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7952$as_echo_n "checking for $ac_word... " >&6; }
7953if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
7955else
7956 if test -n "$ac_ct_OTOOL"; then
7957 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7958else
7959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960for as_dir in $PATH
7961do
7962 IFS=$as_save_IFS
7963 test -z "$as_dir" && as_dir=.
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7966 ac_cv_prog_ac_ct_OTOOL="otool"
7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7968 break 2
7969 fi
7970done
7971 done
7972IFS=$as_save_IFS
7973
7974fi
7975fi
7976ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7977if test -n "$ac_ct_OTOOL"; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7979$as_echo "$ac_ct_OTOOL" >&6; }
7980else
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
7983fi
7984
7985 if test "x$ac_ct_OTOOL" = x; then
7986 OTOOL=":"
7987 else
7988 case $cross_compiling:$ac_tool_warned in
7989yes:)
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7991$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7992ac_tool_warned=yes ;;
7993esac
7994 OTOOL=$ac_ct_OTOOL
7995 fi
7996else
7997 OTOOL="$ac_cv_prog_OTOOL"
7998fi
7999
8000 if test -n "$ac_tool_prefix"; then
8001 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8002set dummy ${ac_tool_prefix}otool64; ac_word=$2
8003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8004$as_echo_n "checking for $ac_word... " >&6; }
8005if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8006 $as_echo_n "(cached) " >&6
8007else
8008 if test -n "$OTOOL64"; then
8009 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8010else
8011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8012for as_dir in $PATH
8013do
8014 IFS=$as_save_IFS
8015 test -z "$as_dir" && as_dir=.
8016 for ac_exec_ext in '' $ac_executable_extensions; do
8017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8018 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8020 break 2
8021 fi
8022done
8023 done
8024IFS=$as_save_IFS
8025
8026fi
8027fi
8028OTOOL64=$ac_cv_prog_OTOOL64
8029if test -n "$OTOOL64"; then
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8031$as_echo "$OTOOL64" >&6; }
8032else
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8034$as_echo "no" >&6; }
8035fi
8036
8037
8038fi
8039if test -z "$ac_cv_prog_OTOOL64"; then
8040 ac_ct_OTOOL64=$OTOOL64
8041 # Extract the first word of "otool64", so it can be a program name with args.
8042set dummy otool64; ac_word=$2
8043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8044$as_echo_n "checking for $ac_word... " >&6; }
8045if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8046 $as_echo_n "(cached) " >&6
8047else
8048 if test -n "$ac_ct_OTOOL64"; then
8049 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8050else
8051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8052for as_dir in $PATH
8053do
8054 IFS=$as_save_IFS
8055 test -z "$as_dir" && as_dir=.
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8058 ac_cv_prog_ac_ct_OTOOL64="otool64"
8059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8060 break 2
8061 fi
8062done
8063 done
8064IFS=$as_save_IFS
8065
8066fi
8067fi
8068ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8069if test -n "$ac_ct_OTOOL64"; then
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8071$as_echo "$ac_ct_OTOOL64" >&6; }
8072else
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8074$as_echo "no" >&6; }
8075fi
8076
8077 if test "x$ac_ct_OTOOL64" = x; then
8078 OTOOL64=":"
8079 else
8080 case $cross_compiling:$ac_tool_warned in
8081yes:)
8082{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8083$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8084ac_tool_warned=yes ;;
8085esac
8086 OTOOL64=$ac_ct_OTOOL64
8087 fi
8088else
8089 OTOOL64="$ac_cv_prog_OTOOL64"
8090fi
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8119$as_echo_n "checking for -single_module linker flag... " >&6; }
8120if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8121 $as_echo_n "(cached) " >&6
8122else
8123 lt_cv_apple_cc_single_mod=no
8124 if test -z "${LT_MULTI_MODULE}"; then
8125 # By default we will add the -single_module flag. You can override
8126 # by either setting the environment variable LT_MULTI_MODULE
8127 # non-empty at configure time, or by adding -multi_module to the
8128 # link flags.
8129 rm -rf libconftest.dylib*
8130 echo "int foo(void){return 1;}" > conftest.c
8131 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8132-dynamiclib -Wl,-single_module conftest.c" >&5
8133 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8134 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8135 _lt_result=$?
8136 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8137 lt_cv_apple_cc_single_mod=yes
8138 else
8139 cat conftest.err >&5
8140 fi
8141 rm -rf libconftest.dylib*
8142 rm -f conftest.*
8143 fi
8144fi
8145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8146$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8148$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8149if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8150 $as_echo_n "(cached) " >&6
8151else
8152 lt_cv_ld_exported_symbols_list=no
8153 save_LDFLAGS=$LDFLAGS
8154 echo "_main" > conftest.sym
8155 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8157/* end confdefs.h. */
8158
8159int
8160main ()
8161{
8162
8163 ;
8164 return 0;
8165}
8166_ACEOF
8167if ac_fn_c_try_link "$LINENO"; then :
8168 lt_cv_ld_exported_symbols_list=yes
8169else
8170 lt_cv_ld_exported_symbols_list=no
8171fi
8172rm -f core conftest.err conftest.$ac_objext \
8173 conftest$ac_exeext conftest.$ac_ext
8174 LDFLAGS="$save_LDFLAGS"
8175
8176fi
8177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8178$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8180$as_echo_n "checking for -force_load linker flag... " >&6; }
8181if test "${lt_cv_ld_force_load+set}" = set; then :
8182 $as_echo_n "(cached) " >&6
8183else
8184 lt_cv_ld_force_load=no
8185 cat > conftest.c << _LT_EOF
8186int forced_loaded() { return 2;}
8187_LT_EOF
8188 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8189 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8190 echo "$AR cru libconftest.a conftest.o" >&5
8191 $AR cru libconftest.a conftest.o 2>&5
8192 cat > conftest.c << _LT_EOF
8193int main() { return 0;}
8194_LT_EOF
8195 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8196 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8197 _lt_result=$?
8198 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8199 lt_cv_ld_force_load=yes
8200 else
8201 cat conftest.err >&5
8202 fi
8203 rm -f conftest.err libconftest.a conftest conftest.c
8204 rm -rf conftest.dSYM
8205
8206fi
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8208$as_echo "$lt_cv_ld_force_load" >&6; }
8209 case $host_os in
8210 rhapsody* | darwin1.[012])
8211 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8212 darwin1.*)
8213 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8214 darwin*) # darwin 5.x on
8215 # if running on 10.5 or later, the deployment target defaults
8216 # to the OS version, if on x86, and 10.4, the deployment
8217 # target defaults to 10.4. Don't you love it?
8218 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8219 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8220 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8221 10.[012][,.]*)
6bb11ab3
L
8222 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8223 10.*)
8224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8225 esac
8226 ;;
8227 esac
8228 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8229 _lt_dar_single_mod='$single_module'
8230 fi
8231 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8232 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8233 else
8234 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8235 fi
8236 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8237 _lt_dsymutil='~$DSYMUTIL $lib || :'
8238 else
8239 _lt_dsymutil=
8240 fi
8241 ;;
8242 esac
8243
8244for ac_header in dlfcn.h
8245do :
8246 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8247"
8248if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8249 cat >>confdefs.h <<_ACEOF
8250#define HAVE_DLFCN_H 1
8251_ACEOF
8252
8253fi
8254
8255done
8256
8257
8258
8259# autoconf.info says this should be called right after AC_INIT.
8260ac_config_headers="$ac_config_headers config.h:config.in"
8261
8262
8263
0cb8d851
MF
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8265$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8266if test "${ac_cv_c_bigendian+set}" = set; then :
8267 $as_echo_n "(cached) " >&6
8268else
8269 ac_cv_c_bigendian=unknown
8270 # See if we're dealing with a universal compiler.
8271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8272/* end confdefs.h. */
8273#ifndef __APPLE_CC__
8274 not a universal capable compiler
8275 #endif
8276 typedef int dummy;
8277
8278_ACEOF
8279if ac_fn_c_try_compile "$LINENO"; then :
8280
8281 # Check for potential -arch flags. It is not universal unless
8282 # there are at least two -arch flags with different values.
8283 ac_arch=
8284 ac_prev=
8285 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8286 if test -n "$ac_prev"; then
8287 case $ac_word in
8288 i?86 | x86_64 | ppc | ppc64)
8289 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8290 ac_arch=$ac_word
8291 else
8292 ac_cv_c_bigendian=universal
8293 break
8294 fi
8295 ;;
8296 esac
8297 ac_prev=
8298 elif test "x$ac_word" = "x-arch"; then
8299 ac_prev=arch
8300 fi
8301 done
8302fi
8303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8304 if test $ac_cv_c_bigendian = unknown; then
8305 # See if sys/param.h defines the BYTE_ORDER macro.
8306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307/* end confdefs.h. */
8308#include <sys/types.h>
8309 #include <sys/param.h>
8310
8311int
8312main ()
8313{
8314#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8315 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8316 && LITTLE_ENDIAN)
8317 bogus endian macros
8318 #endif
8319
8320 ;
8321 return 0;
8322}
8323_ACEOF
8324if ac_fn_c_try_compile "$LINENO"; then :
8325 # It does; now see whether it defined to BIG_ENDIAN or not.
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327/* end confdefs.h. */
8328#include <sys/types.h>
8329 #include <sys/param.h>
8330
8331int
8332main ()
8333{
8334#if BYTE_ORDER != BIG_ENDIAN
8335 not big endian
8336 #endif
8337
8338 ;
8339 return 0;
8340}
8341_ACEOF
8342if ac_fn_c_try_compile "$LINENO"; then :
8343 ac_cv_c_bigendian=yes
8344else
8345 ac_cv_c_bigendian=no
8346fi
8347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348fi
8349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8350 fi
8351 if test $ac_cv_c_bigendian = unknown; then
8352 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8354/* end confdefs.h. */
8355#include <limits.h>
8356
8357int
8358main ()
8359{
8360#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8361 bogus endian macros
8362 #endif
8363
8364 ;
8365 return 0;
8366}
8367_ACEOF
8368if ac_fn_c_try_compile "$LINENO"; then :
8369 # It does; now see whether it defined to _BIG_ENDIAN or not.
8370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8371/* end confdefs.h. */
8372#include <limits.h>
8373
8374int
8375main ()
8376{
8377#ifndef _BIG_ENDIAN
8378 not big endian
8379 #endif
8380
8381 ;
8382 return 0;
8383}
8384_ACEOF
8385if ac_fn_c_try_compile "$LINENO"; then :
8386 ac_cv_c_bigendian=yes
8387else
8388 ac_cv_c_bigendian=no
8389fi
8390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8391fi
8392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393 fi
8394 if test $ac_cv_c_bigendian = unknown; then
8395 # Compile a test program.
8396 if test "$cross_compiling" = yes; then :
8397 # Try to guess by grepping values from an object file.
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399/* end confdefs.h. */
8400short int ascii_mm[] =
8401 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8402 short int ascii_ii[] =
8403 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8404 int use_ascii (int i) {
8405 return ascii_mm[i] + ascii_ii[i];
8406 }
8407 short int ebcdic_ii[] =
8408 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8409 short int ebcdic_mm[] =
8410 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8411 int use_ebcdic (int i) {
8412 return ebcdic_mm[i] + ebcdic_ii[i];
8413 }
8414 extern int foo;
8415
8416int
8417main ()
8418{
8419return use_ascii (foo) == use_ebcdic (foo);
8420 ;
8421 return 0;
8422}
8423_ACEOF
8424if ac_fn_c_try_compile "$LINENO"; then :
8425 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8426 ac_cv_c_bigendian=yes
8427 fi
8428 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8429 if test "$ac_cv_c_bigendian" = unknown; then
8430 ac_cv_c_bigendian=no
8431 else
8432 # finding both strings is unlikely to happen, but who knows?
8433 ac_cv_c_bigendian=unknown
8434 fi
8435 fi
8436fi
8437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438else
8439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8440/* end confdefs.h. */
8441$ac_includes_default
8442int
8443main ()
8444{
8445
8446 /* Are we little or big endian? From Harbison&Steele. */
8447 union
8448 {
8449 long int l;
8450 char c[sizeof (long int)];
8451 } u;
8452 u.l = 1;
8453 return u.c[sizeof (long int) - 1] == 1;
8454
8455 ;
8456 return 0;
8457}
8458_ACEOF
8459if ac_fn_c_try_run "$LINENO"; then :
8460 ac_cv_c_bigendian=no
8461else
8462 ac_cv_c_bigendian=yes
8463fi
8464rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8465 conftest.$ac_objext conftest.beam conftest.$ac_ext
8466fi
8467
8468 fi
8469fi
8470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8471$as_echo "$ac_cv_c_bigendian" >&6; }
8472 case $ac_cv_c_bigendian in #(
8473 yes)
8474 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8475;; #(
8476 no)
8477 ;; #(
8478 universal)
8479
8480$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8481
8482 ;; #(
8483 *)
8484 as_fn_error "unknown endianness
8485 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8486 esac
8487
6bb11ab3
L
8488
8489
8490
8491# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8492if test -z "$CC_FOR_BUILD"; then
8493 if test "x$cross_compiling" = "xno"; then
8494 CC_FOR_BUILD='$(CC)'
8495 else
8496 CC_FOR_BUILD=gcc
8497 fi
6bb11ab3
L
8498fi
8499
8500
8501
8502
8503AR=${AR-ar}
8504
8505if test -n "$ac_tool_prefix"; then
8506 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8507set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8509$as_echo_n "checking for $ac_word... " >&6; }
8510if test "${ac_cv_prog_RANLIB+set}" = set; then :
8511 $as_echo_n "(cached) " >&6
8512else
8513 if test -n "$RANLIB"; then
8514 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8515else
8516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8517for as_dir in $PATH
8518do
8519 IFS=$as_save_IFS
8520 test -z "$as_dir" && as_dir=.
8521 for ac_exec_ext in '' $ac_executable_extensions; do
8522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8523 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8525 break 2
8526 fi
8527done
8528 done
8529IFS=$as_save_IFS
8530
8531fi
8532fi
8533RANLIB=$ac_cv_prog_RANLIB
8534if test -n "$RANLIB"; then
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8536$as_echo "$RANLIB" >&6; }
8537else
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8539$as_echo "no" >&6; }
8540fi
8541
8542
8543fi
8544if test -z "$ac_cv_prog_RANLIB"; then
8545 ac_ct_RANLIB=$RANLIB
8546 # Extract the first word of "ranlib", so it can be a program name with args.
8547set dummy ranlib; ac_word=$2
8548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549$as_echo_n "checking for $ac_word... " >&6; }
8550if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
8552else
8553 if test -n "$ac_ct_RANLIB"; then
8554 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8555else
8556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557for as_dir in $PATH
8558do
8559 IFS=$as_save_IFS
8560 test -z "$as_dir" && as_dir=.
8561 for ac_exec_ext in '' $ac_executable_extensions; do
8562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8563 ac_cv_prog_ac_ct_RANLIB="ranlib"
8564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8565 break 2
8566 fi
8567done
8568 done
8569IFS=$as_save_IFS
8570
8571fi
8572fi
8573ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8574if test -n "$ac_ct_RANLIB"; then
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8576$as_echo "$ac_ct_RANLIB" >&6; }
8577else
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8579$as_echo "no" >&6; }
8580fi
8581
8582 if test "x$ac_ct_RANLIB" = x; then
8583 RANLIB=":"
8584 else
8585 case $cross_compiling:$ac_tool_warned in
8586yes:)
8587{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8588$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8589ac_tool_warned=yes ;;
8590esac
8591 RANLIB=$ac_ct_RANLIB
8592 fi
8593else
8594 RANLIB="$ac_cv_prog_RANLIB"
8595fi
8596
8597
8598# Some of the common include files depend on bfd.h, and bfd.h checks
8599# that config.h is included first by testing that the PACKAGE macro
8600# is defined.
8601PACKAGE=sim
8602
8603cat >>confdefs.h <<_ACEOF
8604#define PACKAGE "$PACKAGE"
8605_ACEOF
8606
8607
8608
8609# Dependency checking.
8610ac_config_commands="$ac_config_commands depdir"
8611
8612
8613depcc="$CC" am_compiler_list=
8614
8615am_depcomp=$ac_aux_dir/depcomp
8616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8617$as_echo_n "checking dependency style of $depcc... " >&6; }
8618if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8619 $as_echo_n "(cached) " >&6
8620else
8621 if test -f "$am_depcomp"; then
8622 # We make a subdir and do the tests there. Otherwise we can end up
8623 # making bogus files that we don't know about and never remove. For
8624 # instance it was reported that on HP-UX the gcc test will end up
8625 # making a dummy file named `D' -- because `-MD' means `put the output
8626 # in D'.
8627 mkdir conftest.dir
8628 # Copy depcomp to subdir because otherwise we won't find it if we're
8629 # using a relative directory.
8630 cp "$am_depcomp" conftest.dir
8631 cd conftest.dir
8632 # We will build objects and dependencies in a subdirectory because
8633 # it helps to detect inapplicable dependency modes. For instance
8634 # both Tru64's cc and ICC support -MD to output dependencies as a
8635 # side effect of compilation, but ICC will put the dependencies in
8636 # the current directory while Tru64 will put them in the object
8637 # directory.
8638 mkdir sub
8639
8640 am_cv_CC_dependencies_compiler_type=none
8641 if test "$am_compiler_list" = ""; then
8642 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8643 fi
8644 for depmode in $am_compiler_list; do
8645 if test $depmode = none; then break; fi
8646
8647 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8648 # Setup a source with many dependencies, because some compilers
8649 # like to wrap large dependency lists on column 80 (with \), and
8650 # we should not choose a depcomp mode which is confused by this.
8651 #
8652 # We need to recreate these files for each test, as the compiler may
8653 # overwrite some of them when testing with obscure command lines.
8654 # This happens at least with the AIX C compiler.
8655 : > sub/conftest.c
8656 for i in 1 2 3 4 5 6; do
8657 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8658 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8659 # Solaris 8's {/usr,}/bin/sh.
8660 touch sub/conftst$i.h
8661 done
8662 echo "include sub/conftest.Po" > confmf
8663
8664 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8665 # mode. It turns out that the SunPro C++ compiler does not properly
8666 # handle `-M -o', and we need to detect this.
8667 depcmd="depmode=$depmode \
8668 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8669 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8670 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8671 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8672 if env $depcmd > conftest.err 2>&1 &&
8673 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8674 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8675 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8676 # icc doesn't choke on unknown options, it will just issue warnings
8677 # or remarks (even with -Werror). So we grep stderr for any message
8678 # that says an option was ignored or not supported.
8679 # When given -MP, icc 7.0 and 7.1 complain thusly:
8680 # icc: Command line warning: ignoring option '-M'; no argument required
8681 # The diagnosis changed in icc 8.0:
8682 # icc: Command line remark: option '-MP' not supported
8683 if (grep 'ignoring option' conftest.err ||
8684 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8685 am_cv_CC_dependencies_compiler_type=$depmode
8686 $as_echo "$as_me:$LINENO: success" >&5
8687 break
8688 fi
8689 fi
8690 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8691 sed -e 's/^/| /' < conftest.err >&5
8692 done
8693
8694 cd ..
8695 rm -rf conftest.dir
8696else
8697 am_cv_CC_dependencies_compiler_type=none
8698fi
8699
8700fi
8701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8702$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8703if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8704then as_fn_error "no usable dependency style found" "$LINENO" 5
8705else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8706
8707fi
8708
8709
8710# Check for the 'make' the user wants to use.
8711for ac_prog in make
8712do
8713 # Extract the first word of "$ac_prog", so it can be a program name with args.
8714set dummy $ac_prog; ac_word=$2
8715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8716$as_echo_n "checking for $ac_word... " >&6; }
8717if test "${ac_cv_prog_MAKE+set}" = set; then :
8718 $as_echo_n "(cached) " >&6
8719else
8720 if test -n "$MAKE"; then
8721 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8722else
8723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8724for as_dir in $PATH
8725do
8726 IFS=$as_save_IFS
8727 test -z "$as_dir" && as_dir=.
8728 for ac_exec_ext in '' $ac_executable_extensions; do
8729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8730 ac_cv_prog_MAKE="$ac_prog"
8731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8732 break 2
8733 fi
8734done
8735 done
8736IFS=$as_save_IFS
8737
8738fi
8739fi
8740MAKE=$ac_cv_prog_MAKE
8741if test -n "$MAKE"; then
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8743$as_echo "$MAKE" >&6; }
8744else
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8746$as_echo "no" >&6; }
8747fi
8748
8749
8750 test -n "$MAKE" && break
8751done
8752
8753MAKE_IS_GNU=
8754case "`$MAKE --version 2>&1 | sed 1q`" in
8755 *GNU*)
8756 MAKE_IS_GNU=yes
8757 ;;
8758esac
8759 if test "$MAKE_IS_GNU" = yes; then
8760 GMAKE_TRUE=
8761 GMAKE_FALSE='#'
8762else
8763 GMAKE_TRUE='#'
8764 GMAKE_FALSE=
8765fi
8766
8767
8768ALL_LINGUAS=
8769# If we haven't got the data from the intl directory,
8770# assume NLS is disabled.
8771USE_NLS=no
8772LIBINTL=
8773LIBINTL_DEP=
8774INCINTL=
8775XGETTEXT=
8776GMSGFMT=
8777POSUB=
8778
8779if test -f ../../intl/config.intl; then
8780 . ../../intl/config.intl
8781fi
8782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8783$as_echo_n "checking whether NLS is requested... " >&6; }
8784if test x"$USE_NLS" != xyes; then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8786$as_echo "no" >&6; }
8787else
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8789$as_echo "yes" >&6; }
8790
8791$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8792
8793
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8795$as_echo_n "checking for catalogs to be installed... " >&6; }
8796 # Look for .po and .gmo files in the source directory.
8797 CATALOGS=
8798 XLINGUAS=
8799 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8800 # If there aren't any .gmo files the shell will give us the
8801 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8802 # weeded out.
8803 case "$cat" in *\**)
8804 continue;;
8805 esac
8806 # The quadruple backslash is collapsed to a double backslash
8807 # by the backticks, then collapsed again by the double quotes,
8808 # leaving us with one backslash in the sed expression (right
8809 # before the dot that mustn't act as a wildcard).
8810 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8811 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8812 # The user is allowed to set LINGUAS to a list of languages to
8813 # install catalogs for. If it's empty that means "all of them."
8814 if test "x$LINGUAS" = x; then
8815 CATALOGS="$CATALOGS $cat"
8816 XLINGUAS="$XLINGUAS $lang"
8817 else
8818 case "$LINGUAS" in *$lang*)
8819 CATALOGS="$CATALOGS $cat"
8820 XLINGUAS="$XLINGUAS $lang"
8821 ;;
8822 esac
8823 fi
8824 done
8825 LINGUAS="$XLINGUAS"
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8827$as_echo "$LINGUAS" >&6; }
8828
8829
8830 DATADIRNAME=share
8831
8832 INSTOBJEXT=.mo
8833
8834 GENCAT=gencat
8835
8836 CATOBJEXT=.gmo
8837
8838fi
8839
8840# Check for common headers.
8841# FIXME: Seems to me this can cause problems for i386-windows hosts.
8842# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8843for ac_header in stdlib.h string.h strings.h unistd.h time.h
8844do :
8845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8846ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8847eval as_val=\$$as_ac_Header
8848 if test "x$as_val" = x""yes; then :
8849 cat >>confdefs.h <<_ACEOF
8850#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8851_ACEOF
8852
8853fi
8854
8855done
8856
936df756 8857for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8858do :
8859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8860ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8861eval as_val=\$$as_ac_Header
8862 if test "x$as_val" = x""yes; then :
8863 cat >>confdefs.h <<_ACEOF
8864#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8865_ACEOF
8866
8867fi
8868
8869done
8870
8871for ac_header in fcntl.h fpu_control.h
8872do :
8873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8874ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8875eval as_val=\$$as_ac_Header
8876 if test "x$as_val" = x""yes; then :
8877 cat >>confdefs.h <<_ACEOF
8878#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8879_ACEOF
8880
8881fi
8882
8883done
8884
8885for ac_header in dlfcn.h errno.h sys/stat.h
8886do :
8887 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8888ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8889eval as_val=\$$as_ac_Header
8890 if test "x$as_val" = x""yes; then :
8891 cat >>confdefs.h <<_ACEOF
8892#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8893_ACEOF
8894
8895fi
8896
8897done
8898
8899for ac_func in getrusage time sigaction __setfpucw
8900do :
8901 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8902ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8903eval as_val=\$$as_ac_var
8904 if test "x$as_val" = x""yes; then :
8905 cat >>confdefs.h <<_ACEOF
8906#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8907_ACEOF
8908
8909fi
8910done
8911
936df756
MF
8912for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8913do :
8914 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8915ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8916eval as_val=\$$as_ac_var
8917 if test "x$as_val" = x""yes; then :
8918 cat >>confdefs.h <<_ACEOF
8919#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8920_ACEOF
8921
8922fi
8923done
8924
8925ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8926#include <sys/types.h>
8927#endif
8928#ifdef HAVE_SYS_STAT_H
8929#include <sys/stat.h>
8930#endif
8931"
8932if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8933
8934cat >>confdefs.h <<_ACEOF
8935#define HAVE_STRUCT_STAT_ST_DEV 1
8936_ACEOF
8937
8938
8939fi
8940ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8941#include <sys/types.h>
8942#endif
8943#ifdef HAVE_SYS_STAT_H
8944#include <sys/stat.h>
8945#endif
8946"
8947if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8948
8949cat >>confdefs.h <<_ACEOF
8950#define HAVE_STRUCT_STAT_ST_INO 1
8951_ACEOF
8952
8953
8954fi
8955ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8956#include <sys/types.h>
8957#endif
8958#ifdef HAVE_SYS_STAT_H
8959#include <sys/stat.h>
8960#endif
8961"
8962if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8963
8964cat >>confdefs.h <<_ACEOF
8965#define HAVE_STRUCT_STAT_ST_MODE 1
8966_ACEOF
8967
8968
8969fi
8970ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8971#include <sys/types.h>
8972#endif
8973#ifdef HAVE_SYS_STAT_H
8974#include <sys/stat.h>
8975#endif
8976"
8977if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8978
8979cat >>confdefs.h <<_ACEOF
8980#define HAVE_STRUCT_STAT_ST_NLINK 1
8981_ACEOF
8982
8983
8984fi
8985ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8986#include <sys/types.h>
8987#endif
8988#ifdef HAVE_SYS_STAT_H
8989#include <sys/stat.h>
8990#endif
8991"
8992if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8993
8994cat >>confdefs.h <<_ACEOF
8995#define HAVE_STRUCT_STAT_ST_UID 1
8996_ACEOF
8997
8998
8999fi
9000ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9001#include <sys/types.h>
9002#endif
9003#ifdef HAVE_SYS_STAT_H
9004#include <sys/stat.h>
9005#endif
9006"
9007if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9008
9009cat >>confdefs.h <<_ACEOF
9010#define HAVE_STRUCT_STAT_ST_GID 1
9011_ACEOF
9012
9013
9014fi
9015ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9016#include <sys/types.h>
9017#endif
9018#ifdef HAVE_SYS_STAT_H
9019#include <sys/stat.h>
9020#endif
9021"
9022if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9023
9024cat >>confdefs.h <<_ACEOF
9025#define HAVE_STRUCT_STAT_ST_RDEV 1
9026_ACEOF
9027
9028
9029fi
9030ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9031#include <sys/types.h>
9032#endif
9033#ifdef HAVE_SYS_STAT_H
9034#include <sys/stat.h>
9035#endif
9036"
9037if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9038
9039cat >>confdefs.h <<_ACEOF
9040#define HAVE_STRUCT_STAT_ST_SIZE 1
9041_ACEOF
9042
9043
9044fi
9045ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9046#include <sys/types.h>
9047#endif
9048#ifdef HAVE_SYS_STAT_H
9049#include <sys/stat.h>
9050#endif
9051"
9052if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9053
9054cat >>confdefs.h <<_ACEOF
9055#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9056_ACEOF
9057
9058
9059fi
9060ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9061#include <sys/types.h>
9062#endif
9063#ifdef HAVE_SYS_STAT_H
9064#include <sys/stat.h>
9065#endif
9066"
9067if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9068
9069cat >>confdefs.h <<_ACEOF
9070#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9071_ACEOF
9072
9073
9074fi
9075ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9076#include <sys/types.h>
9077#endif
9078#ifdef HAVE_SYS_STAT_H
9079#include <sys/stat.h>
9080#endif
9081"
9082if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9083
9084cat >>confdefs.h <<_ACEOF
9085#define HAVE_STRUCT_STAT_ST_ATIME 1
9086_ACEOF
9087
9088
9089fi
9090ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9091#include <sys/types.h>
9092#endif
9093#ifdef HAVE_SYS_STAT_H
9094#include <sys/stat.h>
9095#endif
9096"
9097if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9098
9099cat >>confdefs.h <<_ACEOF
9100#define HAVE_STRUCT_STAT_ST_MTIME 1
9101_ACEOF
9102
9103
9104fi
9105ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9106#include <sys/types.h>
9107#endif
9108#ifdef HAVE_SYS_STAT_H
9109#include <sys/stat.h>
9110#endif
9111"
9112if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9113
9114cat >>confdefs.h <<_ACEOF
9115#define HAVE_STRUCT_STAT_ST_CTIME 1
9116_ACEOF
9117
9118
9119fi
9120
9121ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9122#include <sys/socket.h>
9123
9124"
9125if test "x$ac_cv_type_socklen_t" = x""yes; then :
9126
9127cat >>confdefs.h <<_ACEOF
9128#define HAVE_SOCKLEN_T 1
9129_ACEOF
9130
9131
9132fi
9133
6bb11ab3
L
9134
9135# Check for socket libraries
9136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9137$as_echo_n "checking for bind in -lsocket... " >&6; }
9138if test "${ac_cv_lib_socket_bind+set}" = set; then :
9139 $as_echo_n "(cached) " >&6
9140else
9141 ac_check_lib_save_LIBS=$LIBS
9142LIBS="-lsocket $LIBS"
9143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9144/* end confdefs.h. */
9145
9146/* Override any GCC internal prototype to avoid an error.
9147 Use char because int might match the return type of a GCC
9148 builtin and then its argument prototype would still apply. */
9149#ifdef __cplusplus
9150extern "C"
9151#endif
9152char bind ();
9153int
9154main ()
9155{
9156return bind ();
9157 ;
9158 return 0;
9159}
9160_ACEOF
9161if ac_fn_c_try_link "$LINENO"; then :
9162 ac_cv_lib_socket_bind=yes
9163else
9164 ac_cv_lib_socket_bind=no
9165fi
9166rm -f core conftest.err conftest.$ac_objext \
9167 conftest$ac_exeext conftest.$ac_ext
9168LIBS=$ac_check_lib_save_LIBS
9169fi
9170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9171$as_echo "$ac_cv_lib_socket_bind" >&6; }
9172if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9173 cat >>confdefs.h <<_ACEOF
9174#define HAVE_LIBSOCKET 1
9175_ACEOF
9176
9177 LIBS="-lsocket $LIBS"
9178
9179fi
9180
9181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9182$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9183if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9184 $as_echo_n "(cached) " >&6
9185else
9186 ac_check_lib_save_LIBS=$LIBS
9187LIBS="-lnsl $LIBS"
9188cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9189/* end confdefs.h. */
9190
9191/* Override any GCC internal prototype to avoid an error.
9192 Use char because int might match the return type of a GCC
9193 builtin and then its argument prototype would still apply. */
9194#ifdef __cplusplus
9195extern "C"
9196#endif
9197char gethostbyname ();
9198int
9199main ()
9200{
9201return gethostbyname ();
9202 ;
9203 return 0;
9204}
9205_ACEOF
9206if ac_fn_c_try_link "$LINENO"; then :
9207 ac_cv_lib_nsl_gethostbyname=yes
9208else
9209 ac_cv_lib_nsl_gethostbyname=no
9210fi
9211rm -f core conftest.err conftest.$ac_objext \
9212 conftest$ac_exeext conftest.$ac_ext
9213LIBS=$ac_check_lib_save_LIBS
9214fi
9215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9216$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9217if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9218 cat >>confdefs.h <<_ACEOF
9219#define HAVE_LIBNSL 1
9220_ACEOF
9221
9222 LIBS="-lnsl $LIBS"
9223
9224fi
9225
9226
9227# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9228# using the same condition.
9229
aadc9410 9230 # Use the system's zlib library.
7fed4b0b
L
9231 zlibdir="-L\$(top_builddir)/../zlib"
9232 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9233
aadc9410
MF
9234# Check whether --with-system-zlib was given.
9235if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9236 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9237 zlibdir=
9238 zlibinc=
9239 fi
6bb11ab3
L
9240
9241fi
9242
6bb11ab3 9243
6bb11ab3 9244
6bb11ab3
L
9245
9246
9247# BFD uses libdl when when plugins enabled.
9248
faa743bb
RM
9249 maybe_plugins=no
9250 for ac_header in dlfcn.h
9251do :
9252 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9253"
9254if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9255 cat >>confdefs.h <<_ACEOF
9256#define HAVE_DLFCN_H 1
9257_ACEOF
9258 maybe_plugins=yes
9259fi
9260
9261done
9262
9263 for ac_header in windows.h
9264do :
9265 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9266"
9267if test "x$ac_cv_header_windows_h" = x""yes; then :
9268 cat >>confdefs.h <<_ACEOF
9269#define HAVE_WINDOWS_H 1
9270_ACEOF
9271 maybe_plugins=yes
9272fi
9273
9274done
9275
9276
9277 # Check whether --enable-plugins was given.
6bb11ab3
L
9278if test "${enable_plugins+set}" = set; then :
9279 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9280 no) plugins=no ;;
9281 *) plugins=yes
9282 if test "$maybe_plugins" != "yes" ; then
9283 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9284 fi ;;
9285 esac
6bb11ab3 9286else
faa743bb
RM
9287 plugins=$maybe_plugins
9288
6bb11ab3
L
9289fi
9290
2974be62 9291 if test "$plugins" = "yes"; then
37f980dc
SM
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9293$as_echo_n "checking for library containing dlsym... " >&6; }
9294if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
9295 $as_echo_n "(cached) " >&6
9296else
9297 ac_func_search_save_LIBS=$LIBS
9298cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299/* end confdefs.h. */
9300
9301/* Override any GCC internal prototype to avoid an error.
9302 Use char because int might match the return type of a GCC
9303 builtin and then its argument prototype would still apply. */
9304#ifdef __cplusplus
9305extern "C"
9306#endif
37f980dc 9307char dlsym ();
2974be62
AM
9308int
9309main ()
9310{
37f980dc 9311return dlsym ();
2974be62
AM
9312 ;
9313 return 0;
9314}
9315_ACEOF
9316for ac_lib in '' dl; do
9317 if test -z "$ac_lib"; then
9318 ac_res="none required"
9319 else
9320 ac_res=-l$ac_lib
9321 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9322 fi
9323 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9324 ac_cv_search_dlsym=$ac_res
2974be62
AM
9325fi
9326rm -f core conftest.err conftest.$ac_objext \
9327 conftest$ac_exeext
37f980dc 9328 if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
9329 break
9330fi
9331done
37f980dc 9332if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
9333
9334else
37f980dc 9335 ac_cv_search_dlsym=no
2974be62
AM
9336fi
9337rm conftest.$ac_ext
9338LIBS=$ac_func_search_save_LIBS
9339fi
37f980dc
SM
9340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9341$as_echo "$ac_cv_search_dlsym" >&6; }
9342ac_res=$ac_cv_search_dlsym
2974be62
AM
9343if test "$ac_res" != no; then :
9344 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9345
9346fi
9347
9348 fi
6bb11ab3
L
9349
9350 if test "$plugins" = yes; then
9351 PLUGINS_TRUE=
9352 PLUGINS_FALSE='#'
9353else
9354 PLUGINS_TRUE='#'
9355 PLUGINS_FALSE=
9356fi
9357
9358
9359
9360
9361
9362# Set options
9363enable_dlopen=yes
9364
9365
9366
9367
9368 enable_win32_dll=no
9369
9370
9371 # Check whether --enable-shared was given.
9372if test "${enable_shared+set}" = set; then :
9373 enableval=$enable_shared; p=${PACKAGE-default}
9374 case $enableval in
9375 yes) enable_shared=yes ;;
9376 no) enable_shared=no ;;
9377 *)
9378 enable_shared=no
9379 # Look at the argument we got. We use all the common list separators.
9380 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9381 for pkg in $enableval; do
9382 IFS="$lt_save_ifs"
9383 if test "X$pkg" = "X$p"; then
9384 enable_shared=yes
9385 fi
9386 done
9387 IFS="$lt_save_ifs"
9388 ;;
9389 esac
9390else
9391 enable_shared=yes
9392fi
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402 # Check whether --enable-static was given.
9403if test "${enable_static+set}" = set; then :
9404 enableval=$enable_static; p=${PACKAGE-default}
9405 case $enableval in
9406 yes) enable_static=yes ;;
9407 no) enable_static=no ;;
9408 *)
9409 enable_static=no
9410 # Look at the argument we got. We use all the common list separators.
9411 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9412 for pkg in $enableval; do
9413 IFS="$lt_save_ifs"
9414 if test "X$pkg" = "X$p"; then
9415 enable_static=yes
9416 fi
9417 done
9418 IFS="$lt_save_ifs"
9419 ;;
9420 esac
9421else
9422 enable_static=yes
9423fi
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434# Check whether --with-pic was given.
9435if test "${with_pic+set}" = set; then :
9436 withval=$with_pic; pic_mode="$withval"
9437else
9438 pic_mode=default
9439fi
9440
9441
9442test -z "$pic_mode" && pic_mode=default
9443
9444
9445
9446
9447
9448
9449
9450 # Check whether --enable-fast-install was given.
9451if test "${enable_fast_install+set}" = set; then :
9452 enableval=$enable_fast_install; p=${PACKAGE-default}
9453 case $enableval in
9454 yes) enable_fast_install=yes ;;
9455 no) enable_fast_install=no ;;
9456 *)
9457 enable_fast_install=no
9458 # Look at the argument we got. We use all the common list separators.
9459 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9460 for pkg in $enableval; do
9461 IFS="$lt_save_ifs"
9462 if test "X$pkg" = "X$p"; then
9463 enable_fast_install=yes
9464 fi
9465 done
9466 IFS="$lt_save_ifs"
9467 ;;
9468 esac
9469else
9470 enable_fast_install=yes
9471fi
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483# This can be used to rebuild libtool when needed
9484LIBTOOL_DEPS="$ltmain"
9485
9486# Always use our own libtool.
9487LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514test -z "$LN_S" && LN_S="ln -s"
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529if test -n "${ZSH_VERSION+set}" ; then
9530 setopt NO_GLOB_SUBST
d45a4bef 9531fi
d45a4bef 9532
6bb11ab3
L
9533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9534$as_echo_n "checking for objdir... " >&6; }
9535if test "${lt_cv_objdir+set}" = set; then :
9536 $as_echo_n "(cached) " >&6
9537else
9538 rm -f .libs 2>/dev/null
9539mkdir .libs 2>/dev/null
9540if test -d .libs; then
9541 lt_cv_objdir=.libs
9542else
9543 # MS-DOS does not allow filenames that begin with a dot.
9544 lt_cv_objdir=_libs
9545fi
9546rmdir .libs 2>/dev/null
9547fi
9548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9549$as_echo "$lt_cv_objdir" >&6; }
9550objdir=$lt_cv_objdir
9551
9552
9553
9554
9555
9556cat >>confdefs.h <<_ACEOF
9557#define LT_OBJDIR "$lt_cv_objdir/"
9558_ACEOF
9559
9560
9561
9562
9563case $host_os in
9564aix3*)
9565 # AIX sometimes has problems with the GCC collect2 program. For some
9566 # reason, if we set the COLLECT_NAMES environment variable, the problems
9567 # vanish in a puff of smoke.
9568 if test "X${COLLECT_NAMES+set}" != Xset; then
9569 COLLECT_NAMES=
9570 export COLLECT_NAMES
9571 fi
9572 ;;
81ecdfbb 9573esac
6bb11ab3
L
9574
9575# Global variables:
9576ofile=libtool
9577can_build_shared=yes
9578
9579# All known linkers require a `.a' archive for static linking (except MSVC,
9580# which needs '.lib').
9581libext=a
9582
9583with_gnu_ld="$lt_cv_prog_gnu_ld"
9584
9585old_CC="$CC"
9586old_CFLAGS="$CFLAGS"
9587
9588# Set sane defaults for various variables
9589test -z "$CC" && CC=cc
9590test -z "$LTCC" && LTCC=$CC
9591test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9592test -z "$LD" && LD=ld
9593test -z "$ac_objext" && ac_objext=o
9594
9595for cc_temp in $compiler""; do
9596 case $cc_temp in
9597 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9598 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9599 \-*) ;;
9600 *) break;;
9601 esac
9602done
9603cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9604
9605
9606# Only perform the check for file, if the check method requires it
9607test -z "$MAGIC_CMD" && MAGIC_CMD=file
9608case $deplibs_check_method in
9609file_magic*)
9610 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9612$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9613if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
9615else
9616 case $MAGIC_CMD in
9617[\\/*] | ?:[\\/]*)
9618 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9619 ;;
9620*)
9621 lt_save_MAGIC_CMD="$MAGIC_CMD"
9622 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9623 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9624 for ac_dir in $ac_dummy; do
9625 IFS="$lt_save_ifs"
9626 test -z "$ac_dir" && ac_dir=.
9627 if test -f $ac_dir/${ac_tool_prefix}file; then
9628 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9629 if test -n "$file_magic_test_file"; then
9630 case $deplibs_check_method in
9631 "file_magic "*)
9632 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9633 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9634 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9635 $EGREP "$file_magic_regex" > /dev/null; then
9636 :
9637 else
9638 cat <<_LT_EOF 1>&2
9639
9640*** Warning: the command libtool uses to detect shared libraries,
9641*** $file_magic_cmd, produces output that libtool cannot recognize.
9642*** The result is that libtool may fail to recognize shared libraries
9643*** as such. This will affect the creation of libtool libraries that
9644*** depend on shared libraries, but programs linked with such libtool
9645*** libraries will work regardless of this problem. Nevertheless, you
9646*** may want to report the problem to your system manager and/or to
9647*** bug-libtool@gnu.org
9648
9649_LT_EOF
9650 fi ;;
9651 esac
9652 fi
9653 break
d45a4bef 9654 fi
6bb11ab3
L
9655 done
9656 IFS="$lt_save_ifs"
9657 MAGIC_CMD="$lt_save_MAGIC_CMD"
9658 ;;
9659esac
d45a4bef 9660fi
d45a4bef 9661
6bb11ab3
L
9662MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9663if test -n "$MAGIC_CMD"; then
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9665$as_echo "$MAGIC_CMD" >&6; }
9666else
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9668$as_echo "no" >&6; }
9669fi
81ecdfbb 9670
6bb11ab3
L
9671
9672
9673
9674
9675if test -z "$lt_cv_path_MAGIC_CMD"; then
9676 if test -n "$ac_tool_prefix"; then
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9678$as_echo_n "checking for file... " >&6; }
9679if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9680 $as_echo_n "(cached) " >&6
9681else
9682 case $MAGIC_CMD in
9683[\\/*] | ?:[\\/]*)
9684 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9685 ;;
9686*)
9687 lt_save_MAGIC_CMD="$MAGIC_CMD"
9688 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9689 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9690 for ac_dir in $ac_dummy; do
9691 IFS="$lt_save_ifs"
9692 test -z "$ac_dir" && ac_dir=.
9693 if test -f $ac_dir/file; then
9694 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9695 if test -n "$file_magic_test_file"; then
9696 case $deplibs_check_method in
9697 "file_magic "*)
9698 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9699 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9700 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9701 $EGREP "$file_magic_regex" > /dev/null; then
9702 :
9703 else
9704 cat <<_LT_EOF 1>&2
9705
9706*** Warning: the command libtool uses to detect shared libraries,
9707*** $file_magic_cmd, produces output that libtool cannot recognize.
9708*** The result is that libtool may fail to recognize shared libraries
9709*** as such. This will affect the creation of libtool libraries that
9710*** depend on shared libraries, but programs linked with such libtool
9711*** libraries will work regardless of this problem. Nevertheless, you
9712*** may want to report the problem to your system manager and/or to
9713*** bug-libtool@gnu.org
9714
9715_LT_EOF
9716 fi ;;
9717 esac
9718 fi
9719 break
9720 fi
9721 done
9722 IFS="$lt_save_ifs"
9723 MAGIC_CMD="$lt_save_MAGIC_CMD"
9724 ;;
81ecdfbb 9725esac
6bb11ab3
L
9726fi
9727
9728MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9729if test -n "$MAGIC_CMD"; then
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9731$as_echo "$MAGIC_CMD" >&6; }
9732else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9734$as_echo "no" >&6; }
9735fi
9736
9737
9738 else
9739 MAGIC_CMD=:
9740 fi
9741fi
9742
9743 fi
9744 ;;
9745esac
9746
9747# Use C for the default configuration in the libtool script
9748
9749lt_save_CC="$CC"
9750ac_ext=c
9751ac_cpp='$CPP $CPPFLAGS'
9752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9753ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9754ac_compiler_gnu=$ac_cv_c_compiler_gnu
9755
9756
9757# Source file extension for C test sources.
9758ac_ext=c
9759
9760# Object file extension for compiled C test sources.
9761objext=o
9762objext=$objext
9763
9764# Code to be used in simple compile tests
9765lt_simple_compile_test_code="int some_variable = 0;"
9766
9767# Code to be used in simple link tests
9768lt_simple_link_test_code='int main(){return(0);}'
9769
9770
9771
9772
9773
9774
9775
9776# If no C compiler was specified, use CC.
9777LTCC=${LTCC-"$CC"}
9778
9779# If no C compiler flags were specified, use CFLAGS.
9780LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9781
9782# Allow CC to be a program name with arguments.
9783compiler=$CC
9784
9785# Save the default compiler, since it gets overwritten when the other
9786# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9787compiler_DEFAULT=$CC
9788
9789# save warnings/boilerplate of simple test code
9790ac_outfile=conftest.$ac_objext
9791echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9792eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9793_lt_compiler_boilerplate=`cat conftest.err`
9794$RM conftest*
9795
9796ac_outfile=conftest.$ac_objext
9797echo "$lt_simple_link_test_code" >conftest.$ac_ext
9798eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9799_lt_linker_boilerplate=`cat conftest.err`
9800$RM -r conftest*
9801
9802
9803## CAVEAT EMPTOR:
9804## There is no encapsulation within the following macros, do not change
9805## the running order or otherwise move them around unless you know exactly
9806## what you are doing...
9807if test -n "$compiler"; then
9808
9809lt_prog_compiler_no_builtin_flag=
9810
9811if test "$GCC" = yes; then
9812 case $cc_basename in
9813 nvcc*)
9814 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9815 *)
9816 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
d45a4bef 9817 esac
6bb11ab3
L
9818
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9820$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9821if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9822 $as_echo_n "(cached) " >&6
d45a4bef 9823else
6bb11ab3
L
9824 lt_cv_prog_compiler_rtti_exceptions=no
9825 ac_outfile=conftest.$ac_objext
9826 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9827 lt_compiler_flag="-fno-rtti -fno-exceptions"
9828 # Insert the option either (1) after the last *FLAGS variable, or
9829 # (2) before a word containing "conftest.", or (3) at the end.
9830 # Note that $ac_compile itself does not contain backslashes and begins
9831 # with a dollar sign (not a hyphen), so the echo should work correctly.
9832 # The option is referenced via a variable to avoid confusing sed.
9833 lt_compile=`echo "$ac_compile" | $SED \
9834 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9835 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9836 -e 's:$: $lt_compiler_flag:'`
9837 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9838 (eval "$lt_compile" 2>conftest.err)
9839 ac_status=$?
9840 cat conftest.err >&5
9841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9842 if (exit $ac_status) && test -s "$ac_outfile"; then
9843 # The compiler can only warn and ignore the option if not recognized
9844 # So say no if there are warnings other than the usual output.
9845 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9846 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9847 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9848 lt_cv_prog_compiler_rtti_exceptions=yes
9849 fi
9850 fi
9851 $RM conftest*
9852
d45a4bef 9853fi
6bb11ab3
L
9854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9855$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9856
9857if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9858 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9859else
9860 :
9861fi
9862
9863fi
9864
9865
9866
9867
9868
9869
9870 lt_prog_compiler_wl=
9871lt_prog_compiler_pic=
9872lt_prog_compiler_static=
9873
9874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9875$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9876
9877 if test "$GCC" = yes; then
9878 lt_prog_compiler_wl='-Wl,'
9879 lt_prog_compiler_static='-static'
9880
9881 case $host_os in
9882 aix*)
9883 # All AIX code is PIC.
9884 if test "$host_cpu" = ia64; then
9885 # AIX 5 now supports IA64 processor
9886 lt_prog_compiler_static='-Bstatic'
9887 fi
9888 lt_prog_compiler_pic='-fPIC'
9889 ;;
9890
9891 amigaos*)
9892 case $host_cpu in
9893 powerpc)
9894 # see comment about AmigaOS4 .so support
9895 lt_prog_compiler_pic='-fPIC'
9896 ;;
9897 m68k)
9898 # FIXME: we need at least 68020 code to build shared libraries, but
9899 # adding the `-m68020' flag to GCC prevents building anything better,
9900 # like `-m68040'.
9901 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9902 ;;
9903 esac
9904 ;;
9905
9906 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9907 # PIC is the default for these OSes.
9908 ;;
9909
9910 mingw* | cygwin* | pw32* | os2* | cegcc*)
9911 # This hack is so that the source file can tell whether it is being
9912 # built for inclusion in a dll (and should export symbols for example).
9913 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9914 # (--disable-auto-import) libraries
9915 lt_prog_compiler_pic='-DDLL_EXPORT'
9916 ;;
9917
9918 darwin* | rhapsody*)
9919 # PIC is the default on this platform
9920 # Common symbols not allowed in MH_DYLIB files
9921 lt_prog_compiler_pic='-fno-common'
9922 ;;
9923
9924 haiku*)
9925 # PIC is the default for Haiku.
9926 # The "-static" flag exists, but is broken.
9927 lt_prog_compiler_static=
9928 ;;
9929
9930 hpux*)
9931 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9932 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9933 # sets the default TLS model and affects inlining.
9934 case $host_cpu in
9935 hppa*64*)
9936 # +Z the default
9937 ;;
9938 *)
9939 lt_prog_compiler_pic='-fPIC'
9940 ;;
9941 esac
9942 ;;
9943
9944 interix[3-9]*)
9945 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9946 # Instead, we relocate shared libraries at runtime.
9947 ;;
9948
9949 msdosdjgpp*)
9950 # Just because we use GCC doesn't mean we suddenly get shared libraries
9951 # on systems that don't support them.
9952 lt_prog_compiler_can_build_shared=no
9953 enable_shared=no
9954 ;;
9955
9956 *nto* | *qnx*)
9957 # QNX uses GNU C++, but need to define -shared option too, otherwise
9958 # it will coredump.
9959 lt_prog_compiler_pic='-fPIC -shared'
9960 ;;
9961
9962 sysv4*MP*)
9963 if test -d /usr/nec; then
9964 lt_prog_compiler_pic=-Kconform_pic
9965 fi
9966 ;;
9967
9968 *)
9969 lt_prog_compiler_pic='-fPIC'
9970 ;;
9971 esac
9972
9973 case $cc_basename in
9974 nvcc*) # Cuda Compiler Driver 2.2
9975 lt_prog_compiler_wl='-Xlinker '
9976 lt_prog_compiler_pic='-Xcompiler -fPIC'
9977 ;;
9978 esac
9979 else
9980 # PORTME Check for flag to pass linker flags through the system compiler.
9981 case $host_os in
9982 aix*)
9983 lt_prog_compiler_wl='-Wl,'
9984 if test "$host_cpu" = ia64; then
9985 # AIX 5 now supports IA64 processor
9986 lt_prog_compiler_static='-Bstatic'
9987 else
9988 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9989 fi
9990 ;;
9991
9992 mingw* | cygwin* | pw32* | os2* | cegcc*)
9993 # This hack is so that the source file can tell whether it is being
9994 # built for inclusion in a dll (and should export symbols for example).
9995 lt_prog_compiler_pic='-DDLL_EXPORT'
9996 ;;
9997
9998 hpux9* | hpux10* | hpux11*)
9999 lt_prog_compiler_wl='-Wl,'
10000 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10001 # not for PA HP-UX.
10002 case $host_cpu in
10003 hppa*64*|ia64*)
10004 # +Z the default
10005 ;;
10006 *)
10007 lt_prog_compiler_pic='+Z'
10008 ;;
10009 esac
10010 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10011 lt_prog_compiler_static='${wl}-a ${wl}archive'
10012 ;;
10013
10014 irix5* | irix6* | nonstopux*)
10015 lt_prog_compiler_wl='-Wl,'
10016 # PIC (with -KPIC) is the default.
10017 lt_prog_compiler_static='-non_shared'
10018 ;;
10019
10020 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10021 case $cc_basename in
10022 # old Intel for x86_64 which still supported -KPIC.
10023 ecc*)
10024 lt_prog_compiler_wl='-Wl,'
10025 lt_prog_compiler_pic='-KPIC'
10026 lt_prog_compiler_static='-static'
10027 ;;
10028 # icc used to be incompatible with GCC.
10029 # ICC 10 doesn't accept -KPIC any more.
10030 icc* | ifort*)
10031 lt_prog_compiler_wl='-Wl,'
10032 lt_prog_compiler_pic='-fPIC'
10033 lt_prog_compiler_static='-static'
10034 ;;
10035 # Lahey Fortran 8.1.
10036 lf95*)
10037 lt_prog_compiler_wl='-Wl,'
10038 lt_prog_compiler_pic='--shared'
10039 lt_prog_compiler_static='--static'
10040 ;;
10041 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10042 # Portland Group compilers (*not* the Pentium gcc compiler,
10043 # which looks to be a dead project)
10044 lt_prog_compiler_wl='-Wl,'
10045 lt_prog_compiler_pic='-fpic'
10046 lt_prog_compiler_static='-Bstatic'
10047 ;;
10048 ccc*)
10049 lt_prog_compiler_wl='-Wl,'
10050 # All Alpha code is PIC.
10051 lt_prog_compiler_static='-non_shared'
10052 ;;
10053 xl* | bgxl* | bgf* | mpixl*)
10054 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10055 lt_prog_compiler_wl='-Wl,'
10056 lt_prog_compiler_pic='-qpic'
10057 lt_prog_compiler_static='-qstaticlink'
10058 ;;
10059 *)
10060 case `$CC -V 2>&1 | sed 5q` in
10061 *Sun\ F* | *Sun*Fortran*)
10062 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10063 lt_prog_compiler_pic='-KPIC'
10064 lt_prog_compiler_static='-Bstatic'
10065 lt_prog_compiler_wl=''
10066 ;;
10067 *Sun\ C*)
10068 # Sun C 5.9
10069 lt_prog_compiler_pic='-KPIC'
10070 lt_prog_compiler_static='-Bstatic'
10071 lt_prog_compiler_wl='-Wl,'
10072 ;;
10073 esac
10074 ;;
10075 esac
10076 ;;
10077
10078 newsos6)
10079 lt_prog_compiler_pic='-KPIC'
10080 lt_prog_compiler_static='-Bstatic'
10081 ;;
10082
10083 *nto* | *qnx*)
10084 # QNX uses GNU C++, but need to define -shared option too, otherwise
10085 # it will coredump.
10086 lt_prog_compiler_pic='-fPIC -shared'
10087 ;;
10088
10089 osf3* | osf4* | osf5*)
10090 lt_prog_compiler_wl='-Wl,'
10091 # All OSF/1 code is PIC.
10092 lt_prog_compiler_static='-non_shared'
10093 ;;
10094
10095 rdos*)
10096 lt_prog_compiler_static='-non_shared'
10097 ;;
d45a4bef 10098
6bb11ab3
L
10099 solaris*)
10100 lt_prog_compiler_pic='-KPIC'
10101 lt_prog_compiler_static='-Bstatic'
10102 case $cc_basename in
10103 f77* | f90* | f95*)
10104 lt_prog_compiler_wl='-Qoption ld ';;
10105 *)
10106 lt_prog_compiler_wl='-Wl,';;
10107 esac
10108 ;;
d45a4bef 10109
6bb11ab3
L
10110 sunos4*)
10111 lt_prog_compiler_wl='-Qoption ld '
10112 lt_prog_compiler_pic='-PIC'
10113 lt_prog_compiler_static='-Bstatic'
10114 ;;
d45a4bef 10115
6bb11ab3
L
10116 sysv4 | sysv4.2uw2* | sysv4.3*)
10117 lt_prog_compiler_wl='-Wl,'
10118 lt_prog_compiler_pic='-KPIC'
10119 lt_prog_compiler_static='-Bstatic'
10120 ;;
10121
10122 sysv4*MP*)
10123 if test -d /usr/nec ;then
10124 lt_prog_compiler_pic='-Kconform_pic'
10125 lt_prog_compiler_static='-Bstatic'
10126 fi
10127 ;;
10128
10129 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10130 lt_prog_compiler_wl='-Wl,'
10131 lt_prog_compiler_pic='-KPIC'
10132 lt_prog_compiler_static='-Bstatic'
10133 ;;
10134
10135 unicos*)
10136 lt_prog_compiler_wl='-Wl,'
10137 lt_prog_compiler_can_build_shared=no
10138 ;;
10139
10140 uts4*)
10141 lt_prog_compiler_pic='-pic'
10142 lt_prog_compiler_static='-Bstatic'
10143 ;;
10144
10145 *)
10146 lt_prog_compiler_can_build_shared=no
10147 ;;
10148 esac
10149 fi
10150
10151case $host_os in
10152 # For platforms which do not support PIC, -DPIC is meaningless:
10153 *djgpp*)
10154 lt_prog_compiler_pic=
10155 ;;
10156 *)
10157 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10158 ;;
81ecdfbb 10159esac
6bb11ab3
L
10160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10161$as_echo "$lt_prog_compiler_pic" >&6; }
10162
10163
10164
10165
10166
10167
10168#
10169# Check to make sure the PIC flag actually works.
10170#
10171if test -n "$lt_prog_compiler_pic"; then
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10173$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10174if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10175 $as_echo_n "(cached) " >&6
d45a4bef 10176else
6bb11ab3
L
10177 lt_cv_prog_compiler_pic_works=no
10178 ac_outfile=conftest.$ac_objext
10179 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10180 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10181 # Insert the option either (1) after the last *FLAGS variable, or
10182 # (2) before a word containing "conftest.", or (3) at the end.
10183 # Note that $ac_compile itself does not contain backslashes and begins
10184 # with a dollar sign (not a hyphen), so the echo should work correctly.
10185 # The option is referenced via a variable to avoid confusing sed.
10186 lt_compile=`echo "$ac_compile" | $SED \
10187 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10188 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10189 -e 's:$: $lt_compiler_flag:'`
10190 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10191 (eval "$lt_compile" 2>conftest.err)
10192 ac_status=$?
10193 cat conftest.err >&5
10194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195 if (exit $ac_status) && test -s "$ac_outfile"; then
10196 # The compiler can only warn and ignore the option if not recognized
10197 # So say no if there are warnings other than the usual output.
10198 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10199 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10200 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10201 lt_cv_prog_compiler_pic_works=yes
10202 fi
10203 fi
10204 $RM conftest*
d45a4bef 10205
d45a4bef 10206fi
6bb11ab3
L
10207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10208$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10209
10210if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10211 case $lt_prog_compiler_pic in
10212 "" | " "*) ;;
10213 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10214 esac
10215else
10216 lt_prog_compiler_pic=
10217 lt_prog_compiler_can_build_shared=no
d45a4bef 10218fi
6bb11ab3
L
10219
10220fi
10221
10222
10223
10224
10225
10226
10227#
10228# Check to make sure the static flag actually works.
10229#
10230wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10232$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10233if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10234 $as_echo_n "(cached) " >&6
d45a4bef 10235else
6bb11ab3
L
10236 lt_cv_prog_compiler_static_works=no
10237 save_LDFLAGS="$LDFLAGS"
10238 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10239 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10240 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10241 # The linker can only warn and ignore the option if not recognized
10242 # So say no if there are warnings
10243 if test -s conftest.err; then
10244 # Append any errors to the config.log.
10245 cat conftest.err 1>&5
10246 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10247 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10248 if diff conftest.exp conftest.er2 >/dev/null; then
10249 lt_cv_prog_compiler_static_works=yes
10250 fi
10251 else
10252 lt_cv_prog_compiler_static_works=yes
10253 fi
10254 fi
10255 $RM -r conftest*
10256 LDFLAGS="$save_LDFLAGS"
d45a4bef 10257
6bb11ab3
L
10258fi
10259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10260$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d45a4bef 10261
6bb11ab3
L
10262if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10263 :
d45a4bef 10264else
6bb11ab3 10265 lt_prog_compiler_static=
d45a4bef 10266fi
d45a4bef 10267
6bb11ab3
L
10268
10269
10270
10271
10272
10273
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10275$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10276if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10277 $as_echo_n "(cached) " >&6
81ecdfbb 10278else
6bb11ab3
L
10279 lt_cv_prog_compiler_c_o=no
10280 $RM -r conftest 2>/dev/null
10281 mkdir conftest
10282 cd conftest
10283 mkdir out
10284 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10285
10286 lt_compiler_flag="-o out/conftest2.$ac_objext"
10287 # Insert the option either (1) after the last *FLAGS variable, or
10288 # (2) before a word containing "conftest.", or (3) at the end.
10289 # Note that $ac_compile itself does not contain backslashes and begins
10290 # with a dollar sign (not a hyphen), so the echo should work correctly.
10291 lt_compile=`echo "$ac_compile" | $SED \
10292 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10293 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10294 -e 's:$: $lt_compiler_flag:'`
10295 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10296 (eval "$lt_compile" 2>out/conftest.err)
10297 ac_status=$?
10298 cat out/conftest.err >&5
10299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10300 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10301 then
10302 # The compiler can only warn and ignore the option if not recognized
10303 # So say no if there are warnings
10304 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10305 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10306 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10307 lt_cv_prog_compiler_c_o=yes
10308 fi
10309 fi
10310 chmod u+w . 2>&5
10311 $RM conftest*
10312 # SGI C++ compiler will create directory out/ii_files/ for
10313 # template instantiation
10314 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10315 $RM out/* && rmdir out
10316 cd ..
10317 $RM -r conftest
10318 $RM conftest*
10319
81ecdfbb 10320fi
6bb11ab3
L
10321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10322$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10323
10324
10325
10326
10327
10328
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10330$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10331if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10332 $as_echo_n "(cached) " >&6
10333else
6bb11ab3
L
10334 lt_cv_prog_compiler_c_o=no
10335 $RM -r conftest 2>/dev/null
10336 mkdir conftest
10337 cd conftest
10338 mkdir out
10339 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10340
10341 lt_compiler_flag="-o out/conftest2.$ac_objext"
10342 # Insert the option either (1) after the last *FLAGS variable, or
10343 # (2) before a word containing "conftest.", or (3) at the end.
10344 # Note that $ac_compile itself does not contain backslashes and begins
10345 # with a dollar sign (not a hyphen), so the echo should work correctly.
10346 lt_compile=`echo "$ac_compile" | $SED \
10347 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10348 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10349 -e 's:$: $lt_compiler_flag:'`
10350 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10351 (eval "$lt_compile" 2>out/conftest.err)
10352 ac_status=$?
10353 cat out/conftest.err >&5
10354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10356 then
10357 # The compiler can only warn and ignore the option if not recognized
10358 # So say no if there are warnings
10359 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10360 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10361 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10362 lt_cv_prog_compiler_c_o=yes
10363 fi
10364 fi
10365 chmod u+w . 2>&5
10366 $RM conftest*
10367 # SGI C++ compiler will create directory out/ii_files/ for
10368 # template instantiation
10369 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10370 $RM out/* && rmdir out
10371 cd ..
10372 $RM -r conftest
10373 $RM conftest*
10374
10375fi
10376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10377$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10378
10379
10380
10381
10382hard_links="nottested"
10383if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10384 # do not overwrite the value of need_locks provided by the user
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10386$as_echo_n "checking if we can lock with hard links... " >&6; }
10387 hard_links=yes
10388 $RM conftest*
10389 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10390 touch conftest.a
10391 ln conftest.a conftest.b 2>&5 || hard_links=no
10392 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10394$as_echo "$hard_links" >&6; }
10395 if test "$hard_links" = no; then
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10397$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10398 need_locks=warn
10399 fi
10400else
10401 need_locks=no
10402fi
10403
10404
10405
10406
10407
10408
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10410$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10411
10412 runpath_var=
10413 allow_undefined_flag=
10414 always_export_symbols=no
10415 archive_cmds=
10416 archive_expsym_cmds=
10417 compiler_needs_object=no
10418 enable_shared_with_static_runtimes=no
10419 export_dynamic_flag_spec=
10420 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10421 hardcode_automatic=no
10422 hardcode_direct=no
10423 hardcode_direct_absolute=no
10424 hardcode_libdir_flag_spec=
10425 hardcode_libdir_flag_spec_ld=
10426 hardcode_libdir_separator=
10427 hardcode_minus_L=no
10428 hardcode_shlibpath_var=unsupported
10429 inherit_rpath=no
10430 link_all_deplibs=unknown
10431 module_cmds=
10432 module_expsym_cmds=
10433 old_archive_from_new_cmds=
10434 old_archive_from_expsyms_cmds=
10435 thread_safe_flag_spec=
10436 whole_archive_flag_spec=
10437 # include_expsyms should be a list of space-separated symbols to be *always*
10438 # included in the symbol list
10439 include_expsyms=
10440 # exclude_expsyms can be an extended regexp of symbols to exclude
10441 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10442 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10443 # as well as any symbol that contains `d'.
10444 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10445 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10446 # platforms (ab)use it in PIC code, but their linkers get confused if
10447 # the symbol is explicitly referenced. Since portable code cannot
10448 # rely on this symbol name, it's probably fine to never include it in
10449 # preloaded symbol tables.
10450 # Exclude shared library initialization/finalization symbols.
10451 extract_expsyms_cmds=
10452
10453 case $host_os in
10454 cygwin* | mingw* | pw32* | cegcc*)
10455 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10456 # When not using gcc, we currently assume that we are using
10457 # Microsoft Visual C++.
10458 if test "$GCC" != yes; then
10459 with_gnu_ld=no
10460 fi
10461 ;;
10462 interix*)
10463 # we just hope/assume this is gcc and not c89 (= MSVC++)
10464 with_gnu_ld=yes
10465 ;;
10466 openbsd*)
10467 with_gnu_ld=no
10468 ;;
10469 esac
d45a4bef 10470
6bb11ab3
L
10471 ld_shlibs=yes
10472
10473 # On some targets, GNU ld is compatible enough with the native linker
10474 # that we're better off using the native interface for both.
10475 lt_use_gnu_ld_interface=no
10476 if test "$with_gnu_ld" = yes; then
10477 case $host_os in
10478 aix*)
10479 # The AIX port of GNU ld has always aspired to compatibility
10480 # with the native linker. However, as the warning in the GNU ld
10481 # block says, versions before 2.19.5* couldn't really create working
10482 # shared libraries, regardless of the interface used.
10483 case `$LD -v 2>&1` in
10484 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10485 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10486 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10487 *)
10488 lt_use_gnu_ld_interface=yes
10489 ;;
10490 esac
10491 ;;
10492 *)
10493 lt_use_gnu_ld_interface=yes
10494 ;;
10495 esac
10496 fi
d45a4bef 10497
6bb11ab3
L
10498 if test "$lt_use_gnu_ld_interface" = yes; then
10499 # If archive_cmds runs LD, not CC, wlarc should be empty
10500 wlarc='${wl}'
10501
10502 # Set some defaults for GNU ld with shared library support. These
10503 # are reset later if shared libraries are not supported. Putting them
10504 # here allows them to be overridden if necessary.
10505 runpath_var=LD_RUN_PATH
10506 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10507 export_dynamic_flag_spec='${wl}--export-dynamic'
10508 # ancient GNU ld didn't support --whole-archive et. al.
10509 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10510 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10511 else
10512 whole_archive_flag_spec=
10513 fi
10514 supports_anon_versioning=no
10515 case `$LD -v 2>&1` in
10516 *GNU\ gold*) supports_anon_versioning=yes ;;
10517 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10518 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10519 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10520 *\ 2.11.*) ;; # other 2.11 versions
10521 *) supports_anon_versioning=yes ;;
10522 esac
10523
10524 # See if GNU ld supports shared libraries.
10525 case $host_os in
10526 aix[3-9]*)
10527 # On AIX/PPC, the GNU linker is very broken
10528 if test "$host_cpu" != ia64; then
10529 ld_shlibs=no
10530 cat <<_LT_EOF 1>&2
10531
10532*** Warning: the GNU linker, at least up to release 2.19, is reported
10533*** to be unable to reliably create shared libraries on AIX.
10534*** Therefore, libtool is disabling shared libraries support. If you
10535*** really care for shared libraries, you may want to install binutils
10536*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10537*** You will then need to restart the configuration process.
10538
10539_LT_EOF
10540 fi
10541 ;;
10542
10543 amigaos*)
10544 case $host_cpu in
10545 powerpc)
10546 # see comment about AmigaOS4 .so support
10547 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10548 archive_expsym_cmds=''
10549 ;;
10550 m68k)
10551 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)'
10552 hardcode_libdir_flag_spec='-L$libdir'
10553 hardcode_minus_L=yes
10554 ;;
10555 esac
10556 ;;
10557
10558 beos*)
10559 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10560 allow_undefined_flag=unsupported
10561 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10562 # support --undefined. This deserves some investigation. FIXME
10563 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10564 else
10565 ld_shlibs=no
10566 fi
10567 ;;
10568
10569 cygwin* | mingw* | pw32* | cegcc*)
10570 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10571 # as there is no search path for DLLs.
10572 hardcode_libdir_flag_spec='-L$libdir'
10573 export_dynamic_flag_spec='${wl}--export-all-symbols'
10574 allow_undefined_flag=unsupported
10575 always_export_symbols=no
10576 enable_shared_with_static_runtimes=yes
10577 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10578
10579 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10580 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10581 # If the export-symbols file already is a .def file (1st line
10582 # is EXPORTS), use it as is; otherwise, prepend...
10583 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10584 cp $export_symbols $output_objdir/$soname.def;
10585 else
10586 echo EXPORTS > $output_objdir/$soname.def;
10587 cat $export_symbols >> $output_objdir/$soname.def;
10588 fi~
10589 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10590 else
10591 ld_shlibs=no
10592 fi
10593 ;;
10594
10595 haiku*)
10596 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10597 link_all_deplibs=yes
10598 ;;
10599
10600 interix[3-9]*)
10601 hardcode_direct=no
10602 hardcode_shlibpath_var=no
10603 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10604 export_dynamic_flag_spec='${wl}-E'
10605 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10606 # Instead, shared libraries are loaded at an image base (0x10000000 by
10607 # default) and relocated if they conflict, which is a slow very memory
10608 # consuming and fragmenting process. To avoid this, we pick a random,
10609 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10610 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10611 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10612 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'
10613 ;;
10614
10615 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10616 tmp_diet=no
10617 if test "$host_os" = linux-dietlibc; then
10618 case $cc_basename in
10619 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10620 esac
10621 fi
10622 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10623 && test "$tmp_diet" = no
10624 then
ae7d0cac 10625 tmp_addflag=' $pic_flag'
6bb11ab3
L
10626 tmp_sharedflag='-shared'
10627 case $cc_basename,$host_cpu in
10628 pgcc*) # Portland Group C compiler
10629 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'
10630 tmp_addflag=' $pic_flag'
10631 ;;
10632 pgf77* | pgf90* | pgf95* | pgfortran*)
10633 # Portland Group f77 and f90 compilers
10634 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'
10635 tmp_addflag=' $pic_flag -Mnomain' ;;
10636 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10637 tmp_addflag=' -i_dynamic' ;;
10638 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10639 tmp_addflag=' -i_dynamic -nofor_main' ;;
10640 ifc* | ifort*) # Intel Fortran compiler
10641 tmp_addflag=' -nofor_main' ;;
10642 lf95*) # Lahey Fortran 8.1
10643 whole_archive_flag_spec=
10644 tmp_sharedflag='--shared' ;;
10645 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10646 tmp_sharedflag='-qmkshrobj'
10647 tmp_addflag= ;;
10648 nvcc*) # Cuda Compiler Driver 2.2
10649 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'
10650 compiler_needs_object=yes
10651 ;;
10652 esac
10653 case `$CC -V 2>&1 | sed 5q` in
10654 *Sun\ C*) # Sun C 5.9
10655 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'
10656 compiler_needs_object=yes
10657 tmp_sharedflag='-G' ;;
10658 *Sun\ F*) # Sun Fortran 8.3
10659 tmp_sharedflag='-G' ;;
10660 esac
10661 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10662
10663 if test "x$supports_anon_versioning" = xyes; then
10664 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10665 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10666 echo "local: *; };" >> $output_objdir/$libname.ver~
10667 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10668 fi
10669
10670 case $cc_basename in
10671 xlf* | bgf* | bgxlf* | mpixlf*)
10672 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10673 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10674 hardcode_libdir_flag_spec=
10675 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10676 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10677 if test "x$supports_anon_versioning" = xyes; then
10678 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10679 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10680 echo "local: *; };" >> $output_objdir/$libname.ver~
10681 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10682 fi
10683 ;;
10684 esac
10685 else
10686 ld_shlibs=no
10687 fi
10688 ;;
10689
10690 netbsd*)
10691 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10692 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10693 wlarc=
10694 else
10695 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10696 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10697 fi
10698 ;;
10699
10700 solaris*)
10701 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10702 ld_shlibs=no
10703 cat <<_LT_EOF 1>&2
10704
10705*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10706*** create shared libraries on Solaris systems. Therefore, libtool
10707*** is disabling shared libraries support. We urge you to upgrade GNU
10708*** binutils to release 2.9.1 or newer. Another option is to modify
10709*** your PATH or compiler configuration so that the native linker is
10710*** used, and then restart.
10711
10712_LT_EOF
10713 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10714 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10715 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10716 else
10717 ld_shlibs=no
10718 fi
10719 ;;
10720
10721 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10722 case `$LD -v 2>&1` in
10723 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10724 ld_shlibs=no
10725 cat <<_LT_EOF 1>&2
10726
10727*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10728*** reliably create shared libraries on SCO systems. Therefore, libtool
10729*** is disabling shared libraries support. We urge you to upgrade GNU
10730*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10731*** your PATH or compiler configuration so that the native linker is
10732*** used, and then restart.
10733
10734_LT_EOF
10735 ;;
10736 *)
10737 # For security reasons, it is highly recommended that you always
10738 # use absolute paths for naming shared libraries, and exclude the
10739 # DT_RUNPATH tag from executables and libraries. But doing so
10740 # requires that you compile everything twice, which is a pain.
10741 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10742 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10743 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10744 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10745 else
10746 ld_shlibs=no
10747 fi
10748 ;;
10749 esac
10750 ;;
10751
10752 sunos4*)
10753 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10754 wlarc=
10755 hardcode_direct=yes
10756 hardcode_shlibpath_var=no
10757 ;;
10758
10759 *)
10760 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10761 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10762 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10763 else
10764 ld_shlibs=no
10765 fi
10766 ;;
10767 esac
10768
10769 if test "$ld_shlibs" = no; then
10770 runpath_var=
10771 hardcode_libdir_flag_spec=
10772 export_dynamic_flag_spec=
10773 whole_archive_flag_spec=
10774 fi
10775 else
10776 # PORTME fill in a description of your system's linker (not GNU ld)
10777 case $host_os in
10778 aix3*)
10779 allow_undefined_flag=unsupported
10780 always_export_symbols=yes
10781 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'
10782 # Note: this linker hardcodes the directories in LIBPATH if there
10783 # are no directories specified by -L.
10784 hardcode_minus_L=yes
10785 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10786 # Neither direct hardcoding nor static linking is supported with a
10787 # broken collect2.
10788 hardcode_direct=unsupported
10789 fi
10790 ;;
10791
10792 aix[4-9]*)
10793 if test "$host_cpu" = ia64; then
10794 # On IA64, the linker does run time linking by default, so we don't
10795 # have to do anything special.
10796 aix_use_runtimelinking=no
10797 exp_sym_flag='-Bexport'
10798 no_entry_flag=""
10799 else
10800 # If we're using GNU nm, then we don't want the "-C" option.
10801 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10802 # Also, AIX nm treats weak defined symbols like other global
10803 # defined symbols, whereas GNU nm marks them as "W".
10804 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10805 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'
10806 else
5c887dd5 10807 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
10808 fi
10809 aix_use_runtimelinking=no
10810
10811 # Test if we are trying to use run time linking or normal
10812 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10813 # need to do runtime linking.
10814 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10815 for ld_flag in $LDFLAGS; do
10816 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10817 aix_use_runtimelinking=yes
10818 break
10819 fi
10820 done
10821 ;;
10822 esac
10823
10824 exp_sym_flag='-bexport'
10825 no_entry_flag='-bnoentry'
10826 fi
10827
10828 # When large executables or shared objects are built, AIX ld can
10829 # have problems creating the table of contents. If linking a library
10830 # or program results in "error TOC overflow" add -mminimal-toc to
10831 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10832 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10833
10834 archive_cmds=''
10835 hardcode_direct=yes
10836 hardcode_direct_absolute=yes
10837 hardcode_libdir_separator=':'
10838 link_all_deplibs=yes
10839 file_list_spec='${wl}-f,'
10840
10841 if test "$GCC" = yes; then
10842 case $host_os in aix4.[012]|aix4.[012].*)
10843 # We only want to do this on AIX 4.2 and lower, the check
10844 # below for broken collect2 doesn't work under 4.3+
10845 collect2name=`${CC} -print-prog-name=collect2`
10846 if test -f "$collect2name" &&
10847 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10848 then
10849 # We have reworked collect2
10850 :
10851 else
10852 # We have old collect2
10853 hardcode_direct=unsupported
10854 # It fails to find uninstalled libraries when the uninstalled
10855 # path is not listed in the libpath. Setting hardcode_minus_L
10856 # to unsupported forces relinking
10857 hardcode_minus_L=yes
10858 hardcode_libdir_flag_spec='-L$libdir'
10859 hardcode_libdir_separator=
10860 fi
10861 ;;
10862 esac
10863 shared_flag='-shared'
10864 if test "$aix_use_runtimelinking" = yes; then
10865 shared_flag="$shared_flag "'${wl}-G'
10866 fi
10867 else
10868 # not using gcc
10869 if test "$host_cpu" = ia64; then
10870 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10871 # chokes on -Wl,-G. The following line is correct:
10872 shared_flag='-G'
10873 else
10874 if test "$aix_use_runtimelinking" = yes; then
10875 shared_flag='${wl}-G'
10876 else
10877 shared_flag='${wl}-bM:SRE'
10878 fi
10879 fi
10880 fi
10881
10882 export_dynamic_flag_spec='${wl}-bexpall'
10883 # It seems that -bexpall does not export symbols beginning with
10884 # underscore (_), so it is better to generate a list of symbols to export.
10885 always_export_symbols=yes
10886 if test "$aix_use_runtimelinking" = yes; then
10887 # Warning - without using the other runtime loading flags (-brtl),
10888 # -berok will link without error, but may produce a broken library.
10889 allow_undefined_flag='-berok'
10890 # Determine the default libpath from the value encoded in an
10891 # empty executable.
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10893/* end confdefs.h. */
10894
10895int
10896main ()
10897{
10898
10899 ;
10900 return 0;
10901}
10902_ACEOF
6bb11ab3 10903if ac_fn_c_try_link "$LINENO"; then :
d45a4bef 10904
6bb11ab3
L
10905lt_aix_libpath_sed='
10906 /Import File Strings/,/^$/ {
10907 /^0/ {
10908 s/^0 *\(.*\)$/\1/
10909 p
10910 }
10911 }'
10912aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10913# Check for a 64-bit object if we didn't find anything.
10914if test -z "$aix_libpath"; then
10915 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10916fi
10917fi
10918rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
10920if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10921
10922 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10923 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"
10924 else
10925 if test "$host_cpu" = ia64; then
10926 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10927 allow_undefined_flag="-z nodefs"
10928 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"
10929 else
10930 # Determine the default libpath from the value encoded in an
10931 # empty executable.
81ecdfbb
RW
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933/* end confdefs.h. */
10934
10935int
10936main ()
10937{
10938
10939 ;
10940 return 0;
10941}
10942_ACEOF
6bb11ab3
L
10943if ac_fn_c_try_link "$LINENO"; then :
10944
10945lt_aix_libpath_sed='
10946 /Import File Strings/,/^$/ {
10947 /^0/ {
10948 s/^0 *\(.*\)$/\1/
10949 p
10950 }
10951 }'
10952aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10953# Check for a 64-bit object if we didn't find anything.
10954if test -z "$aix_libpath"; then
10955 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10956fi
81ecdfbb 10957fi
6bb11ab3
L
10958rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
10960if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10961
10962 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10963 # Warning - without using the other run time loading flags,
10964 # -berok will link without error, but may produce a broken library.
10965 no_undefined_flag=' ${wl}-bernotok'
10966 allow_undefined_flag=' ${wl}-berok'
10967 if test "$with_gnu_ld" = yes; then
10968 # We only use this code for GNU lds that support --whole-archive.
10969 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10970 else
10971 # Exported symbols can be pulled into shared objects from archives
10972 whole_archive_flag_spec='$convenience'
10973 fi
10974 archive_cmds_need_lc=yes
10975 # This is similar to how AIX traditionally builds its shared libraries.
10976 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'
10977 fi
10978 fi
10979 ;;
10980
10981 amigaos*)
10982 case $host_cpu in
10983 powerpc)
10984 # see comment about AmigaOS4 .so support
10985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10986 archive_expsym_cmds=''
10987 ;;
10988 m68k)
10989 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)'
10990 hardcode_libdir_flag_spec='-L$libdir'
10991 hardcode_minus_L=yes
10992 ;;
10993 esac
10994 ;;
10995
10996 bsdi[45]*)
10997 export_dynamic_flag_spec=-rdynamic
10998 ;;
10999
11000 cygwin* | mingw* | pw32* | cegcc*)
11001 # When not using gcc, we currently assume that we are using
11002 # Microsoft Visual C++.
11003 # hardcode_libdir_flag_spec is actually meaningless, as there is
11004 # no search path for DLLs.
11005 hardcode_libdir_flag_spec=' '
11006 allow_undefined_flag=unsupported
11007 # Tell ltmain to make .lib files, not .a files.
11008 libext=lib
11009 # Tell ltmain to make .dll files, not .so files.
11010 shrext_cmds=".dll"
11011 # FIXME: Setting linknames here is a bad hack.
11012 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11013 # The linker will automatically build a .lib file if we build a DLL.
11014 old_archive_from_new_cmds='true'
11015 # FIXME: Should let the user specify the lib program.
11016 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11017 fix_srcfile_path='`cygpath -w "$srcfile"`'
11018 enable_shared_with_static_runtimes=yes
11019 ;;
11020
11021 darwin* | rhapsody*)
11022
11023
11024 archive_cmds_need_lc=no
11025 hardcode_direct=no
11026 hardcode_automatic=yes
11027 hardcode_shlibpath_var=unsupported
11028 if test "$lt_cv_ld_force_load" = "yes"; then
11029 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
d45a4bef 11030 else
6bb11ab3 11031 whole_archive_flag_spec=''
d45a4bef 11032 fi
6bb11ab3
L
11033 link_all_deplibs=yes
11034 allow_undefined_flag="$_lt_dar_allow_undefined"
11035 case $cc_basename in
11036 ifort*) _lt_dar_can_shared=yes ;;
11037 *) _lt_dar_can_shared=$GCC ;;
11038 esac
11039 if test "$_lt_dar_can_shared" = "yes"; then
11040 output_verbose_link_cmd=func_echo_all
11041 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11042 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11043 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}"
11044 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}"
11045
d45a4bef 11046 else
6bb11ab3 11047 ld_shlibs=no
d45a4bef 11048 fi
6bb11ab3
L
11049
11050 ;;
11051
11052 dgux*)
11053 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11054 hardcode_libdir_flag_spec='-L$libdir'
11055 hardcode_shlibpath_var=no
11056 ;;
11057
11058 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11059 # support. Future versions do this automatically, but an explicit c++rt0.o
11060 # does not break anything, and helps significantly (at the cost of a little
11061 # extra space).
11062 freebsd2.2*)
11063 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11064 hardcode_libdir_flag_spec='-R$libdir'
11065 hardcode_direct=yes
11066 hardcode_shlibpath_var=no
11067 ;;
11068
11069 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11070 freebsd2.*)
11071 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11072 hardcode_direct=yes
11073 hardcode_minus_L=yes
11074 hardcode_shlibpath_var=no
11075 ;;
11076
11077 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11078 freebsd* | dragonfly*)
11079 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11080 hardcode_libdir_flag_spec='-R$libdir'
11081 hardcode_direct=yes
11082 hardcode_shlibpath_var=no
11083 ;;
11084
11085 hpux9*)
11086 if test "$GCC" = yes; then
11087 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'
11088 else
11089 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'
11090 fi
11091 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11092 hardcode_libdir_separator=:
11093 hardcode_direct=yes
11094
11095 # hardcode_minus_L: Not really in the search PATH,
11096 # but as the default location of the library.
11097 hardcode_minus_L=yes
11098 export_dynamic_flag_spec='${wl}-E'
11099 ;;
11100
11101 hpux10*)
11102 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11103 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11104 else
11105 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11106 fi
11107 if test "$with_gnu_ld" = no; then
11108 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11109 hardcode_libdir_flag_spec_ld='+b $libdir'
11110 hardcode_libdir_separator=:
11111 hardcode_direct=yes
11112 hardcode_direct_absolute=yes
11113 export_dynamic_flag_spec='${wl}-E'
11114 # hardcode_minus_L: Not really in the search PATH,
11115 # but as the default location of the library.
11116 hardcode_minus_L=yes
11117 fi
11118 ;;
11119
11120 hpux11*)
11121 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11122 case $host_cpu in
11123 hppa*64*)
11124 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11125 ;;
11126 ia64*)
11127 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11128 ;;
11129 *)
11130 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11131 ;;
11132 esac
11133 else
11134 case $host_cpu in
11135 hppa*64*)
11136 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11137 ;;
11138 ia64*)
11139 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11140 ;;
11141 *)
11142
11143 # Older versions of the 11.00 compiler do not understand -b yet
11144 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11146$as_echo_n "checking if $CC understands -b... " >&6; }
11147if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11148 $as_echo_n "(cached) " >&6
d45a4bef 11149else
6bb11ab3
L
11150 lt_cv_prog_compiler__b=no
11151 save_LDFLAGS="$LDFLAGS"
11152 LDFLAGS="$LDFLAGS -b"
11153 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11154 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11155 # The linker can only warn and ignore the option if not recognized
11156 # So say no if there are warnings
11157 if test -s conftest.err; then
11158 # Append any errors to the config.log.
11159 cat conftest.err 1>&5
11160 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11161 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11162 if diff conftest.exp conftest.er2 >/dev/null; then
11163 lt_cv_prog_compiler__b=yes
11164 fi
11165 else
11166 lt_cv_prog_compiler__b=yes
11167 fi
11168 fi
11169 $RM -r conftest*
11170 LDFLAGS="$save_LDFLAGS"
d45a4bef 11171
6bb11ab3
L
11172fi
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11174$as_echo "$lt_cv_prog_compiler__b" >&6; }
d45a4bef 11175
6bb11ab3
L
11176if test x"$lt_cv_prog_compiler__b" = xyes; then
11177 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11178else
11179 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11180fi
81ecdfbb 11181
6bb11ab3
L
11182 ;;
11183 esac
11184 fi
11185 if test "$with_gnu_ld" = no; then
11186 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11187 hardcode_libdir_separator=:
11188
11189 case $host_cpu in
11190 hppa*64*|ia64*)
11191 hardcode_direct=no
11192 hardcode_shlibpath_var=no
11193 ;;
11194 *)
11195 hardcode_direct=yes
11196 hardcode_direct_absolute=yes
11197 export_dynamic_flag_spec='${wl}-E'
11198
11199 # hardcode_minus_L: Not really in the search PATH,
11200 # but as the default location of the library.
11201 hardcode_minus_L=yes
11202 ;;
11203 esac
11204 fi
11205 ;;
11206
11207 irix5* | irix6* | nonstopux*)
11208 if test "$GCC" = yes; then
11209 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'
11210 # Try to use the -exported_symbol ld option, if it does not
11211 # work, assume that -exports_file does not work either and
11212 # implicitly export all symbols.
11213 save_LDFLAGS="$LDFLAGS"
11214 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11216/* end confdefs.h. */
11217int foo(void) {}
d45a4bef 11218_ACEOF
6bb11ab3
L
11219if ac_fn_c_try_link "$LINENO"; then :
11220 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
d45a4bef
JB
11221
11222fi
6bb11ab3
L
11223rm -f core conftest.err conftest.$ac_objext \
11224 conftest$ac_exeext conftest.$ac_ext
11225 LDFLAGS="$save_LDFLAGS"
11226 else
11227 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'
11228 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'
11229 fi
11230 archive_cmds_need_lc='no'
11231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11232 hardcode_libdir_separator=:
11233 inherit_rpath=yes
11234 link_all_deplibs=yes
11235 ;;
11236
11237 netbsd*)
11238 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11239 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11240 else
11241 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11242 fi
11243 hardcode_libdir_flag_spec='-R$libdir'
11244 hardcode_direct=yes
11245 hardcode_shlibpath_var=no
11246 ;;
11247
11248 newsos6)
11249 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11250 hardcode_direct=yes
11251 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11252 hardcode_libdir_separator=:
11253 hardcode_shlibpath_var=no
11254 ;;
11255
11256 *nto* | *qnx*)
11257 ;;
11258
11259 openbsd*)
11260 if test -f /usr/libexec/ld.so; then
11261 hardcode_direct=yes
11262 hardcode_shlibpath_var=no
11263 hardcode_direct_absolute=yes
11264 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11265 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11266 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11267 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11268 export_dynamic_flag_spec='${wl}-E'
11269 else
11270 case $host_os in
11271 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11272 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11273 hardcode_libdir_flag_spec='-R$libdir'
11274 ;;
11275 *)
11276 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11277 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11278 ;;
11279 esac
11280 fi
11281 else
11282 ld_shlibs=no
11283 fi
11284 ;;
11285
11286 os2*)
11287 hardcode_libdir_flag_spec='-L$libdir'
11288 hardcode_minus_L=yes
11289 allow_undefined_flag=unsupported
11290 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'
11291 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11292 ;;
11293
11294 osf3*)
11295 if test "$GCC" = yes; then
11296 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11297 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'
11298 else
11299 allow_undefined_flag=' -expect_unresolved \*'
11300 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'
11301 fi
11302 archive_cmds_need_lc='no'
11303 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11304 hardcode_libdir_separator=:
11305 ;;
11306
11307 osf4* | osf5*) # as osf3* with the addition of -msym flag
11308 if test "$GCC" = yes; then
11309 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11310 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'
11311 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11312 else
11313 allow_undefined_flag=' -expect_unresolved \*'
11314 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'
11315 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~
11316 $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'
11317
11318 # Both c and cxx compiler support -rpath directly
11319 hardcode_libdir_flag_spec='-rpath $libdir'
11320 fi
11321 archive_cmds_need_lc='no'
11322 hardcode_libdir_separator=:
11323 ;;
11324
11325 solaris*)
11326 no_undefined_flag=' -z defs'
11327 if test "$GCC" = yes; then
11328 wlarc='${wl}'
11329 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11330 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11331 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11332 else
11333 case `$CC -V 2>&1` in
11334 *"Compilers 5.0"*)
11335 wlarc=''
11336 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11337 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11338 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11339 ;;
11340 *)
11341 wlarc='${wl}'
11342 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11343 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11344 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11345 ;;
11346 esac
11347 fi
11348 hardcode_libdir_flag_spec='-R$libdir'
11349 hardcode_shlibpath_var=no
11350 case $host_os in
11351 solaris2.[0-5] | solaris2.[0-5].*) ;;
11352 *)
11353 # The compiler driver will combine and reorder linker options,
11354 # but understands `-z linker_flag'. GCC discards it without `$wl',
11355 # but is careful enough not to reorder.
11356 # Supported since Solaris 2.6 (maybe 2.5.1?)
11357 if test "$GCC" = yes; then
11358 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11359 else
11360 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11361 fi
11362 ;;
11363 esac
11364 link_all_deplibs=yes
11365 ;;
11366
11367 sunos4*)
11368 if test "x$host_vendor" = xsequent; then
11369 # Use $CC to link under sequent, because it throws in some extra .o
11370 # files that make .init and .fini sections work.
11371 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11372 else
11373 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11374 fi
11375 hardcode_libdir_flag_spec='-L$libdir'
11376 hardcode_direct=yes
11377 hardcode_minus_L=yes
11378 hardcode_shlibpath_var=no
11379 ;;
11380
11381 sysv4)
11382 case $host_vendor in
11383 sni)
11384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11385 hardcode_direct=yes # is this really true???
11386 ;;
11387 siemens)
11388 ## LD is ld it makes a PLAMLIB
11389 ## CC just makes a GrossModule.
11390 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11391 reload_cmds='$CC -r -o $output$reload_objs'
11392 hardcode_direct=no
11393 ;;
11394 motorola)
11395 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11396 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11397 ;;
11398 esac
11399 runpath_var='LD_RUN_PATH'
11400 hardcode_shlibpath_var=no
11401 ;;
11402
11403 sysv4.3*)
11404 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11405 hardcode_shlibpath_var=no
11406 export_dynamic_flag_spec='-Bexport'
11407 ;;
11408
11409 sysv4*MP*)
11410 if test -d /usr/nec; then
11411 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11412 hardcode_shlibpath_var=no
11413 runpath_var=LD_RUN_PATH
11414 hardcode_runpath_var=yes
11415 ld_shlibs=yes
11416 fi
11417 ;;
11418
11419 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11420 no_undefined_flag='${wl}-z,text'
11421 archive_cmds_need_lc=no
11422 hardcode_shlibpath_var=no
11423 runpath_var='LD_RUN_PATH'
11424
11425 if test "$GCC" = yes; then
11426 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11428 else
11429 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11430 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11431 fi
11432 ;;
11433
11434 sysv5* | sco3.2v5* | sco5v6*)
11435 # Note: We can NOT use -z defs as we might desire, because we do not
11436 # link with -lc, and that would cause any symbols used from libc to
11437 # always be unresolved, which means just about no library would
11438 # ever link correctly. If we're not using GNU ld we use -z text
11439 # though, which does catch some bad symbols but isn't as heavy-handed
11440 # as -z defs.
11441 no_undefined_flag='${wl}-z,text'
11442 allow_undefined_flag='${wl}-z,nodefs'
11443 archive_cmds_need_lc=no
11444 hardcode_shlibpath_var=no
11445 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11446 hardcode_libdir_separator=':'
11447 link_all_deplibs=yes
11448 export_dynamic_flag_spec='${wl}-Bexport'
11449 runpath_var='LD_RUN_PATH'
11450
11451 if test "$GCC" = yes; then
11452 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 else
11455 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11456 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11457 fi
11458 ;;
11459
11460 uts4*)
11461 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11462 hardcode_libdir_flag_spec='-L$libdir'
11463 hardcode_shlibpath_var=no
11464 ;;
11465
11466 *)
11467 ld_shlibs=no
11468 ;;
11469 esac
11470
11471 if test x$host_vendor = xsni; then
11472 case $host in
11473 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11474 export_dynamic_flag_spec='${wl}-Blargedynsym'
11475 ;;
11476 esac
11477 fi
11478 fi
11479
11480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11481$as_echo "$ld_shlibs" >&6; }
11482test "$ld_shlibs" = no && can_build_shared=no
11483
11484with_gnu_ld=$with_gnu_ld
11485
11486
11487
d45a4bef 11488
d45a4bef 11489
d45a4bef 11490
6ffe910a 11491
6ffe910a
MF
11492
11493
6ffe910a 11494
d45a4bef 11495
d45a4bef
JB
11496
11497
6bb11ab3
L
11498
11499
11500#
11501# Do we need to explicitly link libc?
11502#
11503case "x$archive_cmds_need_lc" in
11504x|xyes)
11505 # Assume -lc should be added
11506 archive_cmds_need_lc=yes
11507
11508 if test "$enable_shared" = yes && test "$GCC" = yes; then
11509 case $archive_cmds in
11510 *'~'*)
11511 # FIXME: we may have to deal with multi-command sequences.
11512 ;;
11513 '$CC '*)
11514 # Test whether the compiler implicitly links with -lc since on some
11515 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11516 # to ld, don't add -lc before -lgcc.
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11518$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11519if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11520 $as_echo_n "(cached) " >&6
d45a4bef 11521else
6bb11ab3
L
11522 $RM conftest*
11523 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11524
11525 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11526 (eval $ac_compile) 2>&5
11527 ac_status=$?
11528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11529 test $ac_status = 0; } 2>conftest.err; then
11530 soname=conftest
11531 lib=conftest
11532 libobjs=conftest.$ac_objext
11533 deplibs=
11534 wl=$lt_prog_compiler_wl
11535 pic_flag=$lt_prog_compiler_pic
11536 compiler_flags=-v
11537 linker_flags=-v
11538 verstring=
11539 output_objdir=.
11540 libname=conftest
11541 lt_save_allow_undefined_flag=$allow_undefined_flag
11542 allow_undefined_flag=
11543 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11544 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11545 ac_status=$?
11546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11547 test $ac_status = 0; }
11548 then
11549 lt_cv_archive_cmds_need_lc=no
11550 else
11551 lt_cv_archive_cmds_need_lc=yes
11552 fi
11553 allow_undefined_flag=$lt_save_allow_undefined_flag
11554 else
11555 cat conftest.err 1>&5
11556 fi
11557 $RM conftest*
d45a4bef 11558
6ffe910a 11559fi
6bb11ab3
L
11560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11561$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11562 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11563 ;;
11564 esac
11565 fi
11566 ;;
6ffe910a 11567esac
d45a4bef
JB
11568
11569
6ffe910a 11570
d45a4bef 11571
81ecdfbb 11572
d45a4bef 11573
d45a4bef 11574
d45a4bef 11575
d45a4bef 11576
d45a4bef 11577
d45a4bef 11578
d45a4bef 11579
d45a4bef 11580
d45a4bef 11581
81ecdfbb 11582
d45a4bef 11583
d45a4bef
JB
11584
11585
81ecdfbb 11586
81ecdfbb 11587
81ecdfbb
RW
11588
11589
81ecdfbb 11590
81ecdfbb 11591
d45a4bef
JB
11592
11593
d45a4bef 11594
d45a4bef 11595
d45a4bef 11596
d45a4bef 11597
81ecdfbb 11598
d45a4bef 11599
d45a4bef 11600
d45a4bef 11601
81ecdfbb 11602
d45a4bef 11603
d45a4bef 11604
d45a4bef 11605
d45a4bef 11606
81ecdfbb 11607
d45a4bef 11608
d45a4bef 11609
d45a4bef 11610
d45a4bef
JB
11611
11612
11613
11614
6ffe910a 11615
2232061b
MF
11616
11617
2232061b 11618
2232061b
MF
11619
11620
2232061b
MF
11621
11622
2232061b 11623
2232061b
MF
11624
11625
6bb11ab3
L
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11726$as_echo_n "checking dynamic linker characteristics... " >&6; }
11727
11728if test "$GCC" = yes; then
11729 case $host_os in
11730 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11731 *) lt_awk_arg="/^libraries:/" ;;
11732 esac
11733 case $host_os in
11734 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11735 *) lt_sed_strip_eq="s,=/,/,g" ;;
11736 esac
11737 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11738 case $lt_search_path_spec in
11739 *\;*)
11740 # if the path contains ";" then we assume it to be the separator
11741 # otherwise default to the standard path separator (i.e. ":") - it is
11742 # assumed that no part of a normal pathname contains ";" but that should
11743 # okay in the real world where ";" in dirpaths is itself problematic.
11744 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11745 ;;
11746 *)
11747 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11748 ;;
11749 esac
11750 # Ok, now we have the path, separated by spaces, we can step through it
11751 # and add multilib dir if necessary.
11752 lt_tmp_lt_search_path_spec=
11753 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11754 for lt_sys_path in $lt_search_path_spec; do
11755 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11756 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11757 else
11758 test -d "$lt_sys_path" && \
11759 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11760 fi
11761 done
11762 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11763BEGIN {RS=" "; FS="/|\n";} {
11764 lt_foo="";
11765 lt_count=0;
11766 for (lt_i = NF; lt_i > 0; lt_i--) {
11767 if ($lt_i != "" && $lt_i != ".") {
11768 if ($lt_i == "..") {
11769 lt_count++;
11770 } else {
11771 if (lt_count == 0) {
11772 lt_foo="/" $lt_i lt_foo;
11773 } else {
11774 lt_count--;
11775 }
11776 }
11777 }
11778 }
11779 if (lt_foo != "") { lt_freq[lt_foo]++; }
11780 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11781}'`
11782 # AWK program above erroneously prepends '/' to C:/dos/paths
11783 # for these hosts.
11784 case $host_os in
11785 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11786 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11787 esac
11788 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11789else
11790 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11791fi
11792library_names_spec=
11793libname_spec='lib$name'
11794soname_spec=
11795shrext_cmds=".so"
11796postinstall_cmds=
11797postuninstall_cmds=
11798finish_cmds=
11799finish_eval=
11800shlibpath_var=
11801shlibpath_overrides_runpath=unknown
11802version_type=none
11803dynamic_linker="$host_os ld.so"
11804sys_lib_dlsearch_path_spec="/lib /usr/lib"
11805need_lib_prefix=unknown
11806hardcode_into_libs=no
11807
11808# when you set need_version to no, make sure it does not cause -set_version
11809# flags to be left without arguments
11810need_version=unknown
11811
11812case $host_os in
11813aix3*)
11814 version_type=linux
11815 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11816 shlibpath_var=LIBPATH
11817
11818 # AIX 3 has no versioning support, so we append a major version to the name.
11819 soname_spec='${libname}${release}${shared_ext}$major'
11820 ;;
11821
11822aix[4-9]*)
11823 version_type=linux
11824 need_lib_prefix=no
11825 need_version=no
11826 hardcode_into_libs=yes
11827 if test "$host_cpu" = ia64; then
11828 # AIX 5 supports IA64
11829 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11830 shlibpath_var=LD_LIBRARY_PATH
11831 else
11832 # With GCC up to 2.95.x, collect2 would create an import file
11833 # for dependence libraries. The import file would start with
11834 # the line `#! .'. This would cause the generated library to
11835 # depend on `.', always an invalid library. This was fixed in
11836 # development snapshots of GCC prior to 3.0.
11837 case $host_os in
11838 aix4 | aix4.[01] | aix4.[01].*)
11839 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11840 echo ' yes '
11841 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11842 :
11843 else
11844 can_build_shared=no
11845 fi
11846 ;;
11847 esac
11848 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11849 # soname into executable. Probably we can add versioning support to
11850 # collect2, so additional links can be useful in future.
11851 if test "$aix_use_runtimelinking" = yes; then
11852 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11853 # instead of lib<name>.a to let people know that these are not
11854 # typical AIX shared libraries.
11855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11856 else
11857 # We preserve .a as extension for shared libraries through AIX4.2
11858 # and later when we are not doing run time linking.
11859 library_names_spec='${libname}${release}.a $libname.a'
11860 soname_spec='${libname}${release}${shared_ext}$major'
11861 fi
11862 shlibpath_var=LIBPATH
11863 fi
11864 ;;
11865
11866amigaos*)
11867 case $host_cpu in
11868 powerpc)
11869 # Since July 2007 AmigaOS4 officially supports .so libraries.
11870 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11871 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11872 ;;
11873 m68k)
11874 library_names_spec='$libname.ixlibrary $libname.a'
11875 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11876 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'
11877 ;;
11878 esac
11879 ;;
11880
11881beos*)
11882 library_names_spec='${libname}${shared_ext}'
11883 dynamic_linker="$host_os ld.so"
11884 shlibpath_var=LIBRARY_PATH
11885 ;;
11886
11887bsdi[45]*)
11888 version_type=linux
11889 need_version=no
11890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11891 soname_spec='${libname}${release}${shared_ext}$major'
11892 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11893 shlibpath_var=LD_LIBRARY_PATH
11894 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11895 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11896 # the default ld.so.conf also contains /usr/contrib/lib and
11897 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11898 # libtool to hard-code these into programs
11899 ;;
11900
11901cygwin* | mingw* | pw32* | cegcc*)
11902 version_type=windows
11903 shrext_cmds=".dll"
11904 need_version=no
11905 need_lib_prefix=no
11906
11907 case $GCC,$host_os in
11908 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11909 library_names_spec='$libname.dll.a'
11910 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11911 postinstall_cmds='base_file=`basename \${file}`~
11912 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11913 dldir=$destdir/`dirname \$dlpath`~
11914 test -d \$dldir || mkdir -p \$dldir~
11915 $install_prog $dir/$dlname \$dldir/$dlname~
11916 chmod a+x \$dldir/$dlname~
11917 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11918 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11919 fi'
11920 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11921 dlpath=$dir/\$dldll~
11922 $RM \$dlpath'
11923 shlibpath_overrides_runpath=yes
11924
11925 case $host_os in
11926 cygwin*)
11927 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11928 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11929
11930 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11931 ;;
11932 mingw* | cegcc*)
11933 # MinGW DLLs use traditional 'lib' prefix
11934 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11935 ;;
11936 pw32*)
11937 # pw32 DLLs use 'pw' prefix rather than 'lib'
11938 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11939 ;;
11940 esac
11941 ;;
11942
11943 *)
11944 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11945 ;;
11946 esac
11947 dynamic_linker='Win32 ld.exe'
11948 # FIXME: first we should search . and the directory the executable is in
11949 shlibpath_var=PATH
11950 ;;
11951
11952darwin* | rhapsody*)
11953 dynamic_linker="$host_os dyld"
11954 version_type=darwin
11955 need_lib_prefix=no
11956 need_version=no
11957 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11958 soname_spec='${libname}${release}${major}$shared_ext'
11959 shlibpath_overrides_runpath=yes
11960 shlibpath_var=DYLD_LIBRARY_PATH
11961 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11962
11963 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11964 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11965 ;;
11966
11967dgux*)
11968 version_type=linux
11969 need_lib_prefix=no
11970 need_version=no
11971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11972 soname_spec='${libname}${release}${shared_ext}$major'
11973 shlibpath_var=LD_LIBRARY_PATH
11974 ;;
11975
11976freebsd* | dragonfly*)
11977 # DragonFly does not have aout. When/if they implement a new
11978 # versioning mechanism, adjust this.
11979 if test -x /usr/bin/objformat; then
11980 objformat=`/usr/bin/objformat`
11981 else
11982 case $host_os in
11983 freebsd[23].*) objformat=aout ;;
11984 *) objformat=elf ;;
11985 esac
11986 fi
11987 version_type=freebsd-$objformat
11988 case $version_type in
11989 freebsd-elf*)
11990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11991 need_version=no
11992 need_lib_prefix=no
11993 ;;
11994 freebsd-*)
11995 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11996 need_version=yes
11997 ;;
11998 esac
11999 shlibpath_var=LD_LIBRARY_PATH
12000 case $host_os in
12001 freebsd2.*)
12002 shlibpath_overrides_runpath=yes
12003 ;;
12004 freebsd3.[01]* | freebsdelf3.[01]*)
12005 shlibpath_overrides_runpath=yes
12006 hardcode_into_libs=yes
12007 ;;
12008 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12009 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12010 shlibpath_overrides_runpath=no
12011 hardcode_into_libs=yes
12012 ;;
12013 *) # from 4.6 on, and DragonFly
12014 shlibpath_overrides_runpath=yes
12015 hardcode_into_libs=yes
12016 ;;
12017 esac
12018 ;;
12019
12020gnu*)
12021 version_type=linux
12022 need_lib_prefix=no
12023 need_version=no
12024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12025 soname_spec='${libname}${release}${shared_ext}$major'
12026 shlibpath_var=LD_LIBRARY_PATH
12027 hardcode_into_libs=yes
12028 ;;
12029
12030haiku*)
12031 version_type=linux
12032 need_lib_prefix=no
12033 need_version=no
12034 dynamic_linker="$host_os runtime_loader"
12035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12036 soname_spec='${libname}${release}${shared_ext}$major'
12037 shlibpath_var=LIBRARY_PATH
12038 shlibpath_overrides_runpath=yes
12039 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12040 hardcode_into_libs=yes
12041 ;;
12042
12043hpux9* | hpux10* | hpux11*)
12044 # Give a soname corresponding to the major version so that dld.sl refuses to
12045 # link against other versions.
12046 version_type=sunos
12047 need_lib_prefix=no
12048 need_version=no
12049 case $host_cpu in
12050 ia64*)
12051 shrext_cmds='.so'
12052 hardcode_into_libs=yes
12053 dynamic_linker="$host_os dld.so"
12054 shlibpath_var=LD_LIBRARY_PATH
12055 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12057 soname_spec='${libname}${release}${shared_ext}$major'
12058 if test "X$HPUX_IA64_MODE" = X32; then
12059 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12060 else
12061 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12062 fi
12063 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12064 ;;
12065 hppa*64*)
12066 shrext_cmds='.sl'
12067 hardcode_into_libs=yes
12068 dynamic_linker="$host_os dld.sl"
12069 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12070 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12071 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12072 soname_spec='${libname}${release}${shared_ext}$major'
12073 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12074 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12075 ;;
12076 *)
12077 shrext_cmds='.sl'
12078 dynamic_linker="$host_os dld.sl"
12079 shlibpath_var=SHLIB_PATH
12080 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12082 soname_spec='${libname}${release}${shared_ext}$major'
12083 ;;
12084 esac
12085 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12086 postinstall_cmds='chmod 555 $lib'
12087 # or fails outright, so override atomically:
12088 install_override_mode=555
12089 ;;
12090
12091interix[3-9]*)
12092 version_type=linux
12093 need_lib_prefix=no
12094 need_version=no
12095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12096 soname_spec='${libname}${release}${shared_ext}$major'
12097 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12098 shlibpath_var=LD_LIBRARY_PATH
12099 shlibpath_overrides_runpath=no
12100 hardcode_into_libs=yes
12101 ;;
12102
12103irix5* | irix6* | nonstopux*)
12104 case $host_os in
12105 nonstopux*) version_type=nonstopux ;;
12106 *)
12107 if test "$lt_cv_prog_gnu_ld" = yes; then
12108 version_type=linux
12109 else
12110 version_type=irix
12111 fi ;;
12112 esac
12113 need_lib_prefix=no
12114 need_version=no
12115 soname_spec='${libname}${release}${shared_ext}$major'
12116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12117 case $host_os in
12118 irix5* | nonstopux*)
12119 libsuff= shlibsuff=
12120 ;;
12121 *)
12122 case $LD in # libtool.m4 will add one of these switches to LD
12123 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12124 libsuff= shlibsuff= libmagic=32-bit;;
12125 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12126 libsuff=32 shlibsuff=N32 libmagic=N32;;
12127 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12128 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12129 *) libsuff= shlibsuff= libmagic=never-match;;
12130 esac
12131 ;;
12132 esac
12133 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12134 shlibpath_overrides_runpath=no
12135 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12136 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12137 hardcode_into_libs=yes
12138 ;;
12139
12140# No shared lib support for Linux oldld, aout, or coff.
12141linux*oldld* | linux*aout* | linux*coff*)
12142 dynamic_linker=no
12143 ;;
12144
12145# This must be Linux ELF.
12146linux* | k*bsd*-gnu | kopensolaris*-gnu)
12147 version_type=linux
12148 need_lib_prefix=no
12149 need_version=no
12150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12151 soname_spec='${libname}${release}${shared_ext}$major'
12152 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12153 shlibpath_var=LD_LIBRARY_PATH
12154 shlibpath_overrides_runpath=no
12155
12156 # Some binutils ld are patched to set DT_RUNPATH
12157 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12158 $as_echo_n "(cached) " >&6
12159else
6bb11ab3
L
12160 lt_cv_shlibpath_overrides_runpath=no
12161 save_LDFLAGS=$LDFLAGS
12162 save_libdir=$libdir
12163 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12164 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12166/* end confdefs.h. */
12167
2232061b
MF
12168int
12169main ()
12170{
12171
12172 ;
12173 return 0;
12174}
12175_ACEOF
6bb11ab3
L
12176if ac_fn_c_try_link "$LINENO"; then :
12177 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12178 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12179fi
2232061b 12180fi
6bb11ab3
L
12181rm -f core conftest.err conftest.$ac_objext \
12182 conftest$ac_exeext conftest.$ac_ext
12183 LDFLAGS=$save_LDFLAGS
12184 libdir=$save_libdir
2232061b 12185
6bb11ab3 12186fi
2232061b 12187
6bb11ab3 12188 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12189
6bb11ab3
L
12190 # This implies no fast_install, which is unacceptable.
12191 # Some rework will be needed to allow for fast_install
12192 # before this can be enabled.
12193 hardcode_into_libs=yes
2232061b 12194
6bb11ab3
L
12195 # Append ld.so.conf contents to the search path
12196 if test -f /etc/ld.so.conf; then
12197 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' ' '`
12198 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12199 fi
2232061b 12200
6bb11ab3
L
12201 # We used to test for /lib/ld.so.1 and disable shared libraries on
12202 # powerpc, because MkLinux only supported shared libraries with the
12203 # GNU dynamic linker. Since this was broken with cross compilers,
12204 # most powerpc-linux boxes support dynamic linking these days and
12205 # people can always --disable-shared, the test was removed, and we
12206 # assume the GNU/Linux dynamic linker is in use.
12207 dynamic_linker='GNU/Linux ld.so'
12208 ;;
12209
12210netbsd*)
12211 version_type=sunos
12212 need_lib_prefix=no
12213 need_version=no
12214 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12216 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12217 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12218 else
6bb11ab3
L
12219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12220 soname_spec='${libname}${release}${shared_ext}$major'
12221 dynamic_linker='NetBSD ld.elf_so'
12222 fi
12223 shlibpath_var=LD_LIBRARY_PATH
12224 shlibpath_overrides_runpath=yes
12225 hardcode_into_libs=yes
12226 ;;
12227
12228newsos6)
12229 version_type=linux
12230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12231 shlibpath_var=LD_LIBRARY_PATH
12232 shlibpath_overrides_runpath=yes
12233 ;;
12234
12235*nto* | *qnx*)
12236 version_type=qnx
12237 need_lib_prefix=no
12238 need_version=no
12239 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12240 soname_spec='${libname}${release}${shared_ext}$major'
12241 shlibpath_var=LD_LIBRARY_PATH
12242 shlibpath_overrides_runpath=no
12243 hardcode_into_libs=yes
12244 dynamic_linker='ldqnx.so'
12245 ;;
12246
12247openbsd*)
12248 version_type=sunos
12249 sys_lib_dlsearch_path_spec="/usr/lib"
12250 need_lib_prefix=no
12251 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12252 case $host_os in
12253 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12254 *) need_version=no ;;
12255 esac
12256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12257 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12258 shlibpath_var=LD_LIBRARY_PATH
12259 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12260 case $host_os in
12261 openbsd2.[89] | openbsd2.[89].*)
12262 shlibpath_overrides_runpath=no
12263 ;;
12264 *)
12265 shlibpath_overrides_runpath=yes
12266 ;;
12267 esac
12268 else
12269 shlibpath_overrides_runpath=yes
12270 fi
12271 ;;
12272
12273os2*)
12274 libname_spec='$name'
12275 shrext_cmds=".dll"
12276 need_lib_prefix=no
12277 library_names_spec='$libname${shared_ext} $libname.a'
12278 dynamic_linker='OS/2 ld.exe'
12279 shlibpath_var=LIBPATH
12280 ;;
12281
12282osf3* | osf4* | osf5*)
12283 version_type=osf
12284 need_lib_prefix=no
12285 need_version=no
12286 soname_spec='${libname}${release}${shared_ext}$major'
12287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12288 shlibpath_var=LD_LIBRARY_PATH
12289 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12290 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12291 ;;
12292
12293rdos*)
12294 dynamic_linker=no
12295 ;;
12296
12297solaris*)
12298 version_type=linux
12299 need_lib_prefix=no
12300 need_version=no
12301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12302 soname_spec='${libname}${release}${shared_ext}$major'
12303 shlibpath_var=LD_LIBRARY_PATH
12304 shlibpath_overrides_runpath=yes
12305 hardcode_into_libs=yes
12306 # ldd complains unless libraries are executable
12307 postinstall_cmds='chmod +x $lib'
12308 ;;
12309
12310sunos4*)
12311 version_type=sunos
12312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12313 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12314 shlibpath_var=LD_LIBRARY_PATH
12315 shlibpath_overrides_runpath=yes
12316 if test "$with_gnu_ld" = yes; then
12317 need_lib_prefix=no
12318 fi
12319 need_version=yes
12320 ;;
12321
12322sysv4 | sysv4.3*)
12323 version_type=linux
12324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12325 soname_spec='${libname}${release}${shared_ext}$major'
12326 shlibpath_var=LD_LIBRARY_PATH
12327 case $host_vendor in
12328 sni)
12329 shlibpath_overrides_runpath=no
12330 need_lib_prefix=no
12331 runpath_var=LD_RUN_PATH
12332 ;;
12333 siemens)
12334 need_lib_prefix=no
12335 ;;
12336 motorola)
12337 need_lib_prefix=no
12338 need_version=no
12339 shlibpath_overrides_runpath=no
12340 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12341 ;;
12342 esac
12343 ;;
12344
12345sysv4*MP*)
12346 if test -d /usr/nec ;then
12347 version_type=linux
12348 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12349 soname_spec='$libname${shared_ext}.$major'
12350 shlibpath_var=LD_LIBRARY_PATH
2232061b 12351 fi
6bb11ab3
L
12352 ;;
12353
12354sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12355 version_type=freebsd-elf
12356 need_lib_prefix=no
12357 need_version=no
12358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12359 soname_spec='${libname}${release}${shared_ext}$major'
12360 shlibpath_var=LD_LIBRARY_PATH
12361 shlibpath_overrides_runpath=yes
12362 hardcode_into_libs=yes
12363 if test "$with_gnu_ld" = yes; then
12364 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12365 else
12366 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12367 case $host_os in
12368 sco3.2v5*)
12369 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12370 ;;
12371 esac
12372 fi
12373 sys_lib_dlsearch_path_spec='/usr/lib'
12374 ;;
12375
12376tpf*)
12377 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12378 version_type=linux
12379 need_lib_prefix=no
12380 need_version=no
12381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12382 shlibpath_var=LD_LIBRARY_PATH
12383 shlibpath_overrides_runpath=no
12384 hardcode_into_libs=yes
12385 ;;
12386
12387uts4*)
12388 version_type=linux
12389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12390 soname_spec='${libname}${release}${shared_ext}$major'
12391 shlibpath_var=LD_LIBRARY_PATH
12392 ;;
12393
12394*)
12395 dynamic_linker=no
12396 ;;
12397esac
12398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12399$as_echo "$dynamic_linker" >&6; }
12400test "$dynamic_linker" = no && can_build_shared=no
12401
12402variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12403if test "$GCC" = yes; then
12404 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12405fi
2232061b 12406
6bb11ab3
L
12407if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12408 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12409fi
12410if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12411 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12412fi
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
2232061b 12439
2232061b 12440
2232061b 12441
2232061b 12442
2232061b
MF
12443
12444
6ffe910a 12445
6ffe910a
MF
12446
12447
12448
12449
12450
2232061b 12451
6ffe910a
MF
12452
12453
12454
12455
6ffe910a 12456
6ffe910a 12457
6ffe910a
MF
12458
12459
6ffe910a 12460
6ffe910a 12461
6ffe910a
MF
12462
12463
5f3ef9d0 12464
5f3ef9d0
JB
12465
12466
12467
db2e4d67
MF
12468
12469
db2e4d67 12470
db2e4d67 12471
db2e4d67 12472
db2e4d67 12473
db2e4d67 12474
db2e4d67 12475
db2e4d67 12476
db2e4d67
MF
12477
12478
db2e4d67 12479
db2e4d67
MF
12480
12481
db2e4d67 12482
db2e4d67
MF
12483
12484
6ffe910a 12485
6ffe910a 12486
6ffe910a
MF
12487
12488
6ffe910a
MF
12489
12490
6ffe910a 12491
6ffe910a 12492
6ffe910a 12493
6ffe910a 12494
6ffe910a 12495
d45a4bef
JB
12496
12497
12498
12499
d45a4bef 12500
d45a4bef 12501
d45a4bef 12502
d45a4bef 12503
d45a4bef 12504
6bb11ab3
L
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12506$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12507hardcode_action=
12508if test -n "$hardcode_libdir_flag_spec" ||
12509 test -n "$runpath_var" ||
12510 test "X$hardcode_automatic" = "Xyes" ; then
d45a4bef 12511
6bb11ab3
L
12512 # We can hardcode non-existent directories.
12513 if test "$hardcode_direct" != no &&
12514 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12515 # have to relink, otherwise we might link with an installed library
12516 # when we should be linking with a yet-to-be-installed one
12517 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12518 test "$hardcode_minus_L" != no; then
12519 # Linking always hardcodes the temporary library directory.
12520 hardcode_action=relink
12521 else
12522 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12523 hardcode_action=immediate
12524 fi
12525else
12526 # We cannot hardcode anything, or else we can only hardcode existing
12527 # directories.
12528 hardcode_action=unsupported
d45a4bef 12529fi
6bb11ab3
L
12530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12531$as_echo "$hardcode_action" >&6; }
d45a4bef 12532
6bb11ab3
L
12533if test "$hardcode_action" = relink ||
12534 test "$inherit_rpath" = yes; then
12535 # Fast installation is not supported
12536 enable_fast_install=no
12537elif test "$shlibpath_overrides_runpath" = yes ||
12538 test "$enable_shared" = no; then
12539 # Fast installation is not necessary
12540 enable_fast_install=needless
12541fi
d45a4bef 12542
6bb11ab3
L
12543
12544
12545
12546
12547
12548 if test "x$enable_dlopen" != xyes; then
12549 enable_dlopen=unknown
12550 enable_dlopen_self=unknown
12551 enable_dlopen_self_static=unknown
12552else
12553 lt_cv_dlopen=no
12554 lt_cv_dlopen_libs=
12555
12556 case $host_os in
12557 beos*)
12558 lt_cv_dlopen="load_add_on"
12559 lt_cv_dlopen_libs=
12560 lt_cv_dlopen_self=yes
12561 ;;
12562
12563 mingw* | pw32* | cegcc*)
12564 lt_cv_dlopen="LoadLibrary"
12565 lt_cv_dlopen_libs=
12566 ;;
12567
12568 cygwin*)
12569 lt_cv_dlopen="dlopen"
12570 lt_cv_dlopen_libs=
12571 ;;
12572
12573 darwin*)
12574 # if libdl is installed we need to link against it
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12576$as_echo_n "checking for dlopen in -ldl... " >&6; }
12577if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579else
12580 ac_check_lib_save_LIBS=$LIBS
12581LIBS="-ldl $LIBS"
12582cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583/* end confdefs.h. */
12584
12585/* Override any GCC internal prototype to avoid an error.
12586 Use char because int might match the return type of a GCC
12587 builtin and then its argument prototype would still apply. */
12588#ifdef __cplusplus
12589extern "C"
12590#endif
12591char dlopen ();
12592int
12593main ()
12594{
12595return dlopen ();
12596 ;
12597 return 0;
12598}
d45a4bef 12599_ACEOF
6bb11ab3
L
12600if ac_fn_c_try_link "$LINENO"; then :
12601 ac_cv_lib_dl_dlopen=yes
12602else
12603 ac_cv_lib_dl_dlopen=no
12604fi
12605rm -f core conftest.err conftest.$ac_objext \
12606 conftest$ac_exeext conftest.$ac_ext
12607LIBS=$ac_check_lib_save_LIBS
12608fi
12609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12610$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12611if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12612 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12613else
12614
12615 lt_cv_dlopen="dyld"
12616 lt_cv_dlopen_libs=
12617 lt_cv_dlopen_self=yes
d45a4bef
JB
12618
12619fi
d45a4bef 12620
6bb11ab3 12621 ;;
d45a4bef 12622
6bb11ab3
L
12623 *)
12624 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12625if test "x$ac_cv_func_shl_load" = x""yes; then :
12626 lt_cv_dlopen="shl_load"
12627else
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12629$as_echo_n "checking for shl_load in -ldld... " >&6; }
12630if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12631 $as_echo_n "(cached) " >&6
12632else
12633 ac_check_lib_save_LIBS=$LIBS
12634LIBS="-ldld $LIBS"
12635cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12636/* end confdefs.h. */
12637
12638/* Override any GCC internal prototype to avoid an error.
12639 Use char because int might match the return type of a GCC
12640 builtin and then its argument prototype would still apply. */
12641#ifdef __cplusplus
12642extern "C"
12643#endif
12644char shl_load ();
12645int
12646main ()
12647{
12648return shl_load ();
12649 ;
12650 return 0;
12651}
12652_ACEOF
12653if ac_fn_c_try_link "$LINENO"; then :
12654 ac_cv_lib_dld_shl_load=yes
12655else
12656 ac_cv_lib_dld_shl_load=no
12657fi
12658rm -f core conftest.err conftest.$ac_objext \
12659 conftest$ac_exeext conftest.$ac_ext
12660LIBS=$ac_check_lib_save_LIBS
12661fi
12662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12663$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12664if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12665 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12666else
12667 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12668if test "x$ac_cv_func_dlopen" = x""yes; then :
12669 lt_cv_dlopen="dlopen"
12670else
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12672$as_echo_n "checking for dlopen in -ldl... " >&6; }
12673if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12674 $as_echo_n "(cached) " >&6
d45a4bef
JB
12675else
12676 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12677LIBS="-ldl $LIBS"
81ecdfbb 12678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12679/* end confdefs.h. */
12680
81ecdfbb
RW
12681/* Override any GCC internal prototype to avoid an error.
12682 Use char because int might match the return type of a GCC
12683 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12684#ifdef __cplusplus
12685extern "C"
12686#endif
6bb11ab3 12687char dlopen ();
d45a4bef
JB
12688int
12689main ()
12690{
6bb11ab3 12691return dlopen ();
d45a4bef
JB
12692 ;
12693 return 0;
12694}
12695_ACEOF
81ecdfbb 12696if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12697 ac_cv_lib_dl_dlopen=yes
d45a4bef 12698else
6bb11ab3 12699 ac_cv_lib_dl_dlopen=no
d45a4bef 12700fi
81ecdfbb
RW
12701rm -f core conftest.err conftest.$ac_objext \
12702 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12703LIBS=$ac_check_lib_save_LIBS
12704fi
6bb11ab3
L
12705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12706$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12707if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12708 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12709else
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12711$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12712if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12713 $as_echo_n "(cached) " >&6
d45a4bef
JB
12714else
12715 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12716LIBS="-lsvld $LIBS"
81ecdfbb 12717cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12718/* end confdefs.h. */
12719
81ecdfbb
RW
12720/* Override any GCC internal prototype to avoid an error.
12721 Use char because int might match the return type of a GCC
12722 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12723#ifdef __cplusplus
12724extern "C"
12725#endif
6bb11ab3 12726char dlopen ();
d45a4bef
JB
12727int
12728main ()
12729{
6bb11ab3 12730return dlopen ();
d45a4bef
JB
12731 ;
12732 return 0;
12733}
12734_ACEOF
81ecdfbb 12735if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12736 ac_cv_lib_svld_dlopen=yes
d45a4bef 12737else
6bb11ab3 12738 ac_cv_lib_svld_dlopen=no
d45a4bef 12739fi
81ecdfbb
RW
12740rm -f core conftest.err conftest.$ac_objext \
12741 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12742LIBS=$ac_check_lib_save_LIBS
12743fi
6bb11ab3
L
12744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12745$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12746if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12747 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12748else
6bb11ab3
L
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12750$as_echo_n "checking for dld_link in -ldld... " >&6; }
12751if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12752 $as_echo_n "(cached) " >&6
b5bd9624 12753else
6bb11ab3
L
12754 ac_check_lib_save_LIBS=$LIBS
12755LIBS="-ldld $LIBS"
81ecdfbb 12756cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12757/* end confdefs.h. */
12758
81ecdfbb
RW
12759/* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
b5bd9624 12761 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12762#ifdef __cplusplus
12763extern "C"
12764#endif
6bb11ab3 12765char dld_link ();
b5bd9624
HPN
12766int
12767main ()
12768{
6bb11ab3 12769return dld_link ();
b5bd9624
HPN
12770 ;
12771 return 0;
81ecdfbb 12772}
b5bd9624 12773_ACEOF
6bb11ab3
L
12774if ac_fn_c_try_link "$LINENO"; then :
12775 ac_cv_lib_dld_dld_link=yes
12776else
12777 ac_cv_lib_dld_dld_link=no
12778fi
12779rm -f core conftest.err conftest.$ac_objext \
12780 conftest$ac_exeext conftest.$ac_ext
12781LIBS=$ac_check_lib_save_LIBS
12782fi
12783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12784$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12785if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12786 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12787fi
12788
12789
12790fi
12791
12792
12793fi
12794
12795
12796fi
12797
12798
12799fi
12800
12801
12802fi
12803
12804 ;;
12805 esac
12806
12807 if test "x$lt_cv_dlopen" != xno; then
12808 enable_dlopen=yes
b5bd9624 12809 else
6bb11ab3
L
12810 enable_dlopen=no
12811 fi
12812
12813 case $lt_cv_dlopen in
12814 dlopen)
12815 save_CPPFLAGS="$CPPFLAGS"
12816 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12817
12818 save_LDFLAGS="$LDFLAGS"
12819 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12820
12821 save_LIBS="$LIBS"
12822 LIBS="$lt_cv_dlopen_libs $LIBS"
12823
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12825$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12826if test "${lt_cv_dlopen_self+set}" = set; then :
12827 $as_echo_n "(cached) " >&6
12828else
12829 if test "$cross_compiling" = yes; then :
12830 lt_cv_dlopen_self=cross
12831else
12832 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12833 lt_status=$lt_dlunknown
12834 cat > conftest.$ac_ext <<_LT_EOF
37f980dc 12835#line 12835 "configure"
6bb11ab3
L
12836#include "confdefs.h"
12837
12838#if HAVE_DLFCN_H
12839#include <dlfcn.h>
12840#endif
12841
12842#include <stdio.h>
12843
12844#ifdef RTLD_GLOBAL
12845# define LT_DLGLOBAL RTLD_GLOBAL
12846#else
12847# ifdef DL_GLOBAL
12848# define LT_DLGLOBAL DL_GLOBAL
12849# else
12850# define LT_DLGLOBAL 0
12851# endif
12852#endif
12853
12854/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12855 find out it does not work in some platform. */
12856#ifndef LT_DLLAZY_OR_NOW
12857# ifdef RTLD_LAZY
12858# define LT_DLLAZY_OR_NOW RTLD_LAZY
12859# else
12860# ifdef DL_LAZY
12861# define LT_DLLAZY_OR_NOW DL_LAZY
12862# else
12863# ifdef RTLD_NOW
12864# define LT_DLLAZY_OR_NOW RTLD_NOW
12865# else
12866# ifdef DL_NOW
12867# define LT_DLLAZY_OR_NOW DL_NOW
12868# else
12869# define LT_DLLAZY_OR_NOW 0
12870# endif
12871# endif
12872# endif
12873# endif
12874#endif
12875
12876/* When -fvisbility=hidden is used, assume the code has been annotated
12877 correspondingly for the symbols needed. */
12878#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12879void fnord () __attribute__((visibility("default")));
12880#endif
12881
12882void fnord () { int i=42; }
12883int main ()
12884{
12885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12886 int status = $lt_dlunknown;
12887
12888 if (self)
12889 {
12890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12891 else
12892 {
12893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12894 else puts (dlerror ());
12895 }
12896 /* dlclose (self); */
12897 }
12898 else
12899 puts (dlerror ());
12900
12901 return status;
12902}
12903_LT_EOF
12904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12905 (eval $ac_link) 2>&5
12906 ac_status=$?
12907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12908 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12909 (./conftest; exit; ) >&5 2>/dev/null
12910 lt_status=$?
12911 case x$lt_status in
12912 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12913 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12914 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12915 esac
12916 else :
12917 # compilation failed
12918 lt_cv_dlopen_self=no
b5bd9624 12919 fi
b5bd9624 12920fi
6bb11ab3
L
12921rm -fr conftest*
12922
12923
b5bd9624 12924fi
6bb11ab3
L
12925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12926$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12927
6bb11ab3
L
12928 if test "x$lt_cv_dlopen_self" = xyes; then
12929 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12931$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12932if test "${lt_cv_dlopen_self_static+set}" = set; then :
12933 $as_echo_n "(cached) " >&6
b5bd9624 12934else
6bb11ab3
L
12935 if test "$cross_compiling" = yes; then :
12936 lt_cv_dlopen_self_static=cross
12937else
12938 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12939 lt_status=$lt_dlunknown
12940 cat > conftest.$ac_ext <<_LT_EOF
37f980dc 12941#line 12941 "configure"
6bb11ab3
L
12942#include "confdefs.h"
12943
12944#if HAVE_DLFCN_H
12945#include <dlfcn.h>
12946#endif
12947
12948#include <stdio.h>
12949
12950#ifdef RTLD_GLOBAL
12951# define LT_DLGLOBAL RTLD_GLOBAL
12952#else
12953# ifdef DL_GLOBAL
12954# define LT_DLGLOBAL DL_GLOBAL
12955# else
12956# define LT_DLGLOBAL 0
12957# endif
12958#endif
12959
12960/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12961 find out it does not work in some platform. */
12962#ifndef LT_DLLAZY_OR_NOW
12963# ifdef RTLD_LAZY
12964# define LT_DLLAZY_OR_NOW RTLD_LAZY
12965# else
12966# ifdef DL_LAZY
12967# define LT_DLLAZY_OR_NOW DL_LAZY
12968# else
12969# ifdef RTLD_NOW
12970# define LT_DLLAZY_OR_NOW RTLD_NOW
12971# else
12972# ifdef DL_NOW
12973# define LT_DLLAZY_OR_NOW DL_NOW
12974# else
12975# define LT_DLLAZY_OR_NOW 0
12976# endif
12977# endif
12978# endif
12979# endif
12980#endif
12981
12982/* When -fvisbility=hidden is used, assume the code has been annotated
12983 correspondingly for the symbols needed. */
12984#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12985void fnord () __attribute__((visibility("default")));
12986#endif
12987
12988void fnord () { int i=42; }
12989int main ()
12990{
12991 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12992 int status = $lt_dlunknown;
12993
12994 if (self)
12995 {
12996 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12997 else
12998 {
12999 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13000 else puts (dlerror ());
13001 }
13002 /* dlclose (self); */
13003 }
13004 else
13005 puts (dlerror ());
13006
13007 return status;
13008}
13009_LT_EOF
13010 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13011 (eval $ac_link) 2>&5
13012 ac_status=$?
13013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13014 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13015 (./conftest; exit; ) >&5 2>/dev/null
13016 lt_status=$?
13017 case x$lt_status in
13018 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13019 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13020 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13021 esac
13022 else :
13023 # compilation failed
13024 lt_cv_dlopen_self_static=no
13025 fi
b5bd9624 13026fi
6bb11ab3
L
13027rm -fr conftest*
13028
13029
b5bd9624 13030fi
6bb11ab3
L
13031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13032$as_echo "$lt_cv_dlopen_self_static" >&6; }
13033 fi
13034
13035 CPPFLAGS="$save_CPPFLAGS"
13036 LDFLAGS="$save_LDFLAGS"
13037 LIBS="$save_LIBS"
13038 ;;
13039 esac
13040
13041 case $lt_cv_dlopen_self in
13042 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13043 *) enable_dlopen_self=unknown ;;
13044 esac
13045
13046 case $lt_cv_dlopen_self_static in
13047 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13048 *) enable_dlopen_self_static=unknown ;;
13049 esac
13050fi
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065
13066
13067
13068striplib=
13069old_striplib=
13070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13071$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13072if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13073 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13074 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13076$as_echo "yes" >&6; }
13077else
13078# FIXME - insert some real tests, host_os isn't really good enough
13079 case $host_os in
13080 darwin*)
13081 if test -n "$STRIP" ; then
13082 striplib="$STRIP -x"
13083 old_striplib="$STRIP -S"
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13085$as_echo "yes" >&6; }
13086 else
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13088$as_echo "no" >&6; }
13089 fi
13090 ;;
13091 *)
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13093$as_echo "no" >&6; }
13094 ;;
13095 esac
13096fi
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109 # Report which library types will actually be built
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13111$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13113$as_echo "$can_build_shared" >&6; }
13114
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13116$as_echo_n "checking whether to build shared libraries... " >&6; }
13117 test "$can_build_shared" = "no" && enable_shared=no
13118
13119 # On AIX, shared libraries and static libraries use the same namespace, and
13120 # are all built from PIC.
13121 case $host_os in
13122 aix3*)
13123 test "$enable_shared" = yes && enable_static=no
13124 if test -n "$RANLIB"; then
13125 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13126 postinstall_cmds='$RANLIB $lib'
13127 fi
13128 ;;
13129
13130 aix[4-9]*)
13131 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13132 test "$enable_shared" = yes && enable_static=no
13133 fi
13134 ;;
13135 esac
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13137$as_echo "$enable_shared" >&6; }
13138
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13140$as_echo_n "checking whether to build static libraries... " >&6; }
13141 # Make sure either enable_shared or enable_static is yes.
13142 test "$enable_shared" = yes || enable_static=yes
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13144$as_echo "$enable_static" >&6; }
13145
13146
13147
13148
13149fi
13150ac_ext=c
13151ac_cpp='$CPP $CPPFLAGS'
13152ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13153ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13154ac_compiler_gnu=$ac_cv_c_compiler_gnu
13155
13156CC="$lt_save_CC"
13157
13158
13159
13160
13161
13162
13163
13164
13165
b5bd9624 13166
b5bd9624 13167
b5bd9624 13168
b5bd9624 13169
6bb11ab3
L
13170 ac_config_commands="$ac_config_commands libtool"
13171
13172
13173
13174
13175# Only expand once:
13176
13177
5912fadd 13178
b5bd9624 13179
d45a4bef
JB
13180. ${srcdir}/../../bfd/configure.host
13181
13182
13183
31e6ad7d
MF
13184
13185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13186$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13187 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13188if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13189 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13190else
13191 USE_MAINTAINER_MODE=no
d45a4bef 13192fi
31e6ad7d
MF
13193
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13195$as_echo "$USE_MAINTAINER_MODE" >&6; }
13196 if test $USE_MAINTAINER_MODE = yes; then
13197 MAINTAINER_MODE_TRUE=
13198 MAINTAINER_MODE_FALSE='#'
d45a4bef 13199else
31e6ad7d
MF
13200 MAINTAINER_MODE_TRUE='#'
13201 MAINTAINER_MODE_FALSE=
81ecdfbb 13202fi
d45a4bef 13203
31e6ad7d
MF
13204 MAINT=$MAINTAINER_MODE_TRUE
13205
13206
d45a4bef 13207
81ecdfbb 13208
ce39bd38
MF
13209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13210$as_echo_n "checking for sim debug setting... " >&6; }
13211sim_debug="0"
81ecdfbb
RW
13212# Check whether --enable-sim-debug was given.
13213if test "${enable_sim_debug+set}" = set; then :
13214 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13215 yes) sim_debug="7";;
13216 no) sim_debug="0";;
13217 *) sim_debug="($enableval)";;
d45a4bef 13218esac
d45a4bef 13219fi
ce39bd38
MF
13220if test "$sim_debug" != "0"; then
13221
13222cat >>confdefs.h <<_ACEOF
13223#define DEBUG $sim_debug
13224_ACEOF
13225
81ecdfbb 13226fi
d45a4bef 13227
ce39bd38
MF
13228cat >>confdefs.h <<_ACEOF
13229#define WITH_DEBUG $sim_debug
13230_ACEOF
13231
13232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13233$as_echo "$sim_debug" >&6; }
d45a4bef 13234
81ecdfbb 13235
ce39bd38
MF
13236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13237$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13238sim_stdio="0"
81ecdfbb
RW
13239# Check whether --enable-sim-stdio was given.
13240if test "${enable_sim_stdio+set}" = set; then :
13241 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13242 yes) sim_stdio="DO_USE_STDIO";;
13243 no) sim_stdio="DONT_USE_STDIO";;
13244 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
d45a4bef 13245esac
81ecdfbb 13246fi
d45a4bef 13247
ce39bd38
MF
13248cat >>confdefs.h <<_ACEOF
13249#define WITH_STDIO $sim_stdio
13250_ACEOF
13251
13252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13253$as_echo "$sim_stdio" >&6; }
d45a4bef 13254
81ecdfbb 13255
ce39bd38
MF
13256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13257$as_echo_n "checking for sim trace settings... " >&6; }
13258sim_trace="~TRACE_debug"
81ecdfbb
RW
13259# Check whether --enable-sim-trace was given.
13260if test "${enable_sim_trace+set}" = set; then :
13261 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13262 yes) sim_trace="-1";;
13263 no) sim_trace="0";;
d45a4bef 13264 [-0-9]*)
ce39bd38 13265 sim_trace="'(${enableval})'";;
2232061b 13266 [[:lower:]]*)
d45a4bef
JB
13267 sim_trace=""
13268 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13269 if test x"$sim_trace" = x; then
ce39bd38 13270 sim_trace="(TRACE_$x"
d45a4bef
JB
13271 else
13272 sim_trace="${sim_trace}|TRACE_$x"
13273 fi
13274 done
ce39bd38 13275 sim_trace="$sim_trace)" ;;
d45a4bef 13276esac
81ecdfbb 13277fi
d45a4bef 13278
ce39bd38
MF
13279cat >>confdefs.h <<_ACEOF
13280#define WITH_TRACE $sim_trace
13281_ACEOF
13282
13283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13284$as_echo "$sim_trace" >&6; }
d45a4bef 13285
81ecdfbb 13286
ce39bd38
MF
13287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13288$as_echo_n "checking for sim profile settings... " >&6; }
13289profile="1"
13290sim_profile="-1"
81ecdfbb
RW
13291# Check whether --enable-sim-profile was given.
13292if test "${enable_sim_profile+set}" = set; then :
13293 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13294 yes) profile="1" sim_profile="-1";;
13295 no) profile="0" sim_profile="0";;
d45a4bef 13296 [-0-9]*)
ce39bd38 13297 profile="(${enableval})" sim_profile="(${enableval})";;
d45a4bef 13298 [a-z]*)
ce39bd38 13299 profile="1"
d45a4bef
JB
13300 sim_profile=""
13301 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13302 if test x"$sim_profile" = x; then
ce39bd38 13303 sim_profile="(PROFILE_$x"
d45a4bef
JB
13304 else
13305 sim_profile="${sim_profile}|PROFILE_$x"
13306 fi
13307 done
ce39bd38 13308 sim_profile="$sim_profile)" ;;
d45a4bef 13309esac
81ecdfbb 13310fi
d45a4bef 13311
ce39bd38
MF
13312cat >>confdefs.h <<_ACEOF
13313#define PROFILE $profile
13314_ACEOF
d45a4bef 13315
6efef468 13316
ce39bd38
MF
13317cat >>confdefs.h <<_ACEOF
13318#define WITH_PROFILE $sim_profile
13319_ACEOF
13320
13321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13322$as_echo "$sim_profile" >&6; }
13323
13324
13325
13326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13327$as_echo_n "checking whether to enable sim asserts... " >&6; }
13328sim_assert="1"
35656e95
MF
13329# Check whether --enable-sim-assert was given.
13330if test "${enable_sim_assert+set}" = set; then :
13331 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13332 yes) sim_assert="1";;
13333 no) sim_assert="0";;
13334 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13335esac
35656e95
MF
13336fi
13337
ce39bd38
MF
13338cat >>confdefs.h <<_ACEOF
13339#define WITH_ASSERT $sim_assert
13340_ACEOF
13341
13342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13343$as_echo "$sim_assert" >&6; }
13344
35656e95 13345
ce39bd38
MF
13346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13347$as_echo_n "checking default sim environment setting... " >&6; }
13348sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13349# Check whether --enable-sim-environment was given.
13350if test "${enable_sim_environment+set}" = set; then :
13351 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13352 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13353 user | USER) sim_environment="USER_ENVIRONMENT";;
13354 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13355 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13356 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13357esac
16f7876d
MF
13358fi
13359
ce39bd38
MF
13360cat >>confdefs.h <<_ACEOF
13361#define WITH_ENVIRONMENT $sim_environment
13362_ACEOF
13363
13364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13365$as_echo "$sim_environment" >&6; }
13366
16f7876d 13367
347fe5bb
MF
13368sim_inline="-DDEFAULT_INLINE=0"
13369# Check whether --enable-sim-inline was given.
13370if test "${enable_sim_inline+set}" = set; then :
13371 enableval=$enable_sim_inline; sim_inline=""
13372case "$enableval" in
13373 no) sim_inline="-DDEFAULT_INLINE=0";;
13374 0) sim_inline="-DDEFAULT_INLINE=0";;
13375 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13376 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13377 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13378 new_flag=""
13379 case "$x" in
13380 *_INLINE=*) new_flag="-D$x";;
13381 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13382 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13383 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13384 esac
13385 if test x"$sim_inline" = x""; then
13386 sim_inline="$new_flag"
13387 else
13388 sim_inline="$sim_inline $new_flag"
13389 fi
13390 done;;
13391esac
13392if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13393 echo "Setting inline flags = $sim_inline" 6>&1
13394fi
13395fi
13396
13397
13398
81ecdfbb
RW
13399
13400# Check whether --with-pkgversion was given.
13401if test "${with_pkgversion+set}" = set; then :
13402 withval=$with_pkgversion; case "$withval" in
13403 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13404 no) PKGVERSION= ;;
13405 *) PKGVERSION="($withval) " ;;
13406 esac
13407else
bf12d44e 13408 PKGVERSION="(SIM) "
6efef468 13409
81ecdfbb
RW
13410fi
13411
6efef468
JM
13412
13413
13414
13415
81ecdfbb
RW
13416# Check whether --with-bugurl was given.
13417if test "${with_bugurl+set}" = set; then :
13418 withval=$with_bugurl; case "$withval" in
13419 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13420 no) BUGURL=
13421 ;;
13422 *) BUGURL="$withval"
13423 ;;
13424 esac
13425else
13426 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13427
81ecdfbb
RW
13428fi
13429
6efef468
JM
13430 case ${BUGURL} in
13431 "")
13432 REPORT_BUGS_TO=
13433 REPORT_BUGS_TEXI=
13434 ;;
13435 *)
13436 REPORT_BUGS_TO="<$BUGURL>"
13437 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13438 ;;
13439 esac;
13440
13441
13442
13443
13444cat >>confdefs.h <<_ACEOF
13445#define PKGVERSION "$PKGVERSION"
13446_ACEOF
13447
13448
13449cat >>confdefs.h <<_ACEOF
13450#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13451_ACEOF
13452
13453
81ecdfbb
RW
13454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13455$as_echo_n "checking return type of signal handlers... " >&6; }
13456if test "${ac_cv_type_signal+set}" = set; then :
13457 $as_echo_n "(cached) " >&6
d45a4bef 13458else
81ecdfbb 13459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
13460/* end confdefs.h. */
13461#include <sys/types.h>
13462#include <signal.h>
d45a4bef
JB
13463
13464int
13465main ()
13466{
81ecdfbb 13467return *(signal (0, 0)) (0) == 1;
d45a4bef
JB
13468 ;
13469 return 0;
13470}
13471_ACEOF
81ecdfbb
RW
13472if ac_fn_c_try_compile "$LINENO"; then :
13473 ac_cv_type_signal=int
d45a4bef 13474else
81ecdfbb 13475 ac_cv_type_signal=void
d45a4bef 13476fi
81ecdfbb 13477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45a4bef 13478fi
81ecdfbb
RW
13479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13480$as_echo "$ac_cv_type_signal" >&6; }
d45a4bef
JB
13481
13482cat >>confdefs.h <<_ACEOF
13483#define RETSIGTYPE $ac_cv_type_signal
13484_ACEOF
13485
13486
13487
13488
13489
d45a4bef 13490
6ffe910a 13491
269e9c18
MF
13492
13493# Check whether --enable-werror was given.
13494if test "${enable_werror+set}" = set; then :
13495 enableval=$enable_werror; case "${enableval}" in
13496 yes | y) ERROR_ON_WARNING="yes" ;;
13497 no | n) ERROR_ON_WARNING="no" ;;
13498 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13499 esac
13500fi
13501
13502
13503# Enable -Werror by default when using gcc
13504if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13505 ERROR_ON_WARNING=yes
13506fi
13507
13508WERROR_CFLAGS=""
13509if test "${ERROR_ON_WARNING}" = yes ; then
13510# NOTE: Disabled in the sim dir due to most sims generating warnings.
13511# WERROR_CFLAGS="-Werror"
13512 true
13513fi
13514
13515build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13516-Wpointer-sign \
13517-Wno-unused -Wunused-value -Wunused-function \
13518-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13519-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13520-Wold-style-declaration -Wold-style-definition"
13521
13522# Enable -Wno-format by default when using gcc on mingw since many
13523# GCC versions complain about %I64.
13524case "${host}" in
13525 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13526 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13527esac
13528
13529# Check whether --enable-build-warnings was given.
13530if test "${enable_build_warnings+set}" = set; then :
13531 enableval=$enable_build_warnings; case "${enableval}" in
13532 yes) ;;
13533 no) build_warnings="-w";;
13534 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13535 build_warnings="${build_warnings} ${t}";;
13536 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13537 build_warnings="${t} ${build_warnings}";;
13538 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13539esac
13540if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13541 echo "Setting compiler warning flags = $build_warnings" 6>&1
13542fi
13543fi
13544# Check whether --enable-sim-build-warnings was given.
13545if test "${enable_sim_build_warnings+set}" = set; then :
13546 enableval=$enable_sim_build_warnings; case "${enableval}" in
13547 yes) ;;
13548 no) build_warnings="-w";;
13549 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13550 build_warnings="${build_warnings} ${t}";;
13551 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13552 build_warnings="${t} ${build_warnings}";;
13553 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13554esac
13555if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13556 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13557fi
13558fi
13559WARN_CFLAGS=""
13560if test "x${build_warnings}" != x -a "x$GCC" = xyes
13561then
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13563$as_echo_n "checking compiler warning flags... " >&6; }
13564 # Separate out the -Werror flag as some files just cannot be
13565 # compiled with it enabled.
13566 for w in ${build_warnings}; do
13567 case $w in
13568 -Werr*) WERROR_CFLAGS=-Werror ;;
13569 *) # Check that GCC accepts it
13570 saved_CFLAGS="$CFLAGS"
13571 CFLAGS="$CFLAGS $w"
13572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13573/* end confdefs.h. */
13574
13575int
13576main ()
13577{
13578
13579 ;
13580 return 0;
13581}
13582_ACEOF
13583if ac_fn_c_try_compile "$LINENO"; then :
13584 WARN_CFLAGS="${WARN_CFLAGS} $w"
13585fi
13586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13587 CFLAGS="$saved_CFLAGS"
13588 esac
13589 done
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13591$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13592fi
13593
13594
340cf1cf 13595for ac_header in sys/select.h termios.h sys/socket.h netinet/in.h netinet/tcp.h
81ecdfbb
RW
13596do :
13597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13598ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13599eval as_val=\$$as_ac_Header
13600 if test "x$as_val" = x""yes; then :
340cf1cf 13601 cat >>confdefs.h <<_ACEOF
81ecdfbb 13602#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
340cf1cf
DD
13603_ACEOF
13604
13605fi
13606
13607done
13608
13609
13610
d45a4bef
JB
13611cgen_breaks=""
13612if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13613cgen_breaks="break cgen_rtx_error";
13614fi
13615
81ecdfbb 13616ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
d45a4bef 13617
81ecdfbb 13618ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
d45a4bef 13619
81ecdfbb 13620ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
d45a4bef 13621
81ecdfbb 13622ac_config_commands="$ac_config_commands Makefile"
d45a4bef 13623
81ecdfbb 13624ac_config_commands="$ac_config_commands stamp-h"
d45a4bef
JB
13625
13626cat >confcache <<\_ACEOF
13627# This file is a shell script that caches the results of configure
13628# tests run on this system so they can be shared between configure
13629# scripts and configure runs, see configure's option --config-cache.
13630# It is not useful on other systems. If it contains results you don't
13631# want to keep, you may remove or edit it.
13632#
13633# config.status only pays attention to the cache file if you give it
13634# the --recheck option to rerun configure.
13635#
13636# `ac_cv_env_foo' variables (set or unset) will be overridden when
13637# loading this file, other *unset* `ac_cv_foo' will be assigned the
13638# following values.
13639
13640_ACEOF
13641
13642# The following way of writing the cache mishandles newlines in values,
13643# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13644# So, we kill variables containing newlines.
d45a4bef
JB
13645# Ultrix sh set writes to stderr and can't be redirected directly,
13646# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13647(
13648 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13649 eval ac_val=\$$ac_var
13650 case $ac_val in #(
13651 *${as_nl}*)
13652 case $ac_var in #(
13653 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13654$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13655 esac
13656 case $ac_var in #(
13657 _ | IFS | as_nl) ;; #(
13658 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13659 *) { eval $ac_var=; unset $ac_var;} ;;
13660 esac ;;
13661 esac
13662 done
13663
d45a4bef 13664 (set) 2>&1 |
81ecdfbb
RW
13665 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13666 *${as_nl}ac_space=\ *)
13667 # `set' does not quote correctly, so add quotes: double-quote
13668 # substitution turns \\\\ into \\, and sed turns \\ into \.
d45a4bef
JB
13669 sed -n \
13670 "s/'/'\\\\''/g;
13671 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13672 ;; #(
d45a4bef
JB
13673 *)
13674 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13675 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 13676 ;;
81ecdfbb
RW
13677 esac |
13678 sort
13679) |
d45a4bef 13680 sed '
81ecdfbb 13681 /^ac_cv_env_/b end
d45a4bef 13682 t clear
81ecdfbb 13683 :clear
d45a4bef
JB
13684 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13685 t end
81ecdfbb
RW
13686 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13687 :end' >>confcache
13688if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13689 if test -w "$cache_file"; then
13690 test "x$cache_file" != "x/dev/null" &&
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13692$as_echo "$as_me: updating cache $cache_file" >&6;}
d45a4bef
JB
13693 cat confcache >$cache_file
13694 else
81ecdfbb
RW
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13696$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
d45a4bef
JB
13697 fi
13698fi
13699rm -f confcache
13700
13701test "x$prefix" = xNONE && prefix=$ac_default_prefix
13702# Let make expand exec_prefix.
13703test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13704
d45a4bef
JB
13705DEFS=-DHAVE_CONFIG_H
13706
13707ac_libobjs=
13708ac_ltlibobjs=
13709for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13710 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13711 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13712 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13713 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13714 # will be set to the directory where LIBOBJS objects are built.
13715 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13716 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
d45a4bef
JB
13717done
13718LIBOBJS=$ac_libobjs
13719
13720LTLIBOBJS=$ac_ltlibobjs
13721
13722
0cb8d851 13723
db2e4d67
MF
13724if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13725 as_fn_error "conditional \"GMAKE\" was never defined.
13726Usually this means the macro was only invoked conditionally." "$LINENO" 5
13727fi
6bb11ab3
L
13728if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13729 as_fn_error "conditional \"PLUGINS\" was never defined.
13730Usually this means the macro was only invoked conditionally." "$LINENO" 5
13731fi
31e6ad7d
MF
13732if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13733 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13734Usually this means the macro was only invoked conditionally." "$LINENO" 5
13735fi
d45a4bef
JB
13736
13737: ${CONFIG_STATUS=./config.status}
81ecdfbb 13738ac_write_fail=0
d45a4bef
JB
13739ac_clean_files_save=$ac_clean_files
13740ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13741{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13742$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13743as_write_fail=0
13744cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
d45a4bef
JB
13745#! $SHELL
13746# Generated by $as_me.
13747# Run this file to recreate the current configuration.
13748# Compiler output produced by configure, useful for debugging
13749# configure, is in config.log if it exists.
13750
13751debug=false
13752ac_cs_recheck=false
13753ac_cs_silent=false
d45a4bef 13754
81ecdfbb
RW
13755SHELL=\${CONFIG_SHELL-$SHELL}
13756export SHELL
13757_ASEOF
13758cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13759## -------------------- ##
13760## M4sh Initialization. ##
13761## -------------------- ##
13762
13763# Be more Bourne compatible
13764DUALCASE=1; export DUALCASE # for MKS sh
13765if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d45a4bef
JB
13766 emulate sh
13767 NULLCMD=:
81ecdfbb 13768 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
13769 # is contrary to our usage. Disable this feature.
13770 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13771 setopt NO_GLOB_SUBST
13772else
13773 case `(set -o) 2>/dev/null` in #(
13774 *posix*) :
13775 set -o posix ;; #(
13776 *) :
13777 ;;
13778esac
d45a4bef 13779fi
d45a4bef 13780
81ecdfbb
RW
13781
13782as_nl='
13783'
13784export as_nl
13785# Printing a long string crashes Solaris 7 /usr/bin/printf.
13786as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13787as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13788as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13789# Prefer a ksh shell builtin over an external printf program on Solaris,
13790# but without wasting forks for bash or zsh.
13791if test -z "$BASH_VERSION$ZSH_VERSION" \
13792 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13793 as_echo='print -r --'
13794 as_echo_n='print -rn --'
13795elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13796 as_echo='printf %s\n'
13797 as_echo_n='printf %s'
13798else
13799 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13800 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13801 as_echo_n='/usr/ucb/echo -n'
13802 else
13803 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13804 as_echo_n_body='eval
13805 arg=$1;
13806 case $arg in #(
13807 *"$as_nl"*)
13808 expr "X$arg" : "X\\(.*\\)$as_nl";
13809 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13810 esac;
13811 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13812 '
13813 export as_echo_n_body
13814 as_echo_n='sh -c $as_echo_n_body as_echo'
13815 fi
13816 export as_echo_body
13817 as_echo='sh -c $as_echo_body as_echo'
13818fi
13819
13820# The user is always right.
13821if test "${PATH_SEPARATOR+set}" != set; then
13822 PATH_SEPARATOR=:
13823 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13824 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13825 PATH_SEPARATOR=';'
13826 }
d45a4bef
JB
13827fi
13828
13829
81ecdfbb
RW
13830# IFS
13831# We need space, tab and new line, in precisely that order. Quoting is
13832# there to prevent editors from complaining about space-tab.
13833# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13834# splitting by setting IFS to empty value.)
13835IFS=" "" $as_nl"
13836
13837# Find who we are. Look in the path if we contain no directory separator.
13838case $0 in #((
13839 *[\\/]* ) as_myself=$0 ;;
13840 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13841for as_dir in $PATH
13842do
13843 IFS=$as_save_IFS
13844 test -z "$as_dir" && as_dir=.
13845 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13846 done
13847IFS=$as_save_IFS
13848
13849 ;;
13850esac
13851# We did not find ourselves, most probably we were run as `sh COMMAND'
13852# in which case we are not to be found in the path.
13853if test "x$as_myself" = x; then
13854 as_myself=$0
13855fi
13856if test ! -f "$as_myself"; then
13857 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13858 exit 1
13859fi
13860
13861# Unset variables that we do not need and which cause bugs (e.g. in
13862# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13863# suppresses any "Segmentation fault" message there. '((' could
13864# trigger a bug in pdksh 5.2.14.
13865for as_var in BASH_ENV ENV MAIL MAILPATH
13866do eval test x\${$as_var+set} = xset \
13867 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13868done
d45a4bef
JB
13869PS1='$ '
13870PS2='> '
13871PS4='+ '
13872
13873# NLS nuisances.
81ecdfbb
RW
13874LC_ALL=C
13875export LC_ALL
13876LANGUAGE=C
13877export LANGUAGE
13878
13879# CDPATH.
13880(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13881
13882
13883# as_fn_error ERROR [LINENO LOG_FD]
13884# ---------------------------------
13885# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13886# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13887# script with status $?, using 1 if that was 0.
13888as_fn_error ()
13889{
13890 as_status=$?; test $as_status -eq 0 && as_status=1
13891 if test "$3"; then
13892 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13893 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
d45a4bef 13894 fi
81ecdfbb
RW
13895 $as_echo "$as_me: error: $1" >&2
13896 as_fn_exit $as_status
13897} # as_fn_error
13898
13899
13900# as_fn_set_status STATUS
13901# -----------------------
13902# Set $? to STATUS, without forking.
13903as_fn_set_status ()
13904{
13905 return $1
13906} # as_fn_set_status
13907
13908# as_fn_exit STATUS
13909# -----------------
13910# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13911as_fn_exit ()
13912{
13913 set +e
13914 as_fn_set_status $1
13915 exit $1
13916} # as_fn_exit
13917
13918# as_fn_unset VAR
13919# ---------------
13920# Portably unset VAR.
13921as_fn_unset ()
13922{
13923 { eval $1=; unset $1;}
13924}
13925as_unset=as_fn_unset
13926# as_fn_append VAR VALUE
13927# ----------------------
13928# Append the text in VALUE to the end of the definition contained in VAR. Take
13929# advantage of any shell optimizations that allow amortized linear growth over
13930# repeated appends, instead of the typical quadratic growth present in naive
13931# implementations.
13932if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13933 eval 'as_fn_append ()
13934 {
13935 eval $1+=\$2
13936 }'
13937else
13938 as_fn_append ()
13939 {
13940 eval $1=\$$1\$2
13941 }
13942fi # as_fn_append
13943
13944# as_fn_arith ARG...
13945# ------------------
13946# Perform arithmetic evaluation on the ARGs, and store the result in the
13947# global $as_val. Take advantage of shells that can avoid forks. The arguments
13948# must be portable across $(()) and expr.
13949if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13950 eval 'as_fn_arith ()
13951 {
13952 as_val=$(( $* ))
13953 }'
13954else
13955 as_fn_arith ()
13956 {
13957 as_val=`expr "$@" || test $? -eq 1`
13958 }
13959fi # as_fn_arith
13960
d45a4bef 13961
81ecdfbb
RW
13962if expr a : '\(a\)' >/dev/null 2>&1 &&
13963 test "X`expr 00001 : '.*\(...\)'`" = X001; then
d45a4bef
JB
13964 as_expr=expr
13965else
13966 as_expr=false
13967fi
13968
81ecdfbb 13969if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
13970 as_basename=basename
13971else
13972 as_basename=false
13973fi
13974
81ecdfbb
RW
13975if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13976 as_dirname=dirname
13977else
13978 as_dirname=false
13979fi
d45a4bef 13980
81ecdfbb 13981as_me=`$as_basename -- "$0" ||
d45a4bef
JB
13982$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13983 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13984 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13985$as_echo X/"$0" |
13986 sed '/^.*\/\([^/][^/]*\)\/*$/{
13987 s//\1/
13988 q
13989 }
13990 /^X\/\(\/\/\)$/{
13991 s//\1/
13992 q
13993 }
13994 /^X\/\(\/\).*/{
13995 s//\1/
13996 q
13997 }
13998 s/.*/./; q'`
d45a4bef 13999
d45a4bef
JB
14000# Avoid depending upon Character Ranges.
14001as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14002as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14003as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14004as_cr_digits='0123456789'
14005as_cr_alnum=$as_cr_Letters$as_cr_digits
14006
81ecdfbb
RW
14007ECHO_C= ECHO_N= ECHO_T=
14008case `echo -n x` in #(((((
14009-n*)
14010 case `echo 'xy\c'` in
14011 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14012 xy) ECHO_C='\c';;
14013 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14014 ECHO_T=' ';;
14015 esac;;
14016*)
14017 ECHO_N='-n';;
d45a4bef
JB
14018esac
14019
81ecdfbb
RW
14020rm -f conf$$ conf$$.exe conf$$.file
14021if test -d conf$$.dir; then
14022 rm -f conf$$.dir/conf$$.file
d45a4bef 14023else
81ecdfbb
RW
14024 rm -f conf$$.dir
14025 mkdir conf$$.dir 2>/dev/null
d45a4bef 14026fi
81ecdfbb
RW
14027if (echo >conf$$.file) 2>/dev/null; then
14028 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 14029 as_ln_s='ln -s'
81ecdfbb
RW
14030 # ... but there are two gotchas:
14031 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14032 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14033 # In both cases, we have to default to `cp -p'.
14034 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14035 as_ln_s='cp -p'
14036 elif ln conf$$.file conf$$ 2>/dev/null; then
14037 as_ln_s=ln
14038 else
14039 as_ln_s='cp -p'
d45a4bef 14040 fi
d45a4bef
JB
14041else
14042 as_ln_s='cp -p'
14043fi
81ecdfbb
RW
14044rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14045rmdir conf$$.dir 2>/dev/null
14046
d45a4bef 14047
81ecdfbb
RW
14048# as_fn_mkdir_p
14049# -------------
14050# Create "$as_dir" as a directory, including parents if necessary.
14051as_fn_mkdir_p ()
14052{
14053
14054 case $as_dir in #(
14055 -*) as_dir=./$as_dir;;
14056 esac
14057 test -d "$as_dir" || eval $as_mkdir_p || {
14058 as_dirs=
14059 while :; do
14060 case $as_dir in #(
14061 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14062 *) as_qdir=$as_dir;;
14063 esac
14064 as_dirs="'$as_qdir' $as_dirs"
14065 as_dir=`$as_dirname -- "$as_dir" ||
14066$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14067 X"$as_dir" : 'X\(//\)[^/]' \| \
14068 X"$as_dir" : 'X\(//\)$' \| \
14069 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14070$as_echo X"$as_dir" |
14071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14072 s//\1/
14073 q
14074 }
14075 /^X\(\/\/\)[^/].*/{
14076 s//\1/
14077 q
14078 }
14079 /^X\(\/\/\)$/{
14080 s//\1/
14081 q
14082 }
14083 /^X\(\/\).*/{
14084 s//\1/
14085 q
14086 }
14087 s/.*/./; q'`
14088 test -d "$as_dir" && break
14089 done
14090 test -z "$as_dirs" || eval "mkdir $as_dirs"
14091 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14092
14093
14094} # as_fn_mkdir_p
d45a4bef 14095if mkdir -p . 2>/dev/null; then
81ecdfbb 14096 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
14097else
14098 test -d ./-p && rmdir ./-p
14099 as_mkdir_p=false
14100fi
14101
81ecdfbb
RW
14102if test -x / >/dev/null 2>&1; then
14103 as_test_x='test -x'
14104else
14105 if ls -dL / >/dev/null 2>&1; then
14106 as_ls_L_option=L
14107 else
14108 as_ls_L_option=
14109 fi
14110 as_test_x='
14111 eval sh -c '\''
14112 if test -d "$1"; then
14113 test -d "$1/.";
14114 else
14115 case $1 in #(
14116 -*)set "./$1";;
14117 esac;
14118 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14119 ???[sx]*):;;*)false;;esac;fi
14120 '\'' sh
14121 '
14122fi
14123as_executable_p=$as_test_x
d45a4bef
JB
14124
14125# Sed expression to map a string onto a valid CPP name.
14126as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14127
14128# Sed expression to map a string onto a valid variable name.
14129as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14130
14131
d45a4bef 14132exec 6>&1
81ecdfbb
RW
14133## ----------------------------------- ##
14134## Main body of $CONFIG_STATUS script. ##
14135## ----------------------------------- ##
14136_ASEOF
14137test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14138
14139cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14140# Save the log message, to keep $0 and so on meaningful, and to
d45a4bef 14141# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14142# values after options handling.
14143ac_log="
d45a4bef 14144This file was extended by $as_me, which was
81ecdfbb 14145generated by GNU Autoconf 2.64. Invocation command line was
d45a4bef
JB
14146
14147 CONFIG_FILES = $CONFIG_FILES
14148 CONFIG_HEADERS = $CONFIG_HEADERS
14149 CONFIG_LINKS = $CONFIG_LINKS
14150 CONFIG_COMMANDS = $CONFIG_COMMANDS
14151 $ $0 $@
14152
81ecdfbb
RW
14153on `(hostname || uname -n) 2>/dev/null | sed 1q`
14154"
14155
d45a4bef
JB
14156_ACEOF
14157
81ecdfbb
RW
14158case $ac_config_files in *"
14159"*) set x $ac_config_files; shift; ac_config_files=$*;;
14160esac
d45a4bef 14161
81ecdfbb
RW
14162case $ac_config_headers in *"
14163"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14164esac
d45a4bef 14165
d45a4bef 14166
81ecdfbb
RW
14167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14168# Files that config.status was made for.
14169config_files="$ac_config_files"
14170config_headers="$ac_config_headers"
81ecdfbb 14171config_commands="$ac_config_commands"
d45a4bef 14172
81ecdfbb 14173_ACEOF
d45a4bef 14174
81ecdfbb 14175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14176ac_cs_usage="\
81ecdfbb
RW
14177\`$as_me' instantiates files and other configuration actions
14178from templates according to the current configuration. Unless the files
14179and actions are specified as TAGs, all are instantiated by default.
d45a4bef 14180
81ecdfbb 14181Usage: $0 [OPTION]... [TAG]...
d45a4bef
JB
14182
14183 -h, --help print this help, then exit
81ecdfbb
RW
14184 -V, --version print version number and configuration settings, then exit
14185 -q, --quiet, --silent
14186 do not print progress messages
d45a4bef
JB
14187 -d, --debug don't remove temporary files
14188 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14189 --file=FILE[:TEMPLATE]
14190 instantiate the configuration file FILE
14191 --header=FILE[:TEMPLATE]
14192 instantiate the configuration header FILE
d45a4bef
JB
14193
14194Configuration files:
14195$config_files
14196
14197Configuration headers:
14198$config_headers
14199
d45a4bef
JB
14200Configuration commands:
14201$config_commands
14202
81ecdfbb 14203Report bugs to the package provider."
d45a4bef 14204
81ecdfbb
RW
14205_ACEOF
14206cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d45a4bef
JB
14207ac_cs_version="\\
14208config.status
81ecdfbb
RW
14209configured by $0, generated by GNU Autoconf 2.64,
14210 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d45a4bef 14211
81ecdfbb 14212Copyright (C) 2009 Free Software Foundation, Inc.
d45a4bef
JB
14213This config.status script is free software; the Free Software Foundation
14214gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14215
14216ac_pwd='$ac_pwd'
14217srcdir='$srcdir'
14218INSTALL='$INSTALL'
6bb11ab3 14219AWK='$AWK'
81ecdfbb 14220test -n "\$AWK" || AWK=awk
d45a4bef
JB
14221_ACEOF
14222
81ecdfbb
RW
14223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14224# The default lists apply if the user does not specify any file.
d45a4bef
JB
14225ac_need_defaults=:
14226while test $# != 0
14227do
14228 case $1 in
14229 --*=*)
81ecdfbb
RW
14230 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14231 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
d45a4bef
JB
14232 ac_shift=:
14233 ;;
81ecdfbb 14234 *)
d45a4bef
JB
14235 ac_option=$1
14236 ac_optarg=$2
14237 ac_shift=shift
14238 ;;
d45a4bef
JB
14239 esac
14240
14241 case $ac_option in
14242 # Handling of the options.
d45a4bef
JB
14243 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14244 ac_cs_recheck=: ;;
81ecdfbb
RW
14245 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14246 $as_echo "$ac_cs_version"; exit ;;
14247 --debug | --debu | --deb | --de | --d | -d )
d45a4bef
JB
14248 debug=: ;;
14249 --file | --fil | --fi | --f )
14250 $ac_shift
81ecdfbb
RW
14251 case $ac_optarg in
14252 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14253 esac
14254 as_fn_append CONFIG_FILES " '$ac_optarg'"
d45a4bef
JB
14255 ac_need_defaults=false;;
14256 --header | --heade | --head | --hea )
14257 $ac_shift
81ecdfbb
RW
14258 case $ac_optarg in
14259 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14260 esac
14261 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
d45a4bef 14262 ac_need_defaults=false;;
81ecdfbb
RW
14263 --he | --h)
14264 # Conflict between --help and --header
14265 as_fn_error "ambiguous option: \`$1'
14266Try \`$0 --help' for more information.";;
14267 --help | --hel | -h )
14268 $as_echo "$ac_cs_usage"; exit ;;
d45a4bef
JB
14269 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14270 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14271 ac_cs_silent=: ;;
14272
14273 # This is an error.
81ecdfbb
RW
14274 -*) as_fn_error "unrecognized option: \`$1'
14275Try \`$0 --help' for more information." ;;
d45a4bef 14276
81ecdfbb
RW
14277 *) as_fn_append ac_config_targets " $1"
14278 ac_need_defaults=false ;;
d45a4bef
JB
14279
14280 esac
14281 shift
14282done
14283
14284ac_configure_extra_args=
14285
14286if $ac_cs_silent; then
14287 exec 6>/dev/null
14288 ac_configure_extra_args="$ac_configure_extra_args --silent"
14289fi
14290
14291_ACEOF
81ecdfbb 14292cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d45a4bef 14293if \$ac_cs_recheck; then
81ecdfbb
RW
14294 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14295 shift
14296 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14297 CONFIG_SHELL='$SHELL'
14298 export CONFIG_SHELL
14299 exec "\$@"
d45a4bef
JB
14300fi
14301
14302_ACEOF
81ecdfbb
RW
14303cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14304exec 5>>config.log
14305{
14306 echo
14307 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14308## Running $as_me. ##
14309_ASBOX
14310 $as_echo "$ac_log"
14311} >&5
d45a4bef 14312
81ecdfbb
RW
14313_ACEOF
14314cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14315#
14316# INIT-COMMANDS
14317#
14318ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14319
6bb11ab3
L
14320
14321# The HP-UX ksh and POSIX shell print the target directory to stdout
14322# if CDPATH is set.
14323(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14324
14325sed_quote_subst='$sed_quote_subst'
14326double_quote_subst='$double_quote_subst'
14327delay_variable_subst='$delay_variable_subst'
14328macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14329macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14330enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14331enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14332pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14333enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14334SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14335ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14336host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14337host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14338host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14339build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14340build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14341build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14342SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14343Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14344GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14345EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14346FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14347LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14348NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14349LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14350max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14351ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14352exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14353lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14354lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14355lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14356reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14357reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14358OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14359deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14360file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14361AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14362AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14363STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14364RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14365old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14366old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14367old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14368lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14369CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14370CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14371compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14372GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14373lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14374lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14375lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14376lt_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"`'
14377objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14378MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14379lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14380lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14381lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14382lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14383lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14384need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14385DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14386NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14387LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14388OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14389OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14390libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14391shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14392extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14393archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14394enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14395export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14396whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14397compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14398old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14399old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14400archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14401archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14402module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14403module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14404with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14405allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14406no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14407hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14408hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14409hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14410hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14411hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14412hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14413hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14414hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14415inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14416link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14417fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14418always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14419export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14420exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14421include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14422prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14423file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14424variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14425need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14426need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14427version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14428runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14429shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14430shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14431libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14432library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14433soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14434install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14435postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14436postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14437finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14438finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14439hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14440sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14441sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14442hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14443enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14444enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14445enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14446old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14447striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14448
14449LTCC='$LTCC'
14450LTCFLAGS='$LTCFLAGS'
14451compiler='$compiler_DEFAULT'
14452
14453# A function that is used when there is no print builtin or printf.
14454func_fallback_echo ()
14455{
14456 eval 'cat <<_LTECHO_EOF
14457\$1
14458_LTECHO_EOF'
14459}
14460
14461# Quote evaled strings.
14462for var in SHELL \
14463ECHO \
14464SED \
14465GREP \
14466EGREP \
14467FGREP \
14468LD \
14469NM \
14470LN_S \
14471lt_SP2NL \
14472lt_NL2SP \
14473reload_flag \
14474OBJDUMP \
14475deplibs_check_method \
14476file_magic_cmd \
14477AR \
14478AR_FLAGS \
14479STRIP \
14480RANLIB \
14481CC \
14482CFLAGS \
14483compiler \
14484lt_cv_sys_global_symbol_pipe \
14485lt_cv_sys_global_symbol_to_cdecl \
14486lt_cv_sys_global_symbol_to_c_name_address \
14487lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14488lt_prog_compiler_no_builtin_flag \
14489lt_prog_compiler_wl \
14490lt_prog_compiler_pic \
14491lt_prog_compiler_static \
14492lt_cv_prog_compiler_c_o \
14493need_locks \
14494DSYMUTIL \
14495NMEDIT \
14496LIPO \
14497OTOOL \
14498OTOOL64 \
14499shrext_cmds \
14500export_dynamic_flag_spec \
14501whole_archive_flag_spec \
14502compiler_needs_object \
14503with_gnu_ld \
14504allow_undefined_flag \
14505no_undefined_flag \
14506hardcode_libdir_flag_spec \
14507hardcode_libdir_flag_spec_ld \
14508hardcode_libdir_separator \
14509fix_srcfile_path \
14510exclude_expsyms \
14511include_expsyms \
14512file_list_spec \
14513variables_saved_for_relink \
14514libname_spec \
14515library_names_spec \
14516soname_spec \
14517install_override_mode \
14518finish_eval \
14519old_striplib \
14520striplib; do
14521 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14522 *[\\\\\\\`\\"\\\$]*)
14523 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14524 ;;
14525 *)
14526 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14527 ;;
14528 esac
14529done
14530
14531# Double-quote double-evaled strings.
14532for var in reload_cmds \
14533old_postinstall_cmds \
14534old_postuninstall_cmds \
14535old_archive_cmds \
14536extract_expsyms_cmds \
14537old_archive_from_new_cmds \
14538old_archive_from_expsyms_cmds \
14539archive_cmds \
14540archive_expsym_cmds \
14541module_cmds \
14542module_expsym_cmds \
14543export_symbols_cmds \
14544prelink_cmds \
14545postinstall_cmds \
14546postuninstall_cmds \
14547finish_cmds \
14548sys_lib_search_path_spec \
14549sys_lib_dlsearch_path_spec; do
14550 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14551 *[\\\\\\\`\\"\\\$]*)
14552 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14553 ;;
14554 *)
14555 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14556 ;;
14557 esac
14558done
14559
14560ac_aux_dir='$ac_aux_dir'
14561xsi_shell='$xsi_shell'
14562lt_shell_append='$lt_shell_append'
14563
14564# See if we are running on zsh, and set the options which allow our
14565# commands through without removal of \ escapes INIT.
14566if test -n "\${ZSH_VERSION+set}" ; then
14567 setopt NO_GLOB_SUBST
14568fi
14569
14570
14571 PACKAGE='$PACKAGE'
14572 VERSION='$VERSION'
14573 TIMESTAMP='$TIMESTAMP'
14574 RM='$RM'
14575 ofile='$ofile'
14576
14577
14578
14579
81ecdfbb 14580_ACEOF
d45a4bef 14581
81ecdfbb 14582cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14583
81ecdfbb 14584# Handling of arguments.
d45a4bef
JB
14585for ac_config_target in $ac_config_targets
14586do
81ecdfbb
RW
14587 case $ac_config_target in
14588 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14589 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14590 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14591 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14592 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14593 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14594 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14595 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14596
14597 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d45a4bef
JB
14598 esac
14599done
14600
81ecdfbb 14601
d45a4bef
JB
14602# If the user did not use the arguments to specify the items to instantiate,
14603# then the envvar interface is used. Set only those that are not.
14604# We use the long form for the default assignment because of an extremely
14605# bizarre bug on SunOS 4.1.3.
14606if $ac_need_defaults; then
14607 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14608 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
d45a4bef
JB
14609 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14610fi
14611
14612# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14613# simply because there is no reason against having it here, and in addition,
d45a4bef 14614# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14615# Hook for its removal unless debugging.
14616# Note that there is a small window in which the directory will not be cleaned:
14617# after its creation but before its name has been assigned to `$tmp'.
d45a4bef
JB
14618$debug ||
14619{
81ecdfbb
RW
14620 tmp=
14621 trap 'exit_status=$?
14622 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14623' 0
14624 trap 'as_fn_exit 1' 1 2 13 15
d45a4bef 14625}
d45a4bef
JB
14626# Create a (secure) tmp directory for tmp files.
14627
14628{
81ecdfbb 14629 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d45a4bef
JB
14630 test -n "$tmp" && test -d "$tmp"
14631} ||
14632{
81ecdfbb
RW
14633 tmp=./conf$$-$RANDOM
14634 (umask 077 && mkdir "$tmp")
14635} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
d45a4bef 14636
81ecdfbb
RW
14637# Set up the scripts for CONFIG_FILES section.
14638# No need to generate them if there are no CONFIG_FILES.
14639# This happens for instance with `./config.status config.h'.
14640if test -n "$CONFIG_FILES"; then
d45a4bef 14641
d45a4bef 14642
81ecdfbb
RW
14643ac_cr=`echo X | tr X '\015'`
14644# On cygwin, bash can eat \r inside `` if the user requested igncr.
14645# But we know of no other shell where ac_cr would be empty at this
14646# point, so we can use a bashism as a fallback.
14647if test "x$ac_cr" = x; then
14648 eval ac_cr=\$\'\\r\'
14649fi
14650ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14651if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14652 ac_cs_awk_cr='\r'
14653else
14654 ac_cs_awk_cr=$ac_cr
14655fi
d45a4bef 14656
81ecdfbb 14657echo 'BEGIN {' >"$tmp/subs1.awk" &&
d45a4bef
JB
14658_ACEOF
14659
81ecdfbb
RW
14660
14661{
14662 echo "cat >conf$$subs.awk <<_ACEOF" &&
14663 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14664 echo "_ACEOF"
14665} >conf$$subs.sh ||
14666 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14667ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14668ac_delim='%!_!# '
14669for ac_last_try in false false false false false :; do
14670 . ./conf$$subs.sh ||
14671 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14672
14673 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14674 if test $ac_delim_n = $ac_delim_num; then
14675 break
14676 elif $ac_last_try; then
14677 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14678 else
14679 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14680 fi
81ecdfbb
RW
14681done
14682rm -f conf$$subs.sh
d45a4bef 14683
81ecdfbb
RW
14684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14685cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
d45a4bef 14686_ACEOF
81ecdfbb
RW
14687sed -n '
14688h
14689s/^/S["/; s/!.*/"]=/
14690p
14691g
14692s/^[^!]*!//
14693:repl
14694t repl
14695s/'"$ac_delim"'$//
14696t delim
14697:nl
14698h
14699s/\(.\{148\}\).*/\1/
14700t more1
14701s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14702p
14703n
14704b repl
14705:more1
14706s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14707p
14708g
14709s/.\{148\}//
14710t nl
14711:delim
14712h
14713s/\(.\{148\}\).*/\1/
14714t more2
14715s/["\\]/\\&/g; s/^/"/; s/$/"/
14716p
14717b
14718:more2
14719s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14720p
14721g
14722s/.\{148\}//
14723t delim
14724' <conf$$subs.awk | sed '
14725/^[^""]/{
14726 N
14727 s/\n//
14728}
14729' >>$CONFIG_STATUS || ac_write_fail=1
14730rm -f conf$$subs.awk
14731cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14732_ACAWK
14733cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14734 for (key in S) S_is_set[key] = 1
14735 FS = "\a"
d45a4bef 14736
81ecdfbb
RW
14737}
14738{
14739 line = $ 0
14740 nfields = split(line, field, "@")
14741 substed = 0
14742 len = length(field[1])
14743 for (i = 2; i < nfields; i++) {
14744 key = field[i]
14745 keylen = length(key)
14746 if (S_is_set[key]) {
14747 value = S[key]
14748 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14749 len += length(value) + length(field[++i])
14750 substed = 1
14751 } else
14752 len += 1 + keylen
14753 }
14754
14755 print line
14756}
d45a4bef 14757
81ecdfbb
RW
14758_ACAWK
14759_ACEOF
14760cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14761if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14762 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d45a4bef 14763else
81ecdfbb
RW
14764 cat
14765fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14766 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14767_ACEOF
d45a4bef 14768
81ecdfbb
RW
14769# VPATH may cause trouble with some makes, so we remove $(srcdir),
14770# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14771# trailing colons and then remove the whole line if VPATH becomes empty
14772# (actually we leave an empty line to preserve line numbers).
14773if test "x$srcdir" = x.; then
14774 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14775s/:*\$(srcdir):*/:/
14776s/:*\${srcdir}:*/:/
14777s/:*@srcdir@:*/:/
14778s/^\([^=]*=[ ]*\):*/\1/
14779s/:*$//
14780s/^[^=]*=[ ]*$//
14781}'
14782fi
d45a4bef 14783
81ecdfbb
RW
14784cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14785fi # test -n "$CONFIG_FILES"
d45a4bef 14786
81ecdfbb
RW
14787# Set up the scripts for CONFIG_HEADERS section.
14788# No need to generate them if there are no CONFIG_HEADERS.
14789# This happens for instance with `./config.status Makefile'.
14790if test -n "$CONFIG_HEADERS"; then
14791cat >"$tmp/defines.awk" <<\_ACAWK ||
14792BEGIN {
14793_ACEOF
d45a4bef 14794
81ecdfbb
RW
14795# Transform confdefs.h into an awk script `defines.awk', embedded as
14796# here-document in config.status, that substitutes the proper values into
14797# config.h.in to produce config.h.
d45a4bef 14798
81ecdfbb
RW
14799# Create a delimiter string that does not exist in confdefs.h, to ease
14800# handling of long lines.
14801ac_delim='%!_!# '
14802for ac_last_try in false false :; do
14803 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14804 if test -z "$ac_t"; then
14805 break
14806 elif $ac_last_try; then
14807 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
d45a4bef 14808 else
81ecdfbb 14809 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14810 fi
d45a4bef 14811done
81ecdfbb
RW
14812
14813# For the awk script, D is an array of macro values keyed by name,
14814# likewise P contains macro parameters if any. Preserve backslash
14815# newline sequences.
14816
14817ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14818sed -n '
14819s/.\{148\}/&'"$ac_delim"'/g
14820t rset
14821:rset
14822s/^[ ]*#[ ]*define[ ][ ]*/ /
14823t def
14824d
14825:def
14826s/\\$//
14827t bsnl
14828s/["\\]/\\&/g
14829s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14830D["\1"]=" \3"/p
14831s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14832d
14833:bsnl
14834s/["\\]/\\&/g
14835s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14836D["\1"]=" \3\\\\\\n"\\/p
14837t cont
14838s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14839t cont
14840d
14841:cont
14842n
14843s/.\{148\}/&'"$ac_delim"'/g
14844t clear
14845:clear
14846s/\\$//
14847t bsnlc
14848s/["\\]/\\&/g; s/^/"/; s/$/"/p
14849d
14850:bsnlc
14851s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14852b cont
14853' <confdefs.h | sed '
14854s/'"$ac_delim"'/"\\\
14855"/g' >>$CONFIG_STATUS || ac_write_fail=1
14856
14857cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14858 for (key in D) D_is_set[key] = 1
14859 FS = "\a"
14860}
14861/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14862 line = \$ 0
14863 split(line, arg, " ")
14864 if (arg[1] == "#") {
14865 defundef = arg[2]
14866 mac1 = arg[3]
14867 } else {
14868 defundef = substr(arg[1], 2)
14869 mac1 = arg[2]
14870 }
14871 split(mac1, mac2, "(") #)
14872 macro = mac2[1]
14873 prefix = substr(line, 1, index(line, defundef) - 1)
14874 if (D_is_set[macro]) {
14875 # Preserve the white space surrounding the "#".
14876 print prefix "define", macro P[macro] D[macro]
14877 next
14878 } else {
14879 # Replace #undef with comments. This is necessary, for example,
14880 # in the case of _POSIX_SOURCE, which is predefined and required
14881 # on some systems where configure will not decide to define it.
14882 if (defundef == "undef") {
14883 print "/*", prefix defundef, macro, "*/"
14884 next
14885 }
14886 }
14887}
14888{ print }
14889_ACAWK
d45a4bef 14890_ACEOF
81ecdfbb
RW
14891cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14892 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14893fi # test -n "$CONFIG_HEADERS"
d45a4bef 14894
d45a4bef 14895
99d8e879 14896eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14897shift
14898for ac_tag
14899do
14900 case $ac_tag in
14901 :[FHLC]) ac_mode=$ac_tag; continue;;
14902 esac
14903 case $ac_mode$ac_tag in
14904 :[FHL]*:*);;
14905 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14906 :[FH]-) ac_tag=-:-;;
14907 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
d45a4bef 14908 esac
81ecdfbb
RW
14909 ac_save_IFS=$IFS
14910 IFS=:
14911 set x $ac_tag
14912 IFS=$ac_save_IFS
14913 shift
14914 ac_file=$1
14915 shift
d45a4bef 14916
81ecdfbb
RW
14917 case $ac_mode in
14918 :L) ac_source=$1;;
14919 :[FH])
14920 ac_file_inputs=
14921 for ac_f
14922 do
14923 case $ac_f in
14924 -) ac_f="$tmp/stdin";;
14925 *) # Look for the file first in the build tree, then in the source tree
14926 # (if the path is not absolute). The absolute path cannot be DOS-style,
14927 # because $ac_f cannot contain `:'.
14928 test -f "$ac_f" ||
14929 case $ac_f in
14930 [\\/$]*) false;;
14931 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14932 esac ||
14933 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
d45a4bef 14934 esac
81ecdfbb
RW
14935 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14936 as_fn_append ac_file_inputs " '$ac_f'"
14937 done
d45a4bef 14938
81ecdfbb
RW
14939 # Let's still pretend it is `configure' which instantiates (i.e., don't
14940 # use $as_me), people would be surprised to read:
14941 # /* config.h. Generated by config.status. */
14942 configure_input='Generated from '`
14943 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14944 `' by configure.'
14945 if test x"$ac_file" != x-; then
14946 configure_input="$ac_file. $configure_input"
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14948$as_echo "$as_me: creating $ac_file" >&6;}
14949 fi
14950 # Neutralize special characters interpreted by sed in replacement strings.
14951 case $configure_input in #(
14952 *\&* | *\|* | *\\* )
14953 ac_sed_conf_input=`$as_echo "$configure_input" |
14954 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14955 *) ac_sed_conf_input=$configure_input;;
14956 esac
d45a4bef 14957
81ecdfbb
RW
14958 case $ac_tag in
14959 *:-:* | *:-) cat >"$tmp/stdin" \
14960 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14961 esac
14962 ;;
14963 esac
d45a4bef 14964
81ecdfbb 14965 ac_dir=`$as_dirname -- "$ac_file" ||
d45a4bef
JB
14966$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14967 X"$ac_file" : 'X\(//\)[^/]' \| \
14968 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14969 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14970$as_echo X"$ac_file" |
14971 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14972 s//\1/
14973 q
14974 }
14975 /^X\(\/\/\)[^/].*/{
14976 s//\1/
14977 q
14978 }
14979 /^X\(\/\/\)$/{
14980 s//\1/
14981 q
14982 }
14983 /^X\(\/\).*/{
14984 s//\1/
14985 q
14986 }
14987 s/.*/./; q'`
14988 as_dir="$ac_dir"; as_fn_mkdir_p
d45a4bef
JB
14989 ac_builddir=.
14990
81ecdfbb
RW
14991case "$ac_dir" in
14992.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14993*)
14994 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14995 # A ".." for each directory in $ac_dir_suffix.
14996 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14997 case $ac_top_builddir_sub in
14998 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14999 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15000 esac ;;
15001esac
15002ac_abs_top_builddir=$ac_pwd
15003ac_abs_builddir=$ac_pwd$ac_dir_suffix
15004# for backward compatibility:
15005ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
15006
15007case $srcdir in
81ecdfbb 15008 .) # We are building in place.
d45a4bef 15009 ac_srcdir=.
81ecdfbb
RW
15010 ac_top_srcdir=$ac_top_builddir_sub
15011 ac_abs_top_srcdir=$ac_pwd ;;
15012 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 15013 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15014 ac_top_srcdir=$srcdir
15015 ac_abs_top_srcdir=$srcdir ;;
15016 *) # Relative name.
15017 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15018 ac_top_srcdir=$ac_top_build_prefix$srcdir
15019 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 15020esac
81ecdfbb 15021ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
d45a4bef 15022
d45a4bef 15023
81ecdfbb
RW
15024 case $ac_mode in
15025 :F)
15026 #
15027 # CONFIG_FILE
15028 #
d45a4bef 15029
81ecdfbb
RW
15030 case $INSTALL in
15031 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15032 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
d45a4bef 15033 esac
81ecdfbb 15034_ACEOF
d45a4bef 15035
81ecdfbb
RW
15036cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15037# If the template does not know about datarootdir, expand it.
15038# FIXME: This hack should be removed a few years after 2.60.
15039ac_datarootdir_hack=; ac_datarootdir_seen=
15040ac_sed_dataroot='
15041/datarootdir/ {
15042 p
15043 q
15044}
15045/@datadir@/p
15046/@docdir@/p
15047/@infodir@/p
15048/@localedir@/p
15049/@mandir@/p'
15050case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15051*datarootdir*) ac_datarootdir_seen=yes;;
15052*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15054$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15055_ACEOF
15056cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15057 ac_datarootdir_hack='
15058 s&@datadir@&$datadir&g
15059 s&@docdir@&$docdir&g
15060 s&@infodir@&$infodir&g
15061 s&@localedir@&$localedir&g
15062 s&@mandir@&$mandir&g
15063 s&\\\${datarootdir}&$datarootdir&g' ;;
15064esac
d45a4bef 15065_ACEOF
d45a4bef 15066
81ecdfbb
RW
15067# Neutralize VPATH when `$srcdir' = `.'.
15068# Shell code in configure.ac might set extrasub.
15069# FIXME: do we really want to maintain this feature?
15070cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15071ac_sed_extra="$ac_vpsub
15072$extrasub
15073_ACEOF
15074cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15075:t
15076/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15077s|@configure_input@|$ac_sed_conf_input|;t t
15078s&@top_builddir@&$ac_top_builddir_sub&;t t
15079s&@top_build_prefix@&$ac_top_build_prefix&;t t
15080s&@srcdir@&$ac_srcdir&;t t
15081s&@abs_srcdir@&$ac_abs_srcdir&;t t
15082s&@top_srcdir@&$ac_top_srcdir&;t t
15083s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15084s&@builddir@&$ac_builddir&;t t
15085s&@abs_builddir@&$ac_abs_builddir&;t t
15086s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15087s&@INSTALL@&$ac_INSTALL&;t t
15088$ac_datarootdir_hack
15089"
15090eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15091 || as_fn_error "could not create $ac_file" "$LINENO" 5
15092
15093test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15094 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15095 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15097which seems to be undefined. Please make sure it is defined." >&5
15098$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15099which seems to be undefined. Please make sure it is defined." >&2;}
15100
15101 rm -f "$tmp/stdin"
15102 case $ac_file in
15103 -) cat "$tmp/out" && rm -f "$tmp/out";;
15104 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15105 esac \
15106 || as_fn_error "could not create $ac_file" "$LINENO" 5
15107 ;;
15108 :H)
15109 #
15110 # CONFIG_HEADER
15111 #
15112 if test x"$ac_file" != x-; then
15113 {
15114 $as_echo "/* $configure_input */" \
15115 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15116 } >"$tmp/config.h" \
15117 || as_fn_error "could not create $ac_file" "$LINENO" 5
15118 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15120$as_echo "$as_me: $ac_file is unchanged" >&6;}
15121 else
15122 rm -f "$ac_file"
15123 mv "$tmp/config.h" "$ac_file" \
15124 || as_fn_error "could not create $ac_file" "$LINENO" 5
15125 fi
d45a4bef 15126 else
81ecdfbb
RW
15127 $as_echo "/* $configure_input */" \
15128 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15129 || as_fn_error "could not create -" "$LINENO" 5
15130 fi
15131 ;;
d45a4bef 15132
81ecdfbb
RW
15133 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15134$as_echo "$as_me: executing $ac_file commands" >&6;}
15135 ;;
15136 esac
d45a4bef
JB
15137
15138
81ecdfbb 15139 case $ac_file$ac_mode in
db2e4d67 15140 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15141 "libtool":C)
15142
15143 # See if we are running on zsh, and set the options which allow our
15144 # commands through without removal of \ escapes.
15145 if test -n "${ZSH_VERSION+set}" ; then
15146 setopt NO_GLOB_SUBST
15147 fi
15148
15149 cfgfile="${ofile}T"
15150 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15151 $RM "$cfgfile"
15152
15153 cat <<_LT_EOF >> "$cfgfile"
15154#! $SHELL
15155
15156# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15157# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15158# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15159# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15160#
15161# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15162# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15163# Written by Gordon Matzigkeit, 1996
15164#
15165# This file is part of GNU Libtool.
15166#
15167# GNU Libtool is free software; you can redistribute it and/or
15168# modify it under the terms of the GNU General Public License as
15169# published by the Free Software Foundation; either version 2 of
15170# the License, or (at your option) any later version.
15171#
15172# As a special exception to the GNU General Public License,
15173# if you distribute this file as part of a program or library that
15174# is built using GNU Libtool, you may include this file under the
15175# same distribution terms that you use for the rest of that program.
15176#
15177# GNU Libtool is distributed in the hope that it will be useful,
15178# but WITHOUT ANY WARRANTY; without even the implied warranty of
15179# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15180# GNU General Public License for more details.
15181#
15182# You should have received a copy of the GNU General Public License
15183# along with GNU Libtool; see the file COPYING. If not, a copy
15184# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15185# obtained by writing to the Free Software Foundation, Inc.,
15186# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15187
15188
15189# The names of the tagged configurations supported by this script.
15190available_tags=""
15191
15192# ### BEGIN LIBTOOL CONFIG
15193
15194# Which release of libtool.m4 was used?
15195macro_version=$macro_version
15196macro_revision=$macro_revision
15197
15198# Whether or not to build shared libraries.
15199build_libtool_libs=$enable_shared
15200
15201# Whether or not to build static libraries.
15202build_old_libs=$enable_static
15203
15204# What type of objects to build.
15205pic_mode=$pic_mode
15206
15207# Whether or not to optimize for fast installation.
15208fast_install=$enable_fast_install
15209
15210# Shell to use when invoking shell scripts.
15211SHELL=$lt_SHELL
15212
15213# An echo program that protects backslashes.
15214ECHO=$lt_ECHO
15215
15216# The host system.
15217host_alias=$host_alias
15218host=$host
15219host_os=$host_os
15220
15221# The build system.
15222build_alias=$build_alias
15223build=$build
15224build_os=$build_os
15225
15226# A sed program that does not truncate output.
15227SED=$lt_SED
15228
15229# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15230Xsed="\$SED -e 1s/^X//"
15231
15232# A grep program that handles long lines.
15233GREP=$lt_GREP
15234
15235# An ERE matcher.
15236EGREP=$lt_EGREP
15237
15238# A literal string matcher.
15239FGREP=$lt_FGREP
15240
15241# A BSD- or MS-compatible name lister.
15242NM=$lt_NM
15243
15244# Whether we need soft or hard links.
15245LN_S=$lt_LN_S
15246
15247# What is the maximum length of a command?
15248max_cmd_len=$max_cmd_len
15249
15250# Object file suffix (normally "o").
15251objext=$ac_objext
15252
15253# Executable file suffix (normally "").
15254exeext=$exeext
15255
15256# whether the shell understands "unset".
15257lt_unset=$lt_unset
15258
15259# turn spaces into newlines.
15260SP2NL=$lt_lt_SP2NL
15261
15262# turn newlines into spaces.
15263NL2SP=$lt_lt_NL2SP
15264
15265# An object symbol dumper.
15266OBJDUMP=$lt_OBJDUMP
15267
15268# Method to check whether dependent libraries are shared objects.
15269deplibs_check_method=$lt_deplibs_check_method
15270
15271# Command to use when deplibs_check_method == "file_magic".
15272file_magic_cmd=$lt_file_magic_cmd
15273
15274# The archiver.
15275AR=$lt_AR
15276AR_FLAGS=$lt_AR_FLAGS
15277
15278# A symbol stripping program.
15279STRIP=$lt_STRIP
15280
15281# Commands used to install an old-style archive.
15282RANLIB=$lt_RANLIB
15283old_postinstall_cmds=$lt_old_postinstall_cmds
15284old_postuninstall_cmds=$lt_old_postuninstall_cmds
15285
15286# Whether to use a lock for old archive extraction.
15287lock_old_archive_extraction=$lock_old_archive_extraction
15288
15289# A C compiler.
15290LTCC=$lt_CC
15291
15292# LTCC compiler flags.
15293LTCFLAGS=$lt_CFLAGS
15294
15295# Take the output of nm and produce a listing of raw symbols and C names.
15296global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15297
15298# Transform the output of nm in a proper C declaration.
15299global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15300
15301# Transform the output of nm in a C name address pair.
15302global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15303
15304# Transform the output of nm in a C name address pair when lib prefix is needed.
15305global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15306
15307# The name of the directory that contains temporary libtool files.
15308objdir=$objdir
15309
15310# Used to examine libraries when file_magic_cmd begins with "file".
15311MAGIC_CMD=$MAGIC_CMD
15312
15313# Must we lock files when doing compilation?
15314need_locks=$lt_need_locks
15315
15316# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15317DSYMUTIL=$lt_DSYMUTIL
15318
15319# Tool to change global to local symbols on Mac OS X.
15320NMEDIT=$lt_NMEDIT
15321
15322# Tool to manipulate fat objects and archives on Mac OS X.
15323LIPO=$lt_LIPO
15324
15325# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15326OTOOL=$lt_OTOOL
15327
15328# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15329OTOOL64=$lt_OTOOL64
15330
15331# Old archive suffix (normally "a").
15332libext=$libext
15333
15334# Shared library suffix (normally ".so").
15335shrext_cmds=$lt_shrext_cmds
15336
15337# The commands to extract the exported symbol list from a shared archive.
15338extract_expsyms_cmds=$lt_extract_expsyms_cmds
15339
15340# Variables whose values should be saved in libtool wrapper scripts and
15341# restored at link time.
15342variables_saved_for_relink=$lt_variables_saved_for_relink
15343
15344# Do we need the "lib" prefix for modules?
15345need_lib_prefix=$need_lib_prefix
15346
15347# Do we need a version for libraries?
15348need_version=$need_version
15349
15350# Library versioning type.
15351version_type=$version_type
15352
15353# Shared library runtime path variable.
15354runpath_var=$runpath_var
15355
15356# Shared library path variable.
15357shlibpath_var=$shlibpath_var
15358
15359# Is shlibpath searched before the hard-coded library search path?
15360shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15361
15362# Format of library name prefix.
15363libname_spec=$lt_libname_spec
15364
15365# List of archive names. First name is the real one, the rest are links.
15366# The last name is the one that the linker finds with -lNAME
15367library_names_spec=$lt_library_names_spec
15368
15369# The coded name of the library, if different from the real name.
15370soname_spec=$lt_soname_spec
15371
15372# Permission mode override for installation of shared libraries.
15373install_override_mode=$lt_install_override_mode
15374
15375# Command to use after installation of a shared archive.
15376postinstall_cmds=$lt_postinstall_cmds
15377
15378# Command to use after uninstallation of a shared archive.
15379postuninstall_cmds=$lt_postuninstall_cmds
15380
15381# Commands used to finish a libtool library installation in a directory.
15382finish_cmds=$lt_finish_cmds
15383
15384# As "finish_cmds", except a single script fragment to be evaled but
15385# not shown.
15386finish_eval=$lt_finish_eval
15387
15388# Whether we should hardcode library paths into libraries.
15389hardcode_into_libs=$hardcode_into_libs
15390
15391# Compile-time system search path for libraries.
15392sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15393
15394# Run-time system search path for libraries.
15395sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15396
15397# Whether dlopen is supported.
15398dlopen_support=$enable_dlopen
15399
15400# Whether dlopen of programs is supported.
15401dlopen_self=$enable_dlopen_self
15402
15403# Whether dlopen of statically linked programs is supported.
15404dlopen_self_static=$enable_dlopen_self_static
15405
15406# Commands to strip libraries.
15407old_striplib=$lt_old_striplib
15408striplib=$lt_striplib
15409
15410
15411# The linker used to build libraries.
15412LD=$lt_LD
15413
15414# How to create reloadable object files.
15415reload_flag=$lt_reload_flag
15416reload_cmds=$lt_reload_cmds
15417
15418# Commands used to build an old-style archive.
15419old_archive_cmds=$lt_old_archive_cmds
15420
15421# A language specific compiler.
15422CC=$lt_compiler
15423
15424# Is the compiler the GNU compiler?
15425with_gcc=$GCC
15426
15427# Compiler flag to turn off builtin functions.
15428no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15429
15430# How to pass a linker flag through the compiler.
15431wl=$lt_lt_prog_compiler_wl
15432
15433# Additional compiler flags for building library objects.
15434pic_flag=$lt_lt_prog_compiler_pic
15435
15436# Compiler flag to prevent dynamic linking.
15437link_static_flag=$lt_lt_prog_compiler_static
15438
15439# Does compiler simultaneously support -c and -o options?
15440compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15441
15442# Whether or not to add -lc for building shared libraries.
15443build_libtool_need_lc=$archive_cmds_need_lc
15444
15445# Whether or not to disallow shared libs when runtime libs are static.
15446allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15447
15448# Compiler flag to allow reflexive dlopens.
15449export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15450
15451# Compiler flag to generate shared objects directly from archives.
15452whole_archive_flag_spec=$lt_whole_archive_flag_spec
15453
15454# Whether the compiler copes with passing no objects directly.
15455compiler_needs_object=$lt_compiler_needs_object
15456
15457# Create an old-style archive from a shared archive.
15458old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15459
15460# Create a temporary old-style archive to link instead of a shared archive.
15461old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15462
15463# Commands used to build a shared archive.
15464archive_cmds=$lt_archive_cmds
15465archive_expsym_cmds=$lt_archive_expsym_cmds
15466
15467# Commands used to build a loadable module if different from building
15468# a shared archive.
15469module_cmds=$lt_module_cmds
15470module_expsym_cmds=$lt_module_expsym_cmds
15471
15472# Whether we are building with GNU ld or not.
15473with_gnu_ld=$lt_with_gnu_ld
15474
15475# Flag that allows shared libraries with undefined symbols to be built.
15476allow_undefined_flag=$lt_allow_undefined_flag
15477
15478# Flag that enforces no undefined symbols.
15479no_undefined_flag=$lt_no_undefined_flag
15480
15481# Flag to hardcode \$libdir into a binary during linking.
15482# This must work even if \$libdir does not exist
15483hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15484
15485# If ld is used when linking, flag to hardcode \$libdir into a binary
15486# during linking. This must work even if \$libdir does not exist.
15487hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15488
15489# Whether we need a single "-rpath" flag with a separated argument.
15490hardcode_libdir_separator=$lt_hardcode_libdir_separator
15491
15492# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15493# DIR into the resulting binary.
15494hardcode_direct=$hardcode_direct
15495
15496# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15497# DIR into the resulting binary and the resulting library dependency is
15498# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15499# library is relocated.
15500hardcode_direct_absolute=$hardcode_direct_absolute
15501
15502# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15503# into the resulting binary.
15504hardcode_minus_L=$hardcode_minus_L
15505
15506# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15507# into the resulting binary.
15508hardcode_shlibpath_var=$hardcode_shlibpath_var
15509
15510# Set to "yes" if building a shared library automatically hardcodes DIR
15511# into the library and all subsequent libraries and executables linked
15512# against it.
15513hardcode_automatic=$hardcode_automatic
15514
15515# Set to yes if linker adds runtime paths of dependent libraries
15516# to runtime path list.
15517inherit_rpath=$inherit_rpath
15518
15519# Whether libtool must link a program against all its dependency libraries.
15520link_all_deplibs=$link_all_deplibs
15521
15522# Fix the shell variable \$srcfile for the compiler.
15523fix_srcfile_path=$lt_fix_srcfile_path
15524
15525# Set to "yes" if exported symbols are required.
15526always_export_symbols=$always_export_symbols
15527
15528# The commands to list exported symbols.
15529export_symbols_cmds=$lt_export_symbols_cmds
15530
15531# Symbols that should not be listed in the preloaded symbols.
15532exclude_expsyms=$lt_exclude_expsyms
15533
15534# Symbols that must always be exported.
15535include_expsyms=$lt_include_expsyms
15536
15537# Commands necessary for linking programs (against libraries) with templates.
15538prelink_cmds=$lt_prelink_cmds
15539
15540# Specify filename containing input files.
15541file_list_spec=$lt_file_list_spec
15542
15543# How to hardcode a shared library path into an executable.
15544hardcode_action=$hardcode_action
15545
15546# ### END LIBTOOL CONFIG
15547
15548_LT_EOF
15549
15550 case $host_os in
15551 aix3*)
15552 cat <<\_LT_EOF >> "$cfgfile"
15553# AIX sometimes has problems with the GCC collect2 program. For some
15554# reason, if we set the COLLECT_NAMES environment variable, the problems
15555# vanish in a puff of smoke.
15556if test "X${COLLECT_NAMES+set}" != Xset; then
15557 COLLECT_NAMES=
15558 export COLLECT_NAMES
15559fi
15560_LT_EOF
15561 ;;
15562 esac
15563
15564
15565ltmain="$ac_aux_dir/ltmain.sh"
15566
15567
15568 # We use sed instead of cat because bash on DJGPP gets confused if
15569 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15570 # text mode, it properly converts lines to CR/LF. This bash problem
15571 # is reportedly fixed, but why not run on old versions too?
15572 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15573 || (rm -f "$cfgfile"; exit 1)
15574
15575 case $xsi_shell in
15576 yes)
15577 cat << \_LT_EOF >> "$cfgfile"
15578
15579# func_dirname file append nondir_replacement
15580# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15581# otherwise set result to NONDIR_REPLACEMENT.
15582func_dirname ()
15583{
15584 case ${1} in
15585 */*) func_dirname_result="${1%/*}${2}" ;;
15586 * ) func_dirname_result="${3}" ;;
15587 esac
15588}
15589
15590# func_basename file
15591func_basename ()
15592{
15593 func_basename_result="${1##*/}"
15594}
15595
15596# func_dirname_and_basename file append nondir_replacement
15597# perform func_basename and func_dirname in a single function
15598# call:
15599# dirname: Compute the dirname of FILE. If nonempty,
15600# add APPEND to the result, otherwise set result
15601# to NONDIR_REPLACEMENT.
15602# value returned in "$func_dirname_result"
15603# basename: Compute filename of FILE.
15604# value retuned in "$func_basename_result"
15605# Implementation must be kept synchronized with func_dirname
15606# and func_basename. For efficiency, we do not delegate to
15607# those functions but instead duplicate the functionality here.
15608func_dirname_and_basename ()
15609{
15610 case ${1} in
15611 */*) func_dirname_result="${1%/*}${2}" ;;
15612 * ) func_dirname_result="${3}" ;;
15613 esac
15614 func_basename_result="${1##*/}"
15615}
15616
15617# func_stripname prefix suffix name
15618# strip PREFIX and SUFFIX off of NAME.
15619# PREFIX and SUFFIX must not contain globbing or regex special
15620# characters, hashes, percent signs, but SUFFIX may contain a leading
15621# dot (in which case that matches only a dot).
15622func_stripname ()
15623{
15624 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15625 # positional parameters, so assign one to ordinary parameter first.
15626 func_stripname_result=${3}
15627 func_stripname_result=${func_stripname_result#"${1}"}
15628 func_stripname_result=${func_stripname_result%"${2}"}
15629}
15630
15631# func_opt_split
15632func_opt_split ()
15633{
15634 func_opt_split_opt=${1%%=*}
15635 func_opt_split_arg=${1#*=}
15636}
15637
15638# func_lo2o object
15639func_lo2o ()
15640{
15641 case ${1} in
15642 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15643 *) func_lo2o_result=${1} ;;
15644 esac
15645}
15646
15647# func_xform libobj-or-source
15648func_xform ()
15649{
15650 func_xform_result=${1%.*}.lo
15651}
15652
15653# func_arith arithmetic-term...
15654func_arith ()
15655{
15656 func_arith_result=$(( $* ))
15657}
15658
15659# func_len string
15660# STRING may not start with a hyphen.
15661func_len ()
15662{
15663 func_len_result=${#1}
15664}
15665
15666_LT_EOF
15667 ;;
15668 *) # Bourne compatible functions.
15669 cat << \_LT_EOF >> "$cfgfile"
15670
15671# func_dirname file append nondir_replacement
15672# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15673# otherwise set result to NONDIR_REPLACEMENT.
15674func_dirname ()
15675{
15676 # Extract subdirectory from the argument.
15677 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15678 if test "X$func_dirname_result" = "X${1}"; then
15679 func_dirname_result="${3}"
15680 else
15681 func_dirname_result="$func_dirname_result${2}"
15682 fi
15683}
15684
15685# func_basename file
15686func_basename ()
15687{
15688 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15689}
15690
15691
15692# func_stripname prefix suffix name
15693# strip PREFIX and SUFFIX off of NAME.
15694# PREFIX and SUFFIX must not contain globbing or regex special
15695# characters, hashes, percent signs, but SUFFIX may contain a leading
15696# dot (in which case that matches only a dot).
15697# func_strip_suffix prefix name
15698func_stripname ()
15699{
15700 case ${2} in
15701 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15702 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15703 esac
15704}
15705
15706# sed scripts:
15707my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15708my_sed_long_arg='1s/^-[^=]*=//'
15709
15710# func_opt_split
15711func_opt_split ()
15712{
15713 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15714 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15715}
15716
15717# func_lo2o object
15718func_lo2o ()
15719{
15720 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15721}
15722
15723# func_xform libobj-or-source
15724func_xform ()
15725{
15726 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15727}
15728
15729# func_arith arithmetic-term...
15730func_arith ()
15731{
15732 func_arith_result=`expr "$@"`
15733}
15734
15735# func_len string
15736# STRING may not start with a hyphen.
15737func_len ()
15738{
15739 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15740}
15741
15742_LT_EOF
15743esac
15744
15745case $lt_shell_append in
15746 yes)
15747 cat << \_LT_EOF >> "$cfgfile"
15748
15749# func_append var value
15750# Append VALUE to the end of shell variable VAR.
15751func_append ()
15752{
15753 eval "$1+=\$2"
15754}
15755_LT_EOF
15756 ;;
15757 *)
15758 cat << \_LT_EOF >> "$cfgfile"
15759
15760# func_append var value
15761# Append VALUE to the end of shell variable VAR.
15762func_append ()
15763{
15764 eval "$1=\$$1\$2"
15765}
15766
15767_LT_EOF
15768 ;;
15769 esac
15770
15771
15772 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15773 || (rm -f "$cfgfile"; exit 1)
15774
15775 mv -f "$cfgfile" "$ofile" ||
15776 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15777 chmod +x "$ofile"
15778
15779 ;;
81ecdfbb 15780 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
d45a4bef
JB
15781 rm -f Makesim1.tmp Makesim2.tmp Makefile
15782 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15783 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15784 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15785 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15786 <Makefile.sim >Makefile
15787 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15788 ;;
81ecdfbb
RW
15789 "stamp-h":C) echo > stamp-h ;;
15790
d45a4bef 15791 esac
81ecdfbb 15792done # for ac_tag
d45a4bef 15793
d45a4bef 15794
81ecdfbb 15795as_fn_exit 0
d45a4bef 15796_ACEOF
d45a4bef
JB
15797ac_clean_files=$ac_clean_files_save
15798
81ecdfbb
RW
15799test $ac_write_fail = 0 ||
15800 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15801
d45a4bef
JB
15802
15803# configure is writing to config.log, and then calls config.status.
15804# config.status does its own redirection, appending to config.log.
15805# Unfortunately, on DOS this fails, as config.log is still kept open
15806# by configure, so config.status won't be able to write to it; its
15807# output is simply discarded. So we exec the FD to /dev/null,
15808# effectively closing config.log, so it can be properly (re)opened and
15809# appended to by config.status. When coming back to configure, we
15810# need to make the FD available again.
15811if test "$no_create" != yes; then
15812 ac_cs_success=:
15813 ac_config_status_args=
15814 test "$silent" = yes &&
15815 ac_config_status_args="$ac_config_status_args --quiet"
15816 exec 5>/dev/null
15817 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15818 exec 5>>config.log
15819 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15820 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15821 $ac_cs_success || as_fn_exit $?
15822fi
15823if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15825$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
d45a4bef
JB
15826fi
15827
15828