sim: drop --enable-sim-cflags option
[deliverable/binutils-gdb.git] / sim / moxie / configure
CommitLineData
fdd6fa61
AG
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
fdd6fa61 8#
fdd6fa61
AG
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
fdd6fa61 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fdd6fa61
AG
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
fdd6fa61 31fi
fdd6fa61 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
fdd6fa61
AG
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
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
fdd6fa61
AG
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
fdd6fa61 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."
fdd6fa61 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."
fdd6fa61 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
fdd6fa61 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
fdd6fa61
AG
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
fdd6fa61 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
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'`
fdd6fa61 418
fdd6fa61
AG
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
fdd6fa61 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 |
fdd6fa61 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
fdd6fa61 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fdd6fa61 444 t loop
81ecdfbb 445 s/-\n.*//
fdd6fa61 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; }
fdd6fa61
AG
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"
fdd6fa61
AG
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
fdd6fa61
AG
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
fdd6fa61 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
fdd6fa61 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 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'
fdd6fa61 491 fi
fdd6fa61
AG
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
fdd6fa61
AG
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
fdd6fa61
AG
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
fdd6fa61 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
fdd6fa61
AG
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
fdd6fa61
AG
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
fdd6fa61 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
fdd6fa61
AG
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
fdd6fa61
AG
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
fdd6fa61
AG
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
fdd6fa61
AG
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
fdd6fa61
AG
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
fdd6fa61
AG
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
fdd6fa61
AG
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fdd6fa61
AG
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
fdd6fa61
AG
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
fdd6fa61 592# include <inttypes.h>
fdd6fa61 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
fdd6fa61
AG
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
6ffe910a 604DTC
81ecdfbb
RW
605REPORT_BUGS_TEXI
606REPORT_BUGS_TO
607PKGVERSION
608sim_profile
609sim_trace
610sim_stdio
611sim_debug
81ecdfbb 612MAINT
31e6ad7d
MF
613MAINTAINER_MODE_FALSE
614MAINTAINER_MODE_TRUE
6bb11ab3
L
615lt_cv_dlopen_libs
616OTOOL64
617OTOOL
618LIPO
619NMEDIT
620DSYMUTIL
621AWK
622STRIP
623OBJDUMP
624LN_S
625NM
626ac_ct_DUMPBIN
627DUMPBIN
628LD
629FGREP
630SED
631LIBTOOL
632PLUGINS_FALSE
633PLUGINS_TRUE
aadc9410
MF
634zlibinc
635zlibdir
81ecdfbb
RW
636CATOBJEXT
637GENCAT
638INSTOBJEXT
639DATADIRNAME
640CATALOGS
641POSUB
642GMSGFMT
643XGETTEXT
644INCINTL
645LIBINTL_DEP
646LIBINTL
647USE_NLS
db2e4d67
MF
648GMAKE_FALSE
649GMAKE_TRUE
650MAKE
651CCDEPMODE
652DEPDIR
653am__leading_dot
5f3ef9d0 654PACKAGE
81ecdfbb
RW
655RANLIB
656AR
657HDEFINES
658CC_FOR_BUILD
659INSTALL_DATA
660INSTALL_SCRIPT
661INSTALL_PROGRAM
2232061b
MF
662EGREP
663GREP
664CPP
81ecdfbb
RW
665target_os
666target_vendor
667target_cpu
668target
669host_os
670host_vendor
671host_cpu
672host
673build_os
674build_vendor
675build_cpu
676build
6ffe910a
MF
677OBJEXT
678EXEEXT
679ac_ct_CC
680CPPFLAGS
681LDFLAGS
682CFLAGS
683CC
81ecdfbb
RW
684WERROR_CFLAGS
685WARN_CFLAGS
686sim_xor_endian
687sim_stdcall
688sim_smp
689sim_reserved_bits
690sim_regparm
691sim_packages
692sim_inline
693sim_hw
694sim_hw_objs
695sim_hw_cflags
696sim_default_model
697sim_scache
698sim_float
81ecdfbb
RW
699sim_endian
700sim_bitsize
701sim_assert
702sim_alignment
703sim_environment
704target_alias
705host_alias
706build_alias
707LIBS
708ECHO_T
709ECHO_N
710ECHO_C
711DEFS
712mandir
713localedir
714libdir
715psdir
716pdfdir
717dvidir
718htmldir
719infodir
720docdir
721oldincludedir
722includedir
723localstatedir
724sharedstatedir
725sysconfdir
726datadir
727datarootdir
728libexecdir
729sbindir
730bindir
731program_transform_name
732prefix
733exec_prefix
734PACKAGE_URL
735PACKAGE_BUGREPORT
736PACKAGE_STRING
737PACKAGE_VERSION
738PACKAGE_TARNAME
739PACKAGE_NAME
740PATH_SEPARATOR
741SHELL'
fdd6fa61 742ac_subst_files=''
81ecdfbb
RW
743ac_user_opts='
744enable_option_checking
aadc9410 745with_system_zlib
6bb11ab3
L
746enable_plugins
747enable_shared
748enable_static
749with_pic
750enable_fast_install
751with_gnu_ld
752enable_libtool_lock
81ecdfbb 753enable_maintainer_mode
81ecdfbb
RW
754enable_sim_debug
755enable_sim_stdio
756enable_sim_trace
757enable_sim_profile
758with_pkgversion
759with_bugurl
5c27d164
AG
760enable_sim_endian
761enable_sim_alignment
5c27d164
AG
762enable_sim_environment
763enable_sim_inline
cc8ab1de
MF
764enable_werror
765enable_build_warnings
766enable_sim_build_warnings
81ecdfbb
RW
767'
768 ac_precious_vars='build_alias
769host_alias
770target_alias
771CC
772CFLAGS
773LDFLAGS
774LIBS
775CPPFLAGS
776CPP'
777
fdd6fa61
AG
778
779# Initialize some variables set by options.
780ac_init_help=
781ac_init_version=false
81ecdfbb
RW
782ac_unrecognized_opts=
783ac_unrecognized_sep=
fdd6fa61
AG
784# The variables have the same names as the options, with
785# dashes changed to underlines.
786cache_file=/dev/null
787exec_prefix=NONE
788no_create=
789no_recursion=
790prefix=NONE
791program_prefix=NONE
792program_suffix=NONE
793program_transform_name=s,x,x,
794silent=
795site=
796srcdir=
797verbose=
798x_includes=NONE
799x_libraries=NONE
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.)
fdd6fa61
AG
807bindir='${exec_prefix}/bin'
808sbindir='${exec_prefix}/sbin'
809libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
810datarootdir='${prefix}/share'
811datadir='${datarootdir}'
fdd6fa61
AG
812sysconfdir='${prefix}/etc'
813sharedstatedir='${prefix}/com'
814localstatedir='${prefix}/var'
fdd6fa61
AG
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'
fdd6fa61
AG
826
827ac_prev=
81ecdfbb 828ac_dashdash=
fdd6fa61
AG
829for ac_option
830do
831 # If the previous option needs an argument, assign it.
832 if test -n "$ac_prev"; then
81ecdfbb 833 eval $ac_prev=\$ac_option
fdd6fa61
AG
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
fdd6fa61
AG
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 ;;
fdd6fa61
AG
848
849 -bindir | --bindir | --bindi | --bind | --bin | --bi)
850 ac_prev=bindir ;;
851 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
852 bindir=$ac_optarg ;;
853
854 -build | --build | --buil | --bui | --bu)
855 ac_prev=build_alias ;;
856 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
857 build_alias=$ac_optarg ;;
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=*)
864 cache_file=$ac_optarg ;;
865
866 --config-cache | -C)
867 cache_file=config.cache ;;
868
81ecdfbb 869 -datadir | --datadir | --datadi | --datad)
fdd6fa61 870 ac_prev=datadir ;;
81ecdfbb 871 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fdd6fa61
AG
872 datadir=$ac_optarg ;;
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
fdd6fa61 881 -disable-* | --disable-*)
81ecdfbb 882 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fdd6fa61 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 ;;
fdd6fa61
AG
906
907 -enable-* | --enable-*)
81ecdfbb 908 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fdd6fa61 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=', ';;
fdd6fa61 920 esac
81ecdfbb 921 eval enable_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
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=*)
930 exec_prefix=$ac_optarg ;;
931
932 -gas | --gas | --ga | --g)
933 # Obsolete; use --with-gas.
934 with_gas=yes ;;
935
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 ;;
942
943 -host | --host | --hos | --ho)
944 ac_prev=host_alias ;;
945 -host=* | --host=* | --hos=* | --ho=*)
946 host_alias=$ac_optarg ;;
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
fdd6fa61
AG
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=*)
959 includedir=$ac_optarg ;;
960
961 -infodir | --infodir | --infodi | --infod | --info | --inf)
962 ac_prev=infodir ;;
963 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
964 infodir=$ac_optarg ;;
965
966 -libdir | --libdir | --libdi | --libd)
967 ac_prev=libdir ;;
968 -libdir=* | --libdir=* | --libdi=* | --libd=*)
969 libdir=$ac_optarg ;;
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=*)
976 libexecdir=$ac_optarg ;;
977
81ecdfbb
RW
978 -localedir | --localedir | --localedi | --localed | --locale)
979 ac_prev=localedir ;;
980 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
981 localedir=$ac_optarg ;;
982
fdd6fa61 983 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 984 | --localstate | --localstat | --localsta | --localst | --locals)
fdd6fa61
AG
985 ac_prev=localstatedir ;;
986 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 987 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fdd6fa61
AG
988 localstatedir=$ac_optarg ;;
989
990 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
991 ac_prev=mandir ;;
992 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
993 mandir=$ac_optarg ;;
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 \
1000 | --no-cr | --no-c | -n)
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=*)
1014 oldincludedir=$ac_optarg ;;
1015
1016 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 ac_prev=prefix ;;
1018 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1019 prefix=$ac_optarg ;;
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=*)
1026 program_prefix=$ac_optarg ;;
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=*)
1033 program_suffix=$ac_optarg ;;
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=*)
1050 program_transform_name=$ac_optarg ;;
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
fdd6fa61
AG
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=*)
1070 sbindir=$ac_optarg ;;
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=*)
1081 sharedstatedir=$ac_optarg ;;
1082
1083 -site | --site | --sit)
1084 ac_prev=site ;;
1085 -site=* | --site=* | --sit=*)
1086 site=$ac_optarg ;;
1087
1088 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1089 ac_prev=srcdir ;;
1090 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1091 srcdir=$ac_optarg ;;
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=*)
1098 sysconfdir=$ac_optarg ;;
1099
1100 -target | --target | --targe | --targ | --tar | --ta | --t)
1101 ac_prev=target_alias ;;
1102 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1103 target_alias=$ac_optarg ;;
1104
1105 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1106 verbose=yes ;;
1107
1108 -version | --version | --versio | --versi | --vers | -V)
1109 ac_init_version=: ;;
1110
1111 -with-* | --with-*)
81ecdfbb 1112 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fdd6fa61 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=', ';;
fdd6fa61 1124 esac
81ecdfbb 1125 eval with_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
1126
1127 -without-* | --without-*)
81ecdfbb 1128 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fdd6fa61 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 ;;
fdd6fa61
AG
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=*)
1152 x_includes=$ac_optarg ;;
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=*)
1159 x_libraries=$ac_optarg ;;
1160
81ecdfbb
RW
1161 -*) as_fn_error "unrecognized option: \`$ac_option'
1162Try \`$0 --help' for more information."
fdd6fa61
AG
1163 ;;
1164
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
fdd6fa61
AG
1173 export $ac_envvar ;;
1174
1175 *)
1176 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1177 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fdd6fa61 1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1179 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
fdd6fa61
AG
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1181 ;;
1182
1183 esac
1184done
1185
1186if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1188 as_fn_error "missing argument to $ac_option"
fdd6fa61
AG
1189fi
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 ;;
fdd6fa61 1196 esac
81ecdfbb 1197fi
fdd6fa61 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
fdd6fa61 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.
fdd6fa61 1213 case $ac_val in
81ecdfbb
RW
1214 [\\/$]* | ?:[\\/]* ) continue;;
1215 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fdd6fa61 1216 esac
81ecdfbb 1217 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
fdd6fa61
AG
1218done
1219
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.
fdd6fa61
AG
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
1237
1238ac_tool_prefix=
1239test -n "$host_alias" && ac_tool_prefix=$host_alias-
1240
1241test "$silent" = yes && exec 6>/dev/null
1242
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
fdd6fa61
AG
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'`
fdd6fa61 1279 srcdir=$ac_confdir
81ecdfbb 1280 if test ! -r "$srcdir/$ac_unique_file"; then
fdd6fa61
AG
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
fdd6fa61
AG
1310
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.
1319
1320Usage: $0 [OPTION]... [VAR=VALUE]...
1321
1322To assign environment variables (e.g., CC, CFLAGS...), specify them as
1323VAR=VALUE. See below for descriptions of some of the useful variables.
1324
1325Defaults for the options are specified in brackets.
1326
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
fdd6fa61
AG
1338Installation directories:
1339 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1340 [$ac_default_prefix]
fdd6fa61 1341 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1342 [PREFIX]
fdd6fa61
AG
1343
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'.
1348
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]
fdd6fa61
AG
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
1385fi
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
fdd6fa61
AG
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-debug=opts Enable debugging flags (for developers of the sim
1404 itself)
1405 --enable-sim-stdio Specify whether to use stdio for console
1406 input/output
1407 --enable-sim-trace=opts Enable tracing of simulated programs
1408 --enable-sim-profile=opts
1409 Enable profiling flags
1410 --enable-sim-endian=endian
1411 Specify target byte endian orientation
1412 --enable-sim-alignment=align
1413 Specify strict, nonstrict or forced alignment of
1414 memory accesses
8d0978fb
MF
1415 --enable-sim-environment=environment
1416 Specify mixed, user, virtual or operating
1417 environment
1418 --enable-sim-inline=inlines
1419 Specify which functions should be inlined
cc8ab1de
MF
1420 --enable-werror treat compile warnings as errors
1421 --enable-build-warnings enable build-time compiler warnings if gcc is used
1422 --enable-sim-build-warnings
1423 enable SIM specific build-time compiler warnings if
1424 gcc is used
fdd6fa61 1425
d6416cdc
RW
1426Optional Packages:
1427 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1428 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1429 --with-system-zlib use installed libz
6bb11ab3
L
1430 --with-pic try to use only PIC/non-PIC objects [default=use
1431 both]
1432 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1433 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
d6416cdc
RW
1434 --with-bugurl=URL Direct users to URL to report a bug
1435
fdd6fa61
AG
1436Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
81ecdfbb
RW
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
fdd6fa61
AG
1444 CPP C preprocessor
1445
1446Use these variables to override the choices made by `configure' or to help
1447it to find libraries and programs with nonstandard names/locations.
1448
81ecdfbb 1449Report bugs to the package provider.
fdd6fa61 1450_ACEOF
81ecdfbb 1451ac_status=$?
fdd6fa61
AG
1452fi
1453
1454if test "$ac_init_help" = "recursive"; then
1455 # If there are subdirs, report their specific --help.
fdd6fa61 1456 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1457 test -d "$ac_dir" ||
1458 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1459 continue
fdd6fa61
AG
1460 ac_builddir=.
1461
81ecdfbb
RW
1462case "$ac_dir" in
1463.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464*)
1465 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1466 # A ".." for each directory in $ac_dir_suffix.
1467 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1468 case $ac_top_builddir_sub in
1469 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1471 esac ;;
1472esac
1473ac_abs_top_builddir=$ac_pwd
1474ac_abs_builddir=$ac_pwd$ac_dir_suffix
1475# for backward compatibility:
1476ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
1477
1478case $srcdir in
81ecdfbb 1479 .) # We are building in place.
fdd6fa61 1480 ac_srcdir=.
81ecdfbb
RW
1481 ac_top_srcdir=$ac_top_builddir_sub
1482 ac_abs_top_srcdir=$ac_pwd ;;
1483 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 1484 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1485 ac_top_srcdir=$srcdir
1486 ac_abs_top_srcdir=$srcdir ;;
1487 *) # Relative name.
1488 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1489 ac_top_srcdir=$ac_top_build_prefix$srcdir
1490 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 1491esac
81ecdfbb
RW
1492ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493
1494 cd "$ac_dir" || { ac_status=$?; continue; }
1495 # Check for guested configure.
1496 if test -f "$ac_srcdir/configure.gnu"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1499 elif test -f "$ac_srcdir/configure"; then
1500 echo &&
1501 $SHELL "$ac_srcdir/configure" --help=recursive
fdd6fa61 1502 else
81ecdfbb
RW
1503 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 fi || ac_status=$?
1505 cd "$ac_pwd" || { ac_status=$?; break; }
fdd6fa61
AG
1506 done
1507fi
1508
81ecdfbb 1509test -n "$ac_init_help" && exit $ac_status
fdd6fa61
AG
1510if $ac_init_version; then
1511 cat <<\_ACEOF
81ecdfbb
RW
1512configure
1513generated by GNU Autoconf 2.64
fdd6fa61 1514
81ecdfbb 1515Copyright (C) 2009 Free Software Foundation, Inc.
fdd6fa61
AG
1516This configure script is free software; the Free Software Foundation
1517gives unlimited permission to copy, distribute and modify it.
1518_ACEOF
81ecdfbb 1519 exit
fdd6fa61 1520fi
fdd6fa61 1521
81ecdfbb
RW
1522## ------------------------ ##
1523## Autoconf initialization. ##
1524## ------------------------ ##
fdd6fa61 1525
81ecdfbb
RW
1526# ac_fn_c_try_compile LINENO
1527# --------------------------
1528# Try to compile conftest.$ac_ext, and return whether this succeeded.
1529ac_fn_c_try_compile ()
fdd6fa61 1530{
81ecdfbb
RW
1531 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1532 rm -f conftest.$ac_objext
1533 if { { ac_try="$ac_compile"
1534case "(($ac_try" in
1535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1536 *) ac_try_echo=$ac_try;;
1537esac
1538eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1539$as_echo "$ac_try_echo"; } >&5
1540 (eval "$ac_compile") 2>conftest.err
1541 ac_status=$?
1542 if test -s conftest.err; then
1543 grep -v '^ *+' conftest.err >conftest.er1
1544 cat conftest.er1 >&5
1545 mv -f conftest.er1 conftest.err
1546 fi
1547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1548 test $ac_status = 0; } && {
1549 test -z "$ac_c_werror_flag" ||
1550 test ! -s conftest.err
1551 } && test -s conftest.$ac_objext; then :
1552 ac_retval=0
1553else
1554 $as_echo "$as_me: failed program was:" >&5
1555sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1556
81ecdfbb
RW
1557 ac_retval=1
1558fi
1559 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1560 return $ac_retval
fdd6fa61 1561
81ecdfbb 1562} # ac_fn_c_try_compile
fdd6fa61 1563
81ecdfbb
RW
1564# ac_fn_c_try_cpp LINENO
1565# ----------------------
1566# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1567ac_fn_c_try_cpp ()
1568{
1569 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1570 if { { ac_try="$ac_cpp conftest.$ac_ext"
1571case "(($ac_try" in
1572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1573 *) ac_try_echo=$ac_try;;
1574esac
1575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1576$as_echo "$ac_try_echo"; } >&5
1577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1578 ac_status=$?
1579 if test -s conftest.err; then
1580 grep -v '^ *+' conftest.err >conftest.er1
1581 cat conftest.er1 >&5
1582 mv -f conftest.er1 conftest.err
1583 fi
1584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1585 test $ac_status = 0; } >/dev/null && {
1586 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1587 test ! -s conftest.err
1588 }; then :
1589 ac_retval=0
1590else
1591 $as_echo "$as_me: failed program was:" >&5
1592sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1593
81ecdfbb
RW
1594 ac_retval=1
1595fi
1596 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1597 return $ac_retval
fdd6fa61 1598
81ecdfbb 1599} # ac_fn_c_try_cpp
fdd6fa61 1600
81ecdfbb
RW
1601# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1602# -------------------------------------------------------
1603# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1604# the include files in INCLUDES and setting the cache variable VAR
1605# accordingly.
1606ac_fn_c_check_header_mongrel ()
1607{
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1611$as_echo_n "checking for $2... " >&6; }
1612if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1613 $as_echo_n "(cached) " >&6
1614fi
1615eval ac_res=\$$3
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1617$as_echo "$ac_res" >&6; }
1618else
1619 # Is the header compilable?
1620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1621$as_echo_n "checking $2 usability... " >&6; }
1622cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623/* end confdefs.h. */
1624$4
1625#include <$2>
1626_ACEOF
1627if ac_fn_c_try_compile "$LINENO"; then :
1628 ac_header_compiler=yes
1629else
1630 ac_header_compiler=no
1631fi
1632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1634$as_echo "$ac_header_compiler" >&6; }
1635
1636# Is the header present?
1637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1638$as_echo_n "checking $2 presence... " >&6; }
1639cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640/* end confdefs.h. */
1641#include <$2>
1642_ACEOF
1643if ac_fn_c_try_cpp "$LINENO"; then :
1644 ac_header_preproc=yes
1645else
1646 ac_header_preproc=no
1647fi
1648rm -f conftest.err conftest.$ac_ext
1649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1650$as_echo "$ac_header_preproc" >&6; }
1651
1652# So? What about this header?
1653case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1654 yes:no: )
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1656$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1658$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1659 ;;
1660 no:yes:* )
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1662$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1664$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1666$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1668$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1670$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1671 ;;
1672esac
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1674$as_echo_n "checking for $2... " >&6; }
1675if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1676 $as_echo_n "(cached) " >&6
1677else
1678 eval "$3=\$ac_header_compiler"
1679fi
1680eval ac_res=\$$3
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682$as_echo "$ac_res" >&6; }
1683fi
1684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1685
1686} # ac_fn_c_check_header_mongrel
1687
1688# ac_fn_c_try_run LINENO
1689# ----------------------
1690# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1691# that executables *can* be run.
1692ac_fn_c_try_run ()
1693{
1694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1695 if { { ac_try="$ac_link"
1696case "(($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_link") 2>&5
1703 ac_status=$?
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1706 { { case "(($ac_try" in
1707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1708 *) ac_try_echo=$ac_try;;
1709esac
1710eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1711$as_echo "$ac_try_echo"; } >&5
1712 (eval "$ac_try") 2>&5
1713 ac_status=$?
1714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1715 test $ac_status = 0; }; }; then :
1716 ac_retval=0
1717else
1718 $as_echo "$as_me: program exited with status $ac_status" >&5
1719 $as_echo "$as_me: failed program was:" >&5
1720sed 's/^/| /' conftest.$ac_ext >&5
1721
1722 ac_retval=$ac_status
1723fi
1724 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1725 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1726 return $ac_retval
1727
1728} # ac_fn_c_try_run
1729
1730# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1731# -------------------------------------------------------
1732# Tests whether HEADER exists and can be compiled using the include files in
1733# INCLUDES, setting the cache variable VAR accordingly.
1734ac_fn_c_check_header_compile ()
1735{
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738$as_echo_n "checking for $2... " >&6; }
1739if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1741else
1742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1743/* end confdefs.h. */
1744$4
1745#include <$2>
1746_ACEOF
1747if ac_fn_c_try_compile "$LINENO"; then :
1748 eval "$3=yes"
1749else
1750 eval "$3=no"
1751fi
1752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1753fi
1754eval ac_res=\$$3
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1756$as_echo "$ac_res" >&6; }
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758
1759} # ac_fn_c_check_header_compile
1760
1761# ac_fn_c_try_link LINENO
1762# -----------------------
1763# Try to link conftest.$ac_ext, and return whether this succeeded.
1764ac_fn_c_try_link ()
1765{
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 rm -f conftest.$ac_objext conftest$ac_exeext
1768 if { { ac_try="$ac_link"
1769case "(($ac_try" in
1770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1771 *) ac_try_echo=$ac_try;;
1772esac
1773eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1774$as_echo "$ac_try_echo"; } >&5
1775 (eval "$ac_link") 2>conftest.err
1776 ac_status=$?
1777 if test -s conftest.err; then
1778 grep -v '^ *+' conftest.err >conftest.er1
1779 cat conftest.er1 >&5
1780 mv -f conftest.er1 conftest.err
1781 fi
1782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783 test $ac_status = 0; } && {
1784 test -z "$ac_c_werror_flag" ||
1785 test ! -s conftest.err
1786 } && test -s conftest$ac_exeext && {
1787 test "$cross_compiling" = yes ||
1788 $as_test_x conftest$ac_exeext
1789 }; then :
1790 ac_retval=0
1791else
1792 $as_echo "$as_me: failed program was:" >&5
1793sed 's/^/| /' conftest.$ac_ext >&5
1794
1795 ac_retval=1
1796fi
1797 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1798 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1799 # interfere with the next link command; also delete a directory that is
1800 # left behind by Apple's compiler. We do this before executing the actions.
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 return $ac_retval
1804
1805} # ac_fn_c_try_link
1806
1807# ac_fn_c_check_func LINENO FUNC VAR
1808# ----------------------------------
1809# Tests whether FUNC exists, setting the cache variable VAR accordingly
1810ac_fn_c_check_func ()
1811{
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814$as_echo_n "checking for $2... " >&6; }
1815if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1816 $as_echo_n "(cached) " >&6
1817else
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819/* end confdefs.h. */
1820/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1822#define $2 innocuous_$2
1823
1824/* System header to define __stub macros and hopefully few prototypes,
1825 which can conflict with char $2 (); below.
1826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1827 <limits.h> exists even on freestanding compilers. */
1828
1829#ifdef __STDC__
1830# include <limits.h>
1831#else
1832# include <assert.h>
1833#endif
1834
1835#undef $2
1836
1837/* Override any GCC internal prototype to avoid an error.
1838 Use char because int might match the return type of a GCC
1839 builtin and then its argument prototype would still apply. */
1840#ifdef __cplusplus
1841extern "C"
1842#endif
1843char $2 ();
1844/* The GNU C library defines this for functions which it implements
1845 to always fail with ENOSYS. Some functions are actually named
1846 something starting with __ and the normal name is an alias. */
1847#if defined __stub_$2 || defined __stub___$2
1848choke me
1849#endif
1850
1851int
1852main ()
1853{
1854return $2 ();
1855 ;
1856 return 0;
1857}
1858_ACEOF
1859if ac_fn_c_try_link "$LINENO"; then :
1860 eval "$3=yes"
1861else
1862 eval "$3=no"
1863fi
1864rm -f core conftest.err conftest.$ac_objext \
1865 conftest$ac_exeext conftest.$ac_ext
1866fi
1867eval ac_res=\$$3
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869$as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1871
1872} # ac_fn_c_check_func
936df756
MF
1873
1874# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1875# ----------------------------------------------------
1876# Tries to find if the field MEMBER exists in type AGGR, after including
1877# INCLUDES, setting cache variable VAR accordingly.
1878ac_fn_c_check_member ()
1879{
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1882$as_echo_n "checking for $2.$3... " >&6; }
1883if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1884 $as_echo_n "(cached) " >&6
1885else
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887/* end confdefs.h. */
1888$5
1889int
1890main ()
1891{
1892static $2 ac_aggr;
1893if (ac_aggr.$3)
1894return 0;
1895 ;
1896 return 0;
1897}
1898_ACEOF
1899if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$4=yes"
1901else
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903/* end confdefs.h. */
1904$5
1905int
1906main ()
1907{
1908static $2 ac_aggr;
1909if (sizeof ac_aggr.$3)
1910return 0;
1911 ;
1912 return 0;
1913}
1914_ACEOF
1915if ac_fn_c_try_compile "$LINENO"; then :
1916 eval "$4=yes"
1917else
1918 eval "$4=no"
1919fi
1920rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921fi
1922rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1923fi
1924eval ac_res=\$$4
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1926$as_echo "$ac_res" >&6; }
1927 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1928
1929} # ac_fn_c_check_member
1930
1931# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1932# -------------------------------------------
1933# Tests whether TYPE exists after having included INCLUDES, setting cache
1934# variable VAR accordingly.
1935ac_fn_c_check_type ()
1936{
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1939$as_echo_n "checking for $2... " >&6; }
1940if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1941 $as_echo_n "(cached) " >&6
1942else
1943 eval "$3=no"
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945/* end confdefs.h. */
1946$4
1947int
1948main ()
1949{
1950if (sizeof ($2))
1951 return 0;
1952 ;
1953 return 0;
1954}
1955_ACEOF
1956if ac_fn_c_try_compile "$LINENO"; then :
1957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958/* end confdefs.h. */
1959$4
1960int
1961main ()
1962{
1963if (sizeof (($2)))
1964 return 0;
1965 ;
1966 return 0;
1967}
1968_ACEOF
1969if ac_fn_c_try_compile "$LINENO"; then :
1970
1971else
1972 eval "$3=yes"
1973fi
1974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1975fi
1976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977fi
1978eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980$as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1982
1983} # ac_fn_c_check_type
81ecdfbb
RW
1984cat >config.log <<_ACEOF
1985This file contains any messages produced by compilers while
1986running configure, to aid debugging if configure makes a mistake.
1987
1988It was created by $as_me, which was
1989generated by GNU Autoconf 2.64. Invocation command line was
1990
1991 $ $0 $@
1992
1993_ACEOF
1994exec 5>>config.log
1995{
1996cat <<_ASUNAME
1997## --------- ##
1998## Platform. ##
1999## --------- ##
2000
2001hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2002uname -m = `(uname -m) 2>/dev/null || echo unknown`
2003uname -r = `(uname -r) 2>/dev/null || echo unknown`
2004uname -s = `(uname -s) 2>/dev/null || echo unknown`
2005uname -v = `(uname -v) 2>/dev/null || echo unknown`
2006
2007/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2008/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2009
2010/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2011/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2012/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2013/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2014/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2015/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2016/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2017
2018_ASUNAME
2019
2020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2021for as_dir in $PATH
2022do
2023 IFS=$as_save_IFS
2024 test -z "$as_dir" && as_dir=.
2025 $as_echo "PATH: $as_dir"
2026 done
2027IFS=$as_save_IFS
2028
2029} >&5
2030
2031cat >&5 <<_ACEOF
fdd6fa61
AG
2032
2033
2034## ----------- ##
2035## Core tests. ##
2036## ----------- ##
2037
2038_ACEOF
2039
2040
2041# Keep a trace of the command line.
2042# Strip out --no-create and --no-recursion so they do not pile up.
2043# Strip out --silent because we don't want to record it for future runs.
2044# Also quote any args containing shell meta-characters.
2045# Make two passes to allow for proper duplicate-argument suppression.
2046ac_configure_args=
2047ac_configure_args0=
2048ac_configure_args1=
fdd6fa61
AG
2049ac_must_keep_next=false
2050for ac_pass in 1 2
2051do
2052 for ac_arg
2053 do
2054 case $ac_arg in
2055 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2057 | -silent | --silent | --silen | --sile | --sil)
2058 continue ;;
81ecdfbb
RW
2059 *\'*)
2060 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2061 esac
2062 case $ac_pass in
81ecdfbb 2063 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fdd6fa61 2064 2)
81ecdfbb 2065 as_fn_append ac_configure_args1 " '$ac_arg'"
fdd6fa61
AG
2066 if test $ac_must_keep_next = true; then
2067 ac_must_keep_next=false # Got value, back to normal.
2068 else
2069 case $ac_arg in
2070 *=* | --config-cache | -C | -disable-* | --disable-* \
2071 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2072 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2073 | -with-* | --with-* | -without-* | --without-* | --x)
2074 case "$ac_configure_args0 " in
2075 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2076 esac
2077 ;;
2078 -* ) ac_must_keep_next=true ;;
2079 esac
2080 fi
81ecdfbb 2081 as_fn_append ac_configure_args " '$ac_arg'"
fdd6fa61
AG
2082 ;;
2083 esac
2084 done
2085done
81ecdfbb
RW
2086{ ac_configure_args0=; unset ac_configure_args0;}
2087{ ac_configure_args1=; unset ac_configure_args1;}
fdd6fa61
AG
2088
2089# When interrupted or exit'd, cleanup temporary files, and complete
2090# config.log. We remove comments because anyway the quotes in there
2091# would cause problems or look ugly.
81ecdfbb
RW
2092# WARNING: Use '\'' to represent an apostrophe within the trap.
2093# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fdd6fa61
AG
2094trap 'exit_status=$?
2095 # Save into config.log some information that might help in debugging.
2096 {
2097 echo
2098
2099 cat <<\_ASBOX
2100## ---------------- ##
2101## Cache variables. ##
2102## ---------------- ##
2103_ASBOX
2104 echo
2105 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2106(
2107 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2108 eval ac_val=\$$ac_var
2109 case $ac_val in #(
2110 *${as_nl}*)
2111 case $ac_var in #(
2112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2113$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2114 esac
2115 case $ac_var in #(
2116 _ | IFS | as_nl) ;; #(
2117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2118 *) { eval $ac_var=; unset $ac_var;} ;;
2119 esac ;;
2120 esac
2121 done
fdd6fa61 2122 (set) 2>&1 |
81ecdfbb
RW
2123 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2124 *${as_nl}ac_space=\ *)
fdd6fa61 2125 sed -n \
81ecdfbb
RW
2126 "s/'\''/'\''\\\\'\'''\''/g;
2127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2128 ;; #(
fdd6fa61 2129 *)
81ecdfbb 2130 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 2131 ;;
81ecdfbb
RW
2132 esac |
2133 sort
2134)
fdd6fa61
AG
2135 echo
2136
2137 cat <<\_ASBOX
2138## ----------------- ##
2139## Output variables. ##
2140## ----------------- ##
2141_ASBOX
2142 echo
2143 for ac_var in $ac_subst_vars
2144 do
81ecdfbb
RW
2145 eval ac_val=\$$ac_var
2146 case $ac_val in
2147 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2148 esac
2149 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2150 done | sort
2151 echo
2152
2153 if test -n "$ac_subst_files"; then
2154 cat <<\_ASBOX
81ecdfbb
RW
2155## ------------------- ##
2156## File substitutions. ##
2157## ------------------- ##
fdd6fa61
AG
2158_ASBOX
2159 echo
2160 for ac_var in $ac_subst_files
2161 do
81ecdfbb
RW
2162 eval ac_val=\$$ac_var
2163 case $ac_val in
2164 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2165 esac
2166 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2167 done | sort
2168 echo
2169 fi
2170
2171 if test -s confdefs.h; then
2172 cat <<\_ASBOX
2173## ----------- ##
2174## confdefs.h. ##
2175## ----------- ##
2176_ASBOX
2177 echo
81ecdfbb 2178 cat confdefs.h
fdd6fa61
AG
2179 echo
2180 fi
2181 test "$ac_signal" != 0 &&
81ecdfbb
RW
2182 $as_echo "$as_me: caught signal $ac_signal"
2183 $as_echo "$as_me: exit $exit_status"
fdd6fa61 2184 } >&5
81ecdfbb
RW
2185 rm -f core *.core core.conftest.* &&
2186 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fdd6fa61 2187 exit $exit_status
81ecdfbb 2188' 0
fdd6fa61 2189for ac_signal in 1 2 13 15; do
81ecdfbb 2190 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fdd6fa61
AG
2191done
2192ac_signal=0
2193
2194# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2195rm -f -r conftest* confdefs.h
2196
2197$as_echo "/* confdefs.h */" > confdefs.h
fdd6fa61
AG
2198
2199# Predefined preprocessor variables.
2200
2201cat >>confdefs.h <<_ACEOF
2202#define PACKAGE_NAME "$PACKAGE_NAME"
2203_ACEOF
2204
fdd6fa61
AG
2205cat >>confdefs.h <<_ACEOF
2206#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2207_ACEOF
2208
fdd6fa61
AG
2209cat >>confdefs.h <<_ACEOF
2210#define PACKAGE_VERSION "$PACKAGE_VERSION"
2211_ACEOF
2212
fdd6fa61
AG
2213cat >>confdefs.h <<_ACEOF
2214#define PACKAGE_STRING "$PACKAGE_STRING"
2215_ACEOF
2216
fdd6fa61
AG
2217cat >>confdefs.h <<_ACEOF
2218#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2219_ACEOF
2220
81ecdfbb
RW
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_URL "$PACKAGE_URL"
2223_ACEOF
2224
fdd6fa61
AG
2225
2226# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2227# Prefer an explicitly selected file to automatically selected ones.
2228ac_site_file1=NONE
2229ac_site_file2=NONE
2230if test -n "$CONFIG_SITE"; then
2231 ac_site_file1=$CONFIG_SITE
2232elif test "x$prefix" != xNONE; then
2233 ac_site_file1=$prefix/share/config.site
2234 ac_site_file2=$prefix/etc/config.site
2235else
2236 ac_site_file1=$ac_default_prefix/share/config.site
2237 ac_site_file2=$ac_default_prefix/etc/config.site
2238fi
2239for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2240do
2241 test "x$ac_site_file" = xNONE && continue
fdd6fa61 2242 if test -r "$ac_site_file"; then
81ecdfbb
RW
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2244$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fdd6fa61
AG
2245 sed 's/^/| /' "$ac_site_file" >&5
2246 . "$ac_site_file"
2247 fi
2248done
2249
2250if test -r "$cache_file"; then
2251 # Some versions of bash will fail to source /dev/null (special
2252 # files actually), so we avoid doing that.
2253 if test -f "$cache_file"; then
81ecdfbb
RW
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2255$as_echo "$as_me: loading cache $cache_file" >&6;}
fdd6fa61 2256 case $cache_file in
81ecdfbb
RW
2257 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2258 *) . "./$cache_file";;
fdd6fa61
AG
2259 esac
2260 fi
2261else
81ecdfbb
RW
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2263$as_echo "$as_me: creating cache $cache_file" >&6;}
fdd6fa61
AG
2264 >$cache_file
2265fi
2266
2267# Check that the precious variables saved in the cache have kept the same
2268# value.
2269ac_cache_corrupted=false
81ecdfbb 2270for ac_var in $ac_precious_vars; do
fdd6fa61
AG
2271 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2272 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2273 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2274 eval ac_new_val=\$ac_env_${ac_var}_value
fdd6fa61
AG
2275 case $ac_old_set,$ac_new_set in
2276 set,)
81ecdfbb
RW
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2278$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fdd6fa61
AG
2279 ac_cache_corrupted=: ;;
2280 ,set)
81ecdfbb
RW
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2282$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fdd6fa61
AG
2283 ac_cache_corrupted=: ;;
2284 ,);;
2285 *)
2286 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2287 # differences in whitespace do not lead to failure.
2288 ac_old_val_w=`echo x $ac_old_val`
2289 ac_new_val_w=`echo x $ac_new_val`
2290 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2292$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2293 ac_cache_corrupted=:
2294 else
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2296$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2297 eval $ac_var=\$ac_old_val
2298 fi
2299 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2300$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2302$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fdd6fa61
AG
2303 fi;;
2304 esac
2305 # Pass precious variables to config.status.
2306 if test "$ac_new_set" = set; then
2307 case $ac_new_val in
81ecdfbb 2308 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2309 *) ac_arg=$ac_var=$ac_new_val ;;
2310 esac
2311 case " $ac_configure_args " in
2312 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2313 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fdd6fa61
AG
2314 esac
2315 fi
2316done
2317if $ac_cache_corrupted; then
81ecdfbb
RW
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2319$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2321$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2322 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fdd6fa61 2323fi
81ecdfbb
RW
2324## -------------------- ##
2325## Main body of script. ##
2326## -------------------- ##
fdd6fa61
AG
2327
2328ac_ext=c
2329ac_cpp='$CPP $CPPFLAGS'
2330ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2331ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2332ac_compiler_gnu=$ac_cv_c_compiler_gnu
2333
2334
fdd6fa61
AG
2335# This file contains common code used by all simulators.
2336#
2337# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2338# directory. It is intended to be invoked before any target specific stuff.
2339# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2340# It is intended to be invoked last.
2341#
306f4178 2342# The simulator's configure.ac should look like:
fdd6fa61
AG
2343#
2344# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2345# AC_PREREQ(2.64)dnl
fdd6fa61 2346# AC_INIT(Makefile.in)
6ffe910a 2347# sinclude(../common/aclocal.m4)
fdd6fa61
AG
2348#
2349# SIM_AC_COMMON
2350#
2351# ... target specific stuff ...
2352#
2353# SIM_AC_OUTPUT
2354
d6416cdc
RW
2355# Include global overrides and fixes for Autoconf.
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
6ffe910a
MF
2382# _AC_CHECK_DECL_BODY
2383# -------------------
2384# Shell function body for AC_CHECK_DECL.
2385# _AC_CHECK_DECL_BODY
d6416cdc 2386
6ffe910a
MF
2387# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2388# INCLUDES)
2389# -------------------------------------------------------------
2390# Helper to AC_CHECK_DECLS, which generates the check for a single
2391# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2392# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2393
2394
2395
2396
2397
2398
2399
fdd6fa61
AG
2400
2401
2402
db2e4d67 2403
6bb11ab3 2404# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2405#
6bb11ab3
L
2406# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2407# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2408# Written by Gordon Matzigkeit, 1996
2409#
2410# This file is free software; the Free Software Foundation gives
2411# unlimited permission to copy and/or distribute it, with or without
2412# modifications, as long as this notice is preserved.
db2e4d67 2413
db2e4d67 2414
db2e4d67 2415
6bb11ab3 2416# serial 56 LT_INIT
db2e4d67
MF
2417
2418
6bb11ab3
L
2419# LT_PREREQ(VERSION)
2420# ------------------
2421# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2422
db2e4d67
MF
2423
2424
6bb11ab3
L
2425# _LT_CHECK_BUILDDIR
2426# ------------------
2427# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2428
2429
fdd6fa61 2430
6bb11ab3
L
2431# LT_INIT([OPTIONS])
2432# ------------------
2433# LT_INIT
fdd6fa61 2434
6bb11ab3
L
2435# Old names:
2436# This is what autoupdate's m4 run will expand. It fires
2437# the warning (with _au_warn_XXX), outputs it into the
2438# updated configure.ac (with AC_DIAGNOSE), and then outputs
2439# the replacement expansion.
fdd6fa61
AG
2440
2441
6bb11ab3
L
2442# This is an auxiliary macro that is also run when
2443# autoupdate runs m4. It simply calls m4_warning, but
2444# we need a wrapper so that each warning is emitted only
2445# once. We break the quoting in m4_warning's argument in
2446# order to expand this macro's arguments, not AU_DEFUN's.
fdd6fa61
AG
2447
2448
6bb11ab3
L
2449# Finally, this is the expansion that is picked up by
2450# autoconf. It tells the user to run autoupdate, and
2451# then outputs the replacement expansion. We do not care
2452# about autoupdate's warning because that contains
2453# information on what to do *after* running autoupdate.
fdd6fa61 2454
6bb11ab3
L
2455# This is what autoupdate's m4 run will expand. It fires
2456# the warning (with _au_warn_XXX), outputs it into the
2457# updated configure.ac (with AC_DIAGNOSE), and then outputs
2458# the replacement expansion.
fdd6fa61
AG
2459
2460
6bb11ab3
L
2461# This is an auxiliary macro that is also run when
2462# autoupdate runs m4. It simply calls m4_warning, but
2463# we need a wrapper so that each warning is emitted only
2464# once. We break the quoting in m4_warning's argument in
2465# order to expand this macro's arguments, not AU_DEFUN's.
fdd6fa61
AG
2466
2467
6bb11ab3
L
2468# Finally, this is the expansion that is picked up by
2469# autoconf. It tells the user to run autoupdate, and
2470# then outputs the replacement expansion. We do not care
2471# about autoupdate's warning because that contains
2472# information on what to do *after* running autoupdate.
fdd6fa61
AG
2473
2474
2475
6bb11ab3
L
2476# _LT_CC_BASENAME(CC)
2477# -------------------
2478# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
fdd6fa61
AG
2479
2480
2481
6bb11ab3
L
2482# _LT_FILEUTILS_DEFAULTS
2483# ----------------------
2484# It is okay to use these file commands and assume they have been set
2485# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2486# _LT_FILEUTILS_DEFAULTS
fdd6fa61
AG
2487
2488
6bb11ab3
L
2489# _LT_SETUP
2490# ---------
2491# _LT_SETUP
fdd6fa61
AG
2492
2493
6bb11ab3
L
2494# _LT_PREPARE_SED_QUOTE_VARS
2495# --------------------------
2496# Define a few sed substitution that help us do robust quoting.
fdd6fa61
AG
2497
2498
6bb11ab3
L
2499# _LT_PROG_LTMAIN
2500# ---------------
2501# Note that this code is called both from `configure', and `config.status'
2502# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2503# `config.status' has no value for ac_aux_dir unless we are using Automake,
2504# so we pass a copy along to make sure it has a sensible value anyway.
2505# _LT_PROG_LTMAIN
fdd6fa61
AG
2506
2507
6bb11ab3
L
2508## ------------------------------------- ##
2509## Accumulate code for creating libtool. ##
2510## ------------------------------------- ##
5912fadd 2511
6bb11ab3
L
2512# So that we can recreate a full libtool script including additional
2513# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2514# in macros and then make a single call at the end using the `libtool'
2515# label.
5912fadd
JB
2516
2517
6bb11ab3
L
2518# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2519# ----------------------------------------
2520# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
5912fadd
JB
2521
2522
6bb11ab3 2523# Initialize.
5912fadd
JB
2524
2525
2526
6bb11ab3
L
2527# _LT_CONFIG_LIBTOOL([COMMANDS])
2528# ------------------------------
2529# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
5912fadd
JB
2530
2531
6bb11ab3 2532# Initialize.
5912fadd 2533
fdd6fa61
AG
2534
2535
6bb11ab3
L
2536# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2537# -----------------------------------------------------
fdd6fa61
AG
2538
2539
fdd6fa61 2540
6bb11ab3
L
2541# _LT_FORMAT_COMMENT([COMMENT])
2542# -----------------------------
2543# Add leading comment marks to the start of each line, and a trailing
2544# full-stop to the whole comment if one is not present already.
fdd6fa61
AG
2545
2546
2547
2548
6bb11ab3
L
2549## ------------------------ ##
2550## FIXME: Eliminate VARNAME ##
2551## ------------------------ ##
fdd6fa61
AG
2552
2553
6bb11ab3
L
2554# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2555# -------------------------------------------------------------------
2556# CONFIGNAME is the name given to the value in the libtool script.
2557# VARNAME is the (base) name used in the configure script.
2558# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2559# VARNAME. Any other value will be used directly.
fdd6fa61 2560
fdd6fa61
AG
2561
2562
6bb11ab3
L
2563# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2564# --------------------------------------------------------
fdd6fa61
AG
2565
2566
2567
6bb11ab3
L
2568# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2569# ------------------------------------------------
fdd6fa61
AG
2570
2571
2572
6bb11ab3
L
2573# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2574# ---------------------------------------------------------
fdd6fa61
AG
2575
2576
2577
6bb11ab3
L
2578# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2579# --------------------------------------------------
fdd6fa61
AG
2580
2581
2582
6bb11ab3
L
2583# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2584# ---------------------------------------------------
fdd6fa61
AG
2585
2586
2587
6bb11ab3
L
2588# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2589# ---------------------------------------------------
fdd6fa61
AG
2590
2591
2592
2593
6bb11ab3
L
2594# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2595# ------------------------------------------------
fdd6fa61
AG
2596
2597
2598
2599
6bb11ab3
L
2600# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2601# ------------------------------------
2602# Quote a variable value, and forward it to `config.status' so that its
2603# declaration there will have the same value as in `configure'. VARNAME
2604# must have a single quote delimited value for this to work.
fdd6fa61
AG
2605
2606
2607
6bb11ab3
L
2608# _LT_CONFIG_STATUS_DECLARATIONS
2609# ------------------------------
2610# We delimit libtool config variables with single quotes, so when
2611# we write them to config.status, we have to be sure to quote all
2612# embedded single quotes properly. In configure, this macro expands
2613# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2614#
2615# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
fdd6fa61
AG
2616
2617
2618
6bb11ab3
L
2619# _LT_LIBTOOL_TAGS
2620# ----------------
2621# Output comment and list of tags supported by the script
fdd6fa61
AG
2622
2623
2624
6bb11ab3
L
2625# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2626# -----------------------------------
2627# Extract the dictionary values for VARNAME (optionally with TAG) and
2628# expand to a commented shell variable setting:
2629#
2630# # Some comment about what VAR is for.
2631# visible_name=$lt_internal_name
fdd6fa61
AG
2632
2633
fdd6fa61 2634
6bb11ab3
L
2635# _LT_LIBTOOL_CONFIG_VARS
2636# -----------------------
2637# Produce commented declarations of non-tagged libtool config variables
2638# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2639# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2640# section) are produced by _LT_LIBTOOL_TAG_VARS.
fdd6fa61
AG
2641
2642
d6416cdc 2643
6bb11ab3
L
2644# _LT_LIBTOOL_TAG_VARS(TAG)
2645# -------------------------
d6416cdc
RW
2646
2647
2648
6bb11ab3
L
2649# _LT_TAGVAR(VARNAME, [TAGNAME])
2650# ------------------------------
d6416cdc
RW
2651
2652
2653
6bb11ab3
L
2654# _LT_CONFIG_COMMANDS
2655# -------------------
2656# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2657# variables for single and double quote escaping we saved from calls
2658# to _LT_DECL, we can put quote escaped variables declarations
2659# into `config.status', and then the shell code to quote escape them in
2660# for loops in `config.status'. Finally, any additional code accumulated
2661# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2662#_LT_CONFIG_COMMANDS
2663
2664
2665# Initialize.
2666
2667
2668# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2669# ------------------------------------
2670# Generate a child script FILE with all initialization necessary to
2671# reuse the environment learned by the parent script, and make the
2672# file executable. If COMMENT is supplied, it is inserted after the
2673# `#!' sequence but before initialization text begins. After this
2674# macro, additional text can be appended to FILE to form the body of
2675# the child script. The macro ends with non-zero status if the
2676# file could not be fully written (such as if the disk is full).
2677# _LT_GENERATED_FILE_INIT
2678
2679# LT_OUTPUT
2680# ---------
2681# This macro allows early generation of the libtool script (before
2682# AC_OUTPUT is called), incase it is used in configure for compilation
2683# tests.
2684# LT_OUTPUT
2685
2686
2687# _LT_CONFIG(TAG)
2688# ---------------
2689# If TAG is the built-in tag, create an initial libtool script with a
2690# default configuration from the untagged config vars. Otherwise add code
2691# to config.status for appending the configuration named by TAG from the
2692# matching tagged config vars.
2693# _LT_CONFIG
d6416cdc
RW
2694
2695
6bb11ab3
L
2696# LT_SUPPORTED_TAG(TAG)
2697# ---------------------
2698# Trace this macro to discover what tags are supported by the libtool
2699# --tag option, using:
2700# autoconf --trace 'LT_SUPPORTED_TAG:$1'
d6416cdc 2701
d6416cdc 2702
d6416cdc 2703
6bb11ab3 2704# C support is built-in for now
d6416cdc 2705
d6416cdc
RW
2706
2707
2708
6bb11ab3
L
2709# LT_LANG(LANG)
2710# -------------
2711# Enable libtool support for the given language if not already enabled.
2712# LT_LANG
d6416cdc
RW
2713
2714
6bb11ab3
L
2715# _LT_LANG(LANGNAME)
2716# ------------------
2717# _LT_LANG
d6416cdc
RW
2718
2719
6bb11ab3
L
2720# _LT_LANG_DEFAULT_CONFIG
2721# -----------------------
2722# _LT_LANG_DEFAULT_CONFIG
d6416cdc 2723
6bb11ab3
L
2724# Obsolete macros:
2725# This is what autoupdate's m4 run will expand. It fires
2726# the warning (with _au_warn_XXX), outputs it into the
2727# updated configure.ac (with AC_DIAGNOSE), and then outputs
2728# the replacement expansion.
d6416cdc 2729
d6416cdc 2730
6bb11ab3
L
2731# This is an auxiliary macro that is also run when
2732# autoupdate runs m4. It simply calls m4_warning, but
2733# we need a wrapper so that each warning is emitted only
2734# once. We break the quoting in m4_warning's argument in
2735# order to expand this macro's arguments, not AU_DEFUN's.
d6416cdc 2736
d6416cdc 2737
6bb11ab3
L
2738# Finally, this is the expansion that is picked up by
2739# autoconf. It tells the user to run autoupdate, and
2740# then outputs the replacement expansion. We do not care
2741# about autoupdate's warning because that contains
2742# information on what to do *after* running autoupdate.
d6416cdc 2743
6bb11ab3
L
2744# This is what autoupdate's m4 run will expand. It fires
2745# the warning (with _au_warn_XXX), outputs it into the
2746# updated configure.ac (with AC_DIAGNOSE), and then outputs
2747# the replacement expansion.
d6416cdc
RW
2748
2749
6bb11ab3
L
2750# This is an auxiliary macro that is also run when
2751# autoupdate runs m4. It simply calls m4_warning, but
2752# we need a wrapper so that each warning is emitted only
2753# once. We break the quoting in m4_warning's argument in
2754# order to expand this macro's arguments, not AU_DEFUN's.
d6416cdc
RW
2755
2756
6bb11ab3
L
2757# Finally, this is the expansion that is picked up by
2758# autoconf. It tells the user to run autoupdate, and
2759# then outputs the replacement expansion. We do not care
2760# about autoupdate's warning because that contains
2761# information on what to do *after* running autoupdate.
d6416cdc 2762
6bb11ab3
L
2763# This is what autoupdate's m4 run will expand. It fires
2764# the warning (with _au_warn_XXX), outputs it into the
2765# updated configure.ac (with AC_DIAGNOSE), and then outputs
2766# the replacement expansion.
d6416cdc
RW
2767
2768
6bb11ab3
L
2769# This is an auxiliary macro that is also run when
2770# autoupdate runs m4. It simply calls m4_warning, but
2771# we need a wrapper so that each warning is emitted only
2772# once. We break the quoting in m4_warning's argument in
2773# order to expand this macro's arguments, not AU_DEFUN's.
d6416cdc
RW
2774
2775
6bb11ab3
L
2776# Finally, this is the expansion that is picked up by
2777# autoconf. It tells the user to run autoupdate, and
2778# then outputs the replacement expansion. We do not care
2779# about autoupdate's warning because that contains
2780# information on what to do *after* running autoupdate.
d6416cdc 2781
6bb11ab3
L
2782# This is what autoupdate's m4 run will expand. It fires
2783# the warning (with _au_warn_XXX), outputs it into the
2784# updated configure.ac (with AC_DIAGNOSE), and then outputs
2785# the replacement expansion.
d6416cdc
RW
2786
2787
6bb11ab3
L
2788# This is an auxiliary macro that is also run when
2789# autoupdate runs m4. It simply calls m4_warning, but
2790# we need a wrapper so that each warning is emitted only
2791# once. We break the quoting in m4_warning's argument in
2792# order to expand this macro's arguments, not AU_DEFUN's.
d6416cdc
RW
2793
2794
6bb11ab3
L
2795# Finally, this is the expansion that is picked up by
2796# autoconf. It tells the user to run autoupdate, and
2797# then outputs the replacement expansion. We do not care
2798# about autoupdate's warning because that contains
2799# information on what to do *after* running autoupdate.
d6416cdc 2800
6bb11ab3
L
2801# This is what autoupdate's m4 run will expand. It fires
2802# the warning (with _au_warn_XXX), outputs it into the
2803# updated configure.ac (with AC_DIAGNOSE), and then outputs
2804# the replacement expansion.
d6416cdc
RW
2805
2806
6bb11ab3
L
2807# This is an auxiliary macro that is also run when
2808# autoupdate runs m4. It simply calls m4_warning, but
2809# we need a wrapper so that each warning is emitted only
2810# once. We break the quoting in m4_warning's argument in
2811# order to expand this macro's arguments, not AU_DEFUN's.
d6416cdc
RW
2812
2813
6bb11ab3
L
2814# Finally, this is the expansion that is picked up by
2815# autoconf. It tells the user to run autoupdate, and
2816# then outputs the replacement expansion. We do not care
2817# about autoupdate's warning because that contains
2818# information on what to do *after* running autoupdate.
d6416cdc 2819
fdd6fa61
AG
2820
2821
6bb11ab3
L
2822# _LT_TAG_COMPILER
2823# ----------------
2824# _LT_TAG_COMPILER
fdd6fa61
AG
2825
2826
6bb11ab3
L
2827# _LT_COMPILER_BOILERPLATE
2828# ------------------------
2829# Check for compiler boilerplate output or warnings with
2830# the simple compiler test code.
2831# _LT_COMPILER_BOILERPLATE
fdd6fa61 2832
81ecdfbb 2833
6bb11ab3
L
2834# _LT_LINKER_BOILERPLATE
2835# ----------------------
2836# Check for linker boilerplate output or warnings with
2837# the simple link test code.
2838# _LT_LINKER_BOILERPLATE
fdd6fa61 2839
6bb11ab3
L
2840# _LT_REQUIRED_DARWIN_CHECKS
2841# -------------------------
fdd6fa61 2842
fdd6fa61 2843
fdd6fa61 2844
6bb11ab3
L
2845# _LT_DARWIN_LINKER_FEATURES
2846# --------------------------
2847# Checks for linker and compiler features on darwin
fdd6fa61 2848
fdd6fa61 2849
6bb11ab3
L
2850# _LT_SYS_MODULE_PATH_AIX
2851# -----------------------
2852# Links a minimal program and checks the executable
2853# for the system default hardcoded library path. In most cases,
2854# this is /usr/lib:/lib, but when the MPI compilers are used
2855# the location of the communication and MPI libs are included too.
2856# If we don't find anything, use the default library path according
2857# to the aix ld manual.
2858# _LT_SYS_MODULE_PATH_AIX
fdd6fa61 2859
fdd6fa61 2860
6bb11ab3
L
2861# _LT_SHELL_INIT(ARG)
2862# -------------------
2863# _LT_SHELL_INIT
fdd6fa61 2864
fdd6fa61 2865
81ecdfbb 2866
6bb11ab3
L
2867# _LT_PROG_ECHO_BACKSLASH
2868# -----------------------
2869# Find how we can fake an echo command that does not interpret backslash.
2870# In particular, with Autoconf 2.60 or later we add some code to the start
2871# of the generated configure script which will find a shell with a builtin
2872# printf (which we can use as an echo command).
2873# _LT_PROG_ECHO_BACKSLASH
fdd6fa61 2874
fdd6fa61 2875
6bb11ab3
L
2876# _LT_ENABLE_LOCK
2877# ---------------
2878# _LT_ENABLE_LOCK
81ecdfbb 2879
fdd6fa61 2880
6bb11ab3
L
2881# _LT_CMD_OLD_ARCHIVE
2882# -------------------
2883# _LT_CMD_OLD_ARCHIVE
fdd6fa61 2884
81ecdfbb 2885
6bb11ab3
L
2886# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2887# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2888# ----------------------------------------------------------------
2889# Check whether the given compiler option works
2890# _LT_COMPILER_OPTION
fdd6fa61 2891
6bb11ab3
L
2892# Old name:
2893# This is what autoupdate's m4 run will expand. It fires
2894# the warning (with _au_warn_XXX), outputs it into the
2895# updated configure.ac (with AC_DIAGNOSE), and then outputs
2896# the replacement expansion.
fdd6fa61 2897
fdd6fa61 2898
6bb11ab3
L
2899# This is an auxiliary macro that is also run when
2900# autoupdate runs m4. It simply calls m4_warning, but
2901# we need a wrapper so that each warning is emitted only
2902# once. We break the quoting in m4_warning's argument in
2903# order to expand this macro's arguments, not AU_DEFUN's.
fdd6fa61 2904
fdd6fa61 2905
6bb11ab3
L
2906# Finally, this is the expansion that is picked up by
2907# autoconf. It tells the user to run autoupdate, and
2908# then outputs the replacement expansion. We do not care
2909# about autoupdate's warning because that contains
2910# information on what to do *after* running autoupdate.
fdd6fa61 2911
5912fadd 2912
fdd6fa61 2913
6bb11ab3
L
2914# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2915# [ACTION-SUCCESS], [ACTION-FAILURE])
2916# ----------------------------------------------------
2917# Check whether the given linker option works
2918# _LT_LINKER_OPTION
81ecdfbb 2919
6bb11ab3
L
2920# Old name:
2921# This is what autoupdate's m4 run will expand. It fires
2922# the warning (with _au_warn_XXX), outputs it into the
2923# updated configure.ac (with AC_DIAGNOSE), and then outputs
2924# the replacement expansion.
81ecdfbb 2925
81ecdfbb 2926
6bb11ab3
L
2927# This is an auxiliary macro that is also run when
2928# autoupdate runs m4. It simply calls m4_warning, but
2929# we need a wrapper so that each warning is emitted only
2930# once. We break the quoting in m4_warning's argument in
2931# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2932
fdd6fa61 2933
6bb11ab3
L
2934# Finally, this is the expansion that is picked up by
2935# autoconf. It tells the user to run autoupdate, and
2936# then outputs the replacement expansion. We do not care
2937# about autoupdate's warning because that contains
2938# information on what to do *after* running autoupdate.
2939
2940
2941
2942# LT_CMD_MAX_LEN
2943#---------------
2944# LT_CMD_MAX_LEN
2945
2946# Old name:
2947# This is what autoupdate's m4 run will expand. It fires
2948# the warning (with _au_warn_XXX), outputs it into the
2949# updated configure.ac (with AC_DIAGNOSE), and then outputs
2950# the replacement expansion.
2951
2952
2953# This is an auxiliary macro that is also run when
2954# autoupdate runs m4. It simply calls m4_warning, but
2955# we need a wrapper so that each warning is emitted only
2956# once. We break the quoting in m4_warning's argument in
2957# order to expand this macro's arguments, not AU_DEFUN's.
2958
2959
2960# Finally, this is the expansion that is picked up by
2961# autoconf. It tells the user to run autoupdate, and
2962# then outputs the replacement expansion. We do not care
2963# about autoupdate's warning because that contains
2964# information on what to do *after* running autoupdate.
2965
2966
2967
2968# _LT_HEADER_DLFCN
2969# ----------------
2970# _LT_HEADER_DLFCN
2971
2972
2973# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2974# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2975# ----------------------------------------------------------------
2976# _LT_TRY_DLOPEN_SELF
2977
2978
2979# LT_SYS_DLOPEN_SELF
2980# ------------------
2981# LT_SYS_DLOPEN_SELF
2982
2983# Old name:
2984# This is what autoupdate's m4 run will expand. It fires
2985# the warning (with _au_warn_XXX), outputs it into the
2986# updated configure.ac (with AC_DIAGNOSE), and then outputs
2987# the replacement expansion.
2988
2989
2990# This is an auxiliary macro that is also run when
2991# autoupdate runs m4. It simply calls m4_warning, but
2992# we need a wrapper so that each warning is emitted only
2993# once. We break the quoting in m4_warning's argument in
2994# order to expand this macro's arguments, not AU_DEFUN's.
2995
2996
2997# Finally, this is the expansion that is picked up by
2998# autoconf. It tells the user to run autoupdate, and
2999# then outputs the replacement expansion. We do not care
3000# about autoupdate's warning because that contains
3001# information on what to do *after* running autoupdate.
3002
3003
3004
3005# _LT_COMPILER_C_O([TAGNAME])
3006# ---------------------------
3007# Check to see if options -c and -o are simultaneously supported by compiler.
3008# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3009# _LT_COMPILER_C_O
3010
3011
3012# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3013# ----------------------------------
3014# Check to see if we can do hard links to lock some files if needed
3015# _LT_COMPILER_FILE_LOCKS
3016
3017
3018# _LT_CHECK_OBJDIR
3019# ----------------
3020# _LT_CHECK_OBJDIR
3021
3022
3023# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3024# --------------------------------------
3025# Check hardcoding attributes.
3026# _LT_LINKER_HARDCODE_LIBPATH
3027
3028
3029# _LT_CMD_STRIPLIB
3030# ----------------
3031# _LT_CMD_STRIPLIB
3032
3033
3034# _LT_SYS_DYNAMIC_LINKER([TAG])
3035# -----------------------------
3036# PORTME Fill in your ld.so characteristics
3037# _LT_SYS_DYNAMIC_LINKER
3038
3039
3040# _LT_PATH_TOOL_PREFIX(TOOL)
3041# --------------------------
3042# find a file program which can recognize shared library
3043# _LT_PATH_TOOL_PREFIX
3044
3045# Old name:
3046# This is what autoupdate's m4 run will expand. It fires
3047# the warning (with _au_warn_XXX), outputs it into the
3048# updated configure.ac (with AC_DIAGNOSE), and then outputs
3049# the replacement expansion.
3050
3051
3052# This is an auxiliary macro that is also run when
3053# autoupdate runs m4. It simply calls m4_warning, but
3054# we need a wrapper so that each warning is emitted only
3055# once. We break the quoting in m4_warning's argument in
3056# order to expand this macro's arguments, not AU_DEFUN's.
3057
3058
3059# Finally, this is the expansion that is picked up by
3060# autoconf. It tells the user to run autoupdate, and
3061# then outputs the replacement expansion. We do not care
3062# about autoupdate's warning because that contains
3063# information on what to do *after* running autoupdate.
3064
3065
3066
3067# _LT_PATH_MAGIC
3068# --------------
3069# find a file program which can recognize a shared library
3070# _LT_PATH_MAGIC
3071
3072
3073# LT_PATH_LD
3074# ----------
3075# find the pathname to the GNU or non-GNU linker
3076# LT_PATH_LD
3077
3078# Old names:
3079# This is what autoupdate's m4 run will expand. It fires
3080# the warning (with _au_warn_XXX), outputs it into the
3081# updated configure.ac (with AC_DIAGNOSE), and then outputs
3082# the replacement expansion.
3083
3084
3085# This is an auxiliary macro that is also run when
3086# autoupdate runs m4. It simply calls m4_warning, but
3087# we need a wrapper so that each warning is emitted only
3088# once. We break the quoting in m4_warning's argument in
3089# order to expand this macro's arguments, not AU_DEFUN's.
3090
3091
3092# Finally, this is the expansion that is picked up by
3093# autoconf. It tells the user to run autoupdate, and
3094# then outputs the replacement expansion. We do not care
3095# about autoupdate's warning because that contains
3096# information on what to do *after* running autoupdate.
3097
3098# This is what autoupdate's m4 run will expand. It fires
3099# the warning (with _au_warn_XXX), outputs it into the
3100# updated configure.ac (with AC_DIAGNOSE), and then outputs
3101# the replacement expansion.
3102
3103
3104# This is an auxiliary macro that is also run when
3105# autoupdate runs m4. It simply calls m4_warning, but
3106# we need a wrapper so that each warning is emitted only
3107# once. We break the quoting in m4_warning's argument in
3108# order to expand this macro's arguments, not AU_DEFUN's.
3109
3110
3111# Finally, this is the expansion that is picked up by
3112# autoconf. It tells the user to run autoupdate, and
3113# then outputs the replacement expansion. We do not care
3114# about autoupdate's warning because that contains
3115# information on what to do *after* running autoupdate.
3116
3117
3118
3119# _LT_PATH_LD_GNU
3120#- --------------
3121# _LT_PATH_LD_GNU
3122
3123
3124# _LT_CMD_RELOAD
3125# --------------
3126# find reload flag for linker
3127# -- PORTME Some linkers may need a different reload flag.
3128# _LT_CMD_RELOAD
3129
3130
3131# _LT_CHECK_MAGIC_METHOD
3132# ----------------------
3133# how to check for library dependencies
3134# -- PORTME fill in with the dynamic library characteristics
3135# _LT_CHECK_MAGIC_METHOD
3136
3137
3138# LT_PATH_NM
3139# ----------
3140# find the pathname to a BSD- or MS-compatible name lister
3141# LT_PATH_NM
3142
3143# Old names:
3144# This is what autoupdate's m4 run will expand. It fires
3145# the warning (with _au_warn_XXX), outputs it into the
3146# updated configure.ac (with AC_DIAGNOSE), and then outputs
3147# the replacement expansion.
3148
3149
3150# This is an auxiliary macro that is also run when
3151# autoupdate runs m4. It simply calls m4_warning, but
3152# we need a wrapper so that each warning is emitted only
3153# once. We break the quoting in m4_warning's argument in
3154# order to expand this macro's arguments, not AU_DEFUN's.
3155
3156
3157# Finally, this is the expansion that is picked up by
3158# autoconf. It tells the user to run autoupdate, and
3159# then outputs the replacement expansion. We do not care
3160# about autoupdate's warning because that contains
3161# information on what to do *after* running autoupdate.
3162
3163# This is what autoupdate's m4 run will expand. It fires
3164# the warning (with _au_warn_XXX), outputs it into the
3165# updated configure.ac (with AC_DIAGNOSE), and then outputs
3166# the replacement expansion.
3167
3168
3169# This is an auxiliary macro that is also run when
3170# autoupdate runs m4. It simply calls m4_warning, but
3171# we need a wrapper so that each warning is emitted only
3172# once. We break the quoting in m4_warning's argument in
3173# order to expand this macro's arguments, not AU_DEFUN's.
3174
3175
3176# Finally, this is the expansion that is picked up by
3177# autoconf. It tells the user to run autoupdate, and
3178# then outputs the replacement expansion. We do not care
3179# about autoupdate's warning because that contains
3180# information on what to do *after* running autoupdate.
3181
3182
3183
3184# LT_LIB_M
3185# --------
3186# check for math library
3187# LT_LIB_M
3188
3189# Old name:
3190# This is what autoupdate's m4 run will expand. It fires
3191# the warning (with _au_warn_XXX), outputs it into the
3192# updated configure.ac (with AC_DIAGNOSE), and then outputs
3193# the replacement expansion.
3194
3195
3196# This is an auxiliary macro that is also run when
3197# autoupdate runs m4. It simply calls m4_warning, but
3198# we need a wrapper so that each warning is emitted only
3199# once. We break the quoting in m4_warning's argument in
3200# order to expand this macro's arguments, not AU_DEFUN's.
3201
3202
3203# Finally, this is the expansion that is picked up by
3204# autoconf. It tells the user to run autoupdate, and
3205# then outputs the replacement expansion. We do not care
3206# about autoupdate's warning because that contains
3207# information on what to do *after* running autoupdate.
3208
3209
3210
3211# _LT_COMPILER_NO_RTTI([TAGNAME])
3212# -------------------------------
3213# _LT_COMPILER_NO_RTTI
3214
3215
3216# _LT_CMD_GLOBAL_SYMBOLS
3217# ----------------------
3218 # _LT_CMD_GLOBAL_SYMBOLS
3219
3220
3221# _LT_COMPILER_PIC([TAGNAME])
3222# ---------------------------
3223# _LT_COMPILER_PIC
3224
3225
3226# _LT_LINKER_SHLIBS([TAGNAME])
3227# ----------------------------
3228# See if the linker supports building shared libraries.
3229# _LT_LINKER_SHLIBS
3230
3231
3232# _LT_LANG_C_CONFIG([TAG])
3233# ------------------------
3234# Ensure that the configuration variables for a C compiler are suitably
3235# defined. These variables are subsequently used by _LT_CONFIG to write
3236# the compiler configuration to `libtool'.
3237# _LT_LANG_C_CONFIG
3238
3239
3240# _LT_LANG_CXX_CONFIG([TAG])
3241# --------------------------
3242# Ensure that the configuration variables for a C++ compiler are suitably
3243# defined. These variables are subsequently used by _LT_CONFIG to write
3244# the compiler configuration to `libtool'.
3245# _LT_LANG_CXX_CONFIG
3246
3247
3248# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3249# ---------------------------------
3250# Figure out "hidden" library dependencies from verbose
3251# compiler output when linking a shared library.
3252# Parse the compiler output and extract the necessary
3253# objects, libraries and library flags.
3254# _LT_SYS_HIDDEN_LIBDEPS
3255
3256
3257# _LT_LANG_F77_CONFIG([TAG])
3258# --------------------------
3259# Ensure that the configuration variables for a Fortran 77 compiler are
3260# suitably defined. These variables are subsequently used by _LT_CONFIG
3261# to write the compiler configuration to `libtool'.
3262# _LT_LANG_F77_CONFIG
3263
3264
3265# _LT_LANG_FC_CONFIG([TAG])
3266# -------------------------
3267# Ensure that the configuration variables for a Fortran compiler are
3268# suitably defined. These variables are subsequently used by _LT_CONFIG
3269# to write the compiler configuration to `libtool'.
3270# _LT_LANG_FC_CONFIG
3271
3272
3273# _LT_LANG_GCJ_CONFIG([TAG])
3274# --------------------------
3275# Ensure that the configuration variables for the GNU Java Compiler compiler
3276# are suitably defined. These variables are subsequently used by _LT_CONFIG
3277# to write the compiler configuration to `libtool'.
3278# _LT_LANG_GCJ_CONFIG
3279
3280
3281# _LT_LANG_RC_CONFIG([TAG])
3282# -------------------------
3283# Ensure that the configuration variables for the Windows resource compiler
3284# are suitably defined. These variables are subsequently used by _LT_CONFIG
3285# to write the compiler configuration to `libtool'.
3286# _LT_LANG_RC_CONFIG
3287
3288
3289# LT_PROG_GCJ
3290# -----------
3291
3292
3293# Old name:
3294# This is what autoupdate's m4 run will expand. It fires
3295# the warning (with _au_warn_XXX), outputs it into the
3296# updated configure.ac (with AC_DIAGNOSE), and then outputs
3297# the replacement expansion.
3298
3299
3300# This is an auxiliary macro that is also run when
3301# autoupdate runs m4. It simply calls m4_warning, but
3302# we need a wrapper so that each warning is emitted only
3303# once. We break the quoting in m4_warning's argument in
3304# order to expand this macro's arguments, not AU_DEFUN's.
3305
3306
3307# Finally, this is the expansion that is picked up by
3308# autoconf. It tells the user to run autoupdate, and
3309# then outputs the replacement expansion. We do not care
3310# about autoupdate's warning because that contains
3311# information on what to do *after* running autoupdate.
3312
3313
3314
3315# LT_PROG_RC
3316# ----------
3317
3318
3319# Old name:
3320# This is what autoupdate's m4 run will expand. It fires
3321# the warning (with _au_warn_XXX), outputs it into the
3322# updated configure.ac (with AC_DIAGNOSE), and then outputs
3323# the replacement expansion.
3324
3325
3326# This is an auxiliary macro that is also run when
3327# autoupdate runs m4. It simply calls m4_warning, but
3328# we need a wrapper so that each warning is emitted only
3329# once. We break the quoting in m4_warning's argument in
3330# order to expand this macro's arguments, not AU_DEFUN's.
3331
3332
3333# Finally, this is the expansion that is picked up by
3334# autoconf. It tells the user to run autoupdate, and
3335# then outputs the replacement expansion. We do not care
3336# about autoupdate's warning because that contains
3337# information on what to do *after* running autoupdate.
3338
3339
3340
3341# _LT_DECL_EGREP
3342# --------------
3343# If we don't have a new enough Autoconf to choose the best grep
3344# available, choose the one first in the user's PATH.
3345
3346
3347
3348# _LT_DECL_OBJDUMP
3349# --------------
3350# If we don't have a new enough Autoconf to choose the best objdump
3351# available, choose the one first in the user's PATH.
3352
3353
3354
3355# _LT_DECL_SED
3356# ------------
3357# Check for a fully-functional sed program, that truncates
3358# as few characters as possible. Prefer GNU sed if found.
3359# _LT_DECL_SED
3360
3361#m4_ifndef
3362
3363# Old name:
3364# This is what autoupdate's m4 run will expand. It fires
3365# the warning (with _au_warn_XXX), outputs it into the
3366# updated configure.ac (with AC_DIAGNOSE), and then outputs
3367# the replacement expansion.
3368
3369
3370# This is an auxiliary macro that is also run when
3371# autoupdate runs m4. It simply calls m4_warning, but
3372# we need a wrapper so that each warning is emitted only
3373# once. We break the quoting in m4_warning's argument in
3374# order to expand this macro's arguments, not AU_DEFUN's.
3375
3376
3377# Finally, this is the expansion that is picked up by
3378# autoconf. It tells the user to run autoupdate, and
3379# then outputs the replacement expansion. We do not care
3380# about autoupdate's warning because that contains
3381# information on what to do *after* running autoupdate.
3382
3383
3384
3385# _LT_CHECK_SHELL_FEATURES
3386# ------------------------
3387# Find out whether the shell is Bourne or XSI compatible,
3388# or has some other useful features.
3389# _LT_CHECK_SHELL_FEATURES
3390
3391
3392# _LT_PROG_XSI_SHELLFNS
3393# ---------------------
3394# Bourne and XSI compatible variants of some useful shell functions.
3395
3396
3397# Helper functions for option handling. -*- Autoconf -*-
3398#
3399# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3400# Inc.
3401# Written by Gary V. Vaughan, 2004
3402#
3403# This file is free software; the Free Software Foundation gives
3404# unlimited permission to copy and/or distribute it, with or without
3405# modifications, as long as this notice is preserved.
3406
3407# serial 6 ltoptions.m4
3408
3409# This is to help aclocal find these macros, as it can't see m4_define.
3410
3411
3412
3413# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3414# ------------------------------------------
3415
3416
3417
3418# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3419# ---------------------------------------
3420# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3421# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3422# saved as a flag.
3423
3424
3425
3426# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3427# ------------------------------------------------------------
3428# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3429
3430
3431
3432# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3433# -------------------------------------------------------
3434# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3435# are set.
3436
3437
3438
3439# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3440# ----------------------------------------
3441# OPTION-LIST is a space-separated list of Libtool options associated
3442# with MACRO-NAME. If any OPTION has a matching handler declared with
3443# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3444# the unknown option and exit.
3445# _LT_SET_OPTIONS
3446
3447
3448## --------------------------------- ##
3449## Macros to handle LT_INIT options. ##
3450## --------------------------------- ##
3451
3452# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3453# -----------------------------------------
3454
3455
3456
3457# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3458# -----------------------------------------------
3459# LT_OPTION_DEFINE
3460
3461
3462# dlopen
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
3486
3487
3488# win32-dll
3489# ---------
3490# Declare package support for building win32 dll's.
3491# win32-dll
3492
3493# This is what autoupdate's m4 run will expand. It fires
3494# the warning (with _au_warn_XXX), outputs it into the
3495# updated configure.ac (with AC_DIAGNOSE), and then outputs
3496# the replacement expansion.
3497
3498
3499# This is an auxiliary macro that is also run when
3500# autoupdate runs m4. It simply calls m4_warning, but
3501# we need a wrapper so that each warning is emitted only
3502# once. We break the quoting in m4_warning's argument in
3503# order to expand this macro's arguments, not AU_DEFUN's.
3504
3505
3506# Finally, this is the expansion that is picked up by
3507# autoconf. It tells the user to run autoupdate, and
3508# then outputs the replacement expansion. We do not care
3509# about autoupdate's warning because that contains
3510# information on what to do *after* running autoupdate.
3511
3512
3513
3514
3515# _LT_ENABLE_SHARED([DEFAULT])
3516# ----------------------------
3517# implement the --enable-shared flag, and supports the `shared' and
3518# `disable-shared' LT_INIT options.
3519# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3520# _LT_ENABLE_SHARED
3521
3522
3523
3524
3525# Old names:
3526
3527
3528
3529
3530# This is what autoupdate's m4 run will expand. It fires
3531# the warning (with _au_warn_XXX), outputs it into the
3532# updated configure.ac (with AC_DIAGNOSE), and then outputs
3533# the replacement expansion.
3534
3535
3536# This is an auxiliary macro that is also run when
3537# autoupdate runs m4. It simply calls m4_warning, but
3538# we need a wrapper so that each warning is emitted only
3539# once. We break the quoting in m4_warning's argument in
3540# order to expand this macro's arguments, not AU_DEFUN's.
3541
3542
3543# Finally, this is the expansion that is picked up by
3544# autoconf. It tells the user to run autoupdate, and
3545# then outputs the replacement expansion. We do not care
3546# about autoupdate's warning because that contains
3547# information on what to do *after* running autoupdate.
3548
3549# This is what autoupdate's m4 run will expand. It fires
3550# the warning (with _au_warn_XXX), outputs it into the
3551# updated configure.ac (with AC_DIAGNOSE), and then outputs
3552# the replacement expansion.
3553
3554
3555# This is an auxiliary macro that is also run when
3556# autoupdate runs m4. It simply calls m4_warning, but
3557# we need a wrapper so that each warning is emitted only
3558# once. We break the quoting in m4_warning's argument in
3559# order to expand this macro's arguments, not AU_DEFUN's.
3560
3561
3562# Finally, this is the expansion that is picked up by
3563# autoconf. It tells the user to run autoupdate, and
3564# then outputs the replacement expansion. We do not care
3565# about autoupdate's warning because that contains
3566# information on what to do *after* running autoupdate.
3567
3568
3569
3570
3571
3572# _LT_ENABLE_STATIC([DEFAULT])
3573# ----------------------------
3574# implement the --enable-static flag, and support the `static' and
3575# `disable-static' LT_INIT options.
3576# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3577# _LT_ENABLE_STATIC
3578
3579
3580
3581
3582# Old names:
3583
3584
3585
3586
3587# This is what autoupdate's m4 run will expand. It fires
3588# the warning (with _au_warn_XXX), outputs it into the
3589# updated configure.ac (with AC_DIAGNOSE), and then outputs
3590# the replacement expansion.
3591
3592
3593# This is an auxiliary macro that is also run when
3594# autoupdate runs m4. It simply calls m4_warning, but
3595# we need a wrapper so that each warning is emitted only
3596# once. We break the quoting in m4_warning's argument in
3597# order to expand this macro's arguments, not AU_DEFUN's.
3598
3599
3600# Finally, this is the expansion that is picked up by
3601# autoconf. It tells the user to run autoupdate, and
3602# then outputs the replacement expansion. We do not care
3603# about autoupdate's warning because that contains
3604# information on what to do *after* running autoupdate.
3605
3606# This is what autoupdate's m4 run will expand. It fires
3607# the warning (with _au_warn_XXX), outputs it into the
3608# updated configure.ac (with AC_DIAGNOSE), and then outputs
3609# the replacement expansion.
3610
3611
3612# This is an auxiliary macro that is also run when
3613# autoupdate runs m4. It simply calls m4_warning, but
3614# we need a wrapper so that each warning is emitted only
3615# once. We break the quoting in m4_warning's argument in
3616# order to expand this macro's arguments, not AU_DEFUN's.
3617
3618
3619# Finally, this is the expansion that is picked up by
3620# autoconf. It tells the user to run autoupdate, and
3621# then outputs the replacement expansion. We do not care
3622# about autoupdate's warning because that contains
3623# information on what to do *after* running autoupdate.
3624
3625
3626
3627
3628
3629# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3630# ----------------------------------
3631# implement the --enable-fast-install flag, and support the `fast-install'
3632# and `disable-fast-install' LT_INIT options.
3633# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3634# _LT_ENABLE_FAST_INSTALL
3635
3636
3637
3638
3639# Old names:
3640# This is what autoupdate's m4 run will expand. It fires
3641# the warning (with _au_warn_XXX), outputs it into the
3642# updated configure.ac (with AC_DIAGNOSE), and then outputs
3643# the replacement expansion.
3644
3645
3646# This is an auxiliary macro that is also run when
3647# autoupdate runs m4. It simply calls m4_warning, but
3648# we need a wrapper so that each warning is emitted only
3649# once. We break the quoting in m4_warning's argument in
3650# order to expand this macro's arguments, not AU_DEFUN's.
3651
3652
3653# Finally, this is the expansion that is picked up by
3654# autoconf. It tells the user to run autoupdate, and
3655# then outputs the replacement expansion. We do not care
3656# about autoupdate's warning because that contains
3657# information on what to do *after* running autoupdate.
3658
3659
3660# This is what autoupdate's m4 run will expand. It fires
3661# the warning (with _au_warn_XXX), outputs it into the
3662# updated configure.ac (with AC_DIAGNOSE), and then outputs
3663# the replacement expansion.
3664
3665
3666# This is an auxiliary macro that is also run when
3667# autoupdate runs m4. It simply calls m4_warning, but
3668# we need a wrapper so that each warning is emitted only
3669# once. We break the quoting in m4_warning's argument in
3670# order to expand this macro's arguments, not AU_DEFUN's.
3671
3672
3673# Finally, this is the expansion that is picked up by
3674# autoconf. It tells the user to run autoupdate, and
3675# then outputs the replacement expansion. We do not care
3676# about autoupdate's warning because that contains
3677# information on what to do *after* running autoupdate.
3678
3679
3680
3681
3682# _LT_WITH_PIC([MODE])
3683# --------------------
3684# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3685# LT_INIT options.
3686# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3687# _LT_WITH_PIC
3688
3689
3690
3691
3692# Old name:
3693# This is what autoupdate's m4 run will expand. It fires
3694# the warning (with _au_warn_XXX), outputs it into the
3695# updated configure.ac (with AC_DIAGNOSE), and then outputs
3696# the replacement expansion.
3697
3698
3699# This is an auxiliary macro that is also run when
3700# autoupdate runs m4. It simply calls m4_warning, but
3701# we need a wrapper so that each warning is emitted only
3702# once. We break the quoting in m4_warning's argument in
3703# order to expand this macro's arguments, not AU_DEFUN's.
3704
3705
3706# Finally, this is the expansion that is picked up by
3707# autoconf. It tells the user to run autoupdate, and
3708# then outputs the replacement expansion. We do not care
3709# about autoupdate's warning because that contains
3710# information on what to do *after* running autoupdate.
3711
3712
3713
3714## ----------------- ##
3715## LTDL_INIT Options ##
3716## ----------------- ##
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3728#
3729# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3730# Written by Gary V. Vaughan, 2004
3731#
3732# This file is free software; the Free Software Foundation gives
3733# unlimited permission to copy and/or distribute it, with or without
3734# modifications, as long as this notice is preserved.
3735
3736# serial 6 ltsugar.m4
3737
3738# This is to help aclocal find these macros, as it can't see m4_define.
3739
3740
3741
3742# lt_join(SEP, ARG1, [ARG2...])
3743# -----------------------------
3744# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3745# associated separator.
3746# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3747# versions in m4sugar had bugs.
3748
3749
3750
3751
3752# lt_car(LIST)
3753# lt_cdr(LIST)
3754# ------------
3755# Manipulate m4 lists.
3756# These macros are necessary as long as will still need to support
3757# Autoconf-2.59 which quotes differently.
3758
3759
3760
3761
3762
3763# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3764# ------------------------------------------
3765# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3766# Note that neither SEPARATOR nor STRING are expanded; they are appended
3767# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3768# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3769# than defined and empty).
3770#
3771# This macro is needed until we can rely on Autoconf 2.62, since earlier
3772# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3773
3774
3775
3776
3777# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3778# ----------------------------------------------------------
3779# Produce a SEP delimited list of all paired combinations of elements of
3780# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3781# has the form PREFIXmINFIXSUFFIXn.
3782# Needed until we can rely on m4_combine added in Autoconf 2.62.
3783
3784
3785
3786# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3787# -----------------------------------------------------------------------
3788# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3789# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3790
3791
3792
3793# lt_dict_add(DICT, KEY, VALUE)
3794# -----------------------------
3795
3796
3797
3798# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3799# --------------------------------------------
3800
3801
3802
3803# lt_dict_fetch(DICT, KEY, [SUBKEY])
3804# ----------------------------------
3805
3806
3807
3808# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3809# -----------------------------------------------------------------
3810
3811
3812
3813# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3814# --------------------------------------------------------------
3815
3816
3817# ltversion.m4 -- version numbers -*- Autoconf -*-
3818#
3819# Copyright (C) 2004 Free Software Foundation, Inc.
3820# Written by Scott James Remnant, 2004
3821#
3822# This file is free software; the Free Software Foundation gives
3823# unlimited permission to copy and/or distribute it, with or without
3824# modifications, as long as this notice is preserved.
3825
3826# Generated from ltversion.in.
3827
3828# serial 3134 ltversion.m4
3829# This file is part of GNU Libtool
3830
3831
3832
3833
3834
3835
3836# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3837#
3838# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3839# Written by Scott James Remnant, 2004.
3840#
3841# This file is free software; the Free Software Foundation gives
3842# unlimited permission to copy and/or distribute it, with or without
3843# modifications, as long as this notice is preserved.
3844
3845# serial 4 lt~obsolete.m4
3846
3847# These exist entirely to fool aclocal when bootstrapping libtool.
3848#
3849# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3850# which have later been changed to m4_define as they aren't part of the
3851# exported API, or moved to Autoconf or Automake where they belong.
3852#
3853# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3854# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3855# using a macro with the same name in our local m4/libtool.m4 it'll
3856# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3857# and doesn't know about Autoconf macros at all.)
3858#
3859# So we provide this file, which has a silly filename so it's always
3860# included after everything else. This provides aclocal with the
3861# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3862# because those macros already exist, or will be overwritten later.
3863# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3864#
3865# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3866# Yes, that means every name once taken will need to remain here until
3867# we give up compatibility with versions before 1.7, at which point
3868# we need to keep only those names which we still refer to.
3869
3870# This is to help aclocal find these macros, as it can't see m4_define.
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935## -*- Autoconf -*-
3936
3937# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3938# Free Software Foundation, Inc.
3939#
3940# This file is free software; the Free Software Foundation
3941# gives unlimited permission to copy and/or distribute it,
3942# with or without modifications, as long as this notice is preserved.
3943
3944# serial 8
3945
3946# Based on depend.m4 from automake 1.9, modified for standalone use in
3947# an environment where GNU make is required.
3948
3949# ZW_PROG_COMPILER_DEPENDENCIES
3950# -----------------------------
3951# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3952# sets fooDEPMODE accordingly. Cache-variable compatible with
3953# original; not side-effect compatible. As the users of this macro
3954# may require accurate dependencies for correct builds, it does *not*
3955# honor --disable-dependency-checking, and failure to detect a usable
3956# method is an error. depcomp is assumed to be located in
3957# $ac_aux_dir.
3958#
3959# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3960
3961
3962
3963# AM_SET_DEPDIR
3964# -------------
3965# Choose a directory name for dependency files.
3966
3967
3968# ZW_CREATE_DEPDIR
3969# ----------------
3970# As AM_SET_DEPDIR, but also create the directory at config.status time.
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
6bb11ab3
L
4012
4013
4014
4015
4016
4017sim_inline="-DDEFAULT_INLINE=0"
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054# intl sister-directory configuration rules.
4055#
4056
4057# The idea behind this macro is that there's no need to repeat all the
4058# autoconf probes done by the intl directory - it's already done them
4059# for us. In fact, there's no need even to look at the cache for the
4060# answers. All we need to do is nab a few pieces of information.
4061# The intl directory is set up to make this easy, by generating a
4062# small file which can be sourced as a shell script; then we produce
4063# the necessary substitutions and definitions for this directory.
4064
4065
4066
4067# Autoconf M4 include file defining utility macros for complex Canadian
4068# cross builds.
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078####
4079# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4080# or AC_INIT.
4081# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4082
4083####
4084# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4085# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4086
4087
4088####
4089# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4090# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4091
4092
4093
4094# Backported from Autoconf 2.5x; can go away when and if
4095# we switch. Put the OS path separator in $PATH_SEPARATOR.
4096
4097
4098
4099
4100# ACX_HAVE_GCC_FOR_TARGET
4101# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4102
4103
4104# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4105# Searching for installed target binutils. We need to take extra care,
4106# else we may find the wrong assembler, linker, etc., and lose.
4107#
4108# First try --with-build-time-tools, if specified.
4109#
4110# For build != host, we ask the installed GCC for the name of the tool it
4111# uses, and accept it if it is an absolute path. This is because the
4112# only good choice for a compiler is the same GCC version that is being
4113# installed (or we couldn't make target libraries), and we assume that
4114# on the host system we'll have not only the same GCC version, but also
4115# the same binutils version.
4116#
4117# For build == host, search the same directories that the installed
4118# compiler will search. We used to do this for the assembler, linker,
4119# and nm only; for simplicity of configuration, however, we extend this
4120# criterion to tools (such as ar and ranlib) that are never invoked by
4121# the compiler, to avoid mismatches.
4122#
4123# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4124# if build == target. This makes the most sense only when bootstrapping,
4125# but we also do so when build != host. In this case, we hope that the
4126# build and host systems will have similar contents of MD_EXEC_PREFIX.
4127#
4128# If we do not find a suitable binary, then try the user's path.
4129
4130
4131###
4132# AC_PROG_CPP_WERROR
4133# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4134# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4135# For now, using this also overrides header checks to use only the
4136# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4137# bit harder from here).
4138# Eventually autoconf will default to checking headers with the compiler
4139# instead, and we'll have to do this differently.
4140
4141# AC_PROG_CPP_WERROR
4142
4143# Test for GNAT.
4144# We require the gnatbind & gnatmake programs, as well as a compiler driver
4145# that understands Ada. We use the user's CC setting, already found, and
4146# possibly add $1 to the command-line parameters.
4147#
4148# Sets the shell variable have_gnat to yes or no as appropriate, and
4149# substitutes GNATBIND and GNATMAKE.
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175ac_ext=c
4176ac_cpp='$CPP $CPPFLAGS'
4177ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4178ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4179ac_compiler_gnu=$ac_cv_c_compiler_gnu
4180if test -n "$ac_tool_prefix"; then
4181 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4182set dummy ${ac_tool_prefix}gcc; ac_word=$2
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4184$as_echo_n "checking for $ac_word... " >&6; }
4185if test "${ac_cv_prog_CC+set}" = set; then :
4186 $as_echo_n "(cached) " >&6
4187else
4188 if test -n "$CC"; then
4189 ac_cv_prog_CC="$CC" # Let the user override the test.
4190else
4191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192for as_dir in $PATH
4193do
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_exec_ext in '' $ac_executable_extensions; do
4197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4198 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4200 break 2
4201 fi
4202done
4203 done
4204IFS=$as_save_IFS
4205
4206fi
4207fi
4208CC=$ac_cv_prog_CC
4209if test -n "$CC"; then
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4211$as_echo "$CC" >&6; }
4212else
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4214$as_echo "no" >&6; }
4215fi
4216
4217
4218fi
4219if test -z "$ac_cv_prog_CC"; then
4220 ac_ct_CC=$CC
4221 # Extract the first word of "gcc", so it can be a program name with args.
4222set dummy gcc; ac_word=$2
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224$as_echo_n "checking for $ac_word... " >&6; }
4225if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4226 $as_echo_n "(cached) " >&6
4227else
4228 if test -n "$ac_ct_CC"; then
4229 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4230else
4231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232for as_dir in $PATH
4233do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
4237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4238 ac_cv_prog_ac_ct_CC="gcc"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4241 fi
4242done
4243 done
4244IFS=$as_save_IFS
4245
4246fi
4247fi
4248ac_ct_CC=$ac_cv_prog_ac_ct_CC
4249if test -n "$ac_ct_CC"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4251$as_echo "$ac_ct_CC" >&6; }
4252else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254$as_echo "no" >&6; }
4255fi
4256
4257 if test "x$ac_ct_CC" = x; then
4258 CC=""
4259 else
4260 case $cross_compiling:$ac_tool_warned in
4261yes:)
4262{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4263$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4264ac_tool_warned=yes ;;
4265esac
4266 CC=$ac_ct_CC
4267 fi
4268else
4269 CC="$ac_cv_prog_CC"
4270fi
4271
4272if test -z "$CC"; then
4273 if test -n "$ac_tool_prefix"; then
4274 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4275set dummy ${ac_tool_prefix}cc; ac_word=$2
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4277$as_echo_n "checking for $ac_word... " >&6; }
4278if test "${ac_cv_prog_CC+set}" = set; then :
4279 $as_echo_n "(cached) " >&6
4280else
4281 if test -n "$CC"; then
4282 ac_cv_prog_CC="$CC" # Let the user override the test.
4283else
4284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285for as_dir in $PATH
4286do
4287 IFS=$as_save_IFS
4288 test -z "$as_dir" && as_dir=.
4289 for ac_exec_ext in '' $ac_executable_extensions; do
4290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4291 ac_cv_prog_CC="${ac_tool_prefix}cc"
4292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4293 break 2
4294 fi
4295done
4296 done
4297IFS=$as_save_IFS
4298
4299fi
4300fi
4301CC=$ac_cv_prog_CC
4302if test -n "$CC"; then
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4304$as_echo "$CC" >&6; }
4305else
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4307$as_echo "no" >&6; }
4308fi
4309
4310
4311 fi
4312fi
4313if test -z "$CC"; then
4314 # Extract the first word of "cc", so it can be a program name with args.
4315set dummy cc; ac_word=$2
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4317$as_echo_n "checking for $ac_word... " >&6; }
4318if test "${ac_cv_prog_CC+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4320else
4321 if test -n "$CC"; then
4322 ac_cv_prog_CC="$CC" # Let the user override the test.
4323else
4324 ac_prog_rejected=no
4325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4326for as_dir in $PATH
4327do
4328 IFS=$as_save_IFS
4329 test -z "$as_dir" && as_dir=.
4330 for ac_exec_ext in '' $ac_executable_extensions; do
4331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4332 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4333 ac_prog_rejected=yes
4334 continue
4335 fi
4336 ac_cv_prog_CC="cc"
4337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4338 break 2
4339 fi
4340done
4341 done
4342IFS=$as_save_IFS
4343
4344if test $ac_prog_rejected = yes; then
4345 # We found a bogon in the path, so make sure we never use it.
4346 set dummy $ac_cv_prog_CC
4347 shift
4348 if test $# != 0; then
4349 # We chose a different compiler from the bogus one.
4350 # However, it has the same basename, so the bogon will be chosen
4351 # first if we set CC to just the basename; use the full file name.
4352 shift
4353 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4354 fi
4355fi
4356fi
4357fi
4358CC=$ac_cv_prog_CC
4359if test -n "$CC"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4361$as_echo "$CC" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368fi
4369if test -z "$CC"; then
4370 if test -n "$ac_tool_prefix"; then
4371 for ac_prog in cl.exe
4372 do
4373 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4374set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4376$as_echo_n "checking for $ac_word... " >&6; }
4377if test "${ac_cv_prog_CC+set}" = set; then :
4378 $as_echo_n "(cached) " >&6
4379else
4380 if test -n "$CC"; then
4381 ac_cv_prog_CC="$CC" # Let the user override the test.
4382else
4383as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384for as_dir in $PATH
4385do
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 break 2
4393 fi
4394done
4395 done
4396IFS=$as_save_IFS
4397
4398fi
4399fi
4400CC=$ac_cv_prog_CC
4401if test -n "$CC"; then
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4403$as_echo "$CC" >&6; }
4404else
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4406$as_echo "no" >&6; }
4407fi
4408
4409
4410 test -n "$CC" && break
4411 done
4412fi
4413if test -z "$CC"; then
4414 ac_ct_CC=$CC
4415 for ac_prog in cl.exe
4416do
4417 # Extract the first word of "$ac_prog", so it can be a program name with args.
4418set dummy $ac_prog; ac_word=$2
4419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4420$as_echo_n "checking for $ac_word... " >&6; }
4421if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4422 $as_echo_n "(cached) " >&6
4423else
4424 if test -n "$ac_ct_CC"; then
4425 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4426else
4427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4428for as_dir in $PATH
4429do
4430 IFS=$as_save_IFS
4431 test -z "$as_dir" && as_dir=.
4432 for ac_exec_ext in '' $ac_executable_extensions; do
4433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4434 ac_cv_prog_ac_ct_CC="$ac_prog"
4435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4436 break 2
4437 fi
4438done
4439 done
4440IFS=$as_save_IFS
4441
4442fi
4443fi
4444ac_ct_CC=$ac_cv_prog_ac_ct_CC
4445if test -n "$ac_ct_CC"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4447$as_echo "$ac_ct_CC" >&6; }
4448else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450$as_echo "no" >&6; }
4451fi
4452
4453
4454 test -n "$ac_ct_CC" && break
4455done
4456
4457 if test "x$ac_ct_CC" = x; then
4458 CC=""
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461yes:)
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464ac_tool_warned=yes ;;
4465esac
4466 CC=$ac_ct_CC
4467 fi
4468fi
4469
4470fi
4471
4472
4473test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4475as_fn_error "no acceptable C compiler found in \$PATH
4476See \`config.log' for more details." "$LINENO" 5; }
4477
4478# Provide some information about the compiler.
4479$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4480set X $ac_compile
4481ac_compiler=$2
4482for ac_option in --version -v -V -qversion; do
4483 { { ac_try="$ac_compiler $ac_option >&5"
4484case "(($ac_try" in
4485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4486 *) ac_try_echo=$ac_try;;
4487esac
4488eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4489$as_echo "$ac_try_echo"; } >&5
4490 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4491 ac_status=$?
4492 if test -s conftest.err; then
4493 sed '10a\
4494... rest of stderr output deleted ...
4495 10q' conftest.err >conftest.er1
4496 cat conftest.er1 >&5
4497 rm -f conftest.er1 conftest.err
4498 fi
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }
4501done
4502
4503cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4504/* end confdefs.h. */
4505
4506int
4507main ()
4508{
4509
4510 ;
4511 return 0;
4512}
4513_ACEOF
4514ac_clean_files_save=$ac_clean_files
4515ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4516# Try to create an executable without -o first, disregard a.out.
4517# It will help us diagnose broken compilers, and finding out an intuition
4518# of exeext.
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4520$as_echo_n "checking for C compiler default output file name... " >&6; }
4521ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4522
4523# The possible output files:
4524ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4525
4526ac_rmfiles=
4527for ac_file in $ac_files
4528do
4529 case $ac_file in
4530 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4531 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4532 esac
4533done
4534rm -f $ac_rmfiles
4535
4536if { { ac_try="$ac_link_default"
4537case "(($ac_try" in
4538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4539 *) ac_try_echo=$ac_try;;
4540esac
4541eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4542$as_echo "$ac_try_echo"; } >&5
4543 (eval "$ac_link_default") 2>&5
4544 ac_status=$?
4545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4546 test $ac_status = 0; }; then :
4547 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4548# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4549# in a Makefile. We should not override ac_cv_exeext if it was cached,
4550# so that the user can short-circuit this test for compilers unknown to
4551# Autoconf.
4552for ac_file in $ac_files ''
4553do
4554 test -f "$ac_file" || continue
4555 case $ac_file in
4556 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4557 ;;
4558 [ab].out )
4559 # We found the default executable, but exeext='' is most
4560 # certainly right.
4561 break;;
4562 *.* )
4563 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4564 then :; else
4565 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4566 fi
4567 # We set ac_cv_exeext here because the later test for it is not
4568 # safe: cross compilers may not add the suffix if given an `-o'
4569 # argument, so we may need to know it at that point already.
4570 # Even if this section looks crufty: it has the advantage of
4571 # actually working.
4572 break;;
4573 * )
4574 break;;
4575 esac
4576done
4577test "$ac_cv_exeext" = no && ac_cv_exeext=
4578
4579else
4580 ac_file=''
4581fi
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4583$as_echo "$ac_file" >&6; }
4584if test -z "$ac_file"; then :
4585 $as_echo "$as_me: failed program was:" >&5
4586sed 's/^/| /' conftest.$ac_ext >&5
4587
4588{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4589$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4590{ as_fn_set_status 77
4591as_fn_error "C compiler cannot create executables
4592See \`config.log' for more details." "$LINENO" 5; }; }
4593fi
4594ac_exeext=$ac_cv_exeext
4595
4596# Check that the compiler produces executables we can run. If not, either
4597# the compiler is broken, or we cross compile.
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4599$as_echo_n "checking whether the C compiler works... " >&6; }
4600# If not cross compiling, check that we can run a simple program.
4601if test "$cross_compiling" != yes; then
4602 if { ac_try='./$ac_file'
4603 { { case "(($ac_try" in
4604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4605 *) ac_try_echo=$ac_try;;
4606esac
4607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4608$as_echo "$ac_try_echo"; } >&5
4609 (eval "$ac_try") 2>&5
4610 ac_status=$?
4611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4612 test $ac_status = 0; }; }; then
4613 cross_compiling=no
4614 else
4615 if test "$cross_compiling" = maybe; then
4616 cross_compiling=yes
4617 else
4618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4619$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4620as_fn_error "cannot run C compiled programs.
4621If you meant to cross compile, use \`--host'.
4622See \`config.log' for more details." "$LINENO" 5; }
4623 fi
4624 fi
4625fi
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4627$as_echo "yes" >&6; }
4628
4629rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4630ac_clean_files=$ac_clean_files_save
4631# Check that the compiler produces executables we can run. If not, either
4632# the compiler is broken, or we cross compile.
4633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4634$as_echo_n "checking whether we are cross compiling... " >&6; }
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4636$as_echo "$cross_compiling" >&6; }
4637
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4639$as_echo_n "checking for suffix of executables... " >&6; }
4640if { { ac_try="$ac_link"
4641case "(($ac_try" in
4642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643 *) ac_try_echo=$ac_try;;
4644esac
4645eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4646$as_echo "$ac_try_echo"; } >&5
4647 (eval "$ac_link") 2>&5
4648 ac_status=$?
4649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4650 test $ac_status = 0; }; then :
4651 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4652# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4653# work properly (i.e., refer to `conftest.exe'), while it won't with
4654# `rm'.
4655for ac_file in conftest.exe conftest conftest.*; do
4656 test -f "$ac_file" || continue
4657 case $ac_file in
4658 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4659 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4660 break;;
4661 * ) break;;
4662 esac
4663done
4664else
4665 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4666$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4667as_fn_error "cannot compute suffix of executables: cannot compile and link
4668See \`config.log' for more details." "$LINENO" 5; }
4669fi
4670rm -f conftest$ac_cv_exeext
4671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4672$as_echo "$ac_cv_exeext" >&6; }
4673
4674rm -f conftest.$ac_ext
4675EXEEXT=$ac_cv_exeext
4676ac_exeext=$EXEEXT
4677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4678$as_echo_n "checking for suffix of object files... " >&6; }
4679if test "${ac_cv_objext+set}" = set; then :
4680 $as_echo_n "(cached) " >&6
4681else
4682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4683/* end confdefs.h. */
4684
4685int
4686main ()
4687{
4688
4689 ;
4690 return 0;
4691}
4692_ACEOF
4693rm -f conftest.o conftest.obj
4694if { { ac_try="$ac_compile"
4695case "(($ac_try" in
4696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4697 *) ac_try_echo=$ac_try;;
4698esac
4699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4700$as_echo "$ac_try_echo"; } >&5
4701 (eval "$ac_compile") 2>&5
4702 ac_status=$?
4703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4704 test $ac_status = 0; }; then :
4705 for ac_file in conftest.o conftest.obj conftest.*; do
4706 test -f "$ac_file" || continue;
4707 case $ac_file in
4708 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4709 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4710 break;;
4711 esac
4712done
4713else
4714 $as_echo "$as_me: failed program was:" >&5
4715sed 's/^/| /' conftest.$ac_ext >&5
4716
4717{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4718$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4719as_fn_error "cannot compute suffix of object files: cannot compile
4720See \`config.log' for more details." "$LINENO" 5; }
4721fi
4722rm -f conftest.$ac_cv_objext conftest.$ac_ext
4723fi
4724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4725$as_echo "$ac_cv_objext" >&6; }
4726OBJEXT=$ac_cv_objext
4727ac_objext=$OBJEXT
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4729$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4730if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732else
4733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4734/* end confdefs.h. */
4735
4736int
4737main ()
4738{
4739#ifndef __GNUC__
4740 choke me
4741#endif
4742
4743 ;
4744 return 0;
4745}
4746_ACEOF
4747if ac_fn_c_try_compile "$LINENO"; then :
4748 ac_compiler_gnu=yes
4749else
4750 ac_compiler_gnu=no
4751fi
4752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4753ac_cv_c_compiler_gnu=$ac_compiler_gnu
4754
4755fi
4756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4757$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4758if test $ac_compiler_gnu = yes; then
4759 GCC=yes
4760else
4761 GCC=
4762fi
4763ac_test_CFLAGS=${CFLAGS+set}
4764ac_save_CFLAGS=$CFLAGS
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4766$as_echo_n "checking whether $CC accepts -g... " >&6; }
4767if test "${ac_cv_prog_cc_g+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769else
4770 ac_save_c_werror_flag=$ac_c_werror_flag
4771 ac_c_werror_flag=yes
4772 ac_cv_prog_cc_g=no
4773 CFLAGS="-g"
4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775/* end confdefs.h. */
4776
4777int
4778main ()
4779{
4780
4781 ;
4782 return 0;
4783}
4784_ACEOF
4785if ac_fn_c_try_compile "$LINENO"; then :
4786 ac_cv_prog_cc_g=yes
4787else
4788 CFLAGS=""
4789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4790/* end confdefs.h. */
4791
4792int
4793main ()
4794{
4795
4796 ;
4797 return 0;
4798}
4799_ACEOF
4800if ac_fn_c_try_compile "$LINENO"; then :
4801
4802else
4803 ac_c_werror_flag=$ac_save_c_werror_flag
4804 CFLAGS="-g"
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4806/* end confdefs.h. */
4807
4808int
4809main ()
4810{
4811
4812 ;
4813 return 0;
4814}
4815_ACEOF
4816if ac_fn_c_try_compile "$LINENO"; then :
4817 ac_cv_prog_cc_g=yes
4818fi
4819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4820fi
4821rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4822fi
4823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4824 ac_c_werror_flag=$ac_save_c_werror_flag
4825fi
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4827$as_echo "$ac_cv_prog_cc_g" >&6; }
4828if test "$ac_test_CFLAGS" = set; then
4829 CFLAGS=$ac_save_CFLAGS
4830elif test $ac_cv_prog_cc_g = yes; then
4831 if test "$GCC" = yes; then
4832 CFLAGS="-g -O2"
4833 else
4834 CFLAGS="-g"
4835 fi
4836else
4837 if test "$GCC" = yes; then
4838 CFLAGS="-O2"
4839 else
4840 CFLAGS=
4841 fi
4842fi
4843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4844$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4845if test "${ac_cv_prog_cc_c89+set}" = set; then :
4846 $as_echo_n "(cached) " >&6
4847else
4848 ac_cv_prog_cc_c89=no
4849ac_save_CC=$CC
4850cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4851/* end confdefs.h. */
4852#include <stdarg.h>
4853#include <stdio.h>
4854#include <sys/types.h>
4855#include <sys/stat.h>
4856/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4857struct buf { int x; };
4858FILE * (*rcsopen) (struct buf *, struct stat *, int);
4859static char *e (p, i)
4860 char **p;
4861 int i;
4862{
4863 return p[i];
4864}
4865static char *f (char * (*g) (char **, int), char **p, ...)
4866{
4867 char *s;
4868 va_list v;
4869 va_start (v,p);
4870 s = g (p, va_arg (v,int));
4871 va_end (v);
4872 return s;
4873}
4874
4875/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4876 function prototypes and stuff, but not '\xHH' hex character constants.
4877 These don't provoke an error unfortunately, instead are silently treated
4878 as 'x'. The following induces an error, until -std is added to get
4879 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4880 array size at least. It's necessary to write '\x00'==0 to get something
4881 that's true only with -std. */
4882int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4883
4884/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4885 inside strings and character constants. */
4886#define FOO(x) 'x'
4887int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4888
4889int test (int i, double x);
4890struct s1 {int (*f) (int a);};
4891struct s2 {int (*f) (double a);};
4892int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4893int argc;
4894char **argv;
4895int
4896main ()
4897{
4898return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4899 ;
4900 return 0;
4901}
4902_ACEOF
4903for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4904 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4905do
4906 CC="$ac_save_CC $ac_arg"
4907 if ac_fn_c_try_compile "$LINENO"; then :
4908 ac_cv_prog_cc_c89=$ac_arg
4909fi
4910rm -f core conftest.err conftest.$ac_objext
4911 test "x$ac_cv_prog_cc_c89" != "xno" && break
4912done
4913rm -f conftest.$ac_ext
4914CC=$ac_save_CC
4915
4916fi
4917# AC_CACHE_VAL
4918case "x$ac_cv_prog_cc_c89" in
4919 x)
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4921$as_echo "none needed" >&6; } ;;
4922 xno)
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4924$as_echo "unsupported" >&6; } ;;
4925 *)
4926 CC="$CC $ac_cv_prog_cc_c89"
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4928$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4929esac
4930if test "x$ac_cv_prog_cc_c89" != xno; then :
4931
4932fi
4933
4934ac_ext=c
4935ac_cpp='$CPP $CPPFLAGS'
4936ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4937ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4938ac_compiler_gnu=$ac_cv_c_compiler_gnu
4939
4940ac_aux_dir=
4941for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4942 for ac_t in install-sh install.sh shtool; do
4943 if test -f "$ac_dir/$ac_t"; then
4944 ac_aux_dir=$ac_dir
4945 ac_install_sh="$ac_aux_dir/$ac_t -c"
4946 break 2
4947 fi
4948 done
4949done
4950if test -z "$ac_aux_dir"; then
4951 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4952fi
4953
4954# These three variables are undocumented and unsupported,
4955# and are intended to be withdrawn in a future Autoconf release.
4956# They can cause serious problems if a builder's source tree is in a directory
4957# whose full name contains unusual characters.
4958ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4959ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4960ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4961
4962
4963# Make sure we can run config.sub.
4964$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4965 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4966
4967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4968$as_echo_n "checking build system type... " >&6; }
4969if test "${ac_cv_build+set}" = set; then :
4970 $as_echo_n "(cached) " >&6
4971else
4972 ac_build_alias=$build_alias
4973test "x$ac_build_alias" = x &&
4974 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4975test "x$ac_build_alias" = x &&
4976 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4977ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4978 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4979
4980fi
4981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4982$as_echo "$ac_cv_build" >&6; }
4983case $ac_cv_build in
4984*-*-*) ;;
4985*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4986esac
4987build=$ac_cv_build
4988ac_save_IFS=$IFS; IFS='-'
4989set x $ac_cv_build
4990shift
4991build_cpu=$1
4992build_vendor=$2
4993shift; shift
4994# Remember, the first character of IFS is used to create $*,
4995# except with old shells:
4996build_os=$*
4997IFS=$ac_save_IFS
4998case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4999
5000
5001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5002$as_echo_n "checking host system type... " >&6; }
5003if test "${ac_cv_host+set}" = set; then :
5004 $as_echo_n "(cached) " >&6
5005else
5006 if test "x$host_alias" = x; then
5007 ac_cv_host=$ac_cv_build
5008else
5009 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5010 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5011fi
5012
5013fi
5014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5015$as_echo "$ac_cv_host" >&6; }
5016case $ac_cv_host in
5017*-*-*) ;;
5018*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5019esac
5020host=$ac_cv_host
5021ac_save_IFS=$IFS; IFS='-'
5022set x $ac_cv_host
5023shift
5024host_cpu=$1
5025host_vendor=$2
5026shift; shift
5027# Remember, the first character of IFS is used to create $*,
5028# except with old shells:
5029host_os=$*
5030IFS=$ac_save_IFS
5031case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5032
5033
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5035$as_echo_n "checking target system type... " >&6; }
5036if test "${ac_cv_target+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
5038else
5039 if test "x$target_alias" = x; then
5040 ac_cv_target=$ac_cv_host
5041else
5042 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5043 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5044fi
5045
5046fi
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5048$as_echo "$ac_cv_target" >&6; }
5049case $ac_cv_target in
5050*-*-*) ;;
5051*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5052esac
5053target=$ac_cv_target
5054ac_save_IFS=$IFS; IFS='-'
5055set x $ac_cv_target
5056shift
5057target_cpu=$1
5058target_vendor=$2
5059shift; shift
5060# Remember, the first character of IFS is used to create $*,
5061# except with old shells:
5062target_os=$*
5063IFS=$ac_save_IFS
5064case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5065
5066
5067# The aliases save the names the user supplied, while $host etc.
5068# will get canonicalized.
5069test -n "$target_alias" &&
5070 test "$program_prefix$program_suffix$program_transform_name" = \
5071 NONENONEs,x,x, &&
5072 program_prefix=${target_alias}-
5073
5074ac_ext=c
5075ac_cpp='$CPP $CPPFLAGS'
5076ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5077ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5078ac_compiler_gnu=$ac_cv_c_compiler_gnu
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5080$as_echo_n "checking how to run the C preprocessor... " >&6; }
5081# On Suns, sometimes $CPP names a directory.
5082if test -n "$CPP" && test -d "$CPP"; then
5083 CPP=
5084fi
5085if test -z "$CPP"; then
5086 if test "${ac_cv_prog_CPP+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5088else
5089 # Double quotes because CPP needs to be expanded
5090 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5091 do
5092 ac_preproc_ok=false
5093for ac_c_preproc_warn_flag in '' yes
5094do
5095 # Use a header file that comes with gcc, so configuring glibc
5096 # with a fresh cross-compiler works.
5097 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5098 # <limits.h> exists even on freestanding compilers.
5099 # On the NeXT, cc -E runs the code through the compiler's parser,
5100 # not just through cpp. "Syntax error" is here to catch this case.
5101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5102/* end confdefs.h. */
5103#ifdef __STDC__
5104# include <limits.h>
5105#else
5106# include <assert.h>
5107#endif
5108 Syntax error
5109_ACEOF
5110if ac_fn_c_try_cpp "$LINENO"; then :
5111
5112else
5113 # Broken: fails on valid input.
5114continue
5115fi
5116rm -f conftest.err conftest.$ac_ext
5117
5118 # OK, works on sane cases. Now check whether nonexistent headers
5119 # can be detected and how.
5120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5121/* end confdefs.h. */
5122#include <ac_nonexistent.h>
5123_ACEOF
5124if ac_fn_c_try_cpp "$LINENO"; then :
5125 # Broken: success on invalid input.
5126continue
5127else
5128 # Passes both tests.
5129ac_preproc_ok=:
5130break
5131fi
5132rm -f conftest.err conftest.$ac_ext
5133
5134done
5135# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5136rm -f conftest.err conftest.$ac_ext
5137if $ac_preproc_ok; then :
5138 break
5139fi
5140
5141 done
5142 ac_cv_prog_CPP=$CPP
5143
5144fi
5145 CPP=$ac_cv_prog_CPP
5146else
5147 ac_cv_prog_CPP=$CPP
5148fi
5149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5150$as_echo "$CPP" >&6; }
5151ac_preproc_ok=false
5152for ac_c_preproc_warn_flag in '' yes
5153do
5154 # Use a header file that comes with gcc, so configuring glibc
5155 # with a fresh cross-compiler works.
5156 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5157 # <limits.h> exists even on freestanding compilers.
5158 # On the NeXT, cc -E runs the code through the compiler's parser,
5159 # not just through cpp. "Syntax error" is here to catch this case.
5160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5161/* end confdefs.h. */
5162#ifdef __STDC__
5163# include <limits.h>
5164#else
5165# include <assert.h>
5166#endif
5167 Syntax error
5168_ACEOF
5169if ac_fn_c_try_cpp "$LINENO"; then :
5170
5171else
5172 # Broken: fails on valid input.
5173continue
5174fi
5175rm -f conftest.err conftest.$ac_ext
5176
5177 # OK, works on sane cases. Now check whether nonexistent headers
5178 # can be detected and how.
5179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5180/* end confdefs.h. */
5181#include <ac_nonexistent.h>
5182_ACEOF
5183if ac_fn_c_try_cpp "$LINENO"; then :
5184 # Broken: success on invalid input.
5185continue
5186else
5187 # Passes both tests.
5188ac_preproc_ok=:
5189break
5190fi
5191rm -f conftest.err conftest.$ac_ext
5192
5193done
5194# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5195rm -f conftest.err conftest.$ac_ext
5196if $ac_preproc_ok; then :
5197
5198else
5199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5200$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5201as_fn_error "C preprocessor \"$CPP\" fails sanity check
5202See \`config.log' for more details." "$LINENO" 5; }
5203fi
5204
5205ac_ext=c
5206ac_cpp='$CPP $CPPFLAGS'
5207ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5208ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5209ac_compiler_gnu=$ac_cv_c_compiler_gnu
5210
5211
5212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5213$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5214if test "${ac_cv_path_GREP+set}" = set; then :
5215 $as_echo_n "(cached) " >&6
5216else
5217 if test -z "$GREP"; then
5218 ac_path_GREP_found=false
5219 # Loop through the user's path and test for each of PROGNAME-LIST
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5221for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5222do
5223 IFS=$as_save_IFS
5224 test -z "$as_dir" && as_dir=.
5225 for ac_prog in grep ggrep; do
5226 for ac_exec_ext in '' $ac_executable_extensions; do
5227 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5228 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5229# Check for GNU ac_path_GREP and select it if it is found.
5230 # Check for GNU $ac_path_GREP
5231case `"$ac_path_GREP" --version 2>&1` in
5232*GNU*)
5233 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5234*)
5235 ac_count=0
5236 $as_echo_n 0123456789 >"conftest.in"
5237 while :
5238 do
5239 cat "conftest.in" "conftest.in" >"conftest.tmp"
5240 mv "conftest.tmp" "conftest.in"
5241 cp "conftest.in" "conftest.nl"
5242 $as_echo 'GREP' >> "conftest.nl"
5243 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5244 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5245 as_fn_arith $ac_count + 1 && ac_count=$as_val
5246 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5247 # Best one so far, save it but keep looking for a better one
5248 ac_cv_path_GREP="$ac_path_GREP"
5249 ac_path_GREP_max=$ac_count
5250 fi
5251 # 10*(2^10) chars as input seems more than enough
5252 test $ac_count -gt 10 && break
5253 done
5254 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5255esac
5256
5257 $ac_path_GREP_found && break 3
5258 done
5259 done
5260 done
5261IFS=$as_save_IFS
5262 if test -z "$ac_cv_path_GREP"; then
5263 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5264 fi
5265else
5266 ac_cv_path_GREP=$GREP
5267fi
5268
5269fi
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5271$as_echo "$ac_cv_path_GREP" >&6; }
5272 GREP="$ac_cv_path_GREP"
5273
5274
5275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5276$as_echo_n "checking for egrep... " >&6; }
5277if test "${ac_cv_path_EGREP+set}" = set; then :
5278 $as_echo_n "(cached) " >&6
5279else
5280 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5281 then ac_cv_path_EGREP="$GREP -E"
5282 else
5283 if test -z "$EGREP"; then
5284 ac_path_EGREP_found=false
5285 # Loop through the user's path and test for each of PROGNAME-LIST
5286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5287for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5288do
5289 IFS=$as_save_IFS
5290 test -z "$as_dir" && as_dir=.
5291 for ac_prog in egrep; do
5292 for ac_exec_ext in '' $ac_executable_extensions; do
5293 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5294 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5295# Check for GNU ac_path_EGREP and select it if it is found.
5296 # Check for GNU $ac_path_EGREP
5297case `"$ac_path_EGREP" --version 2>&1` in
5298*GNU*)
5299 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5300*)
5301 ac_count=0
5302 $as_echo_n 0123456789 >"conftest.in"
5303 while :
5304 do
5305 cat "conftest.in" "conftest.in" >"conftest.tmp"
5306 mv "conftest.tmp" "conftest.in"
5307 cp "conftest.in" "conftest.nl"
5308 $as_echo 'EGREP' >> "conftest.nl"
5309 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5310 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5311 as_fn_arith $ac_count + 1 && ac_count=$as_val
5312 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5313 # Best one so far, save it but keep looking for a better one
5314 ac_cv_path_EGREP="$ac_path_EGREP"
5315 ac_path_EGREP_max=$ac_count
5316 fi
5317 # 10*(2^10) chars as input seems more than enough
5318 test $ac_count -gt 10 && break
5319 done
5320 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5321esac
5322
5323 $ac_path_EGREP_found && break 3
5324 done
5325 done
5326 done
5327IFS=$as_save_IFS
5328 if test -z "$ac_cv_path_EGREP"; then
5329 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5330 fi
5331else
5332 ac_cv_path_EGREP=$EGREP
5333fi
5334
5335 fi
5336fi
5337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5338$as_echo "$ac_cv_path_EGREP" >&6; }
5339 EGREP="$ac_cv_path_EGREP"
5340
5341
5342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5343$as_echo_n "checking for ANSI C header files... " >&6; }
5344if test "${ac_cv_header_stdc+set}" = set; then :
5345 $as_echo_n "(cached) " >&6
5346else
5347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5348/* end confdefs.h. */
5349#include <stdlib.h>
5350#include <stdarg.h>
5351#include <string.h>
5352#include <float.h>
5353
5354int
5355main ()
5356{
5357
5358 ;
5359 return 0;
5360}
5361_ACEOF
5362if ac_fn_c_try_compile "$LINENO"; then :
5363 ac_cv_header_stdc=yes
5364else
5365 ac_cv_header_stdc=no
5366fi
5367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5368
5369if test $ac_cv_header_stdc = yes; then
5370 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372/* end confdefs.h. */
5373#include <string.h>
5374
5375_ACEOF
5376if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5377 $EGREP "memchr" >/dev/null 2>&1; then :
5378
5379else
5380 ac_cv_header_stdc=no
5381fi
5382rm -f conftest*
5383
5384fi
5385
5386if test $ac_cv_header_stdc = yes; then
5387 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389/* end confdefs.h. */
5390#include <stdlib.h>
5391
5392_ACEOF
5393if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5394 $EGREP "free" >/dev/null 2>&1; then :
5395
5396else
5397 ac_cv_header_stdc=no
5398fi
5399rm -f conftest*
5400
5401fi
5402
5403if test $ac_cv_header_stdc = yes; then
5404 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5405 if test "$cross_compiling" = yes; then :
5406 :
5407else
5408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5409/* end confdefs.h. */
5410#include <ctype.h>
5411#include <stdlib.h>
5412#if ((' ' & 0x0FF) == 0x020)
5413# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5414# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5415#else
5416# define ISLOWER(c) \
5417 (('a' <= (c) && (c) <= 'i') \
5418 || ('j' <= (c) && (c) <= 'r') \
5419 || ('s' <= (c) && (c) <= 'z'))
5420# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5421#endif
5422
5423#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5424int
5425main ()
5426{
5427 int i;
5428 for (i = 0; i < 256; i++)
5429 if (XOR (islower (i), ISLOWER (i))
5430 || toupper (i) != TOUPPER (i))
5431 return 2;
5432 return 0;
5433}
5434_ACEOF
5435if ac_fn_c_try_run "$LINENO"; then :
5436
5437else
5438 ac_cv_header_stdc=no
5439fi
5440rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5441 conftest.$ac_objext conftest.beam conftest.$ac_ext
5442fi
5443
5444fi
5445fi
5446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5447$as_echo "$ac_cv_header_stdc" >&6; }
5448if test $ac_cv_header_stdc = yes; then
5449
5450$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5451
5452fi
5453
5454# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5455for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5456 inttypes.h stdint.h unistd.h
5457do :
5458 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5459ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5460"
5461eval as_val=\$$as_ac_Header
5462 if test "x$as_val" = x""yes; then :
5463 cat >>confdefs.h <<_ACEOF
5464#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5465_ACEOF
5466
5467fi
5468
5469done
5470
5471
5472
5473 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5474if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5475 MINIX=yes
5476else
5477 MINIX=
5478fi
5479
5480
5481 if test "$MINIX" = yes; then
5482
5483$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5484
5485
5486$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5487
5488
5489$as_echo "#define _MINIX 1" >>confdefs.h
5490
5491 fi
5492
5493
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5495$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5496if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5497 $as_echo_n "(cached) " >&6
5498else
5499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500/* end confdefs.h. */
5501
5502# define __EXTENSIONS__ 1
5503 $ac_includes_default
5504int
5505main ()
5506{
5507
5508 ;
5509 return 0;
5510}
5511_ACEOF
5512if ac_fn_c_try_compile "$LINENO"; then :
5513 ac_cv_safe_to_define___extensions__=yes
5514else
5515 ac_cv_safe_to_define___extensions__=no
5516fi
5517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5518fi
5519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5520$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5521 test $ac_cv_safe_to_define___extensions__ = yes &&
5522 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5523
5524 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5525
5526 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5527
5528 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5529
5530 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5531
5532
5533test "$program_prefix" != NONE &&
5534 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5535# Use a double $ so make ignores it.
5536test "$program_suffix" != NONE &&
5537 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5538# Double any \ or $.
5539# By default was `s,x,x', remove it if useless.
5540ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5541program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5542
5543# Find a good install program. We prefer a C program (faster),
5544# so one script is as good as another. But avoid the broken or
5545# incompatible versions:
5546# SysV /etc/install, /usr/sbin/install
5547# SunOS /usr/etc/install
5548# IRIX /sbin/install
5549# AIX /bin/install
5550# AmigaOS /C/install, which installs bootblocks on floppy discs
5551# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5552# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5553# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5554# OS/2's system install, which has a completely different semantic
5555# ./install, which can be erroneously created by make from ./install.sh.
5556# Reject install programs that cannot install multiple files.
5557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5558$as_echo_n "checking for a BSD-compatible install... " >&6; }
5559if test -z "$INSTALL"; then
5560if test "${ac_cv_path_install+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562else
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564for as_dir in $PATH
5565do
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 # Account for people who put trailing slashes in PATH elements.
5569case $as_dir/ in #((
5570 ./ | .// | /[cC]/* | \
5571 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5572 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5573 /usr/ucb/* ) ;;
5574 *)
5575 # OSF1 and SCO ODT 3.0 have their own names for install.
5576 # Don't use installbsd from OSF since it installs stuff as root
5577 # by default.
5578 for ac_prog in ginstall scoinst install; do
5579 for ac_exec_ext in '' $ac_executable_extensions; do
5580 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5581 if test $ac_prog = install &&
5582 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5583 # AIX install. It has an incompatible calling convention.
5584 :
5585 elif test $ac_prog = install &&
5586 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5587 # program-specific install script used by HP pwplus--don't use.
5588 :
5589 else
5590 rm -rf conftest.one conftest.two conftest.dir
5591 echo one > conftest.one
5592 echo two > conftest.two
5593 mkdir conftest.dir
5594 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5595 test -s conftest.one && test -s conftest.two &&
5596 test -s conftest.dir/conftest.one &&
5597 test -s conftest.dir/conftest.two
5598 then
5599 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5600 break 3
5601 fi
5602 fi
5603 fi
5604 done
5605 done
5606 ;;
5607esac
5608
5609 done
5610IFS=$as_save_IFS
5611
5612rm -rf conftest.one conftest.two conftest.dir
5613
5614fi
5615 if test "${ac_cv_path_install+set}" = set; then
5616 INSTALL=$ac_cv_path_install
5617 else
5618 # As a last resort, use the slow shell script. Don't cache a
5619 # value for INSTALL within a source directory, because that will
5620 # break other packages using the cache if that directory is
5621 # removed, or if the value is a relative name.
5622 INSTALL=$ac_install_sh
5623 fi
5624fi
5625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5626$as_echo "$INSTALL" >&6; }
5627
5628# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5629# It thinks the first close brace ends the variable substitution.
5630test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5631
5632test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5633
5634test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5635
5636rm -rf .tst 2>/dev/null
5637mkdir .tst 2>/dev/null
5638if test -d .tst; then
5639 am__leading_dot=.
5640else
5641 am__leading_dot=_
5642fi
5643rmdir .tst 2>/dev/null
5644
5645DEPDIR="${am__leading_dot}deps"
5646
5647case `pwd` in
5648 *\ * | *\ *)
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5650$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5651esac
5652
5653
5654
5655macro_version='2.2.7a'
5656macro_revision='1.3134'
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670ltmain="$ac_aux_dir/ltmain.sh"
5671
5672# Backslashify metacharacters that are still active within
5673# double-quoted strings.
5674sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5675
5676# Same as above, but do not quote variable references.
5677double_quote_subst='s/\(["`\\]\)/\\\1/g'
5678
5679# Sed substitution to delay expansion of an escaped shell variable in a
5680# double_quote_subst'ed string.
5681delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5682
5683# Sed substitution to delay expansion of an escaped single quote.
5684delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5685
5686# Sed substitution to avoid accidental globbing in evaled expressions
5687no_glob_subst='s/\*/\\\*/g'
5688
5689ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5690ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5691ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5692
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5694$as_echo_n "checking how to print strings... " >&6; }
5695# Test print first, because it will be a builtin if present.
5696if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5697 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5698 ECHO='print -r --'
5699elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5700 ECHO='printf %s\n'
5701else
5702 # Use this function as a fallback that always works.
5703 func_fallback_echo ()
5704 {
5705 eval 'cat <<_LTECHO_EOF
5706$1
5707_LTECHO_EOF'
5708 }
5709 ECHO='func_fallback_echo'
5710fi
5711
5712# func_echo_all arg...
5713# Invoke $ECHO with all args, space-separated.
5714func_echo_all ()
5715{
5716 $ECHO ""
5717}
5718
5719case "$ECHO" in
5720 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5721$as_echo "printf" >&6; } ;;
5722 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5723$as_echo "print -r" >&6; } ;;
5724 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5725$as_echo "cat" >&6; } ;;
5726esac
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5742$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5743if test "${ac_cv_path_SED+set}" = set; then :
5744 $as_echo_n "(cached) " >&6
5745else
5746 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5747 for ac_i in 1 2 3 4 5 6 7; do
5748 ac_script="$ac_script$as_nl$ac_script"
5749 done
5750 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5751 { ac_script=; unset ac_script;}
5752 if test -z "$SED"; then
5753 ac_path_SED_found=false
5754 # Loop through the user's path and test for each of PROGNAME-LIST
5755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5756for as_dir in $PATH
5757do
5758 IFS=$as_save_IFS
5759 test -z "$as_dir" && as_dir=.
5760 for ac_prog in sed gsed; do
5761 for ac_exec_ext in '' $ac_executable_extensions; do
5762 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5763 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5764# Check for GNU ac_path_SED and select it if it is found.
5765 # Check for GNU $ac_path_SED
5766case `"$ac_path_SED" --version 2>&1` in
5767*GNU*)
5768 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5769*)
5770 ac_count=0
5771 $as_echo_n 0123456789 >"conftest.in"
5772 while :
5773 do
5774 cat "conftest.in" "conftest.in" >"conftest.tmp"
5775 mv "conftest.tmp" "conftest.in"
5776 cp "conftest.in" "conftest.nl"
5777 $as_echo '' >> "conftest.nl"
5778 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5779 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5780 as_fn_arith $ac_count + 1 && ac_count=$as_val
5781 if test $ac_count -gt ${ac_path_SED_max-0}; then
5782 # Best one so far, save it but keep looking for a better one
5783 ac_cv_path_SED="$ac_path_SED"
5784 ac_path_SED_max=$ac_count
5785 fi
5786 # 10*(2^10) chars as input seems more than enough
5787 test $ac_count -gt 10 && break
5788 done
5789 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5790esac
5791
5792 $ac_path_SED_found && break 3
5793 done
5794 done
5795 done
5796IFS=$as_save_IFS
5797 if test -z "$ac_cv_path_SED"; then
5798 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5799 fi
5800else
5801 ac_cv_path_SED=$SED
5802fi
5803
5804fi
5805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5806$as_echo "$ac_cv_path_SED" >&6; }
5807 SED="$ac_cv_path_SED"
5808 rm -f conftest.sed
5809
5810test -z "$SED" && SED=sed
5811Xsed="$SED -e 1s/^X//"
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5824$as_echo_n "checking for fgrep... " >&6; }
5825if test "${ac_cv_path_FGREP+set}" = set; then :
5826 $as_echo_n "(cached) " >&6
5827else
5828 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5829 then ac_cv_path_FGREP="$GREP -F"
5830 else
5831 if test -z "$FGREP"; then
5832 ac_path_FGREP_found=false
5833 # Loop through the user's path and test for each of PROGNAME-LIST
5834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5835for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5836do
5837 IFS=$as_save_IFS
5838 test -z "$as_dir" && as_dir=.
5839 for ac_prog in fgrep; do
5840 for ac_exec_ext in '' $ac_executable_extensions; do
5841 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5842 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5843# Check for GNU ac_path_FGREP and select it if it is found.
5844 # Check for GNU $ac_path_FGREP
5845case `"$ac_path_FGREP" --version 2>&1` in
5846*GNU*)
5847 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5848*)
5849 ac_count=0
5850 $as_echo_n 0123456789 >"conftest.in"
5851 while :
5852 do
5853 cat "conftest.in" "conftest.in" >"conftest.tmp"
5854 mv "conftest.tmp" "conftest.in"
5855 cp "conftest.in" "conftest.nl"
5856 $as_echo 'FGREP' >> "conftest.nl"
5857 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5858 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5859 as_fn_arith $ac_count + 1 && ac_count=$as_val
5860 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5861 # Best one so far, save it but keep looking for a better one
5862 ac_cv_path_FGREP="$ac_path_FGREP"
5863 ac_path_FGREP_max=$ac_count
5864 fi
5865 # 10*(2^10) chars as input seems more than enough
5866 test $ac_count -gt 10 && break
5867 done
5868 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5869esac
5870
5871 $ac_path_FGREP_found && break 3
5872 done
5873 done
5874 done
5875IFS=$as_save_IFS
5876 if test -z "$ac_cv_path_FGREP"; then
5877 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5878 fi
5879else
5880 ac_cv_path_FGREP=$FGREP
5881fi
5882
5883 fi
5884fi
5885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5886$as_echo "$ac_cv_path_FGREP" >&6; }
5887 FGREP="$ac_cv_path_FGREP"
5888
5889
5890test -z "$GREP" && GREP=grep
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910# Check whether --with-gnu-ld was given.
5911if test "${with_gnu_ld+set}" = set; then :
5912 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5913else
5914 with_gnu_ld=no
5915fi
5916
5917ac_prog=ld
5918if test "$GCC" = yes; then
5919 # Check if gcc -print-prog-name=ld gives a path.
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5921$as_echo_n "checking for ld used by $CC... " >&6; }
5922 case $host in
5923 *-*-mingw*)
5924 # gcc leaves a trailing carriage return which upsets mingw
5925 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5926 *)
5927 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5928 esac
5929 case $ac_prog in
5930 # Accept absolute paths.
5931 [\\/]* | ?:[\\/]*)
5932 re_direlt='/[^/][^/]*/\.\./'
5933 # Canonicalize the pathname of ld
5934 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5935 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5936 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5937 done
5938 test -z "$LD" && LD="$ac_prog"
5939 ;;
5940 "")
5941 # If it fails, then pretend we aren't using GCC.
5942 ac_prog=ld
5943 ;;
5944 *)
5945 # If it is relative, then search for the first ld in PATH.
5946 with_gnu_ld=unknown
5947 ;;
5948 esac
5949elif test "$with_gnu_ld" = yes; then
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5951$as_echo_n "checking for GNU ld... " >&6; }
5952else
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5954$as_echo_n "checking for non-GNU ld... " >&6; }
5955fi
5956if test "${lt_cv_path_LD+set}" = set; then :
5957 $as_echo_n "(cached) " >&6
5958else
5959 if test -z "$LD"; then
5960 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5961 for ac_dir in $PATH; do
5962 IFS="$lt_save_ifs"
5963 test -z "$ac_dir" && ac_dir=.
5964 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5965 lt_cv_path_LD="$ac_dir/$ac_prog"
5966 # Check to see if the program is GNU ld. I'd rather use --version,
5967 # but apparently some variants of GNU ld only accept -v.
5968 # Break only if it was the GNU/non-GNU ld that we prefer.
5969 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5970 *GNU* | *'with BFD'*)
5971 test "$with_gnu_ld" != no && break
5972 ;;
5973 *)
5974 test "$with_gnu_ld" != yes && break
5975 ;;
5976 esac
5977 fi
5978 done
5979 IFS="$lt_save_ifs"
5980else
5981 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5982fi
5983fi
5984
5985LD="$lt_cv_path_LD"
5986if test -n "$LD"; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5988$as_echo "$LD" >&6; }
5989else
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5991$as_echo "no" >&6; }
5992fi
5993test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5995$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5996if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5997 $as_echo_n "(cached) " >&6
5998else
5999 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6000case `$LD -v 2>&1 </dev/null` in
6001*GNU* | *'with BFD'*)
6002 lt_cv_prog_gnu_ld=yes
6003 ;;
6004*)
6005 lt_cv_prog_gnu_ld=no
6006 ;;
6007esac
6008fi
6009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6010$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6011with_gnu_ld=$lt_cv_prog_gnu_ld
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6022$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6023if test "${lt_cv_path_NM+set}" = set; then :
6024 $as_echo_n "(cached) " >&6
6025else
6026 if test -n "$NM"; then
6027 # Let the user override the test.
6028 lt_cv_path_NM="$NM"
6029else
6030 lt_nm_to_check="${ac_tool_prefix}nm"
6031 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6032 lt_nm_to_check="$lt_nm_to_check nm"
6033 fi
6034 for lt_tmp_nm in $lt_nm_to_check; do
6035 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6036 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6037 IFS="$lt_save_ifs"
6038 test -z "$ac_dir" && ac_dir=.
6039 tmp_nm="$ac_dir/$lt_tmp_nm"
6040 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6041 # Check to see if the nm accepts a BSD-compat flag.
6042 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6043 # nm: unknown option "B" ignored
6044 # Tru64's nm complains that /dev/null is an invalid object file
6045 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6046 */dev/null* | *'Invalid file or object type'*)
6047 lt_cv_path_NM="$tmp_nm -B"
6048 break
6049 ;;
6050 *)
6051 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6052 */dev/null*)
6053 lt_cv_path_NM="$tmp_nm -p"
6054 break
6055 ;;
6056 *)
6057 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6058 continue # so that we can try to find one that supports BSD flags
6059 ;;
6060 esac
6061 ;;
6062 esac
6063 fi
6064 done
6065 IFS="$lt_save_ifs"
6066 done
6067 : ${lt_cv_path_NM=no}
6068fi
6069fi
6070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6071$as_echo "$lt_cv_path_NM" >&6; }
6072if test "$lt_cv_path_NM" != "no"; then
6073 NM="$lt_cv_path_NM"
6074else
6075 # Didn't find any BSD compatible name lister, look for dumpbin.
6076 if test -n "$DUMPBIN"; then :
6077 # Let the user override the test.
6078 else
6079 if test -n "$ac_tool_prefix"; then
6080 for ac_prog in dumpbin "link -dump"
6081 do
6082 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6083set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085$as_echo_n "checking for $ac_word... " >&6; }
6086if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6087 $as_echo_n "(cached) " >&6
6088else
6089 if test -n "$DUMPBIN"; then
6090 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6091else
6092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093for as_dir in $PATH
6094do
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6099 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6101 break 2
6102 fi
6103done
6104 done
6105IFS=$as_save_IFS
6106
6107fi
6108fi
6109DUMPBIN=$ac_cv_prog_DUMPBIN
6110if test -n "$DUMPBIN"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6112$as_echo "$DUMPBIN" >&6; }
6113else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6115$as_echo "no" >&6; }
6116fi
6117
6118
6119 test -n "$DUMPBIN" && break
6120 done
6121fi
6122if test -z "$DUMPBIN"; then
6123 ac_ct_DUMPBIN=$DUMPBIN
6124 for ac_prog in dumpbin "link -dump"
6125do
6126 # Extract the first word of "$ac_prog", so it can be a program name with args.
6127set dummy $ac_prog; ac_word=$2
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6129$as_echo_n "checking for $ac_word... " >&6; }
6130if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6131 $as_echo_n "(cached) " >&6
6132else
6133 if test -n "$ac_ct_DUMPBIN"; then
6134 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6135else
6136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6137for as_dir in $PATH
6138do
6139 IFS=$as_save_IFS
6140 test -z "$as_dir" && as_dir=.
6141 for ac_exec_ext in '' $ac_executable_extensions; do
6142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6143 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6145 break 2
6146 fi
6147done
6148 done
6149IFS=$as_save_IFS
6150
6151fi
6152fi
6153ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6154if test -n "$ac_ct_DUMPBIN"; then
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6156$as_echo "$ac_ct_DUMPBIN" >&6; }
6157else
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6159$as_echo "no" >&6; }
6160fi
6161
6162
6163 test -n "$ac_ct_DUMPBIN" && break
6164done
6165
6166 if test "x$ac_ct_DUMPBIN" = x; then
6167 DUMPBIN=":"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170yes:)
6171{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6172$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173ac_tool_warned=yes ;;
6174esac
6175 DUMPBIN=$ac_ct_DUMPBIN
6176 fi
6177fi
6178
6179 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6180 *COFF*)
6181 DUMPBIN="$DUMPBIN -symbols"
6182 ;;
6183 *)
6184 DUMPBIN=:
6185 ;;
6186 esac
6187 fi
6188
6189 if test "$DUMPBIN" != ":"; then
6190 NM="$DUMPBIN"
6191 fi
6192fi
6193test -z "$NM" && NM=nm
6194
6195
6196
6197
6198
6199
6200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6201$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6202if test "${lt_cv_nm_interface+set}" = set; then :
6203 $as_echo_n "(cached) " >&6
6204else
6205 lt_cv_nm_interface="BSD nm"
6206 echo "int some_variable = 0;" > conftest.$ac_ext
6207 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6208 (eval "$ac_compile" 2>conftest.err)
6209 cat conftest.err >&5
6210 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6211 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6212 cat conftest.err >&5
6213 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6214 cat conftest.out >&5
6215 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6216 lt_cv_nm_interface="MS dumpbin"
6217 fi
6218 rm -f conftest*
6219fi
6220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6221$as_echo "$lt_cv_nm_interface" >&6; }
6222
6223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6224$as_echo_n "checking whether ln -s works... " >&6; }
6225LN_S=$as_ln_s
6226if test "$LN_S" = "ln -s"; then
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6228$as_echo "yes" >&6; }
6229else
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6231$as_echo "no, using $LN_S" >&6; }
6232fi
6233
6234# find the maximum length of command line arguments
6235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6236$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6237if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6238 $as_echo_n "(cached) " >&6
6239else
6240 i=0
6241 teststring="ABCD"
6242
6243 case $build_os in
6244 msdosdjgpp*)
6245 # On DJGPP, this test can blow up pretty badly due to problems in libc
6246 # (any single argument exceeding 2000 bytes causes a buffer overrun
6247 # during glob expansion). Even if it were fixed, the result of this
6248 # check would be larger than it should be.
6249 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6250 ;;
6251
6252 gnu*)
6253 # Under GNU Hurd, this test is not required because there is
6254 # no limit to the length of command line arguments.
6255 # Libtool will interpret -1 as no limit whatsoever
6256 lt_cv_sys_max_cmd_len=-1;
6257 ;;
6258
6259 cygwin* | mingw* | cegcc*)
6260 # On Win9x/ME, this test blows up -- it succeeds, but takes
6261 # about 5 minutes as the teststring grows exponentially.
6262 # Worse, since 9x/ME are not pre-emptively multitasking,
6263 # you end up with a "frozen" computer, even though with patience
6264 # the test eventually succeeds (with a max line length of 256k).
6265 # Instead, let's just punt: use the minimum linelength reported by
6266 # all of the supported platforms: 8192 (on NT/2K/XP).
6267 lt_cv_sys_max_cmd_len=8192;
6268 ;;
6269
6270 mint*)
6271 # On MiNT this can take a long time and run out of memory.
6272 lt_cv_sys_max_cmd_len=8192;
6273 ;;
6274
6275 amigaos*)
6276 # On AmigaOS with pdksh, this test takes hours, literally.
6277 # So we just punt and use a minimum line length of 8192.
6278 lt_cv_sys_max_cmd_len=8192;
6279 ;;
6280
6281 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6282 # This has been around since 386BSD, at least. Likely further.
6283 if test -x /sbin/sysctl; then
6284 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6285 elif test -x /usr/sbin/sysctl; then
6286 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6287 else
6288 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6289 fi
6290 # And add a safety zone
6291 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6292 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6293 ;;
6294
6295 interix*)
6296 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6297 lt_cv_sys_max_cmd_len=196608
6298 ;;
6299
6300 osf*)
6301 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6302 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6303 # nice to cause kernel panics so lets avoid the loop below.
6304 # First set a reasonable default.
6305 lt_cv_sys_max_cmd_len=16384
6306 #
6307 if test -x /sbin/sysconfig; then
6308 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6309 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6310 esac
6311 fi
6312 ;;
6313 sco3.2v5*)
6314 lt_cv_sys_max_cmd_len=102400
6315 ;;
6316 sysv5* | sco5v6* | sysv4.2uw2*)
6317 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6318 if test -n "$kargmax"; then
6319 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6320 else
6321 lt_cv_sys_max_cmd_len=32768
6322 fi
6323 ;;
6324 *)
6325 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6326 if test -n "$lt_cv_sys_max_cmd_len"; then
6327 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6328 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6329 else
6330 # Make teststring a little bigger before we do anything with it.
6331 # a 1K string should be a reasonable start.
6332 for i in 1 2 3 4 5 6 7 8 ; do
6333 teststring=$teststring$teststring
6334 done
6335 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6336 # If test is not a shell built-in, we'll probably end up computing a
6337 # maximum length that is only half of the actual maximum length, but
6338 # we can't tell.
6339 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6340 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6341 test $i != 17 # 1/2 MB should be enough
6342 do
6343 i=`expr $i + 1`
6344 teststring=$teststring$teststring
6345 done
6346 # Only check the string length outside the loop.
6347 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6348 teststring=
6349 # Add a significant safety factor because C++ compilers can tack on
6350 # massive amounts of additional arguments before passing them to the
6351 # linker. It appears as though 1/2 is a usable value.
6352 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6353 fi
6354 ;;
6355 esac
6356
6357fi
6358
6359if test -n $lt_cv_sys_max_cmd_len ; then
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6361$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6362else
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6364$as_echo "none" >&6; }
6365fi
6366max_cmd_len=$lt_cv_sys_max_cmd_len
6367
6368
6369
6370
6371
6372
6373: ${CP="cp -f"}
6374: ${MV="mv -f"}
6375: ${RM="rm -f"}
6376
6377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6378$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6379# Try some XSI features
6380xsi_shell=no
6381( _lt_dummy="a/b/c"
6382 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6383 = c,a/b,, \
6384 && eval 'test $(( 1 + 1 )) -eq 2 \
6385 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6386 && xsi_shell=yes
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6388$as_echo "$xsi_shell" >&6; }
6389
6390
6391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6392$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6393lt_shell_append=no
6394( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6395 >/dev/null 2>&1 \
6396 && lt_shell_append=yes
6397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6398$as_echo "$lt_shell_append" >&6; }
6399
6400
6401if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6402 lt_unset=unset
6403else
6404 lt_unset=false
6405fi
6406
6407
6408
6409
6410
6411# test EBCDIC or ASCII
6412case `echo X|tr X '\101'` in
6413 A) # ASCII based system
6414 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6415 lt_SP2NL='tr \040 \012'
6416 lt_NL2SP='tr \015\012 \040\040'
6417 ;;
6418 *) # EBCDIC based system
6419 lt_SP2NL='tr \100 \n'
6420 lt_NL2SP='tr \r\n \100\100'
6421 ;;
6422esac
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6433$as_echo_n "checking for $LD option to reload object files... " >&6; }
6434if test "${lt_cv_ld_reload_flag+set}" = set; then :
6435 $as_echo_n "(cached) " >&6
6436else
6437 lt_cv_ld_reload_flag='-r'
6438fi
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6440$as_echo "$lt_cv_ld_reload_flag" >&6; }
6441reload_flag=$lt_cv_ld_reload_flag
6442case $reload_flag in
6443"" | " "*) ;;
6444*) reload_flag=" $reload_flag" ;;
6445esac
6446reload_cmds='$LD$reload_flag -o $output$reload_objs'
6447case $host_os in
6448 darwin*)
6449 if test "$GCC" = yes; then
6450 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6451 else
6452 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6453 fi
6454 ;;
6455esac
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465if test -n "$ac_tool_prefix"; then
6466 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6467set dummy ${ac_tool_prefix}objdump; ac_word=$2
6468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6469$as_echo_n "checking for $ac_word... " >&6; }
6470if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
6472else
6473 if test -n "$OBJDUMP"; then
6474 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6475else
6476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6477for as_dir in $PATH
6478do
6479 IFS=$as_save_IFS
6480 test -z "$as_dir" && as_dir=.
6481 for ac_exec_ext in '' $ac_executable_extensions; do
6482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6483 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6485 break 2
6486 fi
6487done
6488 done
6489IFS=$as_save_IFS
6490
6491fi
6492fi
6493OBJDUMP=$ac_cv_prog_OBJDUMP
6494if test -n "$OBJDUMP"; then
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6496$as_echo "$OBJDUMP" >&6; }
6497else
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499$as_echo "no" >&6; }
6500fi
6501
6502
6503fi
6504if test -z "$ac_cv_prog_OBJDUMP"; then
6505 ac_ct_OBJDUMP=$OBJDUMP
6506 # Extract the first word of "objdump", so it can be a program name with args.
6507set dummy objdump; ac_word=$2
6508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6509$as_echo_n "checking for $ac_word... " >&6; }
6510if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6511 $as_echo_n "(cached) " >&6
6512else
6513 if test -n "$ac_ct_OBJDUMP"; then
6514 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6515else
6516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6517for as_dir in $PATH
6518do
6519 IFS=$as_save_IFS
6520 test -z "$as_dir" && as_dir=.
6521 for ac_exec_ext in '' $ac_executable_extensions; do
6522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6523 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6525 break 2
6526 fi
6527done
6528 done
6529IFS=$as_save_IFS
6530
6531fi
6532fi
6533ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6534if test -n "$ac_ct_OBJDUMP"; then
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6536$as_echo "$ac_ct_OBJDUMP" >&6; }
6537else
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6539$as_echo "no" >&6; }
6540fi
6541
6542 if test "x$ac_ct_OBJDUMP" = x; then
6543 OBJDUMP="false"
6544 else
6545 case $cross_compiling:$ac_tool_warned in
6546yes:)
6547{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6548$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6549ac_tool_warned=yes ;;
6550esac
6551 OBJDUMP=$ac_ct_OBJDUMP
6552 fi
6553else
6554 OBJDUMP="$ac_cv_prog_OBJDUMP"
6555fi
6556
6557test -z "$OBJDUMP" && OBJDUMP=objdump
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6568$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6569if test "${lt_cv_deplibs_check_method+set}" = set; then :
6570 $as_echo_n "(cached) " >&6
6571else
6572 lt_cv_file_magic_cmd='$MAGIC_CMD'
6573lt_cv_file_magic_test_file=
6574lt_cv_deplibs_check_method='unknown'
6575# Need to set the preceding variable on all platforms that support
6576# interlibrary dependencies.
6577# 'none' -- dependencies not supported.
6578# `unknown' -- same as none, but documents that we really don't know.
6579# 'pass_all' -- all dependencies passed with no checks.
6580# 'test_compile' -- check by making test program.
6581# 'file_magic [[regex]]' -- check by looking for files in library path
6582# which responds to the $file_magic_cmd with a given extended regex.
6583# If you have `file' or equivalent on your system and you're not sure
6584# whether `pass_all' will *always* work, you probably want this one.
6585
6586case $host_os in
6587aix[4-9]*)
6588 lt_cv_deplibs_check_method=pass_all
6589 ;;
6590
6591beos*)
6592 lt_cv_deplibs_check_method=pass_all
6593 ;;
6594
6595bsdi[45]*)
6596 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6597 lt_cv_file_magic_cmd='/usr/bin/file -L'
6598 lt_cv_file_magic_test_file=/shlib/libc.so
6599 ;;
6600
6601cygwin*)
6602 # func_win32_libid is a shell function defined in ltmain.sh
6603 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6604 lt_cv_file_magic_cmd='func_win32_libid'
6605 ;;
6606
6607mingw* | pw32*)
6608 # Base MSYS/MinGW do not provide the 'file' command needed by
6609 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6610 # unless we find 'file', for example because we are cross-compiling.
6611 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6612 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6613 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6614 lt_cv_file_magic_cmd='func_win32_libid'
6615 else
6616 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6617 lt_cv_file_magic_cmd='$OBJDUMP -f'
6618 fi
6619 ;;
6620
6621cegcc*)
6622 # use the weaker test based on 'objdump'. See mingw*.
6623 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6624 lt_cv_file_magic_cmd='$OBJDUMP -f'
6625 ;;
6626
6627darwin* | rhapsody*)
6628 lt_cv_deplibs_check_method=pass_all
6629 ;;
6630
6631freebsd* | dragonfly*)
6632 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6633 case $host_cpu in
6634 i*86 )
6635 # Not sure whether the presence of OpenBSD here was a mistake.
6636 # Let's accept both of them until this is cleared up.
6637 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6638 lt_cv_file_magic_cmd=/usr/bin/file
6639 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6640 ;;
6641 esac
6642 else
6643 lt_cv_deplibs_check_method=pass_all
6644 fi
6645 ;;
6646
6647gnu*)
6648 lt_cv_deplibs_check_method=pass_all
6649 ;;
6650
6651haiku*)
6652 lt_cv_deplibs_check_method=pass_all
6653 ;;
6654
6655hpux10.20* | hpux11*)
6656 lt_cv_file_magic_cmd=/usr/bin/file
6657 case $host_cpu in
6658 ia64*)
6659 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6660 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6661 ;;
6662 hppa*64*)
6663 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]'
6664 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6665 ;;
6666 *)
6667 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6668 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6669 ;;
6670 esac
6671 ;;
6672
6673interix[3-9]*)
6674 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6675 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6676 ;;
6677
6678irix5* | irix6* | nonstopux*)
6679 case $LD in
6680 *-32|*"-32 ") libmagic=32-bit;;
6681 *-n32|*"-n32 ") libmagic=N32;;
6682 *-64|*"-64 ") libmagic=64-bit;;
6683 *) libmagic=never-match;;
6684 esac
6685 lt_cv_deplibs_check_method=pass_all
6686 ;;
6687
6688# This must be Linux ELF.
6689linux* | k*bsd*-gnu | kopensolaris*-gnu)
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693netbsd*)
6694 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6695 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6696 else
6697 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6698 fi
6699 ;;
6700
6701newos6*)
6702 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6703 lt_cv_file_magic_cmd=/usr/bin/file
6704 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6705 ;;
6706
6707*nto* | *qnx*)
6708 lt_cv_deplibs_check_method=pass_all
6709 ;;
6710
6711openbsd*)
6712 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6713 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6714 else
6715 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6716 fi
6717 ;;
6718
6719osf3* | osf4* | osf5*)
6720 lt_cv_deplibs_check_method=pass_all
6721 ;;
6722
6723rdos*)
6724 lt_cv_deplibs_check_method=pass_all
6725 ;;
6726
6727solaris*)
6728 lt_cv_deplibs_check_method=pass_all
6729 ;;
6730
6731sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734
6735sysv4 | sysv4.3*)
6736 case $host_vendor in
6737 motorola)
6738 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]'
6739 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6740 ;;
6741 ncr)
6742 lt_cv_deplibs_check_method=pass_all
6743 ;;
6744 sequent)
6745 lt_cv_file_magic_cmd='/bin/file'
6746 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6747 ;;
6748 sni)
6749 lt_cv_file_magic_cmd='/bin/file'
6750 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6751 lt_cv_file_magic_test_file=/lib/libc.so
6752 ;;
6753 siemens)
6754 lt_cv_deplibs_check_method=pass_all
6755 ;;
6756 pc)
6757 lt_cv_deplibs_check_method=pass_all
6758 ;;
6759 esac
6760 ;;
6761
6762tpf*)
6763 lt_cv_deplibs_check_method=pass_all
6764 ;;
6765esac
6766
6767fi
6768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6769$as_echo "$lt_cv_deplibs_check_method" >&6; }
6770file_magic_cmd=$lt_cv_file_magic_cmd
6771deplibs_check_method=$lt_cv_deplibs_check_method
6772test -z "$deplibs_check_method" && deplibs_check_method=unknown
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785if test -n "$ac_tool_prefix"; then
6786 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6787set dummy ${ac_tool_prefix}ar; ac_word=$2
6788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789$as_echo_n "checking for $ac_word... " >&6; }
6790if test "${ac_cv_prog_AR+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792else
6793 if test -n "$AR"; then
6794 ac_cv_prog_AR="$AR" # Let the user override the test.
6795else
6796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797for as_dir in $PATH
6798do
6799 IFS=$as_save_IFS
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_AR="${ac_tool_prefix}ar"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805 break 2
6806 fi
6807done
6808 done
6809IFS=$as_save_IFS
6810
6811fi
6812fi
6813AR=$ac_cv_prog_AR
6814if test -n "$AR"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6816$as_echo "$AR" >&6; }
6817else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819$as_echo "no" >&6; }
6820fi
6821
6822
6823fi
6824if test -z "$ac_cv_prog_AR"; then
6825 ac_ct_AR=$AR
6826 # Extract the first word of "ar", so it can be a program name with args.
6827set dummy ar; ac_word=$2
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829$as_echo_n "checking for $ac_word... " >&6; }
6830if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6831 $as_echo_n "(cached) " >&6
6832else
6833 if test -n "$ac_ct_AR"; then
6834 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6835else
6836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837for as_dir in $PATH
6838do
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843 ac_cv_prog_ac_ct_AR="ar"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6846 fi
6847done
6848 done
6849IFS=$as_save_IFS
6850
6851fi
6852fi
6853ac_ct_AR=$ac_cv_prog_ac_ct_AR
6854if test -n "$ac_ct_AR"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6856$as_echo "$ac_ct_AR" >&6; }
6857else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859$as_echo "no" >&6; }
6860fi
6861
6862 if test "x$ac_ct_AR" = x; then
6863 AR="false"
6864 else
6865 case $cross_compiling:$ac_tool_warned in
6866yes:)
6867{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6868$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6869ac_tool_warned=yes ;;
6870esac
6871 AR=$ac_ct_AR
6872 fi
6873else
6874 AR="$ac_cv_prog_AR"
6875fi
6876
6877test -z "$AR" && AR=ar
6878test -z "$AR_FLAGS" && AR_FLAGS=cru
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890if test -n "$ac_tool_prefix"; then
6891 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6892set dummy ${ac_tool_prefix}strip; ac_word=$2
6893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894$as_echo_n "checking for $ac_word... " >&6; }
6895if test "${ac_cv_prog_STRIP+set}" = set; then :
6896 $as_echo_n "(cached) " >&6
6897else
6898 if test -n "$STRIP"; then
6899 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6900else
6901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902for as_dir in $PATH
6903do
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6911 fi
6912done
6913 done
6914IFS=$as_save_IFS
6915
6916fi
6917fi
6918STRIP=$ac_cv_prog_STRIP
6919if test -n "$STRIP"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6921$as_echo "$STRIP" >&6; }
6922else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924$as_echo "no" >&6; }
6925fi
6926
6927
6928fi
6929if test -z "$ac_cv_prog_STRIP"; then
6930 ac_ct_STRIP=$STRIP
6931 # Extract the first word of "strip", so it can be a program name with args.
6932set dummy strip; ac_word=$2
6933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6934$as_echo_n "checking for $ac_word... " >&6; }
6935if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6936 $as_echo_n "(cached) " >&6
6937else
6938 if test -n "$ac_ct_STRIP"; then
6939 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6940else
6941as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6942for as_dir in $PATH
6943do
6944 IFS=$as_save_IFS
6945 test -z "$as_dir" && as_dir=.
6946 for ac_exec_ext in '' $ac_executable_extensions; do
6947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6948 ac_cv_prog_ac_ct_STRIP="strip"
6949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6950 break 2
6951 fi
6952done
6953 done
6954IFS=$as_save_IFS
6955
6956fi
6957fi
6958ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6959if test -n "$ac_ct_STRIP"; then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6961$as_echo "$ac_ct_STRIP" >&6; }
6962else
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6964$as_echo "no" >&6; }
6965fi
6966
6967 if test "x$ac_ct_STRIP" = x; then
6968 STRIP=":"
6969 else
6970 case $cross_compiling:$ac_tool_warned in
6971yes:)
6972{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6973$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6974ac_tool_warned=yes ;;
6975esac
6976 STRIP=$ac_ct_STRIP
6977 fi
6978else
6979 STRIP="$ac_cv_prog_STRIP"
6980fi
6981
6982test -z "$STRIP" && STRIP=:
6983
6984
6985
6986
6987
6988
6989if test -n "$ac_tool_prefix"; then
6990 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6991set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6993$as_echo_n "checking for $ac_word... " >&6; }
6994if test "${ac_cv_prog_RANLIB+set}" = set; then :
6995 $as_echo_n "(cached) " >&6
6996else
6997 if test -n "$RANLIB"; then
6998 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6999else
7000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001for as_dir in $PATH
7002do
7003 IFS=$as_save_IFS
7004 test -z "$as_dir" && as_dir=.
7005 for ac_exec_ext in '' $ac_executable_extensions; do
7006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7007 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7009 break 2
7010 fi
7011done
7012 done
7013IFS=$as_save_IFS
7014
7015fi
7016fi
7017RANLIB=$ac_cv_prog_RANLIB
7018if test -n "$RANLIB"; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7020$as_echo "$RANLIB" >&6; }
7021else
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023$as_echo "no" >&6; }
7024fi
7025
7026
7027fi
7028if test -z "$ac_cv_prog_RANLIB"; then
7029 ac_ct_RANLIB=$RANLIB
7030 # Extract the first word of "ranlib", so it can be a program name with args.
7031set dummy ranlib; ac_word=$2
7032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7033$as_echo_n "checking for $ac_word... " >&6; }
7034if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7035 $as_echo_n "(cached) " >&6
7036else
7037 if test -n "$ac_ct_RANLIB"; then
7038 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7039else
7040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7041for as_dir in $PATH
7042do
7043 IFS=$as_save_IFS
7044 test -z "$as_dir" && as_dir=.
7045 for ac_exec_ext in '' $ac_executable_extensions; do
7046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7047 ac_cv_prog_ac_ct_RANLIB="ranlib"
7048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7049 break 2
7050 fi
7051done
7052 done
7053IFS=$as_save_IFS
7054
7055fi
7056fi
7057ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7058if test -n "$ac_ct_RANLIB"; then
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7060$as_echo "$ac_ct_RANLIB" >&6; }
7061else
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7063$as_echo "no" >&6; }
7064fi
7065
7066 if test "x$ac_ct_RANLIB" = x; then
7067 RANLIB=":"
7068 else
7069 case $cross_compiling:$ac_tool_warned in
7070yes:)
7071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7073ac_tool_warned=yes ;;
7074esac
7075 RANLIB=$ac_ct_RANLIB
7076 fi
7077else
7078 RANLIB="$ac_cv_prog_RANLIB"
7079fi
7080
7081test -z "$RANLIB" && RANLIB=:
7082
7083
7084
7085
7086
7087
7088# Determine commands to create old-style static archives.
7089old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7090old_postinstall_cmds='chmod 644 $oldlib'
7091old_postuninstall_cmds=
7092
7093if test -n "$RANLIB"; then
7094 case $host_os in
7095 openbsd*)
7096 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7097 ;;
7098 *)
7099 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7100 ;;
7101 esac
7102 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7103fi
7104
7105case $host_os in
7106 darwin*)
7107 lock_old_archive_extraction=yes ;;
7108 *)
7109 lock_old_archive_extraction=no ;;
7110esac
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132for ac_prog in gawk mawk nawk awk
7133do
7134 # Extract the first word of "$ac_prog", so it can be a program name with args.
7135set dummy $ac_prog; ac_word=$2
7136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7137$as_echo_n "checking for $ac_word... " >&6; }
7138if test "${ac_cv_prog_AWK+set}" = set; then :
7139 $as_echo_n "(cached) " >&6
7140else
7141 if test -n "$AWK"; then
7142 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7143else
7144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7145for as_dir in $PATH
7146do
7147 IFS=$as_save_IFS
7148 test -z "$as_dir" && as_dir=.
7149 for ac_exec_ext in '' $ac_executable_extensions; do
7150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7151 ac_cv_prog_AWK="$ac_prog"
7152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7153 break 2
7154 fi
7155done
7156 done
7157IFS=$as_save_IFS
7158
7159fi
7160fi
7161AWK=$ac_cv_prog_AWK
7162if test -n "$AWK"; then
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7164$as_echo "$AWK" >&6; }
7165else
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7167$as_echo "no" >&6; }
7168fi
7169
7170
7171 test -n "$AWK" && break
7172done
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192# If no C compiler was specified, use CC.
7193LTCC=${LTCC-"$CC"}
7194
7195# If no C compiler flags were specified, use CFLAGS.
7196LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7197
7198# Allow CC to be a program name with arguments.
7199compiler=$CC
7200
7201
7202# Check for command to grab the raw symbol name followed by C symbol from nm.
7203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7204$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7205if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7206 $as_echo_n "(cached) " >&6
7207else
7208
7209# These are sane defaults that work on at least a few old systems.
7210# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7211
7212# Character class describing NM global symbol codes.
7213symcode='[BCDEGRST]'
7214
7215# Regexp to match symbols that can be accessed directly from C.
7216sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7217
7218# Define system-specific variables.
7219case $host_os in
7220aix*)
7221 symcode='[BCDT]'
7222 ;;
7223cygwin* | mingw* | pw32* | cegcc*)
7224 symcode='[ABCDGISTW]'
7225 ;;
7226hpux*)
7227 if test "$host_cpu" = ia64; then
7228 symcode='[ABCDEGRST]'
7229 fi
7230 ;;
7231irix* | nonstopux*)
7232 symcode='[BCDEGRST]'
7233 ;;
7234osf*)
7235 symcode='[BCDEGQRST]'
7236 ;;
7237solaris*)
7238 symcode='[BDRT]'
7239 ;;
7240sco3.2v5*)
7241 symcode='[DT]'
7242 ;;
7243sysv4.2uw2*)
7244 symcode='[DT]'
7245 ;;
7246sysv5* | sco5v6* | unixware* | OpenUNIX*)
7247 symcode='[ABDT]'
7248 ;;
7249sysv4)
7250 symcode='[DFNSTU]'
7251 ;;
7252esac
7253
7254# If we're using GNU nm, then use its standard symbol codes.
7255case `$NM -V 2>&1` in
7256*GNU* | *'with BFD'*)
7257 symcode='[ABCDGIRSTW]' ;;
7258esac
7259
7260# Transform an extracted symbol line into a proper C declaration.
7261# Some systems (esp. on ia64) link data and code symbols differently,
7262# so use this general approach.
7263lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7264
7265# Transform an extracted symbol line into symbol name and symbol address
7266lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7267lt_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'"
7268
7269# Handle CRLF in mingw tool chain
7270opt_cr=
7271case $build_os in
7272mingw*)
7273 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7274 ;;
7275esac
7276
7277# Try without a prefix underscore, then with it.
7278for ac_symprfx in "" "_"; do
7279
7280 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7281 symxfrm="\\1 $ac_symprfx\\2 \\2"
7282
7283 # Write the raw and C identifiers.
7284 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7285 # Fake it for dumpbin and say T for any non-static function
7286 # and D for any global variable.
7287 # Also find C++ and __fastcall symbols from MSVC++,
7288 # which start with @ or ?.
7289 lt_cv_sys_global_symbol_pipe="$AWK '"\
7290" {last_section=section; section=\$ 3};"\
7291" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7292" \$ 0!~/External *\|/{next};"\
7293" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7294" {if(hide[section]) next};"\
7295" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7296" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7297" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7298" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7299" ' prfx=^$ac_symprfx"
7300 else
7301 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7302 fi
7303
7304 # Check to see that the pipe works correctly.
7305 pipe_works=no
7306
7307 rm -f conftest*
7308 cat > conftest.$ac_ext <<_LT_EOF
7309#ifdef __cplusplus
7310extern "C" {
7311#endif
7312char nm_test_var;
7313void nm_test_func(void);
7314void nm_test_func(void){}
7315#ifdef __cplusplus
7316}
7317#endif
7318int main(){nm_test_var='a';nm_test_func();return(0);}
7319_LT_EOF
7320
7321 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7322 (eval $ac_compile) 2>&5
7323 ac_status=$?
7324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7325 test $ac_status = 0; }; then
7326 # Now try to grab the symbols.
7327 nlist=conftest.nm
7328 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7329 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7330 ac_status=$?
7331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7332 test $ac_status = 0; } && test -s "$nlist"; then
7333 # Try sorting and uniquifying the output.
7334 if sort "$nlist" | uniq > "$nlist"T; then
7335 mv -f "$nlist"T "$nlist"
7336 else
7337 rm -f "$nlist"T
7338 fi
7339
7340 # Make sure that we snagged all the symbols we need.
7341 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7342 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7343 cat <<_LT_EOF > conftest.$ac_ext
7344#ifdef __cplusplus
7345extern "C" {
7346#endif
7347
7348_LT_EOF
7349 # Now generate the symbol file.
7350 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7351
7352 cat <<_LT_EOF >> conftest.$ac_ext
7353
7354/* The mapping between symbol names and symbols. */
7355const struct {
7356 const char *name;
7357 void *address;
7358}
7359lt__PROGRAM__LTX_preloaded_symbols[] =
7360{
7361 { "@PROGRAM@", (void *) 0 },
7362_LT_EOF
7363 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7364 cat <<\_LT_EOF >> conftest.$ac_ext
7365 {0, (void *) 0}
7366};
7367
7368/* This works around a problem in FreeBSD linker */
7369#ifdef FREEBSD_WORKAROUND
7370static const void *lt_preloaded_setup() {
7371 return lt__PROGRAM__LTX_preloaded_symbols;
7372}
7373#endif
7374
7375#ifdef __cplusplus
7376}
7377#endif
7378_LT_EOF
7379 # Now try linking the two files.
7380 mv conftest.$ac_objext conftstm.$ac_objext
7381 lt_save_LIBS="$LIBS"
7382 lt_save_CFLAGS="$CFLAGS"
7383 LIBS="conftstm.$ac_objext"
7384 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7385 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7386 (eval $ac_link) 2>&5
7387 ac_status=$?
7388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7389 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7390 pipe_works=yes
7391 fi
7392 LIBS="$lt_save_LIBS"
7393 CFLAGS="$lt_save_CFLAGS"
7394 else
7395 echo "cannot find nm_test_func in $nlist" >&5
7396 fi
7397 else
7398 echo "cannot find nm_test_var in $nlist" >&5
7399 fi
7400 else
7401 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7402 fi
7403 else
7404 echo "$progname: failed program was:" >&5
7405 cat conftest.$ac_ext >&5
7406 fi
7407 rm -rf conftest* conftst*
7408
7409 # Do not use the global_symbol_pipe unless it works.
7410 if test "$pipe_works" = yes; then
7411 break
7412 else
7413 lt_cv_sys_global_symbol_pipe=
7414 fi
7415done
7416
7417fi
7418
7419if test -z "$lt_cv_sys_global_symbol_pipe"; then
7420 lt_cv_sys_global_symbol_to_cdecl=
7421fi
7422if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7424$as_echo "failed" >&6; }
7425else
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7427$as_echo "ok" >&6; }
7428fi
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451# Check whether --enable-libtool-lock was given.
7452if test "${enable_libtool_lock+set}" = set; then :
7453 enableval=$enable_libtool_lock;
7454fi
7455
7456test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7457
7458# Some flags need to be propagated to the compiler or linker for good
7459# libtool support.
7460case $host in
7461ia64-*-hpux*)
7462 # Find out which ABI we are using.
7463 echo 'int i;' > conftest.$ac_ext
7464 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7465 (eval $ac_compile) 2>&5
7466 ac_status=$?
7467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7468 test $ac_status = 0; }; then
7469 case `/usr/bin/file conftest.$ac_objext` in
7470 *ELF-32*)
7471 HPUX_IA64_MODE="32"
7472 ;;
7473 *ELF-64*)
7474 HPUX_IA64_MODE="64"
7475 ;;
7476 esac
7477 fi
7478 rm -rf conftest*
7479 ;;
7480*-*-irix6*)
7481 # Find out which ABI we are using.
7482 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7483 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7484 (eval $ac_compile) 2>&5
7485 ac_status=$?
7486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7487 test $ac_status = 0; }; then
7488 if test "$lt_cv_prog_gnu_ld" = yes; then
7489 case `/usr/bin/file conftest.$ac_objext` in
7490 *32-bit*)
7491 LD="${LD-ld} -melf32bsmip"
7492 ;;
7493 *N32*)
7494 LD="${LD-ld} -melf32bmipn32"
7495 ;;
7496 *64-bit*)
7497 LD="${LD-ld} -melf64bmip"
7498 ;;
7499 esac
7500 else
7501 case `/usr/bin/file conftest.$ac_objext` in
7502 *32-bit*)
7503 LD="${LD-ld} -32"
7504 ;;
7505 *N32*)
7506 LD="${LD-ld} -n32"
7507 ;;
7508 *64-bit*)
7509 LD="${LD-ld} -64"
7510 ;;
7511 esac
7512 fi
7513 fi
7514 rm -rf conftest*
7515 ;;
7516
bf3d9781 7517x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7518s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7519 # Find out which ABI we are using.
7520 echo 'int i;' > conftest.$ac_ext
7521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7522 (eval $ac_compile) 2>&5
7523 ac_status=$?
7524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7525 test $ac_status = 0; }; then
7526 case `/usr/bin/file conftest.o` in
7527 *32-bit*)
7528 case $host in
7529 x86_64-*kfreebsd*-gnu)
7530 LD="${LD-ld} -m elf_i386_fbsd"
7531 ;;
7532 x86_64-*linux*)
7533 case `/usr/bin/file conftest.o` in
7534 *x86-64*)
7535 LD="${LD-ld} -m elf32_x86_64"
7536 ;;
7537 *)
7538 LD="${LD-ld} -m elf_i386"
7539 ;;
7540 esac
7541 ;;
bf3d9781
AM
7542 powerpc64le-*linux*)
7543 LD="${LD-ld} -m elf32lppclinux"
7544 ;;
7545 powerpc64-*linux*)
6bb11ab3
L
7546 LD="${LD-ld} -m elf32ppclinux"
7547 ;;
7548 s390x-*linux*)
7549 LD="${LD-ld} -m elf_s390"
7550 ;;
7551 sparc64-*linux*)
7552 LD="${LD-ld} -m elf32_sparc"
7553 ;;
7554 esac
7555 ;;
7556 *64-bit*)
7557 case $host in
7558 x86_64-*kfreebsd*-gnu)
7559 LD="${LD-ld} -m elf_x86_64_fbsd"
7560 ;;
7561 x86_64-*linux*)
7562 LD="${LD-ld} -m elf_x86_64"
7563 ;;
bf3d9781
AM
7564 powerpcle-*linux*)
7565 LD="${LD-ld} -m elf64lppc"
7566 ;;
7567 powerpc-*linux*)
6bb11ab3
L
7568 LD="${LD-ld} -m elf64ppc"
7569 ;;
7570 s390*-*linux*|s390*-*tpf*)
7571 LD="${LD-ld} -m elf64_s390"
7572 ;;
7573 sparc*-*linux*)
7574 LD="${LD-ld} -m elf64_sparc"
7575 ;;
7576 esac
7577 ;;
7578 esac
7579 fi
7580 rm -rf conftest*
7581 ;;
7582
7583*-*-sco3.2v5*)
7584 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7585 SAVE_CFLAGS="$CFLAGS"
7586 CFLAGS="$CFLAGS -belf"
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7588$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7589if test "${lt_cv_cc_needs_belf+set}" = set; then :
7590 $as_echo_n "(cached) " >&6
7591else
7592 ac_ext=c
7593ac_cpp='$CPP $CPPFLAGS'
7594ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7595ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7596ac_compiler_gnu=$ac_cv_c_compiler_gnu
7597
7598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7599/* end confdefs.h. */
7600
7601int
7602main ()
7603{
7604
7605 ;
7606 return 0;
7607}
7608_ACEOF
7609if ac_fn_c_try_link "$LINENO"; then :
7610 lt_cv_cc_needs_belf=yes
7611else
7612 lt_cv_cc_needs_belf=no
7613fi
7614rm -f core conftest.err conftest.$ac_objext \
7615 conftest$ac_exeext conftest.$ac_ext
7616 ac_ext=c
7617ac_cpp='$CPP $CPPFLAGS'
7618ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7619ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7620ac_compiler_gnu=$ac_cv_c_compiler_gnu
7621
7622fi
7623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7624$as_echo "$lt_cv_cc_needs_belf" >&6; }
7625 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7626 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7627 CFLAGS="$SAVE_CFLAGS"
7628 fi
7629 ;;
7630sparc*-*solaris*)
7631 # Find out which ABI we are using.
7632 echo 'int i;' > conftest.$ac_ext
7633 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7634 (eval $ac_compile) 2>&5
7635 ac_status=$?
7636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7637 test $ac_status = 0; }; then
7638 case `/usr/bin/file conftest.o` in
7639 *64-bit*)
7640 case $lt_cv_prog_gnu_ld in
7641 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7642 *)
7643 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7644 LD="${LD-ld} -64"
7645 fi
7646 ;;
7647 esac
7648 ;;
7649 esac
7650 fi
7651 rm -rf conftest*
7652 ;;
7653esac
7654
7655need_locks="$enable_libtool_lock"
7656
7657
7658 case $host_os in
7659 rhapsody* | darwin*)
7660 if test -n "$ac_tool_prefix"; then
7661 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7662set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7664$as_echo_n "checking for $ac_word... " >&6; }
7665if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
7667else
7668 if test -n "$DSYMUTIL"; then
7669 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7670else
7671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672for as_dir in $PATH
7673do
7674 IFS=$as_save_IFS
7675 test -z "$as_dir" && as_dir=.
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7678 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7680 break 2
7681 fi
7682done
7683 done
7684IFS=$as_save_IFS
7685
7686fi
7687fi
7688DSYMUTIL=$ac_cv_prog_DSYMUTIL
7689if test -n "$DSYMUTIL"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7691$as_echo "$DSYMUTIL" >&6; }
7692else
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694$as_echo "no" >&6; }
7695fi
7696
7697
7698fi
7699if test -z "$ac_cv_prog_DSYMUTIL"; then
7700 ac_ct_DSYMUTIL=$DSYMUTIL
7701 # Extract the first word of "dsymutil", so it can be a program name with args.
7702set dummy dsymutil; ac_word=$2
7703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7704$as_echo_n "checking for $ac_word... " >&6; }
7705if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7706 $as_echo_n "(cached) " >&6
7707else
7708 if test -n "$ac_ct_DSYMUTIL"; then
7709 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7710else
7711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7712for as_dir in $PATH
7713do
7714 IFS=$as_save_IFS
7715 test -z "$as_dir" && as_dir=.
7716 for ac_exec_ext in '' $ac_executable_extensions; do
7717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7718 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7720 break 2
7721 fi
7722done
7723 done
7724IFS=$as_save_IFS
7725
7726fi
7727fi
7728ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7729if test -n "$ac_ct_DSYMUTIL"; then
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7731$as_echo "$ac_ct_DSYMUTIL" >&6; }
7732else
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7734$as_echo "no" >&6; }
7735fi
7736
7737 if test "x$ac_ct_DSYMUTIL" = x; then
7738 DSYMUTIL=":"
7739 else
7740 case $cross_compiling:$ac_tool_warned in
7741yes:)
7742{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7743$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7744ac_tool_warned=yes ;;
7745esac
7746 DSYMUTIL=$ac_ct_DSYMUTIL
7747 fi
7748else
7749 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7750fi
7751
7752 if test -n "$ac_tool_prefix"; then
7753 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7754set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756$as_echo_n "checking for $ac_word... " >&6; }
7757if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759else
7760 if test -n "$NMEDIT"; then
7761 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7762else
7763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764for as_dir in $PATH
7765do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774done
7775 done
7776IFS=$as_save_IFS
7777
7778fi
7779fi
7780NMEDIT=$ac_cv_prog_NMEDIT
7781if test -n "$NMEDIT"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7783$as_echo "$NMEDIT" >&6; }
7784else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786$as_echo "no" >&6; }
7787fi
7788
7789
7790fi
7791if test -z "$ac_cv_prog_NMEDIT"; then
7792 ac_ct_NMEDIT=$NMEDIT
7793 # Extract the first word of "nmedit", so it can be a program name with args.
7794set dummy nmedit; ac_word=$2
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7796$as_echo_n "checking for $ac_word... " >&6; }
7797if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7798 $as_echo_n "(cached) " >&6
7799else
7800 if test -n "$ac_ct_NMEDIT"; then
7801 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7802else
7803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7804for as_dir in $PATH
7805do
7806 IFS=$as_save_IFS
7807 test -z "$as_dir" && as_dir=.
7808 for ac_exec_ext in '' $ac_executable_extensions; do
7809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7810 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7812 break 2
7813 fi
7814done
7815 done
7816IFS=$as_save_IFS
7817
7818fi
7819fi
7820ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7821if test -n "$ac_ct_NMEDIT"; then
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7823$as_echo "$ac_ct_NMEDIT" >&6; }
7824else
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7826$as_echo "no" >&6; }
7827fi
7828
7829 if test "x$ac_ct_NMEDIT" = x; then
7830 NMEDIT=":"
7831 else
7832 case $cross_compiling:$ac_tool_warned in
7833yes:)
7834{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7835$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7836ac_tool_warned=yes ;;
7837esac
7838 NMEDIT=$ac_ct_NMEDIT
7839 fi
7840else
7841 NMEDIT="$ac_cv_prog_NMEDIT"
7842fi
7843
7844 if test -n "$ac_tool_prefix"; then
7845 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7846set dummy ${ac_tool_prefix}lipo; ac_word=$2
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7848$as_echo_n "checking for $ac_word... " >&6; }
7849if test "${ac_cv_prog_LIPO+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851else
7852 if test -n "$LIPO"; then
7853 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7854else
7855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7856for as_dir in $PATH
7857do
7858 IFS=$as_save_IFS
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7862 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7864 break 2
7865 fi
7866done
7867 done
7868IFS=$as_save_IFS
7869
7870fi
7871fi
7872LIPO=$ac_cv_prog_LIPO
7873if test -n "$LIPO"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7875$as_echo "$LIPO" >&6; }
7876else
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7878$as_echo "no" >&6; }
7879fi
7880
7881
7882fi
7883if test -z "$ac_cv_prog_LIPO"; then
7884 ac_ct_LIPO=$LIPO
7885 # Extract the first word of "lipo", so it can be a program name with args.
7886set dummy lipo; ac_word=$2
7887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7888$as_echo_n "checking for $ac_word... " >&6; }
7889if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7890 $as_echo_n "(cached) " >&6
7891else
7892 if test -n "$ac_ct_LIPO"; then
7893 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7894else
7895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7896for as_dir in $PATH
7897do
7898 IFS=$as_save_IFS
7899 test -z "$as_dir" && as_dir=.
7900 for ac_exec_ext in '' $ac_executable_extensions; do
7901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7902 ac_cv_prog_ac_ct_LIPO="lipo"
7903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7904 break 2
7905 fi
7906done
7907 done
7908IFS=$as_save_IFS
7909
7910fi
7911fi
7912ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7913if test -n "$ac_ct_LIPO"; then
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7915$as_echo "$ac_ct_LIPO" >&6; }
7916else
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7918$as_echo "no" >&6; }
7919fi
7920
7921 if test "x$ac_ct_LIPO" = x; then
7922 LIPO=":"
7923 else
7924 case $cross_compiling:$ac_tool_warned in
7925yes:)
7926{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7927$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7928ac_tool_warned=yes ;;
7929esac
7930 LIPO=$ac_ct_LIPO
7931 fi
7932else
7933 LIPO="$ac_cv_prog_LIPO"
7934fi
7935
7936 if test -n "$ac_tool_prefix"; then
7937 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7938set dummy ${ac_tool_prefix}otool; ac_word=$2
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7940$as_echo_n "checking for $ac_word... " >&6; }
7941if test "${ac_cv_prog_OTOOL+set}" = set; then :
7942 $as_echo_n "(cached) " >&6
7943else
7944 if test -n "$OTOOL"; then
7945 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7946else
7947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7948for as_dir in $PATH
7949do
7950 IFS=$as_save_IFS
7951 test -z "$as_dir" && as_dir=.
7952 for ac_exec_ext in '' $ac_executable_extensions; do
7953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7954 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7956 break 2
7957 fi
7958done
7959 done
7960IFS=$as_save_IFS
7961
7962fi
7963fi
7964OTOOL=$ac_cv_prog_OTOOL
7965if test -n "$OTOOL"; then
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7967$as_echo "$OTOOL" >&6; }
7968else
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7970$as_echo "no" >&6; }
7971fi
7972
7973
7974fi
7975if test -z "$ac_cv_prog_OTOOL"; then
7976 ac_ct_OTOOL=$OTOOL
7977 # Extract the first word of "otool", so it can be a program name with args.
7978set dummy otool; ac_word=$2
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7980$as_echo_n "checking for $ac_word... " >&6; }
7981if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
7983else
7984 if test -n "$ac_ct_OTOOL"; then
7985 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7986else
7987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7988for as_dir in $PATH
7989do
7990 IFS=$as_save_IFS
7991 test -z "$as_dir" && as_dir=.
7992 for ac_exec_ext in '' $ac_executable_extensions; do
7993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7994 ac_cv_prog_ac_ct_OTOOL="otool"
7995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7996 break 2
7997 fi
7998done
7999 done
8000IFS=$as_save_IFS
8001
8002fi
8003fi
8004ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8005if test -n "$ac_ct_OTOOL"; then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8007$as_echo "$ac_ct_OTOOL" >&6; }
8008else
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8010$as_echo "no" >&6; }
8011fi
8012
8013 if test "x$ac_ct_OTOOL" = x; then
8014 OTOOL=":"
8015 else
8016 case $cross_compiling:$ac_tool_warned in
8017yes:)
8018{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8019$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8020ac_tool_warned=yes ;;
8021esac
8022 OTOOL=$ac_ct_OTOOL
8023 fi
8024else
8025 OTOOL="$ac_cv_prog_OTOOL"
8026fi
8027
8028 if test -n "$ac_tool_prefix"; then
8029 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8030set dummy ${ac_tool_prefix}otool64; ac_word=$2
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8032$as_echo_n "checking for $ac_word... " >&6; }
8033if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8035else
8036 if test -n "$OTOOL64"; then
8037 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8038else
8039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040for as_dir in $PATH
8041do
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8046 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8049 fi
8050done
8051 done
8052IFS=$as_save_IFS
8053
8054fi
8055fi
8056OTOOL64=$ac_cv_prog_OTOOL64
8057if test -n "$OTOOL64"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8059$as_echo "$OTOOL64" >&6; }
8060else
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062$as_echo "no" >&6; }
8063fi
8064
8065
8066fi
8067if test -z "$ac_cv_prog_OTOOL64"; then
8068 ac_ct_OTOOL64=$OTOOL64
8069 # Extract the first word of "otool64", so it can be a program name with args.
8070set dummy otool64; ac_word=$2
8071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8072$as_echo_n "checking for $ac_word... " >&6; }
8073if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8074 $as_echo_n "(cached) " >&6
8075else
8076 if test -n "$ac_ct_OTOOL64"; then
8077 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8078else
8079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8080for as_dir in $PATH
8081do
8082 IFS=$as_save_IFS
8083 test -z "$as_dir" && as_dir=.
8084 for ac_exec_ext in '' $ac_executable_extensions; do
8085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8086 ac_cv_prog_ac_ct_OTOOL64="otool64"
8087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8088 break 2
8089 fi
8090done
8091 done
8092IFS=$as_save_IFS
8093
8094fi
8095fi
8096ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8097if test -n "$ac_ct_OTOOL64"; then
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8099$as_echo "$ac_ct_OTOOL64" >&6; }
8100else
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8102$as_echo "no" >&6; }
8103fi
8104
8105 if test "x$ac_ct_OTOOL64" = x; then
8106 OTOOL64=":"
8107 else
8108 case $cross_compiling:$ac_tool_warned in
8109yes:)
8110{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8111$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8112ac_tool_warned=yes ;;
8113esac
8114 OTOOL64=$ac_ct_OTOOL64
8115 fi
8116else
8117 OTOOL64="$ac_cv_prog_OTOOL64"
8118fi
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8147$as_echo_n "checking for -single_module linker flag... " >&6; }
8148if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8149 $as_echo_n "(cached) " >&6
8150else
8151 lt_cv_apple_cc_single_mod=no
8152 if test -z "${LT_MULTI_MODULE}"; then
8153 # By default we will add the -single_module flag. You can override
8154 # by either setting the environment variable LT_MULTI_MODULE
8155 # non-empty at configure time, or by adding -multi_module to the
8156 # link flags.
8157 rm -rf libconftest.dylib*
8158 echo "int foo(void){return 1;}" > conftest.c
8159 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8160-dynamiclib -Wl,-single_module conftest.c" >&5
8161 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8162 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8163 _lt_result=$?
8164 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8165 lt_cv_apple_cc_single_mod=yes
8166 else
8167 cat conftest.err >&5
8168 fi
8169 rm -rf libconftest.dylib*
8170 rm -f conftest.*
8171 fi
8172fi
8173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8174$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8176$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8177if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8178 $as_echo_n "(cached) " >&6
8179else
8180 lt_cv_ld_exported_symbols_list=no
8181 save_LDFLAGS=$LDFLAGS
8182 echo "_main" > conftest.sym
8183 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8185/* end confdefs.h. */
8186
8187int
8188main ()
8189{
8190
8191 ;
8192 return 0;
8193}
8194_ACEOF
8195if ac_fn_c_try_link "$LINENO"; then :
8196 lt_cv_ld_exported_symbols_list=yes
8197else
8198 lt_cv_ld_exported_symbols_list=no
8199fi
8200rm -f core conftest.err conftest.$ac_objext \
8201 conftest$ac_exeext conftest.$ac_ext
8202 LDFLAGS="$save_LDFLAGS"
8203
8204fi
8205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8206$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8208$as_echo_n "checking for -force_load linker flag... " >&6; }
8209if test "${lt_cv_ld_force_load+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
8211else
8212 lt_cv_ld_force_load=no
8213 cat > conftest.c << _LT_EOF
8214int forced_loaded() { return 2;}
8215_LT_EOF
8216 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8217 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8218 echo "$AR cru libconftest.a conftest.o" >&5
8219 $AR cru libconftest.a conftest.o 2>&5
8220 cat > conftest.c << _LT_EOF
8221int main() { return 0;}
8222_LT_EOF
8223 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8224 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8225 _lt_result=$?
8226 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8227 lt_cv_ld_force_load=yes
8228 else
8229 cat conftest.err >&5
8230 fi
8231 rm -f conftest.err libconftest.a conftest conftest.c
8232 rm -rf conftest.dSYM
8233
8234fi
8235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8236$as_echo "$lt_cv_ld_force_load" >&6; }
8237 case $host_os in
8238 rhapsody* | darwin1.[012])
8239 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8240 darwin1.*)
8241 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8242 darwin*) # darwin 5.x on
8243 # if running on 10.5 or later, the deployment target defaults
8244 # to the OS version, if on x86, and 10.4, the deployment
8245 # target defaults to 10.4. Don't you love it?
8246 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8247 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8248 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8249 10.[012][,.]*)
6bb11ab3
L
8250 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8251 10.*)
8252 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8253 esac
8254 ;;
8255 esac
8256 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8257 _lt_dar_single_mod='$single_module'
8258 fi
8259 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8260 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8261 else
8262 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8263 fi
8264 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8265 _lt_dsymutil='~$DSYMUTIL $lib || :'
8266 else
8267 _lt_dsymutil=
8268 fi
8269 ;;
8270 esac
8271
8272for ac_header in dlfcn.h
8273do :
8274 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8275"
8276if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8277 cat >>confdefs.h <<_ACEOF
8278#define HAVE_DLFCN_H 1
8279_ACEOF
8280
8281fi
8282
8283done
8284
8285
8286
8287# autoconf.info says this should be called right after AC_INIT.
8288ac_config_headers="$ac_config_headers config.h:config.in"
8289
8290
8291
0cb8d851
MF
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8293$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8294if test "${ac_cv_c_bigendian+set}" = set; then :
8295 $as_echo_n "(cached) " >&6
8296else
8297 ac_cv_c_bigendian=unknown
8298 # See if we're dealing with a universal compiler.
8299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8300/* end confdefs.h. */
8301#ifndef __APPLE_CC__
8302 not a universal capable compiler
8303 #endif
8304 typedef int dummy;
8305
8306_ACEOF
8307if ac_fn_c_try_compile "$LINENO"; then :
8308
8309 # Check for potential -arch flags. It is not universal unless
8310 # there are at least two -arch flags with different values.
8311 ac_arch=
8312 ac_prev=
8313 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8314 if test -n "$ac_prev"; then
8315 case $ac_word in
8316 i?86 | x86_64 | ppc | ppc64)
8317 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8318 ac_arch=$ac_word
8319 else
8320 ac_cv_c_bigendian=universal
8321 break
8322 fi
8323 ;;
8324 esac
8325 ac_prev=
8326 elif test "x$ac_word" = "x-arch"; then
8327 ac_prev=arch
8328 fi
8329 done
8330fi
8331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8332 if test $ac_cv_c_bigendian = unknown; then
8333 # See if sys/param.h defines the BYTE_ORDER macro.
8334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8335/* end confdefs.h. */
8336#include <sys/types.h>
8337 #include <sys/param.h>
8338
8339int
8340main ()
8341{
8342#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8343 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8344 && LITTLE_ENDIAN)
8345 bogus endian macros
8346 #endif
8347
8348 ;
8349 return 0;
8350}
8351_ACEOF
8352if ac_fn_c_try_compile "$LINENO"; then :
8353 # It does; now see whether it defined to BIG_ENDIAN or not.
8354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8355/* end confdefs.h. */
8356#include <sys/types.h>
8357 #include <sys/param.h>
8358
8359int
8360main ()
8361{
8362#if BYTE_ORDER != BIG_ENDIAN
8363 not big endian
8364 #endif
8365
8366 ;
8367 return 0;
8368}
8369_ACEOF
8370if ac_fn_c_try_compile "$LINENO"; then :
8371 ac_cv_c_bigendian=yes
8372else
8373 ac_cv_c_bigendian=no
8374fi
8375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8376fi
8377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8378 fi
8379 if test $ac_cv_c_bigendian = unknown; then
8380 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382/* end confdefs.h. */
8383#include <limits.h>
8384
8385int
8386main ()
8387{
8388#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8389 bogus endian macros
8390 #endif
8391
8392 ;
8393 return 0;
8394}
8395_ACEOF
8396if ac_fn_c_try_compile "$LINENO"; then :
8397 # It does; now see whether it defined to _BIG_ENDIAN or not.
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399/* end confdefs.h. */
8400#include <limits.h>
8401
8402int
8403main ()
8404{
8405#ifndef _BIG_ENDIAN
8406 not big endian
8407 #endif
8408
8409 ;
8410 return 0;
8411}
8412_ACEOF
8413if ac_fn_c_try_compile "$LINENO"; then :
8414 ac_cv_c_bigendian=yes
8415else
8416 ac_cv_c_bigendian=no
8417fi
8418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8419fi
8420rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8421 fi
8422 if test $ac_cv_c_bigendian = unknown; then
8423 # Compile a test program.
8424 if test "$cross_compiling" = yes; then :
8425 # Try to guess by grepping values from an object file.
8426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8427/* end confdefs.h. */
8428short int ascii_mm[] =
8429 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8430 short int ascii_ii[] =
8431 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8432 int use_ascii (int i) {
8433 return ascii_mm[i] + ascii_ii[i];
8434 }
8435 short int ebcdic_ii[] =
8436 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8437 short int ebcdic_mm[] =
8438 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8439 int use_ebcdic (int i) {
8440 return ebcdic_mm[i] + ebcdic_ii[i];
8441 }
8442 extern int foo;
8443
8444int
8445main ()
8446{
8447return use_ascii (foo) == use_ebcdic (foo);
8448 ;
8449 return 0;
8450}
8451_ACEOF
8452if ac_fn_c_try_compile "$LINENO"; then :
8453 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8454 ac_cv_c_bigendian=yes
8455 fi
8456 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8457 if test "$ac_cv_c_bigendian" = unknown; then
8458 ac_cv_c_bigendian=no
8459 else
8460 # finding both strings is unlikely to happen, but who knows?
8461 ac_cv_c_bigendian=unknown
8462 fi
8463 fi
8464fi
8465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8466else
8467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8468/* end confdefs.h. */
8469$ac_includes_default
8470int
8471main ()
8472{
8473
8474 /* Are we little or big endian? From Harbison&Steele. */
8475 union
8476 {
8477 long int l;
8478 char c[sizeof (long int)];
8479 } u;
8480 u.l = 1;
8481 return u.c[sizeof (long int) - 1] == 1;
8482
8483 ;
8484 return 0;
8485}
8486_ACEOF
8487if ac_fn_c_try_run "$LINENO"; then :
8488 ac_cv_c_bigendian=no
8489else
8490 ac_cv_c_bigendian=yes
8491fi
8492rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8493 conftest.$ac_objext conftest.beam conftest.$ac_ext
8494fi
8495
8496 fi
8497fi
8498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8499$as_echo "$ac_cv_c_bigendian" >&6; }
8500 case $ac_cv_c_bigendian in #(
8501 yes)
8502 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8503;; #(
8504 no)
8505 ;; #(
8506 universal)
8507
8508$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8509
8510 ;; #(
8511 *)
8512 as_fn_error "unknown endianness
8513 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8514 esac
8515
6bb11ab3
L
8516
8517
8518
8519# Put a plausible default for CC_FOR_BUILD in Makefile.
8520if test "x$cross_compiling" = "xno"; then
8521 CC_FOR_BUILD='$(CC)'
8522else
8523 CC_FOR_BUILD=gcc
8524fi
8525
8526
8527
8528
8529AR=${AR-ar}
8530
8531if test -n "$ac_tool_prefix"; then
8532 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8533set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8535$as_echo_n "checking for $ac_word... " >&6; }
8536if test "${ac_cv_prog_RANLIB+set}" = set; then :
8537 $as_echo_n "(cached) " >&6
8538else
8539 if test -n "$RANLIB"; then
8540 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8541else
8542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543for as_dir in $PATH
8544do
8545 IFS=$as_save_IFS
8546 test -z "$as_dir" && as_dir=.
8547 for ac_exec_ext in '' $ac_executable_extensions; do
8548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8551 break 2
8552 fi
8553done
8554 done
8555IFS=$as_save_IFS
8556
8557fi
8558fi
8559RANLIB=$ac_cv_prog_RANLIB
8560if test -n "$RANLIB"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8562$as_echo "$RANLIB" >&6; }
8563else
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8565$as_echo "no" >&6; }
8566fi
8567
8568
8569fi
8570if test -z "$ac_cv_prog_RANLIB"; then
8571 ac_ct_RANLIB=$RANLIB
8572 # Extract the first word of "ranlib", so it can be a program name with args.
8573set dummy ranlib; ac_word=$2
8574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8575$as_echo_n "checking for $ac_word... " >&6; }
8576if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8577 $as_echo_n "(cached) " >&6
8578else
8579 if test -n "$ac_ct_RANLIB"; then
8580 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8581else
8582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8583for as_dir in $PATH
8584do
8585 IFS=$as_save_IFS
8586 test -z "$as_dir" && as_dir=.
8587 for ac_exec_ext in '' $ac_executable_extensions; do
8588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8589 ac_cv_prog_ac_ct_RANLIB="ranlib"
8590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8591 break 2
8592 fi
8593done
8594 done
8595IFS=$as_save_IFS
8596
8597fi
8598fi
8599ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8600if test -n "$ac_ct_RANLIB"; then
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8602$as_echo "$ac_ct_RANLIB" >&6; }
8603else
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8605$as_echo "no" >&6; }
8606fi
8607
8608 if test "x$ac_ct_RANLIB" = x; then
8609 RANLIB=":"
8610 else
8611 case $cross_compiling:$ac_tool_warned in
8612yes:)
8613{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8614$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8615ac_tool_warned=yes ;;
8616esac
8617 RANLIB=$ac_ct_RANLIB
8618 fi
8619else
8620 RANLIB="$ac_cv_prog_RANLIB"
8621fi
8622
8623
8624# Some of the common include files depend on bfd.h, and bfd.h checks
8625# that config.h is included first by testing that the PACKAGE macro
8626# is defined.
8627PACKAGE=sim
8628
8629cat >>confdefs.h <<_ACEOF
8630#define PACKAGE "$PACKAGE"
8631_ACEOF
8632
8633
8634
8635# Dependency checking.
8636ac_config_commands="$ac_config_commands depdir"
8637
8638
8639depcc="$CC" am_compiler_list=
8640
8641am_depcomp=$ac_aux_dir/depcomp
8642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8643$as_echo_n "checking dependency style of $depcc... " >&6; }
8644if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8645 $as_echo_n "(cached) " >&6
8646else
8647 if test -f "$am_depcomp"; then
8648 # We make a subdir and do the tests there. Otherwise we can end up
8649 # making bogus files that we don't know about and never remove. For
8650 # instance it was reported that on HP-UX the gcc test will end up
8651 # making a dummy file named `D' -- because `-MD' means `put the output
8652 # in D'.
8653 mkdir conftest.dir
8654 # Copy depcomp to subdir because otherwise we won't find it if we're
8655 # using a relative directory.
8656 cp "$am_depcomp" conftest.dir
8657 cd conftest.dir
8658 # We will build objects and dependencies in a subdirectory because
8659 # it helps to detect inapplicable dependency modes. For instance
8660 # both Tru64's cc and ICC support -MD to output dependencies as a
8661 # side effect of compilation, but ICC will put the dependencies in
8662 # the current directory while Tru64 will put them in the object
8663 # directory.
8664 mkdir sub
8665
8666 am_cv_CC_dependencies_compiler_type=none
8667 if test "$am_compiler_list" = ""; then
8668 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8669 fi
8670 for depmode in $am_compiler_list; do
8671 if test $depmode = none; then break; fi
8672
8673 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8674 # Setup a source with many dependencies, because some compilers
8675 # like to wrap large dependency lists on column 80 (with \), and
8676 # we should not choose a depcomp mode which is confused by this.
8677 #
8678 # We need to recreate these files for each test, as the compiler may
8679 # overwrite some of them when testing with obscure command lines.
8680 # This happens at least with the AIX C compiler.
8681 : > sub/conftest.c
8682 for i in 1 2 3 4 5 6; do
8683 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8684 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8685 # Solaris 8's {/usr,}/bin/sh.
8686 touch sub/conftst$i.h
8687 done
8688 echo "include sub/conftest.Po" > confmf
8689
8690 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8691 # mode. It turns out that the SunPro C++ compiler does not properly
8692 # handle `-M -o', and we need to detect this.
8693 depcmd="depmode=$depmode \
8694 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8695 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8696 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8697 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8698 if env $depcmd > conftest.err 2>&1 &&
8699 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8700 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8701 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8702 # icc doesn't choke on unknown options, it will just issue warnings
8703 # or remarks (even with -Werror). So we grep stderr for any message
8704 # that says an option was ignored or not supported.
8705 # When given -MP, icc 7.0 and 7.1 complain thusly:
8706 # icc: Command line warning: ignoring option '-M'; no argument required
8707 # The diagnosis changed in icc 8.0:
8708 # icc: Command line remark: option '-MP' not supported
8709 if (grep 'ignoring option' conftest.err ||
8710 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8711 am_cv_CC_dependencies_compiler_type=$depmode
8712 $as_echo "$as_me:$LINENO: success" >&5
8713 break
8714 fi
8715 fi
8716 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8717 sed -e 's/^/| /' < conftest.err >&5
8718 done
8719
8720 cd ..
8721 rm -rf conftest.dir
8722else
8723 am_cv_CC_dependencies_compiler_type=none
8724fi
8725
8726fi
8727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8728$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8729if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8730then as_fn_error "no usable dependency style found" "$LINENO" 5
8731else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8732
8733fi
8734
8735
8736# Check for the 'make' the user wants to use.
8737for ac_prog in make
8738do
8739 # Extract the first word of "$ac_prog", so it can be a program name with args.
8740set dummy $ac_prog; ac_word=$2
8741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8742$as_echo_n "checking for $ac_word... " >&6; }
8743if test "${ac_cv_prog_MAKE+set}" = set; then :
8744 $as_echo_n "(cached) " >&6
8745else
8746 if test -n "$MAKE"; then
8747 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8748else
8749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8750for as_dir in $PATH
8751do
8752 IFS=$as_save_IFS
8753 test -z "$as_dir" && as_dir=.
8754 for ac_exec_ext in '' $ac_executable_extensions; do
8755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8756 ac_cv_prog_MAKE="$ac_prog"
8757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8758 break 2
8759 fi
8760done
8761 done
8762IFS=$as_save_IFS
8763
8764fi
8765fi
8766MAKE=$ac_cv_prog_MAKE
8767if test -n "$MAKE"; then
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8769$as_echo "$MAKE" >&6; }
8770else
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8772$as_echo "no" >&6; }
8773fi
8774
8775
8776 test -n "$MAKE" && break
8777done
8778
8779MAKE_IS_GNU=
8780case "`$MAKE --version 2>&1 | sed 1q`" in
8781 *GNU*)
8782 MAKE_IS_GNU=yes
8783 ;;
8784esac
8785 if test "$MAKE_IS_GNU" = yes; then
8786 GMAKE_TRUE=
8787 GMAKE_FALSE='#'
8788else
8789 GMAKE_TRUE='#'
8790 GMAKE_FALSE=
8791fi
8792
8793
8794ALL_LINGUAS=
8795# If we haven't got the data from the intl directory,
8796# assume NLS is disabled.
8797USE_NLS=no
8798LIBINTL=
8799LIBINTL_DEP=
8800INCINTL=
8801XGETTEXT=
8802GMSGFMT=
8803POSUB=
8804
8805if test -f ../../intl/config.intl; then
8806 . ../../intl/config.intl
8807fi
8808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8809$as_echo_n "checking whether NLS is requested... " >&6; }
8810if test x"$USE_NLS" != xyes; then
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8812$as_echo "no" >&6; }
8813else
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8815$as_echo "yes" >&6; }
8816
8817$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8818
8819
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8821$as_echo_n "checking for catalogs to be installed... " >&6; }
8822 # Look for .po and .gmo files in the source directory.
8823 CATALOGS=
8824 XLINGUAS=
8825 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8826 # If there aren't any .gmo files the shell will give us the
8827 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8828 # weeded out.
8829 case "$cat" in *\**)
8830 continue;;
8831 esac
8832 # The quadruple backslash is collapsed to a double backslash
8833 # by the backticks, then collapsed again by the double quotes,
8834 # leaving us with one backslash in the sed expression (right
8835 # before the dot that mustn't act as a wildcard).
8836 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8837 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8838 # The user is allowed to set LINGUAS to a list of languages to
8839 # install catalogs for. If it's empty that means "all of them."
8840 if test "x$LINGUAS" = x; then
8841 CATALOGS="$CATALOGS $cat"
8842 XLINGUAS="$XLINGUAS $lang"
8843 else
8844 case "$LINGUAS" in *$lang*)
8845 CATALOGS="$CATALOGS $cat"
8846 XLINGUAS="$XLINGUAS $lang"
8847 ;;
8848 esac
8849 fi
8850 done
8851 LINGUAS="$XLINGUAS"
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8853$as_echo "$LINGUAS" >&6; }
8854
8855
8856 DATADIRNAME=share
8857
8858 INSTOBJEXT=.mo
8859
8860 GENCAT=gencat
8861
8862 CATOBJEXT=.gmo
8863
8864fi
8865
8866# Check for common headers.
8867# FIXME: Seems to me this can cause problems for i386-windows hosts.
8868# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8869for ac_header in stdlib.h string.h strings.h unistd.h time.h
8870do :
8871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8872ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8873eval as_val=\$$as_ac_Header
8874 if test "x$as_val" = x""yes; then :
8875 cat >>confdefs.h <<_ACEOF
8876#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8877_ACEOF
8878
8879fi
8880
8881done
8882
936df756 8883for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8884do :
8885 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8886ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8887eval as_val=\$$as_ac_Header
8888 if test "x$as_val" = x""yes; then :
8889 cat >>confdefs.h <<_ACEOF
8890#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8891_ACEOF
8892
8893fi
8894
8895done
8896
8897for ac_header in fcntl.h fpu_control.h
8898do :
8899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8900ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8901eval as_val=\$$as_ac_Header
8902 if test "x$as_val" = x""yes; then :
8903 cat >>confdefs.h <<_ACEOF
8904#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8905_ACEOF
8906
8907fi
8908
8909done
8910
8911for ac_header in dlfcn.h errno.h sys/stat.h
8912do :
8913 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8914ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8915eval as_val=\$$as_ac_Header
8916 if test "x$as_val" = x""yes; then :
8917 cat >>confdefs.h <<_ACEOF
8918#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8919_ACEOF
8920
8921fi
8922
8923done
8924
8925for ac_func in getrusage time sigaction __setfpucw
8926do :
8927 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8928ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8929eval as_val=\$$as_ac_var
8930 if test "x$as_val" = x""yes; then :
8931 cat >>confdefs.h <<_ACEOF
8932#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8933_ACEOF
8934
8935fi
8936done
8937
936df756
MF
8938for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8939do :
8940 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8941ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8942eval as_val=\$$as_ac_var
8943 if test "x$as_val" = x""yes; then :
8944 cat >>confdefs.h <<_ACEOF
8945#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8946_ACEOF
8947
8948fi
8949done
8950
8951ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8952#include <sys/types.h>
8953#endif
8954#ifdef HAVE_SYS_STAT_H
8955#include <sys/stat.h>
8956#endif
8957"
8958if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8959
8960cat >>confdefs.h <<_ACEOF
8961#define HAVE_STRUCT_STAT_ST_DEV 1
8962_ACEOF
8963
8964
8965fi
8966ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8967#include <sys/types.h>
8968#endif
8969#ifdef HAVE_SYS_STAT_H
8970#include <sys/stat.h>
8971#endif
8972"
8973if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8974
8975cat >>confdefs.h <<_ACEOF
8976#define HAVE_STRUCT_STAT_ST_INO 1
8977_ACEOF
8978
8979
8980fi
8981ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8982#include <sys/types.h>
8983#endif
8984#ifdef HAVE_SYS_STAT_H
8985#include <sys/stat.h>
8986#endif
8987"
8988if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8989
8990cat >>confdefs.h <<_ACEOF
8991#define HAVE_STRUCT_STAT_ST_MODE 1
8992_ACEOF
8993
8994
8995fi
8996ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8997#include <sys/types.h>
8998#endif
8999#ifdef HAVE_SYS_STAT_H
9000#include <sys/stat.h>
9001#endif
9002"
9003if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9004
9005cat >>confdefs.h <<_ACEOF
9006#define HAVE_STRUCT_STAT_ST_NLINK 1
9007_ACEOF
9008
9009
9010fi
9011ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9012#include <sys/types.h>
9013#endif
9014#ifdef HAVE_SYS_STAT_H
9015#include <sys/stat.h>
9016#endif
9017"
9018if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9019
9020cat >>confdefs.h <<_ACEOF
9021#define HAVE_STRUCT_STAT_ST_UID 1
9022_ACEOF
9023
9024
9025fi
9026ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9027#include <sys/types.h>
9028#endif
9029#ifdef HAVE_SYS_STAT_H
9030#include <sys/stat.h>
9031#endif
9032"
9033if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9034
9035cat >>confdefs.h <<_ACEOF
9036#define HAVE_STRUCT_STAT_ST_GID 1
9037_ACEOF
9038
9039
9040fi
9041ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9042#include <sys/types.h>
9043#endif
9044#ifdef HAVE_SYS_STAT_H
9045#include <sys/stat.h>
9046#endif
9047"
9048if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9049
9050cat >>confdefs.h <<_ACEOF
9051#define HAVE_STRUCT_STAT_ST_RDEV 1
9052_ACEOF
9053
9054
9055fi
9056ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9057#include <sys/types.h>
9058#endif
9059#ifdef HAVE_SYS_STAT_H
9060#include <sys/stat.h>
9061#endif
9062"
9063if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9064
9065cat >>confdefs.h <<_ACEOF
9066#define HAVE_STRUCT_STAT_ST_SIZE 1
9067_ACEOF
9068
9069
9070fi
9071ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9072#include <sys/types.h>
9073#endif
9074#ifdef HAVE_SYS_STAT_H
9075#include <sys/stat.h>
9076#endif
9077"
9078if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9079
9080cat >>confdefs.h <<_ACEOF
9081#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9082_ACEOF
9083
9084
9085fi
9086ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9087#include <sys/types.h>
9088#endif
9089#ifdef HAVE_SYS_STAT_H
9090#include <sys/stat.h>
9091#endif
9092"
9093if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9094
9095cat >>confdefs.h <<_ACEOF
9096#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9097_ACEOF
9098
9099
9100fi
9101ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9102#include <sys/types.h>
9103#endif
9104#ifdef HAVE_SYS_STAT_H
9105#include <sys/stat.h>
9106#endif
9107"
9108if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9109
9110cat >>confdefs.h <<_ACEOF
9111#define HAVE_STRUCT_STAT_ST_ATIME 1
9112_ACEOF
9113
9114
9115fi
9116ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9117#include <sys/types.h>
9118#endif
9119#ifdef HAVE_SYS_STAT_H
9120#include <sys/stat.h>
9121#endif
9122"
9123if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9124
9125cat >>confdefs.h <<_ACEOF
9126#define HAVE_STRUCT_STAT_ST_MTIME 1
9127_ACEOF
9128
9129
9130fi
9131ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9132#include <sys/types.h>
9133#endif
9134#ifdef HAVE_SYS_STAT_H
9135#include <sys/stat.h>
9136#endif
9137"
9138if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9139
9140cat >>confdefs.h <<_ACEOF
9141#define HAVE_STRUCT_STAT_ST_CTIME 1
9142_ACEOF
9143
9144
9145fi
9146
9147ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9148#include <sys/socket.h>
9149
9150"
9151if test "x$ac_cv_type_socklen_t" = x""yes; then :
9152
9153cat >>confdefs.h <<_ACEOF
9154#define HAVE_SOCKLEN_T 1
9155_ACEOF
9156
9157
9158fi
9159
6bb11ab3
L
9160
9161# Check for socket libraries
9162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9163$as_echo_n "checking for bind in -lsocket... " >&6; }
9164if test "${ac_cv_lib_socket_bind+set}" = set; then :
9165 $as_echo_n "(cached) " >&6
9166else
9167 ac_check_lib_save_LIBS=$LIBS
9168LIBS="-lsocket $LIBS"
9169cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9170/* end confdefs.h. */
9171
9172/* Override any GCC internal prototype to avoid an error.
9173 Use char because int might match the return type of a GCC
9174 builtin and then its argument prototype would still apply. */
9175#ifdef __cplusplus
9176extern "C"
9177#endif
9178char bind ();
9179int
9180main ()
9181{
9182return bind ();
9183 ;
9184 return 0;
9185}
9186_ACEOF
9187if ac_fn_c_try_link "$LINENO"; then :
9188 ac_cv_lib_socket_bind=yes
9189else
9190 ac_cv_lib_socket_bind=no
9191fi
9192rm -f core conftest.err conftest.$ac_objext \
9193 conftest$ac_exeext conftest.$ac_ext
9194LIBS=$ac_check_lib_save_LIBS
9195fi
9196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9197$as_echo "$ac_cv_lib_socket_bind" >&6; }
9198if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9199 cat >>confdefs.h <<_ACEOF
9200#define HAVE_LIBSOCKET 1
9201_ACEOF
9202
9203 LIBS="-lsocket $LIBS"
9204
9205fi
9206
9207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9208$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9209if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9210 $as_echo_n "(cached) " >&6
9211else
9212 ac_check_lib_save_LIBS=$LIBS
9213LIBS="-lnsl $LIBS"
9214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9215/* end confdefs.h. */
9216
9217/* Override any GCC internal prototype to avoid an error.
9218 Use char because int might match the return type of a GCC
9219 builtin and then its argument prototype would still apply. */
9220#ifdef __cplusplus
9221extern "C"
9222#endif
9223char gethostbyname ();
9224int
9225main ()
9226{
9227return gethostbyname ();
9228 ;
9229 return 0;
9230}
9231_ACEOF
9232if ac_fn_c_try_link "$LINENO"; then :
9233 ac_cv_lib_nsl_gethostbyname=yes
9234else
9235 ac_cv_lib_nsl_gethostbyname=no
9236fi
9237rm -f core conftest.err conftest.$ac_objext \
9238 conftest$ac_exeext conftest.$ac_ext
9239LIBS=$ac_check_lib_save_LIBS
9240fi
9241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9242$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9243if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9244 cat >>confdefs.h <<_ACEOF
9245#define HAVE_LIBNSL 1
9246_ACEOF
9247
9248 LIBS="-lnsl $LIBS"
9249
9250fi
9251
9252
9253# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9254# using the same condition.
9255
aadc9410 9256 # Use the system's zlib library.
7fed4b0b
L
9257 zlibdir="-L\$(top_builddir)/../zlib"
9258 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9259
aadc9410
MF
9260# Check whether --with-system-zlib was given.
9261if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9262 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9263 zlibdir=
9264 zlibinc=
9265 fi
6bb11ab3
L
9266
9267fi
9268
6bb11ab3 9269
6bb11ab3 9270
6bb11ab3
L
9271
9272
9273# BFD uses libdl when when plugins enabled.
9274
faa743bb
RM
9275 maybe_plugins=no
9276 for ac_header in dlfcn.h
9277do :
9278 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9279"
9280if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9281 cat >>confdefs.h <<_ACEOF
9282#define HAVE_DLFCN_H 1
9283_ACEOF
9284 maybe_plugins=yes
9285fi
9286
9287done
9288
9289 for ac_header in windows.h
9290do :
9291 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9292"
9293if test "x$ac_cv_header_windows_h" = x""yes; then :
9294 cat >>confdefs.h <<_ACEOF
9295#define HAVE_WINDOWS_H 1
9296_ACEOF
9297 maybe_plugins=yes
9298fi
9299
9300done
9301
9302
9303 # Check whether --enable-plugins was given.
6bb11ab3
L
9304if test "${enable_plugins+set}" = set; then :
9305 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9306 no) plugins=no ;;
9307 *) plugins=yes
9308 if test "$maybe_plugins" != "yes" ; then
9309 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9310 fi ;;
9311 esac
6bb11ab3 9312else
faa743bb
RM
9313 plugins=$maybe_plugins
9314
6bb11ab3
L
9315fi
9316
2974be62
AM
9317 if test "$plugins" = "yes"; then
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9319$as_echo_n "checking for library containing dlopen... " >&6; }
9320if test "${ac_cv_search_dlopen+set}" = set; then :
9321 $as_echo_n "(cached) " >&6
9322else
9323 ac_func_search_save_LIBS=$LIBS
9324cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9325/* end confdefs.h. */
9326
9327/* Override any GCC internal prototype to avoid an error.
9328 Use char because int might match the return type of a GCC
9329 builtin and then its argument prototype would still apply. */
9330#ifdef __cplusplus
9331extern "C"
9332#endif
9333char dlopen ();
9334int
9335main ()
9336{
9337return dlopen ();
9338 ;
9339 return 0;
9340}
9341_ACEOF
9342for ac_lib in '' dl; do
9343 if test -z "$ac_lib"; then
9344 ac_res="none required"
9345 else
9346 ac_res=-l$ac_lib
9347 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9348 fi
9349 if ac_fn_c_try_link "$LINENO"; then :
9350 ac_cv_search_dlopen=$ac_res
9351fi
9352rm -f core conftest.err conftest.$ac_objext \
9353 conftest$ac_exeext
9354 if test "${ac_cv_search_dlopen+set}" = set; then :
9355 break
9356fi
9357done
9358if test "${ac_cv_search_dlopen+set}" = set; then :
9359
9360else
9361 ac_cv_search_dlopen=no
9362fi
9363rm conftest.$ac_ext
9364LIBS=$ac_func_search_save_LIBS
9365fi
9366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9367$as_echo "$ac_cv_search_dlopen" >&6; }
9368ac_res=$ac_cv_search_dlopen
9369if test "$ac_res" != no; then :
9370 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9371
9372fi
9373
9374 fi
6bb11ab3
L
9375
9376 if test "$plugins" = yes; then
9377 PLUGINS_TRUE=
9378 PLUGINS_FALSE='#'
9379else
9380 PLUGINS_TRUE='#'
9381 PLUGINS_FALSE=
9382fi
9383
9384
9385
9386
9387
9388# Set options
9389enable_dlopen=yes
9390
9391
9392
9393
9394 enable_win32_dll=no
9395
9396
9397 # Check whether --enable-shared was given.
9398if test "${enable_shared+set}" = set; then :
9399 enableval=$enable_shared; p=${PACKAGE-default}
9400 case $enableval in
9401 yes) enable_shared=yes ;;
9402 no) enable_shared=no ;;
9403 *)
9404 enable_shared=no
9405 # Look at the argument we got. We use all the common list separators.
9406 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9407 for pkg in $enableval; do
9408 IFS="$lt_save_ifs"
9409 if test "X$pkg" = "X$p"; then
9410 enable_shared=yes
9411 fi
9412 done
9413 IFS="$lt_save_ifs"
9414 ;;
9415 esac
9416else
9417 enable_shared=yes
9418fi
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428 # Check whether --enable-static was given.
9429if test "${enable_static+set}" = set; then :
9430 enableval=$enable_static; p=${PACKAGE-default}
9431 case $enableval in
9432 yes) enable_static=yes ;;
9433 no) enable_static=no ;;
9434 *)
9435 enable_static=no
9436 # Look at the argument we got. We use all the common list separators.
9437 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9438 for pkg in $enableval; do
9439 IFS="$lt_save_ifs"
9440 if test "X$pkg" = "X$p"; then
9441 enable_static=yes
9442 fi
9443 done
9444 IFS="$lt_save_ifs"
9445 ;;
9446 esac
9447else
9448 enable_static=yes
9449fi
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460# Check whether --with-pic was given.
9461if test "${with_pic+set}" = set; then :
9462 withval=$with_pic; pic_mode="$withval"
9463else
9464 pic_mode=default
9465fi
9466
9467
9468test -z "$pic_mode" && pic_mode=default
9469
9470
9471
9472
9473
9474
9475
9476 # Check whether --enable-fast-install was given.
9477if test "${enable_fast_install+set}" = set; then :
9478 enableval=$enable_fast_install; p=${PACKAGE-default}
9479 case $enableval in
9480 yes) enable_fast_install=yes ;;
9481 no) enable_fast_install=no ;;
9482 *)
9483 enable_fast_install=no
9484 # Look at the argument we got. We use all the common list separators.
9485 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9486 for pkg in $enableval; do
9487 IFS="$lt_save_ifs"
9488 if test "X$pkg" = "X$p"; then
9489 enable_fast_install=yes
9490 fi
9491 done
9492 IFS="$lt_save_ifs"
9493 ;;
9494 esac
9495else
9496 enable_fast_install=yes
9497fi
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509# This can be used to rebuild libtool when needed
9510LIBTOOL_DEPS="$ltmain"
9511
9512# Always use our own libtool.
9513LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540test -z "$LN_S" && LN_S="ln -s"
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555if test -n "${ZSH_VERSION+set}" ; then
9556 setopt NO_GLOB_SUBST
9557fi
9558
9559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9560$as_echo_n "checking for objdir... " >&6; }
9561if test "${lt_cv_objdir+set}" = set; then :
9562 $as_echo_n "(cached) " >&6
9563else
9564 rm -f .libs 2>/dev/null
9565mkdir .libs 2>/dev/null
9566if test -d .libs; then
9567 lt_cv_objdir=.libs
9568else
9569 # MS-DOS does not allow filenames that begin with a dot.
9570 lt_cv_objdir=_libs
fdd6fa61 9571fi
6bb11ab3
L
9572rmdir .libs 2>/dev/null
9573fi
9574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9575$as_echo "$lt_cv_objdir" >&6; }
9576objdir=$lt_cv_objdir
fdd6fa61 9577
6bb11ab3
L
9578
9579
9580
9581
9582cat >>confdefs.h <<_ACEOF
9583#define LT_OBJDIR "$lt_cv_objdir/"
9584_ACEOF
9585
9586
9587
9588
9589case $host_os in
9590aix3*)
9591 # AIX sometimes has problems with the GCC collect2 program. For some
9592 # reason, if we set the COLLECT_NAMES environment variable, the problems
9593 # vanish in a puff of smoke.
9594 if test "X${COLLECT_NAMES+set}" != Xset; then
9595 COLLECT_NAMES=
9596 export COLLECT_NAMES
9597 fi
9598 ;;
81ecdfbb 9599esac
6bb11ab3
L
9600
9601# Global variables:
9602ofile=libtool
9603can_build_shared=yes
9604
9605# All known linkers require a `.a' archive for static linking (except MSVC,
9606# which needs '.lib').
9607libext=a
9608
9609with_gnu_ld="$lt_cv_prog_gnu_ld"
9610
9611old_CC="$CC"
9612old_CFLAGS="$CFLAGS"
9613
9614# Set sane defaults for various variables
9615test -z "$CC" && CC=cc
9616test -z "$LTCC" && LTCC=$CC
9617test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9618test -z "$LD" && LD=ld
9619test -z "$ac_objext" && ac_objext=o
9620
9621for cc_temp in $compiler""; do
9622 case $cc_temp in
9623 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9624 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9625 \-*) ;;
9626 *) break;;
9627 esac
9628done
9629cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9630
9631
9632# Only perform the check for file, if the check method requires it
9633test -z "$MAGIC_CMD" && MAGIC_CMD=file
9634case $deplibs_check_method in
9635file_magic*)
9636 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9638$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9639if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9640 $as_echo_n "(cached) " >&6
9641else
9642 case $MAGIC_CMD in
9643[\\/*] | ?:[\\/]*)
9644 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9645 ;;
9646*)
9647 lt_save_MAGIC_CMD="$MAGIC_CMD"
9648 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9649 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9650 for ac_dir in $ac_dummy; do
9651 IFS="$lt_save_ifs"
9652 test -z "$ac_dir" && ac_dir=.
9653 if test -f $ac_dir/${ac_tool_prefix}file; then
9654 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9655 if test -n "$file_magic_test_file"; then
9656 case $deplibs_check_method in
9657 "file_magic "*)
9658 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9659 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9660 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9661 $EGREP "$file_magic_regex" > /dev/null; then
9662 :
9663 else
9664 cat <<_LT_EOF 1>&2
9665
9666*** Warning: the command libtool uses to detect shared libraries,
9667*** $file_magic_cmd, produces output that libtool cannot recognize.
9668*** The result is that libtool may fail to recognize shared libraries
9669*** as such. This will affect the creation of libtool libraries that
9670*** depend on shared libraries, but programs linked with such libtool
9671*** libraries will work regardless of this problem. Nevertheless, you
9672*** may want to report the problem to your system manager and/or to
9673*** bug-libtool@gnu.org
9674
9675_LT_EOF
9676 fi ;;
9677 esac
9678 fi
9679 break
fdd6fa61 9680 fi
6bb11ab3
L
9681 done
9682 IFS="$lt_save_ifs"
9683 MAGIC_CMD="$lt_save_MAGIC_CMD"
9684 ;;
9685esac
fdd6fa61 9686fi
fdd6fa61 9687
6bb11ab3
L
9688MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9689if test -n "$MAGIC_CMD"; then
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9691$as_echo "$MAGIC_CMD" >&6; }
9692else
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9694$as_echo "no" >&6; }
9695fi
81ecdfbb 9696
6bb11ab3
L
9697
9698
9699
9700
9701if test -z "$lt_cv_path_MAGIC_CMD"; then
9702 if test -n "$ac_tool_prefix"; then
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9704$as_echo_n "checking for file... " >&6; }
9705if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9706 $as_echo_n "(cached) " >&6
9707else
9708 case $MAGIC_CMD in
9709[\\/*] | ?:[\\/]*)
9710 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9711 ;;
9712*)
9713 lt_save_MAGIC_CMD="$MAGIC_CMD"
9714 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9715 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9716 for ac_dir in $ac_dummy; do
9717 IFS="$lt_save_ifs"
9718 test -z "$ac_dir" && ac_dir=.
9719 if test -f $ac_dir/file; then
9720 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9721 if test -n "$file_magic_test_file"; then
9722 case $deplibs_check_method in
9723 "file_magic "*)
9724 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9725 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9726 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9727 $EGREP "$file_magic_regex" > /dev/null; then
9728 :
9729 else
9730 cat <<_LT_EOF 1>&2
9731
9732*** Warning: the command libtool uses to detect shared libraries,
9733*** $file_magic_cmd, produces output that libtool cannot recognize.
9734*** The result is that libtool may fail to recognize shared libraries
9735*** as such. This will affect the creation of libtool libraries that
9736*** depend on shared libraries, but programs linked with such libtool
9737*** libraries will work regardless of this problem. Nevertheless, you
9738*** may want to report the problem to your system manager and/or to
9739*** bug-libtool@gnu.org
9740
9741_LT_EOF
9742 fi ;;
9743 esac
9744 fi
9745 break
9746 fi
9747 done
9748 IFS="$lt_save_ifs"
9749 MAGIC_CMD="$lt_save_MAGIC_CMD"
9750 ;;
81ecdfbb 9751esac
6bb11ab3
L
9752fi
9753
9754MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9755if test -n "$MAGIC_CMD"; then
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9757$as_echo "$MAGIC_CMD" >&6; }
9758else
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9760$as_echo "no" >&6; }
9761fi
9762
9763
9764 else
9765 MAGIC_CMD=:
9766 fi
9767fi
9768
9769 fi
9770 ;;
9771esac
9772
9773# Use C for the default configuration in the libtool script
9774
9775lt_save_CC="$CC"
9776ac_ext=c
9777ac_cpp='$CPP $CPPFLAGS'
9778ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9779ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9780ac_compiler_gnu=$ac_cv_c_compiler_gnu
9781
9782
9783# Source file extension for C test sources.
9784ac_ext=c
9785
9786# Object file extension for compiled C test sources.
9787objext=o
9788objext=$objext
9789
9790# Code to be used in simple compile tests
9791lt_simple_compile_test_code="int some_variable = 0;"
9792
9793# Code to be used in simple link tests
9794lt_simple_link_test_code='int main(){return(0);}'
9795
9796
9797
9798
9799
9800
9801
9802# If no C compiler was specified, use CC.
9803LTCC=${LTCC-"$CC"}
9804
9805# If no C compiler flags were specified, use CFLAGS.
9806LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9807
9808# Allow CC to be a program name with arguments.
9809compiler=$CC
9810
9811# Save the default compiler, since it gets overwritten when the other
9812# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9813compiler_DEFAULT=$CC
9814
9815# save warnings/boilerplate of simple test code
9816ac_outfile=conftest.$ac_objext
9817echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9818eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9819_lt_compiler_boilerplate=`cat conftest.err`
9820$RM conftest*
9821
9822ac_outfile=conftest.$ac_objext
9823echo "$lt_simple_link_test_code" >conftest.$ac_ext
9824eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9825_lt_linker_boilerplate=`cat conftest.err`
9826$RM -r conftest*
9827
9828
9829## CAVEAT EMPTOR:
9830## There is no encapsulation within the following macros, do not change
9831## the running order or otherwise move them around unless you know exactly
9832## what you are doing...
9833if test -n "$compiler"; then
9834
9835lt_prog_compiler_no_builtin_flag=
9836
9837if test "$GCC" = yes; then
9838 case $cc_basename in
9839 nvcc*)
9840 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9841 *)
9842 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fdd6fa61 9843 esac
6bb11ab3
L
9844
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9846$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9847if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9848 $as_echo_n "(cached) " >&6
fdd6fa61 9849else
6bb11ab3
L
9850 lt_cv_prog_compiler_rtti_exceptions=no
9851 ac_outfile=conftest.$ac_objext
9852 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9853 lt_compiler_flag="-fno-rtti -fno-exceptions"
9854 # Insert the option either (1) after the last *FLAGS variable, or
9855 # (2) before a word containing "conftest.", or (3) at the end.
9856 # Note that $ac_compile itself does not contain backslashes and begins
9857 # with a dollar sign (not a hyphen), so the echo should work correctly.
9858 # The option is referenced via a variable to avoid confusing sed.
9859 lt_compile=`echo "$ac_compile" | $SED \
9860 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9861 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9862 -e 's:$: $lt_compiler_flag:'`
9863 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9864 (eval "$lt_compile" 2>conftest.err)
9865 ac_status=$?
9866 cat conftest.err >&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 if (exit $ac_status) && test -s "$ac_outfile"; then
9869 # The compiler can only warn and ignore the option if not recognized
9870 # So say no if there are warnings other than the usual output.
9871 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9872 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9873 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9874 lt_cv_prog_compiler_rtti_exceptions=yes
9875 fi
9876 fi
9877 $RM conftest*
9878
fdd6fa61 9879fi
6bb11ab3
L
9880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9881$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9882
9883if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9884 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9885else
9886 :
9887fi
9888
9889fi
9890
9891
9892
9893
9894
9895
9896 lt_prog_compiler_wl=
9897lt_prog_compiler_pic=
9898lt_prog_compiler_static=
9899
9900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9901$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9902
9903 if test "$GCC" = yes; then
9904 lt_prog_compiler_wl='-Wl,'
9905 lt_prog_compiler_static='-static'
9906
9907 case $host_os in
9908 aix*)
9909 # All AIX code is PIC.
9910 if test "$host_cpu" = ia64; then
9911 # AIX 5 now supports IA64 processor
9912 lt_prog_compiler_static='-Bstatic'
9913 fi
9914 lt_prog_compiler_pic='-fPIC'
9915 ;;
9916
9917 amigaos*)
9918 case $host_cpu in
9919 powerpc)
9920 # see comment about AmigaOS4 .so support
9921 lt_prog_compiler_pic='-fPIC'
9922 ;;
9923 m68k)
9924 # FIXME: we need at least 68020 code to build shared libraries, but
9925 # adding the `-m68020' flag to GCC prevents building anything better,
9926 # like `-m68040'.
9927 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9928 ;;
9929 esac
9930 ;;
9931
9932 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9933 # PIC is the default for these OSes.
9934 ;;
9935
9936 mingw* | cygwin* | pw32* | os2* | cegcc*)
9937 # This hack is so that the source file can tell whether it is being
9938 # built for inclusion in a dll (and should export symbols for example).
9939 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9940 # (--disable-auto-import) libraries
9941 lt_prog_compiler_pic='-DDLL_EXPORT'
9942 ;;
9943
9944 darwin* | rhapsody*)
9945 # PIC is the default on this platform
9946 # Common symbols not allowed in MH_DYLIB files
9947 lt_prog_compiler_pic='-fno-common'
9948 ;;
9949
9950 haiku*)
9951 # PIC is the default for Haiku.
9952 # The "-static" flag exists, but is broken.
9953 lt_prog_compiler_static=
9954 ;;
9955
9956 hpux*)
9957 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9958 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9959 # sets the default TLS model and affects inlining.
9960 case $host_cpu in
9961 hppa*64*)
9962 # +Z the default
9963 ;;
9964 *)
9965 lt_prog_compiler_pic='-fPIC'
9966 ;;
9967 esac
9968 ;;
9969
9970 interix[3-9]*)
9971 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9972 # Instead, we relocate shared libraries at runtime.
9973 ;;
9974
9975 msdosdjgpp*)
9976 # Just because we use GCC doesn't mean we suddenly get shared libraries
9977 # on systems that don't support them.
9978 lt_prog_compiler_can_build_shared=no
9979 enable_shared=no
9980 ;;
9981
9982 *nto* | *qnx*)
9983 # QNX uses GNU C++, but need to define -shared option too, otherwise
9984 # it will coredump.
9985 lt_prog_compiler_pic='-fPIC -shared'
9986 ;;
9987
9988 sysv4*MP*)
9989 if test -d /usr/nec; then
9990 lt_prog_compiler_pic=-Kconform_pic
9991 fi
9992 ;;
9993
9994 *)
9995 lt_prog_compiler_pic='-fPIC'
9996 ;;
9997 esac
9998
9999 case $cc_basename in
10000 nvcc*) # Cuda Compiler Driver 2.2
10001 lt_prog_compiler_wl='-Xlinker '
10002 lt_prog_compiler_pic='-Xcompiler -fPIC'
10003 ;;
10004 esac
10005 else
10006 # PORTME Check for flag to pass linker flags through the system compiler.
10007 case $host_os in
10008 aix*)
10009 lt_prog_compiler_wl='-Wl,'
10010 if test "$host_cpu" = ia64; then
10011 # AIX 5 now supports IA64 processor
10012 lt_prog_compiler_static='-Bstatic'
10013 else
10014 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10015 fi
10016 ;;
10017
10018 mingw* | cygwin* | pw32* | os2* | cegcc*)
10019 # This hack is so that the source file can tell whether it is being
10020 # built for inclusion in a dll (and should export symbols for example).
10021 lt_prog_compiler_pic='-DDLL_EXPORT'
10022 ;;
10023
10024 hpux9* | hpux10* | hpux11*)
10025 lt_prog_compiler_wl='-Wl,'
10026 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10027 # not for PA HP-UX.
10028 case $host_cpu in
10029 hppa*64*|ia64*)
10030 # +Z the default
10031 ;;
10032 *)
10033 lt_prog_compiler_pic='+Z'
10034 ;;
10035 esac
10036 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10037 lt_prog_compiler_static='${wl}-a ${wl}archive'
10038 ;;
10039
10040 irix5* | irix6* | nonstopux*)
10041 lt_prog_compiler_wl='-Wl,'
10042 # PIC (with -KPIC) is the default.
10043 lt_prog_compiler_static='-non_shared'
10044 ;;
10045
10046 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10047 case $cc_basename in
10048 # old Intel for x86_64 which still supported -KPIC.
10049 ecc*)
10050 lt_prog_compiler_wl='-Wl,'
10051 lt_prog_compiler_pic='-KPIC'
10052 lt_prog_compiler_static='-static'
10053 ;;
10054 # icc used to be incompatible with GCC.
10055 # ICC 10 doesn't accept -KPIC any more.
10056 icc* | ifort*)
10057 lt_prog_compiler_wl='-Wl,'
10058 lt_prog_compiler_pic='-fPIC'
10059 lt_prog_compiler_static='-static'
10060 ;;
10061 # Lahey Fortran 8.1.
10062 lf95*)
10063 lt_prog_compiler_wl='-Wl,'
10064 lt_prog_compiler_pic='--shared'
10065 lt_prog_compiler_static='--static'
10066 ;;
10067 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10068 # Portland Group compilers (*not* the Pentium gcc compiler,
10069 # which looks to be a dead project)
10070 lt_prog_compiler_wl='-Wl,'
10071 lt_prog_compiler_pic='-fpic'
10072 lt_prog_compiler_static='-Bstatic'
10073 ;;
10074 ccc*)
10075 lt_prog_compiler_wl='-Wl,'
10076 # All Alpha code is PIC.
10077 lt_prog_compiler_static='-non_shared'
10078 ;;
10079 xl* | bgxl* | bgf* | mpixl*)
10080 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10081 lt_prog_compiler_wl='-Wl,'
10082 lt_prog_compiler_pic='-qpic'
10083 lt_prog_compiler_static='-qstaticlink'
10084 ;;
10085 *)
10086 case `$CC -V 2>&1 | sed 5q` in
10087 *Sun\ F* | *Sun*Fortran*)
10088 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10089 lt_prog_compiler_pic='-KPIC'
10090 lt_prog_compiler_static='-Bstatic'
10091 lt_prog_compiler_wl=''
10092 ;;
10093 *Sun\ C*)
10094 # Sun C 5.9
10095 lt_prog_compiler_pic='-KPIC'
10096 lt_prog_compiler_static='-Bstatic'
10097 lt_prog_compiler_wl='-Wl,'
10098 ;;
10099 esac
10100 ;;
10101 esac
10102 ;;
10103
10104 newsos6)
10105 lt_prog_compiler_pic='-KPIC'
10106 lt_prog_compiler_static='-Bstatic'
10107 ;;
10108
10109 *nto* | *qnx*)
10110 # QNX uses GNU C++, but need to define -shared option too, otherwise
10111 # it will coredump.
10112 lt_prog_compiler_pic='-fPIC -shared'
10113 ;;
10114
10115 osf3* | osf4* | osf5*)
10116 lt_prog_compiler_wl='-Wl,'
10117 # All OSF/1 code is PIC.
10118 lt_prog_compiler_static='-non_shared'
10119 ;;
10120
10121 rdos*)
10122 lt_prog_compiler_static='-non_shared'
10123 ;;
10124
10125 solaris*)
10126 lt_prog_compiler_pic='-KPIC'
10127 lt_prog_compiler_static='-Bstatic'
10128 case $cc_basename in
10129 f77* | f90* | f95*)
10130 lt_prog_compiler_wl='-Qoption ld ';;
10131 *)
10132 lt_prog_compiler_wl='-Wl,';;
10133 esac
10134 ;;
fdd6fa61 10135
6bb11ab3
L
10136 sunos4*)
10137 lt_prog_compiler_wl='-Qoption ld '
10138 lt_prog_compiler_pic='-PIC'
10139 lt_prog_compiler_static='-Bstatic'
10140 ;;
fdd6fa61 10141
6bb11ab3
L
10142 sysv4 | sysv4.2uw2* | sysv4.3*)
10143 lt_prog_compiler_wl='-Wl,'
10144 lt_prog_compiler_pic='-KPIC'
10145 lt_prog_compiler_static='-Bstatic'
10146 ;;
fdd6fa61 10147
6bb11ab3
L
10148 sysv4*MP*)
10149 if test -d /usr/nec ;then
10150 lt_prog_compiler_pic='-Kconform_pic'
10151 lt_prog_compiler_static='-Bstatic'
10152 fi
10153 ;;
10154
10155 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10156 lt_prog_compiler_wl='-Wl,'
10157 lt_prog_compiler_pic='-KPIC'
10158 lt_prog_compiler_static='-Bstatic'
10159 ;;
10160
10161 unicos*)
10162 lt_prog_compiler_wl='-Wl,'
10163 lt_prog_compiler_can_build_shared=no
10164 ;;
10165
10166 uts4*)
10167 lt_prog_compiler_pic='-pic'
10168 lt_prog_compiler_static='-Bstatic'
10169 ;;
10170
10171 *)
10172 lt_prog_compiler_can_build_shared=no
10173 ;;
10174 esac
10175 fi
10176
10177case $host_os in
10178 # For platforms which do not support PIC, -DPIC is meaningless:
10179 *djgpp*)
10180 lt_prog_compiler_pic=
10181 ;;
10182 *)
10183 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10184 ;;
81ecdfbb 10185esac
6bb11ab3
L
10186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10187$as_echo "$lt_prog_compiler_pic" >&6; }
10188
10189
10190
10191
10192
10193
10194#
10195# Check to make sure the PIC flag actually works.
10196#
10197if test -n "$lt_prog_compiler_pic"; then
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10199$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10200if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10201 $as_echo_n "(cached) " >&6
fdd6fa61 10202else
6bb11ab3
L
10203 lt_cv_prog_compiler_pic_works=no
10204 ac_outfile=conftest.$ac_objext
10205 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10206 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10207 # Insert the option either (1) after the last *FLAGS variable, or
10208 # (2) before a word containing "conftest.", or (3) at the end.
10209 # Note that $ac_compile itself does not contain backslashes and begins
10210 # with a dollar sign (not a hyphen), so the echo should work correctly.
10211 # The option is referenced via a variable to avoid confusing sed.
10212 lt_compile=`echo "$ac_compile" | $SED \
10213 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10214 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10215 -e 's:$: $lt_compiler_flag:'`
10216 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10217 (eval "$lt_compile" 2>conftest.err)
10218 ac_status=$?
10219 cat conftest.err >&5
10220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10221 if (exit $ac_status) && test -s "$ac_outfile"; then
10222 # The compiler can only warn and ignore the option if not recognized
10223 # So say no if there are warnings other than the usual output.
10224 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10225 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10226 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10227 lt_cv_prog_compiler_pic_works=yes
10228 fi
10229 fi
10230 $RM conftest*
fdd6fa61 10231
fdd6fa61 10232fi
6bb11ab3
L
10233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10234$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10235
10236if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10237 case $lt_prog_compiler_pic in
10238 "" | " "*) ;;
10239 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10240 esac
10241else
10242 lt_prog_compiler_pic=
10243 lt_prog_compiler_can_build_shared=no
fdd6fa61 10244fi
6bb11ab3
L
10245
10246fi
10247
10248
10249
10250
10251
10252
10253#
10254# Check to make sure the static flag actually works.
10255#
10256wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10258$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10259if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10260 $as_echo_n "(cached) " >&6
fdd6fa61 10261else
6bb11ab3
L
10262 lt_cv_prog_compiler_static_works=no
10263 save_LDFLAGS="$LDFLAGS"
10264 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10265 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10266 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10267 # The linker can only warn and ignore the option if not recognized
10268 # So say no if there are warnings
10269 if test -s conftest.err; then
10270 # Append any errors to the config.log.
10271 cat conftest.err 1>&5
10272 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10273 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10274 if diff conftest.exp conftest.er2 >/dev/null; then
10275 lt_cv_prog_compiler_static_works=yes
10276 fi
10277 else
10278 lt_cv_prog_compiler_static_works=yes
10279 fi
10280 fi
10281 $RM -r conftest*
10282 LDFLAGS="$save_LDFLAGS"
fdd6fa61 10283
6bb11ab3
L
10284fi
10285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10286$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fdd6fa61 10287
6bb11ab3
L
10288if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10289 :
fdd6fa61 10290else
6bb11ab3 10291 lt_prog_compiler_static=
fdd6fa61 10292fi
fdd6fa61 10293
6bb11ab3
L
10294
10295
10296
10297
10298
10299
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10301$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10302if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10303 $as_echo_n "(cached) " >&6
81ecdfbb 10304else
6bb11ab3
L
10305 lt_cv_prog_compiler_c_o=no
10306 $RM -r conftest 2>/dev/null
10307 mkdir conftest
10308 cd conftest
10309 mkdir out
10310 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10311
10312 lt_compiler_flag="-o out/conftest2.$ac_objext"
10313 # Insert the option either (1) after the last *FLAGS variable, or
10314 # (2) before a word containing "conftest.", or (3) at the end.
10315 # Note that $ac_compile itself does not contain backslashes and begins
10316 # with a dollar sign (not a hyphen), so the echo should work correctly.
10317 lt_compile=`echo "$ac_compile" | $SED \
10318 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10319 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10320 -e 's:$: $lt_compiler_flag:'`
10321 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10322 (eval "$lt_compile" 2>out/conftest.err)
10323 ac_status=$?
10324 cat out/conftest.err >&5
10325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10326 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10327 then
10328 # The compiler can only warn and ignore the option if not recognized
10329 # So say no if there are warnings
10330 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10331 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10332 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10333 lt_cv_prog_compiler_c_o=yes
10334 fi
10335 fi
10336 chmod u+w . 2>&5
10337 $RM conftest*
10338 # SGI C++ compiler will create directory out/ii_files/ for
10339 # template instantiation
10340 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10341 $RM out/* && rmdir out
10342 cd ..
10343 $RM -r conftest
10344 $RM conftest*
10345
81ecdfbb 10346fi
6bb11ab3
L
10347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10348$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10349
10350
10351
10352
10353
10354
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10356$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10357if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10358 $as_echo_n "(cached) " >&6
10359else
6bb11ab3
L
10360 lt_cv_prog_compiler_c_o=no
10361 $RM -r conftest 2>/dev/null
10362 mkdir conftest
10363 cd conftest
10364 mkdir out
10365 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10366
10367 lt_compiler_flag="-o out/conftest2.$ac_objext"
10368 # Insert the option either (1) after the last *FLAGS variable, or
10369 # (2) before a word containing "conftest.", or (3) at the end.
10370 # Note that $ac_compile itself does not contain backslashes and begins
10371 # with a dollar sign (not a hyphen), so the echo should work correctly.
10372 lt_compile=`echo "$ac_compile" | $SED \
10373 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10374 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10375 -e 's:$: $lt_compiler_flag:'`
10376 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10377 (eval "$lt_compile" 2>out/conftest.err)
10378 ac_status=$?
10379 cat out/conftest.err >&5
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10382 then
10383 # The compiler can only warn and ignore the option if not recognized
10384 # So say no if there are warnings
10385 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10386 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10387 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10388 lt_cv_prog_compiler_c_o=yes
10389 fi
10390 fi
10391 chmod u+w . 2>&5
10392 $RM conftest*
10393 # SGI C++ compiler will create directory out/ii_files/ for
10394 # template instantiation
10395 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10396 $RM out/* && rmdir out
10397 cd ..
10398 $RM -r conftest
10399 $RM conftest*
10400
10401fi
10402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10403$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10404
10405
10406
10407
10408hard_links="nottested"
10409if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10410 # do not overwrite the value of need_locks provided by the user
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10412$as_echo_n "checking if we can lock with hard links... " >&6; }
10413 hard_links=yes
10414 $RM conftest*
10415 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10416 touch conftest.a
10417 ln conftest.a conftest.b 2>&5 || hard_links=no
10418 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10420$as_echo "$hard_links" >&6; }
10421 if test "$hard_links" = no; then
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10423$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10424 need_locks=warn
10425 fi
10426else
10427 need_locks=no
10428fi
10429
10430
10431
10432
10433
10434
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10436$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10437
10438 runpath_var=
10439 allow_undefined_flag=
10440 always_export_symbols=no
10441 archive_cmds=
10442 archive_expsym_cmds=
10443 compiler_needs_object=no
10444 enable_shared_with_static_runtimes=no
10445 export_dynamic_flag_spec=
10446 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10447 hardcode_automatic=no
10448 hardcode_direct=no
10449 hardcode_direct_absolute=no
10450 hardcode_libdir_flag_spec=
10451 hardcode_libdir_flag_spec_ld=
10452 hardcode_libdir_separator=
10453 hardcode_minus_L=no
10454 hardcode_shlibpath_var=unsupported
10455 inherit_rpath=no
10456 link_all_deplibs=unknown
10457 module_cmds=
10458 module_expsym_cmds=
10459 old_archive_from_new_cmds=
10460 old_archive_from_expsyms_cmds=
10461 thread_safe_flag_spec=
10462 whole_archive_flag_spec=
10463 # include_expsyms should be a list of space-separated symbols to be *always*
10464 # included in the symbol list
10465 include_expsyms=
10466 # exclude_expsyms can be an extended regexp of symbols to exclude
10467 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10468 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10469 # as well as any symbol that contains `d'.
10470 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10471 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10472 # platforms (ab)use it in PIC code, but their linkers get confused if
10473 # the symbol is explicitly referenced. Since portable code cannot
10474 # rely on this symbol name, it's probably fine to never include it in
10475 # preloaded symbol tables.
10476 # Exclude shared library initialization/finalization symbols.
10477 extract_expsyms_cmds=
10478
10479 case $host_os in
10480 cygwin* | mingw* | pw32* | cegcc*)
10481 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10482 # When not using gcc, we currently assume that we are using
10483 # Microsoft Visual C++.
10484 if test "$GCC" != yes; then
10485 with_gnu_ld=no
10486 fi
10487 ;;
10488 interix*)
10489 # we just hope/assume this is gcc and not c89 (= MSVC++)
10490 with_gnu_ld=yes
10491 ;;
10492 openbsd*)
10493 with_gnu_ld=no
10494 ;;
10495 esac
fdd6fa61 10496
6bb11ab3
L
10497 ld_shlibs=yes
10498
10499 # On some targets, GNU ld is compatible enough with the native linker
10500 # that we're better off using the native interface for both.
10501 lt_use_gnu_ld_interface=no
10502 if test "$with_gnu_ld" = yes; then
10503 case $host_os in
10504 aix*)
10505 # The AIX port of GNU ld has always aspired to compatibility
10506 # with the native linker. However, as the warning in the GNU ld
10507 # block says, versions before 2.19.5* couldn't really create working
10508 # shared libraries, regardless of the interface used.
10509 case `$LD -v 2>&1` in
10510 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10511 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10512 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10513 *)
10514 lt_use_gnu_ld_interface=yes
10515 ;;
10516 esac
10517 ;;
10518 *)
10519 lt_use_gnu_ld_interface=yes
10520 ;;
10521 esac
10522 fi
fdd6fa61 10523
6bb11ab3
L
10524 if test "$lt_use_gnu_ld_interface" = yes; then
10525 # If archive_cmds runs LD, not CC, wlarc should be empty
10526 wlarc='${wl}'
10527
10528 # Set some defaults for GNU ld with shared library support. These
10529 # are reset later if shared libraries are not supported. Putting them
10530 # here allows them to be overridden if necessary.
10531 runpath_var=LD_RUN_PATH
10532 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10533 export_dynamic_flag_spec='${wl}--export-dynamic'
10534 # ancient GNU ld didn't support --whole-archive et. al.
10535 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10536 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10537 else
10538 whole_archive_flag_spec=
10539 fi
10540 supports_anon_versioning=no
10541 case `$LD -v 2>&1` in
10542 *GNU\ gold*) supports_anon_versioning=yes ;;
10543 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10544 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10545 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10546 *\ 2.11.*) ;; # other 2.11 versions
10547 *) supports_anon_versioning=yes ;;
10548 esac
10549
10550 # See if GNU ld supports shared libraries.
10551 case $host_os in
10552 aix[3-9]*)
10553 # On AIX/PPC, the GNU linker is very broken
10554 if test "$host_cpu" != ia64; then
10555 ld_shlibs=no
10556 cat <<_LT_EOF 1>&2
10557
10558*** Warning: the GNU linker, at least up to release 2.19, is reported
10559*** to be unable to reliably create shared libraries on AIX.
10560*** Therefore, libtool is disabling shared libraries support. If you
10561*** really care for shared libraries, you may want to install binutils
10562*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10563*** You will then need to restart the configuration process.
10564
10565_LT_EOF
10566 fi
10567 ;;
10568
10569 amigaos*)
10570 case $host_cpu in
10571 powerpc)
10572 # see comment about AmigaOS4 .so support
10573 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10574 archive_expsym_cmds=''
10575 ;;
10576 m68k)
10577 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)'
10578 hardcode_libdir_flag_spec='-L$libdir'
10579 hardcode_minus_L=yes
10580 ;;
10581 esac
10582 ;;
10583
10584 beos*)
10585 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10586 allow_undefined_flag=unsupported
10587 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10588 # support --undefined. This deserves some investigation. FIXME
10589 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10590 else
10591 ld_shlibs=no
10592 fi
10593 ;;
10594
10595 cygwin* | mingw* | pw32* | cegcc*)
10596 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10597 # as there is no search path for DLLs.
10598 hardcode_libdir_flag_spec='-L$libdir'
10599 export_dynamic_flag_spec='${wl}--export-all-symbols'
10600 allow_undefined_flag=unsupported
10601 always_export_symbols=no
10602 enable_shared_with_static_runtimes=yes
10603 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10604
10605 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10606 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10607 # If the export-symbols file already is a .def file (1st line
10608 # is EXPORTS), use it as is; otherwise, prepend...
10609 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10610 cp $export_symbols $output_objdir/$soname.def;
10611 else
10612 echo EXPORTS > $output_objdir/$soname.def;
10613 cat $export_symbols >> $output_objdir/$soname.def;
10614 fi~
10615 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10616 else
10617 ld_shlibs=no
10618 fi
10619 ;;
10620
10621 haiku*)
10622 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10623 link_all_deplibs=yes
10624 ;;
10625
10626 interix[3-9]*)
10627 hardcode_direct=no
10628 hardcode_shlibpath_var=no
10629 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10630 export_dynamic_flag_spec='${wl}-E'
10631 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10632 # Instead, shared libraries are loaded at an image base (0x10000000 by
10633 # default) and relocated if they conflict, which is a slow very memory
10634 # consuming and fragmenting process. To avoid this, we pick a random,
10635 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10636 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10637 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10638 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'
10639 ;;
10640
10641 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10642 tmp_diet=no
10643 if test "$host_os" = linux-dietlibc; then
10644 case $cc_basename in
10645 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10646 esac
10647 fi
10648 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10649 && test "$tmp_diet" = no
10650 then
5cddc23a 10651 tmp_addflag=' $pic_flag'
6bb11ab3
L
10652 tmp_sharedflag='-shared'
10653 case $cc_basename,$host_cpu in
10654 pgcc*) # Portland Group C compiler
10655 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'
10656 tmp_addflag=' $pic_flag'
10657 ;;
10658 pgf77* | pgf90* | pgf95* | pgfortran*)
10659 # Portland Group f77 and f90 compilers
10660 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'
10661 tmp_addflag=' $pic_flag -Mnomain' ;;
10662 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10663 tmp_addflag=' -i_dynamic' ;;
10664 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10665 tmp_addflag=' -i_dynamic -nofor_main' ;;
10666 ifc* | ifort*) # Intel Fortran compiler
10667 tmp_addflag=' -nofor_main' ;;
10668 lf95*) # Lahey Fortran 8.1
10669 whole_archive_flag_spec=
10670 tmp_sharedflag='--shared' ;;
10671 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10672 tmp_sharedflag='-qmkshrobj'
10673 tmp_addflag= ;;
10674 nvcc*) # Cuda Compiler Driver 2.2
10675 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'
10676 compiler_needs_object=yes
10677 ;;
10678 esac
10679 case `$CC -V 2>&1 | sed 5q` in
10680 *Sun\ C*) # Sun C 5.9
10681 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'
10682 compiler_needs_object=yes
10683 tmp_sharedflag='-G' ;;
10684 *Sun\ F*) # Sun Fortran 8.3
10685 tmp_sharedflag='-G' ;;
10686 esac
10687 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10688
10689 if test "x$supports_anon_versioning" = xyes; then
10690 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10691 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10692 echo "local: *; };" >> $output_objdir/$libname.ver~
10693 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10694 fi
10695
10696 case $cc_basename in
10697 xlf* | bgf* | bgxlf* | mpixlf*)
10698 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10699 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10700 hardcode_libdir_flag_spec=
10701 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10702 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10703 if test "x$supports_anon_versioning" = xyes; then
10704 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10705 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10706 echo "local: *; };" >> $output_objdir/$libname.ver~
10707 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10708 fi
10709 ;;
10710 esac
10711 else
10712 ld_shlibs=no
10713 fi
10714 ;;
10715
10716 netbsd*)
10717 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10718 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10719 wlarc=
10720 else
10721 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10722 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10723 fi
10724 ;;
10725
10726 solaris*)
10727 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10728 ld_shlibs=no
10729 cat <<_LT_EOF 1>&2
10730
10731*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10732*** create shared libraries on Solaris systems. Therefore, libtool
10733*** is disabling shared libraries support. We urge you to upgrade GNU
10734*** binutils to release 2.9.1 or newer. Another option is to modify
10735*** your PATH or compiler configuration so that the native linker is
10736*** used, and then restart.
10737
10738_LT_EOF
10739 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10740 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10741 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10742 else
10743 ld_shlibs=no
10744 fi
10745 ;;
10746
10747 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10748 case `$LD -v 2>&1` in
10749 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10750 ld_shlibs=no
10751 cat <<_LT_EOF 1>&2
10752
10753*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10754*** reliably create shared libraries on SCO systems. Therefore, libtool
10755*** is disabling shared libraries support. We urge you to upgrade GNU
10756*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10757*** your PATH or compiler configuration so that the native linker is
10758*** used, and then restart.
10759
10760_LT_EOF
10761 ;;
10762 *)
10763 # For security reasons, it is highly recommended that you always
10764 # use absolute paths for naming shared libraries, and exclude the
10765 # DT_RUNPATH tag from executables and libraries. But doing so
10766 # requires that you compile everything twice, which is a pain.
10767 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10768 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10769 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10770 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10771 else
10772 ld_shlibs=no
10773 fi
10774 ;;
10775 esac
10776 ;;
10777
10778 sunos4*)
10779 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10780 wlarc=
10781 hardcode_direct=yes
10782 hardcode_shlibpath_var=no
10783 ;;
10784
10785 *)
10786 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10787 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10788 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10789 else
10790 ld_shlibs=no
10791 fi
10792 ;;
10793 esac
10794
10795 if test "$ld_shlibs" = no; then
10796 runpath_var=
10797 hardcode_libdir_flag_spec=
10798 export_dynamic_flag_spec=
10799 whole_archive_flag_spec=
10800 fi
10801 else
10802 # PORTME fill in a description of your system's linker (not GNU ld)
10803 case $host_os in
10804 aix3*)
10805 allow_undefined_flag=unsupported
10806 always_export_symbols=yes
10807 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'
10808 # Note: this linker hardcodes the directories in LIBPATH if there
10809 # are no directories specified by -L.
10810 hardcode_minus_L=yes
10811 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10812 # Neither direct hardcoding nor static linking is supported with a
10813 # broken collect2.
10814 hardcode_direct=unsupported
10815 fi
10816 ;;
10817
10818 aix[4-9]*)
10819 if test "$host_cpu" = ia64; then
10820 # On IA64, the linker does run time linking by default, so we don't
10821 # have to do anything special.
10822 aix_use_runtimelinking=no
10823 exp_sym_flag='-Bexport'
10824 no_entry_flag=""
10825 else
10826 # If we're using GNU nm, then we don't want the "-C" option.
10827 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10828 # Also, AIX nm treats weak defined symbols like other global
10829 # defined symbols, whereas GNU nm marks them as "W".
10830 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10831 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'
10832 else
10833 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'
10834 fi
10835 aix_use_runtimelinking=no
10836
10837 # Test if we are trying to use run time linking or normal
10838 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10839 # need to do runtime linking.
10840 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10841 for ld_flag in $LDFLAGS; do
10842 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10843 aix_use_runtimelinking=yes
10844 break
10845 fi
10846 done
10847 ;;
10848 esac
10849
10850 exp_sym_flag='-bexport'
10851 no_entry_flag='-bnoentry'
10852 fi
10853
10854 # When large executables or shared objects are built, AIX ld can
10855 # have problems creating the table of contents. If linking a library
10856 # or program results in "error TOC overflow" add -mminimal-toc to
10857 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10858 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10859
10860 archive_cmds=''
10861 hardcode_direct=yes
10862 hardcode_direct_absolute=yes
10863 hardcode_libdir_separator=':'
10864 link_all_deplibs=yes
10865 file_list_spec='${wl}-f,'
10866
10867 if test "$GCC" = yes; then
10868 case $host_os in aix4.[012]|aix4.[012].*)
10869 # We only want to do this on AIX 4.2 and lower, the check
10870 # below for broken collect2 doesn't work under 4.3+
10871 collect2name=`${CC} -print-prog-name=collect2`
10872 if test -f "$collect2name" &&
10873 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10874 then
10875 # We have reworked collect2
10876 :
10877 else
10878 # We have old collect2
10879 hardcode_direct=unsupported
10880 # It fails to find uninstalled libraries when the uninstalled
10881 # path is not listed in the libpath. Setting hardcode_minus_L
10882 # to unsupported forces relinking
10883 hardcode_minus_L=yes
10884 hardcode_libdir_flag_spec='-L$libdir'
10885 hardcode_libdir_separator=
10886 fi
10887 ;;
10888 esac
10889 shared_flag='-shared'
10890 if test "$aix_use_runtimelinking" = yes; then
10891 shared_flag="$shared_flag "'${wl}-G'
10892 fi
10893 else
10894 # not using gcc
10895 if test "$host_cpu" = ia64; then
10896 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10897 # chokes on -Wl,-G. The following line is correct:
10898 shared_flag='-G'
10899 else
10900 if test "$aix_use_runtimelinking" = yes; then
10901 shared_flag='${wl}-G'
10902 else
10903 shared_flag='${wl}-bM:SRE'
10904 fi
10905 fi
10906 fi
10907
10908 export_dynamic_flag_spec='${wl}-bexpall'
10909 # It seems that -bexpall does not export symbols beginning with
10910 # underscore (_), so it is better to generate a list of symbols to export.
10911 always_export_symbols=yes
10912 if test "$aix_use_runtimelinking" = yes; then
10913 # Warning - without using the other runtime loading flags (-brtl),
10914 # -berok will link without error, but may produce a broken library.
10915 allow_undefined_flag='-berok'
10916 # Determine the default libpath from the value encoded in an
10917 # empty executable.
10918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10919/* end confdefs.h. */
10920
10921int
10922main ()
10923{
10924
10925 ;
10926 return 0;
10927}
10928_ACEOF
6bb11ab3 10929if ac_fn_c_try_link "$LINENO"; then :
fdd6fa61 10930
6bb11ab3
L
10931lt_aix_libpath_sed='
10932 /Import File Strings/,/^$/ {
10933 /^0/ {
10934 s/^0 *\(.*\)$/\1/
10935 p
10936 }
10937 }'
10938aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10939# Check for a 64-bit object if we didn't find anything.
10940if test -z "$aix_libpath"; then
10941 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10942fi
10943fi
10944rm -f core conftest.err conftest.$ac_objext \
10945 conftest$ac_exeext conftest.$ac_ext
10946if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10947
10948 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10949 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"
10950 else
10951 if test "$host_cpu" = ia64; then
10952 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10953 allow_undefined_flag="-z nodefs"
10954 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"
10955 else
10956 # Determine the default libpath from the value encoded in an
10957 # empty executable.
81ecdfbb
RW
10958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10959/* end confdefs.h. */
10960
10961int
10962main ()
10963{
10964
10965 ;
10966 return 0;
10967}
10968_ACEOF
6bb11ab3
L
10969if ac_fn_c_try_link "$LINENO"; then :
10970
10971lt_aix_libpath_sed='
10972 /Import File Strings/,/^$/ {
10973 /^0/ {
10974 s/^0 *\(.*\)$/\1/
10975 p
10976 }
10977 }'
10978aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10979# Check for a 64-bit object if we didn't find anything.
10980if test -z "$aix_libpath"; then
10981 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10982fi
81ecdfbb 10983fi
6bb11ab3
L
10984rm -f core conftest.err conftest.$ac_objext \
10985 conftest$ac_exeext conftest.$ac_ext
10986if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10987
10988 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10989 # Warning - without using the other run time loading flags,
10990 # -berok will link without error, but may produce a broken library.
10991 no_undefined_flag=' ${wl}-bernotok'
10992 allow_undefined_flag=' ${wl}-berok'
10993 if test "$with_gnu_ld" = yes; then
10994 # We only use this code for GNU lds that support --whole-archive.
10995 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10996 else
10997 # Exported symbols can be pulled into shared objects from archives
10998 whole_archive_flag_spec='$convenience'
10999 fi
11000 archive_cmds_need_lc=yes
11001 # This is similar to how AIX traditionally builds its shared libraries.
11002 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'
11003 fi
11004 fi
11005 ;;
11006
11007 amigaos*)
11008 case $host_cpu in
11009 powerpc)
11010 # see comment about AmigaOS4 .so support
11011 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11012 archive_expsym_cmds=''
11013 ;;
11014 m68k)
11015 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)'
11016 hardcode_libdir_flag_spec='-L$libdir'
11017 hardcode_minus_L=yes
11018 ;;
11019 esac
11020 ;;
11021
11022 bsdi[45]*)
11023 export_dynamic_flag_spec=-rdynamic
11024 ;;
11025
11026 cygwin* | mingw* | pw32* | cegcc*)
11027 # When not using gcc, we currently assume that we are using
11028 # Microsoft Visual C++.
11029 # hardcode_libdir_flag_spec is actually meaningless, as there is
11030 # no search path for DLLs.
11031 hardcode_libdir_flag_spec=' '
11032 allow_undefined_flag=unsupported
11033 # Tell ltmain to make .lib files, not .a files.
11034 libext=lib
11035 # Tell ltmain to make .dll files, not .so files.
11036 shrext_cmds=".dll"
11037 # FIXME: Setting linknames here is a bad hack.
11038 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11039 # The linker will automatically build a .lib file if we build a DLL.
11040 old_archive_from_new_cmds='true'
11041 # FIXME: Should let the user specify the lib program.
11042 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11043 fix_srcfile_path='`cygpath -w "$srcfile"`'
11044 enable_shared_with_static_runtimes=yes
11045 ;;
11046
11047 darwin* | rhapsody*)
11048
11049
11050 archive_cmds_need_lc=no
11051 hardcode_direct=no
11052 hardcode_automatic=yes
11053 hardcode_shlibpath_var=unsupported
11054 if test "$lt_cv_ld_force_load" = "yes"; then
11055 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
fdd6fa61 11056 else
6bb11ab3 11057 whole_archive_flag_spec=''
fdd6fa61 11058 fi
6bb11ab3
L
11059 link_all_deplibs=yes
11060 allow_undefined_flag="$_lt_dar_allow_undefined"
11061 case $cc_basename in
11062 ifort*) _lt_dar_can_shared=yes ;;
11063 *) _lt_dar_can_shared=$GCC ;;
11064 esac
11065 if test "$_lt_dar_can_shared" = "yes"; then
11066 output_verbose_link_cmd=func_echo_all
11067 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11068 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11069 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}"
11070 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}"
11071
fdd6fa61 11072 else
6bb11ab3 11073 ld_shlibs=no
fdd6fa61 11074 fi
6bb11ab3
L
11075
11076 ;;
11077
11078 dgux*)
11079 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11080 hardcode_libdir_flag_spec='-L$libdir'
11081 hardcode_shlibpath_var=no
11082 ;;
11083
11084 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11085 # support. Future versions do this automatically, but an explicit c++rt0.o
11086 # does not break anything, and helps significantly (at the cost of a little
11087 # extra space).
11088 freebsd2.2*)
11089 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11090 hardcode_libdir_flag_spec='-R$libdir'
11091 hardcode_direct=yes
11092 hardcode_shlibpath_var=no
11093 ;;
11094
11095 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11096 freebsd2.*)
11097 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11098 hardcode_direct=yes
11099 hardcode_minus_L=yes
11100 hardcode_shlibpath_var=no
11101 ;;
11102
11103 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11104 freebsd* | dragonfly*)
11105 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11106 hardcode_libdir_flag_spec='-R$libdir'
11107 hardcode_direct=yes
11108 hardcode_shlibpath_var=no
11109 ;;
11110
11111 hpux9*)
11112 if test "$GCC" = yes; then
11113 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'
11114 else
11115 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'
11116 fi
11117 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11118 hardcode_libdir_separator=:
11119 hardcode_direct=yes
11120
11121 # hardcode_minus_L: Not really in the search PATH,
11122 # but as the default location of the library.
11123 hardcode_minus_L=yes
11124 export_dynamic_flag_spec='${wl}-E'
11125 ;;
11126
11127 hpux10*)
11128 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11129 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11130 else
11131 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11132 fi
11133 if test "$with_gnu_ld" = no; then
11134 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11135 hardcode_libdir_flag_spec_ld='+b $libdir'
11136 hardcode_libdir_separator=:
11137 hardcode_direct=yes
11138 hardcode_direct_absolute=yes
11139 export_dynamic_flag_spec='${wl}-E'
11140 # hardcode_minus_L: Not really in the search PATH,
11141 # but as the default location of the library.
11142 hardcode_minus_L=yes
11143 fi
11144 ;;
11145
11146 hpux11*)
11147 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11148 case $host_cpu in
11149 hppa*64*)
11150 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11151 ;;
11152 ia64*)
11153 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11154 ;;
11155 *)
11156 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11157 ;;
11158 esac
11159 else
11160 case $host_cpu in
11161 hppa*64*)
11162 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11163 ;;
11164 ia64*)
11165 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11166 ;;
11167 *)
11168
11169 # Older versions of the 11.00 compiler do not understand -b yet
11170 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11172$as_echo_n "checking if $CC understands -b... " >&6; }
11173if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11174 $as_echo_n "(cached) " >&6
fdd6fa61 11175else
6bb11ab3
L
11176 lt_cv_prog_compiler__b=no
11177 save_LDFLAGS="$LDFLAGS"
11178 LDFLAGS="$LDFLAGS -b"
11179 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11180 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11181 # The linker can only warn and ignore the option if not recognized
11182 # So say no if there are warnings
11183 if test -s conftest.err; then
11184 # Append any errors to the config.log.
11185 cat conftest.err 1>&5
11186 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11187 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11188 if diff conftest.exp conftest.er2 >/dev/null; then
11189 lt_cv_prog_compiler__b=yes
11190 fi
11191 else
11192 lt_cv_prog_compiler__b=yes
11193 fi
11194 fi
11195 $RM -r conftest*
11196 LDFLAGS="$save_LDFLAGS"
fdd6fa61 11197
6bb11ab3
L
11198fi
11199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11200$as_echo "$lt_cv_prog_compiler__b" >&6; }
fdd6fa61 11201
6bb11ab3
L
11202if test x"$lt_cv_prog_compiler__b" = xyes; then
11203 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11204else
11205 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11206fi
81ecdfbb 11207
6bb11ab3
L
11208 ;;
11209 esac
11210 fi
11211 if test "$with_gnu_ld" = no; then
11212 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11213 hardcode_libdir_separator=:
11214
11215 case $host_cpu in
11216 hppa*64*|ia64*)
11217 hardcode_direct=no
11218 hardcode_shlibpath_var=no
11219 ;;
11220 *)
11221 hardcode_direct=yes
11222 hardcode_direct_absolute=yes
11223 export_dynamic_flag_spec='${wl}-E'
11224
11225 # hardcode_minus_L: Not really in the search PATH,
11226 # but as the default location of the library.
11227 hardcode_minus_L=yes
11228 ;;
11229 esac
11230 fi
11231 ;;
11232
11233 irix5* | irix6* | nonstopux*)
11234 if test "$GCC" = yes; then
11235 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'
11236 # Try to use the -exported_symbol ld option, if it does not
11237 # work, assume that -exports_file does not work either and
11238 # implicitly export all symbols.
11239 save_LDFLAGS="$LDFLAGS"
11240 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11242/* end confdefs.h. */
11243int foo(void) {}
fdd6fa61 11244_ACEOF
6bb11ab3
L
11245if ac_fn_c_try_link "$LINENO"; then :
11246 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
fdd6fa61
AG
11247
11248fi
6bb11ab3
L
11249rm -f core conftest.err conftest.$ac_objext \
11250 conftest$ac_exeext conftest.$ac_ext
11251 LDFLAGS="$save_LDFLAGS"
11252 else
11253 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'
11254 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'
11255 fi
11256 archive_cmds_need_lc='no'
11257 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11258 hardcode_libdir_separator=:
11259 inherit_rpath=yes
11260 link_all_deplibs=yes
11261 ;;
11262
11263 netbsd*)
11264 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11265 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11266 else
11267 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11268 fi
11269 hardcode_libdir_flag_spec='-R$libdir'
11270 hardcode_direct=yes
11271 hardcode_shlibpath_var=no
11272 ;;
11273
11274 newsos6)
11275 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11276 hardcode_direct=yes
11277 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11278 hardcode_libdir_separator=:
11279 hardcode_shlibpath_var=no
11280 ;;
11281
11282 *nto* | *qnx*)
11283 ;;
11284
11285 openbsd*)
11286 if test -f /usr/libexec/ld.so; then
11287 hardcode_direct=yes
11288 hardcode_shlibpath_var=no
11289 hardcode_direct_absolute=yes
11290 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11291 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11292 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11293 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11294 export_dynamic_flag_spec='${wl}-E'
11295 else
11296 case $host_os in
11297 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11298 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11299 hardcode_libdir_flag_spec='-R$libdir'
11300 ;;
11301 *)
11302 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11303 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11304 ;;
11305 esac
11306 fi
11307 else
11308 ld_shlibs=no
11309 fi
11310 ;;
11311
11312 os2*)
11313 hardcode_libdir_flag_spec='-L$libdir'
11314 hardcode_minus_L=yes
11315 allow_undefined_flag=unsupported
11316 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'
11317 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11318 ;;
11319
11320 osf3*)
11321 if test "$GCC" = yes; then
11322 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11323 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'
11324 else
11325 allow_undefined_flag=' -expect_unresolved \*'
11326 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'
11327 fi
11328 archive_cmds_need_lc='no'
11329 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11330 hardcode_libdir_separator=:
11331 ;;
11332
11333 osf4* | osf5*) # as osf3* with the addition of -msym flag
11334 if test "$GCC" = yes; then
11335 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11336 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'
11337 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11338 else
11339 allow_undefined_flag=' -expect_unresolved \*'
11340 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'
11341 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~
11342 $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'
11343
11344 # Both c and cxx compiler support -rpath directly
11345 hardcode_libdir_flag_spec='-rpath $libdir'
11346 fi
11347 archive_cmds_need_lc='no'
11348 hardcode_libdir_separator=:
11349 ;;
11350
11351 solaris*)
11352 no_undefined_flag=' -z defs'
11353 if test "$GCC" = yes; then
11354 wlarc='${wl}'
11355 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11356 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11357 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11358 else
11359 case `$CC -V 2>&1` in
11360 *"Compilers 5.0"*)
11361 wlarc=''
11362 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11363 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11364 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11365 ;;
11366 *)
11367 wlarc='${wl}'
11368 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11369 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11370 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11371 ;;
11372 esac
11373 fi
11374 hardcode_libdir_flag_spec='-R$libdir'
11375 hardcode_shlibpath_var=no
11376 case $host_os in
11377 solaris2.[0-5] | solaris2.[0-5].*) ;;
11378 *)
11379 # The compiler driver will combine and reorder linker options,
11380 # but understands `-z linker_flag'. GCC discards it without `$wl',
11381 # but is careful enough not to reorder.
11382 # Supported since Solaris 2.6 (maybe 2.5.1?)
11383 if test "$GCC" = yes; then
11384 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11385 else
11386 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11387 fi
11388 ;;
11389 esac
11390 link_all_deplibs=yes
11391 ;;
11392
11393 sunos4*)
11394 if test "x$host_vendor" = xsequent; then
11395 # Use $CC to link under sequent, because it throws in some extra .o
11396 # files that make .init and .fini sections work.
11397 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11398 else
11399 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11400 fi
11401 hardcode_libdir_flag_spec='-L$libdir'
11402 hardcode_direct=yes
11403 hardcode_minus_L=yes
11404 hardcode_shlibpath_var=no
11405 ;;
11406
11407 sysv4)
11408 case $host_vendor in
11409 sni)
11410 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11411 hardcode_direct=yes # is this really true???
11412 ;;
11413 siemens)
11414 ## LD is ld it makes a PLAMLIB
11415 ## CC just makes a GrossModule.
11416 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11417 reload_cmds='$CC -r -o $output$reload_objs'
11418 hardcode_direct=no
11419 ;;
11420 motorola)
11421 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11422 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11423 ;;
11424 esac
11425 runpath_var='LD_RUN_PATH'
11426 hardcode_shlibpath_var=no
11427 ;;
11428
11429 sysv4.3*)
11430 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11431 hardcode_shlibpath_var=no
11432 export_dynamic_flag_spec='-Bexport'
11433 ;;
11434
11435 sysv4*MP*)
11436 if test -d /usr/nec; then
11437 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11438 hardcode_shlibpath_var=no
11439 runpath_var=LD_RUN_PATH
11440 hardcode_runpath_var=yes
11441 ld_shlibs=yes
11442 fi
11443 ;;
11444
11445 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11446 no_undefined_flag='${wl}-z,text'
11447 archive_cmds_need_lc=no
11448 hardcode_shlibpath_var=no
11449 runpath_var='LD_RUN_PATH'
11450
11451 if test "$GCC" = yes; then
11452 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 else
11455 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11456 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11457 fi
11458 ;;
11459
11460 sysv5* | sco3.2v5* | sco5v6*)
11461 # Note: We can NOT use -z defs as we might desire, because we do not
11462 # link with -lc, and that would cause any symbols used from libc to
11463 # always be unresolved, which means just about no library would
11464 # ever link correctly. If we're not using GNU ld we use -z text
11465 # though, which does catch some bad symbols but isn't as heavy-handed
11466 # as -z defs.
11467 no_undefined_flag='${wl}-z,text'
11468 allow_undefined_flag='${wl}-z,nodefs'
11469 archive_cmds_need_lc=no
11470 hardcode_shlibpath_var=no
11471 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11472 hardcode_libdir_separator=':'
11473 link_all_deplibs=yes
11474 export_dynamic_flag_spec='${wl}-Bexport'
11475 runpath_var='LD_RUN_PATH'
11476
11477 if test "$GCC" = yes; then
11478 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11479 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11480 else
11481 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11482 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11483 fi
11484 ;;
11485
11486 uts4*)
11487 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11488 hardcode_libdir_flag_spec='-L$libdir'
11489 hardcode_shlibpath_var=no
11490 ;;
11491
11492 *)
11493 ld_shlibs=no
11494 ;;
11495 esac
11496
11497 if test x$host_vendor = xsni; then
11498 case $host in
11499 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11500 export_dynamic_flag_spec='${wl}-Blargedynsym'
11501 ;;
11502 esac
11503 fi
11504 fi
11505
11506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11507$as_echo "$ld_shlibs" >&6; }
11508test "$ld_shlibs" = no && can_build_shared=no
11509
11510with_gnu_ld=$with_gnu_ld
11511
11512
11513
11514
fdd6fa61 11515
fdd6fa61 11516
fdd6fa61 11517
fdd6fa61 11518
fdd6fa61 11519
fdd6fa61
AG
11520
11521
6ffe910a 11522
fdd6fa61
AG
11523
11524
6bb11ab3
L
11525
11526#
11527# Do we need to explicitly link libc?
11528#
11529case "x$archive_cmds_need_lc" in
11530x|xyes)
11531 # Assume -lc should be added
11532 archive_cmds_need_lc=yes
11533
11534 if test "$enable_shared" = yes && test "$GCC" = yes; then
11535 case $archive_cmds in
11536 *'~'*)
11537 # FIXME: we may have to deal with multi-command sequences.
11538 ;;
11539 '$CC '*)
11540 # Test whether the compiler implicitly links with -lc since on some
11541 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11542 # to ld, don't add -lc before -lgcc.
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11544$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11545if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a
MF
11546 $as_echo_n "(cached) " >&6
11547else
6bb11ab3
L
11548 $RM conftest*
11549 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11550
11551 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11552 (eval $ac_compile) 2>&5
11553 ac_status=$?
11554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11555 test $ac_status = 0; } 2>conftest.err; then
11556 soname=conftest
11557 lib=conftest
11558 libobjs=conftest.$ac_objext
11559 deplibs=
11560 wl=$lt_prog_compiler_wl
11561 pic_flag=$lt_prog_compiler_pic
11562 compiler_flags=-v
11563 linker_flags=-v
11564 verstring=
11565 output_objdir=.
11566 libname=conftest
11567 lt_save_allow_undefined_flag=$allow_undefined_flag
11568 allow_undefined_flag=
11569 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11570 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11571 ac_status=$?
11572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11573 test $ac_status = 0; }
11574 then
11575 lt_cv_archive_cmds_need_lc=no
11576 else
11577 lt_cv_archive_cmds_need_lc=yes
11578 fi
11579 allow_undefined_flag=$lt_save_allow_undefined_flag
11580 else
11581 cat conftest.err 1>&5
11582 fi
11583 $RM conftest*
fdd6fa61 11584
6ffe910a 11585fi
6bb11ab3
L
11586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11587$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11588 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11589 ;;
11590 esac
11591 fi
11592 ;;
6ffe910a 11593esac
fdd6fa61 11594
fdd6fa61 11595
6ffe910a 11596
fdd6fa61 11597
81ecdfbb 11598
fdd6fa61 11599
fdd6fa61 11600
fdd6fa61 11601
fdd6fa61 11602
fdd6fa61 11603
fdd6fa61 11604
fdd6fa61 11605
fdd6fa61 11606
fdd6fa61 11607
81ecdfbb 11608
fdd6fa61 11609
fdd6fa61
AG
11610
11611
81ecdfbb 11612
81ecdfbb 11613
81ecdfbb
RW
11614
11615
81ecdfbb 11616
81ecdfbb 11617
fdd6fa61
AG
11618
11619
fdd6fa61 11620
fdd6fa61 11621
fdd6fa61 11622
fdd6fa61 11623
81ecdfbb 11624
6ffe910a 11625
6ffe910a 11626
6ffe910a 11627
6ffe910a 11628
6ffe910a 11629
6ffe910a 11630
6ffe910a 11631
6ffe910a 11632
6ffe910a 11633
6ffe910a 11634
6ffe910a 11635
6ffe910a 11636
6ffe910a 11637
6ffe910a 11638
6ffe910a
MF
11639
11640
11641
2232061b
MF
11642
11643
2232061b 11644
2232061b
MF
11645
11646
2232061b
MF
11647
11648
2232061b 11649
2232061b
MF
11650
11651
6bb11ab3
L
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11752$as_echo_n "checking dynamic linker characteristics... " >&6; }
11753
11754if test "$GCC" = yes; then
11755 case $host_os in
11756 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11757 *) lt_awk_arg="/^libraries:/" ;;
11758 esac
11759 case $host_os in
11760 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11761 *) lt_sed_strip_eq="s,=/,/,g" ;;
11762 esac
11763 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11764 case $lt_search_path_spec in
11765 *\;*)
11766 # if the path contains ";" then we assume it to be the separator
11767 # otherwise default to the standard path separator (i.e. ":") - it is
11768 # assumed that no part of a normal pathname contains ";" but that should
11769 # okay in the real world where ";" in dirpaths is itself problematic.
11770 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11771 ;;
11772 *)
11773 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11774 ;;
11775 esac
11776 # Ok, now we have the path, separated by spaces, we can step through it
11777 # and add multilib dir if necessary.
11778 lt_tmp_lt_search_path_spec=
11779 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11780 for lt_sys_path in $lt_search_path_spec; do
11781 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11782 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11783 else
11784 test -d "$lt_sys_path" && \
11785 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11786 fi
11787 done
11788 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11789BEGIN {RS=" "; FS="/|\n";} {
11790 lt_foo="";
11791 lt_count=0;
11792 for (lt_i = NF; lt_i > 0; lt_i--) {
11793 if ($lt_i != "" && $lt_i != ".") {
11794 if ($lt_i == "..") {
11795 lt_count++;
11796 } else {
11797 if (lt_count == 0) {
11798 lt_foo="/" $lt_i lt_foo;
11799 } else {
11800 lt_count--;
11801 }
11802 }
11803 }
11804 }
11805 if (lt_foo != "") { lt_freq[lt_foo]++; }
11806 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11807}'`
11808 # AWK program above erroneously prepends '/' to C:/dos/paths
11809 # for these hosts.
11810 case $host_os in
11811 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11812 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11813 esac
11814 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11815else
11816 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11817fi
11818library_names_spec=
11819libname_spec='lib$name'
11820soname_spec=
11821shrext_cmds=".so"
11822postinstall_cmds=
11823postuninstall_cmds=
11824finish_cmds=
11825finish_eval=
11826shlibpath_var=
11827shlibpath_overrides_runpath=unknown
11828version_type=none
11829dynamic_linker="$host_os ld.so"
11830sys_lib_dlsearch_path_spec="/lib /usr/lib"
11831need_lib_prefix=unknown
11832hardcode_into_libs=no
11833
11834# when you set need_version to no, make sure it does not cause -set_version
11835# flags to be left without arguments
11836need_version=unknown
11837
11838case $host_os in
11839aix3*)
11840 version_type=linux
11841 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11842 shlibpath_var=LIBPATH
11843
11844 # AIX 3 has no versioning support, so we append a major version to the name.
11845 soname_spec='${libname}${release}${shared_ext}$major'
11846 ;;
11847
11848aix[4-9]*)
11849 version_type=linux
11850 need_lib_prefix=no
11851 need_version=no
11852 hardcode_into_libs=yes
11853 if test "$host_cpu" = ia64; then
11854 # AIX 5 supports IA64
11855 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11856 shlibpath_var=LD_LIBRARY_PATH
11857 else
11858 # With GCC up to 2.95.x, collect2 would create an import file
11859 # for dependence libraries. The import file would start with
11860 # the line `#! .'. This would cause the generated library to
11861 # depend on `.', always an invalid library. This was fixed in
11862 # development snapshots of GCC prior to 3.0.
11863 case $host_os in
11864 aix4 | aix4.[01] | aix4.[01].*)
11865 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11866 echo ' yes '
11867 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11868 :
11869 else
11870 can_build_shared=no
11871 fi
11872 ;;
11873 esac
11874 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11875 # soname into executable. Probably we can add versioning support to
11876 # collect2, so additional links can be useful in future.
11877 if test "$aix_use_runtimelinking" = yes; then
11878 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11879 # instead of lib<name>.a to let people know that these are not
11880 # typical AIX shared libraries.
11881 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11882 else
11883 # We preserve .a as extension for shared libraries through AIX4.2
11884 # and later when we are not doing run time linking.
11885 library_names_spec='${libname}${release}.a $libname.a'
11886 soname_spec='${libname}${release}${shared_ext}$major'
11887 fi
11888 shlibpath_var=LIBPATH
11889 fi
11890 ;;
11891
11892amigaos*)
11893 case $host_cpu in
11894 powerpc)
11895 # Since July 2007 AmigaOS4 officially supports .so libraries.
11896 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11897 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11898 ;;
11899 m68k)
11900 library_names_spec='$libname.ixlibrary $libname.a'
11901 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11902 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'
11903 ;;
11904 esac
11905 ;;
11906
11907beos*)
11908 library_names_spec='${libname}${shared_ext}'
11909 dynamic_linker="$host_os ld.so"
11910 shlibpath_var=LIBRARY_PATH
11911 ;;
11912
11913bsdi[45]*)
11914 version_type=linux
11915 need_version=no
11916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11917 soname_spec='${libname}${release}${shared_ext}$major'
11918 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11919 shlibpath_var=LD_LIBRARY_PATH
11920 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11921 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11922 # the default ld.so.conf also contains /usr/contrib/lib and
11923 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11924 # libtool to hard-code these into programs
11925 ;;
11926
11927cygwin* | mingw* | pw32* | cegcc*)
11928 version_type=windows
11929 shrext_cmds=".dll"
11930 need_version=no
11931 need_lib_prefix=no
11932
11933 case $GCC,$host_os in
11934 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11935 library_names_spec='$libname.dll.a'
11936 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11937 postinstall_cmds='base_file=`basename \${file}`~
11938 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11939 dldir=$destdir/`dirname \$dlpath`~
11940 test -d \$dldir || mkdir -p \$dldir~
11941 $install_prog $dir/$dlname \$dldir/$dlname~
11942 chmod a+x \$dldir/$dlname~
11943 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11944 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11945 fi'
11946 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11947 dlpath=$dir/\$dldll~
11948 $RM \$dlpath'
11949 shlibpath_overrides_runpath=yes
11950
11951 case $host_os in
11952 cygwin*)
11953 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11954 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11955
11956 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11957 ;;
11958 mingw* | cegcc*)
11959 # MinGW DLLs use traditional 'lib' prefix
11960 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11961 ;;
11962 pw32*)
11963 # pw32 DLLs use 'pw' prefix rather than 'lib'
11964 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11965 ;;
11966 esac
11967 ;;
11968
11969 *)
11970 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11971 ;;
11972 esac
11973 dynamic_linker='Win32 ld.exe'
11974 # FIXME: first we should search . and the directory the executable is in
11975 shlibpath_var=PATH
11976 ;;
11977
11978darwin* | rhapsody*)
11979 dynamic_linker="$host_os dyld"
11980 version_type=darwin
11981 need_lib_prefix=no
11982 need_version=no
11983 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11984 soname_spec='${libname}${release}${major}$shared_ext'
11985 shlibpath_overrides_runpath=yes
11986 shlibpath_var=DYLD_LIBRARY_PATH
11987 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11988
11989 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11990 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11991 ;;
11992
11993dgux*)
11994 version_type=linux
11995 need_lib_prefix=no
11996 need_version=no
11997 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11998 soname_spec='${libname}${release}${shared_ext}$major'
11999 shlibpath_var=LD_LIBRARY_PATH
12000 ;;
12001
12002freebsd* | dragonfly*)
12003 # DragonFly does not have aout. When/if they implement a new
12004 # versioning mechanism, adjust this.
12005 if test -x /usr/bin/objformat; then
12006 objformat=`/usr/bin/objformat`
12007 else
12008 case $host_os in
12009 freebsd[23].*) objformat=aout ;;
12010 *) objformat=elf ;;
12011 esac
12012 fi
12013 version_type=freebsd-$objformat
12014 case $version_type in
12015 freebsd-elf*)
12016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12017 need_version=no
12018 need_lib_prefix=no
12019 ;;
12020 freebsd-*)
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12022 need_version=yes
12023 ;;
12024 esac
12025 shlibpath_var=LD_LIBRARY_PATH
12026 case $host_os in
12027 freebsd2.*)
12028 shlibpath_overrides_runpath=yes
12029 ;;
12030 freebsd3.[01]* | freebsdelf3.[01]*)
12031 shlibpath_overrides_runpath=yes
12032 hardcode_into_libs=yes
12033 ;;
12034 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12035 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12036 shlibpath_overrides_runpath=no
12037 hardcode_into_libs=yes
12038 ;;
12039 *) # from 4.6 on, and DragonFly
12040 shlibpath_overrides_runpath=yes
12041 hardcode_into_libs=yes
12042 ;;
12043 esac
12044 ;;
12045
12046gnu*)
12047 version_type=linux
12048 need_lib_prefix=no
12049 need_version=no
12050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12051 soname_spec='${libname}${release}${shared_ext}$major'
12052 shlibpath_var=LD_LIBRARY_PATH
12053 hardcode_into_libs=yes
12054 ;;
12055
12056haiku*)
12057 version_type=linux
12058 need_lib_prefix=no
12059 need_version=no
12060 dynamic_linker="$host_os runtime_loader"
12061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12062 soname_spec='${libname}${release}${shared_ext}$major'
12063 shlibpath_var=LIBRARY_PATH
12064 shlibpath_overrides_runpath=yes
12065 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12066 hardcode_into_libs=yes
12067 ;;
12068
12069hpux9* | hpux10* | hpux11*)
12070 # Give a soname corresponding to the major version so that dld.sl refuses to
12071 # link against other versions.
12072 version_type=sunos
12073 need_lib_prefix=no
12074 need_version=no
12075 case $host_cpu in
12076 ia64*)
12077 shrext_cmds='.so'
12078 hardcode_into_libs=yes
12079 dynamic_linker="$host_os dld.so"
12080 shlibpath_var=LD_LIBRARY_PATH
12081 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12082 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12083 soname_spec='${libname}${release}${shared_ext}$major'
12084 if test "X$HPUX_IA64_MODE" = X32; then
12085 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12086 else
12087 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12088 fi
12089 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12090 ;;
12091 hppa*64*)
12092 shrext_cmds='.sl'
12093 hardcode_into_libs=yes
12094 dynamic_linker="$host_os dld.sl"
12095 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12096 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12098 soname_spec='${libname}${release}${shared_ext}$major'
12099 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12100 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12101 ;;
12102 *)
12103 shrext_cmds='.sl'
12104 dynamic_linker="$host_os dld.sl"
12105 shlibpath_var=SHLIB_PATH
12106 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12108 soname_spec='${libname}${release}${shared_ext}$major'
12109 ;;
12110 esac
12111 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12112 postinstall_cmds='chmod 555 $lib'
12113 # or fails outright, so override atomically:
12114 install_override_mode=555
12115 ;;
12116
12117interix[3-9]*)
12118 version_type=linux
12119 need_lib_prefix=no
12120 need_version=no
12121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12122 soname_spec='${libname}${release}${shared_ext}$major'
12123 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12124 shlibpath_var=LD_LIBRARY_PATH
12125 shlibpath_overrides_runpath=no
12126 hardcode_into_libs=yes
12127 ;;
12128
12129irix5* | irix6* | nonstopux*)
12130 case $host_os in
12131 nonstopux*) version_type=nonstopux ;;
12132 *)
12133 if test "$lt_cv_prog_gnu_ld" = yes; then
12134 version_type=linux
12135 else
12136 version_type=irix
12137 fi ;;
12138 esac
12139 need_lib_prefix=no
12140 need_version=no
12141 soname_spec='${libname}${release}${shared_ext}$major'
12142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12143 case $host_os in
12144 irix5* | nonstopux*)
12145 libsuff= shlibsuff=
12146 ;;
12147 *)
12148 case $LD in # libtool.m4 will add one of these switches to LD
12149 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12150 libsuff= shlibsuff= libmagic=32-bit;;
12151 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12152 libsuff=32 shlibsuff=N32 libmagic=N32;;
12153 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12154 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12155 *) libsuff= shlibsuff= libmagic=never-match;;
12156 esac
12157 ;;
12158 esac
12159 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12160 shlibpath_overrides_runpath=no
12161 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12162 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12163 hardcode_into_libs=yes
12164 ;;
12165
12166# No shared lib support for Linux oldld, aout, or coff.
12167linux*oldld* | linux*aout* | linux*coff*)
12168 dynamic_linker=no
12169 ;;
12170
12171# This must be Linux ELF.
12172linux* | k*bsd*-gnu | kopensolaris*-gnu)
12173 version_type=linux
12174 need_lib_prefix=no
12175 need_version=no
12176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12177 soname_spec='${libname}${release}${shared_ext}$major'
12178 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12179 shlibpath_var=LD_LIBRARY_PATH
12180 shlibpath_overrides_runpath=no
12181
12182 # Some binutils ld are patched to set DT_RUNPATH
12183 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12184 $as_echo_n "(cached) " >&6
12185else
6bb11ab3
L
12186 lt_cv_shlibpath_overrides_runpath=no
12187 save_LDFLAGS=$LDFLAGS
12188 save_libdir=$libdir
12189 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12190 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12192/* end confdefs.h. */
12193
2232061b
MF
12194int
12195main ()
12196{
12197
12198 ;
12199 return 0;
12200}
12201_ACEOF
6bb11ab3
L
12202if ac_fn_c_try_link "$LINENO"; then :
12203 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12204 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12205fi
2232061b 12206fi
6bb11ab3
L
12207rm -f core conftest.err conftest.$ac_objext \
12208 conftest$ac_exeext conftest.$ac_ext
12209 LDFLAGS=$save_LDFLAGS
12210 libdir=$save_libdir
2232061b 12211
6bb11ab3 12212fi
2232061b 12213
6bb11ab3 12214 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12215
6bb11ab3
L
12216 # This implies no fast_install, which is unacceptable.
12217 # Some rework will be needed to allow for fast_install
12218 # before this can be enabled.
12219 hardcode_into_libs=yes
2232061b 12220
6bb11ab3
L
12221 # Append ld.so.conf contents to the search path
12222 if test -f /etc/ld.so.conf; then
12223 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' ' '`
12224 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12225 fi
2232061b 12226
6bb11ab3
L
12227 # We used to test for /lib/ld.so.1 and disable shared libraries on
12228 # powerpc, because MkLinux only supported shared libraries with the
12229 # GNU dynamic linker. Since this was broken with cross compilers,
12230 # most powerpc-linux boxes support dynamic linking these days and
12231 # people can always --disable-shared, the test was removed, and we
12232 # assume the GNU/Linux dynamic linker is in use.
12233 dynamic_linker='GNU/Linux ld.so'
12234 ;;
12235
12236netbsd*)
12237 version_type=sunos
12238 need_lib_prefix=no
12239 need_version=no
12240 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12242 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12243 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12244 else
6bb11ab3
L
12245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12246 soname_spec='${libname}${release}${shared_ext}$major'
12247 dynamic_linker='NetBSD ld.elf_so'
12248 fi
12249 shlibpath_var=LD_LIBRARY_PATH
12250 shlibpath_overrides_runpath=yes
12251 hardcode_into_libs=yes
12252 ;;
12253
12254newsos6)
12255 version_type=linux
12256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12257 shlibpath_var=LD_LIBRARY_PATH
12258 shlibpath_overrides_runpath=yes
12259 ;;
12260
12261*nto* | *qnx*)
12262 version_type=qnx
12263 need_lib_prefix=no
12264 need_version=no
12265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12266 soname_spec='${libname}${release}${shared_ext}$major'
12267 shlibpath_var=LD_LIBRARY_PATH
12268 shlibpath_overrides_runpath=no
12269 hardcode_into_libs=yes
12270 dynamic_linker='ldqnx.so'
12271 ;;
12272
12273openbsd*)
12274 version_type=sunos
12275 sys_lib_dlsearch_path_spec="/usr/lib"
12276 need_lib_prefix=no
12277 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12278 case $host_os in
12279 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12280 *) need_version=no ;;
12281 esac
12282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12283 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12284 shlibpath_var=LD_LIBRARY_PATH
12285 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12286 case $host_os in
12287 openbsd2.[89] | openbsd2.[89].*)
12288 shlibpath_overrides_runpath=no
12289 ;;
12290 *)
12291 shlibpath_overrides_runpath=yes
12292 ;;
12293 esac
12294 else
12295 shlibpath_overrides_runpath=yes
12296 fi
12297 ;;
12298
12299os2*)
12300 libname_spec='$name'
12301 shrext_cmds=".dll"
12302 need_lib_prefix=no
12303 library_names_spec='$libname${shared_ext} $libname.a'
12304 dynamic_linker='OS/2 ld.exe'
12305 shlibpath_var=LIBPATH
12306 ;;
12307
12308osf3* | osf4* | osf5*)
12309 version_type=osf
12310 need_lib_prefix=no
12311 need_version=no
12312 soname_spec='${libname}${release}${shared_ext}$major'
12313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12314 shlibpath_var=LD_LIBRARY_PATH
12315 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12316 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12317 ;;
12318
12319rdos*)
12320 dynamic_linker=no
12321 ;;
12322
12323solaris*)
12324 version_type=linux
12325 need_lib_prefix=no
12326 need_version=no
12327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12328 soname_spec='${libname}${release}${shared_ext}$major'
12329 shlibpath_var=LD_LIBRARY_PATH
12330 shlibpath_overrides_runpath=yes
12331 hardcode_into_libs=yes
12332 # ldd complains unless libraries are executable
12333 postinstall_cmds='chmod +x $lib'
12334 ;;
12335
12336sunos4*)
12337 version_type=sunos
12338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12339 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12340 shlibpath_var=LD_LIBRARY_PATH
12341 shlibpath_overrides_runpath=yes
12342 if test "$with_gnu_ld" = yes; then
12343 need_lib_prefix=no
12344 fi
12345 need_version=yes
12346 ;;
12347
12348sysv4 | sysv4.3*)
12349 version_type=linux
12350 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12351 soname_spec='${libname}${release}${shared_ext}$major'
12352 shlibpath_var=LD_LIBRARY_PATH
12353 case $host_vendor in
12354 sni)
12355 shlibpath_overrides_runpath=no
12356 need_lib_prefix=no
12357 runpath_var=LD_RUN_PATH
12358 ;;
12359 siemens)
12360 need_lib_prefix=no
12361 ;;
12362 motorola)
12363 need_lib_prefix=no
12364 need_version=no
12365 shlibpath_overrides_runpath=no
12366 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12367 ;;
12368 esac
12369 ;;
12370
12371sysv4*MP*)
12372 if test -d /usr/nec ;then
12373 version_type=linux
12374 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12375 soname_spec='$libname${shared_ext}.$major'
12376 shlibpath_var=LD_LIBRARY_PATH
2232061b 12377 fi
6bb11ab3
L
12378 ;;
12379
12380sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12381 version_type=freebsd-elf
12382 need_lib_prefix=no
12383 need_version=no
12384 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12385 soname_spec='${libname}${release}${shared_ext}$major'
12386 shlibpath_var=LD_LIBRARY_PATH
12387 shlibpath_overrides_runpath=yes
12388 hardcode_into_libs=yes
12389 if test "$with_gnu_ld" = yes; then
12390 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12391 else
12392 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12393 case $host_os in
12394 sco3.2v5*)
12395 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12396 ;;
12397 esac
12398 fi
12399 sys_lib_dlsearch_path_spec='/usr/lib'
12400 ;;
12401
12402tpf*)
12403 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12404 version_type=linux
12405 need_lib_prefix=no
12406 need_version=no
12407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12408 shlibpath_var=LD_LIBRARY_PATH
12409 shlibpath_overrides_runpath=no
12410 hardcode_into_libs=yes
12411 ;;
12412
12413uts4*)
12414 version_type=linux
12415 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12416 soname_spec='${libname}${release}${shared_ext}$major'
12417 shlibpath_var=LD_LIBRARY_PATH
12418 ;;
12419
12420*)
12421 dynamic_linker=no
12422 ;;
12423esac
12424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12425$as_echo "$dynamic_linker" >&6; }
12426test "$dynamic_linker" = no && can_build_shared=no
12427
12428variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12429if test "$GCC" = yes; then
12430 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12431fi
2232061b 12432
6bb11ab3
L
12433if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12434 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12435fi
12436if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12437 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12438fi
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
2232061b 12465
2232061b 12466
2232061b 12467
2232061b 12468
2232061b
MF
12469
12470
6ffe910a 12471
6ffe910a
MF
12472
12473
12474
12475
12476
2232061b 12477
6ffe910a
MF
12478
12479
12480
12481
6ffe910a 12482
6ffe910a 12483
6ffe910a
MF
12484
12485
6ffe910a 12486
fdd6fa61 12487
fdd6fa61 12488
81ecdfbb 12489
5f3ef9d0 12490
5f3ef9d0
JB
12491
12492
12493
db2e4d67
MF
12494
12495
db2e4d67 12496
db2e4d67 12497
db2e4d67 12498
db2e4d67 12499
db2e4d67 12500
db2e4d67 12501
db2e4d67 12502
db2e4d67
MF
12503
12504
db2e4d67 12505
db2e4d67
MF
12506
12507
db2e4d67 12508
db2e4d67
MF
12509
12510
fdd6fa61 12511
fdd6fa61 12512
fdd6fa61 12513
81ecdfbb 12514
fdd6fa61 12515
fdd6fa61 12516
fdd6fa61 12517
fdd6fa61
AG
12518
12519
12520
12521
12522
12523
12524
12525
fdd6fa61 12526
fdd6fa61 12527
fdd6fa61 12528
fdd6fa61 12529
fdd6fa61 12530
6bb11ab3
L
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12532$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12533hardcode_action=
12534if test -n "$hardcode_libdir_flag_spec" ||
12535 test -n "$runpath_var" ||
12536 test "X$hardcode_automatic" = "Xyes" ; then
fdd6fa61 12537
6bb11ab3
L
12538 # We can hardcode non-existent directories.
12539 if test "$hardcode_direct" != no &&
12540 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12541 # have to relink, otherwise we might link with an installed library
12542 # when we should be linking with a yet-to-be-installed one
12543 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12544 test "$hardcode_minus_L" != no; then
12545 # Linking always hardcodes the temporary library directory.
12546 hardcode_action=relink
12547 else
12548 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12549 hardcode_action=immediate
12550 fi
12551else
12552 # We cannot hardcode anything, or else we can only hardcode existing
12553 # directories.
12554 hardcode_action=unsupported
fdd6fa61 12555fi
6bb11ab3
L
12556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12557$as_echo "$hardcode_action" >&6; }
fdd6fa61 12558
6bb11ab3
L
12559if test "$hardcode_action" = relink ||
12560 test "$inherit_rpath" = yes; then
12561 # Fast installation is not supported
12562 enable_fast_install=no
12563elif test "$shlibpath_overrides_runpath" = yes ||
12564 test "$enable_shared" = no; then
12565 # Fast installation is not necessary
12566 enable_fast_install=needless
12567fi
fdd6fa61 12568
6bb11ab3
L
12569
12570
12571
12572
12573
12574 if test "x$enable_dlopen" != xyes; then
12575 enable_dlopen=unknown
12576 enable_dlopen_self=unknown
12577 enable_dlopen_self_static=unknown
12578else
12579 lt_cv_dlopen=no
12580 lt_cv_dlopen_libs=
12581
12582 case $host_os in
12583 beos*)
12584 lt_cv_dlopen="load_add_on"
12585 lt_cv_dlopen_libs=
12586 lt_cv_dlopen_self=yes
12587 ;;
12588
12589 mingw* | pw32* | cegcc*)
12590 lt_cv_dlopen="LoadLibrary"
12591 lt_cv_dlopen_libs=
12592 ;;
12593
12594 cygwin*)
12595 lt_cv_dlopen="dlopen"
12596 lt_cv_dlopen_libs=
12597 ;;
12598
12599 darwin*)
12600 # if libdl is installed we need to link against it
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12602$as_echo_n "checking for dlopen in -ldl... " >&6; }
12603if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12604 $as_echo_n "(cached) " >&6
12605else
12606 ac_check_lib_save_LIBS=$LIBS
12607LIBS="-ldl $LIBS"
12608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12609/* end confdefs.h. */
12610
12611/* Override any GCC internal prototype to avoid an error.
12612 Use char because int might match the return type of a GCC
12613 builtin and then its argument prototype would still apply. */
12614#ifdef __cplusplus
12615extern "C"
12616#endif
12617char dlopen ();
12618int
12619main ()
12620{
12621return dlopen ();
12622 ;
12623 return 0;
12624}
fdd6fa61 12625_ACEOF
6bb11ab3
L
12626if ac_fn_c_try_link "$LINENO"; then :
12627 ac_cv_lib_dl_dlopen=yes
12628else
12629 ac_cv_lib_dl_dlopen=no
12630fi
12631rm -f core conftest.err conftest.$ac_objext \
12632 conftest$ac_exeext conftest.$ac_ext
12633LIBS=$ac_check_lib_save_LIBS
12634fi
12635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12636$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12637if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12638 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12639else
12640
12641 lt_cv_dlopen="dyld"
12642 lt_cv_dlopen_libs=
12643 lt_cv_dlopen_self=yes
fdd6fa61
AG
12644
12645fi
fdd6fa61 12646
6bb11ab3 12647 ;;
fdd6fa61 12648
6bb11ab3
L
12649 *)
12650 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12651if test "x$ac_cv_func_shl_load" = x""yes; then :
12652 lt_cv_dlopen="shl_load"
12653else
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12655$as_echo_n "checking for shl_load in -ldld... " >&6; }
12656if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12657 $as_echo_n "(cached) " >&6
12658else
12659 ac_check_lib_save_LIBS=$LIBS
12660LIBS="-ldld $LIBS"
12661cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12662/* end confdefs.h. */
12663
12664/* Override any GCC internal prototype to avoid an error.
12665 Use char because int might match the return type of a GCC
12666 builtin and then its argument prototype would still apply. */
12667#ifdef __cplusplus
12668extern "C"
12669#endif
12670char shl_load ();
12671int
12672main ()
12673{
12674return shl_load ();
12675 ;
12676 return 0;
12677}
12678_ACEOF
12679if ac_fn_c_try_link "$LINENO"; then :
12680 ac_cv_lib_dld_shl_load=yes
12681else
12682 ac_cv_lib_dld_shl_load=no
12683fi
12684rm -f core conftest.err conftest.$ac_objext \
12685 conftest$ac_exeext conftest.$ac_ext
12686LIBS=$ac_check_lib_save_LIBS
12687fi
12688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12689$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12690if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12691 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12692else
12693 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12694if test "x$ac_cv_func_dlopen" = x""yes; then :
12695 lt_cv_dlopen="dlopen"
12696else
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12698$as_echo_n "checking for dlopen in -ldl... " >&6; }
12699if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12700 $as_echo_n "(cached) " >&6
fdd6fa61
AG
12701else
12702 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12703LIBS="-ldl $LIBS"
81ecdfbb 12704cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
12705/* end confdefs.h. */
12706
81ecdfbb
RW
12707/* Override any GCC internal prototype to avoid an error.
12708 Use char because int might match the return type of a GCC
12709 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
12710#ifdef __cplusplus
12711extern "C"
12712#endif
6bb11ab3 12713char dlopen ();
fdd6fa61
AG
12714int
12715main ()
12716{
6bb11ab3 12717return dlopen ();
fdd6fa61
AG
12718 ;
12719 return 0;
12720}
12721_ACEOF
81ecdfbb 12722if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12723 ac_cv_lib_dl_dlopen=yes
fdd6fa61 12724else
6bb11ab3 12725 ac_cv_lib_dl_dlopen=no
fdd6fa61 12726fi
81ecdfbb
RW
12727rm -f core conftest.err conftest.$ac_objext \
12728 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
12729LIBS=$ac_check_lib_save_LIBS
12730fi
6bb11ab3
L
12731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12732$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12733if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12734 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12735else
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12737$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12738if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12739 $as_echo_n "(cached) " >&6
fdd6fa61
AG
12740else
12741 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12742LIBS="-lsvld $LIBS"
81ecdfbb 12743cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
12744/* end confdefs.h. */
12745
81ecdfbb
RW
12746/* Override any GCC internal prototype to avoid an error.
12747 Use char because int might match the return type of a GCC
12748 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
12749#ifdef __cplusplus
12750extern "C"
12751#endif
6bb11ab3 12752char dlopen ();
fdd6fa61
AG
12753int
12754main ()
12755{
6bb11ab3 12756return dlopen ();
fdd6fa61
AG
12757 ;
12758 return 0;
12759}
12760_ACEOF
81ecdfbb 12761if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12762 ac_cv_lib_svld_dlopen=yes
fdd6fa61 12763else
6bb11ab3 12764 ac_cv_lib_svld_dlopen=no
fdd6fa61 12765fi
81ecdfbb
RW
12766rm -f core conftest.err conftest.$ac_objext \
12767 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
12768LIBS=$ac_check_lib_save_LIBS
12769fi
6bb11ab3
L
12770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12771$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12772if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12773 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12774else
6bb11ab3
L
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12776$as_echo_n "checking for dld_link in -ldld... " >&6; }
12777if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12778 $as_echo_n "(cached) " >&6
d6416cdc 12779else
6bb11ab3
L
12780 ac_check_lib_save_LIBS=$LIBS
12781LIBS="-ldld $LIBS"
81ecdfbb 12782cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d6416cdc
RW
12783/* end confdefs.h. */
12784
81ecdfbb
RW
12785/* Override any GCC internal prototype to avoid an error.
12786 Use char because int might match the return type of a GCC
d6416cdc 12787 builtin and then its argument prototype would still apply. */
d6416cdc
RW
12788#ifdef __cplusplus
12789extern "C"
12790#endif
6bb11ab3 12791char dld_link ();
d6416cdc 12792int
81ecdfbb
RW
12793main ()
12794{
6bb11ab3 12795return dld_link ();
81ecdfbb
RW
12796 ;
12797 return 0;
12798}
d6416cdc 12799_ACEOF
6bb11ab3
L
12800if ac_fn_c_try_link "$LINENO"; then :
12801 ac_cv_lib_dld_dld_link=yes
12802else
12803 ac_cv_lib_dld_dld_link=no
12804fi
12805rm -f core conftest.err conftest.$ac_objext \
12806 conftest$ac_exeext conftest.$ac_ext
12807LIBS=$ac_check_lib_save_LIBS
12808fi
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12810$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12811if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12812 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12813fi
12814
12815
12816fi
12817
12818
12819fi
12820
12821
12822fi
12823
12824
12825fi
12826
12827
12828fi
12829
12830 ;;
12831 esac
12832
12833 if test "x$lt_cv_dlopen" != xno; then
12834 enable_dlopen=yes
d6416cdc 12835 else
6bb11ab3
L
12836 enable_dlopen=no
12837 fi
12838
12839 case $lt_cv_dlopen in
12840 dlopen)
12841 save_CPPFLAGS="$CPPFLAGS"
12842 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12843
12844 save_LDFLAGS="$LDFLAGS"
12845 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12846
12847 save_LIBS="$LIBS"
12848 LIBS="$lt_cv_dlopen_libs $LIBS"
12849
12850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12851$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12852if test "${lt_cv_dlopen_self+set}" = set; then :
12853 $as_echo_n "(cached) " >&6
12854else
12855 if test "$cross_compiling" = yes; then :
12856 lt_cv_dlopen_self=cross
12857else
12858 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12859 lt_status=$lt_dlunknown
12860 cat > conftest.$ac_ext <<_LT_EOF
22be3fbe 12861#line 12861 "configure"
6bb11ab3
L
12862#include "confdefs.h"
12863
12864#if HAVE_DLFCN_H
12865#include <dlfcn.h>
12866#endif
12867
12868#include <stdio.h>
12869
12870#ifdef RTLD_GLOBAL
12871# define LT_DLGLOBAL RTLD_GLOBAL
12872#else
12873# ifdef DL_GLOBAL
12874# define LT_DLGLOBAL DL_GLOBAL
12875# else
12876# define LT_DLGLOBAL 0
12877# endif
12878#endif
12879
12880/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12881 find out it does not work in some platform. */
12882#ifndef LT_DLLAZY_OR_NOW
12883# ifdef RTLD_LAZY
12884# define LT_DLLAZY_OR_NOW RTLD_LAZY
12885# else
12886# ifdef DL_LAZY
12887# define LT_DLLAZY_OR_NOW DL_LAZY
12888# else
12889# ifdef RTLD_NOW
12890# define LT_DLLAZY_OR_NOW RTLD_NOW
12891# else
12892# ifdef DL_NOW
12893# define LT_DLLAZY_OR_NOW DL_NOW
12894# else
12895# define LT_DLLAZY_OR_NOW 0
12896# endif
12897# endif
12898# endif
12899# endif
12900#endif
12901
12902/* When -fvisbility=hidden is used, assume the code has been annotated
12903 correspondingly for the symbols needed. */
12904#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12905void fnord () __attribute__((visibility("default")));
12906#endif
12907
12908void fnord () { int i=42; }
12909int main ()
12910{
12911 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12912 int status = $lt_dlunknown;
12913
12914 if (self)
12915 {
12916 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12917 else
12918 {
12919 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12920 else puts (dlerror ());
12921 }
12922 /* dlclose (self); */
12923 }
12924 else
12925 puts (dlerror ());
12926
12927 return status;
12928}
12929_LT_EOF
12930 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12931 (eval $ac_link) 2>&5
12932 ac_status=$?
12933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12934 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12935 (./conftest; exit; ) >&5 2>/dev/null
12936 lt_status=$?
12937 case x$lt_status in
12938 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12939 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12940 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12941 esac
12942 else :
12943 # compilation failed
12944 lt_cv_dlopen_self=no
d6416cdc 12945 fi
d6416cdc 12946fi
6bb11ab3
L
12947rm -fr conftest*
12948
12949
d6416cdc 12950fi
6bb11ab3
L
12951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12952$as_echo "$lt_cv_dlopen_self" >&6; }
d6416cdc 12953
6bb11ab3
L
12954 if test "x$lt_cv_dlopen_self" = xyes; then
12955 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12957$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12958if test "${lt_cv_dlopen_self_static+set}" = set; then :
12959 $as_echo_n "(cached) " >&6
d6416cdc 12960else
6bb11ab3
L
12961 if test "$cross_compiling" = yes; then :
12962 lt_cv_dlopen_self_static=cross
12963else
12964 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12965 lt_status=$lt_dlunknown
12966 cat > conftest.$ac_ext <<_LT_EOF
22be3fbe 12967#line 12967 "configure"
6bb11ab3
L
12968#include "confdefs.h"
12969
12970#if HAVE_DLFCN_H
12971#include <dlfcn.h>
12972#endif
12973
12974#include <stdio.h>
12975
12976#ifdef RTLD_GLOBAL
12977# define LT_DLGLOBAL RTLD_GLOBAL
12978#else
12979# ifdef DL_GLOBAL
12980# define LT_DLGLOBAL DL_GLOBAL
12981# else
12982# define LT_DLGLOBAL 0
12983# endif
12984#endif
12985
12986/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12987 find out it does not work in some platform. */
12988#ifndef LT_DLLAZY_OR_NOW
12989# ifdef RTLD_LAZY
12990# define LT_DLLAZY_OR_NOW RTLD_LAZY
12991# else
12992# ifdef DL_LAZY
12993# define LT_DLLAZY_OR_NOW DL_LAZY
12994# else
12995# ifdef RTLD_NOW
12996# define LT_DLLAZY_OR_NOW RTLD_NOW
12997# else
12998# ifdef DL_NOW
12999# define LT_DLLAZY_OR_NOW DL_NOW
13000# else
13001# define LT_DLLAZY_OR_NOW 0
13002# endif
13003# endif
13004# endif
13005# endif
13006#endif
13007
13008/* When -fvisbility=hidden is used, assume the code has been annotated
13009 correspondingly for the symbols needed. */
13010#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13011void fnord () __attribute__((visibility("default")));
13012#endif
13013
13014void fnord () { int i=42; }
13015int main ()
13016{
13017 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13018 int status = $lt_dlunknown;
13019
13020 if (self)
13021 {
13022 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13023 else
13024 {
13025 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13026 else puts (dlerror ());
13027 }
13028 /* dlclose (self); */
13029 }
13030 else
13031 puts (dlerror ());
13032
13033 return status;
13034}
13035_LT_EOF
13036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13037 (eval $ac_link) 2>&5
13038 ac_status=$?
13039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13040 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13041 (./conftest; exit; ) >&5 2>/dev/null
13042 lt_status=$?
13043 case x$lt_status in
13044 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13045 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13046 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13047 esac
13048 else :
13049 # compilation failed
13050 lt_cv_dlopen_self_static=no
13051 fi
d6416cdc 13052fi
6bb11ab3
L
13053rm -fr conftest*
13054
13055
d6416cdc 13056fi
6bb11ab3
L
13057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13058$as_echo "$lt_cv_dlopen_self_static" >&6; }
13059 fi
13060
13061 CPPFLAGS="$save_CPPFLAGS"
13062 LDFLAGS="$save_LDFLAGS"
13063 LIBS="$save_LIBS"
13064 ;;
13065 esac
13066
13067 case $lt_cv_dlopen_self in
13068 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13069 *) enable_dlopen_self=unknown ;;
13070 esac
13071
13072 case $lt_cv_dlopen_self_static in
13073 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13074 *) enable_dlopen_self_static=unknown ;;
13075 esac
13076fi
13077
13078
13079
13080
13081
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094striplib=
13095old_striplib=
13096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13097$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13098if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13099 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13100 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13102$as_echo "yes" >&6; }
13103else
13104# FIXME - insert some real tests, host_os isn't really good enough
13105 case $host_os in
13106 darwin*)
13107 if test -n "$STRIP" ; then
13108 striplib="$STRIP -x"
13109 old_striplib="$STRIP -S"
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13111$as_echo "yes" >&6; }
13112 else
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13114$as_echo "no" >&6; }
13115 fi
13116 ;;
13117 *)
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119$as_echo "no" >&6; }
13120 ;;
13121 esac
13122fi
13123
13124
13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
13135 # Report which library types will actually be built
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13137$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13139$as_echo "$can_build_shared" >&6; }
13140
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13142$as_echo_n "checking whether to build shared libraries... " >&6; }
13143 test "$can_build_shared" = "no" && enable_shared=no
13144
13145 # On AIX, shared libraries and static libraries use the same namespace, and
13146 # are all built from PIC.
13147 case $host_os in
13148 aix3*)
13149 test "$enable_shared" = yes && enable_static=no
13150 if test -n "$RANLIB"; then
13151 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13152 postinstall_cmds='$RANLIB $lib'
13153 fi
13154 ;;
13155
13156 aix[4-9]*)
13157 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13158 test "$enable_shared" = yes && enable_static=no
13159 fi
13160 ;;
13161 esac
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13163$as_echo "$enable_shared" >&6; }
13164
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13166$as_echo_n "checking whether to build static libraries... " >&6; }
13167 # Make sure either enable_shared or enable_static is yes.
13168 test "$enable_shared" = yes || enable_static=yes
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13170$as_echo "$enable_static" >&6; }
13171
13172
13173
13174
13175fi
13176ac_ext=c
13177ac_cpp='$CPP $CPPFLAGS'
13178ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13179ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13180ac_compiler_gnu=$ac_cv_c_compiler_gnu
13181
13182CC="$lt_save_CC"
13183
13184
13185
13186
13187
13188
13189
13190
13191
d6416cdc 13192
d6416cdc 13193
d6416cdc 13194
d6416cdc 13195
6bb11ab3
L
13196 ac_config_commands="$ac_config_commands libtool"
13197
13198
13199
13200
13201# Only expand once:
13202
13203
5912fadd 13204
d6416cdc 13205
fdd6fa61
AG
13206. ${srcdir}/../../bfd/configure.host
13207
13208
13209
31e6ad7d
MF
13210
13211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13212$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13213 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13214if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13215 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13216else
13217 USE_MAINTAINER_MODE=no
fdd6fa61 13218fi
31e6ad7d
MF
13219
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13221$as_echo "$USE_MAINTAINER_MODE" >&6; }
13222 if test $USE_MAINTAINER_MODE = yes; then
13223 MAINTAINER_MODE_TRUE=
13224 MAINTAINER_MODE_FALSE='#'
fdd6fa61 13225else
31e6ad7d
MF
13226 MAINTAINER_MODE_TRUE='#'
13227 MAINTAINER_MODE_FALSE=
81ecdfbb 13228fi
fdd6fa61 13229
31e6ad7d
MF
13230 MAINT=$MAINTAINER_MODE_TRUE
13231
13232
fdd6fa61 13233
81ecdfbb 13234
81ecdfbb
RW
13235# Check whether --enable-sim-debug was given.
13236if test "${enable_sim_debug+set}" = set; then :
13237 enableval=$enable_sim_debug; case "${enableval}" in
fdd6fa61
AG
13238 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13239 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13240 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13241esac
13242if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13243 echo "Setting sim debug = $sim_debug" 6>&1
13244fi
13245else
13246 sim_debug=""
81ecdfbb 13247fi
fdd6fa61
AG
13248
13249
81ecdfbb
RW
13250
13251# Check whether --enable-sim-stdio was given.
13252if test "${enable_sim_stdio+set}" = set; then :
13253 enableval=$enable_sim_stdio; case "${enableval}" in
fdd6fa61
AG
13254 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13255 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 13256 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
fdd6fa61
AG
13257esac
13258if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13259 echo "Setting stdio flags = $sim_stdio" 6>&1
13260fi
13261else
13262 sim_stdio=""
81ecdfbb 13263fi
fdd6fa61
AG
13264
13265
81ecdfbb
RW
13266
13267# Check whether --enable-sim-trace was given.
13268if test "${enable_sim_trace+set}" = set; then :
13269 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
13270 yes) sim_trace="-DWITH_TRACE=-1";;
13271 no) sim_trace="-DWITH_TRACE=0";;
fdd6fa61 13272 [-0-9]*)
a3487082 13273 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 13274 [[:lower:]]*)
fdd6fa61
AG
13275 sim_trace=""
13276 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13277 if test x"$sim_trace" = x; then
13278 sim_trace="-DWITH_TRACE='(TRACE_$x"
13279 else
13280 sim_trace="${sim_trace}|TRACE_$x"
13281 fi
13282 done
13283 sim_trace="$sim_trace)'" ;;
13284esac
13285if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13286 echo "Setting sim trace = $sim_trace" 6>&1
13287fi
13288else
13289 sim_trace=""
81ecdfbb 13290fi
fdd6fa61
AG
13291
13292
81ecdfbb
RW
13293
13294# Check whether --enable-sim-profile was given.
13295if test "${enable_sim_profile+set}" = set; then :
13296 enableval=$enable_sim_profile; case "${enableval}" in
fdd6fa61
AG
13297 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13298 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13299 [-0-9]*)
13300 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13301 [a-z]*)
13302 sim_profile=""
13303 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13304 if test x"$sim_profile" = x; then
13305 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13306 else
13307 sim_profile="${sim_profile}|PROFILE_$x"
13308 fi
13309 done
13310 sim_profile="$sim_profile)'" ;;
13311esac
13312if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13313 echo "Setting sim profile = $sim_profile" 6>&1
13314fi
13315else
13316 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 13317fi
fdd6fa61
AG
13318
13319
d6416cdc 13320
81ecdfbb
RW
13321
13322# Check whether --with-pkgversion was given.
13323if test "${with_pkgversion+set}" = set; then :
13324 withval=$with_pkgversion; case "$withval" in
13325 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
d6416cdc
RW
13326 no) PKGVERSION= ;;
13327 *) PKGVERSION="($withval) " ;;
13328 esac
13329else
bf12d44e 13330 PKGVERSION="(SIM) "
d6416cdc 13331
81ecdfbb
RW
13332fi
13333
d6416cdc
RW
13334
13335
13336
13337
81ecdfbb
RW
13338# Check whether --with-bugurl was given.
13339if test "${with_bugurl+set}" = set; then :
13340 withval=$with_bugurl; case "$withval" in
13341 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
d6416cdc
RW
13342 no) BUGURL=
13343 ;;
13344 *) BUGURL="$withval"
13345 ;;
13346 esac
13347else
13348 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13349
81ecdfbb
RW
13350fi
13351
d6416cdc
RW
13352 case ${BUGURL} in
13353 "")
13354 REPORT_BUGS_TO=
13355 REPORT_BUGS_TEXI=
13356 ;;
13357 *)
13358 REPORT_BUGS_TO="<$BUGURL>"
13359 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13360 ;;
13361 esac;
13362
13363
13364
13365
13366cat >>confdefs.h <<_ACEOF
13367#define PKGVERSION "$PKGVERSION"
13368_ACEOF
13369
13370
13371cat >>confdefs.h <<_ACEOF
13372#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13373_ACEOF
13374
13375
81ecdfbb
RW
13376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13377$as_echo_n "checking return type of signal handlers... " >&6; }
13378if test "${ac_cv_type_signal+set}" = set; then :
13379 $as_echo_n "(cached) " >&6
fdd6fa61 13380else
81ecdfbb 13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
13382/* end confdefs.h. */
13383#include <sys/types.h>
13384#include <signal.h>
fdd6fa61
AG
13385
13386int
13387main ()
13388{
81ecdfbb 13389return *(signal (0, 0)) (0) == 1;
fdd6fa61
AG
13390 ;
13391 return 0;
13392}
13393_ACEOF
81ecdfbb
RW
13394if ac_fn_c_try_compile "$LINENO"; then :
13395 ac_cv_type_signal=int
fdd6fa61 13396else
81ecdfbb 13397 ac_cv_type_signal=void
fdd6fa61 13398fi
81ecdfbb 13399rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fdd6fa61 13400fi
81ecdfbb
RW
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13402$as_echo "$ac_cv_type_signal" >&6; }
fdd6fa61
AG
13403
13404cat >>confdefs.h <<_ACEOF
13405#define RETSIGTYPE $ac_cv_type_signal
13406_ACEOF
13407
13408
13409
13410
13411
13412sim_link_files=
13413sim_link_links=
13414
fdd6fa61
AG
13415# targ-vals.def points to the libc macro description file.
13416case "${target}" in
13417*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13418esac
13419sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13420sim_link_links="${sim_link_links} targ-vals.def"
13421
13422
5c27d164 13423
6ffe910a
MF
13424if test -n "$ac_tool_prefix"; then
13425 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
13426set dummy ${ac_tool_prefix}dtc; ac_word=$2
13427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13428$as_echo_n "checking for $ac_word... " >&6; }
13429if test "${ac_cv_prog_DTC+set}" = set; then :
13430 $as_echo_n "(cached) " >&6
13431else
13432 if test -n "$DTC"; then
13433 ac_cv_prog_DTC="$DTC" # Let the user override the test.
13434else
13435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13436for as_dir in $PATH
13437do
13438 IFS=$as_save_IFS
13439 test -z "$as_dir" && as_dir=.
13440 for ac_exec_ext in '' $ac_executable_extensions; do
13441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13442 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
13443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13444 break 2
13445 fi
13446done
13447 done
13448IFS=$as_save_IFS
13449
13450fi
13451fi
13452DTC=$ac_cv_prog_DTC
13453if test -n "$DTC"; then
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
13455$as_echo "$DTC" >&6; }
13456else
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13458$as_echo "no" >&6; }
13459fi
13460
13461
13462fi
13463if test -z "$ac_cv_prog_DTC"; then
13464 ac_ct_DTC=$DTC
13465 # Extract the first word of "dtc", so it can be a program name with args.
13466set dummy dtc; ac_word=$2
13467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13468$as_echo_n "checking for $ac_word... " >&6; }
13469if test "${ac_cv_prog_ac_ct_DTC+set}" = set; then :
13470 $as_echo_n "(cached) " >&6
13471else
13472 if test -n "$ac_ct_DTC"; then
13473 ac_cv_prog_ac_ct_DTC="$ac_ct_DTC" # Let the user override the test.
13474else
13475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13476for as_dir in $PATH
13477do
13478 IFS=$as_save_IFS
13479 test -z "$as_dir" && as_dir=.
13480 for ac_exec_ext in '' $ac_executable_extensions; do
13481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13482 ac_cv_prog_ac_ct_DTC="dtc"
13483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13484 break 2
13485 fi
13486done
13487 done
13488IFS=$as_save_IFS
13489
13490fi
13491fi
13492ac_ct_DTC=$ac_cv_prog_ac_ct_DTC
13493if test -n "$ac_ct_DTC"; then
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DTC" >&5
13495$as_echo "$ac_ct_DTC" >&6; }
13496else
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13498$as_echo "no" >&6; }
13499fi
13500
13501 if test "x$ac_ct_DTC" = x; then
13502 DTC=""
13503 else
13504 case $cross_compiling:$ac_tool_warned in
13505yes:)
13506{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13507$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13508ac_tool_warned=yes ;;
13509esac
13510 DTC=$ac_ct_DTC
13511 fi
13512else
13513 DTC="$ac_cv_prog_DTC"
13514fi
13515
13516
13517
1ac72f06 13518wire_endian="BIG"
5c27d164
AG
13519default_endian=""
13520# Check whether --enable-sim-endian was given.
13521if test "${enable_sim_endian+set}" = set; then :
13522 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13523 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13524 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
5c27d164 13525 yes) if test x"$wire_endian" != x; then
1ac72f06 13526 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164 13527 else
1ac72f06
MF
13528 if test x"$default_endian" != x; then
13529 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
13530 else
13531 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13532 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
13533 fi
13534 fi;;
13535 no) if test x"$default_endian" != x; then
1ac72f06 13536 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
13537 else
13538 if test x"$wire_endian" != x; then
1ac72f06 13539 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
13540 else
13541 echo "No default endian for target $target" 1>&6
1ac72f06 13542 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
13543 fi
13544 fi;;
13545 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13546esac
13547if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13548 echo "Setting endian flags = $sim_endian" 6>&1
13549fi
13550else
13551 if test x"$default_endian" != x; then
1ac72f06 13552 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
13553else
13554 if test x"$wire_endian" != x; then
1ac72f06 13555 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
13556 else
13557 sim_endian=
13558 fi
13559fi
13560fi
13561
13562wire_alignment="STRICT_ALIGNMENT"
13563default_alignment=""
13564
13565# Check whether --enable-sim-alignment was given.
13566if test "${enable_sim_alignment+set}" = set; then :
13567 enableval=$enable_sim_alignment; case "${enableval}" in
13568 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13569 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13570 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13571 yes) if test x"$wire_alignment" != x; then
13572 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13573 else
13574 if test x"$default_alignment" != x; then
13575 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13576 else
13577 echo "No hard-wired alignment for target $target" 1>&6
13578 sim_alignment="-DWITH_ALIGNMENT=0"
13579 fi
13580 fi;;
13581 no) if test x"$default_alignment" != x; then
13582 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13583 else
13584 if test x"$wire_alignment" != x; then
13585 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13586 else
13587 echo "No default alignment for target $target" 1>&6
13588 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13589 fi
13590 fi;;
13591 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13592esac
13593if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13594 echo "Setting alignment flags = $sim_alignment" 6>&1
13595fi
13596else
13597 if test x"$default_alignment" != x; then
13598 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13599else
13600 if test x"$wire_alignment" != x; then
13601 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13602 else
13603 sim_alignment=
13604 fi
13605fi
13606fi
13607
13608
5c27d164
AG
13609# Check whether --enable-sim-environment was given.
13610if test "${enable_sim_environment+set}" = set; then :
13611 enableval=$enable_sim_environment; case "${enableval}" in
13612 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13613 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13614 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13615 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13616 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13617 sim_environment="";;
13618esac
13619if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13620 echo "Setting sim environment = $sim_environment" 6>&1
13621fi
13622else
13623 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13624fi
13625
13626
13627default_sim_inline=""
13628# Check whether --enable-sim-inline was given.
13629if test "${enable_sim_inline+set}" = set; then :
13630 enableval=$enable_sim_inline; sim_inline=""
13631case "$enableval" in
13632 no) sim_inline="-DDEFAULT_INLINE=0";;
13633 0) sim_inline="-DDEFAULT_INLINE=0";;
13634 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13635 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13636 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13637 new_flag=""
13638 case "$x" in
13639 *_INLINE=*) new_flag="-D$x";;
13640 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13641 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13642 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13643 esac
13644 if test x"$sim_inline" = x""; then
13645 sim_inline="$new_flag"
13646 else
13647 sim_inline="$sim_inline $new_flag"
13648 fi
13649 done;;
13650esac
13651if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13652 echo "Setting inline flags = $sim_inline" 6>&1
13653fi
13654else
13655
13656if test "x$cross_compiling" = "xno"; then
13657 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13658 sim_inline="${default_sim_inline}"
13659 if test x"$silent" != x"yes"; then
13660 echo "Setting inline flags = $sim_inline" 6>&1
13661 fi
13662 else
13663 sim_inline=""
13664 fi
13665else
13666 sim_inline="-DDEFAULT_INLINE=0"
13667fi
13668fi
13669
13670
cc8ab1de
MF
13671# Check whether --enable-werror was given.
13672if test "${enable_werror+set}" = set; then :
13673 enableval=$enable_werror; case "${enableval}" in
13674 yes | y) ERROR_ON_WARNING="yes" ;;
13675 no | n) ERROR_ON_WARNING="no" ;;
13676 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13677 esac
13678fi
13679
13680
13681# Enable -Werror by default when using gcc
13682if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13683 ERROR_ON_WARNING=yes
13684fi
13685
13686WERROR_CFLAGS=""
13687if test "${ERROR_ON_WARNING}" = yes ; then
13688# NOTE: Disabled in the sim dir due to most sims generating warnings.
13689# WERROR_CFLAGS="-Werror"
13690 true
13691fi
13692
13693build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13694-Wpointer-sign \
13695-Wno-unused -Wunused-value -Wunused-function \
13696-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13697-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13698-Wold-style-declaration -Wold-style-definition"
13699
13700# Enable -Wno-format by default when using gcc on mingw since many
13701# GCC versions complain about %I64.
13702case "${host}" in
13703 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13704 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13705esac
13706
13707# Check whether --enable-build-warnings was given.
13708if test "${enable_build_warnings+set}" = set; then :
13709 enableval=$enable_build_warnings; case "${enableval}" in
13710 yes) ;;
13711 no) build_warnings="-w";;
13712 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13713 build_warnings="${build_warnings} ${t}";;
13714 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13715 build_warnings="${t} ${build_warnings}";;
13716 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13717esac
13718if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13719 echo "Setting compiler warning flags = $build_warnings" 6>&1
13720fi
13721fi
13722# Check whether --enable-sim-build-warnings was given.
13723if test "${enable_sim_build_warnings+set}" = set; then :
13724 enableval=$enable_sim_build_warnings; case "${enableval}" in
13725 yes) ;;
13726 no) build_warnings="-w";;
13727 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13728 build_warnings="${build_warnings} ${t}";;
13729 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13730 build_warnings="${t} ${build_warnings}";;
13731 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13732esac
13733if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13734 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13735fi
13736fi
13737WARN_CFLAGS=""
13738if test "x${build_warnings}" != x -a "x$GCC" = xyes
13739then
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13741$as_echo_n "checking compiler warning flags... " >&6; }
13742 # Separate out the -Werror flag as some files just cannot be
13743 # compiled with it enabled.
13744 for w in ${build_warnings}; do
13745 case $w in
13746 -Werr*) WERROR_CFLAGS=-Werror ;;
13747 *) # Check that GCC accepts it
13748 saved_CFLAGS="$CFLAGS"
13749 CFLAGS="$CFLAGS $w"
13750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13751/* end confdefs.h. */
13752
13753int
13754main ()
13755{
13756
13757 ;
13758 return 0;
13759}
13760_ACEOF
13761if ac_fn_c_try_compile "$LINENO"; then :
13762 WARN_CFLAGS="${WARN_CFLAGS} $w"
13763fi
13764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13765 CFLAGS="$saved_CFLAGS"
13766 esac
13767 done
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13769$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13770fi
13771
13772
fdd6fa61
AG
13773
13774ac_sources="$sim_link_files"
13775ac_dests="$sim_link_links"
13776while test -n "$ac_sources"; do
13777 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13778 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13779 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13780done
81ecdfbb 13781ac_config_links="$ac_config_links $ac_config_links_1"
fdd6fa61
AG
13782
13783cgen_breaks=""
13784if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13785cgen_breaks="break cgen_rtx_error";
13786fi
13787
81ecdfbb 13788ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fdd6fa61 13789
81ecdfbb 13790ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fdd6fa61 13791
81ecdfbb 13792ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fdd6fa61 13793
81ecdfbb 13794ac_config_commands="$ac_config_commands Makefile"
fdd6fa61 13795
81ecdfbb 13796ac_config_commands="$ac_config_commands stamp-h"
fdd6fa61
AG
13797
13798cat >confcache <<\_ACEOF
13799# This file is a shell script that caches the results of configure
13800# tests run on this system so they can be shared between configure
13801# scripts and configure runs, see configure's option --config-cache.
13802# It is not useful on other systems. If it contains results you don't
13803# want to keep, you may remove or edit it.
13804#
13805# config.status only pays attention to the cache file if you give it
13806# the --recheck option to rerun configure.
13807#
13808# `ac_cv_env_foo' variables (set or unset) will be overridden when
13809# loading this file, other *unset* `ac_cv_foo' will be assigned the
13810# following values.
13811
13812_ACEOF
13813
13814# The following way of writing the cache mishandles newlines in values,
13815# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13816# So, we kill variables containing newlines.
fdd6fa61
AG
13817# Ultrix sh set writes to stderr and can't be redirected directly,
13818# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13819(
13820 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13821 eval ac_val=\$$ac_var
13822 case $ac_val in #(
13823 *${as_nl}*)
13824 case $ac_var in #(
13825 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13826$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13827 esac
13828 case $ac_var in #(
13829 _ | IFS | as_nl) ;; #(
13830 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13831 *) { eval $ac_var=; unset $ac_var;} ;;
13832 esac ;;
13833 esac
13834 done
13835
fdd6fa61 13836 (set) 2>&1 |
81ecdfbb
RW
13837 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13838 *${as_nl}ac_space=\ *)
13839 # `set' does not quote correctly, so add quotes: double-quote
13840 # substitution turns \\\\ into \\, and sed turns \\ into \.
fdd6fa61
AG
13841 sed -n \
13842 "s/'/'\\\\''/g;
13843 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13844 ;; #(
fdd6fa61
AG
13845 *)
13846 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13847 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 13848 ;;
81ecdfbb
RW
13849 esac |
13850 sort
13851) |
fdd6fa61 13852 sed '
81ecdfbb 13853 /^ac_cv_env_/b end
fdd6fa61 13854 t clear
81ecdfbb 13855 :clear
fdd6fa61
AG
13856 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13857 t end
81ecdfbb
RW
13858 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13859 :end' >>confcache
13860if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13861 if test -w "$cache_file"; then
13862 test "x$cache_file" != "x/dev/null" &&
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13864$as_echo "$as_me: updating cache $cache_file" >&6;}
fdd6fa61
AG
13865 cat confcache >$cache_file
13866 else
81ecdfbb
RW
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13868$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fdd6fa61
AG
13869 fi
13870fi
13871rm -f confcache
13872
13873test "x$prefix" = xNONE && prefix=$ac_default_prefix
13874# Let make expand exec_prefix.
13875test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13876
fdd6fa61
AG
13877DEFS=-DHAVE_CONFIG_H
13878
13879ac_libobjs=
13880ac_ltlibobjs=
13881for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13882 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13883 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13884 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13885 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13886 # will be set to the directory where LIBOBJS objects are built.
13887 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13888 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fdd6fa61
AG
13889done
13890LIBOBJS=$ac_libobjs
13891
13892LTLIBOBJS=$ac_ltlibobjs
13893
13894
0cb8d851 13895
db2e4d67
MF
13896if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13897 as_fn_error "conditional \"GMAKE\" was never defined.
13898Usually this means the macro was only invoked conditionally." "$LINENO" 5
13899fi
6bb11ab3
L
13900if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13901 as_fn_error "conditional \"PLUGINS\" was never defined.
13902Usually this means the macro was only invoked conditionally." "$LINENO" 5
13903fi
31e6ad7d
MF
13904if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13905 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13906Usually this means the macro was only invoked conditionally." "$LINENO" 5
13907fi
fdd6fa61
AG
13908
13909: ${CONFIG_STATUS=./config.status}
81ecdfbb 13910ac_write_fail=0
fdd6fa61
AG
13911ac_clean_files_save=$ac_clean_files
13912ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13913{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13914$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13915as_write_fail=0
13916cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fdd6fa61
AG
13917#! $SHELL
13918# Generated by $as_me.
13919# Run this file to recreate the current configuration.
13920# Compiler output produced by configure, useful for debugging
13921# configure, is in config.log if it exists.
13922
13923debug=false
13924ac_cs_recheck=false
13925ac_cs_silent=false
fdd6fa61 13926
81ecdfbb
RW
13927SHELL=\${CONFIG_SHELL-$SHELL}
13928export SHELL
13929_ASEOF
13930cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13931## -------------------- ##
13932## M4sh Initialization. ##
13933## -------------------- ##
13934
13935# Be more Bourne compatible
13936DUALCASE=1; export DUALCASE # for MKS sh
13937if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fdd6fa61
AG
13938 emulate sh
13939 NULLCMD=:
81ecdfbb 13940 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
13941 # is contrary to our usage. Disable this feature.
13942 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13943 setopt NO_GLOB_SUBST
13944else
13945 case `(set -o) 2>/dev/null` in #(
13946 *posix*) :
13947 set -o posix ;; #(
13948 *) :
13949 ;;
13950esac
fdd6fa61 13951fi
fdd6fa61 13952
81ecdfbb
RW
13953
13954as_nl='
13955'
13956export as_nl
13957# Printing a long string crashes Solaris 7 /usr/bin/printf.
13958as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13959as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13960as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13961# Prefer a ksh shell builtin over an external printf program on Solaris,
13962# but without wasting forks for bash or zsh.
13963if test -z "$BASH_VERSION$ZSH_VERSION" \
13964 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13965 as_echo='print -r --'
13966 as_echo_n='print -rn --'
13967elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13968 as_echo='printf %s\n'
13969 as_echo_n='printf %s'
13970else
13971 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13972 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13973 as_echo_n='/usr/ucb/echo -n'
13974 else
13975 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13976 as_echo_n_body='eval
13977 arg=$1;
13978 case $arg in #(
13979 *"$as_nl"*)
13980 expr "X$arg" : "X\\(.*\\)$as_nl";
13981 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13982 esac;
13983 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13984 '
13985 export as_echo_n_body
13986 as_echo_n='sh -c $as_echo_n_body as_echo'
13987 fi
13988 export as_echo_body
13989 as_echo='sh -c $as_echo_body as_echo'
13990fi
13991
13992# The user is always right.
13993if test "${PATH_SEPARATOR+set}" != set; then
13994 PATH_SEPARATOR=:
13995 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13996 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13997 PATH_SEPARATOR=';'
13998 }
fdd6fa61
AG
13999fi
14000
14001
81ecdfbb
RW
14002# IFS
14003# We need space, tab and new line, in precisely that order. Quoting is
14004# there to prevent editors from complaining about space-tab.
14005# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14006# splitting by setting IFS to empty value.)
14007IFS=" "" $as_nl"
14008
14009# Find who we are. Look in the path if we contain no directory separator.
14010case $0 in #((
14011 *[\\/]* ) as_myself=$0 ;;
14012 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14013for as_dir in $PATH
14014do
14015 IFS=$as_save_IFS
14016 test -z "$as_dir" && as_dir=.
14017 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14018 done
14019IFS=$as_save_IFS
14020
14021 ;;
14022esac
14023# We did not find ourselves, most probably we were run as `sh COMMAND'
14024# in which case we are not to be found in the path.
14025if test "x$as_myself" = x; then
14026 as_myself=$0
14027fi
14028if test ! -f "$as_myself"; then
14029 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14030 exit 1
14031fi
14032
14033# Unset variables that we do not need and which cause bugs (e.g. in
14034# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14035# suppresses any "Segmentation fault" message there. '((' could
14036# trigger a bug in pdksh 5.2.14.
14037for as_var in BASH_ENV ENV MAIL MAILPATH
14038do eval test x\${$as_var+set} = xset \
14039 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14040done
fdd6fa61
AG
14041PS1='$ '
14042PS2='> '
14043PS4='+ '
14044
14045# NLS nuisances.
81ecdfbb
RW
14046LC_ALL=C
14047export LC_ALL
14048LANGUAGE=C
14049export LANGUAGE
14050
14051# CDPATH.
14052(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14053
14054
14055# as_fn_error ERROR [LINENO LOG_FD]
14056# ---------------------------------
14057# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14058# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14059# script with status $?, using 1 if that was 0.
14060as_fn_error ()
14061{
14062 as_status=$?; test $as_status -eq 0 && as_status=1
14063 if test "$3"; then
14064 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14065 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
fdd6fa61 14066 fi
81ecdfbb
RW
14067 $as_echo "$as_me: error: $1" >&2
14068 as_fn_exit $as_status
14069} # as_fn_error
14070
14071
14072# as_fn_set_status STATUS
14073# -----------------------
14074# Set $? to STATUS, without forking.
14075as_fn_set_status ()
14076{
14077 return $1
14078} # as_fn_set_status
14079
14080# as_fn_exit STATUS
14081# -----------------
14082# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14083as_fn_exit ()
14084{
14085 set +e
14086 as_fn_set_status $1
14087 exit $1
14088} # as_fn_exit
14089
14090# as_fn_unset VAR
14091# ---------------
14092# Portably unset VAR.
14093as_fn_unset ()
14094{
14095 { eval $1=; unset $1;}
14096}
14097as_unset=as_fn_unset
14098# as_fn_append VAR VALUE
14099# ----------------------
14100# Append the text in VALUE to the end of the definition contained in VAR. Take
14101# advantage of any shell optimizations that allow amortized linear growth over
14102# repeated appends, instead of the typical quadratic growth present in naive
14103# implementations.
14104if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14105 eval 'as_fn_append ()
14106 {
14107 eval $1+=\$2
14108 }'
14109else
14110 as_fn_append ()
14111 {
14112 eval $1=\$$1\$2
14113 }
14114fi # as_fn_append
14115
14116# as_fn_arith ARG...
14117# ------------------
14118# Perform arithmetic evaluation on the ARGs, and store the result in the
14119# global $as_val. Take advantage of shells that can avoid forks. The arguments
14120# must be portable across $(()) and expr.
14121if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14122 eval 'as_fn_arith ()
14123 {
14124 as_val=$(( $* ))
14125 }'
14126else
14127 as_fn_arith ()
14128 {
14129 as_val=`expr "$@" || test $? -eq 1`
14130 }
14131fi # as_fn_arith
14132
fdd6fa61 14133
81ecdfbb
RW
14134if expr a : '\(a\)' >/dev/null 2>&1 &&
14135 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fdd6fa61
AG
14136 as_expr=expr
14137else
14138 as_expr=false
14139fi
14140
81ecdfbb 14141if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
14142 as_basename=basename
14143else
14144 as_basename=false
14145fi
14146
81ecdfbb
RW
14147if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14148 as_dirname=dirname
14149else
14150 as_dirname=false
14151fi
fdd6fa61 14152
81ecdfbb 14153as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
14154$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14155 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14156 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14157$as_echo X/"$0" |
14158 sed '/^.*\/\([^/][^/]*\)\/*$/{
14159 s//\1/
14160 q
14161 }
14162 /^X\/\(\/\/\)$/{
14163 s//\1/
14164 q
14165 }
14166 /^X\/\(\/\).*/{
14167 s//\1/
14168 q
14169 }
14170 s/.*/./; q'`
fdd6fa61 14171
fdd6fa61
AG
14172# Avoid depending upon Character Ranges.
14173as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14174as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14175as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14176as_cr_digits='0123456789'
14177as_cr_alnum=$as_cr_Letters$as_cr_digits
14178
81ecdfbb
RW
14179ECHO_C= ECHO_N= ECHO_T=
14180case `echo -n x` in #(((((
14181-n*)
14182 case `echo 'xy\c'` in
14183 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14184 xy) ECHO_C='\c';;
14185 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14186 ECHO_T=' ';;
14187 esac;;
14188*)
14189 ECHO_N='-n';;
fdd6fa61
AG
14190esac
14191
81ecdfbb
RW
14192rm -f conf$$ conf$$.exe conf$$.file
14193if test -d conf$$.dir; then
14194 rm -f conf$$.dir/conf$$.file
fdd6fa61 14195else
81ecdfbb
RW
14196 rm -f conf$$.dir
14197 mkdir conf$$.dir 2>/dev/null
fdd6fa61 14198fi
81ecdfbb
RW
14199if (echo >conf$$.file) 2>/dev/null; then
14200 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 14201 as_ln_s='ln -s'
81ecdfbb
RW
14202 # ... but there are two gotchas:
14203 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14204 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14205 # In both cases, we have to default to `cp -p'.
14206 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14207 as_ln_s='cp -p'
14208 elif ln conf$$.file conf$$ 2>/dev/null; then
14209 as_ln_s=ln
14210 else
14211 as_ln_s='cp -p'
fdd6fa61 14212 fi
fdd6fa61
AG
14213else
14214 as_ln_s='cp -p'
14215fi
81ecdfbb
RW
14216rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14217rmdir conf$$.dir 2>/dev/null
14218
fdd6fa61 14219
81ecdfbb
RW
14220# as_fn_mkdir_p
14221# -------------
14222# Create "$as_dir" as a directory, including parents if necessary.
14223as_fn_mkdir_p ()
14224{
14225
14226 case $as_dir in #(
14227 -*) as_dir=./$as_dir;;
14228 esac
14229 test -d "$as_dir" || eval $as_mkdir_p || {
14230 as_dirs=
14231 while :; do
14232 case $as_dir in #(
14233 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14234 *) as_qdir=$as_dir;;
14235 esac
14236 as_dirs="'$as_qdir' $as_dirs"
14237 as_dir=`$as_dirname -- "$as_dir" ||
14238$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14239 X"$as_dir" : 'X\(//\)[^/]' \| \
14240 X"$as_dir" : 'X\(//\)$' \| \
14241 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14242$as_echo X"$as_dir" |
14243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14244 s//\1/
14245 q
14246 }
14247 /^X\(\/\/\)[^/].*/{
14248 s//\1/
14249 q
14250 }
14251 /^X\(\/\/\)$/{
14252 s//\1/
14253 q
14254 }
14255 /^X\(\/\).*/{
14256 s//\1/
14257 q
14258 }
14259 s/.*/./; q'`
14260 test -d "$as_dir" && break
14261 done
14262 test -z "$as_dirs" || eval "mkdir $as_dirs"
14263 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14264
14265
14266} # as_fn_mkdir_p
fdd6fa61 14267if mkdir -p . 2>/dev/null; then
81ecdfbb 14268 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
14269else
14270 test -d ./-p && rmdir ./-p
14271 as_mkdir_p=false
14272fi
14273
81ecdfbb
RW
14274if test -x / >/dev/null 2>&1; then
14275 as_test_x='test -x'
14276else
14277 if ls -dL / >/dev/null 2>&1; then
14278 as_ls_L_option=L
14279 else
14280 as_ls_L_option=
14281 fi
14282 as_test_x='
14283 eval sh -c '\''
14284 if test -d "$1"; then
14285 test -d "$1/.";
14286 else
14287 case $1 in #(
14288 -*)set "./$1";;
14289 esac;
14290 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14291 ???[sx]*):;;*)false;;esac;fi
14292 '\'' sh
14293 '
14294fi
14295as_executable_p=$as_test_x
fdd6fa61
AG
14296
14297# Sed expression to map a string onto a valid CPP name.
14298as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14299
14300# Sed expression to map a string onto a valid variable name.
14301as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14302
14303
fdd6fa61 14304exec 6>&1
81ecdfbb
RW
14305## ----------------------------------- ##
14306## Main body of $CONFIG_STATUS script. ##
14307## ----------------------------------- ##
14308_ASEOF
14309test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14310
14311cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14312# Save the log message, to keep $0 and so on meaningful, and to
fdd6fa61 14313# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14314# values after options handling.
14315ac_log="
fdd6fa61 14316This file was extended by $as_me, which was
81ecdfbb 14317generated by GNU Autoconf 2.64. Invocation command line was
fdd6fa61
AG
14318
14319 CONFIG_FILES = $CONFIG_FILES
14320 CONFIG_HEADERS = $CONFIG_HEADERS
14321 CONFIG_LINKS = $CONFIG_LINKS
14322 CONFIG_COMMANDS = $CONFIG_COMMANDS
14323 $ $0 $@
14324
81ecdfbb
RW
14325on `(hostname || uname -n) 2>/dev/null | sed 1q`
14326"
14327
fdd6fa61
AG
14328_ACEOF
14329
81ecdfbb
RW
14330case $ac_config_files in *"
14331"*) set x $ac_config_files; shift; ac_config_files=$*;;
14332esac
fdd6fa61 14333
81ecdfbb
RW
14334case $ac_config_headers in *"
14335"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14336esac
fdd6fa61 14337
fdd6fa61 14338
81ecdfbb
RW
14339cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14340# Files that config.status was made for.
14341config_files="$ac_config_files"
14342config_headers="$ac_config_headers"
14343config_links="$ac_config_links"
14344config_commands="$ac_config_commands"
fdd6fa61 14345
81ecdfbb 14346_ACEOF
fdd6fa61 14347
81ecdfbb 14348cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 14349ac_cs_usage="\
81ecdfbb
RW
14350\`$as_me' instantiates files and other configuration actions
14351from templates according to the current configuration. Unless the files
14352and actions are specified as TAGs, all are instantiated by default.
fdd6fa61 14353
81ecdfbb 14354Usage: $0 [OPTION]... [TAG]...
fdd6fa61
AG
14355
14356 -h, --help print this help, then exit
81ecdfbb
RW
14357 -V, --version print version number and configuration settings, then exit
14358 -q, --quiet, --silent
14359 do not print progress messages
fdd6fa61
AG
14360 -d, --debug don't remove temporary files
14361 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14362 --file=FILE[:TEMPLATE]
14363 instantiate the configuration file FILE
14364 --header=FILE[:TEMPLATE]
14365 instantiate the configuration header FILE
fdd6fa61
AG
14366
14367Configuration files:
14368$config_files
14369
14370Configuration headers:
14371$config_headers
14372
14373Configuration links:
14374$config_links
14375
14376Configuration commands:
14377$config_commands
14378
81ecdfbb 14379Report bugs to the package provider."
fdd6fa61 14380
81ecdfbb
RW
14381_ACEOF
14382cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fdd6fa61
AG
14383ac_cs_version="\\
14384config.status
81ecdfbb
RW
14385configured by $0, generated by GNU Autoconf 2.64,
14386 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
fdd6fa61 14387
81ecdfbb 14388Copyright (C) 2009 Free Software Foundation, Inc.
fdd6fa61
AG
14389This config.status script is free software; the Free Software Foundation
14390gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14391
14392ac_pwd='$ac_pwd'
14393srcdir='$srcdir'
14394INSTALL='$INSTALL'
6bb11ab3 14395AWK='$AWK'
81ecdfbb 14396test -n "\$AWK" || AWK=awk
fdd6fa61
AG
14397_ACEOF
14398
81ecdfbb
RW
14399cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14400# The default lists apply if the user does not specify any file.
fdd6fa61
AG
14401ac_need_defaults=:
14402while test $# != 0
14403do
14404 case $1 in
14405 --*=*)
81ecdfbb
RW
14406 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14407 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fdd6fa61
AG
14408 ac_shift=:
14409 ;;
81ecdfbb 14410 *)
fdd6fa61
AG
14411 ac_option=$1
14412 ac_optarg=$2
14413 ac_shift=shift
14414 ;;
fdd6fa61
AG
14415 esac
14416
14417 case $ac_option in
14418 # Handling of the options.
fdd6fa61
AG
14419 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14420 ac_cs_recheck=: ;;
81ecdfbb
RW
14421 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14422 $as_echo "$ac_cs_version"; exit ;;
14423 --debug | --debu | --deb | --de | --d | -d )
fdd6fa61
AG
14424 debug=: ;;
14425 --file | --fil | --fi | --f )
14426 $ac_shift
81ecdfbb
RW
14427 case $ac_optarg in
14428 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14429 esac
14430 as_fn_append CONFIG_FILES " '$ac_optarg'"
fdd6fa61
AG
14431 ac_need_defaults=false;;
14432 --header | --heade | --head | --hea )
14433 $ac_shift
81ecdfbb
RW
14434 case $ac_optarg in
14435 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14436 esac
14437 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fdd6fa61 14438 ac_need_defaults=false;;
81ecdfbb
RW
14439 --he | --h)
14440 # Conflict between --help and --header
14441 as_fn_error "ambiguous option: \`$1'
14442Try \`$0 --help' for more information.";;
14443 --help | --hel | -h )
14444 $as_echo "$ac_cs_usage"; exit ;;
fdd6fa61
AG
14445 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14446 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14447 ac_cs_silent=: ;;
14448
14449 # This is an error.
81ecdfbb
RW
14450 -*) as_fn_error "unrecognized option: \`$1'
14451Try \`$0 --help' for more information." ;;
fdd6fa61 14452
81ecdfbb
RW
14453 *) as_fn_append ac_config_targets " $1"
14454 ac_need_defaults=false ;;
fdd6fa61
AG
14455
14456 esac
14457 shift
14458done
14459
14460ac_configure_extra_args=
14461
14462if $ac_cs_silent; then
14463 exec 6>/dev/null
14464 ac_configure_extra_args="$ac_configure_extra_args --silent"
14465fi
14466
14467_ACEOF
81ecdfbb 14468cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fdd6fa61 14469if \$ac_cs_recheck; then
81ecdfbb
RW
14470 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14471 shift
14472 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14473 CONFIG_SHELL='$SHELL'
14474 export CONFIG_SHELL
14475 exec "\$@"
fdd6fa61
AG
14476fi
14477
14478_ACEOF
81ecdfbb
RW
14479cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14480exec 5>>config.log
14481{
14482 echo
14483 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14484## Running $as_me. ##
14485_ASBOX
14486 $as_echo "$ac_log"
14487} >&5
fdd6fa61 14488
81ecdfbb
RW
14489_ACEOF
14490cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14491#
14492# INIT-COMMANDS
14493#
14494ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14495
6bb11ab3
L
14496
14497# The HP-UX ksh and POSIX shell print the target directory to stdout
14498# if CDPATH is set.
14499(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14500
14501sed_quote_subst='$sed_quote_subst'
14502double_quote_subst='$double_quote_subst'
14503delay_variable_subst='$delay_variable_subst'
14504macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14505macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14506enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14507enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14508pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14509enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14510SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14511ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14512host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14513host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14514host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14515build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14516build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14517build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14518SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14519Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14520GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14521EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14522FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14523LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14524NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14525LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14526max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14527ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14528exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14529lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14530lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14531lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14532reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14533reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14534OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14535deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14536file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14537AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14538AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14539STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14540RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14541old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14542old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14543old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14544lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14545CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14546CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14547compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14548GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14549lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14550lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14551lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14552lt_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"`'
14553objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14554MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14555lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14556lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14557lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14558lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14559lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14560need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14561DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14562NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14563LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14564OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14565OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14566libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14567shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14568extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14569archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14570enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14571export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14572whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14573compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14574old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14575old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14576archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14577archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14578module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14579module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14580with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14581allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14582no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14583hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14584hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14585hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14586hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14587hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14588hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14589hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14590hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14591inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14592link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14593fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14594always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14595export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14596exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14597include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14598prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14599file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14600variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14601need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14602need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14603version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14604runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14605shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14606shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14607libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14608library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14609soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14610install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14611postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14612postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14613finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14614finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14615hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14616sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14617sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14618hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14619enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14620enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14621enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14622old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14623striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14624
14625LTCC='$LTCC'
14626LTCFLAGS='$LTCFLAGS'
14627compiler='$compiler_DEFAULT'
14628
14629# A function that is used when there is no print builtin or printf.
14630func_fallback_echo ()
14631{
14632 eval 'cat <<_LTECHO_EOF
14633\$1
14634_LTECHO_EOF'
14635}
14636
14637# Quote evaled strings.
14638for var in SHELL \
14639ECHO \
14640SED \
14641GREP \
14642EGREP \
14643FGREP \
14644LD \
14645NM \
14646LN_S \
14647lt_SP2NL \
14648lt_NL2SP \
14649reload_flag \
14650OBJDUMP \
14651deplibs_check_method \
14652file_magic_cmd \
14653AR \
14654AR_FLAGS \
14655STRIP \
14656RANLIB \
14657CC \
14658CFLAGS \
14659compiler \
14660lt_cv_sys_global_symbol_pipe \
14661lt_cv_sys_global_symbol_to_cdecl \
14662lt_cv_sys_global_symbol_to_c_name_address \
14663lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14664lt_prog_compiler_no_builtin_flag \
14665lt_prog_compiler_wl \
14666lt_prog_compiler_pic \
14667lt_prog_compiler_static \
14668lt_cv_prog_compiler_c_o \
14669need_locks \
14670DSYMUTIL \
14671NMEDIT \
14672LIPO \
14673OTOOL \
14674OTOOL64 \
14675shrext_cmds \
14676export_dynamic_flag_spec \
14677whole_archive_flag_spec \
14678compiler_needs_object \
14679with_gnu_ld \
14680allow_undefined_flag \
14681no_undefined_flag \
14682hardcode_libdir_flag_spec \
14683hardcode_libdir_flag_spec_ld \
14684hardcode_libdir_separator \
14685fix_srcfile_path \
14686exclude_expsyms \
14687include_expsyms \
14688file_list_spec \
14689variables_saved_for_relink \
14690libname_spec \
14691library_names_spec \
14692soname_spec \
14693install_override_mode \
14694finish_eval \
14695old_striplib \
14696striplib; do
14697 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14698 *[\\\\\\\`\\"\\\$]*)
14699 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14700 ;;
14701 *)
14702 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14703 ;;
14704 esac
14705done
14706
14707# Double-quote double-evaled strings.
14708for var in reload_cmds \
14709old_postinstall_cmds \
14710old_postuninstall_cmds \
14711old_archive_cmds \
14712extract_expsyms_cmds \
14713old_archive_from_new_cmds \
14714old_archive_from_expsyms_cmds \
14715archive_cmds \
14716archive_expsym_cmds \
14717module_cmds \
14718module_expsym_cmds \
14719export_symbols_cmds \
14720prelink_cmds \
14721postinstall_cmds \
14722postuninstall_cmds \
14723finish_cmds \
14724sys_lib_search_path_spec \
14725sys_lib_dlsearch_path_spec; do
14726 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14727 *[\\\\\\\`\\"\\\$]*)
14728 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14729 ;;
14730 *)
14731 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14732 ;;
14733 esac
14734done
14735
14736ac_aux_dir='$ac_aux_dir'
14737xsi_shell='$xsi_shell'
14738lt_shell_append='$lt_shell_append'
14739
14740# See if we are running on zsh, and set the options which allow our
14741# commands through without removal of \ escapes INIT.
14742if test -n "\${ZSH_VERSION+set}" ; then
14743 setopt NO_GLOB_SUBST
14744fi
14745
14746
14747 PACKAGE='$PACKAGE'
14748 VERSION='$VERSION'
14749 TIMESTAMP='$TIMESTAMP'
14750 RM='$RM'
14751 ofile='$ofile'
14752
14753
14754
14755
81ecdfbb 14756_ACEOF
fdd6fa61 14757
81ecdfbb 14758cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 14759
81ecdfbb 14760# Handling of arguments.
fdd6fa61
AG
14761for ac_config_target in $ac_config_targets
14762do
81ecdfbb
RW
14763 case $ac_config_target in
14764 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14765 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14766 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14767 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14768 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14769 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14770 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14771 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14772 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14773
14774 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fdd6fa61
AG
14775 esac
14776done
14777
81ecdfbb 14778
fdd6fa61
AG
14779# If the user did not use the arguments to specify the items to instantiate,
14780# then the envvar interface is used. Set only those that are not.
14781# We use the long form for the default assignment because of an extremely
14782# bizarre bug on SunOS 4.1.3.
14783if $ac_need_defaults; then
14784 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14785 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14786 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14787 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14788fi
14789
14790# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14791# simply because there is no reason against having it here, and in addition,
fdd6fa61 14792# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14793# Hook for its removal unless debugging.
14794# Note that there is a small window in which the directory will not be cleaned:
14795# after its creation but before its name has been assigned to `$tmp'.
fdd6fa61
AG
14796$debug ||
14797{
81ecdfbb
RW
14798 tmp=
14799 trap 'exit_status=$?
14800 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14801' 0
14802 trap 'as_fn_exit 1' 1 2 13 15
fdd6fa61 14803}
fdd6fa61
AG
14804# Create a (secure) tmp directory for tmp files.
14805
14806{
81ecdfbb 14807 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
fdd6fa61
AG
14808 test -n "$tmp" && test -d "$tmp"
14809} ||
14810{
81ecdfbb
RW
14811 tmp=./conf$$-$RANDOM
14812 (umask 077 && mkdir "$tmp")
14813} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
fdd6fa61 14814
81ecdfbb
RW
14815# Set up the scripts for CONFIG_FILES section.
14816# No need to generate them if there are no CONFIG_FILES.
14817# This happens for instance with `./config.status config.h'.
14818if test -n "$CONFIG_FILES"; then
fdd6fa61 14819
fdd6fa61 14820
81ecdfbb
RW
14821ac_cr=`echo X | tr X '\015'`
14822# On cygwin, bash can eat \r inside `` if the user requested igncr.
14823# But we know of no other shell where ac_cr would be empty at this
14824# point, so we can use a bashism as a fallback.
14825if test "x$ac_cr" = x; then
14826 eval ac_cr=\$\'\\r\'
14827fi
14828ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14829if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14830 ac_cs_awk_cr='\r'
14831else
14832 ac_cs_awk_cr=$ac_cr
14833fi
fdd6fa61 14834
81ecdfbb 14835echo 'BEGIN {' >"$tmp/subs1.awk" &&
fdd6fa61
AG
14836_ACEOF
14837
81ecdfbb
RW
14838
14839{
14840 echo "cat >conf$$subs.awk <<_ACEOF" &&
14841 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14842 echo "_ACEOF"
14843} >conf$$subs.sh ||
14844 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14845ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14846ac_delim='%!_!# '
14847for ac_last_try in false false false false false :; do
14848 . ./conf$$subs.sh ||
14849 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14850
14851 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14852 if test $ac_delim_n = $ac_delim_num; then
14853 break
14854 elif $ac_last_try; then
14855 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14856 else
14857 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 14858 fi
81ecdfbb
RW
14859done
14860rm -f conf$$subs.sh
fdd6fa61 14861
81ecdfbb
RW
14862cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14863cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
fdd6fa61 14864_ACEOF
81ecdfbb
RW
14865sed -n '
14866h
14867s/^/S["/; s/!.*/"]=/
14868p
14869g
14870s/^[^!]*!//
14871:repl
14872t repl
14873s/'"$ac_delim"'$//
14874t delim
14875:nl
14876h
14877s/\(.\{148\}\).*/\1/
14878t more1
14879s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14880p
14881n
14882b repl
14883:more1
14884s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14885p
14886g
14887s/.\{148\}//
14888t nl
14889:delim
14890h
14891s/\(.\{148\}\).*/\1/
14892t more2
14893s/["\\]/\\&/g; s/^/"/; s/$/"/
14894p
14895b
14896:more2
14897s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14898p
14899g
14900s/.\{148\}//
14901t delim
14902' <conf$$subs.awk | sed '
14903/^[^""]/{
14904 N
14905 s/\n//
14906}
14907' >>$CONFIG_STATUS || ac_write_fail=1
14908rm -f conf$$subs.awk
14909cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14910_ACAWK
14911cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14912 for (key in S) S_is_set[key] = 1
14913 FS = "\a"
fdd6fa61 14914
81ecdfbb
RW
14915}
14916{
14917 line = $ 0
14918 nfields = split(line, field, "@")
14919 substed = 0
14920 len = length(field[1])
14921 for (i = 2; i < nfields; i++) {
14922 key = field[i]
14923 keylen = length(key)
14924 if (S_is_set[key]) {
14925 value = S[key]
14926 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14927 len += length(value) + length(field[++i])
14928 substed = 1
14929 } else
14930 len += 1 + keylen
14931 }
14932
14933 print line
14934}
fdd6fa61 14935
81ecdfbb
RW
14936_ACAWK
14937_ACEOF
14938cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14939if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14940 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fdd6fa61 14941else
81ecdfbb
RW
14942 cat
14943fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14944 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14945_ACEOF
fdd6fa61 14946
81ecdfbb
RW
14947# VPATH may cause trouble with some makes, so we remove $(srcdir),
14948# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14949# trailing colons and then remove the whole line if VPATH becomes empty
14950# (actually we leave an empty line to preserve line numbers).
14951if test "x$srcdir" = x.; then
14952 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14953s/:*\$(srcdir):*/:/
14954s/:*\${srcdir}:*/:/
14955s/:*@srcdir@:*/:/
14956s/^\([^=]*=[ ]*\):*/\1/
14957s/:*$//
14958s/^[^=]*=[ ]*$//
14959}'
14960fi
fdd6fa61 14961
81ecdfbb
RW
14962cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14963fi # test -n "$CONFIG_FILES"
fdd6fa61 14964
81ecdfbb
RW
14965# Set up the scripts for CONFIG_HEADERS section.
14966# No need to generate them if there are no CONFIG_HEADERS.
14967# This happens for instance with `./config.status Makefile'.
14968if test -n "$CONFIG_HEADERS"; then
14969cat >"$tmp/defines.awk" <<\_ACAWK ||
14970BEGIN {
14971_ACEOF
fdd6fa61 14972
81ecdfbb
RW
14973# Transform confdefs.h into an awk script `defines.awk', embedded as
14974# here-document in config.status, that substitutes the proper values into
14975# config.h.in to produce config.h.
fdd6fa61 14976
81ecdfbb
RW
14977# Create a delimiter string that does not exist in confdefs.h, to ease
14978# handling of long lines.
14979ac_delim='%!_!# '
14980for ac_last_try in false false :; do
14981 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14982 if test -z "$ac_t"; then
14983 break
14984 elif $ac_last_try; then
14985 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
fdd6fa61 14986 else
81ecdfbb 14987 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 14988 fi
fdd6fa61 14989done
81ecdfbb
RW
14990
14991# For the awk script, D is an array of macro values keyed by name,
14992# likewise P contains macro parameters if any. Preserve backslash
14993# newline sequences.
14994
14995ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14996sed -n '
14997s/.\{148\}/&'"$ac_delim"'/g
14998t rset
14999:rset
15000s/^[ ]*#[ ]*define[ ][ ]*/ /
15001t def
15002d
15003:def
15004s/\\$//
15005t bsnl
15006s/["\\]/\\&/g
15007s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15008D["\1"]=" \3"/p
15009s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15010d
15011:bsnl
15012s/["\\]/\\&/g
15013s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15014D["\1"]=" \3\\\\\\n"\\/p
15015t cont
15016s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15017t cont
15018d
15019:cont
15020n
15021s/.\{148\}/&'"$ac_delim"'/g
15022t clear
15023:clear
15024s/\\$//
15025t bsnlc
15026s/["\\]/\\&/g; s/^/"/; s/$/"/p
15027d
15028:bsnlc
15029s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15030b cont
15031' <confdefs.h | sed '
15032s/'"$ac_delim"'/"\\\
15033"/g' >>$CONFIG_STATUS || ac_write_fail=1
15034
15035cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15036 for (key in D) D_is_set[key] = 1
15037 FS = "\a"
15038}
15039/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15040 line = \$ 0
15041 split(line, arg, " ")
15042 if (arg[1] == "#") {
15043 defundef = arg[2]
15044 mac1 = arg[3]
15045 } else {
15046 defundef = substr(arg[1], 2)
15047 mac1 = arg[2]
15048 }
15049 split(mac1, mac2, "(") #)
15050 macro = mac2[1]
15051 prefix = substr(line, 1, index(line, defundef) - 1)
15052 if (D_is_set[macro]) {
15053 # Preserve the white space surrounding the "#".
15054 print prefix "define", macro P[macro] D[macro]
15055 next
15056 } else {
15057 # Replace #undef with comments. This is necessary, for example,
15058 # in the case of _POSIX_SOURCE, which is predefined and required
15059 # on some systems where configure will not decide to define it.
15060 if (defundef == "undef") {
15061 print "/*", prefix defundef, macro, "*/"
15062 next
15063 }
15064 }
15065}
15066{ print }
15067_ACAWK
fdd6fa61 15068_ACEOF
81ecdfbb
RW
15069cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15070 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15071fi # test -n "$CONFIG_HEADERS"
fdd6fa61 15072
fdd6fa61 15073
81ecdfbb
RW
15074eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15075shift
15076for ac_tag
15077do
15078 case $ac_tag in
15079 :[FHLC]) ac_mode=$ac_tag; continue;;
15080 esac
15081 case $ac_mode$ac_tag in
15082 :[FHL]*:*);;
15083 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15084 :[FH]-) ac_tag=-:-;;
15085 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fdd6fa61 15086 esac
81ecdfbb
RW
15087 ac_save_IFS=$IFS
15088 IFS=:
15089 set x $ac_tag
15090 IFS=$ac_save_IFS
15091 shift
15092 ac_file=$1
15093 shift
fdd6fa61 15094
81ecdfbb
RW
15095 case $ac_mode in
15096 :L) ac_source=$1;;
15097 :[FH])
15098 ac_file_inputs=
15099 for ac_f
15100 do
15101 case $ac_f in
15102 -) ac_f="$tmp/stdin";;
15103 *) # Look for the file first in the build tree, then in the source tree
15104 # (if the path is not absolute). The absolute path cannot be DOS-style,
15105 # because $ac_f cannot contain `:'.
15106 test -f "$ac_f" ||
15107 case $ac_f in
15108 [\\/$]*) false;;
15109 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15110 esac ||
15111 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fdd6fa61 15112 esac
81ecdfbb
RW
15113 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15114 as_fn_append ac_file_inputs " '$ac_f'"
15115 done
fdd6fa61 15116
81ecdfbb
RW
15117 # Let's still pretend it is `configure' which instantiates (i.e., don't
15118 # use $as_me), people would be surprised to read:
15119 # /* config.h. Generated by config.status. */
15120 configure_input='Generated from '`
15121 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15122 `' by configure.'
15123 if test x"$ac_file" != x-; then
15124 configure_input="$ac_file. $configure_input"
15125 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15126$as_echo "$as_me: creating $ac_file" >&6;}
15127 fi
15128 # Neutralize special characters interpreted by sed in replacement strings.
15129 case $configure_input in #(
15130 *\&* | *\|* | *\\* )
15131 ac_sed_conf_input=`$as_echo "$configure_input" |
15132 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15133 *) ac_sed_conf_input=$configure_input;;
15134 esac
fdd6fa61 15135
81ecdfbb
RW
15136 case $ac_tag in
15137 *:-:* | *:-) cat >"$tmp/stdin" \
15138 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15139 esac
15140 ;;
15141 esac
fdd6fa61 15142
81ecdfbb 15143 ac_dir=`$as_dirname -- "$ac_file" ||
fdd6fa61
AG
15144$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15145 X"$ac_file" : 'X\(//\)[^/]' \| \
15146 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15147 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15148$as_echo X"$ac_file" |
15149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15150 s//\1/
15151 q
15152 }
15153 /^X\(\/\/\)[^/].*/{
15154 s//\1/
15155 q
15156 }
15157 /^X\(\/\/\)$/{
15158 s//\1/
15159 q
15160 }
15161 /^X\(\/\).*/{
15162 s//\1/
15163 q
15164 }
15165 s/.*/./; q'`
15166 as_dir="$ac_dir"; as_fn_mkdir_p
fdd6fa61
AG
15167 ac_builddir=.
15168
81ecdfbb
RW
15169case "$ac_dir" in
15170.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15171*)
15172 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15173 # A ".." for each directory in $ac_dir_suffix.
15174 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15175 case $ac_top_builddir_sub in
15176 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15177 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15178 esac ;;
15179esac
15180ac_abs_top_builddir=$ac_pwd
15181ac_abs_builddir=$ac_pwd$ac_dir_suffix
15182# for backward compatibility:
15183ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
15184
15185case $srcdir in
81ecdfbb 15186 .) # We are building in place.
fdd6fa61 15187 ac_srcdir=.
81ecdfbb
RW
15188 ac_top_srcdir=$ac_top_builddir_sub
15189 ac_abs_top_srcdir=$ac_pwd ;;
15190 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 15191 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15192 ac_top_srcdir=$srcdir
15193 ac_abs_top_srcdir=$srcdir ;;
15194 *) # Relative name.
15195 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15196 ac_top_srcdir=$ac_top_build_prefix$srcdir
15197 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 15198esac
81ecdfbb 15199ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fdd6fa61 15200
fdd6fa61 15201
81ecdfbb
RW
15202 case $ac_mode in
15203 :F)
15204 #
15205 # CONFIG_FILE
15206 #
fdd6fa61 15207
81ecdfbb
RW
15208 case $INSTALL in
15209 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15210 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fdd6fa61 15211 esac
81ecdfbb 15212_ACEOF
fdd6fa61 15213
81ecdfbb
RW
15214cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15215# If the template does not know about datarootdir, expand it.
15216# FIXME: This hack should be removed a few years after 2.60.
15217ac_datarootdir_hack=; ac_datarootdir_seen=
15218ac_sed_dataroot='
15219/datarootdir/ {
15220 p
15221 q
15222}
15223/@datadir@/p
15224/@docdir@/p
15225/@infodir@/p
15226/@localedir@/p
15227/@mandir@/p'
15228case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15229*datarootdir*) ac_datarootdir_seen=yes;;
15230*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15231 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15232$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15233_ACEOF
15234cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15235 ac_datarootdir_hack='
15236 s&@datadir@&$datadir&g
15237 s&@docdir@&$docdir&g
15238 s&@infodir@&$infodir&g
15239 s&@localedir@&$localedir&g
15240 s&@mandir@&$mandir&g
15241 s&\\\${datarootdir}&$datarootdir&g' ;;
15242esac
fdd6fa61 15243_ACEOF
fdd6fa61 15244
81ecdfbb
RW
15245# Neutralize VPATH when `$srcdir' = `.'.
15246# Shell code in configure.ac might set extrasub.
15247# FIXME: do we really want to maintain this feature?
15248cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15249ac_sed_extra="$ac_vpsub
15250$extrasub
15251_ACEOF
15252cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15253:t
15254/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15255s|@configure_input@|$ac_sed_conf_input|;t t
15256s&@top_builddir@&$ac_top_builddir_sub&;t t
15257s&@top_build_prefix@&$ac_top_build_prefix&;t t
15258s&@srcdir@&$ac_srcdir&;t t
15259s&@abs_srcdir@&$ac_abs_srcdir&;t t
15260s&@top_srcdir@&$ac_top_srcdir&;t t
15261s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15262s&@builddir@&$ac_builddir&;t t
15263s&@abs_builddir@&$ac_abs_builddir&;t t
15264s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15265s&@INSTALL@&$ac_INSTALL&;t t
15266$ac_datarootdir_hack
15267"
15268eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15269 || as_fn_error "could not create $ac_file" "$LINENO" 5
15270
15271test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15272 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15273 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15275which seems to be undefined. Please make sure it is defined." >&5
15276$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15277which seems to be undefined. Please make sure it is defined." >&2;}
15278
15279 rm -f "$tmp/stdin"
15280 case $ac_file in
15281 -) cat "$tmp/out" && rm -f "$tmp/out";;
15282 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15283 esac \
15284 || as_fn_error "could not create $ac_file" "$LINENO" 5
15285 ;;
15286 :H)
15287 #
15288 # CONFIG_HEADER
15289 #
15290 if test x"$ac_file" != x-; then
15291 {
15292 $as_echo "/* $configure_input */" \
15293 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15294 } >"$tmp/config.h" \
15295 || as_fn_error "could not create $ac_file" "$LINENO" 5
15296 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15298$as_echo "$as_me: $ac_file is unchanged" >&6;}
15299 else
15300 rm -f "$ac_file"
15301 mv "$tmp/config.h" "$ac_file" \
15302 || as_fn_error "could not create $ac_file" "$LINENO" 5
15303 fi
fdd6fa61 15304 else
81ecdfbb
RW
15305 $as_echo "/* $configure_input */" \
15306 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15307 || as_fn_error "could not create -" "$LINENO" 5
15308 fi
15309 ;;
15310 :L)
15311 #
15312 # CONFIG_LINK
15313 #
fdd6fa61 15314
81ecdfbb
RW
15315 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15316 :
15317 else
15318 # Prefer the file from the source tree if names are identical.
15319 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15320 ac_source=$srcdir/$ac_source
15321 fi
fdd6fa61 15322
81ecdfbb
RW
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15324$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
fdd6fa61 15325
81ecdfbb
RW
15326 if test ! -r "$ac_source"; then
15327 as_fn_error "$ac_source: file not found" "$LINENO" 5
15328 fi
15329 rm -f "$ac_file"
fdd6fa61 15330
81ecdfbb
RW
15331 # Try a relative symlink, then a hard link, then a copy.
15332 case $srcdir in
15333 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15334 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15335 esac
15336 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15337 ln "$ac_source" "$ac_file" 2>/dev/null ||
15338 cp -p "$ac_source" "$ac_file" ||
15339 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15340 fi
15341 ;;
15342 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15343$as_echo "$as_me: executing $ac_file commands" >&6;}
15344 ;;
15345 esac
fdd6fa61
AG
15346
15347
81ecdfbb 15348 case $ac_file$ac_mode in
db2e4d67 15349 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15350 "libtool":C)
15351
15352 # See if we are running on zsh, and set the options which allow our
15353 # commands through without removal of \ escapes.
15354 if test -n "${ZSH_VERSION+set}" ; then
15355 setopt NO_GLOB_SUBST
15356 fi
15357
15358 cfgfile="${ofile}T"
15359 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15360 $RM "$cfgfile"
15361
15362 cat <<_LT_EOF >> "$cfgfile"
15363#! $SHELL
15364
15365# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15366# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15367# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15368# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15369#
15370# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15371# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15372# Written by Gordon Matzigkeit, 1996
15373#
15374# This file is part of GNU Libtool.
15375#
15376# GNU Libtool is free software; you can redistribute it and/or
15377# modify it under the terms of the GNU General Public License as
15378# published by the Free Software Foundation; either version 2 of
15379# the License, or (at your option) any later version.
15380#
15381# As a special exception to the GNU General Public License,
15382# if you distribute this file as part of a program or library that
15383# is built using GNU Libtool, you may include this file under the
15384# same distribution terms that you use for the rest of that program.
15385#
15386# GNU Libtool is distributed in the hope that it will be useful,
15387# but WITHOUT ANY WARRANTY; without even the implied warranty of
15388# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15389# GNU General Public License for more details.
15390#
15391# You should have received a copy of the GNU General Public License
15392# along with GNU Libtool; see the file COPYING. If not, a copy
15393# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15394# obtained by writing to the Free Software Foundation, Inc.,
15395# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15396
15397
15398# The names of the tagged configurations supported by this script.
15399available_tags=""
15400
15401# ### BEGIN LIBTOOL CONFIG
15402
15403# Which release of libtool.m4 was used?
15404macro_version=$macro_version
15405macro_revision=$macro_revision
15406
15407# Whether or not to build shared libraries.
15408build_libtool_libs=$enable_shared
15409
15410# Whether or not to build static libraries.
15411build_old_libs=$enable_static
15412
15413# What type of objects to build.
15414pic_mode=$pic_mode
15415
15416# Whether or not to optimize for fast installation.
15417fast_install=$enable_fast_install
15418
15419# Shell to use when invoking shell scripts.
15420SHELL=$lt_SHELL
15421
15422# An echo program that protects backslashes.
15423ECHO=$lt_ECHO
15424
15425# The host system.
15426host_alias=$host_alias
15427host=$host
15428host_os=$host_os
15429
15430# The build system.
15431build_alias=$build_alias
15432build=$build
15433build_os=$build_os
15434
15435# A sed program that does not truncate output.
15436SED=$lt_SED
15437
15438# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15439Xsed="\$SED -e 1s/^X//"
15440
15441# A grep program that handles long lines.
15442GREP=$lt_GREP
15443
15444# An ERE matcher.
15445EGREP=$lt_EGREP
15446
15447# A literal string matcher.
15448FGREP=$lt_FGREP
15449
15450# A BSD- or MS-compatible name lister.
15451NM=$lt_NM
15452
15453# Whether we need soft or hard links.
15454LN_S=$lt_LN_S
15455
15456# What is the maximum length of a command?
15457max_cmd_len=$max_cmd_len
15458
15459# Object file suffix (normally "o").
15460objext=$ac_objext
15461
15462# Executable file suffix (normally "").
15463exeext=$exeext
15464
15465# whether the shell understands "unset".
15466lt_unset=$lt_unset
15467
15468# turn spaces into newlines.
15469SP2NL=$lt_lt_SP2NL
15470
15471# turn newlines into spaces.
15472NL2SP=$lt_lt_NL2SP
15473
15474# An object symbol dumper.
15475OBJDUMP=$lt_OBJDUMP
15476
15477# Method to check whether dependent libraries are shared objects.
15478deplibs_check_method=$lt_deplibs_check_method
15479
15480# Command to use when deplibs_check_method == "file_magic".
15481file_magic_cmd=$lt_file_magic_cmd
15482
15483# The archiver.
15484AR=$lt_AR
15485AR_FLAGS=$lt_AR_FLAGS
15486
15487# A symbol stripping program.
15488STRIP=$lt_STRIP
15489
15490# Commands used to install an old-style archive.
15491RANLIB=$lt_RANLIB
15492old_postinstall_cmds=$lt_old_postinstall_cmds
15493old_postuninstall_cmds=$lt_old_postuninstall_cmds
15494
15495# Whether to use a lock for old archive extraction.
15496lock_old_archive_extraction=$lock_old_archive_extraction
15497
15498# A C compiler.
15499LTCC=$lt_CC
15500
15501# LTCC compiler flags.
15502LTCFLAGS=$lt_CFLAGS
15503
15504# Take the output of nm and produce a listing of raw symbols and C names.
15505global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15506
15507# Transform the output of nm in a proper C declaration.
15508global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15509
15510# Transform the output of nm in a C name address pair.
15511global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15512
15513# Transform the output of nm in a C name address pair when lib prefix is needed.
15514global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15515
15516# The name of the directory that contains temporary libtool files.
15517objdir=$objdir
15518
15519# Used to examine libraries when file_magic_cmd begins with "file".
15520MAGIC_CMD=$MAGIC_CMD
15521
15522# Must we lock files when doing compilation?
15523need_locks=$lt_need_locks
15524
15525# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15526DSYMUTIL=$lt_DSYMUTIL
15527
15528# Tool to change global to local symbols on Mac OS X.
15529NMEDIT=$lt_NMEDIT
15530
15531# Tool to manipulate fat objects and archives on Mac OS X.
15532LIPO=$lt_LIPO
15533
15534# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15535OTOOL=$lt_OTOOL
15536
15537# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15538OTOOL64=$lt_OTOOL64
15539
15540# Old archive suffix (normally "a").
15541libext=$libext
15542
15543# Shared library suffix (normally ".so").
15544shrext_cmds=$lt_shrext_cmds
15545
15546# The commands to extract the exported symbol list from a shared archive.
15547extract_expsyms_cmds=$lt_extract_expsyms_cmds
15548
15549# Variables whose values should be saved in libtool wrapper scripts and
15550# restored at link time.
15551variables_saved_for_relink=$lt_variables_saved_for_relink
15552
15553# Do we need the "lib" prefix for modules?
15554need_lib_prefix=$need_lib_prefix
15555
15556# Do we need a version for libraries?
15557need_version=$need_version
15558
15559# Library versioning type.
15560version_type=$version_type
15561
15562# Shared library runtime path variable.
15563runpath_var=$runpath_var
15564
15565# Shared library path variable.
15566shlibpath_var=$shlibpath_var
15567
15568# Is shlibpath searched before the hard-coded library search path?
15569shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15570
15571# Format of library name prefix.
15572libname_spec=$lt_libname_spec
15573
15574# List of archive names. First name is the real one, the rest are links.
15575# The last name is the one that the linker finds with -lNAME
15576library_names_spec=$lt_library_names_spec
15577
15578# The coded name of the library, if different from the real name.
15579soname_spec=$lt_soname_spec
15580
15581# Permission mode override for installation of shared libraries.
15582install_override_mode=$lt_install_override_mode
15583
15584# Command to use after installation of a shared archive.
15585postinstall_cmds=$lt_postinstall_cmds
15586
15587# Command to use after uninstallation of a shared archive.
15588postuninstall_cmds=$lt_postuninstall_cmds
15589
15590# Commands used to finish a libtool library installation in a directory.
15591finish_cmds=$lt_finish_cmds
15592
15593# As "finish_cmds", except a single script fragment to be evaled but
15594# not shown.
15595finish_eval=$lt_finish_eval
15596
15597# Whether we should hardcode library paths into libraries.
15598hardcode_into_libs=$hardcode_into_libs
15599
15600# Compile-time system search path for libraries.
15601sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15602
15603# Run-time system search path for libraries.
15604sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15605
15606# Whether dlopen is supported.
15607dlopen_support=$enable_dlopen
15608
15609# Whether dlopen of programs is supported.
15610dlopen_self=$enable_dlopen_self
15611
15612# Whether dlopen of statically linked programs is supported.
15613dlopen_self_static=$enable_dlopen_self_static
15614
15615# Commands to strip libraries.
15616old_striplib=$lt_old_striplib
15617striplib=$lt_striplib
15618
15619
15620# The linker used to build libraries.
15621LD=$lt_LD
15622
15623# How to create reloadable object files.
15624reload_flag=$lt_reload_flag
15625reload_cmds=$lt_reload_cmds
15626
15627# Commands used to build an old-style archive.
15628old_archive_cmds=$lt_old_archive_cmds
15629
15630# A language specific compiler.
15631CC=$lt_compiler
15632
15633# Is the compiler the GNU compiler?
15634with_gcc=$GCC
15635
15636# Compiler flag to turn off builtin functions.
15637no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15638
15639# How to pass a linker flag through the compiler.
15640wl=$lt_lt_prog_compiler_wl
15641
15642# Additional compiler flags for building library objects.
15643pic_flag=$lt_lt_prog_compiler_pic
15644
15645# Compiler flag to prevent dynamic linking.
15646link_static_flag=$lt_lt_prog_compiler_static
15647
15648# Does compiler simultaneously support -c and -o options?
15649compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15650
15651# Whether or not to add -lc for building shared libraries.
15652build_libtool_need_lc=$archive_cmds_need_lc
15653
15654# Whether or not to disallow shared libs when runtime libs are static.
15655allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15656
15657# Compiler flag to allow reflexive dlopens.
15658export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15659
15660# Compiler flag to generate shared objects directly from archives.
15661whole_archive_flag_spec=$lt_whole_archive_flag_spec
15662
15663# Whether the compiler copes with passing no objects directly.
15664compiler_needs_object=$lt_compiler_needs_object
15665
15666# Create an old-style archive from a shared archive.
15667old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15668
15669# Create a temporary old-style archive to link instead of a shared archive.
15670old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15671
15672# Commands used to build a shared archive.
15673archive_cmds=$lt_archive_cmds
15674archive_expsym_cmds=$lt_archive_expsym_cmds
15675
15676# Commands used to build a loadable module if different from building
15677# a shared archive.
15678module_cmds=$lt_module_cmds
15679module_expsym_cmds=$lt_module_expsym_cmds
15680
15681# Whether we are building with GNU ld or not.
15682with_gnu_ld=$lt_with_gnu_ld
15683
15684# Flag that allows shared libraries with undefined symbols to be built.
15685allow_undefined_flag=$lt_allow_undefined_flag
15686
15687# Flag that enforces no undefined symbols.
15688no_undefined_flag=$lt_no_undefined_flag
15689
15690# Flag to hardcode \$libdir into a binary during linking.
15691# This must work even if \$libdir does not exist
15692hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15693
15694# If ld is used when linking, flag to hardcode \$libdir into a binary
15695# during linking. This must work even if \$libdir does not exist.
15696hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15697
15698# Whether we need a single "-rpath" flag with a separated argument.
15699hardcode_libdir_separator=$lt_hardcode_libdir_separator
15700
15701# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15702# DIR into the resulting binary.
15703hardcode_direct=$hardcode_direct
15704
15705# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15706# DIR into the resulting binary and the resulting library dependency is
15707# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15708# library is relocated.
15709hardcode_direct_absolute=$hardcode_direct_absolute
15710
15711# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15712# into the resulting binary.
15713hardcode_minus_L=$hardcode_minus_L
15714
15715# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15716# into the resulting binary.
15717hardcode_shlibpath_var=$hardcode_shlibpath_var
15718
15719# Set to "yes" if building a shared library automatically hardcodes DIR
15720# into the library and all subsequent libraries and executables linked
15721# against it.
15722hardcode_automatic=$hardcode_automatic
15723
15724# Set to yes if linker adds runtime paths of dependent libraries
15725# to runtime path list.
15726inherit_rpath=$inherit_rpath
15727
15728# Whether libtool must link a program against all its dependency libraries.
15729link_all_deplibs=$link_all_deplibs
15730
15731# Fix the shell variable \$srcfile for the compiler.
15732fix_srcfile_path=$lt_fix_srcfile_path
15733
15734# Set to "yes" if exported symbols are required.
15735always_export_symbols=$always_export_symbols
15736
15737# The commands to list exported symbols.
15738export_symbols_cmds=$lt_export_symbols_cmds
15739
15740# Symbols that should not be listed in the preloaded symbols.
15741exclude_expsyms=$lt_exclude_expsyms
15742
15743# Symbols that must always be exported.
15744include_expsyms=$lt_include_expsyms
15745
15746# Commands necessary for linking programs (against libraries) with templates.
15747prelink_cmds=$lt_prelink_cmds
15748
15749# Specify filename containing input files.
15750file_list_spec=$lt_file_list_spec
15751
15752# How to hardcode a shared library path into an executable.
15753hardcode_action=$hardcode_action
15754
15755# ### END LIBTOOL CONFIG
15756
15757_LT_EOF
15758
15759 case $host_os in
15760 aix3*)
15761 cat <<\_LT_EOF >> "$cfgfile"
15762# AIX sometimes has problems with the GCC collect2 program. For some
15763# reason, if we set the COLLECT_NAMES environment variable, the problems
15764# vanish in a puff of smoke.
15765if test "X${COLLECT_NAMES+set}" != Xset; then
15766 COLLECT_NAMES=
15767 export COLLECT_NAMES
15768fi
15769_LT_EOF
15770 ;;
15771 esac
15772
15773
15774ltmain="$ac_aux_dir/ltmain.sh"
15775
15776
15777 # We use sed instead of cat because bash on DJGPP gets confused if
15778 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15779 # text mode, it properly converts lines to CR/LF. This bash problem
15780 # is reportedly fixed, but why not run on old versions too?
15781 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15782 || (rm -f "$cfgfile"; exit 1)
15783
15784 case $xsi_shell in
15785 yes)
15786 cat << \_LT_EOF >> "$cfgfile"
15787
15788# func_dirname file append nondir_replacement
15789# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15790# otherwise set result to NONDIR_REPLACEMENT.
15791func_dirname ()
15792{
15793 case ${1} in
15794 */*) func_dirname_result="${1%/*}${2}" ;;
15795 * ) func_dirname_result="${3}" ;;
15796 esac
15797}
15798
15799# func_basename file
15800func_basename ()
15801{
15802 func_basename_result="${1##*/}"
15803}
15804
15805# func_dirname_and_basename file append nondir_replacement
15806# perform func_basename and func_dirname in a single function
15807# call:
15808# dirname: Compute the dirname of FILE. If nonempty,
15809# add APPEND to the result, otherwise set result
15810# to NONDIR_REPLACEMENT.
15811# value returned in "$func_dirname_result"
15812# basename: Compute filename of FILE.
15813# value retuned in "$func_basename_result"
15814# Implementation must be kept synchronized with func_dirname
15815# and func_basename. For efficiency, we do not delegate to
15816# those functions but instead duplicate the functionality here.
15817func_dirname_and_basename ()
15818{
15819 case ${1} in
15820 */*) func_dirname_result="${1%/*}${2}" ;;
15821 * ) func_dirname_result="${3}" ;;
15822 esac
15823 func_basename_result="${1##*/}"
15824}
15825
15826# func_stripname prefix suffix name
15827# strip PREFIX and SUFFIX off of NAME.
15828# PREFIX and SUFFIX must not contain globbing or regex special
15829# characters, hashes, percent signs, but SUFFIX may contain a leading
15830# dot (in which case that matches only a dot).
15831func_stripname ()
15832{
15833 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15834 # positional parameters, so assign one to ordinary parameter first.
15835 func_stripname_result=${3}
15836 func_stripname_result=${func_stripname_result#"${1}"}
15837 func_stripname_result=${func_stripname_result%"${2}"}
15838}
15839
15840# func_opt_split
15841func_opt_split ()
15842{
15843 func_opt_split_opt=${1%%=*}
15844 func_opt_split_arg=${1#*=}
15845}
15846
15847# func_lo2o object
15848func_lo2o ()
15849{
15850 case ${1} in
15851 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15852 *) func_lo2o_result=${1} ;;
15853 esac
15854}
15855
15856# func_xform libobj-or-source
15857func_xform ()
15858{
15859 func_xform_result=${1%.*}.lo
15860}
15861
15862# func_arith arithmetic-term...
15863func_arith ()
15864{
15865 func_arith_result=$(( $* ))
15866}
15867
15868# func_len string
15869# STRING may not start with a hyphen.
15870func_len ()
15871{
15872 func_len_result=${#1}
15873}
15874
15875_LT_EOF
15876 ;;
15877 *) # Bourne compatible functions.
15878 cat << \_LT_EOF >> "$cfgfile"
15879
15880# func_dirname file append nondir_replacement
15881# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15882# otherwise set result to NONDIR_REPLACEMENT.
15883func_dirname ()
15884{
15885 # Extract subdirectory from the argument.
15886 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15887 if test "X$func_dirname_result" = "X${1}"; then
15888 func_dirname_result="${3}"
15889 else
15890 func_dirname_result="$func_dirname_result${2}"
15891 fi
15892}
15893
15894# func_basename file
15895func_basename ()
15896{
15897 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15898}
15899
15900
15901# func_stripname prefix suffix name
15902# strip PREFIX and SUFFIX off of NAME.
15903# PREFIX and SUFFIX must not contain globbing or regex special
15904# characters, hashes, percent signs, but SUFFIX may contain a leading
15905# dot (in which case that matches only a dot).
15906# func_strip_suffix prefix name
15907func_stripname ()
15908{
15909 case ${2} in
15910 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15911 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15912 esac
15913}
15914
15915# sed scripts:
15916my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15917my_sed_long_arg='1s/^-[^=]*=//'
15918
15919# func_opt_split
15920func_opt_split ()
15921{
15922 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15923 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15924}
15925
15926# func_lo2o object
15927func_lo2o ()
15928{
15929 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15930}
15931
15932# func_xform libobj-or-source
15933func_xform ()
15934{
15935 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15936}
15937
15938# func_arith arithmetic-term...
15939func_arith ()
15940{
15941 func_arith_result=`expr "$@"`
15942}
15943
15944# func_len string
15945# STRING may not start with a hyphen.
15946func_len ()
15947{
15948 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15949}
15950
15951_LT_EOF
15952esac
15953
15954case $lt_shell_append in
15955 yes)
15956 cat << \_LT_EOF >> "$cfgfile"
15957
15958# func_append var value
15959# Append VALUE to the end of shell variable VAR.
15960func_append ()
15961{
15962 eval "$1+=\$2"
15963}
15964_LT_EOF
15965 ;;
15966 *)
15967 cat << \_LT_EOF >> "$cfgfile"
15968
15969# func_append var value
15970# Append VALUE to the end of shell variable VAR.
15971func_append ()
15972{
15973 eval "$1=\$$1\$2"
15974}
15975
15976_LT_EOF
15977 ;;
15978 esac
15979
15980
15981 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15982 || (rm -f "$cfgfile"; exit 1)
15983
15984 mv -f "$cfgfile" "$ofile" ||
15985 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15986 chmod +x "$ofile"
15987
15988 ;;
81ecdfbb 15989 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fdd6fa61
AG
15990 rm -f Makesim1.tmp Makesim2.tmp Makefile
15991 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15992 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15993 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15994 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15995 <Makefile.sim >Makefile
15996 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15997 ;;
81ecdfbb
RW
15998 "stamp-h":C) echo > stamp-h ;;
15999
fdd6fa61 16000 esac
81ecdfbb 16001done # for ac_tag
fdd6fa61 16002
fdd6fa61 16003
81ecdfbb 16004as_fn_exit 0
fdd6fa61 16005_ACEOF
fdd6fa61
AG
16006ac_clean_files=$ac_clean_files_save
16007
81ecdfbb
RW
16008test $ac_write_fail = 0 ||
16009 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16010
fdd6fa61
AG
16011
16012# configure is writing to config.log, and then calls config.status.
16013# config.status does its own redirection, appending to config.log.
16014# Unfortunately, on DOS this fails, as config.log is still kept open
16015# by configure, so config.status won't be able to write to it; its
16016# output is simply discarded. So we exec the FD to /dev/null,
16017# effectively closing config.log, so it can be properly (re)opened and
16018# appended to by config.status. When coming back to configure, we
16019# need to make the FD available again.
16020if test "$no_create" != yes; then
16021 ac_cs_success=:
16022 ac_config_status_args=
16023 test "$silent" = yes &&
16024 ac_config_status_args="$ac_config_status_args --quiet"
16025 exec 5>/dev/null
16026 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16027 exec 5>>config.log
16028 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16029 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16030 $ac_cs_success || as_fn_exit $?
16031fi
16032if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16034$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fdd6fa61
AG
16035fi
16036
16037
This page took 1.095293 seconds and 4 git commands to generate.