sim: drop --enable-sim-cflags option
[deliverable/binutils-gdb.git] / sim / frv / configure
CommitLineData
b34f6357 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b34f6357 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
b34f6357 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
b34f6357
DB
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
b34f6357 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
b34f6357 271
81ecdfbb
RW
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
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
b34f6357 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
b34f6357 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
b34f6357 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
b34f6357 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
b34f6357 425
b34f6357 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
b34f6357 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
b34f6357 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
b34f6357 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
b34f6357 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
b34f6357 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b34f6357 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b34f6357 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
b34f6357 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
b34f6357 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
b34f6357 543
b34f6357 544#
b7026657 545# Initializations.
b34f6357 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
b34f6357 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604sim_trapdump
605cgen
606cgendir
607CGEN_MAINT
608REPORT_BUGS_TEXI
609REPORT_BUGS_TO
610PKGVERSION
611sim_profile
612sim_trace
613sim_stdio
614sim_debug
81ecdfbb 615MAINT
31e6ad7d
MF
616MAINTAINER_MODE_FALSE
617MAINTAINER_MODE_TRUE
6bb11ab3
L
618lt_cv_dlopen_libs
619OTOOL64
620OTOOL
621LIPO
622NMEDIT
623DSYMUTIL
624AWK
625STRIP
626OBJDUMP
627LN_S
628NM
629ac_ct_DUMPBIN
630DUMPBIN
631LD
632FGREP
633SED
634LIBTOOL
635PLUGINS_FALSE
636PLUGINS_TRUE
aadc9410
MF
637zlibinc
638zlibdir
81ecdfbb
RW
639CATOBJEXT
640GENCAT
641INSTOBJEXT
642DATADIRNAME
643CATALOGS
644POSUB
645GMSGFMT
646XGETTEXT
647INCINTL
648LIBINTL_DEP
649LIBINTL
650USE_NLS
db2e4d67
MF
651GMAKE_FALSE
652GMAKE_TRUE
653MAKE
654CCDEPMODE
655DEPDIR
656am__leading_dot
5f3ef9d0 657PACKAGE
81ecdfbb
RW
658RANLIB
659AR
660HDEFINES
661CC_FOR_BUILD
662INSTALL_DATA
663INSTALL_SCRIPT
664INSTALL_PROGRAM
2232061b
MF
665EGREP
666GREP
667CPP
81ecdfbb
RW
668target_os
669target_vendor
670target_cpu
671target
672host_os
673host_vendor
674host_cpu
675host
676build_os
677build_vendor
678build_cpu
679build
6ffe910a
MF
680OBJEXT
681EXEEXT
682ac_ct_CC
683CPPFLAGS
684LDFLAGS
685CFLAGS
686CC
81ecdfbb
RW
687WERROR_CFLAGS
688WARN_CFLAGS
689sim_xor_endian
690sim_stdcall
691sim_smp
692sim_reserved_bits
693sim_regparm
694sim_packages
695sim_inline
696sim_hw
697sim_hw_objs
698sim_hw_cflags
699sim_default_model
700sim_scache
701sim_float
81ecdfbb
RW
702sim_endian
703sim_bitsize
704sim_assert
705sim_alignment
706sim_environment
707target_alias
708host_alias
709build_alias
710LIBS
711ECHO_T
712ECHO_N
713ECHO_C
714DEFS
715mandir
716localedir
717libdir
718psdir
719pdfdir
720dvidir
721htmldir
722infodir
723docdir
724oldincludedir
725includedir
726localstatedir
727sharedstatedir
728sysconfdir
729datadir
730datarootdir
731libexecdir
732sbindir
733bindir
734program_transform_name
735prefix
736exec_prefix
737PACKAGE_URL
738PACKAGE_BUGREPORT
739PACKAGE_STRING
740PACKAGE_VERSION
741PACKAGE_TARNAME
742PACKAGE_NAME
743PATH_SEPARATOR
744SHELL'
b7026657 745ac_subst_files=''
81ecdfbb
RW
746ac_user_opts='
747enable_option_checking
aadc9410 748with_system_zlib
6bb11ab3
L
749enable_plugins
750enable_shared
751enable_static
752with_pic
753enable_fast_install
754with_gnu_ld
755enable_libtool_lock
81ecdfbb 756enable_maintainer_mode
81ecdfbb
RW
757enable_sim_debug
758enable_sim_stdio
759enable_sim_trace
760enable_sim_profile
761with_pkgversion
762with_bugurl
763enable_sim_endian
764enable_sim_alignment
81ecdfbb
RW
765enable_sim_scache
766enable_sim_default_model
767enable_sim_environment
768enable_cgen_maint
769enable_sim_trapdump
94c63d78 770enable_sim_hardware
81ecdfbb
RW
771'
772 ac_precious_vars='build_alias
773host_alias
774target_alias
775CC
776CFLAGS
777LDFLAGS
778LIBS
779CPPFLAGS
780CPP'
781
b34f6357
DB
782
783# Initialize some variables set by options.
b7026657
AC
784ac_init_help=
785ac_init_version=false
81ecdfbb
RW
786ac_unrecognized_opts=
787ac_unrecognized_sep=
b34f6357
DB
788# The variables have the same names as the options, with
789# dashes changed to underlines.
b7026657 790cache_file=/dev/null
b34f6357 791exec_prefix=NONE
b34f6357 792no_create=
b34f6357
DB
793no_recursion=
794prefix=NONE
795program_prefix=NONE
796program_suffix=NONE
797program_transform_name=s,x,x,
798silent=
799site=
b34f6357 800srcdir=
b34f6357
DB
801verbose=
802x_includes=NONE
803x_libraries=NONE
b7026657
AC
804
805# Installation directory options.
806# These are left unexpanded so users can "make install exec_prefix=/foo"
807# and all the variables that are supposed to be based on exec_prefix
808# by default will actually change.
809# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 810# (The list follows the same order as the GNU Coding Standards.)
b34f6357
DB
811bindir='${exec_prefix}/bin'
812sbindir='${exec_prefix}/sbin'
813libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
814datarootdir='${prefix}/share'
815datadir='${datarootdir}'
b34f6357
DB
816sysconfdir='${prefix}/etc'
817sharedstatedir='${prefix}/com'
818localstatedir='${prefix}/var'
b34f6357
DB
819includedir='${prefix}/include'
820oldincludedir='/usr/include'
81ecdfbb
RW
821docdir='${datarootdir}/doc/${PACKAGE}'
822infodir='${datarootdir}/info'
823htmldir='${docdir}'
824dvidir='${docdir}'
825pdfdir='${docdir}'
826psdir='${docdir}'
827libdir='${exec_prefix}/lib'
828localedir='${datarootdir}/locale'
829mandir='${datarootdir}/man'
b34f6357 830
b34f6357 831ac_prev=
81ecdfbb 832ac_dashdash=
b34f6357
DB
833for ac_option
834do
b34f6357
DB
835 # If the previous option needs an argument, assign it.
836 if test -n "$ac_prev"; then
81ecdfbb 837 eval $ac_prev=\$ac_option
b34f6357
DB
838 ac_prev=
839 continue
840 fi
841
81ecdfbb
RW
842 case $ac_option in
843 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844 *) ac_optarg=yes ;;
845 esac
b34f6357
DB
846
847 # Accept the important Cygnus configure options, so we can diagnose typos.
848
81ecdfbb
RW
849 case $ac_dashdash$ac_option in
850 --)
851 ac_dashdash=yes ;;
b34f6357
DB
852
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
854 ac_prev=bindir ;;
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 856 bindir=$ac_optarg ;;
b34f6357
DB
857
858 -build | --build | --buil | --bui | --bu)
b7026657 859 ac_prev=build_alias ;;
b34f6357 860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 861 build_alias=$ac_optarg ;;
b34f6357
DB
862
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
868 cache_file=$ac_optarg ;;
869
870 --config-cache | -C)
871 cache_file=config.cache ;;
b34f6357 872
81ecdfbb 873 -datadir | --datadir | --datadi | --datad)
b34f6357 874 ac_prev=datadir ;;
81ecdfbb 875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 876 datadir=$ac_optarg ;;
b34f6357 877
81ecdfbb
RW
878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
884
b34f6357 885 -disable-* | --disable-*)
81ecdfbb 886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b34f6357 887 # Reject names that are not valid shell variable names.
81ecdfbb
RW
888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889 as_fn_error "invalid feature name: $ac_useropt"
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894"enable_$ac_useropt"
895"*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=no ;;
900
901 -docdir | --docdir | --docdi | --doc | --do)
902 ac_prev=docdir ;;
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904 docdir=$ac_optarg ;;
905
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907 ac_prev=dvidir ;;
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909 dvidir=$ac_optarg ;;
b34f6357
DB
910
911 -enable-* | --enable-*)
81ecdfbb 912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b34f6357 913 # Reject names that are not valid shell variable names.
81ecdfbb
RW
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
b34f6357 924 esac
81ecdfbb 925 eval enable_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
926
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
b7026657 934 exec_prefix=$ac_optarg ;;
b34f6357
DB
935
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
938 with_gas=yes ;;
939
b7026657
AC
940 -help | --help | --hel | --he | -h)
941 ac_init_help=long ;;
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
b34f6357
DB
946
947 -host | --host | --hos | --ho)
b7026657 948 ac_prev=host_alias ;;
b34f6357 949 -host=* | --host=* | --hos=* | --ho=*)
b7026657 950 host_alias=$ac_optarg ;;
b34f6357 951
81ecdfbb
RW
952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953 ac_prev=htmldir ;;
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955 | --ht=*)
956 htmldir=$ac_optarg ;;
957
b34f6357
DB
958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 963 includedir=$ac_optarg ;;
b34f6357
DB
964
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
966 ac_prev=infodir ;;
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 968 infodir=$ac_optarg ;;
b34f6357
DB
969
970 -libdir | --libdir | --libdi | --libd)
971 ac_prev=libdir ;;
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 973 libdir=$ac_optarg ;;
b34f6357
DB
974
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
b7026657 980 libexecdir=$ac_optarg ;;
b34f6357 981
81ecdfbb
RW
982 -localedir | --localedir | --localedi | --localed | --locale)
983 ac_prev=localedir ;;
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
986
b34f6357 987 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 988 | --localstate | --localstat | --localsta | --localst | --locals)
b34f6357
DB
989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 992 localstatedir=$ac_optarg ;;
b34f6357
DB
993
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995 ac_prev=mandir ;;
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 997 mandir=$ac_optarg ;;
b34f6357
DB
998
999 -nfp | --nfp | --nf)
1000 # Obsolete; use --without-fp.
1001 with_fp=no ;;
1002
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1004 | --no-cr | --no-c | -n)
b34f6357
DB
1005 no_create=yes ;;
1006
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009 no_recursion=yes ;;
1010
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1018 oldincludedir=$ac_optarg ;;
b34f6357
DB
1019
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021 ac_prev=prefix ;;
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1023 prefix=$ac_optarg ;;
b34f6357
DB
1024
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1030 program_prefix=$ac_optarg ;;
b34f6357
DB
1031
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1037 program_suffix=$ac_optarg ;;
b34f6357
DB
1038
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1054 program_transform_name=$ac_optarg ;;
b34f6357 1055
81ecdfbb
RW
1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057 ac_prev=pdfdir ;;
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1060
1061 -psdir | --psdir | --psdi | --psd | --ps)
1062 ac_prev=psdir ;;
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064 psdir=$ac_optarg ;;
1065
b34f6357
DB
1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1068 silent=yes ;;
1069
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071 ac_prev=sbindir ;;
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073 | --sbi=* | --sb=*)
b7026657 1074 sbindir=$ac_optarg ;;
b34f6357
DB
1075
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1079 | --sha | --sh)
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084 | --sha=* | --sh=*)
b7026657 1085 sharedstatedir=$ac_optarg ;;
b34f6357
DB
1086
1087 -site | --site | --sit)
1088 ac_prev=site ;;
1089 -site=* | --site=* | --sit=*)
b7026657 1090 site=$ac_optarg ;;
b34f6357
DB
1091
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093 ac_prev=srcdir ;;
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1095 srcdir=$ac_optarg ;;
b34f6357
DB
1096
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1102 sysconfdir=$ac_optarg ;;
b34f6357
DB
1103
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1105 ac_prev=target_alias ;;
b34f6357 1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1107 target_alias=$ac_optarg ;;
b34f6357
DB
1108
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110 verbose=yes ;;
1111
b7026657
AC
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
b34f6357
DB
1114
1115 -with-* | --with-*)
81ecdfbb 1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b34f6357 1117 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119 as_fn_error "invalid package name: $ac_useropt"
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1123 *"
1124"with_$ac_useropt"
1125"*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
b34f6357 1128 esac
81ecdfbb 1129 eval with_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
1130
1131 -without-* | --without-*)
81ecdfbb 1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b34f6357 1133 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=no ;;
b34f6357
DB
1146
1147 --x)
1148 # Obsolete; use --with-x.
1149 with_x=yes ;;
1150
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1156 x_includes=$ac_optarg ;;
b34f6357
DB
1157
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1163 x_libraries=$ac_optarg ;;
b34f6357 1164
81ecdfbb
RW
1165 -*) as_fn_error "unrecognized option: \`$ac_option'
1166Try \`$0 --help' for more information."
b34f6357
DB
1167 ;;
1168
b7026657
AC
1169 *=*)
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
1174 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1175 esac
1176 eval $ac_envvar=\$ac_optarg
b7026657
AC
1177 export $ac_envvar ;;
1178
b34f6357 1179 *)
b7026657 1180 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1184 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
b34f6357
DB
1185 ;;
1186
1187 esac
1188done
1189
1190if test -n "$ac_prev"; then
b7026657 1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1192 as_fn_error "missing argument to $ac_option"
b34f6357 1193fi
b34f6357 1194
81ecdfbb
RW
1195if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1197 no) ;;
1198 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1200 esac
81ecdfbb 1201fi
b34f6357 1202
81ecdfbb
RW
1203# Check all directory arguments for consistency.
1204for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
b34f6357 1208do
81ecdfbb
RW
1209 eval ac_val=\$$ac_var
1210 # Remove trailing slashes.
1211 case $ac_val in
1212 */ )
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1215 esac
1216 # Be sure to have absolute directory names.
b7026657 1217 case $ac_val in
81ecdfbb
RW
1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
b34f6357 1220 esac
81ecdfbb 1221 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
b34f6357
DB
1222done
1223
b7026657
AC
1224# There might be people who depend on the old broken behavior: `$host'
1225# used to hold the argument of --host etc.
1226# FIXME: To remove some day.
1227build=$build_alias
1228host=$host_alias
1229target=$target_alias
1230
1231# FIXME: To remove some day.
1232if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
81ecdfbb 1235 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1236 If a cross compiler is detected then cross compile mode will be used." >&2
1237 elif test "x$build_alias" != "x$host_alias"; then
1238 cross_compiling=yes
1239 fi
1240fi
b34f6357 1241
b7026657
AC
1242ac_tool_prefix=
1243test -n "$host_alias" && ac_tool_prefix=$host_alias-
1244
1245test "$silent" = yes && exec 6>/dev/null
b34f6357 1246
b34f6357 1247
81ecdfbb
RW
1248ac_pwd=`pwd` && test -n "$ac_pwd" &&
1249ac_ls_di=`ls -di .` &&
1250ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1251 as_fn_error "working directory cannot be determined"
1252test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1253 as_fn_error "pwd does not report name of working directory"
1254
1255
b34f6357
DB
1256# Find the source files, if location was not specified.
1257if test -z "$srcdir"; then
1258 ac_srcdir_defaulted=yes
81ecdfbb
RW
1259 # Try the directory containing this script, then the parent directory.
1260 ac_confdir=`$as_dirname -- "$as_myself" ||
1261$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1262 X"$as_myself" : 'X\(//\)[^/]' \| \
1263 X"$as_myself" : 'X\(//\)$' \| \
1264 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1265$as_echo X"$as_myself" |
1266 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\/\)[^/].*/{
1271 s//\1/
1272 q
1273 }
1274 /^X\(\/\/\)$/{
1275 s//\1/
1276 q
1277 }
1278 /^X\(\/\).*/{
1279 s//\1/
1280 q
1281 }
1282 s/.*/./; q'`
b34f6357 1283 srcdir=$ac_confdir
81ecdfbb 1284 if test ! -r "$srcdir/$ac_unique_file"; then
b34f6357
DB
1285 srcdir=..
1286 fi
1287else
1288 ac_srcdir_defaulted=no
1289fi
81ecdfbb
RW
1290if test ! -r "$srcdir/$ac_unique_file"; then
1291 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1292 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1293fi
1294ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1295ac_abs_confdir=`(
1296 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1297 pwd)`
1298# When building in place, set srcdir=.
1299if test "$ac_abs_confdir" = "$ac_pwd"; then
1300 srcdir=.
1301fi
1302# Remove unnecessary trailing slashes from srcdir.
1303# Double slashes in file names in object file debugging info
1304# mess up M-x gdb in Emacs.
1305case $srcdir in
1306*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1307esac
1308for ac_var in $ac_precious_vars; do
1309 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_env_${ac_var}_value=\$${ac_var}
1311 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1312 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1313done
b34f6357 1314
b7026657
AC
1315#
1316# Report the --help message.
1317#
1318if test "$ac_init_help" = "long"; then
1319 # Omit some internal or obsolete options to make the list less imposing.
1320 # This message is too long to be a string in the A/UX 3.1 sh.
1321 cat <<_ACEOF
1322\`configure' configures this package to adapt to many kinds of systems.
b34f6357 1323
b7026657 1324Usage: $0 [OPTION]... [VAR=VALUE]...
b34f6357 1325
b7026657
AC
1326To assign environment variables (e.g., CC, CFLAGS...), specify them as
1327VAR=VALUE. See below for descriptions of some of the useful variables.
b34f6357 1328
b7026657 1329Defaults for the options are specified in brackets.
b34f6357 1330
b7026657
AC
1331Configuration:
1332 -h, --help display this help and exit
1333 --help=short display options specific to this package
1334 --help=recursive display the short help of all the included packages
1335 -V, --version display version information and exit
1336 -q, --quiet, --silent do not print \`checking...' messages
1337 --cache-file=FILE cache test results in FILE [disabled]
1338 -C, --config-cache alias for \`--cache-file=config.cache'
1339 -n, --no-create do not create output files
1340 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1341
b7026657
AC
1342Installation directories:
1343 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1344 [$ac_default_prefix]
b7026657 1345 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1346 [PREFIX]
b34f6357 1347
b7026657
AC
1348By default, \`make install' will install all the files in
1349\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1350an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1351for instance \`--prefix=\$HOME'.
b34f6357 1352
b7026657
AC
1353For better control, use the options below.
1354
1355Fine tuning of the installation directories:
81ecdfbb
RW
1356 --bindir=DIR user executables [EPREFIX/bin]
1357 --sbindir=DIR system admin executables [EPREFIX/sbin]
1358 --libexecdir=DIR program executables [EPREFIX/libexec]
1359 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1360 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1361 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1362 --libdir=DIR object code libraries [EPREFIX/lib]
1363 --includedir=DIR C header files [PREFIX/include]
1364 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1365 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1366 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1367 --infodir=DIR info documentation [DATAROOTDIR/info]
1368 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1369 --mandir=DIR man documentation [DATAROOTDIR/man]
1370 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1371 --htmldir=DIR html documentation [DOCDIR]
1372 --dvidir=DIR dvi documentation [DOCDIR]
1373 --pdfdir=DIR pdf documentation [DOCDIR]
1374 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1375_ACEOF
1376
1377 cat <<\_ACEOF
1378
1379Program names:
1380 --program-prefix=PREFIX prepend PREFIX to installed program names
1381 --program-suffix=SUFFIX append SUFFIX to installed program names
1382 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1383
1384System types:
1385 --build=BUILD configure for building on BUILD [guessed]
1386 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1387 --target=TARGET configure for building compilers for TARGET [HOST]
1388_ACEOF
b34f6357 1389fi
b7026657
AC
1390
1391if test -n "$ac_init_help"; then
1392
1393 cat <<\_ACEOF
1394
1395Optional Features:
81ecdfbb 1396 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1397 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1398 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1399 --enable-plugins Enable support for plugins
6bb11ab3
L
1400 --enable-shared[=PKGS] build shared libraries [default=yes]
1401 --enable-static[=PKGS] build static libraries [default=yes]
1402 --enable-fast-install[=PKGS]
1403 optimize for fast installation [default=yes]
1404 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1405 --enable-maintainer-mode enable make rules and dependencies not useful
1406 (and sometimes confusing) to the casual installer
8d0978fb
MF
1407 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1408 itself)
1409 --enable-sim-stdio Specify whether to use stdio for console
1410 input/output
1411 --enable-sim-trace=opts Enable tracing of simulated programs
1412 --enable-sim-profile=opts
1413 Enable profiling flags
1414 --enable-sim-endian=endian
1415 Specify target byte endian orientation
1416 --enable-sim-alignment=align
1417 Specify strict, nonstrict or forced alignment of
1418 memory accesses
8d0978fb
MF
1419 --enable-sim-scache=size
1420 Specify simulator execution cache size
1421 --enable-sim-default-model=model
1422 Specify default model to simulate
1423 --enable-sim-environment=environment
1424 Specify mixed, user, virtual or operating
1425 environment
1426 --enable-cgen-maint=DIR build cgen generated files
1427 --enable-sim-trapdump Make unknown traps dump the registers
1517bd27
MF
1428 --enable-sim-hardware=LIST
1429 Specify the hardware to be included in the build.
b7026657 1430
6efef468
JM
1431Optional Packages:
1432 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1433 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1434 --with-system-zlib use installed libz
6bb11ab3
L
1435 --with-pic try to use only PIC/non-PIC objects [default=use
1436 both]
1437 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1438 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1439 --with-bugurl=URL Direct users to URL to report a bug
1440
b7026657
AC
1441Some influential environment variables:
1442 CC C compiler command
1443 CFLAGS C compiler flags
1444 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1445 nonstandard directory <lib dir>
81ecdfbb
RW
1446 LIBS libraries to pass to the linker, e.g. -l<library>
1447 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1448 you have headers in a nonstandard directory <include dir>
b7026657
AC
1449 CPP C preprocessor
1450
1451Use these variables to override the choices made by `configure' or to help
1452it to find libraries and programs with nonstandard names/locations.
1453
81ecdfbb 1454Report bugs to the package provider.
b7026657 1455_ACEOF
81ecdfbb 1456ac_status=$?
b34f6357
DB
1457fi
1458
b7026657
AC
1459if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
b7026657 1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
b7026657 1465 ac_builddir=.
b34f6357 1466
81ecdfbb
RW
1467case "$ac_dir" in
1468.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469*)
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477esac
1478ac_abs_top_builddir=$ac_pwd
1479ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480# for backward compatibility:
1481ac_top_builddir=$ac_top_build_prefix
b34f6357 1482
b7026657 1483case $srcdir in
81ecdfbb 1484 .) # We are building in place.
b7026657 1485 ac_srcdir=.
81ecdfbb
RW
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1489 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1496esac
81ecdfbb
RW
1497ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1507 else
81ecdfbb
RW
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1511 done
b34f6357 1512fi
b7026657 1513
81ecdfbb 1514test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1515if $ac_init_version; then
1516 cat <<\_ACEOF
81ecdfbb
RW
1517configure
1518generated by GNU Autoconf 2.64
b7026657 1519
81ecdfbb 1520Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1521This configure script is free software; the Free Software Foundation
1522gives unlimited permission to copy, distribute and modify it.
1523_ACEOF
81ecdfbb 1524 exit
b7026657 1525fi
b7026657 1526
81ecdfbb
RW
1527## ------------------------ ##
1528## Autoconf initialization. ##
1529## ------------------------ ##
b7026657 1530
81ecdfbb
RW
1531# ac_fn_c_try_compile LINENO
1532# --------------------------
1533# Try to compile conftest.$ac_ext, and return whether this succeeded.
1534ac_fn_c_try_compile ()
b7026657 1535{
81ecdfbb
RW
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542esac
1543eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544$as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1551 fi
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558else
1559 $as_echo "$as_me: failed program was:" >&5
1560sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1561
81ecdfbb
RW
1562 ac_retval=1
1563fi
1564 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565 return $ac_retval
b7026657 1566
81ecdfbb 1567} # ac_fn_c_try_compile
b7026657 1568
81ecdfbb
RW
1569# ac_fn_c_try_cpp LINENO
1570# ----------------------
1571# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1572ac_fn_c_try_cpp ()
1573{
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 if { { ac_try="$ac_cpp conftest.$ac_ext"
1576case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579esac
1580eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581$as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } >/dev/null && {
1591 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 }; then :
1594 ac_retval=0
1595else
1596 $as_echo "$as_me: failed program was:" >&5
1597sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1598
81ecdfbb
RW
1599 ac_retval=1
1600fi
1601 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1602 return $ac_retval
b7026657 1603
81ecdfbb 1604} # ac_fn_c_try_cpp
b7026657 1605
81ecdfbb
RW
1606# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1607# -------------------------------------------------------
1608# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1609# the include files in INCLUDES and setting the cache variable VAR
1610# accordingly.
1611ac_fn_c_check_header_mongrel ()
1612{
1613 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1614 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1616$as_echo_n "checking for $2... " >&6; }
1617if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1618 $as_echo_n "(cached) " >&6
1619fi
1620eval ac_res=\$$3
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1622$as_echo "$ac_res" >&6; }
1623else
1624 # Is the header compilable?
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1626$as_echo_n "checking $2 usability... " >&6; }
1627cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1628/* end confdefs.h. */
1629$4
1630#include <$2>
1631_ACEOF
1632if ac_fn_c_try_compile "$LINENO"; then :
1633 ac_header_compiler=yes
1634else
1635 ac_header_compiler=no
1636fi
1637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1639$as_echo "$ac_header_compiler" >&6; }
1640
1641# Is the header present?
1642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1643$as_echo_n "checking $2 presence... " >&6; }
1644cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1645/* end confdefs.h. */
1646#include <$2>
1647_ACEOF
1648if ac_fn_c_try_cpp "$LINENO"; then :
1649 ac_header_preproc=yes
1650else
1651 ac_header_preproc=no
1652fi
1653rm -f conftest.err conftest.$ac_ext
1654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1655$as_echo "$ac_header_preproc" >&6; }
1656
1657# So? What about this header?
1658case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1659 yes:no: )
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1661$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1663$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1664 ;;
1665 no:yes:* )
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1667$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1669$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1671$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1673$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1675$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1676 ;;
1677esac
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1679$as_echo_n "checking for $2... " >&6; }
1680if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1681 $as_echo_n "(cached) " >&6
1682else
1683 eval "$3=\$ac_header_compiler"
1684fi
1685eval ac_res=\$$3
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1687$as_echo "$ac_res" >&6; }
1688fi
1689 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1690
1691} # ac_fn_c_check_header_mongrel
1692
1693# ac_fn_c_try_run LINENO
1694# ----------------------
1695# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1696# that executables *can* be run.
1697ac_fn_c_try_run ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if { { ac_try="$ac_link"
1701case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704esac
1705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706$as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_link") 2>&5
1708 ac_status=$?
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1711 { { case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714esac
1715eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716$as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_try") 2>&5
1718 ac_status=$?
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; }; }; then :
1721 ac_retval=0
1722else
1723 $as_echo "$as_me: program exited with status $ac_status" >&5
1724 $as_echo "$as_me: failed program was:" >&5
1725sed 's/^/| /' conftest.$ac_ext >&5
1726
1727 ac_retval=$ac_status
1728fi
1729 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1730 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731 return $ac_retval
1732
1733} # ac_fn_c_try_run
1734
1735# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1736# -------------------------------------------------------
1737# Tests whether HEADER exists and can be compiled using the include files in
1738# INCLUDES, setting the cache variable VAR accordingly.
1739ac_fn_c_check_header_compile ()
1740{
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1743$as_echo_n "checking for $2... " >&6; }
1744if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1745 $as_echo_n "(cached) " >&6
1746else
1747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1748/* end confdefs.h. */
1749$4
1750#include <$2>
1751_ACEOF
1752if ac_fn_c_try_compile "$LINENO"; then :
1753 eval "$3=yes"
1754else
1755 eval "$3=no"
1756fi
1757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1758fi
1759eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761$as_echo "$ac_res" >&6; }
1762 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1763
1764} # ac_fn_c_check_header_compile
1765
1766# ac_fn_c_try_link LINENO
1767# -----------------------
1768# Try to link conftest.$ac_ext, and return whether this succeeded.
1769ac_fn_c_try_link ()
1770{
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 rm -f conftest.$ac_objext conftest$ac_exeext
1773 if { { ac_try="$ac_link"
1774case "(($ac_try" in
1775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776 *) ac_try_echo=$ac_try;;
1777esac
1778eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1779$as_echo "$ac_try_echo"; } >&5
1780 (eval "$ac_link") 2>conftest.err
1781 ac_status=$?
1782 if test -s conftest.err; then
1783 grep -v '^ *+' conftest.err >conftest.er1
1784 cat conftest.er1 >&5
1785 mv -f conftest.er1 conftest.err
1786 fi
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && {
1789 test -z "$ac_c_werror_flag" ||
1790 test ! -s conftest.err
1791 } && test -s conftest$ac_exeext && {
1792 test "$cross_compiling" = yes ||
1793 $as_test_x conftest$ac_exeext
1794 }; then :
1795 ac_retval=0
1796else
1797 $as_echo "$as_me: failed program was:" >&5
1798sed 's/^/| /' conftest.$ac_ext >&5
1799
1800 ac_retval=1
1801fi
1802 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1803 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1804 # interfere with the next link command; also delete a directory that is
1805 # left behind by Apple's compiler. We do this before executing the actions.
1806 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1807 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808 return $ac_retval
1809
1810} # ac_fn_c_try_link
1811
1812# ac_fn_c_check_func LINENO FUNC VAR
1813# ----------------------------------
1814# Tests whether FUNC exists, setting the cache variable VAR accordingly
1815ac_fn_c_check_func ()
1816{
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819$as_echo_n "checking for $2... " >&6; }
1820if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 $as_echo_n "(cached) " >&6
1822else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827#define $2 innocuous_$2
1828
1829/* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1833
1834#ifdef __STDC__
1835# include <limits.h>
1836#else
1837# include <assert.h>
1838#endif
1839
1840#undef $2
1841
1842/* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845#ifdef __cplusplus
1846extern "C"
1847#endif
1848char $2 ();
1849/* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852#if defined __stub_$2 || defined __stub___$2
1853choke me
1854#endif
1855
1856int
1857main ()
1858{
1859return $2 ();
1860 ;
1861 return 0;
1862}
1863_ACEOF
1864if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866else
1867 eval "$3=no"
1868fi
1869rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1871fi
1872eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874$as_echo "$ac_res" >&6; }
1875 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876
1877} # ac_fn_c_check_func
936df756
MF
1878
1879# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1880# ----------------------------------------------------
1881# Tries to find if the field MEMBER exists in type AGGR, after including
1882# INCLUDES, setting cache variable VAR accordingly.
1883ac_fn_c_check_member ()
1884{
1885 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1887$as_echo_n "checking for $2.$3... " >&6; }
1888if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1889 $as_echo_n "(cached) " >&6
1890else
1891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1892/* end confdefs.h. */
1893$5
1894int
1895main ()
1896{
1897static $2 ac_aggr;
1898if (ac_aggr.$3)
1899return 0;
1900 ;
1901 return 0;
1902}
1903_ACEOF
1904if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$4=yes"
1906else
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908/* end confdefs.h. */
1909$5
1910int
1911main ()
1912{
1913static $2 ac_aggr;
1914if (sizeof ac_aggr.$3)
1915return 0;
1916 ;
1917 return 0;
1918}
1919_ACEOF
1920if ac_fn_c_try_compile "$LINENO"; then :
1921 eval "$4=yes"
1922else
1923 eval "$4=no"
1924fi
1925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1926fi
1927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1928fi
1929eval ac_res=\$$4
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931$as_echo "$ac_res" >&6; }
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1933
1934} # ac_fn_c_check_member
1935
1936# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1937# -------------------------------------------
1938# Tests whether TYPE exists after having included INCLUDES, setting cache
1939# variable VAR accordingly.
1940ac_fn_c_check_type ()
1941{
1942 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1944$as_echo_n "checking for $2... " >&6; }
1945if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1946 $as_echo_n "(cached) " >&6
1947else
1948 eval "$3=no"
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950/* end confdefs.h. */
1951$4
1952int
1953main ()
1954{
1955if (sizeof ($2))
1956 return 0;
1957 ;
1958 return 0;
1959}
1960_ACEOF
1961if ac_fn_c_try_compile "$LINENO"; then :
1962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1963/* end confdefs.h. */
1964$4
1965int
1966main ()
1967{
1968if (sizeof (($2)))
1969 return 0;
1970 ;
1971 return 0;
1972}
1973_ACEOF
1974if ac_fn_c_try_compile "$LINENO"; then :
1975
1976else
1977 eval "$3=yes"
1978fi
1979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1980fi
1981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1982fi
1983eval ac_res=\$$3
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1985$as_echo "$ac_res" >&6; }
1986 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987
1988} # ac_fn_c_check_type
81ecdfbb
RW
1989cat >config.log <<_ACEOF
1990This file contains any messages produced by compilers while
1991running configure, to aid debugging if configure makes a mistake.
1992
1993It was created by $as_me, which was
1994generated by GNU Autoconf 2.64. Invocation command line was
1995
1996 $ $0 $@
1997
1998_ACEOF
1999exec 5>>config.log
2000{
2001cat <<_ASUNAME
2002## --------- ##
2003## Platform. ##
2004## --------- ##
2005
2006hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2007uname -m = `(uname -m) 2>/dev/null || echo unknown`
2008uname -r = `(uname -r) 2>/dev/null || echo unknown`
2009uname -s = `(uname -s) 2>/dev/null || echo unknown`
2010uname -v = `(uname -v) 2>/dev/null || echo unknown`
2011
2012/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2013/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2014
2015/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2016/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2017/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2018/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2019/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2020/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2021/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2022
2023_ASUNAME
2024
2025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2026for as_dir in $PATH
2027do
2028 IFS=$as_save_IFS
2029 test -z "$as_dir" && as_dir=.
2030 $as_echo "PATH: $as_dir"
2031 done
2032IFS=$as_save_IFS
2033
2034} >&5
2035
2036cat >&5 <<_ACEOF
2037
2038
2039## ----------- ##
2040## Core tests. ##
b7026657
AC
2041## ----------- ##
2042
2043_ACEOF
2044
2045
2046# Keep a trace of the command line.
2047# Strip out --no-create and --no-recursion so they do not pile up.
2048# Strip out --silent because we don't want to record it for future runs.
2049# Also quote any args containing shell meta-characters.
2050# Make two passes to allow for proper duplicate-argument suppression.
2051ac_configure_args=
2052ac_configure_args0=
2053ac_configure_args1=
b7026657
AC
2054ac_must_keep_next=false
2055for ac_pass in 1 2
2056do
2057 for ac_arg
2058 do
2059 case $ac_arg in
2060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2062 | -silent | --silent | --silen | --sile | --sil)
2063 continue ;;
81ecdfbb
RW
2064 *\'*)
2065 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2066 esac
2067 case $ac_pass in
81ecdfbb 2068 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2069 2)
81ecdfbb 2070 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2071 if test $ac_must_keep_next = true; then
2072 ac_must_keep_next=false # Got value, back to normal.
2073 else
2074 case $ac_arg in
2075 *=* | --config-cache | -C | -disable-* | --disable-* \
2076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2078 | -with-* | --with-* | -without-* | --without-* | --x)
2079 case "$ac_configure_args0 " in
2080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2081 esac
2082 ;;
2083 -* ) ac_must_keep_next=true ;;
2084 esac
2085 fi
81ecdfbb 2086 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2087 ;;
2088 esac
2089 done
2090done
81ecdfbb
RW
2091{ ac_configure_args0=; unset ac_configure_args0;}
2092{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2093
2094# When interrupted or exit'd, cleanup temporary files, and complete
2095# config.log. We remove comments because anyway the quotes in there
2096# would cause problems or look ugly.
81ecdfbb
RW
2097# WARNING: Use '\'' to represent an apostrophe within the trap.
2098# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2099trap 'exit_status=$?
2100 # Save into config.log some information that might help in debugging.
2101 {
2102 echo
2103
2104 cat <<\_ASBOX
2105## ---------------- ##
2106## Cache variables. ##
2107## ---------------- ##
2108_ASBOX
2109 echo
2110 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2111(
2112 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2113 eval ac_val=\$$ac_var
2114 case $ac_val in #(
2115 *${as_nl}*)
2116 case $ac_var in #(
2117 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2118$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2119 esac
2120 case $ac_var in #(
2121 _ | IFS | as_nl) ;; #(
2122 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2123 *) { eval $ac_var=; unset $ac_var;} ;;
2124 esac ;;
2125 esac
2126 done
b7026657 2127 (set) 2>&1 |
81ecdfbb
RW
2128 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2129 *${as_nl}ac_space=\ *)
b7026657 2130 sed -n \
81ecdfbb
RW
2131 "s/'\''/'\''\\\\'\'''\''/g;
2132 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2133 ;; #(
b7026657 2134 *)
81ecdfbb 2135 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2136 ;;
81ecdfbb
RW
2137 esac |
2138 sort
2139)
b7026657
AC
2140 echo
2141
2142 cat <<\_ASBOX
2143## ----------------- ##
2144## Output variables. ##
2145## ----------------- ##
2146_ASBOX
2147 echo
2148 for ac_var in $ac_subst_vars
2149 do
81ecdfbb
RW
2150 eval ac_val=\$$ac_var
2151 case $ac_val in
2152 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2153 esac
2154 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2155 done | sort
2156 echo
2157
2158 if test -n "$ac_subst_files"; then
2159 cat <<\_ASBOX
81ecdfbb
RW
2160## ------------------- ##
2161## File substitutions. ##
2162## ------------------- ##
b7026657
AC
2163_ASBOX
2164 echo
2165 for ac_var in $ac_subst_files
2166 do
81ecdfbb
RW
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2172 done | sort
2173 echo
2174 fi
2175
2176 if test -s confdefs.h; then
2177 cat <<\_ASBOX
2178## ----------- ##
2179## confdefs.h. ##
2180## ----------- ##
2181_ASBOX
2182 echo
81ecdfbb 2183 cat confdefs.h
b7026657
AC
2184 echo
2185 fi
2186 test "$ac_signal" != 0 &&
81ecdfbb
RW
2187 $as_echo "$as_me: caught signal $ac_signal"
2188 $as_echo "$as_me: exit $exit_status"
b7026657 2189 } >&5
81ecdfbb
RW
2190 rm -f core *.core core.conftest.* &&
2191 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2192 exit $exit_status
81ecdfbb 2193' 0
b7026657 2194for ac_signal in 1 2 13 15; do
81ecdfbb 2195 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2196done
2197ac_signal=0
2198
2199# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2200rm -f -r conftest* confdefs.h
2201
2202$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2203
2204# Predefined preprocessor variables.
2205
2206cat >>confdefs.h <<_ACEOF
2207#define PACKAGE_NAME "$PACKAGE_NAME"
2208_ACEOF
2209
b7026657
AC
2210cat >>confdefs.h <<_ACEOF
2211#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2212_ACEOF
2213
b7026657
AC
2214cat >>confdefs.h <<_ACEOF
2215#define PACKAGE_VERSION "$PACKAGE_VERSION"
2216_ACEOF
2217
b7026657
AC
2218cat >>confdefs.h <<_ACEOF
2219#define PACKAGE_STRING "$PACKAGE_STRING"
2220_ACEOF
2221
b7026657
AC
2222cat >>confdefs.h <<_ACEOF
2223#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2224_ACEOF
2225
81ecdfbb
RW
2226cat >>confdefs.h <<_ACEOF
2227#define PACKAGE_URL "$PACKAGE_URL"
2228_ACEOF
2229
b7026657
AC
2230
2231# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2232# Prefer an explicitly selected file to automatically selected ones.
2233ac_site_file1=NONE
2234ac_site_file2=NONE
2235if test -n "$CONFIG_SITE"; then
2236 ac_site_file1=$CONFIG_SITE
2237elif test "x$prefix" != xNONE; then
2238 ac_site_file1=$prefix/share/config.site
2239 ac_site_file2=$prefix/etc/config.site
2240else
2241 ac_site_file1=$ac_default_prefix/share/config.site
2242 ac_site_file2=$ac_default_prefix/etc/config.site
2243fi
2244for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2245do
2246 test "x$ac_site_file" = xNONE && continue
b7026657 2247 if test -r "$ac_site_file"; then
81ecdfbb
RW
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2249$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2250 sed 's/^/| /' "$ac_site_file" >&5
2251 . "$ac_site_file"
2252 fi
2253done
2254
2255if test -r "$cache_file"; then
2256 # Some versions of bash will fail to source /dev/null (special
2257 # files actually), so we avoid doing that.
2258 if test -f "$cache_file"; then
81ecdfbb
RW
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2260$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2261 case $cache_file in
81ecdfbb
RW
2262 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2263 *) . "./$cache_file";;
b7026657
AC
2264 esac
2265 fi
2266else
81ecdfbb
RW
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2268$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2269 >$cache_file
2270fi
2271
2272# Check that the precious variables saved in the cache have kept the same
2273# value.
2274ac_cache_corrupted=false
81ecdfbb 2275for ac_var in $ac_precious_vars; do
b7026657
AC
2276 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2277 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2278 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2279 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2280 case $ac_old_set,$ac_new_set in
2281 set,)
81ecdfbb
RW
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2283$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2284 ac_cache_corrupted=: ;;
2285 ,set)
81ecdfbb
RW
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2287$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2288 ac_cache_corrupted=: ;;
2289 ,);;
2290 *)
2291 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2292 # differences in whitespace do not lead to failure.
2293 ac_old_val_w=`echo x $ac_old_val`
2294 ac_new_val_w=`echo x $ac_new_val`
2295 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2297$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2298 ac_cache_corrupted=:
2299 else
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2301$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2302 eval $ac_var=\$ac_old_val
2303 fi
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2305$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2307$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2308 fi;;
2309 esac
2310 # Pass precious variables to config.status.
2311 if test "$ac_new_set" = set; then
2312 case $ac_new_val in
81ecdfbb 2313 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2314 *) ac_arg=$ac_var=$ac_new_val ;;
2315 esac
2316 case " $ac_configure_args " in
2317 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2318 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2319 esac
2320 fi
2321done
2322if $ac_cache_corrupted; then
81ecdfbb
RW
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2324$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2326$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2327 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2328fi
81ecdfbb
RW
2329## -------------------- ##
2330## Main body of script. ##
2331## -------------------- ##
b7026657
AC
2332
2333ac_ext=c
2334ac_cpp='$CPP $CPPFLAGS'
2335ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2336ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2337ac_compiler_gnu=$ac_cv_c_compiler_gnu
2338
2339
35695fd6
AC
2340# This file contains common code used by all simulators.
2341#
2342# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2343# directory. It is intended to be invoked before any target specific stuff.
2344# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2345# It is intended to be invoked last.
2346#
306f4178 2347# The simulator's configure.ac should look like:
35695fd6
AC
2348#
2349# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2350# AC_PREREQ(2.64)dnl
35695fd6 2351# AC_INIT(Makefile.in)
6ffe910a 2352# sinclude(../common/aclocal.m4)
35695fd6
AC
2353#
2354# SIM_AC_COMMON
2355#
2356# ... target specific stuff ...
2357#
2358# SIM_AC_OUTPUT
2359
d6416cdc
RW
2360# Include global overrides and fixes for Autoconf.
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
6ffe910a
MF
2387# _AC_CHECK_DECL_BODY
2388# -------------------
2389# Shell function body for AC_CHECK_DECL.
2390# _AC_CHECK_DECL_BODY
d6416cdc 2391
6ffe910a
MF
2392# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2393# INCLUDES)
2394# -------------------------------------------------------------
2395# Helper to AC_CHECK_DECLS, which generates the check for a single
2396# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2397# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2398
2399
2400
2401
2402
2403
2404
35695fd6
AC
2405
2406
2407
db2e4d67 2408
6bb11ab3 2409# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2410#
6bb11ab3
L
2411# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2412# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2413# Written by Gordon Matzigkeit, 1996
2414#
2415# This file is free software; the Free Software Foundation gives
2416# unlimited permission to copy and/or distribute it, with or without
2417# modifications, as long as this notice is preserved.
db2e4d67 2418
db2e4d67 2419
db2e4d67 2420
6bb11ab3 2421# serial 56 LT_INIT
db2e4d67
MF
2422
2423
6bb11ab3
L
2424# LT_PREREQ(VERSION)
2425# ------------------
2426# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2427
db2e4d67
MF
2428
2429
6bb11ab3
L
2430# _LT_CHECK_BUILDDIR
2431# ------------------
2432# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2433
2434
35695fd6 2435
6bb11ab3
L
2436# LT_INIT([OPTIONS])
2437# ------------------
2438# LT_INIT
35695fd6 2439
6bb11ab3
L
2440# Old names:
2441# This is what autoupdate's m4 run will expand. It fires
2442# the warning (with _au_warn_XXX), outputs it into the
2443# updated configure.ac (with AC_DIAGNOSE), and then outputs
2444# the replacement expansion.
35695fd6
AC
2445
2446
6bb11ab3
L
2447# This is an auxiliary macro that is also run when
2448# autoupdate runs m4. It simply calls m4_warning, but
2449# we need a wrapper so that each warning is emitted only
2450# once. We break the quoting in m4_warning's argument in
2451# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2452
2453
6bb11ab3
L
2454# Finally, this is the expansion that is picked up by
2455# autoconf. It tells the user to run autoupdate, and
2456# then outputs the replacement expansion. We do not care
2457# about autoupdate's warning because that contains
2458# information on what to do *after* running autoupdate.
35695fd6 2459
6bb11ab3
L
2460# This is what autoupdate's m4 run will expand. It fires
2461# the warning (with _au_warn_XXX), outputs it into the
2462# updated configure.ac (with AC_DIAGNOSE), and then outputs
2463# the replacement expansion.
35695fd6
AC
2464
2465
6bb11ab3
L
2466# This is an auxiliary macro that is also run when
2467# autoupdate runs m4. It simply calls m4_warning, but
2468# we need a wrapper so that each warning is emitted only
2469# once. We break the quoting in m4_warning's argument in
2470# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2471
2472
6bb11ab3
L
2473# Finally, this is the expansion that is picked up by
2474# autoconf. It tells the user to run autoupdate, and
2475# then outputs the replacement expansion. We do not care
2476# about autoupdate's warning because that contains
2477# information on what to do *after* running autoupdate.
35695fd6
AC
2478
2479
2480
6bb11ab3
L
2481# _LT_CC_BASENAME(CC)
2482# -------------------
2483# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2484
2485
2486
6bb11ab3
L
2487# _LT_FILEUTILS_DEFAULTS
2488# ----------------------
2489# It is okay to use these file commands and assume they have been set
2490# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2491# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2492
2493
6bb11ab3
L
2494# _LT_SETUP
2495# ---------
2496# _LT_SETUP
35695fd6
AC
2497
2498
6bb11ab3
L
2499# _LT_PREPARE_SED_QUOTE_VARS
2500# --------------------------
2501# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2502
2503
6bb11ab3
L
2504# _LT_PROG_LTMAIN
2505# ---------------
2506# Note that this code is called both from `configure', and `config.status'
2507# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2508# `config.status' has no value for ac_aux_dir unless we are using Automake,
2509# so we pass a copy along to make sure it has a sensible value anyway.
2510# _LT_PROG_LTMAIN
35695fd6
AC
2511
2512
6bb11ab3
L
2513## ------------------------------------- ##
2514## Accumulate code for creating libtool. ##
2515## ------------------------------------- ##
35695fd6 2516
6bb11ab3
L
2517# So that we can recreate a full libtool script including additional
2518# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2519# in macros and then make a single call at the end using the `libtool'
2520# label.
35695fd6
AC
2521
2522
6bb11ab3
L
2523# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2524# ----------------------------------------
2525# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2526
2527
6bb11ab3 2528# Initialize.
35695fd6
AC
2529
2530
2531
6bb11ab3
L
2532# _LT_CONFIG_LIBTOOL([COMMANDS])
2533# ------------------------------
2534# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2535
2536
6bb11ab3 2537# Initialize.
35695fd6
AC
2538
2539
2540
6bb11ab3
L
2541# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2542# -----------------------------------------------------
35695fd6 2543
5912fadd
JB
2544
2545
6bb11ab3
L
2546# _LT_FORMAT_COMMENT([COMMENT])
2547# -----------------------------
2548# Add leading comment marks to the start of each line, and a trailing
2549# full-stop to the whole comment if one is not present already.
5912fadd
JB
2550
2551
35695fd6
AC
2552
2553
6bb11ab3
L
2554## ------------------------ ##
2555## FIXME: Eliminate VARNAME ##
2556## ------------------------ ##
35695fd6
AC
2557
2558
6bb11ab3
L
2559# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2560# -------------------------------------------------------------------
2561# CONFIGNAME is the name given to the value in the libtool script.
2562# VARNAME is the (base) name used in the configure script.
2563# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2564# VARNAME. Any other value will be used directly.
35695fd6 2565
35695fd6
AC
2566
2567
6bb11ab3
L
2568# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2569# --------------------------------------------------------
35695fd6
AC
2570
2571
2572
6bb11ab3
L
2573# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2574# ------------------------------------------------
35695fd6
AC
2575
2576
2577
6bb11ab3
L
2578# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2579# ---------------------------------------------------------
35695fd6
AC
2580
2581
2582
6bb11ab3
L
2583# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2584# --------------------------------------------------
35695fd6
AC
2585
2586
2587
6bb11ab3
L
2588# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2589# ---------------------------------------------------
35695fd6
AC
2590
2591
2592
6bb11ab3
L
2593# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2594# ---------------------------------------------------
35695fd6
AC
2595
2596
2597
2598
6bb11ab3
L
2599# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2600# ------------------------------------------------
35695fd6
AC
2601
2602
2603
2604
6bb11ab3
L
2605# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2606# ------------------------------------
2607# Quote a variable value, and forward it to `config.status' so that its
2608# declaration there will have the same value as in `configure'. VARNAME
2609# must have a single quote delimited value for this to work.
35695fd6
AC
2610
2611
2612
6bb11ab3
L
2613# _LT_CONFIG_STATUS_DECLARATIONS
2614# ------------------------------
2615# We delimit libtool config variables with single quotes, so when
2616# we write them to config.status, we have to be sure to quote all
2617# embedded single quotes properly. In configure, this macro expands
2618# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2619#
2620# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2621
2622
2623
6bb11ab3
L
2624# _LT_LIBTOOL_TAGS
2625# ----------------
2626# Output comment and list of tags supported by the script
35695fd6
AC
2627
2628
2629
6bb11ab3
L
2630# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2631# -----------------------------------
2632# Extract the dictionary values for VARNAME (optionally with TAG) and
2633# expand to a commented shell variable setting:
2634#
2635# # Some comment about what VAR is for.
2636# visible_name=$lt_internal_name
35695fd6
AC
2637
2638
35695fd6 2639
6bb11ab3
L
2640# _LT_LIBTOOL_CONFIG_VARS
2641# -----------------------
2642# Produce commented declarations of non-tagged libtool config variables
2643# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2644# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2645# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2646
2647
6efef468 2648
6bb11ab3
L
2649# _LT_LIBTOOL_TAG_VARS(TAG)
2650# -------------------------
6efef468
JM
2651
2652
2653
6bb11ab3
L
2654# _LT_TAGVAR(VARNAME, [TAGNAME])
2655# ------------------------------
6efef468
JM
2656
2657
2658
6bb11ab3
L
2659# _LT_CONFIG_COMMANDS
2660# -------------------
2661# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2662# variables for single and double quote escaping we saved from calls
2663# to _LT_DECL, we can put quote escaped variables declarations
2664# into `config.status', and then the shell code to quote escape them in
2665# for loops in `config.status'. Finally, any additional code accumulated
2666# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2667#_LT_CONFIG_COMMANDS
2668
2669
2670# Initialize.
2671
2672
2673# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2674# ------------------------------------
2675# Generate a child script FILE with all initialization necessary to
2676# reuse the environment learned by the parent script, and make the
2677# file executable. If COMMENT is supplied, it is inserted after the
2678# `#!' sequence but before initialization text begins. After this
2679# macro, additional text can be appended to FILE to form the body of
2680# the child script. The macro ends with non-zero status if the
2681# file could not be fully written (such as if the disk is full).
2682# _LT_GENERATED_FILE_INIT
2683
2684# LT_OUTPUT
2685# ---------
2686# This macro allows early generation of the libtool script (before
2687# AC_OUTPUT is called), incase it is used in configure for compilation
2688# tests.
2689# LT_OUTPUT
2690
2691
2692# _LT_CONFIG(TAG)
2693# ---------------
2694# If TAG is the built-in tag, create an initial libtool script with a
2695# default configuration from the untagged config vars. Otherwise add code
2696# to config.status for appending the configuration named by TAG from the
2697# matching tagged config vars.
2698# _LT_CONFIG
6efef468
JM
2699
2700
6bb11ab3
L
2701# LT_SUPPORTED_TAG(TAG)
2702# ---------------------
2703# Trace this macro to discover what tags are supported by the libtool
2704# --tag option, using:
2705# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2706
6efef468 2707
6efef468 2708
6bb11ab3 2709# C support is built-in for now
6efef468 2710
6efef468
JM
2711
2712
2713
6bb11ab3
L
2714# LT_LANG(LANG)
2715# -------------
2716# Enable libtool support for the given language if not already enabled.
2717# LT_LANG
6efef468
JM
2718
2719
6bb11ab3
L
2720# _LT_LANG(LANGNAME)
2721# ------------------
2722# _LT_LANG
6efef468
JM
2723
2724
6bb11ab3
L
2725# _LT_LANG_DEFAULT_CONFIG
2726# -----------------------
2727# _LT_LANG_DEFAULT_CONFIG
6efef468 2728
6bb11ab3
L
2729# Obsolete macros:
2730# This is what autoupdate's m4 run will expand. It fires
2731# the warning (with _au_warn_XXX), outputs it into the
2732# updated configure.ac (with AC_DIAGNOSE), and then outputs
2733# the replacement expansion.
6efef468 2734
6efef468 2735
6bb11ab3
L
2736# This is an auxiliary macro that is also run when
2737# autoupdate runs m4. It simply calls m4_warning, but
2738# we need a wrapper so that each warning is emitted only
2739# once. We break the quoting in m4_warning's argument in
2740# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2741
6efef468 2742
6bb11ab3
L
2743# Finally, this is the expansion that is picked up by
2744# autoconf. It tells the user to run autoupdate, and
2745# then outputs the replacement expansion. We do not care
2746# about autoupdate's warning because that contains
2747# information on what to do *after* running autoupdate.
6efef468 2748
6bb11ab3
L
2749# This is what autoupdate's m4 run will expand. It fires
2750# the warning (with _au_warn_XXX), outputs it into the
2751# updated configure.ac (with AC_DIAGNOSE), and then outputs
2752# the replacement expansion.
6efef468
JM
2753
2754
6bb11ab3
L
2755# This is an auxiliary macro that is also run when
2756# autoupdate runs m4. It simply calls m4_warning, but
2757# we need a wrapper so that each warning is emitted only
2758# once. We break the quoting in m4_warning's argument in
2759# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2760
2761
6bb11ab3
L
2762# Finally, this is the expansion that is picked up by
2763# autoconf. It tells the user to run autoupdate, and
2764# then outputs the replacement expansion. We do not care
2765# about autoupdate's warning because that contains
2766# information on what to do *after* running autoupdate.
6efef468 2767
6bb11ab3
L
2768# This is what autoupdate's m4 run will expand. It fires
2769# the warning (with _au_warn_XXX), outputs it into the
2770# updated configure.ac (with AC_DIAGNOSE), and then outputs
2771# the replacement expansion.
6efef468
JM
2772
2773
6bb11ab3
L
2774# This is an auxiliary macro that is also run when
2775# autoupdate runs m4. It simply calls m4_warning, but
2776# we need a wrapper so that each warning is emitted only
2777# once. We break the quoting in m4_warning's argument in
2778# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2779
2780
6bb11ab3
L
2781# Finally, this is the expansion that is picked up by
2782# autoconf. It tells the user to run autoupdate, and
2783# then outputs the replacement expansion. We do not care
2784# about autoupdate's warning because that contains
2785# information on what to do *after* running autoupdate.
6efef468 2786
6bb11ab3
L
2787# This is what autoupdate's m4 run will expand. It fires
2788# the warning (with _au_warn_XXX), outputs it into the
2789# updated configure.ac (with AC_DIAGNOSE), and then outputs
2790# the replacement expansion.
6efef468
JM
2791
2792
6bb11ab3
L
2793# This is an auxiliary macro that is also run when
2794# autoupdate runs m4. It simply calls m4_warning, but
2795# we need a wrapper so that each warning is emitted only
2796# once. We break the quoting in m4_warning's argument in
2797# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2798
2799
6bb11ab3
L
2800# Finally, this is the expansion that is picked up by
2801# autoconf. It tells the user to run autoupdate, and
2802# then outputs the replacement expansion. We do not care
2803# about autoupdate's warning because that contains
2804# information on what to do *after* running autoupdate.
6efef468 2805
6bb11ab3
L
2806# This is what autoupdate's m4 run will expand. It fires
2807# the warning (with _au_warn_XXX), outputs it into the
2808# updated configure.ac (with AC_DIAGNOSE), and then outputs
2809# the replacement expansion.
6efef468
JM
2810
2811
6bb11ab3
L
2812# This is an auxiliary macro that is also run when
2813# autoupdate runs m4. It simply calls m4_warning, but
2814# we need a wrapper so that each warning is emitted only
2815# once. We break the quoting in m4_warning's argument in
2816# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2817
2818
6bb11ab3
L
2819# Finally, this is the expansion that is picked up by
2820# autoconf. It tells the user to run autoupdate, and
2821# then outputs the replacement expansion. We do not care
2822# about autoupdate's warning because that contains
2823# information on what to do *after* running autoupdate.
6efef468 2824
35695fd6
AC
2825
2826
6bb11ab3
L
2827# _LT_TAG_COMPILER
2828# ----------------
2829# _LT_TAG_COMPILER
35695fd6
AC
2830
2831
6bb11ab3
L
2832# _LT_COMPILER_BOILERPLATE
2833# ------------------------
2834# Check for compiler boilerplate output or warnings with
2835# the simple compiler test code.
2836# _LT_COMPILER_BOILERPLATE
f0569246 2837
f0569246 2838
6bb11ab3
L
2839# _LT_LINKER_BOILERPLATE
2840# ----------------------
2841# Check for linker boilerplate output or warnings with
2842# the simple link test code.
2843# _LT_LINKER_BOILERPLATE
b7026657 2844
6bb11ab3
L
2845# _LT_REQUIRED_DARWIN_CHECKS
2846# -------------------------
81ecdfbb 2847
b7026657 2848
b7026657 2849
6bb11ab3
L
2850# _LT_DARWIN_LINKER_FEATURES
2851# --------------------------
2852# Checks for linker and compiler features on darwin
b7026657 2853
b7026657 2854
6bb11ab3
L
2855# _LT_SYS_MODULE_PATH_AIX
2856# -----------------------
2857# Links a minimal program and checks the executable
2858# for the system default hardcoded library path. In most cases,
2859# this is /usr/lib:/lib, but when the MPI compilers are used
2860# the location of the communication and MPI libs are included too.
2861# If we don't find anything, use the default library path according
2862# to the aix ld manual.
2863# _LT_SYS_MODULE_PATH_AIX
b7026657 2864
b7026657 2865
6bb11ab3
L
2866# _LT_SHELL_INIT(ARG)
2867# -------------------
2868# _LT_SHELL_INIT
b7026657 2869
f0569246 2870
81ecdfbb 2871
6bb11ab3
L
2872# _LT_PROG_ECHO_BACKSLASH
2873# -----------------------
2874# Find how we can fake an echo command that does not interpret backslash.
2875# In particular, with Autoconf 2.60 or later we add some code to the start
2876# of the generated configure script which will find a shell with a builtin
2877# printf (which we can use as an echo command).
2878# _LT_PROG_ECHO_BACKSLASH
f0569246 2879
b7026657 2880
6bb11ab3
L
2881# _LT_ENABLE_LOCK
2882# ---------------
2883# _LT_ENABLE_LOCK
81ecdfbb 2884
b7026657 2885
6bb11ab3
L
2886# _LT_CMD_OLD_ARCHIVE
2887# -------------------
2888# _LT_CMD_OLD_ARCHIVE
f0569246 2889
81ecdfbb 2890
6bb11ab3
L
2891# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2892# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2893# ----------------------------------------------------------------
2894# Check whether the given compiler option works
2895# _LT_COMPILER_OPTION
b7026657 2896
6bb11ab3
L
2897# Old name:
2898# This is what autoupdate's m4 run will expand. It fires
2899# the warning (with _au_warn_XXX), outputs it into the
2900# updated configure.ac (with AC_DIAGNOSE), and then outputs
2901# the replacement expansion.
b7026657 2902
b7026657 2903
6bb11ab3
L
2904# This is an auxiliary macro that is also run when
2905# autoupdate runs m4. It simply calls m4_warning, but
2906# we need a wrapper so that each warning is emitted only
2907# once. We break the quoting in m4_warning's argument in
2908# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2909
f0569246 2910
6bb11ab3
L
2911# Finally, this is the expansion that is picked up by
2912# autoconf. It tells the user to run autoupdate, and
2913# then outputs the replacement expansion. We do not care
2914# about autoupdate's warning because that contains
2915# information on what to do *after* running autoupdate.
f0569246 2916
f0569246 2917
f0569246 2918
6bb11ab3
L
2919# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2920# [ACTION-SUCCESS], [ACTION-FAILURE])
2921# ----------------------------------------------------
2922# Check whether the given linker option works
2923# _LT_LINKER_OPTION
81ecdfbb 2924
6bb11ab3
L
2925# Old name:
2926# This is what autoupdate's m4 run will expand. It fires
2927# the warning (with _au_warn_XXX), outputs it into the
2928# updated configure.ac (with AC_DIAGNOSE), and then outputs
2929# the replacement expansion.
81ecdfbb 2930
81ecdfbb 2931
6bb11ab3
L
2932# This is an auxiliary macro that is also run when
2933# autoupdate runs m4. It simply calls m4_warning, but
2934# we need a wrapper so that each warning is emitted only
2935# once. We break the quoting in m4_warning's argument in
2936# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2937
f0569246 2938
6bb11ab3
L
2939# Finally, this is the expansion that is picked up by
2940# autoconf. It tells the user to run autoupdate, and
2941# then outputs the replacement expansion. We do not care
2942# about autoupdate's warning because that contains
2943# information on what to do *after* running autoupdate.
2944
2945
2946
2947# LT_CMD_MAX_LEN
2948#---------------
2949# LT_CMD_MAX_LEN
2950
2951# Old name:
2952# This is what autoupdate's m4 run will expand. It fires
2953# the warning (with _au_warn_XXX), outputs it into the
2954# updated configure.ac (with AC_DIAGNOSE), and then outputs
2955# the replacement expansion.
2956
2957
2958# This is an auxiliary macro that is also run when
2959# autoupdate runs m4. It simply calls m4_warning, but
2960# we need a wrapper so that each warning is emitted only
2961# once. We break the quoting in m4_warning's argument in
2962# order to expand this macro's arguments, not AU_DEFUN's.
2963
2964
2965# Finally, this is the expansion that is picked up by
2966# autoconf. It tells the user to run autoupdate, and
2967# then outputs the replacement expansion. We do not care
2968# about autoupdate's warning because that contains
2969# information on what to do *after* running autoupdate.
2970
2971
2972
2973# _LT_HEADER_DLFCN
2974# ----------------
2975# _LT_HEADER_DLFCN
2976
2977
2978# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2979# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2980# ----------------------------------------------------------------
2981# _LT_TRY_DLOPEN_SELF
2982
2983
2984# LT_SYS_DLOPEN_SELF
2985# ------------------
2986# LT_SYS_DLOPEN_SELF
2987
2988# Old name:
2989# This is what autoupdate's m4 run will expand. It fires
2990# the warning (with _au_warn_XXX), outputs it into the
2991# updated configure.ac (with AC_DIAGNOSE), and then outputs
2992# the replacement expansion.
2993
2994
2995# This is an auxiliary macro that is also run when
2996# autoupdate runs m4. It simply calls m4_warning, but
2997# we need a wrapper so that each warning is emitted only
2998# once. We break the quoting in m4_warning's argument in
2999# order to expand this macro's arguments, not AU_DEFUN's.
3000
3001
3002# Finally, this is the expansion that is picked up by
3003# autoconf. It tells the user to run autoupdate, and
3004# then outputs the replacement expansion. We do not care
3005# about autoupdate's warning because that contains
3006# information on what to do *after* running autoupdate.
3007
3008
3009
3010# _LT_COMPILER_C_O([TAGNAME])
3011# ---------------------------
3012# Check to see if options -c and -o are simultaneously supported by compiler.
3013# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3014# _LT_COMPILER_C_O
3015
3016
3017# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3018# ----------------------------------
3019# Check to see if we can do hard links to lock some files if needed
3020# _LT_COMPILER_FILE_LOCKS
3021
3022
3023# _LT_CHECK_OBJDIR
3024# ----------------
3025# _LT_CHECK_OBJDIR
3026
3027
3028# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3029# --------------------------------------
3030# Check hardcoding attributes.
3031# _LT_LINKER_HARDCODE_LIBPATH
3032
3033
3034# _LT_CMD_STRIPLIB
3035# ----------------
3036# _LT_CMD_STRIPLIB
3037
3038
3039# _LT_SYS_DYNAMIC_LINKER([TAG])
3040# -----------------------------
3041# PORTME Fill in your ld.so characteristics
3042# _LT_SYS_DYNAMIC_LINKER
3043
3044
3045# _LT_PATH_TOOL_PREFIX(TOOL)
3046# --------------------------
3047# find a file program which can recognize shared library
3048# _LT_PATH_TOOL_PREFIX
3049
3050# Old name:
3051# This is what autoupdate's m4 run will expand. It fires
3052# the warning (with _au_warn_XXX), outputs it into the
3053# updated configure.ac (with AC_DIAGNOSE), and then outputs
3054# the replacement expansion.
3055
3056
3057# This is an auxiliary macro that is also run when
3058# autoupdate runs m4. It simply calls m4_warning, but
3059# we need a wrapper so that each warning is emitted only
3060# once. We break the quoting in m4_warning's argument in
3061# order to expand this macro's arguments, not AU_DEFUN's.
3062
3063
3064# Finally, this is the expansion that is picked up by
3065# autoconf. It tells the user to run autoupdate, and
3066# then outputs the replacement expansion. We do not care
3067# about autoupdate's warning because that contains
3068# information on what to do *after* running autoupdate.
3069
3070
3071
3072# _LT_PATH_MAGIC
3073# --------------
3074# find a file program which can recognize a shared library
3075# _LT_PATH_MAGIC
3076
3077
3078# LT_PATH_LD
3079# ----------
3080# find the pathname to the GNU or non-GNU linker
3081# LT_PATH_LD
3082
3083# Old names:
3084# This is what autoupdate's m4 run will expand. It fires
3085# the warning (with _au_warn_XXX), outputs it into the
3086# updated configure.ac (with AC_DIAGNOSE), and then outputs
3087# the replacement expansion.
3088
3089
3090# This is an auxiliary macro that is also run when
3091# autoupdate runs m4. It simply calls m4_warning, but
3092# we need a wrapper so that each warning is emitted only
3093# once. We break the quoting in m4_warning's argument in
3094# order to expand this macro's arguments, not AU_DEFUN's.
3095
3096
3097# Finally, this is the expansion that is picked up by
3098# autoconf. It tells the user to run autoupdate, and
3099# then outputs the replacement expansion. We do not care
3100# about autoupdate's warning because that contains
3101# information on what to do *after* running autoupdate.
3102
3103# This is what autoupdate's m4 run will expand. It fires
3104# the warning (with _au_warn_XXX), outputs it into the
3105# updated configure.ac (with AC_DIAGNOSE), and then outputs
3106# the replacement expansion.
3107
3108
3109# This is an auxiliary macro that is also run when
3110# autoupdate runs m4. It simply calls m4_warning, but
3111# we need a wrapper so that each warning is emitted only
3112# once. We break the quoting in m4_warning's argument in
3113# order to expand this macro's arguments, not AU_DEFUN's.
3114
3115
3116# Finally, this is the expansion that is picked up by
3117# autoconf. It tells the user to run autoupdate, and
3118# then outputs the replacement expansion. We do not care
3119# about autoupdate's warning because that contains
3120# information on what to do *after* running autoupdate.
3121
3122
3123
3124# _LT_PATH_LD_GNU
3125#- --------------
3126# _LT_PATH_LD_GNU
3127
3128
3129# _LT_CMD_RELOAD
3130# --------------
3131# find reload flag for linker
3132# -- PORTME Some linkers may need a different reload flag.
3133# _LT_CMD_RELOAD
3134
3135
3136# _LT_CHECK_MAGIC_METHOD
3137# ----------------------
3138# how to check for library dependencies
3139# -- PORTME fill in with the dynamic library characteristics
3140# _LT_CHECK_MAGIC_METHOD
3141
3142
3143# LT_PATH_NM
3144# ----------
3145# find the pathname to a BSD- or MS-compatible name lister
3146# LT_PATH_NM
3147
3148# Old names:
3149# This is what autoupdate's m4 run will expand. It fires
3150# the warning (with _au_warn_XXX), outputs it into the
3151# updated configure.ac (with AC_DIAGNOSE), and then outputs
3152# the replacement expansion.
3153
3154
3155# This is an auxiliary macro that is also run when
3156# autoupdate runs m4. It simply calls m4_warning, but
3157# we need a wrapper so that each warning is emitted only
3158# once. We break the quoting in m4_warning's argument in
3159# order to expand this macro's arguments, not AU_DEFUN's.
3160
3161
3162# Finally, this is the expansion that is picked up by
3163# autoconf. It tells the user to run autoupdate, and
3164# then outputs the replacement expansion. We do not care
3165# about autoupdate's warning because that contains
3166# information on what to do *after* running autoupdate.
3167
3168# This is what autoupdate's m4 run will expand. It fires
3169# the warning (with _au_warn_XXX), outputs it into the
3170# updated configure.ac (with AC_DIAGNOSE), and then outputs
3171# the replacement expansion.
3172
3173
3174# This is an auxiliary macro that is also run when
3175# autoupdate runs m4. It simply calls m4_warning, but
3176# we need a wrapper so that each warning is emitted only
3177# once. We break the quoting in m4_warning's argument in
3178# order to expand this macro's arguments, not AU_DEFUN's.
3179
3180
3181# Finally, this is the expansion that is picked up by
3182# autoconf. It tells the user to run autoupdate, and
3183# then outputs the replacement expansion. We do not care
3184# about autoupdate's warning because that contains
3185# information on what to do *after* running autoupdate.
3186
3187
3188
3189# LT_LIB_M
3190# --------
3191# check for math library
3192# LT_LIB_M
3193
3194# Old name:
3195# This is what autoupdate's m4 run will expand. It fires
3196# the warning (with _au_warn_XXX), outputs it into the
3197# updated configure.ac (with AC_DIAGNOSE), and then outputs
3198# the replacement expansion.
3199
3200
3201# This is an auxiliary macro that is also run when
3202# autoupdate runs m4. It simply calls m4_warning, but
3203# we need a wrapper so that each warning is emitted only
3204# once. We break the quoting in m4_warning's argument in
3205# order to expand this macro's arguments, not AU_DEFUN's.
3206
3207
3208# Finally, this is the expansion that is picked up by
3209# autoconf. It tells the user to run autoupdate, and
3210# then outputs the replacement expansion. We do not care
3211# about autoupdate's warning because that contains
3212# information on what to do *after* running autoupdate.
3213
3214
3215
3216# _LT_COMPILER_NO_RTTI([TAGNAME])
3217# -------------------------------
3218# _LT_COMPILER_NO_RTTI
3219
3220
3221# _LT_CMD_GLOBAL_SYMBOLS
3222# ----------------------
3223 # _LT_CMD_GLOBAL_SYMBOLS
3224
3225
3226# _LT_COMPILER_PIC([TAGNAME])
3227# ---------------------------
3228# _LT_COMPILER_PIC
3229
3230
3231# _LT_LINKER_SHLIBS([TAGNAME])
3232# ----------------------------
3233# See if the linker supports building shared libraries.
3234# _LT_LINKER_SHLIBS
3235
3236
3237# _LT_LANG_C_CONFIG([TAG])
3238# ------------------------
3239# Ensure that the configuration variables for a C compiler are suitably
3240# defined. These variables are subsequently used by _LT_CONFIG to write
3241# the compiler configuration to `libtool'.
3242# _LT_LANG_C_CONFIG
3243
3244
3245# _LT_LANG_CXX_CONFIG([TAG])
3246# --------------------------
3247# Ensure that the configuration variables for a C++ compiler are suitably
3248# defined. These variables are subsequently used by _LT_CONFIG to write
3249# the compiler configuration to `libtool'.
3250# _LT_LANG_CXX_CONFIG
3251
3252
3253# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3254# ---------------------------------
3255# Figure out "hidden" library dependencies from verbose
3256# compiler output when linking a shared library.
3257# Parse the compiler output and extract the necessary
3258# objects, libraries and library flags.
3259# _LT_SYS_HIDDEN_LIBDEPS
3260
3261
3262# _LT_LANG_F77_CONFIG([TAG])
3263# --------------------------
3264# Ensure that the configuration variables for a Fortran 77 compiler are
3265# suitably defined. These variables are subsequently used by _LT_CONFIG
3266# to write the compiler configuration to `libtool'.
3267# _LT_LANG_F77_CONFIG
3268
3269
3270# _LT_LANG_FC_CONFIG([TAG])
3271# -------------------------
3272# Ensure that the configuration variables for a Fortran compiler are
3273# suitably defined. These variables are subsequently used by _LT_CONFIG
3274# to write the compiler configuration to `libtool'.
3275# _LT_LANG_FC_CONFIG
3276
3277
3278# _LT_LANG_GCJ_CONFIG([TAG])
3279# --------------------------
3280# Ensure that the configuration variables for the GNU Java Compiler compiler
3281# are suitably defined. These variables are subsequently used by _LT_CONFIG
3282# to write the compiler configuration to `libtool'.
3283# _LT_LANG_GCJ_CONFIG
3284
3285
3286# _LT_LANG_RC_CONFIG([TAG])
3287# -------------------------
3288# Ensure that the configuration variables for the Windows resource compiler
3289# are suitably defined. These variables are subsequently used by _LT_CONFIG
3290# to write the compiler configuration to `libtool'.
3291# _LT_LANG_RC_CONFIG
3292
3293
3294# LT_PROG_GCJ
3295# -----------
3296
3297
3298# Old name:
3299# This is what autoupdate's m4 run will expand. It fires
3300# the warning (with _au_warn_XXX), outputs it into the
3301# updated configure.ac (with AC_DIAGNOSE), and then outputs
3302# the replacement expansion.
3303
3304
3305# This is an auxiliary macro that is also run when
3306# autoupdate runs m4. It simply calls m4_warning, but
3307# we need a wrapper so that each warning is emitted only
3308# once. We break the quoting in m4_warning's argument in
3309# order to expand this macro's arguments, not AU_DEFUN's.
3310
3311
3312# Finally, this is the expansion that is picked up by
3313# autoconf. It tells the user to run autoupdate, and
3314# then outputs the replacement expansion. We do not care
3315# about autoupdate's warning because that contains
3316# information on what to do *after* running autoupdate.
3317
3318
3319
3320# LT_PROG_RC
3321# ----------
3322
3323
3324# Old name:
3325# This is what autoupdate's m4 run will expand. It fires
3326# the warning (with _au_warn_XXX), outputs it into the
3327# updated configure.ac (with AC_DIAGNOSE), and then outputs
3328# the replacement expansion.
3329
3330
3331# This is an auxiliary macro that is also run when
3332# autoupdate runs m4. It simply calls m4_warning, but
3333# we need a wrapper so that each warning is emitted only
3334# once. We break the quoting in m4_warning's argument in
3335# order to expand this macro's arguments, not AU_DEFUN's.
3336
3337
3338# Finally, this is the expansion that is picked up by
3339# autoconf. It tells the user to run autoupdate, and
3340# then outputs the replacement expansion. We do not care
3341# about autoupdate's warning because that contains
3342# information on what to do *after* running autoupdate.
3343
3344
3345
3346# _LT_DECL_EGREP
3347# --------------
3348# If we don't have a new enough Autoconf to choose the best grep
3349# available, choose the one first in the user's PATH.
3350
3351
3352
3353# _LT_DECL_OBJDUMP
3354# --------------
3355# If we don't have a new enough Autoconf to choose the best objdump
3356# available, choose the one first in the user's PATH.
3357
3358
3359
3360# _LT_DECL_SED
3361# ------------
3362# Check for a fully-functional sed program, that truncates
3363# as few characters as possible. Prefer GNU sed if found.
3364# _LT_DECL_SED
3365
3366#m4_ifndef
3367
3368# Old name:
3369# This is what autoupdate's m4 run will expand. It fires
3370# the warning (with _au_warn_XXX), outputs it into the
3371# updated configure.ac (with AC_DIAGNOSE), and then outputs
3372# the replacement expansion.
3373
3374
3375# This is an auxiliary macro that is also run when
3376# autoupdate runs m4. It simply calls m4_warning, but
3377# we need a wrapper so that each warning is emitted only
3378# once. We break the quoting in m4_warning's argument in
3379# order to expand this macro's arguments, not AU_DEFUN's.
3380
3381
3382# Finally, this is the expansion that is picked up by
3383# autoconf. It tells the user to run autoupdate, and
3384# then outputs the replacement expansion. We do not care
3385# about autoupdate's warning because that contains
3386# information on what to do *after* running autoupdate.
3387
3388
3389
3390# _LT_CHECK_SHELL_FEATURES
3391# ------------------------
3392# Find out whether the shell is Bourne or XSI compatible,
3393# or has some other useful features.
3394# _LT_CHECK_SHELL_FEATURES
3395
3396
3397# _LT_PROG_XSI_SHELLFNS
3398# ---------------------
3399# Bourne and XSI compatible variants of some useful shell functions.
3400
3401
3402# Helper functions for option handling. -*- Autoconf -*-
3403#
3404# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3405# Inc.
3406# Written by Gary V. Vaughan, 2004
3407#
3408# This file is free software; the Free Software Foundation gives
3409# unlimited permission to copy and/or distribute it, with or without
3410# modifications, as long as this notice is preserved.
3411
3412# serial 6 ltoptions.m4
3413
3414# This is to help aclocal find these macros, as it can't see m4_define.
3415
3416
3417
3418# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3419# ------------------------------------------
3420
3421
3422
3423# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3424# ---------------------------------------
3425# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3426# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3427# saved as a flag.
3428
3429
3430
3431# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3432# ------------------------------------------------------------
3433# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3434
3435
3436
3437# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3438# -------------------------------------------------------
3439# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3440# are set.
3441
3442
3443
3444# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3445# ----------------------------------------
3446# OPTION-LIST is a space-separated list of Libtool options associated
3447# with MACRO-NAME. If any OPTION has a matching handler declared with
3448# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3449# the unknown option and exit.
3450# _LT_SET_OPTIONS
3451
3452
3453## --------------------------------- ##
3454## Macros to handle LT_INIT options. ##
3455## --------------------------------- ##
3456
3457# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3458# -----------------------------------------
3459
3460
3461
3462# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3463# -----------------------------------------------
3464# LT_OPTION_DEFINE
3465
3466
3467# dlopen
3468# ------
3469
3470
3471# This is what autoupdate's m4 run will expand. It fires
3472# the warning (with _au_warn_XXX), outputs it into the
3473# updated configure.ac (with AC_DIAGNOSE), and then outputs
3474# the replacement expansion.
3475
3476
3477# This is an auxiliary macro that is also run when
3478# autoupdate runs m4. It simply calls m4_warning, but
3479# we need a wrapper so that each warning is emitted only
3480# once. We break the quoting in m4_warning's argument in
3481# order to expand this macro's arguments, not AU_DEFUN's.
3482
3483
3484# Finally, this is the expansion that is picked up by
3485# autoconf. It tells the user to run autoupdate, and
3486# then outputs the replacement expansion. We do not care
3487# about autoupdate's warning because that contains
3488# information on what to do *after* running autoupdate.
3489
3490
3491
3492
3493# win32-dll
3494# ---------
3495# Declare package support for building win32 dll's.
3496# win32-dll
3497
3498# This is what autoupdate's m4 run will expand. It fires
3499# the warning (with _au_warn_XXX), outputs it into the
3500# updated configure.ac (with AC_DIAGNOSE), and then outputs
3501# the replacement expansion.
3502
3503
3504# This is an auxiliary macro that is also run when
3505# autoupdate runs m4. It simply calls m4_warning, but
3506# we need a wrapper so that each warning is emitted only
3507# once. We break the quoting in m4_warning's argument in
3508# order to expand this macro's arguments, not AU_DEFUN's.
3509
3510
3511# Finally, this is the expansion that is picked up by
3512# autoconf. It tells the user to run autoupdate, and
3513# then outputs the replacement expansion. We do not care
3514# about autoupdate's warning because that contains
3515# information on what to do *after* running autoupdate.
3516
3517
3518
3519
3520# _LT_ENABLE_SHARED([DEFAULT])
3521# ----------------------------
3522# implement the --enable-shared flag, and supports the `shared' and
3523# `disable-shared' LT_INIT options.
3524# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3525# _LT_ENABLE_SHARED
3526
3527
3528
3529
3530# Old names:
3531
3532
3533
3534
3535# This is what autoupdate's m4 run will expand. It fires
3536# the warning (with _au_warn_XXX), outputs it into the
3537# updated configure.ac (with AC_DIAGNOSE), and then outputs
3538# the replacement expansion.
3539
3540
3541# This is an auxiliary macro that is also run when
3542# autoupdate runs m4. It simply calls m4_warning, but
3543# we need a wrapper so that each warning is emitted only
3544# once. We break the quoting in m4_warning's argument in
3545# order to expand this macro's arguments, not AU_DEFUN's.
3546
3547
3548# Finally, this is the expansion that is picked up by
3549# autoconf. It tells the user to run autoupdate, and
3550# then outputs the replacement expansion. We do not care
3551# about autoupdate's warning because that contains
3552# information on what to do *after* running autoupdate.
3553
3554# This is what autoupdate's m4 run will expand. It fires
3555# the warning (with _au_warn_XXX), outputs it into the
3556# updated configure.ac (with AC_DIAGNOSE), and then outputs
3557# the replacement expansion.
3558
3559
3560# This is an auxiliary macro that is also run when
3561# autoupdate runs m4. It simply calls m4_warning, but
3562# we need a wrapper so that each warning is emitted only
3563# once. We break the quoting in m4_warning's argument in
3564# order to expand this macro's arguments, not AU_DEFUN's.
3565
3566
3567# Finally, this is the expansion that is picked up by
3568# autoconf. It tells the user to run autoupdate, and
3569# then outputs the replacement expansion. We do not care
3570# about autoupdate's warning because that contains
3571# information on what to do *after* running autoupdate.
3572
3573
3574
3575
3576
3577# _LT_ENABLE_STATIC([DEFAULT])
3578# ----------------------------
3579# implement the --enable-static flag, and support the `static' and
3580# `disable-static' LT_INIT options.
3581# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3582# _LT_ENABLE_STATIC
3583
3584
3585
3586
3587# Old names:
3588
3589
3590
3591
3592# This is what autoupdate's m4 run will expand. It fires
3593# the warning (with _au_warn_XXX), outputs it into the
3594# updated configure.ac (with AC_DIAGNOSE), and then outputs
3595# the replacement expansion.
3596
3597
3598# This is an auxiliary macro that is also run when
3599# autoupdate runs m4. It simply calls m4_warning, but
3600# we need a wrapper so that each warning is emitted only
3601# once. We break the quoting in m4_warning's argument in
3602# order to expand this macro's arguments, not AU_DEFUN's.
3603
3604
3605# Finally, this is the expansion that is picked up by
3606# autoconf. It tells the user to run autoupdate, and
3607# then outputs the replacement expansion. We do not care
3608# about autoupdate's warning because that contains
3609# information on what to do *after* running autoupdate.
3610
3611# This is what autoupdate's m4 run will expand. It fires
3612# the warning (with _au_warn_XXX), outputs it into the
3613# updated configure.ac (with AC_DIAGNOSE), and then outputs
3614# the replacement expansion.
3615
3616
3617# This is an auxiliary macro that is also run when
3618# autoupdate runs m4. It simply calls m4_warning, but
3619# we need a wrapper so that each warning is emitted only
3620# once. We break the quoting in m4_warning's argument in
3621# order to expand this macro's arguments, not AU_DEFUN's.
3622
3623
3624# Finally, this is the expansion that is picked up by
3625# autoconf. It tells the user to run autoupdate, and
3626# then outputs the replacement expansion. We do not care
3627# about autoupdate's warning because that contains
3628# information on what to do *after* running autoupdate.
3629
3630
3631
3632
3633
3634# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3635# ----------------------------------
3636# implement the --enable-fast-install flag, and support the `fast-install'
3637# and `disable-fast-install' LT_INIT options.
3638# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3639# _LT_ENABLE_FAST_INSTALL
3640
3641
3642
3643
3644# Old names:
3645# This is what autoupdate's m4 run will expand. It fires
3646# the warning (with _au_warn_XXX), outputs it into the
3647# updated configure.ac (with AC_DIAGNOSE), and then outputs
3648# the replacement expansion.
3649
3650
3651# This is an auxiliary macro that is also run when
3652# autoupdate runs m4. It simply calls m4_warning, but
3653# we need a wrapper so that each warning is emitted only
3654# once. We break the quoting in m4_warning's argument in
3655# order to expand this macro's arguments, not AU_DEFUN's.
3656
3657
3658# Finally, this is the expansion that is picked up by
3659# autoconf. It tells the user to run autoupdate, and
3660# then outputs the replacement expansion. We do not care
3661# about autoupdate's warning because that contains
3662# information on what to do *after* running autoupdate.
3663
3664
3665# This is what autoupdate's m4 run will expand. It fires
3666# the warning (with _au_warn_XXX), outputs it into the
3667# updated configure.ac (with AC_DIAGNOSE), and then outputs
3668# the replacement expansion.
3669
3670
3671# This is an auxiliary macro that is also run when
3672# autoupdate runs m4. It simply calls m4_warning, but
3673# we need a wrapper so that each warning is emitted only
3674# once. We break the quoting in m4_warning's argument in
3675# order to expand this macro's arguments, not AU_DEFUN's.
3676
3677
3678# Finally, this is the expansion that is picked up by
3679# autoconf. It tells the user to run autoupdate, and
3680# then outputs the replacement expansion. We do not care
3681# about autoupdate's warning because that contains
3682# information on what to do *after* running autoupdate.
3683
3684
3685
3686
3687# _LT_WITH_PIC([MODE])
3688# --------------------
3689# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3690# LT_INIT options.
3691# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3692# _LT_WITH_PIC
3693
3694
3695
3696
3697# Old name:
3698# This is what autoupdate's m4 run will expand. It fires
3699# the warning (with _au_warn_XXX), outputs it into the
3700# updated configure.ac (with AC_DIAGNOSE), and then outputs
3701# the replacement expansion.
3702
3703
3704# This is an auxiliary macro that is also run when
3705# autoupdate runs m4. It simply calls m4_warning, but
3706# we need a wrapper so that each warning is emitted only
3707# once. We break the quoting in m4_warning's argument in
3708# order to expand this macro's arguments, not AU_DEFUN's.
3709
3710
3711# Finally, this is the expansion that is picked up by
3712# autoconf. It tells the user to run autoupdate, and
3713# then outputs the replacement expansion. We do not care
3714# about autoupdate's warning because that contains
3715# information on what to do *after* running autoupdate.
3716
3717
3718
3719## ----------------- ##
3720## LTDL_INIT Options ##
3721## ----------------- ##
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3733#
3734# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3735# Written by Gary V. Vaughan, 2004
3736#
3737# This file is free software; the Free Software Foundation gives
3738# unlimited permission to copy and/or distribute it, with or without
3739# modifications, as long as this notice is preserved.
3740
3741# serial 6 ltsugar.m4
3742
3743# This is to help aclocal find these macros, as it can't see m4_define.
3744
3745
3746
3747# lt_join(SEP, ARG1, [ARG2...])
3748# -----------------------------
3749# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3750# associated separator.
3751# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3752# versions in m4sugar had bugs.
3753
3754
3755
3756
3757# lt_car(LIST)
3758# lt_cdr(LIST)
3759# ------------
3760# Manipulate m4 lists.
3761# These macros are necessary as long as will still need to support
3762# Autoconf-2.59 which quotes differently.
3763
3764
3765
3766
3767
3768# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3769# ------------------------------------------
3770# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3771# Note that neither SEPARATOR nor STRING are expanded; they are appended
3772# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3773# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3774# than defined and empty).
3775#
3776# This macro is needed until we can rely on Autoconf 2.62, since earlier
3777# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3778
3779
3780
3781
3782# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3783# ----------------------------------------------------------
3784# Produce a SEP delimited list of all paired combinations of elements of
3785# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3786# has the form PREFIXmINFIXSUFFIXn.
3787# Needed until we can rely on m4_combine added in Autoconf 2.62.
3788
3789
3790
3791# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3792# -----------------------------------------------------------------------
3793# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3794# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3795
3796
3797
3798# lt_dict_add(DICT, KEY, VALUE)
3799# -----------------------------
3800
3801
3802
3803# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3804# --------------------------------------------
3805
3806
3807
3808# lt_dict_fetch(DICT, KEY, [SUBKEY])
3809# ----------------------------------
3810
3811
3812
3813# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3814# -----------------------------------------------------------------
3815
3816
3817
3818# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3819# --------------------------------------------------------------
3820
3821
3822# ltversion.m4 -- version numbers -*- Autoconf -*-
3823#
3824# Copyright (C) 2004 Free Software Foundation, Inc.
3825# Written by Scott James Remnant, 2004
3826#
3827# This file is free software; the Free Software Foundation gives
3828# unlimited permission to copy and/or distribute it, with or without
3829# modifications, as long as this notice is preserved.
3830
3831# Generated from ltversion.in.
3832
3833# serial 3134 ltversion.m4
3834# This file is part of GNU Libtool
3835
3836
3837
3838
3839
3840
3841# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3842#
3843# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3844# Written by Scott James Remnant, 2004.
3845#
3846# This file is free software; the Free Software Foundation gives
3847# unlimited permission to copy and/or distribute it, with or without
3848# modifications, as long as this notice is preserved.
3849
3850# serial 4 lt~obsolete.m4
3851
3852# These exist entirely to fool aclocal when bootstrapping libtool.
3853#
3854# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3855# which have later been changed to m4_define as they aren't part of the
3856# exported API, or moved to Autoconf or Automake where they belong.
3857#
3858# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3859# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3860# using a macro with the same name in our local m4/libtool.m4 it'll
3861# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3862# and doesn't know about Autoconf macros at all.)
3863#
3864# So we provide this file, which has a silly filename so it's always
3865# included after everything else. This provides aclocal with the
3866# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3867# because those macros already exist, or will be overwritten later.
3868# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3869#
3870# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3871# Yes, that means every name once taken will need to remain here until
3872# we give up compatibility with versions before 1.7, at which point
3873# we need to keep only those names which we still refer to.
3874
3875# This is to help aclocal find these macros, as it can't see m4_define.
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
3936
3937
3938
3939
3940## -*- Autoconf -*-
3941
3942# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3943# Free Software Foundation, Inc.
3944#
3945# This file is free software; the Free Software Foundation
3946# gives unlimited permission to copy and/or distribute it,
3947# with or without modifications, as long as this notice is preserved.
3948
3949# serial 8
3950
3951# Based on depend.m4 from automake 1.9, modified for standalone use in
3952# an environment where GNU make is required.
3953
3954# ZW_PROG_COMPILER_DEPENDENCIES
3955# -----------------------------
3956# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3957# sets fooDEPMODE accordingly. Cache-variable compatible with
3958# original; not side-effect compatible. As the users of this macro
3959# may require accurate dependencies for correct builds, it does *not*
3960# honor --disable-dependency-checking, and failure to detect a usable
3961# method is an error. depcomp is assumed to be located in
3962# $ac_aux_dir.
3963#
3964# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3965
3966
3967
3968# AM_SET_DEPDIR
3969# -------------
3970# Choose a directory name for dependency files.
3971
3972
3973# ZW_CREATE_DEPDIR
3974# ----------------
3975# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
4012
4013
4014
4015
4016
6bb11ab3
L
4017
4018
4019
4020
4021
4022sim_inline="-DDEFAULT_INLINE=0"
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
4055
4056
4057
4058
4059# intl sister-directory configuration rules.
4060#
4061
4062# The idea behind this macro is that there's no need to repeat all the
4063# autoconf probes done by the intl directory - it's already done them
4064# for us. In fact, there's no need even to look at the cache for the
4065# answers. All we need to do is nab a few pieces of information.
4066# The intl directory is set up to make this easy, by generating a
4067# small file which can be sourced as a shell script; then we produce
4068# the necessary substitutions and definitions for this directory.
4069
4070
4071
4072# Autoconf M4 include file defining utility macros for complex Canadian
4073# cross builds.
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083####
4084# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4085# or AC_INIT.
4086# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4087
4088####
4089# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4090# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4091
4092
4093####
4094# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4095# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4096
4097
4098
4099# Backported from Autoconf 2.5x; can go away when and if
4100# we switch. Put the OS path separator in $PATH_SEPARATOR.
4101
4102
4103
4104
4105# ACX_HAVE_GCC_FOR_TARGET
4106# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4107
4108
4109# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4110# Searching for installed target binutils. We need to take extra care,
4111# else we may find the wrong assembler, linker, etc., and lose.
4112#
4113# First try --with-build-time-tools, if specified.
4114#
4115# For build != host, we ask the installed GCC for the name of the tool it
4116# uses, and accept it if it is an absolute path. This is because the
4117# only good choice for a compiler is the same GCC version that is being
4118# installed (or we couldn't make target libraries), and we assume that
4119# on the host system we'll have not only the same GCC version, but also
4120# the same binutils version.
4121#
4122# For build == host, search the same directories that the installed
4123# compiler will search. We used to do this for the assembler, linker,
4124# and nm only; for simplicity of configuration, however, we extend this
4125# criterion to tools (such as ar and ranlib) that are never invoked by
4126# the compiler, to avoid mismatches.
4127#
4128# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4129# if build == target. This makes the most sense only when bootstrapping,
4130# but we also do so when build != host. In this case, we hope that the
4131# build and host systems will have similar contents of MD_EXEC_PREFIX.
4132#
4133# If we do not find a suitable binary, then try the user's path.
4134
4135
4136###
4137# AC_PROG_CPP_WERROR
4138# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4139# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4140# For now, using this also overrides header checks to use only the
4141# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4142# bit harder from here).
4143# Eventually autoconf will default to checking headers with the compiler
4144# instead, and we'll have to do this differently.
4145
4146# AC_PROG_CPP_WERROR
4147
4148# Test for GNAT.
4149# We require the gnatbind & gnatmake programs, as well as a compiler driver
4150# that understands Ada. We use the user's CC setting, already found, and
4151# possibly add $1 to the command-line parameters.
4152#
4153# Sets the shell variable have_gnat to yes or no as appropriate, and
4154# substitutes GNATBIND and GNATMAKE.
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180ac_ext=c
4181ac_cpp='$CPP $CPPFLAGS'
4182ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4183ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4184ac_compiler_gnu=$ac_cv_c_compiler_gnu
4185if test -n "$ac_tool_prefix"; then
4186 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4187set dummy ${ac_tool_prefix}gcc; ac_word=$2
4188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189$as_echo_n "checking for $ac_word... " >&6; }
4190if test "${ac_cv_prog_CC+set}" = set; then :
4191 $as_echo_n "(cached) " >&6
4192else
4193 if test -n "$CC"; then
4194 ac_cv_prog_CC="$CC" # Let the user override the test.
4195else
4196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4197for as_dir in $PATH
4198do
4199 IFS=$as_save_IFS
4200 test -z "$as_dir" && as_dir=.
4201 for ac_exec_ext in '' $ac_executable_extensions; do
4202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4203 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205 break 2
4206 fi
4207done
4208 done
4209IFS=$as_save_IFS
4210
4211fi
4212fi
4213CC=$ac_cv_prog_CC
4214if test -n "$CC"; then
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4216$as_echo "$CC" >&6; }
4217else
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4219$as_echo "no" >&6; }
4220fi
4221
4222
4223fi
4224if test -z "$ac_cv_prog_CC"; then
4225 ac_ct_CC=$CC
4226 # Extract the first word of "gcc", so it can be a program name with args.
4227set dummy gcc; ac_word=$2
4228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4229$as_echo_n "checking for $ac_word... " >&6; }
4230if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4231 $as_echo_n "(cached) " >&6
4232else
4233 if test -n "$ac_ct_CC"; then
4234 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4235else
4236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4237for as_dir in $PATH
4238do
4239 IFS=$as_save_IFS
4240 test -z "$as_dir" && as_dir=.
4241 for ac_exec_ext in '' $ac_executable_extensions; do
4242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4243 ac_cv_prog_ac_ct_CC="gcc"
4244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4245 break 2
4246 fi
4247done
4248 done
4249IFS=$as_save_IFS
4250
4251fi
4252fi
4253ac_ct_CC=$ac_cv_prog_ac_ct_CC
4254if test -n "$ac_ct_CC"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4256$as_echo "$ac_ct_CC" >&6; }
4257else
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259$as_echo "no" >&6; }
4260fi
4261
4262 if test "x$ac_ct_CC" = x; then
4263 CC=""
4264 else
4265 case $cross_compiling:$ac_tool_warned in
4266yes:)
4267{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4268$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4269ac_tool_warned=yes ;;
4270esac
4271 CC=$ac_ct_CC
4272 fi
4273else
4274 CC="$ac_cv_prog_CC"
4275fi
4276
4277if test -z "$CC"; then
4278 if test -n "$ac_tool_prefix"; then
4279 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4280set dummy ${ac_tool_prefix}cc; ac_word=$2
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4282$as_echo_n "checking for $ac_word... " >&6; }
4283if test "${ac_cv_prog_CC+set}" = set; then :
4284 $as_echo_n "(cached) " >&6
4285else
4286 if test -n "$CC"; then
4287 ac_cv_prog_CC="$CC" # Let the user override the test.
4288else
4289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290for as_dir in $PATH
4291do
4292 IFS=$as_save_IFS
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4296 ac_cv_prog_CC="${ac_tool_prefix}cc"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4299 fi
4300done
4301 done
4302IFS=$as_save_IFS
4303
4304fi
4305fi
4306CC=$ac_cv_prog_CC
4307if test -n "$CC"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4309$as_echo "$CC" >&6; }
4310else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312$as_echo "no" >&6; }
4313fi
4314
4315
4316 fi
4317fi
4318if test -z "$CC"; then
4319 # Extract the first word of "cc", so it can be a program name with args.
4320set dummy cc; ac_word=$2
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4322$as_echo_n "checking for $ac_word... " >&6; }
4323if test "${ac_cv_prog_CC+set}" = set; then :
4324 $as_echo_n "(cached) " >&6
4325else
4326 if test -n "$CC"; then
4327 ac_cv_prog_CC="$CC" # Let the user override the test.
4328else
4329 ac_prog_rejected=no
4330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4331for as_dir in $PATH
4332do
4333 IFS=$as_save_IFS
4334 test -z "$as_dir" && as_dir=.
4335 for ac_exec_ext in '' $ac_executable_extensions; do
4336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4337 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4338 ac_prog_rejected=yes
4339 continue
4340 fi
4341 ac_cv_prog_CC="cc"
4342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4343 break 2
4344 fi
4345done
4346 done
4347IFS=$as_save_IFS
4348
4349if test $ac_prog_rejected = yes; then
4350 # We found a bogon in the path, so make sure we never use it.
4351 set dummy $ac_cv_prog_CC
4352 shift
4353 if test $# != 0; then
4354 # We chose a different compiler from the bogus one.
4355 # However, it has the same basename, so the bogon will be chosen
4356 # first if we set CC to just the basename; use the full file name.
4357 shift
4358 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4359 fi
4360fi
4361fi
4362fi
4363CC=$ac_cv_prog_CC
4364if test -n "$CC"; then
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4366$as_echo "$CC" >&6; }
4367else
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4369$as_echo "no" >&6; }
4370fi
4371
4372
4373fi
4374if test -z "$CC"; then
4375 if test -n "$ac_tool_prefix"; then
4376 for ac_prog in cl.exe
4377 do
4378 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4379set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4381$as_echo_n "checking for $ac_word... " >&6; }
4382if test "${ac_cv_prog_CC+set}" = set; then :
4383 $as_echo_n "(cached) " >&6
4384else
4385 if test -n "$CC"; then
4386 ac_cv_prog_CC="$CC" # Let the user override the test.
4387else
4388as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4389for as_dir in $PATH
4390do
4391 IFS=$as_save_IFS
4392 test -z "$as_dir" && as_dir=.
4393 for ac_exec_ext in '' $ac_executable_extensions; do
4394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4395 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4397 break 2
4398 fi
4399done
4400 done
4401IFS=$as_save_IFS
4402
4403fi
4404fi
4405CC=$ac_cv_prog_CC
4406if test -n "$CC"; then
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4408$as_echo "$CC" >&6; }
4409else
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4411$as_echo "no" >&6; }
4412fi
4413
4414
4415 test -n "$CC" && break
4416 done
4417fi
4418if test -z "$CC"; then
4419 ac_ct_CC=$CC
4420 for ac_prog in cl.exe
4421do
4422 # Extract the first word of "$ac_prog", so it can be a program name with args.
4423set dummy $ac_prog; ac_word=$2
4424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425$as_echo_n "checking for $ac_word... " >&6; }
4426if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428else
4429 if test -n "$ac_ct_CC"; then
4430 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4431else
4432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433for as_dir in $PATH
4434do
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_CC="$ac_prog"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4442 fi
4443done
4444 done
4445IFS=$as_save_IFS
4446
4447fi
4448fi
4449ac_ct_CC=$ac_cv_prog_ac_ct_CC
4450if test -n "$ac_ct_CC"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4452$as_echo "$ac_ct_CC" >&6; }
4453else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455$as_echo "no" >&6; }
4456fi
4457
4458
4459 test -n "$ac_ct_CC" && break
4460done
4461
4462 if test "x$ac_ct_CC" = x; then
4463 CC=""
4464 else
4465 case $cross_compiling:$ac_tool_warned in
4466yes:)
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469ac_tool_warned=yes ;;
4470esac
4471 CC=$ac_ct_CC
4472 fi
4473fi
4474
4475fi
4476
4477
4478test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4479$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4480as_fn_error "no acceptable C compiler found in \$PATH
4481See \`config.log' for more details." "$LINENO" 5; }
4482
4483# Provide some information about the compiler.
4484$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4485set X $ac_compile
4486ac_compiler=$2
4487for ac_option in --version -v -V -qversion; do
4488 { { ac_try="$ac_compiler $ac_option >&5"
4489case "(($ac_try" in
4490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4491 *) ac_try_echo=$ac_try;;
4492esac
4493eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4494$as_echo "$ac_try_echo"; } >&5
4495 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4496 ac_status=$?
4497 if test -s conftest.err; then
4498 sed '10a\
4499... rest of stderr output deleted ...
4500 10q' conftest.err >conftest.er1
4501 cat conftest.er1 >&5
4502 rm -f conftest.er1 conftest.err
4503 fi
4504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4505 test $ac_status = 0; }
4506done
4507
4508cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4509/* end confdefs.h. */
4510
4511int
4512main ()
4513{
4514
4515 ;
4516 return 0;
4517}
4518_ACEOF
4519ac_clean_files_save=$ac_clean_files
4520ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4521# Try to create an executable without -o first, disregard a.out.
4522# It will help us diagnose broken compilers, and finding out an intuition
4523# of exeext.
4524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4525$as_echo_n "checking for C compiler default output file name... " >&6; }
4526ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4527
4528# The possible output files:
4529ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4530
4531ac_rmfiles=
4532for ac_file in $ac_files
4533do
4534 case $ac_file in
4535 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4536 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4537 esac
4538done
4539rm -f $ac_rmfiles
4540
4541if { { ac_try="$ac_link_default"
4542case "(($ac_try" in
4543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4545esac
4546eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4547$as_echo "$ac_try_echo"; } >&5
4548 (eval "$ac_link_default") 2>&5
4549 ac_status=$?
4550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4551 test $ac_status = 0; }; then :
4552 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4553# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4554# in a Makefile. We should not override ac_cv_exeext if it was cached,
4555# so that the user can short-circuit this test for compilers unknown to
4556# Autoconf.
4557for ac_file in $ac_files ''
4558do
4559 test -f "$ac_file" || continue
4560 case $ac_file in
4561 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4562 ;;
4563 [ab].out )
4564 # We found the default executable, but exeext='' is most
4565 # certainly right.
4566 break;;
4567 *.* )
4568 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4569 then :; else
4570 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4571 fi
4572 # We set ac_cv_exeext here because the later test for it is not
4573 # safe: cross compilers may not add the suffix if given an `-o'
4574 # argument, so we may need to know it at that point already.
4575 # Even if this section looks crufty: it has the advantage of
4576 # actually working.
4577 break;;
4578 * )
4579 break;;
4580 esac
4581done
4582test "$ac_cv_exeext" = no && ac_cv_exeext=
4583
4584else
4585 ac_file=''
4586fi
4587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4588$as_echo "$ac_file" >&6; }
4589if test -z "$ac_file"; then :
4590 $as_echo "$as_me: failed program was:" >&5
4591sed 's/^/| /' conftest.$ac_ext >&5
4592
4593{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4594$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4595{ as_fn_set_status 77
4596as_fn_error "C compiler cannot create executables
4597See \`config.log' for more details." "$LINENO" 5; }; }
4598fi
4599ac_exeext=$ac_cv_exeext
4600
4601# Check that the compiler produces executables we can run. If not, either
4602# the compiler is broken, or we cross compile.
4603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4604$as_echo_n "checking whether the C compiler works... " >&6; }
4605# If not cross compiling, check that we can run a simple program.
4606if test "$cross_compiling" != yes; then
4607 if { ac_try='./$ac_file'
4608 { { case "(($ac_try" in
4609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4610 *) ac_try_echo=$ac_try;;
4611esac
4612eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4613$as_echo "$ac_try_echo"; } >&5
4614 (eval "$ac_try") 2>&5
4615 ac_status=$?
4616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4617 test $ac_status = 0; }; }; then
4618 cross_compiling=no
4619 else
4620 if test "$cross_compiling" = maybe; then
4621 cross_compiling=yes
4622 else
4623 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4624$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4625as_fn_error "cannot run C compiled programs.
4626If you meant to cross compile, use \`--host'.
4627See \`config.log' for more details." "$LINENO" 5; }
4628 fi
4629 fi
4630fi
4631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4632$as_echo "yes" >&6; }
4633
4634rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4635ac_clean_files=$ac_clean_files_save
4636# Check that the compiler produces executables we can run. If not, either
4637# the compiler is broken, or we cross compile.
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4639$as_echo_n "checking whether we are cross compiling... " >&6; }
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4641$as_echo "$cross_compiling" >&6; }
4642
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4644$as_echo_n "checking for suffix of executables... " >&6; }
4645if { { ac_try="$ac_link"
4646case "(($ac_try" in
4647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4648 *) ac_try_echo=$ac_try;;
4649esac
4650eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4651$as_echo "$ac_try_echo"; } >&5
4652 (eval "$ac_link") 2>&5
4653 ac_status=$?
4654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4655 test $ac_status = 0; }; then :
4656 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4657# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4658# work properly (i.e., refer to `conftest.exe'), while it won't with
4659# `rm'.
4660for ac_file in conftest.exe conftest conftest.*; do
4661 test -f "$ac_file" || continue
4662 case $ac_file in
4663 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4664 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4665 break;;
4666 * ) break;;
4667 esac
4668done
4669else
4670 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4671$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4672as_fn_error "cannot compute suffix of executables: cannot compile and link
4673See \`config.log' for more details." "$LINENO" 5; }
4674fi
4675rm -f conftest$ac_cv_exeext
4676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4677$as_echo "$ac_cv_exeext" >&6; }
4678
4679rm -f conftest.$ac_ext
4680EXEEXT=$ac_cv_exeext
4681ac_exeext=$EXEEXT
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4683$as_echo_n "checking for suffix of object files... " >&6; }
4684if test "${ac_cv_objext+set}" = set; then :
4685 $as_echo_n "(cached) " >&6
4686else
4687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4688/* end confdefs.h. */
4689
4690int
4691main ()
4692{
4693
4694 ;
4695 return 0;
4696}
4697_ACEOF
4698rm -f conftest.o conftest.obj
4699if { { ac_try="$ac_compile"
4700case "(($ac_try" in
4701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4702 *) ac_try_echo=$ac_try;;
4703esac
4704eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4705$as_echo "$ac_try_echo"; } >&5
4706 (eval "$ac_compile") 2>&5
4707 ac_status=$?
4708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4709 test $ac_status = 0; }; then :
4710 for ac_file in conftest.o conftest.obj conftest.*; do
4711 test -f "$ac_file" || continue;
4712 case $ac_file in
4713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4714 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4715 break;;
4716 esac
4717done
4718else
4719 $as_echo "$as_me: failed program was:" >&5
4720sed 's/^/| /' conftest.$ac_ext >&5
4721
4722{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4723$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4724as_fn_error "cannot compute suffix of object files: cannot compile
4725See \`config.log' for more details." "$LINENO" 5; }
4726fi
4727rm -f conftest.$ac_cv_objext conftest.$ac_ext
4728fi
4729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4730$as_echo "$ac_cv_objext" >&6; }
4731OBJEXT=$ac_cv_objext
4732ac_objext=$OBJEXT
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4734$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4735if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4736 $as_echo_n "(cached) " >&6
4737else
4738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739/* end confdefs.h. */
4740
4741int
4742main ()
4743{
4744#ifndef __GNUC__
4745 choke me
4746#endif
4747
4748 ;
4749 return 0;
4750}
4751_ACEOF
4752if ac_fn_c_try_compile "$LINENO"; then :
4753 ac_compiler_gnu=yes
4754else
4755 ac_compiler_gnu=no
4756fi
4757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4758ac_cv_c_compiler_gnu=$ac_compiler_gnu
4759
4760fi
4761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4762$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4763if test $ac_compiler_gnu = yes; then
4764 GCC=yes
4765else
4766 GCC=
4767fi
4768ac_test_CFLAGS=${CFLAGS+set}
4769ac_save_CFLAGS=$CFLAGS
4770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4771$as_echo_n "checking whether $CC accepts -g... " >&6; }
4772if test "${ac_cv_prog_cc_g+set}" = set; then :
4773 $as_echo_n "(cached) " >&6
4774else
4775 ac_save_c_werror_flag=$ac_c_werror_flag
4776 ac_c_werror_flag=yes
4777 ac_cv_prog_cc_g=no
4778 CFLAGS="-g"
4779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4780/* end confdefs.h. */
4781
4782int
4783main ()
4784{
4785
4786 ;
4787 return 0;
4788}
4789_ACEOF
4790if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_prog_cc_g=yes
4792else
4793 CFLAGS=""
4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795/* end confdefs.h. */
4796
4797int
4798main ()
4799{
4800
4801 ;
4802 return 0;
4803}
4804_ACEOF
4805if ac_fn_c_try_compile "$LINENO"; then :
4806
4807else
4808 ac_c_werror_flag=$ac_save_c_werror_flag
4809 CFLAGS="-g"
4810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811/* end confdefs.h. */
4812
4813int
4814main ()
4815{
4816
4817 ;
4818 return 0;
4819}
4820_ACEOF
4821if ac_fn_c_try_compile "$LINENO"; then :
4822 ac_cv_prog_cc_g=yes
4823fi
4824rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4825fi
4826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4827fi
4828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4829 ac_c_werror_flag=$ac_save_c_werror_flag
4830fi
4831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4832$as_echo "$ac_cv_prog_cc_g" >&6; }
4833if test "$ac_test_CFLAGS" = set; then
4834 CFLAGS=$ac_save_CFLAGS
4835elif test $ac_cv_prog_cc_g = yes; then
4836 if test "$GCC" = yes; then
4837 CFLAGS="-g -O2"
4838 else
4839 CFLAGS="-g"
4840 fi
4841else
4842 if test "$GCC" = yes; then
4843 CFLAGS="-O2"
4844 else
4845 CFLAGS=
4846 fi
4847fi
4848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4849$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4850if test "${ac_cv_prog_cc_c89+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4852else
4853 ac_cv_prog_cc_c89=no
4854ac_save_CC=$CC
4855cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4856/* end confdefs.h. */
4857#include <stdarg.h>
4858#include <stdio.h>
4859#include <sys/types.h>
4860#include <sys/stat.h>
4861/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4862struct buf { int x; };
4863FILE * (*rcsopen) (struct buf *, struct stat *, int);
4864static char *e (p, i)
4865 char **p;
4866 int i;
4867{
4868 return p[i];
4869}
4870static char *f (char * (*g) (char **, int), char **p, ...)
4871{
4872 char *s;
4873 va_list v;
4874 va_start (v,p);
4875 s = g (p, va_arg (v,int));
4876 va_end (v);
4877 return s;
4878}
4879
4880/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4881 function prototypes and stuff, but not '\xHH' hex character constants.
4882 These don't provoke an error unfortunately, instead are silently treated
4883 as 'x'. The following induces an error, until -std is added to get
4884 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4885 array size at least. It's necessary to write '\x00'==0 to get something
4886 that's true only with -std. */
4887int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4888
4889/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4890 inside strings and character constants. */
4891#define FOO(x) 'x'
4892int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4893
4894int test (int i, double x);
4895struct s1 {int (*f) (int a);};
4896struct s2 {int (*f) (double a);};
4897int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4898int argc;
4899char **argv;
4900int
4901main ()
4902{
4903return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4904 ;
4905 return 0;
4906}
4907_ACEOF
4908for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4909 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4910do
4911 CC="$ac_save_CC $ac_arg"
4912 if ac_fn_c_try_compile "$LINENO"; then :
4913 ac_cv_prog_cc_c89=$ac_arg
4914fi
4915rm -f core conftest.err conftest.$ac_objext
4916 test "x$ac_cv_prog_cc_c89" != "xno" && break
4917done
4918rm -f conftest.$ac_ext
4919CC=$ac_save_CC
4920
4921fi
4922# AC_CACHE_VAL
4923case "x$ac_cv_prog_cc_c89" in
4924 x)
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4926$as_echo "none needed" >&6; } ;;
4927 xno)
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4929$as_echo "unsupported" >&6; } ;;
4930 *)
4931 CC="$CC $ac_cv_prog_cc_c89"
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4933$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4934esac
4935if test "x$ac_cv_prog_cc_c89" != xno; then :
4936
4937fi
4938
4939ac_ext=c
4940ac_cpp='$CPP $CPPFLAGS'
4941ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4942ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4943ac_compiler_gnu=$ac_cv_c_compiler_gnu
4944
4945ac_aux_dir=
4946for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4947 for ac_t in install-sh install.sh shtool; do
4948 if test -f "$ac_dir/$ac_t"; then
4949 ac_aux_dir=$ac_dir
4950 ac_install_sh="$ac_aux_dir/$ac_t -c"
4951 break 2
4952 fi
4953 done
4954done
4955if test -z "$ac_aux_dir"; then
4956 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4957fi
4958
4959# These three variables are undocumented and unsupported,
4960# and are intended to be withdrawn in a future Autoconf release.
4961# They can cause serious problems if a builder's source tree is in a directory
4962# whose full name contains unusual characters.
4963ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4964ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4965ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4966
4967
4968# Make sure we can run config.sub.
4969$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4970 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4971
4972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4973$as_echo_n "checking build system type... " >&6; }
4974if test "${ac_cv_build+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976else
4977 ac_build_alias=$build_alias
4978test "x$ac_build_alias" = x &&
4979 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4980test "x$ac_build_alias" = x &&
4981 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4982ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4983 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4984
4985fi
4986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4987$as_echo "$ac_cv_build" >&6; }
4988case $ac_cv_build in
4989*-*-*) ;;
4990*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4991esac
4992build=$ac_cv_build
4993ac_save_IFS=$IFS; IFS='-'
4994set x $ac_cv_build
4995shift
4996build_cpu=$1
4997build_vendor=$2
4998shift; shift
4999# Remember, the first character of IFS is used to create $*,
5000# except with old shells:
5001build_os=$*
5002IFS=$ac_save_IFS
5003case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5004
5005
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5007$as_echo_n "checking host system type... " >&6; }
5008if test "${ac_cv_host+set}" = set; then :
5009 $as_echo_n "(cached) " >&6
5010else
5011 if test "x$host_alias" = x; then
5012 ac_cv_host=$ac_cv_build
5013else
5014 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5015 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5016fi
5017
5018fi
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5020$as_echo "$ac_cv_host" >&6; }
5021case $ac_cv_host in
5022*-*-*) ;;
5023*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5024esac
5025host=$ac_cv_host
5026ac_save_IFS=$IFS; IFS='-'
5027set x $ac_cv_host
5028shift
5029host_cpu=$1
5030host_vendor=$2
5031shift; shift
5032# Remember, the first character of IFS is used to create $*,
5033# except with old shells:
5034host_os=$*
5035IFS=$ac_save_IFS
5036case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5037
5038
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5040$as_echo_n "checking target system type... " >&6; }
5041if test "${ac_cv_target+set}" = set; then :
5042 $as_echo_n "(cached) " >&6
5043else
5044 if test "x$target_alias" = x; then
5045 ac_cv_target=$ac_cv_host
5046else
5047 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5048 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5049fi
5050
5051fi
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5053$as_echo "$ac_cv_target" >&6; }
5054case $ac_cv_target in
5055*-*-*) ;;
5056*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5057esac
5058target=$ac_cv_target
5059ac_save_IFS=$IFS; IFS='-'
5060set x $ac_cv_target
5061shift
5062target_cpu=$1
5063target_vendor=$2
5064shift; shift
5065# Remember, the first character of IFS is used to create $*,
5066# except with old shells:
5067target_os=$*
5068IFS=$ac_save_IFS
5069case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5070
5071
5072# The aliases save the names the user supplied, while $host etc.
5073# will get canonicalized.
5074test -n "$target_alias" &&
5075 test "$program_prefix$program_suffix$program_transform_name" = \
5076 NONENONEs,x,x, &&
5077 program_prefix=${target_alias}-
5078
5079ac_ext=c
5080ac_cpp='$CPP $CPPFLAGS'
5081ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5082ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5083ac_compiler_gnu=$ac_cv_c_compiler_gnu
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5085$as_echo_n "checking how to run the C preprocessor... " >&6; }
5086# On Suns, sometimes $CPP names a directory.
5087if test -n "$CPP" && test -d "$CPP"; then
5088 CPP=
5089fi
5090if test -z "$CPP"; then
5091 if test "${ac_cv_prog_CPP+set}" = set; then :
5092 $as_echo_n "(cached) " >&6
5093else
5094 # Double quotes because CPP needs to be expanded
5095 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5096 do
5097 ac_preproc_ok=false
5098for ac_c_preproc_warn_flag in '' yes
5099do
5100 # Use a header file that comes with gcc, so configuring glibc
5101 # with a fresh cross-compiler works.
5102 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5103 # <limits.h> exists even on freestanding compilers.
5104 # On the NeXT, cc -E runs the code through the compiler's parser,
5105 # not just through cpp. "Syntax error" is here to catch this case.
5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5107/* end confdefs.h. */
5108#ifdef __STDC__
5109# include <limits.h>
5110#else
5111# include <assert.h>
5112#endif
5113 Syntax error
5114_ACEOF
5115if ac_fn_c_try_cpp "$LINENO"; then :
5116
5117else
5118 # Broken: fails on valid input.
5119continue
5120fi
5121rm -f conftest.err conftest.$ac_ext
5122
5123 # OK, works on sane cases. Now check whether nonexistent headers
5124 # can be detected and how.
5125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5126/* end confdefs.h. */
5127#include <ac_nonexistent.h>
5128_ACEOF
5129if ac_fn_c_try_cpp "$LINENO"; then :
5130 # Broken: success on invalid input.
5131continue
5132else
5133 # Passes both tests.
5134ac_preproc_ok=:
5135break
5136fi
5137rm -f conftest.err conftest.$ac_ext
5138
5139done
5140# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5141rm -f conftest.err conftest.$ac_ext
5142if $ac_preproc_ok; then :
5143 break
5144fi
5145
5146 done
5147 ac_cv_prog_CPP=$CPP
5148
5149fi
5150 CPP=$ac_cv_prog_CPP
5151else
5152 ac_cv_prog_CPP=$CPP
5153fi
5154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5155$as_echo "$CPP" >&6; }
5156ac_preproc_ok=false
5157for ac_c_preproc_warn_flag in '' yes
5158do
5159 # Use a header file that comes with gcc, so configuring glibc
5160 # with a fresh cross-compiler works.
5161 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5162 # <limits.h> exists even on freestanding compilers.
5163 # On the NeXT, cc -E runs the code through the compiler's parser,
5164 # not just through cpp. "Syntax error" is here to catch this case.
5165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5166/* end confdefs.h. */
5167#ifdef __STDC__
5168# include <limits.h>
5169#else
5170# include <assert.h>
5171#endif
5172 Syntax error
5173_ACEOF
5174if ac_fn_c_try_cpp "$LINENO"; then :
5175
5176else
5177 # Broken: fails on valid input.
5178continue
5179fi
5180rm -f conftest.err conftest.$ac_ext
5181
5182 # OK, works on sane cases. Now check whether nonexistent headers
5183 # can be detected and how.
5184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5185/* end confdefs.h. */
5186#include <ac_nonexistent.h>
5187_ACEOF
5188if ac_fn_c_try_cpp "$LINENO"; then :
5189 # Broken: success on invalid input.
5190continue
5191else
5192 # Passes both tests.
5193ac_preproc_ok=:
5194break
5195fi
5196rm -f conftest.err conftest.$ac_ext
5197
5198done
5199# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5200rm -f conftest.err conftest.$ac_ext
5201if $ac_preproc_ok; then :
5202
5203else
5204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5205$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5206as_fn_error "C preprocessor \"$CPP\" fails sanity check
5207See \`config.log' for more details." "$LINENO" 5; }
5208fi
5209
5210ac_ext=c
5211ac_cpp='$CPP $CPPFLAGS'
5212ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5213ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5214ac_compiler_gnu=$ac_cv_c_compiler_gnu
5215
5216
5217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5218$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5219if test "${ac_cv_path_GREP+set}" = set; then :
5220 $as_echo_n "(cached) " >&6
5221else
5222 if test -z "$GREP"; then
5223 ac_path_GREP_found=false
5224 # Loop through the user's path and test for each of PROGNAME-LIST
5225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5226for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5227do
5228 IFS=$as_save_IFS
5229 test -z "$as_dir" && as_dir=.
5230 for ac_prog in grep ggrep; do
5231 for ac_exec_ext in '' $ac_executable_extensions; do
5232 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5233 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5234# Check for GNU ac_path_GREP and select it if it is found.
5235 # Check for GNU $ac_path_GREP
5236case `"$ac_path_GREP" --version 2>&1` in
5237*GNU*)
5238 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5239*)
5240 ac_count=0
5241 $as_echo_n 0123456789 >"conftest.in"
5242 while :
5243 do
5244 cat "conftest.in" "conftest.in" >"conftest.tmp"
5245 mv "conftest.tmp" "conftest.in"
5246 cp "conftest.in" "conftest.nl"
5247 $as_echo 'GREP' >> "conftest.nl"
5248 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5249 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5250 as_fn_arith $ac_count + 1 && ac_count=$as_val
5251 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5252 # Best one so far, save it but keep looking for a better one
5253 ac_cv_path_GREP="$ac_path_GREP"
5254 ac_path_GREP_max=$ac_count
5255 fi
5256 # 10*(2^10) chars as input seems more than enough
5257 test $ac_count -gt 10 && break
5258 done
5259 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5260esac
5261
5262 $ac_path_GREP_found && break 3
5263 done
5264 done
5265 done
5266IFS=$as_save_IFS
5267 if test -z "$ac_cv_path_GREP"; then
5268 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5269 fi
5270else
5271 ac_cv_path_GREP=$GREP
5272fi
5273
5274fi
5275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5276$as_echo "$ac_cv_path_GREP" >&6; }
5277 GREP="$ac_cv_path_GREP"
5278
5279
5280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5281$as_echo_n "checking for egrep... " >&6; }
5282if test "${ac_cv_path_EGREP+set}" = set; then :
5283 $as_echo_n "(cached) " >&6
5284else
5285 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5286 then ac_cv_path_EGREP="$GREP -E"
5287 else
5288 if test -z "$EGREP"; then
5289 ac_path_EGREP_found=false
5290 # Loop through the user's path and test for each of PROGNAME-LIST
5291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5293do
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_prog in egrep; do
5297 for ac_exec_ext in '' $ac_executable_extensions; do
5298 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5299 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5300# Check for GNU ac_path_EGREP and select it if it is found.
5301 # Check for GNU $ac_path_EGREP
5302case `"$ac_path_EGREP" --version 2>&1` in
5303*GNU*)
5304 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5305*)
5306 ac_count=0
5307 $as_echo_n 0123456789 >"conftest.in"
5308 while :
5309 do
5310 cat "conftest.in" "conftest.in" >"conftest.tmp"
5311 mv "conftest.tmp" "conftest.in"
5312 cp "conftest.in" "conftest.nl"
5313 $as_echo 'EGREP' >> "conftest.nl"
5314 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5315 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5316 as_fn_arith $ac_count + 1 && ac_count=$as_val
5317 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5318 # Best one so far, save it but keep looking for a better one
5319 ac_cv_path_EGREP="$ac_path_EGREP"
5320 ac_path_EGREP_max=$ac_count
5321 fi
5322 # 10*(2^10) chars as input seems more than enough
5323 test $ac_count -gt 10 && break
5324 done
5325 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5326esac
5327
5328 $ac_path_EGREP_found && break 3
5329 done
5330 done
5331 done
5332IFS=$as_save_IFS
5333 if test -z "$ac_cv_path_EGREP"; then
5334 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5335 fi
5336else
5337 ac_cv_path_EGREP=$EGREP
5338fi
5339
5340 fi
5341fi
5342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5343$as_echo "$ac_cv_path_EGREP" >&6; }
5344 EGREP="$ac_cv_path_EGREP"
5345
5346
5347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5348$as_echo_n "checking for ANSI C header files... " >&6; }
5349if test "${ac_cv_header_stdc+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
5351else
5352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353/* end confdefs.h. */
5354#include <stdlib.h>
5355#include <stdarg.h>
5356#include <string.h>
5357#include <float.h>
5358
5359int
5360main ()
5361{
5362
5363 ;
5364 return 0;
5365}
5366_ACEOF
5367if ac_fn_c_try_compile "$LINENO"; then :
5368 ac_cv_header_stdc=yes
5369else
5370 ac_cv_header_stdc=no
5371fi
5372rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5373
5374if test $ac_cv_header_stdc = yes; then
5375 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377/* end confdefs.h. */
5378#include <string.h>
5379
5380_ACEOF
5381if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5382 $EGREP "memchr" >/dev/null 2>&1; then :
5383
5384else
5385 ac_cv_header_stdc=no
5386fi
5387rm -f conftest*
5388
5389fi
5390
5391if test $ac_cv_header_stdc = yes; then
5392 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5394/* end confdefs.h. */
5395#include <stdlib.h>
5396
5397_ACEOF
5398if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5399 $EGREP "free" >/dev/null 2>&1; then :
5400
5401else
5402 ac_cv_header_stdc=no
5403fi
5404rm -f conftest*
5405
5406fi
5407
5408if test $ac_cv_header_stdc = yes; then
5409 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5410 if test "$cross_compiling" = yes; then :
5411 :
5412else
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5414/* end confdefs.h. */
5415#include <ctype.h>
5416#include <stdlib.h>
5417#if ((' ' & 0x0FF) == 0x020)
5418# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5419# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5420#else
5421# define ISLOWER(c) \
5422 (('a' <= (c) && (c) <= 'i') \
5423 || ('j' <= (c) && (c) <= 'r') \
5424 || ('s' <= (c) && (c) <= 'z'))
5425# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5426#endif
5427
5428#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5429int
5430main ()
5431{
5432 int i;
5433 for (i = 0; i < 256; i++)
5434 if (XOR (islower (i), ISLOWER (i))
5435 || toupper (i) != TOUPPER (i))
5436 return 2;
5437 return 0;
5438}
5439_ACEOF
5440if ac_fn_c_try_run "$LINENO"; then :
5441
5442else
5443 ac_cv_header_stdc=no
5444fi
5445rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5446 conftest.$ac_objext conftest.beam conftest.$ac_ext
5447fi
5448
5449fi
5450fi
5451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5452$as_echo "$ac_cv_header_stdc" >&6; }
5453if test $ac_cv_header_stdc = yes; then
5454
5455$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5456
5457fi
5458
5459# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5460for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5461 inttypes.h stdint.h unistd.h
5462do :
5463 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5464ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5465"
5466eval as_val=\$$as_ac_Header
5467 if test "x$as_val" = x""yes; then :
5468 cat >>confdefs.h <<_ACEOF
5469#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5470_ACEOF
5471
5472fi
5473
5474done
5475
5476
5477
5478 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5479if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5480 MINIX=yes
5481else
5482 MINIX=
5483fi
5484
5485
5486 if test "$MINIX" = yes; then
5487
5488$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5489
5490
5491$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5492
5493
5494$as_echo "#define _MINIX 1" >>confdefs.h
5495
5496 fi
5497
5498
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5500$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5501if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5502 $as_echo_n "(cached) " >&6
5503else
5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5505/* end confdefs.h. */
5506
5507# define __EXTENSIONS__ 1
5508 $ac_includes_default
5509int
5510main ()
5511{
5512
5513 ;
5514 return 0;
5515}
5516_ACEOF
5517if ac_fn_c_try_compile "$LINENO"; then :
5518 ac_cv_safe_to_define___extensions__=yes
5519else
5520 ac_cv_safe_to_define___extensions__=no
5521fi
5522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5523fi
5524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5525$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5526 test $ac_cv_safe_to_define___extensions__ = yes &&
5527 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5528
5529 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5530
5531 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5532
5533 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5534
5535 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5536
5537
5538test "$program_prefix" != NONE &&
5539 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5540# Use a double $ so make ignores it.
5541test "$program_suffix" != NONE &&
5542 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5543# Double any \ or $.
5544# By default was `s,x,x', remove it if useless.
5545ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5546program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5547
5548# Find a good install program. We prefer a C program (faster),
5549# so one script is as good as another. But avoid the broken or
5550# incompatible versions:
5551# SysV /etc/install, /usr/sbin/install
5552# SunOS /usr/etc/install
5553# IRIX /sbin/install
5554# AIX /bin/install
5555# AmigaOS /C/install, which installs bootblocks on floppy discs
5556# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5557# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5558# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5559# OS/2's system install, which has a completely different semantic
5560# ./install, which can be erroneously created by make from ./install.sh.
5561# Reject install programs that cannot install multiple files.
5562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5563$as_echo_n "checking for a BSD-compatible install... " >&6; }
5564if test -z "$INSTALL"; then
5565if test "${ac_cv_path_install+set}" = set; then :
5566 $as_echo_n "(cached) " >&6
5567else
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569for as_dir in $PATH
5570do
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 # Account for people who put trailing slashes in PATH elements.
5574case $as_dir/ in #((
5575 ./ | .// | /[cC]/* | \
5576 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5577 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5578 /usr/ucb/* ) ;;
5579 *)
5580 # OSF1 and SCO ODT 3.0 have their own names for install.
5581 # Don't use installbsd from OSF since it installs stuff as root
5582 # by default.
5583 for ac_prog in ginstall scoinst install; do
5584 for ac_exec_ext in '' $ac_executable_extensions; do
5585 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5586 if test $ac_prog = install &&
5587 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5588 # AIX install. It has an incompatible calling convention.
5589 :
5590 elif test $ac_prog = install &&
5591 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5592 # program-specific install script used by HP pwplus--don't use.
5593 :
5594 else
5595 rm -rf conftest.one conftest.two conftest.dir
5596 echo one > conftest.one
5597 echo two > conftest.two
5598 mkdir conftest.dir
5599 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5600 test -s conftest.one && test -s conftest.two &&
5601 test -s conftest.dir/conftest.one &&
5602 test -s conftest.dir/conftest.two
5603 then
5604 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5605 break 3
5606 fi
5607 fi
5608 fi
5609 done
5610 done
5611 ;;
5612esac
5613
5614 done
5615IFS=$as_save_IFS
5616
5617rm -rf conftest.one conftest.two conftest.dir
5618
5619fi
5620 if test "${ac_cv_path_install+set}" = set; then
5621 INSTALL=$ac_cv_path_install
5622 else
5623 # As a last resort, use the slow shell script. Don't cache a
5624 # value for INSTALL within a source directory, because that will
5625 # break other packages using the cache if that directory is
5626 # removed, or if the value is a relative name.
5627 INSTALL=$ac_install_sh
5628 fi
5629fi
5630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5631$as_echo "$INSTALL" >&6; }
5632
5633# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5634# It thinks the first close brace ends the variable substitution.
5635test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5636
5637test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5638
5639test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5640
5641rm -rf .tst 2>/dev/null
5642mkdir .tst 2>/dev/null
5643if test -d .tst; then
5644 am__leading_dot=.
5645else
5646 am__leading_dot=_
5647fi
5648rmdir .tst 2>/dev/null
5649
5650DEPDIR="${am__leading_dot}deps"
5651
5652case `pwd` in
5653 *\ * | *\ *)
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5655$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5656esac
5657
5658
5659
5660macro_version='2.2.7a'
5661macro_revision='1.3134'
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675ltmain="$ac_aux_dir/ltmain.sh"
5676
5677# Backslashify metacharacters that are still active within
5678# double-quoted strings.
5679sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5680
5681# Same as above, but do not quote variable references.
5682double_quote_subst='s/\(["`\\]\)/\\\1/g'
5683
5684# Sed substitution to delay expansion of an escaped shell variable in a
5685# double_quote_subst'ed string.
5686delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5687
5688# Sed substitution to delay expansion of an escaped single quote.
5689delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5690
5691# Sed substitution to avoid accidental globbing in evaled expressions
5692no_glob_subst='s/\*/\\\*/g'
5693
5694ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5695ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5696ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5697
5698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5699$as_echo_n "checking how to print strings... " >&6; }
5700# Test print first, because it will be a builtin if present.
5701if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5702 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5703 ECHO='print -r --'
5704elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5705 ECHO='printf %s\n'
5706else
5707 # Use this function as a fallback that always works.
5708 func_fallback_echo ()
5709 {
5710 eval 'cat <<_LTECHO_EOF
5711$1
5712_LTECHO_EOF'
5713 }
5714 ECHO='func_fallback_echo'
5715fi
5716
5717# func_echo_all arg...
5718# Invoke $ECHO with all args, space-separated.
5719func_echo_all ()
5720{
5721 $ECHO ""
5722}
5723
5724case "$ECHO" in
5725 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5726$as_echo "printf" >&6; } ;;
5727 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5728$as_echo "print -r" >&6; } ;;
5729 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5730$as_echo "cat" >&6; } ;;
5731esac
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5747$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5748if test "${ac_cv_path_SED+set}" = set; then :
5749 $as_echo_n "(cached) " >&6
5750else
5751 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5752 for ac_i in 1 2 3 4 5 6 7; do
5753 ac_script="$ac_script$as_nl$ac_script"
5754 done
5755 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5756 { ac_script=; unset ac_script;}
5757 if test -z "$SED"; then
5758 ac_path_SED_found=false
5759 # Loop through the user's path and test for each of PROGNAME-LIST
5760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5761for as_dir in $PATH
5762do
5763 IFS=$as_save_IFS
5764 test -z "$as_dir" && as_dir=.
5765 for ac_prog in sed gsed; do
5766 for ac_exec_ext in '' $ac_executable_extensions; do
5767 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5768 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5769# Check for GNU ac_path_SED and select it if it is found.
5770 # Check for GNU $ac_path_SED
5771case `"$ac_path_SED" --version 2>&1` in
5772*GNU*)
5773 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5774*)
5775 ac_count=0
5776 $as_echo_n 0123456789 >"conftest.in"
5777 while :
5778 do
5779 cat "conftest.in" "conftest.in" >"conftest.tmp"
5780 mv "conftest.tmp" "conftest.in"
5781 cp "conftest.in" "conftest.nl"
5782 $as_echo '' >> "conftest.nl"
5783 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5784 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5785 as_fn_arith $ac_count + 1 && ac_count=$as_val
5786 if test $ac_count -gt ${ac_path_SED_max-0}; then
5787 # Best one so far, save it but keep looking for a better one
5788 ac_cv_path_SED="$ac_path_SED"
5789 ac_path_SED_max=$ac_count
5790 fi
5791 # 10*(2^10) chars as input seems more than enough
5792 test $ac_count -gt 10 && break
5793 done
5794 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5795esac
5796
5797 $ac_path_SED_found && break 3
5798 done
5799 done
5800 done
5801IFS=$as_save_IFS
5802 if test -z "$ac_cv_path_SED"; then
5803 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5804 fi
5805else
5806 ac_cv_path_SED=$SED
5807fi
5808
5809fi
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5811$as_echo "$ac_cv_path_SED" >&6; }
5812 SED="$ac_cv_path_SED"
5813 rm -f conftest.sed
5814
5815test -z "$SED" && SED=sed
5816Xsed="$SED -e 1s/^X//"
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5829$as_echo_n "checking for fgrep... " >&6; }
5830if test "${ac_cv_path_FGREP+set}" = set; then :
5831 $as_echo_n "(cached) " >&6
5832else
5833 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5834 then ac_cv_path_FGREP="$GREP -F"
5835 else
5836 if test -z "$FGREP"; then
5837 ac_path_FGREP_found=false
5838 # Loop through the user's path and test for each of PROGNAME-LIST
5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5841do
5842 IFS=$as_save_IFS
5843 test -z "$as_dir" && as_dir=.
5844 for ac_prog in fgrep; do
5845 for ac_exec_ext in '' $ac_executable_extensions; do
5846 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5847 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5848# Check for GNU ac_path_FGREP and select it if it is found.
5849 # Check for GNU $ac_path_FGREP
5850case `"$ac_path_FGREP" --version 2>&1` in
5851*GNU*)
5852 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5853*)
5854 ac_count=0
5855 $as_echo_n 0123456789 >"conftest.in"
5856 while :
5857 do
5858 cat "conftest.in" "conftest.in" >"conftest.tmp"
5859 mv "conftest.tmp" "conftest.in"
5860 cp "conftest.in" "conftest.nl"
5861 $as_echo 'FGREP' >> "conftest.nl"
5862 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5863 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5864 as_fn_arith $ac_count + 1 && ac_count=$as_val
5865 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5866 # Best one so far, save it but keep looking for a better one
5867 ac_cv_path_FGREP="$ac_path_FGREP"
5868 ac_path_FGREP_max=$ac_count
5869 fi
5870 # 10*(2^10) chars as input seems more than enough
5871 test $ac_count -gt 10 && break
5872 done
5873 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5874esac
5875
5876 $ac_path_FGREP_found && break 3
5877 done
5878 done
5879 done
5880IFS=$as_save_IFS
5881 if test -z "$ac_cv_path_FGREP"; then
5882 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5883 fi
5884else
5885 ac_cv_path_FGREP=$FGREP
5886fi
5887
5888 fi
5889fi
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5891$as_echo "$ac_cv_path_FGREP" >&6; }
5892 FGREP="$ac_cv_path_FGREP"
5893
5894
5895test -z "$GREP" && GREP=grep
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915# Check whether --with-gnu-ld was given.
5916if test "${with_gnu_ld+set}" = set; then :
5917 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5918else
5919 with_gnu_ld=no
5920fi
5921
5922ac_prog=ld
5923if test "$GCC" = yes; then
5924 # Check if gcc -print-prog-name=ld gives a path.
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5926$as_echo_n "checking for ld used by $CC... " >&6; }
5927 case $host in
5928 *-*-mingw*)
5929 # gcc leaves a trailing carriage return which upsets mingw
5930 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5931 *)
5932 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5933 esac
5934 case $ac_prog in
5935 # Accept absolute paths.
5936 [\\/]* | ?:[\\/]*)
5937 re_direlt='/[^/][^/]*/\.\./'
5938 # Canonicalize the pathname of ld
5939 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5940 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5941 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5942 done
5943 test -z "$LD" && LD="$ac_prog"
5944 ;;
5945 "")
5946 # If it fails, then pretend we aren't using GCC.
5947 ac_prog=ld
5948 ;;
5949 *)
5950 # If it is relative, then search for the first ld in PATH.
5951 with_gnu_ld=unknown
5952 ;;
5953 esac
5954elif test "$with_gnu_ld" = yes; then
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5956$as_echo_n "checking for GNU ld... " >&6; }
5957else
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5959$as_echo_n "checking for non-GNU ld... " >&6; }
5960fi
5961if test "${lt_cv_path_LD+set}" = set; then :
5962 $as_echo_n "(cached) " >&6
5963else
5964 if test -z "$LD"; then
5965 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5966 for ac_dir in $PATH; do
5967 IFS="$lt_save_ifs"
5968 test -z "$ac_dir" && ac_dir=.
5969 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5970 lt_cv_path_LD="$ac_dir/$ac_prog"
5971 # Check to see if the program is GNU ld. I'd rather use --version,
5972 # but apparently some variants of GNU ld only accept -v.
5973 # Break only if it was the GNU/non-GNU ld that we prefer.
5974 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5975 *GNU* | *'with BFD'*)
5976 test "$with_gnu_ld" != no && break
5977 ;;
5978 *)
5979 test "$with_gnu_ld" != yes && break
5980 ;;
5981 esac
5982 fi
5983 done
5984 IFS="$lt_save_ifs"
5985else
5986 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5987fi
5988fi
5989
5990LD="$lt_cv_path_LD"
5991if test -n "$LD"; then
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5993$as_echo "$LD" >&6; }
5994else
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5996$as_echo "no" >&6; }
5997fi
5998test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6000$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6001if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6002 $as_echo_n "(cached) " >&6
6003else
6004 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6005case `$LD -v 2>&1 </dev/null` in
6006*GNU* | *'with BFD'*)
6007 lt_cv_prog_gnu_ld=yes
6008 ;;
6009*)
6010 lt_cv_prog_gnu_ld=no
6011 ;;
6012esac
6013fi
6014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6015$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6016with_gnu_ld=$lt_cv_prog_gnu_ld
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6027$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6028if test "${lt_cv_path_NM+set}" = set; then :
6029 $as_echo_n "(cached) " >&6
6030else
6031 if test -n "$NM"; then
6032 # Let the user override the test.
6033 lt_cv_path_NM="$NM"
6034else
6035 lt_nm_to_check="${ac_tool_prefix}nm"
6036 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6037 lt_nm_to_check="$lt_nm_to_check nm"
6038 fi
6039 for lt_tmp_nm in $lt_nm_to_check; do
6040 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6041 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6042 IFS="$lt_save_ifs"
6043 test -z "$ac_dir" && ac_dir=.
6044 tmp_nm="$ac_dir/$lt_tmp_nm"
6045 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6046 # Check to see if the nm accepts a BSD-compat flag.
6047 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6048 # nm: unknown option "B" ignored
6049 # Tru64's nm complains that /dev/null is an invalid object file
6050 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6051 */dev/null* | *'Invalid file or object type'*)
6052 lt_cv_path_NM="$tmp_nm -B"
6053 break
6054 ;;
6055 *)
6056 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6057 */dev/null*)
6058 lt_cv_path_NM="$tmp_nm -p"
6059 break
6060 ;;
6061 *)
6062 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6063 continue # so that we can try to find one that supports BSD flags
6064 ;;
6065 esac
6066 ;;
6067 esac
6068 fi
6069 done
6070 IFS="$lt_save_ifs"
6071 done
6072 : ${lt_cv_path_NM=no}
6073fi
6074fi
6075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6076$as_echo "$lt_cv_path_NM" >&6; }
6077if test "$lt_cv_path_NM" != "no"; then
6078 NM="$lt_cv_path_NM"
6079else
6080 # Didn't find any BSD compatible name lister, look for dumpbin.
6081 if test -n "$DUMPBIN"; then :
6082 # Let the user override the test.
6083 else
6084 if test -n "$ac_tool_prefix"; then
6085 for ac_prog in dumpbin "link -dump"
6086 do
6087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6088set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
6091if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6092 $as_echo_n "(cached) " >&6
6093else
6094 if test -n "$DUMPBIN"; then
6095 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
6103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6104 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108done
6109 done
6110IFS=$as_save_IFS
6111
6112fi
6113fi
6114DUMPBIN=$ac_cv_prog_DUMPBIN
6115if test -n "$DUMPBIN"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6117$as_echo "$DUMPBIN" >&6; }
6118else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
6121fi
6122
6123
6124 test -n "$DUMPBIN" && break
6125 done
6126fi
6127if test -z "$DUMPBIN"; then
6128 ac_ct_DUMPBIN=$DUMPBIN
6129 for ac_prog in dumpbin "link -dump"
6130do
6131 # Extract the first word of "$ac_prog", so it can be a program name with args.
6132set dummy $ac_prog; ac_word=$2
6133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134$as_echo_n "checking for $ac_word... " >&6; }
6135if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6136 $as_echo_n "(cached) " >&6
6137else
6138 if test -n "$ac_ct_DUMPBIN"; then
6139 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6140else
6141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142for as_dir in $PATH
6143do
6144 IFS=$as_save_IFS
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
6147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6148 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150 break 2
6151 fi
6152done
6153 done
6154IFS=$as_save_IFS
6155
6156fi
6157fi
6158ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6159if test -n "$ac_ct_DUMPBIN"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6161$as_echo "$ac_ct_DUMPBIN" >&6; }
6162else
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164$as_echo "no" >&6; }
6165fi
6166
6167
6168 test -n "$ac_ct_DUMPBIN" && break
6169done
6170
6171 if test "x$ac_ct_DUMPBIN" = x; then
6172 DUMPBIN=":"
6173 else
6174 case $cross_compiling:$ac_tool_warned in
6175yes:)
6176{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6177$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6178ac_tool_warned=yes ;;
6179esac
6180 DUMPBIN=$ac_ct_DUMPBIN
6181 fi
6182fi
6183
6184 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6185 *COFF*)
6186 DUMPBIN="$DUMPBIN -symbols"
6187 ;;
6188 *)
6189 DUMPBIN=:
6190 ;;
6191 esac
6192 fi
6193
6194 if test "$DUMPBIN" != ":"; then
6195 NM="$DUMPBIN"
6196 fi
6197fi
6198test -z "$NM" && NM=nm
6199
6200
6201
6202
6203
6204
6205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6206$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6207if test "${lt_cv_nm_interface+set}" = set; then :
6208 $as_echo_n "(cached) " >&6
6209else
6210 lt_cv_nm_interface="BSD nm"
6211 echo "int some_variable = 0;" > conftest.$ac_ext
6212 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6213 (eval "$ac_compile" 2>conftest.err)
6214 cat conftest.err >&5
6215 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6216 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6217 cat conftest.err >&5
6218 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6219 cat conftest.out >&5
6220 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6221 lt_cv_nm_interface="MS dumpbin"
6222 fi
6223 rm -f conftest*
6224fi
6225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6226$as_echo "$lt_cv_nm_interface" >&6; }
6227
6228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6229$as_echo_n "checking whether ln -s works... " >&6; }
6230LN_S=$as_ln_s
6231if test "$LN_S" = "ln -s"; then
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6233$as_echo "yes" >&6; }
6234else
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6236$as_echo "no, using $LN_S" >&6; }
6237fi
6238
6239# find the maximum length of command line arguments
6240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6241$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6242if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6243 $as_echo_n "(cached) " >&6
6244else
6245 i=0
6246 teststring="ABCD"
6247
6248 case $build_os in
6249 msdosdjgpp*)
6250 # On DJGPP, this test can blow up pretty badly due to problems in libc
6251 # (any single argument exceeding 2000 bytes causes a buffer overrun
6252 # during glob expansion). Even if it were fixed, the result of this
6253 # check would be larger than it should be.
6254 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6255 ;;
6256
6257 gnu*)
6258 # Under GNU Hurd, this test is not required because there is
6259 # no limit to the length of command line arguments.
6260 # Libtool will interpret -1 as no limit whatsoever
6261 lt_cv_sys_max_cmd_len=-1;
6262 ;;
6263
6264 cygwin* | mingw* | cegcc*)
6265 # On Win9x/ME, this test blows up -- it succeeds, but takes
6266 # about 5 minutes as the teststring grows exponentially.
6267 # Worse, since 9x/ME are not pre-emptively multitasking,
6268 # you end up with a "frozen" computer, even though with patience
6269 # the test eventually succeeds (with a max line length of 256k).
6270 # Instead, let's just punt: use the minimum linelength reported by
6271 # all of the supported platforms: 8192 (on NT/2K/XP).
6272 lt_cv_sys_max_cmd_len=8192;
6273 ;;
6274
6275 mint*)
6276 # On MiNT this can take a long time and run out of memory.
6277 lt_cv_sys_max_cmd_len=8192;
6278 ;;
6279
6280 amigaos*)
6281 # On AmigaOS with pdksh, this test takes hours, literally.
6282 # So we just punt and use a minimum line length of 8192.
6283 lt_cv_sys_max_cmd_len=8192;
6284 ;;
6285
6286 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6287 # This has been around since 386BSD, at least. Likely further.
6288 if test -x /sbin/sysctl; then
6289 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6290 elif test -x /usr/sbin/sysctl; then
6291 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6292 else
6293 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6294 fi
6295 # And add a safety zone
6296 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6297 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6298 ;;
6299
6300 interix*)
6301 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6302 lt_cv_sys_max_cmd_len=196608
6303 ;;
6304
6305 osf*)
6306 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6307 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6308 # nice to cause kernel panics so lets avoid the loop below.
6309 # First set a reasonable default.
6310 lt_cv_sys_max_cmd_len=16384
6311 #
6312 if test -x /sbin/sysconfig; then
6313 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6314 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6315 esac
6316 fi
6317 ;;
6318 sco3.2v5*)
6319 lt_cv_sys_max_cmd_len=102400
6320 ;;
6321 sysv5* | sco5v6* | sysv4.2uw2*)
6322 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6323 if test -n "$kargmax"; then
6324 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6325 else
6326 lt_cv_sys_max_cmd_len=32768
6327 fi
6328 ;;
6329 *)
6330 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6331 if test -n "$lt_cv_sys_max_cmd_len"; then
6332 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6333 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6334 else
6335 # Make teststring a little bigger before we do anything with it.
6336 # a 1K string should be a reasonable start.
6337 for i in 1 2 3 4 5 6 7 8 ; do
6338 teststring=$teststring$teststring
6339 done
6340 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6341 # If test is not a shell built-in, we'll probably end up computing a
6342 # maximum length that is only half of the actual maximum length, but
6343 # we can't tell.
6344 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6345 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6346 test $i != 17 # 1/2 MB should be enough
6347 do
6348 i=`expr $i + 1`
6349 teststring=$teststring$teststring
6350 done
6351 # Only check the string length outside the loop.
6352 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6353 teststring=
6354 # Add a significant safety factor because C++ compilers can tack on
6355 # massive amounts of additional arguments before passing them to the
6356 # linker. It appears as though 1/2 is a usable value.
6357 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6358 fi
6359 ;;
6360 esac
6361
6362fi
6363
6364if test -n $lt_cv_sys_max_cmd_len ; then
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6366$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6367else
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6369$as_echo "none" >&6; }
6370fi
6371max_cmd_len=$lt_cv_sys_max_cmd_len
6372
6373
6374
6375
6376
6377
6378: ${CP="cp -f"}
6379: ${MV="mv -f"}
6380: ${RM="rm -f"}
6381
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6383$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6384# Try some XSI features
6385xsi_shell=no
6386( _lt_dummy="a/b/c"
6387 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6388 = c,a/b,, \
6389 && eval 'test $(( 1 + 1 )) -eq 2 \
6390 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6391 && xsi_shell=yes
6392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6393$as_echo "$xsi_shell" >&6; }
6394
6395
6396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6397$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6398lt_shell_append=no
6399( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6400 >/dev/null 2>&1 \
6401 && lt_shell_append=yes
6402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6403$as_echo "$lt_shell_append" >&6; }
6404
6405
6406if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6407 lt_unset=unset
6408else
6409 lt_unset=false
6410fi
6411
6412
6413
6414
6415
6416# test EBCDIC or ASCII
6417case `echo X|tr X '\101'` in
6418 A) # ASCII based system
6419 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6420 lt_SP2NL='tr \040 \012'
6421 lt_NL2SP='tr \015\012 \040\040'
6422 ;;
6423 *) # EBCDIC based system
6424 lt_SP2NL='tr \100 \n'
6425 lt_NL2SP='tr \r\n \100\100'
6426 ;;
6427esac
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6438$as_echo_n "checking for $LD option to reload object files... " >&6; }
6439if test "${lt_cv_ld_reload_flag+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6441else
6442 lt_cv_ld_reload_flag='-r'
6443fi
6444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6445$as_echo "$lt_cv_ld_reload_flag" >&6; }
6446reload_flag=$lt_cv_ld_reload_flag
6447case $reload_flag in
6448"" | " "*) ;;
6449*) reload_flag=" $reload_flag" ;;
6450esac
6451reload_cmds='$LD$reload_flag -o $output$reload_objs'
6452case $host_os in
6453 darwin*)
6454 if test "$GCC" = yes; then
6455 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6456 else
6457 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6458 fi
6459 ;;
6460esac
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470if test -n "$ac_tool_prefix"; then
6471 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6472set dummy ${ac_tool_prefix}objdump; ac_word=$2
6473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6474$as_echo_n "checking for $ac_word... " >&6; }
6475if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6476 $as_echo_n "(cached) " >&6
6477else
6478 if test -n "$OBJDUMP"; then
6479 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6480else
6481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6482for as_dir in $PATH
6483do
6484 IFS=$as_save_IFS
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6488 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6490 break 2
6491 fi
6492done
6493 done
6494IFS=$as_save_IFS
6495
6496fi
6497fi
6498OBJDUMP=$ac_cv_prog_OBJDUMP
6499if test -n "$OBJDUMP"; then
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6501$as_echo "$OBJDUMP" >&6; }
6502else
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6504$as_echo "no" >&6; }
6505fi
6506
6507
6508fi
6509if test -z "$ac_cv_prog_OBJDUMP"; then
6510 ac_ct_OBJDUMP=$OBJDUMP
6511 # Extract the first word of "objdump", so it can be a program name with args.
6512set dummy objdump; ac_word=$2
6513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6514$as_echo_n "checking for $ac_word... " >&6; }
6515if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6516 $as_echo_n "(cached) " >&6
6517else
6518 if test -n "$ac_ct_OBJDUMP"; then
6519 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6520else
6521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6522for as_dir in $PATH
6523do
6524 IFS=$as_save_IFS
6525 test -z "$as_dir" && as_dir=.
6526 for ac_exec_ext in '' $ac_executable_extensions; do
6527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6528 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6530 break 2
6531 fi
6532done
6533 done
6534IFS=$as_save_IFS
6535
6536fi
6537fi
6538ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6539if test -n "$ac_ct_OBJDUMP"; then
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6541$as_echo "$ac_ct_OBJDUMP" >&6; }
6542else
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6544$as_echo "no" >&6; }
6545fi
6546
6547 if test "x$ac_ct_OBJDUMP" = x; then
6548 OBJDUMP="false"
6549 else
6550 case $cross_compiling:$ac_tool_warned in
6551yes:)
6552{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6553$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6554ac_tool_warned=yes ;;
6555esac
6556 OBJDUMP=$ac_ct_OBJDUMP
6557 fi
6558else
6559 OBJDUMP="$ac_cv_prog_OBJDUMP"
6560fi
6561
6562test -z "$OBJDUMP" && OBJDUMP=objdump
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6573$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6574if test "${lt_cv_deplibs_check_method+set}" = set; then :
6575 $as_echo_n "(cached) " >&6
6576else
6577 lt_cv_file_magic_cmd='$MAGIC_CMD'
6578lt_cv_file_magic_test_file=
6579lt_cv_deplibs_check_method='unknown'
6580# Need to set the preceding variable on all platforms that support
6581# interlibrary dependencies.
6582# 'none' -- dependencies not supported.
6583# `unknown' -- same as none, but documents that we really don't know.
6584# 'pass_all' -- all dependencies passed with no checks.
6585# 'test_compile' -- check by making test program.
6586# 'file_magic [[regex]]' -- check by looking for files in library path
6587# which responds to the $file_magic_cmd with a given extended regex.
6588# If you have `file' or equivalent on your system and you're not sure
6589# whether `pass_all' will *always* work, you probably want this one.
6590
6591case $host_os in
6592aix[4-9]*)
6593 lt_cv_deplibs_check_method=pass_all
6594 ;;
6595
6596beos*)
6597 lt_cv_deplibs_check_method=pass_all
6598 ;;
6599
6600bsdi[45]*)
6601 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6602 lt_cv_file_magic_cmd='/usr/bin/file -L'
6603 lt_cv_file_magic_test_file=/shlib/libc.so
6604 ;;
6605
6606cygwin*)
6607 # func_win32_libid is a shell function defined in ltmain.sh
6608 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6609 lt_cv_file_magic_cmd='func_win32_libid'
6610 ;;
6611
6612mingw* | pw32*)
6613 # Base MSYS/MinGW do not provide the 'file' command needed by
6614 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6615 # unless we find 'file', for example because we are cross-compiling.
6616 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6617 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6618 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6619 lt_cv_file_magic_cmd='func_win32_libid'
6620 else
6621 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6622 lt_cv_file_magic_cmd='$OBJDUMP -f'
6623 fi
6624 ;;
6625
6626cegcc*)
6627 # use the weaker test based on 'objdump'. See mingw*.
6628 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6629 lt_cv_file_magic_cmd='$OBJDUMP -f'
6630 ;;
6631
6632darwin* | rhapsody*)
6633 lt_cv_deplibs_check_method=pass_all
6634 ;;
6635
6636freebsd* | dragonfly*)
6637 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6638 case $host_cpu in
6639 i*86 )
6640 # Not sure whether the presence of OpenBSD here was a mistake.
6641 # Let's accept both of them until this is cleared up.
6642 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6643 lt_cv_file_magic_cmd=/usr/bin/file
6644 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6645 ;;
6646 esac
6647 else
6648 lt_cv_deplibs_check_method=pass_all
6649 fi
6650 ;;
6651
6652gnu*)
6653 lt_cv_deplibs_check_method=pass_all
6654 ;;
6655
6656haiku*)
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660hpux10.20* | hpux11*)
6661 lt_cv_file_magic_cmd=/usr/bin/file
6662 case $host_cpu in
6663 ia64*)
6664 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6665 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6666 ;;
6667 hppa*64*)
6668 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]'
6669 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6670 ;;
6671 *)
6672 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6673 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6674 ;;
6675 esac
6676 ;;
6677
6678interix[3-9]*)
6679 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6680 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6681 ;;
6682
6683irix5* | irix6* | nonstopux*)
6684 case $LD in
6685 *-32|*"-32 ") libmagic=32-bit;;
6686 *-n32|*"-n32 ") libmagic=N32;;
6687 *-64|*"-64 ") libmagic=64-bit;;
6688 *) libmagic=never-match;;
6689 esac
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693# This must be Linux ELF.
6694linux* | k*bsd*-gnu | kopensolaris*-gnu)
6695 lt_cv_deplibs_check_method=pass_all
6696 ;;
6697
6698netbsd*)
6699 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6701 else
6702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6703 fi
6704 ;;
6705
6706newos6*)
6707 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6708 lt_cv_file_magic_cmd=/usr/bin/file
6709 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6710 ;;
6711
6712*nto* | *qnx*)
6713 lt_cv_deplibs_check_method=pass_all
6714 ;;
6715
6716openbsd*)
6717 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6718 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6719 else
6720 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6721 fi
6722 ;;
6723
6724osf3* | osf4* | osf5*)
6725 lt_cv_deplibs_check_method=pass_all
6726 ;;
6727
6728rdos*)
6729 lt_cv_deplibs_check_method=pass_all
6730 ;;
6731
6732solaris*)
6733 lt_cv_deplibs_check_method=pass_all
6734 ;;
6735
6736sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740sysv4 | sysv4.3*)
6741 case $host_vendor in
6742 motorola)
6743 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]'
6744 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6745 ;;
6746 ncr)
6747 lt_cv_deplibs_check_method=pass_all
6748 ;;
6749 sequent)
6750 lt_cv_file_magic_cmd='/bin/file'
6751 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6752 ;;
6753 sni)
6754 lt_cv_file_magic_cmd='/bin/file'
6755 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6756 lt_cv_file_magic_test_file=/lib/libc.so
6757 ;;
6758 siemens)
6759 lt_cv_deplibs_check_method=pass_all
6760 ;;
6761 pc)
6762 lt_cv_deplibs_check_method=pass_all
6763 ;;
6764 esac
6765 ;;
6766
6767tpf*)
6768 lt_cv_deplibs_check_method=pass_all
6769 ;;
6770esac
6771
6772fi
6773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6774$as_echo "$lt_cv_deplibs_check_method" >&6; }
6775file_magic_cmd=$lt_cv_file_magic_cmd
6776deplibs_check_method=$lt_cv_deplibs_check_method
6777test -z "$deplibs_check_method" && deplibs_check_method=unknown
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790if test -n "$ac_tool_prefix"; then
6791 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6792set dummy ${ac_tool_prefix}ar; ac_word=$2
6793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6794$as_echo_n "checking for $ac_word... " >&6; }
6795if test "${ac_cv_prog_AR+set}" = set; then :
6796 $as_echo_n "(cached) " >&6
6797else
6798 if test -n "$AR"; then
6799 ac_cv_prog_AR="$AR" # Let the user override the test.
6800else
6801as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6802for as_dir in $PATH
6803do
6804 IFS=$as_save_IFS
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6808 ac_cv_prog_AR="${ac_tool_prefix}ar"
6809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6810 break 2
6811 fi
6812done
6813 done
6814IFS=$as_save_IFS
6815
6816fi
6817fi
6818AR=$ac_cv_prog_AR
6819if test -n "$AR"; then
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6821$as_echo "$AR" >&6; }
6822else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824$as_echo "no" >&6; }
6825fi
6826
6827
6828fi
6829if test -z "$ac_cv_prog_AR"; then
6830 ac_ct_AR=$AR
6831 # Extract the first word of "ar", so it can be a program name with args.
6832set dummy ar; ac_word=$2
6833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6834$as_echo_n "checking for $ac_word... " >&6; }
6835if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6836 $as_echo_n "(cached) " >&6
6837else
6838 if test -n "$ac_ct_AR"; then
6839 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6840else
6841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6842for as_dir in $PATH
6843do
6844 IFS=$as_save_IFS
6845 test -z "$as_dir" && as_dir=.
6846 for ac_exec_ext in '' $ac_executable_extensions; do
6847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6848 ac_cv_prog_ac_ct_AR="ar"
6849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6850 break 2
6851 fi
6852done
6853 done
6854IFS=$as_save_IFS
6855
6856fi
6857fi
6858ac_ct_AR=$ac_cv_prog_ac_ct_AR
6859if test -n "$ac_ct_AR"; then
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6861$as_echo "$ac_ct_AR" >&6; }
6862else
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6864$as_echo "no" >&6; }
6865fi
6866
6867 if test "x$ac_ct_AR" = x; then
6868 AR="false"
6869 else
6870 case $cross_compiling:$ac_tool_warned in
6871yes:)
6872{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6873$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6874ac_tool_warned=yes ;;
6875esac
6876 AR=$ac_ct_AR
6877 fi
6878else
6879 AR="$ac_cv_prog_AR"
6880fi
6881
6882test -z "$AR" && AR=ar
6883test -z "$AR_FLAGS" && AR_FLAGS=cru
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895if test -n "$ac_tool_prefix"; then
6896 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6897set dummy ${ac_tool_prefix}strip; ac_word=$2
6898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899$as_echo_n "checking for $ac_word... " >&6; }
6900if test "${ac_cv_prog_STRIP+set}" = set; then :
6901 $as_echo_n "(cached) " >&6
6902else
6903 if test -n "$STRIP"; then
6904 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6905else
6906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907for as_dir in $PATH
6908do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6916 fi
6917done
6918 done
6919IFS=$as_save_IFS
6920
6921fi
6922fi
6923STRIP=$ac_cv_prog_STRIP
6924if test -n "$STRIP"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6926$as_echo "$STRIP" >&6; }
6927else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929$as_echo "no" >&6; }
6930fi
6931
6932
6933fi
6934if test -z "$ac_cv_prog_STRIP"; then
6935 ac_ct_STRIP=$STRIP
6936 # Extract the first word of "strip", so it can be a program name with args.
6937set dummy strip; ac_word=$2
6938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6939$as_echo_n "checking for $ac_word... " >&6; }
6940if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6941 $as_echo_n "(cached) " >&6
6942else
6943 if test -n "$ac_ct_STRIP"; then
6944 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6945else
6946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947for as_dir in $PATH
6948do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6953 ac_cv_prog_ac_ct_STRIP="strip"
6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6955 break 2
6956 fi
6957done
6958 done
6959IFS=$as_save_IFS
6960
6961fi
6962fi
6963ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6964if test -n "$ac_ct_STRIP"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6966$as_echo "$ac_ct_STRIP" >&6; }
6967else
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969$as_echo "no" >&6; }
6970fi
6971
6972 if test "x$ac_ct_STRIP" = x; then
6973 STRIP=":"
6974 else
6975 case $cross_compiling:$ac_tool_warned in
6976yes:)
6977{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6978$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6979ac_tool_warned=yes ;;
6980esac
6981 STRIP=$ac_ct_STRIP
6982 fi
6983else
6984 STRIP="$ac_cv_prog_STRIP"
6985fi
6986
6987test -z "$STRIP" && STRIP=:
6988
6989
6990
6991
6992
6993
6994if test -n "$ac_tool_prefix"; then
6995 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6996set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6998$as_echo_n "checking for $ac_word... " >&6; }
6999if test "${ac_cv_prog_RANLIB+set}" = set; then :
7000 $as_echo_n "(cached) " >&6
7001else
7002 if test -n "$RANLIB"; then
7003 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7004else
7005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7006for as_dir in $PATH
7007do
7008 IFS=$as_save_IFS
7009 test -z "$as_dir" && as_dir=.
7010 for ac_exec_ext in '' $ac_executable_extensions; do
7011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7012 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7014 break 2
7015 fi
7016done
7017 done
7018IFS=$as_save_IFS
7019
7020fi
7021fi
7022RANLIB=$ac_cv_prog_RANLIB
7023if test -n "$RANLIB"; then
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7025$as_echo "$RANLIB" >&6; }
7026else
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7028$as_echo "no" >&6; }
7029fi
7030
7031
7032fi
7033if test -z "$ac_cv_prog_RANLIB"; then
7034 ac_ct_RANLIB=$RANLIB
7035 # Extract the first word of "ranlib", so it can be a program name with args.
7036set dummy ranlib; ac_word=$2
7037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7038$as_echo_n "checking for $ac_word... " >&6; }
7039if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7040 $as_echo_n "(cached) " >&6
7041else
7042 if test -n "$ac_ct_RANLIB"; then
7043 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7044else
7045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046for as_dir in $PATH
7047do
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052 ac_cv_prog_ac_ct_RANLIB="ranlib"
7053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7055 fi
7056done
7057 done
7058IFS=$as_save_IFS
7059
7060fi
7061fi
7062ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7063if test -n "$ac_ct_RANLIB"; then
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7065$as_echo "$ac_ct_RANLIB" >&6; }
7066else
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7068$as_echo "no" >&6; }
7069fi
7070
7071 if test "x$ac_ct_RANLIB" = x; then
7072 RANLIB=":"
7073 else
7074 case $cross_compiling:$ac_tool_warned in
7075yes:)
7076{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7077$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7078ac_tool_warned=yes ;;
7079esac
7080 RANLIB=$ac_ct_RANLIB
7081 fi
7082else
7083 RANLIB="$ac_cv_prog_RANLIB"
7084fi
7085
7086test -z "$RANLIB" && RANLIB=:
7087
7088
7089
7090
7091
7092
7093# Determine commands to create old-style static archives.
7094old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7095old_postinstall_cmds='chmod 644 $oldlib'
7096old_postuninstall_cmds=
7097
7098if test -n "$RANLIB"; then
7099 case $host_os in
7100 openbsd*)
7101 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7102 ;;
7103 *)
7104 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7105 ;;
7106 esac
7107 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7108fi
7109
7110case $host_os in
7111 darwin*)
7112 lock_old_archive_extraction=yes ;;
7113 *)
7114 lock_old_archive_extraction=no ;;
7115esac
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137for ac_prog in gawk mawk nawk awk
7138do
7139 # Extract the first word of "$ac_prog", so it can be a program name with args.
7140set dummy $ac_prog; ac_word=$2
7141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7142$as_echo_n "checking for $ac_word... " >&6; }
7143if test "${ac_cv_prog_AWK+set}" = set; then :
7144 $as_echo_n "(cached) " >&6
7145else
7146 if test -n "$AWK"; then
7147 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7148else
7149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7150for as_dir in $PATH
7151do
7152 IFS=$as_save_IFS
7153 test -z "$as_dir" && as_dir=.
7154 for ac_exec_ext in '' $ac_executable_extensions; do
7155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7156 ac_cv_prog_AWK="$ac_prog"
7157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7158 break 2
7159 fi
7160done
7161 done
7162IFS=$as_save_IFS
7163
7164fi
7165fi
7166AWK=$ac_cv_prog_AWK
7167if test -n "$AWK"; then
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7169$as_echo "$AWK" >&6; }
7170else
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7172$as_echo "no" >&6; }
7173fi
7174
7175
7176 test -n "$AWK" && break
7177done
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197# If no C compiler was specified, use CC.
7198LTCC=${LTCC-"$CC"}
7199
7200# If no C compiler flags were specified, use CFLAGS.
7201LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7202
7203# Allow CC to be a program name with arguments.
7204compiler=$CC
7205
7206
7207# Check for command to grab the raw symbol name followed by C symbol from nm.
7208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7209$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7210if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7211 $as_echo_n "(cached) " >&6
7212else
7213
7214# These are sane defaults that work on at least a few old systems.
7215# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7216
7217# Character class describing NM global symbol codes.
7218symcode='[BCDEGRST]'
7219
7220# Regexp to match symbols that can be accessed directly from C.
7221sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7222
7223# Define system-specific variables.
7224case $host_os in
7225aix*)
7226 symcode='[BCDT]'
7227 ;;
7228cygwin* | mingw* | pw32* | cegcc*)
7229 symcode='[ABCDGISTW]'
7230 ;;
7231hpux*)
7232 if test "$host_cpu" = ia64; then
7233 symcode='[ABCDEGRST]'
7234 fi
7235 ;;
7236irix* | nonstopux*)
7237 symcode='[BCDEGRST]'
7238 ;;
7239osf*)
7240 symcode='[BCDEGQRST]'
7241 ;;
7242solaris*)
7243 symcode='[BDRT]'
7244 ;;
7245sco3.2v5*)
7246 symcode='[DT]'
7247 ;;
7248sysv4.2uw2*)
7249 symcode='[DT]'
7250 ;;
7251sysv5* | sco5v6* | unixware* | OpenUNIX*)
7252 symcode='[ABDT]'
7253 ;;
7254sysv4)
7255 symcode='[DFNSTU]'
7256 ;;
7257esac
7258
7259# If we're using GNU nm, then use its standard symbol codes.
7260case `$NM -V 2>&1` in
7261*GNU* | *'with BFD'*)
7262 symcode='[ABCDGIRSTW]' ;;
7263esac
7264
7265# Transform an extracted symbol line into a proper C declaration.
7266# Some systems (esp. on ia64) link data and code symbols differently,
7267# so use this general approach.
7268lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7269
7270# Transform an extracted symbol line into symbol name and symbol address
7271lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7272lt_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'"
7273
7274# Handle CRLF in mingw tool chain
7275opt_cr=
7276case $build_os in
7277mingw*)
7278 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7279 ;;
7280esac
7281
7282# Try without a prefix underscore, then with it.
7283for ac_symprfx in "" "_"; do
7284
7285 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7286 symxfrm="\\1 $ac_symprfx\\2 \\2"
7287
7288 # Write the raw and C identifiers.
7289 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7290 # Fake it for dumpbin and say T for any non-static function
7291 # and D for any global variable.
7292 # Also find C++ and __fastcall symbols from MSVC++,
7293 # which start with @ or ?.
7294 lt_cv_sys_global_symbol_pipe="$AWK '"\
7295" {last_section=section; section=\$ 3};"\
7296" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7297" \$ 0!~/External *\|/{next};"\
7298" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7299" {if(hide[section]) next};"\
7300" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7301" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7302" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7303" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7304" ' prfx=^$ac_symprfx"
7305 else
7306 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7307 fi
7308
7309 # Check to see that the pipe works correctly.
7310 pipe_works=no
7311
7312 rm -f conftest*
7313 cat > conftest.$ac_ext <<_LT_EOF
7314#ifdef __cplusplus
7315extern "C" {
7316#endif
7317char nm_test_var;
7318void nm_test_func(void);
7319void nm_test_func(void){}
7320#ifdef __cplusplus
7321}
7322#endif
7323int main(){nm_test_var='a';nm_test_func();return(0);}
7324_LT_EOF
7325
7326 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7327 (eval $ac_compile) 2>&5
7328 ac_status=$?
7329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7330 test $ac_status = 0; }; then
7331 # Now try to grab the symbols.
7332 nlist=conftest.nm
7333 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7334 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7335 ac_status=$?
7336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7337 test $ac_status = 0; } && test -s "$nlist"; then
7338 # Try sorting and uniquifying the output.
7339 if sort "$nlist" | uniq > "$nlist"T; then
7340 mv -f "$nlist"T "$nlist"
7341 else
7342 rm -f "$nlist"T
7343 fi
7344
7345 # Make sure that we snagged all the symbols we need.
7346 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7347 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7348 cat <<_LT_EOF > conftest.$ac_ext
7349#ifdef __cplusplus
7350extern "C" {
7351#endif
7352
7353_LT_EOF
7354 # Now generate the symbol file.
7355 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7356
7357 cat <<_LT_EOF >> conftest.$ac_ext
7358
7359/* The mapping between symbol names and symbols. */
7360const struct {
7361 const char *name;
7362 void *address;
7363}
7364lt__PROGRAM__LTX_preloaded_symbols[] =
7365{
7366 { "@PROGRAM@", (void *) 0 },
7367_LT_EOF
7368 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7369 cat <<\_LT_EOF >> conftest.$ac_ext
7370 {0, (void *) 0}
7371};
7372
7373/* This works around a problem in FreeBSD linker */
7374#ifdef FREEBSD_WORKAROUND
7375static const void *lt_preloaded_setup() {
7376 return lt__PROGRAM__LTX_preloaded_symbols;
7377}
7378#endif
7379
7380#ifdef __cplusplus
7381}
7382#endif
7383_LT_EOF
7384 # Now try linking the two files.
7385 mv conftest.$ac_objext conftstm.$ac_objext
7386 lt_save_LIBS="$LIBS"
7387 lt_save_CFLAGS="$CFLAGS"
7388 LIBS="conftstm.$ac_objext"
7389 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7390 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7391 (eval $ac_link) 2>&5
7392 ac_status=$?
7393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7394 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7395 pipe_works=yes
7396 fi
7397 LIBS="$lt_save_LIBS"
7398 CFLAGS="$lt_save_CFLAGS"
7399 else
7400 echo "cannot find nm_test_func in $nlist" >&5
7401 fi
7402 else
7403 echo "cannot find nm_test_var in $nlist" >&5
7404 fi
7405 else
7406 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7407 fi
7408 else
7409 echo "$progname: failed program was:" >&5
7410 cat conftest.$ac_ext >&5
7411 fi
7412 rm -rf conftest* conftst*
7413
7414 # Do not use the global_symbol_pipe unless it works.
7415 if test "$pipe_works" = yes; then
7416 break
7417 else
7418 lt_cv_sys_global_symbol_pipe=
7419 fi
7420done
7421
7422fi
7423
7424if test -z "$lt_cv_sys_global_symbol_pipe"; then
7425 lt_cv_sys_global_symbol_to_cdecl=
7426fi
7427if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7429$as_echo "failed" >&6; }
7430else
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7432$as_echo "ok" >&6; }
7433fi
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456# Check whether --enable-libtool-lock was given.
7457if test "${enable_libtool_lock+set}" = set; then :
7458 enableval=$enable_libtool_lock;
7459fi
7460
7461test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7462
7463# Some flags need to be propagated to the compiler or linker for good
7464# libtool support.
7465case $host in
7466ia64-*-hpux*)
7467 # Find out which ABI we are using.
7468 echo 'int i;' > conftest.$ac_ext
7469 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7470 (eval $ac_compile) 2>&5
7471 ac_status=$?
7472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7473 test $ac_status = 0; }; then
7474 case `/usr/bin/file conftest.$ac_objext` in
7475 *ELF-32*)
7476 HPUX_IA64_MODE="32"
7477 ;;
7478 *ELF-64*)
7479 HPUX_IA64_MODE="64"
7480 ;;
7481 esac
7482 fi
7483 rm -rf conftest*
7484 ;;
7485*-*-irix6*)
7486 # Find out which ABI we are using.
7487 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7489 (eval $ac_compile) 2>&5
7490 ac_status=$?
7491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7492 test $ac_status = 0; }; then
7493 if test "$lt_cv_prog_gnu_ld" = yes; then
7494 case `/usr/bin/file conftest.$ac_objext` in
7495 *32-bit*)
7496 LD="${LD-ld} -melf32bsmip"
7497 ;;
7498 *N32*)
7499 LD="${LD-ld} -melf32bmipn32"
7500 ;;
7501 *64-bit*)
7502 LD="${LD-ld} -melf64bmip"
7503 ;;
7504 esac
7505 else
7506 case `/usr/bin/file conftest.$ac_objext` in
7507 *32-bit*)
7508 LD="${LD-ld} -32"
7509 ;;
7510 *N32*)
7511 LD="${LD-ld} -n32"
7512 ;;
7513 *64-bit*)
7514 LD="${LD-ld} -64"
7515 ;;
7516 esac
7517 fi
7518 fi
7519 rm -rf conftest*
7520 ;;
7521
bf3d9781 7522x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7523s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7524 # Find out which ABI we are using.
7525 echo 'int i;' > conftest.$ac_ext
7526 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7527 (eval $ac_compile) 2>&5
7528 ac_status=$?
7529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7530 test $ac_status = 0; }; then
7531 case `/usr/bin/file conftest.o` in
7532 *32-bit*)
7533 case $host in
7534 x86_64-*kfreebsd*-gnu)
7535 LD="${LD-ld} -m elf_i386_fbsd"
7536 ;;
7537 x86_64-*linux*)
7538 case `/usr/bin/file conftest.o` in
7539 *x86-64*)
7540 LD="${LD-ld} -m elf32_x86_64"
7541 ;;
7542 *)
7543 LD="${LD-ld} -m elf_i386"
7544 ;;
7545 esac
7546 ;;
bf3d9781
AM
7547 powerpc64le-*linux*)
7548 LD="${LD-ld} -m elf32lppclinux"
7549 ;;
7550 powerpc64-*linux*)
6bb11ab3
L
7551 LD="${LD-ld} -m elf32ppclinux"
7552 ;;
7553 s390x-*linux*)
7554 LD="${LD-ld} -m elf_s390"
7555 ;;
7556 sparc64-*linux*)
7557 LD="${LD-ld} -m elf32_sparc"
7558 ;;
7559 esac
7560 ;;
7561 *64-bit*)
7562 case $host in
7563 x86_64-*kfreebsd*-gnu)
7564 LD="${LD-ld} -m elf_x86_64_fbsd"
7565 ;;
7566 x86_64-*linux*)
7567 LD="${LD-ld} -m elf_x86_64"
7568 ;;
bf3d9781
AM
7569 powerpcle-*linux*)
7570 LD="${LD-ld} -m elf64lppc"
7571 ;;
7572 powerpc-*linux*)
6bb11ab3
L
7573 LD="${LD-ld} -m elf64ppc"
7574 ;;
7575 s390*-*linux*|s390*-*tpf*)
7576 LD="${LD-ld} -m elf64_s390"
7577 ;;
7578 sparc*-*linux*)
7579 LD="${LD-ld} -m elf64_sparc"
7580 ;;
7581 esac
7582 ;;
7583 esac
7584 fi
7585 rm -rf conftest*
7586 ;;
7587
7588*-*-sco3.2v5*)
7589 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7590 SAVE_CFLAGS="$CFLAGS"
7591 CFLAGS="$CFLAGS -belf"
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7593$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7594if test "${lt_cv_cc_needs_belf+set}" = set; then :
7595 $as_echo_n "(cached) " >&6
7596else
7597 ac_ext=c
7598ac_cpp='$CPP $CPPFLAGS'
7599ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7600ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7601ac_compiler_gnu=$ac_cv_c_compiler_gnu
7602
7603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7604/* end confdefs.h. */
7605
7606int
7607main ()
7608{
7609
7610 ;
7611 return 0;
7612}
7613_ACEOF
7614if ac_fn_c_try_link "$LINENO"; then :
7615 lt_cv_cc_needs_belf=yes
7616else
7617 lt_cv_cc_needs_belf=no
7618fi
7619rm -f core conftest.err conftest.$ac_objext \
7620 conftest$ac_exeext conftest.$ac_ext
7621 ac_ext=c
7622ac_cpp='$CPP $CPPFLAGS'
7623ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7624ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7625ac_compiler_gnu=$ac_cv_c_compiler_gnu
7626
7627fi
7628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7629$as_echo "$lt_cv_cc_needs_belf" >&6; }
7630 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7631 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7632 CFLAGS="$SAVE_CFLAGS"
7633 fi
7634 ;;
7635sparc*-*solaris*)
7636 # Find out which ABI we are using.
7637 echo 'int i;' > conftest.$ac_ext
7638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7639 (eval $ac_compile) 2>&5
7640 ac_status=$?
7641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7642 test $ac_status = 0; }; then
7643 case `/usr/bin/file conftest.o` in
7644 *64-bit*)
7645 case $lt_cv_prog_gnu_ld in
7646 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7647 *)
7648 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7649 LD="${LD-ld} -64"
7650 fi
7651 ;;
7652 esac
7653 ;;
7654 esac
7655 fi
7656 rm -rf conftest*
7657 ;;
7658esac
7659
7660need_locks="$enable_libtool_lock"
7661
7662
7663 case $host_os in
7664 rhapsody* | darwin*)
7665 if test -n "$ac_tool_prefix"; then
7666 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7667set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669$as_echo_n "checking for $ac_word... " >&6; }
7670if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7672else
7673 if test -n "$DSYMUTIL"; then
7674 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7675else
7676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7677for as_dir in $PATH
7678do
7679 IFS=$as_save_IFS
7680 test -z "$as_dir" && as_dir=.
7681 for ac_exec_ext in '' $ac_executable_extensions; do
7682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7683 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7685 break 2
7686 fi
7687done
7688 done
7689IFS=$as_save_IFS
7690
7691fi
7692fi
7693DSYMUTIL=$ac_cv_prog_DSYMUTIL
7694if test -n "$DSYMUTIL"; then
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7696$as_echo "$DSYMUTIL" >&6; }
7697else
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699$as_echo "no" >&6; }
7700fi
7701
7702
7703fi
7704if test -z "$ac_cv_prog_DSYMUTIL"; then
7705 ac_ct_DSYMUTIL=$DSYMUTIL
7706 # Extract the first word of "dsymutil", so it can be a program name with args.
7707set dummy dsymutil; ac_word=$2
7708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7709$as_echo_n "checking for $ac_word... " >&6; }
7710if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7711 $as_echo_n "(cached) " >&6
7712else
7713 if test -n "$ac_ct_DSYMUTIL"; then
7714 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7715else
7716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7717for as_dir in $PATH
7718do
7719 IFS=$as_save_IFS
7720 test -z "$as_dir" && as_dir=.
7721 for ac_exec_ext in '' $ac_executable_extensions; do
7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7723 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7725 break 2
7726 fi
7727done
7728 done
7729IFS=$as_save_IFS
7730
7731fi
7732fi
7733ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7734if test -n "$ac_ct_DSYMUTIL"; then
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7736$as_echo "$ac_ct_DSYMUTIL" >&6; }
7737else
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7739$as_echo "no" >&6; }
7740fi
7741
7742 if test "x$ac_ct_DSYMUTIL" = x; then
7743 DSYMUTIL=":"
7744 else
7745 case $cross_compiling:$ac_tool_warned in
7746yes:)
7747{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7748$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7749ac_tool_warned=yes ;;
7750esac
7751 DSYMUTIL=$ac_ct_DSYMUTIL
7752 fi
7753else
7754 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7755fi
7756
7757 if test -n "$ac_tool_prefix"; then
7758 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7759set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7761$as_echo_n "checking for $ac_word... " >&6; }
7762if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7763 $as_echo_n "(cached) " >&6
7764else
7765 if test -n "$NMEDIT"; then
7766 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7767else
7768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7769for as_dir in $PATH
7770do
7771 IFS=$as_save_IFS
7772 test -z "$as_dir" && as_dir=.
7773 for ac_exec_ext in '' $ac_executable_extensions; do
7774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7775 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7777 break 2
7778 fi
7779done
7780 done
7781IFS=$as_save_IFS
7782
7783fi
7784fi
7785NMEDIT=$ac_cv_prog_NMEDIT
7786if test -n "$NMEDIT"; then
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7788$as_echo "$NMEDIT" >&6; }
7789else
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7791$as_echo "no" >&6; }
7792fi
7793
7794
7795fi
7796if test -z "$ac_cv_prog_NMEDIT"; then
7797 ac_ct_NMEDIT=$NMEDIT
7798 # Extract the first word of "nmedit", so it can be a program name with args.
7799set dummy nmedit; ac_word=$2
7800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7801$as_echo_n "checking for $ac_word... " >&6; }
7802if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7803 $as_echo_n "(cached) " >&6
7804else
7805 if test -n "$ac_ct_NMEDIT"; then
7806 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7807else
7808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7809for as_dir in $PATH
7810do
7811 IFS=$as_save_IFS
7812 test -z "$as_dir" && as_dir=.
7813 for ac_exec_ext in '' $ac_executable_extensions; do
7814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7815 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7817 break 2
7818 fi
7819done
7820 done
7821IFS=$as_save_IFS
7822
7823fi
7824fi
7825ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7826if test -n "$ac_ct_NMEDIT"; then
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7828$as_echo "$ac_ct_NMEDIT" >&6; }
7829else
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7831$as_echo "no" >&6; }
7832fi
7833
7834 if test "x$ac_ct_NMEDIT" = x; then
7835 NMEDIT=":"
7836 else
7837 case $cross_compiling:$ac_tool_warned in
7838yes:)
7839{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7840$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7841ac_tool_warned=yes ;;
7842esac
7843 NMEDIT=$ac_ct_NMEDIT
7844 fi
7845else
7846 NMEDIT="$ac_cv_prog_NMEDIT"
7847fi
7848
7849 if test -n "$ac_tool_prefix"; then
7850 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7851set dummy ${ac_tool_prefix}lipo; ac_word=$2
7852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7853$as_echo_n "checking for $ac_word... " >&6; }
7854if test "${ac_cv_prog_LIPO+set}" = set; then :
7855 $as_echo_n "(cached) " >&6
7856else
7857 if test -n "$LIPO"; then
7858 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7859else
7860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861for as_dir in $PATH
7862do
7863 IFS=$as_save_IFS
7864 test -z "$as_dir" && as_dir=.
7865 for ac_exec_ext in '' $ac_executable_extensions; do
7866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7867 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7869 break 2
7870 fi
7871done
7872 done
7873IFS=$as_save_IFS
7874
7875fi
7876fi
7877LIPO=$ac_cv_prog_LIPO
7878if test -n "$LIPO"; then
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7880$as_echo "$LIPO" >&6; }
7881else
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7883$as_echo "no" >&6; }
7884fi
7885
7886
7887fi
7888if test -z "$ac_cv_prog_LIPO"; then
7889 ac_ct_LIPO=$LIPO
7890 # Extract the first word of "lipo", so it can be a program name with args.
7891set dummy lipo; ac_word=$2
7892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7893$as_echo_n "checking for $ac_word... " >&6; }
7894if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
7896else
7897 if test -n "$ac_ct_LIPO"; then
7898 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7899else
7900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7901for as_dir in $PATH
7902do
7903 IFS=$as_save_IFS
7904 test -z "$as_dir" && as_dir=.
7905 for ac_exec_ext in '' $ac_executable_extensions; do
7906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7907 ac_cv_prog_ac_ct_LIPO="lipo"
7908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7909 break 2
7910 fi
7911done
7912 done
7913IFS=$as_save_IFS
7914
7915fi
7916fi
7917ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7918if test -n "$ac_ct_LIPO"; then
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7920$as_echo "$ac_ct_LIPO" >&6; }
7921else
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7923$as_echo "no" >&6; }
7924fi
7925
7926 if test "x$ac_ct_LIPO" = x; then
7927 LIPO=":"
7928 else
7929 case $cross_compiling:$ac_tool_warned in
7930yes:)
7931{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7932$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7933ac_tool_warned=yes ;;
7934esac
7935 LIPO=$ac_ct_LIPO
7936 fi
7937else
7938 LIPO="$ac_cv_prog_LIPO"
7939fi
7940
7941 if test -n "$ac_tool_prefix"; then
7942 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7943set dummy ${ac_tool_prefix}otool; ac_word=$2
7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7945$as_echo_n "checking for $ac_word... " >&6; }
7946if test "${ac_cv_prog_OTOOL+set}" = set; then :
7947 $as_echo_n "(cached) " >&6
7948else
7949 if test -n "$OTOOL"; then
7950 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7951else
7952as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7953for as_dir in $PATH
7954do
7955 IFS=$as_save_IFS
7956 test -z "$as_dir" && as_dir=.
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7959 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7961 break 2
7962 fi
7963done
7964 done
7965IFS=$as_save_IFS
7966
7967fi
7968fi
7969OTOOL=$ac_cv_prog_OTOOL
7970if test -n "$OTOOL"; then
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7972$as_echo "$OTOOL" >&6; }
7973else
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975$as_echo "no" >&6; }
7976fi
7977
7978
7979fi
7980if test -z "$ac_cv_prog_OTOOL"; then
7981 ac_ct_OTOOL=$OTOOL
7982 # Extract the first word of "otool", so it can be a program name with args.
7983set dummy otool; ac_word=$2
7984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7985$as_echo_n "checking for $ac_word... " >&6; }
7986if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7987 $as_echo_n "(cached) " >&6
7988else
7989 if test -n "$ac_ct_OTOOL"; then
7990 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7991else
7992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7993for as_dir in $PATH
7994do
7995 IFS=$as_save_IFS
7996 test -z "$as_dir" && as_dir=.
7997 for ac_exec_ext in '' $ac_executable_extensions; do
7998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7999 ac_cv_prog_ac_ct_OTOOL="otool"
8000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8001 break 2
8002 fi
8003done
8004 done
8005IFS=$as_save_IFS
8006
8007fi
8008fi
8009ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8010if test -n "$ac_ct_OTOOL"; then
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8012$as_echo "$ac_ct_OTOOL" >&6; }
8013else
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8015$as_echo "no" >&6; }
8016fi
8017
8018 if test "x$ac_ct_OTOOL" = x; then
8019 OTOOL=":"
8020 else
8021 case $cross_compiling:$ac_tool_warned in
8022yes:)
8023{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8024$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8025ac_tool_warned=yes ;;
8026esac
8027 OTOOL=$ac_ct_OTOOL
8028 fi
8029else
8030 OTOOL="$ac_cv_prog_OTOOL"
8031fi
8032
8033 if test -n "$ac_tool_prefix"; then
8034 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8035set dummy ${ac_tool_prefix}otool64; ac_word=$2
8036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8037$as_echo_n "checking for $ac_word... " >&6; }
8038if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8039 $as_echo_n "(cached) " >&6
8040else
8041 if test -n "$OTOOL64"; then
8042 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8043else
8044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8045for as_dir in $PATH
8046do
8047 IFS=$as_save_IFS
8048 test -z "$as_dir" && as_dir=.
8049 for ac_exec_ext in '' $ac_executable_extensions; do
8050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8051 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8053 break 2
8054 fi
8055done
8056 done
8057IFS=$as_save_IFS
8058
8059fi
8060fi
8061OTOOL64=$ac_cv_prog_OTOOL64
8062if test -n "$OTOOL64"; then
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8064$as_echo "$OTOOL64" >&6; }
8065else
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8067$as_echo "no" >&6; }
8068fi
8069
8070
8071fi
8072if test -z "$ac_cv_prog_OTOOL64"; then
8073 ac_ct_OTOOL64=$OTOOL64
8074 # Extract the first word of "otool64", so it can be a program name with args.
8075set dummy otool64; ac_word=$2
8076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8077$as_echo_n "checking for $ac_word... " >&6; }
8078if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8079 $as_echo_n "(cached) " >&6
8080else
8081 if test -n "$ac_ct_OTOOL64"; then
8082 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8083else
8084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8085for as_dir in $PATH
8086do
8087 IFS=$as_save_IFS
8088 test -z "$as_dir" && as_dir=.
8089 for ac_exec_ext in '' $ac_executable_extensions; do
8090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8091 ac_cv_prog_ac_ct_OTOOL64="otool64"
8092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8093 break 2
8094 fi
8095done
8096 done
8097IFS=$as_save_IFS
8098
8099fi
8100fi
8101ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8102if test -n "$ac_ct_OTOOL64"; then
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8104$as_echo "$ac_ct_OTOOL64" >&6; }
8105else
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8107$as_echo "no" >&6; }
8108fi
8109
8110 if test "x$ac_ct_OTOOL64" = x; then
8111 OTOOL64=":"
8112 else
8113 case $cross_compiling:$ac_tool_warned in
8114yes:)
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8117ac_tool_warned=yes ;;
8118esac
8119 OTOOL64=$ac_ct_OTOOL64
8120 fi
8121else
8122 OTOOL64="$ac_cv_prog_OTOOL64"
8123fi
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8152$as_echo_n "checking for -single_module linker flag... " >&6; }
8153if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8154 $as_echo_n "(cached) " >&6
8155else
8156 lt_cv_apple_cc_single_mod=no
8157 if test -z "${LT_MULTI_MODULE}"; then
8158 # By default we will add the -single_module flag. You can override
8159 # by either setting the environment variable LT_MULTI_MODULE
8160 # non-empty at configure time, or by adding -multi_module to the
8161 # link flags.
8162 rm -rf libconftest.dylib*
8163 echo "int foo(void){return 1;}" > conftest.c
8164 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8165-dynamiclib -Wl,-single_module conftest.c" >&5
8166 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8167 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8168 _lt_result=$?
8169 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8170 lt_cv_apple_cc_single_mod=yes
8171 else
8172 cat conftest.err >&5
8173 fi
8174 rm -rf libconftest.dylib*
8175 rm -f conftest.*
8176 fi
8177fi
8178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8179$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8181$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8182if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8183 $as_echo_n "(cached) " >&6
8184else
8185 lt_cv_ld_exported_symbols_list=no
8186 save_LDFLAGS=$LDFLAGS
8187 echo "_main" > conftest.sym
8188 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8190/* end confdefs.h. */
8191
8192int
8193main ()
8194{
8195
8196 ;
8197 return 0;
8198}
8199_ACEOF
8200if ac_fn_c_try_link "$LINENO"; then :
8201 lt_cv_ld_exported_symbols_list=yes
8202else
8203 lt_cv_ld_exported_symbols_list=no
8204fi
8205rm -f core conftest.err conftest.$ac_objext \
8206 conftest$ac_exeext conftest.$ac_ext
8207 LDFLAGS="$save_LDFLAGS"
8208
8209fi
8210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8211$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8213$as_echo_n "checking for -force_load linker flag... " >&6; }
8214if test "${lt_cv_ld_force_load+set}" = set; then :
8215 $as_echo_n "(cached) " >&6
8216else
8217 lt_cv_ld_force_load=no
8218 cat > conftest.c << _LT_EOF
8219int forced_loaded() { return 2;}
8220_LT_EOF
8221 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8222 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8223 echo "$AR cru libconftest.a conftest.o" >&5
8224 $AR cru libconftest.a conftest.o 2>&5
8225 cat > conftest.c << _LT_EOF
8226int main() { return 0;}
8227_LT_EOF
8228 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8229 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8230 _lt_result=$?
8231 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8232 lt_cv_ld_force_load=yes
8233 else
8234 cat conftest.err >&5
8235 fi
8236 rm -f conftest.err libconftest.a conftest conftest.c
8237 rm -rf conftest.dSYM
8238
8239fi
8240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8241$as_echo "$lt_cv_ld_force_load" >&6; }
8242 case $host_os in
8243 rhapsody* | darwin1.[012])
8244 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8245 darwin1.*)
8246 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8247 darwin*) # darwin 5.x on
8248 # if running on 10.5 or later, the deployment target defaults
8249 # to the OS version, if on x86, and 10.4, the deployment
8250 # target defaults to 10.4. Don't you love it?
8251 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8252 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8253 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8254 10.[012][,.]*)
6bb11ab3
L
8255 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8256 10.*)
8257 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8258 esac
8259 ;;
8260 esac
8261 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8262 _lt_dar_single_mod='$single_module'
8263 fi
8264 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8265 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8266 else
8267 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8268 fi
8269 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8270 _lt_dsymutil='~$DSYMUTIL $lib || :'
8271 else
8272 _lt_dsymutil=
8273 fi
8274 ;;
8275 esac
8276
8277for ac_header in dlfcn.h
8278do :
8279 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8280"
8281if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8282 cat >>confdefs.h <<_ACEOF
8283#define HAVE_DLFCN_H 1
8284_ACEOF
8285
8286fi
8287
8288done
8289
8290
8291
8292# autoconf.info says this should be called right after AC_INIT.
8293ac_config_headers="$ac_config_headers config.h:config.in"
8294
8295
8296
0cb8d851
MF
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8298$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8299if test "${ac_cv_c_bigendian+set}" = set; then :
8300 $as_echo_n "(cached) " >&6
8301else
8302 ac_cv_c_bigendian=unknown
8303 # See if we're dealing with a universal compiler.
8304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305/* end confdefs.h. */
8306#ifndef __APPLE_CC__
8307 not a universal capable compiler
8308 #endif
8309 typedef int dummy;
8310
8311_ACEOF
8312if ac_fn_c_try_compile "$LINENO"; then :
8313
8314 # Check for potential -arch flags. It is not universal unless
8315 # there are at least two -arch flags with different values.
8316 ac_arch=
8317 ac_prev=
8318 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8319 if test -n "$ac_prev"; then
8320 case $ac_word in
8321 i?86 | x86_64 | ppc | ppc64)
8322 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8323 ac_arch=$ac_word
8324 else
8325 ac_cv_c_bigendian=universal
8326 break
8327 fi
8328 ;;
8329 esac
8330 ac_prev=
8331 elif test "x$ac_word" = "x-arch"; then
8332 ac_prev=arch
8333 fi
8334 done
8335fi
8336rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8337 if test $ac_cv_c_bigendian = unknown; then
8338 # See if sys/param.h defines the BYTE_ORDER macro.
8339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8340/* end confdefs.h. */
8341#include <sys/types.h>
8342 #include <sys/param.h>
8343
8344int
8345main ()
8346{
8347#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8348 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8349 && LITTLE_ENDIAN)
8350 bogus endian macros
8351 #endif
8352
8353 ;
8354 return 0;
8355}
8356_ACEOF
8357if ac_fn_c_try_compile "$LINENO"; then :
8358 # It does; now see whether it defined to BIG_ENDIAN or not.
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360/* end confdefs.h. */
8361#include <sys/types.h>
8362 #include <sys/param.h>
8363
8364int
8365main ()
8366{
8367#if BYTE_ORDER != BIG_ENDIAN
8368 not big endian
8369 #endif
8370
8371 ;
8372 return 0;
8373}
8374_ACEOF
8375if ac_fn_c_try_compile "$LINENO"; then :
8376 ac_cv_c_bigendian=yes
8377else
8378 ac_cv_c_bigendian=no
8379fi
8380rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8381fi
8382rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8383 fi
8384 if test $ac_cv_c_bigendian = unknown; then
8385 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387/* end confdefs.h. */
8388#include <limits.h>
8389
8390int
8391main ()
8392{
8393#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8394 bogus endian macros
8395 #endif
8396
8397 ;
8398 return 0;
8399}
8400_ACEOF
8401if ac_fn_c_try_compile "$LINENO"; then :
8402 # It does; now see whether it defined to _BIG_ENDIAN or not.
8403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8404/* end confdefs.h. */
8405#include <limits.h>
8406
8407int
8408main ()
8409{
8410#ifndef _BIG_ENDIAN
8411 not big endian
8412 #endif
8413
8414 ;
8415 return 0;
8416}
8417_ACEOF
8418if ac_fn_c_try_compile "$LINENO"; then :
8419 ac_cv_c_bigendian=yes
8420else
8421 ac_cv_c_bigendian=no
8422fi
8423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424fi
8425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426 fi
8427 if test $ac_cv_c_bigendian = unknown; then
8428 # Compile a test program.
8429 if test "$cross_compiling" = yes; then :
8430 # Try to guess by grepping values from an object file.
8431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8432/* end confdefs.h. */
8433short int ascii_mm[] =
8434 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8435 short int ascii_ii[] =
8436 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8437 int use_ascii (int i) {
8438 return ascii_mm[i] + ascii_ii[i];
8439 }
8440 short int ebcdic_ii[] =
8441 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8442 short int ebcdic_mm[] =
8443 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8444 int use_ebcdic (int i) {
8445 return ebcdic_mm[i] + ebcdic_ii[i];
8446 }
8447 extern int foo;
8448
8449int
8450main ()
8451{
8452return use_ascii (foo) == use_ebcdic (foo);
8453 ;
8454 return 0;
8455}
8456_ACEOF
8457if ac_fn_c_try_compile "$LINENO"; then :
8458 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8459 ac_cv_c_bigendian=yes
8460 fi
8461 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8462 if test "$ac_cv_c_bigendian" = unknown; then
8463 ac_cv_c_bigendian=no
8464 else
8465 # finding both strings is unlikely to happen, but who knows?
8466 ac_cv_c_bigendian=unknown
8467 fi
8468 fi
8469fi
8470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8471else
8472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8473/* end confdefs.h. */
8474$ac_includes_default
8475int
8476main ()
8477{
8478
8479 /* Are we little or big endian? From Harbison&Steele. */
8480 union
8481 {
8482 long int l;
8483 char c[sizeof (long int)];
8484 } u;
8485 u.l = 1;
8486 return u.c[sizeof (long int) - 1] == 1;
8487
8488 ;
8489 return 0;
8490}
8491_ACEOF
8492if ac_fn_c_try_run "$LINENO"; then :
8493 ac_cv_c_bigendian=no
8494else
8495 ac_cv_c_bigendian=yes
8496fi
8497rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8498 conftest.$ac_objext conftest.beam conftest.$ac_ext
8499fi
8500
8501 fi
8502fi
8503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8504$as_echo "$ac_cv_c_bigendian" >&6; }
8505 case $ac_cv_c_bigendian in #(
8506 yes)
8507 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8508;; #(
8509 no)
8510 ;; #(
8511 universal)
8512
8513$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8514
8515 ;; #(
8516 *)
8517 as_fn_error "unknown endianness
8518 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8519 esac
8520
6bb11ab3
L
8521
8522
8523
8524# Put a plausible default for CC_FOR_BUILD in Makefile.
8525if test "x$cross_compiling" = "xno"; then
8526 CC_FOR_BUILD='$(CC)'
8527else
8528 CC_FOR_BUILD=gcc
8529fi
8530
8531
8532
8533
8534AR=${AR-ar}
8535
8536if test -n "$ac_tool_prefix"; then
8537 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8538set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8540$as_echo_n "checking for $ac_word... " >&6; }
8541if test "${ac_cv_prog_RANLIB+set}" = set; then :
8542 $as_echo_n "(cached) " >&6
8543else
8544 if test -n "$RANLIB"; then
8545 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8546else
8547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548for as_dir in $PATH
8549do
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8557 fi
8558done
8559 done
8560IFS=$as_save_IFS
8561
8562fi
8563fi
8564RANLIB=$ac_cv_prog_RANLIB
8565if test -n "$RANLIB"; then
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8567$as_echo "$RANLIB" >&6; }
8568else
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8570$as_echo "no" >&6; }
8571fi
8572
8573
8574fi
8575if test -z "$ac_cv_prog_RANLIB"; then
8576 ac_ct_RANLIB=$RANLIB
8577 # Extract the first word of "ranlib", so it can be a program name with args.
8578set dummy ranlib; ac_word=$2
8579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8580$as_echo_n "checking for $ac_word... " >&6; }
8581if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8582 $as_echo_n "(cached) " >&6
8583else
8584 if test -n "$ac_ct_RANLIB"; then
8585 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8586else
8587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8588for as_dir in $PATH
8589do
8590 IFS=$as_save_IFS
8591 test -z "$as_dir" && as_dir=.
8592 for ac_exec_ext in '' $ac_executable_extensions; do
8593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8594 ac_cv_prog_ac_ct_RANLIB="ranlib"
8595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8596 break 2
8597 fi
8598done
8599 done
8600IFS=$as_save_IFS
8601
8602fi
8603fi
8604ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8605if test -n "$ac_ct_RANLIB"; then
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8607$as_echo "$ac_ct_RANLIB" >&6; }
8608else
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8610$as_echo "no" >&6; }
8611fi
8612
8613 if test "x$ac_ct_RANLIB" = x; then
8614 RANLIB=":"
8615 else
8616 case $cross_compiling:$ac_tool_warned in
8617yes:)
8618{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8619$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8620ac_tool_warned=yes ;;
8621esac
8622 RANLIB=$ac_ct_RANLIB
8623 fi
8624else
8625 RANLIB="$ac_cv_prog_RANLIB"
8626fi
8627
8628
8629# Some of the common include files depend on bfd.h, and bfd.h checks
8630# that config.h is included first by testing that the PACKAGE macro
8631# is defined.
8632PACKAGE=sim
8633
8634cat >>confdefs.h <<_ACEOF
8635#define PACKAGE "$PACKAGE"
8636_ACEOF
8637
8638
8639
8640# Dependency checking.
8641ac_config_commands="$ac_config_commands depdir"
8642
8643
8644depcc="$CC" am_compiler_list=
8645
8646am_depcomp=$ac_aux_dir/depcomp
8647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8648$as_echo_n "checking dependency style of $depcc... " >&6; }
8649if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8650 $as_echo_n "(cached) " >&6
8651else
8652 if test -f "$am_depcomp"; then
8653 # We make a subdir and do the tests there. Otherwise we can end up
8654 # making bogus files that we don't know about and never remove. For
8655 # instance it was reported that on HP-UX the gcc test will end up
8656 # making a dummy file named `D' -- because `-MD' means `put the output
8657 # in D'.
8658 mkdir conftest.dir
8659 # Copy depcomp to subdir because otherwise we won't find it if we're
8660 # using a relative directory.
8661 cp "$am_depcomp" conftest.dir
8662 cd conftest.dir
8663 # We will build objects and dependencies in a subdirectory because
8664 # it helps to detect inapplicable dependency modes. For instance
8665 # both Tru64's cc and ICC support -MD to output dependencies as a
8666 # side effect of compilation, but ICC will put the dependencies in
8667 # the current directory while Tru64 will put them in the object
8668 # directory.
8669 mkdir sub
8670
8671 am_cv_CC_dependencies_compiler_type=none
8672 if test "$am_compiler_list" = ""; then
8673 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8674 fi
8675 for depmode in $am_compiler_list; do
8676 if test $depmode = none; then break; fi
8677
8678 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8679 # Setup a source with many dependencies, because some compilers
8680 # like to wrap large dependency lists on column 80 (with \), and
8681 # we should not choose a depcomp mode which is confused by this.
8682 #
8683 # We need to recreate these files for each test, as the compiler may
8684 # overwrite some of them when testing with obscure command lines.
8685 # This happens at least with the AIX C compiler.
8686 : > sub/conftest.c
8687 for i in 1 2 3 4 5 6; do
8688 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8689 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8690 # Solaris 8's {/usr,}/bin/sh.
8691 touch sub/conftst$i.h
8692 done
8693 echo "include sub/conftest.Po" > confmf
8694
8695 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8696 # mode. It turns out that the SunPro C++ compiler does not properly
8697 # handle `-M -o', and we need to detect this.
8698 depcmd="depmode=$depmode \
8699 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8700 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8701 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8702 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8703 if env $depcmd > conftest.err 2>&1 &&
8704 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8705 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8706 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8707 # icc doesn't choke on unknown options, it will just issue warnings
8708 # or remarks (even with -Werror). So we grep stderr for any message
8709 # that says an option was ignored or not supported.
8710 # When given -MP, icc 7.0 and 7.1 complain thusly:
8711 # icc: Command line warning: ignoring option '-M'; no argument required
8712 # The diagnosis changed in icc 8.0:
8713 # icc: Command line remark: option '-MP' not supported
8714 if (grep 'ignoring option' conftest.err ||
8715 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8716 am_cv_CC_dependencies_compiler_type=$depmode
8717 $as_echo "$as_me:$LINENO: success" >&5
8718 break
8719 fi
8720 fi
8721 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8722 sed -e 's/^/| /' < conftest.err >&5
8723 done
8724
8725 cd ..
8726 rm -rf conftest.dir
8727else
8728 am_cv_CC_dependencies_compiler_type=none
8729fi
8730
8731fi
8732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8733$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8734if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8735then as_fn_error "no usable dependency style found" "$LINENO" 5
8736else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8737
8738fi
8739
8740
8741# Check for the 'make' the user wants to use.
8742for ac_prog in make
8743do
8744 # Extract the first word of "$ac_prog", so it can be a program name with args.
8745set dummy $ac_prog; ac_word=$2
8746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8747$as_echo_n "checking for $ac_word... " >&6; }
8748if test "${ac_cv_prog_MAKE+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
8750else
8751 if test -n "$MAKE"; then
8752 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8753else
8754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755for as_dir in $PATH
8756do
8757 IFS=$as_save_IFS
8758 test -z "$as_dir" && as_dir=.
8759 for ac_exec_ext in '' $ac_executable_extensions; do
8760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8761 ac_cv_prog_MAKE="$ac_prog"
8762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8763 break 2
8764 fi
8765done
8766 done
8767IFS=$as_save_IFS
8768
8769fi
8770fi
8771MAKE=$ac_cv_prog_MAKE
8772if test -n "$MAKE"; then
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8774$as_echo "$MAKE" >&6; }
8775else
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8777$as_echo "no" >&6; }
8778fi
8779
8780
8781 test -n "$MAKE" && break
8782done
8783
8784MAKE_IS_GNU=
8785case "`$MAKE --version 2>&1 | sed 1q`" in
8786 *GNU*)
8787 MAKE_IS_GNU=yes
8788 ;;
8789esac
8790 if test "$MAKE_IS_GNU" = yes; then
8791 GMAKE_TRUE=
8792 GMAKE_FALSE='#'
8793else
8794 GMAKE_TRUE='#'
8795 GMAKE_FALSE=
8796fi
8797
8798
8799ALL_LINGUAS=
8800# If we haven't got the data from the intl directory,
8801# assume NLS is disabled.
8802USE_NLS=no
8803LIBINTL=
8804LIBINTL_DEP=
8805INCINTL=
8806XGETTEXT=
8807GMSGFMT=
8808POSUB=
8809
8810if test -f ../../intl/config.intl; then
8811 . ../../intl/config.intl
8812fi
8813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8814$as_echo_n "checking whether NLS is requested... " >&6; }
8815if test x"$USE_NLS" != xyes; then
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8817$as_echo "no" >&6; }
8818else
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8820$as_echo "yes" >&6; }
8821
8822$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8823
8824
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8826$as_echo_n "checking for catalogs to be installed... " >&6; }
8827 # Look for .po and .gmo files in the source directory.
8828 CATALOGS=
8829 XLINGUAS=
8830 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8831 # If there aren't any .gmo files the shell will give us the
8832 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8833 # weeded out.
8834 case "$cat" in *\**)
8835 continue;;
8836 esac
8837 # The quadruple backslash is collapsed to a double backslash
8838 # by the backticks, then collapsed again by the double quotes,
8839 # leaving us with one backslash in the sed expression (right
8840 # before the dot that mustn't act as a wildcard).
8841 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8842 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8843 # The user is allowed to set LINGUAS to a list of languages to
8844 # install catalogs for. If it's empty that means "all of them."
8845 if test "x$LINGUAS" = x; then
8846 CATALOGS="$CATALOGS $cat"
8847 XLINGUAS="$XLINGUAS $lang"
8848 else
8849 case "$LINGUAS" in *$lang*)
8850 CATALOGS="$CATALOGS $cat"
8851 XLINGUAS="$XLINGUAS $lang"
8852 ;;
8853 esac
8854 fi
8855 done
8856 LINGUAS="$XLINGUAS"
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8858$as_echo "$LINGUAS" >&6; }
8859
8860
8861 DATADIRNAME=share
8862
8863 INSTOBJEXT=.mo
8864
8865 GENCAT=gencat
8866
8867 CATOBJEXT=.gmo
8868
8869fi
8870
8871# Check for common headers.
8872# FIXME: Seems to me this can cause problems for i386-windows hosts.
8873# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8874for ac_header in stdlib.h string.h strings.h unistd.h time.h
8875do :
8876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8877ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8878eval as_val=\$$as_ac_Header
8879 if test "x$as_val" = x""yes; then :
8880 cat >>confdefs.h <<_ACEOF
8881#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8882_ACEOF
8883
8884fi
8885
8886done
8887
936df756 8888for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8889do :
8890 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8891ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8892eval as_val=\$$as_ac_Header
8893 if test "x$as_val" = x""yes; then :
8894 cat >>confdefs.h <<_ACEOF
8895#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8896_ACEOF
8897
8898fi
8899
8900done
8901
8902for ac_header in fcntl.h fpu_control.h
8903do :
8904 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8905ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8906eval as_val=\$$as_ac_Header
8907 if test "x$as_val" = x""yes; then :
8908 cat >>confdefs.h <<_ACEOF
8909#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8910_ACEOF
8911
8912fi
8913
8914done
8915
8916for ac_header in dlfcn.h errno.h sys/stat.h
8917do :
8918 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8919ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8920eval as_val=\$$as_ac_Header
8921 if test "x$as_val" = x""yes; then :
8922 cat >>confdefs.h <<_ACEOF
8923#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8924_ACEOF
8925
8926fi
8927
8928done
8929
8930for ac_func in getrusage time sigaction __setfpucw
8931do :
8932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8933ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8934eval as_val=\$$as_ac_var
8935 if test "x$as_val" = x""yes; then :
8936 cat >>confdefs.h <<_ACEOF
8937#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8938_ACEOF
8939
8940fi
8941done
8942
936df756
MF
8943for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8944do :
8945 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8946ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8947eval as_val=\$$as_ac_var
8948 if test "x$as_val" = x""yes; then :
8949 cat >>confdefs.h <<_ACEOF
8950#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8951_ACEOF
8952
8953fi
8954done
8955
8956ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8957#include <sys/types.h>
8958#endif
8959#ifdef HAVE_SYS_STAT_H
8960#include <sys/stat.h>
8961#endif
8962"
8963if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8964
8965cat >>confdefs.h <<_ACEOF
8966#define HAVE_STRUCT_STAT_ST_DEV 1
8967_ACEOF
8968
8969
8970fi
8971ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8972#include <sys/types.h>
8973#endif
8974#ifdef HAVE_SYS_STAT_H
8975#include <sys/stat.h>
8976#endif
8977"
8978if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8979
8980cat >>confdefs.h <<_ACEOF
8981#define HAVE_STRUCT_STAT_ST_INO 1
8982_ACEOF
8983
8984
8985fi
8986ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8987#include <sys/types.h>
8988#endif
8989#ifdef HAVE_SYS_STAT_H
8990#include <sys/stat.h>
8991#endif
8992"
8993if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8994
8995cat >>confdefs.h <<_ACEOF
8996#define HAVE_STRUCT_STAT_ST_MODE 1
8997_ACEOF
8998
8999
9000fi
9001ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9002#include <sys/types.h>
9003#endif
9004#ifdef HAVE_SYS_STAT_H
9005#include <sys/stat.h>
9006#endif
9007"
9008if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9009
9010cat >>confdefs.h <<_ACEOF
9011#define HAVE_STRUCT_STAT_ST_NLINK 1
9012_ACEOF
9013
9014
9015fi
9016ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9017#include <sys/types.h>
9018#endif
9019#ifdef HAVE_SYS_STAT_H
9020#include <sys/stat.h>
9021#endif
9022"
9023if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9024
9025cat >>confdefs.h <<_ACEOF
9026#define HAVE_STRUCT_STAT_ST_UID 1
9027_ACEOF
9028
9029
9030fi
9031ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9032#include <sys/types.h>
9033#endif
9034#ifdef HAVE_SYS_STAT_H
9035#include <sys/stat.h>
9036#endif
9037"
9038if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9039
9040cat >>confdefs.h <<_ACEOF
9041#define HAVE_STRUCT_STAT_ST_GID 1
9042_ACEOF
9043
9044
9045fi
9046ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9047#include <sys/types.h>
9048#endif
9049#ifdef HAVE_SYS_STAT_H
9050#include <sys/stat.h>
9051#endif
9052"
9053if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9054
9055cat >>confdefs.h <<_ACEOF
9056#define HAVE_STRUCT_STAT_ST_RDEV 1
9057_ACEOF
9058
9059
9060fi
9061ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9062#include <sys/types.h>
9063#endif
9064#ifdef HAVE_SYS_STAT_H
9065#include <sys/stat.h>
9066#endif
9067"
9068if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9069
9070cat >>confdefs.h <<_ACEOF
9071#define HAVE_STRUCT_STAT_ST_SIZE 1
9072_ACEOF
9073
9074
9075fi
9076ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9077#include <sys/types.h>
9078#endif
9079#ifdef HAVE_SYS_STAT_H
9080#include <sys/stat.h>
9081#endif
9082"
9083if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9084
9085cat >>confdefs.h <<_ACEOF
9086#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9087_ACEOF
9088
9089
9090fi
9091ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9092#include <sys/types.h>
9093#endif
9094#ifdef HAVE_SYS_STAT_H
9095#include <sys/stat.h>
9096#endif
9097"
9098if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9099
9100cat >>confdefs.h <<_ACEOF
9101#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9102_ACEOF
9103
9104
9105fi
9106ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9107#include <sys/types.h>
9108#endif
9109#ifdef HAVE_SYS_STAT_H
9110#include <sys/stat.h>
9111#endif
9112"
9113if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9114
9115cat >>confdefs.h <<_ACEOF
9116#define HAVE_STRUCT_STAT_ST_ATIME 1
9117_ACEOF
9118
9119
9120fi
9121ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9122#include <sys/types.h>
9123#endif
9124#ifdef HAVE_SYS_STAT_H
9125#include <sys/stat.h>
9126#endif
9127"
9128if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9129
9130cat >>confdefs.h <<_ACEOF
9131#define HAVE_STRUCT_STAT_ST_MTIME 1
9132_ACEOF
9133
9134
9135fi
9136ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9137#include <sys/types.h>
9138#endif
9139#ifdef HAVE_SYS_STAT_H
9140#include <sys/stat.h>
9141#endif
9142"
9143if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9144
9145cat >>confdefs.h <<_ACEOF
9146#define HAVE_STRUCT_STAT_ST_CTIME 1
9147_ACEOF
9148
9149
9150fi
9151
9152ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9153#include <sys/socket.h>
9154
9155"
9156if test "x$ac_cv_type_socklen_t" = x""yes; then :
9157
9158cat >>confdefs.h <<_ACEOF
9159#define HAVE_SOCKLEN_T 1
9160_ACEOF
9161
9162
9163fi
9164
6bb11ab3
L
9165
9166# Check for socket libraries
9167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9168$as_echo_n "checking for bind in -lsocket... " >&6; }
9169if test "${ac_cv_lib_socket_bind+set}" = set; then :
9170 $as_echo_n "(cached) " >&6
9171else
9172 ac_check_lib_save_LIBS=$LIBS
9173LIBS="-lsocket $LIBS"
9174cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9175/* end confdefs.h. */
9176
9177/* Override any GCC internal prototype to avoid an error.
9178 Use char because int might match the return type of a GCC
9179 builtin and then its argument prototype would still apply. */
9180#ifdef __cplusplus
9181extern "C"
9182#endif
9183char bind ();
9184int
9185main ()
9186{
9187return bind ();
9188 ;
9189 return 0;
9190}
9191_ACEOF
9192if ac_fn_c_try_link "$LINENO"; then :
9193 ac_cv_lib_socket_bind=yes
9194else
9195 ac_cv_lib_socket_bind=no
9196fi
9197rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9199LIBS=$ac_check_lib_save_LIBS
9200fi
9201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9202$as_echo "$ac_cv_lib_socket_bind" >&6; }
9203if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9204 cat >>confdefs.h <<_ACEOF
9205#define HAVE_LIBSOCKET 1
9206_ACEOF
9207
9208 LIBS="-lsocket $LIBS"
9209
9210fi
9211
9212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9213$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9214if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9215 $as_echo_n "(cached) " >&6
9216else
9217 ac_check_lib_save_LIBS=$LIBS
9218LIBS="-lnsl $LIBS"
9219cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220/* end confdefs.h. */
9221
9222/* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225#ifdef __cplusplus
9226extern "C"
9227#endif
9228char gethostbyname ();
9229int
9230main ()
9231{
9232return gethostbyname ();
9233 ;
9234 return 0;
9235}
9236_ACEOF
9237if ac_fn_c_try_link "$LINENO"; then :
9238 ac_cv_lib_nsl_gethostbyname=yes
9239else
9240 ac_cv_lib_nsl_gethostbyname=no
9241fi
9242rm -f core conftest.err conftest.$ac_objext \
9243 conftest$ac_exeext conftest.$ac_ext
9244LIBS=$ac_check_lib_save_LIBS
9245fi
9246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9247$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9248if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9249 cat >>confdefs.h <<_ACEOF
9250#define HAVE_LIBNSL 1
9251_ACEOF
9252
9253 LIBS="-lnsl $LIBS"
9254
9255fi
9256
9257
9258# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9259# using the same condition.
9260
aadc9410 9261 # Use the system's zlib library.
7fed4b0b
L
9262 zlibdir="-L\$(top_builddir)/../zlib"
9263 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9264
aadc9410
MF
9265# Check whether --with-system-zlib was given.
9266if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9267 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9268 zlibdir=
9269 zlibinc=
9270 fi
6bb11ab3
L
9271
9272fi
9273
6bb11ab3 9274
6bb11ab3 9275
6bb11ab3
L
9276
9277
9278# BFD uses libdl when when plugins enabled.
9279
faa743bb
RM
9280 maybe_plugins=no
9281 for ac_header in dlfcn.h
9282do :
9283 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9284"
9285if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9286 cat >>confdefs.h <<_ACEOF
9287#define HAVE_DLFCN_H 1
9288_ACEOF
9289 maybe_plugins=yes
9290fi
9291
9292done
9293
9294 for ac_header in windows.h
9295do :
9296 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9297"
9298if test "x$ac_cv_header_windows_h" = x""yes; then :
9299 cat >>confdefs.h <<_ACEOF
9300#define HAVE_WINDOWS_H 1
9301_ACEOF
9302 maybe_plugins=yes
9303fi
9304
9305done
9306
9307
9308 # Check whether --enable-plugins was given.
6bb11ab3
L
9309if test "${enable_plugins+set}" = set; then :
9310 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9311 no) plugins=no ;;
9312 *) plugins=yes
9313 if test "$maybe_plugins" != "yes" ; then
9314 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9315 fi ;;
9316 esac
6bb11ab3 9317else
faa743bb
RM
9318 plugins=$maybe_plugins
9319
6bb11ab3
L
9320fi
9321
2974be62
AM
9322 if test "$plugins" = "yes"; then
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9324$as_echo_n "checking for library containing dlopen... " >&6; }
9325if test "${ac_cv_search_dlopen+set}" = set; then :
9326 $as_echo_n "(cached) " >&6
9327else
9328 ac_func_search_save_LIBS=$LIBS
9329cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9330/* end confdefs.h. */
9331
9332/* Override any GCC internal prototype to avoid an error.
9333 Use char because int might match the return type of a GCC
9334 builtin and then its argument prototype would still apply. */
9335#ifdef __cplusplus
9336extern "C"
9337#endif
9338char dlopen ();
9339int
9340main ()
9341{
9342return dlopen ();
9343 ;
9344 return 0;
9345}
9346_ACEOF
9347for ac_lib in '' dl; do
9348 if test -z "$ac_lib"; then
9349 ac_res="none required"
9350 else
9351 ac_res=-l$ac_lib
9352 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9353 fi
9354 if ac_fn_c_try_link "$LINENO"; then :
9355 ac_cv_search_dlopen=$ac_res
9356fi
9357rm -f core conftest.err conftest.$ac_objext \
9358 conftest$ac_exeext
9359 if test "${ac_cv_search_dlopen+set}" = set; then :
9360 break
9361fi
9362done
9363if test "${ac_cv_search_dlopen+set}" = set; then :
9364
9365else
9366 ac_cv_search_dlopen=no
9367fi
9368rm conftest.$ac_ext
9369LIBS=$ac_func_search_save_LIBS
9370fi
9371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9372$as_echo "$ac_cv_search_dlopen" >&6; }
9373ac_res=$ac_cv_search_dlopen
9374if test "$ac_res" != no; then :
9375 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9376
9377fi
9378
9379 fi
6bb11ab3
L
9380
9381 if test "$plugins" = yes; then
9382 PLUGINS_TRUE=
9383 PLUGINS_FALSE='#'
9384else
9385 PLUGINS_TRUE='#'
9386 PLUGINS_FALSE=
9387fi
9388
9389
9390
9391
9392
9393# Set options
9394enable_dlopen=yes
9395
9396
9397
9398
9399 enable_win32_dll=no
9400
9401
9402 # Check whether --enable-shared was given.
9403if test "${enable_shared+set}" = set; then :
9404 enableval=$enable_shared; p=${PACKAGE-default}
9405 case $enableval in
9406 yes) enable_shared=yes ;;
9407 no) enable_shared=no ;;
9408 *)
9409 enable_shared=no
9410 # Look at the argument we got. We use all the common list separators.
9411 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9412 for pkg in $enableval; do
9413 IFS="$lt_save_ifs"
9414 if test "X$pkg" = "X$p"; then
9415 enable_shared=yes
9416 fi
9417 done
9418 IFS="$lt_save_ifs"
9419 ;;
9420 esac
9421else
9422 enable_shared=yes
9423fi
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433 # Check whether --enable-static was given.
9434if test "${enable_static+set}" = set; then :
9435 enableval=$enable_static; p=${PACKAGE-default}
9436 case $enableval in
9437 yes) enable_static=yes ;;
9438 no) enable_static=no ;;
9439 *)
9440 enable_static=no
9441 # Look at the argument we got. We use all the common list separators.
9442 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9443 for pkg in $enableval; do
9444 IFS="$lt_save_ifs"
9445 if test "X$pkg" = "X$p"; then
9446 enable_static=yes
9447 fi
9448 done
9449 IFS="$lt_save_ifs"
9450 ;;
9451 esac
9452else
9453 enable_static=yes
9454fi
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465# Check whether --with-pic was given.
9466if test "${with_pic+set}" = set; then :
9467 withval=$with_pic; pic_mode="$withval"
9468else
9469 pic_mode=default
9470fi
9471
9472
9473test -z "$pic_mode" && pic_mode=default
9474
9475
9476
9477
9478
9479
9480
9481 # Check whether --enable-fast-install was given.
9482if test "${enable_fast_install+set}" = set; then :
9483 enableval=$enable_fast_install; p=${PACKAGE-default}
9484 case $enableval in
9485 yes) enable_fast_install=yes ;;
9486 no) enable_fast_install=no ;;
9487 *)
9488 enable_fast_install=no
9489 # Look at the argument we got. We use all the common list separators.
9490 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9491 for pkg in $enableval; do
9492 IFS="$lt_save_ifs"
9493 if test "X$pkg" = "X$p"; then
9494 enable_fast_install=yes
9495 fi
9496 done
9497 IFS="$lt_save_ifs"
9498 ;;
9499 esac
9500else
9501 enable_fast_install=yes
9502fi
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514# This can be used to rebuild libtool when needed
9515LIBTOOL_DEPS="$ltmain"
9516
9517# Always use our own libtool.
9518LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545test -z "$LN_S" && LN_S="ln -s"
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560if test -n "${ZSH_VERSION+set}" ; then
9561 setopt NO_GLOB_SUBST
f0569246 9562fi
f0569246 9563
6bb11ab3
L
9564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9565$as_echo_n "checking for objdir... " >&6; }
9566if test "${lt_cv_objdir+set}" = set; then :
9567 $as_echo_n "(cached) " >&6
9568else
9569 rm -f .libs 2>/dev/null
9570mkdir .libs 2>/dev/null
9571if test -d .libs; then
9572 lt_cv_objdir=.libs
9573else
9574 # MS-DOS does not allow filenames that begin with a dot.
9575 lt_cv_objdir=_libs
9576fi
9577rmdir .libs 2>/dev/null
9578fi
9579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9580$as_echo "$lt_cv_objdir" >&6; }
9581objdir=$lt_cv_objdir
9582
9583
9584
9585
9586
9587cat >>confdefs.h <<_ACEOF
9588#define LT_OBJDIR "$lt_cv_objdir/"
9589_ACEOF
9590
9591
9592
9593
9594case $host_os in
9595aix3*)
9596 # AIX sometimes has problems with the GCC collect2 program. For some
9597 # reason, if we set the COLLECT_NAMES environment variable, the problems
9598 # vanish in a puff of smoke.
9599 if test "X${COLLECT_NAMES+set}" != Xset; then
9600 COLLECT_NAMES=
9601 export COLLECT_NAMES
9602 fi
9603 ;;
81ecdfbb 9604esac
6bb11ab3
L
9605
9606# Global variables:
9607ofile=libtool
9608can_build_shared=yes
9609
9610# All known linkers require a `.a' archive for static linking (except MSVC,
9611# which needs '.lib').
9612libext=a
9613
9614with_gnu_ld="$lt_cv_prog_gnu_ld"
9615
9616old_CC="$CC"
9617old_CFLAGS="$CFLAGS"
9618
9619# Set sane defaults for various variables
9620test -z "$CC" && CC=cc
9621test -z "$LTCC" && LTCC=$CC
9622test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9623test -z "$LD" && LD=ld
9624test -z "$ac_objext" && ac_objext=o
9625
9626for cc_temp in $compiler""; do
9627 case $cc_temp in
9628 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9629 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9630 \-*) ;;
9631 *) break;;
9632 esac
9633done
9634cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9635
9636
9637# Only perform the check for file, if the check method requires it
9638test -z "$MAGIC_CMD" && MAGIC_CMD=file
9639case $deplibs_check_method in
9640file_magic*)
9641 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9643$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9644if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9645 $as_echo_n "(cached) " >&6
9646else
9647 case $MAGIC_CMD in
9648[\\/*] | ?:[\\/]*)
9649 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9650 ;;
9651*)
9652 lt_save_MAGIC_CMD="$MAGIC_CMD"
9653 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9654 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9655 for ac_dir in $ac_dummy; do
9656 IFS="$lt_save_ifs"
9657 test -z "$ac_dir" && ac_dir=.
9658 if test -f $ac_dir/${ac_tool_prefix}file; then
9659 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9660 if test -n "$file_magic_test_file"; then
9661 case $deplibs_check_method in
9662 "file_magic "*)
9663 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9664 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9665 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9666 $EGREP "$file_magic_regex" > /dev/null; then
9667 :
9668 else
9669 cat <<_LT_EOF 1>&2
9670
9671*** Warning: the command libtool uses to detect shared libraries,
9672*** $file_magic_cmd, produces output that libtool cannot recognize.
9673*** The result is that libtool may fail to recognize shared libraries
9674*** as such. This will affect the creation of libtool libraries that
9675*** depend on shared libraries, but programs linked with such libtool
9676*** libraries will work regardless of this problem. Nevertheless, you
9677*** may want to report the problem to your system manager and/or to
9678*** bug-libtool@gnu.org
9679
9680_LT_EOF
9681 fi ;;
9682 esac
9683 fi
9684 break
f0569246 9685 fi
6bb11ab3
L
9686 done
9687 IFS="$lt_save_ifs"
9688 MAGIC_CMD="$lt_save_MAGIC_CMD"
9689 ;;
9690esac
f0569246 9691fi
f0569246 9692
6bb11ab3
L
9693MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9694if test -n "$MAGIC_CMD"; then
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9696$as_echo "$MAGIC_CMD" >&6; }
9697else
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9699$as_echo "no" >&6; }
9700fi
81ecdfbb 9701
6bb11ab3
L
9702
9703
9704
9705
9706if test -z "$lt_cv_path_MAGIC_CMD"; then
9707 if test -n "$ac_tool_prefix"; then
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9709$as_echo_n "checking for file... " >&6; }
9710if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9711 $as_echo_n "(cached) " >&6
9712else
9713 case $MAGIC_CMD in
9714[\\/*] | ?:[\\/]*)
9715 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9716 ;;
9717*)
9718 lt_save_MAGIC_CMD="$MAGIC_CMD"
9719 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9720 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9721 for ac_dir in $ac_dummy; do
9722 IFS="$lt_save_ifs"
9723 test -z "$ac_dir" && ac_dir=.
9724 if test -f $ac_dir/file; then
9725 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9726 if test -n "$file_magic_test_file"; then
9727 case $deplibs_check_method in
9728 "file_magic "*)
9729 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9730 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9731 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9732 $EGREP "$file_magic_regex" > /dev/null; then
9733 :
9734 else
9735 cat <<_LT_EOF 1>&2
9736
9737*** Warning: the command libtool uses to detect shared libraries,
9738*** $file_magic_cmd, produces output that libtool cannot recognize.
9739*** The result is that libtool may fail to recognize shared libraries
9740*** as such. This will affect the creation of libtool libraries that
9741*** depend on shared libraries, but programs linked with such libtool
9742*** libraries will work regardless of this problem. Nevertheless, you
9743*** may want to report the problem to your system manager and/or to
9744*** bug-libtool@gnu.org
9745
9746_LT_EOF
9747 fi ;;
9748 esac
9749 fi
9750 break
9751 fi
9752 done
9753 IFS="$lt_save_ifs"
9754 MAGIC_CMD="$lt_save_MAGIC_CMD"
9755 ;;
81ecdfbb 9756esac
6bb11ab3
L
9757fi
9758
9759MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9760if test -n "$MAGIC_CMD"; then
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9762$as_echo "$MAGIC_CMD" >&6; }
9763else
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9765$as_echo "no" >&6; }
9766fi
9767
9768
9769 else
9770 MAGIC_CMD=:
9771 fi
9772fi
9773
9774 fi
9775 ;;
9776esac
9777
9778# Use C for the default configuration in the libtool script
9779
9780lt_save_CC="$CC"
9781ac_ext=c
9782ac_cpp='$CPP $CPPFLAGS'
9783ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9784ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9785ac_compiler_gnu=$ac_cv_c_compiler_gnu
9786
9787
9788# Source file extension for C test sources.
9789ac_ext=c
9790
9791# Object file extension for compiled C test sources.
9792objext=o
9793objext=$objext
9794
9795# Code to be used in simple compile tests
9796lt_simple_compile_test_code="int some_variable = 0;"
9797
9798# Code to be used in simple link tests
9799lt_simple_link_test_code='int main(){return(0);}'
9800
9801
9802
9803
9804
9805
9806
9807# If no C compiler was specified, use CC.
9808LTCC=${LTCC-"$CC"}
9809
9810# If no C compiler flags were specified, use CFLAGS.
9811LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9812
9813# Allow CC to be a program name with arguments.
9814compiler=$CC
9815
9816# Save the default compiler, since it gets overwritten when the other
9817# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9818compiler_DEFAULT=$CC
9819
9820# save warnings/boilerplate of simple test code
9821ac_outfile=conftest.$ac_objext
9822echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9823eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9824_lt_compiler_boilerplate=`cat conftest.err`
9825$RM conftest*
9826
9827ac_outfile=conftest.$ac_objext
9828echo "$lt_simple_link_test_code" >conftest.$ac_ext
9829eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9830_lt_linker_boilerplate=`cat conftest.err`
9831$RM -r conftest*
9832
9833
9834## CAVEAT EMPTOR:
9835## There is no encapsulation within the following macros, do not change
9836## the running order or otherwise move them around unless you know exactly
9837## what you are doing...
9838if test -n "$compiler"; then
9839
9840lt_prog_compiler_no_builtin_flag=
9841
9842if test "$GCC" = yes; then
9843 case $cc_basename in
9844 nvcc*)
9845 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9846 *)
9847 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9848 esac
6bb11ab3
L
9849
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9851$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9852if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9853 $as_echo_n "(cached) " >&6
f0569246 9854else
6bb11ab3
L
9855 lt_cv_prog_compiler_rtti_exceptions=no
9856 ac_outfile=conftest.$ac_objext
9857 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9858 lt_compiler_flag="-fno-rtti -fno-exceptions"
9859 # Insert the option either (1) after the last *FLAGS variable, or
9860 # (2) before a word containing "conftest.", or (3) at the end.
9861 # Note that $ac_compile itself does not contain backslashes and begins
9862 # with a dollar sign (not a hyphen), so the echo should work correctly.
9863 # The option is referenced via a variable to avoid confusing sed.
9864 lt_compile=`echo "$ac_compile" | $SED \
9865 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9866 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9867 -e 's:$: $lt_compiler_flag:'`
9868 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9869 (eval "$lt_compile" 2>conftest.err)
9870 ac_status=$?
9871 cat conftest.err >&5
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 if (exit $ac_status) && test -s "$ac_outfile"; then
9874 # The compiler can only warn and ignore the option if not recognized
9875 # So say no if there are warnings other than the usual output.
9876 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9877 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9878 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9879 lt_cv_prog_compiler_rtti_exceptions=yes
9880 fi
9881 fi
9882 $RM conftest*
9883
f0569246 9884fi
6bb11ab3
L
9885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9886$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9887
9888if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9889 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9890else
9891 :
9892fi
9893
9894fi
9895
9896
9897
9898
9899
9900
9901 lt_prog_compiler_wl=
9902lt_prog_compiler_pic=
9903lt_prog_compiler_static=
9904
9905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9906$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9907
9908 if test "$GCC" = yes; then
9909 lt_prog_compiler_wl='-Wl,'
9910 lt_prog_compiler_static='-static'
9911
9912 case $host_os in
9913 aix*)
9914 # All AIX code is PIC.
9915 if test "$host_cpu" = ia64; then
9916 # AIX 5 now supports IA64 processor
9917 lt_prog_compiler_static='-Bstatic'
9918 fi
9919 lt_prog_compiler_pic='-fPIC'
9920 ;;
9921
9922 amigaos*)
9923 case $host_cpu in
9924 powerpc)
9925 # see comment about AmigaOS4 .so support
9926 lt_prog_compiler_pic='-fPIC'
9927 ;;
9928 m68k)
9929 # FIXME: we need at least 68020 code to build shared libraries, but
9930 # adding the `-m68020' flag to GCC prevents building anything better,
9931 # like `-m68040'.
9932 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9933 ;;
9934 esac
9935 ;;
9936
9937 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9938 # PIC is the default for these OSes.
9939 ;;
9940
9941 mingw* | cygwin* | pw32* | os2* | cegcc*)
9942 # This hack is so that the source file can tell whether it is being
9943 # built for inclusion in a dll (and should export symbols for example).
9944 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9945 # (--disable-auto-import) libraries
9946 lt_prog_compiler_pic='-DDLL_EXPORT'
9947 ;;
9948
9949 darwin* | rhapsody*)
9950 # PIC is the default on this platform
9951 # Common symbols not allowed in MH_DYLIB files
9952 lt_prog_compiler_pic='-fno-common'
9953 ;;
9954
9955 haiku*)
9956 # PIC is the default for Haiku.
9957 # The "-static" flag exists, but is broken.
9958 lt_prog_compiler_static=
9959 ;;
9960
9961 hpux*)
9962 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9963 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9964 # sets the default TLS model and affects inlining.
9965 case $host_cpu in
9966 hppa*64*)
9967 # +Z the default
9968 ;;
9969 *)
9970 lt_prog_compiler_pic='-fPIC'
9971 ;;
9972 esac
9973 ;;
9974
9975 interix[3-9]*)
9976 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9977 # Instead, we relocate shared libraries at runtime.
9978 ;;
9979
9980 msdosdjgpp*)
9981 # Just because we use GCC doesn't mean we suddenly get shared libraries
9982 # on systems that don't support them.
9983 lt_prog_compiler_can_build_shared=no
9984 enable_shared=no
9985 ;;
9986
9987 *nto* | *qnx*)
9988 # QNX uses GNU C++, but need to define -shared option too, otherwise
9989 # it will coredump.
9990 lt_prog_compiler_pic='-fPIC -shared'
9991 ;;
9992
9993 sysv4*MP*)
9994 if test -d /usr/nec; then
9995 lt_prog_compiler_pic=-Kconform_pic
9996 fi
9997 ;;
9998
9999 *)
10000 lt_prog_compiler_pic='-fPIC'
10001 ;;
10002 esac
10003
10004 case $cc_basename in
10005 nvcc*) # Cuda Compiler Driver 2.2
10006 lt_prog_compiler_wl='-Xlinker '
10007 lt_prog_compiler_pic='-Xcompiler -fPIC'
10008 ;;
10009 esac
10010 else
10011 # PORTME Check for flag to pass linker flags through the system compiler.
10012 case $host_os in
10013 aix*)
10014 lt_prog_compiler_wl='-Wl,'
10015 if test "$host_cpu" = ia64; then
10016 # AIX 5 now supports IA64 processor
10017 lt_prog_compiler_static='-Bstatic'
10018 else
10019 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10020 fi
10021 ;;
10022
10023 mingw* | cygwin* | pw32* | os2* | cegcc*)
10024 # This hack is so that the source file can tell whether it is being
10025 # built for inclusion in a dll (and should export symbols for example).
10026 lt_prog_compiler_pic='-DDLL_EXPORT'
10027 ;;
10028
10029 hpux9* | hpux10* | hpux11*)
10030 lt_prog_compiler_wl='-Wl,'
10031 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10032 # not for PA HP-UX.
10033 case $host_cpu in
10034 hppa*64*|ia64*)
10035 # +Z the default
10036 ;;
10037 *)
10038 lt_prog_compiler_pic='+Z'
10039 ;;
10040 esac
10041 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10042 lt_prog_compiler_static='${wl}-a ${wl}archive'
10043 ;;
10044
10045 irix5* | irix6* | nonstopux*)
10046 lt_prog_compiler_wl='-Wl,'
10047 # PIC (with -KPIC) is the default.
10048 lt_prog_compiler_static='-non_shared'
10049 ;;
10050
10051 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10052 case $cc_basename in
10053 # old Intel for x86_64 which still supported -KPIC.
10054 ecc*)
10055 lt_prog_compiler_wl='-Wl,'
10056 lt_prog_compiler_pic='-KPIC'
10057 lt_prog_compiler_static='-static'
10058 ;;
10059 # icc used to be incompatible with GCC.
10060 # ICC 10 doesn't accept -KPIC any more.
10061 icc* | ifort*)
10062 lt_prog_compiler_wl='-Wl,'
10063 lt_prog_compiler_pic='-fPIC'
10064 lt_prog_compiler_static='-static'
10065 ;;
10066 # Lahey Fortran 8.1.
10067 lf95*)
10068 lt_prog_compiler_wl='-Wl,'
10069 lt_prog_compiler_pic='--shared'
10070 lt_prog_compiler_static='--static'
10071 ;;
10072 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10073 # Portland Group compilers (*not* the Pentium gcc compiler,
10074 # which looks to be a dead project)
10075 lt_prog_compiler_wl='-Wl,'
10076 lt_prog_compiler_pic='-fpic'
10077 lt_prog_compiler_static='-Bstatic'
10078 ;;
10079 ccc*)
10080 lt_prog_compiler_wl='-Wl,'
10081 # All Alpha code is PIC.
10082 lt_prog_compiler_static='-non_shared'
10083 ;;
10084 xl* | bgxl* | bgf* | mpixl*)
10085 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10086 lt_prog_compiler_wl='-Wl,'
10087 lt_prog_compiler_pic='-qpic'
10088 lt_prog_compiler_static='-qstaticlink'
10089 ;;
10090 *)
10091 case `$CC -V 2>&1 | sed 5q` in
10092 *Sun\ F* | *Sun*Fortran*)
10093 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10094 lt_prog_compiler_pic='-KPIC'
10095 lt_prog_compiler_static='-Bstatic'
10096 lt_prog_compiler_wl=''
10097 ;;
10098 *Sun\ C*)
10099 # Sun C 5.9
10100 lt_prog_compiler_pic='-KPIC'
10101 lt_prog_compiler_static='-Bstatic'
10102 lt_prog_compiler_wl='-Wl,'
10103 ;;
10104 esac
10105 ;;
10106 esac
10107 ;;
10108
10109 newsos6)
10110 lt_prog_compiler_pic='-KPIC'
10111 lt_prog_compiler_static='-Bstatic'
10112 ;;
10113
10114 *nto* | *qnx*)
10115 # QNX uses GNU C++, but need to define -shared option too, otherwise
10116 # it will coredump.
10117 lt_prog_compiler_pic='-fPIC -shared'
10118 ;;
10119
10120 osf3* | osf4* | osf5*)
10121 lt_prog_compiler_wl='-Wl,'
10122 # All OSF/1 code is PIC.
10123 lt_prog_compiler_static='-non_shared'
10124 ;;
10125
10126 rdos*)
10127 lt_prog_compiler_static='-non_shared'
10128 ;;
f0569246 10129
6bb11ab3
L
10130 solaris*)
10131 lt_prog_compiler_pic='-KPIC'
10132 lt_prog_compiler_static='-Bstatic'
10133 case $cc_basename in
10134 f77* | f90* | f95*)
10135 lt_prog_compiler_wl='-Qoption ld ';;
10136 *)
10137 lt_prog_compiler_wl='-Wl,';;
10138 esac
10139 ;;
f0569246 10140
6bb11ab3
L
10141 sunos4*)
10142 lt_prog_compiler_wl='-Qoption ld '
10143 lt_prog_compiler_pic='-PIC'
10144 lt_prog_compiler_static='-Bstatic'
10145 ;;
f0569246 10146
6bb11ab3
L
10147 sysv4 | sysv4.2uw2* | sysv4.3*)
10148 lt_prog_compiler_wl='-Wl,'
10149 lt_prog_compiler_pic='-KPIC'
10150 lt_prog_compiler_static='-Bstatic'
10151 ;;
10152
10153 sysv4*MP*)
10154 if test -d /usr/nec ;then
10155 lt_prog_compiler_pic='-Kconform_pic'
10156 lt_prog_compiler_static='-Bstatic'
10157 fi
10158 ;;
10159
10160 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10161 lt_prog_compiler_wl='-Wl,'
10162 lt_prog_compiler_pic='-KPIC'
10163 lt_prog_compiler_static='-Bstatic'
10164 ;;
10165
10166 unicos*)
10167 lt_prog_compiler_wl='-Wl,'
10168 lt_prog_compiler_can_build_shared=no
10169 ;;
10170
10171 uts4*)
10172 lt_prog_compiler_pic='-pic'
10173 lt_prog_compiler_static='-Bstatic'
10174 ;;
10175
10176 *)
10177 lt_prog_compiler_can_build_shared=no
10178 ;;
10179 esac
10180 fi
10181
10182case $host_os in
10183 # For platforms which do not support PIC, -DPIC is meaningless:
10184 *djgpp*)
10185 lt_prog_compiler_pic=
10186 ;;
10187 *)
10188 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10189 ;;
81ecdfbb 10190esac
6bb11ab3
L
10191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10192$as_echo "$lt_prog_compiler_pic" >&6; }
10193
10194
10195
10196
10197
10198
10199#
10200# Check to make sure the PIC flag actually works.
10201#
10202if test -n "$lt_prog_compiler_pic"; then
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10204$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10205if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10206 $as_echo_n "(cached) " >&6
b7026657 10207else
6bb11ab3
L
10208 lt_cv_prog_compiler_pic_works=no
10209 ac_outfile=conftest.$ac_objext
10210 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10211 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10212 # Insert the option either (1) after the last *FLAGS variable, or
10213 # (2) before a word containing "conftest.", or (3) at the end.
10214 # Note that $ac_compile itself does not contain backslashes and begins
10215 # with a dollar sign (not a hyphen), so the echo should work correctly.
10216 # The option is referenced via a variable to avoid confusing sed.
10217 lt_compile=`echo "$ac_compile" | $SED \
10218 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10219 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10220 -e 's:$: $lt_compiler_flag:'`
10221 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10222 (eval "$lt_compile" 2>conftest.err)
10223 ac_status=$?
10224 cat conftest.err >&5
10225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226 if (exit $ac_status) && test -s "$ac_outfile"; then
10227 # The compiler can only warn and ignore the option if not recognized
10228 # So say no if there are warnings other than the usual output.
10229 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10230 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10231 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10232 lt_cv_prog_compiler_pic_works=yes
10233 fi
10234 fi
10235 $RM conftest*
b7026657 10236
b7026657 10237fi
6bb11ab3
L
10238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10239$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10240
10241if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10242 case $lt_prog_compiler_pic in
10243 "" | " "*) ;;
10244 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10245 esac
10246else
10247 lt_prog_compiler_pic=
10248 lt_prog_compiler_can_build_shared=no
f0569246 10249fi
6bb11ab3
L
10250
10251fi
10252
10253
10254
10255
10256
10257
10258#
10259# Check to make sure the static flag actually works.
10260#
10261wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10263$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10264if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10265 $as_echo_n "(cached) " >&6
f0569246 10266else
6bb11ab3
L
10267 lt_cv_prog_compiler_static_works=no
10268 save_LDFLAGS="$LDFLAGS"
10269 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10270 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10271 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10272 # The linker can only warn and ignore the option if not recognized
10273 # So say no if there are warnings
10274 if test -s conftest.err; then
10275 # Append any errors to the config.log.
10276 cat conftest.err 1>&5
10277 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10278 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10279 if diff conftest.exp conftest.er2 >/dev/null; then
10280 lt_cv_prog_compiler_static_works=yes
10281 fi
10282 else
10283 lt_cv_prog_compiler_static_works=yes
10284 fi
10285 fi
10286 $RM -r conftest*
10287 LDFLAGS="$save_LDFLAGS"
f0569246 10288
6bb11ab3
L
10289fi
10290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10291$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10292
6bb11ab3
L
10293if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10294 :
b34f6357 10295else
6bb11ab3 10296 lt_prog_compiler_static=
f0569246 10297fi
b7026657 10298
6bb11ab3
L
10299
10300
10301
10302
10303
10304
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10306$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10307if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
81ecdfbb 10309else
6bb11ab3
L
10310 lt_cv_prog_compiler_c_o=no
10311 $RM -r conftest 2>/dev/null
10312 mkdir conftest
10313 cd conftest
10314 mkdir out
10315 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10316
10317 lt_compiler_flag="-o out/conftest2.$ac_objext"
10318 # Insert the option either (1) after the last *FLAGS variable, or
10319 # (2) before a word containing "conftest.", or (3) at the end.
10320 # Note that $ac_compile itself does not contain backslashes and begins
10321 # with a dollar sign (not a hyphen), so the echo should work correctly.
10322 lt_compile=`echo "$ac_compile" | $SED \
10323 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10324 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10325 -e 's:$: $lt_compiler_flag:'`
10326 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10327 (eval "$lt_compile" 2>out/conftest.err)
10328 ac_status=$?
10329 cat out/conftest.err >&5
10330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10332 then
10333 # The compiler can only warn and ignore the option if not recognized
10334 # So say no if there are warnings
10335 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10336 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10337 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10338 lt_cv_prog_compiler_c_o=yes
10339 fi
10340 fi
10341 chmod u+w . 2>&5
10342 $RM conftest*
10343 # SGI C++ compiler will create directory out/ii_files/ for
10344 # template instantiation
10345 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10346 $RM out/* && rmdir out
10347 cd ..
10348 $RM -r conftest
10349 $RM conftest*
10350
81ecdfbb 10351fi
6bb11ab3
L
10352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10353$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10354
10355
10356
10357
10358
10359
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10361$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10362if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10363 $as_echo_n "(cached) " >&6
10364else
6bb11ab3
L
10365 lt_cv_prog_compiler_c_o=no
10366 $RM -r conftest 2>/dev/null
10367 mkdir conftest
10368 cd conftest
10369 mkdir out
10370 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10371
10372 lt_compiler_flag="-o out/conftest2.$ac_objext"
10373 # Insert the option either (1) after the last *FLAGS variable, or
10374 # (2) before a word containing "conftest.", or (3) at the end.
10375 # Note that $ac_compile itself does not contain backslashes and begins
10376 # with a dollar sign (not a hyphen), so the echo should work correctly.
10377 lt_compile=`echo "$ac_compile" | $SED \
10378 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10379 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10380 -e 's:$: $lt_compiler_flag:'`
10381 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10382 (eval "$lt_compile" 2>out/conftest.err)
10383 ac_status=$?
10384 cat out/conftest.err >&5
10385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10386 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10387 then
10388 # The compiler can only warn and ignore the option if not recognized
10389 # So say no if there are warnings
10390 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10391 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10392 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10393 lt_cv_prog_compiler_c_o=yes
10394 fi
10395 fi
10396 chmod u+w . 2>&5
10397 $RM conftest*
10398 # SGI C++ compiler will create directory out/ii_files/ for
10399 # template instantiation
10400 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10401 $RM out/* && rmdir out
10402 cd ..
10403 $RM -r conftest
10404 $RM conftest*
10405
10406fi
10407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10408$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10409
10410
10411
10412
10413hard_links="nottested"
10414if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10415 # do not overwrite the value of need_locks provided by the user
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10417$as_echo_n "checking if we can lock with hard links... " >&6; }
10418 hard_links=yes
10419 $RM conftest*
10420 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10421 touch conftest.a
10422 ln conftest.a conftest.b 2>&5 || hard_links=no
10423 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10425$as_echo "$hard_links" >&6; }
10426 if test "$hard_links" = no; then
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10428$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10429 need_locks=warn
10430 fi
10431else
10432 need_locks=no
10433fi
10434
10435
10436
10437
10438
10439
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10441$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10442
10443 runpath_var=
10444 allow_undefined_flag=
10445 always_export_symbols=no
10446 archive_cmds=
10447 archive_expsym_cmds=
10448 compiler_needs_object=no
10449 enable_shared_with_static_runtimes=no
10450 export_dynamic_flag_spec=
10451 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10452 hardcode_automatic=no
10453 hardcode_direct=no
10454 hardcode_direct_absolute=no
10455 hardcode_libdir_flag_spec=
10456 hardcode_libdir_flag_spec_ld=
10457 hardcode_libdir_separator=
10458 hardcode_minus_L=no
10459 hardcode_shlibpath_var=unsupported
10460 inherit_rpath=no
10461 link_all_deplibs=unknown
10462 module_cmds=
10463 module_expsym_cmds=
10464 old_archive_from_new_cmds=
10465 old_archive_from_expsyms_cmds=
10466 thread_safe_flag_spec=
10467 whole_archive_flag_spec=
10468 # include_expsyms should be a list of space-separated symbols to be *always*
10469 # included in the symbol list
10470 include_expsyms=
10471 # exclude_expsyms can be an extended regexp of symbols to exclude
10472 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10473 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10474 # as well as any symbol that contains `d'.
10475 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10476 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10477 # platforms (ab)use it in PIC code, but their linkers get confused if
10478 # the symbol is explicitly referenced. Since portable code cannot
10479 # rely on this symbol name, it's probably fine to never include it in
10480 # preloaded symbol tables.
10481 # Exclude shared library initialization/finalization symbols.
10482 extract_expsyms_cmds=
10483
10484 case $host_os in
10485 cygwin* | mingw* | pw32* | cegcc*)
10486 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10487 # When not using gcc, we currently assume that we are using
10488 # Microsoft Visual C++.
10489 if test "$GCC" != yes; then
10490 with_gnu_ld=no
10491 fi
10492 ;;
10493 interix*)
10494 # we just hope/assume this is gcc and not c89 (= MSVC++)
10495 with_gnu_ld=yes
10496 ;;
10497 openbsd*)
10498 with_gnu_ld=no
10499 ;;
10500 esac
f0569246 10501
6bb11ab3
L
10502 ld_shlibs=yes
10503
10504 # On some targets, GNU ld is compatible enough with the native linker
10505 # that we're better off using the native interface for both.
10506 lt_use_gnu_ld_interface=no
10507 if test "$with_gnu_ld" = yes; then
10508 case $host_os in
10509 aix*)
10510 # The AIX port of GNU ld has always aspired to compatibility
10511 # with the native linker. However, as the warning in the GNU ld
10512 # block says, versions before 2.19.5* couldn't really create working
10513 # shared libraries, regardless of the interface used.
10514 case `$LD -v 2>&1` in
10515 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10516 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10517 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10518 *)
10519 lt_use_gnu_ld_interface=yes
10520 ;;
10521 esac
10522 ;;
10523 *)
10524 lt_use_gnu_ld_interface=yes
10525 ;;
10526 esac
10527 fi
f0569246 10528
6bb11ab3
L
10529 if test "$lt_use_gnu_ld_interface" = yes; then
10530 # If archive_cmds runs LD, not CC, wlarc should be empty
10531 wlarc='${wl}'
10532
10533 # Set some defaults for GNU ld with shared library support. These
10534 # are reset later if shared libraries are not supported. Putting them
10535 # here allows them to be overridden if necessary.
10536 runpath_var=LD_RUN_PATH
10537 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10538 export_dynamic_flag_spec='${wl}--export-dynamic'
10539 # ancient GNU ld didn't support --whole-archive et. al.
10540 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10541 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10542 else
10543 whole_archive_flag_spec=
10544 fi
10545 supports_anon_versioning=no
10546 case `$LD -v 2>&1` in
10547 *GNU\ gold*) supports_anon_versioning=yes ;;
10548 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10549 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10550 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10551 *\ 2.11.*) ;; # other 2.11 versions
10552 *) supports_anon_versioning=yes ;;
10553 esac
10554
10555 # See if GNU ld supports shared libraries.
10556 case $host_os in
10557 aix[3-9]*)
10558 # On AIX/PPC, the GNU linker is very broken
10559 if test "$host_cpu" != ia64; then
10560 ld_shlibs=no
10561 cat <<_LT_EOF 1>&2
10562
10563*** Warning: the GNU linker, at least up to release 2.19, is reported
10564*** to be unable to reliably create shared libraries on AIX.
10565*** Therefore, libtool is disabling shared libraries support. If you
10566*** really care for shared libraries, you may want to install binutils
10567*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10568*** You will then need to restart the configuration process.
10569
10570_LT_EOF
10571 fi
10572 ;;
10573
10574 amigaos*)
10575 case $host_cpu in
10576 powerpc)
10577 # see comment about AmigaOS4 .so support
10578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10579 archive_expsym_cmds=''
10580 ;;
10581 m68k)
10582 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)'
10583 hardcode_libdir_flag_spec='-L$libdir'
10584 hardcode_minus_L=yes
10585 ;;
10586 esac
10587 ;;
10588
10589 beos*)
10590 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10591 allow_undefined_flag=unsupported
10592 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10593 # support --undefined. This deserves some investigation. FIXME
10594 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10595 else
10596 ld_shlibs=no
10597 fi
10598 ;;
10599
10600 cygwin* | mingw* | pw32* | cegcc*)
10601 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10602 # as there is no search path for DLLs.
10603 hardcode_libdir_flag_spec='-L$libdir'
10604 export_dynamic_flag_spec='${wl}--export-all-symbols'
10605 allow_undefined_flag=unsupported
10606 always_export_symbols=no
10607 enable_shared_with_static_runtimes=yes
10608 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10609
10610 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10611 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10612 # If the export-symbols file already is a .def file (1st line
10613 # is EXPORTS), use it as is; otherwise, prepend...
10614 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10615 cp $export_symbols $output_objdir/$soname.def;
10616 else
10617 echo EXPORTS > $output_objdir/$soname.def;
10618 cat $export_symbols >> $output_objdir/$soname.def;
10619 fi~
10620 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10621 else
10622 ld_shlibs=no
10623 fi
10624 ;;
10625
10626 haiku*)
10627 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10628 link_all_deplibs=yes
10629 ;;
10630
10631 interix[3-9]*)
10632 hardcode_direct=no
10633 hardcode_shlibpath_var=no
10634 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10635 export_dynamic_flag_spec='${wl}-E'
10636 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10637 # Instead, shared libraries are loaded at an image base (0x10000000 by
10638 # default) and relocated if they conflict, which is a slow very memory
10639 # consuming and fragmenting process. To avoid this, we pick a random,
10640 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10641 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10642 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10643 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'
10644 ;;
10645
10646 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10647 tmp_diet=no
10648 if test "$host_os" = linux-dietlibc; then
10649 case $cc_basename in
10650 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10651 esac
10652 fi
10653 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10654 && test "$tmp_diet" = no
10655 then
ae7d0cac 10656 tmp_addflag=' $pic_flag'
6bb11ab3
L
10657 tmp_sharedflag='-shared'
10658 case $cc_basename,$host_cpu in
10659 pgcc*) # Portland Group C compiler
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'
10662 ;;
10663 pgf77* | pgf90* | pgf95* | pgfortran*)
10664 # Portland Group f77 and f90 compilers
10665 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'
10666 tmp_addflag=' $pic_flag -Mnomain' ;;
10667 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10668 tmp_addflag=' -i_dynamic' ;;
10669 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10670 tmp_addflag=' -i_dynamic -nofor_main' ;;
10671 ifc* | ifort*) # Intel Fortran compiler
10672 tmp_addflag=' -nofor_main' ;;
10673 lf95*) # Lahey Fortran 8.1
10674 whole_archive_flag_spec=
10675 tmp_sharedflag='--shared' ;;
10676 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10677 tmp_sharedflag='-qmkshrobj'
10678 tmp_addflag= ;;
10679 nvcc*) # Cuda Compiler Driver 2.2
10680 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'
10681 compiler_needs_object=yes
10682 ;;
10683 esac
10684 case `$CC -V 2>&1 | sed 5q` in
10685 *Sun\ C*) # Sun C 5.9
10686 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'
10687 compiler_needs_object=yes
10688 tmp_sharedflag='-G' ;;
10689 *Sun\ F*) # Sun Fortran 8.3
10690 tmp_sharedflag='-G' ;;
10691 esac
10692 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10693
10694 if test "x$supports_anon_versioning" = xyes; then
10695 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10696 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10697 echo "local: *; };" >> $output_objdir/$libname.ver~
10698 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10699 fi
10700
10701 case $cc_basename in
10702 xlf* | bgf* | bgxlf* | mpixlf*)
10703 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10704 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10705 hardcode_libdir_flag_spec=
10706 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10707 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10708 if test "x$supports_anon_versioning" = xyes; then
10709 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10710 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10711 echo "local: *; };" >> $output_objdir/$libname.ver~
10712 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10713 fi
10714 ;;
10715 esac
10716 else
10717 ld_shlibs=no
10718 fi
10719 ;;
10720
10721 netbsd*)
10722 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10723 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10724 wlarc=
10725 else
10726 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10727 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10728 fi
10729 ;;
10730
10731 solaris*)
10732 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10733 ld_shlibs=no
10734 cat <<_LT_EOF 1>&2
10735
10736*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10737*** create shared libraries on Solaris systems. Therefore, libtool
10738*** is disabling shared libraries support. We urge you to upgrade GNU
10739*** binutils to release 2.9.1 or newer. Another option is to modify
10740*** your PATH or compiler configuration so that the native linker is
10741*** used, and then restart.
10742
10743_LT_EOF
10744 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10745 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10746 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10747 else
10748 ld_shlibs=no
10749 fi
10750 ;;
10751
10752 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10753 case `$LD -v 2>&1` in
10754 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10755 ld_shlibs=no
10756 cat <<_LT_EOF 1>&2
10757
10758*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10759*** reliably create shared libraries on SCO systems. Therefore, libtool
10760*** is disabling shared libraries support. We urge you to upgrade GNU
10761*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10762*** your PATH or compiler configuration so that the native linker is
10763*** used, and then restart.
10764
10765_LT_EOF
10766 ;;
10767 *)
10768 # For security reasons, it is highly recommended that you always
10769 # use absolute paths for naming shared libraries, and exclude the
10770 # DT_RUNPATH tag from executables and libraries. But doing so
10771 # requires that you compile everything twice, which is a pain.
10772 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10773 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10774 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10775 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10776 else
10777 ld_shlibs=no
10778 fi
10779 ;;
10780 esac
10781 ;;
10782
10783 sunos4*)
10784 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10785 wlarc=
10786 hardcode_direct=yes
10787 hardcode_shlibpath_var=no
10788 ;;
10789
10790 *)
10791 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10792 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10793 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10794 else
10795 ld_shlibs=no
10796 fi
10797 ;;
10798 esac
10799
10800 if test "$ld_shlibs" = no; then
10801 runpath_var=
10802 hardcode_libdir_flag_spec=
10803 export_dynamic_flag_spec=
10804 whole_archive_flag_spec=
10805 fi
10806 else
10807 # PORTME fill in a description of your system's linker (not GNU ld)
10808 case $host_os in
10809 aix3*)
10810 allow_undefined_flag=unsupported
10811 always_export_symbols=yes
10812 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'
10813 # Note: this linker hardcodes the directories in LIBPATH if there
10814 # are no directories specified by -L.
10815 hardcode_minus_L=yes
10816 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10817 # Neither direct hardcoding nor static linking is supported with a
10818 # broken collect2.
10819 hardcode_direct=unsupported
10820 fi
10821 ;;
10822
10823 aix[4-9]*)
10824 if test "$host_cpu" = ia64; then
10825 # On IA64, the linker does run time linking by default, so we don't
10826 # have to do anything special.
10827 aix_use_runtimelinking=no
10828 exp_sym_flag='-Bexport'
10829 no_entry_flag=""
10830 else
10831 # If we're using GNU nm, then we don't want the "-C" option.
10832 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10833 # Also, AIX nm treats weak defined symbols like other global
10834 # defined symbols, whereas GNU nm marks them as "W".
10835 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10836 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'
10837 else
10838 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'
10839 fi
10840 aix_use_runtimelinking=no
10841
10842 # Test if we are trying to use run time linking or normal
10843 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10844 # need to do runtime linking.
10845 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10846 for ld_flag in $LDFLAGS; do
10847 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10848 aix_use_runtimelinking=yes
10849 break
10850 fi
10851 done
10852 ;;
10853 esac
10854
10855 exp_sym_flag='-bexport'
10856 no_entry_flag='-bnoentry'
10857 fi
10858
10859 # When large executables or shared objects are built, AIX ld can
10860 # have problems creating the table of contents. If linking a library
10861 # or program results in "error TOC overflow" add -mminimal-toc to
10862 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10863 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10864
10865 archive_cmds=''
10866 hardcode_direct=yes
10867 hardcode_direct_absolute=yes
10868 hardcode_libdir_separator=':'
10869 link_all_deplibs=yes
10870 file_list_spec='${wl}-f,'
10871
10872 if test "$GCC" = yes; then
10873 case $host_os in aix4.[012]|aix4.[012].*)
10874 # We only want to do this on AIX 4.2 and lower, the check
10875 # below for broken collect2 doesn't work under 4.3+
10876 collect2name=`${CC} -print-prog-name=collect2`
10877 if test -f "$collect2name" &&
10878 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10879 then
10880 # We have reworked collect2
10881 :
10882 else
10883 # We have old collect2
10884 hardcode_direct=unsupported
10885 # It fails to find uninstalled libraries when the uninstalled
10886 # path is not listed in the libpath. Setting hardcode_minus_L
10887 # to unsupported forces relinking
10888 hardcode_minus_L=yes
10889 hardcode_libdir_flag_spec='-L$libdir'
10890 hardcode_libdir_separator=
10891 fi
10892 ;;
10893 esac
10894 shared_flag='-shared'
10895 if test "$aix_use_runtimelinking" = yes; then
10896 shared_flag="$shared_flag "'${wl}-G'
10897 fi
10898 else
10899 # not using gcc
10900 if test "$host_cpu" = ia64; then
10901 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10902 # chokes on -Wl,-G. The following line is correct:
10903 shared_flag='-G'
10904 else
10905 if test "$aix_use_runtimelinking" = yes; then
10906 shared_flag='${wl}-G'
10907 else
10908 shared_flag='${wl}-bM:SRE'
10909 fi
10910 fi
10911 fi
10912
10913 export_dynamic_flag_spec='${wl}-bexpall'
10914 # It seems that -bexpall does not export symbols beginning with
10915 # underscore (_), so it is better to generate a list of symbols to export.
10916 always_export_symbols=yes
10917 if test "$aix_use_runtimelinking" = yes; then
10918 # Warning - without using the other runtime loading flags (-brtl),
10919 # -berok will link without error, but may produce a broken library.
10920 allow_undefined_flag='-berok'
10921 # Determine the default libpath from the value encoded in an
10922 # empty executable.
10923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10924/* end confdefs.h. */
10925
10926int
10927main ()
10928{
10929
10930 ;
10931 return 0;
10932}
10933_ACEOF
6bb11ab3 10934if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 10935
6bb11ab3
L
10936lt_aix_libpath_sed='
10937 /Import File Strings/,/^$/ {
10938 /^0/ {
10939 s/^0 *\(.*\)$/\1/
10940 p
10941 }
10942 }'
10943aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10944# Check for a 64-bit object if we didn't find anything.
10945if test -z "$aix_libpath"; then
10946 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10947fi
10948fi
10949rm -f core conftest.err conftest.$ac_objext \
10950 conftest$ac_exeext conftest.$ac_ext
10951if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10952
10953 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10954 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"
10955 else
10956 if test "$host_cpu" = ia64; then
10957 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10958 allow_undefined_flag="-z nodefs"
10959 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"
10960 else
10961 # Determine the default libpath from the value encoded in an
10962 # empty executable.
81ecdfbb
RW
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964/* end confdefs.h. */
10965
10966int
10967main ()
10968{
b7026657 10969
81ecdfbb
RW
10970 ;
10971 return 0;
10972}
10973_ACEOF
6bb11ab3
L
10974if ac_fn_c_try_link "$LINENO"; then :
10975
10976lt_aix_libpath_sed='
10977 /Import File Strings/,/^$/ {
10978 /^0/ {
10979 s/^0 *\(.*\)$/\1/
10980 p
10981 }
10982 }'
10983aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10984# Check for a 64-bit object if we didn't find anything.
10985if test -z "$aix_libpath"; then
10986 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 10987fi
81ecdfbb 10988fi
6bb11ab3
L
10989rm -f core conftest.err conftest.$ac_objext \
10990 conftest$ac_exeext conftest.$ac_ext
10991if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10992
10993 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10994 # Warning - without using the other run time loading flags,
10995 # -berok will link without error, but may produce a broken library.
10996 no_undefined_flag=' ${wl}-bernotok'
10997 allow_undefined_flag=' ${wl}-berok'
10998 if test "$with_gnu_ld" = yes; then
10999 # We only use this code for GNU lds that support --whole-archive.
11000 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11001 else
11002 # Exported symbols can be pulled into shared objects from archives
11003 whole_archive_flag_spec='$convenience'
11004 fi
11005 archive_cmds_need_lc=yes
11006 # This is similar to how AIX traditionally builds its shared libraries.
11007 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'
11008 fi
11009 fi
11010 ;;
11011
11012 amigaos*)
11013 case $host_cpu in
11014 powerpc)
11015 # see comment about AmigaOS4 .so support
11016 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11017 archive_expsym_cmds=''
11018 ;;
11019 m68k)
11020 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)'
11021 hardcode_libdir_flag_spec='-L$libdir'
11022 hardcode_minus_L=yes
11023 ;;
11024 esac
11025 ;;
11026
11027 bsdi[45]*)
11028 export_dynamic_flag_spec=-rdynamic
11029 ;;
11030
11031 cygwin* | mingw* | pw32* | cegcc*)
11032 # When not using gcc, we currently assume that we are using
11033 # Microsoft Visual C++.
11034 # hardcode_libdir_flag_spec is actually meaningless, as there is
11035 # no search path for DLLs.
11036 hardcode_libdir_flag_spec=' '
11037 allow_undefined_flag=unsupported
11038 # Tell ltmain to make .lib files, not .a files.
11039 libext=lib
11040 # Tell ltmain to make .dll files, not .so files.
11041 shrext_cmds=".dll"
11042 # FIXME: Setting linknames here is a bad hack.
11043 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11044 # The linker will automatically build a .lib file if we build a DLL.
11045 old_archive_from_new_cmds='true'
11046 # FIXME: Should let the user specify the lib program.
11047 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11048 fix_srcfile_path='`cygpath -w "$srcfile"`'
11049 enable_shared_with_static_runtimes=yes
11050 ;;
11051
11052 darwin* | rhapsody*)
11053
11054
11055 archive_cmds_need_lc=no
11056 hardcode_direct=no
11057 hardcode_automatic=yes
11058 hardcode_shlibpath_var=unsupported
11059 if test "$lt_cv_ld_force_load" = "yes"; then
11060 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
f0569246 11061 else
6bb11ab3 11062 whole_archive_flag_spec=''
f0569246 11063 fi
6bb11ab3
L
11064 link_all_deplibs=yes
11065 allow_undefined_flag="$_lt_dar_allow_undefined"
11066 case $cc_basename in
11067 ifort*) _lt_dar_can_shared=yes ;;
11068 *) _lt_dar_can_shared=$GCC ;;
11069 esac
11070 if test "$_lt_dar_can_shared" = "yes"; then
11071 output_verbose_link_cmd=func_echo_all
11072 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11073 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11074 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}"
11075 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}"
11076
f0569246 11077 else
6bb11ab3 11078 ld_shlibs=no
f0569246 11079 fi
6bb11ab3
L
11080
11081 ;;
11082
11083 dgux*)
11084 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11085 hardcode_libdir_flag_spec='-L$libdir'
11086 hardcode_shlibpath_var=no
11087 ;;
11088
11089 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11090 # support. Future versions do this automatically, but an explicit c++rt0.o
11091 # does not break anything, and helps significantly (at the cost of a little
11092 # extra space).
11093 freebsd2.2*)
11094 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11095 hardcode_libdir_flag_spec='-R$libdir'
11096 hardcode_direct=yes
11097 hardcode_shlibpath_var=no
11098 ;;
11099
11100 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11101 freebsd2.*)
11102 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11103 hardcode_direct=yes
11104 hardcode_minus_L=yes
11105 hardcode_shlibpath_var=no
11106 ;;
11107
11108 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11109 freebsd* | dragonfly*)
11110 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11111 hardcode_libdir_flag_spec='-R$libdir'
11112 hardcode_direct=yes
11113 hardcode_shlibpath_var=no
11114 ;;
11115
11116 hpux9*)
11117 if test "$GCC" = yes; then
11118 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'
11119 else
11120 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'
11121 fi
11122 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11123 hardcode_libdir_separator=:
11124 hardcode_direct=yes
11125
11126 # hardcode_minus_L: Not really in the search PATH,
11127 # but as the default location of the library.
11128 hardcode_minus_L=yes
11129 export_dynamic_flag_spec='${wl}-E'
11130 ;;
11131
11132 hpux10*)
11133 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11134 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11135 else
11136 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11137 fi
11138 if test "$with_gnu_ld" = no; then
11139 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11140 hardcode_libdir_flag_spec_ld='+b $libdir'
11141 hardcode_libdir_separator=:
11142 hardcode_direct=yes
11143 hardcode_direct_absolute=yes
11144 export_dynamic_flag_spec='${wl}-E'
11145 # hardcode_minus_L: Not really in the search PATH,
11146 # but as the default location of the library.
11147 hardcode_minus_L=yes
11148 fi
11149 ;;
11150
11151 hpux11*)
11152 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11153 case $host_cpu in
11154 hppa*64*)
11155 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11156 ;;
11157 ia64*)
11158 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11159 ;;
11160 *)
11161 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11162 ;;
11163 esac
11164 else
11165 case $host_cpu in
11166 hppa*64*)
11167 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11168 ;;
11169 ia64*)
11170 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11171 ;;
11172 *)
11173
11174 # Older versions of the 11.00 compiler do not understand -b yet
11175 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11177$as_echo_n "checking if $CC understands -b... " >&6; }
11178if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11179 $as_echo_n "(cached) " >&6
f0569246 11180else
6bb11ab3
L
11181 lt_cv_prog_compiler__b=no
11182 save_LDFLAGS="$LDFLAGS"
11183 LDFLAGS="$LDFLAGS -b"
11184 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11185 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11186 # The linker can only warn and ignore the option if not recognized
11187 # So say no if there are warnings
11188 if test -s conftest.err; then
11189 # Append any errors to the config.log.
11190 cat conftest.err 1>&5
11191 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11192 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11193 if diff conftest.exp conftest.er2 >/dev/null; then
11194 lt_cv_prog_compiler__b=yes
11195 fi
11196 else
11197 lt_cv_prog_compiler__b=yes
11198 fi
11199 fi
11200 $RM -r conftest*
11201 LDFLAGS="$save_LDFLAGS"
f0569246 11202
6bb11ab3
L
11203fi
11204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11205$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11206
6bb11ab3
L
11207if test x"$lt_cv_prog_compiler__b" = xyes; then
11208 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11209else
11210 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11211fi
81ecdfbb 11212
6bb11ab3
L
11213 ;;
11214 esac
11215 fi
11216 if test "$with_gnu_ld" = no; then
11217 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11218 hardcode_libdir_separator=:
11219
11220 case $host_cpu in
11221 hppa*64*|ia64*)
11222 hardcode_direct=no
11223 hardcode_shlibpath_var=no
11224 ;;
11225 *)
11226 hardcode_direct=yes
11227 hardcode_direct_absolute=yes
11228 export_dynamic_flag_spec='${wl}-E'
11229
11230 # hardcode_minus_L: Not really in the search PATH,
11231 # but as the default location of the library.
11232 hardcode_minus_L=yes
11233 ;;
11234 esac
11235 fi
11236 ;;
11237
11238 irix5* | irix6* | nonstopux*)
11239 if test "$GCC" = yes; then
11240 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'
11241 # Try to use the -exported_symbol ld option, if it does not
11242 # work, assume that -exports_file does not work either and
11243 # implicitly export all symbols.
11244 save_LDFLAGS="$LDFLAGS"
11245 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11247/* end confdefs.h. */
11248int foo(void) {}
b7026657 11249_ACEOF
6bb11ab3
L
11250if ac_fn_c_try_link "$LINENO"; then :
11251 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'
b34f6357 11252
f0569246 11253fi
6bb11ab3
L
11254rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LDFLAGS="$save_LDFLAGS"
11257 else
11258 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'
11259 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'
11260 fi
11261 archive_cmds_need_lc='no'
11262 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11263 hardcode_libdir_separator=:
11264 inherit_rpath=yes
11265 link_all_deplibs=yes
11266 ;;
11267
11268 netbsd*)
11269 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11270 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11271 else
11272 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11273 fi
11274 hardcode_libdir_flag_spec='-R$libdir'
11275 hardcode_direct=yes
11276 hardcode_shlibpath_var=no
11277 ;;
11278
11279 newsos6)
11280 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11281 hardcode_direct=yes
11282 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11283 hardcode_libdir_separator=:
11284 hardcode_shlibpath_var=no
11285 ;;
11286
11287 *nto* | *qnx*)
11288 ;;
11289
11290 openbsd*)
11291 if test -f /usr/libexec/ld.so; then
11292 hardcode_direct=yes
11293 hardcode_shlibpath_var=no
11294 hardcode_direct_absolute=yes
11295 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11296 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11297 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11298 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11299 export_dynamic_flag_spec='${wl}-E'
11300 else
11301 case $host_os in
11302 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11303 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11304 hardcode_libdir_flag_spec='-R$libdir'
11305 ;;
11306 *)
11307 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11308 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11309 ;;
11310 esac
11311 fi
11312 else
11313 ld_shlibs=no
11314 fi
11315 ;;
11316
11317 os2*)
11318 hardcode_libdir_flag_spec='-L$libdir'
11319 hardcode_minus_L=yes
11320 allow_undefined_flag=unsupported
11321 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'
11322 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11323 ;;
11324
11325 osf3*)
11326 if test "$GCC" = yes; then
11327 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11328 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'
11329 else
11330 allow_undefined_flag=' -expect_unresolved \*'
11331 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'
11332 fi
11333 archive_cmds_need_lc='no'
11334 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11335 hardcode_libdir_separator=:
11336 ;;
11337
11338 osf4* | osf5*) # as osf3* with the addition of -msym flag
11339 if test "$GCC" = yes; then
11340 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11341 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'
11342 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11343 else
11344 allow_undefined_flag=' -expect_unresolved \*'
11345 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'
11346 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~
11347 $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'
11348
11349 # Both c and cxx compiler support -rpath directly
11350 hardcode_libdir_flag_spec='-rpath $libdir'
11351 fi
11352 archive_cmds_need_lc='no'
11353 hardcode_libdir_separator=:
11354 ;;
11355
11356 solaris*)
11357 no_undefined_flag=' -z defs'
11358 if test "$GCC" = yes; then
11359 wlarc='${wl}'
11360 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11361 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11362 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11363 else
11364 case `$CC -V 2>&1` in
11365 *"Compilers 5.0"*)
11366 wlarc=''
11367 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11368 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11369 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11370 ;;
11371 *)
11372 wlarc='${wl}'
11373 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11374 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11375 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11376 ;;
11377 esac
11378 fi
11379 hardcode_libdir_flag_spec='-R$libdir'
11380 hardcode_shlibpath_var=no
11381 case $host_os in
11382 solaris2.[0-5] | solaris2.[0-5].*) ;;
11383 *)
11384 # The compiler driver will combine and reorder linker options,
11385 # but understands `-z linker_flag'. GCC discards it without `$wl',
11386 # but is careful enough not to reorder.
11387 # Supported since Solaris 2.6 (maybe 2.5.1?)
11388 if test "$GCC" = yes; then
11389 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11390 else
11391 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11392 fi
11393 ;;
11394 esac
11395 link_all_deplibs=yes
11396 ;;
11397
11398 sunos4*)
11399 if test "x$host_vendor" = xsequent; then
11400 # Use $CC to link under sequent, because it throws in some extra .o
11401 # files that make .init and .fini sections work.
11402 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11403 else
11404 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11405 fi
11406 hardcode_libdir_flag_spec='-L$libdir'
11407 hardcode_direct=yes
11408 hardcode_minus_L=yes
11409 hardcode_shlibpath_var=no
11410 ;;
11411
11412 sysv4)
11413 case $host_vendor in
11414 sni)
11415 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11416 hardcode_direct=yes # is this really true???
11417 ;;
11418 siemens)
11419 ## LD is ld it makes a PLAMLIB
11420 ## CC just makes a GrossModule.
11421 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11422 reload_cmds='$CC -r -o $output$reload_objs'
11423 hardcode_direct=no
11424 ;;
11425 motorola)
11426 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11427 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11428 ;;
11429 esac
11430 runpath_var='LD_RUN_PATH'
11431 hardcode_shlibpath_var=no
11432 ;;
11433
11434 sysv4.3*)
11435 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11436 hardcode_shlibpath_var=no
11437 export_dynamic_flag_spec='-Bexport'
11438 ;;
11439
11440 sysv4*MP*)
11441 if test -d /usr/nec; then
11442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11443 hardcode_shlibpath_var=no
11444 runpath_var=LD_RUN_PATH
11445 hardcode_runpath_var=yes
11446 ld_shlibs=yes
11447 fi
11448 ;;
11449
11450 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11451 no_undefined_flag='${wl}-z,text'
11452 archive_cmds_need_lc=no
11453 hardcode_shlibpath_var=no
11454 runpath_var='LD_RUN_PATH'
11455
11456 if test "$GCC" = yes; then
11457 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11458 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11459 else
11460 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11461 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11462 fi
11463 ;;
11464
11465 sysv5* | sco3.2v5* | sco5v6*)
11466 # Note: We can NOT use -z defs as we might desire, because we do not
11467 # link with -lc, and that would cause any symbols used from libc to
11468 # always be unresolved, which means just about no library would
11469 # ever link correctly. If we're not using GNU ld we use -z text
11470 # though, which does catch some bad symbols but isn't as heavy-handed
11471 # as -z defs.
11472 no_undefined_flag='${wl}-z,text'
11473 allow_undefined_flag='${wl}-z,nodefs'
11474 archive_cmds_need_lc=no
11475 hardcode_shlibpath_var=no
11476 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11477 hardcode_libdir_separator=':'
11478 link_all_deplibs=yes
11479 export_dynamic_flag_spec='${wl}-Bexport'
11480 runpath_var='LD_RUN_PATH'
11481
11482 if test "$GCC" = yes; then
11483 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11484 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11485 else
11486 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11487 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11488 fi
11489 ;;
11490
11491 uts4*)
11492 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11493 hardcode_libdir_flag_spec='-L$libdir'
11494 hardcode_shlibpath_var=no
11495 ;;
11496
11497 *)
11498 ld_shlibs=no
11499 ;;
11500 esac
11501
11502 if test x$host_vendor = xsni; then
11503 case $host in
11504 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11505 export_dynamic_flag_spec='${wl}-Blargedynsym'
11506 ;;
11507 esac
11508 fi
11509 fi
11510
11511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11512$as_echo "$ld_shlibs" >&6; }
11513test "$ld_shlibs" = no && can_build_shared=no
11514
11515with_gnu_ld=$with_gnu_ld
11516
11517
11518
11519
b7026657 11520
f0569246 11521
f0569246 11522
6ffe910a 11523
6ffe910a
MF
11524
11525
6ffe910a 11526
f0569246 11527
f0569246
AC
11528
11529
6bb11ab3
L
11530
11531#
11532# Do we need to explicitly link libc?
11533#
11534case "x$archive_cmds_need_lc" in
11535x|xyes)
11536 # Assume -lc should be added
11537 archive_cmds_need_lc=yes
11538
11539 if test "$enable_shared" = yes && test "$GCC" = yes; then
11540 case $archive_cmds in
11541 *'~'*)
11542 # FIXME: we may have to deal with multi-command sequences.
11543 ;;
11544 '$CC '*)
11545 # Test whether the compiler implicitly links with -lc since on some
11546 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11547 # to ld, don't add -lc before -lgcc.
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11549$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11550if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11551 $as_echo_n "(cached) " >&6
f0569246 11552else
6bb11ab3
L
11553 $RM conftest*
11554 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11555
11556 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11557 (eval $ac_compile) 2>&5
11558 ac_status=$?
11559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11560 test $ac_status = 0; } 2>conftest.err; then
11561 soname=conftest
11562 lib=conftest
11563 libobjs=conftest.$ac_objext
11564 deplibs=
11565 wl=$lt_prog_compiler_wl
11566 pic_flag=$lt_prog_compiler_pic
11567 compiler_flags=-v
11568 linker_flags=-v
11569 verstring=
11570 output_objdir=.
11571 libname=conftest
11572 lt_save_allow_undefined_flag=$allow_undefined_flag
11573 allow_undefined_flag=
11574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11575 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11576 ac_status=$?
11577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11578 test $ac_status = 0; }
11579 then
11580 lt_cv_archive_cmds_need_lc=no
11581 else
11582 lt_cv_archive_cmds_need_lc=yes
11583 fi
11584 allow_undefined_flag=$lt_save_allow_undefined_flag
11585 else
11586 cat conftest.err 1>&5
11587 fi
11588 $RM conftest*
b34f6357 11589
6ffe910a 11590fi
6bb11ab3
L
11591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11592$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11593 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11594 ;;
11595 esac
11596 fi
11597 ;;
6ffe910a 11598esac
b34f6357 11599
b34f6357 11600
6ffe910a 11601
b34f6357 11602
81ecdfbb 11603
35695fd6 11604
35695fd6 11605
35695fd6 11606
f0569246 11607
b34f6357 11608
f0569246 11609
b7026657 11610
f0569246 11611
b34f6357 11612
81ecdfbb 11613
b7026657 11614
b34f6357 11615
b34f6357 11616
81ecdfbb 11617
81ecdfbb 11618
81ecdfbb
RW
11619
11620
81ecdfbb 11621
81ecdfbb 11622
f0569246
AC
11623
11624
b34f6357 11625
f0569246 11626
b34f6357 11627
b34f6357 11628
81ecdfbb 11629
b7026657 11630
b34f6357 11631
f0569246 11632
81ecdfbb 11633
f0569246 11634
b34f6357 11635
b34f6357 11636
b7026657 11637
81ecdfbb 11638
b7026657 11639
b34f6357 11640
b34f6357 11641
b7026657
AC
11642
11643
b7026657
AC
11644
11645
6ffe910a 11646
2232061b
MF
11647
11648
2232061b 11649
2232061b
MF
11650
11651
2232061b
MF
11652
11653
2232061b 11654
2232061b
MF
11655
11656
6bb11ab3
L
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
11752
11753
11754
11755
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11757$as_echo_n "checking dynamic linker characteristics... " >&6; }
11758
11759if test "$GCC" = yes; then
11760 case $host_os in
11761 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11762 *) lt_awk_arg="/^libraries:/" ;;
11763 esac
11764 case $host_os in
11765 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11766 *) lt_sed_strip_eq="s,=/,/,g" ;;
11767 esac
11768 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11769 case $lt_search_path_spec in
11770 *\;*)
11771 # if the path contains ";" then we assume it to be the separator
11772 # otherwise default to the standard path separator (i.e. ":") - it is
11773 # assumed that no part of a normal pathname contains ";" but that should
11774 # okay in the real world where ";" in dirpaths is itself problematic.
11775 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11776 ;;
11777 *)
11778 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11779 ;;
11780 esac
11781 # Ok, now we have the path, separated by spaces, we can step through it
11782 # and add multilib dir if necessary.
11783 lt_tmp_lt_search_path_spec=
11784 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11785 for lt_sys_path in $lt_search_path_spec; do
11786 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11787 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11788 else
11789 test -d "$lt_sys_path" && \
11790 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11791 fi
11792 done
11793 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11794BEGIN {RS=" "; FS="/|\n";} {
11795 lt_foo="";
11796 lt_count=0;
11797 for (lt_i = NF; lt_i > 0; lt_i--) {
11798 if ($lt_i != "" && $lt_i != ".") {
11799 if ($lt_i == "..") {
11800 lt_count++;
11801 } else {
11802 if (lt_count == 0) {
11803 lt_foo="/" $lt_i lt_foo;
11804 } else {
11805 lt_count--;
11806 }
11807 }
11808 }
11809 }
11810 if (lt_foo != "") { lt_freq[lt_foo]++; }
11811 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11812}'`
11813 # AWK program above erroneously prepends '/' to C:/dos/paths
11814 # for these hosts.
11815 case $host_os in
11816 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11817 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11818 esac
11819 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11820else
11821 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11822fi
11823library_names_spec=
11824libname_spec='lib$name'
11825soname_spec=
11826shrext_cmds=".so"
11827postinstall_cmds=
11828postuninstall_cmds=
11829finish_cmds=
11830finish_eval=
11831shlibpath_var=
11832shlibpath_overrides_runpath=unknown
11833version_type=none
11834dynamic_linker="$host_os ld.so"
11835sys_lib_dlsearch_path_spec="/lib /usr/lib"
11836need_lib_prefix=unknown
11837hardcode_into_libs=no
11838
11839# when you set need_version to no, make sure it does not cause -set_version
11840# flags to be left without arguments
11841need_version=unknown
11842
11843case $host_os in
11844aix3*)
11845 version_type=linux
11846 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11847 shlibpath_var=LIBPATH
11848
11849 # AIX 3 has no versioning support, so we append a major version to the name.
11850 soname_spec='${libname}${release}${shared_ext}$major'
11851 ;;
11852
11853aix[4-9]*)
11854 version_type=linux
11855 need_lib_prefix=no
11856 need_version=no
11857 hardcode_into_libs=yes
11858 if test "$host_cpu" = ia64; then
11859 # AIX 5 supports IA64
11860 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11861 shlibpath_var=LD_LIBRARY_PATH
11862 else
11863 # With GCC up to 2.95.x, collect2 would create an import file
11864 # for dependence libraries. The import file would start with
11865 # the line `#! .'. This would cause the generated library to
11866 # depend on `.', always an invalid library. This was fixed in
11867 # development snapshots of GCC prior to 3.0.
11868 case $host_os in
11869 aix4 | aix4.[01] | aix4.[01].*)
11870 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11871 echo ' yes '
11872 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11873 :
11874 else
11875 can_build_shared=no
11876 fi
11877 ;;
11878 esac
11879 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11880 # soname into executable. Probably we can add versioning support to
11881 # collect2, so additional links can be useful in future.
11882 if test "$aix_use_runtimelinking" = yes; then
11883 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11884 # instead of lib<name>.a to let people know that these are not
11885 # typical AIX shared libraries.
11886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887 else
11888 # We preserve .a as extension for shared libraries through AIX4.2
11889 # and later when we are not doing run time linking.
11890 library_names_spec='${libname}${release}.a $libname.a'
11891 soname_spec='${libname}${release}${shared_ext}$major'
11892 fi
11893 shlibpath_var=LIBPATH
11894 fi
11895 ;;
11896
11897amigaos*)
11898 case $host_cpu in
11899 powerpc)
11900 # Since July 2007 AmigaOS4 officially supports .so libraries.
11901 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11902 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11903 ;;
11904 m68k)
11905 library_names_spec='$libname.ixlibrary $libname.a'
11906 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11907 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'
11908 ;;
11909 esac
11910 ;;
11911
11912beos*)
11913 library_names_spec='${libname}${shared_ext}'
11914 dynamic_linker="$host_os ld.so"
11915 shlibpath_var=LIBRARY_PATH
11916 ;;
11917
11918bsdi[45]*)
11919 version_type=linux
11920 need_version=no
11921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11922 soname_spec='${libname}${release}${shared_ext}$major'
11923 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11924 shlibpath_var=LD_LIBRARY_PATH
11925 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11926 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11927 # the default ld.so.conf also contains /usr/contrib/lib and
11928 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11929 # libtool to hard-code these into programs
11930 ;;
11931
11932cygwin* | mingw* | pw32* | cegcc*)
11933 version_type=windows
11934 shrext_cmds=".dll"
11935 need_version=no
11936 need_lib_prefix=no
11937
11938 case $GCC,$host_os in
11939 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11940 library_names_spec='$libname.dll.a'
11941 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11942 postinstall_cmds='base_file=`basename \${file}`~
11943 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11944 dldir=$destdir/`dirname \$dlpath`~
11945 test -d \$dldir || mkdir -p \$dldir~
11946 $install_prog $dir/$dlname \$dldir/$dlname~
11947 chmod a+x \$dldir/$dlname~
11948 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11949 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11950 fi'
11951 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11952 dlpath=$dir/\$dldll~
11953 $RM \$dlpath'
11954 shlibpath_overrides_runpath=yes
11955
11956 case $host_os in
11957 cygwin*)
11958 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11959 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11960
11961 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11962 ;;
11963 mingw* | cegcc*)
11964 # MinGW DLLs use traditional 'lib' prefix
11965 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11966 ;;
11967 pw32*)
11968 # pw32 DLLs use 'pw' prefix rather than 'lib'
11969 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11970 ;;
11971 esac
11972 ;;
11973
11974 *)
11975 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11976 ;;
11977 esac
11978 dynamic_linker='Win32 ld.exe'
11979 # FIXME: first we should search . and the directory the executable is in
11980 shlibpath_var=PATH
11981 ;;
11982
11983darwin* | rhapsody*)
11984 dynamic_linker="$host_os dyld"
11985 version_type=darwin
11986 need_lib_prefix=no
11987 need_version=no
11988 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11989 soname_spec='${libname}${release}${major}$shared_ext'
11990 shlibpath_overrides_runpath=yes
11991 shlibpath_var=DYLD_LIBRARY_PATH
11992 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11993
11994 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11995 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11996 ;;
11997
11998dgux*)
11999 version_type=linux
12000 need_lib_prefix=no
12001 need_version=no
12002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12003 soname_spec='${libname}${release}${shared_ext}$major'
12004 shlibpath_var=LD_LIBRARY_PATH
12005 ;;
12006
12007freebsd* | dragonfly*)
12008 # DragonFly does not have aout. When/if they implement a new
12009 # versioning mechanism, adjust this.
12010 if test -x /usr/bin/objformat; then
12011 objformat=`/usr/bin/objformat`
12012 else
12013 case $host_os in
12014 freebsd[23].*) objformat=aout ;;
12015 *) objformat=elf ;;
12016 esac
12017 fi
12018 version_type=freebsd-$objformat
12019 case $version_type in
12020 freebsd-elf*)
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12022 need_version=no
12023 need_lib_prefix=no
12024 ;;
12025 freebsd-*)
12026 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12027 need_version=yes
12028 ;;
12029 esac
12030 shlibpath_var=LD_LIBRARY_PATH
12031 case $host_os in
12032 freebsd2.*)
12033 shlibpath_overrides_runpath=yes
12034 ;;
12035 freebsd3.[01]* | freebsdelf3.[01]*)
12036 shlibpath_overrides_runpath=yes
12037 hardcode_into_libs=yes
12038 ;;
12039 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12040 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12041 shlibpath_overrides_runpath=no
12042 hardcode_into_libs=yes
12043 ;;
12044 *) # from 4.6 on, and DragonFly
12045 shlibpath_overrides_runpath=yes
12046 hardcode_into_libs=yes
12047 ;;
12048 esac
12049 ;;
12050
12051gnu*)
12052 version_type=linux
12053 need_lib_prefix=no
12054 need_version=no
12055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12056 soname_spec='${libname}${release}${shared_ext}$major'
12057 shlibpath_var=LD_LIBRARY_PATH
12058 hardcode_into_libs=yes
12059 ;;
12060
12061haiku*)
12062 version_type=linux
12063 need_lib_prefix=no
12064 need_version=no
12065 dynamic_linker="$host_os runtime_loader"
12066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12067 soname_spec='${libname}${release}${shared_ext}$major'
12068 shlibpath_var=LIBRARY_PATH
12069 shlibpath_overrides_runpath=yes
12070 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12071 hardcode_into_libs=yes
12072 ;;
12073
12074hpux9* | hpux10* | hpux11*)
12075 # Give a soname corresponding to the major version so that dld.sl refuses to
12076 # link against other versions.
12077 version_type=sunos
12078 need_lib_prefix=no
12079 need_version=no
12080 case $host_cpu in
12081 ia64*)
12082 shrext_cmds='.so'
12083 hardcode_into_libs=yes
12084 dynamic_linker="$host_os dld.so"
12085 shlibpath_var=LD_LIBRARY_PATH
12086 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12087 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12088 soname_spec='${libname}${release}${shared_ext}$major'
12089 if test "X$HPUX_IA64_MODE" = X32; then
12090 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12091 else
12092 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12093 fi
12094 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12095 ;;
12096 hppa*64*)
12097 shrext_cmds='.sl'
12098 hardcode_into_libs=yes
12099 dynamic_linker="$host_os dld.sl"
12100 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12101 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12103 soname_spec='${libname}${release}${shared_ext}$major'
12104 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12105 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12106 ;;
12107 *)
12108 shrext_cmds='.sl'
12109 dynamic_linker="$host_os dld.sl"
12110 shlibpath_var=SHLIB_PATH
12111 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12113 soname_spec='${libname}${release}${shared_ext}$major'
12114 ;;
12115 esac
12116 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12117 postinstall_cmds='chmod 555 $lib'
12118 # or fails outright, so override atomically:
12119 install_override_mode=555
12120 ;;
12121
12122interix[3-9]*)
12123 version_type=linux
12124 need_lib_prefix=no
12125 need_version=no
12126 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12127 soname_spec='${libname}${release}${shared_ext}$major'
12128 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12129 shlibpath_var=LD_LIBRARY_PATH
12130 shlibpath_overrides_runpath=no
12131 hardcode_into_libs=yes
12132 ;;
12133
12134irix5* | irix6* | nonstopux*)
12135 case $host_os in
12136 nonstopux*) version_type=nonstopux ;;
12137 *)
12138 if test "$lt_cv_prog_gnu_ld" = yes; then
12139 version_type=linux
12140 else
12141 version_type=irix
12142 fi ;;
12143 esac
12144 need_lib_prefix=no
12145 need_version=no
12146 soname_spec='${libname}${release}${shared_ext}$major'
12147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12148 case $host_os in
12149 irix5* | nonstopux*)
12150 libsuff= shlibsuff=
12151 ;;
12152 *)
12153 case $LD in # libtool.m4 will add one of these switches to LD
12154 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12155 libsuff= shlibsuff= libmagic=32-bit;;
12156 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12157 libsuff=32 shlibsuff=N32 libmagic=N32;;
12158 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12159 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12160 *) libsuff= shlibsuff= libmagic=never-match;;
12161 esac
12162 ;;
12163 esac
12164 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12165 shlibpath_overrides_runpath=no
12166 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12167 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12168 hardcode_into_libs=yes
12169 ;;
12170
12171# No shared lib support for Linux oldld, aout, or coff.
12172linux*oldld* | linux*aout* | linux*coff*)
12173 dynamic_linker=no
12174 ;;
12175
12176# This must be Linux ELF.
12177linux* | k*bsd*-gnu | kopensolaris*-gnu)
12178 version_type=linux
12179 need_lib_prefix=no
12180 need_version=no
12181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12182 soname_spec='${libname}${release}${shared_ext}$major'
12183 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12184 shlibpath_var=LD_LIBRARY_PATH
12185 shlibpath_overrides_runpath=no
12186
12187 # Some binutils ld are patched to set DT_RUNPATH
12188 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12189 $as_echo_n "(cached) " >&6
12190else
6bb11ab3
L
12191 lt_cv_shlibpath_overrides_runpath=no
12192 save_LDFLAGS=$LDFLAGS
12193 save_libdir=$libdir
12194 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12195 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12197/* end confdefs.h. */
12198
2232061b
MF
12199int
12200main ()
12201{
12202
12203 ;
12204 return 0;
12205}
12206_ACEOF
6bb11ab3
L
12207if ac_fn_c_try_link "$LINENO"; then :
12208 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12209 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12210fi
2232061b 12211fi
6bb11ab3
L
12212rm -f core conftest.err conftest.$ac_objext \
12213 conftest$ac_exeext conftest.$ac_ext
12214 LDFLAGS=$save_LDFLAGS
12215 libdir=$save_libdir
2232061b 12216
6bb11ab3 12217fi
2232061b 12218
6bb11ab3 12219 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12220
6bb11ab3
L
12221 # This implies no fast_install, which is unacceptable.
12222 # Some rework will be needed to allow for fast_install
12223 # before this can be enabled.
12224 hardcode_into_libs=yes
2232061b 12225
6bb11ab3
L
12226 # Append ld.so.conf contents to the search path
12227 if test -f /etc/ld.so.conf; then
12228 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' ' '`
12229 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12230 fi
2232061b 12231
6bb11ab3
L
12232 # We used to test for /lib/ld.so.1 and disable shared libraries on
12233 # powerpc, because MkLinux only supported shared libraries with the
12234 # GNU dynamic linker. Since this was broken with cross compilers,
12235 # most powerpc-linux boxes support dynamic linking these days and
12236 # people can always --disable-shared, the test was removed, and we
12237 # assume the GNU/Linux dynamic linker is in use.
12238 dynamic_linker='GNU/Linux ld.so'
12239 ;;
12240
12241netbsd*)
12242 version_type=sunos
12243 need_lib_prefix=no
12244 need_version=no
12245 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12247 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12248 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12249 else
6bb11ab3
L
12250 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12251 soname_spec='${libname}${release}${shared_ext}$major'
12252 dynamic_linker='NetBSD ld.elf_so'
12253 fi
12254 shlibpath_var=LD_LIBRARY_PATH
12255 shlibpath_overrides_runpath=yes
12256 hardcode_into_libs=yes
12257 ;;
12258
12259newsos6)
12260 version_type=linux
12261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12262 shlibpath_var=LD_LIBRARY_PATH
12263 shlibpath_overrides_runpath=yes
12264 ;;
12265
12266*nto* | *qnx*)
12267 version_type=qnx
12268 need_lib_prefix=no
12269 need_version=no
12270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12271 soname_spec='${libname}${release}${shared_ext}$major'
12272 shlibpath_var=LD_LIBRARY_PATH
12273 shlibpath_overrides_runpath=no
12274 hardcode_into_libs=yes
12275 dynamic_linker='ldqnx.so'
12276 ;;
12277
12278openbsd*)
12279 version_type=sunos
12280 sys_lib_dlsearch_path_spec="/usr/lib"
12281 need_lib_prefix=no
12282 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12283 case $host_os in
12284 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12285 *) need_version=no ;;
12286 esac
12287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12288 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12289 shlibpath_var=LD_LIBRARY_PATH
12290 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12291 case $host_os in
12292 openbsd2.[89] | openbsd2.[89].*)
12293 shlibpath_overrides_runpath=no
12294 ;;
12295 *)
12296 shlibpath_overrides_runpath=yes
12297 ;;
12298 esac
12299 else
12300 shlibpath_overrides_runpath=yes
12301 fi
12302 ;;
12303
12304os2*)
12305 libname_spec='$name'
12306 shrext_cmds=".dll"
12307 need_lib_prefix=no
12308 library_names_spec='$libname${shared_ext} $libname.a'
12309 dynamic_linker='OS/2 ld.exe'
12310 shlibpath_var=LIBPATH
12311 ;;
12312
12313osf3* | osf4* | osf5*)
12314 version_type=osf
12315 need_lib_prefix=no
12316 need_version=no
12317 soname_spec='${libname}${release}${shared_ext}$major'
12318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12319 shlibpath_var=LD_LIBRARY_PATH
12320 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12321 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12322 ;;
12323
12324rdos*)
12325 dynamic_linker=no
12326 ;;
12327
12328solaris*)
12329 version_type=linux
12330 need_lib_prefix=no
12331 need_version=no
12332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12333 soname_spec='${libname}${release}${shared_ext}$major'
12334 shlibpath_var=LD_LIBRARY_PATH
12335 shlibpath_overrides_runpath=yes
12336 hardcode_into_libs=yes
12337 # ldd complains unless libraries are executable
12338 postinstall_cmds='chmod +x $lib'
12339 ;;
12340
12341sunos4*)
12342 version_type=sunos
12343 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12344 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12345 shlibpath_var=LD_LIBRARY_PATH
12346 shlibpath_overrides_runpath=yes
12347 if test "$with_gnu_ld" = yes; then
12348 need_lib_prefix=no
12349 fi
12350 need_version=yes
12351 ;;
12352
12353sysv4 | sysv4.3*)
12354 version_type=linux
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 case $host_vendor in
12359 sni)
12360 shlibpath_overrides_runpath=no
12361 need_lib_prefix=no
12362 runpath_var=LD_RUN_PATH
12363 ;;
12364 siemens)
12365 need_lib_prefix=no
12366 ;;
12367 motorola)
12368 need_lib_prefix=no
12369 need_version=no
12370 shlibpath_overrides_runpath=no
12371 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12372 ;;
12373 esac
12374 ;;
12375
12376sysv4*MP*)
12377 if test -d /usr/nec ;then
12378 version_type=linux
12379 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12380 soname_spec='$libname${shared_ext}.$major'
12381 shlibpath_var=LD_LIBRARY_PATH
2232061b 12382 fi
6bb11ab3
L
12383 ;;
12384
12385sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12386 version_type=freebsd-elf
12387 need_lib_prefix=no
12388 need_version=no
12389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12390 soname_spec='${libname}${release}${shared_ext}$major'
12391 shlibpath_var=LD_LIBRARY_PATH
12392 shlibpath_overrides_runpath=yes
12393 hardcode_into_libs=yes
12394 if test "$with_gnu_ld" = yes; then
12395 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12396 else
12397 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12398 case $host_os in
12399 sco3.2v5*)
12400 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12401 ;;
12402 esac
12403 fi
12404 sys_lib_dlsearch_path_spec='/usr/lib'
12405 ;;
12406
12407tpf*)
12408 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12409 version_type=linux
12410 need_lib_prefix=no
12411 need_version=no
12412 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12413 shlibpath_var=LD_LIBRARY_PATH
12414 shlibpath_overrides_runpath=no
12415 hardcode_into_libs=yes
12416 ;;
12417
12418uts4*)
12419 version_type=linux
12420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12421 soname_spec='${libname}${release}${shared_ext}$major'
12422 shlibpath_var=LD_LIBRARY_PATH
12423 ;;
12424
12425*)
12426 dynamic_linker=no
12427 ;;
12428esac
12429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12430$as_echo "$dynamic_linker" >&6; }
12431test "$dynamic_linker" = no && can_build_shared=no
12432
12433variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12434if test "$GCC" = yes; then
12435 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12436fi
2232061b 12437
6bb11ab3
L
12438if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12439 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12440fi
12441if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12442 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12443fi
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
2232061b 12470
2232061b 12471
2232061b 12472
2232061b 12473
2232061b
MF
12474
12475
6ffe910a 12476
6ffe910a
MF
12477
12478
12479
12480
12481
2232061b 12482
6ffe910a
MF
12483
12484
12485
12486
6ffe910a 12487
6ffe910a 12488
6ffe910a
MF
12489
12490
6ffe910a 12491
6ffe910a 12492
6ffe910a
MF
12493
12494
5f3ef9d0 12495
5f3ef9d0
JB
12496
12497
12498
db2e4d67
MF
12499
12500
db2e4d67 12501
db2e4d67 12502
db2e4d67 12503
db2e4d67 12504
db2e4d67 12505
db2e4d67 12506
db2e4d67 12507
db2e4d67
MF
12508
12509
db2e4d67 12510
db2e4d67
MF
12511
12512
db2e4d67 12513
db2e4d67
MF
12514
12515
6ffe910a 12516
6ffe910a 12517
6ffe910a
MF
12518
12519
6ffe910a
MF
12520
12521
6ffe910a 12522
6ffe910a 12523
6ffe910a 12524
6ffe910a 12525
6ffe910a 12526
b7026657 12527
b7026657 12528
b34f6357 12529
b7026657 12530
b7026657 12531
b34f6357 12532
b7026657 12533
b7026657 12534
b34f6357 12535
6bb11ab3
L
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12537$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12538hardcode_action=
12539if test -n "$hardcode_libdir_flag_spec" ||
12540 test -n "$runpath_var" ||
12541 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12542
6bb11ab3
L
12543 # We can hardcode non-existent directories.
12544 if test "$hardcode_direct" != no &&
12545 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12546 # have to relink, otherwise we might link with an installed library
12547 # when we should be linking with a yet-to-be-installed one
12548 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12549 test "$hardcode_minus_L" != no; then
12550 # Linking always hardcodes the temporary library directory.
12551 hardcode_action=relink
12552 else
12553 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12554 hardcode_action=immediate
12555 fi
12556else
12557 # We cannot hardcode anything, or else we can only hardcode existing
12558 # directories.
12559 hardcode_action=unsupported
b34f6357 12560fi
6bb11ab3
L
12561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12562$as_echo "$hardcode_action" >&6; }
b7026657 12563
6bb11ab3
L
12564if test "$hardcode_action" = relink ||
12565 test "$inherit_rpath" = yes; then
12566 # Fast installation is not supported
12567 enable_fast_install=no
12568elif test "$shlibpath_overrides_runpath" = yes ||
12569 test "$enable_shared" = no; then
12570 # Fast installation is not necessary
12571 enable_fast_install=needless
12572fi
b34f6357 12573
6bb11ab3
L
12574
12575
12576
12577
12578
12579 if test "x$enable_dlopen" != xyes; then
12580 enable_dlopen=unknown
12581 enable_dlopen_self=unknown
12582 enable_dlopen_self_static=unknown
12583else
12584 lt_cv_dlopen=no
12585 lt_cv_dlopen_libs=
12586
12587 case $host_os in
12588 beos*)
12589 lt_cv_dlopen="load_add_on"
12590 lt_cv_dlopen_libs=
12591 lt_cv_dlopen_self=yes
12592 ;;
12593
12594 mingw* | pw32* | cegcc*)
12595 lt_cv_dlopen="LoadLibrary"
12596 lt_cv_dlopen_libs=
12597 ;;
12598
12599 cygwin*)
12600 lt_cv_dlopen="dlopen"
12601 lt_cv_dlopen_libs=
12602 ;;
12603
12604 darwin*)
12605 # if libdl is installed we need to link against it
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12607$as_echo_n "checking for dlopen in -ldl... " >&6; }
12608if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12609 $as_echo_n "(cached) " >&6
12610else
12611 ac_check_lib_save_LIBS=$LIBS
12612LIBS="-ldl $LIBS"
12613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12614/* end confdefs.h. */
12615
12616/* Override any GCC internal prototype to avoid an error.
12617 Use char because int might match the return type of a GCC
12618 builtin and then its argument prototype would still apply. */
12619#ifdef __cplusplus
12620extern "C"
12621#endif
12622char dlopen ();
12623int
12624main ()
12625{
12626return dlopen ();
12627 ;
12628 return 0;
12629}
b7026657 12630_ACEOF
6bb11ab3
L
12631if ac_fn_c_try_link "$LINENO"; then :
12632 ac_cv_lib_dl_dlopen=yes
12633else
12634 ac_cv_lib_dl_dlopen=no
12635fi
12636rm -f core conftest.err conftest.$ac_objext \
12637 conftest$ac_exeext conftest.$ac_ext
12638LIBS=$ac_check_lib_save_LIBS
12639fi
12640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12641$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12642if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12643 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12644else
12645
12646 lt_cv_dlopen="dyld"
12647 lt_cv_dlopen_libs=
12648 lt_cv_dlopen_self=yes
b34f6357 12649
b34f6357 12650fi
b34f6357 12651
6bb11ab3 12652 ;;
b34f6357 12653
6bb11ab3
L
12654 *)
12655 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12656if test "x$ac_cv_func_shl_load" = x""yes; then :
12657 lt_cv_dlopen="shl_load"
12658else
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12660$as_echo_n "checking for shl_load in -ldld... " >&6; }
12661if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12662 $as_echo_n "(cached) " >&6
12663else
12664 ac_check_lib_save_LIBS=$LIBS
12665LIBS="-ldld $LIBS"
12666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12667/* end confdefs.h. */
12668
12669/* Override any GCC internal prototype to avoid an error.
12670 Use char because int might match the return type of a GCC
12671 builtin and then its argument prototype would still apply. */
12672#ifdef __cplusplus
12673extern "C"
12674#endif
12675char shl_load ();
12676int
12677main ()
12678{
12679return shl_load ();
12680 ;
12681 return 0;
12682}
12683_ACEOF
12684if ac_fn_c_try_link "$LINENO"; then :
12685 ac_cv_lib_dld_shl_load=yes
12686else
12687 ac_cv_lib_dld_shl_load=no
12688fi
12689rm -f core conftest.err conftest.$ac_objext \
12690 conftest$ac_exeext conftest.$ac_ext
12691LIBS=$ac_check_lib_save_LIBS
12692fi
12693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12694$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12695if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12696 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12697else
12698 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12699if test "x$ac_cv_func_dlopen" = x""yes; then :
12700 lt_cv_dlopen="dlopen"
12701else
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12703$as_echo_n "checking for dlopen in -ldl... " >&6; }
12704if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12705 $as_echo_n "(cached) " >&6
b34f6357 12706else
b7026657 12707 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12708LIBS="-ldl $LIBS"
81ecdfbb 12709cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12710/* end confdefs.h. */
12711
81ecdfbb
RW
12712/* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
b7026657
AC
12715#ifdef __cplusplus
12716extern "C"
12717#endif
6bb11ab3 12718char dlopen ();
b7026657
AC
12719int
12720main ()
12721{
6bb11ab3 12722return dlopen ();
b7026657
AC
12723 ;
12724 return 0;
12725}
12726_ACEOF
81ecdfbb 12727if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12728 ac_cv_lib_dl_dlopen=yes
b7026657 12729else
6bb11ab3 12730 ac_cv_lib_dl_dlopen=no
b7026657 12731fi
81ecdfbb
RW
12732rm -f core conftest.err conftest.$ac_objext \
12733 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12734LIBS=$ac_check_lib_save_LIBS
12735fi
6bb11ab3
L
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12737$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12738if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12739 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12740else
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12742$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12743if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12744 $as_echo_n "(cached) " >&6
b34f6357 12745else
b7026657 12746 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12747LIBS="-lsvld $LIBS"
81ecdfbb 12748cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12749/* end confdefs.h. */
b34f6357 12750
81ecdfbb
RW
12751/* Override any GCC internal prototype to avoid an error.
12752 Use char because int might match the return type of a GCC
12753 builtin and then its argument prototype would still apply. */
b7026657
AC
12754#ifdef __cplusplus
12755extern "C"
12756#endif
6bb11ab3 12757char dlopen ();
b7026657
AC
12758int
12759main ()
12760{
6bb11ab3 12761return dlopen ();
b7026657
AC
12762 ;
12763 return 0;
12764}
12765_ACEOF
81ecdfbb 12766if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12767 ac_cv_lib_svld_dlopen=yes
b7026657 12768else
6bb11ab3 12769 ac_cv_lib_svld_dlopen=no
b7026657 12770fi
81ecdfbb
RW
12771rm -f core conftest.err conftest.$ac_objext \
12772 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12773LIBS=$ac_check_lib_save_LIBS
12774fi
6bb11ab3
L
12775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12776$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12777if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12778 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12779else
6bb11ab3
L
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12781$as_echo_n "checking for dld_link in -ldld... " >&6; }
12782if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12783 $as_echo_n "(cached) " >&6
b5bd9624 12784else
6bb11ab3
L
12785 ac_check_lib_save_LIBS=$LIBS
12786LIBS="-ldld $LIBS"
81ecdfbb 12787cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12788/* end confdefs.h. */
12789
81ecdfbb
RW
12790/* Override any GCC internal prototype to avoid an error.
12791 Use char because int might match the return type of a GCC
b5bd9624 12792 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12793#ifdef __cplusplus
12794extern "C"
12795#endif
6bb11ab3 12796char dld_link ();
b5bd9624
HPN
12797int
12798main ()
12799{
6bb11ab3 12800return dld_link ();
b5bd9624
HPN
12801 ;
12802 return 0;
12803}
12804_ACEOF
6bb11ab3
L
12805if ac_fn_c_try_link "$LINENO"; then :
12806 ac_cv_lib_dld_dld_link=yes
12807else
12808 ac_cv_lib_dld_dld_link=no
12809fi
12810rm -f core conftest.err conftest.$ac_objext \
12811 conftest$ac_exeext conftest.$ac_ext
12812LIBS=$ac_check_lib_save_LIBS
12813fi
12814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12815$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12816if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12817 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12818fi
12819
12820
12821fi
12822
12823
12824fi
12825
12826
12827fi
12828
12829
12830fi
12831
12832
12833fi
12834
12835 ;;
12836 esac
12837
12838 if test "x$lt_cv_dlopen" != xno; then
12839 enable_dlopen=yes
b5bd9624 12840 else
6bb11ab3
L
12841 enable_dlopen=no
12842 fi
12843
12844 case $lt_cv_dlopen in
12845 dlopen)
12846 save_CPPFLAGS="$CPPFLAGS"
12847 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12848
12849 save_LDFLAGS="$LDFLAGS"
12850 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12851
12852 save_LIBS="$LIBS"
12853 LIBS="$lt_cv_dlopen_libs $LIBS"
12854
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12856$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12857if test "${lt_cv_dlopen_self+set}" = set; then :
12858 $as_echo_n "(cached) " >&6
12859else
12860 if test "$cross_compiling" = yes; then :
12861 lt_cv_dlopen_self=cross
12862else
12863 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12864 lt_status=$lt_dlunknown
12865 cat > conftest.$ac_ext <<_LT_EOF
22be3fbe 12866#line 12866 "configure"
6bb11ab3
L
12867#include "confdefs.h"
12868
12869#if HAVE_DLFCN_H
12870#include <dlfcn.h>
12871#endif
12872
12873#include <stdio.h>
12874
12875#ifdef RTLD_GLOBAL
12876# define LT_DLGLOBAL RTLD_GLOBAL
12877#else
12878# ifdef DL_GLOBAL
12879# define LT_DLGLOBAL DL_GLOBAL
12880# else
12881# define LT_DLGLOBAL 0
12882# endif
12883#endif
12884
12885/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12886 find out it does not work in some platform. */
12887#ifndef LT_DLLAZY_OR_NOW
12888# ifdef RTLD_LAZY
12889# define LT_DLLAZY_OR_NOW RTLD_LAZY
12890# else
12891# ifdef DL_LAZY
12892# define LT_DLLAZY_OR_NOW DL_LAZY
12893# else
12894# ifdef RTLD_NOW
12895# define LT_DLLAZY_OR_NOW RTLD_NOW
12896# else
12897# ifdef DL_NOW
12898# define LT_DLLAZY_OR_NOW DL_NOW
12899# else
12900# define LT_DLLAZY_OR_NOW 0
12901# endif
12902# endif
12903# endif
12904# endif
12905#endif
12906
12907/* When -fvisbility=hidden is used, assume the code has been annotated
12908 correspondingly for the symbols needed. */
12909#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12910void fnord () __attribute__((visibility("default")));
12911#endif
12912
12913void fnord () { int i=42; }
12914int main ()
12915{
12916 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12917 int status = $lt_dlunknown;
12918
12919 if (self)
12920 {
12921 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12922 else
12923 {
12924 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12925 else puts (dlerror ());
12926 }
12927 /* dlclose (self); */
12928 }
12929 else
12930 puts (dlerror ());
12931
12932 return status;
12933}
12934_LT_EOF
12935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12936 (eval $ac_link) 2>&5
12937 ac_status=$?
12938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12939 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12940 (./conftest; exit; ) >&5 2>/dev/null
12941 lt_status=$?
12942 case x$lt_status in
12943 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12944 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12945 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12946 esac
12947 else :
12948 # compilation failed
12949 lt_cv_dlopen_self=no
b5bd9624 12950 fi
b5bd9624 12951fi
6bb11ab3
L
12952rm -fr conftest*
12953
12954
b5bd9624 12955fi
6bb11ab3
L
12956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12957$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12958
6bb11ab3
L
12959 if test "x$lt_cv_dlopen_self" = xyes; then
12960 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12962$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12963if test "${lt_cv_dlopen_self_static+set}" = set; then :
12964 $as_echo_n "(cached) " >&6
b5bd9624 12965else
6bb11ab3
L
12966 if test "$cross_compiling" = yes; then :
12967 lt_cv_dlopen_self_static=cross
12968else
12969 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12970 lt_status=$lt_dlunknown
12971 cat > conftest.$ac_ext <<_LT_EOF
22be3fbe 12972#line 12972 "configure"
6bb11ab3
L
12973#include "confdefs.h"
12974
12975#if HAVE_DLFCN_H
12976#include <dlfcn.h>
12977#endif
12978
12979#include <stdio.h>
12980
12981#ifdef RTLD_GLOBAL
12982# define LT_DLGLOBAL RTLD_GLOBAL
12983#else
12984# ifdef DL_GLOBAL
12985# define LT_DLGLOBAL DL_GLOBAL
12986# else
12987# define LT_DLGLOBAL 0
12988# endif
12989#endif
12990
12991/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12992 find out it does not work in some platform. */
12993#ifndef LT_DLLAZY_OR_NOW
12994# ifdef RTLD_LAZY
12995# define LT_DLLAZY_OR_NOW RTLD_LAZY
12996# else
12997# ifdef DL_LAZY
12998# define LT_DLLAZY_OR_NOW DL_LAZY
12999# else
13000# ifdef RTLD_NOW
13001# define LT_DLLAZY_OR_NOW RTLD_NOW
13002# else
13003# ifdef DL_NOW
13004# define LT_DLLAZY_OR_NOW DL_NOW
13005# else
13006# define LT_DLLAZY_OR_NOW 0
13007# endif
13008# endif
13009# endif
13010# endif
13011#endif
13012
13013/* When -fvisbility=hidden is used, assume the code has been annotated
13014 correspondingly for the symbols needed. */
13015#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13016void fnord () __attribute__((visibility("default")));
13017#endif
13018
13019void fnord () { int i=42; }
13020int main ()
13021{
13022 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13023 int status = $lt_dlunknown;
13024
13025 if (self)
13026 {
13027 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13028 else
13029 {
13030 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13031 else puts (dlerror ());
13032 }
13033 /* dlclose (self); */
13034 }
13035 else
13036 puts (dlerror ());
13037
13038 return status;
13039}
13040_LT_EOF
13041 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13042 (eval $ac_link) 2>&5
13043 ac_status=$?
13044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13045 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13046 (./conftest; exit; ) >&5 2>/dev/null
13047 lt_status=$?
13048 case x$lt_status in
13049 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13050 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13051 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13052 esac
13053 else :
13054 # compilation failed
13055 lt_cv_dlopen_self_static=no
13056 fi
b5bd9624 13057fi
6bb11ab3
L
13058rm -fr conftest*
13059
13060
b5bd9624 13061fi
6bb11ab3
L
13062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13063$as_echo "$lt_cv_dlopen_self_static" >&6; }
13064 fi
13065
13066 CPPFLAGS="$save_CPPFLAGS"
13067 LDFLAGS="$save_LDFLAGS"
13068 LIBS="$save_LIBS"
13069 ;;
13070 esac
13071
13072 case $lt_cv_dlopen_self in
13073 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13074 *) enable_dlopen_self=unknown ;;
13075 esac
13076
13077 case $lt_cv_dlopen_self_static in
13078 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13079 *) enable_dlopen_self_static=unknown ;;
13080 esac
13081fi
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
13099striplib=
13100old_striplib=
13101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13102$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13103if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13104 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13105 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13107$as_echo "yes" >&6; }
13108else
13109# FIXME - insert some real tests, host_os isn't really good enough
13110 case $host_os in
13111 darwin*)
13112 if test -n "$STRIP" ; then
13113 striplib="$STRIP -x"
13114 old_striplib="$STRIP -S"
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13116$as_echo "yes" >&6; }
13117 else
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119$as_echo "no" >&6; }
13120 fi
13121 ;;
13122 *)
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13124$as_echo "no" >&6; }
13125 ;;
13126 esac
13127fi
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140 # Report which library types will actually be built
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13142$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13144$as_echo "$can_build_shared" >&6; }
13145
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13147$as_echo_n "checking whether to build shared libraries... " >&6; }
13148 test "$can_build_shared" = "no" && enable_shared=no
13149
13150 # On AIX, shared libraries and static libraries use the same namespace, and
13151 # are all built from PIC.
13152 case $host_os in
13153 aix3*)
13154 test "$enable_shared" = yes && enable_static=no
13155 if test -n "$RANLIB"; then
13156 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13157 postinstall_cmds='$RANLIB $lib'
13158 fi
13159 ;;
13160
13161 aix[4-9]*)
13162 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13163 test "$enable_shared" = yes && enable_static=no
13164 fi
13165 ;;
13166 esac
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13168$as_echo "$enable_shared" >&6; }
13169
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13171$as_echo_n "checking whether to build static libraries... " >&6; }
13172 # Make sure either enable_shared or enable_static is yes.
13173 test "$enable_shared" = yes || enable_static=yes
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13175$as_echo "$enable_static" >&6; }
13176
13177
13178
13179
13180fi
13181ac_ext=c
13182ac_cpp='$CPP $CPPFLAGS'
13183ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13184ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13185ac_compiler_gnu=$ac_cv_c_compiler_gnu
13186
13187CC="$lt_save_CC"
13188
13189
13190
13191
13192
13193
13194
13195
13196
b5bd9624 13197
b5bd9624 13198
b5bd9624 13199
b5bd9624 13200
6bb11ab3
L
13201 ac_config_commands="$ac_config_commands libtool"
13202
13203
13204
13205
13206# Only expand once:
13207
13208
5912fadd 13209
b5bd9624 13210
b34f6357
DB
13211. ${srcdir}/../../bfd/configure.host
13212
13213
13214
31e6ad7d
MF
13215
13216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13217$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13218 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13219if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13220 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13221else
13222 USE_MAINTAINER_MODE=no
b34f6357 13223fi
31e6ad7d
MF
13224
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13226$as_echo "$USE_MAINTAINER_MODE" >&6; }
13227 if test $USE_MAINTAINER_MODE = yes; then
13228 MAINTAINER_MODE_TRUE=
13229 MAINTAINER_MODE_FALSE='#'
b34f6357 13230else
31e6ad7d
MF
13231 MAINTAINER_MODE_TRUE='#'
13232 MAINTAINER_MODE_FALSE=
81ecdfbb 13233fi
b34f6357 13234
31e6ad7d
MF
13235 MAINT=$MAINTAINER_MODE_TRUE
13236
13237
b34f6357 13238
81ecdfbb 13239
81ecdfbb
RW
13240# Check whether --enable-sim-debug was given.
13241if test "${enable_sim_debug+set}" = set; then :
13242 enableval=$enable_sim_debug; case "${enableval}" in
b34f6357
DB
13243 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13244 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13245 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13246esac
13247if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13248 echo "Setting sim debug = $sim_debug" 6>&1
13249fi
13250else
13251 sim_debug=""
81ecdfbb
RW
13252fi
13253
b34f6357
DB
13254
13255
81ecdfbb
RW
13256# Check whether --enable-sim-stdio was given.
13257if test "${enable_sim_stdio+set}" = set; then :
13258 enableval=$enable_sim_stdio; case "${enableval}" in
b34f6357
DB
13259 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13260 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 13261 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
b34f6357
DB
13262esac
13263if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13264 echo "Setting stdio flags = $sim_stdio" 6>&1
13265fi
13266else
13267 sim_stdio=""
81ecdfbb 13268fi
b34f6357
DB
13269
13270
81ecdfbb
RW
13271
13272# Check whether --enable-sim-trace was given.
13273if test "${enable_sim_trace+set}" = set; then :
13274 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
13275 yes) sim_trace="-DWITH_TRACE=-1";;
13276 no) sim_trace="-DWITH_TRACE=0";;
b34f6357 13277 [-0-9]*)
a3487082 13278 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 13279 [[:lower:]]*)
b34f6357
DB
13280 sim_trace=""
13281 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13282 if test x"$sim_trace" = x; then
13283 sim_trace="-DWITH_TRACE='(TRACE_$x"
13284 else
13285 sim_trace="${sim_trace}|TRACE_$x"
13286 fi
13287 done
13288 sim_trace="$sim_trace)'" ;;
13289esac
13290if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13291 echo "Setting sim trace = $sim_trace" 6>&1
13292fi
13293else
13294 sim_trace=""
81ecdfbb
RW
13295fi
13296
b34f6357
DB
13297
13298
81ecdfbb
RW
13299# Check whether --enable-sim-profile was given.
13300if test "${enable_sim_profile+set}" = set; then :
13301 enableval=$enable_sim_profile; case "${enableval}" in
b34f6357
DB
13302 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13303 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13304 [-0-9]*)
13305 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13306 [a-z]*)
13307 sim_profile=""
13308 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13309 if test x"$sim_profile" = x; then
13310 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13311 else
13312 sim_profile="${sim_profile}|PROFILE_$x"
13313 fi
13314 done
13315 sim_profile="$sim_profile)'" ;;
13316esac
13317if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13318 echo "Setting sim profile = $sim_profile" 6>&1
13319fi
13320else
13321 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
13322fi
13323
b34f6357
DB
13324
13325
6efef468 13326
81ecdfbb
RW
13327# Check whether --with-pkgversion was given.
13328if test "${with_pkgversion+set}" = set; then :
13329 withval=$with_pkgversion; case "$withval" in
13330 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13331 no) PKGVERSION= ;;
13332 *) PKGVERSION="($withval) " ;;
13333 esac
13334else
bf12d44e 13335 PKGVERSION="(SIM) "
6efef468 13336
81ecdfbb
RW
13337fi
13338
6efef468
JM
13339
13340
13341
13342
81ecdfbb
RW
13343# Check whether --with-bugurl was given.
13344if test "${with_bugurl+set}" = set; then :
13345 withval=$with_bugurl; case "$withval" in
13346 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13347 no) BUGURL=
13348 ;;
13349 *) BUGURL="$withval"
13350 ;;
13351 esac
13352else
13353 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13354
81ecdfbb
RW
13355fi
13356
6efef468
JM
13357 case ${BUGURL} in
13358 "")
13359 REPORT_BUGS_TO=
13360 REPORT_BUGS_TEXI=
13361 ;;
13362 *)
13363 REPORT_BUGS_TO="<$BUGURL>"
13364 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13365 ;;
13366 esac;
13367
13368
13369
13370
13371cat >>confdefs.h <<_ACEOF
13372#define PKGVERSION "$PKGVERSION"
13373_ACEOF
13374
13375
13376cat >>confdefs.h <<_ACEOF
13377#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13378_ACEOF
13379
13380
81ecdfbb
RW
13381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13382$as_echo_n "checking return type of signal handlers... " >&6; }
13383if test "${ac_cv_type_signal+set}" = set; then :
13384 $as_echo_n "(cached) " >&6
b34f6357 13385else
81ecdfbb 13386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13387/* end confdefs.h. */
b34f6357 13388#include <sys/types.h>
81ecdfbb 13389#include <signal.h>
b34f6357 13390
b7026657
AC
13391int
13392main ()
13393{
81ecdfbb 13394return *(signal (0, 0)) (0) == 1;
b7026657
AC
13395 ;
13396 return 0;
13397}
13398_ACEOF
81ecdfbb
RW
13399if ac_fn_c_try_compile "$LINENO"; then :
13400 ac_cv_type_signal=int
b34f6357 13401else
81ecdfbb 13402 ac_cv_type_signal=void
b34f6357 13403fi
81ecdfbb 13404rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b34f6357 13405fi
81ecdfbb
RW
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13407$as_echo "$ac_cv_type_signal" >&6; }
b34f6357 13408
b7026657 13409cat >>confdefs.h <<_ACEOF
b34f6357 13410#define RETSIGTYPE $ac_cv_type_signal
b7026657 13411_ACEOF
b34f6357
DB
13412
13413
13414
13415
13416
b34f6357
DB
13417sim_link_files=
13418sim_link_links=
13419
b34f6357
DB
13420# targ-vals.def points to the libc macro description file.
13421case "${target}" in
13422*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13423esac
13424sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13425sim_link_links="${sim_link_links} targ-vals.def"
13426
b34f6357
DB
13427
13428
6ffe910a 13429
1ac72f06 13430wire_endian="BIG"
b34f6357 13431default_endian=""
81ecdfbb
RW
13432# Check whether --enable-sim-endian was given.
13433if test "${enable_sim_endian+set}" = set; then :
13434 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13435 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13436 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
b34f6357 13437 yes) if test x"$wire_endian" != x; then
1ac72f06 13438 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357 13439 else
1ac72f06
MF
13440 if test x"$default_endian" != x; then
13441 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
13442 else
13443 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13444 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
13445 fi
13446 fi;;
13447 no) if test x"$default_endian" != x; then
1ac72f06 13448 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
13449 else
13450 if test x"$wire_endian" != x; then
1ac72f06 13451 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
13452 else
13453 echo "No default endian for target $target" 1>&6
1ac72f06 13454 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
13455 fi
13456 fi;;
81ecdfbb 13457 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
b34f6357
DB
13458esac
13459if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13460 echo "Setting endian flags = $sim_endian" 6>&1
13461fi
13462else
13463 if test x"$default_endian" != x; then
1ac72f06 13464 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
13465else
13466 if test x"$wire_endian" != x; then
1ac72f06 13467 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
13468 else
13469 sim_endian=
13470 fi
13471fi
81ecdfbb
RW
13472fi
13473
b34f6357
DB
13474wire_alignment="STRICT_ALIGNMENT"
13475default_alignment=""
13476
81ecdfbb
RW
13477# Check whether --enable-sim-alignment was given.
13478if test "${enable_sim_alignment+set}" = set; then :
13479 enableval=$enable_sim_alignment; case "${enableval}" in
b34f6357
DB
13480 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13481 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13482 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13483 yes) if test x"$wire_alignment" != x; then
13484 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13485 else
13486 if test x"$default_alignment" != x; then
13487 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13488 else
13489 echo "No hard-wired alignment for target $target" 1>&6
13490 sim_alignment="-DWITH_ALIGNMENT=0"
13491 fi
13492 fi;;
13493 no) if test x"$default_alignment" != x; then
13494 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13495 else
13496 if test x"$wire_alignment" != x; then
13497 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13498 else
13499 echo "No default alignment for target $target" 1>&6
13500 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13501 fi
13502 fi;;
81ecdfbb 13503 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
b34f6357
DB
13504esac
13505if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13506 echo "Setting alignment flags = $sim_alignment" 6>&1
13507fi
13508else
13509 if test x"$default_alignment" != x; then
13510 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13511else
13512 if test x"$wire_alignment" != x; then
13513 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13514 else
13515 sim_alignment=
13516 fi
13517fi
81ecdfbb
RW
13518fi
13519
b34f6357 13520
b34f6357 13521default_sim_scache="16384"
81ecdfbb
RW
13522# Check whether --enable-sim-scache was given.
13523if test "${enable_sim_scache+set}" = set; then :
13524 enableval=$enable_sim_scache; case "${enableval}" in
b34f6357
DB
13525 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13526 no) sim_scache="-DWITH_SCACHE=0" ;;
379832de 13527 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
81ecdfbb 13528 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
b34f6357
DB
13529 sim_scache="";;
13530esac
13531if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13532 echo "Setting scache size = $sim_scache" 6>&1
13533fi
13534else
13535 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13536fi
13537
b7026657
AC
13538
13539
13540default_sim_default_model="fr500"
81ecdfbb
RW
13541# Check whether --enable-sim-default-model was given.
13542if test "${enable_sim_default_model+set}" = set; then :
13543 enableval=$enable_sim_default_model; case "${enableval}" in
13544 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
b7026657
AC
13545 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13546esac
13547if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13548 echo "Setting default model = $sim_default_model" 6>&1
13549fi
13550else
13551 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
13552fi
13553
b7026657
AC
13554
13555
81ecdfbb
RW
13556# Check whether --enable-sim-environment was given.
13557if test "${enable_sim_environment+set}" = set; then :
13558 enableval=$enable_sim_environment; case "${enableval}" in
b7026657
AC
13559 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13560 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13561 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13562 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
81ecdfbb 13563 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
b7026657
AC
13564 sim_environment="";;
13565esac
13566if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13567 echo "Setting sim environment = $sim_environment" 6>&1
13568fi
13569else
13570 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
81ecdfbb
RW
13571fi
13572
b7026657
AC
13573
13574cgen_maint=no
13575cgen=guile
13576cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13577# Check whether --enable-cgen-maint was given.
13578if test "${enable_cgen_maint+set}" = set; then :
13579 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
13580 yes) cgen_maint=yes ;;
13581 no) cgen_maint=no ;;
13582 *)
13583 # argument is cgen install directory (not implemented yet).
13584 # Having a `share' directory might be more appropriate for the .scm,
13585 # .cpu, etc. files.
13586 cgendir=${cgen_maint}/lib/cgen
13587 cgen=guile
13588 ;;
13589esac
81ecdfbb
RW
13590fi
13591if test x${cgen_maint} != xno ; then
b7026657
AC
13592 CGEN_MAINT=''
13593else
13594 CGEN_MAINT='#'
13595fi
13596
13597
13598
13599
13600
13601#
13602# Enable making unknown traps dump out registers
13603#
81ecdfbb
RW
13604# Check whether --enable-sim-trapdump was given.
13605if test "${enable_sim_trapdump+set}" = set; then :
13606 enableval=$enable_sim_trapdump; case "${enableval}" in
b7026657
AC
13607 yes) sim_trapdump="-DTRAPDUMP=1";;
13608 no) sim_trapdump="-DTRAPDUMP=0";;
81ecdfbb 13609 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
b7026657
AC
13610esac
13611if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
13612 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
13613fi
13614else
13615 sim_trapdump=""
81ecdfbb
RW
13616fi
13617
b7026657
AC
13618
13619
94c63d78
JS
13620if test """"; then
13621 hardware=""""
13622else
13623 hardware="cfi core pal glue"
13624fi
13625hardware="$hardware """
1517bd27 13626
94c63d78
JS
13627sim_hw_cflags="-DWITH_HW=1"
13628sim_hw="$hardware"
13629sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13630
94c63d78
JS
13631# Check whether --enable-sim-hardware was given.
13632if test "${enable_sim_hardware+set}" = set; then :
13633 enableval=$enable_sim_hardware;
30452bbe 13634else
97f478c5 13635 enable_sim_hardware="yes"
1517bd27
MF
13636fi
13637
13638case ${enable_sim_hardware} in
64dd13df
MF
13639 yes|no) ;;
13640 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13641 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13642 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 13643esac
1517bd27 13644
64dd13df 13645if test "$enable_sim_hardware" = no; then
94c63d78
JS
13646 sim_hw_objs=
13647 sim_hw_cflags="-DWITH_HW=0"
13648 sim_hw=
13649else
13650 sim_hw_cflags="-DWITH_HW=1"
13651 # remove duplicates
13652 sim_hw=""
13653 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13654 for i in $hardware ; do
13655 case " $sim_hw " in
13656 *" $i "*) ;;
13657 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13658 esac
13659 done
13660 # mingw does not support sockser
94c63d78
JS
13661 case ${host} in
13662 *mingw*) ;;
49cd1634
MF
13663 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13664 # that you instatiate. Instead, other code will call into it directly.
13665 # At some point, we should convert it over.
13666 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
13667
13668cat >>confdefs.h <<_ACEOF
13669#define HAVE_DV_SOCKSER 1
13670_ACEOF
13671
13672 ;;
13673 esac
1517bd27
MF
13674 if test x"$silent" != x"yes"; then
13675 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 13676 fi
1517bd27
MF
13677 case " $hardware " in
13678 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78
JS
13679$as_echo_n "checking for log2 in -lm... " >&6; }
13680if test "${ac_cv_lib_m_log2+set}" = set; then :
13681 $as_echo_n "(cached) " >&6
13682else
13683 ac_check_lib_save_LIBS=$LIBS
13684LIBS="-lm $LIBS"
13685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13686/* end confdefs.h. */
13687
13688/* Override any GCC internal prototype to avoid an error.
13689 Use char because int might match the return type of a GCC
13690 builtin and then its argument prototype would still apply. */
13691#ifdef __cplusplus
13692extern "C"
13693#endif
13694char log2 ();
13695int
13696main ()
13697{
13698return log2 ();
13699 ;
13700 return 0;
13701}
13702_ACEOF
13703if ac_fn_c_try_link "$LINENO"; then :
13704 ac_cv_lib_m_log2=yes
13705else
13706 ac_cv_lib_m_log2=no
13707fi
13708rm -f core conftest.err conftest.$ac_objext \
13709 conftest$ac_exeext conftest.$ac_ext
13710LIBS=$ac_check_lib_save_LIBS
13711fi
13712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13713$as_echo "$ac_cv_lib_m_log2" >&6; }
13714if test "x$ac_cv_lib_m_log2" = x""yes; then :
13715 cat >>confdefs.h <<_ACEOF
13716#define HAVE_LIBM 1
13717_ACEOF
13718
13719 LIBS="-lm $LIBS"
13720
13721fi
13722;;
1517bd27
MF
13723 esac
13724fi
94c63d78 13725
94c63d78
JS
13726
13727
b7026657
AC
13728ac_sources="$sim_link_files"
13729ac_dests="$sim_link_links"
13730while test -n "$ac_sources"; do
13731 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13732 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13733 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13734done
81ecdfbb 13735ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13736
13737cgen_breaks=""
13738if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13739cgen_breaks="break cgen_rtx_error";
13740fi
13741
81ecdfbb 13742ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13743
81ecdfbb 13744ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13745
81ecdfbb 13746ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13747
81ecdfbb 13748ac_config_commands="$ac_config_commands Makefile"
38f48d72 13749
81ecdfbb 13750ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13751
b7026657
AC
13752cat >confcache <<\_ACEOF
13753# This file is a shell script that caches the results of configure
13754# tests run on this system so they can be shared between configure
13755# scripts and configure runs, see configure's option --config-cache.
13756# It is not useful on other systems. If it contains results you don't
13757# want to keep, you may remove or edit it.
13758#
13759# config.status only pays attention to the cache file if you give it
13760# the --recheck option to rerun configure.
13761#
13762# `ac_cv_env_foo' variables (set or unset) will be overridden when
13763# loading this file, other *unset* `ac_cv_foo' will be assigned the
13764# following values.
13765
13766_ACEOF
13767
13768# The following way of writing the cache mishandles newlines in values,
13769# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13770# So, we kill variables containing newlines.
b7026657
AC
13771# Ultrix sh set writes to stderr and can't be redirected directly,
13772# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13773(
13774 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13775 eval ac_val=\$$ac_var
13776 case $ac_val in #(
13777 *${as_nl}*)
13778 case $ac_var in #(
13779 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13780$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13781 esac
13782 case $ac_var in #(
13783 _ | IFS | as_nl) ;; #(
13784 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13785 *) { eval $ac_var=; unset $ac_var;} ;;
13786 esac ;;
13787 esac
13788 done
13789
b7026657 13790 (set) 2>&1 |
81ecdfbb
RW
13791 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13792 *${as_nl}ac_space=\ *)
13793 # `set' does not quote correctly, so add quotes: double-quote
13794 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13795 sed -n \
13796 "s/'/'\\\\''/g;
13797 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13798 ;; #(
b7026657
AC
13799 *)
13800 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13801 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13802 ;;
81ecdfbb
RW
13803 esac |
13804 sort
13805) |
b7026657 13806 sed '
81ecdfbb 13807 /^ac_cv_env_/b end
b7026657 13808 t clear
81ecdfbb 13809 :clear
b7026657
AC
13810 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13811 t end
81ecdfbb
RW
13812 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13813 :end' >>confcache
13814if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13815 if test -w "$cache_file"; then
13816 test "x$cache_file" != "x/dev/null" &&
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13818$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13819 cat confcache >$cache_file
13820 else
81ecdfbb
RW
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13822$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13823 fi
13824fi
13825rm -f confcache
13826
13827test "x$prefix" = xNONE && prefix=$ac_default_prefix
13828# Let make expand exec_prefix.
13829test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13830
b7026657
AC
13831DEFS=-DHAVE_CONFIG_H
13832
13833ac_libobjs=
13834ac_ltlibobjs=
13835for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13836 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13837 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13838 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13839 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13840 # will be set to the directory where LIBOBJS objects are built.
13841 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13842 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13843done
13844LIBOBJS=$ac_libobjs
13845
13846LTLIBOBJS=$ac_ltlibobjs
13847
13848
0cb8d851 13849
db2e4d67
MF
13850if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13851 as_fn_error "conditional \"GMAKE\" was never defined.
13852Usually this means the macro was only invoked conditionally." "$LINENO" 5
13853fi
6bb11ab3
L
13854if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13855 as_fn_error "conditional \"PLUGINS\" was never defined.
13856Usually this means the macro was only invoked conditionally." "$LINENO" 5
13857fi
31e6ad7d
MF
13858if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13859 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13860Usually this means the macro was only invoked conditionally." "$LINENO" 5
13861fi
b7026657
AC
13862
13863: ${CONFIG_STATUS=./config.status}
81ecdfbb 13864ac_write_fail=0
b7026657
AC
13865ac_clean_files_save=$ac_clean_files
13866ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13867{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13868$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13869as_write_fail=0
13870cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13871#! $SHELL
13872# Generated by $as_me.
13873# Run this file to recreate the current configuration.
13874# Compiler output produced by configure, useful for debugging
13875# configure, is in config.log if it exists.
13876
13877debug=false
13878ac_cs_recheck=false
13879ac_cs_silent=false
b7026657 13880
81ecdfbb
RW
13881SHELL=\${CONFIG_SHELL-$SHELL}
13882export SHELL
13883_ASEOF
13884cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13885## -------------------- ##
13886## M4sh Initialization. ##
13887## -------------------- ##
13888
13889# Be more Bourne compatible
13890DUALCASE=1; export DUALCASE # for MKS sh
13891if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13892 emulate sh
13893 NULLCMD=:
81ecdfbb 13894 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13895 # is contrary to our usage. Disable this feature.
13896 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13897 setopt NO_GLOB_SUBST
13898else
13899 case `(set -o) 2>/dev/null` in #(
13900 *posix*) :
13901 set -o posix ;; #(
13902 *) :
13903 ;;
13904esac
b7026657 13905fi
b7026657 13906
81ecdfbb
RW
13907
13908as_nl='
13909'
13910export as_nl
13911# Printing a long string crashes Solaris 7 /usr/bin/printf.
13912as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13913as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13914as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13915# Prefer a ksh shell builtin over an external printf program on Solaris,
13916# but without wasting forks for bash or zsh.
13917if test -z "$BASH_VERSION$ZSH_VERSION" \
13918 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13919 as_echo='print -r --'
13920 as_echo_n='print -rn --'
13921elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13922 as_echo='printf %s\n'
13923 as_echo_n='printf %s'
13924else
13925 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13926 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13927 as_echo_n='/usr/ucb/echo -n'
13928 else
13929 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13930 as_echo_n_body='eval
13931 arg=$1;
13932 case $arg in #(
13933 *"$as_nl"*)
13934 expr "X$arg" : "X\\(.*\\)$as_nl";
13935 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13936 esac;
13937 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13938 '
13939 export as_echo_n_body
13940 as_echo_n='sh -c $as_echo_n_body as_echo'
13941 fi
13942 export as_echo_body
13943 as_echo='sh -c $as_echo_body as_echo'
13944fi
13945
13946# The user is always right.
13947if test "${PATH_SEPARATOR+set}" != set; then
13948 PATH_SEPARATOR=:
13949 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13950 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13951 PATH_SEPARATOR=';'
13952 }
b7026657
AC
13953fi
13954
13955
81ecdfbb
RW
13956# IFS
13957# We need space, tab and new line, in precisely that order. Quoting is
13958# there to prevent editors from complaining about space-tab.
13959# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13960# splitting by setting IFS to empty value.)
13961IFS=" "" $as_nl"
13962
13963# Find who we are. Look in the path if we contain no directory separator.
13964case $0 in #((
13965 *[\\/]* ) as_myself=$0 ;;
13966 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13967for as_dir in $PATH
13968do
13969 IFS=$as_save_IFS
13970 test -z "$as_dir" && as_dir=.
13971 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13972 done
13973IFS=$as_save_IFS
13974
13975 ;;
13976esac
13977# We did not find ourselves, most probably we were run as `sh COMMAND'
13978# in which case we are not to be found in the path.
13979if test "x$as_myself" = x; then
13980 as_myself=$0
13981fi
13982if test ! -f "$as_myself"; then
13983 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13984 exit 1
13985fi
13986
13987# Unset variables that we do not need and which cause bugs (e.g. in
13988# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13989# suppresses any "Segmentation fault" message there. '((' could
13990# trigger a bug in pdksh 5.2.14.
13991for as_var in BASH_ENV ENV MAIL MAILPATH
13992do eval test x\${$as_var+set} = xset \
13993 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13994done
b7026657
AC
13995PS1='$ '
13996PS2='> '
13997PS4='+ '
13998
13999# NLS nuisances.
81ecdfbb
RW
14000LC_ALL=C
14001export LC_ALL
14002LANGUAGE=C
14003export LANGUAGE
14004
14005# CDPATH.
14006(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14007
14008
14009# as_fn_error ERROR [LINENO LOG_FD]
14010# ---------------------------------
14011# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14012# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14013# script with status $?, using 1 if that was 0.
14014as_fn_error ()
14015{
14016 as_status=$?; test $as_status -eq 0 && as_status=1
14017 if test "$3"; then
14018 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14019 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 14020 fi
81ecdfbb
RW
14021 $as_echo "$as_me: error: $1" >&2
14022 as_fn_exit $as_status
14023} # as_fn_error
14024
14025
14026# as_fn_set_status STATUS
14027# -----------------------
14028# Set $? to STATUS, without forking.
14029as_fn_set_status ()
14030{
14031 return $1
14032} # as_fn_set_status
14033
14034# as_fn_exit STATUS
14035# -----------------
14036# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14037as_fn_exit ()
14038{
14039 set +e
14040 as_fn_set_status $1
14041 exit $1
14042} # as_fn_exit
14043
14044# as_fn_unset VAR
14045# ---------------
14046# Portably unset VAR.
14047as_fn_unset ()
14048{
14049 { eval $1=; unset $1;}
14050}
14051as_unset=as_fn_unset
14052# as_fn_append VAR VALUE
14053# ----------------------
14054# Append the text in VALUE to the end of the definition contained in VAR. Take
14055# advantage of any shell optimizations that allow amortized linear growth over
14056# repeated appends, instead of the typical quadratic growth present in naive
14057# implementations.
14058if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14059 eval 'as_fn_append ()
14060 {
14061 eval $1+=\$2
14062 }'
14063else
14064 as_fn_append ()
14065 {
14066 eval $1=\$$1\$2
14067 }
14068fi # as_fn_append
14069
14070# as_fn_arith ARG...
14071# ------------------
14072# Perform arithmetic evaluation on the ARGs, and store the result in the
14073# global $as_val. Take advantage of shells that can avoid forks. The arguments
14074# must be portable across $(()) and expr.
14075if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14076 eval 'as_fn_arith ()
14077 {
14078 as_val=$(( $* ))
14079 }'
14080else
14081 as_fn_arith ()
14082 {
14083 as_val=`expr "$@" || test $? -eq 1`
14084 }
14085fi # as_fn_arith
b7026657 14086
81ecdfbb
RW
14087
14088if expr a : '\(a\)' >/dev/null 2>&1 &&
14089 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
14090 as_expr=expr
14091else
14092 as_expr=false
14093fi
14094
81ecdfbb 14095if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
14096 as_basename=basename
14097else
14098 as_basename=false
14099fi
14100
81ecdfbb
RW
14101if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14102 as_dirname=dirname
14103else
14104 as_dirname=false
14105fi
b7026657 14106
81ecdfbb 14107as_me=`$as_basename -- "$0" ||
b7026657
AC
14108$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14109 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14110 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14111$as_echo X/"$0" |
14112 sed '/^.*\/\([^/][^/]*\)\/*$/{
14113 s//\1/
14114 q
14115 }
14116 /^X\/\(\/\/\)$/{
14117 s//\1/
14118 q
14119 }
14120 /^X\/\(\/\).*/{
14121 s//\1/
14122 q
14123 }
14124 s/.*/./; q'`
b7026657 14125
b7026657
AC
14126# Avoid depending upon Character Ranges.
14127as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14128as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14129as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14130as_cr_digits='0123456789'
14131as_cr_alnum=$as_cr_Letters$as_cr_digits
14132
81ecdfbb
RW
14133ECHO_C= ECHO_N= ECHO_T=
14134case `echo -n x` in #(((((
14135-n*)
14136 case `echo 'xy\c'` in
14137 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14138 xy) ECHO_C='\c';;
14139 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14140 ECHO_T=' ';;
14141 esac;;
14142*)
14143 ECHO_N='-n';;
b34f6357 14144esac
b7026657 14145
81ecdfbb
RW
14146rm -f conf$$ conf$$.exe conf$$.file
14147if test -d conf$$.dir; then
14148 rm -f conf$$.dir/conf$$.file
b7026657 14149else
81ecdfbb
RW
14150 rm -f conf$$.dir
14151 mkdir conf$$.dir 2>/dev/null
b34f6357 14152fi
81ecdfbb
RW
14153if (echo >conf$$.file) 2>/dev/null; then
14154 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14155 as_ln_s='ln -s'
81ecdfbb
RW
14156 # ... but there are two gotchas:
14157 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14158 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14159 # In both cases, we have to default to `cp -p'.
14160 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14161 as_ln_s='cp -p'
14162 elif ln conf$$.file conf$$ 2>/dev/null; then
14163 as_ln_s=ln
14164 else
14165 as_ln_s='cp -p'
b7026657 14166 fi
b34f6357 14167else
b7026657 14168 as_ln_s='cp -p'
b34f6357 14169fi
81ecdfbb
RW
14170rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14171rmdir conf$$.dir 2>/dev/null
14172
14173
14174# as_fn_mkdir_p
14175# -------------
14176# Create "$as_dir" as a directory, including parents if necessary.
14177as_fn_mkdir_p ()
14178{
14179
14180 case $as_dir in #(
14181 -*) as_dir=./$as_dir;;
14182 esac
14183 test -d "$as_dir" || eval $as_mkdir_p || {
14184 as_dirs=
14185 while :; do
14186 case $as_dir in #(
14187 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14188 *) as_qdir=$as_dir;;
14189 esac
14190 as_dirs="'$as_qdir' $as_dirs"
14191 as_dir=`$as_dirname -- "$as_dir" ||
14192$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14193 X"$as_dir" : 'X\(//\)[^/]' \| \
14194 X"$as_dir" : 'X\(//\)$' \| \
14195 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14196$as_echo X"$as_dir" |
14197 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14198 s//\1/
14199 q
14200 }
14201 /^X\(\/\/\)[^/].*/{
14202 s//\1/
14203 q
14204 }
14205 /^X\(\/\/\)$/{
14206 s//\1/
14207 q
14208 }
14209 /^X\(\/\).*/{
14210 s//\1/
14211 q
14212 }
14213 s/.*/./; q'`
14214 test -d "$as_dir" && break
14215 done
14216 test -z "$as_dirs" || eval "mkdir $as_dirs"
14217 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
b34f6357 14218
81ecdfbb
RW
14219
14220} # as_fn_mkdir_p
b7026657 14221if mkdir -p . 2>/dev/null; then
81ecdfbb 14222 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
14223else
14224 test -d ./-p && rmdir ./-p
14225 as_mkdir_p=false
14226fi
b34f6357 14227
81ecdfbb
RW
14228if test -x / >/dev/null 2>&1; then
14229 as_test_x='test -x'
14230else
14231 if ls -dL / >/dev/null 2>&1; then
14232 as_ls_L_option=L
14233 else
14234 as_ls_L_option=
14235 fi
14236 as_test_x='
14237 eval sh -c '\''
14238 if test -d "$1"; then
14239 test -d "$1/.";
14240 else
14241 case $1 in #(
14242 -*)set "./$1";;
14243 esac;
14244 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14245 ???[sx]*):;;*)false;;esac;fi
14246 '\'' sh
14247 '
14248fi
14249as_executable_p=$as_test_x
b34f6357 14250
b7026657
AC
14251# Sed expression to map a string onto a valid CPP name.
14252as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14253
14254# Sed expression to map a string onto a valid variable name.
14255as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14256
14257
b7026657 14258exec 6>&1
81ecdfbb
RW
14259## ----------------------------------- ##
14260## Main body of $CONFIG_STATUS script. ##
14261## ----------------------------------- ##
14262_ASEOF
14263test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14264
14265cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14266# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14267# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14268# values after options handling.
14269ac_log="
b7026657 14270This file was extended by $as_me, which was
81ecdfbb 14271generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
14272
14273 CONFIG_FILES = $CONFIG_FILES
14274 CONFIG_HEADERS = $CONFIG_HEADERS
14275 CONFIG_LINKS = $CONFIG_LINKS
14276 CONFIG_COMMANDS = $CONFIG_COMMANDS
14277 $ $0 $@
14278
81ecdfbb
RW
14279on `(hostname || uname -n) 2>/dev/null | sed 1q`
14280"
14281
b7026657
AC
14282_ACEOF
14283
81ecdfbb
RW
14284case $ac_config_files in *"
14285"*) set x $ac_config_files; shift; ac_config_files=$*;;
14286esac
b34f6357 14287
81ecdfbb
RW
14288case $ac_config_headers in *"
14289"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14290esac
b34f6357 14291
b7026657 14292
81ecdfbb
RW
14293cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14294# Files that config.status was made for.
14295config_files="$ac_config_files"
14296config_headers="$ac_config_headers"
14297config_links="$ac_config_links"
14298config_commands="$ac_config_commands"
b34f6357 14299
81ecdfbb 14300_ACEOF
b34f6357 14301
81ecdfbb 14302cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14303ac_cs_usage="\
81ecdfbb
RW
14304\`$as_me' instantiates files and other configuration actions
14305from templates according to the current configuration. Unless the files
14306and actions are specified as TAGs, all are instantiated by default.
b34f6357 14307
81ecdfbb 14308Usage: $0 [OPTION]... [TAG]...
b34f6357 14309
b7026657 14310 -h, --help print this help, then exit
81ecdfbb
RW
14311 -V, --version print version number and configuration settings, then exit
14312 -q, --quiet, --silent
14313 do not print progress messages
b7026657
AC
14314 -d, --debug don't remove temporary files
14315 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14316 --file=FILE[:TEMPLATE]
14317 instantiate the configuration file FILE
14318 --header=FILE[:TEMPLATE]
14319 instantiate the configuration header FILE
b34f6357 14320
b7026657
AC
14321Configuration files:
14322$config_files
b34f6357 14323
b7026657
AC
14324Configuration headers:
14325$config_headers
b34f6357 14326
b7026657
AC
14327Configuration links:
14328$config_links
b34f6357 14329
b7026657
AC
14330Configuration commands:
14331$config_commands
b34f6357 14332
81ecdfbb 14333Report bugs to the package provider."
379832de 14334
81ecdfbb
RW
14335_ACEOF
14336cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14337ac_cs_version="\\
14338config.status
81ecdfbb
RW
14339configured by $0, generated by GNU Autoconf 2.64,
14340 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14341
81ecdfbb 14342Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14343This config.status script is free software; the Free Software Foundation
14344gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14345
14346ac_pwd='$ac_pwd'
14347srcdir='$srcdir'
14348INSTALL='$INSTALL'
6bb11ab3 14349AWK='$AWK'
81ecdfbb 14350test -n "\$AWK" || AWK=awk
b7026657
AC
14351_ACEOF
14352
81ecdfbb
RW
14353cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14354# The default lists apply if the user does not specify any file.
b7026657
AC
14355ac_need_defaults=:
14356while test $# != 0
14357do
14358 case $1 in
14359 --*=*)
81ecdfbb
RW
14360 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14361 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14362 ac_shift=:
b34f6357 14363 ;;
81ecdfbb 14364 *)
b7026657
AC
14365 ac_option=$1
14366 ac_optarg=$2
14367 ac_shift=shift
b34f6357 14368 ;;
b7026657 14369 esac
b34f6357 14370
b7026657
AC
14371 case $ac_option in
14372 # Handling of the options.
b7026657
AC
14373 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14374 ac_cs_recheck=: ;;
81ecdfbb
RW
14375 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14376 $as_echo "$ac_cs_version"; exit ;;
14377 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14378 debug=: ;;
14379 --file | --fil | --fi | --f )
14380 $ac_shift
81ecdfbb
RW
14381 case $ac_optarg in
14382 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14383 esac
14384 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14385 ac_need_defaults=false;;
14386 --header | --heade | --head | --hea )
14387 $ac_shift
81ecdfbb
RW
14388 case $ac_optarg in
14389 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14390 esac
14391 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14392 ac_need_defaults=false;;
81ecdfbb
RW
14393 --he | --h)
14394 # Conflict between --help and --header
14395 as_fn_error "ambiguous option: \`$1'
14396Try \`$0 --help' for more information.";;
14397 --help | --hel | -h )
14398 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14399 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14400 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14401 ac_cs_silent=: ;;
b34f6357 14402
b7026657 14403 # This is an error.
81ecdfbb
RW
14404 -*) as_fn_error "unrecognized option: \`$1'
14405Try \`$0 --help' for more information." ;;
b34f6357 14406
81ecdfbb
RW
14407 *) as_fn_append ac_config_targets " $1"
14408 ac_need_defaults=false ;;
b7026657
AC
14409
14410 esac
14411 shift
14412done
14413
14414ac_configure_extra_args=
14415
14416if $ac_cs_silent; then
14417 exec 6>/dev/null
14418 ac_configure_extra_args="$ac_configure_extra_args --silent"
b34f6357
DB
14419fi
14420
b7026657 14421_ACEOF
81ecdfbb 14422cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14423if \$ac_cs_recheck; then
81ecdfbb
RW
14424 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14425 shift
14426 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14427 CONFIG_SHELL='$SHELL'
14428 export CONFIG_SHELL
14429 exec "\$@"
b7026657 14430fi
b34f6357 14431
b7026657 14432_ACEOF
81ecdfbb
RW
14433cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14434exec 5>>config.log
14435{
14436 echo
14437 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14438## Running $as_me. ##
14439_ASBOX
14440 $as_echo "$ac_log"
14441} >&5
b34f6357 14442
81ecdfbb
RW
14443_ACEOF
14444cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14445#
14446# INIT-COMMANDS
14447#
14448ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14449
6bb11ab3
L
14450
14451# The HP-UX ksh and POSIX shell print the target directory to stdout
14452# if CDPATH is set.
14453(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14454
14455sed_quote_subst='$sed_quote_subst'
14456double_quote_subst='$double_quote_subst'
14457delay_variable_subst='$delay_variable_subst'
14458macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14459macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14460enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14461enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14462pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14463enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14464SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14465ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14466host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14467host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14468host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14469build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14470build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14471build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14472SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14473Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14474GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14475EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14476FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14477LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14478NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14479LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14480max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14481ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14482exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14483lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14484lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14485lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14486reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14487reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14488OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14489deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14490file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14491AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14492AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14493STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14494RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14495old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14496old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14497old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14498lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14499CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14500CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14501compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14502GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14503lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14504lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14505lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14506lt_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"`'
14507objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14508MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14509lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14510lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14511lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14512lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14513lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14514need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14515DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14516NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14517LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14518OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14519OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14520libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14521shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14522extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14523archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14524enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14525export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14526whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14527compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14528old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14529old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14530archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14531archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14532module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14533module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14534with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14535allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14536no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14537hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14538hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14539hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14540hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14541hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14542hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14543hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14544hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14545inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14546link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14547fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14548always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14549export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14550exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14551include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14552prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14553file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14554variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14555need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14556need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14557version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14558runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14559shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14560shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14561libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14562library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14563soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14564install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14565postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14566postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14567finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14568finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14569hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14570sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14571sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14572hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14573enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14574enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14575enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14576old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14577striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14578
14579LTCC='$LTCC'
14580LTCFLAGS='$LTCFLAGS'
14581compiler='$compiler_DEFAULT'
14582
14583# A function that is used when there is no print builtin or printf.
14584func_fallback_echo ()
14585{
14586 eval 'cat <<_LTECHO_EOF
14587\$1
14588_LTECHO_EOF'
14589}
14590
14591# Quote evaled strings.
14592for var in SHELL \
14593ECHO \
14594SED \
14595GREP \
14596EGREP \
14597FGREP \
14598LD \
14599NM \
14600LN_S \
14601lt_SP2NL \
14602lt_NL2SP \
14603reload_flag \
14604OBJDUMP \
14605deplibs_check_method \
14606file_magic_cmd \
14607AR \
14608AR_FLAGS \
14609STRIP \
14610RANLIB \
14611CC \
14612CFLAGS \
14613compiler \
14614lt_cv_sys_global_symbol_pipe \
14615lt_cv_sys_global_symbol_to_cdecl \
14616lt_cv_sys_global_symbol_to_c_name_address \
14617lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14618lt_prog_compiler_no_builtin_flag \
14619lt_prog_compiler_wl \
14620lt_prog_compiler_pic \
14621lt_prog_compiler_static \
14622lt_cv_prog_compiler_c_o \
14623need_locks \
14624DSYMUTIL \
14625NMEDIT \
14626LIPO \
14627OTOOL \
14628OTOOL64 \
14629shrext_cmds \
14630export_dynamic_flag_spec \
14631whole_archive_flag_spec \
14632compiler_needs_object \
14633with_gnu_ld \
14634allow_undefined_flag \
14635no_undefined_flag \
14636hardcode_libdir_flag_spec \
14637hardcode_libdir_flag_spec_ld \
14638hardcode_libdir_separator \
14639fix_srcfile_path \
14640exclude_expsyms \
14641include_expsyms \
14642file_list_spec \
14643variables_saved_for_relink \
14644libname_spec \
14645library_names_spec \
14646soname_spec \
14647install_override_mode \
14648finish_eval \
14649old_striplib \
14650striplib; do
14651 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14652 *[\\\\\\\`\\"\\\$]*)
14653 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14654 ;;
14655 *)
14656 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14657 ;;
14658 esac
14659done
14660
14661# Double-quote double-evaled strings.
14662for var in reload_cmds \
14663old_postinstall_cmds \
14664old_postuninstall_cmds \
14665old_archive_cmds \
14666extract_expsyms_cmds \
14667old_archive_from_new_cmds \
14668old_archive_from_expsyms_cmds \
14669archive_cmds \
14670archive_expsym_cmds \
14671module_cmds \
14672module_expsym_cmds \
14673export_symbols_cmds \
14674prelink_cmds \
14675postinstall_cmds \
14676postuninstall_cmds \
14677finish_cmds \
14678sys_lib_search_path_spec \
14679sys_lib_dlsearch_path_spec; do
14680 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14681 *[\\\\\\\`\\"\\\$]*)
14682 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14683 ;;
14684 *)
14685 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14686 ;;
14687 esac
14688done
14689
14690ac_aux_dir='$ac_aux_dir'
14691xsi_shell='$xsi_shell'
14692lt_shell_append='$lt_shell_append'
14693
14694# See if we are running on zsh, and set the options which allow our
14695# commands through without removal of \ escapes INIT.
14696if test -n "\${ZSH_VERSION+set}" ; then
14697 setopt NO_GLOB_SUBST
14698fi
14699
14700
14701 PACKAGE='$PACKAGE'
14702 VERSION='$VERSION'
14703 TIMESTAMP='$TIMESTAMP'
14704 RM='$RM'
14705 ofile='$ofile'
14706
14707
14708
14709
81ecdfbb 14710_ACEOF
b34f6357 14711
81ecdfbb 14712cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b34f6357 14713
81ecdfbb 14714# Handling of arguments.
b7026657 14715for ac_config_target in $ac_config_targets
b34f6357 14716do
81ecdfbb
RW
14717 case $ac_config_target in
14718 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14719 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14720 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14721 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14722 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14723 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14724 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14725 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14726 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14727
14728 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b34f6357
DB
14729 esac
14730done
14731
81ecdfbb 14732
b7026657
AC
14733# If the user did not use the arguments to specify the items to instantiate,
14734# then the envvar interface is used. Set only those that are not.
14735# We use the long form for the default assignment because of an extremely
14736# bizarre bug on SunOS 4.1.3.
14737if $ac_need_defaults; then
14738 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14739 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14740 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14741 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14742fi
14743
14744# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14745# simply because there is no reason against having it here, and in addition,
b7026657 14746# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14747# Hook for its removal unless debugging.
14748# Note that there is a small window in which the directory will not be cleaned:
14749# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14750$debug ||
14751{
81ecdfbb
RW
14752 tmp=
14753 trap 'exit_status=$?
14754 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14755' 0
14756 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14757}
b7026657 14758# Create a (secure) tmp directory for tmp files.
b34f6357 14759
b7026657 14760{
81ecdfbb 14761 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14762 test -n "$tmp" && test -d "$tmp"
14763} ||
14764{
81ecdfbb
RW
14765 tmp=./conf$$-$RANDOM
14766 (umask 077 && mkdir "$tmp")
14767} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 14768
81ecdfbb
RW
14769# Set up the scripts for CONFIG_FILES section.
14770# No need to generate them if there are no CONFIG_FILES.
14771# This happens for instance with `./config.status config.h'.
14772if test -n "$CONFIG_FILES"; then
b7026657 14773
b34f6357 14774
81ecdfbb
RW
14775ac_cr=`echo X | tr X '\015'`
14776# On cygwin, bash can eat \r inside `` if the user requested igncr.
14777# But we know of no other shell where ac_cr would be empty at this
14778# point, so we can use a bashism as a fallback.
14779if test "x$ac_cr" = x; then
14780 eval ac_cr=\$\'\\r\'
14781fi
14782ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14783if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14784 ac_cs_awk_cr='\r'
14785else
14786 ac_cs_awk_cr=$ac_cr
14787fi
b7026657 14788
81ecdfbb 14789echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14790_ACEOF
14791
81ecdfbb
RW
14792
14793{
14794 echo "cat >conf$$subs.awk <<_ACEOF" &&
14795 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14796 echo "_ACEOF"
14797} >conf$$subs.sh ||
14798 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14799ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14800ac_delim='%!_!# '
14801for ac_last_try in false false false false false :; do
14802 . ./conf$$subs.sh ||
14803 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14804
14805 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14806 if test $ac_delim_n = $ac_delim_num; then
14807 break
14808 elif $ac_last_try; then
14809 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14810 else
14811 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b34f6357 14812 fi
81ecdfbb
RW
14813done
14814rm -f conf$$subs.sh
b34f6357 14815
81ecdfbb
RW
14816cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14817cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14818_ACEOF
81ecdfbb
RW
14819sed -n '
14820h
14821s/^/S["/; s/!.*/"]=/
14822p
14823g
14824s/^[^!]*!//
14825:repl
14826t repl
14827s/'"$ac_delim"'$//
14828t delim
14829:nl
14830h
14831s/\(.\{148\}\).*/\1/
14832t more1
14833s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14834p
14835n
14836b repl
14837:more1
14838s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14839p
14840g
14841s/.\{148\}//
14842t nl
14843:delim
14844h
14845s/\(.\{148\}\).*/\1/
14846t more2
14847s/["\\]/\\&/g; s/^/"/; s/$/"/
14848p
14849b
14850:more2
14851s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14852p
14853g
14854s/.\{148\}//
14855t delim
14856' <conf$$subs.awk | sed '
14857/^[^""]/{
14858 N
14859 s/\n//
14860}
14861' >>$CONFIG_STATUS || ac_write_fail=1
14862rm -f conf$$subs.awk
14863cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14864_ACAWK
14865cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14866 for (key in S) S_is_set[key] = 1
14867 FS = "\a"
b7026657 14868
81ecdfbb
RW
14869}
14870{
14871 line = $ 0
14872 nfields = split(line, field, "@")
14873 substed = 0
14874 len = length(field[1])
14875 for (i = 2; i < nfields; i++) {
14876 key = field[i]
14877 keylen = length(key)
14878 if (S_is_set[key]) {
14879 value = S[key]
14880 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14881 len += length(value) + length(field[++i])
14882 substed = 1
14883 } else
14884 len += 1 + keylen
14885 }
14886
14887 print line
14888}
b34f6357 14889
81ecdfbb
RW
14890_ACAWK
14891_ACEOF
14892cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14893if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14894 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14895else
81ecdfbb
RW
14896 cat
14897fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14898 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14899_ACEOF
b7026657 14900
81ecdfbb
RW
14901# VPATH may cause trouble with some makes, so we remove $(srcdir),
14902# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14903# trailing colons and then remove the whole line if VPATH becomes empty
14904# (actually we leave an empty line to preserve line numbers).
14905if test "x$srcdir" = x.; then
14906 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14907s/:*\$(srcdir):*/:/
14908s/:*\${srcdir}:*/:/
14909s/:*@srcdir@:*/:/
14910s/^\([^=]*=[ ]*\):*/\1/
14911s/:*$//
14912s/^[^=]*=[ ]*$//
14913}'
14914fi
b34f6357 14915
81ecdfbb
RW
14916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14917fi # test -n "$CONFIG_FILES"
b34f6357 14918
81ecdfbb
RW
14919# Set up the scripts for CONFIG_HEADERS section.
14920# No need to generate them if there are no CONFIG_HEADERS.
14921# This happens for instance with `./config.status Makefile'.
14922if test -n "$CONFIG_HEADERS"; then
14923cat >"$tmp/defines.awk" <<\_ACAWK ||
14924BEGIN {
14925_ACEOF
b7026657 14926
81ecdfbb
RW
14927# Transform confdefs.h into an awk script `defines.awk', embedded as
14928# here-document in config.status, that substitutes the proper values into
14929# config.h.in to produce config.h.
b34f6357 14930
81ecdfbb
RW
14931# Create a delimiter string that does not exist in confdefs.h, to ease
14932# handling of long lines.
14933ac_delim='%!_!# '
14934for ac_last_try in false false :; do
14935 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14936 if test -z "$ac_t"; then
14937 break
14938 elif $ac_last_try; then
14939 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14940 else
81ecdfbb 14941 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14942 fi
b7026657 14943done
81ecdfbb
RW
14944
14945# For the awk script, D is an array of macro values keyed by name,
14946# likewise P contains macro parameters if any. Preserve backslash
14947# newline sequences.
14948
14949ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14950sed -n '
14951s/.\{148\}/&'"$ac_delim"'/g
14952t rset
14953:rset
14954s/^[ ]*#[ ]*define[ ][ ]*/ /
14955t def
14956d
14957:def
14958s/\\$//
14959t bsnl
14960s/["\\]/\\&/g
14961s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14962D["\1"]=" \3"/p
14963s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14964d
14965:bsnl
14966s/["\\]/\\&/g
14967s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14968D["\1"]=" \3\\\\\\n"\\/p
14969t cont
14970s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14971t cont
14972d
14973:cont
14974n
14975s/.\{148\}/&'"$ac_delim"'/g
14976t clear
14977:clear
14978s/\\$//
14979t bsnlc
14980s/["\\]/\\&/g; s/^/"/; s/$/"/p
14981d
14982:bsnlc
14983s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14984b cont
14985' <confdefs.h | sed '
14986s/'"$ac_delim"'/"\\\
14987"/g' >>$CONFIG_STATUS || ac_write_fail=1
14988
14989cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14990 for (key in D) D_is_set[key] = 1
14991 FS = "\a"
14992}
14993/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14994 line = \$ 0
14995 split(line, arg, " ")
14996 if (arg[1] == "#") {
14997 defundef = arg[2]
14998 mac1 = arg[3]
14999 } else {
15000 defundef = substr(arg[1], 2)
15001 mac1 = arg[2]
15002 }
15003 split(mac1, mac2, "(") #)
15004 macro = mac2[1]
15005 prefix = substr(line, 1, index(line, defundef) - 1)
15006 if (D_is_set[macro]) {
15007 # Preserve the white space surrounding the "#".
15008 print prefix "define", macro P[macro] D[macro]
15009 next
15010 } else {
15011 # Replace #undef with comments. This is necessary, for example,
15012 # in the case of _POSIX_SOURCE, which is predefined and required
15013 # on some systems where configure will not decide to define it.
15014 if (defundef == "undef") {
15015 print "/*", prefix defundef, macro, "*/"
15016 next
15017 }
15018 }
15019}
15020{ print }
15021_ACAWK
b7026657 15022_ACEOF
81ecdfbb
RW
15023cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15024 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15025fi # test -n "$CONFIG_HEADERS"
b7026657 15026
b34f6357 15027
81ecdfbb
RW
15028eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15029shift
15030for ac_tag
15031do
15032 case $ac_tag in
15033 :[FHLC]) ac_mode=$ac_tag; continue;;
15034 esac
15035 case $ac_mode$ac_tag in
15036 :[FHL]*:*);;
15037 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15038 :[FH]-) ac_tag=-:-;;
15039 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
b34f6357 15040 esac
81ecdfbb
RW
15041 ac_save_IFS=$IFS
15042 IFS=:
15043 set x $ac_tag
15044 IFS=$ac_save_IFS
15045 shift
15046 ac_file=$1
15047 shift
b34f6357 15048
81ecdfbb
RW
15049 case $ac_mode in
15050 :L) ac_source=$1;;
15051 :[FH])
15052 ac_file_inputs=
15053 for ac_f
15054 do
15055 case $ac_f in
15056 -) ac_f="$tmp/stdin";;
15057 *) # Look for the file first in the build tree, then in the source tree
15058 # (if the path is not absolute). The absolute path cannot be DOS-style,
15059 # because $ac_f cannot contain `:'.
15060 test -f "$ac_f" ||
15061 case $ac_f in
15062 [\\/$]*) false;;
15063 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15064 esac ||
15065 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 15066 esac
81ecdfbb
RW
15067 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15068 as_fn_append ac_file_inputs " '$ac_f'"
15069 done
b7026657 15070
81ecdfbb
RW
15071 # Let's still pretend it is `configure' which instantiates (i.e., don't
15072 # use $as_me), people would be surprised to read:
15073 # /* config.h. Generated by config.status. */
15074 configure_input='Generated from '`
15075 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15076 `' by configure.'
15077 if test x"$ac_file" != x-; then
15078 configure_input="$ac_file. $configure_input"
15079 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15080$as_echo "$as_me: creating $ac_file" >&6;}
15081 fi
15082 # Neutralize special characters interpreted by sed in replacement strings.
15083 case $configure_input in #(
15084 *\&* | *\|* | *\\* )
15085 ac_sed_conf_input=`$as_echo "$configure_input" |
15086 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15087 *) ac_sed_conf_input=$configure_input;;
15088 esac
b7026657 15089
81ecdfbb
RW
15090 case $ac_tag in
15091 *:-:* | *:-) cat >"$tmp/stdin" \
15092 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15093 esac
15094 ;;
15095 esac
b7026657 15096
81ecdfbb 15097 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
15098$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15099 X"$ac_file" : 'X\(//\)[^/]' \| \
15100 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15101 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15102$as_echo X"$ac_file" |
15103 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15104 s//\1/
15105 q
15106 }
15107 /^X\(\/\/\)[^/].*/{
15108 s//\1/
15109 q
15110 }
15111 /^X\(\/\/\)$/{
15112 s//\1/
15113 q
15114 }
15115 /^X\(\/\).*/{
15116 s//\1/
15117 q
15118 }
15119 s/.*/./; q'`
15120 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
15121 ac_builddir=.
15122
81ecdfbb
RW
15123case "$ac_dir" in
15124.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15125*)
15126 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15127 # A ".." for each directory in $ac_dir_suffix.
15128 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15129 case $ac_top_builddir_sub in
15130 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15131 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15132 esac ;;
15133esac
15134ac_abs_top_builddir=$ac_pwd
15135ac_abs_builddir=$ac_pwd$ac_dir_suffix
15136# for backward compatibility:
15137ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15138
15139case $srcdir in
81ecdfbb 15140 .) # We are building in place.
b7026657 15141 ac_srcdir=.
81ecdfbb
RW
15142 ac_top_srcdir=$ac_top_builddir_sub
15143 ac_abs_top_srcdir=$ac_pwd ;;
15144 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15145 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15146 ac_top_srcdir=$srcdir
15147 ac_abs_top_srcdir=$srcdir ;;
15148 *) # Relative name.
15149 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15150 ac_top_srcdir=$ac_top_build_prefix$srcdir
15151 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15152esac
81ecdfbb 15153ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15154
b34f6357 15155
81ecdfbb
RW
15156 case $ac_mode in
15157 :F)
15158 #
15159 # CONFIG_FILE
15160 #
b7026657 15161
81ecdfbb
RW
15162 case $INSTALL in
15163 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15164 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
b34f6357 15165 esac
81ecdfbb 15166_ACEOF
b34f6357 15167
81ecdfbb
RW
15168cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15169# If the template does not know about datarootdir, expand it.
15170# FIXME: This hack should be removed a few years after 2.60.
15171ac_datarootdir_hack=; ac_datarootdir_seen=
15172ac_sed_dataroot='
15173/datarootdir/ {
15174 p
15175 q
15176}
15177/@datadir@/p
15178/@docdir@/p
15179/@infodir@/p
15180/@localedir@/p
15181/@mandir@/p'
15182case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15183*datarootdir*) ac_datarootdir_seen=yes;;
15184*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15186$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15187_ACEOF
15188cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15189 ac_datarootdir_hack='
15190 s&@datadir@&$datadir&g
15191 s&@docdir@&$docdir&g
15192 s&@infodir@&$infodir&g
15193 s&@localedir@&$localedir&g
15194 s&@mandir@&$mandir&g
15195 s&\\\${datarootdir}&$datarootdir&g' ;;
15196esac
b7026657 15197_ACEOF
b7026657 15198
81ecdfbb
RW
15199# Neutralize VPATH when `$srcdir' = `.'.
15200# Shell code in configure.ac might set extrasub.
15201# FIXME: do we really want to maintain this feature?
15202cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15203ac_sed_extra="$ac_vpsub
15204$extrasub
15205_ACEOF
15206cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15207:t
15208/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15209s|@configure_input@|$ac_sed_conf_input|;t t
15210s&@top_builddir@&$ac_top_builddir_sub&;t t
15211s&@top_build_prefix@&$ac_top_build_prefix&;t t
15212s&@srcdir@&$ac_srcdir&;t t
15213s&@abs_srcdir@&$ac_abs_srcdir&;t t
15214s&@top_srcdir@&$ac_top_srcdir&;t t
15215s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15216s&@builddir@&$ac_builddir&;t t
15217s&@abs_builddir@&$ac_abs_builddir&;t t
15218s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15219s&@INSTALL@&$ac_INSTALL&;t t
15220$ac_datarootdir_hack
15221"
15222eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15223 || as_fn_error "could not create $ac_file" "$LINENO" 5
15224
15225test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15226 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15227 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15229which seems to be undefined. Please make sure it is defined." >&5
15230$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15231which seems to be undefined. Please make sure it is defined." >&2;}
15232
15233 rm -f "$tmp/stdin"
15234 case $ac_file in
15235 -) cat "$tmp/out" && rm -f "$tmp/out";;
15236 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15237 esac \
15238 || as_fn_error "could not create $ac_file" "$LINENO" 5
15239 ;;
15240 :H)
15241 #
15242 # CONFIG_HEADER
15243 #
15244 if test x"$ac_file" != x-; then
15245 {
15246 $as_echo "/* $configure_input */" \
15247 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15248 } >"$tmp/config.h" \
15249 || as_fn_error "could not create $ac_file" "$LINENO" 5
15250 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15252$as_echo "$as_me: $ac_file is unchanged" >&6;}
15253 else
15254 rm -f "$ac_file"
15255 mv "$tmp/config.h" "$ac_file" \
15256 || as_fn_error "could not create $ac_file" "$LINENO" 5
15257 fi
b7026657 15258 else
81ecdfbb
RW
15259 $as_echo "/* $configure_input */" \
15260 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15261 || as_fn_error "could not create -" "$LINENO" 5
15262 fi
15263 ;;
15264 :L)
15265 #
15266 # CONFIG_LINK
15267 #
b7026657 15268
81ecdfbb
RW
15269 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15270 :
15271 else
15272 # Prefer the file from the source tree if names are identical.
15273 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15274 ac_source=$srcdir/$ac_source
15275 fi
b7026657 15276
81ecdfbb
RW
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15278$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b34f6357 15279
81ecdfbb
RW
15280 if test ! -r "$ac_source"; then
15281 as_fn_error "$ac_source: file not found" "$LINENO" 5
15282 fi
15283 rm -f "$ac_file"
b7026657 15284
81ecdfbb
RW
15285 # Try a relative symlink, then a hard link, then a copy.
15286 case $srcdir in
15287 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15288 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15289 esac
15290 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15291 ln "$ac_source" "$ac_file" 2>/dev/null ||
15292 cp -p "$ac_source" "$ac_file" ||
15293 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15294 fi
15295 ;;
15296 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15297$as_echo "$as_me: executing $ac_file commands" >&6;}
15298 ;;
15299 esac
b7026657
AC
15300
15301
81ecdfbb 15302 case $ac_file$ac_mode in
db2e4d67 15303 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15304 "libtool":C)
15305
15306 # See if we are running on zsh, and set the options which allow our
15307 # commands through without removal of \ escapes.
15308 if test -n "${ZSH_VERSION+set}" ; then
15309 setopt NO_GLOB_SUBST
15310 fi
15311
15312 cfgfile="${ofile}T"
15313 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15314 $RM "$cfgfile"
15315
15316 cat <<_LT_EOF >> "$cfgfile"
15317#! $SHELL
15318
15319# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15320# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15321# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15322# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15323#
15324# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15325# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15326# Written by Gordon Matzigkeit, 1996
15327#
15328# This file is part of GNU Libtool.
15329#
15330# GNU Libtool is free software; you can redistribute it and/or
15331# modify it under the terms of the GNU General Public License as
15332# published by the Free Software Foundation; either version 2 of
15333# the License, or (at your option) any later version.
15334#
15335# As a special exception to the GNU General Public License,
15336# if you distribute this file as part of a program or library that
15337# is built using GNU Libtool, you may include this file under the
15338# same distribution terms that you use for the rest of that program.
15339#
15340# GNU Libtool is distributed in the hope that it will be useful,
15341# but WITHOUT ANY WARRANTY; without even the implied warranty of
15342# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15343# GNU General Public License for more details.
15344#
15345# You should have received a copy of the GNU General Public License
15346# along with GNU Libtool; see the file COPYING. If not, a copy
15347# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15348# obtained by writing to the Free Software Foundation, Inc.,
15349# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15350
15351
15352# The names of the tagged configurations supported by this script.
15353available_tags=""
15354
15355# ### BEGIN LIBTOOL CONFIG
15356
15357# Which release of libtool.m4 was used?
15358macro_version=$macro_version
15359macro_revision=$macro_revision
15360
15361# Whether or not to build shared libraries.
15362build_libtool_libs=$enable_shared
15363
15364# Whether or not to build static libraries.
15365build_old_libs=$enable_static
15366
15367# What type of objects to build.
15368pic_mode=$pic_mode
15369
15370# Whether or not to optimize for fast installation.
15371fast_install=$enable_fast_install
15372
15373# Shell to use when invoking shell scripts.
15374SHELL=$lt_SHELL
15375
15376# An echo program that protects backslashes.
15377ECHO=$lt_ECHO
15378
15379# The host system.
15380host_alias=$host_alias
15381host=$host
15382host_os=$host_os
15383
15384# The build system.
15385build_alias=$build_alias
15386build=$build
15387build_os=$build_os
15388
15389# A sed program that does not truncate output.
15390SED=$lt_SED
15391
15392# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15393Xsed="\$SED -e 1s/^X//"
15394
15395# A grep program that handles long lines.
15396GREP=$lt_GREP
15397
15398# An ERE matcher.
15399EGREP=$lt_EGREP
15400
15401# A literal string matcher.
15402FGREP=$lt_FGREP
15403
15404# A BSD- or MS-compatible name lister.
15405NM=$lt_NM
15406
15407# Whether we need soft or hard links.
15408LN_S=$lt_LN_S
15409
15410# What is the maximum length of a command?
15411max_cmd_len=$max_cmd_len
15412
15413# Object file suffix (normally "o").
15414objext=$ac_objext
15415
15416# Executable file suffix (normally "").
15417exeext=$exeext
15418
15419# whether the shell understands "unset".
15420lt_unset=$lt_unset
15421
15422# turn spaces into newlines.
15423SP2NL=$lt_lt_SP2NL
15424
15425# turn newlines into spaces.
15426NL2SP=$lt_lt_NL2SP
15427
15428# An object symbol dumper.
15429OBJDUMP=$lt_OBJDUMP
15430
15431# Method to check whether dependent libraries are shared objects.
15432deplibs_check_method=$lt_deplibs_check_method
15433
15434# Command to use when deplibs_check_method == "file_magic".
15435file_magic_cmd=$lt_file_magic_cmd
15436
15437# The archiver.
15438AR=$lt_AR
15439AR_FLAGS=$lt_AR_FLAGS
15440
15441# A symbol stripping program.
15442STRIP=$lt_STRIP
15443
15444# Commands used to install an old-style archive.
15445RANLIB=$lt_RANLIB
15446old_postinstall_cmds=$lt_old_postinstall_cmds
15447old_postuninstall_cmds=$lt_old_postuninstall_cmds
15448
15449# Whether to use a lock for old archive extraction.
15450lock_old_archive_extraction=$lock_old_archive_extraction
15451
15452# A C compiler.
15453LTCC=$lt_CC
15454
15455# LTCC compiler flags.
15456LTCFLAGS=$lt_CFLAGS
15457
15458# Take the output of nm and produce a listing of raw symbols and C names.
15459global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15460
15461# Transform the output of nm in a proper C declaration.
15462global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15463
15464# Transform the output of nm in a C name address pair.
15465global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15466
15467# Transform the output of nm in a C name address pair when lib prefix is needed.
15468global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15469
15470# The name of the directory that contains temporary libtool files.
15471objdir=$objdir
15472
15473# Used to examine libraries when file_magic_cmd begins with "file".
15474MAGIC_CMD=$MAGIC_CMD
15475
15476# Must we lock files when doing compilation?
15477need_locks=$lt_need_locks
15478
15479# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15480DSYMUTIL=$lt_DSYMUTIL
15481
15482# Tool to change global to local symbols on Mac OS X.
15483NMEDIT=$lt_NMEDIT
15484
15485# Tool to manipulate fat objects and archives on Mac OS X.
15486LIPO=$lt_LIPO
15487
15488# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15489OTOOL=$lt_OTOOL
15490
15491# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15492OTOOL64=$lt_OTOOL64
15493
15494# Old archive suffix (normally "a").
15495libext=$libext
15496
15497# Shared library suffix (normally ".so").
15498shrext_cmds=$lt_shrext_cmds
15499
15500# The commands to extract the exported symbol list from a shared archive.
15501extract_expsyms_cmds=$lt_extract_expsyms_cmds
15502
15503# Variables whose values should be saved in libtool wrapper scripts and
15504# restored at link time.
15505variables_saved_for_relink=$lt_variables_saved_for_relink
15506
15507# Do we need the "lib" prefix for modules?
15508need_lib_prefix=$need_lib_prefix
15509
15510# Do we need a version for libraries?
15511need_version=$need_version
15512
15513# Library versioning type.
15514version_type=$version_type
15515
15516# Shared library runtime path variable.
15517runpath_var=$runpath_var
15518
15519# Shared library path variable.
15520shlibpath_var=$shlibpath_var
15521
15522# Is shlibpath searched before the hard-coded library search path?
15523shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15524
15525# Format of library name prefix.
15526libname_spec=$lt_libname_spec
15527
15528# List of archive names. First name is the real one, the rest are links.
15529# The last name is the one that the linker finds with -lNAME
15530library_names_spec=$lt_library_names_spec
15531
15532# The coded name of the library, if different from the real name.
15533soname_spec=$lt_soname_spec
15534
15535# Permission mode override for installation of shared libraries.
15536install_override_mode=$lt_install_override_mode
15537
15538# Command to use after installation of a shared archive.
15539postinstall_cmds=$lt_postinstall_cmds
15540
15541# Command to use after uninstallation of a shared archive.
15542postuninstall_cmds=$lt_postuninstall_cmds
15543
15544# Commands used to finish a libtool library installation in a directory.
15545finish_cmds=$lt_finish_cmds
15546
15547# As "finish_cmds", except a single script fragment to be evaled but
15548# not shown.
15549finish_eval=$lt_finish_eval
15550
15551# Whether we should hardcode library paths into libraries.
15552hardcode_into_libs=$hardcode_into_libs
15553
15554# Compile-time system search path for libraries.
15555sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15556
15557# Run-time system search path for libraries.
15558sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15559
15560# Whether dlopen is supported.
15561dlopen_support=$enable_dlopen
15562
15563# Whether dlopen of programs is supported.
15564dlopen_self=$enable_dlopen_self
15565
15566# Whether dlopen of statically linked programs is supported.
15567dlopen_self_static=$enable_dlopen_self_static
15568
15569# Commands to strip libraries.
15570old_striplib=$lt_old_striplib
15571striplib=$lt_striplib
15572
15573
15574# The linker used to build libraries.
15575LD=$lt_LD
15576
15577# How to create reloadable object files.
15578reload_flag=$lt_reload_flag
15579reload_cmds=$lt_reload_cmds
15580
15581# Commands used to build an old-style archive.
15582old_archive_cmds=$lt_old_archive_cmds
15583
15584# A language specific compiler.
15585CC=$lt_compiler
15586
15587# Is the compiler the GNU compiler?
15588with_gcc=$GCC
15589
15590# Compiler flag to turn off builtin functions.
15591no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15592
15593# How to pass a linker flag through the compiler.
15594wl=$lt_lt_prog_compiler_wl
15595
15596# Additional compiler flags for building library objects.
15597pic_flag=$lt_lt_prog_compiler_pic
15598
15599# Compiler flag to prevent dynamic linking.
15600link_static_flag=$lt_lt_prog_compiler_static
15601
15602# Does compiler simultaneously support -c and -o options?
15603compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15604
15605# Whether or not to add -lc for building shared libraries.
15606build_libtool_need_lc=$archive_cmds_need_lc
15607
15608# Whether or not to disallow shared libs when runtime libs are static.
15609allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15610
15611# Compiler flag to allow reflexive dlopens.
15612export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15613
15614# Compiler flag to generate shared objects directly from archives.
15615whole_archive_flag_spec=$lt_whole_archive_flag_spec
15616
15617# Whether the compiler copes with passing no objects directly.
15618compiler_needs_object=$lt_compiler_needs_object
15619
15620# Create an old-style archive from a shared archive.
15621old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15622
15623# Create a temporary old-style archive to link instead of a shared archive.
15624old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15625
15626# Commands used to build a shared archive.
15627archive_cmds=$lt_archive_cmds
15628archive_expsym_cmds=$lt_archive_expsym_cmds
15629
15630# Commands used to build a loadable module if different from building
15631# a shared archive.
15632module_cmds=$lt_module_cmds
15633module_expsym_cmds=$lt_module_expsym_cmds
15634
15635# Whether we are building with GNU ld or not.
15636with_gnu_ld=$lt_with_gnu_ld
15637
15638# Flag that allows shared libraries with undefined symbols to be built.
15639allow_undefined_flag=$lt_allow_undefined_flag
15640
15641# Flag that enforces no undefined symbols.
15642no_undefined_flag=$lt_no_undefined_flag
15643
15644# Flag to hardcode \$libdir into a binary during linking.
15645# This must work even if \$libdir does not exist
15646hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15647
15648# If ld is used when linking, flag to hardcode \$libdir into a binary
15649# during linking. This must work even if \$libdir does not exist.
15650hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15651
15652# Whether we need a single "-rpath" flag with a separated argument.
15653hardcode_libdir_separator=$lt_hardcode_libdir_separator
15654
15655# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15656# DIR into the resulting binary.
15657hardcode_direct=$hardcode_direct
15658
15659# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15660# DIR into the resulting binary and the resulting library dependency is
15661# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15662# library is relocated.
15663hardcode_direct_absolute=$hardcode_direct_absolute
15664
15665# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15666# into the resulting binary.
15667hardcode_minus_L=$hardcode_minus_L
15668
15669# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15670# into the resulting binary.
15671hardcode_shlibpath_var=$hardcode_shlibpath_var
15672
15673# Set to "yes" if building a shared library automatically hardcodes DIR
15674# into the library and all subsequent libraries and executables linked
15675# against it.
15676hardcode_automatic=$hardcode_automatic
15677
15678# Set to yes if linker adds runtime paths of dependent libraries
15679# to runtime path list.
15680inherit_rpath=$inherit_rpath
15681
15682# Whether libtool must link a program against all its dependency libraries.
15683link_all_deplibs=$link_all_deplibs
15684
15685# Fix the shell variable \$srcfile for the compiler.
15686fix_srcfile_path=$lt_fix_srcfile_path
15687
15688# Set to "yes" if exported symbols are required.
15689always_export_symbols=$always_export_symbols
15690
15691# The commands to list exported symbols.
15692export_symbols_cmds=$lt_export_symbols_cmds
15693
15694# Symbols that should not be listed in the preloaded symbols.
15695exclude_expsyms=$lt_exclude_expsyms
15696
15697# Symbols that must always be exported.
15698include_expsyms=$lt_include_expsyms
15699
15700# Commands necessary for linking programs (against libraries) with templates.
15701prelink_cmds=$lt_prelink_cmds
15702
15703# Specify filename containing input files.
15704file_list_spec=$lt_file_list_spec
15705
15706# How to hardcode a shared library path into an executable.
15707hardcode_action=$hardcode_action
15708
15709# ### END LIBTOOL CONFIG
15710
15711_LT_EOF
15712
15713 case $host_os in
15714 aix3*)
15715 cat <<\_LT_EOF >> "$cfgfile"
15716# AIX sometimes has problems with the GCC collect2 program. For some
15717# reason, if we set the COLLECT_NAMES environment variable, the problems
15718# vanish in a puff of smoke.
15719if test "X${COLLECT_NAMES+set}" != Xset; then
15720 COLLECT_NAMES=
15721 export COLLECT_NAMES
15722fi
15723_LT_EOF
15724 ;;
15725 esac
15726
15727
15728ltmain="$ac_aux_dir/ltmain.sh"
15729
15730
15731 # We use sed instead of cat because bash on DJGPP gets confused if
15732 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15733 # text mode, it properly converts lines to CR/LF. This bash problem
15734 # is reportedly fixed, but why not run on old versions too?
15735 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15736 || (rm -f "$cfgfile"; exit 1)
15737
15738 case $xsi_shell in
15739 yes)
15740 cat << \_LT_EOF >> "$cfgfile"
15741
15742# func_dirname file append nondir_replacement
15743# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15744# otherwise set result to NONDIR_REPLACEMENT.
15745func_dirname ()
15746{
15747 case ${1} in
15748 */*) func_dirname_result="${1%/*}${2}" ;;
15749 * ) func_dirname_result="${3}" ;;
15750 esac
15751}
15752
15753# func_basename file
15754func_basename ()
15755{
15756 func_basename_result="${1##*/}"
15757}
15758
15759# func_dirname_and_basename file append nondir_replacement
15760# perform func_basename and func_dirname in a single function
15761# call:
15762# dirname: Compute the dirname of FILE. If nonempty,
15763# add APPEND to the result, otherwise set result
15764# to NONDIR_REPLACEMENT.
15765# value returned in "$func_dirname_result"
15766# basename: Compute filename of FILE.
15767# value retuned in "$func_basename_result"
15768# Implementation must be kept synchronized with func_dirname
15769# and func_basename. For efficiency, we do not delegate to
15770# those functions but instead duplicate the functionality here.
15771func_dirname_and_basename ()
15772{
15773 case ${1} in
15774 */*) func_dirname_result="${1%/*}${2}" ;;
15775 * ) func_dirname_result="${3}" ;;
15776 esac
15777 func_basename_result="${1##*/}"
15778}
15779
15780# func_stripname prefix suffix name
15781# strip PREFIX and SUFFIX off of NAME.
15782# PREFIX and SUFFIX must not contain globbing or regex special
15783# characters, hashes, percent signs, but SUFFIX may contain a leading
15784# dot (in which case that matches only a dot).
15785func_stripname ()
15786{
15787 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15788 # positional parameters, so assign one to ordinary parameter first.
15789 func_stripname_result=${3}
15790 func_stripname_result=${func_stripname_result#"${1}"}
15791 func_stripname_result=${func_stripname_result%"${2}"}
15792}
15793
15794# func_opt_split
15795func_opt_split ()
15796{
15797 func_opt_split_opt=${1%%=*}
15798 func_opt_split_arg=${1#*=}
15799}
15800
15801# func_lo2o object
15802func_lo2o ()
15803{
15804 case ${1} in
15805 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15806 *) func_lo2o_result=${1} ;;
15807 esac
15808}
15809
15810# func_xform libobj-or-source
15811func_xform ()
15812{
15813 func_xform_result=${1%.*}.lo
15814}
15815
15816# func_arith arithmetic-term...
15817func_arith ()
15818{
15819 func_arith_result=$(( $* ))
15820}
15821
15822# func_len string
15823# STRING may not start with a hyphen.
15824func_len ()
15825{
15826 func_len_result=${#1}
15827}
15828
15829_LT_EOF
15830 ;;
15831 *) # Bourne compatible functions.
15832 cat << \_LT_EOF >> "$cfgfile"
15833
15834# func_dirname file append nondir_replacement
15835# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15836# otherwise set result to NONDIR_REPLACEMENT.
15837func_dirname ()
15838{
15839 # Extract subdirectory from the argument.
15840 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15841 if test "X$func_dirname_result" = "X${1}"; then
15842 func_dirname_result="${3}"
15843 else
15844 func_dirname_result="$func_dirname_result${2}"
15845 fi
15846}
15847
15848# func_basename file
15849func_basename ()
15850{
15851 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15852}
15853
15854
15855# func_stripname prefix suffix name
15856# strip PREFIX and SUFFIX off of NAME.
15857# PREFIX and SUFFIX must not contain globbing or regex special
15858# characters, hashes, percent signs, but SUFFIX may contain a leading
15859# dot (in which case that matches only a dot).
15860# func_strip_suffix prefix name
15861func_stripname ()
15862{
15863 case ${2} in
15864 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15865 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15866 esac
15867}
15868
15869# sed scripts:
15870my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15871my_sed_long_arg='1s/^-[^=]*=//'
15872
15873# func_opt_split
15874func_opt_split ()
15875{
15876 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15877 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15878}
15879
15880# func_lo2o object
15881func_lo2o ()
15882{
15883 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15884}
15885
15886# func_xform libobj-or-source
15887func_xform ()
15888{
15889 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15890}
15891
15892# func_arith arithmetic-term...
15893func_arith ()
15894{
15895 func_arith_result=`expr "$@"`
15896}
15897
15898# func_len string
15899# STRING may not start with a hyphen.
15900func_len ()
15901{
15902 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15903}
15904
15905_LT_EOF
15906esac
15907
15908case $lt_shell_append in
15909 yes)
15910 cat << \_LT_EOF >> "$cfgfile"
15911
15912# func_append var value
15913# Append VALUE to the end of shell variable VAR.
15914func_append ()
15915{
15916 eval "$1+=\$2"
15917}
15918_LT_EOF
15919 ;;
15920 *)
15921 cat << \_LT_EOF >> "$cfgfile"
15922
15923# func_append var value
15924# Append VALUE to the end of shell variable VAR.
15925func_append ()
15926{
15927 eval "$1=\$$1\$2"
15928}
15929
15930_LT_EOF
15931 ;;
15932 esac
15933
15934
15935 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15936 || (rm -f "$cfgfile"; exit 1)
15937
15938 mv -f "$cfgfile" "$ofile" ||
15939 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15940 chmod +x "$ofile"
15941
15942 ;;
81ecdfbb 15943 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15944 rm -f Makesim1.tmp Makesim2.tmp Makefile
15945 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15946 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15947 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
b34f6357
DB
15948 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15949 <Makefile.sim >Makefile
38f48d72 15950 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15951 ;;
81ecdfbb
RW
15952 "stamp-h":C) echo > stamp-h ;;
15953
b7026657 15954 esac
81ecdfbb 15955done # for ac_tag
b34f6357 15956
b7026657 15957
81ecdfbb 15958as_fn_exit 0
b7026657 15959_ACEOF
b7026657
AC
15960ac_clean_files=$ac_clean_files_save
15961
81ecdfbb
RW
15962test $ac_write_fail = 0 ||
15963 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15964
b7026657
AC
15965
15966# configure is writing to config.log, and then calls config.status.
15967# config.status does its own redirection, appending to config.log.
15968# Unfortunately, on DOS this fails, as config.log is still kept open
15969# by configure, so config.status won't be able to write to it; its
15970# output is simply discarded. So we exec the FD to /dev/null,
15971# effectively closing config.log, so it can be properly (re)opened and
15972# appended to by config.status. When coming back to configure, we
15973# need to make the FD available again.
15974if test "$no_create" != yes; then
15975 ac_cs_success=:
15976 ac_config_status_args=
15977 test "$silent" = yes &&
15978 ac_config_status_args="$ac_config_status_args --quiet"
15979 exec 5>/dev/null
15980 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15981 exec 5>>config.log
15982 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15983 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15984 $ac_cs_success || as_fn_exit $?
15985fi
15986if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15988$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15989fi
b34f6357
DB
15990
15991
This page took 1.899593 seconds and 4 git commands to generate.