sim: use AS_HELP_STRING everywhere
[deliverable/binutils-gdb.git] / sim / erc32 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 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.
b7026657 8#
b7026657
AC
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## -------------------- ##
c906108c 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 :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
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
b7026657 31fi
c906108c 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 }
b7026657 79fi
c906108c
SS
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
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 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
b7026657 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."
b7026657 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."
b7026657 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
c906108c 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
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 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
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
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'`
c906108c 418
b7026657
AC
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
c906108c 425
c906108c 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 |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 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; }
b7026657
AC
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"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 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';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 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'
b7026657 491 fi
b7026657
AC
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
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 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
c906108c 527
b7026657
AC
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'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
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`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
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
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604READLINE
605TERMCAP
606REPORT_BUGS_TEXI
607REPORT_BUGS_TO
608PKGVERSION
609sim_profile
610sim_trace
611sim_stdio
612sim_debug
613sim_cflags
614sim_bswap
615MAINT
31e6ad7d
MF
616MAINTAINER_MODE_FALSE
617MAINTAINER_MODE_TRUE
6bb11ab3
L
618lt_cv_dlopen_libs
619OTOOL64
620OTOOL
621LIPO
622NMEDIT
623DSYMUTIL
624AWK
625STRIP
626OBJDUMP
627LN_S
628NM
629ac_ct_DUMPBIN
630DUMPBIN
631LD
632FGREP
633SED
634LIBTOOL
635PLUGINS_FALSE
636PLUGINS_TRUE
aadc9410
MF
637zlibinc
638zlibdir
81ecdfbb
RW
639CATOBJEXT
640GENCAT
641INSTOBJEXT
642DATADIRNAME
643CATALOGS
644POSUB
645GMSGFMT
646XGETTEXT
647INCINTL
648LIBINTL_DEP
649LIBINTL
650USE_NLS
db2e4d67
MF
651GMAKE_FALSE
652GMAKE_TRUE
653MAKE
654CCDEPMODE
655DEPDIR
656am__leading_dot
5f3ef9d0 657PACKAGE
81ecdfbb
RW
658RANLIB
659AR
660HDEFINES
661CC_FOR_BUILD
662INSTALL_DATA
663INSTALL_SCRIPT
664INSTALL_PROGRAM
2232061b
MF
665EGREP
666GREP
667CPP
81ecdfbb
RW
668target_os
669target_vendor
670target_cpu
671target
672host_os
673host_vendor
674host_cpu
675host
676build_os
677build_vendor
678build_cpu
679build
6ffe910a
MF
680OBJEXT
681EXEEXT
682ac_ct_CC
683CPPFLAGS
684LDFLAGS
685CFLAGS
686CC
81ecdfbb
RW
687WERROR_CFLAGS
688WARN_CFLAGS
689sim_xor_endian
690sim_stdcall
691sim_smp
692sim_reserved_bits
693sim_regparm
694sim_packages
695sim_inline
696sim_hw
697sim_hw_objs
698sim_hw_cflags
699sim_default_model
700sim_scache
701sim_float
702sim_hostendian
703sim_endian
704sim_bitsize
705sim_assert
706sim_alignment
707sim_environment
708target_alias
709host_alias
710build_alias
711LIBS
712ECHO_T
713ECHO_N
714ECHO_C
715DEFS
716mandir
717localedir
718libdir
719psdir
720pdfdir
721dvidir
722htmldir
723infodir
724docdir
725oldincludedir
726includedir
727localstatedir
728sharedstatedir
729sysconfdir
730datadir
731datarootdir
732libexecdir
733sbindir
734bindir
735program_transform_name
736prefix
737exec_prefix
738PACKAGE_URL
739PACKAGE_BUGREPORT
740PACKAGE_STRING
741PACKAGE_VERSION
742PACKAGE_TARNAME
743PACKAGE_NAME
744PATH_SEPARATOR
745SHELL'
b7026657 746ac_subst_files=''
81ecdfbb
RW
747ac_user_opts='
748enable_option_checking
aadc9410 749with_system_zlib
6bb11ab3
L
750enable_plugins
751enable_shared
752enable_static
753with_pic
754enable_fast_install
755with_gnu_ld
756enable_libtool_lock
81ecdfbb
RW
757enable_maintainer_mode
758enable_sim_bswap
759enable_sim_cflags
760enable_sim_debug
761enable_sim_stdio
762enable_sim_trace
763enable_sim_profile
764with_pkgversion
765with_bugurl
9c5f41df 766enable_sim_hostendian
81ecdfbb
RW
767'
768 ac_precious_vars='build_alias
769host_alias
770target_alias
771CC
772CFLAGS
773LDFLAGS
774LIBS
775CPPFLAGS
776CPP'
777
c906108c
SS
778
779# Initialize some variables set by options.
b7026657
AC
780ac_init_help=
781ac_init_version=false
81ecdfbb
RW
782ac_unrecognized_opts=
783ac_unrecognized_sep=
c906108c
SS
784# The variables have the same names as the options, with
785# dashes changed to underlines.
b7026657 786cache_file=/dev/null
c906108c 787exec_prefix=NONE
c906108c 788no_create=
c906108c
SS
789no_recursion=
790prefix=NONE
791program_prefix=NONE
792program_suffix=NONE
793program_transform_name=s,x,x,
794silent=
795site=
796srcdir=
c906108c
SS
797verbose=
798x_includes=NONE
799x_libraries=NONE
b7026657
AC
800
801# Installation directory options.
802# These are left unexpanded so users can "make install exec_prefix=/foo"
803# and all the variables that are supposed to be based on exec_prefix
804# by default will actually change.
805# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 806# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
807bindir='${exec_prefix}/bin'
808sbindir='${exec_prefix}/sbin'
809libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
810datarootdir='${prefix}/share'
811datadir='${datarootdir}'
c906108c
SS
812sysconfdir='${prefix}/etc'
813sharedstatedir='${prefix}/com'
814localstatedir='${prefix}/var'
c906108c
SS
815includedir='${prefix}/include'
816oldincludedir='/usr/include'
81ecdfbb
RW
817docdir='${datarootdir}/doc/${PACKAGE}'
818infodir='${datarootdir}/info'
819htmldir='${docdir}'
820dvidir='${docdir}'
821pdfdir='${docdir}'
822psdir='${docdir}'
823libdir='${exec_prefix}/lib'
824localedir='${datarootdir}/locale'
825mandir='${datarootdir}/man'
c906108c 826
c906108c 827ac_prev=
81ecdfbb 828ac_dashdash=
c906108c
SS
829for ac_option
830do
c906108c
SS
831 # If the previous option needs an argument, assign it.
832 if test -n "$ac_prev"; then
81ecdfbb 833 eval $ac_prev=\$ac_option
c906108c
SS
834 ac_prev=
835 continue
836 fi
837
81ecdfbb
RW
838 case $ac_option in
839 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840 *) ac_optarg=yes ;;
841 esac
c906108c
SS
842
843 # Accept the important Cygnus configure options, so we can diagnose typos.
844
81ecdfbb
RW
845 case $ac_dashdash$ac_option in
846 --)
847 ac_dashdash=yes ;;
c906108c
SS
848
849 -bindir | --bindir | --bindi | --bind | --bin | --bi)
850 ac_prev=bindir ;;
851 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 852 bindir=$ac_optarg ;;
c906108c
SS
853
854 -build | --build | --buil | --bui | --bu)
b7026657 855 ac_prev=build_alias ;;
c906108c 856 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 857 build_alias=$ac_optarg ;;
c906108c
SS
858
859 -cache-file | --cache-file | --cache-fil | --cache-fi \
860 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
861 ac_prev=cache_file ;;
862 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
863 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
864 cache_file=$ac_optarg ;;
865
866 --config-cache | -C)
867 cache_file=config.cache ;;
c906108c 868
81ecdfbb 869 -datadir | --datadir | --datadi | --datad)
c906108c 870 ac_prev=datadir ;;
81ecdfbb 871 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 872 datadir=$ac_optarg ;;
c906108c 873
81ecdfbb
RW
874 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
875 | --dataroo | --dataro | --datar)
876 ac_prev=datarootdir ;;
877 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
878 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
879 datarootdir=$ac_optarg ;;
880
c906108c 881 -disable-* | --disable-*)
81ecdfbb 882 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 883 # Reject names that are not valid shell variable names.
81ecdfbb
RW
884 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
885 as_fn_error "invalid feature name: $ac_useropt"
886 ac_useropt_orig=$ac_useropt
887 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
888 case $ac_user_opts in
889 *"
890"enable_$ac_useropt"
891"*) ;;
892 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
893 ac_unrecognized_sep=', ';;
894 esac
895 eval enable_$ac_useropt=no ;;
896
897 -docdir | --docdir | --docdi | --doc | --do)
898 ac_prev=docdir ;;
899 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
900 docdir=$ac_optarg ;;
901
902 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
903 ac_prev=dvidir ;;
904 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
905 dvidir=$ac_optarg ;;
c906108c
SS
906
907 -enable-* | --enable-*)
81ecdfbb 908 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 909 # Reject names that are not valid shell variable names.
81ecdfbb
RW
910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
911 as_fn_error "invalid feature name: $ac_useropt"
912 ac_useropt_orig=$ac_useropt
913 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
914 case $ac_user_opts in
915 *"
916"enable_$ac_useropt"
917"*) ;;
918 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
919 ac_unrecognized_sep=', ';;
c906108c 920 esac
81ecdfbb 921 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
922
923 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
924 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
925 | --exec | --exe | --ex)
926 ac_prev=exec_prefix ;;
927 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
928 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
929 | --exec=* | --exe=* | --ex=*)
b7026657 930 exec_prefix=$ac_optarg ;;
c906108c
SS
931
932 -gas | --gas | --ga | --g)
933 # Obsolete; use --with-gas.
934 with_gas=yes ;;
935
b7026657
AC
936 -help | --help | --hel | --he | -h)
937 ac_init_help=long ;;
938 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
939 ac_init_help=recursive ;;
940 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
941 ac_init_help=short ;;
c906108c
SS
942
943 -host | --host | --hos | --ho)
b7026657 944 ac_prev=host_alias ;;
c906108c 945 -host=* | --host=* | --hos=* | --ho=*)
b7026657 946 host_alias=$ac_optarg ;;
c906108c 947
81ecdfbb
RW
948 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
949 ac_prev=htmldir ;;
950 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
951 | --ht=*)
952 htmldir=$ac_optarg ;;
953
c906108c
SS
954 -includedir | --includedir | --includedi | --included | --include \
955 | --includ | --inclu | --incl | --inc)
956 ac_prev=includedir ;;
957 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
958 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 959 includedir=$ac_optarg ;;
c906108c
SS
960
961 -infodir | --infodir | --infodi | --infod | --info | --inf)
962 ac_prev=infodir ;;
963 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 964 infodir=$ac_optarg ;;
c906108c
SS
965
966 -libdir | --libdir | --libdi | --libd)
967 ac_prev=libdir ;;
968 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 969 libdir=$ac_optarg ;;
c906108c
SS
970
971 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
972 | --libexe | --libex | --libe)
973 ac_prev=libexecdir ;;
974 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
975 | --libexe=* | --libex=* | --libe=*)
b7026657 976 libexecdir=$ac_optarg ;;
c906108c 977
81ecdfbb
RW
978 -localedir | --localedir | --localedi | --localed | --locale)
979 ac_prev=localedir ;;
980 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
981 localedir=$ac_optarg ;;
982
c906108c 983 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 984 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
985 ac_prev=localstatedir ;;
986 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 987 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 988 localstatedir=$ac_optarg ;;
c906108c
SS
989
990 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
991 ac_prev=mandir ;;
992 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 993 mandir=$ac_optarg ;;
c906108c
SS
994
995 -nfp | --nfp | --nf)
996 # Obsolete; use --without-fp.
997 with_fp=no ;;
998
999 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1000 | --no-cr | --no-c | -n)
c906108c
SS
1001 no_create=yes ;;
1002
1003 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1004 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1005 no_recursion=yes ;;
1006
1007 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1008 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1009 | --oldin | --oldi | --old | --ol | --o)
1010 ac_prev=oldincludedir ;;
1011 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1012 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1013 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1014 oldincludedir=$ac_optarg ;;
c906108c
SS
1015
1016 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 ac_prev=prefix ;;
1018 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1019 prefix=$ac_optarg ;;
c906108c
SS
1020
1021 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1022 | --program-pre | --program-pr | --program-p)
1023 ac_prev=program_prefix ;;
1024 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1025 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1026 program_prefix=$ac_optarg ;;
c906108c
SS
1027
1028 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1029 | --program-suf | --program-su | --program-s)
1030 ac_prev=program_suffix ;;
1031 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1032 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1033 program_suffix=$ac_optarg ;;
c906108c
SS
1034
1035 -program-transform-name | --program-transform-name \
1036 | --program-transform-nam | --program-transform-na \
1037 | --program-transform-n | --program-transform- \
1038 | --program-transform | --program-transfor \
1039 | --program-transfo | --program-transf \
1040 | --program-trans | --program-tran \
1041 | --progr-tra | --program-tr | --program-t)
1042 ac_prev=program_transform_name ;;
1043 -program-transform-name=* | --program-transform-name=* \
1044 | --program-transform-nam=* | --program-transform-na=* \
1045 | --program-transform-n=* | --program-transform-=* \
1046 | --program-transform=* | --program-transfor=* \
1047 | --program-transfo=* | --program-transf=* \
1048 | --program-trans=* | --program-tran=* \
1049 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1050 program_transform_name=$ac_optarg ;;
c906108c 1051
81ecdfbb
RW
1052 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1053 ac_prev=pdfdir ;;
1054 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1055 pdfdir=$ac_optarg ;;
1056
1057 -psdir | --psdir | --psdi | --psd | --ps)
1058 ac_prev=psdir ;;
1059 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1060 psdir=$ac_optarg ;;
1061
c906108c
SS
1062 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1063 | -silent | --silent | --silen | --sile | --sil)
1064 silent=yes ;;
1065
1066 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1067 ac_prev=sbindir ;;
1068 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1069 | --sbi=* | --sb=*)
b7026657 1070 sbindir=$ac_optarg ;;
c906108c
SS
1071
1072 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1073 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1074 | --sharedst | --shareds | --shared | --share | --shar \
1075 | --sha | --sh)
1076 ac_prev=sharedstatedir ;;
1077 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1078 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1079 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1080 | --sha=* | --sh=*)
b7026657 1081 sharedstatedir=$ac_optarg ;;
c906108c
SS
1082
1083 -site | --site | --sit)
1084 ac_prev=site ;;
1085 -site=* | --site=* | --sit=*)
b7026657 1086 site=$ac_optarg ;;
eb2d80b4 1087
c906108c
SS
1088 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1089 ac_prev=srcdir ;;
1090 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1091 srcdir=$ac_optarg ;;
c906108c
SS
1092
1093 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1094 | --syscon | --sysco | --sysc | --sys | --sy)
1095 ac_prev=sysconfdir ;;
1096 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1097 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1098 sysconfdir=$ac_optarg ;;
c906108c
SS
1099
1100 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1101 ac_prev=target_alias ;;
c906108c 1102 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1103 target_alias=$ac_optarg ;;
c906108c
SS
1104
1105 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1106 verbose=yes ;;
1107
b7026657
AC
1108 -version | --version | --versio | --versi | --vers | -V)
1109 ac_init_version=: ;;
c906108c
SS
1110
1111 -with-* | --with-*)
81ecdfbb 1112 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1113 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115 as_fn_error "invalid package name: $ac_useropt"
1116 ac_useropt_orig=$ac_useropt
1117 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118 case $ac_user_opts in
1119 *"
1120"with_$ac_useropt"
1121"*) ;;
1122 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1123 ac_unrecognized_sep=', ';;
c906108c 1124 esac
81ecdfbb 1125 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1126
1127 -without-* | --without-*)
81ecdfbb 1128 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1129 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131 as_fn_error "invalid package name: $ac_useropt"
1132 ac_useropt_orig=$ac_useropt
1133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134 case $ac_user_opts in
1135 *"
1136"with_$ac_useropt"
1137"*) ;;
1138 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1139 ac_unrecognized_sep=', ';;
1140 esac
1141 eval with_$ac_useropt=no ;;
c906108c
SS
1142
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1146
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1152 x_includes=$ac_optarg ;;
c906108c
SS
1153
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1159 x_libraries=$ac_optarg ;;
c906108c 1160
81ecdfbb
RW
1161 -*) as_fn_error "unrecognized option: \`$ac_option'
1162Try \`$0 --help' for more information."
c906108c
SS
1163 ;;
1164
b7026657
AC
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1168 case $ac_envvar in #(
1169 '' | [0-9]* | *[!_$as_cr_alnum]* )
1170 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1171 esac
1172 eval $ac_envvar=\$ac_optarg
b7026657
AC
1173 export $ac_envvar ;;
1174
c906108c 1175 *)
b7026657 1176 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1177 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1179 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1181 ;;
1182
1183 esac
1184done
1185
1186if test -n "$ac_prev"; then
b7026657 1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1188 as_fn_error "missing argument to $ac_option"
c906108c 1189fi
c906108c 1190
81ecdfbb
RW
1191if test -n "$ac_unrecognized_opts"; then
1192 case $enable_option_checking in
1193 no) ;;
1194 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1195 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1196 esac
81ecdfbb 1197fi
c906108c 1198
81ecdfbb
RW
1199# Check all directory arguments for consistency.
1200for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1201 datadir sysconfdir sharedstatedir localstatedir includedir \
1202 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1203 libdir localedir mandir
c906108c 1204do
81ecdfbb
RW
1205 eval ac_val=\$$ac_var
1206 # Remove trailing slashes.
1207 case $ac_val in
1208 */ )
1209 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1210 eval $ac_var=\$ac_val;;
1211 esac
1212 # Be sure to have absolute directory names.
b7026657 1213 case $ac_val in
81ecdfbb
RW
1214 [\\/$]* | ?:[\\/]* ) continue;;
1215 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1216 esac
81ecdfbb 1217 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1218done
1219
b7026657
AC
1220# There might be people who depend on the old broken behavior: `$host'
1221# used to hold the argument of --host etc.
1222# FIXME: To remove some day.
1223build=$build_alias
1224host=$host_alias
1225target=$target_alias
1226
1227# FIXME: To remove some day.
1228if test "x$host_alias" != x; then
1229 if test "x$build_alias" = x; then
1230 cross_compiling=maybe
81ecdfbb 1231 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1232 If a cross compiler is detected then cross compile mode will be used." >&2
1233 elif test "x$build_alias" != "x$host_alias"; then
1234 cross_compiling=yes
1235 fi
1236fi
c906108c 1237
b7026657
AC
1238ac_tool_prefix=
1239test -n "$host_alias" && ac_tool_prefix=$host_alias-
1240
1241test "$silent" = yes && exec 6>/dev/null
c906108c 1242
c906108c 1243
81ecdfbb
RW
1244ac_pwd=`pwd` && test -n "$ac_pwd" &&
1245ac_ls_di=`ls -di .` &&
1246ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1247 as_fn_error "working directory cannot be determined"
1248test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1249 as_fn_error "pwd does not report name of working directory"
1250
1251
c906108c
SS
1252# Find the source files, if location was not specified.
1253if test -z "$srcdir"; then
1254 ac_srcdir_defaulted=yes
81ecdfbb
RW
1255 # Try the directory containing this script, then the parent directory.
1256 ac_confdir=`$as_dirname -- "$as_myself" ||
1257$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1258 X"$as_myself" : 'X\(//\)[^/]' \| \
1259 X"$as_myself" : 'X\(//\)$' \| \
1260 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1261$as_echo X"$as_myself" |
1262 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\/\)[^/].*/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\/\)$/{
1271 s//\1/
1272 q
1273 }
1274 /^X\(\/\).*/{
1275 s//\1/
1276 q
1277 }
1278 s/.*/./; q'`
c906108c 1279 srcdir=$ac_confdir
81ecdfbb 1280 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1281 srcdir=..
1282 fi
1283else
1284 ac_srcdir_defaulted=no
1285fi
81ecdfbb
RW
1286if test ! -r "$srcdir/$ac_unique_file"; then
1287 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1288 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1289fi
1290ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1291ac_abs_confdir=`(
1292 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1293 pwd)`
1294# When building in place, set srcdir=.
1295if test "$ac_abs_confdir" = "$ac_pwd"; then
1296 srcdir=.
1297fi
1298# Remove unnecessary trailing slashes from srcdir.
1299# Double slashes in file names in object file debugging info
1300# mess up M-x gdb in Emacs.
1301case $srcdir in
1302*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1303esac
1304for ac_var in $ac_precious_vars; do
1305 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1306 eval ac_env_${ac_var}_value=\$${ac_var}
1307 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1308 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1309done
c906108c 1310
b7026657
AC
1311#
1312# Report the --help message.
1313#
1314if test "$ac_init_help" = "long"; then
1315 # Omit some internal or obsolete options to make the list less imposing.
1316 # This message is too long to be a string in the A/UX 3.1 sh.
1317 cat <<_ACEOF
1318\`configure' configures this package to adapt to many kinds of systems.
c906108c 1319
b7026657 1320Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1321
b7026657
AC
1322To assign environment variables (e.g., CC, CFLAGS...), specify them as
1323VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1324
b7026657 1325Defaults for the options are specified in brackets.
c906108c 1326
b7026657
AC
1327Configuration:
1328 -h, --help display this help and exit
1329 --help=short display options specific to this package
1330 --help=recursive display the short help of all the included packages
1331 -V, --version display version information and exit
1332 -q, --quiet, --silent do not print \`checking...' messages
1333 --cache-file=FILE cache test results in FILE [disabled]
1334 -C, --config-cache alias for \`--cache-file=config.cache'
1335 -n, --no-create do not create output files
1336 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1337
b7026657
AC
1338Installation directories:
1339 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1340 [$ac_default_prefix]
b7026657 1341 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1342 [PREFIX]
c906108c 1343
b7026657
AC
1344By default, \`make install' will install all the files in
1345\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1346an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1347for instance \`--prefix=\$HOME'.
c906108c 1348
b7026657
AC
1349For better control, use the options below.
1350
1351Fine tuning of the installation directories:
81ecdfbb
RW
1352 --bindir=DIR user executables [EPREFIX/bin]
1353 --sbindir=DIR system admin executables [EPREFIX/sbin]
1354 --libexecdir=DIR program executables [EPREFIX/libexec]
1355 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1356 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1357 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1358 --libdir=DIR object code libraries [EPREFIX/lib]
1359 --includedir=DIR C header files [PREFIX/include]
1360 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1361 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1362 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1363 --infodir=DIR info documentation [DATAROOTDIR/info]
1364 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1365 --mandir=DIR man documentation [DATAROOTDIR/man]
1366 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1367 --htmldir=DIR html documentation [DOCDIR]
1368 --dvidir=DIR dvi documentation [DOCDIR]
1369 --pdfdir=DIR pdf documentation [DOCDIR]
1370 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1371_ACEOF
1372
1373 cat <<\_ACEOF
1374
1375Program names:
1376 --program-prefix=PREFIX prepend PREFIX to installed program names
1377 --program-suffix=SUFFIX append SUFFIX to installed program names
1378 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1379
1380System types:
1381 --build=BUILD configure for building on BUILD [guessed]
1382 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1383 --target=TARGET configure for building compilers for TARGET [HOST]
1384_ACEOF
c906108c 1385fi
b7026657
AC
1386
1387if test -n "$ac_init_help"; then
1388
1389 cat <<\_ACEOF
1390
1391Optional Features:
81ecdfbb 1392 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1393 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1394 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1395 --enable-plugins Enable support for plugins
6bb11ab3
L
1396 --enable-shared[=PKGS] build shared libraries [default=yes]
1397 --enable-static[=PKGS] build static libraries [default=yes]
1398 --enable-fast-install[=PKGS]
1399 optimize for fast installation [default=yes]
1400 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1401 --enable-maintainer-mode enable make rules and dependencies not useful
1402 (and sometimes confusing) to the casual installer
8d0978fb
MF
1403 --enable-sim-bswap Use Host specific BSWAP instruction
1404 --enable-sim-cflags=opts
1405 Extra CFLAGS for use in building simulator
1406 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1407 itself)
1408 --enable-sim-stdio Specify whether to use stdio for console
1409 input/output
1410 --enable-sim-trace=opts Enable tracing of simulated programs
1411 --enable-sim-profile=opts
1412 Enable profiling flags
1413 --enable-sim-hostendian=end
1414 Specify host byte endian orientation
b7026657 1415
6efef468
JM
1416Optional Packages:
1417 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1418 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1419 --with-system-zlib use installed libz
6bb11ab3
L
1420 --with-pic try to use only PIC/non-PIC objects [default=use
1421 both]
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1423 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1424 --with-bugurl=URL Direct users to URL to report a bug
1425
b7026657
AC
1426Some influential environment variables:
1427 CC C compiler command
1428 CFLAGS C compiler flags
1429 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1430 nonstandard directory <lib dir>
81ecdfbb
RW
1431 LIBS libraries to pass to the linker, e.g. -l<library>
1432 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1433 you have headers in a nonstandard directory <include dir>
b7026657
AC
1434 CPP C preprocessor
1435
1436Use these variables to override the choices made by `configure' or to help
1437it to find libraries and programs with nonstandard names/locations.
1438
81ecdfbb 1439Report bugs to the package provider.
b7026657 1440_ACEOF
81ecdfbb 1441ac_status=$?
c906108c
SS
1442fi
1443
b7026657
AC
1444if test "$ac_init_help" = "recursive"; then
1445 # If there are subdirs, report their specific --help.
b7026657 1446 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1447 test -d "$ac_dir" ||
1448 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1449 continue
b7026657 1450 ac_builddir=.
c906108c 1451
81ecdfbb
RW
1452case "$ac_dir" in
1453.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1454*)
1455 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1456 # A ".." for each directory in $ac_dir_suffix.
1457 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1458 case $ac_top_builddir_sub in
1459 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1461 esac ;;
1462esac
1463ac_abs_top_builddir=$ac_pwd
1464ac_abs_builddir=$ac_pwd$ac_dir_suffix
1465# for backward compatibility:
1466ac_top_builddir=$ac_top_build_prefix
c906108c 1467
b7026657 1468case $srcdir in
81ecdfbb 1469 .) # We are building in place.
b7026657 1470 ac_srcdir=.
81ecdfbb
RW
1471 ac_top_srcdir=$ac_top_builddir_sub
1472 ac_abs_top_srcdir=$ac_pwd ;;
1473 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1474 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1475 ac_top_srcdir=$srcdir
1476 ac_abs_top_srcdir=$srcdir ;;
1477 *) # Relative name.
1478 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1479 ac_top_srcdir=$ac_top_build_prefix$srcdir
1480 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1481esac
81ecdfbb
RW
1482ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1483
1484 cd "$ac_dir" || { ac_status=$?; continue; }
1485 # Check for guested configure.
1486 if test -f "$ac_srcdir/configure.gnu"; then
1487 echo &&
1488 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1489 elif test -f "$ac_srcdir/configure"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1492 else
81ecdfbb
RW
1493 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1494 fi || ac_status=$?
1495 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1496 done
1497fi
1498
81ecdfbb 1499test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1500if $ac_init_version; then
1501 cat <<\_ACEOF
81ecdfbb
RW
1502configure
1503generated by GNU Autoconf 2.64
b7026657 1504
81ecdfbb 1505Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1506This configure script is free software; the Free Software Foundation
1507gives unlimited permission to copy, distribute and modify it.
1508_ACEOF
81ecdfbb 1509 exit
b7026657 1510fi
b7026657 1511
81ecdfbb
RW
1512## ------------------------ ##
1513## Autoconf initialization. ##
1514## ------------------------ ##
b7026657 1515
81ecdfbb
RW
1516# ac_fn_c_try_compile LINENO
1517# --------------------------
1518# Try to compile conftest.$ac_ext, and return whether this succeeded.
1519ac_fn_c_try_compile ()
b7026657 1520{
81ecdfbb
RW
1521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1522 rm -f conftest.$ac_objext
1523 if { { ac_try="$ac_compile"
1524case "(($ac_try" in
1525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1526 *) ac_try_echo=$ac_try;;
1527esac
1528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1529$as_echo "$ac_try_echo"; } >&5
1530 (eval "$ac_compile") 2>conftest.err
1531 ac_status=$?
1532 if test -s conftest.err; then
1533 grep -v '^ *+' conftest.err >conftest.er1
1534 cat conftest.er1 >&5
1535 mv -f conftest.er1 conftest.err
1536 fi
1537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1538 test $ac_status = 0; } && {
1539 test -z "$ac_c_werror_flag" ||
1540 test ! -s conftest.err
1541 } && test -s conftest.$ac_objext; then :
1542 ac_retval=0
1543else
1544 $as_echo "$as_me: failed program was:" >&5
1545sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1546
81ecdfbb
RW
1547 ac_retval=1
1548fi
1549 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1550 return $ac_retval
b7026657 1551
81ecdfbb 1552} # ac_fn_c_try_compile
b7026657 1553
81ecdfbb
RW
1554# ac_fn_c_try_cpp LINENO
1555# ----------------------
1556# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1557ac_fn_c_try_cpp ()
1558{
1559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1560 if { { ac_try="$ac_cpp conftest.$ac_ext"
1561case "(($ac_try" in
1562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1563 *) ac_try_echo=$ac_try;;
1564esac
1565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1566$as_echo "$ac_try_echo"; } >&5
1567 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1568 ac_status=$?
1569 if test -s conftest.err; then
1570 grep -v '^ *+' conftest.err >conftest.er1
1571 cat conftest.er1 >&5
1572 mv -f conftest.er1 conftest.err
1573 fi
1574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1575 test $ac_status = 0; } >/dev/null && {
1576 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1577 test ! -s conftest.err
1578 }; then :
1579 ac_retval=0
1580else
1581 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1583
81ecdfbb
RW
1584 ac_retval=1
1585fi
1586 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 return $ac_retval
b7026657 1588
81ecdfbb 1589} # ac_fn_c_try_cpp
b7026657 1590
81ecdfbb
RW
1591# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1592# -------------------------------------------------------
1593# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1594# the include files in INCLUDES and setting the cache variable VAR
1595# accordingly.
1596ac_fn_c_check_header_mongrel ()
1597{
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1601$as_echo_n "checking for $2... " >&6; }
1602if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1603 $as_echo_n "(cached) " >&6
1604fi
1605eval ac_res=\$$3
1606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1607$as_echo "$ac_res" >&6; }
1608else
1609 # Is the header compilable?
1610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1611$as_echo_n "checking $2 usability... " >&6; }
1612cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1613/* end confdefs.h. */
1614$4
1615#include <$2>
1616_ACEOF
1617if ac_fn_c_try_compile "$LINENO"; then :
1618 ac_header_compiler=yes
1619else
1620 ac_header_compiler=no
1621fi
1622rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1624$as_echo "$ac_header_compiler" >&6; }
1625
1626# Is the header present?
1627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1628$as_echo_n "checking $2 presence... " >&6; }
1629cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1630/* end confdefs.h. */
1631#include <$2>
1632_ACEOF
1633if ac_fn_c_try_cpp "$LINENO"; then :
1634 ac_header_preproc=yes
1635else
1636 ac_header_preproc=no
1637fi
1638rm -f conftest.err conftest.$ac_ext
1639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1640$as_echo "$ac_header_preproc" >&6; }
1641
1642# So? What about this header?
1643case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1644 yes:no: )
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1646$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1648$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1649 ;;
1650 no:yes:* )
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1652$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1654$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1656$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1658$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1660$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1661 ;;
1662esac
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1664$as_echo_n "checking for $2... " >&6; }
1665if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1666 $as_echo_n "(cached) " >&6
1667else
1668 eval "$3=\$ac_header_compiler"
1669fi
1670eval ac_res=\$$3
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1672$as_echo "$ac_res" >&6; }
1673fi
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675
1676} # ac_fn_c_check_header_mongrel
1677
1678# ac_fn_c_try_run LINENO
1679# ----------------------
1680# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1681# that executables *can* be run.
1682ac_fn_c_try_run ()
1683{
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 if { { ac_try="$ac_link"
1686case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689esac
1690eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691$as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>&5
1693 ac_status=$?
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1696 { { case "(($ac_try" in
1697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1698 *) ac_try_echo=$ac_try;;
1699esac
1700eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1701$as_echo "$ac_try_echo"; } >&5
1702 (eval "$ac_try") 2>&5
1703 ac_status=$?
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; }; }; then :
1706 ac_retval=0
1707else
1708 $as_echo "$as_me: program exited with status $ac_status" >&5
1709 $as_echo "$as_me: failed program was:" >&5
1710sed 's/^/| /' conftest.$ac_ext >&5
1711
1712 ac_retval=$ac_status
1713fi
1714 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1715 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1716 return $ac_retval
1717
1718} # ac_fn_c_try_run
1719
1720# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1721# -------------------------------------------------------
1722# Tests whether HEADER exists and can be compiled using the include files in
1723# INCLUDES, setting the cache variable VAR accordingly.
1724ac_fn_c_check_header_compile ()
1725{
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728$as_echo_n "checking for $2... " >&6; }
1729if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1730 $as_echo_n "(cached) " >&6
1731else
1732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1733/* end confdefs.h. */
1734$4
1735#include <$2>
1736_ACEOF
1737if ac_fn_c_try_compile "$LINENO"; then :
1738 eval "$3=yes"
1739else
1740 eval "$3=no"
1741fi
1742rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1743fi
1744eval ac_res=\$$3
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746$as_echo "$ac_res" >&6; }
1747 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748
1749} # ac_fn_c_check_header_compile
1750
1751# ac_fn_c_try_link LINENO
1752# -----------------------
1753# Try to link conftest.$ac_ext, and return whether this succeeded.
1754ac_fn_c_try_link ()
1755{
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 rm -f conftest.$ac_objext conftest$ac_exeext
1758 if { { ac_try="$ac_link"
1759case "(($ac_try" in
1760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1761 *) ac_try_echo=$ac_try;;
1762esac
1763eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1764$as_echo "$ac_try_echo"; } >&5
1765 (eval "$ac_link") 2>conftest.err
1766 ac_status=$?
1767 if test -s conftest.err; then
1768 grep -v '^ *+' conftest.err >conftest.er1
1769 cat conftest.er1 >&5
1770 mv -f conftest.er1 conftest.err
1771 fi
1772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773 test $ac_status = 0; } && {
1774 test -z "$ac_c_werror_flag" ||
1775 test ! -s conftest.err
1776 } && test -s conftest$ac_exeext && {
1777 test "$cross_compiling" = yes ||
1778 $as_test_x conftest$ac_exeext
1779 }; then :
1780 ac_retval=0
1781else
1782 $as_echo "$as_me: failed program was:" >&5
1783sed 's/^/| /' conftest.$ac_ext >&5
1784
1785 ac_retval=1
1786fi
1787 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1788 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1789 # interfere with the next link command; also delete a directory that is
1790 # left behind by Apple's compiler. We do this before executing the actions.
1791 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1792 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1793 return $ac_retval
1794
1795} # ac_fn_c_try_link
1796
1797# ac_fn_c_check_func LINENO FUNC VAR
1798# ----------------------------------
1799# Tests whether FUNC exists, setting the cache variable VAR accordingly
1800ac_fn_c_check_func ()
1801{
1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1804$as_echo_n "checking for $2... " >&6; }
1805if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1806 $as_echo_n "(cached) " >&6
1807else
1808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1809/* end confdefs.h. */
1810/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1812#define $2 innocuous_$2
1813
1814/* System header to define __stub macros and hopefully few prototypes,
1815 which can conflict with char $2 (); below.
1816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1817 <limits.h> exists even on freestanding compilers. */
1818
1819#ifdef __STDC__
1820# include <limits.h>
1821#else
1822# include <assert.h>
1823#endif
1824
1825#undef $2
1826
1827/* Override any GCC internal prototype to avoid an error.
1828 Use char because int might match the return type of a GCC
1829 builtin and then its argument prototype would still apply. */
1830#ifdef __cplusplus
1831extern "C"
1832#endif
1833char $2 ();
1834/* The GNU C library defines this for functions which it implements
1835 to always fail with ENOSYS. Some functions are actually named
1836 something starting with __ and the normal name is an alias. */
1837#if defined __stub_$2 || defined __stub___$2
1838choke me
1839#endif
1840
1841int
1842main ()
1843{
1844return $2 ();
1845 ;
1846 return 0;
1847}
1848_ACEOF
1849if ac_fn_c_try_link "$LINENO"; then :
1850 eval "$3=yes"
1851else
1852 eval "$3=no"
1853fi
1854rm -f core conftest.err conftest.$ac_objext \
1855 conftest$ac_exeext conftest.$ac_ext
1856fi
1857eval ac_res=\$$3
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1859$as_echo "$ac_res" >&6; }
1860 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1861
1862} # ac_fn_c_check_func
1863cat >config.log <<_ACEOF
1864This file contains any messages produced by compilers while
1865running configure, to aid debugging if configure makes a mistake.
1866
1867It was created by $as_me, which was
1868generated by GNU Autoconf 2.64. Invocation command line was
1869
1870 $ $0 $@
1871
1872_ACEOF
1873exec 5>>config.log
1874{
1875cat <<_ASUNAME
1876## --------- ##
1877## Platform. ##
1878## --------- ##
1879
1880hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1881uname -m = `(uname -m) 2>/dev/null || echo unknown`
1882uname -r = `(uname -r) 2>/dev/null || echo unknown`
1883uname -s = `(uname -s) 2>/dev/null || echo unknown`
1884uname -v = `(uname -v) 2>/dev/null || echo unknown`
1885
1886/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1887/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1888
1889/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1890/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1891/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1892/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1893/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1894/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1895/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1896
1897_ASUNAME
1898
1899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1900for as_dir in $PATH
1901do
1902 IFS=$as_save_IFS
1903 test -z "$as_dir" && as_dir=.
1904 $as_echo "PATH: $as_dir"
1905 done
1906IFS=$as_save_IFS
1907
1908} >&5
1909
1910cat >&5 <<_ACEOF
b7026657
AC
1911
1912
1913## ----------- ##
1914## Core tests. ##
1915## ----------- ##
1916
1917_ACEOF
1918
1919
1920# Keep a trace of the command line.
1921# Strip out --no-create and --no-recursion so they do not pile up.
1922# Strip out --silent because we don't want to record it for future runs.
1923# Also quote any args containing shell meta-characters.
1924# Make two passes to allow for proper duplicate-argument suppression.
1925ac_configure_args=
1926ac_configure_args0=
1927ac_configure_args1=
b7026657
AC
1928ac_must_keep_next=false
1929for ac_pass in 1 2
1930do
1931 for ac_arg
1932 do
1933 case $ac_arg in
1934 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1935 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1936 | -silent | --silent | --silen | --sile | --sil)
1937 continue ;;
81ecdfbb
RW
1938 *\'*)
1939 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1940 esac
1941 case $ac_pass in
81ecdfbb 1942 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1943 2)
81ecdfbb 1944 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1945 if test $ac_must_keep_next = true; then
1946 ac_must_keep_next=false # Got value, back to normal.
1947 else
1948 case $ac_arg in
1949 *=* | --config-cache | -C | -disable-* | --disable-* \
1950 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1951 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1952 | -with-* | --with-* | -without-* | --without-* | --x)
1953 case "$ac_configure_args0 " in
1954 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1955 esac
1956 ;;
1957 -* ) ac_must_keep_next=true ;;
1958 esac
1959 fi
81ecdfbb 1960 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1961 ;;
1962 esac
1963 done
1964done
81ecdfbb
RW
1965{ ac_configure_args0=; unset ac_configure_args0;}
1966{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1967
1968# When interrupted or exit'd, cleanup temporary files, and complete
1969# config.log. We remove comments because anyway the quotes in there
1970# would cause problems or look ugly.
81ecdfbb
RW
1971# WARNING: Use '\'' to represent an apostrophe within the trap.
1972# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1973trap 'exit_status=$?
1974 # Save into config.log some information that might help in debugging.
1975 {
1976 echo
1977
1978 cat <<\_ASBOX
1979## ---------------- ##
1980## Cache variables. ##
1981## ---------------- ##
1982_ASBOX
1983 echo
1984 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1985(
1986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1987 eval ac_val=\$$ac_var
1988 case $ac_val in #(
1989 *${as_nl}*)
1990 case $ac_var in #(
1991 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1992$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1993 esac
1994 case $ac_var in #(
1995 _ | IFS | as_nl) ;; #(
1996 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1997 *) { eval $ac_var=; unset $ac_var;} ;;
1998 esac ;;
1999 esac
2000 done
b7026657 2001 (set) 2>&1 |
81ecdfbb
RW
2002 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2003 *${as_nl}ac_space=\ *)
b7026657 2004 sed -n \
81ecdfbb
RW
2005 "s/'\''/'\''\\\\'\'''\''/g;
2006 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2007 ;; #(
b7026657 2008 *)
81ecdfbb 2009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2010 ;;
81ecdfbb
RW
2011 esac |
2012 sort
2013)
b7026657
AC
2014 echo
2015
2016 cat <<\_ASBOX
2017## ----------------- ##
2018## Output variables. ##
2019## ----------------- ##
2020_ASBOX
2021 echo
2022 for ac_var in $ac_subst_vars
2023 do
81ecdfbb
RW
2024 eval ac_val=\$$ac_var
2025 case $ac_val in
2026 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2027 esac
2028 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2029 done | sort
2030 echo
2031
2032 if test -n "$ac_subst_files"; then
2033 cat <<\_ASBOX
81ecdfbb
RW
2034## ------------------- ##
2035## File substitutions. ##
2036## ------------------- ##
b7026657
AC
2037_ASBOX
2038 echo
2039 for ac_var in $ac_subst_files
2040 do
81ecdfbb
RW
2041 eval ac_val=\$$ac_var
2042 case $ac_val in
2043 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2044 esac
2045 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2046 done | sort
2047 echo
2048 fi
2049
2050 if test -s confdefs.h; then
2051 cat <<\_ASBOX
2052## ----------- ##
2053## confdefs.h. ##
2054## ----------- ##
2055_ASBOX
2056 echo
81ecdfbb 2057 cat confdefs.h
b7026657
AC
2058 echo
2059 fi
2060 test "$ac_signal" != 0 &&
81ecdfbb
RW
2061 $as_echo "$as_me: caught signal $ac_signal"
2062 $as_echo "$as_me: exit $exit_status"
b7026657 2063 } >&5
81ecdfbb
RW
2064 rm -f core *.core core.conftest.* &&
2065 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2066 exit $exit_status
81ecdfbb 2067' 0
b7026657 2068for ac_signal in 1 2 13 15; do
81ecdfbb 2069 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2070done
2071ac_signal=0
2072
2073# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2074rm -f -r conftest* confdefs.h
2075
2076$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2077
2078# Predefined preprocessor variables.
2079
2080cat >>confdefs.h <<_ACEOF
2081#define PACKAGE_NAME "$PACKAGE_NAME"
2082_ACEOF
2083
b7026657
AC
2084cat >>confdefs.h <<_ACEOF
2085#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2086_ACEOF
2087
b7026657
AC
2088cat >>confdefs.h <<_ACEOF
2089#define PACKAGE_VERSION "$PACKAGE_VERSION"
2090_ACEOF
2091
b7026657
AC
2092cat >>confdefs.h <<_ACEOF
2093#define PACKAGE_STRING "$PACKAGE_STRING"
2094_ACEOF
2095
b7026657
AC
2096cat >>confdefs.h <<_ACEOF
2097#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2098_ACEOF
2099
81ecdfbb
RW
2100cat >>confdefs.h <<_ACEOF
2101#define PACKAGE_URL "$PACKAGE_URL"
2102_ACEOF
2103
b7026657
AC
2104
2105# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2106# Prefer an explicitly selected file to automatically selected ones.
2107ac_site_file1=NONE
2108ac_site_file2=NONE
2109if test -n "$CONFIG_SITE"; then
2110 ac_site_file1=$CONFIG_SITE
2111elif test "x$prefix" != xNONE; then
2112 ac_site_file1=$prefix/share/config.site
2113 ac_site_file2=$prefix/etc/config.site
2114else
2115 ac_site_file1=$ac_default_prefix/share/config.site
2116 ac_site_file2=$ac_default_prefix/etc/config.site
2117fi
2118for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2119do
2120 test "x$ac_site_file" = xNONE && continue
b7026657 2121 if test -r "$ac_site_file"; then
81ecdfbb
RW
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2123$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2124 sed 's/^/| /' "$ac_site_file" >&5
2125 . "$ac_site_file"
2126 fi
2127done
2128
2129if test -r "$cache_file"; then
2130 # Some versions of bash will fail to source /dev/null (special
2131 # files actually), so we avoid doing that.
2132 if test -f "$cache_file"; then
81ecdfbb
RW
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2134$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2135 case $cache_file in
81ecdfbb
RW
2136 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2137 *) . "./$cache_file";;
b7026657
AC
2138 esac
2139 fi
2140else
81ecdfbb
RW
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2142$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2143 >$cache_file
2144fi
2145
2146# Check that the precious variables saved in the cache have kept the same
2147# value.
2148ac_cache_corrupted=false
81ecdfbb 2149for ac_var in $ac_precious_vars; do
b7026657
AC
2150 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2151 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2152 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2153 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2154 case $ac_old_set,$ac_new_set in
2155 set,)
81ecdfbb
RW
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2157$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2158 ac_cache_corrupted=: ;;
2159 ,set)
81ecdfbb
RW
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2161$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2162 ac_cache_corrupted=: ;;
2163 ,);;
2164 *)
2165 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2166 # differences in whitespace do not lead to failure.
2167 ac_old_val_w=`echo x $ac_old_val`
2168 ac_new_val_w=`echo x $ac_new_val`
2169 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2171$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2172 ac_cache_corrupted=:
2173 else
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2175$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2176 eval $ac_var=\$ac_old_val
2177 fi
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2179$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2181$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2182 fi;;
2183 esac
2184 # Pass precious variables to config.status.
2185 if test "$ac_new_set" = set; then
2186 case $ac_new_val in
81ecdfbb 2187 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2188 *) ac_arg=$ac_var=$ac_new_val ;;
2189 esac
2190 case " $ac_configure_args " in
2191 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2192 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2193 esac
2194 fi
2195done
2196if $ac_cache_corrupted; then
81ecdfbb
RW
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2198$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2200$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2201 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2202fi
81ecdfbb
RW
2203## -------------------- ##
2204## Main body of script. ##
2205## -------------------- ##
b7026657
AC
2206
2207ac_ext=c
2208ac_cpp='$CPP $CPPFLAGS'
2209ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2210ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2211ac_compiler_gnu=$ac_cv_c_compiler_gnu
2212
2213
35695fd6
AC
2214# This file contains common code used by all simulators.
2215#
2216# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2217# directory. It is intended to be invoked before any target specific stuff.
2218# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2219# It is intended to be invoked last.
2220#
306f4178 2221# The simulator's configure.ac should look like:
35695fd6
AC
2222#
2223# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2224# AC_PREREQ(2.64)dnl
35695fd6 2225# AC_INIT(Makefile.in)
6ffe910a 2226# sinclude(../common/aclocal.m4)
35695fd6
AC
2227#
2228# SIM_AC_COMMON
2229#
2230# ... target specific stuff ...
2231#
2232# SIM_AC_OUTPUT
2233
d6416cdc
RW
2234# Include global overrides and fixes for Autoconf.
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
6ffe910a
MF
2261# _AC_CHECK_DECL_BODY
2262# -------------------
2263# Shell function body for AC_CHECK_DECL.
2264# _AC_CHECK_DECL_BODY
d6416cdc 2265
6ffe910a
MF
2266# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2267# INCLUDES)
2268# -------------------------------------------------------------
2269# Helper to AC_CHECK_DECLS, which generates the check for a single
2270# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2271# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2272
2273
2274
2275
2276
2277
2278
35695fd6
AC
2279
2280
2281
db2e4d67 2282
6bb11ab3 2283# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2284#
6bb11ab3
L
2285# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2286# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2287# Written by Gordon Matzigkeit, 1996
2288#
2289# This file is free software; the Free Software Foundation gives
2290# unlimited permission to copy and/or distribute it, with or without
2291# modifications, as long as this notice is preserved.
db2e4d67 2292
db2e4d67 2293
db2e4d67 2294
6bb11ab3 2295# serial 56 LT_INIT
db2e4d67
MF
2296
2297
6bb11ab3
L
2298# LT_PREREQ(VERSION)
2299# ------------------
2300# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2301
db2e4d67
MF
2302
2303
6bb11ab3
L
2304# _LT_CHECK_BUILDDIR
2305# ------------------
2306# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2307
2308
35695fd6 2309
6bb11ab3
L
2310# LT_INIT([OPTIONS])
2311# ------------------
2312# LT_INIT
35695fd6 2313
6bb11ab3
L
2314# Old names:
2315# This is what autoupdate's m4 run will expand. It fires
2316# the warning (with _au_warn_XXX), outputs it into the
2317# updated configure.ac (with AC_DIAGNOSE), and then outputs
2318# the replacement expansion.
35695fd6
AC
2319
2320
6bb11ab3
L
2321# This is an auxiliary macro that is also run when
2322# autoupdate runs m4. It simply calls m4_warning, but
2323# we need a wrapper so that each warning is emitted only
2324# once. We break the quoting in m4_warning's argument in
2325# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2326
2327
6bb11ab3
L
2328# Finally, this is the expansion that is picked up by
2329# autoconf. It tells the user to run autoupdate, and
2330# then outputs the replacement expansion. We do not care
2331# about autoupdate's warning because that contains
2332# information on what to do *after* running autoupdate.
35695fd6 2333
6bb11ab3
L
2334# This is what autoupdate's m4 run will expand. It fires
2335# the warning (with _au_warn_XXX), outputs it into the
2336# updated configure.ac (with AC_DIAGNOSE), and then outputs
2337# the replacement expansion.
35695fd6
AC
2338
2339
6bb11ab3
L
2340# This is an auxiliary macro that is also run when
2341# autoupdate runs m4. It simply calls m4_warning, but
2342# we need a wrapper so that each warning is emitted only
2343# once. We break the quoting in m4_warning's argument in
2344# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2345
2346
6bb11ab3
L
2347# Finally, this is the expansion that is picked up by
2348# autoconf. It tells the user to run autoupdate, and
2349# then outputs the replacement expansion. We do not care
2350# about autoupdate's warning because that contains
2351# information on what to do *after* running autoupdate.
35695fd6
AC
2352
2353
2354
6bb11ab3
L
2355# _LT_CC_BASENAME(CC)
2356# -------------------
2357# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2358
2359
2360
6bb11ab3
L
2361# _LT_FILEUTILS_DEFAULTS
2362# ----------------------
2363# It is okay to use these file commands and assume they have been set
2364# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2365# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2366
2367
6bb11ab3
L
2368# _LT_SETUP
2369# ---------
2370# _LT_SETUP
35695fd6
AC
2371
2372
6bb11ab3
L
2373# _LT_PREPARE_SED_QUOTE_VARS
2374# --------------------------
2375# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2376
2377
6bb11ab3
L
2378# _LT_PROG_LTMAIN
2379# ---------------
2380# Note that this code is called both from `configure', and `config.status'
2381# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2382# `config.status' has no value for ac_aux_dir unless we are using Automake,
2383# so we pass a copy along to make sure it has a sensible value anyway.
2384# _LT_PROG_LTMAIN
35695fd6
AC
2385
2386
6bb11ab3
L
2387## ------------------------------------- ##
2388## Accumulate code for creating libtool. ##
2389## ------------------------------------- ##
35695fd6 2390
6bb11ab3
L
2391# So that we can recreate a full libtool script including additional
2392# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2393# in macros and then make a single call at the end using the `libtool'
2394# label.
35695fd6
AC
2395
2396
6bb11ab3
L
2397# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2398# ----------------------------------------
2399# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2400
2401
6bb11ab3 2402# Initialize.
35695fd6
AC
2403
2404
2405
6bb11ab3
L
2406# _LT_CONFIG_LIBTOOL([COMMANDS])
2407# ------------------------------
2408# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2409
2410
6bb11ab3 2411# Initialize.
35695fd6
AC
2412
2413
2414
6bb11ab3
L
2415# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2416# -----------------------------------------------------
35695fd6 2417
5912fadd
JB
2418
2419
6bb11ab3
L
2420# _LT_FORMAT_COMMENT([COMMENT])
2421# -----------------------------
2422# Add leading comment marks to the start of each line, and a trailing
2423# full-stop to the whole comment if one is not present already.
5912fadd
JB
2424
2425
35695fd6
AC
2426
2427
6bb11ab3
L
2428## ------------------------ ##
2429## FIXME: Eliminate VARNAME ##
2430## ------------------------ ##
35695fd6
AC
2431
2432
6bb11ab3
L
2433# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2434# -------------------------------------------------------------------
2435# CONFIGNAME is the name given to the value in the libtool script.
2436# VARNAME is the (base) name used in the configure script.
2437# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2438# VARNAME. Any other value will be used directly.
35695fd6 2439
35695fd6
AC
2440
2441
6bb11ab3
L
2442# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2443# --------------------------------------------------------
35695fd6
AC
2444
2445
2446
6bb11ab3
L
2447# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2448# ------------------------------------------------
35695fd6
AC
2449
2450
2451
6bb11ab3
L
2452# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2453# ---------------------------------------------------------
35695fd6
AC
2454
2455
2456
6bb11ab3
L
2457# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2458# --------------------------------------------------
35695fd6
AC
2459
2460
2461
6bb11ab3
L
2462# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2463# ---------------------------------------------------
35695fd6
AC
2464
2465
2466
6bb11ab3
L
2467# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2468# ---------------------------------------------------
35695fd6
AC
2469
2470
2471
2472
6bb11ab3
L
2473# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2474# ------------------------------------------------
35695fd6
AC
2475
2476
2477
2478
6bb11ab3
L
2479# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2480# ------------------------------------
2481# Quote a variable value, and forward it to `config.status' so that its
2482# declaration there will have the same value as in `configure'. VARNAME
2483# must have a single quote delimited value for this to work.
35695fd6
AC
2484
2485
2486
6bb11ab3
L
2487# _LT_CONFIG_STATUS_DECLARATIONS
2488# ------------------------------
2489# We delimit libtool config variables with single quotes, so when
2490# we write them to config.status, we have to be sure to quote all
2491# embedded single quotes properly. In configure, this macro expands
2492# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2493#
2494# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2495
2496
2497
6bb11ab3
L
2498# _LT_LIBTOOL_TAGS
2499# ----------------
2500# Output comment and list of tags supported by the script
35695fd6
AC
2501
2502
2503
6bb11ab3
L
2504# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2505# -----------------------------------
2506# Extract the dictionary values for VARNAME (optionally with TAG) and
2507# expand to a commented shell variable setting:
2508#
2509# # Some comment about what VAR is for.
2510# visible_name=$lt_internal_name
35695fd6
AC
2511
2512
35695fd6 2513
6bb11ab3
L
2514# _LT_LIBTOOL_CONFIG_VARS
2515# -----------------------
2516# Produce commented declarations of non-tagged libtool config variables
2517# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2518# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2519# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2520
2521
6efef468 2522
6bb11ab3
L
2523# _LT_LIBTOOL_TAG_VARS(TAG)
2524# -------------------------
6efef468
JM
2525
2526
2527
6bb11ab3
L
2528# _LT_TAGVAR(VARNAME, [TAGNAME])
2529# ------------------------------
6efef468
JM
2530
2531
2532
6bb11ab3
L
2533# _LT_CONFIG_COMMANDS
2534# -------------------
2535# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2536# variables for single and double quote escaping we saved from calls
2537# to _LT_DECL, we can put quote escaped variables declarations
2538# into `config.status', and then the shell code to quote escape them in
2539# for loops in `config.status'. Finally, any additional code accumulated
2540# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2541#_LT_CONFIG_COMMANDS
2542
2543
2544# Initialize.
2545
2546
2547# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2548# ------------------------------------
2549# Generate a child script FILE with all initialization necessary to
2550# reuse the environment learned by the parent script, and make the
2551# file executable. If COMMENT is supplied, it is inserted after the
2552# `#!' sequence but before initialization text begins. After this
2553# macro, additional text can be appended to FILE to form the body of
2554# the child script. The macro ends with non-zero status if the
2555# file could not be fully written (such as if the disk is full).
2556# _LT_GENERATED_FILE_INIT
2557
2558# LT_OUTPUT
2559# ---------
2560# This macro allows early generation of the libtool script (before
2561# AC_OUTPUT is called), incase it is used in configure for compilation
2562# tests.
2563# LT_OUTPUT
2564
2565
2566# _LT_CONFIG(TAG)
2567# ---------------
2568# If TAG is the built-in tag, create an initial libtool script with a
2569# default configuration from the untagged config vars. Otherwise add code
2570# to config.status for appending the configuration named by TAG from the
2571# matching tagged config vars.
2572# _LT_CONFIG
6efef468
JM
2573
2574
6bb11ab3
L
2575# LT_SUPPORTED_TAG(TAG)
2576# ---------------------
2577# Trace this macro to discover what tags are supported by the libtool
2578# --tag option, using:
2579# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2580
6efef468 2581
6efef468 2582
6bb11ab3 2583# C support is built-in for now
6efef468 2584
6efef468
JM
2585
2586
2587
6bb11ab3
L
2588# LT_LANG(LANG)
2589# -------------
2590# Enable libtool support for the given language if not already enabled.
2591# LT_LANG
6efef468
JM
2592
2593
6bb11ab3
L
2594# _LT_LANG(LANGNAME)
2595# ------------------
2596# _LT_LANG
6efef468
JM
2597
2598
6bb11ab3
L
2599# _LT_LANG_DEFAULT_CONFIG
2600# -----------------------
2601# _LT_LANG_DEFAULT_CONFIG
6efef468 2602
6bb11ab3
L
2603# Obsolete macros:
2604# This is what autoupdate's m4 run will expand. It fires
2605# the warning (with _au_warn_XXX), outputs it into the
2606# updated configure.ac (with AC_DIAGNOSE), and then outputs
2607# the replacement expansion.
6efef468 2608
6efef468 2609
6bb11ab3
L
2610# This is an auxiliary macro that is also run when
2611# autoupdate runs m4. It simply calls m4_warning, but
2612# we need a wrapper so that each warning is emitted only
2613# once. We break the quoting in m4_warning's argument in
2614# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2615
6efef468 2616
6bb11ab3
L
2617# Finally, this is the expansion that is picked up by
2618# autoconf. It tells the user to run autoupdate, and
2619# then outputs the replacement expansion. We do not care
2620# about autoupdate's warning because that contains
2621# information on what to do *after* running autoupdate.
6efef468 2622
6bb11ab3
L
2623# This is what autoupdate's m4 run will expand. It fires
2624# the warning (with _au_warn_XXX), outputs it into the
2625# updated configure.ac (with AC_DIAGNOSE), and then outputs
2626# the replacement expansion.
6efef468
JM
2627
2628
6bb11ab3
L
2629# This is an auxiliary macro that is also run when
2630# autoupdate runs m4. It simply calls m4_warning, but
2631# we need a wrapper so that each warning is emitted only
2632# once. We break the quoting in m4_warning's argument in
2633# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2634
2635
6bb11ab3
L
2636# Finally, this is the expansion that is picked up by
2637# autoconf. It tells the user to run autoupdate, and
2638# then outputs the replacement expansion. We do not care
2639# about autoupdate's warning because that contains
2640# information on what to do *after* running autoupdate.
6efef468 2641
6bb11ab3
L
2642# This is what autoupdate's m4 run will expand. It fires
2643# the warning (with _au_warn_XXX), outputs it into the
2644# updated configure.ac (with AC_DIAGNOSE), and then outputs
2645# the replacement expansion.
6efef468
JM
2646
2647
6bb11ab3
L
2648# This is an auxiliary macro that is also run when
2649# autoupdate runs m4. It simply calls m4_warning, but
2650# we need a wrapper so that each warning is emitted only
2651# once. We break the quoting in m4_warning's argument in
2652# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2653
2654
6bb11ab3
L
2655# Finally, this is the expansion that is picked up by
2656# autoconf. It tells the user to run autoupdate, and
2657# then outputs the replacement expansion. We do not care
2658# about autoupdate's warning because that contains
2659# information on what to do *after* running autoupdate.
6efef468 2660
6bb11ab3
L
2661# This is what autoupdate's m4 run will expand. It fires
2662# the warning (with _au_warn_XXX), outputs it into the
2663# updated configure.ac (with AC_DIAGNOSE), and then outputs
2664# the replacement expansion.
6efef468
JM
2665
2666
6bb11ab3
L
2667# This is an auxiliary macro that is also run when
2668# autoupdate runs m4. It simply calls m4_warning, but
2669# we need a wrapper so that each warning is emitted only
2670# once. We break the quoting in m4_warning's argument in
2671# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2672
2673
6bb11ab3
L
2674# Finally, this is the expansion that is picked up by
2675# autoconf. It tells the user to run autoupdate, and
2676# then outputs the replacement expansion. We do not care
2677# about autoupdate's warning because that contains
2678# information on what to do *after* running autoupdate.
6efef468 2679
6bb11ab3
L
2680# This is what autoupdate's m4 run will expand. It fires
2681# the warning (with _au_warn_XXX), outputs it into the
2682# updated configure.ac (with AC_DIAGNOSE), and then outputs
2683# the replacement expansion.
6efef468
JM
2684
2685
6bb11ab3
L
2686# This is an auxiliary macro that is also run when
2687# autoupdate runs m4. It simply calls m4_warning, but
2688# we need a wrapper so that each warning is emitted only
2689# once. We break the quoting in m4_warning's argument in
2690# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2691
2692
6bb11ab3
L
2693# Finally, this is the expansion that is picked up by
2694# autoconf. It tells the user to run autoupdate, and
2695# then outputs the replacement expansion. We do not care
2696# about autoupdate's warning because that contains
2697# information on what to do *after* running autoupdate.
6efef468 2698
35695fd6
AC
2699
2700
6bb11ab3
L
2701# _LT_TAG_COMPILER
2702# ----------------
2703# _LT_TAG_COMPILER
35695fd6
AC
2704
2705
6bb11ab3
L
2706# _LT_COMPILER_BOILERPLATE
2707# ------------------------
2708# Check for compiler boilerplate output or warnings with
2709# the simple compiler test code.
2710# _LT_COMPILER_BOILERPLATE
f0569246 2711
f0569246 2712
6bb11ab3
L
2713# _LT_LINKER_BOILERPLATE
2714# ----------------------
2715# Check for linker boilerplate output or warnings with
2716# the simple link test code.
2717# _LT_LINKER_BOILERPLATE
b7026657 2718
6bb11ab3
L
2719# _LT_REQUIRED_DARWIN_CHECKS
2720# -------------------------
81ecdfbb 2721
b7026657 2722
b7026657 2723
6bb11ab3
L
2724# _LT_DARWIN_LINKER_FEATURES
2725# --------------------------
2726# Checks for linker and compiler features on darwin
b7026657 2727
b7026657 2728
6bb11ab3
L
2729# _LT_SYS_MODULE_PATH_AIX
2730# -----------------------
2731# Links a minimal program and checks the executable
2732# for the system default hardcoded library path. In most cases,
2733# this is /usr/lib:/lib, but when the MPI compilers are used
2734# the location of the communication and MPI libs are included too.
2735# If we don't find anything, use the default library path according
2736# to the aix ld manual.
2737# _LT_SYS_MODULE_PATH_AIX
b7026657 2738
b7026657 2739
6bb11ab3
L
2740# _LT_SHELL_INIT(ARG)
2741# -------------------
2742# _LT_SHELL_INIT
b7026657 2743
f0569246 2744
81ecdfbb 2745
6bb11ab3
L
2746# _LT_PROG_ECHO_BACKSLASH
2747# -----------------------
2748# Find how we can fake an echo command that does not interpret backslash.
2749# In particular, with Autoconf 2.60 or later we add some code to the start
2750# of the generated configure script which will find a shell with a builtin
2751# printf (which we can use as an echo command).
2752# _LT_PROG_ECHO_BACKSLASH
f0569246 2753
b7026657 2754
6bb11ab3
L
2755# _LT_ENABLE_LOCK
2756# ---------------
2757# _LT_ENABLE_LOCK
81ecdfbb 2758
b7026657 2759
6bb11ab3
L
2760# _LT_CMD_OLD_ARCHIVE
2761# -------------------
2762# _LT_CMD_OLD_ARCHIVE
c906108c 2763
81ecdfbb 2764
6bb11ab3
L
2765# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2766# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2767# ----------------------------------------------------------------
2768# Check whether the given compiler option works
2769# _LT_COMPILER_OPTION
b7026657 2770
6bb11ab3
L
2771# Old name:
2772# This is what autoupdate's m4 run will expand. It fires
2773# the warning (with _au_warn_XXX), outputs it into the
2774# updated configure.ac (with AC_DIAGNOSE), and then outputs
2775# the replacement expansion.
c906108c 2776
c906108c 2777
6bb11ab3
L
2778# This is an auxiliary macro that is also run when
2779# autoupdate runs m4. It simply calls m4_warning, but
2780# we need a wrapper so that each warning is emitted only
2781# once. We break the quoting in m4_warning's argument in
2782# order to expand this macro's arguments, not AU_DEFUN's.
c906108c 2783
f0569246 2784
6bb11ab3
L
2785# Finally, this is the expansion that is picked up by
2786# autoconf. It tells the user to run autoupdate, and
2787# then outputs the replacement expansion. We do not care
2788# about autoupdate's warning because that contains
2789# information on what to do *after* running autoupdate.
81ecdfbb 2790
b7026657 2791
f0569246 2792
6bb11ab3
L
2793# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2794# [ACTION-SUCCESS], [ACTION-FAILURE])
2795# ----------------------------------------------------
2796# Check whether the given linker option works
2797# _LT_LINKER_OPTION
81ecdfbb 2798
6bb11ab3
L
2799# Old name:
2800# This is what autoupdate's m4 run will expand. It fires
2801# the warning (with _au_warn_XXX), outputs it into the
2802# updated configure.ac (with AC_DIAGNOSE), and then outputs
2803# the replacement expansion.
81ecdfbb 2804
81ecdfbb 2805
6bb11ab3
L
2806# This is an auxiliary macro that is also run when
2807# autoupdate runs m4. It simply calls m4_warning, but
2808# we need a wrapper so that each warning is emitted only
2809# once. We break the quoting in m4_warning's argument in
2810# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2811
b7026657 2812
6bb11ab3
L
2813# Finally, this is the expansion that is picked up by
2814# autoconf. It tells the user to run autoupdate, and
2815# then outputs the replacement expansion. We do not care
2816# about autoupdate's warning because that contains
2817# information on what to do *after* running autoupdate.
2818
2819
2820
2821# LT_CMD_MAX_LEN
2822#---------------
2823# LT_CMD_MAX_LEN
2824
2825# Old name:
2826# This is what autoupdate's m4 run will expand. It fires
2827# the warning (with _au_warn_XXX), outputs it into the
2828# updated configure.ac (with AC_DIAGNOSE), and then outputs
2829# the replacement expansion.
2830
2831
2832# This is an auxiliary macro that is also run when
2833# autoupdate runs m4. It simply calls m4_warning, but
2834# we need a wrapper so that each warning is emitted only
2835# once. We break the quoting in m4_warning's argument in
2836# order to expand this macro's arguments, not AU_DEFUN's.
2837
2838
2839# Finally, this is the expansion that is picked up by
2840# autoconf. It tells the user to run autoupdate, and
2841# then outputs the replacement expansion. We do not care
2842# about autoupdate's warning because that contains
2843# information on what to do *after* running autoupdate.
2844
2845
2846
2847# _LT_HEADER_DLFCN
2848# ----------------
2849# _LT_HEADER_DLFCN
2850
2851
2852# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2853# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2854# ----------------------------------------------------------------
2855# _LT_TRY_DLOPEN_SELF
2856
2857
2858# LT_SYS_DLOPEN_SELF
2859# ------------------
2860# LT_SYS_DLOPEN_SELF
2861
2862# Old name:
2863# This is what autoupdate's m4 run will expand. It fires
2864# the warning (with _au_warn_XXX), outputs it into the
2865# updated configure.ac (with AC_DIAGNOSE), and then outputs
2866# the replacement expansion.
2867
2868
2869# This is an auxiliary macro that is also run when
2870# autoupdate runs m4. It simply calls m4_warning, but
2871# we need a wrapper so that each warning is emitted only
2872# once. We break the quoting in m4_warning's argument in
2873# order to expand this macro's arguments, not AU_DEFUN's.
2874
2875
2876# Finally, this is the expansion that is picked up by
2877# autoconf. It tells the user to run autoupdate, and
2878# then outputs the replacement expansion. We do not care
2879# about autoupdate's warning because that contains
2880# information on what to do *after* running autoupdate.
2881
2882
2883
2884# _LT_COMPILER_C_O([TAGNAME])
2885# ---------------------------
2886# Check to see if options -c and -o are simultaneously supported by compiler.
2887# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2888# _LT_COMPILER_C_O
2889
2890
2891# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2892# ----------------------------------
2893# Check to see if we can do hard links to lock some files if needed
2894# _LT_COMPILER_FILE_LOCKS
2895
2896
2897# _LT_CHECK_OBJDIR
2898# ----------------
2899# _LT_CHECK_OBJDIR
2900
2901
2902# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2903# --------------------------------------
2904# Check hardcoding attributes.
2905# _LT_LINKER_HARDCODE_LIBPATH
2906
2907
2908# _LT_CMD_STRIPLIB
2909# ----------------
2910# _LT_CMD_STRIPLIB
2911
2912
2913# _LT_SYS_DYNAMIC_LINKER([TAG])
2914# -----------------------------
2915# PORTME Fill in your ld.so characteristics
2916# _LT_SYS_DYNAMIC_LINKER
2917
2918
2919# _LT_PATH_TOOL_PREFIX(TOOL)
2920# --------------------------
2921# find a file program which can recognize shared library
2922# _LT_PATH_TOOL_PREFIX
2923
2924# Old name:
2925# This is what autoupdate's m4 run will expand. It fires
2926# the warning (with _au_warn_XXX), outputs it into the
2927# updated configure.ac (with AC_DIAGNOSE), and then outputs
2928# the replacement expansion.
2929
2930
2931# This is an auxiliary macro that is also run when
2932# autoupdate runs m4. It simply calls m4_warning, but
2933# we need a wrapper so that each warning is emitted only
2934# once. We break the quoting in m4_warning's argument in
2935# order to expand this macro's arguments, not AU_DEFUN's.
2936
2937
2938# Finally, this is the expansion that is picked up by
2939# autoconf. It tells the user to run autoupdate, and
2940# then outputs the replacement expansion. We do not care
2941# about autoupdate's warning because that contains
2942# information on what to do *after* running autoupdate.
2943
2944
2945
2946# _LT_PATH_MAGIC
2947# --------------
2948# find a file program which can recognize a shared library
2949# _LT_PATH_MAGIC
2950
2951
2952# LT_PATH_LD
2953# ----------
2954# find the pathname to the GNU or non-GNU linker
2955# LT_PATH_LD
2956
2957# Old names:
2958# This is what autoupdate's m4 run will expand. It fires
2959# the warning (with _au_warn_XXX), outputs it into the
2960# updated configure.ac (with AC_DIAGNOSE), and then outputs
2961# the replacement expansion.
2962
2963
2964# This is an auxiliary macro that is also run when
2965# autoupdate runs m4. It simply calls m4_warning, but
2966# we need a wrapper so that each warning is emitted only
2967# once. We break the quoting in m4_warning's argument in
2968# order to expand this macro's arguments, not AU_DEFUN's.
2969
2970
2971# Finally, this is the expansion that is picked up by
2972# autoconf. It tells the user to run autoupdate, and
2973# then outputs the replacement expansion. We do not care
2974# about autoupdate's warning because that contains
2975# information on what to do *after* running autoupdate.
2976
2977# This is what autoupdate's m4 run will expand. It fires
2978# the warning (with _au_warn_XXX), outputs it into the
2979# updated configure.ac (with AC_DIAGNOSE), and then outputs
2980# the replacement expansion.
2981
2982
2983# This is an auxiliary macro that is also run when
2984# autoupdate runs m4. It simply calls m4_warning, but
2985# we need a wrapper so that each warning is emitted only
2986# once. We break the quoting in m4_warning's argument in
2987# order to expand this macro's arguments, not AU_DEFUN's.
2988
2989
2990# Finally, this is the expansion that is picked up by
2991# autoconf. It tells the user to run autoupdate, and
2992# then outputs the replacement expansion. We do not care
2993# about autoupdate's warning because that contains
2994# information on what to do *after* running autoupdate.
2995
2996
2997
2998# _LT_PATH_LD_GNU
2999#- --------------
3000# _LT_PATH_LD_GNU
3001
3002
3003# _LT_CMD_RELOAD
3004# --------------
3005# find reload flag for linker
3006# -- PORTME Some linkers may need a different reload flag.
3007# _LT_CMD_RELOAD
3008
3009
3010# _LT_CHECK_MAGIC_METHOD
3011# ----------------------
3012# how to check for library dependencies
3013# -- PORTME fill in with the dynamic library characteristics
3014# _LT_CHECK_MAGIC_METHOD
3015
3016
3017# LT_PATH_NM
3018# ----------
3019# find the pathname to a BSD- or MS-compatible name lister
3020# LT_PATH_NM
3021
3022# Old names:
3023# This is what autoupdate's m4 run will expand. It fires
3024# the warning (with _au_warn_XXX), outputs it into the
3025# updated configure.ac (with AC_DIAGNOSE), and then outputs
3026# the replacement expansion.
3027
3028
3029# This is an auxiliary macro that is also run when
3030# autoupdate runs m4. It simply calls m4_warning, but
3031# we need a wrapper so that each warning is emitted only
3032# once. We break the quoting in m4_warning's argument in
3033# order to expand this macro's arguments, not AU_DEFUN's.
3034
3035
3036# Finally, this is the expansion that is picked up by
3037# autoconf. It tells the user to run autoupdate, and
3038# then outputs the replacement expansion. We do not care
3039# about autoupdate's warning because that contains
3040# information on what to do *after* running autoupdate.
3041
3042# This is what autoupdate's m4 run will expand. It fires
3043# the warning (with _au_warn_XXX), outputs it into the
3044# updated configure.ac (with AC_DIAGNOSE), and then outputs
3045# the replacement expansion.
3046
3047
3048# This is an auxiliary macro that is also run when
3049# autoupdate runs m4. It simply calls m4_warning, but
3050# we need a wrapper so that each warning is emitted only
3051# once. We break the quoting in m4_warning's argument in
3052# order to expand this macro's arguments, not AU_DEFUN's.
3053
3054
3055# Finally, this is the expansion that is picked up by
3056# autoconf. It tells the user to run autoupdate, and
3057# then outputs the replacement expansion. We do not care
3058# about autoupdate's warning because that contains
3059# information on what to do *after* running autoupdate.
3060
3061
3062
3063# LT_LIB_M
3064# --------
3065# check for math library
3066# LT_LIB_M
3067
3068# Old name:
3069# This is what autoupdate's m4 run will expand. It fires
3070# the warning (with _au_warn_XXX), outputs it into the
3071# updated configure.ac (with AC_DIAGNOSE), and then outputs
3072# the replacement expansion.
3073
3074
3075# This is an auxiliary macro that is also run when
3076# autoupdate runs m4. It simply calls m4_warning, but
3077# we need a wrapper so that each warning is emitted only
3078# once. We break the quoting in m4_warning's argument in
3079# order to expand this macro's arguments, not AU_DEFUN's.
3080
3081
3082# Finally, this is the expansion that is picked up by
3083# autoconf. It tells the user to run autoupdate, and
3084# then outputs the replacement expansion. We do not care
3085# about autoupdate's warning because that contains
3086# information on what to do *after* running autoupdate.
3087
3088
3089
3090# _LT_COMPILER_NO_RTTI([TAGNAME])
3091# -------------------------------
3092# _LT_COMPILER_NO_RTTI
3093
3094
3095# _LT_CMD_GLOBAL_SYMBOLS
3096# ----------------------
3097 # _LT_CMD_GLOBAL_SYMBOLS
3098
3099
3100# _LT_COMPILER_PIC([TAGNAME])
3101# ---------------------------
3102# _LT_COMPILER_PIC
3103
3104
3105# _LT_LINKER_SHLIBS([TAGNAME])
3106# ----------------------------
3107# See if the linker supports building shared libraries.
3108# _LT_LINKER_SHLIBS
3109
3110
3111# _LT_LANG_C_CONFIG([TAG])
3112# ------------------------
3113# Ensure that the configuration variables for a C compiler are suitably
3114# defined. These variables are subsequently used by _LT_CONFIG to write
3115# the compiler configuration to `libtool'.
3116# _LT_LANG_C_CONFIG
3117
3118
3119# _LT_LANG_CXX_CONFIG([TAG])
3120# --------------------------
3121# Ensure that the configuration variables for a C++ compiler are suitably
3122# defined. These variables are subsequently used by _LT_CONFIG to write
3123# the compiler configuration to `libtool'.
3124# _LT_LANG_CXX_CONFIG
3125
3126
3127# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3128# ---------------------------------
3129# Figure out "hidden" library dependencies from verbose
3130# compiler output when linking a shared library.
3131# Parse the compiler output and extract the necessary
3132# objects, libraries and library flags.
3133# _LT_SYS_HIDDEN_LIBDEPS
3134
3135
3136# _LT_LANG_F77_CONFIG([TAG])
3137# --------------------------
3138# Ensure that the configuration variables for a Fortran 77 compiler are
3139# suitably defined. These variables are subsequently used by _LT_CONFIG
3140# to write the compiler configuration to `libtool'.
3141# _LT_LANG_F77_CONFIG
3142
3143
3144# _LT_LANG_FC_CONFIG([TAG])
3145# -------------------------
3146# Ensure that the configuration variables for a Fortran compiler are
3147# suitably defined. These variables are subsequently used by _LT_CONFIG
3148# to write the compiler configuration to `libtool'.
3149# _LT_LANG_FC_CONFIG
3150
3151
3152# _LT_LANG_GCJ_CONFIG([TAG])
3153# --------------------------
3154# Ensure that the configuration variables for the GNU Java Compiler compiler
3155# are suitably defined. These variables are subsequently used by _LT_CONFIG
3156# to write the compiler configuration to `libtool'.
3157# _LT_LANG_GCJ_CONFIG
3158
3159
3160# _LT_LANG_RC_CONFIG([TAG])
3161# -------------------------
3162# Ensure that the configuration variables for the Windows resource compiler
3163# are suitably defined. These variables are subsequently used by _LT_CONFIG
3164# to write the compiler configuration to `libtool'.
3165# _LT_LANG_RC_CONFIG
3166
3167
3168# LT_PROG_GCJ
3169# -----------
3170
3171
3172# Old name:
3173# This is what autoupdate's m4 run will expand. It fires
3174# the warning (with _au_warn_XXX), outputs it into the
3175# updated configure.ac (with AC_DIAGNOSE), and then outputs
3176# the replacement expansion.
3177
3178
3179# This is an auxiliary macro that is also run when
3180# autoupdate runs m4. It simply calls m4_warning, but
3181# we need a wrapper so that each warning is emitted only
3182# once. We break the quoting in m4_warning's argument in
3183# order to expand this macro's arguments, not AU_DEFUN's.
3184
3185
3186# Finally, this is the expansion that is picked up by
3187# autoconf. It tells the user to run autoupdate, and
3188# then outputs the replacement expansion. We do not care
3189# about autoupdate's warning because that contains
3190# information on what to do *after* running autoupdate.
3191
3192
3193
3194# LT_PROG_RC
3195# ----------
3196
3197
3198# Old name:
3199# This is what autoupdate's m4 run will expand. It fires
3200# the warning (with _au_warn_XXX), outputs it into the
3201# updated configure.ac (with AC_DIAGNOSE), and then outputs
3202# the replacement expansion.
3203
3204
3205# This is an auxiliary macro that is also run when
3206# autoupdate runs m4. It simply calls m4_warning, but
3207# we need a wrapper so that each warning is emitted only
3208# once. We break the quoting in m4_warning's argument in
3209# order to expand this macro's arguments, not AU_DEFUN's.
3210
3211
3212# Finally, this is the expansion that is picked up by
3213# autoconf. It tells the user to run autoupdate, and
3214# then outputs the replacement expansion. We do not care
3215# about autoupdate's warning because that contains
3216# information on what to do *after* running autoupdate.
3217
3218
3219
3220# _LT_DECL_EGREP
3221# --------------
3222# If we don't have a new enough Autoconf to choose the best grep
3223# available, choose the one first in the user's PATH.
3224
3225
3226
3227# _LT_DECL_OBJDUMP
3228# --------------
3229# If we don't have a new enough Autoconf to choose the best objdump
3230# available, choose the one first in the user's PATH.
3231
3232
3233
3234# _LT_DECL_SED
3235# ------------
3236# Check for a fully-functional sed program, that truncates
3237# as few characters as possible. Prefer GNU sed if found.
3238# _LT_DECL_SED
3239
3240#m4_ifndef
3241
3242# Old name:
3243# This is what autoupdate's m4 run will expand. It fires
3244# the warning (with _au_warn_XXX), outputs it into the
3245# updated configure.ac (with AC_DIAGNOSE), and then outputs
3246# the replacement expansion.
3247
3248
3249# This is an auxiliary macro that is also run when
3250# autoupdate runs m4. It simply calls m4_warning, but
3251# we need a wrapper so that each warning is emitted only
3252# once. We break the quoting in m4_warning's argument in
3253# order to expand this macro's arguments, not AU_DEFUN's.
3254
3255
3256# Finally, this is the expansion that is picked up by
3257# autoconf. It tells the user to run autoupdate, and
3258# then outputs the replacement expansion. We do not care
3259# about autoupdate's warning because that contains
3260# information on what to do *after* running autoupdate.
3261
3262
3263
3264# _LT_CHECK_SHELL_FEATURES
3265# ------------------------
3266# Find out whether the shell is Bourne or XSI compatible,
3267# or has some other useful features.
3268# _LT_CHECK_SHELL_FEATURES
3269
3270
3271# _LT_PROG_XSI_SHELLFNS
3272# ---------------------
3273# Bourne and XSI compatible variants of some useful shell functions.
3274
3275
3276# Helper functions for option handling. -*- Autoconf -*-
3277#
3278# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3279# Inc.
3280# Written by Gary V. Vaughan, 2004
3281#
3282# This file is free software; the Free Software Foundation gives
3283# unlimited permission to copy and/or distribute it, with or without
3284# modifications, as long as this notice is preserved.
3285
3286# serial 6 ltoptions.m4
3287
3288# This is to help aclocal find these macros, as it can't see m4_define.
3289
3290
3291
3292# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3293# ------------------------------------------
3294
3295
3296
3297# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3298# ---------------------------------------
3299# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3300# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3301# saved as a flag.
3302
3303
3304
3305# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3306# ------------------------------------------------------------
3307# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3308
3309
3310
3311# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3312# -------------------------------------------------------
3313# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3314# are set.
3315
3316
3317
3318# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3319# ----------------------------------------
3320# OPTION-LIST is a space-separated list of Libtool options associated
3321# with MACRO-NAME. If any OPTION has a matching handler declared with
3322# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3323# the unknown option and exit.
3324# _LT_SET_OPTIONS
3325
3326
3327## --------------------------------- ##
3328## Macros to handle LT_INIT options. ##
3329## --------------------------------- ##
3330
3331# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3332# -----------------------------------------
3333
3334
3335
3336# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3337# -----------------------------------------------
3338# LT_OPTION_DEFINE
3339
3340
3341# dlopen
3342# ------
3343
3344
3345# This is what autoupdate's m4 run will expand. It fires
3346# the warning (with _au_warn_XXX), outputs it into the
3347# updated configure.ac (with AC_DIAGNOSE), and then outputs
3348# the replacement expansion.
3349
3350
3351# This is an auxiliary macro that is also run when
3352# autoupdate runs m4. It simply calls m4_warning, but
3353# we need a wrapper so that each warning is emitted only
3354# once. We break the quoting in m4_warning's argument in
3355# order to expand this macro's arguments, not AU_DEFUN's.
3356
3357
3358# Finally, this is the expansion that is picked up by
3359# autoconf. It tells the user to run autoupdate, and
3360# then outputs the replacement expansion. We do not care
3361# about autoupdate's warning because that contains
3362# information on what to do *after* running autoupdate.
3363
3364
3365
3366
3367# win32-dll
3368# ---------
3369# Declare package support for building win32 dll's.
3370# win32-dll
3371
3372# This is what autoupdate's m4 run will expand. It fires
3373# the warning (with _au_warn_XXX), outputs it into the
3374# updated configure.ac (with AC_DIAGNOSE), and then outputs
3375# the replacement expansion.
3376
3377
3378# This is an auxiliary macro that is also run when
3379# autoupdate runs m4. It simply calls m4_warning, but
3380# we need a wrapper so that each warning is emitted only
3381# once. We break the quoting in m4_warning's argument in
3382# order to expand this macro's arguments, not AU_DEFUN's.
3383
3384
3385# Finally, this is the expansion that is picked up by
3386# autoconf. It tells the user to run autoupdate, and
3387# then outputs the replacement expansion. We do not care
3388# about autoupdate's warning because that contains
3389# information on what to do *after* running autoupdate.
3390
3391
3392
3393
3394# _LT_ENABLE_SHARED([DEFAULT])
3395# ----------------------------
3396# implement the --enable-shared flag, and supports the `shared' and
3397# `disable-shared' LT_INIT options.
3398# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3399# _LT_ENABLE_SHARED
3400
3401
3402
3403
3404# Old names:
3405
3406
3407
3408
3409# This is what autoupdate's m4 run will expand. It fires
3410# the warning (with _au_warn_XXX), outputs it into the
3411# updated configure.ac (with AC_DIAGNOSE), and then outputs
3412# the replacement expansion.
3413
3414
3415# This is an auxiliary macro that is also run when
3416# autoupdate runs m4. It simply calls m4_warning, but
3417# we need a wrapper so that each warning is emitted only
3418# once. We break the quoting in m4_warning's argument in
3419# order to expand this macro's arguments, not AU_DEFUN's.
3420
3421
3422# Finally, this is the expansion that is picked up by
3423# autoconf. It tells the user to run autoupdate, and
3424# then outputs the replacement expansion. We do not care
3425# about autoupdate's warning because that contains
3426# information on what to do *after* running autoupdate.
3427
3428# This is what autoupdate's m4 run will expand. It fires
3429# the warning (with _au_warn_XXX), outputs it into the
3430# updated configure.ac (with AC_DIAGNOSE), and then outputs
3431# the replacement expansion.
3432
3433
3434# This is an auxiliary macro that is also run when
3435# autoupdate runs m4. It simply calls m4_warning, but
3436# we need a wrapper so that each warning is emitted only
3437# once. We break the quoting in m4_warning's argument in
3438# order to expand this macro's arguments, not AU_DEFUN's.
3439
3440
3441# Finally, this is the expansion that is picked up by
3442# autoconf. It tells the user to run autoupdate, and
3443# then outputs the replacement expansion. We do not care
3444# about autoupdate's warning because that contains
3445# information on what to do *after* running autoupdate.
3446
3447
3448
3449
3450
3451# _LT_ENABLE_STATIC([DEFAULT])
3452# ----------------------------
3453# implement the --enable-static flag, and support the `static' and
3454# `disable-static' LT_INIT options.
3455# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3456# _LT_ENABLE_STATIC
3457
3458
3459
3460
3461# Old names:
3462
3463
3464
3465
3466# This is what autoupdate's m4 run will expand. It fires
3467# the warning (with _au_warn_XXX), outputs it into the
3468# updated configure.ac (with AC_DIAGNOSE), and then outputs
3469# the replacement expansion.
3470
3471
3472# This is an auxiliary macro that is also run when
3473# autoupdate runs m4. It simply calls m4_warning, but
3474# we need a wrapper so that each warning is emitted only
3475# once. We break the quoting in m4_warning's argument in
3476# order to expand this macro's arguments, not AU_DEFUN's.
3477
3478
3479# Finally, this is the expansion that is picked up by
3480# autoconf. It tells the user to run autoupdate, and
3481# then outputs the replacement expansion. We do not care
3482# about autoupdate's warning because that contains
3483# information on what to do *after* running autoupdate.
3484
3485# This is what autoupdate's m4 run will expand. It fires
3486# the warning (with _au_warn_XXX), outputs it into the
3487# updated configure.ac (with AC_DIAGNOSE), and then outputs
3488# the replacement expansion.
3489
3490
3491# This is an auxiliary macro that is also run when
3492# autoupdate runs m4. It simply calls m4_warning, but
3493# we need a wrapper so that each warning is emitted only
3494# once. We break the quoting in m4_warning's argument in
3495# order to expand this macro's arguments, not AU_DEFUN's.
3496
3497
3498# Finally, this is the expansion that is picked up by
3499# autoconf. It tells the user to run autoupdate, and
3500# then outputs the replacement expansion. We do not care
3501# about autoupdate's warning because that contains
3502# information on what to do *after* running autoupdate.
3503
3504
3505
3506
3507
3508# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3509# ----------------------------------
3510# implement the --enable-fast-install flag, and support the `fast-install'
3511# and `disable-fast-install' LT_INIT options.
3512# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3513# _LT_ENABLE_FAST_INSTALL
3514
3515
3516
3517
3518# Old names:
3519# This is what autoupdate's m4 run will expand. It fires
3520# the warning (with _au_warn_XXX), outputs it into the
3521# updated configure.ac (with AC_DIAGNOSE), and then outputs
3522# the replacement expansion.
3523
3524
3525# This is an auxiliary macro that is also run when
3526# autoupdate runs m4. It simply calls m4_warning, but
3527# we need a wrapper so that each warning is emitted only
3528# once. We break the quoting in m4_warning's argument in
3529# order to expand this macro's arguments, not AU_DEFUN's.
3530
3531
3532# Finally, this is the expansion that is picked up by
3533# autoconf. It tells the user to run autoupdate, and
3534# then outputs the replacement expansion. We do not care
3535# about autoupdate's warning because that contains
3536# information on what to do *after* running autoupdate.
3537
3538
3539# This is what autoupdate's m4 run will expand. It fires
3540# the warning (with _au_warn_XXX), outputs it into the
3541# updated configure.ac (with AC_DIAGNOSE), and then outputs
3542# the replacement expansion.
3543
3544
3545# This is an auxiliary macro that is also run when
3546# autoupdate runs m4. It simply calls m4_warning, but
3547# we need a wrapper so that each warning is emitted only
3548# once. We break the quoting in m4_warning's argument in
3549# order to expand this macro's arguments, not AU_DEFUN's.
3550
3551
3552# Finally, this is the expansion that is picked up by
3553# autoconf. It tells the user to run autoupdate, and
3554# then outputs the replacement expansion. We do not care
3555# about autoupdate's warning because that contains
3556# information on what to do *after* running autoupdate.
3557
3558
3559
3560
3561# _LT_WITH_PIC([MODE])
3562# --------------------
3563# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3564# LT_INIT options.
3565# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3566# _LT_WITH_PIC
3567
3568
3569
3570
3571# Old name:
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
3592
3593## ----------------- ##
3594## LTDL_INIT Options ##
3595## ----------------- ##
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3607#
3608# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3609# Written by Gary V. Vaughan, 2004
3610#
3611# This file is free software; the Free Software Foundation gives
3612# unlimited permission to copy and/or distribute it, with or without
3613# modifications, as long as this notice is preserved.
3614
3615# serial 6 ltsugar.m4
3616
3617# This is to help aclocal find these macros, as it can't see m4_define.
3618
3619
3620
3621# lt_join(SEP, ARG1, [ARG2...])
3622# -----------------------------
3623# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3624# associated separator.
3625# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3626# versions in m4sugar had bugs.
3627
3628
3629
3630
3631# lt_car(LIST)
3632# lt_cdr(LIST)
3633# ------------
3634# Manipulate m4 lists.
3635# These macros are necessary as long as will still need to support
3636# Autoconf-2.59 which quotes differently.
3637
3638
3639
3640
3641
3642# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3643# ------------------------------------------
3644# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3645# Note that neither SEPARATOR nor STRING are expanded; they are appended
3646# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3647# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3648# than defined and empty).
3649#
3650# This macro is needed until we can rely on Autoconf 2.62, since earlier
3651# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3652
3653
3654
3655
3656# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3657# ----------------------------------------------------------
3658# Produce a SEP delimited list of all paired combinations of elements of
3659# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3660# has the form PREFIXmINFIXSUFFIXn.
3661# Needed until we can rely on m4_combine added in Autoconf 2.62.
3662
3663
3664
3665# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3666# -----------------------------------------------------------------------
3667# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3668# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3669
3670
3671
3672# lt_dict_add(DICT, KEY, VALUE)
3673# -----------------------------
3674
3675
3676
3677# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3678# --------------------------------------------
3679
3680
3681
3682# lt_dict_fetch(DICT, KEY, [SUBKEY])
3683# ----------------------------------
3684
3685
3686
3687# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3688# -----------------------------------------------------------------
3689
3690
3691
3692# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3693# --------------------------------------------------------------
3694
3695
3696# ltversion.m4 -- version numbers -*- Autoconf -*-
3697#
3698# Copyright (C) 2004 Free Software Foundation, Inc.
3699# Written by Scott James Remnant, 2004
3700#
3701# This file is free software; the Free Software Foundation gives
3702# unlimited permission to copy and/or distribute it, with or without
3703# modifications, as long as this notice is preserved.
3704
3705# Generated from ltversion.in.
3706
3707# serial 3134 ltversion.m4
3708# This file is part of GNU Libtool
3709
3710
3711
3712
3713
3714
3715# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3716#
3717# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3718# Written by Scott James Remnant, 2004.
3719#
3720# This file is free software; the Free Software Foundation gives
3721# unlimited permission to copy and/or distribute it, with or without
3722# modifications, as long as this notice is preserved.
3723
3724# serial 4 lt~obsolete.m4
3725
3726# These exist entirely to fool aclocal when bootstrapping libtool.
3727#
3728# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3729# which have later been changed to m4_define as they aren't part of the
3730# exported API, or moved to Autoconf or Automake where they belong.
3731#
3732# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3733# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3734# using a macro with the same name in our local m4/libtool.m4 it'll
3735# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3736# and doesn't know about Autoconf macros at all.)
3737#
3738# So we provide this file, which has a silly filename so it's always
3739# included after everything else. This provides aclocal with the
3740# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3741# because those macros already exist, or will be overwritten later.
3742# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3743#
3744# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3745# Yes, that means every name once taken will need to remain here until
3746# we give up compatibility with versions before 1.7, at which point
3747# we need to keep only those names which we still refer to.
3748
3749# This is to help aclocal find these macros, as it can't see m4_define.
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814## -*- Autoconf -*-
3815
3816# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3817# Free Software Foundation, Inc.
3818#
3819# This file is free software; the Free Software Foundation
3820# gives unlimited permission to copy and/or distribute it,
3821# with or without modifications, as long as this notice is preserved.
3822
3823# serial 8
3824
3825# Based on depend.m4 from automake 1.9, modified for standalone use in
3826# an environment where GNU make is required.
3827
3828# ZW_PROG_COMPILER_DEPENDENCIES
3829# -----------------------------
3830# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3831# sets fooDEPMODE accordingly. Cache-variable compatible with
3832# original; not side-effect compatible. As the users of this macro
3833# may require accurate dependencies for correct builds, it does *not*
3834# honor --disable-dependency-checking, and failure to detect a usable
3835# method is an error. depcomp is assumed to be located in
3836# $ac_aux_dir.
3837#
3838# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3839
3840
3841
3842# AM_SET_DEPDIR
3843# -------------
3844# Choose a directory name for dependency files.
3845
3846
3847# ZW_CREATE_DEPDIR
3848# ----------------
3849# As AM_SET_DEPDIR, but also create the directory at config.status time.
3850
3851
3852
3853
3854
3855
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
3900sim_inline="-DDEFAULT_INLINE=0"
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937# intl sister-directory configuration rules.
3938#
3939
3940# The idea behind this macro is that there's no need to repeat all the
3941# autoconf probes done by the intl directory - it's already done them
3942# for us. In fact, there's no need even to look at the cache for the
3943# answers. All we need to do is nab a few pieces of information.
3944# The intl directory is set up to make this easy, by generating a
3945# small file which can be sourced as a shell script; then we produce
3946# the necessary substitutions and definitions for this directory.
3947
3948
3949
3950# Autoconf M4 include file defining utility macros for complex Canadian
3951# cross builds.
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961####
3962# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3963# or AC_INIT.
3964# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3965
3966####
3967# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3968# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3969
3970
3971####
3972# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3973# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3974
3975
3976
3977# Backported from Autoconf 2.5x; can go away when and if
3978# we switch. Put the OS path separator in $PATH_SEPARATOR.
3979
3980
3981
3982
3983# ACX_HAVE_GCC_FOR_TARGET
3984# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3985
3986
3987# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3988# Searching for installed target binutils. We need to take extra care,
3989# else we may find the wrong assembler, linker, etc., and lose.
3990#
3991# First try --with-build-time-tools, if specified.
3992#
3993# For build != host, we ask the installed GCC for the name of the tool it
3994# uses, and accept it if it is an absolute path. This is because the
3995# only good choice for a compiler is the same GCC version that is being
3996# installed (or we couldn't make target libraries), and we assume that
3997# on the host system we'll have not only the same GCC version, but also
3998# the same binutils version.
3999#
4000# For build == host, search the same directories that the installed
4001# compiler will search. We used to do this for the assembler, linker,
4002# and nm only; for simplicity of configuration, however, we extend this
4003# criterion to tools (such as ar and ranlib) that are never invoked by
4004# the compiler, to avoid mismatches.
4005#
4006# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4007# if build == target. This makes the most sense only when bootstrapping,
4008# but we also do so when build != host. In this case, we hope that the
4009# build and host systems will have similar contents of MD_EXEC_PREFIX.
4010#
4011# If we do not find a suitable binary, then try the user's path.
4012
4013
4014###
4015# AC_PROG_CPP_WERROR
4016# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4017# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4018# For now, using this also overrides header checks to use only the
4019# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4020# bit harder from here).
4021# Eventually autoconf will default to checking headers with the compiler
4022# instead, and we'll have to do this differently.
4023
4024# AC_PROG_CPP_WERROR
4025
4026# Test for GNAT.
4027# We require the gnatbind & gnatmake programs, as well as a compiler driver
4028# that understands Ada. We use the user's CC setting, already found, and
4029# possibly add $1 to the command-line parameters.
4030#
4031# Sets the shell variable have_gnat to yes or no as appropriate, and
4032# substitutes GNATBIND and GNATMAKE.
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058ac_ext=c
4059ac_cpp='$CPP $CPPFLAGS'
4060ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4061ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4062ac_compiler_gnu=$ac_cv_c_compiler_gnu
4063if test -n "$ac_tool_prefix"; then
4064 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4065set dummy ${ac_tool_prefix}gcc; ac_word=$2
4066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4067$as_echo_n "checking for $ac_word... " >&6; }
4068if test "${ac_cv_prog_CC+set}" = set; then :
4069 $as_echo_n "(cached) " >&6
4070else
4071 if test -n "$CC"; then
4072 ac_cv_prog_CC="$CC" # Let the user override the test.
4073else
4074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4075for as_dir in $PATH
4076do
4077 IFS=$as_save_IFS
4078 test -z "$as_dir" && as_dir=.
4079 for ac_exec_ext in '' $ac_executable_extensions; do
4080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4081 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4083 break 2
4084 fi
4085done
4086 done
4087IFS=$as_save_IFS
4088
4089fi
4090fi
4091CC=$ac_cv_prog_CC
4092if test -n "$CC"; then
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4094$as_echo "$CC" >&6; }
4095else
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4097$as_echo "no" >&6; }
4098fi
4099
4100
4101fi
4102if test -z "$ac_cv_prog_CC"; then
4103 ac_ct_CC=$CC
4104 # Extract the first word of "gcc", so it can be a program name with args.
4105set dummy gcc; ac_word=$2
4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4107$as_echo_n "checking for $ac_word... " >&6; }
4108if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4109 $as_echo_n "(cached) " >&6
4110else
4111 if test -n "$ac_ct_CC"; then
4112 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4113else
4114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4115for as_dir in $PATH
4116do
4117 IFS=$as_save_IFS
4118 test -z "$as_dir" && as_dir=.
4119 for ac_exec_ext in '' $ac_executable_extensions; do
4120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4121 ac_cv_prog_ac_ct_CC="gcc"
4122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4123 break 2
4124 fi
4125done
4126 done
4127IFS=$as_save_IFS
4128
4129fi
4130fi
4131ac_ct_CC=$ac_cv_prog_ac_ct_CC
4132if test -n "$ac_ct_CC"; then
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4134$as_echo "$ac_ct_CC" >&6; }
4135else
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4137$as_echo "no" >&6; }
4138fi
4139
4140 if test "x$ac_ct_CC" = x; then
4141 CC=""
4142 else
4143 case $cross_compiling:$ac_tool_warned in
4144yes:)
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4147ac_tool_warned=yes ;;
4148esac
4149 CC=$ac_ct_CC
4150 fi
4151else
4152 CC="$ac_cv_prog_CC"
4153fi
4154
4155if test -z "$CC"; then
4156 if test -n "$ac_tool_prefix"; then
4157 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4158set dummy ${ac_tool_prefix}cc; ac_word=$2
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4160$as_echo_n "checking for $ac_word... " >&6; }
4161if test "${ac_cv_prog_CC+set}" = set; then :
4162 $as_echo_n "(cached) " >&6
4163else
4164 if test -n "$CC"; then
4165 ac_cv_prog_CC="$CC" # Let the user override the test.
4166else
4167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168for as_dir in $PATH
4169do
4170 IFS=$as_save_IFS
4171 test -z "$as_dir" && as_dir=.
4172 for ac_exec_ext in '' $ac_executable_extensions; do
4173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4174 ac_cv_prog_CC="${ac_tool_prefix}cc"
4175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4176 break 2
4177 fi
4178done
4179 done
4180IFS=$as_save_IFS
4181
4182fi
4183fi
4184CC=$ac_cv_prog_CC
4185if test -n "$CC"; then
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4187$as_echo "$CC" >&6; }
4188else
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4190$as_echo "no" >&6; }
4191fi
4192
4193
4194 fi
4195fi
4196if test -z "$CC"; then
4197 # Extract the first word of "cc", so it can be a program name with args.
4198set dummy cc; ac_word=$2
4199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4200$as_echo_n "checking for $ac_word... " >&6; }
4201if test "${ac_cv_prog_CC+set}" = set; then :
4202 $as_echo_n "(cached) " >&6
4203else
4204 if test -n "$CC"; then
4205 ac_cv_prog_CC="$CC" # Let the user override the test.
4206else
4207 ac_prog_rejected=no
4208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209for as_dir in $PATH
4210do
4211 IFS=$as_save_IFS
4212 test -z "$as_dir" && as_dir=.
4213 for ac_exec_ext in '' $ac_executable_extensions; do
4214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4215 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4216 ac_prog_rejected=yes
4217 continue
4218 fi
4219 ac_cv_prog_CC="cc"
4220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 break 2
4222 fi
4223done
4224 done
4225IFS=$as_save_IFS
4226
4227if test $ac_prog_rejected = yes; then
4228 # We found a bogon in the path, so make sure we never use it.
4229 set dummy $ac_cv_prog_CC
4230 shift
4231 if test $# != 0; then
4232 # We chose a different compiler from the bogus one.
4233 # However, it has the same basename, so the bogon will be chosen
4234 # first if we set CC to just the basename; use the full file name.
4235 shift
4236 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4237 fi
4238fi
4239fi
4240fi
4241CC=$ac_cv_prog_CC
4242if test -n "$CC"; then
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4244$as_echo "$CC" >&6; }
4245else
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4247$as_echo "no" >&6; }
4248fi
4249
4250
4251fi
4252if test -z "$CC"; then
4253 if test -n "$ac_tool_prefix"; then
4254 for ac_prog in cl.exe
4255 do
4256 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4257set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4259$as_echo_n "checking for $ac_word... " >&6; }
4260if test "${ac_cv_prog_CC+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262else
4263 if test -n "$CC"; then
4264 ac_cv_prog_CC="$CC" # Let the user override the test.
4265else
4266as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267for as_dir in $PATH
4268do
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4276 fi
4277done
4278 done
4279IFS=$as_save_IFS
4280
4281fi
4282fi
4283CC=$ac_cv_prog_CC
4284if test -n "$CC"; then
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4286$as_echo "$CC" >&6; }
4287else
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4289$as_echo "no" >&6; }
4290fi
4291
4292
4293 test -n "$CC" && break
4294 done
4295fi
4296if test -z "$CC"; then
4297 ac_ct_CC=$CC
4298 for ac_prog in cl.exe
4299do
4300 # Extract the first word of "$ac_prog", so it can be a program name with args.
4301set dummy $ac_prog; ac_word=$2
4302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4303$as_echo_n "checking for $ac_word... " >&6; }
4304if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4305 $as_echo_n "(cached) " >&6
4306else
4307 if test -n "$ac_ct_CC"; then
4308 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4309else
4310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4311for as_dir in $PATH
4312do
4313 IFS=$as_save_IFS
4314 test -z "$as_dir" && as_dir=.
4315 for ac_exec_ext in '' $ac_executable_extensions; do
4316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4317 ac_cv_prog_ac_ct_CC="$ac_prog"
4318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4319 break 2
4320 fi
4321done
4322 done
4323IFS=$as_save_IFS
4324
4325fi
4326fi
4327ac_ct_CC=$ac_cv_prog_ac_ct_CC
4328if test -n "$ac_ct_CC"; then
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4330$as_echo "$ac_ct_CC" >&6; }
4331else
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4333$as_echo "no" >&6; }
4334fi
4335
4336
4337 test -n "$ac_ct_CC" && break
4338done
4339
4340 if test "x$ac_ct_CC" = x; then
4341 CC=""
4342 else
4343 case $cross_compiling:$ac_tool_warned in
4344yes:)
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4346$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4347ac_tool_warned=yes ;;
4348esac
4349 CC=$ac_ct_CC
4350 fi
4351fi
4352
4353fi
4354
4355
4356test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4357$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4358as_fn_error "no acceptable C compiler found in \$PATH
4359See \`config.log' for more details." "$LINENO" 5; }
4360
4361# Provide some information about the compiler.
4362$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4363set X $ac_compile
4364ac_compiler=$2
4365for ac_option in --version -v -V -qversion; do
4366 { { ac_try="$ac_compiler $ac_option >&5"
4367case "(($ac_try" in
4368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4369 *) ac_try_echo=$ac_try;;
4370esac
4371eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4372$as_echo "$ac_try_echo"; } >&5
4373 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4374 ac_status=$?
4375 if test -s conftest.err; then
4376 sed '10a\
4377... rest of stderr output deleted ...
4378 10q' conftest.err >conftest.er1
4379 cat conftest.er1 >&5
4380 rm -f conftest.er1 conftest.err
4381 fi
4382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4383 test $ac_status = 0; }
4384done
4385
4386cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4387/* end confdefs.h. */
4388
4389int
4390main ()
4391{
4392
4393 ;
4394 return 0;
4395}
4396_ACEOF
4397ac_clean_files_save=$ac_clean_files
4398ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4399# Try to create an executable without -o first, disregard a.out.
4400# It will help us diagnose broken compilers, and finding out an intuition
4401# of exeext.
4402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4403$as_echo_n "checking for C compiler default output file name... " >&6; }
4404ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4405
4406# The possible output files:
4407ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4408
4409ac_rmfiles=
4410for ac_file in $ac_files
4411do
4412 case $ac_file in
4413 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4414 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4415 esac
4416done
4417rm -f $ac_rmfiles
4418
4419if { { ac_try="$ac_link_default"
4420case "(($ac_try" in
4421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4422 *) ac_try_echo=$ac_try;;
4423esac
4424eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4425$as_echo "$ac_try_echo"; } >&5
4426 (eval "$ac_link_default") 2>&5
4427 ac_status=$?
4428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4429 test $ac_status = 0; }; then :
4430 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4431# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4432# in a Makefile. We should not override ac_cv_exeext if it was cached,
4433# so that the user can short-circuit this test for compilers unknown to
4434# Autoconf.
4435for ac_file in $ac_files ''
4436do
4437 test -f "$ac_file" || continue
4438 case $ac_file in
4439 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4440 ;;
4441 [ab].out )
4442 # We found the default executable, but exeext='' is most
4443 # certainly right.
4444 break;;
4445 *.* )
4446 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4447 then :; else
4448 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4449 fi
4450 # We set ac_cv_exeext here because the later test for it is not
4451 # safe: cross compilers may not add the suffix if given an `-o'
4452 # argument, so we may need to know it at that point already.
4453 # Even if this section looks crufty: it has the advantage of
4454 # actually working.
4455 break;;
4456 * )
4457 break;;
4458 esac
4459done
4460test "$ac_cv_exeext" = no && ac_cv_exeext=
4461
4462else
4463 ac_file=''
4464fi
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4466$as_echo "$ac_file" >&6; }
4467if test -z "$ac_file"; then :
4468 $as_echo "$as_me: failed program was:" >&5
4469sed 's/^/| /' conftest.$ac_ext >&5
4470
4471{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4472$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4473{ as_fn_set_status 77
4474as_fn_error "C compiler cannot create executables
4475See \`config.log' for more details." "$LINENO" 5; }; }
4476fi
4477ac_exeext=$ac_cv_exeext
4478
4479# Check that the compiler produces executables we can run. If not, either
4480# the compiler is broken, or we cross compile.
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4482$as_echo_n "checking whether the C compiler works... " >&6; }
4483# If not cross compiling, check that we can run a simple program.
4484if test "$cross_compiling" != yes; then
4485 if { ac_try='./$ac_file'
4486 { { case "(($ac_try" in
4487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4488 *) ac_try_echo=$ac_try;;
4489esac
4490eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4491$as_echo "$ac_try_echo"; } >&5
4492 (eval "$ac_try") 2>&5
4493 ac_status=$?
4494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4495 test $ac_status = 0; }; }; then
4496 cross_compiling=no
4497 else
4498 if test "$cross_compiling" = maybe; then
4499 cross_compiling=yes
4500 else
4501 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4502$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4503as_fn_error "cannot run C compiled programs.
4504If you meant to cross compile, use \`--host'.
4505See \`config.log' for more details." "$LINENO" 5; }
4506 fi
4507 fi
4508fi
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4510$as_echo "yes" >&6; }
4511
4512rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4513ac_clean_files=$ac_clean_files_save
4514# Check that the compiler produces executables we can run. If not, either
4515# the compiler is broken, or we cross compile.
4516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4517$as_echo_n "checking whether we are cross compiling... " >&6; }
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4519$as_echo "$cross_compiling" >&6; }
4520
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4522$as_echo_n "checking for suffix of executables... " >&6; }
4523if { { ac_try="$ac_link"
4524case "(($ac_try" in
4525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4526 *) ac_try_echo=$ac_try;;
4527esac
4528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4529$as_echo "$ac_try_echo"; } >&5
4530 (eval "$ac_link") 2>&5
4531 ac_status=$?
4532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4533 test $ac_status = 0; }; then :
4534 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4535# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4536# work properly (i.e., refer to `conftest.exe'), while it won't with
4537# `rm'.
4538for ac_file in conftest.exe conftest conftest.*; do
4539 test -f "$ac_file" || continue
4540 case $ac_file in
4541 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4542 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4543 break;;
4544 * ) break;;
4545 esac
4546done
4547else
4548 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4549$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4550as_fn_error "cannot compute suffix of executables: cannot compile and link
4551See \`config.log' for more details." "$LINENO" 5; }
4552fi
4553rm -f conftest$ac_cv_exeext
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4555$as_echo "$ac_cv_exeext" >&6; }
4556
4557rm -f conftest.$ac_ext
4558EXEEXT=$ac_cv_exeext
4559ac_exeext=$EXEEXT
4560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4561$as_echo_n "checking for suffix of object files... " >&6; }
4562if test "${ac_cv_objext+set}" = set; then :
4563 $as_echo_n "(cached) " >&6
4564else
4565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4566/* end confdefs.h. */
4567
4568int
4569main ()
4570{
4571
4572 ;
4573 return 0;
4574}
4575_ACEOF
4576rm -f conftest.o conftest.obj
4577if { { ac_try="$ac_compile"
4578case "(($ac_try" in
4579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4580 *) ac_try_echo=$ac_try;;
4581esac
4582eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4583$as_echo "$ac_try_echo"; } >&5
4584 (eval "$ac_compile") 2>&5
4585 ac_status=$?
4586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4587 test $ac_status = 0; }; then :
4588 for ac_file in conftest.o conftest.obj conftest.*; do
4589 test -f "$ac_file" || continue;
4590 case $ac_file in
4591 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4592 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4593 break;;
4594 esac
4595done
4596else
4597 $as_echo "$as_me: failed program was:" >&5
4598sed 's/^/| /' conftest.$ac_ext >&5
4599
4600{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4601$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4602as_fn_error "cannot compute suffix of object files: cannot compile
4603See \`config.log' for more details." "$LINENO" 5; }
4604fi
4605rm -f conftest.$ac_cv_objext conftest.$ac_ext
4606fi
4607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4608$as_echo "$ac_cv_objext" >&6; }
4609OBJEXT=$ac_cv_objext
4610ac_objext=$OBJEXT
4611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4612$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4613if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4614 $as_echo_n "(cached) " >&6
4615else
4616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4617/* end confdefs.h. */
4618
4619int
4620main ()
4621{
4622#ifndef __GNUC__
4623 choke me
4624#endif
4625
4626 ;
4627 return 0;
4628}
4629_ACEOF
4630if ac_fn_c_try_compile "$LINENO"; then :
4631 ac_compiler_gnu=yes
4632else
4633 ac_compiler_gnu=no
4634fi
4635rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4636ac_cv_c_compiler_gnu=$ac_compiler_gnu
4637
4638fi
4639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4640$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4641if test $ac_compiler_gnu = yes; then
4642 GCC=yes
4643else
4644 GCC=
4645fi
4646ac_test_CFLAGS=${CFLAGS+set}
4647ac_save_CFLAGS=$CFLAGS
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4649$as_echo_n "checking whether $CC accepts -g... " >&6; }
4650if test "${ac_cv_prog_cc_g+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652else
4653 ac_save_c_werror_flag=$ac_c_werror_flag
4654 ac_c_werror_flag=yes
4655 ac_cv_prog_cc_g=no
4656 CFLAGS="-g"
4657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4658/* end confdefs.h. */
4659
4660int
4661main ()
4662{
4663
4664 ;
4665 return 0;
4666}
4667_ACEOF
4668if ac_fn_c_try_compile "$LINENO"; then :
4669 ac_cv_prog_cc_g=yes
4670else
4671 CFLAGS=""
4672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673/* end confdefs.h. */
4674
4675int
4676main ()
4677{
4678
4679 ;
4680 return 0;
4681}
4682_ACEOF
4683if ac_fn_c_try_compile "$LINENO"; then :
4684
4685else
4686 ac_c_werror_flag=$ac_save_c_werror_flag
4687 CFLAGS="-g"
4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4689/* end confdefs.h. */
4690
4691int
4692main ()
4693{
4694
4695 ;
4696 return 0;
4697}
4698_ACEOF
4699if ac_fn_c_try_compile "$LINENO"; then :
4700 ac_cv_prog_cc_g=yes
4701fi
4702rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4703fi
4704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4705fi
4706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4707 ac_c_werror_flag=$ac_save_c_werror_flag
4708fi
4709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4710$as_echo "$ac_cv_prog_cc_g" >&6; }
4711if test "$ac_test_CFLAGS" = set; then
4712 CFLAGS=$ac_save_CFLAGS
4713elif test $ac_cv_prog_cc_g = yes; then
4714 if test "$GCC" = yes; then
4715 CFLAGS="-g -O2"
4716 else
4717 CFLAGS="-g"
4718 fi
4719else
4720 if test "$GCC" = yes; then
4721 CFLAGS="-O2"
4722 else
4723 CFLAGS=
4724 fi
4725fi
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4727$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4728if test "${ac_cv_prog_cc_c89+set}" = set; then :
4729 $as_echo_n "(cached) " >&6
4730else
4731 ac_cv_prog_cc_c89=no
4732ac_save_CC=$CC
4733cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4734/* end confdefs.h. */
4735#include <stdarg.h>
4736#include <stdio.h>
4737#include <sys/types.h>
4738#include <sys/stat.h>
4739/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4740struct buf { int x; };
4741FILE * (*rcsopen) (struct buf *, struct stat *, int);
4742static char *e (p, i)
4743 char **p;
4744 int i;
4745{
4746 return p[i];
4747}
4748static char *f (char * (*g) (char **, int), char **p, ...)
4749{
4750 char *s;
4751 va_list v;
4752 va_start (v,p);
4753 s = g (p, va_arg (v,int));
4754 va_end (v);
4755 return s;
4756}
4757
4758/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4759 function prototypes and stuff, but not '\xHH' hex character constants.
4760 These don't provoke an error unfortunately, instead are silently treated
4761 as 'x'. The following induces an error, until -std is added to get
4762 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4763 array size at least. It's necessary to write '\x00'==0 to get something
4764 that's true only with -std. */
4765int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4766
4767/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4768 inside strings and character constants. */
4769#define FOO(x) 'x'
4770int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4771
4772int test (int i, double x);
4773struct s1 {int (*f) (int a);};
4774struct s2 {int (*f) (double a);};
4775int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4776int argc;
4777char **argv;
4778int
4779main ()
4780{
4781return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4782 ;
4783 return 0;
4784}
4785_ACEOF
4786for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4787 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4788do
4789 CC="$ac_save_CC $ac_arg"
4790 if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_prog_cc_c89=$ac_arg
4792fi
4793rm -f core conftest.err conftest.$ac_objext
4794 test "x$ac_cv_prog_cc_c89" != "xno" && break
4795done
4796rm -f conftest.$ac_ext
4797CC=$ac_save_CC
4798
4799fi
4800# AC_CACHE_VAL
4801case "x$ac_cv_prog_cc_c89" in
4802 x)
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4804$as_echo "none needed" >&6; } ;;
4805 xno)
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4807$as_echo "unsupported" >&6; } ;;
4808 *)
4809 CC="$CC $ac_cv_prog_cc_c89"
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4811$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4812esac
4813if test "x$ac_cv_prog_cc_c89" != xno; then :
4814
4815fi
4816
4817ac_ext=c
4818ac_cpp='$CPP $CPPFLAGS'
4819ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4820ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4821ac_compiler_gnu=$ac_cv_c_compiler_gnu
4822
4823ac_aux_dir=
4824for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4825 for ac_t in install-sh install.sh shtool; do
4826 if test -f "$ac_dir/$ac_t"; then
4827 ac_aux_dir=$ac_dir
4828 ac_install_sh="$ac_aux_dir/$ac_t -c"
4829 break 2
4830 fi
4831 done
4832done
4833if test -z "$ac_aux_dir"; then
4834 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4835fi
4836
4837# These three variables are undocumented and unsupported,
4838# and are intended to be withdrawn in a future Autoconf release.
4839# They can cause serious problems if a builder's source tree is in a directory
4840# whose full name contains unusual characters.
4841ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4842ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4843ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4844
4845
4846# Make sure we can run config.sub.
4847$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4848 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4849
4850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4851$as_echo_n "checking build system type... " >&6; }
4852if test "${ac_cv_build+set}" = set; then :
4853 $as_echo_n "(cached) " >&6
4854else
4855 ac_build_alias=$build_alias
4856test "x$ac_build_alias" = x &&
4857 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4858test "x$ac_build_alias" = x &&
4859 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4860ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4861 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4862
4863fi
4864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4865$as_echo "$ac_cv_build" >&6; }
4866case $ac_cv_build in
4867*-*-*) ;;
4868*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4869esac
4870build=$ac_cv_build
4871ac_save_IFS=$IFS; IFS='-'
4872set x $ac_cv_build
4873shift
4874build_cpu=$1
4875build_vendor=$2
4876shift; shift
4877# Remember, the first character of IFS is used to create $*,
4878# except with old shells:
4879build_os=$*
4880IFS=$ac_save_IFS
4881case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4882
4883
4884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4885$as_echo_n "checking host system type... " >&6; }
4886if test "${ac_cv_host+set}" = set; then :
4887 $as_echo_n "(cached) " >&6
4888else
4889 if test "x$host_alias" = x; then
4890 ac_cv_host=$ac_cv_build
4891else
4892 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4893 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4894fi
4895
4896fi
4897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4898$as_echo "$ac_cv_host" >&6; }
4899case $ac_cv_host in
4900*-*-*) ;;
4901*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4902esac
4903host=$ac_cv_host
4904ac_save_IFS=$IFS; IFS='-'
4905set x $ac_cv_host
4906shift
4907host_cpu=$1
4908host_vendor=$2
4909shift; shift
4910# Remember, the first character of IFS is used to create $*,
4911# except with old shells:
4912host_os=$*
4913IFS=$ac_save_IFS
4914case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4915
4916
4917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4918$as_echo_n "checking target system type... " >&6; }
4919if test "${ac_cv_target+set}" = set; then :
4920 $as_echo_n "(cached) " >&6
4921else
4922 if test "x$target_alias" = x; then
4923 ac_cv_target=$ac_cv_host
4924else
4925 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4926 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4927fi
4928
4929fi
4930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4931$as_echo "$ac_cv_target" >&6; }
4932case $ac_cv_target in
4933*-*-*) ;;
4934*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4935esac
4936target=$ac_cv_target
4937ac_save_IFS=$IFS; IFS='-'
4938set x $ac_cv_target
4939shift
4940target_cpu=$1
4941target_vendor=$2
4942shift; shift
4943# Remember, the first character of IFS is used to create $*,
4944# except with old shells:
4945target_os=$*
4946IFS=$ac_save_IFS
4947case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4948
4949
4950# The aliases save the names the user supplied, while $host etc.
4951# will get canonicalized.
4952test -n "$target_alias" &&
4953 test "$program_prefix$program_suffix$program_transform_name" = \
4954 NONENONEs,x,x, &&
4955 program_prefix=${target_alias}-
4956
4957ac_ext=c
4958ac_cpp='$CPP $CPPFLAGS'
4959ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4960ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4961ac_compiler_gnu=$ac_cv_c_compiler_gnu
4962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4963$as_echo_n "checking how to run the C preprocessor... " >&6; }
4964# On Suns, sometimes $CPP names a directory.
4965if test -n "$CPP" && test -d "$CPP"; then
4966 CPP=
4967fi
4968if test -z "$CPP"; then
4969 if test "${ac_cv_prog_CPP+set}" = set; then :
4970 $as_echo_n "(cached) " >&6
4971else
4972 # Double quotes because CPP needs to be expanded
4973 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4974 do
4975 ac_preproc_ok=false
4976for ac_c_preproc_warn_flag in '' yes
4977do
4978 # Use a header file that comes with gcc, so configuring glibc
4979 # with a fresh cross-compiler works.
4980 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4981 # <limits.h> exists even on freestanding compilers.
4982 # On the NeXT, cc -E runs the code through the compiler's parser,
4983 # not just through cpp. "Syntax error" is here to catch this case.
4984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4985/* end confdefs.h. */
4986#ifdef __STDC__
4987# include <limits.h>
4988#else
4989# include <assert.h>
4990#endif
4991 Syntax error
4992_ACEOF
4993if ac_fn_c_try_cpp "$LINENO"; then :
4994
4995else
4996 # Broken: fails on valid input.
4997continue
4998fi
4999rm -f conftest.err conftest.$ac_ext
5000
5001 # OK, works on sane cases. Now check whether nonexistent headers
5002 # can be detected and how.
5003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5004/* end confdefs.h. */
5005#include <ac_nonexistent.h>
5006_ACEOF
5007if ac_fn_c_try_cpp "$LINENO"; then :
5008 # Broken: success on invalid input.
5009continue
5010else
5011 # Passes both tests.
5012ac_preproc_ok=:
5013break
5014fi
5015rm -f conftest.err conftest.$ac_ext
5016
5017done
5018# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5019rm -f conftest.err conftest.$ac_ext
5020if $ac_preproc_ok; then :
5021 break
5022fi
5023
5024 done
5025 ac_cv_prog_CPP=$CPP
5026
5027fi
5028 CPP=$ac_cv_prog_CPP
5029else
5030 ac_cv_prog_CPP=$CPP
5031fi
5032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5033$as_echo "$CPP" >&6; }
5034ac_preproc_ok=false
5035for ac_c_preproc_warn_flag in '' yes
5036do
5037 # Use a header file that comes with gcc, so configuring glibc
5038 # with a fresh cross-compiler works.
5039 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5040 # <limits.h> exists even on freestanding compilers.
5041 # On the NeXT, cc -E runs the code through the compiler's parser,
5042 # not just through cpp. "Syntax error" is here to catch this case.
5043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5044/* end confdefs.h. */
5045#ifdef __STDC__
5046# include <limits.h>
5047#else
5048# include <assert.h>
5049#endif
5050 Syntax error
5051_ACEOF
5052if ac_fn_c_try_cpp "$LINENO"; then :
5053
5054else
5055 # Broken: fails on valid input.
5056continue
5057fi
5058rm -f conftest.err conftest.$ac_ext
5059
5060 # OK, works on sane cases. Now check whether nonexistent headers
5061 # can be detected and how.
5062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5063/* end confdefs.h. */
5064#include <ac_nonexistent.h>
5065_ACEOF
5066if ac_fn_c_try_cpp "$LINENO"; then :
5067 # Broken: success on invalid input.
5068continue
5069else
5070 # Passes both tests.
5071ac_preproc_ok=:
5072break
5073fi
5074rm -f conftest.err conftest.$ac_ext
5075
5076done
5077# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5078rm -f conftest.err conftest.$ac_ext
5079if $ac_preproc_ok; then :
5080
5081else
5082 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5083$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5084as_fn_error "C preprocessor \"$CPP\" fails sanity check
5085See \`config.log' for more details." "$LINENO" 5; }
5086fi
5087
5088ac_ext=c
5089ac_cpp='$CPP $CPPFLAGS'
5090ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5091ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5092ac_compiler_gnu=$ac_cv_c_compiler_gnu
5093
5094
5095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5096$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5097if test "${ac_cv_path_GREP+set}" = set; then :
5098 $as_echo_n "(cached) " >&6
5099else
5100 if test -z "$GREP"; then
5101 ac_path_GREP_found=false
5102 # Loop through the user's path and test for each of PROGNAME-LIST
5103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5104for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5105do
5106 IFS=$as_save_IFS
5107 test -z "$as_dir" && as_dir=.
5108 for ac_prog in grep ggrep; do
5109 for ac_exec_ext in '' $ac_executable_extensions; do
5110 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5111 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5112# Check for GNU ac_path_GREP and select it if it is found.
5113 # Check for GNU $ac_path_GREP
5114case `"$ac_path_GREP" --version 2>&1` in
5115*GNU*)
5116 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5117*)
5118 ac_count=0
5119 $as_echo_n 0123456789 >"conftest.in"
5120 while :
5121 do
5122 cat "conftest.in" "conftest.in" >"conftest.tmp"
5123 mv "conftest.tmp" "conftest.in"
5124 cp "conftest.in" "conftest.nl"
5125 $as_echo 'GREP' >> "conftest.nl"
5126 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5127 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5128 as_fn_arith $ac_count + 1 && ac_count=$as_val
5129 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5130 # Best one so far, save it but keep looking for a better one
5131 ac_cv_path_GREP="$ac_path_GREP"
5132 ac_path_GREP_max=$ac_count
5133 fi
5134 # 10*(2^10) chars as input seems more than enough
5135 test $ac_count -gt 10 && break
5136 done
5137 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5138esac
5139
5140 $ac_path_GREP_found && break 3
5141 done
5142 done
5143 done
5144IFS=$as_save_IFS
5145 if test -z "$ac_cv_path_GREP"; then
5146 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5147 fi
5148else
5149 ac_cv_path_GREP=$GREP
5150fi
5151
5152fi
5153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5154$as_echo "$ac_cv_path_GREP" >&6; }
5155 GREP="$ac_cv_path_GREP"
5156
5157
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5159$as_echo_n "checking for egrep... " >&6; }
5160if test "${ac_cv_path_EGREP+set}" = set; then :
5161 $as_echo_n "(cached) " >&6
5162else
5163 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5164 then ac_cv_path_EGREP="$GREP -E"
5165 else
5166 if test -z "$EGREP"; then
5167 ac_path_EGREP_found=false
5168 # Loop through the user's path and test for each of PROGNAME-LIST
5169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5170for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5171do
5172 IFS=$as_save_IFS
5173 test -z "$as_dir" && as_dir=.
5174 for ac_prog in egrep; do
5175 for ac_exec_ext in '' $ac_executable_extensions; do
5176 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5177 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5178# Check for GNU ac_path_EGREP and select it if it is found.
5179 # Check for GNU $ac_path_EGREP
5180case `"$ac_path_EGREP" --version 2>&1` in
5181*GNU*)
5182 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5183*)
5184 ac_count=0
5185 $as_echo_n 0123456789 >"conftest.in"
5186 while :
5187 do
5188 cat "conftest.in" "conftest.in" >"conftest.tmp"
5189 mv "conftest.tmp" "conftest.in"
5190 cp "conftest.in" "conftest.nl"
5191 $as_echo 'EGREP' >> "conftest.nl"
5192 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5193 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5194 as_fn_arith $ac_count + 1 && ac_count=$as_val
5195 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5196 # Best one so far, save it but keep looking for a better one
5197 ac_cv_path_EGREP="$ac_path_EGREP"
5198 ac_path_EGREP_max=$ac_count
5199 fi
5200 # 10*(2^10) chars as input seems more than enough
5201 test $ac_count -gt 10 && break
5202 done
5203 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5204esac
5205
5206 $ac_path_EGREP_found && break 3
5207 done
5208 done
5209 done
5210IFS=$as_save_IFS
5211 if test -z "$ac_cv_path_EGREP"; then
5212 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5213 fi
5214else
5215 ac_cv_path_EGREP=$EGREP
5216fi
5217
5218 fi
5219fi
5220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5221$as_echo "$ac_cv_path_EGREP" >&6; }
5222 EGREP="$ac_cv_path_EGREP"
5223
5224
5225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5226$as_echo_n "checking for ANSI C header files... " >&6; }
5227if test "${ac_cv_header_stdc+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229else
5230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5231/* end confdefs.h. */
5232#include <stdlib.h>
5233#include <stdarg.h>
5234#include <string.h>
5235#include <float.h>
5236
5237int
5238main ()
5239{
5240
5241 ;
5242 return 0;
5243}
5244_ACEOF
5245if ac_fn_c_try_compile "$LINENO"; then :
5246 ac_cv_header_stdc=yes
5247else
5248 ac_cv_header_stdc=no
5249fi
5250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5251
5252if test $ac_cv_header_stdc = yes; then
5253 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5255/* end confdefs.h. */
5256#include <string.h>
5257
5258_ACEOF
5259if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5260 $EGREP "memchr" >/dev/null 2>&1; then :
5261
5262else
5263 ac_cv_header_stdc=no
5264fi
5265rm -f conftest*
5266
5267fi
5268
5269if test $ac_cv_header_stdc = yes; then
5270 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5272/* end confdefs.h. */
5273#include <stdlib.h>
5274
5275_ACEOF
5276if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5277 $EGREP "free" >/dev/null 2>&1; then :
5278
5279else
5280 ac_cv_header_stdc=no
5281fi
5282rm -f conftest*
5283
5284fi
5285
5286if test $ac_cv_header_stdc = yes; then
5287 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5288 if test "$cross_compiling" = yes; then :
5289 :
5290else
5291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5292/* end confdefs.h. */
5293#include <ctype.h>
5294#include <stdlib.h>
5295#if ((' ' & 0x0FF) == 0x020)
5296# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5297# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5298#else
5299# define ISLOWER(c) \
5300 (('a' <= (c) && (c) <= 'i') \
5301 || ('j' <= (c) && (c) <= 'r') \
5302 || ('s' <= (c) && (c) <= 'z'))
5303# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5304#endif
5305
5306#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5307int
5308main ()
5309{
5310 int i;
5311 for (i = 0; i < 256; i++)
5312 if (XOR (islower (i), ISLOWER (i))
5313 || toupper (i) != TOUPPER (i))
5314 return 2;
5315 return 0;
5316}
5317_ACEOF
5318if ac_fn_c_try_run "$LINENO"; then :
5319
5320else
5321 ac_cv_header_stdc=no
5322fi
5323rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5324 conftest.$ac_objext conftest.beam conftest.$ac_ext
5325fi
5326
5327fi
5328fi
5329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5330$as_echo "$ac_cv_header_stdc" >&6; }
5331if test $ac_cv_header_stdc = yes; then
5332
5333$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5334
5335fi
5336
5337# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5338for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5339 inttypes.h stdint.h unistd.h
5340do :
5341 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5342ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5343"
5344eval as_val=\$$as_ac_Header
5345 if test "x$as_val" = x""yes; then :
5346 cat >>confdefs.h <<_ACEOF
5347#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5348_ACEOF
5349
5350fi
5351
5352done
5353
5354
5355
5356 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5357if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5358 MINIX=yes
5359else
5360 MINIX=
5361fi
5362
5363
5364 if test "$MINIX" = yes; then
5365
5366$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5367
5368
5369$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5370
5371
5372$as_echo "#define _MINIX 1" >>confdefs.h
5373
5374 fi
5375
5376
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5378$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5379if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5380 $as_echo_n "(cached) " >&6
5381else
5382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5383/* end confdefs.h. */
5384
5385# define __EXTENSIONS__ 1
5386 $ac_includes_default
5387int
5388main ()
5389{
5390
5391 ;
5392 return 0;
5393}
5394_ACEOF
5395if ac_fn_c_try_compile "$LINENO"; then :
5396 ac_cv_safe_to_define___extensions__=yes
5397else
5398 ac_cv_safe_to_define___extensions__=no
5399fi
5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401fi
5402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5403$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5404 test $ac_cv_safe_to_define___extensions__ = yes &&
5405 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5406
5407 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5408
5409 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5410
5411 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5412
5413 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5414
5415
5416test "$program_prefix" != NONE &&
5417 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5418# Use a double $ so make ignores it.
5419test "$program_suffix" != NONE &&
5420 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5421# Double any \ or $.
5422# By default was `s,x,x', remove it if useless.
5423ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5424program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5425
5426# Find a good install program. We prefer a C program (faster),
5427# so one script is as good as another. But avoid the broken or
5428# incompatible versions:
5429# SysV /etc/install, /usr/sbin/install
5430# SunOS /usr/etc/install
5431# IRIX /sbin/install
5432# AIX /bin/install
5433# AmigaOS /C/install, which installs bootblocks on floppy discs
5434# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5435# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5436# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5437# OS/2's system install, which has a completely different semantic
5438# ./install, which can be erroneously created by make from ./install.sh.
5439# Reject install programs that cannot install multiple files.
5440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5441$as_echo_n "checking for a BSD-compatible install... " >&6; }
5442if test -z "$INSTALL"; then
5443if test "${ac_cv_path_install+set}" = set; then :
5444 $as_echo_n "(cached) " >&6
5445else
5446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5447for as_dir in $PATH
5448do
5449 IFS=$as_save_IFS
5450 test -z "$as_dir" && as_dir=.
5451 # Account for people who put trailing slashes in PATH elements.
5452case $as_dir/ in #((
5453 ./ | .// | /[cC]/* | \
5454 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5455 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5456 /usr/ucb/* ) ;;
5457 *)
5458 # OSF1 and SCO ODT 3.0 have their own names for install.
5459 # Don't use installbsd from OSF since it installs stuff as root
5460 # by default.
5461 for ac_prog in ginstall scoinst install; do
5462 for ac_exec_ext in '' $ac_executable_extensions; do
5463 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5464 if test $ac_prog = install &&
5465 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5466 # AIX install. It has an incompatible calling convention.
5467 :
5468 elif test $ac_prog = install &&
5469 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5470 # program-specific install script used by HP pwplus--don't use.
5471 :
5472 else
5473 rm -rf conftest.one conftest.two conftest.dir
5474 echo one > conftest.one
5475 echo two > conftest.two
5476 mkdir conftest.dir
5477 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5478 test -s conftest.one && test -s conftest.two &&
5479 test -s conftest.dir/conftest.one &&
5480 test -s conftest.dir/conftest.two
5481 then
5482 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5483 break 3
5484 fi
5485 fi
5486 fi
5487 done
5488 done
5489 ;;
5490esac
5491
5492 done
5493IFS=$as_save_IFS
5494
5495rm -rf conftest.one conftest.two conftest.dir
5496
5497fi
5498 if test "${ac_cv_path_install+set}" = set; then
5499 INSTALL=$ac_cv_path_install
5500 else
5501 # As a last resort, use the slow shell script. Don't cache a
5502 # value for INSTALL within a source directory, because that will
5503 # break other packages using the cache if that directory is
5504 # removed, or if the value is a relative name.
5505 INSTALL=$ac_install_sh
5506 fi
5507fi
5508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5509$as_echo "$INSTALL" >&6; }
5510
5511# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5512# It thinks the first close brace ends the variable substitution.
5513test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5514
5515test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5516
5517test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5518
5519rm -rf .tst 2>/dev/null
5520mkdir .tst 2>/dev/null
5521if test -d .tst; then
5522 am__leading_dot=.
5523else
5524 am__leading_dot=_
5525fi
5526rmdir .tst 2>/dev/null
5527
5528DEPDIR="${am__leading_dot}deps"
5529
5530case `pwd` in
5531 *\ * | *\ *)
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5533$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5534esac
5535
5536
5537
5538macro_version='2.2.7a'
5539macro_revision='1.3134'
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553ltmain="$ac_aux_dir/ltmain.sh"
5554
5555# Backslashify metacharacters that are still active within
5556# double-quoted strings.
5557sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5558
5559# Same as above, but do not quote variable references.
5560double_quote_subst='s/\(["`\\]\)/\\\1/g'
5561
5562# Sed substitution to delay expansion of an escaped shell variable in a
5563# double_quote_subst'ed string.
5564delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5565
5566# Sed substitution to delay expansion of an escaped single quote.
5567delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5568
5569# Sed substitution to avoid accidental globbing in evaled expressions
5570no_glob_subst='s/\*/\\\*/g'
5571
5572ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5573ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5574ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5575
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5577$as_echo_n "checking how to print strings... " >&6; }
5578# Test print first, because it will be a builtin if present.
5579if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5580 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5581 ECHO='print -r --'
5582elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5583 ECHO='printf %s\n'
5584else
5585 # Use this function as a fallback that always works.
5586 func_fallback_echo ()
5587 {
5588 eval 'cat <<_LTECHO_EOF
5589$1
5590_LTECHO_EOF'
5591 }
5592 ECHO='func_fallback_echo'
5593fi
5594
5595# func_echo_all arg...
5596# Invoke $ECHO with all args, space-separated.
5597func_echo_all ()
5598{
5599 $ECHO ""
5600}
5601
5602case "$ECHO" in
5603 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5604$as_echo "printf" >&6; } ;;
5605 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5606$as_echo "print -r" >&6; } ;;
5607 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5608$as_echo "cat" >&6; } ;;
5609esac
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5625$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5626if test "${ac_cv_path_SED+set}" = set; then :
5627 $as_echo_n "(cached) " >&6
5628else
5629 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5630 for ac_i in 1 2 3 4 5 6 7; do
5631 ac_script="$ac_script$as_nl$ac_script"
5632 done
5633 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5634 { ac_script=; unset ac_script;}
5635 if test -z "$SED"; then
5636 ac_path_SED_found=false
5637 # Loop through the user's path and test for each of PROGNAME-LIST
5638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5639for as_dir in $PATH
5640do
5641 IFS=$as_save_IFS
5642 test -z "$as_dir" && as_dir=.
5643 for ac_prog in sed gsed; do
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5646 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5647# Check for GNU ac_path_SED and select it if it is found.
5648 # Check for GNU $ac_path_SED
5649case `"$ac_path_SED" --version 2>&1` in
5650*GNU*)
5651 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5652*)
5653 ac_count=0
5654 $as_echo_n 0123456789 >"conftest.in"
5655 while :
5656 do
5657 cat "conftest.in" "conftest.in" >"conftest.tmp"
5658 mv "conftest.tmp" "conftest.in"
5659 cp "conftest.in" "conftest.nl"
5660 $as_echo '' >> "conftest.nl"
5661 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5662 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5663 as_fn_arith $ac_count + 1 && ac_count=$as_val
5664 if test $ac_count -gt ${ac_path_SED_max-0}; then
5665 # Best one so far, save it but keep looking for a better one
5666 ac_cv_path_SED="$ac_path_SED"
5667 ac_path_SED_max=$ac_count
5668 fi
5669 # 10*(2^10) chars as input seems more than enough
5670 test $ac_count -gt 10 && break
5671 done
5672 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5673esac
5674
5675 $ac_path_SED_found && break 3
5676 done
5677 done
5678 done
5679IFS=$as_save_IFS
5680 if test -z "$ac_cv_path_SED"; then
5681 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5682 fi
5683else
5684 ac_cv_path_SED=$SED
5685fi
5686
5687fi
5688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5689$as_echo "$ac_cv_path_SED" >&6; }
5690 SED="$ac_cv_path_SED"
5691 rm -f conftest.sed
5692
5693test -z "$SED" && SED=sed
5694Xsed="$SED -e 1s/^X//"
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5707$as_echo_n "checking for fgrep... " >&6; }
5708if test "${ac_cv_path_FGREP+set}" = set; then :
5709 $as_echo_n "(cached) " >&6
5710else
5711 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5712 then ac_cv_path_FGREP="$GREP -F"
5713 else
5714 if test -z "$FGREP"; then
5715 ac_path_FGREP_found=false
5716 # Loop through the user's path and test for each of PROGNAME-LIST
5717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5719do
5720 IFS=$as_save_IFS
5721 test -z "$as_dir" && as_dir=.
5722 for ac_prog in fgrep; do
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5725 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5726# Check for GNU ac_path_FGREP and select it if it is found.
5727 # Check for GNU $ac_path_FGREP
5728case `"$ac_path_FGREP" --version 2>&1` in
5729*GNU*)
5730 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5731*)
5732 ac_count=0
5733 $as_echo_n 0123456789 >"conftest.in"
5734 while :
5735 do
5736 cat "conftest.in" "conftest.in" >"conftest.tmp"
5737 mv "conftest.tmp" "conftest.in"
5738 cp "conftest.in" "conftest.nl"
5739 $as_echo 'FGREP' >> "conftest.nl"
5740 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5741 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5742 as_fn_arith $ac_count + 1 && ac_count=$as_val
5743 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5744 # Best one so far, save it but keep looking for a better one
5745 ac_cv_path_FGREP="$ac_path_FGREP"
5746 ac_path_FGREP_max=$ac_count
5747 fi
5748 # 10*(2^10) chars as input seems more than enough
5749 test $ac_count -gt 10 && break
5750 done
5751 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5752esac
5753
5754 $ac_path_FGREP_found && break 3
5755 done
5756 done
5757 done
5758IFS=$as_save_IFS
5759 if test -z "$ac_cv_path_FGREP"; then
5760 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5761 fi
5762else
5763 ac_cv_path_FGREP=$FGREP
5764fi
5765
5766 fi
5767fi
5768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5769$as_echo "$ac_cv_path_FGREP" >&6; }
5770 FGREP="$ac_cv_path_FGREP"
5771
5772
5773test -z "$GREP" && GREP=grep
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793# Check whether --with-gnu-ld was given.
5794if test "${with_gnu_ld+set}" = set; then :
5795 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5796else
5797 with_gnu_ld=no
5798fi
5799
5800ac_prog=ld
5801if test "$GCC" = yes; then
5802 # Check if gcc -print-prog-name=ld gives a path.
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5804$as_echo_n "checking for ld used by $CC... " >&6; }
5805 case $host in
5806 *-*-mingw*)
5807 # gcc leaves a trailing carriage return which upsets mingw
5808 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5809 *)
5810 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5811 esac
5812 case $ac_prog in
5813 # Accept absolute paths.
5814 [\\/]* | ?:[\\/]*)
5815 re_direlt='/[^/][^/]*/\.\./'
5816 # Canonicalize the pathname of ld
5817 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5818 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5819 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5820 done
5821 test -z "$LD" && LD="$ac_prog"
5822 ;;
5823 "")
5824 # If it fails, then pretend we aren't using GCC.
5825 ac_prog=ld
5826 ;;
5827 *)
5828 # If it is relative, then search for the first ld in PATH.
5829 with_gnu_ld=unknown
5830 ;;
5831 esac
5832elif test "$with_gnu_ld" = yes; then
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5834$as_echo_n "checking for GNU ld... " >&6; }
5835else
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5837$as_echo_n "checking for non-GNU ld... " >&6; }
5838fi
5839if test "${lt_cv_path_LD+set}" = set; then :
5840 $as_echo_n "(cached) " >&6
5841else
5842 if test -z "$LD"; then
5843 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5844 for ac_dir in $PATH; do
5845 IFS="$lt_save_ifs"
5846 test -z "$ac_dir" && ac_dir=.
5847 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5848 lt_cv_path_LD="$ac_dir/$ac_prog"
5849 # Check to see if the program is GNU ld. I'd rather use --version,
5850 # but apparently some variants of GNU ld only accept -v.
5851 # Break only if it was the GNU/non-GNU ld that we prefer.
5852 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5853 *GNU* | *'with BFD'*)
5854 test "$with_gnu_ld" != no && break
5855 ;;
5856 *)
5857 test "$with_gnu_ld" != yes && break
5858 ;;
5859 esac
5860 fi
5861 done
5862 IFS="$lt_save_ifs"
5863else
5864 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5865fi
5866fi
5867
5868LD="$lt_cv_path_LD"
5869if test -n "$LD"; then
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5871$as_echo "$LD" >&6; }
5872else
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5874$as_echo "no" >&6; }
5875fi
5876test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5878$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5879if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5880 $as_echo_n "(cached) " >&6
5881else
5882 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5883case `$LD -v 2>&1 </dev/null` in
5884*GNU* | *'with BFD'*)
5885 lt_cv_prog_gnu_ld=yes
5886 ;;
5887*)
5888 lt_cv_prog_gnu_ld=no
5889 ;;
5890esac
5891fi
5892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5893$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5894with_gnu_ld=$lt_cv_prog_gnu_ld
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5905$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5906if test "${lt_cv_path_NM+set}" = set; then :
5907 $as_echo_n "(cached) " >&6
5908else
5909 if test -n "$NM"; then
5910 # Let the user override the test.
5911 lt_cv_path_NM="$NM"
5912else
5913 lt_nm_to_check="${ac_tool_prefix}nm"
5914 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5915 lt_nm_to_check="$lt_nm_to_check nm"
5916 fi
5917 for lt_tmp_nm in $lt_nm_to_check; do
5918 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5919 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5920 IFS="$lt_save_ifs"
5921 test -z "$ac_dir" && ac_dir=.
5922 tmp_nm="$ac_dir/$lt_tmp_nm"
5923 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5924 # Check to see if the nm accepts a BSD-compat flag.
5925 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5926 # nm: unknown option "B" ignored
5927 # Tru64's nm complains that /dev/null is an invalid object file
5928 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5929 */dev/null* | *'Invalid file or object type'*)
5930 lt_cv_path_NM="$tmp_nm -B"
5931 break
5932 ;;
5933 *)
5934 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5935 */dev/null*)
5936 lt_cv_path_NM="$tmp_nm -p"
5937 break
5938 ;;
5939 *)
5940 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5941 continue # so that we can try to find one that supports BSD flags
5942 ;;
5943 esac
5944 ;;
5945 esac
5946 fi
5947 done
5948 IFS="$lt_save_ifs"
5949 done
5950 : ${lt_cv_path_NM=no}
5951fi
5952fi
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5954$as_echo "$lt_cv_path_NM" >&6; }
5955if test "$lt_cv_path_NM" != "no"; then
5956 NM="$lt_cv_path_NM"
5957else
5958 # Didn't find any BSD compatible name lister, look for dumpbin.
5959 if test -n "$DUMPBIN"; then :
5960 # Let the user override the test.
5961 else
5962 if test -n "$ac_tool_prefix"; then
5963 for ac_prog in dumpbin "link -dump"
5964 do
5965 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5966set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5968$as_echo_n "checking for $ac_word... " >&6; }
5969if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5970 $as_echo_n "(cached) " >&6
5971else
5972 if test -n "$DUMPBIN"; then
5973 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5974else
5975as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976for as_dir in $PATH
5977do
5978 IFS=$as_save_IFS
5979 test -z "$as_dir" && as_dir=.
5980 for ac_exec_ext in '' $ac_executable_extensions; do
5981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 break 2
5985 fi
5986done
5987 done
5988IFS=$as_save_IFS
5989
5990fi
5991fi
5992DUMPBIN=$ac_cv_prog_DUMPBIN
5993if test -n "$DUMPBIN"; then
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5995$as_echo "$DUMPBIN" >&6; }
5996else
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5998$as_echo "no" >&6; }
5999fi
6000
6001
6002 test -n "$DUMPBIN" && break
6003 done
6004fi
6005if test -z "$DUMPBIN"; then
6006 ac_ct_DUMPBIN=$DUMPBIN
6007 for ac_prog in dumpbin "link -dump"
6008do
6009 # Extract the first word of "$ac_prog", so it can be a program name with args.
6010set dummy $ac_prog; ac_word=$2
6011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012$as_echo_n "checking for $ac_word... " >&6; }
6013if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6014 $as_echo_n "(cached) " >&6
6015else
6016 if test -n "$ac_ct_DUMPBIN"; then
6017 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6018else
6019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020for as_dir in $PATH
6021do
6022 IFS=$as_save_IFS
6023 test -z "$as_dir" && as_dir=.
6024 for ac_exec_ext in '' $ac_executable_extensions; do
6025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 break 2
6029 fi
6030done
6031 done
6032IFS=$as_save_IFS
6033
6034fi
6035fi
6036ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6037if test -n "$ac_ct_DUMPBIN"; then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6039$as_echo "$ac_ct_DUMPBIN" >&6; }
6040else
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042$as_echo "no" >&6; }
6043fi
6044
6045
6046 test -n "$ac_ct_DUMPBIN" && break
6047done
6048
6049 if test "x$ac_ct_DUMPBIN" = x; then
6050 DUMPBIN=":"
6051 else
6052 case $cross_compiling:$ac_tool_warned in
6053yes:)
6054{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6055$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6056ac_tool_warned=yes ;;
6057esac
6058 DUMPBIN=$ac_ct_DUMPBIN
6059 fi
6060fi
6061
6062 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6063 *COFF*)
6064 DUMPBIN="$DUMPBIN -symbols"
6065 ;;
6066 *)
6067 DUMPBIN=:
6068 ;;
6069 esac
6070 fi
6071
6072 if test "$DUMPBIN" != ":"; then
6073 NM="$DUMPBIN"
6074 fi
6075fi
6076test -z "$NM" && NM=nm
6077
6078
6079
6080
6081
6082
6083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6084$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6085if test "${lt_cv_nm_interface+set}" = set; then :
6086 $as_echo_n "(cached) " >&6
6087else
6088 lt_cv_nm_interface="BSD nm"
6089 echo "int some_variable = 0;" > conftest.$ac_ext
6090 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6091 (eval "$ac_compile" 2>conftest.err)
6092 cat conftest.err >&5
6093 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6094 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6095 cat conftest.err >&5
6096 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6097 cat conftest.out >&5
6098 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6099 lt_cv_nm_interface="MS dumpbin"
6100 fi
6101 rm -f conftest*
6102fi
6103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6104$as_echo "$lt_cv_nm_interface" >&6; }
6105
6106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6107$as_echo_n "checking whether ln -s works... " >&6; }
6108LN_S=$as_ln_s
6109if test "$LN_S" = "ln -s"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6111$as_echo "yes" >&6; }
6112else
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6114$as_echo "no, using $LN_S" >&6; }
6115fi
6116
6117# find the maximum length of command line arguments
6118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6119$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6120if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6121 $as_echo_n "(cached) " >&6
6122else
6123 i=0
6124 teststring="ABCD"
6125
6126 case $build_os in
6127 msdosdjgpp*)
6128 # On DJGPP, this test can blow up pretty badly due to problems in libc
6129 # (any single argument exceeding 2000 bytes causes a buffer overrun
6130 # during glob expansion). Even if it were fixed, the result of this
6131 # check would be larger than it should be.
6132 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6133 ;;
6134
6135 gnu*)
6136 # Under GNU Hurd, this test is not required because there is
6137 # no limit to the length of command line arguments.
6138 # Libtool will interpret -1 as no limit whatsoever
6139 lt_cv_sys_max_cmd_len=-1;
6140 ;;
6141
6142 cygwin* | mingw* | cegcc*)
6143 # On Win9x/ME, this test blows up -- it succeeds, but takes
6144 # about 5 minutes as the teststring grows exponentially.
6145 # Worse, since 9x/ME are not pre-emptively multitasking,
6146 # you end up with a "frozen" computer, even though with patience
6147 # the test eventually succeeds (with a max line length of 256k).
6148 # Instead, let's just punt: use the minimum linelength reported by
6149 # all of the supported platforms: 8192 (on NT/2K/XP).
6150 lt_cv_sys_max_cmd_len=8192;
6151 ;;
6152
6153 mint*)
6154 # On MiNT this can take a long time and run out of memory.
6155 lt_cv_sys_max_cmd_len=8192;
6156 ;;
6157
6158 amigaos*)
6159 # On AmigaOS with pdksh, this test takes hours, literally.
6160 # So we just punt and use a minimum line length of 8192.
6161 lt_cv_sys_max_cmd_len=8192;
6162 ;;
6163
6164 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6165 # This has been around since 386BSD, at least. Likely further.
6166 if test -x /sbin/sysctl; then
6167 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6168 elif test -x /usr/sbin/sysctl; then
6169 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6170 else
6171 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6172 fi
6173 # And add a safety zone
6174 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6175 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6176 ;;
6177
6178 interix*)
6179 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6180 lt_cv_sys_max_cmd_len=196608
6181 ;;
6182
6183 osf*)
6184 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6185 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6186 # nice to cause kernel panics so lets avoid the loop below.
6187 # First set a reasonable default.
6188 lt_cv_sys_max_cmd_len=16384
6189 #
6190 if test -x /sbin/sysconfig; then
6191 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6192 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6193 esac
6194 fi
6195 ;;
6196 sco3.2v5*)
6197 lt_cv_sys_max_cmd_len=102400
6198 ;;
6199 sysv5* | sco5v6* | sysv4.2uw2*)
6200 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6201 if test -n "$kargmax"; then
6202 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6203 else
6204 lt_cv_sys_max_cmd_len=32768
6205 fi
6206 ;;
6207 *)
6208 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6209 if test -n "$lt_cv_sys_max_cmd_len"; then
6210 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6211 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6212 else
6213 # Make teststring a little bigger before we do anything with it.
6214 # a 1K string should be a reasonable start.
6215 for i in 1 2 3 4 5 6 7 8 ; do
6216 teststring=$teststring$teststring
6217 done
6218 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6219 # If test is not a shell built-in, we'll probably end up computing a
6220 # maximum length that is only half of the actual maximum length, but
6221 # we can't tell.
6222 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6223 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6224 test $i != 17 # 1/2 MB should be enough
6225 do
6226 i=`expr $i + 1`
6227 teststring=$teststring$teststring
6228 done
6229 # Only check the string length outside the loop.
6230 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6231 teststring=
6232 # Add a significant safety factor because C++ compilers can tack on
6233 # massive amounts of additional arguments before passing them to the
6234 # linker. It appears as though 1/2 is a usable value.
6235 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6236 fi
6237 ;;
6238 esac
6239
6240fi
6241
6242if test -n $lt_cv_sys_max_cmd_len ; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6244$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6245else
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6247$as_echo "none" >&6; }
6248fi
6249max_cmd_len=$lt_cv_sys_max_cmd_len
6250
6251
6252
6253
6254
6255
6256: ${CP="cp -f"}
6257: ${MV="mv -f"}
6258: ${RM="rm -f"}
6259
6260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6261$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6262# Try some XSI features
6263xsi_shell=no
6264( _lt_dummy="a/b/c"
6265 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6266 = c,a/b,, \
6267 && eval 'test $(( 1 + 1 )) -eq 2 \
6268 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6269 && xsi_shell=yes
6270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6271$as_echo "$xsi_shell" >&6; }
6272
6273
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6275$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6276lt_shell_append=no
6277( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6278 >/dev/null 2>&1 \
6279 && lt_shell_append=yes
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6281$as_echo "$lt_shell_append" >&6; }
6282
6283
6284if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6285 lt_unset=unset
6286else
6287 lt_unset=false
6288fi
6289
6290
6291
6292
6293
6294# test EBCDIC or ASCII
6295case `echo X|tr X '\101'` in
6296 A) # ASCII based system
6297 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6298 lt_SP2NL='tr \040 \012'
6299 lt_NL2SP='tr \015\012 \040\040'
6300 ;;
6301 *) # EBCDIC based system
6302 lt_SP2NL='tr \100 \n'
6303 lt_NL2SP='tr \r\n \100\100'
6304 ;;
6305esac
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6316$as_echo_n "checking for $LD option to reload object files... " >&6; }
6317if test "${lt_cv_ld_reload_flag+set}" = set; then :
6318 $as_echo_n "(cached) " >&6
6319else
6320 lt_cv_ld_reload_flag='-r'
6321fi
6322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6323$as_echo "$lt_cv_ld_reload_flag" >&6; }
6324reload_flag=$lt_cv_ld_reload_flag
6325case $reload_flag in
6326"" | " "*) ;;
6327*) reload_flag=" $reload_flag" ;;
6328esac
6329reload_cmds='$LD$reload_flag -o $output$reload_objs'
6330case $host_os in
6331 darwin*)
6332 if test "$GCC" = yes; then
6333 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6334 else
6335 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6336 fi
6337 ;;
6338esac
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348if test -n "$ac_tool_prefix"; then
6349 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6350set dummy ${ac_tool_prefix}objdump; ac_word=$2
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352$as_echo_n "checking for $ac_word... " >&6; }
6353if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6354 $as_echo_n "(cached) " >&6
6355else
6356 if test -n "$OBJDUMP"; then
6357 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6358else
6359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6360for as_dir in $PATH
6361do
6362 IFS=$as_save_IFS
6363 test -z "$as_dir" && as_dir=.
6364 for ac_exec_ext in '' $ac_executable_extensions; do
6365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6366 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6368 break 2
6369 fi
6370done
6371 done
6372IFS=$as_save_IFS
6373
6374fi
6375fi
6376OBJDUMP=$ac_cv_prog_OBJDUMP
6377if test -n "$OBJDUMP"; then
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6379$as_echo "$OBJDUMP" >&6; }
6380else
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6382$as_echo "no" >&6; }
6383fi
6384
6385
6386fi
6387if test -z "$ac_cv_prog_OBJDUMP"; then
6388 ac_ct_OBJDUMP=$OBJDUMP
6389 # Extract the first word of "objdump", so it can be a program name with args.
6390set dummy objdump; ac_word=$2
6391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392$as_echo_n "checking for $ac_word... " >&6; }
6393if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6394 $as_echo_n "(cached) " >&6
6395else
6396 if test -n "$ac_ct_OBJDUMP"; then
6397 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6398else
6399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400for as_dir in $PATH
6401do
6402 IFS=$as_save_IFS
6403 test -z "$as_dir" && as_dir=.
6404 for ac_exec_ext in '' $ac_executable_extensions; do
6405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6406 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6408 break 2
6409 fi
6410done
6411 done
6412IFS=$as_save_IFS
6413
6414fi
6415fi
6416ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6417if test -n "$ac_ct_OBJDUMP"; then
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6419$as_echo "$ac_ct_OBJDUMP" >&6; }
6420else
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6422$as_echo "no" >&6; }
6423fi
6424
6425 if test "x$ac_ct_OBJDUMP" = x; then
6426 OBJDUMP="false"
6427 else
6428 case $cross_compiling:$ac_tool_warned in
6429yes:)
6430{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6432ac_tool_warned=yes ;;
6433esac
6434 OBJDUMP=$ac_ct_OBJDUMP
6435 fi
6436else
6437 OBJDUMP="$ac_cv_prog_OBJDUMP"
6438fi
6439
6440test -z "$OBJDUMP" && OBJDUMP=objdump
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6451$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6452if test "${lt_cv_deplibs_check_method+set}" = set; then :
6453 $as_echo_n "(cached) " >&6
6454else
6455 lt_cv_file_magic_cmd='$MAGIC_CMD'
6456lt_cv_file_magic_test_file=
6457lt_cv_deplibs_check_method='unknown'
6458# Need to set the preceding variable on all platforms that support
6459# interlibrary dependencies.
6460# 'none' -- dependencies not supported.
6461# `unknown' -- same as none, but documents that we really don't know.
6462# 'pass_all' -- all dependencies passed with no checks.
6463# 'test_compile' -- check by making test program.
6464# 'file_magic [[regex]]' -- check by looking for files in library path
6465# which responds to the $file_magic_cmd with a given extended regex.
6466# If you have `file' or equivalent on your system and you're not sure
6467# whether `pass_all' will *always* work, you probably want this one.
6468
6469case $host_os in
6470aix[4-9]*)
6471 lt_cv_deplibs_check_method=pass_all
6472 ;;
6473
6474beos*)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
6477
6478bsdi[45]*)
6479 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6480 lt_cv_file_magic_cmd='/usr/bin/file -L'
6481 lt_cv_file_magic_test_file=/shlib/libc.so
6482 ;;
6483
6484cygwin*)
6485 # func_win32_libid is a shell function defined in ltmain.sh
6486 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6487 lt_cv_file_magic_cmd='func_win32_libid'
6488 ;;
6489
6490mingw* | pw32*)
6491 # Base MSYS/MinGW do not provide the 'file' command needed by
6492 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6493 # unless we find 'file', for example because we are cross-compiling.
6494 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6495 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6496 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6497 lt_cv_file_magic_cmd='func_win32_libid'
6498 else
6499 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6500 lt_cv_file_magic_cmd='$OBJDUMP -f'
6501 fi
6502 ;;
6503
6504cegcc*)
6505 # use the weaker test based on 'objdump'. See mingw*.
6506 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6507 lt_cv_file_magic_cmd='$OBJDUMP -f'
6508 ;;
6509
6510darwin* | rhapsody*)
6511 lt_cv_deplibs_check_method=pass_all
6512 ;;
6513
6514freebsd* | dragonfly*)
6515 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6516 case $host_cpu in
6517 i*86 )
6518 # Not sure whether the presence of OpenBSD here was a mistake.
6519 # Let's accept both of them until this is cleared up.
6520 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6521 lt_cv_file_magic_cmd=/usr/bin/file
6522 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6523 ;;
6524 esac
6525 else
6526 lt_cv_deplibs_check_method=pass_all
6527 fi
6528 ;;
6529
6530gnu*)
6531 lt_cv_deplibs_check_method=pass_all
6532 ;;
6533
6534haiku*)
6535 lt_cv_deplibs_check_method=pass_all
6536 ;;
6537
6538hpux10.20* | hpux11*)
6539 lt_cv_file_magic_cmd=/usr/bin/file
6540 case $host_cpu in
6541 ia64*)
6542 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6543 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6544 ;;
6545 hppa*64*)
6546 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]'
6547 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6548 ;;
6549 *)
6550 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6551 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6552 ;;
6553 esac
6554 ;;
6555
6556interix[3-9]*)
6557 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6558 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6559 ;;
6560
6561irix5* | irix6* | nonstopux*)
6562 case $LD in
6563 *-32|*"-32 ") libmagic=32-bit;;
6564 *-n32|*"-n32 ") libmagic=N32;;
6565 *-64|*"-64 ") libmagic=64-bit;;
6566 *) libmagic=never-match;;
6567 esac
6568 lt_cv_deplibs_check_method=pass_all
6569 ;;
6570
6571# This must be Linux ELF.
6572linux* | k*bsd*-gnu | kopensolaris*-gnu)
6573 lt_cv_deplibs_check_method=pass_all
6574 ;;
6575
6576netbsd*)
6577 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6578 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6579 else
6580 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6581 fi
6582 ;;
6583
6584newos6*)
6585 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6586 lt_cv_file_magic_cmd=/usr/bin/file
6587 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6588 ;;
6589
6590*nto* | *qnx*)
6591 lt_cv_deplibs_check_method=pass_all
6592 ;;
6593
6594openbsd*)
6595 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6596 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6597 else
6598 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6599 fi
6600 ;;
6601
6602osf3* | osf4* | osf5*)
6603 lt_cv_deplibs_check_method=pass_all
6604 ;;
6605
6606rdos*)
6607 lt_cv_deplibs_check_method=pass_all
6608 ;;
6609
6610solaris*)
6611 lt_cv_deplibs_check_method=pass_all
6612 ;;
6613
6614sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618sysv4 | sysv4.3*)
6619 case $host_vendor in
6620 motorola)
6621 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]'
6622 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6623 ;;
6624 ncr)
6625 lt_cv_deplibs_check_method=pass_all
6626 ;;
6627 sequent)
6628 lt_cv_file_magic_cmd='/bin/file'
6629 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6630 ;;
6631 sni)
6632 lt_cv_file_magic_cmd='/bin/file'
6633 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6634 lt_cv_file_magic_test_file=/lib/libc.so
6635 ;;
6636 siemens)
6637 lt_cv_deplibs_check_method=pass_all
6638 ;;
6639 pc)
6640 lt_cv_deplibs_check_method=pass_all
6641 ;;
6642 esac
6643 ;;
6644
6645tpf*)
6646 lt_cv_deplibs_check_method=pass_all
6647 ;;
6648esac
6649
6650fi
6651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6652$as_echo "$lt_cv_deplibs_check_method" >&6; }
6653file_magic_cmd=$lt_cv_file_magic_cmd
6654deplibs_check_method=$lt_cv_deplibs_check_method
6655test -z "$deplibs_check_method" && deplibs_check_method=unknown
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668if test -n "$ac_tool_prefix"; then
6669 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6670set dummy ${ac_tool_prefix}ar; ac_word=$2
6671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6672$as_echo_n "checking for $ac_word... " >&6; }
6673if test "${ac_cv_prog_AR+set}" = set; then :
6674 $as_echo_n "(cached) " >&6
6675else
6676 if test -n "$AR"; then
6677 ac_cv_prog_AR="$AR" # Let the user override the test.
6678else
6679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6680for as_dir in $PATH
6681do
6682 IFS=$as_save_IFS
6683 test -z "$as_dir" && as_dir=.
6684 for ac_exec_ext in '' $ac_executable_extensions; do
6685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6686 ac_cv_prog_AR="${ac_tool_prefix}ar"
6687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6688 break 2
6689 fi
6690done
6691 done
6692IFS=$as_save_IFS
6693
6694fi
6695fi
6696AR=$ac_cv_prog_AR
6697if test -n "$AR"; then
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6699$as_echo "$AR" >&6; }
6700else
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6702$as_echo "no" >&6; }
6703fi
6704
6705
6706fi
6707if test -z "$ac_cv_prog_AR"; then
6708 ac_ct_AR=$AR
6709 # Extract the first word of "ar", so it can be a program name with args.
6710set dummy ar; ac_word=$2
6711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6712$as_echo_n "checking for $ac_word... " >&6; }
6713if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6714 $as_echo_n "(cached) " >&6
6715else
6716 if test -n "$ac_ct_AR"; then
6717 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6718else
6719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6720for as_dir in $PATH
6721do
6722 IFS=$as_save_IFS
6723 test -z "$as_dir" && as_dir=.
6724 for ac_exec_ext in '' $ac_executable_extensions; do
6725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6726 ac_cv_prog_ac_ct_AR="ar"
6727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6728 break 2
6729 fi
6730done
6731 done
6732IFS=$as_save_IFS
6733
6734fi
6735fi
6736ac_ct_AR=$ac_cv_prog_ac_ct_AR
6737if test -n "$ac_ct_AR"; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6739$as_echo "$ac_ct_AR" >&6; }
6740else
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6742$as_echo "no" >&6; }
6743fi
6744
6745 if test "x$ac_ct_AR" = x; then
6746 AR="false"
6747 else
6748 case $cross_compiling:$ac_tool_warned in
6749yes:)
6750{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6751$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6752ac_tool_warned=yes ;;
6753esac
6754 AR=$ac_ct_AR
6755 fi
6756else
6757 AR="$ac_cv_prog_AR"
6758fi
6759
6760test -z "$AR" && AR=ar
6761test -z "$AR_FLAGS" && AR_FLAGS=cru
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773if test -n "$ac_tool_prefix"; then
6774 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6775set dummy ${ac_tool_prefix}strip; ac_word=$2
6776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777$as_echo_n "checking for $ac_word... " >&6; }
6778if test "${ac_cv_prog_STRIP+set}" = set; then :
6779 $as_echo_n "(cached) " >&6
6780else
6781 if test -n "$STRIP"; then
6782 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6783else
6784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6785for as_dir in $PATH
6786do
6787 IFS=$as_save_IFS
6788 test -z "$as_dir" && as_dir=.
6789 for ac_exec_ext in '' $ac_executable_extensions; do
6790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6791 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6793 break 2
6794 fi
6795done
6796 done
6797IFS=$as_save_IFS
6798
6799fi
6800fi
6801STRIP=$ac_cv_prog_STRIP
6802if test -n "$STRIP"; then
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6804$as_echo "$STRIP" >&6; }
6805else
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807$as_echo "no" >&6; }
6808fi
6809
6810
6811fi
6812if test -z "$ac_cv_prog_STRIP"; then
6813 ac_ct_STRIP=$STRIP
6814 # Extract the first word of "strip", so it can be a program name with args.
6815set dummy strip; ac_word=$2
6816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6817$as_echo_n "checking for $ac_word... " >&6; }
6818if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6819 $as_echo_n "(cached) " >&6
6820else
6821 if test -n "$ac_ct_STRIP"; then
6822 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6823else
6824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6825for as_dir in $PATH
6826do
6827 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do
6830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6831 ac_cv_prog_ac_ct_STRIP="strip"
6832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6833 break 2
6834 fi
6835done
6836 done
6837IFS=$as_save_IFS
6838
6839fi
6840fi
6841ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6842if test -n "$ac_ct_STRIP"; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6844$as_echo "$ac_ct_STRIP" >&6; }
6845else
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6847$as_echo "no" >&6; }
6848fi
6849
6850 if test "x$ac_ct_STRIP" = x; then
6851 STRIP=":"
6852 else
6853 case $cross_compiling:$ac_tool_warned in
6854yes:)
6855{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6856$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6857ac_tool_warned=yes ;;
6858esac
6859 STRIP=$ac_ct_STRIP
6860 fi
6861else
6862 STRIP="$ac_cv_prog_STRIP"
6863fi
6864
6865test -z "$STRIP" && STRIP=:
6866
6867
6868
6869
6870
6871
6872if test -n "$ac_tool_prefix"; then
6873 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6874set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6876$as_echo_n "checking for $ac_word... " >&6; }
6877if test "${ac_cv_prog_RANLIB+set}" = set; then :
6878 $as_echo_n "(cached) " >&6
6879else
6880 if test -n "$RANLIB"; then
6881 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6882else
6883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884for as_dir in $PATH
6885do
6886 IFS=$as_save_IFS
6887 test -z "$as_dir" && as_dir=.
6888 for ac_exec_ext in '' $ac_executable_extensions; do
6889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6890 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6892 break 2
6893 fi
6894done
6895 done
6896IFS=$as_save_IFS
6897
6898fi
6899fi
6900RANLIB=$ac_cv_prog_RANLIB
6901if test -n "$RANLIB"; then
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6903$as_echo "$RANLIB" >&6; }
6904else
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6906$as_echo "no" >&6; }
6907fi
6908
6909
6910fi
6911if test -z "$ac_cv_prog_RANLIB"; then
6912 ac_ct_RANLIB=$RANLIB
6913 # Extract the first word of "ranlib", so it can be a program name with args.
6914set dummy ranlib; ac_word=$2
6915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6916$as_echo_n "checking for $ac_word... " >&6; }
6917if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6918 $as_echo_n "(cached) " >&6
6919else
6920 if test -n "$ac_ct_RANLIB"; then
6921 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6922else
6923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924for as_dir in $PATH
6925do
6926 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6930 ac_cv_prog_ac_ct_RANLIB="ranlib"
6931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6932 break 2
6933 fi
6934done
6935 done
6936IFS=$as_save_IFS
6937
6938fi
6939fi
6940ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6941if test -n "$ac_ct_RANLIB"; then
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6943$as_echo "$ac_ct_RANLIB" >&6; }
6944else
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6946$as_echo "no" >&6; }
6947fi
6948
6949 if test "x$ac_ct_RANLIB" = x; then
6950 RANLIB=":"
6951 else
6952 case $cross_compiling:$ac_tool_warned in
6953yes:)
6954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6956ac_tool_warned=yes ;;
6957esac
6958 RANLIB=$ac_ct_RANLIB
6959 fi
6960else
6961 RANLIB="$ac_cv_prog_RANLIB"
6962fi
6963
6964test -z "$RANLIB" && RANLIB=:
6965
6966
6967
6968
6969
6970
6971# Determine commands to create old-style static archives.
6972old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6973old_postinstall_cmds='chmod 644 $oldlib'
6974old_postuninstall_cmds=
6975
6976if test -n "$RANLIB"; then
6977 case $host_os in
6978 openbsd*)
6979 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6980 ;;
6981 *)
6982 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6983 ;;
6984 esac
6985 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6986fi
6987
6988case $host_os in
6989 darwin*)
6990 lock_old_archive_extraction=yes ;;
6991 *)
6992 lock_old_archive_extraction=no ;;
6993esac
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015for ac_prog in gawk mawk nawk awk
7016do
7017 # Extract the first word of "$ac_prog", so it can be a program name with args.
7018set dummy $ac_prog; ac_word=$2
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7020$as_echo_n "checking for $ac_word... " >&6; }
7021if test "${ac_cv_prog_AWK+set}" = set; then :
7022 $as_echo_n "(cached) " >&6
7023else
7024 if test -n "$AWK"; then
7025 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7026else
7027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7028for as_dir in $PATH
7029do
7030 IFS=$as_save_IFS
7031 test -z "$as_dir" && as_dir=.
7032 for ac_exec_ext in '' $ac_executable_extensions; do
7033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7034 ac_cv_prog_AWK="$ac_prog"
7035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7036 break 2
7037 fi
7038done
7039 done
7040IFS=$as_save_IFS
7041
7042fi
7043fi
7044AWK=$ac_cv_prog_AWK
7045if test -n "$AWK"; then
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7047$as_echo "$AWK" >&6; }
7048else
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7050$as_echo "no" >&6; }
7051fi
7052
7053
7054 test -n "$AWK" && break
7055done
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075# If no C compiler was specified, use CC.
7076LTCC=${LTCC-"$CC"}
7077
7078# If no C compiler flags were specified, use CFLAGS.
7079LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7080
7081# Allow CC to be a program name with arguments.
7082compiler=$CC
7083
7084
7085# Check for command to grab the raw symbol name followed by C symbol from nm.
7086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7087$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7088if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7089 $as_echo_n "(cached) " >&6
7090else
7091
7092# These are sane defaults that work on at least a few old systems.
7093# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7094
7095# Character class describing NM global symbol codes.
7096symcode='[BCDEGRST]'
7097
7098# Regexp to match symbols that can be accessed directly from C.
7099sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7100
7101# Define system-specific variables.
7102case $host_os in
7103aix*)
7104 symcode='[BCDT]'
7105 ;;
7106cygwin* | mingw* | pw32* | cegcc*)
7107 symcode='[ABCDGISTW]'
7108 ;;
7109hpux*)
7110 if test "$host_cpu" = ia64; then
7111 symcode='[ABCDEGRST]'
7112 fi
7113 ;;
7114irix* | nonstopux*)
7115 symcode='[BCDEGRST]'
7116 ;;
7117osf*)
7118 symcode='[BCDEGQRST]'
7119 ;;
7120solaris*)
7121 symcode='[BDRT]'
7122 ;;
7123sco3.2v5*)
7124 symcode='[DT]'
7125 ;;
7126sysv4.2uw2*)
7127 symcode='[DT]'
7128 ;;
7129sysv5* | sco5v6* | unixware* | OpenUNIX*)
7130 symcode='[ABDT]'
7131 ;;
7132sysv4)
7133 symcode='[DFNSTU]'
7134 ;;
7135esac
7136
7137# If we're using GNU nm, then use its standard symbol codes.
7138case `$NM -V 2>&1` in
7139*GNU* | *'with BFD'*)
7140 symcode='[ABCDGIRSTW]' ;;
7141esac
7142
7143# Transform an extracted symbol line into a proper C declaration.
7144# Some systems (esp. on ia64) link data and code symbols differently,
7145# so use this general approach.
7146lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7147
7148# Transform an extracted symbol line into symbol name and symbol address
7149lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7150lt_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'"
7151
7152# Handle CRLF in mingw tool chain
7153opt_cr=
7154case $build_os in
7155mingw*)
7156 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7157 ;;
7158esac
7159
7160# Try without a prefix underscore, then with it.
7161for ac_symprfx in "" "_"; do
7162
7163 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7164 symxfrm="\\1 $ac_symprfx\\2 \\2"
7165
7166 # Write the raw and C identifiers.
7167 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7168 # Fake it for dumpbin and say T for any non-static function
7169 # and D for any global variable.
7170 # Also find C++ and __fastcall symbols from MSVC++,
7171 # which start with @ or ?.
7172 lt_cv_sys_global_symbol_pipe="$AWK '"\
7173" {last_section=section; section=\$ 3};"\
7174" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7175" \$ 0!~/External *\|/{next};"\
7176" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7177" {if(hide[section]) next};"\
7178" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7179" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7180" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7181" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7182" ' prfx=^$ac_symprfx"
7183 else
7184 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7185 fi
7186
7187 # Check to see that the pipe works correctly.
7188 pipe_works=no
7189
7190 rm -f conftest*
7191 cat > conftest.$ac_ext <<_LT_EOF
7192#ifdef __cplusplus
7193extern "C" {
7194#endif
7195char nm_test_var;
7196void nm_test_func(void);
7197void nm_test_func(void){}
7198#ifdef __cplusplus
7199}
7200#endif
7201int main(){nm_test_var='a';nm_test_func();return(0);}
7202_LT_EOF
7203
7204 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7205 (eval $ac_compile) 2>&5
7206 ac_status=$?
7207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7208 test $ac_status = 0; }; then
7209 # Now try to grab the symbols.
7210 nlist=conftest.nm
7211 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7212 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7213 ac_status=$?
7214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7215 test $ac_status = 0; } && test -s "$nlist"; then
7216 # Try sorting and uniquifying the output.
7217 if sort "$nlist" | uniq > "$nlist"T; then
7218 mv -f "$nlist"T "$nlist"
7219 else
7220 rm -f "$nlist"T
7221 fi
7222
7223 # Make sure that we snagged all the symbols we need.
7224 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7225 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7226 cat <<_LT_EOF > conftest.$ac_ext
7227#ifdef __cplusplus
7228extern "C" {
7229#endif
7230
7231_LT_EOF
7232 # Now generate the symbol file.
7233 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7234
7235 cat <<_LT_EOF >> conftest.$ac_ext
7236
7237/* The mapping between symbol names and symbols. */
7238const struct {
7239 const char *name;
7240 void *address;
7241}
7242lt__PROGRAM__LTX_preloaded_symbols[] =
7243{
7244 { "@PROGRAM@", (void *) 0 },
7245_LT_EOF
7246 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7247 cat <<\_LT_EOF >> conftest.$ac_ext
7248 {0, (void *) 0}
7249};
7250
7251/* This works around a problem in FreeBSD linker */
7252#ifdef FREEBSD_WORKAROUND
7253static const void *lt_preloaded_setup() {
7254 return lt__PROGRAM__LTX_preloaded_symbols;
7255}
7256#endif
7257
7258#ifdef __cplusplus
7259}
7260#endif
7261_LT_EOF
7262 # Now try linking the two files.
7263 mv conftest.$ac_objext conftstm.$ac_objext
7264 lt_save_LIBS="$LIBS"
7265 lt_save_CFLAGS="$CFLAGS"
7266 LIBS="conftstm.$ac_objext"
7267 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7268 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7269 (eval $ac_link) 2>&5
7270 ac_status=$?
7271 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7272 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7273 pipe_works=yes
7274 fi
7275 LIBS="$lt_save_LIBS"
7276 CFLAGS="$lt_save_CFLAGS"
7277 else
7278 echo "cannot find nm_test_func in $nlist" >&5
7279 fi
7280 else
7281 echo "cannot find nm_test_var in $nlist" >&5
7282 fi
7283 else
7284 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7285 fi
7286 else
7287 echo "$progname: failed program was:" >&5
7288 cat conftest.$ac_ext >&5
7289 fi
7290 rm -rf conftest* conftst*
7291
7292 # Do not use the global_symbol_pipe unless it works.
7293 if test "$pipe_works" = yes; then
7294 break
7295 else
7296 lt_cv_sys_global_symbol_pipe=
7297 fi
7298done
7299
7300fi
7301
7302if test -z "$lt_cv_sys_global_symbol_pipe"; then
7303 lt_cv_sys_global_symbol_to_cdecl=
7304fi
7305if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7307$as_echo "failed" >&6; }
7308else
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7310$as_echo "ok" >&6; }
7311fi
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334# Check whether --enable-libtool-lock was given.
7335if test "${enable_libtool_lock+set}" = set; then :
7336 enableval=$enable_libtool_lock;
7337fi
7338
7339test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7340
7341# Some flags need to be propagated to the compiler or linker for good
7342# libtool support.
7343case $host in
7344ia64-*-hpux*)
7345 # Find out which ABI we are using.
7346 echo 'int i;' > conftest.$ac_ext
7347 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7348 (eval $ac_compile) 2>&5
7349 ac_status=$?
7350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7351 test $ac_status = 0; }; then
7352 case `/usr/bin/file conftest.$ac_objext` in
7353 *ELF-32*)
7354 HPUX_IA64_MODE="32"
7355 ;;
7356 *ELF-64*)
7357 HPUX_IA64_MODE="64"
7358 ;;
7359 esac
7360 fi
7361 rm -rf conftest*
7362 ;;
7363*-*-irix6*)
7364 # Find out which ABI we are using.
7365 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7366 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7367 (eval $ac_compile) 2>&5
7368 ac_status=$?
7369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7370 test $ac_status = 0; }; then
7371 if test "$lt_cv_prog_gnu_ld" = yes; then
7372 case `/usr/bin/file conftest.$ac_objext` in
7373 *32-bit*)
7374 LD="${LD-ld} -melf32bsmip"
7375 ;;
7376 *N32*)
7377 LD="${LD-ld} -melf32bmipn32"
7378 ;;
7379 *64-bit*)
7380 LD="${LD-ld} -melf64bmip"
7381 ;;
7382 esac
7383 else
7384 case `/usr/bin/file conftest.$ac_objext` in
7385 *32-bit*)
7386 LD="${LD-ld} -32"
7387 ;;
7388 *N32*)
7389 LD="${LD-ld} -n32"
7390 ;;
7391 *64-bit*)
7392 LD="${LD-ld} -64"
7393 ;;
7394 esac
7395 fi
7396 fi
7397 rm -rf conftest*
7398 ;;
7399
bf3d9781 7400x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7401s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7402 # Find out which ABI we are using.
7403 echo 'int i;' > conftest.$ac_ext
7404 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7405 (eval $ac_compile) 2>&5
7406 ac_status=$?
7407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7408 test $ac_status = 0; }; then
7409 case `/usr/bin/file conftest.o` in
7410 *32-bit*)
7411 case $host in
7412 x86_64-*kfreebsd*-gnu)
7413 LD="${LD-ld} -m elf_i386_fbsd"
7414 ;;
7415 x86_64-*linux*)
7416 case `/usr/bin/file conftest.o` in
7417 *x86-64*)
7418 LD="${LD-ld} -m elf32_x86_64"
7419 ;;
7420 *)
7421 LD="${LD-ld} -m elf_i386"
7422 ;;
7423 esac
7424 ;;
bf3d9781
AM
7425 powerpc64le-*linux*)
7426 LD="${LD-ld} -m elf32lppclinux"
7427 ;;
7428 powerpc64-*linux*)
6bb11ab3
L
7429 LD="${LD-ld} -m elf32ppclinux"
7430 ;;
7431 s390x-*linux*)
7432 LD="${LD-ld} -m elf_s390"
7433 ;;
7434 sparc64-*linux*)
7435 LD="${LD-ld} -m elf32_sparc"
7436 ;;
7437 esac
7438 ;;
7439 *64-bit*)
7440 case $host in
7441 x86_64-*kfreebsd*-gnu)
7442 LD="${LD-ld} -m elf_x86_64_fbsd"
7443 ;;
7444 x86_64-*linux*)
7445 LD="${LD-ld} -m elf_x86_64"
7446 ;;
bf3d9781
AM
7447 powerpcle-*linux*)
7448 LD="${LD-ld} -m elf64lppc"
7449 ;;
7450 powerpc-*linux*)
6bb11ab3
L
7451 LD="${LD-ld} -m elf64ppc"
7452 ;;
7453 s390*-*linux*|s390*-*tpf*)
7454 LD="${LD-ld} -m elf64_s390"
7455 ;;
7456 sparc*-*linux*)
7457 LD="${LD-ld} -m elf64_sparc"
7458 ;;
7459 esac
7460 ;;
7461 esac
7462 fi
7463 rm -rf conftest*
7464 ;;
7465
7466*-*-sco3.2v5*)
7467 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7468 SAVE_CFLAGS="$CFLAGS"
7469 CFLAGS="$CFLAGS -belf"
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7471$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7472if test "${lt_cv_cc_needs_belf+set}" = set; then :
7473 $as_echo_n "(cached) " >&6
7474else
7475 ac_ext=c
7476ac_cpp='$CPP $CPPFLAGS'
7477ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7478ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7479ac_compiler_gnu=$ac_cv_c_compiler_gnu
7480
7481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7482/* end confdefs.h. */
7483
7484int
7485main ()
7486{
7487
7488 ;
7489 return 0;
7490}
7491_ACEOF
7492if ac_fn_c_try_link "$LINENO"; then :
7493 lt_cv_cc_needs_belf=yes
7494else
7495 lt_cv_cc_needs_belf=no
7496fi
7497rm -f core conftest.err conftest.$ac_objext \
7498 conftest$ac_exeext conftest.$ac_ext
7499 ac_ext=c
7500ac_cpp='$CPP $CPPFLAGS'
7501ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7502ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7503ac_compiler_gnu=$ac_cv_c_compiler_gnu
7504
7505fi
7506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7507$as_echo "$lt_cv_cc_needs_belf" >&6; }
7508 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7509 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7510 CFLAGS="$SAVE_CFLAGS"
7511 fi
7512 ;;
7513sparc*-*solaris*)
7514 # Find out which ABI we are using.
7515 echo 'int i;' > conftest.$ac_ext
7516 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7517 (eval $ac_compile) 2>&5
7518 ac_status=$?
7519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7520 test $ac_status = 0; }; then
7521 case `/usr/bin/file conftest.o` in
7522 *64-bit*)
7523 case $lt_cv_prog_gnu_ld in
7524 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7525 *)
7526 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7527 LD="${LD-ld} -64"
7528 fi
7529 ;;
7530 esac
7531 ;;
7532 esac
7533 fi
7534 rm -rf conftest*
7535 ;;
7536esac
7537
7538need_locks="$enable_libtool_lock"
7539
7540
7541 case $host_os in
7542 rhapsody* | darwin*)
7543 if test -n "$ac_tool_prefix"; then
7544 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7545set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7547$as_echo_n "checking for $ac_word... " >&6; }
7548if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7549 $as_echo_n "(cached) " >&6
7550else
7551 if test -n "$DSYMUTIL"; then
7552 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7553else
7554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7555for as_dir in $PATH
7556do
7557 IFS=$as_save_IFS
7558 test -z "$as_dir" && as_dir=.
7559 for ac_exec_ext in '' $ac_executable_extensions; do
7560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7561 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7563 break 2
7564 fi
7565done
7566 done
7567IFS=$as_save_IFS
7568
7569fi
7570fi
7571DSYMUTIL=$ac_cv_prog_DSYMUTIL
7572if test -n "$DSYMUTIL"; then
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7574$as_echo "$DSYMUTIL" >&6; }
7575else
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7577$as_echo "no" >&6; }
7578fi
7579
7580
7581fi
7582if test -z "$ac_cv_prog_DSYMUTIL"; then
7583 ac_ct_DSYMUTIL=$DSYMUTIL
7584 # Extract the first word of "dsymutil", so it can be a program name with args.
7585set dummy dsymutil; ac_word=$2
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7587$as_echo_n "checking for $ac_word... " >&6; }
7588if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7589 $as_echo_n "(cached) " >&6
7590else
7591 if test -n "$ac_ct_DSYMUTIL"; then
7592 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7593else
7594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7595for as_dir in $PATH
7596do
7597 IFS=$as_save_IFS
7598 test -z "$as_dir" && as_dir=.
7599 for ac_exec_ext in '' $ac_executable_extensions; do
7600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7601 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7603 break 2
7604 fi
7605done
7606 done
7607IFS=$as_save_IFS
7608
7609fi
7610fi
7611ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7612if test -n "$ac_ct_DSYMUTIL"; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7614$as_echo "$ac_ct_DSYMUTIL" >&6; }
7615else
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7617$as_echo "no" >&6; }
7618fi
7619
7620 if test "x$ac_ct_DSYMUTIL" = x; then
7621 DSYMUTIL=":"
7622 else
7623 case $cross_compiling:$ac_tool_warned in
7624yes:)
7625{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7626$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7627ac_tool_warned=yes ;;
7628esac
7629 DSYMUTIL=$ac_ct_DSYMUTIL
7630 fi
7631else
7632 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7633fi
7634
7635 if test -n "$ac_tool_prefix"; then
7636 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7637set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639$as_echo_n "checking for $ac_word... " >&6; }
7640if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7641 $as_echo_n "(cached) " >&6
7642else
7643 if test -n "$NMEDIT"; then
7644 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7645else
7646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647for as_dir in $PATH
7648do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7653 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7655 break 2
7656 fi
7657done
7658 done
7659IFS=$as_save_IFS
7660
7661fi
7662fi
7663NMEDIT=$ac_cv_prog_NMEDIT
7664if test -n "$NMEDIT"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7666$as_echo "$NMEDIT" >&6; }
7667else
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669$as_echo "no" >&6; }
7670fi
7671
7672
7673fi
7674if test -z "$ac_cv_prog_NMEDIT"; then
7675 ac_ct_NMEDIT=$NMEDIT
7676 # Extract the first word of "nmedit", so it can be a program name with args.
7677set dummy nmedit; ac_word=$2
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679$as_echo_n "checking for $ac_word... " >&6; }
7680if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7681 $as_echo_n "(cached) " >&6
7682else
7683 if test -n "$ac_ct_NMEDIT"; then
7684 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7685else
7686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687for as_dir in $PATH
7688do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7693 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7695 break 2
7696 fi
7697done
7698 done
7699IFS=$as_save_IFS
7700
7701fi
7702fi
7703ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7704if test -n "$ac_ct_NMEDIT"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7706$as_echo "$ac_ct_NMEDIT" >&6; }
7707else
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709$as_echo "no" >&6; }
7710fi
7711
7712 if test "x$ac_ct_NMEDIT" = x; then
7713 NMEDIT=":"
7714 else
7715 case $cross_compiling:$ac_tool_warned in
7716yes:)
7717{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7718$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7719ac_tool_warned=yes ;;
7720esac
7721 NMEDIT=$ac_ct_NMEDIT
7722 fi
7723else
7724 NMEDIT="$ac_cv_prog_NMEDIT"
7725fi
7726
7727 if test -n "$ac_tool_prefix"; then
7728 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7729set dummy ${ac_tool_prefix}lipo; ac_word=$2
7730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7731$as_echo_n "checking for $ac_word... " >&6; }
7732if test "${ac_cv_prog_LIPO+set}" = set; then :
7733 $as_echo_n "(cached) " >&6
7734else
7735 if test -n "$LIPO"; then
7736 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7737else
7738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7739for as_dir in $PATH
7740do
7741 IFS=$as_save_IFS
7742 test -z "$as_dir" && as_dir=.
7743 for ac_exec_ext in '' $ac_executable_extensions; do
7744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7745 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7747 break 2
7748 fi
7749done
7750 done
7751IFS=$as_save_IFS
7752
7753fi
7754fi
7755LIPO=$ac_cv_prog_LIPO
7756if test -n "$LIPO"; then
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7758$as_echo "$LIPO" >&6; }
7759else
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7761$as_echo "no" >&6; }
7762fi
7763
7764
7765fi
7766if test -z "$ac_cv_prog_LIPO"; then
7767 ac_ct_LIPO=$LIPO
7768 # Extract the first word of "lipo", so it can be a program name with args.
7769set dummy lipo; ac_word=$2
7770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7771$as_echo_n "checking for $ac_word... " >&6; }
7772if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7773 $as_echo_n "(cached) " >&6
7774else
7775 if test -n "$ac_ct_LIPO"; then
7776 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7777else
7778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7779for as_dir in $PATH
7780do
7781 IFS=$as_save_IFS
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7785 ac_cv_prog_ac_ct_LIPO="lipo"
7786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7787 break 2
7788 fi
7789done
7790 done
7791IFS=$as_save_IFS
7792
7793fi
7794fi
7795ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7796if test -n "$ac_ct_LIPO"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7798$as_echo "$ac_ct_LIPO" >&6; }
7799else
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7801$as_echo "no" >&6; }
7802fi
7803
7804 if test "x$ac_ct_LIPO" = x; then
7805 LIPO=":"
7806 else
7807 case $cross_compiling:$ac_tool_warned in
7808yes:)
7809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7811ac_tool_warned=yes ;;
7812esac
7813 LIPO=$ac_ct_LIPO
7814 fi
7815else
7816 LIPO="$ac_cv_prog_LIPO"
7817fi
7818
7819 if test -n "$ac_tool_prefix"; then
7820 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7821set dummy ${ac_tool_prefix}otool; ac_word=$2
7822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7823$as_echo_n "checking for $ac_word... " >&6; }
7824if test "${ac_cv_prog_OTOOL+set}" = set; then :
7825 $as_echo_n "(cached) " >&6
7826else
7827 if test -n "$OTOOL"; then
7828 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7829else
7830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7831for as_dir in $PATH
7832do
7833 IFS=$as_save_IFS
7834 test -z "$as_dir" && as_dir=.
7835 for ac_exec_ext in '' $ac_executable_extensions; do
7836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7837 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7839 break 2
7840 fi
7841done
7842 done
7843IFS=$as_save_IFS
7844
7845fi
7846fi
7847OTOOL=$ac_cv_prog_OTOOL
7848if test -n "$OTOOL"; then
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7850$as_echo "$OTOOL" >&6; }
7851else
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7853$as_echo "no" >&6; }
7854fi
7855
7856
7857fi
7858if test -z "$ac_cv_prog_OTOOL"; then
7859 ac_ct_OTOOL=$OTOOL
7860 # Extract the first word of "otool", so it can be a program name with args.
7861set dummy otool; ac_word=$2
7862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7863$as_echo_n "checking for $ac_word... " >&6; }
7864if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7865 $as_echo_n "(cached) " >&6
7866else
7867 if test -n "$ac_ct_OTOOL"; then
7868 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7869else
7870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7871for as_dir in $PATH
7872do
7873 IFS=$as_save_IFS
7874 test -z "$as_dir" && as_dir=.
7875 for ac_exec_ext in '' $ac_executable_extensions; do
7876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7877 ac_cv_prog_ac_ct_OTOOL="otool"
7878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7879 break 2
7880 fi
7881done
7882 done
7883IFS=$as_save_IFS
7884
7885fi
7886fi
7887ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7888if test -n "$ac_ct_OTOOL"; then
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7890$as_echo "$ac_ct_OTOOL" >&6; }
7891else
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893$as_echo "no" >&6; }
7894fi
7895
7896 if test "x$ac_ct_OTOOL" = x; then
7897 OTOOL=":"
7898 else
7899 case $cross_compiling:$ac_tool_warned in
7900yes:)
7901{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7902$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7903ac_tool_warned=yes ;;
7904esac
7905 OTOOL=$ac_ct_OTOOL
7906 fi
7907else
7908 OTOOL="$ac_cv_prog_OTOOL"
7909fi
7910
7911 if test -n "$ac_tool_prefix"; then
7912 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7913set dummy ${ac_tool_prefix}otool64; ac_word=$2
7914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7915$as_echo_n "checking for $ac_word... " >&6; }
7916if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7917 $as_echo_n "(cached) " >&6
7918else
7919 if test -n "$OTOOL64"; then
7920 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7921else
7922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7923for as_dir in $PATH
7924do
7925 IFS=$as_save_IFS
7926 test -z "$as_dir" && as_dir=.
7927 for ac_exec_ext in '' $ac_executable_extensions; do
7928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7929 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7931 break 2
7932 fi
7933done
7934 done
7935IFS=$as_save_IFS
7936
7937fi
7938fi
7939OTOOL64=$ac_cv_prog_OTOOL64
7940if test -n "$OTOOL64"; then
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7942$as_echo "$OTOOL64" >&6; }
7943else
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7945$as_echo "no" >&6; }
7946fi
7947
7948
7949fi
7950if test -z "$ac_cv_prog_OTOOL64"; then
7951 ac_ct_OTOOL64=$OTOOL64
7952 # Extract the first word of "otool64", so it can be a program name with args.
7953set dummy otool64; ac_word=$2
7954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7955$as_echo_n "checking for $ac_word... " >&6; }
7956if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7957 $as_echo_n "(cached) " >&6
7958else
7959 if test -n "$ac_ct_OTOOL64"; then
7960 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7961else
7962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7963for as_dir in $PATH
7964do
7965 IFS=$as_save_IFS
7966 test -z "$as_dir" && as_dir=.
7967 for ac_exec_ext in '' $ac_executable_extensions; do
7968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7969 ac_cv_prog_ac_ct_OTOOL64="otool64"
7970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7971 break 2
7972 fi
7973done
7974 done
7975IFS=$as_save_IFS
7976
7977fi
7978fi
7979ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7980if test -n "$ac_ct_OTOOL64"; then
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7982$as_echo "$ac_ct_OTOOL64" >&6; }
7983else
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7985$as_echo "no" >&6; }
7986fi
7987
7988 if test "x$ac_ct_OTOOL64" = x; then
7989 OTOOL64=":"
7990 else
7991 case $cross_compiling:$ac_tool_warned in
7992yes:)
7993{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7994$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7995ac_tool_warned=yes ;;
7996esac
7997 OTOOL64=$ac_ct_OTOOL64
7998 fi
7999else
8000 OTOOL64="$ac_cv_prog_OTOOL64"
8001fi
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8030$as_echo_n "checking for -single_module linker flag... " >&6; }
8031if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8032 $as_echo_n "(cached) " >&6
8033else
8034 lt_cv_apple_cc_single_mod=no
8035 if test -z "${LT_MULTI_MODULE}"; then
8036 # By default we will add the -single_module flag. You can override
8037 # by either setting the environment variable LT_MULTI_MODULE
8038 # non-empty at configure time, or by adding -multi_module to the
8039 # link flags.
8040 rm -rf libconftest.dylib*
8041 echo "int foo(void){return 1;}" > conftest.c
8042 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8043-dynamiclib -Wl,-single_module conftest.c" >&5
8044 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8045 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8046 _lt_result=$?
8047 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8048 lt_cv_apple_cc_single_mod=yes
8049 else
8050 cat conftest.err >&5
8051 fi
8052 rm -rf libconftest.dylib*
8053 rm -f conftest.*
8054 fi
8055fi
8056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8057$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8059$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8060if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8061 $as_echo_n "(cached) " >&6
8062else
8063 lt_cv_ld_exported_symbols_list=no
8064 save_LDFLAGS=$LDFLAGS
8065 echo "_main" > conftest.sym
8066 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8068/* end confdefs.h. */
8069
8070int
8071main ()
8072{
8073
8074 ;
8075 return 0;
8076}
8077_ACEOF
8078if ac_fn_c_try_link "$LINENO"; then :
8079 lt_cv_ld_exported_symbols_list=yes
8080else
8081 lt_cv_ld_exported_symbols_list=no
8082fi
8083rm -f core conftest.err conftest.$ac_objext \
8084 conftest$ac_exeext conftest.$ac_ext
8085 LDFLAGS="$save_LDFLAGS"
8086
8087fi
8088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8089$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8091$as_echo_n "checking for -force_load linker flag... " >&6; }
8092if test "${lt_cv_ld_force_load+set}" = set; then :
8093 $as_echo_n "(cached) " >&6
8094else
8095 lt_cv_ld_force_load=no
8096 cat > conftest.c << _LT_EOF
8097int forced_loaded() { return 2;}
8098_LT_EOF
8099 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8100 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8101 echo "$AR cru libconftest.a conftest.o" >&5
8102 $AR cru libconftest.a conftest.o 2>&5
8103 cat > conftest.c << _LT_EOF
8104int main() { return 0;}
8105_LT_EOF
8106 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8107 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8108 _lt_result=$?
8109 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8110 lt_cv_ld_force_load=yes
8111 else
8112 cat conftest.err >&5
8113 fi
8114 rm -f conftest.err libconftest.a conftest conftest.c
8115 rm -rf conftest.dSYM
8116
8117fi
8118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8119$as_echo "$lt_cv_ld_force_load" >&6; }
8120 case $host_os in
8121 rhapsody* | darwin1.[012])
8122 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8123 darwin1.*)
8124 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8125 darwin*) # darwin 5.x on
8126 # if running on 10.5 or later, the deployment target defaults
8127 # to the OS version, if on x86, and 10.4, the deployment
8128 # target defaults to 10.4. Don't you love it?
8129 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8130 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8131 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8132 10.[012][,.]*)
6bb11ab3
L
8133 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8134 10.*)
8135 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8136 esac
8137 ;;
8138 esac
8139 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8140 _lt_dar_single_mod='$single_module'
8141 fi
8142 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8143 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8144 else
8145 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8146 fi
8147 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8148 _lt_dsymutil='~$DSYMUTIL $lib || :'
8149 else
8150 _lt_dsymutil=
8151 fi
8152 ;;
8153 esac
8154
8155for ac_header in dlfcn.h
8156do :
8157 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8158"
8159if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8160 cat >>confdefs.h <<_ACEOF
8161#define HAVE_DLFCN_H 1
8162_ACEOF
8163
8164fi
8165
8166done
8167
8168
8169
8170# autoconf.info says this should be called right after AC_INIT.
8171ac_config_headers="$ac_config_headers config.h:config.in"
8172
8173
8174
8175
8176
8177
8178# Put a plausible default for CC_FOR_BUILD in Makefile.
8179if test "x$cross_compiling" = "xno"; then
8180 CC_FOR_BUILD='$(CC)'
8181else
8182 CC_FOR_BUILD=gcc
8183fi
8184
8185
8186
8187
8188AR=${AR-ar}
8189
8190if test -n "$ac_tool_prefix"; then
8191 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8192set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8194$as_echo_n "checking for $ac_word... " >&6; }
8195if test "${ac_cv_prog_RANLIB+set}" = set; then :
8196 $as_echo_n "(cached) " >&6
8197else
8198 if test -n "$RANLIB"; then
8199 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8200else
8201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8202for as_dir in $PATH
8203do
8204 IFS=$as_save_IFS
8205 test -z "$as_dir" && as_dir=.
8206 for ac_exec_ext in '' $ac_executable_extensions; do
8207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8208 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8210 break 2
8211 fi
8212done
8213 done
8214IFS=$as_save_IFS
8215
8216fi
8217fi
8218RANLIB=$ac_cv_prog_RANLIB
8219if test -n "$RANLIB"; then
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8221$as_echo "$RANLIB" >&6; }
8222else
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8224$as_echo "no" >&6; }
8225fi
8226
8227
8228fi
8229if test -z "$ac_cv_prog_RANLIB"; then
8230 ac_ct_RANLIB=$RANLIB
8231 # Extract the first word of "ranlib", so it can be a program name with args.
8232set dummy ranlib; ac_word=$2
8233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8234$as_echo_n "checking for $ac_word... " >&6; }
8235if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8236 $as_echo_n "(cached) " >&6
8237else
8238 if test -n "$ac_ct_RANLIB"; then
8239 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8240else
8241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8242for as_dir in $PATH
8243do
8244 IFS=$as_save_IFS
8245 test -z "$as_dir" && as_dir=.
8246 for ac_exec_ext in '' $ac_executable_extensions; do
8247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8248 ac_cv_prog_ac_ct_RANLIB="ranlib"
8249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8250 break 2
8251 fi
8252done
8253 done
8254IFS=$as_save_IFS
8255
8256fi
8257fi
8258ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8259if test -n "$ac_ct_RANLIB"; then
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8261$as_echo "$ac_ct_RANLIB" >&6; }
8262else
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8264$as_echo "no" >&6; }
8265fi
8266
8267 if test "x$ac_ct_RANLIB" = x; then
8268 RANLIB=":"
8269 else
8270 case $cross_compiling:$ac_tool_warned in
8271yes:)
8272{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8273$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8274ac_tool_warned=yes ;;
8275esac
8276 RANLIB=$ac_ct_RANLIB
8277 fi
8278else
8279 RANLIB="$ac_cv_prog_RANLIB"
8280fi
8281
8282
ae7d0cac
MF
8283
8284
6bb11ab3
L
8285# Some of the common include files depend on bfd.h, and bfd.h checks
8286# that config.h is included first by testing that the PACKAGE macro
8287# is defined.
8288PACKAGE=sim
8289
8290cat >>confdefs.h <<_ACEOF
8291#define PACKAGE "$PACKAGE"
8292_ACEOF
8293
8294
8295
8296# Dependency checking.
8297ac_config_commands="$ac_config_commands depdir"
8298
8299
8300depcc="$CC" am_compiler_list=
8301
8302am_depcomp=$ac_aux_dir/depcomp
8303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8304$as_echo_n "checking dependency style of $depcc... " >&6; }
8305if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8306 $as_echo_n "(cached) " >&6
8307else
8308 if test -f "$am_depcomp"; then
8309 # We make a subdir and do the tests there. Otherwise we can end up
8310 # making bogus files that we don't know about and never remove. For
8311 # instance it was reported that on HP-UX the gcc test will end up
8312 # making a dummy file named `D' -- because `-MD' means `put the output
8313 # in D'.
8314 mkdir conftest.dir
8315 # Copy depcomp to subdir because otherwise we won't find it if we're
8316 # using a relative directory.
8317 cp "$am_depcomp" conftest.dir
8318 cd conftest.dir
8319 # We will build objects and dependencies in a subdirectory because
8320 # it helps to detect inapplicable dependency modes. For instance
8321 # both Tru64's cc and ICC support -MD to output dependencies as a
8322 # side effect of compilation, but ICC will put the dependencies in
8323 # the current directory while Tru64 will put them in the object
8324 # directory.
8325 mkdir sub
8326
8327 am_cv_CC_dependencies_compiler_type=none
8328 if test "$am_compiler_list" = ""; then
8329 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8330 fi
8331 for depmode in $am_compiler_list; do
8332 if test $depmode = none; then break; fi
8333
8334 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8335 # Setup a source with many dependencies, because some compilers
8336 # like to wrap large dependency lists on column 80 (with \), and
8337 # we should not choose a depcomp mode which is confused by this.
8338 #
8339 # We need to recreate these files for each test, as the compiler may
8340 # overwrite some of them when testing with obscure command lines.
8341 # This happens at least with the AIX C compiler.
8342 : > sub/conftest.c
8343 for i in 1 2 3 4 5 6; do
8344 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8345 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8346 # Solaris 8's {/usr,}/bin/sh.
8347 touch sub/conftst$i.h
8348 done
8349 echo "include sub/conftest.Po" > confmf
8350
8351 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8352 # mode. It turns out that the SunPro C++ compiler does not properly
8353 # handle `-M -o', and we need to detect this.
8354 depcmd="depmode=$depmode \
8355 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8356 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8357 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8358 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8359 if env $depcmd > conftest.err 2>&1 &&
8360 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8361 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8362 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8363 # icc doesn't choke on unknown options, it will just issue warnings
8364 # or remarks (even with -Werror). So we grep stderr for any message
8365 # that says an option was ignored or not supported.
8366 # When given -MP, icc 7.0 and 7.1 complain thusly:
8367 # icc: Command line warning: ignoring option '-M'; no argument required
8368 # The diagnosis changed in icc 8.0:
8369 # icc: Command line remark: option '-MP' not supported
8370 if (grep 'ignoring option' conftest.err ||
8371 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8372 am_cv_CC_dependencies_compiler_type=$depmode
8373 $as_echo "$as_me:$LINENO: success" >&5
8374 break
8375 fi
8376 fi
8377 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8378 sed -e 's/^/| /' < conftest.err >&5
8379 done
8380
8381 cd ..
8382 rm -rf conftest.dir
8383else
8384 am_cv_CC_dependencies_compiler_type=none
8385fi
8386
8387fi
8388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8389$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8390if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8391then as_fn_error "no usable dependency style found" "$LINENO" 5
8392else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8393
8394fi
8395
8396
8397# Check for the 'make' the user wants to use.
8398for ac_prog in make
8399do
8400 # Extract the first word of "$ac_prog", so it can be a program name with args.
8401set dummy $ac_prog; ac_word=$2
8402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8403$as_echo_n "checking for $ac_word... " >&6; }
8404if test "${ac_cv_prog_MAKE+set}" = set; then :
8405 $as_echo_n "(cached) " >&6
8406else
8407 if test -n "$MAKE"; then
8408 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8409else
8410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411for as_dir in $PATH
8412do
8413 IFS=$as_save_IFS
8414 test -z "$as_dir" && as_dir=.
8415 for ac_exec_ext in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8417 ac_cv_prog_MAKE="$ac_prog"
8418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8419 break 2
8420 fi
8421done
8422 done
8423IFS=$as_save_IFS
8424
8425fi
8426fi
8427MAKE=$ac_cv_prog_MAKE
8428if test -n "$MAKE"; then
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8430$as_echo "$MAKE" >&6; }
8431else
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8433$as_echo "no" >&6; }
8434fi
8435
8436
8437 test -n "$MAKE" && break
8438done
8439
8440MAKE_IS_GNU=
8441case "`$MAKE --version 2>&1 | sed 1q`" in
8442 *GNU*)
8443 MAKE_IS_GNU=yes
8444 ;;
8445esac
8446 if test "$MAKE_IS_GNU" = yes; then
8447 GMAKE_TRUE=
8448 GMAKE_FALSE='#'
8449else
8450 GMAKE_TRUE='#'
8451 GMAKE_FALSE=
8452fi
8453
8454
8455ALL_LINGUAS=
8456# If we haven't got the data from the intl directory,
8457# assume NLS is disabled.
8458USE_NLS=no
8459LIBINTL=
8460LIBINTL_DEP=
8461INCINTL=
8462XGETTEXT=
8463GMSGFMT=
8464POSUB=
8465
8466if test -f ../../intl/config.intl; then
8467 . ../../intl/config.intl
8468fi
8469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8470$as_echo_n "checking whether NLS is requested... " >&6; }
8471if test x"$USE_NLS" != xyes; then
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8473$as_echo "no" >&6; }
8474else
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8476$as_echo "yes" >&6; }
8477
8478$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8479
8480
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8482$as_echo_n "checking for catalogs to be installed... " >&6; }
8483 # Look for .po and .gmo files in the source directory.
8484 CATALOGS=
8485 XLINGUAS=
8486 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8487 # If there aren't any .gmo files the shell will give us the
8488 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8489 # weeded out.
8490 case "$cat" in *\**)
8491 continue;;
8492 esac
8493 # The quadruple backslash is collapsed to a double backslash
8494 # by the backticks, then collapsed again by the double quotes,
8495 # leaving us with one backslash in the sed expression (right
8496 # before the dot that mustn't act as a wildcard).
8497 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8498 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8499 # The user is allowed to set LINGUAS to a list of languages to
8500 # install catalogs for. If it's empty that means "all of them."
8501 if test "x$LINGUAS" = x; then
8502 CATALOGS="$CATALOGS $cat"
8503 XLINGUAS="$XLINGUAS $lang"
8504 else
8505 case "$LINGUAS" in *$lang*)
8506 CATALOGS="$CATALOGS $cat"
8507 XLINGUAS="$XLINGUAS $lang"
8508 ;;
8509 esac
8510 fi
8511 done
8512 LINGUAS="$XLINGUAS"
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8514$as_echo "$LINGUAS" >&6; }
8515
8516
8517 DATADIRNAME=share
8518
8519 INSTOBJEXT=.mo
8520
8521 GENCAT=gencat
8522
8523 CATOBJEXT=.gmo
8524
8525fi
8526
8527# Check for common headers.
8528# FIXME: Seems to me this can cause problems for i386-windows hosts.
8529# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8530for ac_header in stdlib.h string.h strings.h unistd.h time.h
8531do :
8532 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8533ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8534eval as_val=\$$as_ac_Header
8535 if test "x$as_val" = x""yes; then :
8536 cat >>confdefs.h <<_ACEOF
8537#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8538_ACEOF
8539
8540fi
8541
8542done
8543
8544for ac_header in sys/time.h sys/resource.h
8545do :
8546 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8547ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8548eval as_val=\$$as_ac_Header
8549 if test "x$as_val" = x""yes; then :
8550 cat >>confdefs.h <<_ACEOF
8551#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8552_ACEOF
8553
8554fi
8555
8556done
8557
8558for ac_header in fcntl.h fpu_control.h
8559do :
8560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8561ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8562eval as_val=\$$as_ac_Header
8563 if test "x$as_val" = x""yes; then :
8564 cat >>confdefs.h <<_ACEOF
8565#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8566_ACEOF
8567
8568fi
8569
8570done
8571
8572for ac_header in dlfcn.h errno.h sys/stat.h
8573do :
8574 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8575ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8576eval as_val=\$$as_ac_Header
8577 if test "x$as_val" = x""yes; then :
8578 cat >>confdefs.h <<_ACEOF
8579#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8580_ACEOF
8581
8582fi
8583
8584done
8585
8586for ac_func in getrusage time sigaction __setfpucw
8587do :
8588 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8589ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8590eval as_val=\$$as_ac_var
8591 if test "x$as_val" = x""yes; then :
8592 cat >>confdefs.h <<_ACEOF
8593#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8594_ACEOF
8595
8596fi
8597done
8598
8599
8600# Check for socket libraries
8601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8602$as_echo_n "checking for bind in -lsocket... " >&6; }
8603if test "${ac_cv_lib_socket_bind+set}" = set; then :
8604 $as_echo_n "(cached) " >&6
8605else
8606 ac_check_lib_save_LIBS=$LIBS
8607LIBS="-lsocket $LIBS"
8608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8609/* end confdefs.h. */
8610
8611/* Override any GCC internal prototype to avoid an error.
8612 Use char because int might match the return type of a GCC
8613 builtin and then its argument prototype would still apply. */
8614#ifdef __cplusplus
8615extern "C"
8616#endif
8617char bind ();
8618int
8619main ()
8620{
8621return bind ();
8622 ;
8623 return 0;
8624}
8625_ACEOF
8626if ac_fn_c_try_link "$LINENO"; then :
8627 ac_cv_lib_socket_bind=yes
8628else
8629 ac_cv_lib_socket_bind=no
8630fi
8631rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633LIBS=$ac_check_lib_save_LIBS
8634fi
8635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8636$as_echo "$ac_cv_lib_socket_bind" >&6; }
8637if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8638 cat >>confdefs.h <<_ACEOF
8639#define HAVE_LIBSOCKET 1
8640_ACEOF
8641
8642 LIBS="-lsocket $LIBS"
8643
8644fi
8645
8646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8647$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8648if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8649 $as_echo_n "(cached) " >&6
8650else
8651 ac_check_lib_save_LIBS=$LIBS
8652LIBS="-lnsl $LIBS"
8653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8654/* end confdefs.h. */
8655
8656/* Override any GCC internal prototype to avoid an error.
8657 Use char because int might match the return type of a GCC
8658 builtin and then its argument prototype would still apply. */
8659#ifdef __cplusplus
8660extern "C"
8661#endif
8662char gethostbyname ();
8663int
8664main ()
8665{
8666return gethostbyname ();
8667 ;
8668 return 0;
8669}
8670_ACEOF
8671if ac_fn_c_try_link "$LINENO"; then :
8672 ac_cv_lib_nsl_gethostbyname=yes
8673else
8674 ac_cv_lib_nsl_gethostbyname=no
8675fi
8676rm -f core conftest.err conftest.$ac_objext \
8677 conftest$ac_exeext conftest.$ac_ext
8678LIBS=$ac_check_lib_save_LIBS
8679fi
8680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8681$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8682if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8683 cat >>confdefs.h <<_ACEOF
8684#define HAVE_LIBNSL 1
8685_ACEOF
8686
8687 LIBS="-lnsl $LIBS"
8688
8689fi
8690
8691
8692# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8693# using the same condition.
8694
aadc9410 8695 # Use the system's zlib library.
7fed4b0b
L
8696 zlibdir="-L\$(top_builddir)/../zlib"
8697 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8698
aadc9410
MF
8699# Check whether --with-system-zlib was given.
8700if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8701 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8702 zlibdir=
8703 zlibinc=
8704 fi
6bb11ab3
L
8705
8706fi
8707
6bb11ab3 8708
6bb11ab3 8709
6bb11ab3
L
8710
8711
8712# BFD uses libdl when when plugins enabled.
8713
faa743bb
RM
8714 maybe_plugins=no
8715 for ac_header in dlfcn.h
8716do :
8717 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8718"
8719if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8720 cat >>confdefs.h <<_ACEOF
8721#define HAVE_DLFCN_H 1
8722_ACEOF
8723 maybe_plugins=yes
8724fi
8725
8726done
8727
8728 for ac_header in windows.h
8729do :
8730 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8731"
8732if test "x$ac_cv_header_windows_h" = x""yes; then :
8733 cat >>confdefs.h <<_ACEOF
8734#define HAVE_WINDOWS_H 1
8735_ACEOF
8736 maybe_plugins=yes
8737fi
8738
8739done
8740
8741
8742 # Check whether --enable-plugins was given.
6bb11ab3
L
8743if test "${enable_plugins+set}" = set; then :
8744 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8745 no) plugins=no ;;
8746 *) plugins=yes
8747 if test "$maybe_plugins" != "yes" ; then
8748 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8749 fi ;;
8750 esac
6bb11ab3 8751else
faa743bb
RM
8752 plugins=$maybe_plugins
8753
6bb11ab3
L
8754fi
8755
2974be62
AM
8756 if test "$plugins" = "yes"; then
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8758$as_echo_n "checking for library containing dlopen... " >&6; }
8759if test "${ac_cv_search_dlopen+set}" = set; then :
8760 $as_echo_n "(cached) " >&6
8761else
8762 ac_func_search_save_LIBS=$LIBS
8763cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8764/* end confdefs.h. */
8765
8766/* Override any GCC internal prototype to avoid an error.
8767 Use char because int might match the return type of a GCC
8768 builtin and then its argument prototype would still apply. */
8769#ifdef __cplusplus
8770extern "C"
8771#endif
8772char dlopen ();
8773int
8774main ()
8775{
8776return dlopen ();
8777 ;
8778 return 0;
8779}
8780_ACEOF
8781for ac_lib in '' dl; do
8782 if test -z "$ac_lib"; then
8783 ac_res="none required"
8784 else
8785 ac_res=-l$ac_lib
8786 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8787 fi
8788 if ac_fn_c_try_link "$LINENO"; then :
8789 ac_cv_search_dlopen=$ac_res
8790fi
8791rm -f core conftest.err conftest.$ac_objext \
8792 conftest$ac_exeext
8793 if test "${ac_cv_search_dlopen+set}" = set; then :
8794 break
8795fi
8796done
8797if test "${ac_cv_search_dlopen+set}" = set; then :
8798
8799else
8800 ac_cv_search_dlopen=no
8801fi
8802rm conftest.$ac_ext
8803LIBS=$ac_func_search_save_LIBS
8804fi
8805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8806$as_echo "$ac_cv_search_dlopen" >&6; }
8807ac_res=$ac_cv_search_dlopen
8808if test "$ac_res" != no; then :
8809 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8810
8811fi
8812
8813 fi
6bb11ab3
L
8814
8815 if test "$plugins" = yes; then
8816 PLUGINS_TRUE=
8817 PLUGINS_FALSE='#'
8818else
8819 PLUGINS_TRUE='#'
8820 PLUGINS_FALSE=
8821fi
8822
8823
8824
8825
8826
8827# Set options
8828enable_dlopen=yes
8829
8830
8831
8832
8833 enable_win32_dll=no
8834
8835
8836 # Check whether --enable-shared was given.
8837if test "${enable_shared+set}" = set; then :
8838 enableval=$enable_shared; p=${PACKAGE-default}
8839 case $enableval in
8840 yes) enable_shared=yes ;;
8841 no) enable_shared=no ;;
8842 *)
8843 enable_shared=no
8844 # Look at the argument we got. We use all the common list separators.
8845 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8846 for pkg in $enableval; do
8847 IFS="$lt_save_ifs"
8848 if test "X$pkg" = "X$p"; then
8849 enable_shared=yes
8850 fi
8851 done
8852 IFS="$lt_save_ifs"
8853 ;;
8854 esac
8855else
8856 enable_shared=yes
8857fi
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867 # Check whether --enable-static was given.
8868if test "${enable_static+set}" = set; then :
8869 enableval=$enable_static; p=${PACKAGE-default}
8870 case $enableval in
8871 yes) enable_static=yes ;;
8872 no) enable_static=no ;;
8873 *)
8874 enable_static=no
8875 # Look at the argument we got. We use all the common list separators.
8876 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8877 for pkg in $enableval; do
8878 IFS="$lt_save_ifs"
8879 if test "X$pkg" = "X$p"; then
8880 enable_static=yes
8881 fi
8882 done
8883 IFS="$lt_save_ifs"
8884 ;;
8885 esac
8886else
8887 enable_static=yes
8888fi
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899# Check whether --with-pic was given.
8900if test "${with_pic+set}" = set; then :
8901 withval=$with_pic; pic_mode="$withval"
8902else
8903 pic_mode=default
8904fi
8905
8906
8907test -z "$pic_mode" && pic_mode=default
8908
8909
8910
8911
8912
8913
8914
8915 # Check whether --enable-fast-install was given.
8916if test "${enable_fast_install+set}" = set; then :
8917 enableval=$enable_fast_install; p=${PACKAGE-default}
8918 case $enableval in
8919 yes) enable_fast_install=yes ;;
8920 no) enable_fast_install=no ;;
8921 *)
8922 enable_fast_install=no
8923 # Look at the argument we got. We use all the common list separators.
8924 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8925 for pkg in $enableval; do
8926 IFS="$lt_save_ifs"
8927 if test "X$pkg" = "X$p"; then
8928 enable_fast_install=yes
8929 fi
8930 done
8931 IFS="$lt_save_ifs"
8932 ;;
8933 esac
8934else
8935 enable_fast_install=yes
8936fi
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948# This can be used to rebuild libtool when needed
8949LIBTOOL_DEPS="$ltmain"
8950
8951# Always use our own libtool.
8952LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979test -z "$LN_S" && LN_S="ln -s"
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994if test -n "${ZSH_VERSION+set}" ; then
8995 setopt NO_GLOB_SUBST
b7026657 8996fi
b7026657 8997
6bb11ab3
L
8998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8999$as_echo_n "checking for objdir... " >&6; }
9000if test "${lt_cv_objdir+set}" = set; then :
9001 $as_echo_n "(cached) " >&6
9002else
9003 rm -f .libs 2>/dev/null
9004mkdir .libs 2>/dev/null
9005if test -d .libs; then
9006 lt_cv_objdir=.libs
9007else
9008 # MS-DOS does not allow filenames that begin with a dot.
9009 lt_cv_objdir=_libs
9010fi
9011rmdir .libs 2>/dev/null
9012fi
9013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9014$as_echo "$lt_cv_objdir" >&6; }
9015objdir=$lt_cv_objdir
9016
9017
9018
9019
9020
9021cat >>confdefs.h <<_ACEOF
9022#define LT_OBJDIR "$lt_cv_objdir/"
9023_ACEOF
9024
9025
9026
9027
9028case $host_os in
9029aix3*)
9030 # AIX sometimes has problems with the GCC collect2 program. For some
9031 # reason, if we set the COLLECT_NAMES environment variable, the problems
9032 # vanish in a puff of smoke.
9033 if test "X${COLLECT_NAMES+set}" != Xset; then
9034 COLLECT_NAMES=
9035 export COLLECT_NAMES
9036 fi
9037 ;;
81ecdfbb 9038esac
6bb11ab3
L
9039
9040# Global variables:
9041ofile=libtool
9042can_build_shared=yes
9043
9044# All known linkers require a `.a' archive for static linking (except MSVC,
9045# which needs '.lib').
9046libext=a
9047
9048with_gnu_ld="$lt_cv_prog_gnu_ld"
9049
9050old_CC="$CC"
9051old_CFLAGS="$CFLAGS"
9052
9053# Set sane defaults for various variables
9054test -z "$CC" && CC=cc
9055test -z "$LTCC" && LTCC=$CC
9056test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9057test -z "$LD" && LD=ld
9058test -z "$ac_objext" && ac_objext=o
9059
9060for cc_temp in $compiler""; do
9061 case $cc_temp in
9062 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9063 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9064 \-*) ;;
9065 *) break;;
9066 esac
9067done
9068cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9069
9070
9071# Only perform the check for file, if the check method requires it
9072test -z "$MAGIC_CMD" && MAGIC_CMD=file
9073case $deplibs_check_method in
9074file_magic*)
9075 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9077$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9078if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9079 $as_echo_n "(cached) " >&6
9080else
9081 case $MAGIC_CMD in
9082[\\/*] | ?:[\\/]*)
9083 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9084 ;;
9085*)
9086 lt_save_MAGIC_CMD="$MAGIC_CMD"
9087 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9088 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9089 for ac_dir in $ac_dummy; do
9090 IFS="$lt_save_ifs"
9091 test -z "$ac_dir" && ac_dir=.
9092 if test -f $ac_dir/${ac_tool_prefix}file; then
9093 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9094 if test -n "$file_magic_test_file"; then
9095 case $deplibs_check_method in
9096 "file_magic "*)
9097 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9098 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9099 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9100 $EGREP "$file_magic_regex" > /dev/null; then
9101 :
9102 else
9103 cat <<_LT_EOF 1>&2
9104
9105*** Warning: the command libtool uses to detect shared libraries,
9106*** $file_magic_cmd, produces output that libtool cannot recognize.
9107*** The result is that libtool may fail to recognize shared libraries
9108*** as such. This will affect the creation of libtool libraries that
9109*** depend on shared libraries, but programs linked with such libtool
9110*** libraries will work regardless of this problem. Nevertheless, you
9111*** may want to report the problem to your system manager and/or to
9112*** bug-libtool@gnu.org
9113
9114_LT_EOF
9115 fi ;;
9116 esac
9117 fi
9118 break
f0569246 9119 fi
6bb11ab3
L
9120 done
9121 IFS="$lt_save_ifs"
9122 MAGIC_CMD="$lt_save_MAGIC_CMD"
9123 ;;
9124esac
f0569246 9125fi
f0569246 9126
6bb11ab3
L
9127MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9128if test -n "$MAGIC_CMD"; then
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9130$as_echo "$MAGIC_CMD" >&6; }
9131else
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9133$as_echo "no" >&6; }
9134fi
81ecdfbb 9135
6bb11ab3
L
9136
9137
9138
9139
9140if test -z "$lt_cv_path_MAGIC_CMD"; then
9141 if test -n "$ac_tool_prefix"; then
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9143$as_echo_n "checking for file... " >&6; }
9144if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9145 $as_echo_n "(cached) " >&6
9146else
9147 case $MAGIC_CMD in
9148[\\/*] | ?:[\\/]*)
9149 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9150 ;;
9151*)
9152 lt_save_MAGIC_CMD="$MAGIC_CMD"
9153 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9154 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9155 for ac_dir in $ac_dummy; do
9156 IFS="$lt_save_ifs"
9157 test -z "$ac_dir" && ac_dir=.
9158 if test -f $ac_dir/file; then
9159 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9160 if test -n "$file_magic_test_file"; then
9161 case $deplibs_check_method in
9162 "file_magic "*)
9163 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9164 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9165 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9166 $EGREP "$file_magic_regex" > /dev/null; then
9167 :
9168 else
9169 cat <<_LT_EOF 1>&2
9170
9171*** Warning: the command libtool uses to detect shared libraries,
9172*** $file_magic_cmd, produces output that libtool cannot recognize.
9173*** The result is that libtool may fail to recognize shared libraries
9174*** as such. This will affect the creation of libtool libraries that
9175*** depend on shared libraries, but programs linked with such libtool
9176*** libraries will work regardless of this problem. Nevertheless, you
9177*** may want to report the problem to your system manager and/or to
9178*** bug-libtool@gnu.org
9179
9180_LT_EOF
9181 fi ;;
9182 esac
9183 fi
9184 break
9185 fi
9186 done
9187 IFS="$lt_save_ifs"
9188 MAGIC_CMD="$lt_save_MAGIC_CMD"
9189 ;;
81ecdfbb 9190esac
6bb11ab3
L
9191fi
9192
9193MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9194if test -n "$MAGIC_CMD"; then
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9196$as_echo "$MAGIC_CMD" >&6; }
9197else
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9199$as_echo "no" >&6; }
9200fi
9201
9202
9203 else
9204 MAGIC_CMD=:
9205 fi
9206fi
9207
9208 fi
9209 ;;
9210esac
9211
9212# Use C for the default configuration in the libtool script
9213
9214lt_save_CC="$CC"
9215ac_ext=c
9216ac_cpp='$CPP $CPPFLAGS'
9217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9219ac_compiler_gnu=$ac_cv_c_compiler_gnu
9220
9221
9222# Source file extension for C test sources.
9223ac_ext=c
9224
9225# Object file extension for compiled C test sources.
9226objext=o
9227objext=$objext
9228
9229# Code to be used in simple compile tests
9230lt_simple_compile_test_code="int some_variable = 0;"
9231
9232# Code to be used in simple link tests
9233lt_simple_link_test_code='int main(){return(0);}'
9234
9235
9236
9237
9238
9239
9240
9241# If no C compiler was specified, use CC.
9242LTCC=${LTCC-"$CC"}
9243
9244# If no C compiler flags were specified, use CFLAGS.
9245LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9246
9247# Allow CC to be a program name with arguments.
9248compiler=$CC
9249
9250# Save the default compiler, since it gets overwritten when the other
9251# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9252compiler_DEFAULT=$CC
9253
9254# save warnings/boilerplate of simple test code
9255ac_outfile=conftest.$ac_objext
9256echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9257eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9258_lt_compiler_boilerplate=`cat conftest.err`
9259$RM conftest*
9260
9261ac_outfile=conftest.$ac_objext
9262echo "$lt_simple_link_test_code" >conftest.$ac_ext
9263eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9264_lt_linker_boilerplate=`cat conftest.err`
9265$RM -r conftest*
9266
9267
9268## CAVEAT EMPTOR:
9269## There is no encapsulation within the following macros, do not change
9270## the running order or otherwise move them around unless you know exactly
9271## what you are doing...
9272if test -n "$compiler"; then
9273
9274lt_prog_compiler_no_builtin_flag=
9275
9276if test "$GCC" = yes; then
9277 case $cc_basename in
9278 nvcc*)
9279 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9280 *)
9281 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9282 esac
6bb11ab3
L
9283
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9285$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9286if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9287 $as_echo_n "(cached) " >&6
f0569246 9288else
6bb11ab3
L
9289 lt_cv_prog_compiler_rtti_exceptions=no
9290 ac_outfile=conftest.$ac_objext
9291 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9292 lt_compiler_flag="-fno-rtti -fno-exceptions"
9293 # Insert the option either (1) after the last *FLAGS variable, or
9294 # (2) before a word containing "conftest.", or (3) at the end.
9295 # Note that $ac_compile itself does not contain backslashes and begins
9296 # with a dollar sign (not a hyphen), so the echo should work correctly.
9297 # The option is referenced via a variable to avoid confusing sed.
9298 lt_compile=`echo "$ac_compile" | $SED \
9299 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9300 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9301 -e 's:$: $lt_compiler_flag:'`
9302 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9303 (eval "$lt_compile" 2>conftest.err)
9304 ac_status=$?
9305 cat conftest.err >&5
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 if (exit $ac_status) && test -s "$ac_outfile"; then
9308 # The compiler can only warn and ignore the option if not recognized
9309 # So say no if there are warnings other than the usual output.
9310 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9311 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9312 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9313 lt_cv_prog_compiler_rtti_exceptions=yes
9314 fi
9315 fi
9316 $RM conftest*
9317
f0569246 9318fi
6bb11ab3
L
9319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9320$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9321
9322if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9323 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9324else
9325 :
9326fi
9327
9328fi
9329
9330
9331
9332
9333
9334
9335 lt_prog_compiler_wl=
9336lt_prog_compiler_pic=
9337lt_prog_compiler_static=
9338
9339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9340$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9341
9342 if test "$GCC" = yes; then
9343 lt_prog_compiler_wl='-Wl,'
9344 lt_prog_compiler_static='-static'
9345
9346 case $host_os in
9347 aix*)
9348 # All AIX code is PIC.
9349 if test "$host_cpu" = ia64; then
9350 # AIX 5 now supports IA64 processor
9351 lt_prog_compiler_static='-Bstatic'
9352 fi
9353 lt_prog_compiler_pic='-fPIC'
9354 ;;
9355
9356 amigaos*)
9357 case $host_cpu in
9358 powerpc)
9359 # see comment about AmigaOS4 .so support
9360 lt_prog_compiler_pic='-fPIC'
9361 ;;
9362 m68k)
9363 # FIXME: we need at least 68020 code to build shared libraries, but
9364 # adding the `-m68020' flag to GCC prevents building anything better,
9365 # like `-m68040'.
9366 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9367 ;;
9368 esac
9369 ;;
9370
9371 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9372 # PIC is the default for these OSes.
9373 ;;
9374
9375 mingw* | cygwin* | pw32* | os2* | cegcc*)
9376 # This hack is so that the source file can tell whether it is being
9377 # built for inclusion in a dll (and should export symbols for example).
9378 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9379 # (--disable-auto-import) libraries
9380 lt_prog_compiler_pic='-DDLL_EXPORT'
9381 ;;
9382
9383 darwin* | rhapsody*)
9384 # PIC is the default on this platform
9385 # Common symbols not allowed in MH_DYLIB files
9386 lt_prog_compiler_pic='-fno-common'
9387 ;;
9388
9389 haiku*)
9390 # PIC is the default for Haiku.
9391 # The "-static" flag exists, but is broken.
9392 lt_prog_compiler_static=
9393 ;;
9394
9395 hpux*)
9396 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9397 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9398 # sets the default TLS model and affects inlining.
9399 case $host_cpu in
9400 hppa*64*)
9401 # +Z the default
9402 ;;
9403 *)
9404 lt_prog_compiler_pic='-fPIC'
9405 ;;
9406 esac
9407 ;;
9408
9409 interix[3-9]*)
9410 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9411 # Instead, we relocate shared libraries at runtime.
9412 ;;
9413
9414 msdosdjgpp*)
9415 # Just because we use GCC doesn't mean we suddenly get shared libraries
9416 # on systems that don't support them.
9417 lt_prog_compiler_can_build_shared=no
9418 enable_shared=no
9419 ;;
9420
9421 *nto* | *qnx*)
9422 # QNX uses GNU C++, but need to define -shared option too, otherwise
9423 # it will coredump.
9424 lt_prog_compiler_pic='-fPIC -shared'
9425 ;;
9426
9427 sysv4*MP*)
9428 if test -d /usr/nec; then
9429 lt_prog_compiler_pic=-Kconform_pic
9430 fi
9431 ;;
9432
9433 *)
9434 lt_prog_compiler_pic='-fPIC'
9435 ;;
9436 esac
9437
9438 case $cc_basename in
9439 nvcc*) # Cuda Compiler Driver 2.2
9440 lt_prog_compiler_wl='-Xlinker '
9441 lt_prog_compiler_pic='-Xcompiler -fPIC'
9442 ;;
9443 esac
9444 else
9445 # PORTME Check for flag to pass linker flags through the system compiler.
9446 case $host_os in
9447 aix*)
9448 lt_prog_compiler_wl='-Wl,'
9449 if test "$host_cpu" = ia64; then
9450 # AIX 5 now supports IA64 processor
9451 lt_prog_compiler_static='-Bstatic'
9452 else
9453 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9454 fi
9455 ;;
9456
9457 mingw* | cygwin* | pw32* | os2* | cegcc*)
9458 # This hack is so that the source file can tell whether it is being
9459 # built for inclusion in a dll (and should export symbols for example).
9460 lt_prog_compiler_pic='-DDLL_EXPORT'
9461 ;;
9462
9463 hpux9* | hpux10* | hpux11*)
9464 lt_prog_compiler_wl='-Wl,'
9465 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9466 # not for PA HP-UX.
9467 case $host_cpu in
9468 hppa*64*|ia64*)
9469 # +Z the default
9470 ;;
9471 *)
9472 lt_prog_compiler_pic='+Z'
9473 ;;
9474 esac
9475 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9476 lt_prog_compiler_static='${wl}-a ${wl}archive'
9477 ;;
9478
9479 irix5* | irix6* | nonstopux*)
9480 lt_prog_compiler_wl='-Wl,'
9481 # PIC (with -KPIC) is the default.
9482 lt_prog_compiler_static='-non_shared'
9483 ;;
9484
9485 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9486 case $cc_basename in
9487 # old Intel for x86_64 which still supported -KPIC.
9488 ecc*)
9489 lt_prog_compiler_wl='-Wl,'
9490 lt_prog_compiler_pic='-KPIC'
9491 lt_prog_compiler_static='-static'
9492 ;;
9493 # icc used to be incompatible with GCC.
9494 # ICC 10 doesn't accept -KPIC any more.
9495 icc* | ifort*)
9496 lt_prog_compiler_wl='-Wl,'
9497 lt_prog_compiler_pic='-fPIC'
9498 lt_prog_compiler_static='-static'
9499 ;;
9500 # Lahey Fortran 8.1.
9501 lf95*)
9502 lt_prog_compiler_wl='-Wl,'
9503 lt_prog_compiler_pic='--shared'
9504 lt_prog_compiler_static='--static'
9505 ;;
9506 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9507 # Portland Group compilers (*not* the Pentium gcc compiler,
9508 # which looks to be a dead project)
9509 lt_prog_compiler_wl='-Wl,'
9510 lt_prog_compiler_pic='-fpic'
9511 lt_prog_compiler_static='-Bstatic'
9512 ;;
9513 ccc*)
9514 lt_prog_compiler_wl='-Wl,'
9515 # All Alpha code is PIC.
9516 lt_prog_compiler_static='-non_shared'
9517 ;;
9518 xl* | bgxl* | bgf* | mpixl*)
9519 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9520 lt_prog_compiler_wl='-Wl,'
9521 lt_prog_compiler_pic='-qpic'
9522 lt_prog_compiler_static='-qstaticlink'
9523 ;;
9524 *)
9525 case `$CC -V 2>&1 | sed 5q` in
9526 *Sun\ F* | *Sun*Fortran*)
9527 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9528 lt_prog_compiler_pic='-KPIC'
9529 lt_prog_compiler_static='-Bstatic'
9530 lt_prog_compiler_wl=''
9531 ;;
9532 *Sun\ C*)
9533 # Sun C 5.9
9534 lt_prog_compiler_pic='-KPIC'
9535 lt_prog_compiler_static='-Bstatic'
9536 lt_prog_compiler_wl='-Wl,'
9537 ;;
9538 esac
9539 ;;
9540 esac
9541 ;;
9542
9543 newsos6)
9544 lt_prog_compiler_pic='-KPIC'
9545 lt_prog_compiler_static='-Bstatic'
9546 ;;
9547
9548 *nto* | *qnx*)
9549 # QNX uses GNU C++, but need to define -shared option too, otherwise
9550 # it will coredump.
9551 lt_prog_compiler_pic='-fPIC -shared'
9552 ;;
9553
9554 osf3* | osf4* | osf5*)
9555 lt_prog_compiler_wl='-Wl,'
9556 # All OSF/1 code is PIC.
9557 lt_prog_compiler_static='-non_shared'
9558 ;;
9559
9560 rdos*)
9561 lt_prog_compiler_static='-non_shared'
9562 ;;
f0569246 9563
6bb11ab3
L
9564 solaris*)
9565 lt_prog_compiler_pic='-KPIC'
9566 lt_prog_compiler_static='-Bstatic'
9567 case $cc_basename in
9568 f77* | f90* | f95*)
9569 lt_prog_compiler_wl='-Qoption ld ';;
9570 *)
9571 lt_prog_compiler_wl='-Wl,';;
9572 esac
9573 ;;
f0569246 9574
6bb11ab3
L
9575 sunos4*)
9576 lt_prog_compiler_wl='-Qoption ld '
9577 lt_prog_compiler_pic='-PIC'
9578 lt_prog_compiler_static='-Bstatic'
9579 ;;
f0569246 9580
6bb11ab3
L
9581 sysv4 | sysv4.2uw2* | sysv4.3*)
9582 lt_prog_compiler_wl='-Wl,'
9583 lt_prog_compiler_pic='-KPIC'
9584 lt_prog_compiler_static='-Bstatic'
9585 ;;
9586
9587 sysv4*MP*)
9588 if test -d /usr/nec ;then
9589 lt_prog_compiler_pic='-Kconform_pic'
9590 lt_prog_compiler_static='-Bstatic'
9591 fi
9592 ;;
9593
9594 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9595 lt_prog_compiler_wl='-Wl,'
9596 lt_prog_compiler_pic='-KPIC'
9597 lt_prog_compiler_static='-Bstatic'
9598 ;;
9599
9600 unicos*)
9601 lt_prog_compiler_wl='-Wl,'
9602 lt_prog_compiler_can_build_shared=no
9603 ;;
9604
9605 uts4*)
9606 lt_prog_compiler_pic='-pic'
9607 lt_prog_compiler_static='-Bstatic'
9608 ;;
9609
9610 *)
9611 lt_prog_compiler_can_build_shared=no
9612 ;;
9613 esac
9614 fi
9615
9616case $host_os in
9617 # For platforms which do not support PIC, -DPIC is meaningless:
9618 *djgpp*)
9619 lt_prog_compiler_pic=
9620 ;;
9621 *)
9622 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9623 ;;
81ecdfbb 9624esac
6bb11ab3
L
9625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9626$as_echo "$lt_prog_compiler_pic" >&6; }
9627
9628
9629
9630
9631
9632
9633#
9634# Check to make sure the PIC flag actually works.
9635#
9636if test -n "$lt_prog_compiler_pic"; then
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9638$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9639if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9640 $as_echo_n "(cached) " >&6
b7026657 9641else
6bb11ab3
L
9642 lt_cv_prog_compiler_pic_works=no
9643 ac_outfile=conftest.$ac_objext
9644 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9645 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9646 # Insert the option either (1) after the last *FLAGS variable, or
9647 # (2) before a word containing "conftest.", or (3) at the end.
9648 # Note that $ac_compile itself does not contain backslashes and begins
9649 # with a dollar sign (not a hyphen), so the echo should work correctly.
9650 # The option is referenced via a variable to avoid confusing sed.
9651 lt_compile=`echo "$ac_compile" | $SED \
9652 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9653 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9654 -e 's:$: $lt_compiler_flag:'`
9655 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9656 (eval "$lt_compile" 2>conftest.err)
9657 ac_status=$?
9658 cat conftest.err >&5
9659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9660 if (exit $ac_status) && test -s "$ac_outfile"; then
9661 # The compiler can only warn and ignore the option if not recognized
9662 # So say no if there are warnings other than the usual output.
9663 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9664 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9665 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9666 lt_cv_prog_compiler_pic_works=yes
9667 fi
9668 fi
9669 $RM conftest*
b7026657 9670
b7026657 9671fi
6bb11ab3
L
9672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9673$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9674
9675if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9676 case $lt_prog_compiler_pic in
9677 "" | " "*) ;;
9678 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9679 esac
9680else
9681 lt_prog_compiler_pic=
9682 lt_prog_compiler_can_build_shared=no
f0569246 9683fi
6bb11ab3
L
9684
9685fi
9686
9687
9688
9689
9690
9691
9692#
9693# Check to make sure the static flag actually works.
9694#
9695wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9697$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9698if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9699 $as_echo_n "(cached) " >&6
f0569246 9700else
6bb11ab3
L
9701 lt_cv_prog_compiler_static_works=no
9702 save_LDFLAGS="$LDFLAGS"
9703 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9704 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9705 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9706 # The linker can only warn and ignore the option if not recognized
9707 # So say no if there are warnings
9708 if test -s conftest.err; then
9709 # Append any errors to the config.log.
9710 cat conftest.err 1>&5
9711 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9712 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9713 if diff conftest.exp conftest.er2 >/dev/null; then
9714 lt_cv_prog_compiler_static_works=yes
9715 fi
9716 else
9717 lt_cv_prog_compiler_static_works=yes
9718 fi
9719 fi
9720 $RM -r conftest*
9721 LDFLAGS="$save_LDFLAGS"
f0569246 9722
6bb11ab3
L
9723fi
9724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9725$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9726
6bb11ab3
L
9727if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9728 :
b7026657 9729else
6bb11ab3 9730 lt_prog_compiler_static=
b7026657 9731fi
f0569246 9732
6bb11ab3
L
9733
9734
9735
9736
9737
9738
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9740$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9741if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9742 $as_echo_n "(cached) " >&6
81ecdfbb 9743else
6bb11ab3
L
9744 lt_cv_prog_compiler_c_o=no
9745 $RM -r conftest 2>/dev/null
9746 mkdir conftest
9747 cd conftest
9748 mkdir out
9749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9750
9751 lt_compiler_flag="-o out/conftest2.$ac_objext"
9752 # Insert the option either (1) after the last *FLAGS variable, or
9753 # (2) before a word containing "conftest.", or (3) at the end.
9754 # Note that $ac_compile itself does not contain backslashes and begins
9755 # with a dollar sign (not a hyphen), so the echo should work correctly.
9756 lt_compile=`echo "$ac_compile" | $SED \
9757 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9759 -e 's:$: $lt_compiler_flag:'`
9760 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9761 (eval "$lt_compile" 2>out/conftest.err)
9762 ac_status=$?
9763 cat out/conftest.err >&5
9764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9766 then
9767 # The compiler can only warn and ignore the option if not recognized
9768 # So say no if there are warnings
9769 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9770 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9771 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9772 lt_cv_prog_compiler_c_o=yes
9773 fi
9774 fi
9775 chmod u+w . 2>&5
9776 $RM conftest*
9777 # SGI C++ compiler will create directory out/ii_files/ for
9778 # template instantiation
9779 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9780 $RM out/* && rmdir out
9781 cd ..
9782 $RM -r conftest
9783 $RM conftest*
9784
81ecdfbb 9785fi
6bb11ab3
L
9786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9787$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9788
9789
9790
9791
9792
9793
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9795$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9796if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9797 $as_echo_n "(cached) " >&6
9798else
6bb11ab3
L
9799 lt_cv_prog_compiler_c_o=no
9800 $RM -r conftest 2>/dev/null
9801 mkdir conftest
9802 cd conftest
9803 mkdir out
9804 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9805
9806 lt_compiler_flag="-o out/conftest2.$ac_objext"
9807 # Insert the option either (1) after the last *FLAGS variable, or
9808 # (2) before a word containing "conftest.", or (3) at the end.
9809 # Note that $ac_compile itself does not contain backslashes and begins
9810 # with a dollar sign (not a hyphen), so the echo should work correctly.
9811 lt_compile=`echo "$ac_compile" | $SED \
9812 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9813 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9814 -e 's:$: $lt_compiler_flag:'`
9815 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9816 (eval "$lt_compile" 2>out/conftest.err)
9817 ac_status=$?
9818 cat out/conftest.err >&5
9819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9821 then
9822 # The compiler can only warn and ignore the option if not recognized
9823 # So say no if there are warnings
9824 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9825 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9826 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9827 lt_cv_prog_compiler_c_o=yes
9828 fi
9829 fi
9830 chmod u+w . 2>&5
9831 $RM conftest*
9832 # SGI C++ compiler will create directory out/ii_files/ for
9833 # template instantiation
9834 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9835 $RM out/* && rmdir out
9836 cd ..
9837 $RM -r conftest
9838 $RM conftest*
9839
9840fi
9841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9842$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9843
9844
9845
9846
9847hard_links="nottested"
9848if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9849 # do not overwrite the value of need_locks provided by the user
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9851$as_echo_n "checking if we can lock with hard links... " >&6; }
9852 hard_links=yes
9853 $RM conftest*
9854 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9855 touch conftest.a
9856 ln conftest.a conftest.b 2>&5 || hard_links=no
9857 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9859$as_echo "$hard_links" >&6; }
9860 if test "$hard_links" = no; then
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9862$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9863 need_locks=warn
9864 fi
9865else
9866 need_locks=no
9867fi
9868
9869
9870
9871
9872
9873
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9875$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9876
9877 runpath_var=
9878 allow_undefined_flag=
9879 always_export_symbols=no
9880 archive_cmds=
9881 archive_expsym_cmds=
9882 compiler_needs_object=no
9883 enable_shared_with_static_runtimes=no
9884 export_dynamic_flag_spec=
9885 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9886 hardcode_automatic=no
9887 hardcode_direct=no
9888 hardcode_direct_absolute=no
9889 hardcode_libdir_flag_spec=
9890 hardcode_libdir_flag_spec_ld=
9891 hardcode_libdir_separator=
9892 hardcode_minus_L=no
9893 hardcode_shlibpath_var=unsupported
9894 inherit_rpath=no
9895 link_all_deplibs=unknown
9896 module_cmds=
9897 module_expsym_cmds=
9898 old_archive_from_new_cmds=
9899 old_archive_from_expsyms_cmds=
9900 thread_safe_flag_spec=
9901 whole_archive_flag_spec=
9902 # include_expsyms should be a list of space-separated symbols to be *always*
9903 # included in the symbol list
9904 include_expsyms=
9905 # exclude_expsyms can be an extended regexp of symbols to exclude
9906 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9907 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9908 # as well as any symbol that contains `d'.
9909 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9910 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9911 # platforms (ab)use it in PIC code, but their linkers get confused if
9912 # the symbol is explicitly referenced. Since portable code cannot
9913 # rely on this symbol name, it's probably fine to never include it in
9914 # preloaded symbol tables.
9915 # Exclude shared library initialization/finalization symbols.
9916 extract_expsyms_cmds=
9917
9918 case $host_os in
9919 cygwin* | mingw* | pw32* | cegcc*)
9920 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9921 # When not using gcc, we currently assume that we are using
9922 # Microsoft Visual C++.
9923 if test "$GCC" != yes; then
9924 with_gnu_ld=no
9925 fi
9926 ;;
9927 interix*)
9928 # we just hope/assume this is gcc and not c89 (= MSVC++)
9929 with_gnu_ld=yes
9930 ;;
9931 openbsd*)
9932 with_gnu_ld=no
9933 ;;
9934 esac
f0569246 9935
6bb11ab3
L
9936 ld_shlibs=yes
9937
9938 # On some targets, GNU ld is compatible enough with the native linker
9939 # that we're better off using the native interface for both.
9940 lt_use_gnu_ld_interface=no
9941 if test "$with_gnu_ld" = yes; then
9942 case $host_os in
9943 aix*)
9944 # The AIX port of GNU ld has always aspired to compatibility
9945 # with the native linker. However, as the warning in the GNU ld
9946 # block says, versions before 2.19.5* couldn't really create working
9947 # shared libraries, regardless of the interface used.
9948 case `$LD -v 2>&1` in
9949 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9950 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9951 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9952 *)
9953 lt_use_gnu_ld_interface=yes
9954 ;;
9955 esac
9956 ;;
9957 *)
9958 lt_use_gnu_ld_interface=yes
9959 ;;
9960 esac
9961 fi
f0569246 9962
6bb11ab3
L
9963 if test "$lt_use_gnu_ld_interface" = yes; then
9964 # If archive_cmds runs LD, not CC, wlarc should be empty
9965 wlarc='${wl}'
9966
9967 # Set some defaults for GNU ld with shared library support. These
9968 # are reset later if shared libraries are not supported. Putting them
9969 # here allows them to be overridden if necessary.
9970 runpath_var=LD_RUN_PATH
9971 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9972 export_dynamic_flag_spec='${wl}--export-dynamic'
9973 # ancient GNU ld didn't support --whole-archive et. al.
9974 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9975 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9976 else
9977 whole_archive_flag_spec=
9978 fi
9979 supports_anon_versioning=no
9980 case `$LD -v 2>&1` in
9981 *GNU\ gold*) supports_anon_versioning=yes ;;
9982 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9983 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9984 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9985 *\ 2.11.*) ;; # other 2.11 versions
9986 *) supports_anon_versioning=yes ;;
9987 esac
9988
9989 # See if GNU ld supports shared libraries.
9990 case $host_os in
9991 aix[3-9]*)
9992 # On AIX/PPC, the GNU linker is very broken
9993 if test "$host_cpu" != ia64; then
9994 ld_shlibs=no
9995 cat <<_LT_EOF 1>&2
9996
9997*** Warning: the GNU linker, at least up to release 2.19, is reported
9998*** to be unable to reliably create shared libraries on AIX.
9999*** Therefore, libtool is disabling shared libraries support. If you
10000*** really care for shared libraries, you may want to install binutils
10001*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10002*** You will then need to restart the configuration process.
10003
10004_LT_EOF
10005 fi
10006 ;;
10007
10008 amigaos*)
10009 case $host_cpu in
10010 powerpc)
10011 # see comment about AmigaOS4 .so support
10012 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10013 archive_expsym_cmds=''
10014 ;;
10015 m68k)
10016 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)'
10017 hardcode_libdir_flag_spec='-L$libdir'
10018 hardcode_minus_L=yes
10019 ;;
10020 esac
10021 ;;
10022
10023 beos*)
10024 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10025 allow_undefined_flag=unsupported
10026 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10027 # support --undefined. This deserves some investigation. FIXME
10028 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10029 else
10030 ld_shlibs=no
10031 fi
10032 ;;
10033
10034 cygwin* | mingw* | pw32* | cegcc*)
10035 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10036 # as there is no search path for DLLs.
10037 hardcode_libdir_flag_spec='-L$libdir'
10038 export_dynamic_flag_spec='${wl}--export-all-symbols'
10039 allow_undefined_flag=unsupported
10040 always_export_symbols=no
10041 enable_shared_with_static_runtimes=yes
10042 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10043
10044 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10045 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10046 # If the export-symbols file already is a .def file (1st line
10047 # is EXPORTS), use it as is; otherwise, prepend...
10048 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10049 cp $export_symbols $output_objdir/$soname.def;
10050 else
10051 echo EXPORTS > $output_objdir/$soname.def;
10052 cat $export_symbols >> $output_objdir/$soname.def;
10053 fi~
10054 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10055 else
10056 ld_shlibs=no
10057 fi
10058 ;;
10059
10060 haiku*)
10061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10062 link_all_deplibs=yes
10063 ;;
10064
10065 interix[3-9]*)
10066 hardcode_direct=no
10067 hardcode_shlibpath_var=no
10068 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10069 export_dynamic_flag_spec='${wl}-E'
10070 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10071 # Instead, shared libraries are loaded at an image base (0x10000000 by
10072 # default) and relocated if they conflict, which is a slow very memory
10073 # consuming and fragmenting process. To avoid this, we pick a random,
10074 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10075 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10076 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10077 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'
10078 ;;
10079
10080 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10081 tmp_diet=no
10082 if test "$host_os" = linux-dietlibc; then
10083 case $cc_basename in
10084 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10085 esac
10086 fi
10087 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10088 && test "$tmp_diet" = no
10089 then
5cddc23a 10090 tmp_addflag=' $pic_flag'
6bb11ab3
L
10091 tmp_sharedflag='-shared'
10092 case $cc_basename,$host_cpu in
10093 pgcc*) # Portland Group C compiler
10094 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'
10095 tmp_addflag=' $pic_flag'
10096 ;;
10097 pgf77* | pgf90* | pgf95* | pgfortran*)
10098 # Portland Group f77 and f90 compilers
10099 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'
10100 tmp_addflag=' $pic_flag -Mnomain' ;;
10101 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10102 tmp_addflag=' -i_dynamic' ;;
10103 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10104 tmp_addflag=' -i_dynamic -nofor_main' ;;
10105 ifc* | ifort*) # Intel Fortran compiler
10106 tmp_addflag=' -nofor_main' ;;
10107 lf95*) # Lahey Fortran 8.1
10108 whole_archive_flag_spec=
10109 tmp_sharedflag='--shared' ;;
10110 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10111 tmp_sharedflag='-qmkshrobj'
10112 tmp_addflag= ;;
10113 nvcc*) # Cuda Compiler Driver 2.2
10114 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'
10115 compiler_needs_object=yes
10116 ;;
10117 esac
10118 case `$CC -V 2>&1 | sed 5q` in
10119 *Sun\ C*) # Sun C 5.9
10120 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'
10121 compiler_needs_object=yes
10122 tmp_sharedflag='-G' ;;
10123 *Sun\ F*) # Sun Fortran 8.3
10124 tmp_sharedflag='-G' ;;
10125 esac
10126 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10127
10128 if test "x$supports_anon_versioning" = xyes; then
10129 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10130 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10131 echo "local: *; };" >> $output_objdir/$libname.ver~
10132 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10133 fi
10134
10135 case $cc_basename in
10136 xlf* | bgf* | bgxlf* | mpixlf*)
10137 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10138 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10139 hardcode_libdir_flag_spec=
10140 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10141 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10142 if test "x$supports_anon_versioning" = xyes; then
10143 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10144 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10145 echo "local: *; };" >> $output_objdir/$libname.ver~
10146 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10147 fi
10148 ;;
10149 esac
10150 else
10151 ld_shlibs=no
10152 fi
10153 ;;
10154
10155 netbsd*)
10156 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10157 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10158 wlarc=
10159 else
10160 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10161 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10162 fi
10163 ;;
10164
10165 solaris*)
10166 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10167 ld_shlibs=no
10168 cat <<_LT_EOF 1>&2
10169
10170*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10171*** create shared libraries on Solaris systems. Therefore, libtool
10172*** is disabling shared libraries support. We urge you to upgrade GNU
10173*** binutils to release 2.9.1 or newer. Another option is to modify
10174*** your PATH or compiler configuration so that the native linker is
10175*** used, and then restart.
10176
10177_LT_EOF
10178 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10179 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10180 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10181 else
10182 ld_shlibs=no
10183 fi
10184 ;;
10185
10186 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10187 case `$LD -v 2>&1` in
10188 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10189 ld_shlibs=no
10190 cat <<_LT_EOF 1>&2
10191
10192*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10193*** reliably create shared libraries on SCO systems. Therefore, libtool
10194*** is disabling shared libraries support. We urge you to upgrade GNU
10195*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10196*** your PATH or compiler configuration so that the native linker is
10197*** used, and then restart.
10198
10199_LT_EOF
10200 ;;
10201 *)
10202 # For security reasons, it is highly recommended that you always
10203 # use absolute paths for naming shared libraries, and exclude the
10204 # DT_RUNPATH tag from executables and libraries. But doing so
10205 # requires that you compile everything twice, which is a pain.
10206 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10208 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10209 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10210 else
10211 ld_shlibs=no
10212 fi
10213 ;;
10214 esac
10215 ;;
10216
10217 sunos4*)
10218 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10219 wlarc=
10220 hardcode_direct=yes
10221 hardcode_shlibpath_var=no
10222 ;;
10223
10224 *)
10225 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10226 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10227 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10228 else
10229 ld_shlibs=no
10230 fi
10231 ;;
10232 esac
10233
10234 if test "$ld_shlibs" = no; then
10235 runpath_var=
10236 hardcode_libdir_flag_spec=
10237 export_dynamic_flag_spec=
10238 whole_archive_flag_spec=
10239 fi
10240 else
10241 # PORTME fill in a description of your system's linker (not GNU ld)
10242 case $host_os in
10243 aix3*)
10244 allow_undefined_flag=unsupported
10245 always_export_symbols=yes
10246 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'
10247 # Note: this linker hardcodes the directories in LIBPATH if there
10248 # are no directories specified by -L.
10249 hardcode_minus_L=yes
10250 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10251 # Neither direct hardcoding nor static linking is supported with a
10252 # broken collect2.
10253 hardcode_direct=unsupported
10254 fi
10255 ;;
10256
10257 aix[4-9]*)
10258 if test "$host_cpu" = ia64; then
10259 # On IA64, the linker does run time linking by default, so we don't
10260 # have to do anything special.
10261 aix_use_runtimelinking=no
10262 exp_sym_flag='-Bexport'
10263 no_entry_flag=""
10264 else
10265 # If we're using GNU nm, then we don't want the "-C" option.
10266 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10267 # Also, AIX nm treats weak defined symbols like other global
10268 # defined symbols, whereas GNU nm marks them as "W".
10269 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10270 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'
10271 else
10272 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10273 fi
10274 aix_use_runtimelinking=no
10275
10276 # Test if we are trying to use run time linking or normal
10277 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10278 # need to do runtime linking.
10279 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10280 for ld_flag in $LDFLAGS; do
10281 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10282 aix_use_runtimelinking=yes
10283 break
10284 fi
10285 done
10286 ;;
10287 esac
10288
10289 exp_sym_flag='-bexport'
10290 no_entry_flag='-bnoentry'
10291 fi
10292
10293 # When large executables or shared objects are built, AIX ld can
10294 # have problems creating the table of contents. If linking a library
10295 # or program results in "error TOC overflow" add -mminimal-toc to
10296 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10297 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10298
10299 archive_cmds=''
10300 hardcode_direct=yes
10301 hardcode_direct_absolute=yes
10302 hardcode_libdir_separator=':'
10303 link_all_deplibs=yes
10304 file_list_spec='${wl}-f,'
10305
10306 if test "$GCC" = yes; then
10307 case $host_os in aix4.[012]|aix4.[012].*)
10308 # We only want to do this on AIX 4.2 and lower, the check
10309 # below for broken collect2 doesn't work under 4.3+
10310 collect2name=`${CC} -print-prog-name=collect2`
10311 if test -f "$collect2name" &&
10312 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10313 then
10314 # We have reworked collect2
10315 :
10316 else
10317 # We have old collect2
10318 hardcode_direct=unsupported
10319 # It fails to find uninstalled libraries when the uninstalled
10320 # path is not listed in the libpath. Setting hardcode_minus_L
10321 # to unsupported forces relinking
10322 hardcode_minus_L=yes
10323 hardcode_libdir_flag_spec='-L$libdir'
10324 hardcode_libdir_separator=
10325 fi
10326 ;;
10327 esac
10328 shared_flag='-shared'
10329 if test "$aix_use_runtimelinking" = yes; then
10330 shared_flag="$shared_flag "'${wl}-G'
10331 fi
10332 else
10333 # not using gcc
10334 if test "$host_cpu" = ia64; then
10335 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10336 # chokes on -Wl,-G. The following line is correct:
10337 shared_flag='-G'
10338 else
10339 if test "$aix_use_runtimelinking" = yes; then
10340 shared_flag='${wl}-G'
10341 else
10342 shared_flag='${wl}-bM:SRE'
10343 fi
10344 fi
10345 fi
10346
10347 export_dynamic_flag_spec='${wl}-bexpall'
10348 # It seems that -bexpall does not export symbols beginning with
10349 # underscore (_), so it is better to generate a list of symbols to export.
10350 always_export_symbols=yes
10351 if test "$aix_use_runtimelinking" = yes; then
10352 # Warning - without using the other runtime loading flags (-brtl),
10353 # -berok will link without error, but may produce a broken library.
10354 allow_undefined_flag='-berok'
10355 # Determine the default libpath from the value encoded in an
10356 # empty executable.
10357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10358/* end confdefs.h. */
10359
10360int
10361main ()
10362{
10363
10364 ;
10365 return 0;
10366}
10367_ACEOF
6bb11ab3 10368if ac_fn_c_try_link "$LINENO"; then :
b7026657 10369
6bb11ab3
L
10370lt_aix_libpath_sed='
10371 /Import File Strings/,/^$/ {
10372 /^0/ {
10373 s/^0 *\(.*\)$/\1/
10374 p
10375 }
10376 }'
10377aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10378# Check for a 64-bit object if we didn't find anything.
10379if test -z "$aix_libpath"; then
10380 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10381fi
10382fi
10383rm -f core conftest.err conftest.$ac_objext \
10384 conftest$ac_exeext conftest.$ac_ext
10385if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10386
10387 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10388 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"
10389 else
10390 if test "$host_cpu" = ia64; then
10391 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10392 allow_undefined_flag="-z nodefs"
10393 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"
10394 else
10395 # Determine the default libpath from the value encoded in an
10396 # empty executable.
81ecdfbb
RW
10397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10398/* end confdefs.h. */
10399
10400int
10401main ()
10402{
10403
10404 ;
10405 return 0;
10406}
10407_ACEOF
6bb11ab3
L
10408if ac_fn_c_try_link "$LINENO"; then :
10409
10410lt_aix_libpath_sed='
10411 /Import File Strings/,/^$/ {
10412 /^0/ {
10413 s/^0 *\(.*\)$/\1/
10414 p
10415 }
10416 }'
10417aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10418# Check for a 64-bit object if we didn't find anything.
10419if test -z "$aix_libpath"; then
10420 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10421fi
81ecdfbb 10422fi
6bb11ab3
L
10423rm -f core conftest.err conftest.$ac_objext \
10424 conftest$ac_exeext conftest.$ac_ext
10425if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10426
10427 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10428 # Warning - without using the other run time loading flags,
10429 # -berok will link without error, but may produce a broken library.
10430 no_undefined_flag=' ${wl}-bernotok'
10431 allow_undefined_flag=' ${wl}-berok'
10432 if test "$with_gnu_ld" = yes; then
10433 # We only use this code for GNU lds that support --whole-archive.
10434 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10435 else
10436 # Exported symbols can be pulled into shared objects from archives
10437 whole_archive_flag_spec='$convenience'
10438 fi
10439 archive_cmds_need_lc=yes
10440 # This is similar to how AIX traditionally builds its shared libraries.
10441 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'
10442 fi
10443 fi
10444 ;;
10445
10446 amigaos*)
10447 case $host_cpu in
10448 powerpc)
10449 # see comment about AmigaOS4 .so support
10450 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10451 archive_expsym_cmds=''
10452 ;;
10453 m68k)
10454 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)'
10455 hardcode_libdir_flag_spec='-L$libdir'
10456 hardcode_minus_L=yes
10457 ;;
10458 esac
10459 ;;
10460
10461 bsdi[45]*)
10462 export_dynamic_flag_spec=-rdynamic
10463 ;;
10464
10465 cygwin* | mingw* | pw32* | cegcc*)
10466 # When not using gcc, we currently assume that we are using
10467 # Microsoft Visual C++.
10468 # hardcode_libdir_flag_spec is actually meaningless, as there is
10469 # no search path for DLLs.
10470 hardcode_libdir_flag_spec=' '
10471 allow_undefined_flag=unsupported
10472 # Tell ltmain to make .lib files, not .a files.
10473 libext=lib
10474 # Tell ltmain to make .dll files, not .so files.
10475 shrext_cmds=".dll"
10476 # FIXME: Setting linknames here is a bad hack.
10477 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10478 # The linker will automatically build a .lib file if we build a DLL.
10479 old_archive_from_new_cmds='true'
10480 # FIXME: Should let the user specify the lib program.
10481 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10482 fix_srcfile_path='`cygpath -w "$srcfile"`'
10483 enable_shared_with_static_runtimes=yes
10484 ;;
10485
10486 darwin* | rhapsody*)
10487
10488
10489 archive_cmds_need_lc=no
10490 hardcode_direct=no
10491 hardcode_automatic=yes
10492 hardcode_shlibpath_var=unsupported
10493 if test "$lt_cv_ld_force_load" = "yes"; then
10494 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\"`'
f0569246 10495 else
6bb11ab3 10496 whole_archive_flag_spec=''
f0569246 10497 fi
6bb11ab3
L
10498 link_all_deplibs=yes
10499 allow_undefined_flag="$_lt_dar_allow_undefined"
10500 case $cc_basename in
10501 ifort*) _lt_dar_can_shared=yes ;;
10502 *) _lt_dar_can_shared=$GCC ;;
10503 esac
10504 if test "$_lt_dar_can_shared" = "yes"; then
10505 output_verbose_link_cmd=func_echo_all
10506 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10507 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10508 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}"
10509 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}"
10510
f0569246 10511 else
6bb11ab3 10512 ld_shlibs=no
f0569246 10513 fi
6bb11ab3
L
10514
10515 ;;
10516
10517 dgux*)
10518 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10519 hardcode_libdir_flag_spec='-L$libdir'
10520 hardcode_shlibpath_var=no
10521 ;;
10522
10523 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10524 # support. Future versions do this automatically, but an explicit c++rt0.o
10525 # does not break anything, and helps significantly (at the cost of a little
10526 # extra space).
10527 freebsd2.2*)
10528 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10529 hardcode_libdir_flag_spec='-R$libdir'
10530 hardcode_direct=yes
10531 hardcode_shlibpath_var=no
10532 ;;
10533
10534 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10535 freebsd2.*)
10536 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10537 hardcode_direct=yes
10538 hardcode_minus_L=yes
10539 hardcode_shlibpath_var=no
10540 ;;
10541
10542 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10543 freebsd* | dragonfly*)
10544 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10545 hardcode_libdir_flag_spec='-R$libdir'
10546 hardcode_direct=yes
10547 hardcode_shlibpath_var=no
10548 ;;
10549
10550 hpux9*)
10551 if test "$GCC" = yes; then
10552 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'
10553 else
10554 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'
10555 fi
10556 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10557 hardcode_libdir_separator=:
10558 hardcode_direct=yes
10559
10560 # hardcode_minus_L: Not really in the search PATH,
10561 # but as the default location of the library.
10562 hardcode_minus_L=yes
10563 export_dynamic_flag_spec='${wl}-E'
10564 ;;
10565
10566 hpux10*)
10567 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10568 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10569 else
10570 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10571 fi
10572 if test "$with_gnu_ld" = no; then
10573 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10574 hardcode_libdir_flag_spec_ld='+b $libdir'
10575 hardcode_libdir_separator=:
10576 hardcode_direct=yes
10577 hardcode_direct_absolute=yes
10578 export_dynamic_flag_spec='${wl}-E'
10579 # hardcode_minus_L: Not really in the search PATH,
10580 # but as the default location of the library.
10581 hardcode_minus_L=yes
10582 fi
10583 ;;
10584
10585 hpux11*)
10586 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10587 case $host_cpu in
10588 hppa*64*)
10589 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10590 ;;
10591 ia64*)
10592 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10593 ;;
10594 *)
10595 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10596 ;;
10597 esac
10598 else
10599 case $host_cpu in
10600 hppa*64*)
10601 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10602 ;;
10603 ia64*)
10604 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10605 ;;
10606 *)
10607
10608 # Older versions of the 11.00 compiler do not understand -b yet
10609 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10611$as_echo_n "checking if $CC understands -b... " >&6; }
10612if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10613 $as_echo_n "(cached) " >&6
f0569246 10614else
6bb11ab3
L
10615 lt_cv_prog_compiler__b=no
10616 save_LDFLAGS="$LDFLAGS"
10617 LDFLAGS="$LDFLAGS -b"
10618 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10619 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10620 # The linker can only warn and ignore the option if not recognized
10621 # So say no if there are warnings
10622 if test -s conftest.err; then
10623 # Append any errors to the config.log.
10624 cat conftest.err 1>&5
10625 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10626 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10627 if diff conftest.exp conftest.er2 >/dev/null; then
10628 lt_cv_prog_compiler__b=yes
10629 fi
10630 else
10631 lt_cv_prog_compiler__b=yes
10632 fi
10633 fi
10634 $RM -r conftest*
10635 LDFLAGS="$save_LDFLAGS"
f0569246 10636
6bb11ab3
L
10637fi
10638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10639$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10640
6bb11ab3
L
10641if test x"$lt_cv_prog_compiler__b" = xyes; then
10642 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10643else
10644 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10645fi
81ecdfbb 10646
6bb11ab3
L
10647 ;;
10648 esac
10649 fi
10650 if test "$with_gnu_ld" = no; then
10651 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10652 hardcode_libdir_separator=:
10653
10654 case $host_cpu in
10655 hppa*64*|ia64*)
10656 hardcode_direct=no
10657 hardcode_shlibpath_var=no
10658 ;;
10659 *)
10660 hardcode_direct=yes
10661 hardcode_direct_absolute=yes
10662 export_dynamic_flag_spec='${wl}-E'
10663
10664 # hardcode_minus_L: Not really in the search PATH,
10665 # but as the default location of the library.
10666 hardcode_minus_L=yes
10667 ;;
10668 esac
10669 fi
10670 ;;
10671
10672 irix5* | irix6* | nonstopux*)
10673 if test "$GCC" = yes; then
10674 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'
10675 # Try to use the -exported_symbol ld option, if it does not
10676 # work, assume that -exports_file does not work either and
10677 # implicitly export all symbols.
10678 save_LDFLAGS="$LDFLAGS"
10679 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10681/* end confdefs.h. */
10682int foo(void) {}
b7026657 10683_ACEOF
6bb11ab3
L
10684if ac_fn_c_try_link "$LINENO"; then :
10685 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'
c906108c 10686
f0569246 10687fi
6bb11ab3
L
10688rm -f core conftest.err conftest.$ac_objext \
10689 conftest$ac_exeext conftest.$ac_ext
10690 LDFLAGS="$save_LDFLAGS"
10691 else
10692 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'
10693 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'
10694 fi
10695 archive_cmds_need_lc='no'
10696 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10697 hardcode_libdir_separator=:
10698 inherit_rpath=yes
10699 link_all_deplibs=yes
10700 ;;
10701
10702 netbsd*)
10703 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10704 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10705 else
10706 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10707 fi
10708 hardcode_libdir_flag_spec='-R$libdir'
10709 hardcode_direct=yes
10710 hardcode_shlibpath_var=no
10711 ;;
10712
10713 newsos6)
10714 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10715 hardcode_direct=yes
10716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10717 hardcode_libdir_separator=:
10718 hardcode_shlibpath_var=no
10719 ;;
10720
10721 *nto* | *qnx*)
10722 ;;
10723
10724 openbsd*)
10725 if test -f /usr/libexec/ld.so; then
10726 hardcode_direct=yes
10727 hardcode_shlibpath_var=no
10728 hardcode_direct_absolute=yes
10729 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10730 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10731 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10732 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10733 export_dynamic_flag_spec='${wl}-E'
10734 else
10735 case $host_os in
10736 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10737 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10738 hardcode_libdir_flag_spec='-R$libdir'
10739 ;;
10740 *)
10741 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10742 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10743 ;;
10744 esac
10745 fi
10746 else
10747 ld_shlibs=no
10748 fi
10749 ;;
10750
10751 os2*)
10752 hardcode_libdir_flag_spec='-L$libdir'
10753 hardcode_minus_L=yes
10754 allow_undefined_flag=unsupported
10755 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'
10756 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10757 ;;
10758
10759 osf3*)
10760 if test "$GCC" = yes; then
10761 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10762 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'
10763 else
10764 allow_undefined_flag=' -expect_unresolved \*'
10765 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'
10766 fi
10767 archive_cmds_need_lc='no'
10768 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10769 hardcode_libdir_separator=:
10770 ;;
10771
10772 osf4* | osf5*) # as osf3* with the addition of -msym flag
10773 if test "$GCC" = yes; then
10774 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10775 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'
10776 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10777 else
10778 allow_undefined_flag=' -expect_unresolved \*'
10779 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'
10780 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~
10781 $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'
10782
10783 # Both c and cxx compiler support -rpath directly
10784 hardcode_libdir_flag_spec='-rpath $libdir'
10785 fi
10786 archive_cmds_need_lc='no'
10787 hardcode_libdir_separator=:
10788 ;;
10789
10790 solaris*)
10791 no_undefined_flag=' -z defs'
10792 if test "$GCC" = yes; then
10793 wlarc='${wl}'
10794 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10795 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10796 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10797 else
10798 case `$CC -V 2>&1` in
10799 *"Compilers 5.0"*)
10800 wlarc=''
10801 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10802 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10803 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10804 ;;
10805 *)
10806 wlarc='${wl}'
10807 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10808 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10809 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10810 ;;
10811 esac
10812 fi
10813 hardcode_libdir_flag_spec='-R$libdir'
10814 hardcode_shlibpath_var=no
10815 case $host_os in
10816 solaris2.[0-5] | solaris2.[0-5].*) ;;
10817 *)
10818 # The compiler driver will combine and reorder linker options,
10819 # but understands `-z linker_flag'. GCC discards it without `$wl',
10820 # but is careful enough not to reorder.
10821 # Supported since Solaris 2.6 (maybe 2.5.1?)
10822 if test "$GCC" = yes; then
10823 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10824 else
10825 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10826 fi
10827 ;;
10828 esac
10829 link_all_deplibs=yes
10830 ;;
10831
10832 sunos4*)
10833 if test "x$host_vendor" = xsequent; then
10834 # Use $CC to link under sequent, because it throws in some extra .o
10835 # files that make .init and .fini sections work.
10836 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10837 else
10838 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10839 fi
10840 hardcode_libdir_flag_spec='-L$libdir'
10841 hardcode_direct=yes
10842 hardcode_minus_L=yes
10843 hardcode_shlibpath_var=no
10844 ;;
10845
10846 sysv4)
10847 case $host_vendor in
10848 sni)
10849 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10850 hardcode_direct=yes # is this really true???
10851 ;;
10852 siemens)
10853 ## LD is ld it makes a PLAMLIB
10854 ## CC just makes a GrossModule.
10855 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10856 reload_cmds='$CC -r -o $output$reload_objs'
10857 hardcode_direct=no
10858 ;;
10859 motorola)
10860 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10861 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10862 ;;
10863 esac
10864 runpath_var='LD_RUN_PATH'
10865 hardcode_shlibpath_var=no
10866 ;;
10867
10868 sysv4.3*)
10869 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10870 hardcode_shlibpath_var=no
10871 export_dynamic_flag_spec='-Bexport'
10872 ;;
10873
10874 sysv4*MP*)
10875 if test -d /usr/nec; then
10876 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10877 hardcode_shlibpath_var=no
10878 runpath_var=LD_RUN_PATH
10879 hardcode_runpath_var=yes
10880 ld_shlibs=yes
10881 fi
10882 ;;
10883
10884 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10885 no_undefined_flag='${wl}-z,text'
10886 archive_cmds_need_lc=no
10887 hardcode_shlibpath_var=no
10888 runpath_var='LD_RUN_PATH'
10889
10890 if test "$GCC" = yes; then
10891 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10892 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10893 else
10894 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10895 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 fi
10897 ;;
10898
10899 sysv5* | sco3.2v5* | sco5v6*)
10900 # Note: We can NOT use -z defs as we might desire, because we do not
10901 # link with -lc, and that would cause any symbols used from libc to
10902 # always be unresolved, which means just about no library would
10903 # ever link correctly. If we're not using GNU ld we use -z text
10904 # though, which does catch some bad symbols but isn't as heavy-handed
10905 # as -z defs.
10906 no_undefined_flag='${wl}-z,text'
10907 allow_undefined_flag='${wl}-z,nodefs'
10908 archive_cmds_need_lc=no
10909 hardcode_shlibpath_var=no
10910 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10911 hardcode_libdir_separator=':'
10912 link_all_deplibs=yes
10913 export_dynamic_flag_spec='${wl}-Bexport'
10914 runpath_var='LD_RUN_PATH'
10915
10916 if test "$GCC" = yes; then
10917 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10918 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10919 else
10920 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10921 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10922 fi
10923 ;;
10924
10925 uts4*)
10926 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10927 hardcode_libdir_flag_spec='-L$libdir'
10928 hardcode_shlibpath_var=no
10929 ;;
10930
10931 *)
10932 ld_shlibs=no
10933 ;;
10934 esac
10935
10936 if test x$host_vendor = xsni; then
10937 case $host in
10938 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10939 export_dynamic_flag_spec='${wl}-Blargedynsym'
10940 ;;
10941 esac
10942 fi
10943 fi
10944
10945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10946$as_echo "$ld_shlibs" >&6; }
10947test "$ld_shlibs" = no && can_build_shared=no
10948
10949with_gnu_ld=$with_gnu_ld
10950
10951
10952
b7026657 10953
f0569246 10954
f0569246 10955
6ffe910a 10956
6ffe910a
MF
10957
10958
6ffe910a 10959
f0569246 10960
f0569246
AC
10961
10962
6bb11ab3
L
10963
10964
10965#
10966# Do we need to explicitly link libc?
10967#
10968case "x$archive_cmds_need_lc" in
10969x|xyes)
10970 # Assume -lc should be added
10971 archive_cmds_need_lc=yes
10972
10973 if test "$enable_shared" = yes && test "$GCC" = yes; then
10974 case $archive_cmds in
10975 *'~'*)
10976 # FIXME: we may have to deal with multi-command sequences.
10977 ;;
10978 '$CC '*)
10979 # Test whether the compiler implicitly links with -lc since on some
10980 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10981 # to ld, don't add -lc before -lgcc.
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10983$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10984if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 10985 $as_echo_n "(cached) " >&6
b7026657 10986else
6bb11ab3
L
10987 $RM conftest*
10988 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10989
10990 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10991 (eval $ac_compile) 2>&5
10992 ac_status=$?
10993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10994 test $ac_status = 0; } 2>conftest.err; then
10995 soname=conftest
10996 lib=conftest
10997 libobjs=conftest.$ac_objext
10998 deplibs=
10999 wl=$lt_prog_compiler_wl
11000 pic_flag=$lt_prog_compiler_pic
11001 compiler_flags=-v
11002 linker_flags=-v
11003 verstring=
11004 output_objdir=.
11005 libname=conftest
11006 lt_save_allow_undefined_flag=$allow_undefined_flag
11007 allow_undefined_flag=
11008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11009 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11010 ac_status=$?
11011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11012 test $ac_status = 0; }
11013 then
11014 lt_cv_archive_cmds_need_lc=no
11015 else
11016 lt_cv_archive_cmds_need_lc=yes
11017 fi
11018 allow_undefined_flag=$lt_save_allow_undefined_flag
11019 else
11020 cat conftest.err 1>&5
11021 fi
11022 $RM conftest*
c906108c 11023
6ffe910a 11024fi
6bb11ab3
L
11025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11026$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11027 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11028 ;;
11029 esac
11030 fi
11031 ;;
6ffe910a 11032esac
c906108c 11033
c906108c 11034
6ffe910a 11035
c906108c 11036
81ecdfbb 11037
35695fd6 11038
35695fd6 11039
35695fd6 11040
f0569246 11041
c906108c 11042
f0569246 11043
b7026657 11044
f0569246 11045
c906108c 11046
81ecdfbb 11047
c906108c 11048
f0569246
AC
11049
11050
81ecdfbb 11051
81ecdfbb 11052
81ecdfbb
RW
11053
11054
81ecdfbb 11055
81ecdfbb 11056
f0569246
AC
11057
11058
c906108c 11059
f0569246 11060
c906108c 11061
c906108c 11062
81ecdfbb 11063
b7026657 11064
c906108c 11065
f0569246 11066
81ecdfbb 11067
f0569246 11068
c906108c 11069
c906108c 11070
b7026657 11071
81ecdfbb 11072
b7026657 11073
c906108c 11074
c906108c 11075
b7026657
AC
11076
11077
11078
11079
6ffe910a 11080
2232061b
MF
11081
11082
2232061b 11083
2232061b
MF
11084
11085
2232061b
MF
11086
11087
2232061b 11088
2232061b
MF
11089
11090
6bb11ab3
L
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11191$as_echo_n "checking dynamic linker characteristics... " >&6; }
11192
11193if test "$GCC" = yes; then
11194 case $host_os in
11195 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11196 *) lt_awk_arg="/^libraries:/" ;;
11197 esac
11198 case $host_os in
11199 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11200 *) lt_sed_strip_eq="s,=/,/,g" ;;
11201 esac
11202 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11203 case $lt_search_path_spec in
11204 *\;*)
11205 # if the path contains ";" then we assume it to be the separator
11206 # otherwise default to the standard path separator (i.e. ":") - it is
11207 # assumed that no part of a normal pathname contains ";" but that should
11208 # okay in the real world where ";" in dirpaths is itself problematic.
11209 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11210 ;;
11211 *)
11212 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11213 ;;
11214 esac
11215 # Ok, now we have the path, separated by spaces, we can step through it
11216 # and add multilib dir if necessary.
11217 lt_tmp_lt_search_path_spec=
11218 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11219 for lt_sys_path in $lt_search_path_spec; do
11220 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11221 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11222 else
11223 test -d "$lt_sys_path" && \
11224 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11225 fi
11226 done
11227 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11228BEGIN {RS=" "; FS="/|\n";} {
11229 lt_foo="";
11230 lt_count=0;
11231 for (lt_i = NF; lt_i > 0; lt_i--) {
11232 if ($lt_i != "" && $lt_i != ".") {
11233 if ($lt_i == "..") {
11234 lt_count++;
11235 } else {
11236 if (lt_count == 0) {
11237 lt_foo="/" $lt_i lt_foo;
11238 } else {
11239 lt_count--;
11240 }
11241 }
11242 }
11243 }
11244 if (lt_foo != "") { lt_freq[lt_foo]++; }
11245 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11246}'`
11247 # AWK program above erroneously prepends '/' to C:/dos/paths
11248 # for these hosts.
11249 case $host_os in
11250 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11251 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11252 esac
11253 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11254else
11255 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11256fi
11257library_names_spec=
11258libname_spec='lib$name'
11259soname_spec=
11260shrext_cmds=".so"
11261postinstall_cmds=
11262postuninstall_cmds=
11263finish_cmds=
11264finish_eval=
11265shlibpath_var=
11266shlibpath_overrides_runpath=unknown
11267version_type=none
11268dynamic_linker="$host_os ld.so"
11269sys_lib_dlsearch_path_spec="/lib /usr/lib"
11270need_lib_prefix=unknown
11271hardcode_into_libs=no
11272
11273# when you set need_version to no, make sure it does not cause -set_version
11274# flags to be left without arguments
11275need_version=unknown
11276
11277case $host_os in
11278aix3*)
11279 version_type=linux
11280 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11281 shlibpath_var=LIBPATH
11282
11283 # AIX 3 has no versioning support, so we append a major version to the name.
11284 soname_spec='${libname}${release}${shared_ext}$major'
11285 ;;
11286
11287aix[4-9]*)
11288 version_type=linux
11289 need_lib_prefix=no
11290 need_version=no
11291 hardcode_into_libs=yes
11292 if test "$host_cpu" = ia64; then
11293 # AIX 5 supports IA64
11294 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11295 shlibpath_var=LD_LIBRARY_PATH
11296 else
11297 # With GCC up to 2.95.x, collect2 would create an import file
11298 # for dependence libraries. The import file would start with
11299 # the line `#! .'. This would cause the generated library to
11300 # depend on `.', always an invalid library. This was fixed in
11301 # development snapshots of GCC prior to 3.0.
11302 case $host_os in
11303 aix4 | aix4.[01] | aix4.[01].*)
11304 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11305 echo ' yes '
11306 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11307 :
11308 else
11309 can_build_shared=no
11310 fi
11311 ;;
11312 esac
11313 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11314 # soname into executable. Probably we can add versioning support to
11315 # collect2, so additional links can be useful in future.
11316 if test "$aix_use_runtimelinking" = yes; then
11317 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11318 # instead of lib<name>.a to let people know that these are not
11319 # typical AIX shared libraries.
11320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11321 else
11322 # We preserve .a as extension for shared libraries through AIX4.2
11323 # and later when we are not doing run time linking.
11324 library_names_spec='${libname}${release}.a $libname.a'
11325 soname_spec='${libname}${release}${shared_ext}$major'
11326 fi
11327 shlibpath_var=LIBPATH
11328 fi
11329 ;;
11330
11331amigaos*)
11332 case $host_cpu in
11333 powerpc)
11334 # Since July 2007 AmigaOS4 officially supports .so libraries.
11335 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11337 ;;
11338 m68k)
11339 library_names_spec='$libname.ixlibrary $libname.a'
11340 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11341 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'
11342 ;;
11343 esac
11344 ;;
11345
11346beos*)
11347 library_names_spec='${libname}${shared_ext}'
11348 dynamic_linker="$host_os ld.so"
11349 shlibpath_var=LIBRARY_PATH
11350 ;;
11351
11352bsdi[45]*)
11353 version_type=linux
11354 need_version=no
11355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11356 soname_spec='${libname}${release}${shared_ext}$major'
11357 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11358 shlibpath_var=LD_LIBRARY_PATH
11359 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11360 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11361 # the default ld.so.conf also contains /usr/contrib/lib and
11362 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11363 # libtool to hard-code these into programs
11364 ;;
11365
11366cygwin* | mingw* | pw32* | cegcc*)
11367 version_type=windows
11368 shrext_cmds=".dll"
11369 need_version=no
11370 need_lib_prefix=no
11371
11372 case $GCC,$host_os in
11373 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11374 library_names_spec='$libname.dll.a'
11375 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11376 postinstall_cmds='base_file=`basename \${file}`~
11377 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11378 dldir=$destdir/`dirname \$dlpath`~
11379 test -d \$dldir || mkdir -p \$dldir~
11380 $install_prog $dir/$dlname \$dldir/$dlname~
11381 chmod a+x \$dldir/$dlname~
11382 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11383 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11384 fi'
11385 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11386 dlpath=$dir/\$dldll~
11387 $RM \$dlpath'
11388 shlibpath_overrides_runpath=yes
11389
11390 case $host_os in
11391 cygwin*)
11392 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11393 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11394
11395 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11396 ;;
11397 mingw* | cegcc*)
11398 # MinGW DLLs use traditional 'lib' prefix
11399 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11400 ;;
11401 pw32*)
11402 # pw32 DLLs use 'pw' prefix rather than 'lib'
11403 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11404 ;;
11405 esac
11406 ;;
11407
11408 *)
11409 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11410 ;;
11411 esac
11412 dynamic_linker='Win32 ld.exe'
11413 # FIXME: first we should search . and the directory the executable is in
11414 shlibpath_var=PATH
11415 ;;
11416
11417darwin* | rhapsody*)
11418 dynamic_linker="$host_os dyld"
11419 version_type=darwin
11420 need_lib_prefix=no
11421 need_version=no
11422 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11423 soname_spec='${libname}${release}${major}$shared_ext'
11424 shlibpath_overrides_runpath=yes
11425 shlibpath_var=DYLD_LIBRARY_PATH
11426 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11427
11428 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11429 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11430 ;;
11431
11432dgux*)
11433 version_type=linux
11434 need_lib_prefix=no
11435 need_version=no
11436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11437 soname_spec='${libname}${release}${shared_ext}$major'
11438 shlibpath_var=LD_LIBRARY_PATH
11439 ;;
11440
11441freebsd* | dragonfly*)
11442 # DragonFly does not have aout. When/if they implement a new
11443 # versioning mechanism, adjust this.
11444 if test -x /usr/bin/objformat; then
11445 objformat=`/usr/bin/objformat`
11446 else
11447 case $host_os in
11448 freebsd[23].*) objformat=aout ;;
11449 *) objformat=elf ;;
11450 esac
11451 fi
11452 version_type=freebsd-$objformat
11453 case $version_type in
11454 freebsd-elf*)
11455 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11456 need_version=no
11457 need_lib_prefix=no
11458 ;;
11459 freebsd-*)
11460 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11461 need_version=yes
11462 ;;
11463 esac
11464 shlibpath_var=LD_LIBRARY_PATH
11465 case $host_os in
11466 freebsd2.*)
11467 shlibpath_overrides_runpath=yes
11468 ;;
11469 freebsd3.[01]* | freebsdelf3.[01]*)
11470 shlibpath_overrides_runpath=yes
11471 hardcode_into_libs=yes
11472 ;;
11473 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11474 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11475 shlibpath_overrides_runpath=no
11476 hardcode_into_libs=yes
11477 ;;
11478 *) # from 4.6 on, and DragonFly
11479 shlibpath_overrides_runpath=yes
11480 hardcode_into_libs=yes
11481 ;;
11482 esac
11483 ;;
11484
11485gnu*)
11486 version_type=linux
11487 need_lib_prefix=no
11488 need_version=no
11489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11490 soname_spec='${libname}${release}${shared_ext}$major'
11491 shlibpath_var=LD_LIBRARY_PATH
11492 hardcode_into_libs=yes
11493 ;;
11494
11495haiku*)
11496 version_type=linux
11497 need_lib_prefix=no
11498 need_version=no
11499 dynamic_linker="$host_os runtime_loader"
11500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11501 soname_spec='${libname}${release}${shared_ext}$major'
11502 shlibpath_var=LIBRARY_PATH
11503 shlibpath_overrides_runpath=yes
11504 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11505 hardcode_into_libs=yes
11506 ;;
11507
11508hpux9* | hpux10* | hpux11*)
11509 # Give a soname corresponding to the major version so that dld.sl refuses to
11510 # link against other versions.
11511 version_type=sunos
11512 need_lib_prefix=no
11513 need_version=no
11514 case $host_cpu in
11515 ia64*)
11516 shrext_cmds='.so'
11517 hardcode_into_libs=yes
11518 dynamic_linker="$host_os dld.so"
11519 shlibpath_var=LD_LIBRARY_PATH
11520 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 if test "X$HPUX_IA64_MODE" = X32; then
11524 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11525 else
11526 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11527 fi
11528 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11529 ;;
11530 hppa*64*)
11531 shrext_cmds='.sl'
11532 hardcode_into_libs=yes
11533 dynamic_linker="$host_os dld.sl"
11534 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11535 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11537 soname_spec='${libname}${release}${shared_ext}$major'
11538 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11539 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11540 ;;
11541 *)
11542 shrext_cmds='.sl'
11543 dynamic_linker="$host_os dld.sl"
11544 shlibpath_var=SHLIB_PATH
11545 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11547 soname_spec='${libname}${release}${shared_ext}$major'
11548 ;;
11549 esac
11550 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11551 postinstall_cmds='chmod 555 $lib'
11552 # or fails outright, so override atomically:
11553 install_override_mode=555
11554 ;;
11555
11556interix[3-9]*)
11557 version_type=linux
11558 need_lib_prefix=no
11559 need_version=no
11560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11561 soname_spec='${libname}${release}${shared_ext}$major'
11562 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11563 shlibpath_var=LD_LIBRARY_PATH
11564 shlibpath_overrides_runpath=no
11565 hardcode_into_libs=yes
11566 ;;
11567
11568irix5* | irix6* | nonstopux*)
11569 case $host_os in
11570 nonstopux*) version_type=nonstopux ;;
11571 *)
11572 if test "$lt_cv_prog_gnu_ld" = yes; then
11573 version_type=linux
11574 else
11575 version_type=irix
11576 fi ;;
11577 esac
11578 need_lib_prefix=no
11579 need_version=no
11580 soname_spec='${libname}${release}${shared_ext}$major'
11581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11582 case $host_os in
11583 irix5* | nonstopux*)
11584 libsuff= shlibsuff=
11585 ;;
11586 *)
11587 case $LD in # libtool.m4 will add one of these switches to LD
11588 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11589 libsuff= shlibsuff= libmagic=32-bit;;
11590 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11591 libsuff=32 shlibsuff=N32 libmagic=N32;;
11592 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11593 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11594 *) libsuff= shlibsuff= libmagic=never-match;;
11595 esac
11596 ;;
11597 esac
11598 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11599 shlibpath_overrides_runpath=no
11600 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11601 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11602 hardcode_into_libs=yes
11603 ;;
11604
11605# No shared lib support for Linux oldld, aout, or coff.
11606linux*oldld* | linux*aout* | linux*coff*)
11607 dynamic_linker=no
11608 ;;
11609
11610# This must be Linux ELF.
11611linux* | k*bsd*-gnu | kopensolaris*-gnu)
11612 version_type=linux
11613 need_lib_prefix=no
11614 need_version=no
11615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11616 soname_spec='${libname}${release}${shared_ext}$major'
11617 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11618 shlibpath_var=LD_LIBRARY_PATH
11619 shlibpath_overrides_runpath=no
11620
11621 # Some binutils ld are patched to set DT_RUNPATH
11622 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11623 $as_echo_n "(cached) " >&6
11624else
6bb11ab3
L
11625 lt_cv_shlibpath_overrides_runpath=no
11626 save_LDFLAGS=$LDFLAGS
11627 save_libdir=$libdir
11628 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11629 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11631/* end confdefs.h. */
11632
2232061b
MF
11633int
11634main ()
11635{
11636
11637 ;
11638 return 0;
11639}
11640_ACEOF
6bb11ab3
L
11641if ac_fn_c_try_link "$LINENO"; then :
11642 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11643 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11644fi
2232061b 11645fi
6bb11ab3
L
11646rm -f core conftest.err conftest.$ac_objext \
11647 conftest$ac_exeext conftest.$ac_ext
11648 LDFLAGS=$save_LDFLAGS
11649 libdir=$save_libdir
2232061b 11650
6bb11ab3 11651fi
2232061b 11652
6bb11ab3 11653 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11654
6bb11ab3
L
11655 # This implies no fast_install, which is unacceptable.
11656 # Some rework will be needed to allow for fast_install
11657 # before this can be enabled.
11658 hardcode_into_libs=yes
2232061b 11659
6bb11ab3
L
11660 # Append ld.so.conf contents to the search path
11661 if test -f /etc/ld.so.conf; then
11662 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' ' '`
11663 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11664 fi
2232061b 11665
6bb11ab3
L
11666 # We used to test for /lib/ld.so.1 and disable shared libraries on
11667 # powerpc, because MkLinux only supported shared libraries with the
11668 # GNU dynamic linker. Since this was broken with cross compilers,
11669 # most powerpc-linux boxes support dynamic linking these days and
11670 # people can always --disable-shared, the test was removed, and we
11671 # assume the GNU/Linux dynamic linker is in use.
11672 dynamic_linker='GNU/Linux ld.so'
11673 ;;
11674
11675netbsd*)
11676 version_type=sunos
11677 need_lib_prefix=no
11678 need_version=no
11679 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11680 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11681 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11682 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11683 else
6bb11ab3
L
11684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11685 soname_spec='${libname}${release}${shared_ext}$major'
11686 dynamic_linker='NetBSD ld.elf_so'
11687 fi
11688 shlibpath_var=LD_LIBRARY_PATH
11689 shlibpath_overrides_runpath=yes
11690 hardcode_into_libs=yes
11691 ;;
11692
11693newsos6)
11694 version_type=linux
11695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11696 shlibpath_var=LD_LIBRARY_PATH
11697 shlibpath_overrides_runpath=yes
11698 ;;
11699
11700*nto* | *qnx*)
11701 version_type=qnx
11702 need_lib_prefix=no
11703 need_version=no
11704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11705 soname_spec='${libname}${release}${shared_ext}$major'
11706 shlibpath_var=LD_LIBRARY_PATH
11707 shlibpath_overrides_runpath=no
11708 hardcode_into_libs=yes
11709 dynamic_linker='ldqnx.so'
11710 ;;
11711
11712openbsd*)
11713 version_type=sunos
11714 sys_lib_dlsearch_path_spec="/usr/lib"
11715 need_lib_prefix=no
11716 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11717 case $host_os in
11718 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11719 *) need_version=no ;;
11720 esac
11721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11722 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11723 shlibpath_var=LD_LIBRARY_PATH
11724 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11725 case $host_os in
11726 openbsd2.[89] | openbsd2.[89].*)
11727 shlibpath_overrides_runpath=no
11728 ;;
11729 *)
11730 shlibpath_overrides_runpath=yes
11731 ;;
11732 esac
11733 else
11734 shlibpath_overrides_runpath=yes
11735 fi
11736 ;;
11737
11738os2*)
11739 libname_spec='$name'
11740 shrext_cmds=".dll"
11741 need_lib_prefix=no
11742 library_names_spec='$libname${shared_ext} $libname.a'
11743 dynamic_linker='OS/2 ld.exe'
11744 shlibpath_var=LIBPATH
11745 ;;
11746
11747osf3* | osf4* | osf5*)
11748 version_type=osf
11749 need_lib_prefix=no
11750 need_version=no
11751 soname_spec='${libname}${release}${shared_ext}$major'
11752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11753 shlibpath_var=LD_LIBRARY_PATH
11754 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11755 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11756 ;;
11757
11758rdos*)
11759 dynamic_linker=no
11760 ;;
11761
11762solaris*)
11763 version_type=linux
11764 need_lib_prefix=no
11765 need_version=no
11766 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11767 soname_spec='${libname}${release}${shared_ext}$major'
11768 shlibpath_var=LD_LIBRARY_PATH
11769 shlibpath_overrides_runpath=yes
11770 hardcode_into_libs=yes
11771 # ldd complains unless libraries are executable
11772 postinstall_cmds='chmod +x $lib'
11773 ;;
11774
11775sunos4*)
11776 version_type=sunos
11777 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11778 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11779 shlibpath_var=LD_LIBRARY_PATH
11780 shlibpath_overrides_runpath=yes
11781 if test "$with_gnu_ld" = yes; then
11782 need_lib_prefix=no
11783 fi
11784 need_version=yes
11785 ;;
11786
11787sysv4 | sysv4.3*)
11788 version_type=linux
11789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11790 soname_spec='${libname}${release}${shared_ext}$major'
11791 shlibpath_var=LD_LIBRARY_PATH
11792 case $host_vendor in
11793 sni)
11794 shlibpath_overrides_runpath=no
11795 need_lib_prefix=no
11796 runpath_var=LD_RUN_PATH
11797 ;;
11798 siemens)
11799 need_lib_prefix=no
11800 ;;
11801 motorola)
11802 need_lib_prefix=no
11803 need_version=no
11804 shlibpath_overrides_runpath=no
11805 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11806 ;;
11807 esac
11808 ;;
11809
11810sysv4*MP*)
11811 if test -d /usr/nec ;then
11812 version_type=linux
11813 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11814 soname_spec='$libname${shared_ext}.$major'
11815 shlibpath_var=LD_LIBRARY_PATH
2232061b 11816 fi
6bb11ab3
L
11817 ;;
11818
11819sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11820 version_type=freebsd-elf
11821 need_lib_prefix=no
11822 need_version=no
11823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11824 soname_spec='${libname}${release}${shared_ext}$major'
11825 shlibpath_var=LD_LIBRARY_PATH
11826 shlibpath_overrides_runpath=yes
11827 hardcode_into_libs=yes
11828 if test "$with_gnu_ld" = yes; then
11829 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11830 else
11831 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11832 case $host_os in
11833 sco3.2v5*)
11834 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11835 ;;
11836 esac
11837 fi
11838 sys_lib_dlsearch_path_spec='/usr/lib'
11839 ;;
11840
11841tpf*)
11842 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11843 version_type=linux
11844 need_lib_prefix=no
11845 need_version=no
11846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11847 shlibpath_var=LD_LIBRARY_PATH
11848 shlibpath_overrides_runpath=no
11849 hardcode_into_libs=yes
11850 ;;
11851
11852uts4*)
11853 version_type=linux
11854 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11855 soname_spec='${libname}${release}${shared_ext}$major'
11856 shlibpath_var=LD_LIBRARY_PATH
11857 ;;
11858
11859*)
11860 dynamic_linker=no
11861 ;;
11862esac
11863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11864$as_echo "$dynamic_linker" >&6; }
11865test "$dynamic_linker" = no && can_build_shared=no
11866
11867variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11868if test "$GCC" = yes; then
11869 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11870fi
2232061b 11871
6bb11ab3
L
11872if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11873 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11874fi
11875if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11876 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11877fi
11878
11879
11880
11881
11882
11883
11884
11885
11886
11887
11888
11889
11890
11891
11892
11893
11894
11895
11896
11897
11898
11899
11900
11901
11902
11903
2232061b 11904
2232061b 11905
2232061b 11906
2232061b 11907
2232061b
MF
11908
11909
6ffe910a 11910
6ffe910a
MF
11911
11912
11913
11914
11915
2232061b 11916
6ffe910a
MF
11917
11918
11919
11920
6ffe910a 11921
6ffe910a 11922
6ffe910a
MF
11923
11924
6ffe910a 11925
6ffe910a 11926
6ffe910a
MF
11927
11928
5f3ef9d0 11929
5f3ef9d0
JB
11930
11931
11932
db2e4d67
MF
11933
11934
db2e4d67 11935
db2e4d67 11936
db2e4d67 11937
db2e4d67 11938
db2e4d67 11939
db2e4d67 11940
db2e4d67 11941
db2e4d67
MF
11942
11943
db2e4d67 11944
db2e4d67
MF
11945
11946
db2e4d67 11947
db2e4d67
MF
11948
11949
6ffe910a 11950
6ffe910a 11951
6ffe910a
MF
11952
11953
6ffe910a
MF
11954
11955
6ffe910a 11956
6ffe910a 11957
6ffe910a 11958
6ffe910a 11959
6ffe910a 11960
b7026657
AC
11961
11962
11963
c906108c 11964
b7026657 11965
b7026657 11966
b7026657 11967
b7026657 11968
c906108c 11969
6bb11ab3
L
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11971$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11972hardcode_action=
11973if test -n "$hardcode_libdir_flag_spec" ||
11974 test -n "$runpath_var" ||
11975 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 11976
6bb11ab3
L
11977 # We can hardcode non-existent directories.
11978 if test "$hardcode_direct" != no &&
11979 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11980 # have to relink, otherwise we might link with an installed library
11981 # when we should be linking with a yet-to-be-installed one
11982 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11983 test "$hardcode_minus_L" != no; then
11984 # Linking always hardcodes the temporary library directory.
11985 hardcode_action=relink
11986 else
11987 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11988 hardcode_action=immediate
11989 fi
11990else
11991 # We cannot hardcode anything, or else we can only hardcode existing
11992 # directories.
11993 hardcode_action=unsupported
c906108c 11994fi
6bb11ab3
L
11995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11996$as_echo "$hardcode_action" >&6; }
b7026657 11997
6bb11ab3
L
11998if test "$hardcode_action" = relink ||
11999 test "$inherit_rpath" = yes; then
12000 # Fast installation is not supported
12001 enable_fast_install=no
12002elif test "$shlibpath_overrides_runpath" = yes ||
12003 test "$enable_shared" = no; then
12004 # Fast installation is not necessary
12005 enable_fast_install=needless
12006fi
c906108c 12007
6bb11ab3
L
12008
12009
12010
12011
12012
12013 if test "x$enable_dlopen" != xyes; then
12014 enable_dlopen=unknown
12015 enable_dlopen_self=unknown
12016 enable_dlopen_self_static=unknown
12017else
12018 lt_cv_dlopen=no
12019 lt_cv_dlopen_libs=
12020
12021 case $host_os in
12022 beos*)
12023 lt_cv_dlopen="load_add_on"
12024 lt_cv_dlopen_libs=
12025 lt_cv_dlopen_self=yes
12026 ;;
12027
12028 mingw* | pw32* | cegcc*)
12029 lt_cv_dlopen="LoadLibrary"
12030 lt_cv_dlopen_libs=
12031 ;;
12032
12033 cygwin*)
12034 lt_cv_dlopen="dlopen"
12035 lt_cv_dlopen_libs=
12036 ;;
12037
12038 darwin*)
12039 # if libdl is installed we need to link against it
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12041$as_echo_n "checking for dlopen in -ldl... " >&6; }
12042if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12043 $as_echo_n "(cached) " >&6
12044else
12045 ac_check_lib_save_LIBS=$LIBS
12046LIBS="-ldl $LIBS"
12047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048/* end confdefs.h. */
12049
12050/* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12053#ifdef __cplusplus
12054extern "C"
12055#endif
12056char dlopen ();
12057int
12058main ()
12059{
12060return dlopen ();
12061 ;
12062 return 0;
12063}
b7026657 12064_ACEOF
6bb11ab3
L
12065if ac_fn_c_try_link "$LINENO"; then :
12066 ac_cv_lib_dl_dlopen=yes
12067else
12068 ac_cv_lib_dl_dlopen=no
12069fi
12070rm -f core conftest.err conftest.$ac_objext \
12071 conftest$ac_exeext conftest.$ac_ext
12072LIBS=$ac_check_lib_save_LIBS
12073fi
12074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12075$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12076if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12077 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12078else
12079
12080 lt_cv_dlopen="dyld"
12081 lt_cv_dlopen_libs=
12082 lt_cv_dlopen_self=yes
c906108c 12083
c906108c 12084fi
c906108c 12085
6bb11ab3 12086 ;;
c906108c 12087
6bb11ab3
L
12088 *)
12089 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12090if test "x$ac_cv_func_shl_load" = x""yes; then :
12091 lt_cv_dlopen="shl_load"
12092else
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12094$as_echo_n "checking for shl_load in -ldld... " >&6; }
12095if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12096 $as_echo_n "(cached) " >&6
12097else
12098 ac_check_lib_save_LIBS=$LIBS
12099LIBS="-ldld $LIBS"
12100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12101/* end confdefs.h. */
12102
12103/* Override any GCC internal prototype to avoid an error.
12104 Use char because int might match the return type of a GCC
12105 builtin and then its argument prototype would still apply. */
12106#ifdef __cplusplus
12107extern "C"
12108#endif
12109char shl_load ();
12110int
12111main ()
12112{
12113return shl_load ();
12114 ;
12115 return 0;
12116}
12117_ACEOF
12118if ac_fn_c_try_link "$LINENO"; then :
12119 ac_cv_lib_dld_shl_load=yes
12120else
12121 ac_cv_lib_dld_shl_load=no
12122fi
12123rm -f core conftest.err conftest.$ac_objext \
12124 conftest$ac_exeext conftest.$ac_ext
12125LIBS=$ac_check_lib_save_LIBS
12126fi
12127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12128$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12129if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12130 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12131else
12132 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12133if test "x$ac_cv_func_dlopen" = x""yes; then :
12134 lt_cv_dlopen="dlopen"
12135else
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12137$as_echo_n "checking for dlopen in -ldl... " >&6; }
12138if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12139 $as_echo_n "(cached) " >&6
c906108c 12140else
b7026657 12141 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12142LIBS="-ldl $LIBS"
81ecdfbb 12143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12144/* end confdefs.h. */
12145
81ecdfbb
RW
12146/* Override any GCC internal prototype to avoid an error.
12147 Use char because int might match the return type of a GCC
12148 builtin and then its argument prototype would still apply. */
b7026657
AC
12149#ifdef __cplusplus
12150extern "C"
12151#endif
6bb11ab3 12152char dlopen ();
b7026657
AC
12153int
12154main ()
12155{
6bb11ab3 12156return dlopen ();
b7026657
AC
12157 ;
12158 return 0;
12159}
12160_ACEOF
81ecdfbb 12161if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12162 ac_cv_lib_dl_dlopen=yes
b7026657 12163else
6bb11ab3 12164 ac_cv_lib_dl_dlopen=no
b7026657 12165fi
81ecdfbb
RW
12166rm -f core conftest.err conftest.$ac_objext \
12167 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12168LIBS=$ac_check_lib_save_LIBS
12169fi
6bb11ab3
L
12170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12171$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12172if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12173 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12174else
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12176$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12177if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12178 $as_echo_n "(cached) " >&6
c906108c 12179else
b7026657 12180 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12181LIBS="-lsvld $LIBS"
81ecdfbb 12182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12183/* end confdefs.h. */
12184
81ecdfbb
RW
12185/* Override any GCC internal prototype to avoid an error.
12186 Use char because int might match the return type of a GCC
12187 builtin and then its argument prototype would still apply. */
b7026657
AC
12188#ifdef __cplusplus
12189extern "C"
12190#endif
6bb11ab3 12191char dlopen ();
b7026657
AC
12192int
12193main ()
12194{
6bb11ab3 12195return dlopen ();
b7026657
AC
12196 ;
12197 return 0;
12198}
12199_ACEOF
81ecdfbb 12200if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12201 ac_cv_lib_svld_dlopen=yes
b7026657 12202else
6bb11ab3 12203 ac_cv_lib_svld_dlopen=no
b7026657 12204fi
81ecdfbb
RW
12205rm -f core conftest.err conftest.$ac_objext \
12206 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12207LIBS=$ac_check_lib_save_LIBS
12208fi
6bb11ab3
L
12209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12210$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12211if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12212 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12213else
6bb11ab3
L
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12215$as_echo_n "checking for dld_link in -ldld... " >&6; }
12216if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12217 $as_echo_n "(cached) " >&6
b5bd9624 12218else
6bb11ab3
L
12219 ac_check_lib_save_LIBS=$LIBS
12220LIBS="-ldld $LIBS"
81ecdfbb 12221cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12222/* end confdefs.h. */
12223
81ecdfbb
RW
12224/* Override any GCC internal prototype to avoid an error.
12225 Use char because int might match the return type of a GCC
b5bd9624 12226 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12227#ifdef __cplusplus
12228extern "C"
12229#endif
6bb11ab3 12230char dld_link ();
b5bd9624
HPN
12231int
12232main ()
12233{
6bb11ab3 12234return dld_link ();
b5bd9624
HPN
12235 ;
12236 return 0;
12237}
12238_ACEOF
6bb11ab3
L
12239if ac_fn_c_try_link "$LINENO"; then :
12240 ac_cv_lib_dld_dld_link=yes
12241else
12242 ac_cv_lib_dld_dld_link=no
12243fi
12244rm -f core conftest.err conftest.$ac_objext \
12245 conftest$ac_exeext conftest.$ac_ext
12246LIBS=$ac_check_lib_save_LIBS
12247fi
12248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12249$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12250if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12251 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12252fi
12253
12254
12255fi
12256
12257
12258fi
12259
12260
12261fi
12262
12263
12264fi
12265
12266
12267fi
12268
12269 ;;
12270 esac
12271
12272 if test "x$lt_cv_dlopen" != xno; then
12273 enable_dlopen=yes
b5bd9624 12274 else
6bb11ab3
L
12275 enable_dlopen=no
12276 fi
12277
12278 case $lt_cv_dlopen in
12279 dlopen)
12280 save_CPPFLAGS="$CPPFLAGS"
12281 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12282
12283 save_LDFLAGS="$LDFLAGS"
12284 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12285
12286 save_LIBS="$LIBS"
12287 LIBS="$lt_cv_dlopen_libs $LIBS"
12288
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12290$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12291if test "${lt_cv_dlopen_self+set}" = set; then :
12292 $as_echo_n "(cached) " >&6
12293else
12294 if test "$cross_compiling" = yes; then :
12295 lt_cv_dlopen_self=cross
12296else
12297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12298 lt_status=$lt_dlunknown
12299 cat > conftest.$ac_ext <<_LT_EOF
8d0978fb 12300#line 12300 "configure"
6bb11ab3
L
12301#include "confdefs.h"
12302
12303#if HAVE_DLFCN_H
12304#include <dlfcn.h>
12305#endif
12306
12307#include <stdio.h>
12308
12309#ifdef RTLD_GLOBAL
12310# define LT_DLGLOBAL RTLD_GLOBAL
12311#else
12312# ifdef DL_GLOBAL
12313# define LT_DLGLOBAL DL_GLOBAL
12314# else
12315# define LT_DLGLOBAL 0
12316# endif
12317#endif
12318
12319/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12320 find out it does not work in some platform. */
12321#ifndef LT_DLLAZY_OR_NOW
12322# ifdef RTLD_LAZY
12323# define LT_DLLAZY_OR_NOW RTLD_LAZY
12324# else
12325# ifdef DL_LAZY
12326# define LT_DLLAZY_OR_NOW DL_LAZY
12327# else
12328# ifdef RTLD_NOW
12329# define LT_DLLAZY_OR_NOW RTLD_NOW
12330# else
12331# ifdef DL_NOW
12332# define LT_DLLAZY_OR_NOW DL_NOW
12333# else
12334# define LT_DLLAZY_OR_NOW 0
12335# endif
12336# endif
12337# endif
12338# endif
12339#endif
12340
12341/* When -fvisbility=hidden is used, assume the code has been annotated
12342 correspondingly for the symbols needed. */
12343#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12344void fnord () __attribute__((visibility("default")));
12345#endif
12346
12347void fnord () { int i=42; }
12348int main ()
12349{
12350 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12351 int status = $lt_dlunknown;
12352
12353 if (self)
12354 {
12355 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12356 else
12357 {
12358 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12359 else puts (dlerror ());
12360 }
12361 /* dlclose (self); */
12362 }
12363 else
12364 puts (dlerror ());
12365
12366 return status;
12367}
12368_LT_EOF
12369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12370 (eval $ac_link) 2>&5
12371 ac_status=$?
12372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12373 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12374 (./conftest; exit; ) >&5 2>/dev/null
12375 lt_status=$?
12376 case x$lt_status in
12377 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12378 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12379 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12380 esac
12381 else :
12382 # compilation failed
12383 lt_cv_dlopen_self=no
b5bd9624 12384 fi
b5bd9624 12385fi
6bb11ab3
L
12386rm -fr conftest*
12387
12388
b5bd9624 12389fi
6bb11ab3
L
12390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12391$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12392
6bb11ab3
L
12393 if test "x$lt_cv_dlopen_self" = xyes; then
12394 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12396$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12397if test "${lt_cv_dlopen_self_static+set}" = set; then :
12398 $as_echo_n "(cached) " >&6
b5bd9624 12399else
6bb11ab3
L
12400 if test "$cross_compiling" = yes; then :
12401 lt_cv_dlopen_self_static=cross
12402else
12403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12404 lt_status=$lt_dlunknown
12405 cat > conftest.$ac_ext <<_LT_EOF
8d0978fb 12406#line 12406 "configure"
6bb11ab3
L
12407#include "confdefs.h"
12408
12409#if HAVE_DLFCN_H
12410#include <dlfcn.h>
12411#endif
12412
12413#include <stdio.h>
12414
12415#ifdef RTLD_GLOBAL
12416# define LT_DLGLOBAL RTLD_GLOBAL
12417#else
12418# ifdef DL_GLOBAL
12419# define LT_DLGLOBAL DL_GLOBAL
12420# else
12421# define LT_DLGLOBAL 0
12422# endif
12423#endif
12424
12425/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12426 find out it does not work in some platform. */
12427#ifndef LT_DLLAZY_OR_NOW
12428# ifdef RTLD_LAZY
12429# define LT_DLLAZY_OR_NOW RTLD_LAZY
12430# else
12431# ifdef DL_LAZY
12432# define LT_DLLAZY_OR_NOW DL_LAZY
12433# else
12434# ifdef RTLD_NOW
12435# define LT_DLLAZY_OR_NOW RTLD_NOW
12436# else
12437# ifdef DL_NOW
12438# define LT_DLLAZY_OR_NOW DL_NOW
12439# else
12440# define LT_DLLAZY_OR_NOW 0
12441# endif
12442# endif
12443# endif
12444# endif
12445#endif
12446
12447/* When -fvisbility=hidden is used, assume the code has been annotated
12448 correspondingly for the symbols needed. */
12449#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12450void fnord () __attribute__((visibility("default")));
12451#endif
12452
12453void fnord () { int i=42; }
12454int main ()
12455{
12456 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12457 int status = $lt_dlunknown;
12458
12459 if (self)
12460 {
12461 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12462 else
12463 {
12464 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12465 else puts (dlerror ());
12466 }
12467 /* dlclose (self); */
12468 }
12469 else
12470 puts (dlerror ());
12471
12472 return status;
12473}
12474_LT_EOF
12475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12476 (eval $ac_link) 2>&5
12477 ac_status=$?
12478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12479 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12480 (./conftest; exit; ) >&5 2>/dev/null
12481 lt_status=$?
12482 case x$lt_status in
12483 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12484 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12485 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12486 esac
12487 else :
12488 # compilation failed
12489 lt_cv_dlopen_self_static=no
12490 fi
b5bd9624 12491fi
6bb11ab3
L
12492rm -fr conftest*
12493
12494
b5bd9624 12495fi
6bb11ab3
L
12496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12497$as_echo "$lt_cv_dlopen_self_static" >&6; }
12498 fi
12499
12500 CPPFLAGS="$save_CPPFLAGS"
12501 LDFLAGS="$save_LDFLAGS"
12502 LIBS="$save_LIBS"
12503 ;;
12504 esac
12505
12506 case $lt_cv_dlopen_self in
12507 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12508 *) enable_dlopen_self=unknown ;;
12509 esac
12510
12511 case $lt_cv_dlopen_self_static in
12512 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12513 *) enable_dlopen_self_static=unknown ;;
12514 esac
12515fi
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533striplib=
12534old_striplib=
12535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12536$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12537if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12538 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12539 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12541$as_echo "yes" >&6; }
12542else
12543# FIXME - insert some real tests, host_os isn't really good enough
12544 case $host_os in
12545 darwin*)
12546 if test -n "$STRIP" ; then
12547 striplib="$STRIP -x"
12548 old_striplib="$STRIP -S"
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12550$as_echo "yes" >&6; }
12551 else
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12553$as_echo "no" >&6; }
12554 fi
12555 ;;
12556 *)
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12558$as_echo "no" >&6; }
12559 ;;
12560 esac
12561fi
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574 # Report which library types will actually be built
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12576$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12578$as_echo "$can_build_shared" >&6; }
12579
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12581$as_echo_n "checking whether to build shared libraries... " >&6; }
12582 test "$can_build_shared" = "no" && enable_shared=no
12583
12584 # On AIX, shared libraries and static libraries use the same namespace, and
12585 # are all built from PIC.
12586 case $host_os in
12587 aix3*)
12588 test "$enable_shared" = yes && enable_static=no
12589 if test -n "$RANLIB"; then
12590 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12591 postinstall_cmds='$RANLIB $lib'
12592 fi
12593 ;;
12594
12595 aix[4-9]*)
12596 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12597 test "$enable_shared" = yes && enable_static=no
12598 fi
12599 ;;
12600 esac
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12602$as_echo "$enable_shared" >&6; }
12603
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12605$as_echo_n "checking whether to build static libraries... " >&6; }
12606 # Make sure either enable_shared or enable_static is yes.
12607 test "$enable_shared" = yes || enable_static=yes
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12609$as_echo "$enable_static" >&6; }
12610
12611
12612
12613
12614fi
12615ac_ext=c
12616ac_cpp='$CPP $CPPFLAGS'
12617ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12618ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12619ac_compiler_gnu=$ac_cv_c_compiler_gnu
12620
12621CC="$lt_save_CC"
12622
12623
12624
12625
12626
12627
12628
12629
12630
b5bd9624 12631
b5bd9624 12632
b5bd9624 12633
b5bd9624 12634
6bb11ab3
L
12635 ac_config_commands="$ac_config_commands libtool"
12636
12637
12638
12639
12640# Only expand once:
12641
12642
5912fadd 12643
b5bd9624 12644
c906108c
SS
12645. ${srcdir}/../../bfd/configure.host
12646
12647
12648
31e6ad7d
MF
12649
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12651$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12652 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12653if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12654 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12655else
12656 USE_MAINTAINER_MODE=no
c906108c 12657fi
31e6ad7d
MF
12658
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12660$as_echo "$USE_MAINTAINER_MODE" >&6; }
12661 if test $USE_MAINTAINER_MODE = yes; then
12662 MAINTAINER_MODE_TRUE=
12663 MAINTAINER_MODE_FALSE='#'
c906108c 12664else
31e6ad7d
MF
12665 MAINTAINER_MODE_TRUE='#'
12666 MAINTAINER_MODE_FALSE=
81ecdfbb 12667fi
c906108c 12668
31e6ad7d
MF
12669 MAINT=$MAINTAINER_MODE_TRUE
12670
12671
c906108c 12672
81ecdfbb
RW
12673
12674# Check whether --enable-sim-bswap was given.
12675if test "${enable_sim_bswap+set}" = set; then :
12676 enableval=$enable_sim_bswap; case "${enableval}" in
c906108c
SS
12677 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12678 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12679 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
c906108c
SS
12680esac
12681if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12682 echo "Setting bswap flags = $sim_bswap" 6>&1
12683fi
12684else
12685 sim_bswap=""
81ecdfbb 12686fi
c906108c
SS
12687
12688
81ecdfbb
RW
12689
12690# Check whether --enable-sim-cflags was given.
12691if test "${enable_sim_cflags+set}" = set; then :
12692 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12693 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12694 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12695 no) sim_cflags="";;
12696 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12697esac
12698if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12699 echo "Setting sim cflags = $sim_cflags" 6>&1
12700fi
12701else
12702 sim_cflags=""
81ecdfbb 12703fi
c906108c
SS
12704
12705
81ecdfbb
RW
12706
12707# Check whether --enable-sim-debug was given.
12708if test "${enable_sim_debug+set}" = set; then :
12709 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12710 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12711 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12712 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12713esac
12714if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12715 echo "Setting sim debug = $sim_debug" 6>&1
12716fi
12717else
12718 sim_debug=""
81ecdfbb 12719fi
c906108c
SS
12720
12721
81ecdfbb
RW
12722
12723# Check whether --enable-sim-stdio was given.
12724if test "${enable_sim_stdio+set}" = set; then :
12725 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12726 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12727 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12728 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12729esac
12730if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12731 echo "Setting stdio flags = $sim_stdio" 6>&1
12732fi
12733else
12734 sim_stdio=""
81ecdfbb 12735fi
c906108c
SS
12736
12737
81ecdfbb
RW
12738
12739# Check whether --enable-sim-trace was given.
12740if test "${enable_sim_trace+set}" = set; then :
12741 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12742 yes) sim_trace="-DWITH_TRACE=-1";;
12743 no) sim_trace="-DWITH_TRACE=0";;
c906108c 12744 [-0-9]*)
a3487082 12745 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12746 [[:lower:]]*)
c906108c
SS
12747 sim_trace=""
12748 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12749 if test x"$sim_trace" = x; then
12750 sim_trace="-DWITH_TRACE='(TRACE_$x"
12751 else
12752 sim_trace="${sim_trace}|TRACE_$x"
12753 fi
12754 done
12755 sim_trace="$sim_trace)'" ;;
12756esac
12757if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12758 echo "Setting sim trace = $sim_trace" 6>&1
12759fi
12760else
12761 sim_trace=""
81ecdfbb 12762fi
c906108c
SS
12763
12764
81ecdfbb
RW
12765
12766# Check whether --enable-sim-profile was given.
12767if test "${enable_sim_profile+set}" = set; then :
12768 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12769 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12770 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12771 [-0-9]*)
12772 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12773 [a-z]*)
12774 sim_profile=""
12775 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12776 if test x"$sim_profile" = x; then
12777 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12778 else
12779 sim_profile="${sim_profile}|PROFILE_$x"
12780 fi
12781 done
12782 sim_profile="$sim_profile)'" ;;
12783esac
12784if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12785 echo "Setting sim profile = $sim_profile" 6>&1
12786fi
12787else
eb2d80b4 12788 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 12789fi
c906108c
SS
12790
12791
6efef468 12792
81ecdfbb
RW
12793
12794# Check whether --with-pkgversion was given.
12795if test "${with_pkgversion+set}" = set; then :
12796 withval=$with_pkgversion; case "$withval" in
12797 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12798 no) PKGVERSION= ;;
12799 *) PKGVERSION="($withval) " ;;
12800 esac
12801else
bf12d44e 12802 PKGVERSION="(SIM) "
6efef468 12803
81ecdfbb
RW
12804fi
12805
6efef468
JM
12806
12807
12808
12809
81ecdfbb
RW
12810# Check whether --with-bugurl was given.
12811if test "${with_bugurl+set}" = set; then :
12812 withval=$with_bugurl; case "$withval" in
12813 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12814 no) BUGURL=
12815 ;;
12816 *) BUGURL="$withval"
12817 ;;
12818 esac
12819else
12820 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12821
81ecdfbb
RW
12822fi
12823
6efef468
JM
12824 case ${BUGURL} in
12825 "")
12826 REPORT_BUGS_TO=
12827 REPORT_BUGS_TEXI=
12828 ;;
12829 *)
12830 REPORT_BUGS_TO="<$BUGURL>"
12831 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12832 ;;
12833 esac;
12834
12835
12836
12837
12838cat >>confdefs.h <<_ACEOF
12839#define PKGVERSION "$PKGVERSION"
12840_ACEOF
12841
12842
12843cat >>confdefs.h <<_ACEOF
12844#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12845_ACEOF
12846
12847
81ecdfbb
RW
12848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12849$as_echo_n "checking return type of signal handlers... " >&6; }
12850if test "${ac_cv_type_signal+set}" = set; then :
12851 $as_echo_n "(cached) " >&6
c906108c 12852else
81ecdfbb 12853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12854/* end confdefs.h. */
c906108c
SS
12855#include <sys/types.h>
12856#include <signal.h>
c906108c 12857
b7026657
AC
12858int
12859main ()
12860{
81ecdfbb 12861return *(signal (0, 0)) (0) == 1;
b7026657
AC
12862 ;
12863 return 0;
12864}
12865_ACEOF
81ecdfbb
RW
12866if ac_fn_c_try_compile "$LINENO"; then :
12867 ac_cv_type_signal=int
b7026657 12868else
81ecdfbb 12869 ac_cv_type_signal=void
b7026657 12870fi
81ecdfbb 12871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 12872fi
81ecdfbb
RW
12873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12874$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
12875
12876cat >>confdefs.h <<_ACEOF
12877#define RETSIGTYPE $ac_cv_type_signal
12878_ACEOF
12879
12880
12881
12882
12883
12884sim_link_files=
12885sim_link_links=
12886
b7026657
AC
12887# targ-vals.def points to the libc macro description file.
12888case "${target}" in
12889*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12890esac
12891sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12892sim_link_links="${sim_link_links} targ-vals.def"
12893
b7026657 12894
6ffe910a 12895
b7026657 12896# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
12897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
12898$as_echo_n "checking for cygwin... " >&6; }
12899if test "${sim_cv_os_cygwin+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
b7026657 12901else
81ecdfbb 12902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12903/* end confdefs.h. */
12904
12905#ifdef __CYGWIN__
12906lose
12907#endif
12908_ACEOF
12909if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12910 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
12911 sim_cv_os_cygwin=yes
12912else
12913 sim_cv_os_cygwin=no
12914fi
12915rm -f conftest*
12916
12917fi
81ecdfbb
RW
12918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
12919$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657
AC
12920
12921if test x$sim_cv_os_cygwin = xyes; then
12922 TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else echo -ltermcap; fi` -luser32'
12923else
b909d38d
MF
12924 # Keep in sync with gdb's configure.ac list.
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
12926$as_echo_n "checking for library containing tgetent... " >&6; }
12927if test "${ac_cv_search_tgetent+set}" = set; then :
81ecdfbb 12928 $as_echo_n "(cached) " >&6
b7026657 12929else
b909d38d 12930 ac_func_search_save_LIBS=$LIBS
81ecdfbb 12931cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12932/* end confdefs.h. */
12933
b909d38d
MF
12934/* Override any GCC internal prototype to avoid an error.
12935 Use char because int might match the return type of a GCC
12936 builtin and then its argument prototype would still apply. */
12937#ifdef __cplusplus
12938extern "C"
12939#endif
12940char tgetent ();
b7026657
AC
12941int
12942main ()
12943{
b909d38d 12944return tgetent ();
b7026657
AC
12945 ;
12946 return 0;
12947}
12948_ACEOF
b909d38d
MF
12949for ac_lib in '' termcap tinfo curses ncurses; do
12950 if test -z "$ac_lib"; then
12951 ac_res="none required"
12952 else
12953 ac_res=-l$ac_lib
12954 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12955 fi
12956 if ac_fn_c_try_link "$LINENO"; then :
12957 ac_cv_search_tgetent=$ac_res
b7026657 12958fi
81ecdfbb 12959rm -f core conftest.err conftest.$ac_objext \
b909d38d
MF
12960 conftest$ac_exeext
12961 if test "${ac_cv_search_tgetent+set}" = set; then :
12962 break
b7026657 12963fi
b909d38d
MF
12964done
12965if test "${ac_cv_search_tgetent+set}" = set; then :
12966
12967else
12968 ac_cv_search_tgetent=no
12969fi
12970rm conftest.$ac_ext
12971LIBS=$ac_func_search_save_LIBS
12972fi
12973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
12974$as_echo "$ac_cv_search_tgetent" >&6; }
12975ac_res=$ac_cv_search_tgetent
12976if test "$ac_res" != no; then :
12977 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12978 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
12979else
12980 TERMCAP=""
12981fi
12982
12983fi
12984
12985
70a9be63
HPN
12986# We prefer the in-tree readline. Top-level dependencies make sure
12987# src/readline (if it's there) is configured before src/sim.
12988if test -r ../../readline/Makefile; then
12989 READLINE=../../readline/libreadline.a
12990else
81ecdfbb
RW
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
12992$as_echo_n "checking for readline in -lreadline... " >&6; }
12993if test "${ac_cv_lib_readline_readline+set}" = set; then :
12994 $as_echo_n "(cached) " >&6
70a9be63
HPN
12995else
12996 ac_check_lib_save_LIBS=$LIBS
12997LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 12998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
12999/* end confdefs.h. */
13000
81ecdfbb
RW
13001/* Override any GCC internal prototype to avoid an error.
13002 Use char because int might match the return type of a GCC
13003 builtin and then its argument prototype would still apply. */
70a9be63
HPN
13004#ifdef __cplusplus
13005extern "C"
13006#endif
70a9be63
HPN
13007char readline ();
13008int
13009main ()
13010{
81ecdfbb 13011return readline ();
70a9be63
HPN
13012 ;
13013 return 0;
13014}
13015_ACEOF
81ecdfbb 13016if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
13017 ac_cv_lib_readline_readline=yes
13018else
81ecdfbb 13019 ac_cv_lib_readline_readline=no
70a9be63 13020fi
81ecdfbb
RW
13021rm -f core conftest.err conftest.$ac_objext \
13022 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
13023LIBS=$ac_check_lib_save_LIBS
13024fi
81ecdfbb
RW
13025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
13026$as_echo "$ac_cv_lib_readline_readline" >&6; }
13027if test "x$ac_cv_lib_readline_readline" = x""yes; then :
70a9be63
HPN
13028 READLINE=-lreadline
13029else
81ecdfbb 13030 as_fn_error "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
13031fi
13032
13033fi
13034
b7026657 13035
9c5f41df
JG
13036# Check whether --enable-sim-hostendian was given.
13037if test "${enable_sim_hostendian+set}" = set; then :
13038 enableval=$enable_sim_hostendian; case "${enableval}" in
13039 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
13040 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
13041 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
13042 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
13043esac
13044if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
13045 echo "Setting hostendian flags = $sim_hostendian" 6>&1
13046fi
13047else
13048
13049if test "x$cross_compiling" = "xno"; then
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13051$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13052if test "${ac_cv_c_bigendian+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
13054else
13055 ac_cv_c_bigendian=unknown
13056 # See if we're dealing with a universal compiler.
13057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13058/* end confdefs.h. */
13059#ifndef __APPLE_CC__
13060 not a universal capable compiler
13061 #endif
13062 typedef int dummy;
13063
13064_ACEOF
13065if ac_fn_c_try_compile "$LINENO"; then :
13066
13067 # Check for potential -arch flags. It is not universal unless
13068 # there are at least two -arch flags with different values.
13069 ac_arch=
13070 ac_prev=
13071 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13072 if test -n "$ac_prev"; then
13073 case $ac_word in
13074 i?86 | x86_64 | ppc | ppc64)
13075 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13076 ac_arch=$ac_word
13077 else
13078 ac_cv_c_bigendian=universal
13079 break
13080 fi
13081 ;;
13082 esac
13083 ac_prev=
13084 elif test "x$ac_word" = "x-arch"; then
13085 ac_prev=arch
13086 fi
13087 done
13088fi
13089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13090 if test $ac_cv_c_bigendian = unknown; then
13091 # See if sys/param.h defines the BYTE_ORDER macro.
13092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13093/* end confdefs.h. */
13094#include <sys/types.h>
13095 #include <sys/param.h>
13096
13097int
13098main ()
13099{
13100#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13101 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13102 && LITTLE_ENDIAN)
13103 bogus endian macros
13104 #endif
13105
13106 ;
13107 return 0;
13108}
13109_ACEOF
13110if ac_fn_c_try_compile "$LINENO"; then :
13111 # It does; now see whether it defined to BIG_ENDIAN or not.
13112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13113/* end confdefs.h. */
13114#include <sys/types.h>
13115 #include <sys/param.h>
13116
13117int
13118main ()
13119{
13120#if BYTE_ORDER != BIG_ENDIAN
13121 not big endian
13122 #endif
13123
13124 ;
13125 return 0;
13126}
13127_ACEOF
13128if ac_fn_c_try_compile "$LINENO"; then :
13129 ac_cv_c_bigendian=yes
13130else
13131 ac_cv_c_bigendian=no
13132fi
13133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13134fi
13135rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13136 fi
13137 if test $ac_cv_c_bigendian = unknown; then
13138 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140/* end confdefs.h. */
13141#include <limits.h>
13142
13143int
13144main ()
13145{
13146#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13147 bogus endian macros
13148 #endif
13149
13150 ;
13151 return 0;
13152}
13153_ACEOF
13154if ac_fn_c_try_compile "$LINENO"; then :
13155 # It does; now see whether it defined to _BIG_ENDIAN or not.
13156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157/* end confdefs.h. */
13158#include <limits.h>
13159
13160int
13161main ()
13162{
13163#ifndef _BIG_ENDIAN
13164 not big endian
13165 #endif
13166
13167 ;
13168 return 0;
13169}
13170_ACEOF
13171if ac_fn_c_try_compile "$LINENO"; then :
13172 ac_cv_c_bigendian=yes
13173else
13174 ac_cv_c_bigendian=no
13175fi
13176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13177fi
13178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13179 fi
13180 if test $ac_cv_c_bigendian = unknown; then
13181 # Compile a test program.
13182 if test "$cross_compiling" = yes; then :
13183 # Try to guess by grepping values from an object file.
13184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13185/* end confdefs.h. */
13186short int ascii_mm[] =
13187 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13188 short int ascii_ii[] =
13189 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13190 int use_ascii (int i) {
13191 return ascii_mm[i] + ascii_ii[i];
13192 }
13193 short int ebcdic_ii[] =
13194 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13195 short int ebcdic_mm[] =
13196 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13197 int use_ebcdic (int i) {
13198 return ebcdic_mm[i] + ebcdic_ii[i];
13199 }
13200 extern int foo;
13201
13202int
13203main ()
13204{
13205return use_ascii (foo) == use_ebcdic (foo);
13206 ;
13207 return 0;
13208}
13209_ACEOF
13210if ac_fn_c_try_compile "$LINENO"; then :
13211 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13212 ac_cv_c_bigendian=yes
13213 fi
13214 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13215 if test "$ac_cv_c_bigendian" = unknown; then
13216 ac_cv_c_bigendian=no
13217 else
13218 # finding both strings is unlikely to happen, but who knows?
13219 ac_cv_c_bigendian=unknown
13220 fi
13221 fi
13222fi
13223rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13224else
13225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13226/* end confdefs.h. */
13227$ac_includes_default
13228int
13229main ()
13230{
13231
13232 /* Are we little or big endian? From Harbison&Steele. */
13233 union
13234 {
13235 long int l;
13236 char c[sizeof (long int)];
13237 } u;
13238 u.l = 1;
13239 return u.c[sizeof (long int) - 1] == 1;
13240
13241 ;
13242 return 0;
13243}
13244_ACEOF
13245if ac_fn_c_try_run "$LINENO"; then :
13246 ac_cv_c_bigendian=no
13247else
13248 ac_cv_c_bigendian=yes
13249fi
13250rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13251 conftest.$ac_objext conftest.beam conftest.$ac_ext
13252fi
13253
13254 fi
13255fi
13256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13257$as_echo "$ac_cv_c_bigendian" >&6; }
13258 case $ac_cv_c_bigendian in #(
13259 yes)
13260 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13261;; #(
13262 no)
13263 ;; #(
13264 universal)
13265
13266$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13267
13268 ;; #(
13269 *)
13270 as_fn_error "unknown endianness
13271 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13272 esac
13273
13274 if test $ac_cv_c_bigendian = yes; then
13275 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13276 else
13277 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13278 fi
13279else
13280 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13281fi
13282fi
13283
13284
b7026657
AC
13285ac_sources="$sim_link_files"
13286ac_dests="$sim_link_links"
13287while test -n "$ac_sources"; do
13288 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13289 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13290 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13291done
81ecdfbb 13292ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13293
13294cgen_breaks=""
13295if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13296cgen_breaks="break cgen_rtx_error";
13297fi
13298
81ecdfbb 13299ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13300
81ecdfbb 13301ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13302
81ecdfbb 13303ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13304
81ecdfbb 13305ac_config_commands="$ac_config_commands Makefile"
38f48d72 13306
81ecdfbb 13307ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13308
b7026657
AC
13309cat >confcache <<\_ACEOF
13310# This file is a shell script that caches the results of configure
13311# tests run on this system so they can be shared between configure
13312# scripts and configure runs, see configure's option --config-cache.
13313# It is not useful on other systems. If it contains results you don't
13314# want to keep, you may remove or edit it.
13315#
13316# config.status only pays attention to the cache file if you give it
13317# the --recheck option to rerun configure.
13318#
13319# `ac_cv_env_foo' variables (set or unset) will be overridden when
13320# loading this file, other *unset* `ac_cv_foo' will be assigned the
13321# following values.
13322
13323_ACEOF
13324
13325# The following way of writing the cache mishandles newlines in values,
13326# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13327# So, we kill variables containing newlines.
b7026657
AC
13328# Ultrix sh set writes to stderr and can't be redirected directly,
13329# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13330(
13331 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13332 eval ac_val=\$$ac_var
13333 case $ac_val in #(
13334 *${as_nl}*)
13335 case $ac_var in #(
13336 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13337$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13338 esac
13339 case $ac_var in #(
13340 _ | IFS | as_nl) ;; #(
13341 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13342 *) { eval $ac_var=; unset $ac_var;} ;;
13343 esac ;;
13344 esac
13345 done
13346
b7026657 13347 (set) 2>&1 |
81ecdfbb
RW
13348 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13349 *${as_nl}ac_space=\ *)
13350 # `set' does not quote correctly, so add quotes: double-quote
13351 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13352 sed -n \
13353 "s/'/'\\\\''/g;
13354 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13355 ;; #(
b7026657
AC
13356 *)
13357 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13358 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13359 ;;
81ecdfbb
RW
13360 esac |
13361 sort
13362) |
b7026657 13363 sed '
81ecdfbb 13364 /^ac_cv_env_/b end
b7026657 13365 t clear
81ecdfbb 13366 :clear
b7026657
AC
13367 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13368 t end
81ecdfbb
RW
13369 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13370 :end' >>confcache
13371if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13372 if test -w "$cache_file"; then
13373 test "x$cache_file" != "x/dev/null" &&
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13375$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13376 cat confcache >$cache_file
13377 else
81ecdfbb
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13379$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13380 fi
13381fi
13382rm -f confcache
13383
13384test "x$prefix" = xNONE && prefix=$ac_default_prefix
13385# Let make expand exec_prefix.
13386test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13387
b7026657
AC
13388DEFS=-DHAVE_CONFIG_H
13389
13390ac_libobjs=
13391ac_ltlibobjs=
13392for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13393 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13394 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13395 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13396 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13397 # will be set to the directory where LIBOBJS objects are built.
13398 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13399 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13400done
13401LIBOBJS=$ac_libobjs
13402
13403LTLIBOBJS=$ac_ltlibobjs
13404
13405
db2e4d67
MF
13406if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13407 as_fn_error "conditional \"GMAKE\" was never defined.
13408Usually this means the macro was only invoked conditionally." "$LINENO" 5
13409fi
6bb11ab3
L
13410if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13411 as_fn_error "conditional \"PLUGINS\" was never defined.
13412Usually this means the macro was only invoked conditionally." "$LINENO" 5
13413fi
31e6ad7d
MF
13414if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13415 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13416Usually this means the macro was only invoked conditionally." "$LINENO" 5
13417fi
b7026657 13418
9c5f41df 13419
b7026657 13420: ${CONFIG_STATUS=./config.status}
81ecdfbb 13421ac_write_fail=0
b7026657
AC
13422ac_clean_files_save=$ac_clean_files
13423ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13424{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13425$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13426as_write_fail=0
13427cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13428#! $SHELL
13429# Generated by $as_me.
13430# Run this file to recreate the current configuration.
13431# Compiler output produced by configure, useful for debugging
13432# configure, is in config.log if it exists.
13433
13434debug=false
13435ac_cs_recheck=false
13436ac_cs_silent=false
b7026657 13437
81ecdfbb
RW
13438SHELL=\${CONFIG_SHELL-$SHELL}
13439export SHELL
13440_ASEOF
13441cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13442## -------------------- ##
13443## M4sh Initialization. ##
13444## -------------------- ##
13445
13446# Be more Bourne compatible
13447DUALCASE=1; export DUALCASE # for MKS sh
13448if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13449 emulate sh
13450 NULLCMD=:
81ecdfbb 13451 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13452 # is contrary to our usage. Disable this feature.
13453 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13454 setopt NO_GLOB_SUBST
13455else
13456 case `(set -o) 2>/dev/null` in #(
13457 *posix*) :
13458 set -o posix ;; #(
13459 *) :
13460 ;;
13461esac
b7026657 13462fi
b7026657 13463
81ecdfbb
RW
13464
13465as_nl='
13466'
13467export as_nl
13468# Printing a long string crashes Solaris 7 /usr/bin/printf.
13469as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13470as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13471as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13472# Prefer a ksh shell builtin over an external printf program on Solaris,
13473# but without wasting forks for bash or zsh.
13474if test -z "$BASH_VERSION$ZSH_VERSION" \
13475 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13476 as_echo='print -r --'
13477 as_echo_n='print -rn --'
13478elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13479 as_echo='printf %s\n'
13480 as_echo_n='printf %s'
13481else
13482 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13483 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13484 as_echo_n='/usr/ucb/echo -n'
13485 else
13486 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13487 as_echo_n_body='eval
13488 arg=$1;
13489 case $arg in #(
13490 *"$as_nl"*)
13491 expr "X$arg" : "X\\(.*\\)$as_nl";
13492 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13493 esac;
13494 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13495 '
13496 export as_echo_n_body
13497 as_echo_n='sh -c $as_echo_n_body as_echo'
13498 fi
13499 export as_echo_body
13500 as_echo='sh -c $as_echo_body as_echo'
13501fi
13502
13503# The user is always right.
13504if test "${PATH_SEPARATOR+set}" != set; then
13505 PATH_SEPARATOR=:
13506 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13507 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13508 PATH_SEPARATOR=';'
13509 }
b7026657
AC
13510fi
13511
13512
81ecdfbb
RW
13513# IFS
13514# We need space, tab and new line, in precisely that order. Quoting is
13515# there to prevent editors from complaining about space-tab.
13516# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13517# splitting by setting IFS to empty value.)
13518IFS=" "" $as_nl"
13519
13520# Find who we are. Look in the path if we contain no directory separator.
13521case $0 in #((
13522 *[\\/]* ) as_myself=$0 ;;
13523 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13524for as_dir in $PATH
13525do
13526 IFS=$as_save_IFS
13527 test -z "$as_dir" && as_dir=.
13528 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13529 done
13530IFS=$as_save_IFS
13531
13532 ;;
13533esac
13534# We did not find ourselves, most probably we were run as `sh COMMAND'
13535# in which case we are not to be found in the path.
13536if test "x$as_myself" = x; then
13537 as_myself=$0
13538fi
13539if test ! -f "$as_myself"; then
13540 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13541 exit 1
13542fi
13543
13544# Unset variables that we do not need and which cause bugs (e.g. in
13545# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13546# suppresses any "Segmentation fault" message there. '((' could
13547# trigger a bug in pdksh 5.2.14.
13548for as_var in BASH_ENV ENV MAIL MAILPATH
13549do eval test x\${$as_var+set} = xset \
13550 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13551done
b7026657
AC
13552PS1='$ '
13553PS2='> '
13554PS4='+ '
13555
13556# NLS nuisances.
81ecdfbb
RW
13557LC_ALL=C
13558export LC_ALL
13559LANGUAGE=C
13560export LANGUAGE
13561
13562# CDPATH.
13563(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13564
13565
13566# as_fn_error ERROR [LINENO LOG_FD]
13567# ---------------------------------
13568# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13569# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13570# script with status $?, using 1 if that was 0.
13571as_fn_error ()
13572{
13573 as_status=$?; test $as_status -eq 0 && as_status=1
13574 if test "$3"; then
13575 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13576 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13577 fi
81ecdfbb
RW
13578 $as_echo "$as_me: error: $1" >&2
13579 as_fn_exit $as_status
13580} # as_fn_error
13581
13582
13583# as_fn_set_status STATUS
13584# -----------------------
13585# Set $? to STATUS, without forking.
13586as_fn_set_status ()
13587{
13588 return $1
13589} # as_fn_set_status
13590
13591# as_fn_exit STATUS
13592# -----------------
13593# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13594as_fn_exit ()
13595{
13596 set +e
13597 as_fn_set_status $1
13598 exit $1
13599} # as_fn_exit
13600
13601# as_fn_unset VAR
13602# ---------------
13603# Portably unset VAR.
13604as_fn_unset ()
13605{
13606 { eval $1=; unset $1;}
13607}
13608as_unset=as_fn_unset
13609# as_fn_append VAR VALUE
13610# ----------------------
13611# Append the text in VALUE to the end of the definition contained in VAR. Take
13612# advantage of any shell optimizations that allow amortized linear growth over
13613# repeated appends, instead of the typical quadratic growth present in naive
13614# implementations.
13615if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13616 eval 'as_fn_append ()
13617 {
13618 eval $1+=\$2
13619 }'
13620else
13621 as_fn_append ()
13622 {
13623 eval $1=\$$1\$2
13624 }
13625fi # as_fn_append
13626
13627# as_fn_arith ARG...
13628# ------------------
13629# Perform arithmetic evaluation on the ARGs, and store the result in the
13630# global $as_val. Take advantage of shells that can avoid forks. The arguments
13631# must be portable across $(()) and expr.
13632if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13633 eval 'as_fn_arith ()
13634 {
13635 as_val=$(( $* ))
13636 }'
13637else
13638 as_fn_arith ()
13639 {
13640 as_val=`expr "$@" || test $? -eq 1`
13641 }
13642fi # as_fn_arith
13643
b7026657 13644
81ecdfbb
RW
13645if expr a : '\(a\)' >/dev/null 2>&1 &&
13646 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13647 as_expr=expr
c906108c 13648else
b7026657 13649 as_expr=false
c906108c
SS
13650fi
13651
81ecdfbb 13652if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13653 as_basename=basename
13654else
13655 as_basename=false
13656fi
c906108c 13657
81ecdfbb
RW
13658if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13659 as_dirname=dirname
13660else
13661 as_dirname=false
13662fi
c906108c 13663
81ecdfbb 13664as_me=`$as_basename -- "$0" ||
b7026657
AC
13665$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13666 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13667 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13668$as_echo X/"$0" |
13669 sed '/^.*\/\([^/][^/]*\)\/*$/{
13670 s//\1/
13671 q
13672 }
13673 /^X\/\(\/\/\)$/{
13674 s//\1/
13675 q
13676 }
13677 /^X\/\(\/\).*/{
13678 s//\1/
13679 q
13680 }
13681 s/.*/./; q'`
c906108c 13682
b7026657
AC
13683# Avoid depending upon Character Ranges.
13684as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13685as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13686as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13687as_cr_digits='0123456789'
13688as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 13689
81ecdfbb
RW
13690ECHO_C= ECHO_N= ECHO_T=
13691case `echo -n x` in #(((((
13692-n*)
13693 case `echo 'xy\c'` in
13694 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13695 xy) ECHO_C='\c';;
13696 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13697 ECHO_T=' ';;
13698 esac;;
13699*)
13700 ECHO_N='-n';;
b7026657 13701esac
c906108c 13702
81ecdfbb
RW
13703rm -f conf$$ conf$$.exe conf$$.file
13704if test -d conf$$.dir; then
13705 rm -f conf$$.dir/conf$$.file
c906108c 13706else
81ecdfbb
RW
13707 rm -f conf$$.dir
13708 mkdir conf$$.dir 2>/dev/null
c906108c 13709fi
81ecdfbb
RW
13710if (echo >conf$$.file) 2>/dev/null; then
13711 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13712 as_ln_s='ln -s'
81ecdfbb
RW
13713 # ... but there are two gotchas:
13714 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13715 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13716 # In both cases, we have to default to `cp -p'.
13717 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13718 as_ln_s='cp -p'
13719 elif ln conf$$.file conf$$ 2>/dev/null; then
13720 as_ln_s=ln
13721 else
13722 as_ln_s='cp -p'
b7026657 13723 fi
7a292a7a 13724else
b7026657
AC
13725 as_ln_s='cp -p'
13726fi
81ecdfbb
RW
13727rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13728rmdir conf$$.dir 2>/dev/null
13729
7a292a7a 13730
81ecdfbb
RW
13731# as_fn_mkdir_p
13732# -------------
13733# Create "$as_dir" as a directory, including parents if necessary.
13734as_fn_mkdir_p ()
13735{
13736
13737 case $as_dir in #(
13738 -*) as_dir=./$as_dir;;
13739 esac
13740 test -d "$as_dir" || eval $as_mkdir_p || {
13741 as_dirs=
13742 while :; do
13743 case $as_dir in #(
13744 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13745 *) as_qdir=$as_dir;;
13746 esac
13747 as_dirs="'$as_qdir' $as_dirs"
13748 as_dir=`$as_dirname -- "$as_dir" ||
13749$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13750 X"$as_dir" : 'X\(//\)[^/]' \| \
13751 X"$as_dir" : 'X\(//\)$' \| \
13752 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13753$as_echo X"$as_dir" |
13754 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13755 s//\1/
13756 q
13757 }
13758 /^X\(\/\/\)[^/].*/{
13759 s//\1/
13760 q
13761 }
13762 /^X\(\/\/\)$/{
13763 s//\1/
13764 q
13765 }
13766 /^X\(\/\).*/{
13767 s//\1/
13768 q
13769 }
13770 s/.*/./; q'`
13771 test -d "$as_dir" && break
13772 done
13773 test -z "$as_dirs" || eval "mkdir $as_dirs"
13774 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13775
13776
13777} # as_fn_mkdir_p
b7026657 13778if mkdir -p . 2>/dev/null; then
81ecdfbb 13779 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 13780else
b7026657
AC
13781 test -d ./-p && rmdir ./-p
13782 as_mkdir_p=false
7a292a7a 13783fi
7a292a7a 13784
81ecdfbb
RW
13785if test -x / >/dev/null 2>&1; then
13786 as_test_x='test -x'
13787else
13788 if ls -dL / >/dev/null 2>&1; then
13789 as_ls_L_option=L
13790 else
13791 as_ls_L_option=
13792 fi
13793 as_test_x='
13794 eval sh -c '\''
13795 if test -d "$1"; then
13796 test -d "$1/.";
13797 else
13798 case $1 in #(
13799 -*)set "./$1";;
13800 esac;
13801 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13802 ???[sx]*):;;*)false;;esac;fi
13803 '\'' sh
13804 '
13805fi
13806as_executable_p=$as_test_x
7a292a7a 13807
b7026657
AC
13808# Sed expression to map a string onto a valid CPP name.
13809as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 13810
b7026657
AC
13811# Sed expression to map a string onto a valid variable name.
13812as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13813
13814
b7026657 13815exec 6>&1
81ecdfbb
RW
13816## ----------------------------------- ##
13817## Main body of $CONFIG_STATUS script. ##
13818## ----------------------------------- ##
13819_ASEOF
13820test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13821
13822cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13823# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13824# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13825# values after options handling.
13826ac_log="
b7026657 13827This file was extended by $as_me, which was
81ecdfbb 13828generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
13829
13830 CONFIG_FILES = $CONFIG_FILES
13831 CONFIG_HEADERS = $CONFIG_HEADERS
13832 CONFIG_LINKS = $CONFIG_LINKS
13833 CONFIG_COMMANDS = $CONFIG_COMMANDS
13834 $ $0 $@
13835
81ecdfbb
RW
13836on `(hostname || uname -n) 2>/dev/null | sed 1q`
13837"
13838
b7026657
AC
13839_ACEOF
13840
81ecdfbb
RW
13841case $ac_config_files in *"
13842"*) set x $ac_config_files; shift; ac_config_files=$*;;
13843esac
c906108c 13844
81ecdfbb
RW
13845case $ac_config_headers in *"
13846"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13847esac
b7026657 13848
c906108c 13849
81ecdfbb
RW
13850cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13851# Files that config.status was made for.
13852config_files="$ac_config_files"
13853config_headers="$ac_config_headers"
13854config_links="$ac_config_links"
13855config_commands="$ac_config_commands"
c906108c 13856
81ecdfbb 13857_ACEOF
c906108c 13858
81ecdfbb 13859cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13860ac_cs_usage="\
81ecdfbb
RW
13861\`$as_me' instantiates files and other configuration actions
13862from templates according to the current configuration. Unless the files
13863and actions are specified as TAGs, all are instantiated by default.
c906108c 13864
81ecdfbb 13865Usage: $0 [OPTION]... [TAG]...
c906108c 13866
b7026657 13867 -h, --help print this help, then exit
81ecdfbb
RW
13868 -V, --version print version number and configuration settings, then exit
13869 -q, --quiet, --silent
13870 do not print progress messages
b7026657
AC
13871 -d, --debug don't remove temporary files
13872 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13873 --file=FILE[:TEMPLATE]
13874 instantiate the configuration file FILE
13875 --header=FILE[:TEMPLATE]
13876 instantiate the configuration header FILE
379832de 13877
b7026657
AC
13878Configuration files:
13879$config_files
13880
13881Configuration headers:
13882$config_headers
13883
13884Configuration links:
13885$config_links
13886
13887Configuration commands:
13888$config_commands
13889
81ecdfbb 13890Report bugs to the package provider."
b7026657 13891
81ecdfbb
RW
13892_ACEOF
13893cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
13894ac_cs_version="\\
13895config.status
81ecdfbb
RW
13896configured by $0, generated by GNU Autoconf 2.64,
13897 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 13898
81ecdfbb 13899Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
13900This config.status script is free software; the Free Software Foundation
13901gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13902
13903ac_pwd='$ac_pwd'
13904srcdir='$srcdir'
13905INSTALL='$INSTALL'
6bb11ab3 13906AWK='$AWK'
81ecdfbb 13907test -n "\$AWK" || AWK=awk
b7026657
AC
13908_ACEOF
13909
81ecdfbb
RW
13910cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13911# The default lists apply if the user does not specify any file.
b7026657
AC
13912ac_need_defaults=:
13913while test $# != 0
13914do
13915 case $1 in
13916 --*=*)
81ecdfbb
RW
13917 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13918 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13919 ac_shift=:
c906108c 13920 ;;
81ecdfbb 13921 *)
b7026657
AC
13922 ac_option=$1
13923 ac_optarg=$2
13924 ac_shift=shift
c906108c 13925 ;;
b7026657 13926 esac
c906108c 13927
b7026657
AC
13928 case $ac_option in
13929 # Handling of the options.
b7026657
AC
13930 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13931 ac_cs_recheck=: ;;
81ecdfbb
RW
13932 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13933 $as_echo "$ac_cs_version"; exit ;;
13934 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13935 debug=: ;;
13936 --file | --fil | --fi | --f )
13937 $ac_shift
81ecdfbb
RW
13938 case $ac_optarg in
13939 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13940 esac
13941 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13942 ac_need_defaults=false;;
13943 --header | --heade | --head | --hea )
13944 $ac_shift
81ecdfbb
RW
13945 case $ac_optarg in
13946 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13947 esac
13948 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13949 ac_need_defaults=false;;
81ecdfbb
RW
13950 --he | --h)
13951 # Conflict between --help and --header
13952 as_fn_error "ambiguous option: \`$1'
13953Try \`$0 --help' for more information.";;
13954 --help | --hel | -h )
13955 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13956 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13957 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13958 ac_cs_silent=: ;;
c906108c 13959
b7026657 13960 # This is an error.
81ecdfbb
RW
13961 -*) as_fn_error "unrecognized option: \`$1'
13962Try \`$0 --help' for more information." ;;
c906108c 13963
81ecdfbb
RW
13964 *) as_fn_append ac_config_targets " $1"
13965 ac_need_defaults=false ;;
b7026657
AC
13966
13967 esac
13968 shift
13969done
13970
13971ac_configure_extra_args=
13972
13973if $ac_cs_silent; then
13974 exec 6>/dev/null
13975 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13976fi
13977
b7026657 13978_ACEOF
81ecdfbb 13979cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13980if \$ac_cs_recheck; then
81ecdfbb
RW
13981 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13982 shift
13983 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13984 CONFIG_SHELL='$SHELL'
13985 export CONFIG_SHELL
13986 exec "\$@"
b7026657 13987fi
c906108c 13988
b7026657 13989_ACEOF
81ecdfbb
RW
13990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13991exec 5>>config.log
13992{
13993 echo
13994 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13995## Running $as_me. ##
13996_ASBOX
13997 $as_echo "$ac_log"
13998} >&5
c906108c 13999
81ecdfbb
RW
14000_ACEOF
14001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14002#
14003# INIT-COMMANDS
14004#
14005ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14006
6bb11ab3
L
14007
14008# The HP-UX ksh and POSIX shell print the target directory to stdout
14009# if CDPATH is set.
14010(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14011
14012sed_quote_subst='$sed_quote_subst'
14013double_quote_subst='$double_quote_subst'
14014delay_variable_subst='$delay_variable_subst'
14015macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14016macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14017enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14018enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14019pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14020enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14021SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14022ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14023host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14024host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14025host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14026build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14027build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14028build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14029SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14030Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14031GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14032EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14033FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14034LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14035NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14036LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14037max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14038ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14039exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14040lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14041lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14042lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14043reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14044reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14045OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14046deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14047file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14048AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14049AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14050STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14051RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14052old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14053old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14054old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14055lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14056CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14057CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14058compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14059GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14060lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14061lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14062lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14063lt_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"`'
14064objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14065MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14066lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14067lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14068lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14069lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14070lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14071need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14072DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14073NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14074LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14075OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14076OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14077libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14078shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14079extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14080archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14081enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14082export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14083whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14084compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14085old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14086old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14087archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14088archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14089module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14090module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14091with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14092allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14093no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14094hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14095hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14096hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14097hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14098hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14099hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14100hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14101hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14102inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14103link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14104fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14105always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14106export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14107exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14108include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14109prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14110file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14111variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14112need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14113need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14114version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14115runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14116shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14117shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14118libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14119library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14120soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14121install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14122postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14123postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14124finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14125finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14126hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14127sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14128sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14129hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14130enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14131enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14132enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14133old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14134striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14135
14136LTCC='$LTCC'
14137LTCFLAGS='$LTCFLAGS'
14138compiler='$compiler_DEFAULT'
14139
14140# A function that is used when there is no print builtin or printf.
14141func_fallback_echo ()
14142{
14143 eval 'cat <<_LTECHO_EOF
14144\$1
14145_LTECHO_EOF'
14146}
14147
14148# Quote evaled strings.
14149for var in SHELL \
14150ECHO \
14151SED \
14152GREP \
14153EGREP \
14154FGREP \
14155LD \
14156NM \
14157LN_S \
14158lt_SP2NL \
14159lt_NL2SP \
14160reload_flag \
14161OBJDUMP \
14162deplibs_check_method \
14163file_magic_cmd \
14164AR \
14165AR_FLAGS \
14166STRIP \
14167RANLIB \
14168CC \
14169CFLAGS \
14170compiler \
14171lt_cv_sys_global_symbol_pipe \
14172lt_cv_sys_global_symbol_to_cdecl \
14173lt_cv_sys_global_symbol_to_c_name_address \
14174lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14175lt_prog_compiler_no_builtin_flag \
14176lt_prog_compiler_wl \
14177lt_prog_compiler_pic \
14178lt_prog_compiler_static \
14179lt_cv_prog_compiler_c_o \
14180need_locks \
14181DSYMUTIL \
14182NMEDIT \
14183LIPO \
14184OTOOL \
14185OTOOL64 \
14186shrext_cmds \
14187export_dynamic_flag_spec \
14188whole_archive_flag_spec \
14189compiler_needs_object \
14190with_gnu_ld \
14191allow_undefined_flag \
14192no_undefined_flag \
14193hardcode_libdir_flag_spec \
14194hardcode_libdir_flag_spec_ld \
14195hardcode_libdir_separator \
14196fix_srcfile_path \
14197exclude_expsyms \
14198include_expsyms \
14199file_list_spec \
14200variables_saved_for_relink \
14201libname_spec \
14202library_names_spec \
14203soname_spec \
14204install_override_mode \
14205finish_eval \
14206old_striplib \
14207striplib; do
14208 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14209 *[\\\\\\\`\\"\\\$]*)
14210 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14211 ;;
14212 *)
14213 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14214 ;;
14215 esac
14216done
14217
14218# Double-quote double-evaled strings.
14219for var in reload_cmds \
14220old_postinstall_cmds \
14221old_postuninstall_cmds \
14222old_archive_cmds \
14223extract_expsyms_cmds \
14224old_archive_from_new_cmds \
14225old_archive_from_expsyms_cmds \
14226archive_cmds \
14227archive_expsym_cmds \
14228module_cmds \
14229module_expsym_cmds \
14230export_symbols_cmds \
14231prelink_cmds \
14232postinstall_cmds \
14233postuninstall_cmds \
14234finish_cmds \
14235sys_lib_search_path_spec \
14236sys_lib_dlsearch_path_spec; do
14237 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14238 *[\\\\\\\`\\"\\\$]*)
14239 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14240 ;;
14241 *)
14242 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14243 ;;
14244 esac
14245done
14246
14247ac_aux_dir='$ac_aux_dir'
14248xsi_shell='$xsi_shell'
14249lt_shell_append='$lt_shell_append'
14250
14251# See if we are running on zsh, and set the options which allow our
14252# commands through without removal of \ escapes INIT.
14253if test -n "\${ZSH_VERSION+set}" ; then
14254 setopt NO_GLOB_SUBST
14255fi
14256
14257
14258 PACKAGE='$PACKAGE'
14259 VERSION='$VERSION'
14260 TIMESTAMP='$TIMESTAMP'
14261 RM='$RM'
14262 ofile='$ofile'
14263
14264
14265
14266
81ecdfbb 14267_ACEOF
c906108c 14268
81ecdfbb 14269cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14270
81ecdfbb 14271# Handling of arguments.
b7026657 14272for ac_config_target in $ac_config_targets
c906108c 14273do
81ecdfbb
RW
14274 case $ac_config_target in
14275 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14276 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14277 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14278 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14279 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14280 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14281 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14282 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14283 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14284
14285 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14286 esac
14287done
14288
81ecdfbb 14289
b7026657
AC
14290# If the user did not use the arguments to specify the items to instantiate,
14291# then the envvar interface is used. Set only those that are not.
14292# We use the long form for the default assignment because of an extremely
14293# bizarre bug on SunOS 4.1.3.
14294if $ac_need_defaults; then
14295 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14296 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14297 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14298 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14299fi
14300
14301# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14302# simply because there is no reason against having it here, and in addition,
b7026657 14303# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14304# Hook for its removal unless debugging.
14305# Note that there is a small window in which the directory will not be cleaned:
14306# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14307$debug ||
14308{
81ecdfbb
RW
14309 tmp=
14310 trap 'exit_status=$?
14311 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14312' 0
14313 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14314}
b7026657
AC
14315# Create a (secure) tmp directory for tmp files.
14316
14317{
81ecdfbb 14318 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14319 test -n "$tmp" && test -d "$tmp"
14320} ||
14321{
81ecdfbb
RW
14322 tmp=./conf$$-$RANDOM
14323 (umask 077 && mkdir "$tmp")
14324} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
c906108c 14325
81ecdfbb
RW
14326# Set up the scripts for CONFIG_FILES section.
14327# No need to generate them if there are no CONFIG_FILES.
14328# This happens for instance with `./config.status config.h'.
14329if test -n "$CONFIG_FILES"; then
c906108c 14330
c906108c 14331
81ecdfbb
RW
14332ac_cr=`echo X | tr X '\015'`
14333# On cygwin, bash can eat \r inside `` if the user requested igncr.
14334# But we know of no other shell where ac_cr would be empty at this
14335# point, so we can use a bashism as a fallback.
14336if test "x$ac_cr" = x; then
14337 eval ac_cr=\$\'\\r\'
14338fi
14339ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14340if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14341 ac_cs_awk_cr='\r'
14342else
14343 ac_cs_awk_cr=$ac_cr
14344fi
b7026657 14345
81ecdfbb 14346echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14347_ACEOF
14348
81ecdfbb
RW
14349
14350{
14351 echo "cat >conf$$subs.awk <<_ACEOF" &&
14352 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14353 echo "_ACEOF"
14354} >conf$$subs.sh ||
14355 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14356ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14357ac_delim='%!_!# '
14358for ac_last_try in false false false false false :; do
14359 . ./conf$$subs.sh ||
14360 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14361
14362 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14363 if test $ac_delim_n = $ac_delim_num; then
14364 break
14365 elif $ac_last_try; then
14366 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14367 else
14368 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14369 fi
81ecdfbb
RW
14370done
14371rm -f conf$$subs.sh
c906108c 14372
81ecdfbb
RW
14373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14374cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14375_ACEOF
81ecdfbb
RW
14376sed -n '
14377h
14378s/^/S["/; s/!.*/"]=/
14379p
14380g
14381s/^[^!]*!//
14382:repl
14383t repl
14384s/'"$ac_delim"'$//
14385t delim
14386:nl
14387h
14388s/\(.\{148\}\).*/\1/
14389t more1
14390s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14391p
14392n
14393b repl
14394:more1
14395s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14396p
14397g
14398s/.\{148\}//
14399t nl
14400:delim
14401h
14402s/\(.\{148\}\).*/\1/
14403t more2
14404s/["\\]/\\&/g; s/^/"/; s/$/"/
14405p
14406b
14407:more2
14408s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14409p
14410g
14411s/.\{148\}//
14412t delim
14413' <conf$$subs.awk | sed '
14414/^[^""]/{
14415 N
14416 s/\n//
14417}
14418' >>$CONFIG_STATUS || ac_write_fail=1
14419rm -f conf$$subs.awk
14420cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14421_ACAWK
14422cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14423 for (key in S) S_is_set[key] = 1
14424 FS = "\a"
b7026657 14425
81ecdfbb
RW
14426}
14427{
14428 line = $ 0
14429 nfields = split(line, field, "@")
14430 substed = 0
14431 len = length(field[1])
14432 for (i = 2; i < nfields; i++) {
14433 key = field[i]
14434 keylen = length(key)
14435 if (S_is_set[key]) {
14436 value = S[key]
14437 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14438 len += length(value) + length(field[++i])
14439 substed = 1
14440 } else
14441 len += 1 + keylen
14442 }
14443
14444 print line
14445}
b7026657 14446
81ecdfbb
RW
14447_ACAWK
14448_ACEOF
14449cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14450if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14451 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14452else
81ecdfbb
RW
14453 cat
14454fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14455 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14456_ACEOF
c906108c 14457
81ecdfbb
RW
14458# VPATH may cause trouble with some makes, so we remove $(srcdir),
14459# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14460# trailing colons and then remove the whole line if VPATH becomes empty
14461# (actually we leave an empty line to preserve line numbers).
14462if test "x$srcdir" = x.; then
14463 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14464s/:*\$(srcdir):*/:/
14465s/:*\${srcdir}:*/:/
14466s/:*@srcdir@:*/:/
14467s/^\([^=]*=[ ]*\):*/\1/
14468s/:*$//
14469s/^[^=]*=[ ]*$//
14470}'
14471fi
c906108c 14472
81ecdfbb
RW
14473cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14474fi # test -n "$CONFIG_FILES"
c906108c 14475
81ecdfbb
RW
14476# Set up the scripts for CONFIG_HEADERS section.
14477# No need to generate them if there are no CONFIG_HEADERS.
14478# This happens for instance with `./config.status Makefile'.
14479if test -n "$CONFIG_HEADERS"; then
14480cat >"$tmp/defines.awk" <<\_ACAWK ||
14481BEGIN {
14482_ACEOF
b7026657 14483
81ecdfbb
RW
14484# Transform confdefs.h into an awk script `defines.awk', embedded as
14485# here-document in config.status, that substitutes the proper values into
14486# config.h.in to produce config.h.
c906108c 14487
81ecdfbb
RW
14488# Create a delimiter string that does not exist in confdefs.h, to ease
14489# handling of long lines.
14490ac_delim='%!_!# '
14491for ac_last_try in false false :; do
14492 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14493 if test -z "$ac_t"; then
14494 break
14495 elif $ac_last_try; then
14496 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14497 else
81ecdfbb 14498 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14499 fi
b7026657 14500done
81ecdfbb
RW
14501
14502# For the awk script, D is an array of macro values keyed by name,
14503# likewise P contains macro parameters if any. Preserve backslash
14504# newline sequences.
14505
14506ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14507sed -n '
14508s/.\{148\}/&'"$ac_delim"'/g
14509t rset
14510:rset
14511s/^[ ]*#[ ]*define[ ][ ]*/ /
14512t def
14513d
14514:def
14515s/\\$//
14516t bsnl
14517s/["\\]/\\&/g
14518s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14519D["\1"]=" \3"/p
14520s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14521d
14522:bsnl
14523s/["\\]/\\&/g
14524s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14525D["\1"]=" \3\\\\\\n"\\/p
14526t cont
14527s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14528t cont
14529d
14530:cont
14531n
14532s/.\{148\}/&'"$ac_delim"'/g
14533t clear
14534:clear
14535s/\\$//
14536t bsnlc
14537s/["\\]/\\&/g; s/^/"/; s/$/"/p
14538d
14539:bsnlc
14540s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14541b cont
14542' <confdefs.h | sed '
14543s/'"$ac_delim"'/"\\\
14544"/g' >>$CONFIG_STATUS || ac_write_fail=1
14545
14546cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14547 for (key in D) D_is_set[key] = 1
14548 FS = "\a"
14549}
14550/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14551 line = \$ 0
14552 split(line, arg, " ")
14553 if (arg[1] == "#") {
14554 defundef = arg[2]
14555 mac1 = arg[3]
14556 } else {
14557 defundef = substr(arg[1], 2)
14558 mac1 = arg[2]
14559 }
14560 split(mac1, mac2, "(") #)
14561 macro = mac2[1]
14562 prefix = substr(line, 1, index(line, defundef) - 1)
14563 if (D_is_set[macro]) {
14564 # Preserve the white space surrounding the "#".
14565 print prefix "define", macro P[macro] D[macro]
14566 next
14567 } else {
14568 # Replace #undef with comments. This is necessary, for example,
14569 # in the case of _POSIX_SOURCE, which is predefined and required
14570 # on some systems where configure will not decide to define it.
14571 if (defundef == "undef") {
14572 print "/*", prefix defundef, macro, "*/"
14573 next
14574 }
14575 }
14576}
14577{ print }
14578_ACAWK
b7026657 14579_ACEOF
81ecdfbb
RW
14580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14581 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14582fi # test -n "$CONFIG_HEADERS"
b7026657 14583
c906108c 14584
81ecdfbb
RW
14585eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14586shift
14587for ac_tag
14588do
14589 case $ac_tag in
14590 :[FHLC]) ac_mode=$ac_tag; continue;;
14591 esac
14592 case $ac_mode$ac_tag in
14593 :[FHL]*:*);;
14594 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14595 :[FH]-) ac_tag=-:-;;
14596 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14597 esac
81ecdfbb
RW
14598 ac_save_IFS=$IFS
14599 IFS=:
14600 set x $ac_tag
14601 IFS=$ac_save_IFS
14602 shift
14603 ac_file=$1
14604 shift
c906108c 14605
81ecdfbb
RW
14606 case $ac_mode in
14607 :L) ac_source=$1;;
14608 :[FH])
14609 ac_file_inputs=
14610 for ac_f
14611 do
14612 case $ac_f in
14613 -) ac_f="$tmp/stdin";;
14614 *) # Look for the file first in the build tree, then in the source tree
14615 # (if the path is not absolute). The absolute path cannot be DOS-style,
14616 # because $ac_f cannot contain `:'.
14617 test -f "$ac_f" ||
14618 case $ac_f in
14619 [\\/$]*) false;;
14620 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14621 esac ||
14622 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14623 esac
81ecdfbb
RW
14624 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14625 as_fn_append ac_file_inputs " '$ac_f'"
14626 done
b7026657 14627
81ecdfbb
RW
14628 # Let's still pretend it is `configure' which instantiates (i.e., don't
14629 # use $as_me), people would be surprised to read:
14630 # /* config.h. Generated by config.status. */
14631 configure_input='Generated from '`
14632 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14633 `' by configure.'
14634 if test x"$ac_file" != x-; then
14635 configure_input="$ac_file. $configure_input"
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14637$as_echo "$as_me: creating $ac_file" >&6;}
14638 fi
14639 # Neutralize special characters interpreted by sed in replacement strings.
14640 case $configure_input in #(
14641 *\&* | *\|* | *\\* )
14642 ac_sed_conf_input=`$as_echo "$configure_input" |
14643 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14644 *) ac_sed_conf_input=$configure_input;;
14645 esac
b7026657 14646
81ecdfbb
RW
14647 case $ac_tag in
14648 *:-:* | *:-) cat >"$tmp/stdin" \
14649 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14650 esac
14651 ;;
14652 esac
b7026657 14653
81ecdfbb 14654 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14655$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14656 X"$ac_file" : 'X\(//\)[^/]' \| \
14657 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14658 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14659$as_echo X"$ac_file" |
14660 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14661 s//\1/
14662 q
14663 }
14664 /^X\(\/\/\)[^/].*/{
14665 s//\1/
14666 q
14667 }
14668 /^X\(\/\/\)$/{
14669 s//\1/
14670 q
14671 }
14672 /^X\(\/\).*/{
14673 s//\1/
14674 q
14675 }
14676 s/.*/./; q'`
14677 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14678 ac_builddir=.
14679
81ecdfbb
RW
14680case "$ac_dir" in
14681.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14682*)
14683 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14684 # A ".." for each directory in $ac_dir_suffix.
14685 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14686 case $ac_top_builddir_sub in
14687 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14688 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14689 esac ;;
14690esac
14691ac_abs_top_builddir=$ac_pwd
14692ac_abs_builddir=$ac_pwd$ac_dir_suffix
14693# for backward compatibility:
14694ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14695
14696case $srcdir in
81ecdfbb 14697 .) # We are building in place.
b7026657 14698 ac_srcdir=.
81ecdfbb
RW
14699 ac_top_srcdir=$ac_top_builddir_sub
14700 ac_abs_top_srcdir=$ac_pwd ;;
14701 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14702 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14703 ac_top_srcdir=$srcdir
14704 ac_abs_top_srcdir=$srcdir ;;
14705 *) # Relative name.
14706 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14707 ac_top_srcdir=$ac_top_build_prefix$srcdir
14708 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14709esac
81ecdfbb 14710ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14711
c906108c 14712
81ecdfbb
RW
14713 case $ac_mode in
14714 :F)
14715 #
14716 # CONFIG_FILE
14717 #
b7026657 14718
81ecdfbb
RW
14719 case $INSTALL in
14720 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14721 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14722 esac
81ecdfbb 14723_ACEOF
c906108c 14724
81ecdfbb
RW
14725cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14726# If the template does not know about datarootdir, expand it.
14727# FIXME: This hack should be removed a few years after 2.60.
14728ac_datarootdir_hack=; ac_datarootdir_seen=
14729ac_sed_dataroot='
14730/datarootdir/ {
14731 p
14732 q
14733}
14734/@datadir@/p
14735/@docdir@/p
14736/@infodir@/p
14737/@localedir@/p
14738/@mandir@/p'
14739case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14740*datarootdir*) ac_datarootdir_seen=yes;;
14741*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14743$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14744_ACEOF
14745cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14746 ac_datarootdir_hack='
14747 s&@datadir@&$datadir&g
14748 s&@docdir@&$docdir&g
14749 s&@infodir@&$infodir&g
14750 s&@localedir@&$localedir&g
14751 s&@mandir@&$mandir&g
14752 s&\\\${datarootdir}&$datarootdir&g' ;;
14753esac
b7026657 14754_ACEOF
b7026657 14755
81ecdfbb
RW
14756# Neutralize VPATH when `$srcdir' = `.'.
14757# Shell code in configure.ac might set extrasub.
14758# FIXME: do we really want to maintain this feature?
14759cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14760ac_sed_extra="$ac_vpsub
14761$extrasub
14762_ACEOF
14763cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14764:t
14765/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14766s|@configure_input@|$ac_sed_conf_input|;t t
14767s&@top_builddir@&$ac_top_builddir_sub&;t t
14768s&@top_build_prefix@&$ac_top_build_prefix&;t t
14769s&@srcdir@&$ac_srcdir&;t t
14770s&@abs_srcdir@&$ac_abs_srcdir&;t t
14771s&@top_srcdir@&$ac_top_srcdir&;t t
14772s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14773s&@builddir@&$ac_builddir&;t t
14774s&@abs_builddir@&$ac_abs_builddir&;t t
14775s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14776s&@INSTALL@&$ac_INSTALL&;t t
14777$ac_datarootdir_hack
14778"
14779eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14780 || as_fn_error "could not create $ac_file" "$LINENO" 5
14781
14782test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14783 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14784 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14786which seems to be undefined. Please make sure it is defined." >&5
14787$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14788which seems to be undefined. Please make sure it is defined." >&2;}
14789
14790 rm -f "$tmp/stdin"
14791 case $ac_file in
14792 -) cat "$tmp/out" && rm -f "$tmp/out";;
14793 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14794 esac \
14795 || as_fn_error "could not create $ac_file" "$LINENO" 5
14796 ;;
14797 :H)
14798 #
14799 # CONFIG_HEADER
14800 #
14801 if test x"$ac_file" != x-; then
14802 {
14803 $as_echo "/* $configure_input */" \
14804 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14805 } >"$tmp/config.h" \
14806 || as_fn_error "could not create $ac_file" "$LINENO" 5
14807 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14808 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14809$as_echo "$as_me: $ac_file is unchanged" >&6;}
14810 else
14811 rm -f "$ac_file"
14812 mv "$tmp/config.h" "$ac_file" \
14813 || as_fn_error "could not create $ac_file" "$LINENO" 5
14814 fi
b7026657 14815 else
81ecdfbb
RW
14816 $as_echo "/* $configure_input */" \
14817 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14818 || as_fn_error "could not create -" "$LINENO" 5
14819 fi
14820 ;;
14821 :L)
14822 #
14823 # CONFIG_LINK
14824 #
b7026657 14825
81ecdfbb
RW
14826 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14827 :
14828 else
14829 # Prefer the file from the source tree if names are identical.
14830 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14831 ac_source=$srcdir/$ac_source
14832 fi
b7026657 14833
81ecdfbb
RW
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14835$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 14836
81ecdfbb
RW
14837 if test ! -r "$ac_source"; then
14838 as_fn_error "$ac_source: file not found" "$LINENO" 5
14839 fi
14840 rm -f "$ac_file"
b7026657 14841
81ecdfbb
RW
14842 # Try a relative symlink, then a hard link, then a copy.
14843 case $srcdir in
14844 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14845 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14846 esac
14847 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14848 ln "$ac_source" "$ac_file" 2>/dev/null ||
14849 cp -p "$ac_source" "$ac_file" ||
14850 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14851 fi
14852 ;;
14853 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14854$as_echo "$as_me: executing $ac_file commands" >&6;}
14855 ;;
14856 esac
b7026657
AC
14857
14858
81ecdfbb 14859 case $ac_file$ac_mode in
db2e4d67 14860 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14861 "libtool":C)
14862
14863 # See if we are running on zsh, and set the options which allow our
14864 # commands through without removal of \ escapes.
14865 if test -n "${ZSH_VERSION+set}" ; then
14866 setopt NO_GLOB_SUBST
14867 fi
14868
14869 cfgfile="${ofile}T"
14870 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14871 $RM "$cfgfile"
14872
14873 cat <<_LT_EOF >> "$cfgfile"
14874#! $SHELL
14875
14876# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14877# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14878# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14879# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14880#
14881# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14882# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14883# Written by Gordon Matzigkeit, 1996
14884#
14885# This file is part of GNU Libtool.
14886#
14887# GNU Libtool is free software; you can redistribute it and/or
14888# modify it under the terms of the GNU General Public License as
14889# published by the Free Software Foundation; either version 2 of
14890# the License, or (at your option) any later version.
14891#
14892# As a special exception to the GNU General Public License,
14893# if you distribute this file as part of a program or library that
14894# is built using GNU Libtool, you may include this file under the
14895# same distribution terms that you use for the rest of that program.
14896#
14897# GNU Libtool is distributed in the hope that it will be useful,
14898# but WITHOUT ANY WARRANTY; without even the implied warranty of
14899# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14900# GNU General Public License for more details.
14901#
14902# You should have received a copy of the GNU General Public License
14903# along with GNU Libtool; see the file COPYING. If not, a copy
14904# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14905# obtained by writing to the Free Software Foundation, Inc.,
14906# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14907
14908
14909# The names of the tagged configurations supported by this script.
14910available_tags=""
14911
14912# ### BEGIN LIBTOOL CONFIG
14913
14914# Which release of libtool.m4 was used?
14915macro_version=$macro_version
14916macro_revision=$macro_revision
14917
14918# Whether or not to build shared libraries.
14919build_libtool_libs=$enable_shared
14920
14921# Whether or not to build static libraries.
14922build_old_libs=$enable_static
14923
14924# What type of objects to build.
14925pic_mode=$pic_mode
14926
14927# Whether or not to optimize for fast installation.
14928fast_install=$enable_fast_install
14929
14930# Shell to use when invoking shell scripts.
14931SHELL=$lt_SHELL
14932
14933# An echo program that protects backslashes.
14934ECHO=$lt_ECHO
14935
14936# The host system.
14937host_alias=$host_alias
14938host=$host
14939host_os=$host_os
14940
14941# The build system.
14942build_alias=$build_alias
14943build=$build
14944build_os=$build_os
14945
14946# A sed program that does not truncate output.
14947SED=$lt_SED
14948
14949# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14950Xsed="\$SED -e 1s/^X//"
14951
14952# A grep program that handles long lines.
14953GREP=$lt_GREP
14954
14955# An ERE matcher.
14956EGREP=$lt_EGREP
14957
14958# A literal string matcher.
14959FGREP=$lt_FGREP
14960
14961# A BSD- or MS-compatible name lister.
14962NM=$lt_NM
14963
14964# Whether we need soft or hard links.
14965LN_S=$lt_LN_S
14966
14967# What is the maximum length of a command?
14968max_cmd_len=$max_cmd_len
14969
14970# Object file suffix (normally "o").
14971objext=$ac_objext
14972
14973# Executable file suffix (normally "").
14974exeext=$exeext
14975
14976# whether the shell understands "unset".
14977lt_unset=$lt_unset
14978
14979# turn spaces into newlines.
14980SP2NL=$lt_lt_SP2NL
14981
14982# turn newlines into spaces.
14983NL2SP=$lt_lt_NL2SP
14984
14985# An object symbol dumper.
14986OBJDUMP=$lt_OBJDUMP
14987
14988# Method to check whether dependent libraries are shared objects.
14989deplibs_check_method=$lt_deplibs_check_method
14990
14991# Command to use when deplibs_check_method == "file_magic".
14992file_magic_cmd=$lt_file_magic_cmd
14993
14994# The archiver.
14995AR=$lt_AR
14996AR_FLAGS=$lt_AR_FLAGS
14997
14998# A symbol stripping program.
14999STRIP=$lt_STRIP
15000
15001# Commands used to install an old-style archive.
15002RANLIB=$lt_RANLIB
15003old_postinstall_cmds=$lt_old_postinstall_cmds
15004old_postuninstall_cmds=$lt_old_postuninstall_cmds
15005
15006# Whether to use a lock for old archive extraction.
15007lock_old_archive_extraction=$lock_old_archive_extraction
15008
15009# A C compiler.
15010LTCC=$lt_CC
15011
15012# LTCC compiler flags.
15013LTCFLAGS=$lt_CFLAGS
15014
15015# Take the output of nm and produce a listing of raw symbols and C names.
15016global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15017
15018# Transform the output of nm in a proper C declaration.
15019global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15020
15021# Transform the output of nm in a C name address pair.
15022global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15023
15024# Transform the output of nm in a C name address pair when lib prefix is needed.
15025global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15026
15027# The name of the directory that contains temporary libtool files.
15028objdir=$objdir
15029
15030# Used to examine libraries when file_magic_cmd begins with "file".
15031MAGIC_CMD=$MAGIC_CMD
15032
15033# Must we lock files when doing compilation?
15034need_locks=$lt_need_locks
15035
15036# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15037DSYMUTIL=$lt_DSYMUTIL
15038
15039# Tool to change global to local symbols on Mac OS X.
15040NMEDIT=$lt_NMEDIT
15041
15042# Tool to manipulate fat objects and archives on Mac OS X.
15043LIPO=$lt_LIPO
15044
15045# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15046OTOOL=$lt_OTOOL
15047
15048# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15049OTOOL64=$lt_OTOOL64
15050
15051# Old archive suffix (normally "a").
15052libext=$libext
15053
15054# Shared library suffix (normally ".so").
15055shrext_cmds=$lt_shrext_cmds
15056
15057# The commands to extract the exported symbol list from a shared archive.
15058extract_expsyms_cmds=$lt_extract_expsyms_cmds
15059
15060# Variables whose values should be saved in libtool wrapper scripts and
15061# restored at link time.
15062variables_saved_for_relink=$lt_variables_saved_for_relink
15063
15064# Do we need the "lib" prefix for modules?
15065need_lib_prefix=$need_lib_prefix
15066
15067# Do we need a version for libraries?
15068need_version=$need_version
15069
15070# Library versioning type.
15071version_type=$version_type
15072
15073# Shared library runtime path variable.
15074runpath_var=$runpath_var
15075
15076# Shared library path variable.
15077shlibpath_var=$shlibpath_var
15078
15079# Is shlibpath searched before the hard-coded library search path?
15080shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15081
15082# Format of library name prefix.
15083libname_spec=$lt_libname_spec
15084
15085# List of archive names. First name is the real one, the rest are links.
15086# The last name is the one that the linker finds with -lNAME
15087library_names_spec=$lt_library_names_spec
15088
15089# The coded name of the library, if different from the real name.
15090soname_spec=$lt_soname_spec
15091
15092# Permission mode override for installation of shared libraries.
15093install_override_mode=$lt_install_override_mode
15094
15095# Command to use after installation of a shared archive.
15096postinstall_cmds=$lt_postinstall_cmds
15097
15098# Command to use after uninstallation of a shared archive.
15099postuninstall_cmds=$lt_postuninstall_cmds
15100
15101# Commands used to finish a libtool library installation in a directory.
15102finish_cmds=$lt_finish_cmds
15103
15104# As "finish_cmds", except a single script fragment to be evaled but
15105# not shown.
15106finish_eval=$lt_finish_eval
15107
15108# Whether we should hardcode library paths into libraries.
15109hardcode_into_libs=$hardcode_into_libs
15110
15111# Compile-time system search path for libraries.
15112sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15113
15114# Run-time system search path for libraries.
15115sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15116
15117# Whether dlopen is supported.
15118dlopen_support=$enable_dlopen
15119
15120# Whether dlopen of programs is supported.
15121dlopen_self=$enable_dlopen_self
15122
15123# Whether dlopen of statically linked programs is supported.
15124dlopen_self_static=$enable_dlopen_self_static
15125
15126# Commands to strip libraries.
15127old_striplib=$lt_old_striplib
15128striplib=$lt_striplib
15129
15130
15131# The linker used to build libraries.
15132LD=$lt_LD
15133
15134# How to create reloadable object files.
15135reload_flag=$lt_reload_flag
15136reload_cmds=$lt_reload_cmds
15137
15138# Commands used to build an old-style archive.
15139old_archive_cmds=$lt_old_archive_cmds
15140
15141# A language specific compiler.
15142CC=$lt_compiler
15143
15144# Is the compiler the GNU compiler?
15145with_gcc=$GCC
15146
15147# Compiler flag to turn off builtin functions.
15148no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15149
15150# How to pass a linker flag through the compiler.
15151wl=$lt_lt_prog_compiler_wl
15152
15153# Additional compiler flags for building library objects.
15154pic_flag=$lt_lt_prog_compiler_pic
15155
15156# Compiler flag to prevent dynamic linking.
15157link_static_flag=$lt_lt_prog_compiler_static
15158
15159# Does compiler simultaneously support -c and -o options?
15160compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15161
15162# Whether or not to add -lc for building shared libraries.
15163build_libtool_need_lc=$archive_cmds_need_lc
15164
15165# Whether or not to disallow shared libs when runtime libs are static.
15166allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15167
15168# Compiler flag to allow reflexive dlopens.
15169export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15170
15171# Compiler flag to generate shared objects directly from archives.
15172whole_archive_flag_spec=$lt_whole_archive_flag_spec
15173
15174# Whether the compiler copes with passing no objects directly.
15175compiler_needs_object=$lt_compiler_needs_object
15176
15177# Create an old-style archive from a shared archive.
15178old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15179
15180# Create a temporary old-style archive to link instead of a shared archive.
15181old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15182
15183# Commands used to build a shared archive.
15184archive_cmds=$lt_archive_cmds
15185archive_expsym_cmds=$lt_archive_expsym_cmds
15186
15187# Commands used to build a loadable module if different from building
15188# a shared archive.
15189module_cmds=$lt_module_cmds
15190module_expsym_cmds=$lt_module_expsym_cmds
15191
15192# Whether we are building with GNU ld or not.
15193with_gnu_ld=$lt_with_gnu_ld
15194
15195# Flag that allows shared libraries with undefined symbols to be built.
15196allow_undefined_flag=$lt_allow_undefined_flag
15197
15198# Flag that enforces no undefined symbols.
15199no_undefined_flag=$lt_no_undefined_flag
15200
15201# Flag to hardcode \$libdir into a binary during linking.
15202# This must work even if \$libdir does not exist
15203hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15204
15205# If ld is used when linking, flag to hardcode \$libdir into a binary
15206# during linking. This must work even if \$libdir does not exist.
15207hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15208
15209# Whether we need a single "-rpath" flag with a separated argument.
15210hardcode_libdir_separator=$lt_hardcode_libdir_separator
15211
15212# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15213# DIR into the resulting binary.
15214hardcode_direct=$hardcode_direct
15215
15216# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15217# DIR into the resulting binary and the resulting library dependency is
15218# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15219# library is relocated.
15220hardcode_direct_absolute=$hardcode_direct_absolute
15221
15222# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15223# into the resulting binary.
15224hardcode_minus_L=$hardcode_minus_L
15225
15226# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15227# into the resulting binary.
15228hardcode_shlibpath_var=$hardcode_shlibpath_var
15229
15230# Set to "yes" if building a shared library automatically hardcodes DIR
15231# into the library and all subsequent libraries and executables linked
15232# against it.
15233hardcode_automatic=$hardcode_automatic
15234
15235# Set to yes if linker adds runtime paths of dependent libraries
15236# to runtime path list.
15237inherit_rpath=$inherit_rpath
15238
15239# Whether libtool must link a program against all its dependency libraries.
15240link_all_deplibs=$link_all_deplibs
15241
15242# Fix the shell variable \$srcfile for the compiler.
15243fix_srcfile_path=$lt_fix_srcfile_path
15244
15245# Set to "yes" if exported symbols are required.
15246always_export_symbols=$always_export_symbols
15247
15248# The commands to list exported symbols.
15249export_symbols_cmds=$lt_export_symbols_cmds
15250
15251# Symbols that should not be listed in the preloaded symbols.
15252exclude_expsyms=$lt_exclude_expsyms
15253
15254# Symbols that must always be exported.
15255include_expsyms=$lt_include_expsyms
15256
15257# Commands necessary for linking programs (against libraries) with templates.
15258prelink_cmds=$lt_prelink_cmds
15259
15260# Specify filename containing input files.
15261file_list_spec=$lt_file_list_spec
15262
15263# How to hardcode a shared library path into an executable.
15264hardcode_action=$hardcode_action
15265
15266# ### END LIBTOOL CONFIG
15267
15268_LT_EOF
15269
15270 case $host_os in
15271 aix3*)
15272 cat <<\_LT_EOF >> "$cfgfile"
15273# AIX sometimes has problems with the GCC collect2 program. For some
15274# reason, if we set the COLLECT_NAMES environment variable, the problems
15275# vanish in a puff of smoke.
15276if test "X${COLLECT_NAMES+set}" != Xset; then
15277 COLLECT_NAMES=
15278 export COLLECT_NAMES
15279fi
15280_LT_EOF
15281 ;;
15282 esac
15283
15284
15285ltmain="$ac_aux_dir/ltmain.sh"
15286
15287
15288 # We use sed instead of cat because bash on DJGPP gets confused if
15289 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15290 # text mode, it properly converts lines to CR/LF. This bash problem
15291 # is reportedly fixed, but why not run on old versions too?
15292 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15293 || (rm -f "$cfgfile"; exit 1)
15294
15295 case $xsi_shell in
15296 yes)
15297 cat << \_LT_EOF >> "$cfgfile"
15298
15299# func_dirname file append nondir_replacement
15300# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15301# otherwise set result to NONDIR_REPLACEMENT.
15302func_dirname ()
15303{
15304 case ${1} in
15305 */*) func_dirname_result="${1%/*}${2}" ;;
15306 * ) func_dirname_result="${3}" ;;
15307 esac
15308}
15309
15310# func_basename file
15311func_basename ()
15312{
15313 func_basename_result="${1##*/}"
15314}
15315
15316# func_dirname_and_basename file append nondir_replacement
15317# perform func_basename and func_dirname in a single function
15318# call:
15319# dirname: Compute the dirname of FILE. If nonempty,
15320# add APPEND to the result, otherwise set result
15321# to NONDIR_REPLACEMENT.
15322# value returned in "$func_dirname_result"
15323# basename: Compute filename of FILE.
15324# value retuned in "$func_basename_result"
15325# Implementation must be kept synchronized with func_dirname
15326# and func_basename. For efficiency, we do not delegate to
15327# those functions but instead duplicate the functionality here.
15328func_dirname_and_basename ()
15329{
15330 case ${1} in
15331 */*) func_dirname_result="${1%/*}${2}" ;;
15332 * ) func_dirname_result="${3}" ;;
15333 esac
15334 func_basename_result="${1##*/}"
15335}
15336
15337# func_stripname prefix suffix name
15338# strip PREFIX and SUFFIX off of NAME.
15339# PREFIX and SUFFIX must not contain globbing or regex special
15340# characters, hashes, percent signs, but SUFFIX may contain a leading
15341# dot (in which case that matches only a dot).
15342func_stripname ()
15343{
15344 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15345 # positional parameters, so assign one to ordinary parameter first.
15346 func_stripname_result=${3}
15347 func_stripname_result=${func_stripname_result#"${1}"}
15348 func_stripname_result=${func_stripname_result%"${2}"}
15349}
15350
15351# func_opt_split
15352func_opt_split ()
15353{
15354 func_opt_split_opt=${1%%=*}
15355 func_opt_split_arg=${1#*=}
15356}
15357
15358# func_lo2o object
15359func_lo2o ()
15360{
15361 case ${1} in
15362 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15363 *) func_lo2o_result=${1} ;;
15364 esac
15365}
15366
15367# func_xform libobj-or-source
15368func_xform ()
15369{
15370 func_xform_result=${1%.*}.lo
15371}
15372
15373# func_arith arithmetic-term...
15374func_arith ()
15375{
15376 func_arith_result=$(( $* ))
15377}
15378
15379# func_len string
15380# STRING may not start with a hyphen.
15381func_len ()
15382{
15383 func_len_result=${#1}
15384}
15385
15386_LT_EOF
15387 ;;
15388 *) # Bourne compatible functions.
15389 cat << \_LT_EOF >> "$cfgfile"
15390
15391# func_dirname file append nondir_replacement
15392# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15393# otherwise set result to NONDIR_REPLACEMENT.
15394func_dirname ()
15395{
15396 # Extract subdirectory from the argument.
15397 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15398 if test "X$func_dirname_result" = "X${1}"; then
15399 func_dirname_result="${3}"
15400 else
15401 func_dirname_result="$func_dirname_result${2}"
15402 fi
15403}
15404
15405# func_basename file
15406func_basename ()
15407{
15408 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15409}
15410
15411
15412# func_stripname prefix suffix name
15413# strip PREFIX and SUFFIX off of NAME.
15414# PREFIX and SUFFIX must not contain globbing or regex special
15415# characters, hashes, percent signs, but SUFFIX may contain a leading
15416# dot (in which case that matches only a dot).
15417# func_strip_suffix prefix name
15418func_stripname ()
15419{
15420 case ${2} in
15421 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15422 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15423 esac
15424}
15425
15426# sed scripts:
15427my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15428my_sed_long_arg='1s/^-[^=]*=//'
15429
15430# func_opt_split
15431func_opt_split ()
15432{
15433 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15434 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15435}
15436
15437# func_lo2o object
15438func_lo2o ()
15439{
15440 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15441}
15442
15443# func_xform libobj-or-source
15444func_xform ()
15445{
15446 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15447}
15448
15449# func_arith arithmetic-term...
15450func_arith ()
15451{
15452 func_arith_result=`expr "$@"`
15453}
15454
15455# func_len string
15456# STRING may not start with a hyphen.
15457func_len ()
15458{
15459 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15460}
15461
15462_LT_EOF
15463esac
15464
15465case $lt_shell_append in
15466 yes)
15467 cat << \_LT_EOF >> "$cfgfile"
15468
15469# func_append var value
15470# Append VALUE to the end of shell variable VAR.
15471func_append ()
15472{
15473 eval "$1+=\$2"
15474}
15475_LT_EOF
15476 ;;
15477 *)
15478 cat << \_LT_EOF >> "$cfgfile"
15479
15480# func_append var value
15481# Append VALUE to the end of shell variable VAR.
15482func_append ()
15483{
15484 eval "$1=\$$1\$2"
15485}
15486
15487_LT_EOF
15488 ;;
15489 esac
15490
15491
15492 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15493 || (rm -f "$cfgfile"; exit 1)
15494
15495 mv -f "$cfgfile" "$ofile" ||
15496 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15497 chmod +x "$ofile"
15498
15499 ;;
81ecdfbb 15500 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15501 rm -f Makesim1.tmp Makesim2.tmp Makefile
15502 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15503 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15504 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15505 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15506 <Makefile.sim >Makefile
38f48d72 15507 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15508 ;;
81ecdfbb
RW
15509 "stamp-h":C) echo > stamp-h ;;
15510
b7026657 15511 esac
81ecdfbb 15512done # for ac_tag
c906108c 15513
b7026657 15514
81ecdfbb 15515as_fn_exit 0
b7026657 15516_ACEOF
b7026657
AC
15517ac_clean_files=$ac_clean_files_save
15518
81ecdfbb
RW
15519test $ac_write_fail = 0 ||
15520 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15521
b7026657
AC
15522
15523# configure is writing to config.log, and then calls config.status.
15524# config.status does its own redirection, appending to config.log.
15525# Unfortunately, on DOS this fails, as config.log is still kept open
15526# by configure, so config.status won't be able to write to it; its
15527# output is simply discarded. So we exec the FD to /dev/null,
15528# effectively closing config.log, so it can be properly (re)opened and
15529# appended to by config.status. When coming back to configure, we
15530# need to make the FD available again.
15531if test "$no_create" != yes; then
15532 ac_cs_success=:
15533 ac_config_status_args=
15534 test "$silent" = yes &&
15535 ac_config_status_args="$ac_config_status_args --quiet"
15536 exec 5>/dev/null
15537 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15538 exec 5>>config.log
15539 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15540 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15541 $ac_cs_success || as_fn_exit $?
15542fi
15543if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15545$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15546fi
c906108c
SS
15547
15548
This page took 1.933245 seconds and 4 git commands to generate.