]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cris/configure
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / sim / cris / configure
CommitLineData
f6bcefef
HPN
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
f6bcefef 8#
f6bcefef
HPN
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## -------------------- ##
f6bcefef 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 :
f6bcefef
HPN
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
f6bcefef
HPN
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
f6bcefef 31fi
f6bcefef 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 }
f6bcefef
HPN
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
f6bcefef
HPN
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
f6bcefef 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."
f6bcefef 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."
f6bcefef 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
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
f6bcefef 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
f6bcefef
HPN
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
f6bcefef
HPN
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
f6bcefef 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
f6bcefef
HPN
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'`
f6bcefef 418
f6bcefef
HPN
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
f6bcefef 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 |
f6bcefef 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
f6bcefef 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
f6bcefef 444 t loop
81ecdfbb 445 s/-\n.*//
f6bcefef 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; }
f6bcefef
HPN
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"
f6bcefef
HPN
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
f6bcefef
HPN
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
f6bcefef 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
f6bcefef 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
f6bcefef 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'
f6bcefef 491 fi
f6bcefef
HPN
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
f6bcefef
HPN
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
f6bcefef
HPN
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
f6bcefef
HPN
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
f6bcefef 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
f6bcefef
HPN
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
f6bcefef
HPN
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
f6bcefef 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
f6bcefef
HPN
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
f6bcefef
HPN
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
f6bcefef
HPN
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
f6bcefef
HPN
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
f6bcefef
HPN
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
f6bcefef
HPN
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
f6bcefef
HPN
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
f6bcefef
HPN
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
f6bcefef
HPN
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
f6bcefef 592# include <inttypes.h>
f6bcefef 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
f6bcefef
HPN
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604cgen
605cgendir
606CGEN_MAINT
607REPORT_BUGS_TEXI
608REPORT_BUGS_TO
609PKGVERSION
610sim_profile
611sim_trace
612sim_stdio
613sim_debug
614sim_cflags
615sim_bswap
616MAINT
31e6ad7d
MF
617MAINTAINER_MODE_FALSE
618MAINTAINER_MODE_TRUE
6bb11ab3
L
619lt_cv_dlopen_libs
620OTOOL64
621OTOOL
622LIPO
623NMEDIT
624DSYMUTIL
625AWK
626STRIP
627OBJDUMP
628LN_S
629NM
630ac_ct_DUMPBIN
631DUMPBIN
632LD
633FGREP
634SED
635LIBTOOL
636PLUGINS_FALSE
637PLUGINS_TRUE
aadc9410
MF
638zlibinc
639zlibdir
81ecdfbb
RW
640CATOBJEXT
641GENCAT
642INSTOBJEXT
643DATADIRNAME
644CATALOGS
645POSUB
646GMSGFMT
647XGETTEXT
648INCINTL
649LIBINTL_DEP
650LIBINTL
651USE_NLS
db2e4d67
MF
652GMAKE_FALSE
653GMAKE_TRUE
654MAKE
655CCDEPMODE
656DEPDIR
657am__leading_dot
5f3ef9d0 658PACKAGE
81ecdfbb
RW
659RANLIB
660AR
661HDEFINES
662CC_FOR_BUILD
663INSTALL_DATA
664INSTALL_SCRIPT
665INSTALL_PROGRAM
2232061b
MF
666EGREP
667GREP
668CPP
81ecdfbb
RW
669target_os
670target_vendor
671target_cpu
672target
673host_os
674host_vendor
675host_cpu
676host
677build_os
678build_vendor
679build_cpu
680build
6ffe910a
MF
681OBJEXT
682EXEEXT
683ac_ct_CC
684CPPFLAGS
685LDFLAGS
686CFLAGS
687CC
81ecdfbb
RW
688WERROR_CFLAGS
689WARN_CFLAGS
690sim_xor_endian
691sim_stdcall
692sim_smp
693sim_reserved_bits
694sim_regparm
695sim_packages
696sim_inline
697sim_hw
698sim_hw_objs
699sim_hw_cflags
700sim_default_model
701sim_scache
702sim_float
703sim_hostendian
704sim_endian
705sim_bitsize
706sim_assert
707sim_alignment
708sim_environment
709target_alias
710host_alias
711build_alias
712LIBS
713ECHO_T
714ECHO_N
715ECHO_C
716DEFS
717mandir
718localedir
719libdir
720psdir
721pdfdir
722dvidir
723htmldir
724infodir
725docdir
726oldincludedir
727includedir
728localstatedir
729sharedstatedir
730sysconfdir
731datadir
732datarootdir
733libexecdir
734sbindir
735bindir
736program_transform_name
737prefix
738exec_prefix
739PACKAGE_URL
740PACKAGE_BUGREPORT
741PACKAGE_STRING
742PACKAGE_VERSION
743PACKAGE_TARNAME
744PACKAGE_NAME
745PATH_SEPARATOR
746SHELL'
f6bcefef 747ac_subst_files=''
81ecdfbb
RW
748ac_user_opts='
749enable_option_checking
aadc9410 750with_system_zlib
6bb11ab3
L
751enable_plugins
752enable_shared
753enable_static
754with_pic
755enable_fast_install
756with_gnu_ld
757enable_libtool_lock
81ecdfbb
RW
758enable_maintainer_mode
759enable_sim_bswap
760enable_sim_cflags
761enable_sim_debug
762enable_sim_stdio
763enable_sim_trace
764enable_sim_profile
765with_pkgversion
766with_bugurl
767enable_sim_alignment
768enable_sim_hostendian
769enable_sim_scache
2232061b 770enable_werror
81ecdfbb
RW
771enable_build_warnings
772enable_sim_build_warnings
773enable_sim_hardware
774enable_sim_default_model
775enable_sim_environment
776enable_sim_inline
777enable_cgen_maint
778'
779 ac_precious_vars='build_alias
780host_alias
781target_alias
782CC
783CFLAGS
784LDFLAGS
785LIBS
786CPPFLAGS
787CPP'
788
f6bcefef
HPN
789
790# Initialize some variables set by options.
791ac_init_help=
792ac_init_version=false
81ecdfbb
RW
793ac_unrecognized_opts=
794ac_unrecognized_sep=
f6bcefef
HPN
795# The variables have the same names as the options, with
796# dashes changed to underlines.
797cache_file=/dev/null
798exec_prefix=NONE
799no_create=
800no_recursion=
801prefix=NONE
802program_prefix=NONE
803program_suffix=NONE
804program_transform_name=s,x,x,
805silent=
806site=
807srcdir=
808verbose=
809x_includes=NONE
810x_libraries=NONE
811
812# Installation directory options.
813# These are left unexpanded so users can "make install exec_prefix=/foo"
814# and all the variables that are supposed to be based on exec_prefix
815# by default will actually change.
816# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 817# (The list follows the same order as the GNU Coding Standards.)
f6bcefef
HPN
818bindir='${exec_prefix}/bin'
819sbindir='${exec_prefix}/sbin'
820libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
821datarootdir='${prefix}/share'
822datadir='${datarootdir}'
f6bcefef
HPN
823sysconfdir='${prefix}/etc'
824sharedstatedir='${prefix}/com'
825localstatedir='${prefix}/var'
f6bcefef
HPN
826includedir='${prefix}/include'
827oldincludedir='/usr/include'
81ecdfbb
RW
828docdir='${datarootdir}/doc/${PACKAGE}'
829infodir='${datarootdir}/info'
830htmldir='${docdir}'
831dvidir='${docdir}'
832pdfdir='${docdir}'
833psdir='${docdir}'
834libdir='${exec_prefix}/lib'
835localedir='${datarootdir}/locale'
836mandir='${datarootdir}/man'
f6bcefef
HPN
837
838ac_prev=
81ecdfbb 839ac_dashdash=
f6bcefef
HPN
840for ac_option
841do
842 # If the previous option needs an argument, assign it.
843 if test -n "$ac_prev"; then
81ecdfbb 844 eval $ac_prev=\$ac_option
f6bcefef
HPN
845 ac_prev=
846 continue
847 fi
848
81ecdfbb
RW
849 case $ac_option in
850 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
851 *) ac_optarg=yes ;;
852 esac
f6bcefef
HPN
853
854 # Accept the important Cygnus configure options, so we can diagnose typos.
855
81ecdfbb
RW
856 case $ac_dashdash$ac_option in
857 --)
858 ac_dashdash=yes ;;
f6bcefef
HPN
859
860 -bindir | --bindir | --bindi | --bind | --bin | --bi)
861 ac_prev=bindir ;;
862 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
863 bindir=$ac_optarg ;;
864
865 -build | --build | --buil | --bui | --bu)
866 ac_prev=build_alias ;;
867 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
868 build_alias=$ac_optarg ;;
869
870 -cache-file | --cache-file | --cache-fil | --cache-fi \
871 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
872 ac_prev=cache_file ;;
873 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
874 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
875 cache_file=$ac_optarg ;;
876
877 --config-cache | -C)
878 cache_file=config.cache ;;
879
81ecdfbb 880 -datadir | --datadir | --datadi | --datad)
f6bcefef 881 ac_prev=datadir ;;
81ecdfbb 882 -datadir=* | --datadir=* | --datadi=* | --datad=*)
f6bcefef
HPN
883 datadir=$ac_optarg ;;
884
81ecdfbb
RW
885 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
886 | --dataroo | --dataro | --datar)
887 ac_prev=datarootdir ;;
888 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
889 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
890 datarootdir=$ac_optarg ;;
891
f6bcefef 892 -disable-* | --disable-*)
81ecdfbb 893 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
f6bcefef 894 # Reject names that are not valid shell variable names.
81ecdfbb
RW
895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
896 as_fn_error "invalid feature name: $ac_useropt"
897 ac_useropt_orig=$ac_useropt
898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
899 case $ac_user_opts in
900 *"
901"enable_$ac_useropt"
902"*) ;;
903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
904 ac_unrecognized_sep=', ';;
905 esac
906 eval enable_$ac_useropt=no ;;
907
908 -docdir | --docdir | --docdi | --doc | --do)
909 ac_prev=docdir ;;
910 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
911 docdir=$ac_optarg ;;
912
913 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
914 ac_prev=dvidir ;;
915 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
916 dvidir=$ac_optarg ;;
f6bcefef
HPN
917
918 -enable-* | --enable-*)
81ecdfbb 919 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
f6bcefef 920 # Reject names that are not valid shell variable names.
81ecdfbb
RW
921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
922 as_fn_error "invalid feature name: $ac_useropt"
923 ac_useropt_orig=$ac_useropt
924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
925 case $ac_user_opts in
926 *"
927"enable_$ac_useropt"
928"*) ;;
929 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
930 ac_unrecognized_sep=', ';;
f6bcefef 931 esac
81ecdfbb 932 eval enable_$ac_useropt=\$ac_optarg ;;
f6bcefef
HPN
933
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
942
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
946
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
953
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
958
81ecdfbb
RW
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
964
f6bcefef
HPN
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
971
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
976
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
981
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
988
81ecdfbb
RW
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
993
f6bcefef 994 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 995 | --localstate | --localstat | --localsta | --localst | --locals)
f6bcefef
HPN
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
f6bcefef
HPN
999 localstatedir=$ac_optarg ;;
1000
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1005
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1009
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1013
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1017
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1026
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1031
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1038
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1045
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1062
81ecdfbb
RW
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1067
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1072
f6bcefef
HPN
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1076
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1082
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1093
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1098
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1103
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1110
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1115
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1118
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1121
1122 -with-* | --with-*)
81ecdfbb 1123 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
f6bcefef 1124 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1126 as_fn_error "invalid package name: $ac_useropt"
1127 ac_useropt_orig=$ac_useropt
1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1129 case $ac_user_opts in
1130 *"
1131"with_$ac_useropt"
1132"*) ;;
1133 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1134 ac_unrecognized_sep=', ';;
f6bcefef 1135 esac
81ecdfbb 1136 eval with_$ac_useropt=\$ac_optarg ;;
f6bcefef
HPN
1137
1138 -without-* | --without-*)
81ecdfbb 1139 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
f6bcefef 1140 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1142 as_fn_error "invalid package name: $ac_useropt"
1143 ac_useropt_orig=$ac_useropt
1144 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1145 case $ac_user_opts in
1146 *"
1147"with_$ac_useropt"
1148"*) ;;
1149 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1150 ac_unrecognized_sep=', ';;
1151 esac
1152 eval with_$ac_useropt=no ;;
f6bcefef
HPN
1153
1154 --x)
1155 # Obsolete; use --with-x.
1156 with_x=yes ;;
1157
1158 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1159 | --x-incl | --x-inc | --x-in | --x-i)
1160 ac_prev=x_includes ;;
1161 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1162 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1163 x_includes=$ac_optarg ;;
1164
1165 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1166 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1167 ac_prev=x_libraries ;;
1168 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1169 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1170 x_libraries=$ac_optarg ;;
1171
81ecdfbb
RW
1172 -*) as_fn_error "unrecognized option: \`$ac_option'
1173Try \`$0 --help' for more information."
f6bcefef
HPN
1174 ;;
1175
1176 *=*)
1177 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1178 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1179 case $ac_envvar in #(
1180 '' | [0-9]* | *[!_$as_cr_alnum]* )
1181 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1182 esac
1183 eval $ac_envvar=\$ac_optarg
f6bcefef
HPN
1184 export $ac_envvar ;;
1185
1186 *)
1187 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1188 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
f6bcefef 1189 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1190 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
f6bcefef
HPN
1191 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1192 ;;
1193
1194 esac
1195done
1196
1197if test -n "$ac_prev"; then
1198 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1199 as_fn_error "missing argument to $ac_option"
f6bcefef
HPN
1200fi
1201
81ecdfbb
RW
1202if test -n "$ac_unrecognized_opts"; then
1203 case $enable_option_checking in
1204 no) ;;
1205 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1206 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
f6bcefef 1207 esac
81ecdfbb 1208fi
f6bcefef 1209
81ecdfbb
RW
1210# Check all directory arguments for consistency.
1211for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1212 datadir sysconfdir sharedstatedir localstatedir includedir \
1213 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1214 libdir localedir mandir
f6bcefef 1215do
81ecdfbb
RW
1216 eval ac_val=\$$ac_var
1217 # Remove trailing slashes.
1218 case $ac_val in
1219 */ )
1220 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1221 eval $ac_var=\$ac_val;;
1222 esac
1223 # Be sure to have absolute directory names.
f6bcefef 1224 case $ac_val in
81ecdfbb
RW
1225 [\\/$]* | ?:[\\/]* ) continue;;
1226 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
f6bcefef 1227 esac
81ecdfbb 1228 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
f6bcefef
HPN
1229done
1230
1231# There might be people who depend on the old broken behavior: `$host'
1232# used to hold the argument of --host etc.
1233# FIXME: To remove some day.
1234build=$build_alias
1235host=$host_alias
1236target=$target_alias
1237
1238# FIXME: To remove some day.
1239if test "x$host_alias" != x; then
1240 if test "x$build_alias" = x; then
1241 cross_compiling=maybe
81ecdfbb 1242 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
f6bcefef
HPN
1243 If a cross compiler is detected then cross compile mode will be used." >&2
1244 elif test "x$build_alias" != "x$host_alias"; then
1245 cross_compiling=yes
1246 fi
1247fi
1248
1249ac_tool_prefix=
1250test -n "$host_alias" && ac_tool_prefix=$host_alias-
1251
1252test "$silent" = yes && exec 6>/dev/null
1253
1254
81ecdfbb
RW
1255ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256ac_ls_di=`ls -di .` &&
1257ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1258 as_fn_error "working directory cannot be determined"
1259test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1260 as_fn_error "pwd does not report name of working directory"
1261
1262
f6bcefef
HPN
1263# Find the source files, if location was not specified.
1264if test -z "$srcdir"; then
1265 ac_srcdir_defaulted=yes
81ecdfbb
RW
1266 # Try the directory containing this script, then the parent directory.
1267 ac_confdir=`$as_dirname -- "$as_myself" ||
1268$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1269 X"$as_myself" : 'X\(//\)[^/]' \| \
1270 X"$as_myself" : 'X\(//\)$' \| \
1271 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1272$as_echo X"$as_myself" |
1273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)[^/].*/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\).*/{
1286 s//\1/
1287 q
1288 }
1289 s/.*/./; q'`
f6bcefef 1290 srcdir=$ac_confdir
81ecdfbb 1291 if test ! -r "$srcdir/$ac_unique_file"; then
f6bcefef
HPN
1292 srcdir=..
1293 fi
1294else
1295 ac_srcdir_defaulted=no
1296fi
81ecdfbb
RW
1297if test ! -r "$srcdir/$ac_unique_file"; then
1298 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1299 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1300fi
1301ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1302ac_abs_confdir=`(
1303 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1304 pwd)`
1305# When building in place, set srcdir=.
1306if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 srcdir=.
1308fi
1309# Remove unnecessary trailing slashes from srcdir.
1310# Double slashes in file names in object file debugging info
1311# mess up M-x gdb in Emacs.
1312case $srcdir in
1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1314esac
1315for ac_var in $ac_precious_vars; do
1316 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_env_${ac_var}_value=\$${ac_var}
1318 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1320done
f6bcefef
HPN
1321
1322#
1323# Report the --help message.
1324#
1325if test "$ac_init_help" = "long"; then
1326 # Omit some internal or obsolete options to make the list less imposing.
1327 # This message is too long to be a string in the A/UX 3.1 sh.
1328 cat <<_ACEOF
1329\`configure' configures this package to adapt to many kinds of systems.
1330
1331Usage: $0 [OPTION]... [VAR=VALUE]...
1332
1333To assign environment variables (e.g., CC, CFLAGS...), specify them as
1334VAR=VALUE. See below for descriptions of some of the useful variables.
1335
1336Defaults for the options are specified in brackets.
1337
1338Configuration:
1339 -h, --help display this help and exit
1340 --help=short display options specific to this package
1341 --help=recursive display the short help of all the included packages
1342 -V, --version display version information and exit
1343 -q, --quiet, --silent do not print \`checking...' messages
1344 --cache-file=FILE cache test results in FILE [disabled]
1345 -C, --config-cache alias for \`--cache-file=config.cache'
1346 -n, --no-create do not create output files
1347 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1348
f6bcefef
HPN
1349Installation directories:
1350 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1351 [$ac_default_prefix]
f6bcefef 1352 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1353 [PREFIX]
f6bcefef
HPN
1354
1355By default, \`make install' will install all the files in
1356\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1357an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1358for instance \`--prefix=\$HOME'.
1359
1360For better control, use the options below.
1361
1362Fine tuning of the installation directories:
81ecdfbb
RW
1363 --bindir=DIR user executables [EPREFIX/bin]
1364 --sbindir=DIR system admin executables [EPREFIX/sbin]
1365 --libexecdir=DIR program executables [EPREFIX/libexec]
1366 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1367 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1368 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1369 --libdir=DIR object code libraries [EPREFIX/lib]
1370 --includedir=DIR C header files [PREFIX/include]
1371 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1372 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1373 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1374 --infodir=DIR info documentation [DATAROOTDIR/info]
1375 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1376 --mandir=DIR man documentation [DATAROOTDIR/man]
1377 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1378 --htmldir=DIR html documentation [DOCDIR]
1379 --dvidir=DIR dvi documentation [DOCDIR]
1380 --pdfdir=DIR pdf documentation [DOCDIR]
1381 --psdir=DIR ps documentation [DOCDIR]
f6bcefef
HPN
1382_ACEOF
1383
1384 cat <<\_ACEOF
1385
1386Program names:
1387 --program-prefix=PREFIX prepend PREFIX to installed program names
1388 --program-suffix=SUFFIX append SUFFIX to installed program names
1389 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1390
1391System types:
1392 --build=BUILD configure for building on BUILD [guessed]
1393 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1394 --target=TARGET configure for building compilers for TARGET [HOST]
1395_ACEOF
1396fi
1397
1398if test -n "$ac_init_help"; then
1399
1400 cat <<\_ACEOF
1401
1402Optional Features:
81ecdfbb 1403 --disable-option-checking ignore unrecognized --enable/--with options
f6bcefef
HPN
1404 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1405 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1406 --enable-plugins Enable support for plugins
6bb11ab3
L
1407 --enable-shared[=PKGS] build shared libraries [default=yes]
1408 --enable-static[=PKGS] build static libraries [default=yes]
1409 --enable-fast-install[=PKGS]
1410 optimize for fast installation [default=yes]
1411 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1412 --enable-maintainer-mode enable make rules and dependencies not useful
1413 (and sometimes confusing) to the casual installer
8d0978fb
MF
1414 --enable-sim-bswap Use Host specific BSWAP instruction
1415 --enable-sim-cflags=opts
1416 Extra CFLAGS for use in building simulator
1417 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1418 itself)
1419 --enable-sim-stdio Specify whether to use stdio for console
1420 input/output
1421 --enable-sim-trace=opts Enable tracing of simulated programs
1422 --enable-sim-profile=opts
1423 Enable profiling flags
1424 --enable-sim-alignment=align
1425 Specify strict, nonstrict or forced alignment of
1426 memory accesses
1427 --enable-sim-hostendian=end
1428 Specify host byte endian orientation
1429 --enable-sim-scache=size
1430 Specify simulator execution cache size
2232061b
MF
1431 --enable-werror treat compile warnings as errors
1432 --enable-build-warnings enable build-time compiler warnings if gcc is used
1433 --enable-sim-build-warnings
1434 enable SIM specific build-time compiler warnings if
1435 gcc is used
1517bd27
MF
1436 --enable-sim-hardware=LIST
1437 Specify the hardware to be included in the build.
8d0978fb
MF
1438 --enable-sim-default-model=model
1439 Specify default model to simulate
1440 --enable-sim-environment=environment
1441 Specify mixed, user, virtual or operating
1442 environment
1443 --enable-sim-inline=inlines
1444 Specify which functions should be inlined
1445 --enable-cgen-maint=DIR build cgen generated files
f6bcefef 1446
6efef468
JM
1447Optional Packages:
1448 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1449 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1450 --with-system-zlib use installed libz
6bb11ab3
L
1451 --with-pic try to use only PIC/non-PIC objects [default=use
1452 both]
1453 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1454 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1455 --with-bugurl=URL Direct users to URL to report a bug
1456
f6bcefef
HPN
1457Some influential environment variables:
1458 CC C compiler command
1459 CFLAGS C compiler flags
1460 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1461 nonstandard directory <lib dir>
81ecdfbb
RW
1462 LIBS libraries to pass to the linker, e.g. -l<library>
1463 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1464 you have headers in a nonstandard directory <include dir>
f6bcefef
HPN
1465 CPP C preprocessor
1466
1467Use these variables to override the choices made by `configure' or to help
1468it to find libraries and programs with nonstandard names/locations.
1469
81ecdfbb 1470Report bugs to the package provider.
f6bcefef 1471_ACEOF
81ecdfbb 1472ac_status=$?
f6bcefef
HPN
1473fi
1474
1475if test "$ac_init_help" = "recursive"; then
1476 # If there are subdirs, report their specific --help.
f6bcefef 1477 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1478 test -d "$ac_dir" ||
1479 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1480 continue
f6bcefef
HPN
1481 ac_builddir=.
1482
81ecdfbb
RW
1483case "$ac_dir" in
1484.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1485*)
1486 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1487 # A ".." for each directory in $ac_dir_suffix.
1488 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1489 case $ac_top_builddir_sub in
1490 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1491 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1492 esac ;;
1493esac
1494ac_abs_top_builddir=$ac_pwd
1495ac_abs_builddir=$ac_pwd$ac_dir_suffix
1496# for backward compatibility:
1497ac_top_builddir=$ac_top_build_prefix
f6bcefef
HPN
1498
1499case $srcdir in
81ecdfbb 1500 .) # We are building in place.
f6bcefef 1501 ac_srcdir=.
81ecdfbb
RW
1502 ac_top_srcdir=$ac_top_builddir_sub
1503 ac_abs_top_srcdir=$ac_pwd ;;
1504 [\\/]* | ?:[\\/]* ) # Absolute name.
f6bcefef 1505 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1506 ac_top_srcdir=$srcdir
1507 ac_abs_top_srcdir=$srcdir ;;
1508 *) # Relative name.
1509 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1510 ac_top_srcdir=$ac_top_build_prefix$srcdir
1511 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
f6bcefef 1512esac
81ecdfbb
RW
1513ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1514
1515 cd "$ac_dir" || { ac_status=$?; continue; }
1516 # Check for guested configure.
1517 if test -f "$ac_srcdir/configure.gnu"; then
1518 echo &&
1519 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1520 elif test -f "$ac_srcdir/configure"; then
1521 echo &&
1522 $SHELL "$ac_srcdir/configure" --help=recursive
f6bcefef 1523 else
81ecdfbb
RW
1524 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1525 fi || ac_status=$?
1526 cd "$ac_pwd" || { ac_status=$?; break; }
f6bcefef
HPN
1527 done
1528fi
1529
81ecdfbb 1530test -n "$ac_init_help" && exit $ac_status
f6bcefef
HPN
1531if $ac_init_version; then
1532 cat <<\_ACEOF
81ecdfbb
RW
1533configure
1534generated by GNU Autoconf 2.64
f6bcefef 1535
81ecdfbb 1536Copyright (C) 2009 Free Software Foundation, Inc.
f6bcefef
HPN
1537This configure script is free software; the Free Software Foundation
1538gives unlimited permission to copy, distribute and modify it.
1539_ACEOF
81ecdfbb 1540 exit
f6bcefef 1541fi
f6bcefef 1542
81ecdfbb
RW
1543## ------------------------ ##
1544## Autoconf initialization. ##
1545## ------------------------ ##
f6bcefef 1546
81ecdfbb
RW
1547# ac_fn_c_try_compile LINENO
1548# --------------------------
1549# Try to compile conftest.$ac_ext, and return whether this succeeded.
1550ac_fn_c_try_compile ()
f6bcefef 1551{
81ecdfbb
RW
1552 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1553 rm -f conftest.$ac_objext
1554 if { { ac_try="$ac_compile"
1555case "(($ac_try" in
1556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1557 *) ac_try_echo=$ac_try;;
1558esac
1559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1560$as_echo "$ac_try_echo"; } >&5
1561 (eval "$ac_compile") 2>conftest.err
1562 ac_status=$?
1563 if test -s conftest.err; then
1564 grep -v '^ *+' conftest.err >conftest.er1
1565 cat conftest.er1 >&5
1566 mv -f conftest.er1 conftest.err
1567 fi
1568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1569 test $ac_status = 0; } && {
1570 test -z "$ac_c_werror_flag" ||
1571 test ! -s conftest.err
1572 } && test -s conftest.$ac_objext; then :
1573 ac_retval=0
1574else
1575 $as_echo "$as_me: failed program was:" >&5
1576sed 's/^/| /' conftest.$ac_ext >&5
f6bcefef 1577
81ecdfbb
RW
1578 ac_retval=1
1579fi
1580 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1581 return $ac_retval
f6bcefef 1582
81ecdfbb 1583} # ac_fn_c_try_compile
f6bcefef 1584
81ecdfbb
RW
1585# ac_fn_c_try_cpp LINENO
1586# ----------------------
1587# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1588ac_fn_c_try_cpp ()
1589{
1590 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1591 if { { ac_try="$ac_cpp conftest.$ac_ext"
1592case "(($ac_try" in
1593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1594 *) ac_try_echo=$ac_try;;
1595esac
1596eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1597$as_echo "$ac_try_echo"; } >&5
1598 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1599 ac_status=$?
1600 if test -s conftest.err; then
1601 grep -v '^ *+' conftest.err >conftest.er1
1602 cat conftest.er1 >&5
1603 mv -f conftest.er1 conftest.err
1604 fi
1605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1606 test $ac_status = 0; } >/dev/null && {
1607 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1608 test ! -s conftest.err
1609 }; then :
1610 ac_retval=0
1611else
1612 $as_echo "$as_me: failed program was:" >&5
1613sed 's/^/| /' conftest.$ac_ext >&5
f6bcefef 1614
81ecdfbb
RW
1615 ac_retval=1
1616fi
1617 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1618 return $ac_retval
f6bcefef 1619
81ecdfbb
RW
1620} # ac_fn_c_try_cpp
1621
1622# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1623# -------------------------------------------------------
1624# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1625# the include files in INCLUDES and setting the cache variable VAR
1626# accordingly.
1627ac_fn_c_check_header_mongrel ()
1628{
1629 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1632$as_echo_n "checking for $2... " >&6; }
1633if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1634 $as_echo_n "(cached) " >&6
1635fi
1636eval ac_res=\$$3
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1638$as_echo "$ac_res" >&6; }
1639else
1640 # Is the header compilable?
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1642$as_echo_n "checking $2 usability... " >&6; }
1643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1644/* end confdefs.h. */
1645$4
1646#include <$2>
1647_ACEOF
1648if ac_fn_c_try_compile "$LINENO"; then :
1649 ac_header_compiler=yes
1650else
1651 ac_header_compiler=no
1652fi
1653rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1655$as_echo "$ac_header_compiler" >&6; }
1656
1657# Is the header present?
1658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1659$as_echo_n "checking $2 presence... " >&6; }
1660cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1661/* end confdefs.h. */
1662#include <$2>
1663_ACEOF
1664if ac_fn_c_try_cpp "$LINENO"; then :
1665 ac_header_preproc=yes
1666else
1667 ac_header_preproc=no
1668fi
1669rm -f conftest.err conftest.$ac_ext
1670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1671$as_echo "$ac_header_preproc" >&6; }
1672
1673# So? What about this header?
1674case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1675 yes:no: )
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1677$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1679$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1680 ;;
1681 no:yes:* )
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1683$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1685$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1687$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1689$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1691$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1692 ;;
1693esac
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1695$as_echo_n "checking for $2... " >&6; }
1696if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1697 $as_echo_n "(cached) " >&6
1698else
1699 eval "$3=\$ac_header_compiler"
1700fi
1701eval ac_res=\$$3
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1703$as_echo "$ac_res" >&6; }
1704fi
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706
1707} # ac_fn_c_check_header_mongrel
1708
1709# ac_fn_c_try_run LINENO
1710# ----------------------
1711# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1712# that executables *can* be run.
1713ac_fn_c_try_run ()
1714{
1715 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1716 if { { ac_try="$ac_link"
1717case "(($ac_try" in
1718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719 *) ac_try_echo=$ac_try;;
1720esac
1721eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722$as_echo "$ac_try_echo"; } >&5
1723 (eval "$ac_link") 2>&5
1724 ac_status=$?
1725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1726 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1727 { { case "(($ac_try" in
1728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1730esac
1731eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732$as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_try") 2>&5
1734 ac_status=$?
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; }; }; then :
1737 ac_retval=0
1738else
1739 $as_echo "$as_me: program exited with status $ac_status" >&5
1740 $as_echo "$as_me: failed program was:" >&5
1741sed 's/^/| /' conftest.$ac_ext >&5
1742
1743 ac_retval=$ac_status
1744fi
1745 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1746 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1747 return $ac_retval
1748
1749} # ac_fn_c_try_run
1750
1751# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1752# -------------------------------------------------------
1753# Tests whether HEADER exists and can be compiled using the include files in
1754# INCLUDES, setting the cache variable VAR accordingly.
1755ac_fn_c_check_header_compile ()
1756{
1757 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759$as_echo_n "checking for $2... " >&6; }
1760if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 $as_echo_n "(cached) " >&6
1762else
1763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1764/* end confdefs.h. */
1765$4
1766#include <$2>
1767_ACEOF
1768if ac_fn_c_try_compile "$LINENO"; then :
1769 eval "$3=yes"
1770else
1771 eval "$3=no"
1772fi
1773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1774fi
1775eval ac_res=\$$3
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777$as_echo "$ac_res" >&6; }
1778 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1779
1780} # ac_fn_c_check_header_compile
1781
1782# ac_fn_c_try_link LINENO
1783# -----------------------
1784# Try to link conftest.$ac_ext, and return whether this succeeded.
1785ac_fn_c_try_link ()
1786{
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 rm -f conftest.$ac_objext conftest$ac_exeext
1789 if { { ac_try="$ac_link"
1790case "(($ac_try" in
1791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1792 *) ac_try_echo=$ac_try;;
1793esac
1794eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1795$as_echo "$ac_try_echo"; } >&5
1796 (eval "$ac_link") 2>conftest.err
1797 ac_status=$?
1798 if test -s conftest.err; then
1799 grep -v '^ *+' conftest.err >conftest.er1
1800 cat conftest.er1 >&5
1801 mv -f conftest.er1 conftest.err
1802 fi
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && {
1805 test -z "$ac_c_werror_flag" ||
1806 test ! -s conftest.err
1807 } && test -s conftest$ac_exeext && {
1808 test "$cross_compiling" = yes ||
1809 $as_test_x conftest$ac_exeext
1810 }; then :
1811 ac_retval=0
1812else
1813 $as_echo "$as_me: failed program was:" >&5
1814sed 's/^/| /' conftest.$ac_ext >&5
1815
1816 ac_retval=1
1817fi
1818 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1819 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1820 # interfere with the next link command; also delete a directory that is
1821 # left behind by Apple's compiler. We do this before executing the actions.
1822 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1823 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1824 return $ac_retval
1825
1826} # ac_fn_c_try_link
1827
1828# ac_fn_c_check_func LINENO FUNC VAR
1829# ----------------------------------
1830# Tests whether FUNC exists, setting the cache variable VAR accordingly
1831ac_fn_c_check_func ()
1832{
1833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835$as_echo_n "checking for $2... " >&6; }
1836if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 $as_echo_n "(cached) " >&6
1838else
1839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1840/* end confdefs.h. */
1841/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1842 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1843#define $2 innocuous_$2
1844
1845/* System header to define __stub macros and hopefully few prototypes,
1846 which can conflict with char $2 (); below.
1847 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1848 <limits.h> exists even on freestanding compilers. */
1849
1850#ifdef __STDC__
1851# include <limits.h>
1852#else
1853# include <assert.h>
1854#endif
1855
1856#undef $2
1857
1858/* Override any GCC internal prototype to avoid an error.
1859 Use char because int might match the return type of a GCC
1860 builtin and then its argument prototype would still apply. */
1861#ifdef __cplusplus
1862extern "C"
1863#endif
1864char $2 ();
1865/* The GNU C library defines this for functions which it implements
1866 to always fail with ENOSYS. Some functions are actually named
1867 something starting with __ and the normal name is an alias. */
1868#if defined __stub_$2 || defined __stub___$2
1869choke me
1870#endif
1871
1872int
1873main ()
1874{
1875return $2 ();
1876 ;
1877 return 0;
1878}
1879_ACEOF
1880if ac_fn_c_try_link "$LINENO"; then :
1881 eval "$3=yes"
1882else
1883 eval "$3=no"
1884fi
1885rm -f core conftest.err conftest.$ac_objext \
1886 conftest$ac_exeext conftest.$ac_ext
1887fi
1888eval ac_res=\$$3
1889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1890$as_echo "$ac_res" >&6; }
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892
1893} # ac_fn_c_check_func
1894cat >config.log <<_ACEOF
1895This file contains any messages produced by compilers while
1896running configure, to aid debugging if configure makes a mistake.
1897
1898It was created by $as_me, which was
1899generated by GNU Autoconf 2.64. Invocation command line was
1900
1901 $ $0 $@
1902
1903_ACEOF
1904exec 5>>config.log
1905{
1906cat <<_ASUNAME
1907## --------- ##
1908## Platform. ##
1909## --------- ##
1910
1911hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1912uname -m = `(uname -m) 2>/dev/null || echo unknown`
1913uname -r = `(uname -r) 2>/dev/null || echo unknown`
1914uname -s = `(uname -s) 2>/dev/null || echo unknown`
1915uname -v = `(uname -v) 2>/dev/null || echo unknown`
1916
1917/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1918/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1919
1920/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1921/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1922/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1923/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1924/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1925/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1926/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1927
1928_ASUNAME
1929
1930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1931for as_dir in $PATH
1932do
1933 IFS=$as_save_IFS
1934 test -z "$as_dir" && as_dir=.
1935 $as_echo "PATH: $as_dir"
1936 done
1937IFS=$as_save_IFS
1938
1939} >&5
1940
1941cat >&5 <<_ACEOF
f6bcefef
HPN
1942
1943
1944## ----------- ##
1945## Core tests. ##
1946## ----------- ##
1947
1948_ACEOF
1949
1950
1951# Keep a trace of the command line.
1952# Strip out --no-create and --no-recursion so they do not pile up.
1953# Strip out --silent because we don't want to record it for future runs.
1954# Also quote any args containing shell meta-characters.
1955# Make two passes to allow for proper duplicate-argument suppression.
1956ac_configure_args=
1957ac_configure_args0=
1958ac_configure_args1=
f6bcefef
HPN
1959ac_must_keep_next=false
1960for ac_pass in 1 2
1961do
1962 for ac_arg
1963 do
1964 case $ac_arg in
1965 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1966 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1967 | -silent | --silent | --silen | --sile | --sil)
1968 continue ;;
81ecdfbb
RW
1969 *\'*)
1970 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
f6bcefef
HPN
1971 esac
1972 case $ac_pass in
81ecdfbb 1973 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
f6bcefef 1974 2)
81ecdfbb 1975 as_fn_append ac_configure_args1 " '$ac_arg'"
f6bcefef
HPN
1976 if test $ac_must_keep_next = true; then
1977 ac_must_keep_next=false # Got value, back to normal.
1978 else
1979 case $ac_arg in
1980 *=* | --config-cache | -C | -disable-* | --disable-* \
1981 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1982 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1983 | -with-* | --with-* | -without-* | --without-* | --x)
1984 case "$ac_configure_args0 " in
1985 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1986 esac
1987 ;;
1988 -* ) ac_must_keep_next=true ;;
1989 esac
1990 fi
81ecdfbb 1991 as_fn_append ac_configure_args " '$ac_arg'"
f6bcefef
HPN
1992 ;;
1993 esac
1994 done
1995done
81ecdfbb
RW
1996{ ac_configure_args0=; unset ac_configure_args0;}
1997{ ac_configure_args1=; unset ac_configure_args1;}
f6bcefef
HPN
1998
1999# When interrupted or exit'd, cleanup temporary files, and complete
2000# config.log. We remove comments because anyway the quotes in there
2001# would cause problems or look ugly.
81ecdfbb
RW
2002# WARNING: Use '\'' to represent an apostrophe within the trap.
2003# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
f6bcefef
HPN
2004trap 'exit_status=$?
2005 # Save into config.log some information that might help in debugging.
2006 {
2007 echo
2008
2009 cat <<\_ASBOX
2010## ---------------- ##
2011## Cache variables. ##
2012## ---------------- ##
2013_ASBOX
2014 echo
2015 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2016(
2017 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2018 eval ac_val=\$$ac_var
2019 case $ac_val in #(
2020 *${as_nl}*)
2021 case $ac_var in #(
2022 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2023$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2024 esac
2025 case $ac_var in #(
2026 _ | IFS | as_nl) ;; #(
2027 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2028 *) { eval $ac_var=; unset $ac_var;} ;;
2029 esac ;;
2030 esac
2031 done
f6bcefef 2032 (set) 2>&1 |
81ecdfbb
RW
2033 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2034 *${as_nl}ac_space=\ *)
f6bcefef 2035 sed -n \
81ecdfbb
RW
2036 "s/'\''/'\''\\\\'\'''\''/g;
2037 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2038 ;; #(
f6bcefef 2039 *)
81ecdfbb 2040 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
f6bcefef 2041 ;;
81ecdfbb
RW
2042 esac |
2043 sort
2044)
f6bcefef
HPN
2045 echo
2046
2047 cat <<\_ASBOX
2048## ----------------- ##
2049## Output variables. ##
2050## ----------------- ##
2051_ASBOX
2052 echo
2053 for ac_var in $ac_subst_vars
2054 do
81ecdfbb
RW
2055 eval ac_val=\$$ac_var
2056 case $ac_val in
2057 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2058 esac
2059 $as_echo "$ac_var='\''$ac_val'\''"
f6bcefef
HPN
2060 done | sort
2061 echo
2062
2063 if test -n "$ac_subst_files"; then
2064 cat <<\_ASBOX
81ecdfbb
RW
2065## ------------------- ##
2066## File substitutions. ##
2067## ------------------- ##
f6bcefef
HPN
2068_ASBOX
2069 echo
2070 for ac_var in $ac_subst_files
2071 do
81ecdfbb
RW
2072 eval ac_val=\$$ac_var
2073 case $ac_val in
2074 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2075 esac
2076 $as_echo "$ac_var='\''$ac_val'\''"
f6bcefef
HPN
2077 done | sort
2078 echo
2079 fi
2080
2081 if test -s confdefs.h; then
2082 cat <<\_ASBOX
2083## ----------- ##
2084## confdefs.h. ##
2085## ----------- ##
2086_ASBOX
2087 echo
81ecdfbb 2088 cat confdefs.h
f6bcefef
HPN
2089 echo
2090 fi
2091 test "$ac_signal" != 0 &&
81ecdfbb
RW
2092 $as_echo "$as_me: caught signal $ac_signal"
2093 $as_echo "$as_me: exit $exit_status"
f6bcefef 2094 } >&5
81ecdfbb
RW
2095 rm -f core *.core core.conftest.* &&
2096 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
f6bcefef 2097 exit $exit_status
81ecdfbb 2098' 0
f6bcefef 2099for ac_signal in 1 2 13 15; do
81ecdfbb 2100 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
f6bcefef
HPN
2101done
2102ac_signal=0
2103
2104# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2105rm -f -r conftest* confdefs.h
2106
2107$as_echo "/* confdefs.h */" > confdefs.h
f6bcefef
HPN
2108
2109# Predefined preprocessor variables.
2110
2111cat >>confdefs.h <<_ACEOF
2112#define PACKAGE_NAME "$PACKAGE_NAME"
2113_ACEOF
2114
f6bcefef
HPN
2115cat >>confdefs.h <<_ACEOF
2116#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2117_ACEOF
2118
f6bcefef
HPN
2119cat >>confdefs.h <<_ACEOF
2120#define PACKAGE_VERSION "$PACKAGE_VERSION"
2121_ACEOF
2122
f6bcefef
HPN
2123cat >>confdefs.h <<_ACEOF
2124#define PACKAGE_STRING "$PACKAGE_STRING"
2125_ACEOF
2126
f6bcefef
HPN
2127cat >>confdefs.h <<_ACEOF
2128#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2129_ACEOF
2130
81ecdfbb
RW
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE_URL "$PACKAGE_URL"
2133_ACEOF
2134
f6bcefef
HPN
2135
2136# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2137# Prefer an explicitly selected file to automatically selected ones.
2138ac_site_file1=NONE
2139ac_site_file2=NONE
2140if test -n "$CONFIG_SITE"; then
2141 ac_site_file1=$CONFIG_SITE
2142elif test "x$prefix" != xNONE; then
2143 ac_site_file1=$prefix/share/config.site
2144 ac_site_file2=$prefix/etc/config.site
2145else
2146 ac_site_file1=$ac_default_prefix/share/config.site
2147 ac_site_file2=$ac_default_prefix/etc/config.site
2148fi
2149for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2150do
2151 test "x$ac_site_file" = xNONE && continue
f6bcefef 2152 if test -r "$ac_site_file"; then
81ecdfbb
RW
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2154$as_echo "$as_me: loading site script $ac_site_file" >&6;}
f6bcefef
HPN
2155 sed 's/^/| /' "$ac_site_file" >&5
2156 . "$ac_site_file"
2157 fi
2158done
2159
2160if test -r "$cache_file"; then
2161 # Some versions of bash will fail to source /dev/null (special
2162 # files actually), so we avoid doing that.
2163 if test -f "$cache_file"; then
81ecdfbb
RW
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2165$as_echo "$as_me: loading cache $cache_file" >&6;}
f6bcefef 2166 case $cache_file in
81ecdfbb
RW
2167 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2168 *) . "./$cache_file";;
f6bcefef
HPN
2169 esac
2170 fi
2171else
81ecdfbb
RW
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2173$as_echo "$as_me: creating cache $cache_file" >&6;}
f6bcefef
HPN
2174 >$cache_file
2175fi
2176
2177# Check that the precious variables saved in the cache have kept the same
2178# value.
2179ac_cache_corrupted=false
81ecdfbb 2180for ac_var in $ac_precious_vars; do
f6bcefef
HPN
2181 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2182 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2183 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2184 eval ac_new_val=\$ac_env_${ac_var}_value
f6bcefef
HPN
2185 case $ac_old_set,$ac_new_set in
2186 set,)
81ecdfbb
RW
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2188$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
f6bcefef
HPN
2189 ac_cache_corrupted=: ;;
2190 ,set)
81ecdfbb
RW
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2192$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
f6bcefef
HPN
2193 ac_cache_corrupted=: ;;
2194 ,);;
2195 *)
2196 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2197 # differences in whitespace do not lead to failure.
2198 ac_old_val_w=`echo x $ac_old_val`
2199 ac_new_val_w=`echo x $ac_new_val`
2200 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2202$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2203 ac_cache_corrupted=:
2204 else
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2206$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2207 eval $ac_var=\$ac_old_val
2208 fi
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2210$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2212$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
f6bcefef
HPN
2213 fi;;
2214 esac
2215 # Pass precious variables to config.status.
2216 if test "$ac_new_set" = set; then
2217 case $ac_new_val in
81ecdfbb 2218 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
f6bcefef
HPN
2219 *) ac_arg=$ac_var=$ac_new_val ;;
2220 esac
2221 case " $ac_configure_args " in
2222 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2223 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
f6bcefef
HPN
2224 esac
2225 fi
2226done
2227if $ac_cache_corrupted; then
81ecdfbb
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2229$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2231$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2232 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
f6bcefef 2233fi
81ecdfbb
RW
2234## -------------------- ##
2235## Main body of script. ##
2236## -------------------- ##
f6bcefef
HPN
2237
2238ac_ext=c
2239ac_cpp='$CPP $CPPFLAGS'
2240ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2241ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2242ac_compiler_gnu=$ac_cv_c_compiler_gnu
2243
2244
f6bcefef
HPN
2245# This file contains common code used by all simulators.
2246#
2247# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2248# directory. It is intended to be invoked before any target specific stuff.
2249# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2250# It is intended to be invoked last.
2251#
306f4178 2252# The simulator's configure.ac should look like:
f6bcefef
HPN
2253#
2254# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2255# AC_PREREQ(2.64)dnl
f6bcefef 2256# AC_INIT(Makefile.in)
6ffe910a 2257# sinclude(../common/aclocal.m4)
f6bcefef
HPN
2258#
2259# SIM_AC_COMMON
2260#
2261# ... target specific stuff ...
2262#
2263# SIM_AC_OUTPUT
2264
d6416cdc
RW
2265# Include global overrides and fixes for Autoconf.
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
6ffe910a
MF
2292# _AC_CHECK_DECL_BODY
2293# -------------------
2294# Shell function body for AC_CHECK_DECL.
2295# _AC_CHECK_DECL_BODY
d6416cdc 2296
6ffe910a
MF
2297# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2298# INCLUDES)
2299# -------------------------------------------------------------
2300# Helper to AC_CHECK_DECLS, which generates the check for a single
2301# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2302# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc 2303
d6416cdc
RW
2304
2305
2306
2307
2308
2309
f6bcefef
HPN
2310
2311
2312
db2e4d67 2313
6bb11ab3 2314# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2315#
6bb11ab3
L
2316# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2317# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2318# Written by Gordon Matzigkeit, 1996
2319#
2320# This file is free software; the Free Software Foundation gives
2321# unlimited permission to copy and/or distribute it, with or without
2322# modifications, as long as this notice is preserved.
db2e4d67 2323
db2e4d67 2324
db2e4d67 2325
6bb11ab3 2326# serial 56 LT_INIT
db2e4d67
MF
2327
2328
6bb11ab3
L
2329# LT_PREREQ(VERSION)
2330# ------------------
2331# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2332
db2e4d67
MF
2333
2334
6bb11ab3
L
2335# _LT_CHECK_BUILDDIR
2336# ------------------
2337# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2338
2339
f6bcefef 2340
6bb11ab3
L
2341# LT_INIT([OPTIONS])
2342# ------------------
2343# LT_INIT
f6bcefef 2344
6bb11ab3
L
2345# Old names:
2346# This is what autoupdate's m4 run will expand. It fires
2347# the warning (with _au_warn_XXX), outputs it into the
2348# updated configure.ac (with AC_DIAGNOSE), and then outputs
2349# the replacement expansion.
f6bcefef
HPN
2350
2351
6bb11ab3
L
2352# This is an auxiliary macro that is also run when
2353# autoupdate runs m4. It simply calls m4_warning, but
2354# we need a wrapper so that each warning is emitted only
2355# once. We break the quoting in m4_warning's argument in
2356# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef
HPN
2357
2358
6bb11ab3
L
2359# Finally, this is the expansion that is picked up by
2360# autoconf. It tells the user to run autoupdate, and
2361# then outputs the replacement expansion. We do not care
2362# about autoupdate's warning because that contains
2363# information on what to do *after* running autoupdate.
f6bcefef 2364
6bb11ab3
L
2365# This is what autoupdate's m4 run will expand. It fires
2366# the warning (with _au_warn_XXX), outputs it into the
2367# updated configure.ac (with AC_DIAGNOSE), and then outputs
2368# the replacement expansion.
f6bcefef
HPN
2369
2370
6bb11ab3
L
2371# This is an auxiliary macro that is also run when
2372# autoupdate runs m4. It simply calls m4_warning, but
2373# we need a wrapper so that each warning is emitted only
2374# once. We break the quoting in m4_warning's argument in
2375# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef
HPN
2376
2377
6bb11ab3
L
2378# Finally, this is the expansion that is picked up by
2379# autoconf. It tells the user to run autoupdate, and
2380# then outputs the replacement expansion. We do not care
2381# about autoupdate's warning because that contains
2382# information on what to do *after* running autoupdate.
f6bcefef
HPN
2383
2384
2385
6bb11ab3
L
2386# _LT_CC_BASENAME(CC)
2387# -------------------
2388# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
f6bcefef
HPN
2389
2390
2391
6bb11ab3
L
2392# _LT_FILEUTILS_DEFAULTS
2393# ----------------------
2394# It is okay to use these file commands and assume they have been set
2395# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2396# _LT_FILEUTILS_DEFAULTS
f6bcefef
HPN
2397
2398
6bb11ab3
L
2399# _LT_SETUP
2400# ---------
2401# _LT_SETUP
f6bcefef
HPN
2402
2403
6bb11ab3
L
2404# _LT_PREPARE_SED_QUOTE_VARS
2405# --------------------------
2406# Define a few sed substitution that help us do robust quoting.
f6bcefef
HPN
2407
2408
6bb11ab3
L
2409# _LT_PROG_LTMAIN
2410# ---------------
2411# Note that this code is called both from `configure', and `config.status'
2412# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2413# `config.status' has no value for ac_aux_dir unless we are using Automake,
2414# so we pass a copy along to make sure it has a sensible value anyway.
2415# _LT_PROG_LTMAIN
f6bcefef
HPN
2416
2417
6bb11ab3
L
2418## ------------------------------------- ##
2419## Accumulate code for creating libtool. ##
2420## ------------------------------------- ##
f6bcefef 2421
6bb11ab3
L
2422# So that we can recreate a full libtool script including additional
2423# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2424# in macros and then make a single call at the end using the `libtool'
2425# label.
f6bcefef
HPN
2426
2427
6bb11ab3
L
2428# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2429# ----------------------------------------
2430# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
f6bcefef
HPN
2431
2432
6bb11ab3 2433# Initialize.
f6bcefef
HPN
2434
2435
2436
6bb11ab3
L
2437# _LT_CONFIG_LIBTOOL([COMMANDS])
2438# ------------------------------
2439# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
f6bcefef
HPN
2440
2441
6bb11ab3 2442# Initialize.
f6bcefef
HPN
2443
2444
2445
6bb11ab3
L
2446# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2447# -----------------------------------------------------
f6bcefef 2448
5912fadd
JB
2449
2450
6bb11ab3
L
2451# _LT_FORMAT_COMMENT([COMMENT])
2452# -----------------------------
2453# Add leading comment marks to the start of each line, and a trailing
2454# full-stop to the whole comment if one is not present already.
5912fadd
JB
2455
2456
f6bcefef
HPN
2457
2458
6bb11ab3
L
2459## ------------------------ ##
2460## FIXME: Eliminate VARNAME ##
2461## ------------------------ ##
f6bcefef
HPN
2462
2463
6bb11ab3
L
2464# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2465# -------------------------------------------------------------------
2466# CONFIGNAME is the name given to the value in the libtool script.
2467# VARNAME is the (base) name used in the configure script.
2468# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2469# VARNAME. Any other value will be used directly.
f6bcefef 2470
f6bcefef
HPN
2471
2472
6bb11ab3
L
2473# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2474# --------------------------------------------------------
f6bcefef
HPN
2475
2476
2477
6bb11ab3
L
2478# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2479# ------------------------------------------------
f6bcefef
HPN
2480
2481
2482
6bb11ab3
L
2483# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2484# ---------------------------------------------------------
f6bcefef
HPN
2485
2486
2487
6bb11ab3
L
2488# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2489# --------------------------------------------------
f6bcefef
HPN
2490
2491
2492
6bb11ab3
L
2493# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2494# ---------------------------------------------------
f6bcefef
HPN
2495
2496
2497
6bb11ab3
L
2498# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2499# ---------------------------------------------------
f6bcefef
HPN
2500
2501
2502
2503
6bb11ab3
L
2504# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2505# ------------------------------------------------
f6bcefef
HPN
2506
2507
2508
2509
6bb11ab3
L
2510# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2511# ------------------------------------
2512# Quote a variable value, and forward it to `config.status' so that its
2513# declaration there will have the same value as in `configure'. VARNAME
2514# must have a single quote delimited value for this to work.
f6bcefef
HPN
2515
2516
2517
6bb11ab3
L
2518# _LT_CONFIG_STATUS_DECLARATIONS
2519# ------------------------------
2520# We delimit libtool config variables with single quotes, so when
2521# we write them to config.status, we have to be sure to quote all
2522# embedded single quotes properly. In configure, this macro expands
2523# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2524#
2525# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
f6bcefef
HPN
2526
2527
2528
6bb11ab3
L
2529# _LT_LIBTOOL_TAGS
2530# ----------------
2531# Output comment and list of tags supported by the script
f6bcefef
HPN
2532
2533
2534
6bb11ab3
L
2535# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2536# -----------------------------------
2537# Extract the dictionary values for VARNAME (optionally with TAG) and
2538# expand to a commented shell variable setting:
2539#
2540# # Some comment about what VAR is for.
2541# visible_name=$lt_internal_name
f6bcefef
HPN
2542
2543
f6bcefef 2544
6bb11ab3
L
2545# _LT_LIBTOOL_CONFIG_VARS
2546# -----------------------
2547# Produce commented declarations of non-tagged libtool config variables
2548# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2549# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2550# section) are produced by _LT_LIBTOOL_TAG_VARS.
f6bcefef
HPN
2551
2552
6efef468 2553
6bb11ab3
L
2554# _LT_LIBTOOL_TAG_VARS(TAG)
2555# -------------------------
6efef468
JM
2556
2557
2558
6bb11ab3
L
2559# _LT_TAGVAR(VARNAME, [TAGNAME])
2560# ------------------------------
6efef468
JM
2561
2562
2563
6bb11ab3
L
2564# _LT_CONFIG_COMMANDS
2565# -------------------
2566# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2567# variables for single and double quote escaping we saved from calls
2568# to _LT_DECL, we can put quote escaped variables declarations
2569# into `config.status', and then the shell code to quote escape them in
2570# for loops in `config.status'. Finally, any additional code accumulated
2571# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2572#_LT_CONFIG_COMMANDS
2573
2574
2575# Initialize.
2576
2577
2578# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2579# ------------------------------------
2580# Generate a child script FILE with all initialization necessary to
2581# reuse the environment learned by the parent script, and make the
2582# file executable. If COMMENT is supplied, it is inserted after the
2583# `#!' sequence but before initialization text begins. After this
2584# macro, additional text can be appended to FILE to form the body of
2585# the child script. The macro ends with non-zero status if the
2586# file could not be fully written (such as if the disk is full).
2587# _LT_GENERATED_FILE_INIT
2588
2589# LT_OUTPUT
2590# ---------
2591# This macro allows early generation of the libtool script (before
2592# AC_OUTPUT is called), incase it is used in configure for compilation
2593# tests.
2594# LT_OUTPUT
2595
2596
2597# _LT_CONFIG(TAG)
2598# ---------------
2599# If TAG is the built-in tag, create an initial libtool script with a
2600# default configuration from the untagged config vars. Otherwise add code
2601# to config.status for appending the configuration named by TAG from the
2602# matching tagged config vars.
2603# _LT_CONFIG
6efef468
JM
2604
2605
6bb11ab3
L
2606# LT_SUPPORTED_TAG(TAG)
2607# ---------------------
2608# Trace this macro to discover what tags are supported by the libtool
2609# --tag option, using:
2610# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2611
6efef468 2612
6efef468 2613
6bb11ab3 2614# C support is built-in for now
6efef468 2615
6efef468
JM
2616
2617
2618
6bb11ab3
L
2619# LT_LANG(LANG)
2620# -------------
2621# Enable libtool support for the given language if not already enabled.
2622# LT_LANG
6efef468
JM
2623
2624
6bb11ab3
L
2625# _LT_LANG(LANGNAME)
2626# ------------------
2627# _LT_LANG
6efef468
JM
2628
2629
6bb11ab3
L
2630# _LT_LANG_DEFAULT_CONFIG
2631# -----------------------
2632# _LT_LANG_DEFAULT_CONFIG
6efef468 2633
6bb11ab3
L
2634# Obsolete macros:
2635# This is what autoupdate's m4 run will expand. It fires
2636# the warning (with _au_warn_XXX), outputs it into the
2637# updated configure.ac (with AC_DIAGNOSE), and then outputs
2638# the replacement expansion.
6efef468 2639
6efef468 2640
6bb11ab3
L
2641# This is an auxiliary macro that is also run when
2642# autoupdate runs m4. It simply calls m4_warning, but
2643# we need a wrapper so that each warning is emitted only
2644# once. We break the quoting in m4_warning's argument in
2645# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2646
6efef468 2647
6bb11ab3
L
2648# Finally, this is the expansion that is picked up by
2649# autoconf. It tells the user to run autoupdate, and
2650# then outputs the replacement expansion. We do not care
2651# about autoupdate's warning because that contains
2652# information on what to do *after* running autoupdate.
6efef468 2653
6bb11ab3
L
2654# This is what autoupdate's m4 run will expand. It fires
2655# the warning (with _au_warn_XXX), outputs it into the
2656# updated configure.ac (with AC_DIAGNOSE), and then outputs
2657# the replacement expansion.
6efef468
JM
2658
2659
6bb11ab3
L
2660# This is an auxiliary macro that is also run when
2661# autoupdate runs m4. It simply calls m4_warning, but
2662# we need a wrapper so that each warning is emitted only
2663# once. We break the quoting in m4_warning's argument in
2664# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2665
2666
6bb11ab3
L
2667# Finally, this is the expansion that is picked up by
2668# autoconf. It tells the user to run autoupdate, and
2669# then outputs the replacement expansion. We do not care
2670# about autoupdate's warning because that contains
2671# information on what to do *after* running autoupdate.
6efef468 2672
6bb11ab3
L
2673# This is what autoupdate's m4 run will expand. It fires
2674# the warning (with _au_warn_XXX), outputs it into the
2675# updated configure.ac (with AC_DIAGNOSE), and then outputs
2676# the replacement expansion.
6efef468
JM
2677
2678
6bb11ab3
L
2679# This is an auxiliary macro that is also run when
2680# autoupdate runs m4. It simply calls m4_warning, but
2681# we need a wrapper so that each warning is emitted only
2682# once. We break the quoting in m4_warning's argument in
2683# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2684
2685
6bb11ab3
L
2686# Finally, this is the expansion that is picked up by
2687# autoconf. It tells the user to run autoupdate, and
2688# then outputs the replacement expansion. We do not care
2689# about autoupdate's warning because that contains
2690# information on what to do *after* running autoupdate.
6efef468 2691
6bb11ab3
L
2692# This is what autoupdate's m4 run will expand. It fires
2693# the warning (with _au_warn_XXX), outputs it into the
2694# updated configure.ac (with AC_DIAGNOSE), and then outputs
2695# the replacement expansion.
6efef468
JM
2696
2697
6bb11ab3
L
2698# This is an auxiliary macro that is also run when
2699# autoupdate runs m4. It simply calls m4_warning, but
2700# we need a wrapper so that each warning is emitted only
2701# once. We break the quoting in m4_warning's argument in
2702# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2703
2704
6bb11ab3
L
2705# Finally, this is the expansion that is picked up by
2706# autoconf. It tells the user to run autoupdate, and
2707# then outputs the replacement expansion. We do not care
2708# about autoupdate's warning because that contains
2709# information on what to do *after* running autoupdate.
6efef468 2710
6bb11ab3
L
2711# This is what autoupdate's m4 run will expand. It fires
2712# the warning (with _au_warn_XXX), outputs it into the
2713# updated configure.ac (with AC_DIAGNOSE), and then outputs
2714# the replacement expansion.
6efef468
JM
2715
2716
6bb11ab3
L
2717# This is an auxiliary macro that is also run when
2718# autoupdate runs m4. It simply calls m4_warning, but
2719# we need a wrapper so that each warning is emitted only
2720# once. We break the quoting in m4_warning's argument in
2721# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2722
2723
6bb11ab3
L
2724# Finally, this is the expansion that is picked up by
2725# autoconf. It tells the user to run autoupdate, and
2726# then outputs the replacement expansion. We do not care
2727# about autoupdate's warning because that contains
2728# information on what to do *after* running autoupdate.
6efef468 2729
f6bcefef
HPN
2730
2731
6bb11ab3
L
2732# _LT_TAG_COMPILER
2733# ----------------
2734# _LT_TAG_COMPILER
f6bcefef
HPN
2735
2736
6bb11ab3
L
2737# _LT_COMPILER_BOILERPLATE
2738# ------------------------
2739# Check for compiler boilerplate output or warnings with
2740# the simple compiler test code.
2741# _LT_COMPILER_BOILERPLATE
f6bcefef 2742
f6bcefef 2743
6bb11ab3
L
2744# _LT_LINKER_BOILERPLATE
2745# ----------------------
2746# Check for linker boilerplate output or warnings with
2747# the simple link test code.
2748# _LT_LINKER_BOILERPLATE
f6bcefef 2749
6bb11ab3
L
2750# _LT_REQUIRED_DARWIN_CHECKS
2751# -------------------------
81ecdfbb 2752
f6bcefef 2753
f6bcefef 2754
6bb11ab3
L
2755# _LT_DARWIN_LINKER_FEATURES
2756# --------------------------
2757# Checks for linker and compiler features on darwin
f6bcefef 2758
f6bcefef 2759
6bb11ab3
L
2760# _LT_SYS_MODULE_PATH_AIX
2761# -----------------------
2762# Links a minimal program and checks the executable
2763# for the system default hardcoded library path. In most cases,
2764# this is /usr/lib:/lib, but when the MPI compilers are used
2765# the location of the communication and MPI libs are included too.
2766# If we don't find anything, use the default library path according
2767# to the aix ld manual.
2768# _LT_SYS_MODULE_PATH_AIX
f6bcefef 2769
f6bcefef 2770
6bb11ab3
L
2771# _LT_SHELL_INIT(ARG)
2772# -------------------
2773# _LT_SHELL_INIT
f6bcefef 2774
f6bcefef 2775
81ecdfbb 2776
6bb11ab3
L
2777# _LT_PROG_ECHO_BACKSLASH
2778# -----------------------
2779# Find how we can fake an echo command that does not interpret backslash.
2780# In particular, with Autoconf 2.60 or later we add some code to the start
2781# of the generated configure script which will find a shell with a builtin
2782# printf (which we can use as an echo command).
2783# _LT_PROG_ECHO_BACKSLASH
f6bcefef 2784
f6bcefef 2785
6bb11ab3
L
2786# _LT_ENABLE_LOCK
2787# ---------------
2788# _LT_ENABLE_LOCK
81ecdfbb 2789
f6bcefef 2790
6bb11ab3
L
2791# _LT_CMD_OLD_ARCHIVE
2792# -------------------
2793# _LT_CMD_OLD_ARCHIVE
f6bcefef 2794
81ecdfbb 2795
6bb11ab3
L
2796# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2797# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2798# ----------------------------------------------------------------
2799# Check whether the given compiler option works
2800# _LT_COMPILER_OPTION
f6bcefef 2801
6bb11ab3
L
2802# Old name:
2803# This is what autoupdate's m4 run will expand. It fires
2804# the warning (with _au_warn_XXX), outputs it into the
2805# updated configure.ac (with AC_DIAGNOSE), and then outputs
2806# the replacement expansion.
f6bcefef 2807
f6bcefef 2808
6bb11ab3
L
2809# This is an auxiliary macro that is also run when
2810# autoupdate runs m4. It simply calls m4_warning, but
2811# we need a wrapper so that each warning is emitted only
2812# once. We break the quoting in m4_warning's argument in
2813# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef 2814
f6bcefef 2815
6bb11ab3
L
2816# Finally, this is the expansion that is picked up by
2817# autoconf. It tells the user to run autoupdate, and
2818# then outputs the replacement expansion. We do not care
2819# about autoupdate's warning because that contains
2820# information on what to do *after* running autoupdate.
f6bcefef 2821
f6bcefef 2822
f6bcefef 2823
6bb11ab3
L
2824# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2825# [ACTION-SUCCESS], [ACTION-FAILURE])
2826# ----------------------------------------------------
2827# Check whether the given linker option works
2828# _LT_LINKER_OPTION
81ecdfbb 2829
6bb11ab3
L
2830# Old name:
2831# This is what autoupdate's m4 run will expand. It fires
2832# the warning (with _au_warn_XXX), outputs it into the
2833# updated configure.ac (with AC_DIAGNOSE), and then outputs
2834# the replacement expansion.
81ecdfbb 2835
81ecdfbb 2836
6bb11ab3
L
2837# This is an auxiliary macro that is also run when
2838# autoupdate runs m4. It simply calls m4_warning, but
2839# we need a wrapper so that each warning is emitted only
2840# once. We break the quoting in m4_warning's argument in
2841# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2842
f6bcefef 2843
6bb11ab3
L
2844# Finally, this is the expansion that is picked up by
2845# autoconf. It tells the user to run autoupdate, and
2846# then outputs the replacement expansion. We do not care
2847# about autoupdate's warning because that contains
2848# information on what to do *after* running autoupdate.
2849
2850
2851
2852# LT_CMD_MAX_LEN
2853#---------------
2854# LT_CMD_MAX_LEN
2855
2856# Old name:
2857# This is what autoupdate's m4 run will expand. It fires
2858# the warning (with _au_warn_XXX), outputs it into the
2859# updated configure.ac (with AC_DIAGNOSE), and then outputs
2860# the replacement expansion.
2861
2862
2863# This is an auxiliary macro that is also run when
2864# autoupdate runs m4. It simply calls m4_warning, but
2865# we need a wrapper so that each warning is emitted only
2866# once. We break the quoting in m4_warning's argument in
2867# order to expand this macro's arguments, not AU_DEFUN's.
2868
2869
2870# Finally, this is the expansion that is picked up by
2871# autoconf. It tells the user to run autoupdate, and
2872# then outputs the replacement expansion. We do not care
2873# about autoupdate's warning because that contains
2874# information on what to do *after* running autoupdate.
2875
2876
2877
2878# _LT_HEADER_DLFCN
2879# ----------------
2880# _LT_HEADER_DLFCN
2881
2882
2883# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2884# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2885# ----------------------------------------------------------------
2886# _LT_TRY_DLOPEN_SELF
2887
2888
2889# LT_SYS_DLOPEN_SELF
2890# ------------------
2891# LT_SYS_DLOPEN_SELF
2892
2893# Old name:
2894# This is what autoupdate's m4 run will expand. It fires
2895# the warning (with _au_warn_XXX), outputs it into the
2896# updated configure.ac (with AC_DIAGNOSE), and then outputs
2897# the replacement expansion.
2898
2899
2900# This is an auxiliary macro that is also run when
2901# autoupdate runs m4. It simply calls m4_warning, but
2902# we need a wrapper so that each warning is emitted only
2903# once. We break the quoting in m4_warning's argument in
2904# order to expand this macro's arguments, not AU_DEFUN's.
2905
2906
2907# Finally, this is the expansion that is picked up by
2908# autoconf. It tells the user to run autoupdate, and
2909# then outputs the replacement expansion. We do not care
2910# about autoupdate's warning because that contains
2911# information on what to do *after* running autoupdate.
2912
2913
2914
2915# _LT_COMPILER_C_O([TAGNAME])
2916# ---------------------------
2917# Check to see if options -c and -o are simultaneously supported by compiler.
2918# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2919# _LT_COMPILER_C_O
2920
2921
2922# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2923# ----------------------------------
2924# Check to see if we can do hard links to lock some files if needed
2925# _LT_COMPILER_FILE_LOCKS
2926
2927
2928# _LT_CHECK_OBJDIR
2929# ----------------
2930# _LT_CHECK_OBJDIR
2931
2932
2933# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2934# --------------------------------------
2935# Check hardcoding attributes.
2936# _LT_LINKER_HARDCODE_LIBPATH
2937
2938
2939# _LT_CMD_STRIPLIB
2940# ----------------
2941# _LT_CMD_STRIPLIB
2942
2943
2944# _LT_SYS_DYNAMIC_LINKER([TAG])
2945# -----------------------------
2946# PORTME Fill in your ld.so characteristics
2947# _LT_SYS_DYNAMIC_LINKER
2948
2949
2950# _LT_PATH_TOOL_PREFIX(TOOL)
2951# --------------------------
2952# find a file program which can recognize shared library
2953# _LT_PATH_TOOL_PREFIX
2954
2955# Old name:
2956# This is what autoupdate's m4 run will expand. It fires
2957# the warning (with _au_warn_XXX), outputs it into the
2958# updated configure.ac (with AC_DIAGNOSE), and then outputs
2959# the replacement expansion.
2960
2961
2962# This is an auxiliary macro that is also run when
2963# autoupdate runs m4. It simply calls m4_warning, but
2964# we need a wrapper so that each warning is emitted only
2965# once. We break the quoting in m4_warning's argument in
2966# order to expand this macro's arguments, not AU_DEFUN's.
2967
2968
2969# Finally, this is the expansion that is picked up by
2970# autoconf. It tells the user to run autoupdate, and
2971# then outputs the replacement expansion. We do not care
2972# about autoupdate's warning because that contains
2973# information on what to do *after* running autoupdate.
2974
2975
2976
2977# _LT_PATH_MAGIC
2978# --------------
2979# find a file program which can recognize a shared library
2980# _LT_PATH_MAGIC
2981
2982
2983# LT_PATH_LD
2984# ----------
2985# find the pathname to the GNU or non-GNU linker
2986# LT_PATH_LD
2987
2988# Old names:
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# This is what autoupdate's m4 run will expand. It fires
3009# the warning (with _au_warn_XXX), outputs it into the
3010# updated configure.ac (with AC_DIAGNOSE), and then outputs
3011# the replacement expansion.
3012
3013
3014# This is an auxiliary macro that is also run when
3015# autoupdate runs m4. It simply calls m4_warning, but
3016# we need a wrapper so that each warning is emitted only
3017# once. We break the quoting in m4_warning's argument in
3018# order to expand this macro's arguments, not AU_DEFUN's.
3019
3020
3021# Finally, this is the expansion that is picked up by
3022# autoconf. It tells the user to run autoupdate, and
3023# then outputs the replacement expansion. We do not care
3024# about autoupdate's warning because that contains
3025# information on what to do *after* running autoupdate.
3026
3027
3028
3029# _LT_PATH_LD_GNU
3030#- --------------
3031# _LT_PATH_LD_GNU
3032
3033
3034# _LT_CMD_RELOAD
3035# --------------
3036# find reload flag for linker
3037# -- PORTME Some linkers may need a different reload flag.
3038# _LT_CMD_RELOAD
3039
3040
3041# _LT_CHECK_MAGIC_METHOD
3042# ----------------------
3043# how to check for library dependencies
3044# -- PORTME fill in with the dynamic library characteristics
3045# _LT_CHECK_MAGIC_METHOD
3046
3047
3048# LT_PATH_NM
3049# ----------
3050# find the pathname to a BSD- or MS-compatible name lister
3051# LT_PATH_NM
3052
3053# Old names:
3054# This is what autoupdate's m4 run will expand. It fires
3055# the warning (with _au_warn_XXX), outputs it into the
3056# updated configure.ac (with AC_DIAGNOSE), and then outputs
3057# the replacement expansion.
3058
3059
3060# This is an auxiliary macro that is also run when
3061# autoupdate runs m4. It simply calls m4_warning, but
3062# we need a wrapper so that each warning is emitted only
3063# once. We break the quoting in m4_warning's argument in
3064# order to expand this macro's arguments, not AU_DEFUN's.
3065
3066
3067# Finally, this is the expansion that is picked up by
3068# autoconf. It tells the user to run autoupdate, and
3069# then outputs the replacement expansion. We do not care
3070# about autoupdate's warning because that contains
3071# information on what to do *after* running autoupdate.
3072
3073# This is what autoupdate's m4 run will expand. It fires
3074# the warning (with _au_warn_XXX), outputs it into the
3075# updated configure.ac (with AC_DIAGNOSE), and then outputs
3076# the replacement expansion.
3077
3078
3079# This is an auxiliary macro that is also run when
3080# autoupdate runs m4. It simply calls m4_warning, but
3081# we need a wrapper so that each warning is emitted only
3082# once. We break the quoting in m4_warning's argument in
3083# order to expand this macro's arguments, not AU_DEFUN's.
3084
3085
3086# Finally, this is the expansion that is picked up by
3087# autoconf. It tells the user to run autoupdate, and
3088# then outputs the replacement expansion. We do not care
3089# about autoupdate's warning because that contains
3090# information on what to do *after* running autoupdate.
3091
3092
3093
3094# LT_LIB_M
3095# --------
3096# check for math library
3097# LT_LIB_M
3098
3099# Old name:
3100# This is what autoupdate's m4 run will expand. It fires
3101# the warning (with _au_warn_XXX), outputs it into the
3102# updated configure.ac (with AC_DIAGNOSE), and then outputs
3103# the replacement expansion.
3104
3105
3106# This is an auxiliary macro that is also run when
3107# autoupdate runs m4. It simply calls m4_warning, but
3108# we need a wrapper so that each warning is emitted only
3109# once. We break the quoting in m4_warning's argument in
3110# order to expand this macro's arguments, not AU_DEFUN's.
3111
3112
3113# Finally, this is the expansion that is picked up by
3114# autoconf. It tells the user to run autoupdate, and
3115# then outputs the replacement expansion. We do not care
3116# about autoupdate's warning because that contains
3117# information on what to do *after* running autoupdate.
3118
3119
3120
3121# _LT_COMPILER_NO_RTTI([TAGNAME])
3122# -------------------------------
3123# _LT_COMPILER_NO_RTTI
3124
3125
3126# _LT_CMD_GLOBAL_SYMBOLS
3127# ----------------------
3128 # _LT_CMD_GLOBAL_SYMBOLS
3129
3130
3131# _LT_COMPILER_PIC([TAGNAME])
3132# ---------------------------
3133# _LT_COMPILER_PIC
3134
3135
3136# _LT_LINKER_SHLIBS([TAGNAME])
3137# ----------------------------
3138# See if the linker supports building shared libraries.
3139# _LT_LINKER_SHLIBS
3140
3141
3142# _LT_LANG_C_CONFIG([TAG])
3143# ------------------------
3144# Ensure that the configuration variables for a C compiler are suitably
3145# defined. These variables are subsequently used by _LT_CONFIG to write
3146# the compiler configuration to `libtool'.
3147# _LT_LANG_C_CONFIG
3148
3149
3150# _LT_LANG_CXX_CONFIG([TAG])
3151# --------------------------
3152# Ensure that the configuration variables for a C++ compiler are suitably
3153# defined. These variables are subsequently used by _LT_CONFIG to write
3154# the compiler configuration to `libtool'.
3155# _LT_LANG_CXX_CONFIG
3156
3157
3158# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3159# ---------------------------------
3160# Figure out "hidden" library dependencies from verbose
3161# compiler output when linking a shared library.
3162# Parse the compiler output and extract the necessary
3163# objects, libraries and library flags.
3164# _LT_SYS_HIDDEN_LIBDEPS
3165
3166
3167# _LT_LANG_F77_CONFIG([TAG])
3168# --------------------------
3169# Ensure that the configuration variables for a Fortran 77 compiler are
3170# suitably defined. These variables are subsequently used by _LT_CONFIG
3171# to write the compiler configuration to `libtool'.
3172# _LT_LANG_F77_CONFIG
3173
3174
3175# _LT_LANG_FC_CONFIG([TAG])
3176# -------------------------
3177# Ensure that the configuration variables for a Fortran compiler are
3178# suitably defined. These variables are subsequently used by _LT_CONFIG
3179# to write the compiler configuration to `libtool'.
3180# _LT_LANG_FC_CONFIG
3181
3182
3183# _LT_LANG_GCJ_CONFIG([TAG])
3184# --------------------------
3185# Ensure that the configuration variables for the GNU Java Compiler compiler
3186# are suitably defined. These variables are subsequently used by _LT_CONFIG
3187# to write the compiler configuration to `libtool'.
3188# _LT_LANG_GCJ_CONFIG
3189
3190
3191# _LT_LANG_RC_CONFIG([TAG])
3192# -------------------------
3193# Ensure that the configuration variables for the Windows resource compiler
3194# are suitably defined. These variables are subsequently used by _LT_CONFIG
3195# to write the compiler configuration to `libtool'.
3196# _LT_LANG_RC_CONFIG
3197
3198
3199# LT_PROG_GCJ
3200# -----------
3201
3202
3203# Old name:
3204# This is what autoupdate's m4 run will expand. It fires
3205# the warning (with _au_warn_XXX), outputs it into the
3206# updated configure.ac (with AC_DIAGNOSE), and then outputs
3207# the replacement expansion.
3208
3209
3210# This is an auxiliary macro that is also run when
3211# autoupdate runs m4. It simply calls m4_warning, but
3212# we need a wrapper so that each warning is emitted only
3213# once. We break the quoting in m4_warning's argument in
3214# order to expand this macro's arguments, not AU_DEFUN's.
3215
3216
3217# Finally, this is the expansion that is picked up by
3218# autoconf. It tells the user to run autoupdate, and
3219# then outputs the replacement expansion. We do not care
3220# about autoupdate's warning because that contains
3221# information on what to do *after* running autoupdate.
3222
3223
3224
3225# LT_PROG_RC
3226# ----------
3227
3228
3229# Old name:
3230# This is what autoupdate's m4 run will expand. It fires
3231# the warning (with _au_warn_XXX), outputs it into the
3232# updated configure.ac (with AC_DIAGNOSE), and then outputs
3233# the replacement expansion.
3234
3235
3236# This is an auxiliary macro that is also run when
3237# autoupdate runs m4. It simply calls m4_warning, but
3238# we need a wrapper so that each warning is emitted only
3239# once. We break the quoting in m4_warning's argument in
3240# order to expand this macro's arguments, not AU_DEFUN's.
3241
3242
3243# Finally, this is the expansion that is picked up by
3244# autoconf. It tells the user to run autoupdate, and
3245# then outputs the replacement expansion. We do not care
3246# about autoupdate's warning because that contains
3247# information on what to do *after* running autoupdate.
3248
3249
3250
3251# _LT_DECL_EGREP
3252# --------------
3253# If we don't have a new enough Autoconf to choose the best grep
3254# available, choose the one first in the user's PATH.
3255
3256
3257
3258# _LT_DECL_OBJDUMP
3259# --------------
3260# If we don't have a new enough Autoconf to choose the best objdump
3261# available, choose the one first in the user's PATH.
3262
3263
3264
3265# _LT_DECL_SED
3266# ------------
3267# Check for a fully-functional sed program, that truncates
3268# as few characters as possible. Prefer GNU sed if found.
3269# _LT_DECL_SED
3270
3271#m4_ifndef
3272
3273# Old name:
3274# This is what autoupdate's m4 run will expand. It fires
3275# the warning (with _au_warn_XXX), outputs it into the
3276# updated configure.ac (with AC_DIAGNOSE), and then outputs
3277# the replacement expansion.
3278
3279
3280# This is an auxiliary macro that is also run when
3281# autoupdate runs m4. It simply calls m4_warning, but
3282# we need a wrapper so that each warning is emitted only
3283# once. We break the quoting in m4_warning's argument in
3284# order to expand this macro's arguments, not AU_DEFUN's.
3285
3286
3287# Finally, this is the expansion that is picked up by
3288# autoconf. It tells the user to run autoupdate, and
3289# then outputs the replacement expansion. We do not care
3290# about autoupdate's warning because that contains
3291# information on what to do *after* running autoupdate.
3292
3293
3294
3295# _LT_CHECK_SHELL_FEATURES
3296# ------------------------
3297# Find out whether the shell is Bourne or XSI compatible,
3298# or has some other useful features.
3299# _LT_CHECK_SHELL_FEATURES
3300
3301
3302# _LT_PROG_XSI_SHELLFNS
3303# ---------------------
3304# Bourne and XSI compatible variants of some useful shell functions.
3305
3306
3307# Helper functions for option handling. -*- Autoconf -*-
3308#
3309# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3310# Inc.
3311# Written by Gary V. Vaughan, 2004
3312#
3313# This file is free software; the Free Software Foundation gives
3314# unlimited permission to copy and/or distribute it, with or without
3315# modifications, as long as this notice is preserved.
3316
3317# serial 6 ltoptions.m4
3318
3319# This is to help aclocal find these macros, as it can't see m4_define.
3320
3321
3322
3323# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3324# ------------------------------------------
3325
3326
3327
3328# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3329# ---------------------------------------
3330# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3331# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3332# saved as a flag.
3333
3334
3335
3336# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3337# ------------------------------------------------------------
3338# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3339
3340
3341
3342# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3343# -------------------------------------------------------
3344# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3345# are set.
3346
3347
3348
3349# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3350# ----------------------------------------
3351# OPTION-LIST is a space-separated list of Libtool options associated
3352# with MACRO-NAME. If any OPTION has a matching handler declared with
3353# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3354# the unknown option and exit.
3355# _LT_SET_OPTIONS
3356
3357
3358## --------------------------------- ##
3359## Macros to handle LT_INIT options. ##
3360## --------------------------------- ##
3361
3362# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3363# -----------------------------------------
3364
3365
3366
3367# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3368# -----------------------------------------------
3369# LT_OPTION_DEFINE
3370
3371
3372# dlopen
3373# ------
3374
3375
3376# This is what autoupdate's m4 run will expand. It fires
3377# the warning (with _au_warn_XXX), outputs it into the
3378# updated configure.ac (with AC_DIAGNOSE), and then outputs
3379# the replacement expansion.
3380
3381
3382# This is an auxiliary macro that is also run when
3383# autoupdate runs m4. It simply calls m4_warning, but
3384# we need a wrapper so that each warning is emitted only
3385# once. We break the quoting in m4_warning's argument in
3386# order to expand this macro's arguments, not AU_DEFUN's.
3387
3388
3389# Finally, this is the expansion that is picked up by
3390# autoconf. It tells the user to run autoupdate, and
3391# then outputs the replacement expansion. We do not care
3392# about autoupdate's warning because that contains
3393# information on what to do *after* running autoupdate.
3394
3395
3396
3397
3398# win32-dll
3399# ---------
3400# Declare package support for building win32 dll's.
3401# win32-dll
3402
3403# This is what autoupdate's m4 run will expand. It fires
3404# the warning (with _au_warn_XXX), outputs it into the
3405# updated configure.ac (with AC_DIAGNOSE), and then outputs
3406# the replacement expansion.
3407
3408
3409# This is an auxiliary macro that is also run when
3410# autoupdate runs m4. It simply calls m4_warning, but
3411# we need a wrapper so that each warning is emitted only
3412# once. We break the quoting in m4_warning's argument in
3413# order to expand this macro's arguments, not AU_DEFUN's.
3414
3415
3416# Finally, this is the expansion that is picked up by
3417# autoconf. It tells the user to run autoupdate, and
3418# then outputs the replacement expansion. We do not care
3419# about autoupdate's warning because that contains
3420# information on what to do *after* running autoupdate.
3421
3422
3423
3424
3425# _LT_ENABLE_SHARED([DEFAULT])
3426# ----------------------------
3427# implement the --enable-shared flag, and supports the `shared' and
3428# `disable-shared' LT_INIT options.
3429# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3430# _LT_ENABLE_SHARED
3431
3432
3433
3434
3435# Old names:
3436
3437
3438
3439
3440# This is what autoupdate's m4 run will expand. It fires
3441# the warning (with _au_warn_XXX), outputs it into the
3442# updated configure.ac (with AC_DIAGNOSE), and then outputs
3443# the replacement expansion.
3444
3445
3446# This is an auxiliary macro that is also run when
3447# autoupdate runs m4. It simply calls m4_warning, but
3448# we need a wrapper so that each warning is emitted only
3449# once. We break the quoting in m4_warning's argument in
3450# order to expand this macro's arguments, not AU_DEFUN's.
3451
3452
3453# Finally, this is the expansion that is picked up by
3454# autoconf. It tells the user to run autoupdate, and
3455# then outputs the replacement expansion. We do not care
3456# about autoupdate's warning because that contains
3457# information on what to do *after* running autoupdate.
3458
3459# This is what autoupdate's m4 run will expand. It fires
3460# the warning (with _au_warn_XXX), outputs it into the
3461# updated configure.ac (with AC_DIAGNOSE), and then outputs
3462# the replacement expansion.
3463
3464
3465# This is an auxiliary macro that is also run when
3466# autoupdate runs m4. It simply calls m4_warning, but
3467# we need a wrapper so that each warning is emitted only
3468# once. We break the quoting in m4_warning's argument in
3469# order to expand this macro's arguments, not AU_DEFUN's.
3470
3471
3472# Finally, this is the expansion that is picked up by
3473# autoconf. It tells the user to run autoupdate, and
3474# then outputs the replacement expansion. We do not care
3475# about autoupdate's warning because that contains
3476# information on what to do *after* running autoupdate.
3477
3478
3479
3480
3481
3482# _LT_ENABLE_STATIC([DEFAULT])
3483# ----------------------------
3484# implement the --enable-static flag, and support the `static' and
3485# `disable-static' LT_INIT options.
3486# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3487# _LT_ENABLE_STATIC
3488
3489
3490
3491
3492# Old names:
3493
3494
3495
3496
3497# This is what autoupdate's m4 run will expand. It fires
3498# the warning (with _au_warn_XXX), outputs it into the
3499# updated configure.ac (with AC_DIAGNOSE), and then outputs
3500# the replacement expansion.
3501
3502
3503# This is an auxiliary macro that is also run when
3504# autoupdate runs m4. It simply calls m4_warning, but
3505# we need a wrapper so that each warning is emitted only
3506# once. We break the quoting in m4_warning's argument in
3507# order to expand this macro's arguments, not AU_DEFUN's.
3508
3509
3510# Finally, this is the expansion that is picked up by
3511# autoconf. It tells the user to run autoupdate, and
3512# then outputs the replacement expansion. We do not care
3513# about autoupdate's warning because that contains
3514# information on what to do *after* running autoupdate.
3515
3516# This is what autoupdate's m4 run will expand. It fires
3517# the warning (with _au_warn_XXX), outputs it into the
3518# updated configure.ac (with AC_DIAGNOSE), and then outputs
3519# the replacement expansion.
3520
3521
3522# This is an auxiliary macro that is also run when
3523# autoupdate runs m4. It simply calls m4_warning, but
3524# we need a wrapper so that each warning is emitted only
3525# once. We break the quoting in m4_warning's argument in
3526# order to expand this macro's arguments, not AU_DEFUN's.
3527
3528
3529# Finally, this is the expansion that is picked up by
3530# autoconf. It tells the user to run autoupdate, and
3531# then outputs the replacement expansion. We do not care
3532# about autoupdate's warning because that contains
3533# information on what to do *after* running autoupdate.
3534
3535
3536
3537
3538
3539# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3540# ----------------------------------
3541# implement the --enable-fast-install flag, and support the `fast-install'
3542# and `disable-fast-install' LT_INIT options.
3543# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3544# _LT_ENABLE_FAST_INSTALL
3545
3546
3547
3548
3549# Old names:
3550# This is what autoupdate's m4 run will expand. It fires
3551# the warning (with _au_warn_XXX), outputs it into the
3552# updated configure.ac (with AC_DIAGNOSE), and then outputs
3553# the replacement expansion.
3554
3555
3556# This is an auxiliary macro that is also run when
3557# autoupdate runs m4. It simply calls m4_warning, but
3558# we need a wrapper so that each warning is emitted only
3559# once. We break the quoting in m4_warning's argument in
3560# order to expand this macro's arguments, not AU_DEFUN's.
3561
3562
3563# Finally, this is the expansion that is picked up by
3564# autoconf. It tells the user to run autoupdate, and
3565# then outputs the replacement expansion. We do not care
3566# about autoupdate's warning because that contains
3567# information on what to do *after* running autoupdate.
3568
3569
3570# This is what autoupdate's m4 run will expand. It fires
3571# the warning (with _au_warn_XXX), outputs it into the
3572# updated configure.ac (with AC_DIAGNOSE), and then outputs
3573# the replacement expansion.
3574
3575
3576# This is an auxiliary macro that is also run when
3577# autoupdate runs m4. It simply calls m4_warning, but
3578# we need a wrapper so that each warning is emitted only
3579# once. We break the quoting in m4_warning's argument in
3580# order to expand this macro's arguments, not AU_DEFUN's.
3581
3582
3583# Finally, this is the expansion that is picked up by
3584# autoconf. It tells the user to run autoupdate, and
3585# then outputs the replacement expansion. We do not care
3586# about autoupdate's warning because that contains
3587# information on what to do *after* running autoupdate.
3588
3589
3590
3591
3592# _LT_WITH_PIC([MODE])
3593# --------------------
3594# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3595# LT_INIT options.
3596# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3597# _LT_WITH_PIC
3598
3599
3600
3601
3602# Old name:
3603# This is what autoupdate's m4 run will expand. It fires
3604# the warning (with _au_warn_XXX), outputs it into the
3605# updated configure.ac (with AC_DIAGNOSE), and then outputs
3606# the replacement expansion.
3607
3608
3609# This is an auxiliary macro that is also run when
3610# autoupdate runs m4. It simply calls m4_warning, but
3611# we need a wrapper so that each warning is emitted only
3612# once. We break the quoting in m4_warning's argument in
3613# order to expand this macro's arguments, not AU_DEFUN's.
3614
3615
3616# Finally, this is the expansion that is picked up by
3617# autoconf. It tells the user to run autoupdate, and
3618# then outputs the replacement expansion. We do not care
3619# about autoupdate's warning because that contains
3620# information on what to do *after* running autoupdate.
3621
3622
3623
3624## ----------------- ##
3625## LTDL_INIT Options ##
3626## ----------------- ##
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3638#
3639# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3640# Written by Gary V. Vaughan, 2004
3641#
3642# This file is free software; the Free Software Foundation gives
3643# unlimited permission to copy and/or distribute it, with or without
3644# modifications, as long as this notice is preserved.
3645
3646# serial 6 ltsugar.m4
3647
3648# This is to help aclocal find these macros, as it can't see m4_define.
3649
3650
3651
3652# lt_join(SEP, ARG1, [ARG2...])
3653# -----------------------------
3654# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3655# associated separator.
3656# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3657# versions in m4sugar had bugs.
3658
3659
3660
3661
3662# lt_car(LIST)
3663# lt_cdr(LIST)
3664# ------------
3665# Manipulate m4 lists.
3666# These macros are necessary as long as will still need to support
3667# Autoconf-2.59 which quotes differently.
3668
3669
3670
3671
3672
3673# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3674# ------------------------------------------
3675# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3676# Note that neither SEPARATOR nor STRING are expanded; they are appended
3677# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3678# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3679# than defined and empty).
3680#
3681# This macro is needed until we can rely on Autoconf 2.62, since earlier
3682# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3683
3684
3685
3686
3687# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3688# ----------------------------------------------------------
3689# Produce a SEP delimited list of all paired combinations of elements of
3690# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3691# has the form PREFIXmINFIXSUFFIXn.
3692# Needed until we can rely on m4_combine added in Autoconf 2.62.
3693
3694
3695
3696# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3697# -----------------------------------------------------------------------
3698# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3699# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3700
3701
3702
3703# lt_dict_add(DICT, KEY, VALUE)
3704# -----------------------------
3705
3706
3707
3708# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3709# --------------------------------------------
3710
3711
3712
3713# lt_dict_fetch(DICT, KEY, [SUBKEY])
3714# ----------------------------------
3715
3716
3717
3718# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3719# -----------------------------------------------------------------
3720
3721
3722
3723# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3724# --------------------------------------------------------------
3725
3726
3727# ltversion.m4 -- version numbers -*- Autoconf -*-
3728#
3729# Copyright (C) 2004 Free Software Foundation, Inc.
3730# Written by Scott James Remnant, 2004
3731#
3732# This file is free software; the Free Software Foundation gives
3733# unlimited permission to copy and/or distribute it, with or without
3734# modifications, as long as this notice is preserved.
3735
3736# Generated from ltversion.in.
3737
3738# serial 3134 ltversion.m4
3739# This file is part of GNU Libtool
3740
3741
3742
3743
3744
3745
3746# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3747#
3748# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3749# Written by Scott James Remnant, 2004.
3750#
3751# This file is free software; the Free Software Foundation gives
3752# unlimited permission to copy and/or distribute it, with or without
3753# modifications, as long as this notice is preserved.
3754
3755# serial 4 lt~obsolete.m4
3756
3757# These exist entirely to fool aclocal when bootstrapping libtool.
3758#
3759# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3760# which have later been changed to m4_define as they aren't part of the
3761# exported API, or moved to Autoconf or Automake where they belong.
3762#
3763# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3764# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3765# using a macro with the same name in our local m4/libtool.m4 it'll
3766# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3767# and doesn't know about Autoconf macros at all.)
3768#
3769# So we provide this file, which has a silly filename so it's always
3770# included after everything else. This provides aclocal with the
3771# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3772# because those macros already exist, or will be overwritten later.
3773# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3774#
3775# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3776# Yes, that means every name once taken will need to remain here until
3777# we give up compatibility with versions before 1.7, at which point
3778# we need to keep only those names which we still refer to.
3779
3780# This is to help aclocal find these macros, as it can't see m4_define.
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845## -*- Autoconf -*-
3846
3847# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3848# Free Software Foundation, Inc.
3849#
3850# This file is free software; the Free Software Foundation
3851# gives unlimited permission to copy and/or distribute it,
3852# with or without modifications, as long as this notice is preserved.
3853
3854# serial 8
3855
3856# Based on depend.m4 from automake 1.9, modified for standalone use in
3857# an environment where GNU make is required.
3858
3859# ZW_PROG_COMPILER_DEPENDENCIES
3860# -----------------------------
3861# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3862# sets fooDEPMODE accordingly. Cache-variable compatible with
3863# original; not side-effect compatible. As the users of this macro
3864# may require accurate dependencies for correct builds, it does *not*
3865# honor --disable-dependency-checking, and failure to detect a usable
3866# method is an error. depcomp is assumed to be located in
3867# $ac_aux_dir.
3868#
3869# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3870
3871
3872
3873# AM_SET_DEPDIR
3874# -------------
3875# Choose a directory name for dependency files.
3876
3877
3878# ZW_CREATE_DEPDIR
3879# ----------------
3880# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3931sim_inline="-DDEFAULT_INLINE=0"
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968# intl sister-directory configuration rules.
3969#
3970
3971# The idea behind this macro is that there's no need to repeat all the
3972# autoconf probes done by the intl directory - it's already done them
3973# for us. In fact, there's no need even to look at the cache for the
3974# answers. All we need to do is nab a few pieces of information.
3975# The intl directory is set up to make this easy, by generating a
3976# small file which can be sourced as a shell script; then we produce
3977# the necessary substitutions and definitions for this directory.
3978
3979
3980
3981# Autoconf M4 include file defining utility macros for complex Canadian
3982# cross builds.
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992####
3993# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3994# or AC_INIT.
3995# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3996
3997####
3998# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3999# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4000
4001
4002####
4003# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4004# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4005
4006
4007
4008# Backported from Autoconf 2.5x; can go away when and if
4009# we switch. Put the OS path separator in $PATH_SEPARATOR.
4010
4011
4012
4013
4014# ACX_HAVE_GCC_FOR_TARGET
4015# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4016
4017
4018# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4019# Searching for installed target binutils. We need to take extra care,
4020# else we may find the wrong assembler, linker, etc., and lose.
4021#
4022# First try --with-build-time-tools, if specified.
4023#
4024# For build != host, we ask the installed GCC for the name of the tool it
4025# uses, and accept it if it is an absolute path. This is because the
4026# only good choice for a compiler is the same GCC version that is being
4027# installed (or we couldn't make target libraries), and we assume that
4028# on the host system we'll have not only the same GCC version, but also
4029# the same binutils version.
4030#
4031# For build == host, search the same directories that the installed
4032# compiler will search. We used to do this for the assembler, linker,
4033# and nm only; for simplicity of configuration, however, we extend this
4034# criterion to tools (such as ar and ranlib) that are never invoked by
4035# the compiler, to avoid mismatches.
4036#
4037# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4038# if build == target. This makes the most sense only when bootstrapping,
4039# but we also do so when build != host. In this case, we hope that the
4040# build and host systems will have similar contents of MD_EXEC_PREFIX.
4041#
4042# If we do not find a suitable binary, then try the user's path.
4043
4044
4045###
4046# AC_PROG_CPP_WERROR
4047# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4048# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4049# For now, using this also overrides header checks to use only the
4050# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4051# bit harder from here).
4052# Eventually autoconf will default to checking headers with the compiler
4053# instead, and we'll have to do this differently.
4054
4055# AC_PROG_CPP_WERROR
4056
4057# Test for GNAT.
4058# We require the gnatbind & gnatmake programs, as well as a compiler driver
4059# that understands Ada. We use the user's CC setting, already found, and
4060# possibly add $1 to the command-line parameters.
4061#
4062# Sets the shell variable have_gnat to yes or no as appropriate, and
4063# substitutes GNATBIND and GNATMAKE.
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089ac_ext=c
4090ac_cpp='$CPP $CPPFLAGS'
4091ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4092ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4093ac_compiler_gnu=$ac_cv_c_compiler_gnu
4094if test -n "$ac_tool_prefix"; then
4095 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4096set dummy ${ac_tool_prefix}gcc; ac_word=$2
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4098$as_echo_n "checking for $ac_word... " >&6; }
4099if test "${ac_cv_prog_CC+set}" = set; then :
4100 $as_echo_n "(cached) " >&6
4101else
4102 if test -n "$CC"; then
4103 ac_cv_prog_CC="$CC" # Let the user override the test.
4104else
4105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4106for as_dir in $PATH
4107do
4108 IFS=$as_save_IFS
4109 test -z "$as_dir" && as_dir=.
4110 for ac_exec_ext in '' $ac_executable_extensions; do
4111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4112 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4114 break 2
4115 fi
4116done
4117 done
4118IFS=$as_save_IFS
4119
4120fi
4121fi
4122CC=$ac_cv_prog_CC
4123if test -n "$CC"; then
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4125$as_echo "$CC" >&6; }
4126else
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4128$as_echo "no" >&6; }
4129fi
4130
4131
4132fi
4133if test -z "$ac_cv_prog_CC"; then
4134 ac_ct_CC=$CC
4135 # Extract the first word of "gcc", so it can be a program name with args.
4136set dummy gcc; ac_word=$2
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138$as_echo_n "checking for $ac_word... " >&6; }
4139if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141else
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4144else
4145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146for as_dir in $PATH
4147do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_ac_ct_CC="gcc"
4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4155 fi
4156done
4157 done
4158IFS=$as_save_IFS
4159
4160fi
4161fi
4162ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163if test -n "$ac_ct_CC"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165$as_echo "$ac_ct_CC" >&6; }
4166else
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168$as_echo "no" >&6; }
4169fi
4170
4171 if test "x$ac_ct_CC" = x; then
4172 CC=""
4173 else
4174 case $cross_compiling:$ac_tool_warned in
4175yes:)
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4177$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4178ac_tool_warned=yes ;;
4179esac
4180 CC=$ac_ct_CC
4181 fi
4182else
4183 CC="$ac_cv_prog_CC"
4184fi
4185
4186if test -z "$CC"; then
4187 if test -n "$ac_tool_prefix"; then
4188 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4189set dummy ${ac_tool_prefix}cc; ac_word=$2
4190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4191$as_echo_n "checking for $ac_word... " >&6; }
4192if test "${ac_cv_prog_CC+set}" = set; then :
4193 $as_echo_n "(cached) " >&6
4194else
4195 if test -n "$CC"; then
4196 ac_cv_prog_CC="$CC" # Let the user override the test.
4197else
4198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4199for as_dir in $PATH
4200do
4201 IFS=$as_save_IFS
4202 test -z "$as_dir" && as_dir=.
4203 for ac_exec_ext in '' $ac_executable_extensions; do
4204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4205 ac_cv_prog_CC="${ac_tool_prefix}cc"
4206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4207 break 2
4208 fi
4209done
4210 done
4211IFS=$as_save_IFS
4212
4213fi
4214fi
4215CC=$ac_cv_prog_CC
4216if test -n "$CC"; then
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4218$as_echo "$CC" >&6; }
4219else
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4221$as_echo "no" >&6; }
4222fi
4223
4224
4225 fi
4226fi
4227if test -z "$CC"; then
4228 # Extract the first word of "cc", so it can be a program name with args.
4229set dummy cc; ac_word=$2
4230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4231$as_echo_n "checking for $ac_word... " >&6; }
4232if test "${ac_cv_prog_CC+set}" = set; then :
4233 $as_echo_n "(cached) " >&6
4234else
4235 if test -n "$CC"; then
4236 ac_cv_prog_CC="$CC" # Let the user override the test.
4237else
4238 ac_prog_rejected=no
4239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4240for as_dir in $PATH
4241do
4242 IFS=$as_save_IFS
4243 test -z "$as_dir" && as_dir=.
4244 for ac_exec_ext in '' $ac_executable_extensions; do
4245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4246 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4247 ac_prog_rejected=yes
4248 continue
4249 fi
4250 ac_cv_prog_CC="cc"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4253 fi
4254done
4255 done
4256IFS=$as_save_IFS
4257
4258if test $ac_prog_rejected = yes; then
4259 # We found a bogon in the path, so make sure we never use it.
4260 set dummy $ac_cv_prog_CC
4261 shift
4262 if test $# != 0; then
4263 # We chose a different compiler from the bogus one.
4264 # However, it has the same basename, so the bogon will be chosen
4265 # first if we set CC to just the basename; use the full file name.
4266 shift
4267 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4268 fi
4269fi
4270fi
4271fi
4272CC=$ac_cv_prog_CC
4273if test -n "$CC"; then
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4275$as_echo "$CC" >&6; }
4276else
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4278$as_echo "no" >&6; }
4279fi
4280
4281
4282fi
4283if test -z "$CC"; then
4284 if test -n "$ac_tool_prefix"; then
4285 for ac_prog in cl.exe
4286 do
4287 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4288set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290$as_echo_n "checking for $ac_word... " >&6; }
4291if test "${ac_cv_prog_CC+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
4293else
4294 if test -n "$CC"; then
4295 ac_cv_prog_CC="$CC" # Let the user override the test.
4296else
4297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298for as_dir in $PATH
4299do
4300 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 break 2
4307 fi
4308done
4309 done
4310IFS=$as_save_IFS
4311
4312fi
4313fi
4314CC=$ac_cv_prog_CC
4315if test -n "$CC"; then
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4317$as_echo "$CC" >&6; }
4318else
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320$as_echo "no" >&6; }
4321fi
4322
4323
4324 test -n "$CC" && break
4325 done
4326fi
4327if test -z "$CC"; then
4328 ac_ct_CC=$CC
4329 for ac_prog in cl.exe
4330do
4331 # Extract the first word of "$ac_prog", so it can be a program name with args.
4332set dummy $ac_prog; ac_word=$2
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334$as_echo_n "checking for $ac_word... " >&6; }
4335if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4336 $as_echo_n "(cached) " >&6
4337else
4338 if test -n "$ac_ct_CC"; then
4339 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4340else
4341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4342for as_dir in $PATH
4343do
4344 IFS=$as_save_IFS
4345 test -z "$as_dir" && as_dir=.
4346 for ac_exec_ext in '' $ac_executable_extensions; do
4347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4348 ac_cv_prog_ac_ct_CC="$ac_prog"
4349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 break 2
4351 fi
4352done
4353 done
4354IFS=$as_save_IFS
4355
4356fi
4357fi
4358ac_ct_CC=$ac_cv_prog_ac_ct_CC
4359if test -n "$ac_ct_CC"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4361$as_echo "$ac_ct_CC" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368 test -n "$ac_ct_CC" && break
4369done
4370
4371 if test "x$ac_ct_CC" = x; then
4372 CC=""
4373 else
4374 case $cross_compiling:$ac_tool_warned in
4375yes:)
4376{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4377$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4378ac_tool_warned=yes ;;
4379esac
4380 CC=$ac_ct_CC
4381 fi
4382fi
4383
4384fi
4385
4386
4387test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4388$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4389as_fn_error "no acceptable C compiler found in \$PATH
4390See \`config.log' for more details." "$LINENO" 5; }
4391
4392# Provide some information about the compiler.
4393$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4394set X $ac_compile
4395ac_compiler=$2
4396for ac_option in --version -v -V -qversion; do
4397 { { ac_try="$ac_compiler $ac_option >&5"
4398case "(($ac_try" in
4399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4400 *) ac_try_echo=$ac_try;;
4401esac
4402eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4403$as_echo "$ac_try_echo"; } >&5
4404 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4405 ac_status=$?
4406 if test -s conftest.err; then
4407 sed '10a\
4408... rest of stderr output deleted ...
4409 10q' conftest.err >conftest.er1
4410 cat conftest.er1 >&5
4411 rm -f conftest.er1 conftest.err
4412 fi
4413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4414 test $ac_status = 0; }
4415done
4416
4417cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4418/* end confdefs.h. */
4419
4420int
4421main ()
4422{
4423
4424 ;
4425 return 0;
4426}
4427_ACEOF
4428ac_clean_files_save=$ac_clean_files
4429ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4430# Try to create an executable without -o first, disregard a.out.
4431# It will help us diagnose broken compilers, and finding out an intuition
4432# of exeext.
4433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4434$as_echo_n "checking for C compiler default output file name... " >&6; }
4435ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4436
4437# The possible output files:
4438ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4439
4440ac_rmfiles=
4441for ac_file in $ac_files
4442do
4443 case $ac_file in
4444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4445 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4446 esac
4447done
4448rm -f $ac_rmfiles
4449
4450if { { ac_try="$ac_link_default"
4451case "(($ac_try" in
4452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4453 *) ac_try_echo=$ac_try;;
4454esac
4455eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4456$as_echo "$ac_try_echo"; } >&5
4457 (eval "$ac_link_default") 2>&5
4458 ac_status=$?
4459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4460 test $ac_status = 0; }; then :
4461 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4462# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4463# in a Makefile. We should not override ac_cv_exeext if it was cached,
4464# so that the user can short-circuit this test for compilers unknown to
4465# Autoconf.
4466for ac_file in $ac_files ''
4467do
4468 test -f "$ac_file" || continue
4469 case $ac_file in
4470 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4471 ;;
4472 [ab].out )
4473 # We found the default executable, but exeext='' is most
4474 # certainly right.
4475 break;;
4476 *.* )
4477 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4478 then :; else
4479 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4480 fi
4481 # We set ac_cv_exeext here because the later test for it is not
4482 # safe: cross compilers may not add the suffix if given an `-o'
4483 # argument, so we may need to know it at that point already.
4484 # Even if this section looks crufty: it has the advantage of
4485 # actually working.
4486 break;;
4487 * )
4488 break;;
4489 esac
4490done
4491test "$ac_cv_exeext" = no && ac_cv_exeext=
4492
4493else
4494 ac_file=''
4495fi
4496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4497$as_echo "$ac_file" >&6; }
4498if test -z "$ac_file"; then :
4499 $as_echo "$as_me: failed program was:" >&5
4500sed 's/^/| /' conftest.$ac_ext >&5
4501
4502{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4503$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4504{ as_fn_set_status 77
4505as_fn_error "C compiler cannot create executables
4506See \`config.log' for more details." "$LINENO" 5; }; }
4507fi
4508ac_exeext=$ac_cv_exeext
4509
4510# Check that the compiler produces executables we can run. If not, either
4511# the compiler is broken, or we cross compile.
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4513$as_echo_n "checking whether the C compiler works... " >&6; }
4514# If not cross compiling, check that we can run a simple program.
4515if test "$cross_compiling" != yes; then
4516 if { ac_try='./$ac_file'
4517 { { case "(($ac_try" in
4518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4519 *) ac_try_echo=$ac_try;;
4520esac
4521eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4522$as_echo "$ac_try_echo"; } >&5
4523 (eval "$ac_try") 2>&5
4524 ac_status=$?
4525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4526 test $ac_status = 0; }; }; then
4527 cross_compiling=no
4528 else
4529 if test "$cross_compiling" = maybe; then
4530 cross_compiling=yes
4531 else
4532 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4533$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4534as_fn_error "cannot run C compiled programs.
4535If you meant to cross compile, use \`--host'.
4536See \`config.log' for more details." "$LINENO" 5; }
4537 fi
4538 fi
4539fi
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4541$as_echo "yes" >&6; }
4542
4543rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4544ac_clean_files=$ac_clean_files_save
4545# Check that the compiler produces executables we can run. If not, either
4546# the compiler is broken, or we cross compile.
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4548$as_echo_n "checking whether we are cross compiling... " >&6; }
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4550$as_echo "$cross_compiling" >&6; }
4551
4552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4553$as_echo_n "checking for suffix of executables... " >&6; }
4554if { { ac_try="$ac_link"
4555case "(($ac_try" in
4556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4557 *) ac_try_echo=$ac_try;;
4558esac
4559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4560$as_echo "$ac_try_echo"; } >&5
4561 (eval "$ac_link") 2>&5
4562 ac_status=$?
4563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4564 test $ac_status = 0; }; then :
4565 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4566# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4567# work properly (i.e., refer to `conftest.exe'), while it won't with
4568# `rm'.
4569for ac_file in conftest.exe conftest conftest.*; do
4570 test -f "$ac_file" || continue
4571 case $ac_file in
4572 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4573 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4574 break;;
4575 * ) break;;
4576 esac
4577done
4578else
4579 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4580$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4581as_fn_error "cannot compute suffix of executables: cannot compile and link
4582See \`config.log' for more details." "$LINENO" 5; }
4583fi
4584rm -f conftest$ac_cv_exeext
4585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4586$as_echo "$ac_cv_exeext" >&6; }
4587
4588rm -f conftest.$ac_ext
4589EXEEXT=$ac_cv_exeext
4590ac_exeext=$EXEEXT
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4592$as_echo_n "checking for suffix of object files... " >&6; }
4593if test "${ac_cv_objext+set}" = set; then :
4594 $as_echo_n "(cached) " >&6
4595else
4596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4597/* end confdefs.h. */
4598
4599int
4600main ()
4601{
4602
4603 ;
4604 return 0;
4605}
4606_ACEOF
4607rm -f conftest.o conftest.obj
4608if { { ac_try="$ac_compile"
4609case "(($ac_try" in
4610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4611 *) ac_try_echo=$ac_try;;
4612esac
4613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4614$as_echo "$ac_try_echo"; } >&5
4615 (eval "$ac_compile") 2>&5
4616 ac_status=$?
4617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4618 test $ac_status = 0; }; then :
4619 for ac_file in conftest.o conftest.obj conftest.*; do
4620 test -f "$ac_file" || continue;
4621 case $ac_file in
4622 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4623 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4624 break;;
4625 esac
4626done
4627else
4628 $as_echo "$as_me: failed program was:" >&5
4629sed 's/^/| /' conftest.$ac_ext >&5
4630
4631{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4632$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4633as_fn_error "cannot compute suffix of object files: cannot compile
4634See \`config.log' for more details." "$LINENO" 5; }
4635fi
4636rm -f conftest.$ac_cv_objext conftest.$ac_ext
4637fi
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4639$as_echo "$ac_cv_objext" >&6; }
4640OBJEXT=$ac_cv_objext
4641ac_objext=$OBJEXT
4642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4643$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4644if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4645 $as_echo_n "(cached) " >&6
4646else
4647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4648/* end confdefs.h. */
4649
4650int
4651main ()
4652{
4653#ifndef __GNUC__
4654 choke me
4655#endif
4656
4657 ;
4658 return 0;
4659}
4660_ACEOF
4661if ac_fn_c_try_compile "$LINENO"; then :
4662 ac_compiler_gnu=yes
4663else
4664 ac_compiler_gnu=no
4665fi
4666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4667ac_cv_c_compiler_gnu=$ac_compiler_gnu
4668
4669fi
4670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4671$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4672if test $ac_compiler_gnu = yes; then
4673 GCC=yes
4674else
4675 GCC=
4676fi
4677ac_test_CFLAGS=${CFLAGS+set}
4678ac_save_CFLAGS=$CFLAGS
4679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4680$as_echo_n "checking whether $CC accepts -g... " >&6; }
4681if test "${ac_cv_prog_cc_g+set}" = set; then :
4682 $as_echo_n "(cached) " >&6
4683else
4684 ac_save_c_werror_flag=$ac_c_werror_flag
4685 ac_c_werror_flag=yes
4686 ac_cv_prog_cc_g=no
4687 CFLAGS="-g"
4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4689/* end confdefs.h. */
4690
4691int
4692main ()
4693{
4694
4695 ;
4696 return 0;
4697}
4698_ACEOF
4699if ac_fn_c_try_compile "$LINENO"; then :
4700 ac_cv_prog_cc_g=yes
4701else
4702 CFLAGS=""
4703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4704/* end confdefs.h. */
4705
4706int
4707main ()
4708{
4709
4710 ;
4711 return 0;
4712}
4713_ACEOF
4714if ac_fn_c_try_compile "$LINENO"; then :
4715
4716else
4717 ac_c_werror_flag=$ac_save_c_werror_flag
4718 CFLAGS="-g"
4719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4720/* end confdefs.h. */
4721
4722int
4723main ()
4724{
4725
4726 ;
4727 return 0;
4728}
4729_ACEOF
4730if ac_fn_c_try_compile "$LINENO"; then :
4731 ac_cv_prog_cc_g=yes
4732fi
4733rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4734fi
4735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4736fi
4737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4738 ac_c_werror_flag=$ac_save_c_werror_flag
4739fi
4740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4741$as_echo "$ac_cv_prog_cc_g" >&6; }
4742if test "$ac_test_CFLAGS" = set; then
4743 CFLAGS=$ac_save_CFLAGS
4744elif test $ac_cv_prog_cc_g = yes; then
4745 if test "$GCC" = yes; then
4746 CFLAGS="-g -O2"
4747 else
4748 CFLAGS="-g"
4749 fi
4750else
4751 if test "$GCC" = yes; then
4752 CFLAGS="-O2"
4753 else
4754 CFLAGS=
4755 fi
4756fi
4757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4758$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4759if test "${ac_cv_prog_cc_c89+set}" = set; then :
4760 $as_echo_n "(cached) " >&6
4761else
4762 ac_cv_prog_cc_c89=no
4763ac_save_CC=$CC
4764cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4765/* end confdefs.h. */
4766#include <stdarg.h>
4767#include <stdio.h>
4768#include <sys/types.h>
4769#include <sys/stat.h>
4770/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4771struct buf { int x; };
4772FILE * (*rcsopen) (struct buf *, struct stat *, int);
4773static char *e (p, i)
4774 char **p;
4775 int i;
4776{
4777 return p[i];
4778}
4779static char *f (char * (*g) (char **, int), char **p, ...)
4780{
4781 char *s;
4782 va_list v;
4783 va_start (v,p);
4784 s = g (p, va_arg (v,int));
4785 va_end (v);
4786 return s;
4787}
4788
4789/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4790 function prototypes and stuff, but not '\xHH' hex character constants.
4791 These don't provoke an error unfortunately, instead are silently treated
4792 as 'x'. The following induces an error, until -std is added to get
4793 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4794 array size at least. It's necessary to write '\x00'==0 to get something
4795 that's true only with -std. */
4796int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4797
4798/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4799 inside strings and character constants. */
4800#define FOO(x) 'x'
4801int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4802
4803int test (int i, double x);
4804struct s1 {int (*f) (int a);};
4805struct s2 {int (*f) (double a);};
4806int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4807int argc;
4808char **argv;
4809int
4810main ()
4811{
4812return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4813 ;
4814 return 0;
4815}
4816_ACEOF
4817for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4818 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4819do
4820 CC="$ac_save_CC $ac_arg"
4821 if ac_fn_c_try_compile "$LINENO"; then :
4822 ac_cv_prog_cc_c89=$ac_arg
4823fi
4824rm -f core conftest.err conftest.$ac_objext
4825 test "x$ac_cv_prog_cc_c89" != "xno" && break
4826done
4827rm -f conftest.$ac_ext
4828CC=$ac_save_CC
4829
4830fi
4831# AC_CACHE_VAL
4832case "x$ac_cv_prog_cc_c89" in
4833 x)
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4835$as_echo "none needed" >&6; } ;;
4836 xno)
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4838$as_echo "unsupported" >&6; } ;;
4839 *)
4840 CC="$CC $ac_cv_prog_cc_c89"
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4842$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4843esac
4844if test "x$ac_cv_prog_cc_c89" != xno; then :
4845
4846fi
4847
4848ac_ext=c
4849ac_cpp='$CPP $CPPFLAGS'
4850ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4851ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4852ac_compiler_gnu=$ac_cv_c_compiler_gnu
4853
4854ac_aux_dir=
4855for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4856 for ac_t in install-sh install.sh shtool; do
4857 if test -f "$ac_dir/$ac_t"; then
4858 ac_aux_dir=$ac_dir
4859 ac_install_sh="$ac_aux_dir/$ac_t -c"
4860 break 2
4861 fi
4862 done
4863done
4864if test -z "$ac_aux_dir"; then
4865 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4866fi
4867
4868# These three variables are undocumented and unsupported,
4869# and are intended to be withdrawn in a future Autoconf release.
4870# They can cause serious problems if a builder's source tree is in a directory
4871# whose full name contains unusual characters.
4872ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4873ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4874ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4875
4876
4877# Make sure we can run config.sub.
4878$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4879 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4880
4881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4882$as_echo_n "checking build system type... " >&6; }
4883if test "${ac_cv_build+set}" = set; then :
4884 $as_echo_n "(cached) " >&6
4885else
4886 ac_build_alias=$build_alias
4887test "x$ac_build_alias" = x &&
4888 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4889test "x$ac_build_alias" = x &&
4890 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4891ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4892 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4893
4894fi
4895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4896$as_echo "$ac_cv_build" >&6; }
4897case $ac_cv_build in
4898*-*-*) ;;
4899*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4900esac
4901build=$ac_cv_build
4902ac_save_IFS=$IFS; IFS='-'
4903set x $ac_cv_build
4904shift
4905build_cpu=$1
4906build_vendor=$2
4907shift; shift
4908# Remember, the first character of IFS is used to create $*,
4909# except with old shells:
4910build_os=$*
4911IFS=$ac_save_IFS
4912case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4913
4914
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4916$as_echo_n "checking host system type... " >&6; }
4917if test "${ac_cv_host+set}" = set; then :
4918 $as_echo_n "(cached) " >&6
4919else
4920 if test "x$host_alias" = x; then
4921 ac_cv_host=$ac_cv_build
4922else
4923 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4924 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4925fi
4926
4927fi
4928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4929$as_echo "$ac_cv_host" >&6; }
4930case $ac_cv_host in
4931*-*-*) ;;
4932*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4933esac
4934host=$ac_cv_host
4935ac_save_IFS=$IFS; IFS='-'
4936set x $ac_cv_host
4937shift
4938host_cpu=$1
4939host_vendor=$2
4940shift; shift
4941# Remember, the first character of IFS is used to create $*,
4942# except with old shells:
4943host_os=$*
4944IFS=$ac_save_IFS
4945case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4946
4947
4948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4949$as_echo_n "checking target system type... " >&6; }
4950if test "${ac_cv_target+set}" = set; then :
4951 $as_echo_n "(cached) " >&6
4952else
4953 if test "x$target_alias" = x; then
4954 ac_cv_target=$ac_cv_host
4955else
4956 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4957 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4958fi
4959
4960fi
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4962$as_echo "$ac_cv_target" >&6; }
4963case $ac_cv_target in
4964*-*-*) ;;
4965*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4966esac
4967target=$ac_cv_target
4968ac_save_IFS=$IFS; IFS='-'
4969set x $ac_cv_target
4970shift
4971target_cpu=$1
4972target_vendor=$2
4973shift; shift
4974# Remember, the first character of IFS is used to create $*,
4975# except with old shells:
4976target_os=$*
4977IFS=$ac_save_IFS
4978case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4979
4980
4981# The aliases save the names the user supplied, while $host etc.
4982# will get canonicalized.
4983test -n "$target_alias" &&
4984 test "$program_prefix$program_suffix$program_transform_name" = \
4985 NONENONEs,x,x, &&
4986 program_prefix=${target_alias}-
4987
4988ac_ext=c
4989ac_cpp='$CPP $CPPFLAGS'
4990ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4991ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4992ac_compiler_gnu=$ac_cv_c_compiler_gnu
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4994$as_echo_n "checking how to run the C preprocessor... " >&6; }
4995# On Suns, sometimes $CPP names a directory.
4996if test -n "$CPP" && test -d "$CPP"; then
4997 CPP=
4998fi
4999if test -z "$CPP"; then
5000 if test "${ac_cv_prog_CPP+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5002else
5003 # Double quotes because CPP needs to be expanded
5004 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5005 do
5006 ac_preproc_ok=false
5007for ac_c_preproc_warn_flag in '' yes
5008do
5009 # Use a header file that comes with gcc, so configuring glibc
5010 # with a fresh cross-compiler works.
5011 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5012 # <limits.h> exists even on freestanding compilers.
5013 # On the NeXT, cc -E runs the code through the compiler's parser,
5014 # not just through cpp. "Syntax error" is here to catch this case.
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016/* end confdefs.h. */
5017#ifdef __STDC__
5018# include <limits.h>
5019#else
5020# include <assert.h>
5021#endif
5022 Syntax error
5023_ACEOF
5024if ac_fn_c_try_cpp "$LINENO"; then :
5025
5026else
5027 # Broken: fails on valid input.
5028continue
5029fi
5030rm -f conftest.err conftest.$ac_ext
5031
5032 # OK, works on sane cases. Now check whether nonexistent headers
5033 # can be detected and how.
5034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5035/* end confdefs.h. */
5036#include <ac_nonexistent.h>
5037_ACEOF
5038if ac_fn_c_try_cpp "$LINENO"; then :
5039 # Broken: success on invalid input.
5040continue
5041else
5042 # Passes both tests.
5043ac_preproc_ok=:
5044break
5045fi
5046rm -f conftest.err conftest.$ac_ext
5047
5048done
5049# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5050rm -f conftest.err conftest.$ac_ext
5051if $ac_preproc_ok; then :
5052 break
5053fi
5054
5055 done
5056 ac_cv_prog_CPP=$CPP
5057
5058fi
5059 CPP=$ac_cv_prog_CPP
5060else
5061 ac_cv_prog_CPP=$CPP
5062fi
5063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5064$as_echo "$CPP" >&6; }
5065ac_preproc_ok=false
5066for ac_c_preproc_warn_flag in '' yes
5067do
5068 # Use a header file that comes with gcc, so configuring glibc
5069 # with a fresh cross-compiler works.
5070 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5071 # <limits.h> exists even on freestanding compilers.
5072 # On the NeXT, cc -E runs the code through the compiler's parser,
5073 # not just through cpp. "Syntax error" is here to catch this case.
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075/* end confdefs.h. */
5076#ifdef __STDC__
5077# include <limits.h>
5078#else
5079# include <assert.h>
5080#endif
5081 Syntax error
5082_ACEOF
5083if ac_fn_c_try_cpp "$LINENO"; then :
5084
5085else
5086 # Broken: fails on valid input.
5087continue
5088fi
5089rm -f conftest.err conftest.$ac_ext
5090
5091 # OK, works on sane cases. Now check whether nonexistent headers
5092 # can be detected and how.
5093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5094/* end confdefs.h. */
5095#include <ac_nonexistent.h>
5096_ACEOF
5097if ac_fn_c_try_cpp "$LINENO"; then :
5098 # Broken: success on invalid input.
5099continue
5100else
5101 # Passes both tests.
5102ac_preproc_ok=:
5103break
5104fi
5105rm -f conftest.err conftest.$ac_ext
5106
5107done
5108# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5109rm -f conftest.err conftest.$ac_ext
5110if $ac_preproc_ok; then :
5111
5112else
5113 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5114$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5115as_fn_error "C preprocessor \"$CPP\" fails sanity check
5116See \`config.log' for more details." "$LINENO" 5; }
5117fi
5118
5119ac_ext=c
5120ac_cpp='$CPP $CPPFLAGS'
5121ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5122ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5123ac_compiler_gnu=$ac_cv_c_compiler_gnu
5124
5125
5126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5127$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5128if test "${ac_cv_path_GREP+set}" = set; then :
5129 $as_echo_n "(cached) " >&6
5130else
5131 if test -z "$GREP"; then
5132 ac_path_GREP_found=false
5133 # Loop through the user's path and test for each of PROGNAME-LIST
5134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5136do
5137 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=.
5139 for ac_prog in grep ggrep; do
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5142 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5143# Check for GNU ac_path_GREP and select it if it is found.
5144 # Check for GNU $ac_path_GREP
5145case `"$ac_path_GREP" --version 2>&1` in
5146*GNU*)
5147 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5148*)
5149 ac_count=0
5150 $as_echo_n 0123456789 >"conftest.in"
5151 while :
5152 do
5153 cat "conftest.in" "conftest.in" >"conftest.tmp"
5154 mv "conftest.tmp" "conftest.in"
5155 cp "conftest.in" "conftest.nl"
5156 $as_echo 'GREP' >> "conftest.nl"
5157 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5158 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5159 as_fn_arith $ac_count + 1 && ac_count=$as_val
5160 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5161 # Best one so far, save it but keep looking for a better one
5162 ac_cv_path_GREP="$ac_path_GREP"
5163 ac_path_GREP_max=$ac_count
5164 fi
5165 # 10*(2^10) chars as input seems more than enough
5166 test $ac_count -gt 10 && break
5167 done
5168 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5169esac
5170
5171 $ac_path_GREP_found && break 3
5172 done
5173 done
5174 done
5175IFS=$as_save_IFS
5176 if test -z "$ac_cv_path_GREP"; then
5177 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5178 fi
5179else
5180 ac_cv_path_GREP=$GREP
5181fi
5182
5183fi
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5185$as_echo "$ac_cv_path_GREP" >&6; }
5186 GREP="$ac_cv_path_GREP"
5187
5188
5189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5190$as_echo_n "checking for egrep... " >&6; }
5191if test "${ac_cv_path_EGREP+set}" = set; then :
5192 $as_echo_n "(cached) " >&6
5193else
5194 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5195 then ac_cv_path_EGREP="$GREP -E"
5196 else
5197 if test -z "$EGREP"; then
5198 ac_path_EGREP_found=false
5199 # Loop through the user's path and test for each of PROGNAME-LIST
5200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5201for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5202do
5203 IFS=$as_save_IFS
5204 test -z "$as_dir" && as_dir=.
5205 for ac_prog in egrep; do
5206 for ac_exec_ext in '' $ac_executable_extensions; do
5207 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5208 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5209# Check for GNU ac_path_EGREP and select it if it is found.
5210 # Check for GNU $ac_path_EGREP
5211case `"$ac_path_EGREP" --version 2>&1` in
5212*GNU*)
5213 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5214*)
5215 ac_count=0
5216 $as_echo_n 0123456789 >"conftest.in"
5217 while :
5218 do
5219 cat "conftest.in" "conftest.in" >"conftest.tmp"
5220 mv "conftest.tmp" "conftest.in"
5221 cp "conftest.in" "conftest.nl"
5222 $as_echo 'EGREP' >> "conftest.nl"
5223 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5224 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5225 as_fn_arith $ac_count + 1 && ac_count=$as_val
5226 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5227 # Best one so far, save it but keep looking for a better one
5228 ac_cv_path_EGREP="$ac_path_EGREP"
5229 ac_path_EGREP_max=$ac_count
5230 fi
5231 # 10*(2^10) chars as input seems more than enough
5232 test $ac_count -gt 10 && break
5233 done
5234 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5235esac
5236
5237 $ac_path_EGREP_found && break 3
5238 done
5239 done
5240 done
5241IFS=$as_save_IFS
5242 if test -z "$ac_cv_path_EGREP"; then
5243 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5244 fi
5245else
5246 ac_cv_path_EGREP=$EGREP
5247fi
5248
5249 fi
5250fi
5251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5252$as_echo "$ac_cv_path_EGREP" >&6; }
5253 EGREP="$ac_cv_path_EGREP"
5254
5255
5256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5257$as_echo_n "checking for ANSI C header files... " >&6; }
5258if test "${ac_cv_header_stdc+set}" = set; then :
5259 $as_echo_n "(cached) " >&6
5260else
5261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5262/* end confdefs.h. */
5263#include <stdlib.h>
5264#include <stdarg.h>
5265#include <string.h>
5266#include <float.h>
5267
5268int
5269main ()
5270{
5271
5272 ;
5273 return 0;
5274}
5275_ACEOF
5276if ac_fn_c_try_compile "$LINENO"; then :
5277 ac_cv_header_stdc=yes
5278else
5279 ac_cv_header_stdc=no
5280fi
5281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5282
5283if test $ac_cv_header_stdc = yes; then
5284 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286/* end confdefs.h. */
5287#include <string.h>
5288
5289_ACEOF
5290if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5291 $EGREP "memchr" >/dev/null 2>&1; then :
5292
5293else
5294 ac_cv_header_stdc=no
5295fi
5296rm -f conftest*
5297
5298fi
5299
5300if test $ac_cv_header_stdc = yes; then
5301 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5303/* end confdefs.h. */
5304#include <stdlib.h>
5305
5306_ACEOF
5307if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5308 $EGREP "free" >/dev/null 2>&1; then :
5309
5310else
5311 ac_cv_header_stdc=no
5312fi
5313rm -f conftest*
5314
5315fi
5316
5317if test $ac_cv_header_stdc = yes; then
5318 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5319 if test "$cross_compiling" = yes; then :
5320 :
5321else
5322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5323/* end confdefs.h. */
5324#include <ctype.h>
5325#include <stdlib.h>
5326#if ((' ' & 0x0FF) == 0x020)
5327# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5328# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5329#else
5330# define ISLOWER(c) \
5331 (('a' <= (c) && (c) <= 'i') \
5332 || ('j' <= (c) && (c) <= 'r') \
5333 || ('s' <= (c) && (c) <= 'z'))
5334# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5335#endif
5336
5337#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5338int
5339main ()
5340{
5341 int i;
5342 for (i = 0; i < 256; i++)
5343 if (XOR (islower (i), ISLOWER (i))
5344 || toupper (i) != TOUPPER (i))
5345 return 2;
5346 return 0;
5347}
5348_ACEOF
5349if ac_fn_c_try_run "$LINENO"; then :
5350
5351else
5352 ac_cv_header_stdc=no
5353fi
5354rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5355 conftest.$ac_objext conftest.beam conftest.$ac_ext
5356fi
5357
5358fi
5359fi
5360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5361$as_echo "$ac_cv_header_stdc" >&6; }
5362if test $ac_cv_header_stdc = yes; then
5363
5364$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5365
5366fi
5367
5368# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5369for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5370 inttypes.h stdint.h unistd.h
5371do :
5372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5373ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5374"
5375eval as_val=\$$as_ac_Header
5376 if test "x$as_val" = x""yes; then :
5377 cat >>confdefs.h <<_ACEOF
5378#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5379_ACEOF
5380
5381fi
5382
5383done
5384
5385
5386
5387 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5388if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5389 MINIX=yes
5390else
5391 MINIX=
5392fi
5393
5394
5395 if test "$MINIX" = yes; then
5396
5397$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5398
5399
5400$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5401
5402
5403$as_echo "#define _MINIX 1" >>confdefs.h
5404
5405 fi
5406
5407
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5409$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5410if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5411 $as_echo_n "(cached) " >&6
5412else
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5414/* end confdefs.h. */
5415
5416# define __EXTENSIONS__ 1
5417 $ac_includes_default
5418int
5419main ()
5420{
5421
5422 ;
5423 return 0;
5424}
5425_ACEOF
5426if ac_fn_c_try_compile "$LINENO"; then :
5427 ac_cv_safe_to_define___extensions__=yes
5428else
5429 ac_cv_safe_to_define___extensions__=no
5430fi
5431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5432fi
5433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5434$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5435 test $ac_cv_safe_to_define___extensions__ = yes &&
5436 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5437
5438 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5439
5440 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5441
5442 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5443
5444 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5445
5446
5447test "$program_prefix" != NONE &&
5448 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5449# Use a double $ so make ignores it.
5450test "$program_suffix" != NONE &&
5451 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5452# Double any \ or $.
5453# By default was `s,x,x', remove it if useless.
5454ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5455program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5456
5457# Find a good install program. We prefer a C program (faster),
5458# so one script is as good as another. But avoid the broken or
5459# incompatible versions:
5460# SysV /etc/install, /usr/sbin/install
5461# SunOS /usr/etc/install
5462# IRIX /sbin/install
5463# AIX /bin/install
5464# AmigaOS /C/install, which installs bootblocks on floppy discs
5465# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5466# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5467# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5468# OS/2's system install, which has a completely different semantic
5469# ./install, which can be erroneously created by make from ./install.sh.
5470# Reject install programs that cannot install multiple files.
5471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5472$as_echo_n "checking for a BSD-compatible install... " >&6; }
5473if test -z "$INSTALL"; then
5474if test "${ac_cv_path_install+set}" = set; then :
5475 $as_echo_n "(cached) " >&6
5476else
5477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5478for as_dir in $PATH
5479do
5480 IFS=$as_save_IFS
5481 test -z "$as_dir" && as_dir=.
5482 # Account for people who put trailing slashes in PATH elements.
5483case $as_dir/ in #((
5484 ./ | .// | /[cC]/* | \
5485 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5486 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5487 /usr/ucb/* ) ;;
5488 *)
5489 # OSF1 and SCO ODT 3.0 have their own names for install.
5490 # Don't use installbsd from OSF since it installs stuff as root
5491 # by default.
5492 for ac_prog in ginstall scoinst install; do
5493 for ac_exec_ext in '' $ac_executable_extensions; do
5494 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5495 if test $ac_prog = install &&
5496 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5497 # AIX install. It has an incompatible calling convention.
5498 :
5499 elif test $ac_prog = install &&
5500 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5501 # program-specific install script used by HP pwplus--don't use.
5502 :
5503 else
5504 rm -rf conftest.one conftest.two conftest.dir
5505 echo one > conftest.one
5506 echo two > conftest.two
5507 mkdir conftest.dir
5508 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5509 test -s conftest.one && test -s conftest.two &&
5510 test -s conftest.dir/conftest.one &&
5511 test -s conftest.dir/conftest.two
5512 then
5513 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5514 break 3
5515 fi
5516 fi
5517 fi
5518 done
5519 done
5520 ;;
5521esac
5522
5523 done
5524IFS=$as_save_IFS
5525
5526rm -rf conftest.one conftest.two conftest.dir
5527
5528fi
5529 if test "${ac_cv_path_install+set}" = set; then
5530 INSTALL=$ac_cv_path_install
5531 else
5532 # As a last resort, use the slow shell script. Don't cache a
5533 # value for INSTALL within a source directory, because that will
5534 # break other packages using the cache if that directory is
5535 # removed, or if the value is a relative name.
5536 INSTALL=$ac_install_sh
5537 fi
5538fi
5539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5540$as_echo "$INSTALL" >&6; }
5541
5542# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5543# It thinks the first close brace ends the variable substitution.
5544test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5545
5546test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5547
5548test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5549
5550rm -rf .tst 2>/dev/null
5551mkdir .tst 2>/dev/null
5552if test -d .tst; then
5553 am__leading_dot=.
5554else
5555 am__leading_dot=_
5556fi
5557rmdir .tst 2>/dev/null
5558
5559DEPDIR="${am__leading_dot}deps"
5560
5561case `pwd` in
5562 *\ * | *\ *)
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5564$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5565esac
5566
5567
5568
5569macro_version='2.2.7a'
5570macro_revision='1.3134'
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584ltmain="$ac_aux_dir/ltmain.sh"
5585
5586# Backslashify metacharacters that are still active within
5587# double-quoted strings.
5588sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5589
5590# Same as above, but do not quote variable references.
5591double_quote_subst='s/\(["`\\]\)/\\\1/g'
5592
5593# Sed substitution to delay expansion of an escaped shell variable in a
5594# double_quote_subst'ed string.
5595delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5596
5597# Sed substitution to delay expansion of an escaped single quote.
5598delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5599
5600# Sed substitution to avoid accidental globbing in evaled expressions
5601no_glob_subst='s/\*/\\\*/g'
5602
5603ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5604ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5605ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5606
5607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5608$as_echo_n "checking how to print strings... " >&6; }
5609# Test print first, because it will be a builtin if present.
5610if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5611 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5612 ECHO='print -r --'
5613elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5614 ECHO='printf %s\n'
5615else
5616 # Use this function as a fallback that always works.
5617 func_fallback_echo ()
5618 {
5619 eval 'cat <<_LTECHO_EOF
5620$1
5621_LTECHO_EOF'
5622 }
5623 ECHO='func_fallback_echo'
5624fi
5625
5626# func_echo_all arg...
5627# Invoke $ECHO with all args, space-separated.
5628func_echo_all ()
5629{
5630 $ECHO ""
5631}
5632
5633case "$ECHO" in
5634 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5635$as_echo "printf" >&6; } ;;
5636 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5637$as_echo "print -r" >&6; } ;;
5638 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5639$as_echo "cat" >&6; } ;;
5640esac
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5656$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5657if test "${ac_cv_path_SED+set}" = set; then :
5658 $as_echo_n "(cached) " >&6
5659else
5660 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5661 for ac_i in 1 2 3 4 5 6 7; do
5662 ac_script="$ac_script$as_nl$ac_script"
5663 done
5664 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5665 { ac_script=; unset ac_script;}
5666 if test -z "$SED"; then
5667 ac_path_SED_found=false
5668 # Loop through the user's path and test for each of PROGNAME-LIST
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670for as_dir in $PATH
5671do
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_prog in sed gsed; do
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5677 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5678# Check for GNU ac_path_SED and select it if it is found.
5679 # Check for GNU $ac_path_SED
5680case `"$ac_path_SED" --version 2>&1` in
5681*GNU*)
5682 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5683*)
5684 ac_count=0
5685 $as_echo_n 0123456789 >"conftest.in"
5686 while :
5687 do
5688 cat "conftest.in" "conftest.in" >"conftest.tmp"
5689 mv "conftest.tmp" "conftest.in"
5690 cp "conftest.in" "conftest.nl"
5691 $as_echo '' >> "conftest.nl"
5692 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5693 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5694 as_fn_arith $ac_count + 1 && ac_count=$as_val
5695 if test $ac_count -gt ${ac_path_SED_max-0}; then
5696 # Best one so far, save it but keep looking for a better one
5697 ac_cv_path_SED="$ac_path_SED"
5698 ac_path_SED_max=$ac_count
5699 fi
5700 # 10*(2^10) chars as input seems more than enough
5701 test $ac_count -gt 10 && break
5702 done
5703 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5704esac
5705
5706 $ac_path_SED_found && break 3
5707 done
5708 done
5709 done
5710IFS=$as_save_IFS
5711 if test -z "$ac_cv_path_SED"; then
5712 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5713 fi
5714else
5715 ac_cv_path_SED=$SED
5716fi
5717
5718fi
5719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5720$as_echo "$ac_cv_path_SED" >&6; }
5721 SED="$ac_cv_path_SED"
5722 rm -f conftest.sed
5723
5724test -z "$SED" && SED=sed
5725Xsed="$SED -e 1s/^X//"
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5738$as_echo_n "checking for fgrep... " >&6; }
5739if test "${ac_cv_path_FGREP+set}" = set; then :
5740 $as_echo_n "(cached) " >&6
5741else
5742 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5743 then ac_cv_path_FGREP="$GREP -F"
5744 else
5745 if test -z "$FGREP"; then
5746 ac_path_FGREP_found=false
5747 # Loop through the user's path and test for each of PROGNAME-LIST
5748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5749for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5750do
5751 IFS=$as_save_IFS
5752 test -z "$as_dir" && as_dir=.
5753 for ac_prog in fgrep; do
5754 for ac_exec_ext in '' $ac_executable_extensions; do
5755 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5756 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5757# Check for GNU ac_path_FGREP and select it if it is found.
5758 # Check for GNU $ac_path_FGREP
5759case `"$ac_path_FGREP" --version 2>&1` in
5760*GNU*)
5761 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5762*)
5763 ac_count=0
5764 $as_echo_n 0123456789 >"conftest.in"
5765 while :
5766 do
5767 cat "conftest.in" "conftest.in" >"conftest.tmp"
5768 mv "conftest.tmp" "conftest.in"
5769 cp "conftest.in" "conftest.nl"
5770 $as_echo 'FGREP' >> "conftest.nl"
5771 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5772 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5773 as_fn_arith $ac_count + 1 && ac_count=$as_val
5774 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5775 # Best one so far, save it but keep looking for a better one
5776 ac_cv_path_FGREP="$ac_path_FGREP"
5777 ac_path_FGREP_max=$ac_count
5778 fi
5779 # 10*(2^10) chars as input seems more than enough
5780 test $ac_count -gt 10 && break
5781 done
5782 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5783esac
5784
5785 $ac_path_FGREP_found && break 3
5786 done
5787 done
5788 done
5789IFS=$as_save_IFS
5790 if test -z "$ac_cv_path_FGREP"; then
5791 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5792 fi
5793else
5794 ac_cv_path_FGREP=$FGREP
5795fi
5796
5797 fi
5798fi
5799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5800$as_echo "$ac_cv_path_FGREP" >&6; }
5801 FGREP="$ac_cv_path_FGREP"
5802
5803
5804test -z "$GREP" && GREP=grep
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824# Check whether --with-gnu-ld was given.
5825if test "${with_gnu_ld+set}" = set; then :
5826 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5827else
5828 with_gnu_ld=no
5829fi
5830
5831ac_prog=ld
5832if test "$GCC" = yes; then
5833 # Check if gcc -print-prog-name=ld gives a path.
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5835$as_echo_n "checking for ld used by $CC... " >&6; }
5836 case $host in
5837 *-*-mingw*)
5838 # gcc leaves a trailing carriage return which upsets mingw
5839 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5840 *)
5841 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5842 esac
5843 case $ac_prog in
5844 # Accept absolute paths.
5845 [\\/]* | ?:[\\/]*)
5846 re_direlt='/[^/][^/]*/\.\./'
5847 # Canonicalize the pathname of ld
5848 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5849 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5850 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5851 done
5852 test -z "$LD" && LD="$ac_prog"
5853 ;;
5854 "")
5855 # If it fails, then pretend we aren't using GCC.
5856 ac_prog=ld
5857 ;;
5858 *)
5859 # If it is relative, then search for the first ld in PATH.
5860 with_gnu_ld=unknown
5861 ;;
5862 esac
5863elif test "$with_gnu_ld" = yes; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5865$as_echo_n "checking for GNU ld... " >&6; }
5866else
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5868$as_echo_n "checking for non-GNU ld... " >&6; }
5869fi
5870if test "${lt_cv_path_LD+set}" = set; then :
5871 $as_echo_n "(cached) " >&6
5872else
5873 if test -z "$LD"; then
5874 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5875 for ac_dir in $PATH; do
5876 IFS="$lt_save_ifs"
5877 test -z "$ac_dir" && ac_dir=.
5878 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5879 lt_cv_path_LD="$ac_dir/$ac_prog"
5880 # Check to see if the program is GNU ld. I'd rather use --version,
5881 # but apparently some variants of GNU ld only accept -v.
5882 # Break only if it was the GNU/non-GNU ld that we prefer.
5883 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5884 *GNU* | *'with BFD'*)
5885 test "$with_gnu_ld" != no && break
5886 ;;
5887 *)
5888 test "$with_gnu_ld" != yes && break
5889 ;;
5890 esac
5891 fi
5892 done
5893 IFS="$lt_save_ifs"
5894else
5895 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5896fi
5897fi
5898
5899LD="$lt_cv_path_LD"
5900if test -n "$LD"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5902$as_echo "$LD" >&6; }
5903else
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905$as_echo "no" >&6; }
5906fi
5907test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5909$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5910if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5911 $as_echo_n "(cached) " >&6
5912else
5913 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5914case `$LD -v 2>&1 </dev/null` in
5915*GNU* | *'with BFD'*)
5916 lt_cv_prog_gnu_ld=yes
5917 ;;
5918*)
5919 lt_cv_prog_gnu_ld=no
5920 ;;
5921esac
5922fi
5923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5924$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5925with_gnu_ld=$lt_cv_prog_gnu_ld
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5936$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5937if test "${lt_cv_path_NM+set}" = set; then :
5938 $as_echo_n "(cached) " >&6
5939else
5940 if test -n "$NM"; then
5941 # Let the user override the test.
5942 lt_cv_path_NM="$NM"
5943else
5944 lt_nm_to_check="${ac_tool_prefix}nm"
5945 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5946 lt_nm_to_check="$lt_nm_to_check nm"
5947 fi
5948 for lt_tmp_nm in $lt_nm_to_check; do
5949 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5950 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5951 IFS="$lt_save_ifs"
5952 test -z "$ac_dir" && ac_dir=.
5953 tmp_nm="$ac_dir/$lt_tmp_nm"
5954 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5955 # Check to see if the nm accepts a BSD-compat flag.
5956 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5957 # nm: unknown option "B" ignored
5958 # Tru64's nm complains that /dev/null is an invalid object file
5959 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5960 */dev/null* | *'Invalid file or object type'*)
5961 lt_cv_path_NM="$tmp_nm -B"
5962 break
5963 ;;
5964 *)
5965 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5966 */dev/null*)
5967 lt_cv_path_NM="$tmp_nm -p"
5968 break
5969 ;;
5970 *)
5971 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5972 continue # so that we can try to find one that supports BSD flags
5973 ;;
5974 esac
5975 ;;
5976 esac
5977 fi
5978 done
5979 IFS="$lt_save_ifs"
5980 done
5981 : ${lt_cv_path_NM=no}
5982fi
5983fi
5984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5985$as_echo "$lt_cv_path_NM" >&6; }
5986if test "$lt_cv_path_NM" != "no"; then
5987 NM="$lt_cv_path_NM"
5988else
5989 # Didn't find any BSD compatible name lister, look for dumpbin.
5990 if test -n "$DUMPBIN"; then :
5991 # Let the user override the test.
5992 else
5993 if test -n "$ac_tool_prefix"; then
5994 for ac_prog in dumpbin "link -dump"
5995 do
5996 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5997set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999$as_echo_n "checking for $ac_word... " >&6; }
6000if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6001 $as_echo_n "(cached) " >&6
6002else
6003 if test -n "$DUMPBIN"; then
6004 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6005else
6006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007for as_dir in $PATH
6008do
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6016 fi
6017done
6018 done
6019IFS=$as_save_IFS
6020
6021fi
6022fi
6023DUMPBIN=$ac_cv_prog_DUMPBIN
6024if test -n "$DUMPBIN"; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6026$as_echo "$DUMPBIN" >&6; }
6027else
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6029$as_echo "no" >&6; }
6030fi
6031
6032
6033 test -n "$DUMPBIN" && break
6034 done
6035fi
6036if test -z "$DUMPBIN"; then
6037 ac_ct_DUMPBIN=$DUMPBIN
6038 for ac_prog in dumpbin "link -dump"
6039do
6040 # Extract the first word of "$ac_prog", so it can be a program name with args.
6041set dummy $ac_prog; ac_word=$2
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6043$as_echo_n "checking for $ac_word... " >&6; }
6044if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6045 $as_echo_n "(cached) " >&6
6046else
6047 if test -n "$ac_ct_DUMPBIN"; then
6048 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6049else
6050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6051for as_dir in $PATH
6052do
6053 IFS=$as_save_IFS
6054 test -z "$as_dir" && as_dir=.
6055 for ac_exec_ext in '' $ac_executable_extensions; do
6056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6057 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6059 break 2
6060 fi
6061done
6062 done
6063IFS=$as_save_IFS
6064
6065fi
6066fi
6067ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6068if test -n "$ac_ct_DUMPBIN"; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6070$as_echo "$ac_ct_DUMPBIN" >&6; }
6071else
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6073$as_echo "no" >&6; }
6074fi
6075
6076
6077 test -n "$ac_ct_DUMPBIN" && break
6078done
6079
6080 if test "x$ac_ct_DUMPBIN" = x; then
6081 DUMPBIN=":"
6082 else
6083 case $cross_compiling:$ac_tool_warned in
6084yes:)
6085{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6086$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6087ac_tool_warned=yes ;;
6088esac
6089 DUMPBIN=$ac_ct_DUMPBIN
6090 fi
6091fi
6092
6093 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6094 *COFF*)
6095 DUMPBIN="$DUMPBIN -symbols"
6096 ;;
6097 *)
6098 DUMPBIN=:
6099 ;;
6100 esac
6101 fi
6102
6103 if test "$DUMPBIN" != ":"; then
6104 NM="$DUMPBIN"
6105 fi
6106fi
6107test -z "$NM" && NM=nm
6108
6109
6110
6111
6112
6113
6114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6115$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6116if test "${lt_cv_nm_interface+set}" = set; then :
6117 $as_echo_n "(cached) " >&6
6118else
6119 lt_cv_nm_interface="BSD nm"
6120 echo "int some_variable = 0;" > conftest.$ac_ext
6121 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6122 (eval "$ac_compile" 2>conftest.err)
6123 cat conftest.err >&5
6124 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6125 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6126 cat conftest.err >&5
6127 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6128 cat conftest.out >&5
6129 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6130 lt_cv_nm_interface="MS dumpbin"
6131 fi
6132 rm -f conftest*
6133fi
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6135$as_echo "$lt_cv_nm_interface" >&6; }
6136
6137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6138$as_echo_n "checking whether ln -s works... " >&6; }
6139LN_S=$as_ln_s
6140if test "$LN_S" = "ln -s"; then
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6142$as_echo "yes" >&6; }
6143else
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6145$as_echo "no, using $LN_S" >&6; }
6146fi
6147
6148# find the maximum length of command line arguments
6149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6150$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6151if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6152 $as_echo_n "(cached) " >&6
6153else
6154 i=0
6155 teststring="ABCD"
6156
6157 case $build_os in
6158 msdosdjgpp*)
6159 # On DJGPP, this test can blow up pretty badly due to problems in libc
6160 # (any single argument exceeding 2000 bytes causes a buffer overrun
6161 # during glob expansion). Even if it were fixed, the result of this
6162 # check would be larger than it should be.
6163 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6164 ;;
6165
6166 gnu*)
6167 # Under GNU Hurd, this test is not required because there is
6168 # no limit to the length of command line arguments.
6169 # Libtool will interpret -1 as no limit whatsoever
6170 lt_cv_sys_max_cmd_len=-1;
6171 ;;
6172
6173 cygwin* | mingw* | cegcc*)
6174 # On Win9x/ME, this test blows up -- it succeeds, but takes
6175 # about 5 minutes as the teststring grows exponentially.
6176 # Worse, since 9x/ME are not pre-emptively multitasking,
6177 # you end up with a "frozen" computer, even though with patience
6178 # the test eventually succeeds (with a max line length of 256k).
6179 # Instead, let's just punt: use the minimum linelength reported by
6180 # all of the supported platforms: 8192 (on NT/2K/XP).
6181 lt_cv_sys_max_cmd_len=8192;
6182 ;;
6183
6184 mint*)
6185 # On MiNT this can take a long time and run out of memory.
6186 lt_cv_sys_max_cmd_len=8192;
6187 ;;
6188
6189 amigaos*)
6190 # On AmigaOS with pdksh, this test takes hours, literally.
6191 # So we just punt and use a minimum line length of 8192.
6192 lt_cv_sys_max_cmd_len=8192;
6193 ;;
6194
6195 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6196 # This has been around since 386BSD, at least. Likely further.
6197 if test -x /sbin/sysctl; then
6198 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6199 elif test -x /usr/sbin/sysctl; then
6200 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6201 else
6202 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6203 fi
6204 # And add a safety zone
6205 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6206 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6207 ;;
6208
6209 interix*)
6210 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6211 lt_cv_sys_max_cmd_len=196608
6212 ;;
6213
6214 osf*)
6215 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6216 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6217 # nice to cause kernel panics so lets avoid the loop below.
6218 # First set a reasonable default.
6219 lt_cv_sys_max_cmd_len=16384
6220 #
6221 if test -x /sbin/sysconfig; then
6222 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6223 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6224 esac
6225 fi
6226 ;;
6227 sco3.2v5*)
6228 lt_cv_sys_max_cmd_len=102400
6229 ;;
6230 sysv5* | sco5v6* | sysv4.2uw2*)
6231 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6232 if test -n "$kargmax"; then
6233 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6234 else
6235 lt_cv_sys_max_cmd_len=32768
6236 fi
6237 ;;
6238 *)
6239 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6240 if test -n "$lt_cv_sys_max_cmd_len"; then
6241 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6242 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6243 else
6244 # Make teststring a little bigger before we do anything with it.
6245 # a 1K string should be a reasonable start.
6246 for i in 1 2 3 4 5 6 7 8 ; do
6247 teststring=$teststring$teststring
6248 done
6249 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6250 # If test is not a shell built-in, we'll probably end up computing a
6251 # maximum length that is only half of the actual maximum length, but
6252 # we can't tell.
6253 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6254 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6255 test $i != 17 # 1/2 MB should be enough
6256 do
6257 i=`expr $i + 1`
6258 teststring=$teststring$teststring
6259 done
6260 # Only check the string length outside the loop.
6261 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6262 teststring=
6263 # Add a significant safety factor because C++ compilers can tack on
6264 # massive amounts of additional arguments before passing them to the
6265 # linker. It appears as though 1/2 is a usable value.
6266 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6267 fi
6268 ;;
6269 esac
6270
6271fi
6272
6273if test -n $lt_cv_sys_max_cmd_len ; then
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6275$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6276else
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6278$as_echo "none" >&6; }
6279fi
6280max_cmd_len=$lt_cv_sys_max_cmd_len
6281
6282
6283
6284
6285
6286
6287: ${CP="cp -f"}
6288: ${MV="mv -f"}
6289: ${RM="rm -f"}
6290
6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6292$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6293# Try some XSI features
6294xsi_shell=no
6295( _lt_dummy="a/b/c"
6296 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6297 = c,a/b,, \
6298 && eval 'test $(( 1 + 1 )) -eq 2 \
6299 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6300 && xsi_shell=yes
6301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6302$as_echo "$xsi_shell" >&6; }
6303
6304
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6306$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6307lt_shell_append=no
6308( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6309 >/dev/null 2>&1 \
6310 && lt_shell_append=yes
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6312$as_echo "$lt_shell_append" >&6; }
6313
6314
6315if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6316 lt_unset=unset
6317else
6318 lt_unset=false
6319fi
6320
6321
6322
6323
6324
6325# test EBCDIC or ASCII
6326case `echo X|tr X '\101'` in
6327 A) # ASCII based system
6328 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6329 lt_SP2NL='tr \040 \012'
6330 lt_NL2SP='tr \015\012 \040\040'
6331 ;;
6332 *) # EBCDIC based system
6333 lt_SP2NL='tr \100 \n'
6334 lt_NL2SP='tr \r\n \100\100'
6335 ;;
6336esac
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6347$as_echo_n "checking for $LD option to reload object files... " >&6; }
6348if test "${lt_cv_ld_reload_flag+set}" = set; then :
6349 $as_echo_n "(cached) " >&6
6350else
6351 lt_cv_ld_reload_flag='-r'
6352fi
6353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6354$as_echo "$lt_cv_ld_reload_flag" >&6; }
6355reload_flag=$lt_cv_ld_reload_flag
6356case $reload_flag in
6357"" | " "*) ;;
6358*) reload_flag=" $reload_flag" ;;
6359esac
6360reload_cmds='$LD$reload_flag -o $output$reload_objs'
6361case $host_os in
6362 darwin*)
6363 if test "$GCC" = yes; then
6364 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6365 else
6366 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6367 fi
6368 ;;
6369esac
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379if test -n "$ac_tool_prefix"; then
6380 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6381set dummy ${ac_tool_prefix}objdump; ac_word=$2
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6383$as_echo_n "checking for $ac_word... " >&6; }
6384if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6385 $as_echo_n "(cached) " >&6
6386else
6387 if test -n "$OBJDUMP"; then
6388 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6389else
6390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6391for as_dir in $PATH
6392do
6393 IFS=$as_save_IFS
6394 test -z "$as_dir" && as_dir=.
6395 for ac_exec_ext in '' $ac_executable_extensions; do
6396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6397 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6399 break 2
6400 fi
6401done
6402 done
6403IFS=$as_save_IFS
6404
6405fi
6406fi
6407OBJDUMP=$ac_cv_prog_OBJDUMP
6408if test -n "$OBJDUMP"; then
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6410$as_echo "$OBJDUMP" >&6; }
6411else
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6413$as_echo "no" >&6; }
6414fi
6415
6416
6417fi
6418if test -z "$ac_cv_prog_OBJDUMP"; then
6419 ac_ct_OBJDUMP=$OBJDUMP
6420 # Extract the first word of "objdump", so it can be a program name with args.
6421set dummy objdump; ac_word=$2
6422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6423$as_echo_n "checking for $ac_word... " >&6; }
6424if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6425 $as_echo_n "(cached) " >&6
6426else
6427 if test -n "$ac_ct_OBJDUMP"; then
6428 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6429else
6430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6431for as_dir in $PATH
6432do
6433 IFS=$as_save_IFS
6434 test -z "$as_dir" && as_dir=.
6435 for ac_exec_ext in '' $ac_executable_extensions; do
6436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6437 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6439 break 2
6440 fi
6441done
6442 done
6443IFS=$as_save_IFS
6444
6445fi
6446fi
6447ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6448if test -n "$ac_ct_OBJDUMP"; then
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6450$as_echo "$ac_ct_OBJDUMP" >&6; }
6451else
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6453$as_echo "no" >&6; }
6454fi
6455
6456 if test "x$ac_ct_OBJDUMP" = x; then
6457 OBJDUMP="false"
6458 else
6459 case $cross_compiling:$ac_tool_warned in
6460yes:)
6461{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6462$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6463ac_tool_warned=yes ;;
6464esac
6465 OBJDUMP=$ac_ct_OBJDUMP
6466 fi
6467else
6468 OBJDUMP="$ac_cv_prog_OBJDUMP"
6469fi
6470
6471test -z "$OBJDUMP" && OBJDUMP=objdump
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6482$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6483if test "${lt_cv_deplibs_check_method+set}" = set; then :
6484 $as_echo_n "(cached) " >&6
6485else
6486 lt_cv_file_magic_cmd='$MAGIC_CMD'
6487lt_cv_file_magic_test_file=
6488lt_cv_deplibs_check_method='unknown'
6489# Need to set the preceding variable on all platforms that support
6490# interlibrary dependencies.
6491# 'none' -- dependencies not supported.
6492# `unknown' -- same as none, but documents that we really don't know.
6493# 'pass_all' -- all dependencies passed with no checks.
6494# 'test_compile' -- check by making test program.
6495# 'file_magic [[regex]]' -- check by looking for files in library path
6496# which responds to the $file_magic_cmd with a given extended regex.
6497# If you have `file' or equivalent on your system and you're not sure
6498# whether `pass_all' will *always* work, you probably want this one.
6499
6500case $host_os in
6501aix[4-9]*)
6502 lt_cv_deplibs_check_method=pass_all
6503 ;;
6504
6505beos*)
6506 lt_cv_deplibs_check_method=pass_all
6507 ;;
6508
6509bsdi[45]*)
6510 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6511 lt_cv_file_magic_cmd='/usr/bin/file -L'
6512 lt_cv_file_magic_test_file=/shlib/libc.so
6513 ;;
6514
6515cygwin*)
6516 # func_win32_libid is a shell function defined in ltmain.sh
6517 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6518 lt_cv_file_magic_cmd='func_win32_libid'
6519 ;;
6520
6521mingw* | pw32*)
6522 # Base MSYS/MinGW do not provide the 'file' command needed by
6523 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6524 # unless we find 'file', for example because we are cross-compiling.
6525 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6526 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6527 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6528 lt_cv_file_magic_cmd='func_win32_libid'
6529 else
6530 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6531 lt_cv_file_magic_cmd='$OBJDUMP -f'
6532 fi
6533 ;;
6534
6535cegcc*)
6536 # use the weaker test based on 'objdump'. See mingw*.
6537 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6538 lt_cv_file_magic_cmd='$OBJDUMP -f'
6539 ;;
6540
6541darwin* | rhapsody*)
6542 lt_cv_deplibs_check_method=pass_all
6543 ;;
6544
6545freebsd* | dragonfly*)
6546 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6547 case $host_cpu in
6548 i*86 )
6549 # Not sure whether the presence of OpenBSD here was a mistake.
6550 # Let's accept both of them until this is cleared up.
6551 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6552 lt_cv_file_magic_cmd=/usr/bin/file
6553 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6554 ;;
6555 esac
6556 else
6557 lt_cv_deplibs_check_method=pass_all
6558 fi
6559 ;;
6560
6561gnu*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565haiku*)
6566 lt_cv_deplibs_check_method=pass_all
6567 ;;
6568
6569hpux10.20* | hpux11*)
6570 lt_cv_file_magic_cmd=/usr/bin/file
6571 case $host_cpu in
6572 ia64*)
6573 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6574 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6575 ;;
6576 hppa*64*)
6577 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]'
6578 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6579 ;;
6580 *)
6581 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6582 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6583 ;;
6584 esac
6585 ;;
6586
6587interix[3-9]*)
6588 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6589 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6590 ;;
6591
6592irix5* | irix6* | nonstopux*)
6593 case $LD in
6594 *-32|*"-32 ") libmagic=32-bit;;
6595 *-n32|*"-n32 ") libmagic=N32;;
6596 *-64|*"-64 ") libmagic=64-bit;;
6597 *) libmagic=never-match;;
6598 esac
6599 lt_cv_deplibs_check_method=pass_all
6600 ;;
6601
6602# This must be Linux ELF.
6603linux* | k*bsd*-gnu | kopensolaris*-gnu)
6604 lt_cv_deplibs_check_method=pass_all
6605 ;;
6606
6607netbsd*)
6608 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6609 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6610 else
6611 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6612 fi
6613 ;;
6614
6615newos6*)
6616 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6617 lt_cv_file_magic_cmd=/usr/bin/file
6618 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6619 ;;
6620
6621*nto* | *qnx*)
6622 lt_cv_deplibs_check_method=pass_all
6623 ;;
6624
6625openbsd*)
6626 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6627 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6628 else
6629 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6630 fi
6631 ;;
6632
6633osf3* | osf4* | osf5*)
6634 lt_cv_deplibs_check_method=pass_all
6635 ;;
6636
6637rdos*)
6638 lt_cv_deplibs_check_method=pass_all
6639 ;;
6640
6641solaris*)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644
6645sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6646 lt_cv_deplibs_check_method=pass_all
6647 ;;
6648
6649sysv4 | sysv4.3*)
6650 case $host_vendor in
6651 motorola)
6652 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]'
6653 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6654 ;;
6655 ncr)
6656 lt_cv_deplibs_check_method=pass_all
6657 ;;
6658 sequent)
6659 lt_cv_file_magic_cmd='/bin/file'
6660 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6661 ;;
6662 sni)
6663 lt_cv_file_magic_cmd='/bin/file'
6664 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6665 lt_cv_file_magic_test_file=/lib/libc.so
6666 ;;
6667 siemens)
6668 lt_cv_deplibs_check_method=pass_all
6669 ;;
6670 pc)
6671 lt_cv_deplibs_check_method=pass_all
6672 ;;
6673 esac
6674 ;;
6675
6676tpf*)
6677 lt_cv_deplibs_check_method=pass_all
6678 ;;
6679esac
6680
6681fi
6682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6683$as_echo "$lt_cv_deplibs_check_method" >&6; }
6684file_magic_cmd=$lt_cv_file_magic_cmd
6685deplibs_check_method=$lt_cv_deplibs_check_method
6686test -z "$deplibs_check_method" && deplibs_check_method=unknown
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699if test -n "$ac_tool_prefix"; then
6700 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6701set dummy ${ac_tool_prefix}ar; ac_word=$2
6702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6703$as_echo_n "checking for $ac_word... " >&6; }
6704if test "${ac_cv_prog_AR+set}" = set; then :
6705 $as_echo_n "(cached) " >&6
6706else
6707 if test -n "$AR"; then
6708 ac_cv_prog_AR="$AR" # Let the user override the test.
6709else
6710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6711for as_dir in $PATH
6712do
6713 IFS=$as_save_IFS
6714 test -z "$as_dir" && as_dir=.
6715 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6717 ac_cv_prog_AR="${ac_tool_prefix}ar"
6718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6719 break 2
6720 fi
6721done
6722 done
6723IFS=$as_save_IFS
6724
6725fi
6726fi
6727AR=$ac_cv_prog_AR
6728if test -n "$AR"; then
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6730$as_echo "$AR" >&6; }
6731else
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6733$as_echo "no" >&6; }
6734fi
6735
6736
6737fi
6738if test -z "$ac_cv_prog_AR"; then
6739 ac_ct_AR=$AR
6740 # Extract the first word of "ar", so it can be a program name with args.
6741set dummy ar; ac_word=$2
6742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6743$as_echo_n "checking for $ac_word... " >&6; }
6744if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6745 $as_echo_n "(cached) " >&6
6746else
6747 if test -n "$ac_ct_AR"; then
6748 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6749else
6750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6751for as_dir in $PATH
6752do
6753 IFS=$as_save_IFS
6754 test -z "$as_dir" && as_dir=.
6755 for ac_exec_ext in '' $ac_executable_extensions; do
6756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6757 ac_cv_prog_ac_ct_AR="ar"
6758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6759 break 2
6760 fi
6761done
6762 done
6763IFS=$as_save_IFS
6764
6765fi
6766fi
6767ac_ct_AR=$ac_cv_prog_ac_ct_AR
6768if test -n "$ac_ct_AR"; then
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6770$as_echo "$ac_ct_AR" >&6; }
6771else
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6773$as_echo "no" >&6; }
6774fi
6775
6776 if test "x$ac_ct_AR" = x; then
6777 AR="false"
6778 else
6779 case $cross_compiling:$ac_tool_warned in
6780yes:)
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6782$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6783ac_tool_warned=yes ;;
6784esac
6785 AR=$ac_ct_AR
6786 fi
6787else
6788 AR="$ac_cv_prog_AR"
6789fi
6790
6791test -z "$AR" && AR=ar
6792test -z "$AR_FLAGS" && AR_FLAGS=cru
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804if test -n "$ac_tool_prefix"; then
6805 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6806set dummy ${ac_tool_prefix}strip; ac_word=$2
6807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6808$as_echo_n "checking for $ac_word... " >&6; }
6809if test "${ac_cv_prog_STRIP+set}" = set; then :
6810 $as_echo_n "(cached) " >&6
6811else
6812 if test -n "$STRIP"; then
6813 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6814else
6815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6816for as_dir in $PATH
6817do
6818 IFS=$as_save_IFS
6819 test -z "$as_dir" && as_dir=.
6820 for ac_exec_ext in '' $ac_executable_extensions; do
6821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6822 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6824 break 2
6825 fi
6826done
6827 done
6828IFS=$as_save_IFS
6829
6830fi
6831fi
6832STRIP=$ac_cv_prog_STRIP
6833if test -n "$STRIP"; then
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6835$as_echo "$STRIP" >&6; }
6836else
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6838$as_echo "no" >&6; }
6839fi
6840
6841
6842fi
6843if test -z "$ac_cv_prog_STRIP"; then
6844 ac_ct_STRIP=$STRIP
6845 # Extract the first word of "strip", so it can be a program name with args.
6846set dummy strip; ac_word=$2
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6848$as_echo_n "checking for $ac_word... " >&6; }
6849if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6850 $as_echo_n "(cached) " >&6
6851else
6852 if test -n "$ac_ct_STRIP"; then
6853 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6854else
6855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6856for as_dir in $PATH
6857do
6858 IFS=$as_save_IFS
6859 test -z "$as_dir" && as_dir=.
6860 for ac_exec_ext in '' $ac_executable_extensions; do
6861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6862 ac_cv_prog_ac_ct_STRIP="strip"
6863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6864 break 2
6865 fi
6866done
6867 done
6868IFS=$as_save_IFS
6869
6870fi
6871fi
6872ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6873if test -n "$ac_ct_STRIP"; then
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6875$as_echo "$ac_ct_STRIP" >&6; }
6876else
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6878$as_echo "no" >&6; }
6879fi
6880
6881 if test "x$ac_ct_STRIP" = x; then
6882 STRIP=":"
6883 else
6884 case $cross_compiling:$ac_tool_warned in
6885yes:)
6886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6888ac_tool_warned=yes ;;
6889esac
6890 STRIP=$ac_ct_STRIP
6891 fi
6892else
6893 STRIP="$ac_cv_prog_STRIP"
6894fi
6895
6896test -z "$STRIP" && STRIP=:
6897
6898
6899
6900
6901
6902
6903if test -n "$ac_tool_prefix"; then
6904 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6905set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907$as_echo_n "checking for $ac_word... " >&6; }
6908if test "${ac_cv_prog_RANLIB+set}" = set; then :
6909 $as_echo_n "(cached) " >&6
6910else
6911 if test -n "$RANLIB"; then
6912 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6913else
6914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915for as_dir in $PATH
6916do
6917 IFS=$as_save_IFS
6918 test -z "$as_dir" && as_dir=.
6919 for ac_exec_ext in '' $ac_executable_extensions; do
6920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6921 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 break 2
6924 fi
6925done
6926 done
6927IFS=$as_save_IFS
6928
6929fi
6930fi
6931RANLIB=$ac_cv_prog_RANLIB
6932if test -n "$RANLIB"; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6934$as_echo "$RANLIB" >&6; }
6935else
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6937$as_echo "no" >&6; }
6938fi
6939
6940
6941fi
6942if test -z "$ac_cv_prog_RANLIB"; then
6943 ac_ct_RANLIB=$RANLIB
6944 # Extract the first word of "ranlib", so it can be a program name with args.
6945set dummy ranlib; ac_word=$2
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947$as_echo_n "checking for $ac_word... " >&6; }
6948if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6949 $as_echo_n "(cached) " >&6
6950else
6951 if test -n "$ac_ct_RANLIB"; then
6952 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6953else
6954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955for as_dir in $PATH
6956do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
6960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6961 ac_cv_prog_ac_ct_RANLIB="ranlib"
6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6964 fi
6965done
6966 done
6967IFS=$as_save_IFS
6968
6969fi
6970fi
6971ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6972if test -n "$ac_ct_RANLIB"; then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6974$as_echo "$ac_ct_RANLIB" >&6; }
6975else
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977$as_echo "no" >&6; }
6978fi
6979
6980 if test "x$ac_ct_RANLIB" = x; then
6981 RANLIB=":"
6982 else
6983 case $cross_compiling:$ac_tool_warned in
6984yes:)
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6987ac_tool_warned=yes ;;
6988esac
6989 RANLIB=$ac_ct_RANLIB
6990 fi
6991else
6992 RANLIB="$ac_cv_prog_RANLIB"
6993fi
6994
6995test -z "$RANLIB" && RANLIB=:
6996
6997
6998
6999
7000
7001
7002# Determine commands to create old-style static archives.
7003old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7004old_postinstall_cmds='chmod 644 $oldlib'
7005old_postuninstall_cmds=
7006
7007if test -n "$RANLIB"; then
7008 case $host_os in
7009 openbsd*)
7010 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7011 ;;
7012 *)
7013 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7014 ;;
7015 esac
7016 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7017fi
7018
7019case $host_os in
7020 darwin*)
7021 lock_old_archive_extraction=yes ;;
7022 *)
7023 lock_old_archive_extraction=no ;;
7024esac
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046for ac_prog in gawk mawk nawk awk
7047do
7048 # Extract the first word of "$ac_prog", so it can be a program name with args.
7049set dummy $ac_prog; ac_word=$2
7050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7051$as_echo_n "checking for $ac_word... " >&6; }
7052if test "${ac_cv_prog_AWK+set}" = set; then :
7053 $as_echo_n "(cached) " >&6
7054else
7055 if test -n "$AWK"; then
7056 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7057else
7058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7059for as_dir in $PATH
7060do
7061 IFS=$as_save_IFS
7062 test -z "$as_dir" && as_dir=.
7063 for ac_exec_ext in '' $ac_executable_extensions; do
7064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7065 ac_cv_prog_AWK="$ac_prog"
7066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7067 break 2
7068 fi
7069done
7070 done
7071IFS=$as_save_IFS
7072
7073fi
7074fi
7075AWK=$ac_cv_prog_AWK
7076if test -n "$AWK"; then
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7078$as_echo "$AWK" >&6; }
7079else
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7081$as_echo "no" >&6; }
7082fi
7083
7084
7085 test -n "$AWK" && break
7086done
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106# If no C compiler was specified, use CC.
7107LTCC=${LTCC-"$CC"}
7108
7109# If no C compiler flags were specified, use CFLAGS.
7110LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7111
7112# Allow CC to be a program name with arguments.
7113compiler=$CC
7114
7115
7116# Check for command to grab the raw symbol name followed by C symbol from nm.
7117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7118$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7119if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7120 $as_echo_n "(cached) " >&6
7121else
7122
7123# These are sane defaults that work on at least a few old systems.
7124# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7125
7126# Character class describing NM global symbol codes.
7127symcode='[BCDEGRST]'
7128
7129# Regexp to match symbols that can be accessed directly from C.
7130sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7131
7132# Define system-specific variables.
7133case $host_os in
7134aix*)
7135 symcode='[BCDT]'
7136 ;;
7137cygwin* | mingw* | pw32* | cegcc*)
7138 symcode='[ABCDGISTW]'
7139 ;;
7140hpux*)
7141 if test "$host_cpu" = ia64; then
7142 symcode='[ABCDEGRST]'
7143 fi
7144 ;;
7145irix* | nonstopux*)
7146 symcode='[BCDEGRST]'
7147 ;;
7148osf*)
7149 symcode='[BCDEGQRST]'
7150 ;;
7151solaris*)
7152 symcode='[BDRT]'
7153 ;;
7154sco3.2v5*)
7155 symcode='[DT]'
7156 ;;
7157sysv4.2uw2*)
7158 symcode='[DT]'
7159 ;;
7160sysv5* | sco5v6* | unixware* | OpenUNIX*)
7161 symcode='[ABDT]'
7162 ;;
7163sysv4)
7164 symcode='[DFNSTU]'
7165 ;;
7166esac
7167
7168# If we're using GNU nm, then use its standard symbol codes.
7169case `$NM -V 2>&1` in
7170*GNU* | *'with BFD'*)
7171 symcode='[ABCDGIRSTW]' ;;
7172esac
7173
7174# Transform an extracted symbol line into a proper C declaration.
7175# Some systems (esp. on ia64) link data and code symbols differently,
7176# so use this general approach.
7177lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7178
7179# Transform an extracted symbol line into symbol name and symbol address
7180lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7181lt_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'"
7182
7183# Handle CRLF in mingw tool chain
7184opt_cr=
7185case $build_os in
7186mingw*)
7187 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7188 ;;
7189esac
7190
7191# Try without a prefix underscore, then with it.
7192for ac_symprfx in "" "_"; do
7193
7194 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7195 symxfrm="\\1 $ac_symprfx\\2 \\2"
7196
7197 # Write the raw and C identifiers.
7198 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7199 # Fake it for dumpbin and say T for any non-static function
7200 # and D for any global variable.
7201 # Also find C++ and __fastcall symbols from MSVC++,
7202 # which start with @ or ?.
7203 lt_cv_sys_global_symbol_pipe="$AWK '"\
7204" {last_section=section; section=\$ 3};"\
7205" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7206" \$ 0!~/External *\|/{next};"\
7207" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7208" {if(hide[section]) next};"\
7209" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7210" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7211" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7212" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7213" ' prfx=^$ac_symprfx"
7214 else
7215 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7216 fi
7217
7218 # Check to see that the pipe works correctly.
7219 pipe_works=no
7220
7221 rm -f conftest*
7222 cat > conftest.$ac_ext <<_LT_EOF
7223#ifdef __cplusplus
7224extern "C" {
7225#endif
7226char nm_test_var;
7227void nm_test_func(void);
7228void nm_test_func(void){}
7229#ifdef __cplusplus
7230}
7231#endif
7232int main(){nm_test_var='a';nm_test_func();return(0);}
7233_LT_EOF
7234
7235 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7236 (eval $ac_compile) 2>&5
7237 ac_status=$?
7238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7239 test $ac_status = 0; }; then
7240 # Now try to grab the symbols.
7241 nlist=conftest.nm
7242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7243 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7244 ac_status=$?
7245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7246 test $ac_status = 0; } && test -s "$nlist"; then
7247 # Try sorting and uniquifying the output.
7248 if sort "$nlist" | uniq > "$nlist"T; then
7249 mv -f "$nlist"T "$nlist"
7250 else
7251 rm -f "$nlist"T
7252 fi
7253
7254 # Make sure that we snagged all the symbols we need.
7255 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7256 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7257 cat <<_LT_EOF > conftest.$ac_ext
7258#ifdef __cplusplus
7259extern "C" {
7260#endif
7261
7262_LT_EOF
7263 # Now generate the symbol file.
7264 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7265
7266 cat <<_LT_EOF >> conftest.$ac_ext
7267
7268/* The mapping between symbol names and symbols. */
7269const struct {
7270 const char *name;
7271 void *address;
7272}
7273lt__PROGRAM__LTX_preloaded_symbols[] =
7274{
7275 { "@PROGRAM@", (void *) 0 },
7276_LT_EOF
7277 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7278 cat <<\_LT_EOF >> conftest.$ac_ext
7279 {0, (void *) 0}
7280};
7281
7282/* This works around a problem in FreeBSD linker */
7283#ifdef FREEBSD_WORKAROUND
7284static const void *lt_preloaded_setup() {
7285 return lt__PROGRAM__LTX_preloaded_symbols;
7286}
7287#endif
7288
7289#ifdef __cplusplus
7290}
7291#endif
7292_LT_EOF
7293 # Now try linking the two files.
7294 mv conftest.$ac_objext conftstm.$ac_objext
7295 lt_save_LIBS="$LIBS"
7296 lt_save_CFLAGS="$CFLAGS"
7297 LIBS="conftstm.$ac_objext"
7298 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7299 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7300 (eval $ac_link) 2>&5
7301 ac_status=$?
7302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7303 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7304 pipe_works=yes
7305 fi
7306 LIBS="$lt_save_LIBS"
7307 CFLAGS="$lt_save_CFLAGS"
7308 else
7309 echo "cannot find nm_test_func in $nlist" >&5
7310 fi
7311 else
7312 echo "cannot find nm_test_var in $nlist" >&5
7313 fi
7314 else
7315 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7316 fi
7317 else
7318 echo "$progname: failed program was:" >&5
7319 cat conftest.$ac_ext >&5
7320 fi
7321 rm -rf conftest* conftst*
7322
7323 # Do not use the global_symbol_pipe unless it works.
7324 if test "$pipe_works" = yes; then
7325 break
7326 else
7327 lt_cv_sys_global_symbol_pipe=
7328 fi
7329done
7330
7331fi
7332
7333if test -z "$lt_cv_sys_global_symbol_pipe"; then
7334 lt_cv_sys_global_symbol_to_cdecl=
7335fi
7336if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7338$as_echo "failed" >&6; }
7339else
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7341$as_echo "ok" >&6; }
7342fi
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365# Check whether --enable-libtool-lock was given.
7366if test "${enable_libtool_lock+set}" = set; then :
7367 enableval=$enable_libtool_lock;
7368fi
7369
7370test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7371
7372# Some flags need to be propagated to the compiler or linker for good
7373# libtool support.
7374case $host in
7375ia64-*-hpux*)
7376 # Find out which ABI we are using.
7377 echo 'int i;' > conftest.$ac_ext
7378 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7379 (eval $ac_compile) 2>&5
7380 ac_status=$?
7381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7382 test $ac_status = 0; }; then
7383 case `/usr/bin/file conftest.$ac_objext` in
7384 *ELF-32*)
7385 HPUX_IA64_MODE="32"
7386 ;;
7387 *ELF-64*)
7388 HPUX_IA64_MODE="64"
7389 ;;
7390 esac
7391 fi
7392 rm -rf conftest*
7393 ;;
7394*-*-irix6*)
7395 # Find out which ABI we are using.
7396 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7397 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7398 (eval $ac_compile) 2>&5
7399 ac_status=$?
7400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7401 test $ac_status = 0; }; then
7402 if test "$lt_cv_prog_gnu_ld" = yes; then
7403 case `/usr/bin/file conftest.$ac_objext` in
7404 *32-bit*)
7405 LD="${LD-ld} -melf32bsmip"
7406 ;;
7407 *N32*)
7408 LD="${LD-ld} -melf32bmipn32"
7409 ;;
7410 *64-bit*)
7411 LD="${LD-ld} -melf64bmip"
7412 ;;
7413 esac
7414 else
7415 case `/usr/bin/file conftest.$ac_objext` in
7416 *32-bit*)
7417 LD="${LD-ld} -32"
7418 ;;
7419 *N32*)
7420 LD="${LD-ld} -n32"
7421 ;;
7422 *64-bit*)
7423 LD="${LD-ld} -64"
7424 ;;
7425 esac
7426 fi
7427 fi
7428 rm -rf conftest*
7429 ;;
7430
bf3d9781 7431x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7432s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7433 # Find out which ABI we are using.
7434 echo 'int i;' > conftest.$ac_ext
7435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7436 (eval $ac_compile) 2>&5
7437 ac_status=$?
7438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7439 test $ac_status = 0; }; then
7440 case `/usr/bin/file conftest.o` in
7441 *32-bit*)
7442 case $host in
7443 x86_64-*kfreebsd*-gnu)
7444 LD="${LD-ld} -m elf_i386_fbsd"
7445 ;;
7446 x86_64-*linux*)
7447 case `/usr/bin/file conftest.o` in
7448 *x86-64*)
7449 LD="${LD-ld} -m elf32_x86_64"
7450 ;;
7451 *)
7452 LD="${LD-ld} -m elf_i386"
7453 ;;
7454 esac
7455 ;;
bf3d9781
AM
7456 powerpc64le-*linux*)
7457 LD="${LD-ld} -m elf32lppclinux"
7458 ;;
7459 powerpc64-*linux*)
6bb11ab3
L
7460 LD="${LD-ld} -m elf32ppclinux"
7461 ;;
7462 s390x-*linux*)
7463 LD="${LD-ld} -m elf_s390"
7464 ;;
7465 sparc64-*linux*)
7466 LD="${LD-ld} -m elf32_sparc"
7467 ;;
7468 esac
7469 ;;
7470 *64-bit*)
7471 case $host in
7472 x86_64-*kfreebsd*-gnu)
7473 LD="${LD-ld} -m elf_x86_64_fbsd"
7474 ;;
7475 x86_64-*linux*)
7476 LD="${LD-ld} -m elf_x86_64"
7477 ;;
bf3d9781
AM
7478 powerpcle-*linux*)
7479 LD="${LD-ld} -m elf64lppc"
7480 ;;
7481 powerpc-*linux*)
6bb11ab3
L
7482 LD="${LD-ld} -m elf64ppc"
7483 ;;
7484 s390*-*linux*|s390*-*tpf*)
7485 LD="${LD-ld} -m elf64_s390"
7486 ;;
7487 sparc*-*linux*)
7488 LD="${LD-ld} -m elf64_sparc"
7489 ;;
7490 esac
7491 ;;
7492 esac
7493 fi
7494 rm -rf conftest*
7495 ;;
7496
7497*-*-sco3.2v5*)
7498 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7499 SAVE_CFLAGS="$CFLAGS"
7500 CFLAGS="$CFLAGS -belf"
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7502$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7503if test "${lt_cv_cc_needs_belf+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505else
7506 ac_ext=c
7507ac_cpp='$CPP $CPPFLAGS'
7508ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7509ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7510ac_compiler_gnu=$ac_cv_c_compiler_gnu
7511
7512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7513/* end confdefs.h. */
7514
7515int
7516main ()
7517{
7518
7519 ;
7520 return 0;
7521}
7522_ACEOF
7523if ac_fn_c_try_link "$LINENO"; then :
7524 lt_cv_cc_needs_belf=yes
7525else
7526 lt_cv_cc_needs_belf=no
7527fi
7528rm -f core conftest.err conftest.$ac_objext \
7529 conftest$ac_exeext conftest.$ac_ext
7530 ac_ext=c
7531ac_cpp='$CPP $CPPFLAGS'
7532ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7533ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7534ac_compiler_gnu=$ac_cv_c_compiler_gnu
7535
7536fi
7537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7538$as_echo "$lt_cv_cc_needs_belf" >&6; }
7539 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7540 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7541 CFLAGS="$SAVE_CFLAGS"
7542 fi
7543 ;;
7544sparc*-*solaris*)
7545 # Find out which ABI we are using.
7546 echo 'int i;' > conftest.$ac_ext
7547 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7548 (eval $ac_compile) 2>&5
7549 ac_status=$?
7550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7551 test $ac_status = 0; }; then
7552 case `/usr/bin/file conftest.o` in
7553 *64-bit*)
7554 case $lt_cv_prog_gnu_ld in
7555 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7556 *)
7557 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7558 LD="${LD-ld} -64"
7559 fi
7560 ;;
7561 esac
7562 ;;
7563 esac
7564 fi
7565 rm -rf conftest*
7566 ;;
7567esac
7568
7569need_locks="$enable_libtool_lock"
7570
7571
7572 case $host_os in
7573 rhapsody* | darwin*)
7574 if test -n "$ac_tool_prefix"; then
7575 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7576set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7578$as_echo_n "checking for $ac_word... " >&6; }
7579if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7580 $as_echo_n "(cached) " >&6
7581else
7582 if test -n "$DSYMUTIL"; then
7583 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7584else
7585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7586for as_dir in $PATH
7587do
7588 IFS=$as_save_IFS
7589 test -z "$as_dir" && as_dir=.
7590 for ac_exec_ext in '' $ac_executable_extensions; do
7591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7592 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7594 break 2
7595 fi
7596done
7597 done
7598IFS=$as_save_IFS
7599
7600fi
7601fi
7602DSYMUTIL=$ac_cv_prog_DSYMUTIL
7603if test -n "$DSYMUTIL"; then
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7605$as_echo "$DSYMUTIL" >&6; }
7606else
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7608$as_echo "no" >&6; }
7609fi
7610
7611
7612fi
7613if test -z "$ac_cv_prog_DSYMUTIL"; then
7614 ac_ct_DSYMUTIL=$DSYMUTIL
7615 # Extract the first word of "dsymutil", so it can be a program name with args.
7616set dummy dsymutil; ac_word=$2
7617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7618$as_echo_n "checking for $ac_word... " >&6; }
7619if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7620 $as_echo_n "(cached) " >&6
7621else
7622 if test -n "$ac_ct_DSYMUTIL"; then
7623 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7624else
7625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7626for as_dir in $PATH
7627do
7628 IFS=$as_save_IFS
7629 test -z "$as_dir" && as_dir=.
7630 for ac_exec_ext in '' $ac_executable_extensions; do
7631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7632 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7634 break 2
7635 fi
7636done
7637 done
7638IFS=$as_save_IFS
7639
7640fi
7641fi
7642ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7643if test -n "$ac_ct_DSYMUTIL"; then
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7645$as_echo "$ac_ct_DSYMUTIL" >&6; }
7646else
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7648$as_echo "no" >&6; }
7649fi
7650
7651 if test "x$ac_ct_DSYMUTIL" = x; then
7652 DSYMUTIL=":"
7653 else
7654 case $cross_compiling:$ac_tool_warned in
7655yes:)
7656{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7657$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7658ac_tool_warned=yes ;;
7659esac
7660 DSYMUTIL=$ac_ct_DSYMUTIL
7661 fi
7662else
7663 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7664fi
7665
7666 if test -n "$ac_tool_prefix"; then
7667 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7668set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7670$as_echo_n "checking for $ac_word... " >&6; }
7671if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7672 $as_echo_n "(cached) " >&6
7673else
7674 if test -n "$NMEDIT"; then
7675 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7676else
7677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7678for as_dir in $PATH
7679do
7680 IFS=$as_save_IFS
7681 test -z "$as_dir" && as_dir=.
7682 for ac_exec_ext in '' $ac_executable_extensions; do
7683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7684 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7686 break 2
7687 fi
7688done
7689 done
7690IFS=$as_save_IFS
7691
7692fi
7693fi
7694NMEDIT=$ac_cv_prog_NMEDIT
7695if test -n "$NMEDIT"; then
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7697$as_echo "$NMEDIT" >&6; }
7698else
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7700$as_echo "no" >&6; }
7701fi
7702
7703
7704fi
7705if test -z "$ac_cv_prog_NMEDIT"; then
7706 ac_ct_NMEDIT=$NMEDIT
7707 # Extract the first word of "nmedit", so it can be a program name with args.
7708set dummy nmedit; ac_word=$2
7709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7710$as_echo_n "checking for $ac_word... " >&6; }
7711if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7712 $as_echo_n "(cached) " >&6
7713else
7714 if test -n "$ac_ct_NMEDIT"; then
7715 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7716else
7717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7718for as_dir in $PATH
7719do
7720 IFS=$as_save_IFS
7721 test -z "$as_dir" && as_dir=.
7722 for ac_exec_ext in '' $ac_executable_extensions; do
7723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7724 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7726 break 2
7727 fi
7728done
7729 done
7730IFS=$as_save_IFS
7731
7732fi
7733fi
7734ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7735if test -n "$ac_ct_NMEDIT"; then
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7737$as_echo "$ac_ct_NMEDIT" >&6; }
7738else
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7740$as_echo "no" >&6; }
7741fi
7742
7743 if test "x$ac_ct_NMEDIT" = x; then
7744 NMEDIT=":"
7745 else
7746 case $cross_compiling:$ac_tool_warned in
7747yes:)
7748{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7749$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7750ac_tool_warned=yes ;;
7751esac
7752 NMEDIT=$ac_ct_NMEDIT
7753 fi
7754else
7755 NMEDIT="$ac_cv_prog_NMEDIT"
7756fi
7757
7758 if test -n "$ac_tool_prefix"; then
7759 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7760set dummy ${ac_tool_prefix}lipo; ac_word=$2
7761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7762$as_echo_n "checking for $ac_word... " >&6; }
7763if test "${ac_cv_prog_LIPO+set}" = set; then :
7764 $as_echo_n "(cached) " >&6
7765else
7766 if test -n "$LIPO"; then
7767 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7768else
7769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7770for as_dir in $PATH
7771do
7772 IFS=$as_save_IFS
7773 test -z "$as_dir" && as_dir=.
7774 for ac_exec_ext in '' $ac_executable_extensions; do
7775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7776 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7778 break 2
7779 fi
7780done
7781 done
7782IFS=$as_save_IFS
7783
7784fi
7785fi
7786LIPO=$ac_cv_prog_LIPO
7787if test -n "$LIPO"; then
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7789$as_echo "$LIPO" >&6; }
7790else
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7792$as_echo "no" >&6; }
7793fi
7794
7795
7796fi
7797if test -z "$ac_cv_prog_LIPO"; then
7798 ac_ct_LIPO=$LIPO
7799 # Extract the first word of "lipo", so it can be a program name with args.
7800set dummy lipo; ac_word=$2
7801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7802$as_echo_n "checking for $ac_word... " >&6; }
7803if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7804 $as_echo_n "(cached) " >&6
7805else
7806 if test -n "$ac_ct_LIPO"; then
7807 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7808else
7809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7810for as_dir in $PATH
7811do
7812 IFS=$as_save_IFS
7813 test -z "$as_dir" && as_dir=.
7814 for ac_exec_ext in '' $ac_executable_extensions; do
7815 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7816 ac_cv_prog_ac_ct_LIPO="lipo"
7817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7818 break 2
7819 fi
7820done
7821 done
7822IFS=$as_save_IFS
7823
7824fi
7825fi
7826ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7827if test -n "$ac_ct_LIPO"; then
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7829$as_echo "$ac_ct_LIPO" >&6; }
7830else
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7832$as_echo "no" >&6; }
7833fi
7834
7835 if test "x$ac_ct_LIPO" = x; then
7836 LIPO=":"
7837 else
7838 case $cross_compiling:$ac_tool_warned in
7839yes:)
7840{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7841$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7842ac_tool_warned=yes ;;
7843esac
7844 LIPO=$ac_ct_LIPO
7845 fi
7846else
7847 LIPO="$ac_cv_prog_LIPO"
7848fi
7849
7850 if test -n "$ac_tool_prefix"; then
7851 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7852set dummy ${ac_tool_prefix}otool; ac_word=$2
7853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7854$as_echo_n "checking for $ac_word... " >&6; }
7855if test "${ac_cv_prog_OTOOL+set}" = set; then :
7856 $as_echo_n "(cached) " >&6
7857else
7858 if test -n "$OTOOL"; then
7859 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7860else
7861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7862for as_dir in $PATH
7863do
7864 IFS=$as_save_IFS
7865 test -z "$as_dir" && as_dir=.
7866 for ac_exec_ext in '' $ac_executable_extensions; do
7867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7868 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7870 break 2
7871 fi
7872done
7873 done
7874IFS=$as_save_IFS
7875
7876fi
7877fi
7878OTOOL=$ac_cv_prog_OTOOL
7879if test -n "$OTOOL"; then
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7881$as_echo "$OTOOL" >&6; }
7882else
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7884$as_echo "no" >&6; }
7885fi
7886
7887
7888fi
7889if test -z "$ac_cv_prog_OTOOL"; then
7890 ac_ct_OTOOL=$OTOOL
7891 # Extract the first word of "otool", so it can be a program name with args.
7892set dummy otool; ac_word=$2
7893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7894$as_echo_n "checking for $ac_word... " >&6; }
7895if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7896 $as_echo_n "(cached) " >&6
7897else
7898 if test -n "$ac_ct_OTOOL"; then
7899 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7900else
7901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7902for as_dir in $PATH
7903do
7904 IFS=$as_save_IFS
7905 test -z "$as_dir" && as_dir=.
7906 for ac_exec_ext in '' $ac_executable_extensions; do
7907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7908 ac_cv_prog_ac_ct_OTOOL="otool"
7909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7910 break 2
7911 fi
7912done
7913 done
7914IFS=$as_save_IFS
7915
7916fi
7917fi
7918ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7919if test -n "$ac_ct_OTOOL"; then
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7921$as_echo "$ac_ct_OTOOL" >&6; }
7922else
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7924$as_echo "no" >&6; }
7925fi
7926
7927 if test "x$ac_ct_OTOOL" = x; then
7928 OTOOL=":"
7929 else
7930 case $cross_compiling:$ac_tool_warned in
7931yes:)
7932{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7933$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7934ac_tool_warned=yes ;;
7935esac
7936 OTOOL=$ac_ct_OTOOL
7937 fi
7938else
7939 OTOOL="$ac_cv_prog_OTOOL"
7940fi
7941
7942 if test -n "$ac_tool_prefix"; then
7943 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7944set dummy ${ac_tool_prefix}otool64; ac_word=$2
7945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7946$as_echo_n "checking for $ac_word... " >&6; }
7947if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7948 $as_echo_n "(cached) " >&6
7949else
7950 if test -n "$OTOOL64"; then
7951 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7952else
7953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7954for as_dir in $PATH
7955do
7956 IFS=$as_save_IFS
7957 test -z "$as_dir" && as_dir=.
7958 for ac_exec_ext in '' $ac_executable_extensions; do
7959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7960 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7962 break 2
7963 fi
7964done
7965 done
7966IFS=$as_save_IFS
7967
7968fi
7969fi
7970OTOOL64=$ac_cv_prog_OTOOL64
7971if test -n "$OTOOL64"; then
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7973$as_echo "$OTOOL64" >&6; }
7974else
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7976$as_echo "no" >&6; }
7977fi
7978
7979
7980fi
7981if test -z "$ac_cv_prog_OTOOL64"; then
7982 ac_ct_OTOOL64=$OTOOL64
7983 # Extract the first word of "otool64", so it can be a program name with args.
7984set dummy otool64; ac_word=$2
7985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7986$as_echo_n "checking for $ac_word... " >&6; }
7987if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7988 $as_echo_n "(cached) " >&6
7989else
7990 if test -n "$ac_ct_OTOOL64"; then
7991 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7992else
7993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7994for as_dir in $PATH
7995do
7996 IFS=$as_save_IFS
7997 test -z "$as_dir" && as_dir=.
7998 for ac_exec_ext in '' $ac_executable_extensions; do
7999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8000 ac_cv_prog_ac_ct_OTOOL64="otool64"
8001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8002 break 2
8003 fi
8004done
8005 done
8006IFS=$as_save_IFS
8007
8008fi
8009fi
8010ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8011if test -n "$ac_ct_OTOOL64"; then
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8013$as_echo "$ac_ct_OTOOL64" >&6; }
8014else
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8016$as_echo "no" >&6; }
8017fi
8018
8019 if test "x$ac_ct_OTOOL64" = x; then
8020 OTOOL64=":"
8021 else
8022 case $cross_compiling:$ac_tool_warned in
8023yes:)
8024{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8025$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8026ac_tool_warned=yes ;;
8027esac
8028 OTOOL64=$ac_ct_OTOOL64
8029 fi
8030else
8031 OTOOL64="$ac_cv_prog_OTOOL64"
8032fi
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8061$as_echo_n "checking for -single_module linker flag... " >&6; }
8062if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8063 $as_echo_n "(cached) " >&6
8064else
8065 lt_cv_apple_cc_single_mod=no
8066 if test -z "${LT_MULTI_MODULE}"; then
8067 # By default we will add the -single_module flag. You can override
8068 # by either setting the environment variable LT_MULTI_MODULE
8069 # non-empty at configure time, or by adding -multi_module to the
8070 # link flags.
8071 rm -rf libconftest.dylib*
8072 echo "int foo(void){return 1;}" > conftest.c
8073 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8074-dynamiclib -Wl,-single_module conftest.c" >&5
8075 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8076 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8077 _lt_result=$?
8078 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8079 lt_cv_apple_cc_single_mod=yes
8080 else
8081 cat conftest.err >&5
8082 fi
8083 rm -rf libconftest.dylib*
8084 rm -f conftest.*
8085 fi
8086fi
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8088$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8090$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8091if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8092 $as_echo_n "(cached) " >&6
8093else
8094 lt_cv_ld_exported_symbols_list=no
8095 save_LDFLAGS=$LDFLAGS
8096 echo "_main" > conftest.sym
8097 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8099/* end confdefs.h. */
8100
8101int
8102main ()
8103{
8104
8105 ;
8106 return 0;
8107}
8108_ACEOF
8109if ac_fn_c_try_link "$LINENO"; then :
8110 lt_cv_ld_exported_symbols_list=yes
8111else
8112 lt_cv_ld_exported_symbols_list=no
8113fi
8114rm -f core conftest.err conftest.$ac_objext \
8115 conftest$ac_exeext conftest.$ac_ext
8116 LDFLAGS="$save_LDFLAGS"
8117
8118fi
8119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8120$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8122$as_echo_n "checking for -force_load linker flag... " >&6; }
8123if test "${lt_cv_ld_force_load+set}" = set; then :
8124 $as_echo_n "(cached) " >&6
8125else
8126 lt_cv_ld_force_load=no
8127 cat > conftest.c << _LT_EOF
8128int forced_loaded() { return 2;}
8129_LT_EOF
8130 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8131 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8132 echo "$AR cru libconftest.a conftest.o" >&5
8133 $AR cru libconftest.a conftest.o 2>&5
8134 cat > conftest.c << _LT_EOF
8135int main() { return 0;}
8136_LT_EOF
8137 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8138 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8139 _lt_result=$?
8140 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8141 lt_cv_ld_force_load=yes
8142 else
8143 cat conftest.err >&5
8144 fi
8145 rm -f conftest.err libconftest.a conftest conftest.c
8146 rm -rf conftest.dSYM
8147
8148fi
8149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8150$as_echo "$lt_cv_ld_force_load" >&6; }
8151 case $host_os in
8152 rhapsody* | darwin1.[012])
8153 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8154 darwin1.*)
8155 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8156 darwin*) # darwin 5.x on
8157 # if running on 10.5 or later, the deployment target defaults
8158 # to the OS version, if on x86, and 10.4, the deployment
8159 # target defaults to 10.4. Don't you love it?
8160 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8161 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8162 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8163 10.[012][,.]*)
6bb11ab3
L
8164 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8165 10.*)
8166 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8167 esac
8168 ;;
8169 esac
8170 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8171 _lt_dar_single_mod='$single_module'
8172 fi
8173 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8174 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8175 else
8176 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8177 fi
8178 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8179 _lt_dsymutil='~$DSYMUTIL $lib || :'
8180 else
8181 _lt_dsymutil=
8182 fi
8183 ;;
8184 esac
8185
8186for ac_header in dlfcn.h
8187do :
8188 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8189"
8190if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8191 cat >>confdefs.h <<_ACEOF
8192#define HAVE_DLFCN_H 1
8193_ACEOF
8194
8195fi
8196
8197done
8198
8199
8200
8201# autoconf.info says this should be called right after AC_INIT.
8202ac_config_headers="$ac_config_headers config.h:config.in"
8203
8204
8205
8206
8207
8208
8209# Put a plausible default for CC_FOR_BUILD in Makefile.
8210if test "x$cross_compiling" = "xno"; then
8211 CC_FOR_BUILD='$(CC)'
8212else
8213 CC_FOR_BUILD=gcc
8214fi
8215
8216
8217
8218
8219AR=${AR-ar}
8220
8221if test -n "$ac_tool_prefix"; then
8222 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8223set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8225$as_echo_n "checking for $ac_word... " >&6; }
8226if test "${ac_cv_prog_RANLIB+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
8228else
8229 if test -n "$RANLIB"; then
8230 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8231else
8232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8233for as_dir in $PATH
8234do
8235 IFS=$as_save_IFS
8236 test -z "$as_dir" && as_dir=.
8237 for ac_exec_ext in '' $ac_executable_extensions; do
8238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8239 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8241 break 2
8242 fi
8243done
8244 done
8245IFS=$as_save_IFS
8246
8247fi
8248fi
8249RANLIB=$ac_cv_prog_RANLIB
8250if test -n "$RANLIB"; then
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8252$as_echo "$RANLIB" >&6; }
8253else
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8255$as_echo "no" >&6; }
8256fi
8257
8258
8259fi
8260if test -z "$ac_cv_prog_RANLIB"; then
8261 ac_ct_RANLIB=$RANLIB
8262 # Extract the first word of "ranlib", so it can be a program name with args.
8263set dummy ranlib; ac_word=$2
8264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8265$as_echo_n "checking for $ac_word... " >&6; }
8266if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8267 $as_echo_n "(cached) " >&6
8268else
8269 if test -n "$ac_ct_RANLIB"; then
8270 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8271else
8272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8273for as_dir in $PATH
8274do
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_prog_ac_ct_RANLIB="ranlib"
8280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8282 fi
8283done
8284 done
8285IFS=$as_save_IFS
8286
8287fi
8288fi
8289ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8290if test -n "$ac_ct_RANLIB"; then
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8292$as_echo "$ac_ct_RANLIB" >&6; }
8293else
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8295$as_echo "no" >&6; }
8296fi
8297
8298 if test "x$ac_ct_RANLIB" = x; then
8299 RANLIB=":"
8300 else
8301 case $cross_compiling:$ac_tool_warned in
8302yes:)
8303{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8304$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8305ac_tool_warned=yes ;;
8306esac
8307 RANLIB=$ac_ct_RANLIB
8308 fi
8309else
8310 RANLIB="$ac_cv_prog_RANLIB"
8311fi
8312
8313
8314# Some of the common include files depend on bfd.h, and bfd.h checks
8315# that config.h is included first by testing that the PACKAGE macro
8316# is defined.
8317PACKAGE=sim
8318
8319cat >>confdefs.h <<_ACEOF
8320#define PACKAGE "$PACKAGE"
8321_ACEOF
8322
8323
8324
8325# Dependency checking.
8326ac_config_commands="$ac_config_commands depdir"
8327
8328
8329depcc="$CC" am_compiler_list=
8330
8331am_depcomp=$ac_aux_dir/depcomp
8332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8333$as_echo_n "checking dependency style of $depcc... " >&6; }
8334if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8335 $as_echo_n "(cached) " >&6
8336else
8337 if test -f "$am_depcomp"; then
8338 # We make a subdir and do the tests there. Otherwise we can end up
8339 # making bogus files that we don't know about and never remove. For
8340 # instance it was reported that on HP-UX the gcc test will end up
8341 # making a dummy file named `D' -- because `-MD' means `put the output
8342 # in D'.
8343 mkdir conftest.dir
8344 # Copy depcomp to subdir because otherwise we won't find it if we're
8345 # using a relative directory.
8346 cp "$am_depcomp" conftest.dir
8347 cd conftest.dir
8348 # We will build objects and dependencies in a subdirectory because
8349 # it helps to detect inapplicable dependency modes. For instance
8350 # both Tru64's cc and ICC support -MD to output dependencies as a
8351 # side effect of compilation, but ICC will put the dependencies in
8352 # the current directory while Tru64 will put them in the object
8353 # directory.
8354 mkdir sub
8355
8356 am_cv_CC_dependencies_compiler_type=none
8357 if test "$am_compiler_list" = ""; then
8358 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8359 fi
8360 for depmode in $am_compiler_list; do
8361 if test $depmode = none; then break; fi
8362
8363 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8364 # Setup a source with many dependencies, because some compilers
8365 # like to wrap large dependency lists on column 80 (with \), and
8366 # we should not choose a depcomp mode which is confused by this.
8367 #
8368 # We need to recreate these files for each test, as the compiler may
8369 # overwrite some of them when testing with obscure command lines.
8370 # This happens at least with the AIX C compiler.
8371 : > sub/conftest.c
8372 for i in 1 2 3 4 5 6; do
8373 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8374 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8375 # Solaris 8's {/usr,}/bin/sh.
8376 touch sub/conftst$i.h
8377 done
8378 echo "include sub/conftest.Po" > confmf
8379
8380 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8381 # mode. It turns out that the SunPro C++ compiler does not properly
8382 # handle `-M -o', and we need to detect this.
8383 depcmd="depmode=$depmode \
8384 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8385 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8386 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8387 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8388 if env $depcmd > conftest.err 2>&1 &&
8389 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8390 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8391 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8392 # icc doesn't choke on unknown options, it will just issue warnings
8393 # or remarks (even with -Werror). So we grep stderr for any message
8394 # that says an option was ignored or not supported.
8395 # When given -MP, icc 7.0 and 7.1 complain thusly:
8396 # icc: Command line warning: ignoring option '-M'; no argument required
8397 # The diagnosis changed in icc 8.0:
8398 # icc: Command line remark: option '-MP' not supported
8399 if (grep 'ignoring option' conftest.err ||
8400 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8401 am_cv_CC_dependencies_compiler_type=$depmode
8402 $as_echo "$as_me:$LINENO: success" >&5
8403 break
8404 fi
8405 fi
8406 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8407 sed -e 's/^/| /' < conftest.err >&5
8408 done
8409
8410 cd ..
8411 rm -rf conftest.dir
8412else
8413 am_cv_CC_dependencies_compiler_type=none
8414fi
8415
8416fi
8417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8418$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8419if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8420then as_fn_error "no usable dependency style found" "$LINENO" 5
8421else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8422
8423fi
8424
8425
8426# Check for the 'make' the user wants to use.
8427for ac_prog in make
8428do
8429 # Extract the first word of "$ac_prog", so it can be a program name with args.
8430set dummy $ac_prog; ac_word=$2
8431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8432$as_echo_n "checking for $ac_word... " >&6; }
8433if test "${ac_cv_prog_MAKE+set}" = set; then :
8434 $as_echo_n "(cached) " >&6
8435else
8436 if test -n "$MAKE"; then
8437 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8438else
8439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8440for as_dir in $PATH
8441do
8442 IFS=$as_save_IFS
8443 test -z "$as_dir" && as_dir=.
8444 for ac_exec_ext in '' $ac_executable_extensions; do
8445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8446 ac_cv_prog_MAKE="$ac_prog"
8447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8448 break 2
8449 fi
8450done
8451 done
8452IFS=$as_save_IFS
8453
8454fi
8455fi
8456MAKE=$ac_cv_prog_MAKE
8457if test -n "$MAKE"; then
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8459$as_echo "$MAKE" >&6; }
8460else
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8462$as_echo "no" >&6; }
8463fi
8464
8465
8466 test -n "$MAKE" && break
8467done
8468
8469MAKE_IS_GNU=
8470case "`$MAKE --version 2>&1 | sed 1q`" in
8471 *GNU*)
8472 MAKE_IS_GNU=yes
8473 ;;
8474esac
8475 if test "$MAKE_IS_GNU" = yes; then
8476 GMAKE_TRUE=
8477 GMAKE_FALSE='#'
8478else
8479 GMAKE_TRUE='#'
8480 GMAKE_FALSE=
8481fi
8482
8483
8484ALL_LINGUAS=
8485# If we haven't got the data from the intl directory,
8486# assume NLS is disabled.
8487USE_NLS=no
8488LIBINTL=
8489LIBINTL_DEP=
8490INCINTL=
8491XGETTEXT=
8492GMSGFMT=
8493POSUB=
8494
8495if test -f ../../intl/config.intl; then
8496 . ../../intl/config.intl
8497fi
8498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8499$as_echo_n "checking whether NLS is requested... " >&6; }
8500if test x"$USE_NLS" != xyes; then
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8502$as_echo "no" >&6; }
8503else
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8505$as_echo "yes" >&6; }
8506
8507$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8508
8509
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8511$as_echo_n "checking for catalogs to be installed... " >&6; }
8512 # Look for .po and .gmo files in the source directory.
8513 CATALOGS=
8514 XLINGUAS=
8515 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8516 # If there aren't any .gmo files the shell will give us the
8517 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8518 # weeded out.
8519 case "$cat" in *\**)
8520 continue;;
8521 esac
8522 # The quadruple backslash is collapsed to a double backslash
8523 # by the backticks, then collapsed again by the double quotes,
8524 # leaving us with one backslash in the sed expression (right
8525 # before the dot that mustn't act as a wildcard).
8526 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8527 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8528 # The user is allowed to set LINGUAS to a list of languages to
8529 # install catalogs for. If it's empty that means "all of them."
8530 if test "x$LINGUAS" = x; then
8531 CATALOGS="$CATALOGS $cat"
8532 XLINGUAS="$XLINGUAS $lang"
8533 else
8534 case "$LINGUAS" in *$lang*)
8535 CATALOGS="$CATALOGS $cat"
8536 XLINGUAS="$XLINGUAS $lang"
8537 ;;
8538 esac
8539 fi
8540 done
8541 LINGUAS="$XLINGUAS"
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8543$as_echo "$LINGUAS" >&6; }
8544
8545
8546 DATADIRNAME=share
8547
8548 INSTOBJEXT=.mo
8549
8550 GENCAT=gencat
8551
8552 CATOBJEXT=.gmo
8553
8554fi
8555
8556# Check for common headers.
8557# FIXME: Seems to me this can cause problems for i386-windows hosts.
8558# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8559for ac_header in stdlib.h string.h strings.h unistd.h time.h
8560do :
8561 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8562ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8563eval as_val=\$$as_ac_Header
8564 if test "x$as_val" = x""yes; then :
8565 cat >>confdefs.h <<_ACEOF
8566#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8567_ACEOF
8568
8569fi
8570
8571done
8572
8573for ac_header in sys/time.h sys/resource.h
8574do :
8575 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8576ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8577eval as_val=\$$as_ac_Header
8578 if test "x$as_val" = x""yes; then :
8579 cat >>confdefs.h <<_ACEOF
8580#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8581_ACEOF
8582
8583fi
8584
8585done
8586
8587for ac_header in fcntl.h fpu_control.h
8588do :
8589 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8590ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8591eval as_val=\$$as_ac_Header
8592 if test "x$as_val" = x""yes; then :
8593 cat >>confdefs.h <<_ACEOF
8594#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8595_ACEOF
8596
8597fi
8598
8599done
8600
8601for ac_header in dlfcn.h errno.h sys/stat.h
8602do :
8603 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8604ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8605eval as_val=\$$as_ac_Header
8606 if test "x$as_val" = x""yes; then :
8607 cat >>confdefs.h <<_ACEOF
8608#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8609_ACEOF
8610
8611fi
8612
8613done
8614
8615for ac_func in getrusage time sigaction __setfpucw
8616do :
8617 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8618ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8619eval as_val=\$$as_ac_var
8620 if test "x$as_val" = x""yes; then :
8621 cat >>confdefs.h <<_ACEOF
8622#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8623_ACEOF
8624
8625fi
8626done
8627
8628
8629# Check for socket libraries
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8631$as_echo_n "checking for bind in -lsocket... " >&6; }
8632if test "${ac_cv_lib_socket_bind+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
8634else
8635 ac_check_lib_save_LIBS=$LIBS
8636LIBS="-lsocket $LIBS"
8637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8638/* end confdefs.h. */
8639
8640/* Override any GCC internal prototype to avoid an error.
8641 Use char because int might match the return type of a GCC
8642 builtin and then its argument prototype would still apply. */
8643#ifdef __cplusplus
8644extern "C"
8645#endif
8646char bind ();
8647int
8648main ()
8649{
8650return bind ();
8651 ;
8652 return 0;
8653}
8654_ACEOF
8655if ac_fn_c_try_link "$LINENO"; then :
8656 ac_cv_lib_socket_bind=yes
8657else
8658 ac_cv_lib_socket_bind=no
8659fi
8660rm -f core conftest.err conftest.$ac_objext \
8661 conftest$ac_exeext conftest.$ac_ext
8662LIBS=$ac_check_lib_save_LIBS
8663fi
8664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8665$as_echo "$ac_cv_lib_socket_bind" >&6; }
8666if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8667 cat >>confdefs.h <<_ACEOF
8668#define HAVE_LIBSOCKET 1
8669_ACEOF
8670
8671 LIBS="-lsocket $LIBS"
8672
8673fi
8674
8675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8676$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8677if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8678 $as_echo_n "(cached) " >&6
8679else
8680 ac_check_lib_save_LIBS=$LIBS
8681LIBS="-lnsl $LIBS"
8682cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8683/* end confdefs.h. */
8684
8685/* Override any GCC internal prototype to avoid an error.
8686 Use char because int might match the return type of a GCC
8687 builtin and then its argument prototype would still apply. */
8688#ifdef __cplusplus
8689extern "C"
8690#endif
8691char gethostbyname ();
8692int
8693main ()
8694{
8695return gethostbyname ();
8696 ;
8697 return 0;
8698}
8699_ACEOF
8700if ac_fn_c_try_link "$LINENO"; then :
8701 ac_cv_lib_nsl_gethostbyname=yes
8702else
8703 ac_cv_lib_nsl_gethostbyname=no
8704fi
8705rm -f core conftest.err conftest.$ac_objext \
8706 conftest$ac_exeext conftest.$ac_ext
8707LIBS=$ac_check_lib_save_LIBS
8708fi
8709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8710$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8711if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8712 cat >>confdefs.h <<_ACEOF
8713#define HAVE_LIBNSL 1
8714_ACEOF
8715
8716 LIBS="-lnsl $LIBS"
8717
8718fi
8719
8720
8721# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8722# using the same condition.
8723
aadc9410 8724 # Use the system's zlib library.
7fed4b0b
L
8725 zlibdir="-L\$(top_builddir)/../zlib"
8726 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8727
aadc9410
MF
8728# Check whether --with-system-zlib was given.
8729if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8730 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8731 zlibdir=
8732 zlibinc=
8733 fi
6bb11ab3
L
8734
8735fi
8736
6bb11ab3 8737
6bb11ab3 8738
6bb11ab3
L
8739
8740
8741# BFD uses libdl when when plugins enabled.
8742
faa743bb
RM
8743 maybe_plugins=no
8744 for ac_header in dlfcn.h
8745do :
8746 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8747"
8748if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8749 cat >>confdefs.h <<_ACEOF
8750#define HAVE_DLFCN_H 1
8751_ACEOF
8752 maybe_plugins=yes
8753fi
8754
8755done
8756
8757 for ac_header in windows.h
8758do :
8759 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8760"
8761if test "x$ac_cv_header_windows_h" = x""yes; then :
8762 cat >>confdefs.h <<_ACEOF
8763#define HAVE_WINDOWS_H 1
8764_ACEOF
8765 maybe_plugins=yes
8766fi
8767
8768done
8769
8770
8771 # Check whether --enable-plugins was given.
6bb11ab3
L
8772if test "${enable_plugins+set}" = set; then :
8773 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8774 no) plugins=no ;;
8775 *) plugins=yes
8776 if test "$maybe_plugins" != "yes" ; then
8777 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8778 fi ;;
8779 esac
6bb11ab3 8780else
faa743bb
RM
8781 plugins=$maybe_plugins
8782
6bb11ab3
L
8783fi
8784
2974be62
AM
8785 if test "$plugins" = "yes"; then
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8787$as_echo_n "checking for library containing dlopen... " >&6; }
8788if test "${ac_cv_search_dlopen+set}" = set; then :
8789 $as_echo_n "(cached) " >&6
8790else
8791 ac_func_search_save_LIBS=$LIBS
8792cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8793/* end confdefs.h. */
8794
8795/* Override any GCC internal prototype to avoid an error.
8796 Use char because int might match the return type of a GCC
8797 builtin and then its argument prototype would still apply. */
8798#ifdef __cplusplus
8799extern "C"
8800#endif
8801char dlopen ();
8802int
8803main ()
8804{
8805return dlopen ();
8806 ;
8807 return 0;
8808}
8809_ACEOF
8810for ac_lib in '' dl; do
8811 if test -z "$ac_lib"; then
8812 ac_res="none required"
8813 else
8814 ac_res=-l$ac_lib
8815 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8816 fi
8817 if ac_fn_c_try_link "$LINENO"; then :
8818 ac_cv_search_dlopen=$ac_res
8819fi
8820rm -f core conftest.err conftest.$ac_objext \
8821 conftest$ac_exeext
8822 if test "${ac_cv_search_dlopen+set}" = set; then :
8823 break
8824fi
8825done
8826if test "${ac_cv_search_dlopen+set}" = set; then :
8827
8828else
8829 ac_cv_search_dlopen=no
8830fi
8831rm conftest.$ac_ext
8832LIBS=$ac_func_search_save_LIBS
8833fi
8834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8835$as_echo "$ac_cv_search_dlopen" >&6; }
8836ac_res=$ac_cv_search_dlopen
8837if test "$ac_res" != no; then :
8838 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8839
8840fi
8841
8842 fi
6bb11ab3
L
8843
8844 if test "$plugins" = yes; then
8845 PLUGINS_TRUE=
8846 PLUGINS_FALSE='#'
8847else
8848 PLUGINS_TRUE='#'
8849 PLUGINS_FALSE=
8850fi
8851
8852
8853
8854
8855
8856# Set options
8857enable_dlopen=yes
8858
8859
8860
8861
8862 enable_win32_dll=no
8863
8864
8865 # Check whether --enable-shared was given.
8866if test "${enable_shared+set}" = set; then :
8867 enableval=$enable_shared; p=${PACKAGE-default}
8868 case $enableval in
8869 yes) enable_shared=yes ;;
8870 no) enable_shared=no ;;
8871 *)
8872 enable_shared=no
8873 # Look at the argument we got. We use all the common list separators.
8874 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8875 for pkg in $enableval; do
8876 IFS="$lt_save_ifs"
8877 if test "X$pkg" = "X$p"; then
8878 enable_shared=yes
8879 fi
8880 done
8881 IFS="$lt_save_ifs"
8882 ;;
8883 esac
8884else
8885 enable_shared=yes
8886fi
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896 # Check whether --enable-static was given.
8897if test "${enable_static+set}" = set; then :
8898 enableval=$enable_static; p=${PACKAGE-default}
8899 case $enableval in
8900 yes) enable_static=yes ;;
8901 no) enable_static=no ;;
8902 *)
8903 enable_static=no
8904 # Look at the argument we got. We use all the common list separators.
8905 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8906 for pkg in $enableval; do
8907 IFS="$lt_save_ifs"
8908 if test "X$pkg" = "X$p"; then
8909 enable_static=yes
8910 fi
8911 done
8912 IFS="$lt_save_ifs"
8913 ;;
8914 esac
8915else
8916 enable_static=yes
8917fi
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928# Check whether --with-pic was given.
8929if test "${with_pic+set}" = set; then :
8930 withval=$with_pic; pic_mode="$withval"
8931else
8932 pic_mode=default
8933fi
8934
8935
8936test -z "$pic_mode" && pic_mode=default
8937
8938
8939
8940
8941
8942
8943
8944 # Check whether --enable-fast-install was given.
8945if test "${enable_fast_install+set}" = set; then :
8946 enableval=$enable_fast_install; p=${PACKAGE-default}
8947 case $enableval in
8948 yes) enable_fast_install=yes ;;
8949 no) enable_fast_install=no ;;
8950 *)
8951 enable_fast_install=no
8952 # Look at the argument we got. We use all the common list separators.
8953 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8954 for pkg in $enableval; do
8955 IFS="$lt_save_ifs"
8956 if test "X$pkg" = "X$p"; then
8957 enable_fast_install=yes
8958 fi
8959 done
8960 IFS="$lt_save_ifs"
8961 ;;
8962 esac
8963else
8964 enable_fast_install=yes
8965fi
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977# This can be used to rebuild libtool when needed
8978LIBTOOL_DEPS="$ltmain"
8979
8980# Always use our own libtool.
8981LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008test -z "$LN_S" && LN_S="ln -s"
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023if test -n "${ZSH_VERSION+set}" ; then
9024 setopt NO_GLOB_SUBST
9025fi
9026
9027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9028$as_echo_n "checking for objdir... " >&6; }
9029if test "${lt_cv_objdir+set}" = set; then :
9030 $as_echo_n "(cached) " >&6
9031else
9032 rm -f .libs 2>/dev/null
9033mkdir .libs 2>/dev/null
9034if test -d .libs; then
9035 lt_cv_objdir=.libs
9036else
9037 # MS-DOS does not allow filenames that begin with a dot.
9038 lt_cv_objdir=_libs
f6bcefef 9039fi
6bb11ab3
L
9040rmdir .libs 2>/dev/null
9041fi
9042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9043$as_echo "$lt_cv_objdir" >&6; }
9044objdir=$lt_cv_objdir
f6bcefef 9045
6bb11ab3
L
9046
9047
9048
9049
9050cat >>confdefs.h <<_ACEOF
9051#define LT_OBJDIR "$lt_cv_objdir/"
9052_ACEOF
9053
9054
9055
9056
9057case $host_os in
9058aix3*)
9059 # AIX sometimes has problems with the GCC collect2 program. For some
9060 # reason, if we set the COLLECT_NAMES environment variable, the problems
9061 # vanish in a puff of smoke.
9062 if test "X${COLLECT_NAMES+set}" != Xset; then
9063 COLLECT_NAMES=
9064 export COLLECT_NAMES
9065 fi
9066 ;;
81ecdfbb 9067esac
6bb11ab3
L
9068
9069# Global variables:
9070ofile=libtool
9071can_build_shared=yes
9072
9073# All known linkers require a `.a' archive for static linking (except MSVC,
9074# which needs '.lib').
9075libext=a
9076
9077with_gnu_ld="$lt_cv_prog_gnu_ld"
9078
9079old_CC="$CC"
9080old_CFLAGS="$CFLAGS"
9081
9082# Set sane defaults for various variables
9083test -z "$CC" && CC=cc
9084test -z "$LTCC" && LTCC=$CC
9085test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9086test -z "$LD" && LD=ld
9087test -z "$ac_objext" && ac_objext=o
9088
9089for cc_temp in $compiler""; do
9090 case $cc_temp in
9091 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9092 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9093 \-*) ;;
9094 *) break;;
9095 esac
9096done
9097cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9098
9099
9100# Only perform the check for file, if the check method requires it
9101test -z "$MAGIC_CMD" && MAGIC_CMD=file
9102case $deplibs_check_method in
9103file_magic*)
9104 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9106$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9107if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9108 $as_echo_n "(cached) " >&6
9109else
9110 case $MAGIC_CMD in
9111[\\/*] | ?:[\\/]*)
9112 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9113 ;;
9114*)
9115 lt_save_MAGIC_CMD="$MAGIC_CMD"
9116 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9117 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9118 for ac_dir in $ac_dummy; do
9119 IFS="$lt_save_ifs"
9120 test -z "$ac_dir" && ac_dir=.
9121 if test -f $ac_dir/${ac_tool_prefix}file; then
9122 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9123 if test -n "$file_magic_test_file"; then
9124 case $deplibs_check_method in
9125 "file_magic "*)
9126 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9127 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9128 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9129 $EGREP "$file_magic_regex" > /dev/null; then
9130 :
9131 else
9132 cat <<_LT_EOF 1>&2
9133
9134*** Warning: the command libtool uses to detect shared libraries,
9135*** $file_magic_cmd, produces output that libtool cannot recognize.
9136*** The result is that libtool may fail to recognize shared libraries
9137*** as such. This will affect the creation of libtool libraries that
9138*** depend on shared libraries, but programs linked with such libtool
9139*** libraries will work regardless of this problem. Nevertheless, you
9140*** may want to report the problem to your system manager and/or to
9141*** bug-libtool@gnu.org
9142
9143_LT_EOF
9144 fi ;;
9145 esac
9146 fi
9147 break
f6bcefef 9148 fi
6bb11ab3
L
9149 done
9150 IFS="$lt_save_ifs"
9151 MAGIC_CMD="$lt_save_MAGIC_CMD"
9152 ;;
9153esac
f6bcefef 9154fi
f6bcefef 9155
6bb11ab3
L
9156MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9157if test -n "$MAGIC_CMD"; then
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9159$as_echo "$MAGIC_CMD" >&6; }
9160else
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9162$as_echo "no" >&6; }
9163fi
81ecdfbb 9164
6bb11ab3
L
9165
9166
9167
9168
9169if test -z "$lt_cv_path_MAGIC_CMD"; then
9170 if test -n "$ac_tool_prefix"; then
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9172$as_echo_n "checking for file... " >&6; }
9173if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9174 $as_echo_n "(cached) " >&6
9175else
9176 case $MAGIC_CMD in
9177[\\/*] | ?:[\\/]*)
9178 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9179 ;;
9180*)
9181 lt_save_MAGIC_CMD="$MAGIC_CMD"
9182 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9183 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9184 for ac_dir in $ac_dummy; do
9185 IFS="$lt_save_ifs"
9186 test -z "$ac_dir" && ac_dir=.
9187 if test -f $ac_dir/file; then
9188 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9189 if test -n "$file_magic_test_file"; then
9190 case $deplibs_check_method in
9191 "file_magic "*)
9192 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9193 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9194 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9195 $EGREP "$file_magic_regex" > /dev/null; then
9196 :
9197 else
9198 cat <<_LT_EOF 1>&2
9199
9200*** Warning: the command libtool uses to detect shared libraries,
9201*** $file_magic_cmd, produces output that libtool cannot recognize.
9202*** The result is that libtool may fail to recognize shared libraries
9203*** as such. This will affect the creation of libtool libraries that
9204*** depend on shared libraries, but programs linked with such libtool
9205*** libraries will work regardless of this problem. Nevertheless, you
9206*** may want to report the problem to your system manager and/or to
9207*** bug-libtool@gnu.org
9208
9209_LT_EOF
9210 fi ;;
9211 esac
9212 fi
9213 break
9214 fi
9215 done
9216 IFS="$lt_save_ifs"
9217 MAGIC_CMD="$lt_save_MAGIC_CMD"
9218 ;;
81ecdfbb 9219esac
6bb11ab3
L
9220fi
9221
9222MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9223if test -n "$MAGIC_CMD"; then
9224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9225$as_echo "$MAGIC_CMD" >&6; }
9226else
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9228$as_echo "no" >&6; }
9229fi
9230
9231
9232 else
9233 MAGIC_CMD=:
9234 fi
9235fi
9236
9237 fi
9238 ;;
9239esac
9240
9241# Use C for the default configuration in the libtool script
9242
9243lt_save_CC="$CC"
9244ac_ext=c
9245ac_cpp='$CPP $CPPFLAGS'
9246ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9247ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9248ac_compiler_gnu=$ac_cv_c_compiler_gnu
9249
9250
9251# Source file extension for C test sources.
9252ac_ext=c
9253
9254# Object file extension for compiled C test sources.
9255objext=o
9256objext=$objext
9257
9258# Code to be used in simple compile tests
9259lt_simple_compile_test_code="int some_variable = 0;"
9260
9261# Code to be used in simple link tests
9262lt_simple_link_test_code='int main(){return(0);}'
9263
9264
9265
9266
9267
9268
9269
9270# If no C compiler was specified, use CC.
9271LTCC=${LTCC-"$CC"}
9272
9273# If no C compiler flags were specified, use CFLAGS.
9274LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9275
9276# Allow CC to be a program name with arguments.
9277compiler=$CC
9278
9279# Save the default compiler, since it gets overwritten when the other
9280# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9281compiler_DEFAULT=$CC
9282
9283# save warnings/boilerplate of simple test code
9284ac_outfile=conftest.$ac_objext
9285echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9286eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9287_lt_compiler_boilerplate=`cat conftest.err`
9288$RM conftest*
9289
9290ac_outfile=conftest.$ac_objext
9291echo "$lt_simple_link_test_code" >conftest.$ac_ext
9292eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9293_lt_linker_boilerplate=`cat conftest.err`
9294$RM -r conftest*
9295
9296
9297## CAVEAT EMPTOR:
9298## There is no encapsulation within the following macros, do not change
9299## the running order or otherwise move them around unless you know exactly
9300## what you are doing...
9301if test -n "$compiler"; then
9302
9303lt_prog_compiler_no_builtin_flag=
9304
9305if test "$GCC" = yes; then
9306 case $cc_basename in
9307 nvcc*)
9308 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9309 *)
9310 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f6bcefef 9311 esac
6bb11ab3
L
9312
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9314$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9315if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9316 $as_echo_n "(cached) " >&6
f6bcefef 9317else
6bb11ab3
L
9318 lt_cv_prog_compiler_rtti_exceptions=no
9319 ac_outfile=conftest.$ac_objext
9320 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9321 lt_compiler_flag="-fno-rtti -fno-exceptions"
9322 # Insert the option either (1) after the last *FLAGS variable, or
9323 # (2) before a word containing "conftest.", or (3) at the end.
9324 # Note that $ac_compile itself does not contain backslashes and begins
9325 # with a dollar sign (not a hyphen), so the echo should work correctly.
9326 # The option is referenced via a variable to avoid confusing sed.
9327 lt_compile=`echo "$ac_compile" | $SED \
9328 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9329 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9330 -e 's:$: $lt_compiler_flag:'`
9331 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9332 (eval "$lt_compile" 2>conftest.err)
9333 ac_status=$?
9334 cat conftest.err >&5
9335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9336 if (exit $ac_status) && test -s "$ac_outfile"; then
9337 # The compiler can only warn and ignore the option if not recognized
9338 # So say no if there are warnings other than the usual output.
9339 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9340 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9341 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9342 lt_cv_prog_compiler_rtti_exceptions=yes
9343 fi
9344 fi
9345 $RM conftest*
9346
f6bcefef 9347fi
6bb11ab3
L
9348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9349$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9350
9351if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9352 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9353else
9354 :
9355fi
9356
9357fi
9358
9359
9360
9361
9362
9363
9364 lt_prog_compiler_wl=
9365lt_prog_compiler_pic=
9366lt_prog_compiler_static=
9367
9368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9369$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9370
9371 if test "$GCC" = yes; then
9372 lt_prog_compiler_wl='-Wl,'
9373 lt_prog_compiler_static='-static'
9374
9375 case $host_os in
9376 aix*)
9377 # All AIX code is PIC.
9378 if test "$host_cpu" = ia64; then
9379 # AIX 5 now supports IA64 processor
9380 lt_prog_compiler_static='-Bstatic'
9381 fi
9382 lt_prog_compiler_pic='-fPIC'
9383 ;;
9384
9385 amigaos*)
9386 case $host_cpu in
9387 powerpc)
9388 # see comment about AmigaOS4 .so support
9389 lt_prog_compiler_pic='-fPIC'
9390 ;;
9391 m68k)
9392 # FIXME: we need at least 68020 code to build shared libraries, but
9393 # adding the `-m68020' flag to GCC prevents building anything better,
9394 # like `-m68040'.
9395 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9396 ;;
9397 esac
9398 ;;
9399
9400 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9401 # PIC is the default for these OSes.
9402 ;;
9403
9404 mingw* | cygwin* | pw32* | os2* | cegcc*)
9405 # This hack is so that the source file can tell whether it is being
9406 # built for inclusion in a dll (and should export symbols for example).
9407 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9408 # (--disable-auto-import) libraries
9409 lt_prog_compiler_pic='-DDLL_EXPORT'
9410 ;;
9411
9412 darwin* | rhapsody*)
9413 # PIC is the default on this platform
9414 # Common symbols not allowed in MH_DYLIB files
9415 lt_prog_compiler_pic='-fno-common'
9416 ;;
9417
9418 haiku*)
9419 # PIC is the default for Haiku.
9420 # The "-static" flag exists, but is broken.
9421 lt_prog_compiler_static=
9422 ;;
9423
9424 hpux*)
9425 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9426 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9427 # sets the default TLS model and affects inlining.
9428 case $host_cpu in
9429 hppa*64*)
9430 # +Z the default
9431 ;;
9432 *)
9433 lt_prog_compiler_pic='-fPIC'
9434 ;;
9435 esac
9436 ;;
9437
9438 interix[3-9]*)
9439 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9440 # Instead, we relocate shared libraries at runtime.
9441 ;;
9442
9443 msdosdjgpp*)
9444 # Just because we use GCC doesn't mean we suddenly get shared libraries
9445 # on systems that don't support them.
9446 lt_prog_compiler_can_build_shared=no
9447 enable_shared=no
9448 ;;
9449
9450 *nto* | *qnx*)
9451 # QNX uses GNU C++, but need to define -shared option too, otherwise
9452 # it will coredump.
9453 lt_prog_compiler_pic='-fPIC -shared'
9454 ;;
9455
9456 sysv4*MP*)
9457 if test -d /usr/nec; then
9458 lt_prog_compiler_pic=-Kconform_pic
9459 fi
9460 ;;
9461
9462 *)
9463 lt_prog_compiler_pic='-fPIC'
9464 ;;
9465 esac
9466
9467 case $cc_basename in
9468 nvcc*) # Cuda Compiler Driver 2.2
9469 lt_prog_compiler_wl='-Xlinker '
9470 lt_prog_compiler_pic='-Xcompiler -fPIC'
9471 ;;
9472 esac
9473 else
9474 # PORTME Check for flag to pass linker flags through the system compiler.
9475 case $host_os in
9476 aix*)
9477 lt_prog_compiler_wl='-Wl,'
9478 if test "$host_cpu" = ia64; then
9479 # AIX 5 now supports IA64 processor
9480 lt_prog_compiler_static='-Bstatic'
9481 else
9482 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9483 fi
9484 ;;
9485
9486 mingw* | cygwin* | pw32* | os2* | cegcc*)
9487 # This hack is so that the source file can tell whether it is being
9488 # built for inclusion in a dll (and should export symbols for example).
9489 lt_prog_compiler_pic='-DDLL_EXPORT'
9490 ;;
9491
9492 hpux9* | hpux10* | hpux11*)
9493 lt_prog_compiler_wl='-Wl,'
9494 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9495 # not for PA HP-UX.
9496 case $host_cpu in
9497 hppa*64*|ia64*)
9498 # +Z the default
9499 ;;
9500 *)
9501 lt_prog_compiler_pic='+Z'
9502 ;;
9503 esac
9504 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9505 lt_prog_compiler_static='${wl}-a ${wl}archive'
9506 ;;
9507
9508 irix5* | irix6* | nonstopux*)
9509 lt_prog_compiler_wl='-Wl,'
9510 # PIC (with -KPIC) is the default.
9511 lt_prog_compiler_static='-non_shared'
9512 ;;
9513
9514 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9515 case $cc_basename in
9516 # old Intel for x86_64 which still supported -KPIC.
9517 ecc*)
9518 lt_prog_compiler_wl='-Wl,'
9519 lt_prog_compiler_pic='-KPIC'
9520 lt_prog_compiler_static='-static'
9521 ;;
9522 # icc used to be incompatible with GCC.
9523 # ICC 10 doesn't accept -KPIC any more.
9524 icc* | ifort*)
9525 lt_prog_compiler_wl='-Wl,'
9526 lt_prog_compiler_pic='-fPIC'
9527 lt_prog_compiler_static='-static'
9528 ;;
9529 # Lahey Fortran 8.1.
9530 lf95*)
9531 lt_prog_compiler_wl='-Wl,'
9532 lt_prog_compiler_pic='--shared'
9533 lt_prog_compiler_static='--static'
9534 ;;
9535 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9536 # Portland Group compilers (*not* the Pentium gcc compiler,
9537 # which looks to be a dead project)
9538 lt_prog_compiler_wl='-Wl,'
9539 lt_prog_compiler_pic='-fpic'
9540 lt_prog_compiler_static='-Bstatic'
9541 ;;
9542 ccc*)
9543 lt_prog_compiler_wl='-Wl,'
9544 # All Alpha code is PIC.
9545 lt_prog_compiler_static='-non_shared'
9546 ;;
9547 xl* | bgxl* | bgf* | mpixl*)
9548 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9549 lt_prog_compiler_wl='-Wl,'
9550 lt_prog_compiler_pic='-qpic'
9551 lt_prog_compiler_static='-qstaticlink'
9552 ;;
9553 *)
9554 case `$CC -V 2>&1 | sed 5q` in
9555 *Sun\ F* | *Sun*Fortran*)
9556 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9557 lt_prog_compiler_pic='-KPIC'
9558 lt_prog_compiler_static='-Bstatic'
9559 lt_prog_compiler_wl=''
9560 ;;
9561 *Sun\ C*)
9562 # Sun C 5.9
9563 lt_prog_compiler_pic='-KPIC'
9564 lt_prog_compiler_static='-Bstatic'
9565 lt_prog_compiler_wl='-Wl,'
9566 ;;
9567 esac
9568 ;;
9569 esac
9570 ;;
9571
9572 newsos6)
9573 lt_prog_compiler_pic='-KPIC'
9574 lt_prog_compiler_static='-Bstatic'
9575 ;;
9576
9577 *nto* | *qnx*)
9578 # QNX uses GNU C++, but need to define -shared option too, otherwise
9579 # it will coredump.
9580 lt_prog_compiler_pic='-fPIC -shared'
9581 ;;
9582
9583 osf3* | osf4* | osf5*)
9584 lt_prog_compiler_wl='-Wl,'
9585 # All OSF/1 code is PIC.
9586 lt_prog_compiler_static='-non_shared'
9587 ;;
9588
9589 rdos*)
9590 lt_prog_compiler_static='-non_shared'
9591 ;;
9592
9593 solaris*)
9594 lt_prog_compiler_pic='-KPIC'
9595 lt_prog_compiler_static='-Bstatic'
9596 case $cc_basename in
9597 f77* | f90* | f95*)
9598 lt_prog_compiler_wl='-Qoption ld ';;
9599 *)
9600 lt_prog_compiler_wl='-Wl,';;
9601 esac
9602 ;;
f6bcefef 9603
6bb11ab3
L
9604 sunos4*)
9605 lt_prog_compiler_wl='-Qoption ld '
9606 lt_prog_compiler_pic='-PIC'
9607 lt_prog_compiler_static='-Bstatic'
9608 ;;
f6bcefef 9609
6bb11ab3
L
9610 sysv4 | sysv4.2uw2* | sysv4.3*)
9611 lt_prog_compiler_wl='-Wl,'
9612 lt_prog_compiler_pic='-KPIC'
9613 lt_prog_compiler_static='-Bstatic'
9614 ;;
f6bcefef 9615
6bb11ab3
L
9616 sysv4*MP*)
9617 if test -d /usr/nec ;then
9618 lt_prog_compiler_pic='-Kconform_pic'
9619 lt_prog_compiler_static='-Bstatic'
9620 fi
9621 ;;
9622
9623 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9624 lt_prog_compiler_wl='-Wl,'
9625 lt_prog_compiler_pic='-KPIC'
9626 lt_prog_compiler_static='-Bstatic'
9627 ;;
9628
9629 unicos*)
9630 lt_prog_compiler_wl='-Wl,'
9631 lt_prog_compiler_can_build_shared=no
9632 ;;
9633
9634 uts4*)
9635 lt_prog_compiler_pic='-pic'
9636 lt_prog_compiler_static='-Bstatic'
9637 ;;
9638
9639 *)
9640 lt_prog_compiler_can_build_shared=no
9641 ;;
9642 esac
9643 fi
9644
9645case $host_os in
9646 # For platforms which do not support PIC, -DPIC is meaningless:
9647 *djgpp*)
9648 lt_prog_compiler_pic=
9649 ;;
9650 *)
9651 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9652 ;;
81ecdfbb 9653esac
6bb11ab3
L
9654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9655$as_echo "$lt_prog_compiler_pic" >&6; }
9656
9657
9658
9659
9660
9661
9662#
9663# Check to make sure the PIC flag actually works.
9664#
9665if test -n "$lt_prog_compiler_pic"; then
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9667$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9668if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9669 $as_echo_n "(cached) " >&6
f6bcefef 9670else
6bb11ab3
L
9671 lt_cv_prog_compiler_pic_works=no
9672 ac_outfile=conftest.$ac_objext
9673 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9674 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9675 # Insert the option either (1) after the last *FLAGS variable, or
9676 # (2) before a word containing "conftest.", or (3) at the end.
9677 # Note that $ac_compile itself does not contain backslashes and begins
9678 # with a dollar sign (not a hyphen), so the echo should work correctly.
9679 # The option is referenced via a variable to avoid confusing sed.
9680 lt_compile=`echo "$ac_compile" | $SED \
9681 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9682 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9683 -e 's:$: $lt_compiler_flag:'`
9684 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9685 (eval "$lt_compile" 2>conftest.err)
9686 ac_status=$?
9687 cat conftest.err >&5
9688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9689 if (exit $ac_status) && test -s "$ac_outfile"; then
9690 # The compiler can only warn and ignore the option if not recognized
9691 # So say no if there are warnings other than the usual output.
9692 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9693 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9694 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9695 lt_cv_prog_compiler_pic_works=yes
9696 fi
9697 fi
9698 $RM conftest*
f6bcefef 9699
f6bcefef 9700fi
6bb11ab3
L
9701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9702$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9703
9704if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9705 case $lt_prog_compiler_pic in
9706 "" | " "*) ;;
9707 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9708 esac
9709else
9710 lt_prog_compiler_pic=
9711 lt_prog_compiler_can_build_shared=no
f6bcefef 9712fi
6bb11ab3
L
9713
9714fi
9715
9716
9717
9718
9719
9720
9721#
9722# Check to make sure the static flag actually works.
9723#
9724wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9726$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9727if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9728 $as_echo_n "(cached) " >&6
f6bcefef 9729else
6bb11ab3
L
9730 lt_cv_prog_compiler_static_works=no
9731 save_LDFLAGS="$LDFLAGS"
9732 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9733 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9734 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9735 # The linker can only warn and ignore the option if not recognized
9736 # So say no if there are warnings
9737 if test -s conftest.err; then
9738 # Append any errors to the config.log.
9739 cat conftest.err 1>&5
9740 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9741 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9742 if diff conftest.exp conftest.er2 >/dev/null; then
9743 lt_cv_prog_compiler_static_works=yes
9744 fi
9745 else
9746 lt_cv_prog_compiler_static_works=yes
9747 fi
9748 fi
9749 $RM -r conftest*
9750 LDFLAGS="$save_LDFLAGS"
f6bcefef 9751
6bb11ab3
L
9752fi
9753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9754$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f6bcefef 9755
6bb11ab3
L
9756if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9757 :
f6bcefef 9758else
6bb11ab3 9759 lt_prog_compiler_static=
f6bcefef 9760fi
f6bcefef 9761
6bb11ab3
L
9762
9763
9764
9765
9766
9767
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9769$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9770if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
81ecdfbb 9772else
6bb11ab3
L
9773 lt_cv_prog_compiler_c_o=no
9774 $RM -r conftest 2>/dev/null
9775 mkdir conftest
9776 cd conftest
9777 mkdir out
9778 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9779
9780 lt_compiler_flag="-o out/conftest2.$ac_objext"
9781 # Insert the option either (1) after the last *FLAGS variable, or
9782 # (2) before a word containing "conftest.", or (3) at the end.
9783 # Note that $ac_compile itself does not contain backslashes and begins
9784 # with a dollar sign (not a hyphen), so the echo should work correctly.
9785 lt_compile=`echo "$ac_compile" | $SED \
9786 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9787 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9788 -e 's:$: $lt_compiler_flag:'`
9789 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9790 (eval "$lt_compile" 2>out/conftest.err)
9791 ac_status=$?
9792 cat out/conftest.err >&5
9793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9794 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9795 then
9796 # The compiler can only warn and ignore the option if not recognized
9797 # So say no if there are warnings
9798 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9799 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9800 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9801 lt_cv_prog_compiler_c_o=yes
9802 fi
9803 fi
9804 chmod u+w . 2>&5
9805 $RM conftest*
9806 # SGI C++ compiler will create directory out/ii_files/ for
9807 # template instantiation
9808 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9809 $RM out/* && rmdir out
9810 cd ..
9811 $RM -r conftest
9812 $RM conftest*
9813
81ecdfbb 9814fi
6bb11ab3
L
9815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9816$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9817
9818
9819
9820
9821
9822
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9824$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9825if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9826 $as_echo_n "(cached) " >&6
9827else
6bb11ab3
L
9828 lt_cv_prog_compiler_c_o=no
9829 $RM -r conftest 2>/dev/null
9830 mkdir conftest
9831 cd conftest
9832 mkdir out
9833 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9834
9835 lt_compiler_flag="-o out/conftest2.$ac_objext"
9836 # Insert the option either (1) after the last *FLAGS variable, or
9837 # (2) before a word containing "conftest.", or (3) at the end.
9838 # Note that $ac_compile itself does not contain backslashes and begins
9839 # with a dollar sign (not a hyphen), so the echo should work correctly.
9840 lt_compile=`echo "$ac_compile" | $SED \
9841 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9842 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9843 -e 's:$: $lt_compiler_flag:'`
9844 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9845 (eval "$lt_compile" 2>out/conftest.err)
9846 ac_status=$?
9847 cat out/conftest.err >&5
9848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9849 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9850 then
9851 # The compiler can only warn and ignore the option if not recognized
9852 # So say no if there are warnings
9853 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9854 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9855 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9856 lt_cv_prog_compiler_c_o=yes
9857 fi
9858 fi
9859 chmod u+w . 2>&5
9860 $RM conftest*
9861 # SGI C++ compiler will create directory out/ii_files/ for
9862 # template instantiation
9863 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9864 $RM out/* && rmdir out
9865 cd ..
9866 $RM -r conftest
9867 $RM conftest*
9868
9869fi
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9871$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9872
9873
9874
9875
9876hard_links="nottested"
9877if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9878 # do not overwrite the value of need_locks provided by the user
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9880$as_echo_n "checking if we can lock with hard links... " >&6; }
9881 hard_links=yes
9882 $RM conftest*
9883 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9884 touch conftest.a
9885 ln conftest.a conftest.b 2>&5 || hard_links=no
9886 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9888$as_echo "$hard_links" >&6; }
9889 if test "$hard_links" = no; then
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9891$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9892 need_locks=warn
9893 fi
9894else
9895 need_locks=no
9896fi
9897
9898
9899
9900
9901
9902
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9904$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9905
9906 runpath_var=
9907 allow_undefined_flag=
9908 always_export_symbols=no
9909 archive_cmds=
9910 archive_expsym_cmds=
9911 compiler_needs_object=no
9912 enable_shared_with_static_runtimes=no
9913 export_dynamic_flag_spec=
9914 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9915 hardcode_automatic=no
9916 hardcode_direct=no
9917 hardcode_direct_absolute=no
9918 hardcode_libdir_flag_spec=
9919 hardcode_libdir_flag_spec_ld=
9920 hardcode_libdir_separator=
9921 hardcode_minus_L=no
9922 hardcode_shlibpath_var=unsupported
9923 inherit_rpath=no
9924 link_all_deplibs=unknown
9925 module_cmds=
9926 module_expsym_cmds=
9927 old_archive_from_new_cmds=
9928 old_archive_from_expsyms_cmds=
9929 thread_safe_flag_spec=
9930 whole_archive_flag_spec=
9931 # include_expsyms should be a list of space-separated symbols to be *always*
9932 # included in the symbol list
9933 include_expsyms=
9934 # exclude_expsyms can be an extended regexp of symbols to exclude
9935 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9936 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9937 # as well as any symbol that contains `d'.
9938 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9939 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9940 # platforms (ab)use it in PIC code, but their linkers get confused if
9941 # the symbol is explicitly referenced. Since portable code cannot
9942 # rely on this symbol name, it's probably fine to never include it in
9943 # preloaded symbol tables.
9944 # Exclude shared library initialization/finalization symbols.
9945 extract_expsyms_cmds=
9946
9947 case $host_os in
9948 cygwin* | mingw* | pw32* | cegcc*)
9949 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9950 # When not using gcc, we currently assume that we are using
9951 # Microsoft Visual C++.
9952 if test "$GCC" != yes; then
9953 with_gnu_ld=no
9954 fi
9955 ;;
9956 interix*)
9957 # we just hope/assume this is gcc and not c89 (= MSVC++)
9958 with_gnu_ld=yes
9959 ;;
9960 openbsd*)
9961 with_gnu_ld=no
9962 ;;
9963 esac
f6bcefef 9964
6bb11ab3
L
9965 ld_shlibs=yes
9966
9967 # On some targets, GNU ld is compatible enough with the native linker
9968 # that we're better off using the native interface for both.
9969 lt_use_gnu_ld_interface=no
9970 if test "$with_gnu_ld" = yes; then
9971 case $host_os in
9972 aix*)
9973 # The AIX port of GNU ld has always aspired to compatibility
9974 # with the native linker. However, as the warning in the GNU ld
9975 # block says, versions before 2.19.5* couldn't really create working
9976 # shared libraries, regardless of the interface used.
9977 case `$LD -v 2>&1` in
9978 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9979 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9980 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9981 *)
9982 lt_use_gnu_ld_interface=yes
9983 ;;
9984 esac
9985 ;;
9986 *)
9987 lt_use_gnu_ld_interface=yes
9988 ;;
9989 esac
9990 fi
f6bcefef 9991
6bb11ab3
L
9992 if test "$lt_use_gnu_ld_interface" = yes; then
9993 # If archive_cmds runs LD, not CC, wlarc should be empty
9994 wlarc='${wl}'
9995
9996 # Set some defaults for GNU ld with shared library support. These
9997 # are reset later if shared libraries are not supported. Putting them
9998 # here allows them to be overridden if necessary.
9999 runpath_var=LD_RUN_PATH
10000 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10001 export_dynamic_flag_spec='${wl}--export-dynamic'
10002 # ancient GNU ld didn't support --whole-archive et. al.
10003 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10004 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10005 else
10006 whole_archive_flag_spec=
10007 fi
10008 supports_anon_versioning=no
10009 case `$LD -v 2>&1` in
10010 *GNU\ gold*) supports_anon_versioning=yes ;;
10011 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10012 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10013 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10014 *\ 2.11.*) ;; # other 2.11 versions
10015 *) supports_anon_versioning=yes ;;
10016 esac
10017
10018 # See if GNU ld supports shared libraries.
10019 case $host_os in
10020 aix[3-9]*)
10021 # On AIX/PPC, the GNU linker is very broken
10022 if test "$host_cpu" != ia64; then
10023 ld_shlibs=no
10024 cat <<_LT_EOF 1>&2
10025
10026*** Warning: the GNU linker, at least up to release 2.19, is reported
10027*** to be unable to reliably create shared libraries on AIX.
10028*** Therefore, libtool is disabling shared libraries support. If you
10029*** really care for shared libraries, you may want to install binutils
10030*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10031*** You will then need to restart the configuration process.
10032
10033_LT_EOF
10034 fi
10035 ;;
10036
10037 amigaos*)
10038 case $host_cpu in
10039 powerpc)
10040 # see comment about AmigaOS4 .so support
10041 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10042 archive_expsym_cmds=''
10043 ;;
10044 m68k)
10045 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)'
10046 hardcode_libdir_flag_spec='-L$libdir'
10047 hardcode_minus_L=yes
10048 ;;
10049 esac
10050 ;;
10051
10052 beos*)
10053 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10054 allow_undefined_flag=unsupported
10055 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10056 # support --undefined. This deserves some investigation. FIXME
10057 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10058 else
10059 ld_shlibs=no
10060 fi
10061 ;;
10062
10063 cygwin* | mingw* | pw32* | cegcc*)
10064 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10065 # as there is no search path for DLLs.
10066 hardcode_libdir_flag_spec='-L$libdir'
10067 export_dynamic_flag_spec='${wl}--export-all-symbols'
10068 allow_undefined_flag=unsupported
10069 always_export_symbols=no
10070 enable_shared_with_static_runtimes=yes
10071 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10072
10073 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10074 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10075 # If the export-symbols file already is a .def file (1st line
10076 # is EXPORTS), use it as is; otherwise, prepend...
10077 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10078 cp $export_symbols $output_objdir/$soname.def;
10079 else
10080 echo EXPORTS > $output_objdir/$soname.def;
10081 cat $export_symbols >> $output_objdir/$soname.def;
10082 fi~
10083 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10084 else
10085 ld_shlibs=no
10086 fi
10087 ;;
10088
10089 haiku*)
10090 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10091 link_all_deplibs=yes
10092 ;;
10093
10094 interix[3-9]*)
10095 hardcode_direct=no
10096 hardcode_shlibpath_var=no
10097 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10098 export_dynamic_flag_spec='${wl}-E'
10099 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10100 # Instead, shared libraries are loaded at an image base (0x10000000 by
10101 # default) and relocated if they conflict, which is a slow very memory
10102 # consuming and fragmenting process. To avoid this, we pick a random,
10103 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10104 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10105 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10106 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'
10107 ;;
10108
10109 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10110 tmp_diet=no
10111 if test "$host_os" = linux-dietlibc; then
10112 case $cc_basename in
10113 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10114 esac
10115 fi
10116 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10117 && test "$tmp_diet" = no
10118 then
ae7d0cac 10119 tmp_addflag=' $pic_flag'
6bb11ab3
L
10120 tmp_sharedflag='-shared'
10121 case $cc_basename,$host_cpu in
10122 pgcc*) # Portland Group C compiler
10123 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'
10124 tmp_addflag=' $pic_flag'
10125 ;;
10126 pgf77* | pgf90* | pgf95* | pgfortran*)
10127 # Portland Group f77 and f90 compilers
10128 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'
10129 tmp_addflag=' $pic_flag -Mnomain' ;;
10130 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10131 tmp_addflag=' -i_dynamic' ;;
10132 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10133 tmp_addflag=' -i_dynamic -nofor_main' ;;
10134 ifc* | ifort*) # Intel Fortran compiler
10135 tmp_addflag=' -nofor_main' ;;
10136 lf95*) # Lahey Fortran 8.1
10137 whole_archive_flag_spec=
10138 tmp_sharedflag='--shared' ;;
10139 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10140 tmp_sharedflag='-qmkshrobj'
10141 tmp_addflag= ;;
10142 nvcc*) # Cuda Compiler Driver 2.2
10143 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'
10144 compiler_needs_object=yes
10145 ;;
10146 esac
10147 case `$CC -V 2>&1 | sed 5q` in
10148 *Sun\ C*) # Sun C 5.9
10149 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'
10150 compiler_needs_object=yes
10151 tmp_sharedflag='-G' ;;
10152 *Sun\ F*) # Sun Fortran 8.3
10153 tmp_sharedflag='-G' ;;
10154 esac
10155 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10156
10157 if test "x$supports_anon_versioning" = xyes; then
10158 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10159 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10160 echo "local: *; };" >> $output_objdir/$libname.ver~
10161 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10162 fi
10163
10164 case $cc_basename in
10165 xlf* | bgf* | bgxlf* | mpixlf*)
10166 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10167 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10168 hardcode_libdir_flag_spec=
10169 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10170 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10171 if test "x$supports_anon_versioning" = xyes; then
10172 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10173 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10174 echo "local: *; };" >> $output_objdir/$libname.ver~
10175 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10176 fi
10177 ;;
10178 esac
10179 else
10180 ld_shlibs=no
10181 fi
10182 ;;
10183
10184 netbsd*)
10185 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10186 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10187 wlarc=
10188 else
10189 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10190 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10191 fi
10192 ;;
10193
10194 solaris*)
10195 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10196 ld_shlibs=no
10197 cat <<_LT_EOF 1>&2
10198
10199*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10200*** create shared libraries on Solaris systems. Therefore, libtool
10201*** is disabling shared libraries support. We urge you to upgrade GNU
10202*** binutils to release 2.9.1 or newer. Another option is to modify
10203*** your PATH or compiler configuration so that the native linker is
10204*** used, and then restart.
10205
10206_LT_EOF
10207 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10208 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10209 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10210 else
10211 ld_shlibs=no
10212 fi
10213 ;;
10214
10215 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10216 case `$LD -v 2>&1` in
10217 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10218 ld_shlibs=no
10219 cat <<_LT_EOF 1>&2
10220
10221*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10222*** reliably create shared libraries on SCO systems. Therefore, libtool
10223*** is disabling shared libraries support. We urge you to upgrade GNU
10224*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10225*** your PATH or compiler configuration so that the native linker is
10226*** used, and then restart.
10227
10228_LT_EOF
10229 ;;
10230 *)
10231 # For security reasons, it is highly recommended that you always
10232 # use absolute paths for naming shared libraries, and exclude the
10233 # DT_RUNPATH tag from executables and libraries. But doing so
10234 # requires that you compile everything twice, which is a pain.
10235 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10236 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10237 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10238 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10239 else
10240 ld_shlibs=no
10241 fi
10242 ;;
10243 esac
10244 ;;
10245
10246 sunos4*)
10247 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10248 wlarc=
10249 hardcode_direct=yes
10250 hardcode_shlibpath_var=no
10251 ;;
10252
10253 *)
10254 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10255 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10256 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10257 else
10258 ld_shlibs=no
10259 fi
10260 ;;
10261 esac
10262
10263 if test "$ld_shlibs" = no; then
10264 runpath_var=
10265 hardcode_libdir_flag_spec=
10266 export_dynamic_flag_spec=
10267 whole_archive_flag_spec=
10268 fi
10269 else
10270 # PORTME fill in a description of your system's linker (not GNU ld)
10271 case $host_os in
10272 aix3*)
10273 allow_undefined_flag=unsupported
10274 always_export_symbols=yes
10275 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'
10276 # Note: this linker hardcodes the directories in LIBPATH if there
10277 # are no directories specified by -L.
10278 hardcode_minus_L=yes
10279 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10280 # Neither direct hardcoding nor static linking is supported with a
10281 # broken collect2.
10282 hardcode_direct=unsupported
10283 fi
10284 ;;
10285
10286 aix[4-9]*)
10287 if test "$host_cpu" = ia64; then
10288 # On IA64, the linker does run time linking by default, so we don't
10289 # have to do anything special.
10290 aix_use_runtimelinking=no
10291 exp_sym_flag='-Bexport'
10292 no_entry_flag=""
10293 else
10294 # If we're using GNU nm, then we don't want the "-C" option.
10295 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10296 # Also, AIX nm treats weak defined symbols like other global
10297 # defined symbols, whereas GNU nm marks them as "W".
10298 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10299 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'
10300 else
10301 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'
10302 fi
10303 aix_use_runtimelinking=no
10304
10305 # Test if we are trying to use run time linking or normal
10306 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10307 # need to do runtime linking.
10308 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10309 for ld_flag in $LDFLAGS; do
10310 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10311 aix_use_runtimelinking=yes
10312 break
10313 fi
10314 done
10315 ;;
10316 esac
10317
10318 exp_sym_flag='-bexport'
10319 no_entry_flag='-bnoentry'
10320 fi
10321
10322 # When large executables or shared objects are built, AIX ld can
10323 # have problems creating the table of contents. If linking a library
10324 # or program results in "error TOC overflow" add -mminimal-toc to
10325 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10326 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10327
10328 archive_cmds=''
10329 hardcode_direct=yes
10330 hardcode_direct_absolute=yes
10331 hardcode_libdir_separator=':'
10332 link_all_deplibs=yes
10333 file_list_spec='${wl}-f,'
10334
10335 if test "$GCC" = yes; then
10336 case $host_os in aix4.[012]|aix4.[012].*)
10337 # We only want to do this on AIX 4.2 and lower, the check
10338 # below for broken collect2 doesn't work under 4.3+
10339 collect2name=`${CC} -print-prog-name=collect2`
10340 if test -f "$collect2name" &&
10341 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10342 then
10343 # We have reworked collect2
10344 :
10345 else
10346 # We have old collect2
10347 hardcode_direct=unsupported
10348 # It fails to find uninstalled libraries when the uninstalled
10349 # path is not listed in the libpath. Setting hardcode_minus_L
10350 # to unsupported forces relinking
10351 hardcode_minus_L=yes
10352 hardcode_libdir_flag_spec='-L$libdir'
10353 hardcode_libdir_separator=
10354 fi
10355 ;;
10356 esac
10357 shared_flag='-shared'
10358 if test "$aix_use_runtimelinking" = yes; then
10359 shared_flag="$shared_flag "'${wl}-G'
10360 fi
10361 else
10362 # not using gcc
10363 if test "$host_cpu" = ia64; then
10364 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10365 # chokes on -Wl,-G. The following line is correct:
10366 shared_flag='-G'
10367 else
10368 if test "$aix_use_runtimelinking" = yes; then
10369 shared_flag='${wl}-G'
10370 else
10371 shared_flag='${wl}-bM:SRE'
10372 fi
10373 fi
10374 fi
10375
10376 export_dynamic_flag_spec='${wl}-bexpall'
10377 # It seems that -bexpall does not export symbols beginning with
10378 # underscore (_), so it is better to generate a list of symbols to export.
10379 always_export_symbols=yes
10380 if test "$aix_use_runtimelinking" = yes; then
10381 # Warning - without using the other runtime loading flags (-brtl),
10382 # -berok will link without error, but may produce a broken library.
10383 allow_undefined_flag='-berok'
10384 # Determine the default libpath from the value encoded in an
10385 # empty executable.
10386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10387/* end confdefs.h. */
10388
10389int
10390main ()
10391{
10392
10393 ;
10394 return 0;
10395}
10396_ACEOF
6bb11ab3 10397if ac_fn_c_try_link "$LINENO"; then :
f6bcefef 10398
6bb11ab3
L
10399lt_aix_libpath_sed='
10400 /Import File Strings/,/^$/ {
10401 /^0/ {
10402 s/^0 *\(.*\)$/\1/
10403 p
10404 }
10405 }'
10406aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10407# Check for a 64-bit object if we didn't find anything.
10408if test -z "$aix_libpath"; then
10409 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10410fi
10411fi
10412rm -f core conftest.err conftest.$ac_objext \
10413 conftest$ac_exeext conftest.$ac_ext
10414if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10415
10416 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10417 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"
10418 else
10419 if test "$host_cpu" = ia64; then
10420 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10421 allow_undefined_flag="-z nodefs"
10422 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"
10423 else
10424 # Determine the default libpath from the value encoded in an
10425 # empty executable.
81ecdfbb
RW
10426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10427/* end confdefs.h. */
10428
10429int
10430main ()
10431{
10432
10433 ;
10434 return 0;
10435}
10436_ACEOF
6bb11ab3
L
10437if ac_fn_c_try_link "$LINENO"; then :
10438
10439lt_aix_libpath_sed='
10440 /Import File Strings/,/^$/ {
10441 /^0/ {
10442 s/^0 *\(.*\)$/\1/
10443 p
10444 }
10445 }'
10446aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10447# Check for a 64-bit object if we didn't find anything.
10448if test -z "$aix_libpath"; then
10449 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10450fi
81ecdfbb 10451fi
6bb11ab3
L
10452rm -f core conftest.err conftest.$ac_objext \
10453 conftest$ac_exeext conftest.$ac_ext
10454if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10455
10456 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10457 # Warning - without using the other run time loading flags,
10458 # -berok will link without error, but may produce a broken library.
10459 no_undefined_flag=' ${wl}-bernotok'
10460 allow_undefined_flag=' ${wl}-berok'
10461 if test "$with_gnu_ld" = yes; then
10462 # We only use this code for GNU lds that support --whole-archive.
10463 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10464 else
10465 # Exported symbols can be pulled into shared objects from archives
10466 whole_archive_flag_spec='$convenience'
10467 fi
10468 archive_cmds_need_lc=yes
10469 # This is similar to how AIX traditionally builds its shared libraries.
10470 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'
10471 fi
10472 fi
10473 ;;
10474
10475 amigaos*)
10476 case $host_cpu in
10477 powerpc)
10478 # see comment about AmigaOS4 .so support
10479 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10480 archive_expsym_cmds=''
10481 ;;
10482 m68k)
10483 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)'
10484 hardcode_libdir_flag_spec='-L$libdir'
10485 hardcode_minus_L=yes
10486 ;;
10487 esac
10488 ;;
10489
10490 bsdi[45]*)
10491 export_dynamic_flag_spec=-rdynamic
10492 ;;
10493
10494 cygwin* | mingw* | pw32* | cegcc*)
10495 # When not using gcc, we currently assume that we are using
10496 # Microsoft Visual C++.
10497 # hardcode_libdir_flag_spec is actually meaningless, as there is
10498 # no search path for DLLs.
10499 hardcode_libdir_flag_spec=' '
10500 allow_undefined_flag=unsupported
10501 # Tell ltmain to make .lib files, not .a files.
10502 libext=lib
10503 # Tell ltmain to make .dll files, not .so files.
10504 shrext_cmds=".dll"
10505 # FIXME: Setting linknames here is a bad hack.
10506 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10507 # The linker will automatically build a .lib file if we build a DLL.
10508 old_archive_from_new_cmds='true'
10509 # FIXME: Should let the user specify the lib program.
10510 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10511 fix_srcfile_path='`cygpath -w "$srcfile"`'
10512 enable_shared_with_static_runtimes=yes
10513 ;;
10514
10515 darwin* | rhapsody*)
10516
10517
10518 archive_cmds_need_lc=no
10519 hardcode_direct=no
10520 hardcode_automatic=yes
10521 hardcode_shlibpath_var=unsupported
10522 if test "$lt_cv_ld_force_load" = "yes"; then
10523 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\"`'
f6bcefef 10524 else
6bb11ab3 10525 whole_archive_flag_spec=''
f6bcefef 10526 fi
6bb11ab3
L
10527 link_all_deplibs=yes
10528 allow_undefined_flag="$_lt_dar_allow_undefined"
10529 case $cc_basename in
10530 ifort*) _lt_dar_can_shared=yes ;;
10531 *) _lt_dar_can_shared=$GCC ;;
10532 esac
10533 if test "$_lt_dar_can_shared" = "yes"; then
10534 output_verbose_link_cmd=func_echo_all
10535 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10536 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10537 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}"
10538 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}"
10539
f6bcefef 10540 else
6bb11ab3 10541 ld_shlibs=no
f6bcefef 10542 fi
6bb11ab3
L
10543
10544 ;;
10545
10546 dgux*)
10547 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10548 hardcode_libdir_flag_spec='-L$libdir'
10549 hardcode_shlibpath_var=no
10550 ;;
10551
10552 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10553 # support. Future versions do this automatically, but an explicit c++rt0.o
10554 # does not break anything, and helps significantly (at the cost of a little
10555 # extra space).
10556 freebsd2.2*)
10557 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10558 hardcode_libdir_flag_spec='-R$libdir'
10559 hardcode_direct=yes
10560 hardcode_shlibpath_var=no
10561 ;;
10562
10563 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10564 freebsd2.*)
10565 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10566 hardcode_direct=yes
10567 hardcode_minus_L=yes
10568 hardcode_shlibpath_var=no
10569 ;;
10570
10571 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10572 freebsd* | dragonfly*)
10573 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10574 hardcode_libdir_flag_spec='-R$libdir'
10575 hardcode_direct=yes
10576 hardcode_shlibpath_var=no
10577 ;;
10578
10579 hpux9*)
10580 if test "$GCC" = yes; then
10581 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'
10582 else
10583 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'
10584 fi
10585 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10586 hardcode_libdir_separator=:
10587 hardcode_direct=yes
10588
10589 # hardcode_minus_L: Not really in the search PATH,
10590 # but as the default location of the library.
10591 hardcode_minus_L=yes
10592 export_dynamic_flag_spec='${wl}-E'
10593 ;;
10594
10595 hpux10*)
10596 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10597 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10598 else
10599 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10600 fi
10601 if test "$with_gnu_ld" = no; then
10602 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10603 hardcode_libdir_flag_spec_ld='+b $libdir'
10604 hardcode_libdir_separator=:
10605 hardcode_direct=yes
10606 hardcode_direct_absolute=yes
10607 export_dynamic_flag_spec='${wl}-E'
10608 # hardcode_minus_L: Not really in the search PATH,
10609 # but as the default location of the library.
10610 hardcode_minus_L=yes
10611 fi
10612 ;;
10613
10614 hpux11*)
10615 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10616 case $host_cpu in
10617 hppa*64*)
10618 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10619 ;;
10620 ia64*)
10621 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10622 ;;
10623 *)
10624 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10625 ;;
10626 esac
10627 else
10628 case $host_cpu in
10629 hppa*64*)
10630 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10631 ;;
10632 ia64*)
10633 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10634 ;;
10635 *)
10636
10637 # Older versions of the 11.00 compiler do not understand -b yet
10638 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10640$as_echo_n "checking if $CC understands -b... " >&6; }
10641if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10642 $as_echo_n "(cached) " >&6
f6bcefef 10643else
6bb11ab3
L
10644 lt_cv_prog_compiler__b=no
10645 save_LDFLAGS="$LDFLAGS"
10646 LDFLAGS="$LDFLAGS -b"
10647 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10648 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10649 # The linker can only warn and ignore the option if not recognized
10650 # So say no if there are warnings
10651 if test -s conftest.err; then
10652 # Append any errors to the config.log.
10653 cat conftest.err 1>&5
10654 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10655 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10656 if diff conftest.exp conftest.er2 >/dev/null; then
10657 lt_cv_prog_compiler__b=yes
10658 fi
10659 else
10660 lt_cv_prog_compiler__b=yes
10661 fi
10662 fi
10663 $RM -r conftest*
10664 LDFLAGS="$save_LDFLAGS"
f6bcefef 10665
6bb11ab3
L
10666fi
10667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10668$as_echo "$lt_cv_prog_compiler__b" >&6; }
f6bcefef 10669
6bb11ab3
L
10670if test x"$lt_cv_prog_compiler__b" = xyes; then
10671 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10672else
10673 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10674fi
81ecdfbb 10675
6bb11ab3
L
10676 ;;
10677 esac
10678 fi
10679 if test "$with_gnu_ld" = no; then
10680 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10681 hardcode_libdir_separator=:
10682
10683 case $host_cpu in
10684 hppa*64*|ia64*)
10685 hardcode_direct=no
10686 hardcode_shlibpath_var=no
10687 ;;
10688 *)
10689 hardcode_direct=yes
10690 hardcode_direct_absolute=yes
10691 export_dynamic_flag_spec='${wl}-E'
10692
10693 # hardcode_minus_L: Not really in the search PATH,
10694 # but as the default location of the library.
10695 hardcode_minus_L=yes
10696 ;;
10697 esac
10698 fi
10699 ;;
10700
10701 irix5* | irix6* | nonstopux*)
10702 if test "$GCC" = yes; then
10703 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'
10704 # Try to use the -exported_symbol ld option, if it does not
10705 # work, assume that -exports_file does not work either and
10706 # implicitly export all symbols.
10707 save_LDFLAGS="$LDFLAGS"
10708 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10710/* end confdefs.h. */
10711int foo(void) {}
f6bcefef 10712_ACEOF
6bb11ab3
L
10713if ac_fn_c_try_link "$LINENO"; then :
10714 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'
f6bcefef
HPN
10715
10716fi
6bb11ab3
L
10717rm -f core conftest.err conftest.$ac_objext \
10718 conftest$ac_exeext conftest.$ac_ext
10719 LDFLAGS="$save_LDFLAGS"
10720 else
10721 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'
10722 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'
10723 fi
10724 archive_cmds_need_lc='no'
10725 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10726 hardcode_libdir_separator=:
10727 inherit_rpath=yes
10728 link_all_deplibs=yes
10729 ;;
10730
10731 netbsd*)
10732 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10733 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10734 else
10735 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10736 fi
10737 hardcode_libdir_flag_spec='-R$libdir'
10738 hardcode_direct=yes
10739 hardcode_shlibpath_var=no
10740 ;;
10741
10742 newsos6)
10743 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10744 hardcode_direct=yes
10745 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10746 hardcode_libdir_separator=:
10747 hardcode_shlibpath_var=no
10748 ;;
10749
10750 *nto* | *qnx*)
10751 ;;
10752
10753 openbsd*)
10754 if test -f /usr/libexec/ld.so; then
10755 hardcode_direct=yes
10756 hardcode_shlibpath_var=no
10757 hardcode_direct_absolute=yes
10758 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10759 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10760 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10761 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10762 export_dynamic_flag_spec='${wl}-E'
10763 else
10764 case $host_os in
10765 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10766 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10767 hardcode_libdir_flag_spec='-R$libdir'
10768 ;;
10769 *)
10770 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10771 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10772 ;;
10773 esac
10774 fi
10775 else
10776 ld_shlibs=no
10777 fi
10778 ;;
10779
10780 os2*)
10781 hardcode_libdir_flag_spec='-L$libdir'
10782 hardcode_minus_L=yes
10783 allow_undefined_flag=unsupported
10784 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'
10785 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10786 ;;
10787
10788 osf3*)
10789 if test "$GCC" = yes; then
10790 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10791 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'
10792 else
10793 allow_undefined_flag=' -expect_unresolved \*'
10794 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'
10795 fi
10796 archive_cmds_need_lc='no'
10797 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10798 hardcode_libdir_separator=:
10799 ;;
10800
10801 osf4* | osf5*) # as osf3* with the addition of -msym flag
10802 if test "$GCC" = yes; then
10803 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10804 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'
10805 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10806 else
10807 allow_undefined_flag=' -expect_unresolved \*'
10808 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'
10809 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~
10810 $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'
10811
10812 # Both c and cxx compiler support -rpath directly
10813 hardcode_libdir_flag_spec='-rpath $libdir'
10814 fi
10815 archive_cmds_need_lc='no'
10816 hardcode_libdir_separator=:
10817 ;;
10818
10819 solaris*)
10820 no_undefined_flag=' -z defs'
10821 if test "$GCC" = yes; then
10822 wlarc='${wl}'
10823 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10824 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10825 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10826 else
10827 case `$CC -V 2>&1` in
10828 *"Compilers 5.0"*)
10829 wlarc=''
10830 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10831 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10832 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10833 ;;
10834 *)
10835 wlarc='${wl}'
10836 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10837 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10838 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10839 ;;
10840 esac
10841 fi
10842 hardcode_libdir_flag_spec='-R$libdir'
10843 hardcode_shlibpath_var=no
10844 case $host_os in
10845 solaris2.[0-5] | solaris2.[0-5].*) ;;
10846 *)
10847 # The compiler driver will combine and reorder linker options,
10848 # but understands `-z linker_flag'. GCC discards it without `$wl',
10849 # but is careful enough not to reorder.
10850 # Supported since Solaris 2.6 (maybe 2.5.1?)
10851 if test "$GCC" = yes; then
10852 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10853 else
10854 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10855 fi
10856 ;;
10857 esac
10858 link_all_deplibs=yes
10859 ;;
10860
10861 sunos4*)
10862 if test "x$host_vendor" = xsequent; then
10863 # Use $CC to link under sequent, because it throws in some extra .o
10864 # files that make .init and .fini sections work.
10865 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10866 else
10867 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10868 fi
10869 hardcode_libdir_flag_spec='-L$libdir'
10870 hardcode_direct=yes
10871 hardcode_minus_L=yes
10872 hardcode_shlibpath_var=no
10873 ;;
10874
10875 sysv4)
10876 case $host_vendor in
10877 sni)
10878 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10879 hardcode_direct=yes # is this really true???
10880 ;;
10881 siemens)
10882 ## LD is ld it makes a PLAMLIB
10883 ## CC just makes a GrossModule.
10884 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10885 reload_cmds='$CC -r -o $output$reload_objs'
10886 hardcode_direct=no
10887 ;;
10888 motorola)
10889 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10890 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10891 ;;
10892 esac
10893 runpath_var='LD_RUN_PATH'
10894 hardcode_shlibpath_var=no
10895 ;;
10896
10897 sysv4.3*)
10898 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10899 hardcode_shlibpath_var=no
10900 export_dynamic_flag_spec='-Bexport'
10901 ;;
10902
10903 sysv4*MP*)
10904 if test -d /usr/nec; then
10905 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10906 hardcode_shlibpath_var=no
10907 runpath_var=LD_RUN_PATH
10908 hardcode_runpath_var=yes
10909 ld_shlibs=yes
10910 fi
10911 ;;
10912
10913 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10914 no_undefined_flag='${wl}-z,text'
10915 archive_cmds_need_lc=no
10916 hardcode_shlibpath_var=no
10917 runpath_var='LD_RUN_PATH'
10918
10919 if test "$GCC" = yes; then
10920 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10921 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10922 else
10923 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10924 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10925 fi
10926 ;;
10927
10928 sysv5* | sco3.2v5* | sco5v6*)
10929 # Note: We can NOT use -z defs as we might desire, because we do not
10930 # link with -lc, and that would cause any symbols used from libc to
10931 # always be unresolved, which means just about no library would
10932 # ever link correctly. If we're not using GNU ld we use -z text
10933 # though, which does catch some bad symbols but isn't as heavy-handed
10934 # as -z defs.
10935 no_undefined_flag='${wl}-z,text'
10936 allow_undefined_flag='${wl}-z,nodefs'
10937 archive_cmds_need_lc=no
10938 hardcode_shlibpath_var=no
10939 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10940 hardcode_libdir_separator=':'
10941 link_all_deplibs=yes
10942 export_dynamic_flag_spec='${wl}-Bexport'
10943 runpath_var='LD_RUN_PATH'
10944
10945 if test "$GCC" = yes; then
10946 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10947 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10948 else
10949 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10950 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10951 fi
10952 ;;
10953
10954 uts4*)
10955 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10956 hardcode_libdir_flag_spec='-L$libdir'
10957 hardcode_shlibpath_var=no
10958 ;;
10959
10960 *)
10961 ld_shlibs=no
10962 ;;
10963 esac
10964
10965 if test x$host_vendor = xsni; then
10966 case $host in
10967 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10968 export_dynamic_flag_spec='${wl}-Blargedynsym'
10969 ;;
10970 esac
10971 fi
10972 fi
10973
10974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10975$as_echo "$ld_shlibs" >&6; }
10976test "$ld_shlibs" = no && can_build_shared=no
10977
10978with_gnu_ld=$with_gnu_ld
10979
10980
10981
10982
f6bcefef 10983
f6bcefef 10984
f6bcefef 10985
6ffe910a 10986
6ffe910a
MF
10987
10988
6ffe910a 10989
f6bcefef 10990
f6bcefef
HPN
10991
10992
6bb11ab3
L
10993
10994#
10995# Do we need to explicitly link libc?
10996#
10997case "x$archive_cmds_need_lc" in
10998x|xyes)
10999 # Assume -lc should be added
11000 archive_cmds_need_lc=yes
11001
11002 if test "$enable_shared" = yes && test "$GCC" = yes; then
11003 case $archive_cmds in
11004 *'~'*)
11005 # FIXME: we may have to deal with multi-command sequences.
11006 ;;
11007 '$CC '*)
11008 # Test whether the compiler implicitly links with -lc since on some
11009 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11010 # to ld, don't add -lc before -lgcc.
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11012$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11013if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11014 $as_echo_n "(cached) " >&6
f6bcefef 11015else
6bb11ab3
L
11016 $RM conftest*
11017 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11018
11019 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11020 (eval $ac_compile) 2>&5
11021 ac_status=$?
11022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11023 test $ac_status = 0; } 2>conftest.err; then
11024 soname=conftest
11025 lib=conftest
11026 libobjs=conftest.$ac_objext
11027 deplibs=
11028 wl=$lt_prog_compiler_wl
11029 pic_flag=$lt_prog_compiler_pic
11030 compiler_flags=-v
11031 linker_flags=-v
11032 verstring=
11033 output_objdir=.
11034 libname=conftest
11035 lt_save_allow_undefined_flag=$allow_undefined_flag
11036 allow_undefined_flag=
11037 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11038 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11039 ac_status=$?
11040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11041 test $ac_status = 0; }
11042 then
11043 lt_cv_archive_cmds_need_lc=no
11044 else
11045 lt_cv_archive_cmds_need_lc=yes
11046 fi
11047 allow_undefined_flag=$lt_save_allow_undefined_flag
11048 else
11049 cat conftest.err 1>&5
11050 fi
11051 $RM conftest*
f6bcefef 11052
6ffe910a 11053fi
6bb11ab3
L
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11055$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11056 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11057 ;;
11058 esac
11059 fi
11060 ;;
6ffe910a 11061esac
f6bcefef
HPN
11062
11063
6ffe910a 11064
f6bcefef 11065
81ecdfbb 11066
f6bcefef 11067
f6bcefef 11068
f6bcefef 11069
f6bcefef 11070
f6bcefef 11071
f6bcefef 11072
f6bcefef 11073
f6bcefef 11074
f6bcefef 11075
81ecdfbb 11076
f6bcefef 11077
f6bcefef
HPN
11078
11079
81ecdfbb 11080
81ecdfbb 11081
81ecdfbb
RW
11082
11083
81ecdfbb 11084
81ecdfbb 11085
f6bcefef
HPN
11086
11087
f6bcefef 11088
f6bcefef 11089
f6bcefef 11090
f6bcefef 11091
81ecdfbb 11092
f6bcefef 11093
f6bcefef 11094
f6bcefef 11095
81ecdfbb 11096
f6bcefef 11097
f6bcefef 11098
f6bcefef 11099
f6bcefef 11100
81ecdfbb 11101
f6bcefef 11102
f6bcefef 11103
f6bcefef 11104
f6bcefef
HPN
11105
11106
11107
11108
6ffe910a 11109
2232061b
MF
11110
11111
2232061b 11112
2232061b
MF
11113
11114
2232061b
MF
11115
11116
2232061b 11117
2232061b
MF
11118
11119
6bb11ab3
L
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11220$as_echo_n "checking dynamic linker characteristics... " >&6; }
11221
11222if test "$GCC" = yes; then
11223 case $host_os in
11224 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11225 *) lt_awk_arg="/^libraries:/" ;;
11226 esac
11227 case $host_os in
11228 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11229 *) lt_sed_strip_eq="s,=/,/,g" ;;
11230 esac
11231 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11232 case $lt_search_path_spec in
11233 *\;*)
11234 # if the path contains ";" then we assume it to be the separator
11235 # otherwise default to the standard path separator (i.e. ":") - it is
11236 # assumed that no part of a normal pathname contains ";" but that should
11237 # okay in the real world where ";" in dirpaths is itself problematic.
11238 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11239 ;;
11240 *)
11241 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11242 ;;
11243 esac
11244 # Ok, now we have the path, separated by spaces, we can step through it
11245 # and add multilib dir if necessary.
11246 lt_tmp_lt_search_path_spec=
11247 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11248 for lt_sys_path in $lt_search_path_spec; do
11249 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11250 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11251 else
11252 test -d "$lt_sys_path" && \
11253 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11254 fi
11255 done
11256 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11257BEGIN {RS=" "; FS="/|\n";} {
11258 lt_foo="";
11259 lt_count=0;
11260 for (lt_i = NF; lt_i > 0; lt_i--) {
11261 if ($lt_i != "" && $lt_i != ".") {
11262 if ($lt_i == "..") {
11263 lt_count++;
11264 } else {
11265 if (lt_count == 0) {
11266 lt_foo="/" $lt_i lt_foo;
11267 } else {
11268 lt_count--;
11269 }
11270 }
11271 }
11272 }
11273 if (lt_foo != "") { lt_freq[lt_foo]++; }
11274 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11275}'`
11276 # AWK program above erroneously prepends '/' to C:/dos/paths
11277 # for these hosts.
11278 case $host_os in
11279 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11280 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11281 esac
11282 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11283else
11284 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11285fi
11286library_names_spec=
11287libname_spec='lib$name'
11288soname_spec=
11289shrext_cmds=".so"
11290postinstall_cmds=
11291postuninstall_cmds=
11292finish_cmds=
11293finish_eval=
11294shlibpath_var=
11295shlibpath_overrides_runpath=unknown
11296version_type=none
11297dynamic_linker="$host_os ld.so"
11298sys_lib_dlsearch_path_spec="/lib /usr/lib"
11299need_lib_prefix=unknown
11300hardcode_into_libs=no
11301
11302# when you set need_version to no, make sure it does not cause -set_version
11303# flags to be left without arguments
11304need_version=unknown
11305
11306case $host_os in
11307aix3*)
11308 version_type=linux
11309 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11310 shlibpath_var=LIBPATH
11311
11312 # AIX 3 has no versioning support, so we append a major version to the name.
11313 soname_spec='${libname}${release}${shared_ext}$major'
11314 ;;
11315
11316aix[4-9]*)
11317 version_type=linux
11318 need_lib_prefix=no
11319 need_version=no
11320 hardcode_into_libs=yes
11321 if test "$host_cpu" = ia64; then
11322 # AIX 5 supports IA64
11323 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11324 shlibpath_var=LD_LIBRARY_PATH
11325 else
11326 # With GCC up to 2.95.x, collect2 would create an import file
11327 # for dependence libraries. The import file would start with
11328 # the line `#! .'. This would cause the generated library to
11329 # depend on `.', always an invalid library. This was fixed in
11330 # development snapshots of GCC prior to 3.0.
11331 case $host_os in
11332 aix4 | aix4.[01] | aix4.[01].*)
11333 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11334 echo ' yes '
11335 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11336 :
11337 else
11338 can_build_shared=no
11339 fi
11340 ;;
11341 esac
11342 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11343 # soname into executable. Probably we can add versioning support to
11344 # collect2, so additional links can be useful in future.
11345 if test "$aix_use_runtimelinking" = yes; then
11346 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11347 # instead of lib<name>.a to let people know that these are not
11348 # typical AIX shared libraries.
11349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11350 else
11351 # We preserve .a as extension for shared libraries through AIX4.2
11352 # and later when we are not doing run time linking.
11353 library_names_spec='${libname}${release}.a $libname.a'
11354 soname_spec='${libname}${release}${shared_ext}$major'
11355 fi
11356 shlibpath_var=LIBPATH
11357 fi
11358 ;;
11359
11360amigaos*)
11361 case $host_cpu in
11362 powerpc)
11363 # Since July 2007 AmigaOS4 officially supports .so libraries.
11364 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11365 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11366 ;;
11367 m68k)
11368 library_names_spec='$libname.ixlibrary $libname.a'
11369 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11370 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'
11371 ;;
11372 esac
11373 ;;
11374
11375beos*)
11376 library_names_spec='${libname}${shared_ext}'
11377 dynamic_linker="$host_os ld.so"
11378 shlibpath_var=LIBRARY_PATH
11379 ;;
11380
11381bsdi[45]*)
11382 version_type=linux
11383 need_version=no
11384 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11385 soname_spec='${libname}${release}${shared_ext}$major'
11386 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11387 shlibpath_var=LD_LIBRARY_PATH
11388 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11389 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11390 # the default ld.so.conf also contains /usr/contrib/lib and
11391 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11392 # libtool to hard-code these into programs
11393 ;;
11394
11395cygwin* | mingw* | pw32* | cegcc*)
11396 version_type=windows
11397 shrext_cmds=".dll"
11398 need_version=no
11399 need_lib_prefix=no
11400
11401 case $GCC,$host_os in
11402 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11403 library_names_spec='$libname.dll.a'
11404 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11405 postinstall_cmds='base_file=`basename \${file}`~
11406 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11407 dldir=$destdir/`dirname \$dlpath`~
11408 test -d \$dldir || mkdir -p \$dldir~
11409 $install_prog $dir/$dlname \$dldir/$dlname~
11410 chmod a+x \$dldir/$dlname~
11411 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11412 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11413 fi'
11414 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11415 dlpath=$dir/\$dldll~
11416 $RM \$dlpath'
11417 shlibpath_overrides_runpath=yes
11418
11419 case $host_os in
11420 cygwin*)
11421 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11422 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11423
11424 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11425 ;;
11426 mingw* | cegcc*)
11427 # MinGW DLLs use traditional 'lib' prefix
11428 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11429 ;;
11430 pw32*)
11431 # pw32 DLLs use 'pw' prefix rather than 'lib'
11432 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11433 ;;
11434 esac
11435 ;;
11436
11437 *)
11438 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11439 ;;
11440 esac
11441 dynamic_linker='Win32 ld.exe'
11442 # FIXME: first we should search . and the directory the executable is in
11443 shlibpath_var=PATH
11444 ;;
11445
11446darwin* | rhapsody*)
11447 dynamic_linker="$host_os dyld"
11448 version_type=darwin
11449 need_lib_prefix=no
11450 need_version=no
11451 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11452 soname_spec='${libname}${release}${major}$shared_ext'
11453 shlibpath_overrides_runpath=yes
11454 shlibpath_var=DYLD_LIBRARY_PATH
11455 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11456
11457 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11458 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11459 ;;
11460
11461dgux*)
11462 version_type=linux
11463 need_lib_prefix=no
11464 need_version=no
11465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11466 soname_spec='${libname}${release}${shared_ext}$major'
11467 shlibpath_var=LD_LIBRARY_PATH
11468 ;;
11469
11470freebsd* | dragonfly*)
11471 # DragonFly does not have aout. When/if they implement a new
11472 # versioning mechanism, adjust this.
11473 if test -x /usr/bin/objformat; then
11474 objformat=`/usr/bin/objformat`
11475 else
11476 case $host_os in
11477 freebsd[23].*) objformat=aout ;;
11478 *) objformat=elf ;;
11479 esac
11480 fi
11481 version_type=freebsd-$objformat
11482 case $version_type in
11483 freebsd-elf*)
11484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11485 need_version=no
11486 need_lib_prefix=no
11487 ;;
11488 freebsd-*)
11489 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11490 need_version=yes
11491 ;;
11492 esac
11493 shlibpath_var=LD_LIBRARY_PATH
11494 case $host_os in
11495 freebsd2.*)
11496 shlibpath_overrides_runpath=yes
11497 ;;
11498 freebsd3.[01]* | freebsdelf3.[01]*)
11499 shlibpath_overrides_runpath=yes
11500 hardcode_into_libs=yes
11501 ;;
11502 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11503 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11504 shlibpath_overrides_runpath=no
11505 hardcode_into_libs=yes
11506 ;;
11507 *) # from 4.6 on, and DragonFly
11508 shlibpath_overrides_runpath=yes
11509 hardcode_into_libs=yes
11510 ;;
11511 esac
11512 ;;
11513
11514gnu*)
11515 version_type=linux
11516 need_lib_prefix=no
11517 need_version=no
11518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11519 soname_spec='${libname}${release}${shared_ext}$major'
11520 shlibpath_var=LD_LIBRARY_PATH
11521 hardcode_into_libs=yes
11522 ;;
11523
11524haiku*)
11525 version_type=linux
11526 need_lib_prefix=no
11527 need_version=no
11528 dynamic_linker="$host_os runtime_loader"
11529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11530 soname_spec='${libname}${release}${shared_ext}$major'
11531 shlibpath_var=LIBRARY_PATH
11532 shlibpath_overrides_runpath=yes
11533 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11534 hardcode_into_libs=yes
11535 ;;
11536
11537hpux9* | hpux10* | hpux11*)
11538 # Give a soname corresponding to the major version so that dld.sl refuses to
11539 # link against other versions.
11540 version_type=sunos
11541 need_lib_prefix=no
11542 need_version=no
11543 case $host_cpu in
11544 ia64*)
11545 shrext_cmds='.so'
11546 hardcode_into_libs=yes
11547 dynamic_linker="$host_os dld.so"
11548 shlibpath_var=LD_LIBRARY_PATH
11549 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11550 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11551 soname_spec='${libname}${release}${shared_ext}$major'
11552 if test "X$HPUX_IA64_MODE" = X32; then
11553 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11554 else
11555 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11556 fi
11557 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11558 ;;
11559 hppa*64*)
11560 shrext_cmds='.sl'
11561 hardcode_into_libs=yes
11562 dynamic_linker="$host_os dld.sl"
11563 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11564 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11565 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11566 soname_spec='${libname}${release}${shared_ext}$major'
11567 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11568 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11569 ;;
11570 *)
11571 shrext_cmds='.sl'
11572 dynamic_linker="$host_os dld.sl"
11573 shlibpath_var=SHLIB_PATH
11574 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11576 soname_spec='${libname}${release}${shared_ext}$major'
11577 ;;
11578 esac
11579 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11580 postinstall_cmds='chmod 555 $lib'
11581 # or fails outright, so override atomically:
11582 install_override_mode=555
11583 ;;
11584
11585interix[3-9]*)
11586 version_type=linux
11587 need_lib_prefix=no
11588 need_version=no
11589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11590 soname_spec='${libname}${release}${shared_ext}$major'
11591 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11592 shlibpath_var=LD_LIBRARY_PATH
11593 shlibpath_overrides_runpath=no
11594 hardcode_into_libs=yes
11595 ;;
11596
11597irix5* | irix6* | nonstopux*)
11598 case $host_os in
11599 nonstopux*) version_type=nonstopux ;;
11600 *)
11601 if test "$lt_cv_prog_gnu_ld" = yes; then
11602 version_type=linux
11603 else
11604 version_type=irix
11605 fi ;;
11606 esac
11607 need_lib_prefix=no
11608 need_version=no
11609 soname_spec='${libname}${release}${shared_ext}$major'
11610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11611 case $host_os in
11612 irix5* | nonstopux*)
11613 libsuff= shlibsuff=
11614 ;;
11615 *)
11616 case $LD in # libtool.m4 will add one of these switches to LD
11617 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11618 libsuff= shlibsuff= libmagic=32-bit;;
11619 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11620 libsuff=32 shlibsuff=N32 libmagic=N32;;
11621 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11622 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11623 *) libsuff= shlibsuff= libmagic=never-match;;
11624 esac
11625 ;;
11626 esac
11627 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11628 shlibpath_overrides_runpath=no
11629 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11630 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11631 hardcode_into_libs=yes
11632 ;;
11633
11634# No shared lib support for Linux oldld, aout, or coff.
11635linux*oldld* | linux*aout* | linux*coff*)
11636 dynamic_linker=no
11637 ;;
11638
11639# This must be Linux ELF.
11640linux* | k*bsd*-gnu | kopensolaris*-gnu)
11641 version_type=linux
11642 need_lib_prefix=no
11643 need_version=no
11644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11645 soname_spec='${libname}${release}${shared_ext}$major'
11646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11647 shlibpath_var=LD_LIBRARY_PATH
11648 shlibpath_overrides_runpath=no
11649
11650 # Some binutils ld are patched to set DT_RUNPATH
11651 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11652 $as_echo_n "(cached) " >&6
11653else
6bb11ab3
L
11654 lt_cv_shlibpath_overrides_runpath=no
11655 save_LDFLAGS=$LDFLAGS
11656 save_libdir=$libdir
11657 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11658 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11660/* end confdefs.h. */
11661
2232061b
MF
11662int
11663main ()
11664{
11665
11666 ;
11667 return 0;
11668}
11669_ACEOF
6bb11ab3
L
11670if ac_fn_c_try_link "$LINENO"; then :
11671 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11672 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11673fi
2232061b 11674fi
6bb11ab3
L
11675rm -f core conftest.err conftest.$ac_objext \
11676 conftest$ac_exeext conftest.$ac_ext
11677 LDFLAGS=$save_LDFLAGS
11678 libdir=$save_libdir
2232061b 11679
6bb11ab3 11680fi
2232061b 11681
6bb11ab3 11682 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11683
6bb11ab3
L
11684 # This implies no fast_install, which is unacceptable.
11685 # Some rework will be needed to allow for fast_install
11686 # before this can be enabled.
11687 hardcode_into_libs=yes
2232061b 11688
6bb11ab3
L
11689 # Append ld.so.conf contents to the search path
11690 if test -f /etc/ld.so.conf; then
11691 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' ' '`
11692 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11693 fi
2232061b 11694
6bb11ab3
L
11695 # We used to test for /lib/ld.so.1 and disable shared libraries on
11696 # powerpc, because MkLinux only supported shared libraries with the
11697 # GNU dynamic linker. Since this was broken with cross compilers,
11698 # most powerpc-linux boxes support dynamic linking these days and
11699 # people can always --disable-shared, the test was removed, and we
11700 # assume the GNU/Linux dynamic linker is in use.
11701 dynamic_linker='GNU/Linux ld.so'
11702 ;;
11703
11704netbsd*)
11705 version_type=sunos
11706 need_lib_prefix=no
11707 need_version=no
11708 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11710 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11711 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11712 else
6bb11ab3
L
11713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11714 soname_spec='${libname}${release}${shared_ext}$major'
11715 dynamic_linker='NetBSD ld.elf_so'
11716 fi
11717 shlibpath_var=LD_LIBRARY_PATH
11718 shlibpath_overrides_runpath=yes
11719 hardcode_into_libs=yes
11720 ;;
11721
11722newsos6)
11723 version_type=linux
11724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11725 shlibpath_var=LD_LIBRARY_PATH
11726 shlibpath_overrides_runpath=yes
11727 ;;
11728
11729*nto* | *qnx*)
11730 version_type=qnx
11731 need_lib_prefix=no
11732 need_version=no
11733 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11734 soname_spec='${libname}${release}${shared_ext}$major'
11735 shlibpath_var=LD_LIBRARY_PATH
11736 shlibpath_overrides_runpath=no
11737 hardcode_into_libs=yes
11738 dynamic_linker='ldqnx.so'
11739 ;;
11740
11741openbsd*)
11742 version_type=sunos
11743 sys_lib_dlsearch_path_spec="/usr/lib"
11744 need_lib_prefix=no
11745 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11746 case $host_os in
11747 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11748 *) need_version=no ;;
11749 esac
11750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11751 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11752 shlibpath_var=LD_LIBRARY_PATH
11753 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11754 case $host_os in
11755 openbsd2.[89] | openbsd2.[89].*)
11756 shlibpath_overrides_runpath=no
11757 ;;
11758 *)
11759 shlibpath_overrides_runpath=yes
11760 ;;
11761 esac
11762 else
11763 shlibpath_overrides_runpath=yes
11764 fi
11765 ;;
11766
11767os2*)
11768 libname_spec='$name'
11769 shrext_cmds=".dll"
11770 need_lib_prefix=no
11771 library_names_spec='$libname${shared_ext} $libname.a'
11772 dynamic_linker='OS/2 ld.exe'
11773 shlibpath_var=LIBPATH
11774 ;;
11775
11776osf3* | osf4* | osf5*)
11777 version_type=osf
11778 need_lib_prefix=no
11779 need_version=no
11780 soname_spec='${libname}${release}${shared_ext}$major'
11781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11782 shlibpath_var=LD_LIBRARY_PATH
11783 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11784 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11785 ;;
11786
11787rdos*)
11788 dynamic_linker=no
11789 ;;
11790
11791solaris*)
11792 version_type=linux
11793 need_lib_prefix=no
11794 need_version=no
11795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11796 soname_spec='${libname}${release}${shared_ext}$major'
11797 shlibpath_var=LD_LIBRARY_PATH
11798 shlibpath_overrides_runpath=yes
11799 hardcode_into_libs=yes
11800 # ldd complains unless libraries are executable
11801 postinstall_cmds='chmod +x $lib'
11802 ;;
11803
11804sunos4*)
11805 version_type=sunos
11806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11807 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11808 shlibpath_var=LD_LIBRARY_PATH
11809 shlibpath_overrides_runpath=yes
11810 if test "$with_gnu_ld" = yes; then
11811 need_lib_prefix=no
11812 fi
11813 need_version=yes
11814 ;;
11815
11816sysv4 | sysv4.3*)
11817 version_type=linux
11818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11819 soname_spec='${libname}${release}${shared_ext}$major'
11820 shlibpath_var=LD_LIBRARY_PATH
11821 case $host_vendor in
11822 sni)
11823 shlibpath_overrides_runpath=no
11824 need_lib_prefix=no
11825 runpath_var=LD_RUN_PATH
11826 ;;
11827 siemens)
11828 need_lib_prefix=no
11829 ;;
11830 motorola)
11831 need_lib_prefix=no
11832 need_version=no
11833 shlibpath_overrides_runpath=no
11834 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11835 ;;
11836 esac
11837 ;;
11838
11839sysv4*MP*)
11840 if test -d /usr/nec ;then
11841 version_type=linux
11842 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11843 soname_spec='$libname${shared_ext}.$major'
11844 shlibpath_var=LD_LIBRARY_PATH
2232061b 11845 fi
6bb11ab3
L
11846 ;;
11847
11848sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11849 version_type=freebsd-elf
11850 need_lib_prefix=no
11851 need_version=no
11852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11853 soname_spec='${libname}${release}${shared_ext}$major'
11854 shlibpath_var=LD_LIBRARY_PATH
11855 shlibpath_overrides_runpath=yes
11856 hardcode_into_libs=yes
11857 if test "$with_gnu_ld" = yes; then
11858 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11859 else
11860 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11861 case $host_os in
11862 sco3.2v5*)
11863 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11864 ;;
11865 esac
11866 fi
11867 sys_lib_dlsearch_path_spec='/usr/lib'
11868 ;;
11869
11870tpf*)
11871 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11872 version_type=linux
11873 need_lib_prefix=no
11874 need_version=no
11875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11876 shlibpath_var=LD_LIBRARY_PATH
11877 shlibpath_overrides_runpath=no
11878 hardcode_into_libs=yes
11879 ;;
11880
11881uts4*)
11882 version_type=linux
11883 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11884 soname_spec='${libname}${release}${shared_ext}$major'
11885 shlibpath_var=LD_LIBRARY_PATH
11886 ;;
11887
11888*)
11889 dynamic_linker=no
11890 ;;
11891esac
11892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11893$as_echo "$dynamic_linker" >&6; }
11894test "$dynamic_linker" = no && can_build_shared=no
11895
11896variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11897if test "$GCC" = yes; then
11898 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11899fi
2232061b 11900
6bb11ab3
L
11901if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11902 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11903fi
11904if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11905 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11906fi
11907
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
2232061b 11933
2232061b 11934
2232061b 11935
2232061b 11936
2232061b
MF
11937
11938
6ffe910a 11939
6ffe910a
MF
11940
11941
11942
11943
11944
2232061b 11945
6ffe910a
MF
11946
11947
11948
11949
6ffe910a 11950
6ffe910a 11951
6ffe910a
MF
11952
11953
6ffe910a 11954
6ffe910a 11955
6ffe910a
MF
11956
11957
5f3ef9d0 11958
5f3ef9d0
JB
11959
11960
11961
db2e4d67
MF
11962
11963
db2e4d67 11964
db2e4d67 11965
db2e4d67 11966
db2e4d67 11967
db2e4d67 11968
db2e4d67 11969
db2e4d67 11970
db2e4d67
MF
11971
11972
db2e4d67 11973
db2e4d67
MF
11974
11975
db2e4d67 11976
db2e4d67
MF
11977
11978
6ffe910a 11979
6ffe910a 11980
6ffe910a
MF
11981
11982
6ffe910a
MF
11983
11984
6ffe910a 11985
6ffe910a 11986
6ffe910a 11987
6ffe910a 11988
6ffe910a 11989
f6bcefef 11990
f6bcefef 11991
f6bcefef 11992
f6bcefef 11993
f6bcefef 11994
f6bcefef 11995
f6bcefef 11996
f6bcefef 11997
f6bcefef 11998
6bb11ab3
L
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12000$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12001hardcode_action=
12002if test -n "$hardcode_libdir_flag_spec" ||
12003 test -n "$runpath_var" ||
12004 test "X$hardcode_automatic" = "Xyes" ; then
f6bcefef 12005
6bb11ab3
L
12006 # We can hardcode non-existent directories.
12007 if test "$hardcode_direct" != no &&
12008 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12009 # have to relink, otherwise we might link with an installed library
12010 # when we should be linking with a yet-to-be-installed one
12011 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12012 test "$hardcode_minus_L" != no; then
12013 # Linking always hardcodes the temporary library directory.
12014 hardcode_action=relink
12015 else
12016 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12017 hardcode_action=immediate
12018 fi
12019else
12020 # We cannot hardcode anything, or else we can only hardcode existing
12021 # directories.
12022 hardcode_action=unsupported
f6bcefef 12023fi
6bb11ab3
L
12024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12025$as_echo "$hardcode_action" >&6; }
f6bcefef 12026
6bb11ab3
L
12027if test "$hardcode_action" = relink ||
12028 test "$inherit_rpath" = yes; then
12029 # Fast installation is not supported
12030 enable_fast_install=no
12031elif test "$shlibpath_overrides_runpath" = yes ||
12032 test "$enable_shared" = no; then
12033 # Fast installation is not necessary
12034 enable_fast_install=needless
12035fi
f6bcefef 12036
6bb11ab3
L
12037
12038
12039
12040
12041
12042 if test "x$enable_dlopen" != xyes; then
12043 enable_dlopen=unknown
12044 enable_dlopen_self=unknown
12045 enable_dlopen_self_static=unknown
12046else
12047 lt_cv_dlopen=no
12048 lt_cv_dlopen_libs=
12049
12050 case $host_os in
12051 beos*)
12052 lt_cv_dlopen="load_add_on"
12053 lt_cv_dlopen_libs=
12054 lt_cv_dlopen_self=yes
12055 ;;
12056
12057 mingw* | pw32* | cegcc*)
12058 lt_cv_dlopen="LoadLibrary"
12059 lt_cv_dlopen_libs=
12060 ;;
12061
12062 cygwin*)
12063 lt_cv_dlopen="dlopen"
12064 lt_cv_dlopen_libs=
12065 ;;
12066
12067 darwin*)
12068 # if libdl is installed we need to link against it
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12070$as_echo_n "checking for dlopen in -ldl... " >&6; }
12071if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12072 $as_echo_n "(cached) " >&6
12073else
12074 ac_check_lib_save_LIBS=$LIBS
12075LIBS="-ldl $LIBS"
12076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12077/* end confdefs.h. */
12078
12079/* Override any GCC internal prototype to avoid an error.
12080 Use char because int might match the return type of a GCC
12081 builtin and then its argument prototype would still apply. */
12082#ifdef __cplusplus
12083extern "C"
12084#endif
12085char dlopen ();
12086int
12087main ()
12088{
12089return dlopen ();
12090 ;
12091 return 0;
12092}
f6bcefef 12093_ACEOF
6bb11ab3
L
12094if ac_fn_c_try_link "$LINENO"; then :
12095 ac_cv_lib_dl_dlopen=yes
12096else
12097 ac_cv_lib_dl_dlopen=no
12098fi
12099rm -f core conftest.err conftest.$ac_objext \
12100 conftest$ac_exeext conftest.$ac_ext
12101LIBS=$ac_check_lib_save_LIBS
12102fi
12103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12104$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12105if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12107else
12108
12109 lt_cv_dlopen="dyld"
12110 lt_cv_dlopen_libs=
12111 lt_cv_dlopen_self=yes
f6bcefef
HPN
12112
12113fi
f6bcefef 12114
6bb11ab3 12115 ;;
f6bcefef 12116
6bb11ab3
L
12117 *)
12118 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12119if test "x$ac_cv_func_shl_load" = x""yes; then :
12120 lt_cv_dlopen="shl_load"
12121else
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12123$as_echo_n "checking for shl_load in -ldld... " >&6; }
12124if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12125 $as_echo_n "(cached) " >&6
12126else
12127 ac_check_lib_save_LIBS=$LIBS
12128LIBS="-ldld $LIBS"
12129cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12130/* end confdefs.h. */
12131
12132/* Override any GCC internal prototype to avoid an error.
12133 Use char because int might match the return type of a GCC
12134 builtin and then its argument prototype would still apply. */
12135#ifdef __cplusplus
12136extern "C"
12137#endif
12138char shl_load ();
12139int
12140main ()
12141{
12142return shl_load ();
12143 ;
12144 return 0;
12145}
12146_ACEOF
12147if ac_fn_c_try_link "$LINENO"; then :
12148 ac_cv_lib_dld_shl_load=yes
12149else
12150 ac_cv_lib_dld_shl_load=no
12151fi
12152rm -f core conftest.err conftest.$ac_objext \
12153 conftest$ac_exeext conftest.$ac_ext
12154LIBS=$ac_check_lib_save_LIBS
12155fi
12156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12157$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12158if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12159 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12160else
12161 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12162if test "x$ac_cv_func_dlopen" = x""yes; then :
12163 lt_cv_dlopen="dlopen"
12164else
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12166$as_echo_n "checking for dlopen in -ldl... " >&6; }
12167if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12168 $as_echo_n "(cached) " >&6
f6bcefef
HPN
12169else
12170 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12171LIBS="-ldl $LIBS"
81ecdfbb 12172cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12173/* end confdefs.h. */
12174
81ecdfbb
RW
12175/* Override any GCC internal prototype to avoid an error.
12176 Use char because int might match the return type of a GCC
12177 builtin and then its argument prototype would still apply. */
f6bcefef
HPN
12178#ifdef __cplusplus
12179extern "C"
12180#endif
6bb11ab3 12181char dlopen ();
f6bcefef
HPN
12182int
12183main ()
12184{
6bb11ab3 12185return dlopen ();
f6bcefef
HPN
12186 ;
12187 return 0;
12188}
12189_ACEOF
81ecdfbb 12190if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12191 ac_cv_lib_dl_dlopen=yes
f6bcefef 12192else
6bb11ab3 12193 ac_cv_lib_dl_dlopen=no
f6bcefef 12194fi
81ecdfbb
RW
12195rm -f core conftest.err conftest.$ac_objext \
12196 conftest$ac_exeext conftest.$ac_ext
f6bcefef
HPN
12197LIBS=$ac_check_lib_save_LIBS
12198fi
6bb11ab3
L
12199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12200$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12201if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12202 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12203else
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12205$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12206if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12207 $as_echo_n "(cached) " >&6
f6bcefef
HPN
12208else
12209 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12210LIBS="-lsvld $LIBS"
81ecdfbb 12211cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12212/* end confdefs.h. */
12213
81ecdfbb
RW
12214/* Override any GCC internal prototype to avoid an error.
12215 Use char because int might match the return type of a GCC
12216 builtin and then its argument prototype would still apply. */
f6bcefef
HPN
12217#ifdef __cplusplus
12218extern "C"
12219#endif
6bb11ab3 12220char dlopen ();
f6bcefef
HPN
12221int
12222main ()
12223{
6bb11ab3 12224return dlopen ();
f6bcefef
HPN
12225 ;
12226 return 0;
12227}
12228_ACEOF
81ecdfbb 12229if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12230 ac_cv_lib_svld_dlopen=yes
f6bcefef 12231else
6bb11ab3 12232 ac_cv_lib_svld_dlopen=no
f6bcefef 12233fi
81ecdfbb
RW
12234rm -f core conftest.err conftest.$ac_objext \
12235 conftest$ac_exeext conftest.$ac_ext
f6bcefef
HPN
12236LIBS=$ac_check_lib_save_LIBS
12237fi
6bb11ab3
L
12238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12239$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12240if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12241 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12242else
6bb11ab3
L
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12244$as_echo_n "checking for dld_link in -ldld... " >&6; }
12245if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12246 $as_echo_n "(cached) " >&6
8929c18c 12247else
6bb11ab3
L
12248 ac_check_lib_save_LIBS=$LIBS
12249LIBS="-ldld $LIBS"
81ecdfbb 12250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8929c18c
HPN
12251/* end confdefs.h. */
12252
81ecdfbb
RW
12253/* Override any GCC internal prototype to avoid an error.
12254 Use char because int might match the return type of a GCC
8929c18c 12255 builtin and then its argument prototype would still apply. */
8929c18c
HPN
12256#ifdef __cplusplus
12257extern "C"
12258#endif
6bb11ab3 12259char dld_link ();
8929c18c
HPN
12260int
12261main ()
12262{
6bb11ab3 12263return dld_link ();
8929c18c
HPN
12264 ;
12265 return 0;
12266}
12267_ACEOF
6bb11ab3
L
12268if ac_fn_c_try_link "$LINENO"; then :
12269 ac_cv_lib_dld_dld_link=yes
12270else
12271 ac_cv_lib_dld_dld_link=no
12272fi
12273rm -f core conftest.err conftest.$ac_objext \
12274 conftest$ac_exeext conftest.$ac_ext
12275LIBS=$ac_check_lib_save_LIBS
12276fi
12277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12278$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12279if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12280 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12281fi
12282
12283
12284fi
12285
12286
12287fi
12288
12289
12290fi
12291
12292
12293fi
12294
12295
12296fi
12297
12298 ;;
12299 esac
12300
12301 if test "x$lt_cv_dlopen" != xno; then
12302 enable_dlopen=yes
8929c18c 12303 else
6bb11ab3
L
12304 enable_dlopen=no
12305 fi
12306
12307 case $lt_cv_dlopen in
12308 dlopen)
12309 save_CPPFLAGS="$CPPFLAGS"
12310 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12311
12312 save_LDFLAGS="$LDFLAGS"
12313 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12314
12315 save_LIBS="$LIBS"
12316 LIBS="$lt_cv_dlopen_libs $LIBS"
12317
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12319$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12320if test "${lt_cv_dlopen_self+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
12322else
12323 if test "$cross_compiling" = yes; then :
12324 lt_cv_dlopen_self=cross
12325else
12326 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12327 lt_status=$lt_dlunknown
12328 cat > conftest.$ac_ext <<_LT_EOF
1b393626 12329#line 12329 "configure"
6bb11ab3
L
12330#include "confdefs.h"
12331
12332#if HAVE_DLFCN_H
12333#include <dlfcn.h>
12334#endif
12335
12336#include <stdio.h>
12337
12338#ifdef RTLD_GLOBAL
12339# define LT_DLGLOBAL RTLD_GLOBAL
12340#else
12341# ifdef DL_GLOBAL
12342# define LT_DLGLOBAL DL_GLOBAL
12343# else
12344# define LT_DLGLOBAL 0
12345# endif
12346#endif
12347
12348/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12349 find out it does not work in some platform. */
12350#ifndef LT_DLLAZY_OR_NOW
12351# ifdef RTLD_LAZY
12352# define LT_DLLAZY_OR_NOW RTLD_LAZY
12353# else
12354# ifdef DL_LAZY
12355# define LT_DLLAZY_OR_NOW DL_LAZY
12356# else
12357# ifdef RTLD_NOW
12358# define LT_DLLAZY_OR_NOW RTLD_NOW
12359# else
12360# ifdef DL_NOW
12361# define LT_DLLAZY_OR_NOW DL_NOW
12362# else
12363# define LT_DLLAZY_OR_NOW 0
12364# endif
12365# endif
12366# endif
12367# endif
12368#endif
12369
12370/* When -fvisbility=hidden is used, assume the code has been annotated
12371 correspondingly for the symbols needed. */
12372#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12373void fnord () __attribute__((visibility("default")));
12374#endif
12375
12376void fnord () { int i=42; }
12377int main ()
12378{
12379 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12380 int status = $lt_dlunknown;
12381
12382 if (self)
12383 {
12384 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12385 else
12386 {
12387 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12388 else puts (dlerror ());
12389 }
12390 /* dlclose (self); */
12391 }
12392 else
12393 puts (dlerror ());
12394
12395 return status;
12396}
12397_LT_EOF
12398 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12399 (eval $ac_link) 2>&5
12400 ac_status=$?
12401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12402 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12403 (./conftest; exit; ) >&5 2>/dev/null
12404 lt_status=$?
12405 case x$lt_status in
12406 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12407 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12408 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12409 esac
12410 else :
12411 # compilation failed
12412 lt_cv_dlopen_self=no
8929c18c 12413 fi
8929c18c 12414fi
6bb11ab3
L
12415rm -fr conftest*
12416
12417
8929c18c 12418fi
6bb11ab3
L
12419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12420$as_echo "$lt_cv_dlopen_self" >&6; }
8929c18c 12421
6bb11ab3
L
12422 if test "x$lt_cv_dlopen_self" = xyes; then
12423 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12425$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12426if test "${lt_cv_dlopen_self_static+set}" = set; then :
12427 $as_echo_n "(cached) " >&6
8929c18c 12428else
6bb11ab3
L
12429 if test "$cross_compiling" = yes; then :
12430 lt_cv_dlopen_self_static=cross
12431else
12432 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12433 lt_status=$lt_dlunknown
12434 cat > conftest.$ac_ext <<_LT_EOF
1b393626 12435#line 12435 "configure"
6bb11ab3
L
12436#include "confdefs.h"
12437
12438#if HAVE_DLFCN_H
12439#include <dlfcn.h>
12440#endif
12441
12442#include <stdio.h>
12443
12444#ifdef RTLD_GLOBAL
12445# define LT_DLGLOBAL RTLD_GLOBAL
12446#else
12447# ifdef DL_GLOBAL
12448# define LT_DLGLOBAL DL_GLOBAL
12449# else
12450# define LT_DLGLOBAL 0
12451# endif
12452#endif
12453
12454/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12455 find out it does not work in some platform. */
12456#ifndef LT_DLLAZY_OR_NOW
12457# ifdef RTLD_LAZY
12458# define LT_DLLAZY_OR_NOW RTLD_LAZY
12459# else
12460# ifdef DL_LAZY
12461# define LT_DLLAZY_OR_NOW DL_LAZY
12462# else
12463# ifdef RTLD_NOW
12464# define LT_DLLAZY_OR_NOW RTLD_NOW
12465# else
12466# ifdef DL_NOW
12467# define LT_DLLAZY_OR_NOW DL_NOW
12468# else
12469# define LT_DLLAZY_OR_NOW 0
12470# endif
12471# endif
12472# endif
12473# endif
12474#endif
12475
12476/* When -fvisbility=hidden is used, assume the code has been annotated
12477 correspondingly for the symbols needed. */
12478#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12479void fnord () __attribute__((visibility("default")));
12480#endif
12481
12482void fnord () { int i=42; }
12483int main ()
12484{
12485 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12486 int status = $lt_dlunknown;
12487
12488 if (self)
12489 {
12490 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12491 else
12492 {
12493 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12494 else puts (dlerror ());
12495 }
12496 /* dlclose (self); */
12497 }
12498 else
12499 puts (dlerror ());
12500
12501 return status;
12502}
12503_LT_EOF
12504 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12505 (eval $ac_link) 2>&5
12506 ac_status=$?
12507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12508 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12509 (./conftest; exit; ) >&5 2>/dev/null
12510 lt_status=$?
12511 case x$lt_status in
12512 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12513 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12514 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12515 esac
12516 else :
12517 # compilation failed
12518 lt_cv_dlopen_self_static=no
12519 fi
8929c18c 12520fi
6bb11ab3
L
12521rm -fr conftest*
12522
12523
8929c18c 12524fi
6bb11ab3
L
12525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12526$as_echo "$lt_cv_dlopen_self_static" >&6; }
12527 fi
12528
12529 CPPFLAGS="$save_CPPFLAGS"
12530 LDFLAGS="$save_LDFLAGS"
12531 LIBS="$save_LIBS"
12532 ;;
12533 esac
12534
12535 case $lt_cv_dlopen_self in
12536 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12537 *) enable_dlopen_self=unknown ;;
12538 esac
12539
12540 case $lt_cv_dlopen_self_static in
12541 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12542 *) enable_dlopen_self_static=unknown ;;
12543 esac
12544fi
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562striplib=
12563old_striplib=
12564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12565$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12566if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12567 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12568 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12570$as_echo "yes" >&6; }
12571else
12572# FIXME - insert some real tests, host_os isn't really good enough
12573 case $host_os in
12574 darwin*)
12575 if test -n "$STRIP" ; then
12576 striplib="$STRIP -x"
12577 old_striplib="$STRIP -S"
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12579$as_echo "yes" >&6; }
12580 else
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12582$as_echo "no" >&6; }
12583 fi
12584 ;;
12585 *)
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12587$as_echo "no" >&6; }
12588 ;;
12589 esac
12590fi
12591
12592
12593
12594
12595
12596
12597
12598
12599
12600
12601
12602
12603 # Report which library types will actually be built
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12605$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12607$as_echo "$can_build_shared" >&6; }
12608
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12610$as_echo_n "checking whether to build shared libraries... " >&6; }
12611 test "$can_build_shared" = "no" && enable_shared=no
12612
12613 # On AIX, shared libraries and static libraries use the same namespace, and
12614 # are all built from PIC.
12615 case $host_os in
12616 aix3*)
12617 test "$enable_shared" = yes && enable_static=no
12618 if test -n "$RANLIB"; then
12619 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12620 postinstall_cmds='$RANLIB $lib'
12621 fi
12622 ;;
12623
12624 aix[4-9]*)
12625 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12626 test "$enable_shared" = yes && enable_static=no
12627 fi
12628 ;;
12629 esac
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12631$as_echo "$enable_shared" >&6; }
12632
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12634$as_echo_n "checking whether to build static libraries... " >&6; }
12635 # Make sure either enable_shared or enable_static is yes.
12636 test "$enable_shared" = yes || enable_static=yes
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12638$as_echo "$enable_static" >&6; }
12639
12640
12641
12642
12643fi
12644ac_ext=c
12645ac_cpp='$CPP $CPPFLAGS'
12646ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12647ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12648ac_compiler_gnu=$ac_cv_c_compiler_gnu
12649
12650CC="$lt_save_CC"
12651
12652
12653
12654
12655
12656
12657
12658
12659
8929c18c 12660
8929c18c 12661
8929c18c 12662
8929c18c 12663
6bb11ab3
L
12664 ac_config_commands="$ac_config_commands libtool"
12665
12666
12667
12668
12669# Only expand once:
12670
12671
5912fadd 12672
8929c18c 12673
f6bcefef
HPN
12674. ${srcdir}/../../bfd/configure.host
12675
12676
12677
31e6ad7d
MF
12678
12679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12680$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12681 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12682if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12683 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12684else
12685 USE_MAINTAINER_MODE=no
f6bcefef 12686fi
31e6ad7d
MF
12687
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12689$as_echo "$USE_MAINTAINER_MODE" >&6; }
12690 if test $USE_MAINTAINER_MODE = yes; then
12691 MAINTAINER_MODE_TRUE=
12692 MAINTAINER_MODE_FALSE='#'
f6bcefef 12693else
31e6ad7d
MF
12694 MAINTAINER_MODE_TRUE='#'
12695 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
12696fi
12697
31e6ad7d
MF
12698 MAINT=$MAINTAINER_MODE_TRUE
12699
12700
f6bcefef
HPN
12701
12702
81ecdfbb
RW
12703# Check whether --enable-sim-bswap was given.
12704if test "${enable_sim_bswap+set}" = set; then :
12705 enableval=$enable_sim_bswap; case "${enableval}" in
f6bcefef
HPN
12706 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12707 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12708 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
f6bcefef
HPN
12709esac
12710if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12711 echo "Setting bswap flags = $sim_bswap" 6>&1
12712fi
12713else
12714 sim_bswap=""
81ecdfbb
RW
12715fi
12716
f6bcefef
HPN
12717
12718
81ecdfbb
RW
12719# Check whether --enable-sim-cflags was given.
12720if test "${enable_sim_cflags+set}" = set; then :
12721 enableval=$enable_sim_cflags; case "${enableval}" in
f6bcefef 12722 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12723 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
f6bcefef
HPN
12724 no) sim_cflags="";;
12725 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12726esac
12727if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12728 echo "Setting sim cflags = $sim_cflags" 6>&1
12729fi
12730else
12731 sim_cflags=""
81ecdfbb
RW
12732fi
12733
f6bcefef
HPN
12734
12735
81ecdfbb
RW
12736# Check whether --enable-sim-debug was given.
12737if test "${enable_sim_debug+set}" = set; then :
12738 enableval=$enable_sim_debug; case "${enableval}" in
f6bcefef
HPN
12739 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12740 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12741 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12742esac
12743if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12744 echo "Setting sim debug = $sim_debug" 6>&1
12745fi
12746else
12747 sim_debug=""
81ecdfbb
RW
12748fi
12749
f6bcefef
HPN
12750
12751
81ecdfbb
RW
12752# Check whether --enable-sim-stdio was given.
12753if test "${enable_sim_stdio+set}" = set; then :
12754 enableval=$enable_sim_stdio; case "${enableval}" in
f6bcefef
HPN
12755 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12756 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12757 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
f6bcefef
HPN
12758esac
12759if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12760 echo "Setting stdio flags = $sim_stdio" 6>&1
12761fi
12762else
12763 sim_stdio=""
81ecdfbb
RW
12764fi
12765
f6bcefef
HPN
12766
12767
81ecdfbb
RW
12768# Check whether --enable-sim-trace was given.
12769if test "${enable_sim_trace+set}" = set; then :
12770 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12771 yes) sim_trace="-DWITH_TRACE=-1";;
12772 no) sim_trace="-DWITH_TRACE=0";;
f6bcefef 12773 [-0-9]*)
a3487082 12774 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12775 [[:lower:]]*)
f6bcefef
HPN
12776 sim_trace=""
12777 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12778 if test x"$sim_trace" = x; then
12779 sim_trace="-DWITH_TRACE='(TRACE_$x"
12780 else
12781 sim_trace="${sim_trace}|TRACE_$x"
12782 fi
12783 done
12784 sim_trace="$sim_trace)'" ;;
12785esac
12786if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12787 echo "Setting sim trace = $sim_trace" 6>&1
12788fi
12789else
12790 sim_trace=""
81ecdfbb 12791fi
f6bcefef
HPN
12792
12793
81ecdfbb
RW
12794
12795# Check whether --enable-sim-profile was given.
12796if test "${enable_sim_profile+set}" = set; then :
12797 enableval=$enable_sim_profile; case "${enableval}" in
f6bcefef
HPN
12798 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12799 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12800 [-0-9]*)
12801 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12802 [a-z]*)
12803 sim_profile=""
12804 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12805 if test x"$sim_profile" = x; then
12806 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12807 else
12808 sim_profile="${sim_profile}|PROFILE_$x"
12809 fi
12810 done
12811 sim_profile="$sim_profile)'" ;;
12812esac
12813if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12814 echo "Setting sim profile = $sim_profile" 6>&1
12815fi
12816else
12817 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 12818fi
f6bcefef
HPN
12819
12820
6efef468 12821
81ecdfbb
RW
12822
12823# Check whether --with-pkgversion was given.
12824if test "${with_pkgversion+set}" = set; then :
12825 withval=$with_pkgversion; case "$withval" in
12826 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12827 no) PKGVERSION= ;;
12828 *) PKGVERSION="($withval) " ;;
12829 esac
12830else
bf12d44e 12831 PKGVERSION="(SIM) "
6efef468 12832
81ecdfbb 12833fi
6efef468
JM
12834
12835
12836
12837
81ecdfbb
RW
12838
12839# Check whether --with-bugurl was given.
12840if test "${with_bugurl+set}" = set; then :
12841 withval=$with_bugurl; case "$withval" in
12842 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12843 no) BUGURL=
12844 ;;
12845 *) BUGURL="$withval"
12846 ;;
12847 esac
12848else
12849 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12850
81ecdfbb
RW
12851fi
12852
6efef468
JM
12853 case ${BUGURL} in
12854 "")
12855 REPORT_BUGS_TO=
12856 REPORT_BUGS_TEXI=
12857 ;;
12858 *)
12859 REPORT_BUGS_TO="<$BUGURL>"
12860 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12861 ;;
12862 esac;
12863
12864
12865
12866
12867cat >>confdefs.h <<_ACEOF
12868#define PKGVERSION "$PKGVERSION"
12869_ACEOF
12870
12871
12872cat >>confdefs.h <<_ACEOF
12873#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12874_ACEOF
12875
12876
81ecdfbb
RW
12877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12878$as_echo_n "checking return type of signal handlers... " >&6; }
12879if test "${ac_cv_type_signal+set}" = set; then :
12880 $as_echo_n "(cached) " >&6
f6bcefef 12881else
81ecdfbb 12882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12883/* end confdefs.h. */
12884#include <sys/types.h>
12885#include <signal.h>
f6bcefef
HPN
12886
12887int
12888main ()
12889{
81ecdfbb 12890return *(signal (0, 0)) (0) == 1;
f6bcefef
HPN
12891 ;
12892 return 0;
12893}
12894_ACEOF
81ecdfbb
RW
12895if ac_fn_c_try_compile "$LINENO"; then :
12896 ac_cv_type_signal=int
f6bcefef 12897else
81ecdfbb 12898 ac_cv_type_signal=void
f6bcefef 12899fi
81ecdfbb 12900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f6bcefef 12901fi
81ecdfbb
RW
12902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12903$as_echo "$ac_cv_type_signal" >&6; }
f6bcefef
HPN
12904
12905cat >>confdefs.h <<_ACEOF
12906#define RETSIGTYPE $ac_cv_type_signal
12907_ACEOF
12908
12909
12910
12911
12912
12913sim_link_files=
12914sim_link_links=
12915
f6bcefef
HPN
12916# targ-vals.def points to the libc macro description file.
12917case "${target}" in
12918*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12919esac
12920sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12921sim_link_links="${sim_link_links} targ-vals.def"
12922
12923
6ffe910a 12924
81ecdfbb
RW
12925# For dv-rv and rvdummy.
12926for ac_header in sys/socket.h sys/select.h limits.h sys/param.h
12927do :
12928 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12929ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12930eval as_val=\$$as_ac_Header
12931 if test "x$as_val" = x""yes; then :
aad3b3cb 12932 cat >>confdefs.h <<_ACEOF
81ecdfbb 12933#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aad3b3cb
HPN
12934_ACEOF
12935
12936fi
12937
12938done
12939
12940
f6bcefef
HPN
12941wire_alignment="NONSTRICT_ALIGNMENT"
12942default_alignment=""
12943
81ecdfbb
RW
12944# Check whether --enable-sim-alignment was given.
12945if test "${enable_sim_alignment+set}" = set; then :
12946 enableval=$enable_sim_alignment; case "${enableval}" in
f6bcefef
HPN
12947 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12948 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12949 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12950 yes) if test x"$wire_alignment" != x; then
12951 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12952 else
12953 if test x"$default_alignment" != x; then
12954 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12955 else
12956 echo "No hard-wired alignment for target $target" 1>&6
12957 sim_alignment="-DWITH_ALIGNMENT=0"
12958 fi
12959 fi;;
12960 no) if test x"$default_alignment" != x; then
12961 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12962 else
12963 if test x"$wire_alignment" != x; then
12964 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12965 else
12966 echo "No default alignment for target $target" 1>&6
12967 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12968 fi
12969 fi;;
81ecdfbb 12970 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
f6bcefef
HPN
12971esac
12972if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12973 echo "Setting alignment flags = $sim_alignment" 6>&1
12974fi
12975else
12976 if test x"$default_alignment" != x; then
12977 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12978else
12979 if test x"$wire_alignment" != x; then
12980 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12981 else
12982 sim_alignment=
12983 fi
12984fi
81ecdfbb 12985fi
f6bcefef 12986
81ecdfbb
RW
12987
12988# Check whether --enable-sim-hostendian was given.
12989if test "${enable_sim_hostendian+set}" = set; then :
12990 enableval=$enable_sim_hostendian; case "${enableval}" in
f6bcefef
HPN
12991 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
12992 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
12993 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
81ecdfbb 12994 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
f6bcefef
HPN
12995esac
12996if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
12997 echo "Setting hostendian flags = $sim_hostendian" 6>&1
12998fi
12999else
13000
13001if test "x$cross_compiling" = "xno"; then
81ecdfbb
RW
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13003$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13004if test "${ac_cv_c_bigendian+set}" = set; then :
13005 $as_echo_n "(cached) " >&6
13006else
13007 ac_cv_c_bigendian=unknown
13008 # See if we're dealing with a universal compiler.
13009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13010/* end confdefs.h. */
13011#ifndef __APPLE_CC__
13012 not a universal capable compiler
13013 #endif
13014 typedef int dummy;
13015
13016_ACEOF
13017if ac_fn_c_try_compile "$LINENO"; then :
13018
13019 # Check for potential -arch flags. It is not universal unless
13020 # there are at least two -arch flags with different values.
13021 ac_arch=
13022 ac_prev=
13023 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13024 if test -n "$ac_prev"; then
13025 case $ac_word in
13026 i?86 | x86_64 | ppc | ppc64)
13027 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13028 ac_arch=$ac_word
13029 else
13030 ac_cv_c_bigendian=universal
13031 break
13032 fi
13033 ;;
13034 esac
13035 ac_prev=
13036 elif test "x$ac_word" = "x-arch"; then
13037 ac_prev=arch
13038 fi
13039 done
13040fi
13041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13042 if test $ac_cv_c_bigendian = unknown; then
13043 # See if sys/param.h defines the BYTE_ORDER macro.
13044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
13045/* end confdefs.h. */
13046#include <sys/types.h>
81ecdfbb 13047 #include <sys/param.h>
f6bcefef
HPN
13048
13049int
13050main ()
13051{
81ecdfbb
RW
13052#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13053 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13054 && LITTLE_ENDIAN)
13055 bogus endian macros
13056 #endif
f6bcefef
HPN
13057
13058 ;
13059 return 0;
13060}
13061_ACEOF
81ecdfbb 13062if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef 13063 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 13064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
13065/* end confdefs.h. */
13066#include <sys/types.h>
81ecdfbb 13067 #include <sys/param.h>
f6bcefef
HPN
13068
13069int
13070main ()
13071{
13072#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
13073 not big endian
13074 #endif
f6bcefef
HPN
13075
13076 ;
13077 return 0;
13078}
13079_ACEOF
81ecdfbb 13080if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef
HPN
13081 ac_cv_c_bigendian=yes
13082else
81ecdfbb 13083 ac_cv_c_bigendian=no
f6bcefef 13084fi
81ecdfbb
RW
13085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13086fi
13087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13088 fi
13089 if test $ac_cv_c_bigendian = unknown; then
13090 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13092/* end confdefs.h. */
13093#include <limits.h>
f6bcefef 13094
81ecdfbb
RW
13095int
13096main ()
13097{
13098#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13099 bogus endian macros
13100 #endif
13101
13102 ;
13103 return 0;
13104}
f6bcefef 13105_ACEOF
81ecdfbb
RW
13106if ac_fn_c_try_compile "$LINENO"; then :
13107 # It does; now see whether it defined to _BIG_ENDIAN or not.
13108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef 13109/* end confdefs.h. */
81ecdfbb
RW
13110#include <limits.h>
13111
f6bcefef
HPN
13112int
13113main ()
13114{
81ecdfbb
RW
13115#ifndef _BIG_ENDIAN
13116 not big endian
13117 #endif
13118
f6bcefef
HPN
13119 ;
13120 return 0;
13121}
13122_ACEOF
81ecdfbb 13123if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef 13124 ac_cv_c_bigendian=yes
81ecdfbb
RW
13125else
13126 ac_cv_c_bigendian=no
f6bcefef 13127fi
81ecdfbb 13128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f6bcefef 13129fi
81ecdfbb
RW
13130rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13131 fi
13132 if test $ac_cv_c_bigendian = unknown; then
13133 # Compile a test program.
13134 if test "$cross_compiling" = yes; then :
13135 # Try to guess by grepping values from an object file.
13136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13137/* end confdefs.h. */
13138short int ascii_mm[] =
13139 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13140 short int ascii_ii[] =
13141 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13142 int use_ascii (int i) {
13143 return ascii_mm[i] + ascii_ii[i];
13144 }
13145 short int ebcdic_ii[] =
13146 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13147 short int ebcdic_mm[] =
13148 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13149 int use_ebcdic (int i) {
13150 return ebcdic_mm[i] + ebcdic_ii[i];
13151 }
13152 extern int foo;
f6bcefef 13153
81ecdfbb
RW
13154int
13155main ()
13156{
13157return use_ascii (foo) == use_ebcdic (foo);
13158 ;
13159 return 0;
13160}
f6bcefef 13161_ACEOF
81ecdfbb
RW
13162if ac_fn_c_try_compile "$LINENO"; then :
13163 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13164 ac_cv_c_bigendian=yes
13165 fi
13166 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13167 if test "$ac_cv_c_bigendian" = unknown; then
13168 ac_cv_c_bigendian=no
13169 else
13170 # finding both strings is unlikely to happen, but who knows?
13171 ac_cv_c_bigendian=unknown
13172 fi
13173 fi
13174fi
13175rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13176else
13177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef 13178/* end confdefs.h. */
81ecdfbb 13179$ac_includes_default
f6bcefef
HPN
13180int
13181main ()
13182{
81ecdfbb
RW
13183
13184 /* Are we little or big endian? From Harbison&Steele. */
13185 union
13186 {
13187 long int l;
13188 char c[sizeof (long int)];
13189 } u;
13190 u.l = 1;
13191 return u.c[sizeof (long int) - 1] == 1;
13192
13193 ;
13194 return 0;
f6bcefef
HPN
13195}
13196_ACEOF
81ecdfbb 13197if ac_fn_c_try_run "$LINENO"; then :
f6bcefef
HPN
13198 ac_cv_c_bigendian=no
13199else
81ecdfbb 13200 ac_cv_c_bigendian=yes
f6bcefef 13201fi
81ecdfbb
RW
13202rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13203 conftest.$ac_objext conftest.beam conftest.$ac_ext
f6bcefef 13204fi
81ecdfbb
RW
13205
13206 fi
f6bcefef 13207fi
81ecdfbb
RW
13208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13209$as_echo "$ac_cv_c_bigendian" >&6; }
13210 case $ac_cv_c_bigendian in #(
13211 yes)
13212 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13213;; #(
13214 no)
13215 ;; #(
13216 universal)
f6bcefef 13217
81ecdfbb
RW
13218$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13219
13220 ;; #(
13221 *)
13222 as_fn_error "unknown endianness
13223 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13224 esac
f6bcefef
HPN
13225
13226 if test $ac_cv_c_bigendian = yes; then
13227 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13228 else
13229 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13230 fi
13231else
13232 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13233fi
81ecdfbb
RW
13234fi
13235
f6bcefef
HPN
13236
13237default_sim_scache="16384"
81ecdfbb
RW
13238# Check whether --enable-sim-scache was given.
13239if test "${enable_sim_scache+set}" = set; then :
13240 enableval=$enable_sim_scache; case "${enableval}" in
f6bcefef
HPN
13241 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13242 no) sim_scache="-DWITH_SCACHE=0" ;;
13243 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
81ecdfbb 13244 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
f6bcefef
HPN
13245 sim_scache="";;
13246esac
13247if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13248 echo "Setting scache size = $sim_scache" 6>&1
13249fi
13250else
13251 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13252fi
13253
f6bcefef
HPN
13254
13255
2232061b
MF
13256# Check whether --enable-werror was given.
13257if test "${enable_werror+set}" = set; then :
13258 enableval=$enable_werror; case "${enableval}" in
13259 yes | y) ERROR_ON_WARNING="yes" ;;
13260 no | n) ERROR_ON_WARNING="no" ;;
13261 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13262 esac
13263fi
13264
13265
13266# Enable -Werror by default when using gcc
13267if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13268 ERROR_ON_WARNING=yes
aad3b3cb 13269fi
2232061b
MF
13270
13271WERROR_CFLAGS=""
13272if test "${ERROR_ON_WARNING}" = yes ; then
13273# NOTE: Disabled in the sim dir due to most sims generating warnings.
13274# WERROR_CFLAGS="-Werror"
13275 true
13276fi
13277
2232061b 13278build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13279-Wpointer-sign \
2232061b 13280-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13281-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13282-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13283-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13284
13285# Enable -Wno-format by default when using gcc on mingw since many
13286# GCC versions complain about %I64.
13287case "${host}" in
13288 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13289 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13290esac
13291
81ecdfbb
RW
13292# Check whether --enable-build-warnings was given.
13293if test "${enable_build_warnings+set}" = set; then :
13294 enableval=$enable_build_warnings; case "${enableval}" in
aad3b3cb
HPN
13295 yes) ;;
13296 no) build_warnings="-w";;
13297 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13298 build_warnings="${build_warnings} ${t}";;
13299 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13300 build_warnings="${t} ${build_warnings}";;
13301 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13302esac
13303if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13304 echo "Setting compiler warning flags = $build_warnings" 6>&1
13305fi
81ecdfbb
RW
13306fi
13307# Check whether --enable-sim-build-warnings was given.
13308if test "${enable_sim_build_warnings+set}" = set; then :
13309 enableval=$enable_sim_build_warnings; case "${enableval}" in
aad3b3cb
HPN
13310 yes) ;;
13311 no) build_warnings="-w";;
13312 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13313 build_warnings="${build_warnings} ${t}";;
13314 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13315 build_warnings="${t} ${build_warnings}";;
13316 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13317esac
13318if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13319 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13320fi
81ecdfbb
RW
13321fi
13322WARN_CFLAGS=""
aad3b3cb
HPN
13323if test "x${build_warnings}" != x -a "x$GCC" = xyes
13324then
81ecdfbb
RW
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13326$as_echo_n "checking compiler warning flags... " >&6; }
aad3b3cb
HPN
13327 # Separate out the -Werror flag as some files just cannot be
13328 # compiled with it enabled.
13329 for w in ${build_warnings}; do
13330 case $w in
13331 -Werr*) WERROR_CFLAGS=-Werror ;;
13332 *) # Check that GCC accepts it
13333 saved_CFLAGS="$CFLAGS"
13334 CFLAGS="$CFLAGS $w"
81ecdfbb 13335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
aad3b3cb
HPN
13336/* end confdefs.h. */
13337
13338int
13339main ()
13340{
13341
13342 ;
13343 return 0;
13344}
13345_ACEOF
81ecdfbb 13346if ac_fn_c_try_compile "$LINENO"; then :
aad3b3cb 13347 WARN_CFLAGS="${WARN_CFLAGS} $w"
aad3b3cb 13348fi
81ecdfbb 13349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
aad3b3cb
HPN
13350 CFLAGS="$saved_CFLAGS"
13351 esac
13352 done
2232061b
MF
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13354$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
aad3b3cb
HPN
13355fi
13356
13357
aad3b3cb 13358if test ""; then
6ffe910a 13359 hardware=""
aad3b3cb 13360else
6ffe910a 13361 hardware="cfi core pal glue"
aad3b3cb 13362fi
34cf5112 13363hardware="$hardware rv cris cris_900000xx"
1517bd27 13364
aad3b3cb
HPN
13365sim_hw_cflags="-DWITH_HW=1"
13366sim_hw="$hardware"
13367sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13368
81ecdfbb
RW
13369# Check whether --enable-sim-hardware was given.
13370if test "${enable_sim_hardware+set}" = set; then :
13371 enableval=$enable_sim_hardware;
30452bbe 13372else
34cf5112 13373 enable_sim_hardware="yes"
1517bd27
MF
13374fi
13375
13376case ${enable_sim_hardware} in
64dd13df
MF
13377 yes|no) ;;
13378 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13379 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13380 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
aad3b3cb 13381esac
1517bd27 13382
64dd13df 13383if test "$enable_sim_hardware" = no; then
aad3b3cb
HPN
13384 sim_hw_objs=
13385 sim_hw_cflags="-DWITH_HW=0"
13386 sim_hw=
13387else
13388 sim_hw_cflags="-DWITH_HW=1"
13389 # remove duplicates
13390 sim_hw=""
13391 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13392 for i in $hardware ; do
13393 case " $sim_hw " in
13394 *" $i "*) ;;
13395 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13396 esac
13397 done
1517bd27 13398 # mingw does not support sockser
1517bd27
MF
13399 case ${host} in
13400 *mingw*) ;;
49cd1634
MF
13401 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13402 # that you instatiate. Instead, other code will call into it directly.
13403 # At some point, we should convert it over.
13404 sim_hw_objs="$sim_hw_objs dv-sockser.o"
aad3b3cb 13405
1517bd27
MF
13406cat >>confdefs.h <<_ACEOF
13407#define HAVE_DV_SOCKSER 1
13408_ACEOF
81ecdfbb 13409
1517bd27
MF
13410 ;;
13411 esac
1517bd27
MF
13412 if test x"$silent" != x"yes"; then
13413 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13414 fi
13415 case " $hardware " in
13416 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b
MF
13417$as_echo_n "checking for log2 in -lm... " >&6; }
13418if test "${ac_cv_lib_m_log2+set}" = set; then :
13419 $as_echo_n "(cached) " >&6
13420else
13421 ac_check_lib_save_LIBS=$LIBS
13422LIBS="-lm $LIBS"
13423cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13424/* end confdefs.h. */
13425
13426/* Override any GCC internal prototype to avoid an error.
13427 Use char because int might match the return type of a GCC
13428 builtin and then its argument prototype would still apply. */
13429#ifdef __cplusplus
13430extern "C"
13431#endif
13432char log2 ();
13433int
13434main ()
13435{
13436return log2 ();
13437 ;
13438 return 0;
13439}
13440_ACEOF
13441if ac_fn_c_try_link "$LINENO"; then :
13442 ac_cv_lib_m_log2=yes
13443else
13444 ac_cv_lib_m_log2=no
13445fi
13446rm -f core conftest.err conftest.$ac_objext \
13447 conftest$ac_exeext conftest.$ac_ext
13448LIBS=$ac_check_lib_save_LIBS
13449fi
13450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13451$as_echo "$ac_cv_lib_m_log2" >&6; }
13452if test "x$ac_cv_lib_m_log2" = x""yes; then :
13453 cat >>confdefs.h <<_ACEOF
13454#define HAVE_LIBM 1
13455_ACEOF
13456
13457 LIBS="-lm $LIBS"
13458
13459fi
13460;;
1517bd27
MF
13461 esac
13462fi
4399a56b 13463
aad3b3cb 13464
f6bcefef
HPN
13465# The default model shouldn't matter as long as there's a BFD.
13466
13467default_sim_default_model="crisv32"
81ecdfbb
RW
13468# Check whether --enable-sim-default-model was given.
13469if test "${enable_sim_default_model+set}" = set; then :
13470 enableval=$enable_sim_default_model; case "${enableval}" in
13471 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
f6bcefef
HPN
13472 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13473esac
13474if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13475 echo "Setting default model = $sim_default_model" 6>&1
13476fi
13477else
13478 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 13479fi
f6bcefef
HPN
13480
13481
81ecdfbb
RW
13482
13483# Check whether --enable-sim-environment was given.
13484if test "${enable_sim_environment+set}" = set; then :
13485 enableval=$enable_sim_environment; case "${enableval}" in
f6bcefef
HPN
13486 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13487 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13488 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13489 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
81ecdfbb 13490 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
f6bcefef
HPN
13491 sim_environment="";;
13492esac
13493if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13494 echo "Setting sim environment = $sim_environment" 6>&1
13495fi
13496else
13497 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
81ecdfbb
RW
13498fi
13499
f6bcefef
HPN
13500
13501default_sim_inline=""
81ecdfbb
RW
13502# Check whether --enable-sim-inline was given.
13503if test "${enable_sim_inline+set}" = set; then :
13504 enableval=$enable_sim_inline; sim_inline=""
f6bcefef
HPN
13505case "$enableval" in
13506 no) sim_inline="-DDEFAULT_INLINE=0";;
13507 0) sim_inline="-DDEFAULT_INLINE=0";;
13508 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13509 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13510 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13511 new_flag=""
13512 case "$x" in
13513 *_INLINE=*) new_flag="-D$x";;
13514 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13515 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13516 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13517 esac
13518 if test x"$sim_inline" = x""; then
13519 sim_inline="$new_flag"
13520 else
13521 sim_inline="$sim_inline $new_flag"
13522 fi
13523 done;;
13524esac
13525if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13526 echo "Setting inline flags = $sim_inline" 6>&1
13527fi
13528else
13529
13530if test "x$cross_compiling" = "xno"; then
13531 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13532 sim_inline="${default_sim_inline}"
13533 if test x"$silent" != x"yes"; then
13534 echo "Setting inline flags = $sim_inline" 6>&1
13535 fi
13536 else
13537 sim_inline=""
13538 fi
13539else
13540 sim_inline="-DDEFAULT_INLINE=0"
13541fi
81ecdfbb
RW
13542fi
13543
f6bcefef
HPN
13544
13545cgen_maint=no
13546cgen=guile
13547cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13548# Check whether --enable-cgen-maint was given.
13549if test "${enable_cgen_maint+set}" = set; then :
13550 enableval=$enable_cgen_maint; case "${enableval}" in
f6bcefef
HPN
13551 yes) cgen_maint=yes ;;
13552 no) cgen_maint=no ;;
13553 *)
13554 # argument is cgen install directory (not implemented yet).
13555 # Having a `share' directory might be more appropriate for the .scm,
13556 # .cpu, etc. files.
13557 cgendir=${cgen_maint}/lib/cgen
13558 cgen=guile
13559 ;;
13560esac
81ecdfbb
RW
13561fi
13562if test x${cgen_maint} != xno ; then
f6bcefef
HPN
13563 CGEN_MAINT=''
13564else
13565 CGEN_MAINT='#'
13566fi
13567
13568
13569
13570
13571
13572
13573ac_sources="$sim_link_files"
13574ac_dests="$sim_link_links"
13575while test -n "$ac_sources"; do
13576 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13577 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13578 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13579done
81ecdfbb 13580ac_config_links="$ac_config_links $ac_config_links_1"
f6bcefef
HPN
13581
13582cgen_breaks=""
13583if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13584cgen_breaks="break cgen_rtx_error";
13585fi
13586
81ecdfbb 13587ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
f6bcefef 13588
81ecdfbb 13589ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
f6bcefef 13590
81ecdfbb 13591ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
f6bcefef 13592
81ecdfbb 13593ac_config_commands="$ac_config_commands Makefile"
f6bcefef 13594
81ecdfbb 13595ac_config_commands="$ac_config_commands stamp-h"
f6bcefef
HPN
13596
13597cat >confcache <<\_ACEOF
13598# This file is a shell script that caches the results of configure
13599# tests run on this system so they can be shared between configure
13600# scripts and configure runs, see configure's option --config-cache.
13601# It is not useful on other systems. If it contains results you don't
13602# want to keep, you may remove or edit it.
13603#
13604# config.status only pays attention to the cache file if you give it
13605# the --recheck option to rerun configure.
13606#
13607# `ac_cv_env_foo' variables (set or unset) will be overridden when
13608# loading this file, other *unset* `ac_cv_foo' will be assigned the
13609# following values.
13610
13611_ACEOF
13612
13613# The following way of writing the cache mishandles newlines in values,
13614# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13615# So, we kill variables containing newlines.
f6bcefef
HPN
13616# Ultrix sh set writes to stderr and can't be redirected directly,
13617# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13618(
13619 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13620 eval ac_val=\$$ac_var
13621 case $ac_val in #(
13622 *${as_nl}*)
13623 case $ac_var in #(
13624 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13625$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13626 esac
13627 case $ac_var in #(
13628 _ | IFS | as_nl) ;; #(
13629 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13630 *) { eval $ac_var=; unset $ac_var;} ;;
13631 esac ;;
13632 esac
13633 done
13634
f6bcefef 13635 (set) 2>&1 |
81ecdfbb
RW
13636 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13637 *${as_nl}ac_space=\ *)
13638 # `set' does not quote correctly, so add quotes: double-quote
13639 # substitution turns \\\\ into \\, and sed turns \\ into \.
f6bcefef
HPN
13640 sed -n \
13641 "s/'/'\\\\''/g;
13642 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13643 ;; #(
f6bcefef
HPN
13644 *)
13645 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13646 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
f6bcefef 13647 ;;
81ecdfbb
RW
13648 esac |
13649 sort
13650) |
f6bcefef 13651 sed '
81ecdfbb 13652 /^ac_cv_env_/b end
f6bcefef 13653 t clear
81ecdfbb 13654 :clear
f6bcefef
HPN
13655 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13656 t end
81ecdfbb
RW
13657 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13658 :end' >>confcache
13659if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13660 if test -w "$cache_file"; then
13661 test "x$cache_file" != "x/dev/null" &&
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13663$as_echo "$as_me: updating cache $cache_file" >&6;}
f6bcefef
HPN
13664 cat confcache >$cache_file
13665 else
81ecdfbb
RW
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13667$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
f6bcefef
HPN
13668 fi
13669fi
13670rm -f confcache
13671
13672test "x$prefix" = xNONE && prefix=$ac_default_prefix
13673# Let make expand exec_prefix.
13674test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13675
f6bcefef
HPN
13676DEFS=-DHAVE_CONFIG_H
13677
13678ac_libobjs=
13679ac_ltlibobjs=
13680for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13681 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13682 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13683 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13684 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13685 # will be set to the directory where LIBOBJS objects are built.
13686 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13687 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
f6bcefef
HPN
13688done
13689LIBOBJS=$ac_libobjs
13690
13691LTLIBOBJS=$ac_ltlibobjs
13692
13693
db2e4d67
MF
13694if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13695 as_fn_error "conditional \"GMAKE\" was never defined.
13696Usually this means the macro was only invoked conditionally." "$LINENO" 5
13697fi
6bb11ab3
L
13698if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13699 as_fn_error "conditional \"PLUGINS\" was never defined.
13700Usually this means the macro was only invoked conditionally." "$LINENO" 5
13701fi
31e6ad7d
MF
13702if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13703 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13704Usually this means the macro was only invoked conditionally." "$LINENO" 5
13705fi
f6bcefef 13706
81ecdfbb 13707
f6bcefef 13708: ${CONFIG_STATUS=./config.status}
81ecdfbb 13709ac_write_fail=0
f6bcefef
HPN
13710ac_clean_files_save=$ac_clean_files
13711ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13712{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13713$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13714as_write_fail=0
13715cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
f6bcefef
HPN
13716#! $SHELL
13717# Generated by $as_me.
13718# Run this file to recreate the current configuration.
13719# Compiler output produced by configure, useful for debugging
13720# configure, is in config.log if it exists.
13721
13722debug=false
13723ac_cs_recheck=false
13724ac_cs_silent=false
f6bcefef 13725
81ecdfbb
RW
13726SHELL=\${CONFIG_SHELL-$SHELL}
13727export SHELL
13728_ASEOF
13729cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13730## -------------------- ##
13731## M4sh Initialization. ##
13732## -------------------- ##
13733
13734# Be more Bourne compatible
13735DUALCASE=1; export DUALCASE # for MKS sh
13736if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
f6bcefef
HPN
13737 emulate sh
13738 NULLCMD=:
81ecdfbb 13739 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
f6bcefef
HPN
13740 # is contrary to our usage. Disable this feature.
13741 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13742 setopt NO_GLOB_SUBST
13743else
13744 case `(set -o) 2>/dev/null` in #(
13745 *posix*) :
13746 set -o posix ;; #(
13747 *) :
13748 ;;
13749esac
f6bcefef 13750fi
f6bcefef 13751
81ecdfbb
RW
13752
13753as_nl='
13754'
13755export as_nl
13756# Printing a long string crashes Solaris 7 /usr/bin/printf.
13757as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13758as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13759as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13760# Prefer a ksh shell builtin over an external printf program on Solaris,
13761# but without wasting forks for bash or zsh.
13762if test -z "$BASH_VERSION$ZSH_VERSION" \
13763 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13764 as_echo='print -r --'
13765 as_echo_n='print -rn --'
13766elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13767 as_echo='printf %s\n'
13768 as_echo_n='printf %s'
13769else
13770 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13771 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13772 as_echo_n='/usr/ucb/echo -n'
13773 else
13774 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13775 as_echo_n_body='eval
13776 arg=$1;
13777 case $arg in #(
13778 *"$as_nl"*)
13779 expr "X$arg" : "X\\(.*\\)$as_nl";
13780 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13781 esac;
13782 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13783 '
13784 export as_echo_n_body
13785 as_echo_n='sh -c $as_echo_n_body as_echo'
13786 fi
13787 export as_echo_body
13788 as_echo='sh -c $as_echo_body as_echo'
13789fi
13790
13791# The user is always right.
13792if test "${PATH_SEPARATOR+set}" != set; then
13793 PATH_SEPARATOR=:
13794 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13795 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13796 PATH_SEPARATOR=';'
13797 }
f6bcefef
HPN
13798fi
13799
13800
81ecdfbb
RW
13801# IFS
13802# We need space, tab and new line, in precisely that order. Quoting is
13803# there to prevent editors from complaining about space-tab.
13804# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13805# splitting by setting IFS to empty value.)
13806IFS=" "" $as_nl"
13807
13808# Find who we are. Look in the path if we contain no directory separator.
13809case $0 in #((
13810 *[\\/]* ) as_myself=$0 ;;
13811 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13812for as_dir in $PATH
13813do
13814 IFS=$as_save_IFS
13815 test -z "$as_dir" && as_dir=.
13816 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13817 done
13818IFS=$as_save_IFS
13819
13820 ;;
13821esac
13822# We did not find ourselves, most probably we were run as `sh COMMAND'
13823# in which case we are not to be found in the path.
13824if test "x$as_myself" = x; then
13825 as_myself=$0
13826fi
13827if test ! -f "$as_myself"; then
13828 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13829 exit 1
13830fi
13831
13832# Unset variables that we do not need and which cause bugs (e.g. in
13833# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13834# suppresses any "Segmentation fault" message there. '((' could
13835# trigger a bug in pdksh 5.2.14.
13836for as_var in BASH_ENV ENV MAIL MAILPATH
13837do eval test x\${$as_var+set} = xset \
13838 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13839done
f6bcefef
HPN
13840PS1='$ '
13841PS2='> '
13842PS4='+ '
13843
13844# NLS nuisances.
81ecdfbb
RW
13845LC_ALL=C
13846export LC_ALL
13847LANGUAGE=C
13848export LANGUAGE
13849
13850# CDPATH.
13851(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13852
13853
13854# as_fn_error ERROR [LINENO LOG_FD]
13855# ---------------------------------
13856# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13857# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13858# script with status $?, using 1 if that was 0.
13859as_fn_error ()
13860{
13861 as_status=$?; test $as_status -eq 0 && as_status=1
13862 if test "$3"; then
13863 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13864 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
f6bcefef 13865 fi
81ecdfbb
RW
13866 $as_echo "$as_me: error: $1" >&2
13867 as_fn_exit $as_status
13868} # as_fn_error
13869
13870
13871# as_fn_set_status STATUS
13872# -----------------------
13873# Set $? to STATUS, without forking.
13874as_fn_set_status ()
13875{
13876 return $1
13877} # as_fn_set_status
13878
13879# as_fn_exit STATUS
13880# -----------------
13881# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13882as_fn_exit ()
13883{
13884 set +e
13885 as_fn_set_status $1
13886 exit $1
13887} # as_fn_exit
13888
13889# as_fn_unset VAR
13890# ---------------
13891# Portably unset VAR.
13892as_fn_unset ()
13893{
13894 { eval $1=; unset $1;}
13895}
13896as_unset=as_fn_unset
13897# as_fn_append VAR VALUE
13898# ----------------------
13899# Append the text in VALUE to the end of the definition contained in VAR. Take
13900# advantage of any shell optimizations that allow amortized linear growth over
13901# repeated appends, instead of the typical quadratic growth present in naive
13902# implementations.
13903if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13904 eval 'as_fn_append ()
13905 {
13906 eval $1+=\$2
13907 }'
13908else
13909 as_fn_append ()
13910 {
13911 eval $1=\$$1\$2
13912 }
13913fi # as_fn_append
13914
13915# as_fn_arith ARG...
13916# ------------------
13917# Perform arithmetic evaluation on the ARGs, and store the result in the
13918# global $as_val. Take advantage of shells that can avoid forks. The arguments
13919# must be portable across $(()) and expr.
13920if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13921 eval 'as_fn_arith ()
13922 {
13923 as_val=$(( $* ))
13924 }'
13925else
13926 as_fn_arith ()
13927 {
13928 as_val=`expr "$@" || test $? -eq 1`
13929 }
13930fi # as_fn_arith
13931
f6bcefef 13932
81ecdfbb
RW
13933if expr a : '\(a\)' >/dev/null 2>&1 &&
13934 test "X`expr 00001 : '.*\(...\)'`" = X001; then
f6bcefef
HPN
13935 as_expr=expr
13936else
13937 as_expr=false
13938fi
13939
81ecdfbb 13940if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
f6bcefef
HPN
13941 as_basename=basename
13942else
13943 as_basename=false
13944fi
13945
81ecdfbb
RW
13946if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13947 as_dirname=dirname
13948else
13949 as_dirname=false
13950fi
f6bcefef 13951
81ecdfbb 13952as_me=`$as_basename -- "$0" ||
f6bcefef
HPN
13953$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13954 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13955 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13956$as_echo X/"$0" |
13957 sed '/^.*\/\([^/][^/]*\)\/*$/{
13958 s//\1/
13959 q
13960 }
13961 /^X\/\(\/\/\)$/{
13962 s//\1/
13963 q
13964 }
13965 /^X\/\(\/\).*/{
13966 s//\1/
13967 q
13968 }
13969 s/.*/./; q'`
f6bcefef 13970
f6bcefef
HPN
13971# Avoid depending upon Character Ranges.
13972as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13973as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13974as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13975as_cr_digits='0123456789'
13976as_cr_alnum=$as_cr_Letters$as_cr_digits
13977
81ecdfbb
RW
13978ECHO_C= ECHO_N= ECHO_T=
13979case `echo -n x` in #(((((
13980-n*)
13981 case `echo 'xy\c'` in
13982 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13983 xy) ECHO_C='\c';;
13984 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13985 ECHO_T=' ';;
13986 esac;;
13987*)
13988 ECHO_N='-n';;
f6bcefef
HPN
13989esac
13990
81ecdfbb
RW
13991rm -f conf$$ conf$$.exe conf$$.file
13992if test -d conf$$.dir; then
13993 rm -f conf$$.dir/conf$$.file
f6bcefef 13994else
81ecdfbb
RW
13995 rm -f conf$$.dir
13996 mkdir conf$$.dir 2>/dev/null
f6bcefef 13997fi
81ecdfbb
RW
13998if (echo >conf$$.file) 2>/dev/null; then
13999 if ln -s conf$$.file conf$$ 2>/dev/null; then
f6bcefef 14000 as_ln_s='ln -s'
81ecdfbb
RW
14001 # ... but there are two gotchas:
14002 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14003 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14004 # In both cases, we have to default to `cp -p'.
14005 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14006 as_ln_s='cp -p'
14007 elif ln conf$$.file conf$$ 2>/dev/null; then
14008 as_ln_s=ln
14009 else
14010 as_ln_s='cp -p'
f6bcefef 14011 fi
f6bcefef
HPN
14012else
14013 as_ln_s='cp -p'
14014fi
81ecdfbb
RW
14015rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14016rmdir conf$$.dir 2>/dev/null
f6bcefef 14017
81ecdfbb
RW
14018
14019# as_fn_mkdir_p
14020# -------------
14021# Create "$as_dir" as a directory, including parents if necessary.
14022as_fn_mkdir_p ()
14023{
14024
14025 case $as_dir in #(
14026 -*) as_dir=./$as_dir;;
14027 esac
14028 test -d "$as_dir" || eval $as_mkdir_p || {
14029 as_dirs=
14030 while :; do
14031 case $as_dir in #(
14032 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14033 *) as_qdir=$as_dir;;
14034 esac
14035 as_dirs="'$as_qdir' $as_dirs"
14036 as_dir=`$as_dirname -- "$as_dir" ||
14037$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14038 X"$as_dir" : 'X\(//\)[^/]' \| \
14039 X"$as_dir" : 'X\(//\)$' \| \
14040 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14041$as_echo X"$as_dir" |
14042 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14043 s//\1/
14044 q
14045 }
14046 /^X\(\/\/\)[^/].*/{
14047 s//\1/
14048 q
14049 }
14050 /^X\(\/\/\)$/{
14051 s//\1/
14052 q
14053 }
14054 /^X\(\/\).*/{
14055 s//\1/
14056 q
14057 }
14058 s/.*/./; q'`
14059 test -d "$as_dir" && break
14060 done
14061 test -z "$as_dirs" || eval "mkdir $as_dirs"
14062 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14063
14064
14065} # as_fn_mkdir_p
f6bcefef 14066if mkdir -p . 2>/dev/null; then
81ecdfbb 14067 as_mkdir_p='mkdir -p "$as_dir"'
f6bcefef
HPN
14068else
14069 test -d ./-p && rmdir ./-p
14070 as_mkdir_p=false
14071fi
14072
81ecdfbb
RW
14073if test -x / >/dev/null 2>&1; then
14074 as_test_x='test -x'
14075else
14076 if ls -dL / >/dev/null 2>&1; then
14077 as_ls_L_option=L
14078 else
14079 as_ls_L_option=
14080 fi
14081 as_test_x='
14082 eval sh -c '\''
14083 if test -d "$1"; then
14084 test -d "$1/.";
14085 else
14086 case $1 in #(
14087 -*)set "./$1";;
14088 esac;
14089 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14090 ???[sx]*):;;*)false;;esac;fi
14091 '\'' sh
14092 '
14093fi
14094as_executable_p=$as_test_x
f6bcefef
HPN
14095
14096# Sed expression to map a string onto a valid CPP name.
14097as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14098
14099# Sed expression to map a string onto a valid variable name.
14100as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14101
14102
f6bcefef 14103exec 6>&1
81ecdfbb
RW
14104## ----------------------------------- ##
14105## Main body of $CONFIG_STATUS script. ##
14106## ----------------------------------- ##
14107_ASEOF
14108test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14109
14110cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14111# Save the log message, to keep $0 and so on meaningful, and to
f6bcefef 14112# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14113# values after options handling.
14114ac_log="
f6bcefef 14115This file was extended by $as_me, which was
81ecdfbb 14116generated by GNU Autoconf 2.64. Invocation command line was
f6bcefef
HPN
14117
14118 CONFIG_FILES = $CONFIG_FILES
14119 CONFIG_HEADERS = $CONFIG_HEADERS
14120 CONFIG_LINKS = $CONFIG_LINKS
14121 CONFIG_COMMANDS = $CONFIG_COMMANDS
14122 $ $0 $@
14123
81ecdfbb
RW
14124on `(hostname || uname -n) 2>/dev/null | sed 1q`
14125"
14126
f6bcefef
HPN
14127_ACEOF
14128
81ecdfbb
RW
14129case $ac_config_files in *"
14130"*) set x $ac_config_files; shift; ac_config_files=$*;;
14131esac
f6bcefef 14132
81ecdfbb
RW
14133case $ac_config_headers in *"
14134"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14135esac
f6bcefef 14136
f6bcefef 14137
81ecdfbb
RW
14138cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14139# Files that config.status was made for.
14140config_files="$ac_config_files"
14141config_headers="$ac_config_headers"
14142config_links="$ac_config_links"
14143config_commands="$ac_config_commands"
f6bcefef 14144
81ecdfbb 14145_ACEOF
f6bcefef 14146
81ecdfbb 14147cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f6bcefef 14148ac_cs_usage="\
81ecdfbb
RW
14149\`$as_me' instantiates files and other configuration actions
14150from templates according to the current configuration. Unless the files
14151and actions are specified as TAGs, all are instantiated by default.
f6bcefef 14152
81ecdfbb 14153Usage: $0 [OPTION]... [TAG]...
f6bcefef
HPN
14154
14155 -h, --help print this help, then exit
81ecdfbb
RW
14156 -V, --version print version number and configuration settings, then exit
14157 -q, --quiet, --silent
14158 do not print progress messages
f6bcefef
HPN
14159 -d, --debug don't remove temporary files
14160 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14161 --file=FILE[:TEMPLATE]
14162 instantiate the configuration file FILE
14163 --header=FILE[:TEMPLATE]
14164 instantiate the configuration header FILE
f6bcefef
HPN
14165
14166Configuration files:
14167$config_files
14168
14169Configuration headers:
14170$config_headers
14171
14172Configuration links:
14173$config_links
14174
14175Configuration commands:
14176$config_commands
14177
81ecdfbb 14178Report bugs to the package provider."
f6bcefef 14179
81ecdfbb
RW
14180_ACEOF
14181cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f6bcefef
HPN
14182ac_cs_version="\\
14183config.status
81ecdfbb
RW
14184configured by $0, generated by GNU Autoconf 2.64,
14185 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
f6bcefef 14186
81ecdfbb 14187Copyright (C) 2009 Free Software Foundation, Inc.
f6bcefef
HPN
14188This config.status script is free software; the Free Software Foundation
14189gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14190
14191ac_pwd='$ac_pwd'
14192srcdir='$srcdir'
14193INSTALL='$INSTALL'
6bb11ab3 14194AWK='$AWK'
81ecdfbb 14195test -n "\$AWK" || AWK=awk
f6bcefef
HPN
14196_ACEOF
14197
81ecdfbb
RW
14198cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14199# The default lists apply if the user does not specify any file.
f6bcefef
HPN
14200ac_need_defaults=:
14201while test $# != 0
14202do
14203 case $1 in
14204 --*=*)
81ecdfbb
RW
14205 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14206 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
f6bcefef
HPN
14207 ac_shift=:
14208 ;;
81ecdfbb 14209 *)
f6bcefef
HPN
14210 ac_option=$1
14211 ac_optarg=$2
14212 ac_shift=shift
14213 ;;
f6bcefef
HPN
14214 esac
14215
14216 case $ac_option in
14217 # Handling of the options.
f6bcefef
HPN
14218 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14219 ac_cs_recheck=: ;;
81ecdfbb
RW
14220 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14221 $as_echo "$ac_cs_version"; exit ;;
14222 --debug | --debu | --deb | --de | --d | -d )
f6bcefef
HPN
14223 debug=: ;;
14224 --file | --fil | --fi | --f )
14225 $ac_shift
81ecdfbb
RW
14226 case $ac_optarg in
14227 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14228 esac
14229 as_fn_append CONFIG_FILES " '$ac_optarg'"
f6bcefef
HPN
14230 ac_need_defaults=false;;
14231 --header | --heade | --head | --hea )
14232 $ac_shift
81ecdfbb
RW
14233 case $ac_optarg in
14234 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14235 esac
14236 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
f6bcefef 14237 ac_need_defaults=false;;
81ecdfbb
RW
14238 --he | --h)
14239 # Conflict between --help and --header
14240 as_fn_error "ambiguous option: \`$1'
14241Try \`$0 --help' for more information.";;
14242 --help | --hel | -h )
14243 $as_echo "$ac_cs_usage"; exit ;;
f6bcefef
HPN
14244 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14245 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14246 ac_cs_silent=: ;;
14247
14248 # This is an error.
81ecdfbb
RW
14249 -*) as_fn_error "unrecognized option: \`$1'
14250Try \`$0 --help' for more information." ;;
f6bcefef 14251
81ecdfbb
RW
14252 *) as_fn_append ac_config_targets " $1"
14253 ac_need_defaults=false ;;
f6bcefef
HPN
14254
14255 esac
14256 shift
14257done
14258
14259ac_configure_extra_args=
14260
14261if $ac_cs_silent; then
14262 exec 6>/dev/null
14263 ac_configure_extra_args="$ac_configure_extra_args --silent"
14264fi
14265
14266_ACEOF
81ecdfbb 14267cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f6bcefef 14268if \$ac_cs_recheck; then
81ecdfbb
RW
14269 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14270 shift
14271 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14272 CONFIG_SHELL='$SHELL'
14273 export CONFIG_SHELL
14274 exec "\$@"
f6bcefef
HPN
14275fi
14276
14277_ACEOF
81ecdfbb
RW
14278cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14279exec 5>>config.log
14280{
14281 echo
14282 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14283## Running $as_me. ##
14284_ASBOX
14285 $as_echo "$ac_log"
14286} >&5
f6bcefef 14287
81ecdfbb
RW
14288_ACEOF
14289cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14290#
14291# INIT-COMMANDS
14292#
14293ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14294
6bb11ab3
L
14295
14296# The HP-UX ksh and POSIX shell print the target directory to stdout
14297# if CDPATH is set.
14298(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14299
14300sed_quote_subst='$sed_quote_subst'
14301double_quote_subst='$double_quote_subst'
14302delay_variable_subst='$delay_variable_subst'
14303macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14304macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14305enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14306enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14307pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14308enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14309SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14310ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14311host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14312host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14313host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14314build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14315build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14316build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14317SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14318Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14319GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14320EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14321FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14322LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14323NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14324LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14325max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14326ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14327exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14328lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14329lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14330lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14331reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14332reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14333OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14334deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14335file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14336AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14337AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14338STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14339RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14340old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14341old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14342old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14343lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14344CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14345CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14346compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14347GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14348lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14349lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14350lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14351lt_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"`'
14352objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14353MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14354lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14355lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14356lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14357lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14358lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14359need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14360DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14361NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14362LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14363OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14364OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14365libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14366shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14367extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14368archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14369enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14370export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14371whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14372compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14373old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14374old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14375archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14376archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14377module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14378module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14379with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14380allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14381no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14382hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14383hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14384hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14385hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14386hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14387hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14388hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14389hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14390inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14391link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14392fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14393always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14394export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14395exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14396include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14397prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14398file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14399variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14400need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14401need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14402version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14403runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14404shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14405shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14406libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14407library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14408soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14409install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14410postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14411postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14412finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14413finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14414hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14415sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14416sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14417hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14418enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14419enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14420enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14421old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14422striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14423
14424LTCC='$LTCC'
14425LTCFLAGS='$LTCFLAGS'
14426compiler='$compiler_DEFAULT'
14427
14428# A function that is used when there is no print builtin or printf.
14429func_fallback_echo ()
14430{
14431 eval 'cat <<_LTECHO_EOF
14432\$1
14433_LTECHO_EOF'
14434}
14435
14436# Quote evaled strings.
14437for var in SHELL \
14438ECHO \
14439SED \
14440GREP \
14441EGREP \
14442FGREP \
14443LD \
14444NM \
14445LN_S \
14446lt_SP2NL \
14447lt_NL2SP \
14448reload_flag \
14449OBJDUMP \
14450deplibs_check_method \
14451file_magic_cmd \
14452AR \
14453AR_FLAGS \
14454STRIP \
14455RANLIB \
14456CC \
14457CFLAGS \
14458compiler \
14459lt_cv_sys_global_symbol_pipe \
14460lt_cv_sys_global_symbol_to_cdecl \
14461lt_cv_sys_global_symbol_to_c_name_address \
14462lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14463lt_prog_compiler_no_builtin_flag \
14464lt_prog_compiler_wl \
14465lt_prog_compiler_pic \
14466lt_prog_compiler_static \
14467lt_cv_prog_compiler_c_o \
14468need_locks \
14469DSYMUTIL \
14470NMEDIT \
14471LIPO \
14472OTOOL \
14473OTOOL64 \
14474shrext_cmds \
14475export_dynamic_flag_spec \
14476whole_archive_flag_spec \
14477compiler_needs_object \
14478with_gnu_ld \
14479allow_undefined_flag \
14480no_undefined_flag \
14481hardcode_libdir_flag_spec \
14482hardcode_libdir_flag_spec_ld \
14483hardcode_libdir_separator \
14484fix_srcfile_path \
14485exclude_expsyms \
14486include_expsyms \
14487file_list_spec \
14488variables_saved_for_relink \
14489libname_spec \
14490library_names_spec \
14491soname_spec \
14492install_override_mode \
14493finish_eval \
14494old_striplib \
14495striplib; do
14496 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14497 *[\\\\\\\`\\"\\\$]*)
14498 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14499 ;;
14500 *)
14501 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14502 ;;
14503 esac
14504done
14505
14506# Double-quote double-evaled strings.
14507for var in reload_cmds \
14508old_postinstall_cmds \
14509old_postuninstall_cmds \
14510old_archive_cmds \
14511extract_expsyms_cmds \
14512old_archive_from_new_cmds \
14513old_archive_from_expsyms_cmds \
14514archive_cmds \
14515archive_expsym_cmds \
14516module_cmds \
14517module_expsym_cmds \
14518export_symbols_cmds \
14519prelink_cmds \
14520postinstall_cmds \
14521postuninstall_cmds \
14522finish_cmds \
14523sys_lib_search_path_spec \
14524sys_lib_dlsearch_path_spec; do
14525 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14526 *[\\\\\\\`\\"\\\$]*)
14527 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14528 ;;
14529 *)
14530 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14531 ;;
14532 esac
14533done
14534
14535ac_aux_dir='$ac_aux_dir'
14536xsi_shell='$xsi_shell'
14537lt_shell_append='$lt_shell_append'
14538
14539# See if we are running on zsh, and set the options which allow our
14540# commands through without removal of \ escapes INIT.
14541if test -n "\${ZSH_VERSION+set}" ; then
14542 setopt NO_GLOB_SUBST
14543fi
14544
14545
14546 PACKAGE='$PACKAGE'
14547 VERSION='$VERSION'
14548 TIMESTAMP='$TIMESTAMP'
14549 RM='$RM'
14550 ofile='$ofile'
14551
14552
14553
14554
81ecdfbb 14555_ACEOF
f6bcefef 14556
81ecdfbb 14557cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f6bcefef 14558
81ecdfbb 14559# Handling of arguments.
f6bcefef
HPN
14560for ac_config_target in $ac_config_targets
14561do
81ecdfbb
RW
14562 case $ac_config_target in
14563 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14564 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14565 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14566 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14567 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14568 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14569 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14570 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14571 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14572
14573 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
f6bcefef
HPN
14574 esac
14575done
14576
81ecdfbb 14577
f6bcefef
HPN
14578# If the user did not use the arguments to specify the items to instantiate,
14579# then the envvar interface is used. Set only those that are not.
14580# We use the long form for the default assignment because of an extremely
14581# bizarre bug on SunOS 4.1.3.
14582if $ac_need_defaults; then
14583 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14584 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14585 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14586 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14587fi
14588
14589# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14590# simply because there is no reason against having it here, and in addition,
f6bcefef 14591# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14592# Hook for its removal unless debugging.
14593# Note that there is a small window in which the directory will not be cleaned:
14594# after its creation but before its name has been assigned to `$tmp'.
f6bcefef
HPN
14595$debug ||
14596{
81ecdfbb
RW
14597 tmp=
14598 trap 'exit_status=$?
14599 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14600' 0
14601 trap 'as_fn_exit 1' 1 2 13 15
f6bcefef 14602}
f6bcefef
HPN
14603# Create a (secure) tmp directory for tmp files.
14604
14605{
81ecdfbb 14606 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
f6bcefef
HPN
14607 test -n "$tmp" && test -d "$tmp"
14608} ||
14609{
81ecdfbb
RW
14610 tmp=./conf$$-$RANDOM
14611 (umask 077 && mkdir "$tmp")
14612} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
f6bcefef 14613
81ecdfbb
RW
14614# Set up the scripts for CONFIG_FILES section.
14615# No need to generate them if there are no CONFIG_FILES.
14616# This happens for instance with `./config.status config.h'.
14617if test -n "$CONFIG_FILES"; then
f6bcefef 14618
f6bcefef 14619
81ecdfbb
RW
14620ac_cr=`echo X | tr X '\015'`
14621# On cygwin, bash can eat \r inside `` if the user requested igncr.
14622# But we know of no other shell where ac_cr would be empty at this
14623# point, so we can use a bashism as a fallback.
14624if test "x$ac_cr" = x; then
14625 eval ac_cr=\$\'\\r\'
14626fi
14627ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14628if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14629 ac_cs_awk_cr='\r'
14630else
14631 ac_cs_awk_cr=$ac_cr
14632fi
f6bcefef 14633
81ecdfbb 14634echo 'BEGIN {' >"$tmp/subs1.awk" &&
f6bcefef
HPN
14635_ACEOF
14636
f6bcefef 14637
81ecdfbb
RW
14638{
14639 echo "cat >conf$$subs.awk <<_ACEOF" &&
14640 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14641 echo "_ACEOF"
14642} >conf$$subs.sh ||
14643 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14644ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14645ac_delim='%!_!# '
14646for ac_last_try in false false false false false :; do
14647 . ./conf$$subs.sh ||
14648 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14649
14650 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14651 if test $ac_delim_n = $ac_delim_num; then
14652 break
14653 elif $ac_last_try; then
14654 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
f6bcefef 14655 else
81ecdfbb
RW
14656 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14657 fi
14658done
14659rm -f conf$$subs.sh
14660
14661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14662cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14663_ACEOF
14664sed -n '
14665h
14666s/^/S["/; s/!.*/"]=/
14667p
14668g
14669s/^[^!]*!//
14670:repl
14671t repl
14672s/'"$ac_delim"'$//
14673t delim
14674:nl
14675h
14676s/\(.\{148\}\).*/\1/
14677t more1
14678s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14679p
14680n
14681b repl
14682:more1
14683s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14684p
14685g
14686s/.\{148\}//
14687t nl
14688:delim
14689h
14690s/\(.\{148\}\).*/\1/
14691t more2
14692s/["\\]/\\&/g; s/^/"/; s/$/"/
14693p
14694b
14695:more2
14696s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14697p
14698g
14699s/.\{148\}//
14700t delim
14701' <conf$$subs.awk | sed '
14702/^[^""]/{
14703 N
14704 s/\n//
14705}
14706' >>$CONFIG_STATUS || ac_write_fail=1
14707rm -f conf$$subs.awk
14708cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14709_ACAWK
14710cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14711 for (key in S) S_is_set[key] = 1
14712 FS = "\a"
f6bcefef 14713
81ecdfbb
RW
14714}
14715{
14716 line = $ 0
14717 nfields = split(line, field, "@")
14718 substed = 0
14719 len = length(field[1])
14720 for (i = 2; i < nfields; i++) {
14721 key = field[i]
14722 keylen = length(key)
14723 if (S_is_set[key]) {
14724 value = S[key]
14725 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14726 len += length(value) + length(field[++i])
14727 substed = 1
14728 } else
14729 len += 1 + keylen
14730 }
14731
14732 print line
14733}
f6bcefef 14734
81ecdfbb
RW
14735_ACAWK
14736_ACEOF
14737cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14738if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14739 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
f6bcefef 14740else
81ecdfbb
RW
14741 cat
14742fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14743 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14744_ACEOF
f6bcefef 14745
81ecdfbb
RW
14746# VPATH may cause trouble with some makes, so we remove $(srcdir),
14747# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14748# trailing colons and then remove the whole line if VPATH becomes empty
14749# (actually we leave an empty line to preserve line numbers).
14750if test "x$srcdir" = x.; then
14751 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14752s/:*\$(srcdir):*/:/
14753s/:*\${srcdir}:*/:/
14754s/:*@srcdir@:*/:/
14755s/^\([^=]*=[ ]*\):*/\1/
14756s/:*$//
14757s/^[^=]*=[ ]*$//
14758}'
14759fi
f6bcefef 14760
81ecdfbb
RW
14761cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14762fi # test -n "$CONFIG_FILES"
f6bcefef 14763
81ecdfbb
RW
14764# Set up the scripts for CONFIG_HEADERS section.
14765# No need to generate them if there are no CONFIG_HEADERS.
14766# This happens for instance with `./config.status Makefile'.
14767if test -n "$CONFIG_HEADERS"; then
14768cat >"$tmp/defines.awk" <<\_ACAWK ||
14769BEGIN {
14770_ACEOF
f6bcefef 14771
81ecdfbb
RW
14772# Transform confdefs.h into an awk script `defines.awk', embedded as
14773# here-document in config.status, that substitutes the proper values into
14774# config.h.in to produce config.h.
f6bcefef 14775
81ecdfbb
RW
14776# Create a delimiter string that does not exist in confdefs.h, to ease
14777# handling of long lines.
14778ac_delim='%!_!# '
14779for ac_last_try in false false :; do
14780 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14781 if test -z "$ac_t"; then
14782 break
14783 elif $ac_last_try; then
14784 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
f6bcefef 14785 else
81ecdfbb 14786 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
f6bcefef 14787 fi
f6bcefef 14788done
81ecdfbb
RW
14789
14790# For the awk script, D is an array of macro values keyed by name,
14791# likewise P contains macro parameters if any. Preserve backslash
14792# newline sequences.
14793
14794ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14795sed -n '
14796s/.\{148\}/&'"$ac_delim"'/g
14797t rset
14798:rset
14799s/^[ ]*#[ ]*define[ ][ ]*/ /
14800t def
14801d
14802:def
14803s/\\$//
14804t bsnl
14805s/["\\]/\\&/g
14806s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14807D["\1"]=" \3"/p
14808s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14809d
14810:bsnl
14811s/["\\]/\\&/g
14812s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14813D["\1"]=" \3\\\\\\n"\\/p
14814t cont
14815s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14816t cont
14817d
14818:cont
14819n
14820s/.\{148\}/&'"$ac_delim"'/g
14821t clear
14822:clear
14823s/\\$//
14824t bsnlc
14825s/["\\]/\\&/g; s/^/"/; s/$/"/p
14826d
14827:bsnlc
14828s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14829b cont
14830' <confdefs.h | sed '
14831s/'"$ac_delim"'/"\\\
14832"/g' >>$CONFIG_STATUS || ac_write_fail=1
14833
14834cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14835 for (key in D) D_is_set[key] = 1
14836 FS = "\a"
14837}
14838/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14839 line = \$ 0
14840 split(line, arg, " ")
14841 if (arg[1] == "#") {
14842 defundef = arg[2]
14843 mac1 = arg[3]
14844 } else {
14845 defundef = substr(arg[1], 2)
14846 mac1 = arg[2]
14847 }
14848 split(mac1, mac2, "(") #)
14849 macro = mac2[1]
14850 prefix = substr(line, 1, index(line, defundef) - 1)
14851 if (D_is_set[macro]) {
14852 # Preserve the white space surrounding the "#".
14853 print prefix "define", macro P[macro] D[macro]
14854 next
14855 } else {
14856 # Replace #undef with comments. This is necessary, for example,
14857 # in the case of _POSIX_SOURCE, which is predefined and required
14858 # on some systems where configure will not decide to define it.
14859 if (defundef == "undef") {
14860 print "/*", prefix defundef, macro, "*/"
14861 next
14862 }
14863 }
14864}
14865{ print }
14866_ACAWK
f6bcefef 14867_ACEOF
81ecdfbb
RW
14868cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14869 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14870fi # test -n "$CONFIG_HEADERS"
f6bcefef 14871
f6bcefef 14872
81ecdfbb
RW
14873eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14874shift
14875for ac_tag
14876do
14877 case $ac_tag in
14878 :[FHLC]) ac_mode=$ac_tag; continue;;
f6bcefef 14879 esac
81ecdfbb
RW
14880 case $ac_mode$ac_tag in
14881 :[FHL]*:*);;
14882 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14883 :[FH]-) ac_tag=-:-;;
14884 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14885 esac
14886 ac_save_IFS=$IFS
14887 IFS=:
14888 set x $ac_tag
14889 IFS=$ac_save_IFS
14890 shift
14891 ac_file=$1
14892 shift
f6bcefef 14893
81ecdfbb
RW
14894 case $ac_mode in
14895 :L) ac_source=$1;;
14896 :[FH])
14897 ac_file_inputs=
14898 for ac_f
14899 do
14900 case $ac_f in
14901 -) ac_f="$tmp/stdin";;
14902 *) # Look for the file first in the build tree, then in the source tree
14903 # (if the path is not absolute). The absolute path cannot be DOS-style,
14904 # because $ac_f cannot contain `:'.
14905 test -f "$ac_f" ||
14906 case $ac_f in
14907 [\\/$]*) false;;
14908 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14909 esac ||
14910 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
f6bcefef 14911 esac
81ecdfbb
RW
14912 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14913 as_fn_append ac_file_inputs " '$ac_f'"
14914 done
f6bcefef 14915
81ecdfbb
RW
14916 # Let's still pretend it is `configure' which instantiates (i.e., don't
14917 # use $as_me), people would be surprised to read:
14918 # /* config.h. Generated by config.status. */
14919 configure_input='Generated from '`
14920 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14921 `' by configure.'
14922 if test x"$ac_file" != x-; then
14923 configure_input="$ac_file. $configure_input"
14924 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14925$as_echo "$as_me: creating $ac_file" >&6;}
14926 fi
14927 # Neutralize special characters interpreted by sed in replacement strings.
14928 case $configure_input in #(
14929 *\&* | *\|* | *\\* )
14930 ac_sed_conf_input=`$as_echo "$configure_input" |
14931 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14932 *) ac_sed_conf_input=$configure_input;;
14933 esac
f6bcefef 14934
81ecdfbb
RW
14935 case $ac_tag in
14936 *:-:* | *:-) cat >"$tmp/stdin" \
14937 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14938 esac
14939 ;;
14940 esac
f6bcefef 14941
81ecdfbb 14942 ac_dir=`$as_dirname -- "$ac_file" ||
f6bcefef
HPN
14943$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14944 X"$ac_file" : 'X\(//\)[^/]' \| \
14945 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14946 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14947$as_echo X"$ac_file" |
14948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14949 s//\1/
14950 q
14951 }
14952 /^X\(\/\/\)[^/].*/{
14953 s//\1/
14954 q
14955 }
14956 /^X\(\/\/\)$/{
14957 s//\1/
14958 q
14959 }
14960 /^X\(\/\).*/{
14961 s//\1/
14962 q
14963 }
14964 s/.*/./; q'`
14965 as_dir="$ac_dir"; as_fn_mkdir_p
f6bcefef
HPN
14966 ac_builddir=.
14967
81ecdfbb
RW
14968case "$ac_dir" in
14969.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14970*)
14971 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14972 # A ".." for each directory in $ac_dir_suffix.
14973 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14974 case $ac_top_builddir_sub in
14975 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14976 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14977 esac ;;
14978esac
14979ac_abs_top_builddir=$ac_pwd
14980ac_abs_builddir=$ac_pwd$ac_dir_suffix
14981# for backward compatibility:
14982ac_top_builddir=$ac_top_build_prefix
f6bcefef
HPN
14983
14984case $srcdir in
81ecdfbb 14985 .) # We are building in place.
f6bcefef 14986 ac_srcdir=.
81ecdfbb
RW
14987 ac_top_srcdir=$ac_top_builddir_sub
14988 ac_abs_top_srcdir=$ac_pwd ;;
14989 [\\/]* | ?:[\\/]* ) # Absolute name.
f6bcefef 14990 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14991 ac_top_srcdir=$srcdir
14992 ac_abs_top_srcdir=$srcdir ;;
14993 *) # Relative name.
14994 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14995 ac_top_srcdir=$ac_top_build_prefix$srcdir
14996 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
f6bcefef 14997esac
81ecdfbb 14998ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
f6bcefef 14999
f6bcefef 15000
81ecdfbb
RW
15001 case $ac_mode in
15002 :F)
15003 #
15004 # CONFIG_FILE
15005 #
f6bcefef 15006
81ecdfbb
RW
15007 case $INSTALL in
15008 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15009 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
f6bcefef 15010 esac
81ecdfbb 15011_ACEOF
f6bcefef 15012
81ecdfbb
RW
15013cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15014# If the template does not know about datarootdir, expand it.
15015# FIXME: This hack should be removed a few years after 2.60.
15016ac_datarootdir_hack=; ac_datarootdir_seen=
15017ac_sed_dataroot='
15018/datarootdir/ {
15019 p
15020 q
15021}
15022/@datadir@/p
15023/@docdir@/p
15024/@infodir@/p
15025/@localedir@/p
15026/@mandir@/p'
15027case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15028*datarootdir*) ac_datarootdir_seen=yes;;
15029*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15031$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15032_ACEOF
15033cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15034 ac_datarootdir_hack='
15035 s&@datadir@&$datadir&g
15036 s&@docdir@&$docdir&g
15037 s&@infodir@&$infodir&g
15038 s&@localedir@&$localedir&g
15039 s&@mandir@&$mandir&g
15040 s&\\\${datarootdir}&$datarootdir&g' ;;
15041esac
f6bcefef 15042_ACEOF
f6bcefef 15043
81ecdfbb
RW
15044# Neutralize VPATH when `$srcdir' = `.'.
15045# Shell code in configure.ac might set extrasub.
15046# FIXME: do we really want to maintain this feature?
15047cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15048ac_sed_extra="$ac_vpsub
15049$extrasub
15050_ACEOF
15051cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15052:t
15053/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15054s|@configure_input@|$ac_sed_conf_input|;t t
15055s&@top_builddir@&$ac_top_builddir_sub&;t t
15056s&@top_build_prefix@&$ac_top_build_prefix&;t t
15057s&@srcdir@&$ac_srcdir&;t t
15058s&@abs_srcdir@&$ac_abs_srcdir&;t t
15059s&@top_srcdir@&$ac_top_srcdir&;t t
15060s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15061s&@builddir@&$ac_builddir&;t t
15062s&@abs_builddir@&$ac_abs_builddir&;t t
15063s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15064s&@INSTALL@&$ac_INSTALL&;t t
15065$ac_datarootdir_hack
15066"
15067eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15068 || as_fn_error "could not create $ac_file" "$LINENO" 5
15069
15070test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15071 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15072 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15074which seems to be undefined. Please make sure it is defined." >&5
15075$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15076which seems to be undefined. Please make sure it is defined." >&2;}
15077
15078 rm -f "$tmp/stdin"
15079 case $ac_file in
15080 -) cat "$tmp/out" && rm -f "$tmp/out";;
15081 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15082 esac \
15083 || as_fn_error "could not create $ac_file" "$LINENO" 5
15084 ;;
15085 :H)
15086 #
15087 # CONFIG_HEADER
15088 #
15089 if test x"$ac_file" != x-; then
15090 {
15091 $as_echo "/* $configure_input */" \
15092 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15093 } >"$tmp/config.h" \
15094 || as_fn_error "could not create $ac_file" "$LINENO" 5
15095 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15097$as_echo "$as_me: $ac_file is unchanged" >&6;}
15098 else
15099 rm -f "$ac_file"
15100 mv "$tmp/config.h" "$ac_file" \
15101 || as_fn_error "could not create $ac_file" "$LINENO" 5
15102 fi
f6bcefef 15103 else
81ecdfbb
RW
15104 $as_echo "/* $configure_input */" \
15105 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15106 || as_fn_error "could not create -" "$LINENO" 5
15107 fi
15108 ;;
15109 :L)
15110 #
15111 # CONFIG_LINK
15112 #
f6bcefef 15113
81ecdfbb
RW
15114 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15115 :
15116 else
15117 # Prefer the file from the source tree if names are identical.
15118 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15119 ac_source=$srcdir/$ac_source
15120 fi
f6bcefef 15121
81ecdfbb
RW
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15123$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
f6bcefef 15124
81ecdfbb
RW
15125 if test ! -r "$ac_source"; then
15126 as_fn_error "$ac_source: file not found" "$LINENO" 5
15127 fi
15128 rm -f "$ac_file"
f6bcefef 15129
81ecdfbb
RW
15130 # Try a relative symlink, then a hard link, then a copy.
15131 case $srcdir in
15132 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15133 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15134 esac
15135 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15136 ln "$ac_source" "$ac_file" 2>/dev/null ||
15137 cp -p "$ac_source" "$ac_file" ||
15138 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15139 fi
15140 ;;
15141 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15142$as_echo "$as_me: executing $ac_file commands" >&6;}
15143 ;;
15144 esac
f6bcefef
HPN
15145
15146
81ecdfbb 15147 case $ac_file$ac_mode in
db2e4d67 15148 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15149 "libtool":C)
15150
15151 # See if we are running on zsh, and set the options which allow our
15152 # commands through without removal of \ escapes.
15153 if test -n "${ZSH_VERSION+set}" ; then
15154 setopt NO_GLOB_SUBST
15155 fi
15156
15157 cfgfile="${ofile}T"
15158 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15159 $RM "$cfgfile"
15160
15161 cat <<_LT_EOF >> "$cfgfile"
15162#! $SHELL
15163
15164# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15165# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15166# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15167# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15168#
15169# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15170# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15171# Written by Gordon Matzigkeit, 1996
15172#
15173# This file is part of GNU Libtool.
15174#
15175# GNU Libtool is free software; you can redistribute it and/or
15176# modify it under the terms of the GNU General Public License as
15177# published by the Free Software Foundation; either version 2 of
15178# the License, or (at your option) any later version.
15179#
15180# As a special exception to the GNU General Public License,
15181# if you distribute this file as part of a program or library that
15182# is built using GNU Libtool, you may include this file under the
15183# same distribution terms that you use for the rest of that program.
15184#
15185# GNU Libtool is distributed in the hope that it will be useful,
15186# but WITHOUT ANY WARRANTY; without even the implied warranty of
15187# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15188# GNU General Public License for more details.
15189#
15190# You should have received a copy of the GNU General Public License
15191# along with GNU Libtool; see the file COPYING. If not, a copy
15192# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15193# obtained by writing to the Free Software Foundation, Inc.,
15194# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15195
15196
15197# The names of the tagged configurations supported by this script.
15198available_tags=""
15199
15200# ### BEGIN LIBTOOL CONFIG
15201
15202# Which release of libtool.m4 was used?
15203macro_version=$macro_version
15204macro_revision=$macro_revision
15205
15206# Whether or not to build shared libraries.
15207build_libtool_libs=$enable_shared
15208
15209# Whether or not to build static libraries.
15210build_old_libs=$enable_static
15211
15212# What type of objects to build.
15213pic_mode=$pic_mode
15214
15215# Whether or not to optimize for fast installation.
15216fast_install=$enable_fast_install
15217
15218# Shell to use when invoking shell scripts.
15219SHELL=$lt_SHELL
15220
15221# An echo program that protects backslashes.
15222ECHO=$lt_ECHO
15223
15224# The host system.
15225host_alias=$host_alias
15226host=$host
15227host_os=$host_os
15228
15229# The build system.
15230build_alias=$build_alias
15231build=$build
15232build_os=$build_os
15233
15234# A sed program that does not truncate output.
15235SED=$lt_SED
15236
15237# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15238Xsed="\$SED -e 1s/^X//"
15239
15240# A grep program that handles long lines.
15241GREP=$lt_GREP
15242
15243# An ERE matcher.
15244EGREP=$lt_EGREP
15245
15246# A literal string matcher.
15247FGREP=$lt_FGREP
15248
15249# A BSD- or MS-compatible name lister.
15250NM=$lt_NM
15251
15252# Whether we need soft or hard links.
15253LN_S=$lt_LN_S
15254
15255# What is the maximum length of a command?
15256max_cmd_len=$max_cmd_len
15257
15258# Object file suffix (normally "o").
15259objext=$ac_objext
15260
15261# Executable file suffix (normally "").
15262exeext=$exeext
15263
15264# whether the shell understands "unset".
15265lt_unset=$lt_unset
15266
15267# turn spaces into newlines.
15268SP2NL=$lt_lt_SP2NL
15269
15270# turn newlines into spaces.
15271NL2SP=$lt_lt_NL2SP
15272
15273# An object symbol dumper.
15274OBJDUMP=$lt_OBJDUMP
15275
15276# Method to check whether dependent libraries are shared objects.
15277deplibs_check_method=$lt_deplibs_check_method
15278
15279# Command to use when deplibs_check_method == "file_magic".
15280file_magic_cmd=$lt_file_magic_cmd
15281
15282# The archiver.
15283AR=$lt_AR
15284AR_FLAGS=$lt_AR_FLAGS
15285
15286# A symbol stripping program.
15287STRIP=$lt_STRIP
15288
15289# Commands used to install an old-style archive.
15290RANLIB=$lt_RANLIB
15291old_postinstall_cmds=$lt_old_postinstall_cmds
15292old_postuninstall_cmds=$lt_old_postuninstall_cmds
15293
15294# Whether to use a lock for old archive extraction.
15295lock_old_archive_extraction=$lock_old_archive_extraction
15296
15297# A C compiler.
15298LTCC=$lt_CC
15299
15300# LTCC compiler flags.
15301LTCFLAGS=$lt_CFLAGS
15302
15303# Take the output of nm and produce a listing of raw symbols and C names.
15304global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15305
15306# Transform the output of nm in a proper C declaration.
15307global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15308
15309# Transform the output of nm in a C name address pair.
15310global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15311
15312# Transform the output of nm in a C name address pair when lib prefix is needed.
15313global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15314
15315# The name of the directory that contains temporary libtool files.
15316objdir=$objdir
15317
15318# Used to examine libraries when file_magic_cmd begins with "file".
15319MAGIC_CMD=$MAGIC_CMD
15320
15321# Must we lock files when doing compilation?
15322need_locks=$lt_need_locks
15323
15324# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15325DSYMUTIL=$lt_DSYMUTIL
15326
15327# Tool to change global to local symbols on Mac OS X.
15328NMEDIT=$lt_NMEDIT
15329
15330# Tool to manipulate fat objects and archives on Mac OS X.
15331LIPO=$lt_LIPO
15332
15333# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15334OTOOL=$lt_OTOOL
15335
15336# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15337OTOOL64=$lt_OTOOL64
15338
15339# Old archive suffix (normally "a").
15340libext=$libext
15341
15342# Shared library suffix (normally ".so").
15343shrext_cmds=$lt_shrext_cmds
15344
15345# The commands to extract the exported symbol list from a shared archive.
15346extract_expsyms_cmds=$lt_extract_expsyms_cmds
15347
15348# Variables whose values should be saved in libtool wrapper scripts and
15349# restored at link time.
15350variables_saved_for_relink=$lt_variables_saved_for_relink
15351
15352# Do we need the "lib" prefix for modules?
15353need_lib_prefix=$need_lib_prefix
15354
15355# Do we need a version for libraries?
15356need_version=$need_version
15357
15358# Library versioning type.
15359version_type=$version_type
15360
15361# Shared library runtime path variable.
15362runpath_var=$runpath_var
15363
15364# Shared library path variable.
15365shlibpath_var=$shlibpath_var
15366
15367# Is shlibpath searched before the hard-coded library search path?
15368shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15369
15370# Format of library name prefix.
15371libname_spec=$lt_libname_spec
15372
15373# List of archive names. First name is the real one, the rest are links.
15374# The last name is the one that the linker finds with -lNAME
15375library_names_spec=$lt_library_names_spec
15376
15377# The coded name of the library, if different from the real name.
15378soname_spec=$lt_soname_spec
15379
15380# Permission mode override for installation of shared libraries.
15381install_override_mode=$lt_install_override_mode
15382
15383# Command to use after installation of a shared archive.
15384postinstall_cmds=$lt_postinstall_cmds
15385
15386# Command to use after uninstallation of a shared archive.
15387postuninstall_cmds=$lt_postuninstall_cmds
15388
15389# Commands used to finish a libtool library installation in a directory.
15390finish_cmds=$lt_finish_cmds
15391
15392# As "finish_cmds", except a single script fragment to be evaled but
15393# not shown.
15394finish_eval=$lt_finish_eval
15395
15396# Whether we should hardcode library paths into libraries.
15397hardcode_into_libs=$hardcode_into_libs
15398
15399# Compile-time system search path for libraries.
15400sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15401
15402# Run-time system search path for libraries.
15403sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15404
15405# Whether dlopen is supported.
15406dlopen_support=$enable_dlopen
15407
15408# Whether dlopen of programs is supported.
15409dlopen_self=$enable_dlopen_self
15410
15411# Whether dlopen of statically linked programs is supported.
15412dlopen_self_static=$enable_dlopen_self_static
15413
15414# Commands to strip libraries.
15415old_striplib=$lt_old_striplib
15416striplib=$lt_striplib
15417
15418
15419# The linker used to build libraries.
15420LD=$lt_LD
15421
15422# How to create reloadable object files.
15423reload_flag=$lt_reload_flag
15424reload_cmds=$lt_reload_cmds
15425
15426# Commands used to build an old-style archive.
15427old_archive_cmds=$lt_old_archive_cmds
15428
15429# A language specific compiler.
15430CC=$lt_compiler
15431
15432# Is the compiler the GNU compiler?
15433with_gcc=$GCC
15434
15435# Compiler flag to turn off builtin functions.
15436no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15437
15438# How to pass a linker flag through the compiler.
15439wl=$lt_lt_prog_compiler_wl
15440
15441# Additional compiler flags for building library objects.
15442pic_flag=$lt_lt_prog_compiler_pic
15443
15444# Compiler flag to prevent dynamic linking.
15445link_static_flag=$lt_lt_prog_compiler_static
15446
15447# Does compiler simultaneously support -c and -o options?
15448compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15449
15450# Whether or not to add -lc for building shared libraries.
15451build_libtool_need_lc=$archive_cmds_need_lc
15452
15453# Whether or not to disallow shared libs when runtime libs are static.
15454allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15455
15456# Compiler flag to allow reflexive dlopens.
15457export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15458
15459# Compiler flag to generate shared objects directly from archives.
15460whole_archive_flag_spec=$lt_whole_archive_flag_spec
15461
15462# Whether the compiler copes with passing no objects directly.
15463compiler_needs_object=$lt_compiler_needs_object
15464
15465# Create an old-style archive from a shared archive.
15466old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15467
15468# Create a temporary old-style archive to link instead of a shared archive.
15469old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15470
15471# Commands used to build a shared archive.
15472archive_cmds=$lt_archive_cmds
15473archive_expsym_cmds=$lt_archive_expsym_cmds
15474
15475# Commands used to build a loadable module if different from building
15476# a shared archive.
15477module_cmds=$lt_module_cmds
15478module_expsym_cmds=$lt_module_expsym_cmds
15479
15480# Whether we are building with GNU ld or not.
15481with_gnu_ld=$lt_with_gnu_ld
15482
15483# Flag that allows shared libraries with undefined symbols to be built.
15484allow_undefined_flag=$lt_allow_undefined_flag
15485
15486# Flag that enforces no undefined symbols.
15487no_undefined_flag=$lt_no_undefined_flag
15488
15489# Flag to hardcode \$libdir into a binary during linking.
15490# This must work even if \$libdir does not exist
15491hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15492
15493# If ld is used when linking, flag to hardcode \$libdir into a binary
15494# during linking. This must work even if \$libdir does not exist.
15495hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15496
15497# Whether we need a single "-rpath" flag with a separated argument.
15498hardcode_libdir_separator=$lt_hardcode_libdir_separator
15499
15500# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15501# DIR into the resulting binary.
15502hardcode_direct=$hardcode_direct
15503
15504# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15505# DIR into the resulting binary and the resulting library dependency is
15506# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15507# library is relocated.
15508hardcode_direct_absolute=$hardcode_direct_absolute
15509
15510# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15511# into the resulting binary.
15512hardcode_minus_L=$hardcode_minus_L
15513
15514# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15515# into the resulting binary.
15516hardcode_shlibpath_var=$hardcode_shlibpath_var
15517
15518# Set to "yes" if building a shared library automatically hardcodes DIR
15519# into the library and all subsequent libraries and executables linked
15520# against it.
15521hardcode_automatic=$hardcode_automatic
15522
15523# Set to yes if linker adds runtime paths of dependent libraries
15524# to runtime path list.
15525inherit_rpath=$inherit_rpath
15526
15527# Whether libtool must link a program against all its dependency libraries.
15528link_all_deplibs=$link_all_deplibs
15529
15530# Fix the shell variable \$srcfile for the compiler.
15531fix_srcfile_path=$lt_fix_srcfile_path
15532
15533# Set to "yes" if exported symbols are required.
15534always_export_symbols=$always_export_symbols
15535
15536# The commands to list exported symbols.
15537export_symbols_cmds=$lt_export_symbols_cmds
15538
15539# Symbols that should not be listed in the preloaded symbols.
15540exclude_expsyms=$lt_exclude_expsyms
15541
15542# Symbols that must always be exported.
15543include_expsyms=$lt_include_expsyms
15544
15545# Commands necessary for linking programs (against libraries) with templates.
15546prelink_cmds=$lt_prelink_cmds
15547
15548# Specify filename containing input files.
15549file_list_spec=$lt_file_list_spec
15550
15551# How to hardcode a shared library path into an executable.
15552hardcode_action=$hardcode_action
15553
15554# ### END LIBTOOL CONFIG
15555
15556_LT_EOF
15557
15558 case $host_os in
15559 aix3*)
15560 cat <<\_LT_EOF >> "$cfgfile"
15561# AIX sometimes has problems with the GCC collect2 program. For some
15562# reason, if we set the COLLECT_NAMES environment variable, the problems
15563# vanish in a puff of smoke.
15564if test "X${COLLECT_NAMES+set}" != Xset; then
15565 COLLECT_NAMES=
15566 export COLLECT_NAMES
15567fi
15568_LT_EOF
15569 ;;
15570 esac
15571
15572
15573ltmain="$ac_aux_dir/ltmain.sh"
15574
15575
15576 # We use sed instead of cat because bash on DJGPP gets confused if
15577 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15578 # text mode, it properly converts lines to CR/LF. This bash problem
15579 # is reportedly fixed, but why not run on old versions too?
15580 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15581 || (rm -f "$cfgfile"; exit 1)
15582
15583 case $xsi_shell in
15584 yes)
15585 cat << \_LT_EOF >> "$cfgfile"
15586
15587# func_dirname file append nondir_replacement
15588# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15589# otherwise set result to NONDIR_REPLACEMENT.
15590func_dirname ()
15591{
15592 case ${1} in
15593 */*) func_dirname_result="${1%/*}${2}" ;;
15594 * ) func_dirname_result="${3}" ;;
15595 esac
15596}
15597
15598# func_basename file
15599func_basename ()
15600{
15601 func_basename_result="${1##*/}"
15602}
15603
15604# func_dirname_and_basename file append nondir_replacement
15605# perform func_basename and func_dirname in a single function
15606# call:
15607# dirname: Compute the dirname of FILE. If nonempty,
15608# add APPEND to the result, otherwise set result
15609# to NONDIR_REPLACEMENT.
15610# value returned in "$func_dirname_result"
15611# basename: Compute filename of FILE.
15612# value retuned in "$func_basename_result"
15613# Implementation must be kept synchronized with func_dirname
15614# and func_basename. For efficiency, we do not delegate to
15615# those functions but instead duplicate the functionality here.
15616func_dirname_and_basename ()
15617{
15618 case ${1} in
15619 */*) func_dirname_result="${1%/*}${2}" ;;
15620 * ) func_dirname_result="${3}" ;;
15621 esac
15622 func_basename_result="${1##*/}"
15623}
15624
15625# func_stripname prefix suffix name
15626# strip PREFIX and SUFFIX off of NAME.
15627# PREFIX and SUFFIX must not contain globbing or regex special
15628# characters, hashes, percent signs, but SUFFIX may contain a leading
15629# dot (in which case that matches only a dot).
15630func_stripname ()
15631{
15632 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15633 # positional parameters, so assign one to ordinary parameter first.
15634 func_stripname_result=${3}
15635 func_stripname_result=${func_stripname_result#"${1}"}
15636 func_stripname_result=${func_stripname_result%"${2}"}
15637}
15638
15639# func_opt_split
15640func_opt_split ()
15641{
15642 func_opt_split_opt=${1%%=*}
15643 func_opt_split_arg=${1#*=}
15644}
15645
15646# func_lo2o object
15647func_lo2o ()
15648{
15649 case ${1} in
15650 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15651 *) func_lo2o_result=${1} ;;
15652 esac
15653}
15654
15655# func_xform libobj-or-source
15656func_xform ()
15657{
15658 func_xform_result=${1%.*}.lo
15659}
15660
15661# func_arith arithmetic-term...
15662func_arith ()
15663{
15664 func_arith_result=$(( $* ))
15665}
15666
15667# func_len string
15668# STRING may not start with a hyphen.
15669func_len ()
15670{
15671 func_len_result=${#1}
15672}
15673
15674_LT_EOF
15675 ;;
15676 *) # Bourne compatible functions.
15677 cat << \_LT_EOF >> "$cfgfile"
15678
15679# func_dirname file append nondir_replacement
15680# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15681# otherwise set result to NONDIR_REPLACEMENT.
15682func_dirname ()
15683{
15684 # Extract subdirectory from the argument.
15685 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15686 if test "X$func_dirname_result" = "X${1}"; then
15687 func_dirname_result="${3}"
15688 else
15689 func_dirname_result="$func_dirname_result${2}"
15690 fi
15691}
15692
15693# func_basename file
15694func_basename ()
15695{
15696 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15697}
15698
15699
15700# func_stripname prefix suffix name
15701# strip PREFIX and SUFFIX off of NAME.
15702# PREFIX and SUFFIX must not contain globbing or regex special
15703# characters, hashes, percent signs, but SUFFIX may contain a leading
15704# dot (in which case that matches only a dot).
15705# func_strip_suffix prefix name
15706func_stripname ()
15707{
15708 case ${2} in
15709 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15710 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15711 esac
15712}
15713
15714# sed scripts:
15715my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15716my_sed_long_arg='1s/^-[^=]*=//'
15717
15718# func_opt_split
15719func_opt_split ()
15720{
15721 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15722 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15723}
15724
15725# func_lo2o object
15726func_lo2o ()
15727{
15728 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15729}
15730
15731# func_xform libobj-or-source
15732func_xform ()
15733{
15734 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15735}
15736
15737# func_arith arithmetic-term...
15738func_arith ()
15739{
15740 func_arith_result=`expr "$@"`
15741}
15742
15743# func_len string
15744# STRING may not start with a hyphen.
15745func_len ()
15746{
15747 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15748}
15749
15750_LT_EOF
15751esac
15752
15753case $lt_shell_append in
15754 yes)
15755 cat << \_LT_EOF >> "$cfgfile"
15756
15757# func_append var value
15758# Append VALUE to the end of shell variable VAR.
15759func_append ()
15760{
15761 eval "$1+=\$2"
15762}
15763_LT_EOF
15764 ;;
15765 *)
15766 cat << \_LT_EOF >> "$cfgfile"
15767
15768# func_append var value
15769# Append VALUE to the end of shell variable VAR.
15770func_append ()
15771{
15772 eval "$1=\$$1\$2"
15773}
15774
15775_LT_EOF
15776 ;;
15777 esac
15778
15779
15780 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15781 || (rm -f "$cfgfile"; exit 1)
15782
15783 mv -f "$cfgfile" "$ofile" ||
15784 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15785 chmod +x "$ofile"
15786
15787 ;;
81ecdfbb 15788 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
f6bcefef
HPN
15789 rm -f Makesim1.tmp Makesim2.tmp Makefile
15790 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15791 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15792 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15793 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15794 <Makefile.sim >Makefile
15795 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15796 ;;
81ecdfbb
RW
15797 "stamp-h":C) echo > stamp-h ;;
15798
f6bcefef 15799 esac
81ecdfbb 15800done # for ac_tag
f6bcefef 15801
f6bcefef 15802
81ecdfbb 15803as_fn_exit 0
f6bcefef 15804_ACEOF
f6bcefef
HPN
15805ac_clean_files=$ac_clean_files_save
15806
81ecdfbb
RW
15807test $ac_write_fail = 0 ||
15808 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15809
f6bcefef
HPN
15810
15811# configure is writing to config.log, and then calls config.status.
15812# config.status does its own redirection, appending to config.log.
15813# Unfortunately, on DOS this fails, as config.log is still kept open
15814# by configure, so config.status won't be able to write to it; its
15815# output is simply discarded. So we exec the FD to /dev/null,
15816# effectively closing config.log, so it can be properly (re)opened and
15817# appended to by config.status. When coming back to configure, we
15818# need to make the FD available again.
15819if test "$no_create" != yes; then
15820 ac_cs_success=:
15821 ac_config_status_args=
15822 test "$silent" = yes &&
15823 ac_config_status_args="$ac_config_status_args --quiet"
15824 exec 5>/dev/null
15825 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15826 exec 5>>config.log
15827 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15828 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15829 $ac_cs_success || as_fn_exit $?
15830fi
15831if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15833$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
f6bcefef
HPN
15834fi
15835
15836