sim: convert to bfd_endian
[deliverable/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
eca4255a 767enable_sim_endian
81ecdfbb
RW
768enable_sim_alignment
769enable_sim_hostendian
770enable_sim_scache
2232061b 771enable_werror
81ecdfbb
RW
772enable_build_warnings
773enable_sim_build_warnings
774enable_sim_hardware
775enable_sim_default_model
776enable_sim_environment
777enable_sim_inline
778enable_cgen_maint
779'
780 ac_precious_vars='build_alias
781host_alias
782target_alias
783CC
784CFLAGS
785LDFLAGS
786LIBS
787CPPFLAGS
788CPP'
789
f6bcefef
HPN
790
791# Initialize some variables set by options.
792ac_init_help=
793ac_init_version=false
81ecdfbb
RW
794ac_unrecognized_opts=
795ac_unrecognized_sep=
f6bcefef
HPN
796# The variables have the same names as the options, with
797# dashes changed to underlines.
798cache_file=/dev/null
799exec_prefix=NONE
800no_create=
801no_recursion=
802prefix=NONE
803program_prefix=NONE
804program_suffix=NONE
805program_transform_name=s,x,x,
806silent=
807site=
808srcdir=
809verbose=
810x_includes=NONE
811x_libraries=NONE
812
813# Installation directory options.
814# These are left unexpanded so users can "make install exec_prefix=/foo"
815# and all the variables that are supposed to be based on exec_prefix
816# by default will actually change.
817# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 818# (The list follows the same order as the GNU Coding Standards.)
f6bcefef
HPN
819bindir='${exec_prefix}/bin'
820sbindir='${exec_prefix}/sbin'
821libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
822datarootdir='${prefix}/share'
823datadir='${datarootdir}'
f6bcefef
HPN
824sysconfdir='${prefix}/etc'
825sharedstatedir='${prefix}/com'
826localstatedir='${prefix}/var'
f6bcefef
HPN
827includedir='${prefix}/include'
828oldincludedir='/usr/include'
81ecdfbb
RW
829docdir='${datarootdir}/doc/${PACKAGE}'
830infodir='${datarootdir}/info'
831htmldir='${docdir}'
832dvidir='${docdir}'
833pdfdir='${docdir}'
834psdir='${docdir}'
835libdir='${exec_prefix}/lib'
836localedir='${datarootdir}/locale'
837mandir='${datarootdir}/man'
f6bcefef
HPN
838
839ac_prev=
81ecdfbb 840ac_dashdash=
f6bcefef
HPN
841for ac_option
842do
843 # If the previous option needs an argument, assign it.
844 if test -n "$ac_prev"; then
81ecdfbb 845 eval $ac_prev=\$ac_option
f6bcefef
HPN
846 ac_prev=
847 continue
848 fi
849
81ecdfbb
RW
850 case $ac_option in
851 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
852 *) ac_optarg=yes ;;
853 esac
f6bcefef
HPN
854
855 # Accept the important Cygnus configure options, so we can diagnose typos.
856
81ecdfbb
RW
857 case $ac_dashdash$ac_option in
858 --)
859 ac_dashdash=yes ;;
f6bcefef
HPN
860
861 -bindir | --bindir | --bindi | --bind | --bin | --bi)
862 ac_prev=bindir ;;
863 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
864 bindir=$ac_optarg ;;
865
866 -build | --build | --buil | --bui | --bu)
867 ac_prev=build_alias ;;
868 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
869 build_alias=$ac_optarg ;;
870
871 -cache-file | --cache-file | --cache-fil | --cache-fi \
872 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
873 ac_prev=cache_file ;;
874 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
875 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
876 cache_file=$ac_optarg ;;
877
878 --config-cache | -C)
879 cache_file=config.cache ;;
880
81ecdfbb 881 -datadir | --datadir | --datadi | --datad)
f6bcefef 882 ac_prev=datadir ;;
81ecdfbb 883 -datadir=* | --datadir=* | --datadi=* | --datad=*)
f6bcefef
HPN
884 datadir=$ac_optarg ;;
885
81ecdfbb
RW
886 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
887 | --dataroo | --dataro | --datar)
888 ac_prev=datarootdir ;;
889 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
890 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
891 datarootdir=$ac_optarg ;;
892
f6bcefef 893 -disable-* | --disable-*)
81ecdfbb 894 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
f6bcefef 895 # Reject names that are not valid shell variable names.
81ecdfbb
RW
896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
897 as_fn_error "invalid feature name: $ac_useropt"
898 ac_useropt_orig=$ac_useropt
899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
900 case $ac_user_opts in
901 *"
902"enable_$ac_useropt"
903"*) ;;
904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
905 ac_unrecognized_sep=', ';;
906 esac
907 eval enable_$ac_useropt=no ;;
908
909 -docdir | --docdir | --docdi | --doc | --do)
910 ac_prev=docdir ;;
911 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
912 docdir=$ac_optarg ;;
913
914 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
915 ac_prev=dvidir ;;
916 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
917 dvidir=$ac_optarg ;;
f6bcefef
HPN
918
919 -enable-* | --enable-*)
81ecdfbb 920 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
f6bcefef 921 # Reject names that are not valid shell variable names.
81ecdfbb
RW
922 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
923 as_fn_error "invalid feature name: $ac_useropt"
924 ac_useropt_orig=$ac_useropt
925 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
926 case $ac_user_opts in
927 *"
928"enable_$ac_useropt"
929"*) ;;
930 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
931 ac_unrecognized_sep=', ';;
f6bcefef 932 esac
81ecdfbb 933 eval enable_$ac_useropt=\$ac_optarg ;;
f6bcefef
HPN
934
935 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937 | --exec | --exe | --ex)
938 ac_prev=exec_prefix ;;
939 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941 | --exec=* | --exe=* | --ex=*)
942 exec_prefix=$ac_optarg ;;
943
944 -gas | --gas | --ga | --g)
945 # Obsolete; use --with-gas.
946 with_gas=yes ;;
947
948 -help | --help | --hel | --he | -h)
949 ac_init_help=long ;;
950 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951 ac_init_help=recursive ;;
952 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953 ac_init_help=short ;;
954
955 -host | --host | --hos | --ho)
956 ac_prev=host_alias ;;
957 -host=* | --host=* | --hos=* | --ho=*)
958 host_alias=$ac_optarg ;;
959
81ecdfbb
RW
960 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961 ac_prev=htmldir ;;
962 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963 | --ht=*)
964 htmldir=$ac_optarg ;;
965
f6bcefef
HPN
966 -includedir | --includedir | --includedi | --included | --include \
967 | --includ | --inclu | --incl | --inc)
968 ac_prev=includedir ;;
969 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970 | --includ=* | --inclu=* | --incl=* | --inc=*)
971 includedir=$ac_optarg ;;
972
973 -infodir | --infodir | --infodi | --infod | --info | --inf)
974 ac_prev=infodir ;;
975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976 infodir=$ac_optarg ;;
977
978 -libdir | --libdir | --libdi | --libd)
979 ac_prev=libdir ;;
980 -libdir=* | --libdir=* | --libdi=* | --libd=*)
981 libdir=$ac_optarg ;;
982
983 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984 | --libexe | --libex | --libe)
985 ac_prev=libexecdir ;;
986 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987 | --libexe=* | --libex=* | --libe=*)
988 libexecdir=$ac_optarg ;;
989
81ecdfbb
RW
990 -localedir | --localedir | --localedi | --localed | --locale)
991 ac_prev=localedir ;;
992 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993 localedir=$ac_optarg ;;
994
f6bcefef 995 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 996 | --localstate | --localstat | --localsta | --localst | --locals)
f6bcefef
HPN
997 ac_prev=localstatedir ;;
998 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
f6bcefef
HPN
1000 localstatedir=$ac_optarg ;;
1001
1002 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003 ac_prev=mandir ;;
1004 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005 mandir=$ac_optarg ;;
1006
1007 -nfp | --nfp | --nf)
1008 # Obsolete; use --without-fp.
1009 with_fp=no ;;
1010
1011 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012 | --no-cr | --no-c | -n)
1013 no_create=yes ;;
1014
1015 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017 no_recursion=yes ;;
1018
1019 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021 | --oldin | --oldi | --old | --ol | --o)
1022 ac_prev=oldincludedir ;;
1023 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026 oldincludedir=$ac_optarg ;;
1027
1028 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029 ac_prev=prefix ;;
1030 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031 prefix=$ac_optarg ;;
1032
1033 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034 | --program-pre | --program-pr | --program-p)
1035 ac_prev=program_prefix ;;
1036 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038 program_prefix=$ac_optarg ;;
1039
1040 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041 | --program-suf | --program-su | --program-s)
1042 ac_prev=program_suffix ;;
1043 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045 program_suffix=$ac_optarg ;;
1046
1047 -program-transform-name | --program-transform-name \
1048 | --program-transform-nam | --program-transform-na \
1049 | --program-transform-n | --program-transform- \
1050 | --program-transform | --program-transfor \
1051 | --program-transfo | --program-transf \
1052 | --program-trans | --program-tran \
1053 | --progr-tra | --program-tr | --program-t)
1054 ac_prev=program_transform_name ;;
1055 -program-transform-name=* | --program-transform-name=* \
1056 | --program-transform-nam=* | --program-transform-na=* \
1057 | --program-transform-n=* | --program-transform-=* \
1058 | --program-transform=* | --program-transfor=* \
1059 | --program-transfo=* | --program-transf=* \
1060 | --program-trans=* | --program-tran=* \
1061 | --progr-tra=* | --program-tr=* | --program-t=*)
1062 program_transform_name=$ac_optarg ;;
1063
81ecdfbb
RW
1064 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065 ac_prev=pdfdir ;;
1066 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067 pdfdir=$ac_optarg ;;
1068
1069 -psdir | --psdir | --psdi | --psd | --ps)
1070 ac_prev=psdir ;;
1071 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072 psdir=$ac_optarg ;;
1073
f6bcefef
HPN
1074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075 | -silent | --silent | --silen | --sile | --sil)
1076 silent=yes ;;
1077
1078 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079 ac_prev=sbindir ;;
1080 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081 | --sbi=* | --sb=*)
1082 sbindir=$ac_optarg ;;
1083
1084 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086 | --sharedst | --shareds | --shared | --share | --shar \
1087 | --sha | --sh)
1088 ac_prev=sharedstatedir ;;
1089 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092 | --sha=* | --sh=*)
1093 sharedstatedir=$ac_optarg ;;
1094
1095 -site | --site | --sit)
1096 ac_prev=site ;;
1097 -site=* | --site=* | --sit=*)
1098 site=$ac_optarg ;;
1099
1100 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101 ac_prev=srcdir ;;
1102 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103 srcdir=$ac_optarg ;;
1104
1105 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106 | --syscon | --sysco | --sysc | --sys | --sy)
1107 ac_prev=sysconfdir ;;
1108 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110 sysconfdir=$ac_optarg ;;
1111
1112 -target | --target | --targe | --targ | --tar | --ta | --t)
1113 ac_prev=target_alias ;;
1114 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115 target_alias=$ac_optarg ;;
1116
1117 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118 verbose=yes ;;
1119
1120 -version | --version | --versio | --versi | --vers | -V)
1121 ac_init_version=: ;;
1122
1123 -with-* | --with-*)
81ecdfbb 1124 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
f6bcefef 1125 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1126 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1127 as_fn_error "invalid package name: $ac_useropt"
1128 ac_useropt_orig=$ac_useropt
1129 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1130 case $ac_user_opts in
1131 *"
1132"with_$ac_useropt"
1133"*) ;;
1134 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1135 ac_unrecognized_sep=', ';;
f6bcefef 1136 esac
81ecdfbb 1137 eval with_$ac_useropt=\$ac_optarg ;;
f6bcefef
HPN
1138
1139 -without-* | --without-*)
81ecdfbb 1140 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
f6bcefef 1141 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1143 as_fn_error "invalid package name: $ac_useropt"
1144 ac_useropt_orig=$ac_useropt
1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146 case $ac_user_opts in
1147 *"
1148"with_$ac_useropt"
1149"*) ;;
1150 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1151 ac_unrecognized_sep=', ';;
1152 esac
1153 eval with_$ac_useropt=no ;;
f6bcefef
HPN
1154
1155 --x)
1156 # Obsolete; use --with-x.
1157 with_x=yes ;;
1158
1159 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1160 | --x-incl | --x-inc | --x-in | --x-i)
1161 ac_prev=x_includes ;;
1162 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1163 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1164 x_includes=$ac_optarg ;;
1165
1166 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1167 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1168 ac_prev=x_libraries ;;
1169 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1170 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1171 x_libraries=$ac_optarg ;;
1172
81ecdfbb
RW
1173 -*) as_fn_error "unrecognized option: \`$ac_option'
1174Try \`$0 --help' for more information."
f6bcefef
HPN
1175 ;;
1176
1177 *=*)
1178 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1179 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1180 case $ac_envvar in #(
1181 '' | [0-9]* | *[!_$as_cr_alnum]* )
1182 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1183 esac
1184 eval $ac_envvar=\$ac_optarg
f6bcefef
HPN
1185 export $ac_envvar ;;
1186
1187 *)
1188 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1189 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
f6bcefef 1190 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1191 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
f6bcefef
HPN
1192 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1193 ;;
1194
1195 esac
1196done
1197
1198if test -n "$ac_prev"; then
1199 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1200 as_fn_error "missing argument to $ac_option"
f6bcefef
HPN
1201fi
1202
81ecdfbb
RW
1203if test -n "$ac_unrecognized_opts"; then
1204 case $enable_option_checking in
1205 no) ;;
1206 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1207 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
f6bcefef 1208 esac
81ecdfbb 1209fi
f6bcefef 1210
81ecdfbb
RW
1211# Check all directory arguments for consistency.
1212for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1213 datadir sysconfdir sharedstatedir localstatedir includedir \
1214 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1215 libdir localedir mandir
f6bcefef 1216do
81ecdfbb
RW
1217 eval ac_val=\$$ac_var
1218 # Remove trailing slashes.
1219 case $ac_val in
1220 */ )
1221 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1222 eval $ac_var=\$ac_val;;
1223 esac
1224 # Be sure to have absolute directory names.
f6bcefef 1225 case $ac_val in
81ecdfbb
RW
1226 [\\/$]* | ?:[\\/]* ) continue;;
1227 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
f6bcefef 1228 esac
81ecdfbb 1229 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
f6bcefef
HPN
1230done
1231
1232# There might be people who depend on the old broken behavior: `$host'
1233# used to hold the argument of --host etc.
1234# FIXME: To remove some day.
1235build=$build_alias
1236host=$host_alias
1237target=$target_alias
1238
1239# FIXME: To remove some day.
1240if test "x$host_alias" != x; then
1241 if test "x$build_alias" = x; then
1242 cross_compiling=maybe
81ecdfbb 1243 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
f6bcefef
HPN
1244 If a cross compiler is detected then cross compile mode will be used." >&2
1245 elif test "x$build_alias" != "x$host_alias"; then
1246 cross_compiling=yes
1247 fi
1248fi
1249
1250ac_tool_prefix=
1251test -n "$host_alias" && ac_tool_prefix=$host_alias-
1252
1253test "$silent" = yes && exec 6>/dev/null
1254
1255
81ecdfbb
RW
1256ac_pwd=`pwd` && test -n "$ac_pwd" &&
1257ac_ls_di=`ls -di .` &&
1258ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1259 as_fn_error "working directory cannot be determined"
1260test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1261 as_fn_error "pwd does not report name of working directory"
1262
1263
f6bcefef
HPN
1264# Find the source files, if location was not specified.
1265if test -z "$srcdir"; then
1266 ac_srcdir_defaulted=yes
81ecdfbb
RW
1267 # Try the directory containing this script, then the parent directory.
1268 ac_confdir=`$as_dirname -- "$as_myself" ||
1269$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1270 X"$as_myself" : 'X\(//\)[^/]' \| \
1271 X"$as_myself" : 'X\(//\)$' \| \
1272 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1273$as_echo X"$as_myself" |
1274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1275 s//\1/
1276 q
1277 }
1278 /^X\(\/\/\)[^/].*/{
1279 s//\1/
1280 q
1281 }
1282 /^X\(\/\/\)$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\).*/{
1287 s//\1/
1288 q
1289 }
1290 s/.*/./; q'`
f6bcefef 1291 srcdir=$ac_confdir
81ecdfbb 1292 if test ! -r "$srcdir/$ac_unique_file"; then
f6bcefef
HPN
1293 srcdir=..
1294 fi
1295else
1296 ac_srcdir_defaulted=no
1297fi
81ecdfbb
RW
1298if test ! -r "$srcdir/$ac_unique_file"; then
1299 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1300 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1301fi
1302ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1303ac_abs_confdir=`(
1304 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1305 pwd)`
1306# When building in place, set srcdir=.
1307if test "$ac_abs_confdir" = "$ac_pwd"; then
1308 srcdir=.
1309fi
1310# Remove unnecessary trailing slashes from srcdir.
1311# Double slashes in file names in object file debugging info
1312# mess up M-x gdb in Emacs.
1313case $srcdir in
1314*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1315esac
1316for ac_var in $ac_precious_vars; do
1317 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1318 eval ac_env_${ac_var}_value=\$${ac_var}
1319 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1320 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1321done
f6bcefef
HPN
1322
1323#
1324# Report the --help message.
1325#
1326if test "$ac_init_help" = "long"; then
1327 # Omit some internal or obsolete options to make the list less imposing.
1328 # This message is too long to be a string in the A/UX 3.1 sh.
1329 cat <<_ACEOF
1330\`configure' configures this package to adapt to many kinds of systems.
1331
1332Usage: $0 [OPTION]... [VAR=VALUE]...
1333
1334To assign environment variables (e.g., CC, CFLAGS...), specify them as
1335VAR=VALUE. See below for descriptions of some of the useful variables.
1336
1337Defaults for the options are specified in brackets.
1338
1339Configuration:
1340 -h, --help display this help and exit
1341 --help=short display options specific to this package
1342 --help=recursive display the short help of all the included packages
1343 -V, --version display version information and exit
1344 -q, --quiet, --silent do not print \`checking...' messages
1345 --cache-file=FILE cache test results in FILE [disabled]
1346 -C, --config-cache alias for \`--cache-file=config.cache'
1347 -n, --no-create do not create output files
1348 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1349
f6bcefef
HPN
1350Installation directories:
1351 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1352 [$ac_default_prefix]
f6bcefef 1353 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1354 [PREFIX]
f6bcefef
HPN
1355
1356By default, \`make install' will install all the files in
1357\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1358an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1359for instance \`--prefix=\$HOME'.
1360
1361For better control, use the options below.
1362
1363Fine tuning of the installation directories:
81ecdfbb
RW
1364 --bindir=DIR user executables [EPREFIX/bin]
1365 --sbindir=DIR system admin executables [EPREFIX/sbin]
1366 --libexecdir=DIR program executables [EPREFIX/libexec]
1367 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1368 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1369 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1370 --libdir=DIR object code libraries [EPREFIX/lib]
1371 --includedir=DIR C header files [PREFIX/include]
1372 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1373 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1374 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1375 --infodir=DIR info documentation [DATAROOTDIR/info]
1376 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1377 --mandir=DIR man documentation [DATAROOTDIR/man]
1378 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1379 --htmldir=DIR html documentation [DOCDIR]
1380 --dvidir=DIR dvi documentation [DOCDIR]
1381 --pdfdir=DIR pdf documentation [DOCDIR]
1382 --psdir=DIR ps documentation [DOCDIR]
f6bcefef
HPN
1383_ACEOF
1384
1385 cat <<\_ACEOF
1386
1387Program names:
1388 --program-prefix=PREFIX prepend PREFIX to installed program names
1389 --program-suffix=SUFFIX append SUFFIX to installed program names
1390 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1391
1392System types:
1393 --build=BUILD configure for building on BUILD [guessed]
1394 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1395 --target=TARGET configure for building compilers for TARGET [HOST]
1396_ACEOF
1397fi
1398
1399if test -n "$ac_init_help"; then
1400
1401 cat <<\_ACEOF
1402
1403Optional Features:
81ecdfbb 1404 --disable-option-checking ignore unrecognized --enable/--with options
f6bcefef
HPN
1405 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1406 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1407 --enable-plugins Enable support for plugins
6bb11ab3
L
1408 --enable-shared[=PKGS] build shared libraries [default=yes]
1409 --enable-static[=PKGS] build static libraries [default=yes]
1410 --enable-fast-install[=PKGS]
1411 optimize for fast installation [default=yes]
1412 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1413 --enable-maintainer-mode enable make rules and dependencies not useful
1414 (and sometimes confusing) to the casual installer
8d0978fb
MF
1415 --enable-sim-bswap Use Host specific BSWAP instruction
1416 --enable-sim-cflags=opts
1417 Extra CFLAGS for use in building simulator
1418 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1419 itself)
1420 --enable-sim-stdio Specify whether to use stdio for console
1421 input/output
1422 --enable-sim-trace=opts Enable tracing of simulated programs
1423 --enable-sim-profile=opts
1424 Enable profiling flags
eca4255a
MF
1425 --enable-sim-endian=endian
1426 Specify target byte endian orientation
8d0978fb
MF
1427 --enable-sim-alignment=align
1428 Specify strict, nonstrict or forced alignment of
1429 memory accesses
1430 --enable-sim-hostendian=end
1431 Specify host byte endian orientation
1432 --enable-sim-scache=size
1433 Specify simulator execution cache size
2232061b
MF
1434 --enable-werror treat compile warnings as errors
1435 --enable-build-warnings enable build-time compiler warnings if gcc is used
1436 --enable-sim-build-warnings
1437 enable SIM specific build-time compiler warnings if
1438 gcc is used
1517bd27
MF
1439 --enable-sim-hardware=LIST
1440 Specify the hardware to be included in the build.
8d0978fb
MF
1441 --enable-sim-default-model=model
1442 Specify default model to simulate
1443 --enable-sim-environment=environment
1444 Specify mixed, user, virtual or operating
1445 environment
1446 --enable-sim-inline=inlines
1447 Specify which functions should be inlined
1448 --enable-cgen-maint=DIR build cgen generated files
f6bcefef 1449
6efef468
JM
1450Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1453 --with-system-zlib use installed libz
6bb11ab3
L
1454 --with-pic try to use only PIC/non-PIC objects [default=use
1455 both]
1456 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1457 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1458 --with-bugurl=URL Direct users to URL to report a bug
1459
f6bcefef
HPN
1460Some influential environment variables:
1461 CC C compiler command
1462 CFLAGS C compiler flags
1463 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1464 nonstandard directory <lib dir>
81ecdfbb
RW
1465 LIBS libraries to pass to the linker, e.g. -l<library>
1466 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1467 you have headers in a nonstandard directory <include dir>
f6bcefef
HPN
1468 CPP C preprocessor
1469
1470Use these variables to override the choices made by `configure' or to help
1471it to find libraries and programs with nonstandard names/locations.
1472
81ecdfbb 1473Report bugs to the package provider.
f6bcefef 1474_ACEOF
81ecdfbb 1475ac_status=$?
f6bcefef
HPN
1476fi
1477
1478if test "$ac_init_help" = "recursive"; then
1479 # If there are subdirs, report their specific --help.
f6bcefef 1480 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1481 test -d "$ac_dir" ||
1482 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1483 continue
f6bcefef
HPN
1484 ac_builddir=.
1485
81ecdfbb
RW
1486case "$ac_dir" in
1487.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488*)
1489 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1490 # A ".." for each directory in $ac_dir_suffix.
1491 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1492 case $ac_top_builddir_sub in
1493 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1495 esac ;;
1496esac
1497ac_abs_top_builddir=$ac_pwd
1498ac_abs_builddir=$ac_pwd$ac_dir_suffix
1499# for backward compatibility:
1500ac_top_builddir=$ac_top_build_prefix
f6bcefef
HPN
1501
1502case $srcdir in
81ecdfbb 1503 .) # We are building in place.
f6bcefef 1504 ac_srcdir=.
81ecdfbb
RW
1505 ac_top_srcdir=$ac_top_builddir_sub
1506 ac_abs_top_srcdir=$ac_pwd ;;
1507 [\\/]* | ?:[\\/]* ) # Absolute name.
f6bcefef 1508 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1509 ac_top_srcdir=$srcdir
1510 ac_abs_top_srcdir=$srcdir ;;
1511 *) # Relative name.
1512 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1513 ac_top_srcdir=$ac_top_build_prefix$srcdir
1514 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
f6bcefef 1515esac
81ecdfbb
RW
1516ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1517
1518 cd "$ac_dir" || { ac_status=$?; continue; }
1519 # Check for guested configure.
1520 if test -f "$ac_srcdir/configure.gnu"; then
1521 echo &&
1522 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1523 elif test -f "$ac_srcdir/configure"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure" --help=recursive
f6bcefef 1526 else
81ecdfbb
RW
1527 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1528 fi || ac_status=$?
1529 cd "$ac_pwd" || { ac_status=$?; break; }
f6bcefef
HPN
1530 done
1531fi
1532
81ecdfbb 1533test -n "$ac_init_help" && exit $ac_status
f6bcefef
HPN
1534if $ac_init_version; then
1535 cat <<\_ACEOF
81ecdfbb
RW
1536configure
1537generated by GNU Autoconf 2.64
f6bcefef 1538
81ecdfbb 1539Copyright (C) 2009 Free Software Foundation, Inc.
f6bcefef
HPN
1540This configure script is free software; the Free Software Foundation
1541gives unlimited permission to copy, distribute and modify it.
1542_ACEOF
81ecdfbb 1543 exit
f6bcefef 1544fi
f6bcefef 1545
81ecdfbb
RW
1546## ------------------------ ##
1547## Autoconf initialization. ##
1548## ------------------------ ##
f6bcefef 1549
81ecdfbb
RW
1550# ac_fn_c_try_compile LINENO
1551# --------------------------
1552# Try to compile conftest.$ac_ext, and return whether this succeeded.
1553ac_fn_c_try_compile ()
f6bcefef 1554{
81ecdfbb
RW
1555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556 rm -f conftest.$ac_objext
1557 if { { ac_try="$ac_compile"
1558case "(($ac_try" in
1559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560 *) ac_try_echo=$ac_try;;
1561esac
1562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563$as_echo "$ac_try_echo"; } >&5
1564 (eval "$ac_compile") 2>conftest.err
1565 ac_status=$?
1566 if test -s conftest.err; then
1567 grep -v '^ *+' conftest.err >conftest.er1
1568 cat conftest.er1 >&5
1569 mv -f conftest.er1 conftest.err
1570 fi
1571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1572 test $ac_status = 0; } && {
1573 test -z "$ac_c_werror_flag" ||
1574 test ! -s conftest.err
1575 } && test -s conftest.$ac_objext; then :
1576 ac_retval=0
1577else
1578 $as_echo "$as_me: failed program was:" >&5
1579sed 's/^/| /' conftest.$ac_ext >&5
f6bcefef 1580
81ecdfbb
RW
1581 ac_retval=1
1582fi
1583 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1584 return $ac_retval
f6bcefef 1585
81ecdfbb 1586} # ac_fn_c_try_compile
f6bcefef 1587
81ecdfbb
RW
1588# ac_fn_c_try_cpp LINENO
1589# ----------------------
1590# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_cpp ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { { ac_try="$ac_cpp conftest.$ac_ext"
1595case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598esac
1599eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600$as_echo "$ac_try_echo"; } >&5
1601 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602 ac_status=$?
1603 if test -s conftest.err; then
1604 grep -v '^ *+' conftest.err >conftest.er1
1605 cat conftest.er1 >&5
1606 mv -f conftest.er1 conftest.err
1607 fi
1608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609 test $ac_status = 0; } >/dev/null && {
1610 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611 test ! -s conftest.err
1612 }; then :
1613 ac_retval=0
1614else
1615 $as_echo "$as_me: failed program was:" >&5
1616sed 's/^/| /' conftest.$ac_ext >&5
f6bcefef 1617
81ecdfbb
RW
1618 ac_retval=1
1619fi
1620 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1621 return $ac_retval
f6bcefef 1622
81ecdfbb
RW
1623} # ac_fn_c_try_cpp
1624
1625# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1626# -------------------------------------------------------
1627# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1628# the include files in INCLUDES and setting the cache variable VAR
1629# accordingly.
1630ac_fn_c_check_header_mongrel ()
1631{
1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1633 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635$as_echo_n "checking for $2... " >&6; }
1636if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1637 $as_echo_n "(cached) " >&6
1638fi
1639eval ac_res=\$$3
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1641$as_echo "$ac_res" >&6; }
1642else
1643 # Is the header compilable?
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1645$as_echo_n "checking $2 usability... " >&6; }
1646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647/* end confdefs.h. */
1648$4
1649#include <$2>
1650_ACEOF
1651if ac_fn_c_try_compile "$LINENO"; then :
1652 ac_header_compiler=yes
1653else
1654 ac_header_compiler=no
1655fi
1656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1658$as_echo "$ac_header_compiler" >&6; }
1659
1660# Is the header present?
1661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1662$as_echo_n "checking $2 presence... " >&6; }
1663cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664/* end confdefs.h. */
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_cpp "$LINENO"; then :
1668 ac_header_preproc=yes
1669else
1670 ac_header_preproc=no
1671fi
1672rm -f conftest.err conftest.$ac_ext
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1674$as_echo "$ac_header_preproc" >&6; }
1675
1676# So? What about this header?
1677case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1678 yes:no: )
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1680$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1682$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1683 ;;
1684 no:yes:* )
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1686$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1688$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1690$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1692$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695 ;;
1696esac
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1698$as_echo_n "checking for $2... " >&6; }
1699if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1700 $as_echo_n "(cached) " >&6
1701else
1702 eval "$3=\$ac_header_compiler"
1703fi
1704eval ac_res=\$$3
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706$as_echo "$ac_res" >&6; }
1707fi
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709
1710} # ac_fn_c_check_header_mongrel
1711
1712# ac_fn_c_try_run LINENO
1713# ----------------------
1714# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1715# that executables *can* be run.
1716ac_fn_c_try_run ()
1717{
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 if { { ac_try="$ac_link"
1720case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723esac
1724eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725$as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_link") 2>&5
1727 ac_status=$?
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1730 { { case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_try") 2>&5
1737 ac_status=$?
1738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; }; }; then :
1740 ac_retval=0
1741else
1742 $as_echo "$as_me: program exited with status $ac_status" >&5
1743 $as_echo "$as_me: failed program was:" >&5
1744sed 's/^/| /' conftest.$ac_ext >&5
1745
1746 ac_retval=$ac_status
1747fi
1748 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750 return $ac_retval
1751
1752} # ac_fn_c_try_run
1753
1754# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1755# -------------------------------------------------------
1756# Tests whether HEADER exists and can be compiled using the include files in
1757# INCLUDES, setting the cache variable VAR accordingly.
1758ac_fn_c_check_header_compile ()
1759{
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762$as_echo_n "checking for $2... " >&6; }
1763if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 $as_echo_n "(cached) " >&6
1765else
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767/* end confdefs.h. */
1768$4
1769#include <$2>
1770_ACEOF
1771if ac_fn_c_try_compile "$LINENO"; then :
1772 eval "$3=yes"
1773else
1774 eval "$3=no"
1775fi
1776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777fi
1778eval ac_res=\$$3
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1780$as_echo "$ac_res" >&6; }
1781 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1782
1783} # ac_fn_c_check_header_compile
1784
1785# ac_fn_c_try_link LINENO
1786# -----------------------
1787# Try to link conftest.$ac_ext, and return whether this succeeded.
1788ac_fn_c_try_link ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 rm -f conftest.$ac_objext conftest$ac_exeext
1792 if { { ac_try="$ac_link"
1793case "(($ac_try" in
1794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795 *) ac_try_echo=$ac_try;;
1796esac
1797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798$as_echo "$ac_try_echo"; } >&5
1799 (eval "$ac_link") 2>conftest.err
1800 ac_status=$?
1801 if test -s conftest.err; then
1802 grep -v '^ *+' conftest.err >conftest.er1
1803 cat conftest.er1 >&5
1804 mv -f conftest.er1 conftest.err
1805 fi
1806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807 test $ac_status = 0; } && {
1808 test -z "$ac_c_werror_flag" ||
1809 test ! -s conftest.err
1810 } && test -s conftest$ac_exeext && {
1811 test "$cross_compiling" = yes ||
1812 $as_test_x conftest$ac_exeext
1813 }; then :
1814 ac_retval=0
1815else
1816 $as_echo "$as_me: failed program was:" >&5
1817sed 's/^/| /' conftest.$ac_ext >&5
1818
1819 ac_retval=1
1820fi
1821 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823 # interfere with the next link command; also delete a directory that is
1824 # left behind by Apple's compiler. We do this before executing the actions.
1825 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 return $ac_retval
1828
1829} # ac_fn_c_try_link
1830
1831# ac_fn_c_check_func LINENO FUNC VAR
1832# ----------------------------------
1833# Tests whether FUNC exists, setting the cache variable VAR accordingly
1834ac_fn_c_check_func ()
1835{
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838$as_echo_n "checking for $2... " >&6; }
1839if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1840 $as_echo_n "(cached) " >&6
1841else
1842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1843/* end confdefs.h. */
1844/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1846#define $2 innocuous_$2
1847
1848/* System header to define __stub macros and hopefully few prototypes,
1849 which can conflict with char $2 (); below.
1850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1851 <limits.h> exists even on freestanding compilers. */
1852
1853#ifdef __STDC__
1854# include <limits.h>
1855#else
1856# include <assert.h>
1857#endif
1858
1859#undef $2
1860
1861/* Override any GCC internal prototype to avoid an error.
1862 Use char because int might match the return type of a GCC
1863 builtin and then its argument prototype would still apply. */
1864#ifdef __cplusplus
1865extern "C"
1866#endif
1867char $2 ();
1868/* The GNU C library defines this for functions which it implements
1869 to always fail with ENOSYS. Some functions are actually named
1870 something starting with __ and the normal name is an alias. */
1871#if defined __stub_$2 || defined __stub___$2
1872choke me
1873#endif
1874
1875int
1876main ()
1877{
1878return $2 ();
1879 ;
1880 return 0;
1881}
1882_ACEOF
1883if ac_fn_c_try_link "$LINENO"; then :
1884 eval "$3=yes"
1885else
1886 eval "$3=no"
1887fi
1888rm -f core conftest.err conftest.$ac_objext \
1889 conftest$ac_exeext conftest.$ac_ext
1890fi
1891eval ac_res=\$$3
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893$as_echo "$ac_res" >&6; }
1894 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1895
1896} # ac_fn_c_check_func
1897cat >config.log <<_ACEOF
1898This file contains any messages produced by compilers while
1899running configure, to aid debugging if configure makes a mistake.
1900
1901It was created by $as_me, which was
1902generated by GNU Autoconf 2.64. Invocation command line was
1903
1904 $ $0 $@
1905
1906_ACEOF
1907exec 5>>config.log
1908{
1909cat <<_ASUNAME
1910## --------- ##
1911## Platform. ##
1912## --------- ##
1913
1914hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1915uname -m = `(uname -m) 2>/dev/null || echo unknown`
1916uname -r = `(uname -r) 2>/dev/null || echo unknown`
1917uname -s = `(uname -s) 2>/dev/null || echo unknown`
1918uname -v = `(uname -v) 2>/dev/null || echo unknown`
1919
1920/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1921/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1922
1923/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1924/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1925/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1926/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1927/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1928/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1929/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1930
1931_ASUNAME
1932
1933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1934for as_dir in $PATH
1935do
1936 IFS=$as_save_IFS
1937 test -z "$as_dir" && as_dir=.
1938 $as_echo "PATH: $as_dir"
1939 done
1940IFS=$as_save_IFS
1941
1942} >&5
1943
1944cat >&5 <<_ACEOF
f6bcefef
HPN
1945
1946
1947## ----------- ##
1948## Core tests. ##
1949## ----------- ##
1950
1951_ACEOF
1952
1953
1954# Keep a trace of the command line.
1955# Strip out --no-create and --no-recursion so they do not pile up.
1956# Strip out --silent because we don't want to record it for future runs.
1957# Also quote any args containing shell meta-characters.
1958# Make two passes to allow for proper duplicate-argument suppression.
1959ac_configure_args=
1960ac_configure_args0=
1961ac_configure_args1=
f6bcefef
HPN
1962ac_must_keep_next=false
1963for ac_pass in 1 2
1964do
1965 for ac_arg
1966 do
1967 case $ac_arg in
1968 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1969 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1970 | -silent | --silent | --silen | --sile | --sil)
1971 continue ;;
81ecdfbb
RW
1972 *\'*)
1973 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
f6bcefef
HPN
1974 esac
1975 case $ac_pass in
81ecdfbb 1976 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
f6bcefef 1977 2)
81ecdfbb 1978 as_fn_append ac_configure_args1 " '$ac_arg'"
f6bcefef
HPN
1979 if test $ac_must_keep_next = true; then
1980 ac_must_keep_next=false # Got value, back to normal.
1981 else
1982 case $ac_arg in
1983 *=* | --config-cache | -C | -disable-* | --disable-* \
1984 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1985 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1986 | -with-* | --with-* | -without-* | --without-* | --x)
1987 case "$ac_configure_args0 " in
1988 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1989 esac
1990 ;;
1991 -* ) ac_must_keep_next=true ;;
1992 esac
1993 fi
81ecdfbb 1994 as_fn_append ac_configure_args " '$ac_arg'"
f6bcefef
HPN
1995 ;;
1996 esac
1997 done
1998done
81ecdfbb
RW
1999{ ac_configure_args0=; unset ac_configure_args0;}
2000{ ac_configure_args1=; unset ac_configure_args1;}
f6bcefef
HPN
2001
2002# When interrupted or exit'd, cleanup temporary files, and complete
2003# config.log. We remove comments because anyway the quotes in there
2004# would cause problems or look ugly.
81ecdfbb
RW
2005# WARNING: Use '\'' to represent an apostrophe within the trap.
2006# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
f6bcefef
HPN
2007trap 'exit_status=$?
2008 # Save into config.log some information that might help in debugging.
2009 {
2010 echo
2011
2012 cat <<\_ASBOX
2013## ---------------- ##
2014## Cache variables. ##
2015## ---------------- ##
2016_ASBOX
2017 echo
2018 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2019(
2020 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2021 eval ac_val=\$$ac_var
2022 case $ac_val in #(
2023 *${as_nl}*)
2024 case $ac_var in #(
2025 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2026$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2027 esac
2028 case $ac_var in #(
2029 _ | IFS | as_nl) ;; #(
2030 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2031 *) { eval $ac_var=; unset $ac_var;} ;;
2032 esac ;;
2033 esac
2034 done
f6bcefef 2035 (set) 2>&1 |
81ecdfbb
RW
2036 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2037 *${as_nl}ac_space=\ *)
f6bcefef 2038 sed -n \
81ecdfbb
RW
2039 "s/'\''/'\''\\\\'\'''\''/g;
2040 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2041 ;; #(
f6bcefef 2042 *)
81ecdfbb 2043 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
f6bcefef 2044 ;;
81ecdfbb
RW
2045 esac |
2046 sort
2047)
f6bcefef
HPN
2048 echo
2049
2050 cat <<\_ASBOX
2051## ----------------- ##
2052## Output variables. ##
2053## ----------------- ##
2054_ASBOX
2055 echo
2056 for ac_var in $ac_subst_vars
2057 do
81ecdfbb
RW
2058 eval ac_val=\$$ac_var
2059 case $ac_val in
2060 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2061 esac
2062 $as_echo "$ac_var='\''$ac_val'\''"
f6bcefef
HPN
2063 done | sort
2064 echo
2065
2066 if test -n "$ac_subst_files"; then
2067 cat <<\_ASBOX
81ecdfbb
RW
2068## ------------------- ##
2069## File substitutions. ##
2070## ------------------- ##
f6bcefef
HPN
2071_ASBOX
2072 echo
2073 for ac_var in $ac_subst_files
2074 do
81ecdfbb
RW
2075 eval ac_val=\$$ac_var
2076 case $ac_val in
2077 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2078 esac
2079 $as_echo "$ac_var='\''$ac_val'\''"
f6bcefef
HPN
2080 done | sort
2081 echo
2082 fi
2083
2084 if test -s confdefs.h; then
2085 cat <<\_ASBOX
2086## ----------- ##
2087## confdefs.h. ##
2088## ----------- ##
2089_ASBOX
2090 echo
81ecdfbb 2091 cat confdefs.h
f6bcefef
HPN
2092 echo
2093 fi
2094 test "$ac_signal" != 0 &&
81ecdfbb
RW
2095 $as_echo "$as_me: caught signal $ac_signal"
2096 $as_echo "$as_me: exit $exit_status"
f6bcefef 2097 } >&5
81ecdfbb
RW
2098 rm -f core *.core core.conftest.* &&
2099 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
f6bcefef 2100 exit $exit_status
81ecdfbb 2101' 0
f6bcefef 2102for ac_signal in 1 2 13 15; do
81ecdfbb 2103 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
f6bcefef
HPN
2104done
2105ac_signal=0
2106
2107# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2108rm -f -r conftest* confdefs.h
2109
2110$as_echo "/* confdefs.h */" > confdefs.h
f6bcefef
HPN
2111
2112# Predefined preprocessor variables.
2113
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_NAME "$PACKAGE_NAME"
2116_ACEOF
2117
f6bcefef
HPN
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2120_ACEOF
2121
f6bcefef
HPN
2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_VERSION "$PACKAGE_VERSION"
2124_ACEOF
2125
f6bcefef
HPN
2126cat >>confdefs.h <<_ACEOF
2127#define PACKAGE_STRING "$PACKAGE_STRING"
2128_ACEOF
2129
f6bcefef
HPN
2130cat >>confdefs.h <<_ACEOF
2131#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2132_ACEOF
2133
81ecdfbb
RW
2134cat >>confdefs.h <<_ACEOF
2135#define PACKAGE_URL "$PACKAGE_URL"
2136_ACEOF
2137
f6bcefef
HPN
2138
2139# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2140# Prefer an explicitly selected file to automatically selected ones.
2141ac_site_file1=NONE
2142ac_site_file2=NONE
2143if test -n "$CONFIG_SITE"; then
2144 ac_site_file1=$CONFIG_SITE
2145elif test "x$prefix" != xNONE; then
2146 ac_site_file1=$prefix/share/config.site
2147 ac_site_file2=$prefix/etc/config.site
2148else
2149 ac_site_file1=$ac_default_prefix/share/config.site
2150 ac_site_file2=$ac_default_prefix/etc/config.site
2151fi
2152for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2153do
2154 test "x$ac_site_file" = xNONE && continue
f6bcefef 2155 if test -r "$ac_site_file"; then
81ecdfbb
RW
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2157$as_echo "$as_me: loading site script $ac_site_file" >&6;}
f6bcefef
HPN
2158 sed 's/^/| /' "$ac_site_file" >&5
2159 . "$ac_site_file"
2160 fi
2161done
2162
2163if test -r "$cache_file"; then
2164 # Some versions of bash will fail to source /dev/null (special
2165 # files actually), so we avoid doing that.
2166 if test -f "$cache_file"; then
81ecdfbb
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2168$as_echo "$as_me: loading cache $cache_file" >&6;}
f6bcefef 2169 case $cache_file in
81ecdfbb
RW
2170 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2171 *) . "./$cache_file";;
f6bcefef
HPN
2172 esac
2173 fi
2174else
81ecdfbb
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2176$as_echo "$as_me: creating cache $cache_file" >&6;}
f6bcefef
HPN
2177 >$cache_file
2178fi
2179
2180# Check that the precious variables saved in the cache have kept the same
2181# value.
2182ac_cache_corrupted=false
81ecdfbb 2183for ac_var in $ac_precious_vars; do
f6bcefef
HPN
2184 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2185 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2186 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2187 eval ac_new_val=\$ac_env_${ac_var}_value
f6bcefef
HPN
2188 case $ac_old_set,$ac_new_set in
2189 set,)
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2191$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
f6bcefef
HPN
2192 ac_cache_corrupted=: ;;
2193 ,set)
81ecdfbb
RW
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2195$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
f6bcefef
HPN
2196 ac_cache_corrupted=: ;;
2197 ,);;
2198 *)
2199 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2200 # differences in whitespace do not lead to failure.
2201 ac_old_val_w=`echo x $ac_old_val`
2202 ac_new_val_w=`echo x $ac_new_val`
2203 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2205$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2206 ac_cache_corrupted=:
2207 else
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2209$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2210 eval $ac_var=\$ac_old_val
2211 fi
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2213$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2215$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
f6bcefef
HPN
2216 fi;;
2217 esac
2218 # Pass precious variables to config.status.
2219 if test "$ac_new_set" = set; then
2220 case $ac_new_val in
81ecdfbb 2221 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
f6bcefef
HPN
2222 *) ac_arg=$ac_var=$ac_new_val ;;
2223 esac
2224 case " $ac_configure_args " in
2225 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2226 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
f6bcefef
HPN
2227 esac
2228 fi
2229done
2230if $ac_cache_corrupted; then
81ecdfbb
RW
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2232$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2234$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2235 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
f6bcefef 2236fi
81ecdfbb
RW
2237## -------------------- ##
2238## Main body of script. ##
2239## -------------------- ##
f6bcefef
HPN
2240
2241ac_ext=c
2242ac_cpp='$CPP $CPPFLAGS'
2243ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2244ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2245ac_compiler_gnu=$ac_cv_c_compiler_gnu
2246
2247
f6bcefef
HPN
2248# This file contains common code used by all simulators.
2249#
2250# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2251# directory. It is intended to be invoked before any target specific stuff.
2252# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2253# It is intended to be invoked last.
2254#
306f4178 2255# The simulator's configure.ac should look like:
f6bcefef
HPN
2256#
2257# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2258# AC_PREREQ(2.64)dnl
f6bcefef 2259# AC_INIT(Makefile.in)
6ffe910a 2260# sinclude(../common/aclocal.m4)
f6bcefef
HPN
2261#
2262# SIM_AC_COMMON
2263#
2264# ... target specific stuff ...
2265#
2266# SIM_AC_OUTPUT
2267
d6416cdc
RW
2268# Include global overrides and fixes for Autoconf.
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
6ffe910a
MF
2295# _AC_CHECK_DECL_BODY
2296# -------------------
2297# Shell function body for AC_CHECK_DECL.
2298# _AC_CHECK_DECL_BODY
d6416cdc 2299
6ffe910a
MF
2300# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2301# INCLUDES)
2302# -------------------------------------------------------------
2303# Helper to AC_CHECK_DECLS, which generates the check for a single
2304# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2305# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc 2306
d6416cdc
RW
2307
2308
2309
2310
2311
2312
f6bcefef
HPN
2313
2314
2315
db2e4d67 2316
6bb11ab3 2317# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2318#
6bb11ab3
L
2319# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2320# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2321# Written by Gordon Matzigkeit, 1996
2322#
2323# This file is free software; the Free Software Foundation gives
2324# unlimited permission to copy and/or distribute it, with or without
2325# modifications, as long as this notice is preserved.
db2e4d67 2326
db2e4d67 2327
db2e4d67 2328
6bb11ab3 2329# serial 56 LT_INIT
db2e4d67
MF
2330
2331
6bb11ab3
L
2332# LT_PREREQ(VERSION)
2333# ------------------
2334# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2335
db2e4d67
MF
2336
2337
6bb11ab3
L
2338# _LT_CHECK_BUILDDIR
2339# ------------------
2340# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2341
2342
f6bcefef 2343
6bb11ab3
L
2344# LT_INIT([OPTIONS])
2345# ------------------
2346# LT_INIT
f6bcefef 2347
6bb11ab3
L
2348# Old names:
2349# This is what autoupdate's m4 run will expand. It fires
2350# the warning (with _au_warn_XXX), outputs it into the
2351# updated configure.ac (with AC_DIAGNOSE), and then outputs
2352# the replacement expansion.
f6bcefef
HPN
2353
2354
6bb11ab3
L
2355# This is an auxiliary macro that is also run when
2356# autoupdate runs m4. It simply calls m4_warning, but
2357# we need a wrapper so that each warning is emitted only
2358# once. We break the quoting in m4_warning's argument in
2359# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef
HPN
2360
2361
6bb11ab3
L
2362# Finally, this is the expansion that is picked up by
2363# autoconf. It tells the user to run autoupdate, and
2364# then outputs the replacement expansion. We do not care
2365# about autoupdate's warning because that contains
2366# information on what to do *after* running autoupdate.
f6bcefef 2367
6bb11ab3
L
2368# This is what autoupdate's m4 run will expand. It fires
2369# the warning (with _au_warn_XXX), outputs it into the
2370# updated configure.ac (with AC_DIAGNOSE), and then outputs
2371# the replacement expansion.
f6bcefef
HPN
2372
2373
6bb11ab3
L
2374# This is an auxiliary macro that is also run when
2375# autoupdate runs m4. It simply calls m4_warning, but
2376# we need a wrapper so that each warning is emitted only
2377# once. We break the quoting in m4_warning's argument in
2378# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef
HPN
2379
2380
6bb11ab3
L
2381# Finally, this is the expansion that is picked up by
2382# autoconf. It tells the user to run autoupdate, and
2383# then outputs the replacement expansion. We do not care
2384# about autoupdate's warning because that contains
2385# information on what to do *after* running autoupdate.
f6bcefef
HPN
2386
2387
2388
6bb11ab3
L
2389# _LT_CC_BASENAME(CC)
2390# -------------------
2391# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
f6bcefef
HPN
2392
2393
2394
6bb11ab3
L
2395# _LT_FILEUTILS_DEFAULTS
2396# ----------------------
2397# It is okay to use these file commands and assume they have been set
2398# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2399# _LT_FILEUTILS_DEFAULTS
f6bcefef
HPN
2400
2401
6bb11ab3
L
2402# _LT_SETUP
2403# ---------
2404# _LT_SETUP
f6bcefef
HPN
2405
2406
6bb11ab3
L
2407# _LT_PREPARE_SED_QUOTE_VARS
2408# --------------------------
2409# Define a few sed substitution that help us do robust quoting.
f6bcefef
HPN
2410
2411
6bb11ab3
L
2412# _LT_PROG_LTMAIN
2413# ---------------
2414# Note that this code is called both from `configure', and `config.status'
2415# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2416# `config.status' has no value for ac_aux_dir unless we are using Automake,
2417# so we pass a copy along to make sure it has a sensible value anyway.
2418# _LT_PROG_LTMAIN
f6bcefef
HPN
2419
2420
6bb11ab3
L
2421## ------------------------------------- ##
2422## Accumulate code for creating libtool. ##
2423## ------------------------------------- ##
f6bcefef 2424
6bb11ab3
L
2425# So that we can recreate a full libtool script including additional
2426# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2427# in macros and then make a single call at the end using the `libtool'
2428# label.
f6bcefef
HPN
2429
2430
6bb11ab3
L
2431# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2432# ----------------------------------------
2433# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
f6bcefef
HPN
2434
2435
6bb11ab3 2436# Initialize.
f6bcefef
HPN
2437
2438
2439
6bb11ab3
L
2440# _LT_CONFIG_LIBTOOL([COMMANDS])
2441# ------------------------------
2442# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
f6bcefef
HPN
2443
2444
6bb11ab3 2445# Initialize.
f6bcefef
HPN
2446
2447
2448
6bb11ab3
L
2449# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2450# -----------------------------------------------------
f6bcefef 2451
5912fadd
JB
2452
2453
6bb11ab3
L
2454# _LT_FORMAT_COMMENT([COMMENT])
2455# -----------------------------
2456# Add leading comment marks to the start of each line, and a trailing
2457# full-stop to the whole comment if one is not present already.
5912fadd
JB
2458
2459
f6bcefef
HPN
2460
2461
6bb11ab3
L
2462## ------------------------ ##
2463## FIXME: Eliminate VARNAME ##
2464## ------------------------ ##
f6bcefef
HPN
2465
2466
6bb11ab3
L
2467# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2468# -------------------------------------------------------------------
2469# CONFIGNAME is the name given to the value in the libtool script.
2470# VARNAME is the (base) name used in the configure script.
2471# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2472# VARNAME. Any other value will be used directly.
f6bcefef 2473
f6bcefef
HPN
2474
2475
6bb11ab3
L
2476# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2477# --------------------------------------------------------
f6bcefef
HPN
2478
2479
2480
6bb11ab3
L
2481# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2482# ------------------------------------------------
f6bcefef
HPN
2483
2484
2485
6bb11ab3
L
2486# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2487# ---------------------------------------------------------
f6bcefef
HPN
2488
2489
2490
6bb11ab3
L
2491# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2492# --------------------------------------------------
f6bcefef
HPN
2493
2494
2495
6bb11ab3
L
2496# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2497# ---------------------------------------------------
f6bcefef
HPN
2498
2499
2500
6bb11ab3
L
2501# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2502# ---------------------------------------------------
f6bcefef
HPN
2503
2504
2505
2506
6bb11ab3
L
2507# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2508# ------------------------------------------------
f6bcefef
HPN
2509
2510
2511
2512
6bb11ab3
L
2513# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2514# ------------------------------------
2515# Quote a variable value, and forward it to `config.status' so that its
2516# declaration there will have the same value as in `configure'. VARNAME
2517# must have a single quote delimited value for this to work.
f6bcefef
HPN
2518
2519
2520
6bb11ab3
L
2521# _LT_CONFIG_STATUS_DECLARATIONS
2522# ------------------------------
2523# We delimit libtool config variables with single quotes, so when
2524# we write them to config.status, we have to be sure to quote all
2525# embedded single quotes properly. In configure, this macro expands
2526# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2527#
2528# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
f6bcefef
HPN
2529
2530
2531
6bb11ab3
L
2532# _LT_LIBTOOL_TAGS
2533# ----------------
2534# Output comment and list of tags supported by the script
f6bcefef
HPN
2535
2536
2537
6bb11ab3
L
2538# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2539# -----------------------------------
2540# Extract the dictionary values for VARNAME (optionally with TAG) and
2541# expand to a commented shell variable setting:
2542#
2543# # Some comment about what VAR is for.
2544# visible_name=$lt_internal_name
f6bcefef
HPN
2545
2546
f6bcefef 2547
6bb11ab3
L
2548# _LT_LIBTOOL_CONFIG_VARS
2549# -----------------------
2550# Produce commented declarations of non-tagged libtool config variables
2551# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2552# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2553# section) are produced by _LT_LIBTOOL_TAG_VARS.
f6bcefef
HPN
2554
2555
6efef468 2556
6bb11ab3
L
2557# _LT_LIBTOOL_TAG_VARS(TAG)
2558# -------------------------
6efef468
JM
2559
2560
2561
6bb11ab3
L
2562# _LT_TAGVAR(VARNAME, [TAGNAME])
2563# ------------------------------
6efef468
JM
2564
2565
2566
6bb11ab3
L
2567# _LT_CONFIG_COMMANDS
2568# -------------------
2569# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2570# variables for single and double quote escaping we saved from calls
2571# to _LT_DECL, we can put quote escaped variables declarations
2572# into `config.status', and then the shell code to quote escape them in
2573# for loops in `config.status'. Finally, any additional code accumulated
2574# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2575#_LT_CONFIG_COMMANDS
2576
2577
2578# Initialize.
2579
2580
2581# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2582# ------------------------------------
2583# Generate a child script FILE with all initialization necessary to
2584# reuse the environment learned by the parent script, and make the
2585# file executable. If COMMENT is supplied, it is inserted after the
2586# `#!' sequence but before initialization text begins. After this
2587# macro, additional text can be appended to FILE to form the body of
2588# the child script. The macro ends with non-zero status if the
2589# file could not be fully written (such as if the disk is full).
2590# _LT_GENERATED_FILE_INIT
2591
2592# LT_OUTPUT
2593# ---------
2594# This macro allows early generation of the libtool script (before
2595# AC_OUTPUT is called), incase it is used in configure for compilation
2596# tests.
2597# LT_OUTPUT
2598
2599
2600# _LT_CONFIG(TAG)
2601# ---------------
2602# If TAG is the built-in tag, create an initial libtool script with a
2603# default configuration from the untagged config vars. Otherwise add code
2604# to config.status for appending the configuration named by TAG from the
2605# matching tagged config vars.
2606# _LT_CONFIG
6efef468
JM
2607
2608
6bb11ab3
L
2609# LT_SUPPORTED_TAG(TAG)
2610# ---------------------
2611# Trace this macro to discover what tags are supported by the libtool
2612# --tag option, using:
2613# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2614
6efef468 2615
6efef468 2616
6bb11ab3 2617# C support is built-in for now
6efef468 2618
6efef468
JM
2619
2620
2621
6bb11ab3
L
2622# LT_LANG(LANG)
2623# -------------
2624# Enable libtool support for the given language if not already enabled.
2625# LT_LANG
6efef468
JM
2626
2627
6bb11ab3
L
2628# _LT_LANG(LANGNAME)
2629# ------------------
2630# _LT_LANG
6efef468
JM
2631
2632
6bb11ab3
L
2633# _LT_LANG_DEFAULT_CONFIG
2634# -----------------------
2635# _LT_LANG_DEFAULT_CONFIG
6efef468 2636
6bb11ab3
L
2637# Obsolete macros:
2638# This is what autoupdate's m4 run will expand. It fires
2639# the warning (with _au_warn_XXX), outputs it into the
2640# updated configure.ac (with AC_DIAGNOSE), and then outputs
2641# the replacement expansion.
6efef468 2642
6efef468 2643
6bb11ab3
L
2644# This is an auxiliary macro that is also run when
2645# autoupdate runs m4. It simply calls m4_warning, but
2646# we need a wrapper so that each warning is emitted only
2647# once. We break the quoting in m4_warning's argument in
2648# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2649
6efef468 2650
6bb11ab3
L
2651# Finally, this is the expansion that is picked up by
2652# autoconf. It tells the user to run autoupdate, and
2653# then outputs the replacement expansion. We do not care
2654# about autoupdate's warning because that contains
2655# information on what to do *after* running autoupdate.
6efef468 2656
6bb11ab3
L
2657# This is what autoupdate's m4 run will expand. It fires
2658# the warning (with _au_warn_XXX), outputs it into the
2659# updated configure.ac (with AC_DIAGNOSE), and then outputs
2660# the replacement expansion.
6efef468
JM
2661
2662
6bb11ab3
L
2663# This is an auxiliary macro that is also run when
2664# autoupdate runs m4. It simply calls m4_warning, but
2665# we need a wrapper so that each warning is emitted only
2666# once. We break the quoting in m4_warning's argument in
2667# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2668
2669
6bb11ab3
L
2670# Finally, this is the expansion that is picked up by
2671# autoconf. It tells the user to run autoupdate, and
2672# then outputs the replacement expansion. We do not care
2673# about autoupdate's warning because that contains
2674# information on what to do *after* running autoupdate.
6efef468 2675
6bb11ab3
L
2676# This is what autoupdate's m4 run will expand. It fires
2677# the warning (with _au_warn_XXX), outputs it into the
2678# updated configure.ac (with AC_DIAGNOSE), and then outputs
2679# the replacement expansion.
6efef468
JM
2680
2681
6bb11ab3
L
2682# This is an auxiliary macro that is also run when
2683# autoupdate runs m4. It simply calls m4_warning, but
2684# we need a wrapper so that each warning is emitted only
2685# once. We break the quoting in m4_warning's argument in
2686# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2687
2688
6bb11ab3
L
2689# Finally, this is the expansion that is picked up by
2690# autoconf. It tells the user to run autoupdate, and
2691# then outputs the replacement expansion. We do not care
2692# about autoupdate's warning because that contains
2693# information on what to do *after* running autoupdate.
6efef468 2694
6bb11ab3
L
2695# This is what autoupdate's m4 run will expand. It fires
2696# the warning (with _au_warn_XXX), outputs it into the
2697# updated configure.ac (with AC_DIAGNOSE), and then outputs
2698# the replacement expansion.
6efef468
JM
2699
2700
6bb11ab3
L
2701# This is an auxiliary macro that is also run when
2702# autoupdate runs m4. It simply calls m4_warning, but
2703# we need a wrapper so that each warning is emitted only
2704# once. We break the quoting in m4_warning's argument in
2705# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2706
2707
6bb11ab3
L
2708# Finally, this is the expansion that is picked up by
2709# autoconf. It tells the user to run autoupdate, and
2710# then outputs the replacement expansion. We do not care
2711# about autoupdate's warning because that contains
2712# information on what to do *after* running autoupdate.
6efef468 2713
6bb11ab3
L
2714# This is what autoupdate's m4 run will expand. It fires
2715# the warning (with _au_warn_XXX), outputs it into the
2716# updated configure.ac (with AC_DIAGNOSE), and then outputs
2717# the replacement expansion.
6efef468
JM
2718
2719
6bb11ab3
L
2720# This is an auxiliary macro that is also run when
2721# autoupdate runs m4. It simply calls m4_warning, but
2722# we need a wrapper so that each warning is emitted only
2723# once. We break the quoting in m4_warning's argument in
2724# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2725
2726
6bb11ab3
L
2727# Finally, this is the expansion that is picked up by
2728# autoconf. It tells the user to run autoupdate, and
2729# then outputs the replacement expansion. We do not care
2730# about autoupdate's warning because that contains
2731# information on what to do *after* running autoupdate.
6efef468 2732
f6bcefef
HPN
2733
2734
6bb11ab3
L
2735# _LT_TAG_COMPILER
2736# ----------------
2737# _LT_TAG_COMPILER
f6bcefef
HPN
2738
2739
6bb11ab3
L
2740# _LT_COMPILER_BOILERPLATE
2741# ------------------------
2742# Check for compiler boilerplate output or warnings with
2743# the simple compiler test code.
2744# _LT_COMPILER_BOILERPLATE
f6bcefef 2745
f6bcefef 2746
6bb11ab3
L
2747# _LT_LINKER_BOILERPLATE
2748# ----------------------
2749# Check for linker boilerplate output or warnings with
2750# the simple link test code.
2751# _LT_LINKER_BOILERPLATE
f6bcefef 2752
6bb11ab3
L
2753# _LT_REQUIRED_DARWIN_CHECKS
2754# -------------------------
81ecdfbb 2755
f6bcefef 2756
f6bcefef 2757
6bb11ab3
L
2758# _LT_DARWIN_LINKER_FEATURES
2759# --------------------------
2760# Checks for linker and compiler features on darwin
f6bcefef 2761
f6bcefef 2762
6bb11ab3
L
2763# _LT_SYS_MODULE_PATH_AIX
2764# -----------------------
2765# Links a minimal program and checks the executable
2766# for the system default hardcoded library path. In most cases,
2767# this is /usr/lib:/lib, but when the MPI compilers are used
2768# the location of the communication and MPI libs are included too.
2769# If we don't find anything, use the default library path according
2770# to the aix ld manual.
2771# _LT_SYS_MODULE_PATH_AIX
f6bcefef 2772
f6bcefef 2773
6bb11ab3
L
2774# _LT_SHELL_INIT(ARG)
2775# -------------------
2776# _LT_SHELL_INIT
f6bcefef 2777
f6bcefef 2778
81ecdfbb 2779
6bb11ab3
L
2780# _LT_PROG_ECHO_BACKSLASH
2781# -----------------------
2782# Find how we can fake an echo command that does not interpret backslash.
2783# In particular, with Autoconf 2.60 or later we add some code to the start
2784# of the generated configure script which will find a shell with a builtin
2785# printf (which we can use as an echo command).
2786# _LT_PROG_ECHO_BACKSLASH
f6bcefef 2787
f6bcefef 2788
6bb11ab3
L
2789# _LT_ENABLE_LOCK
2790# ---------------
2791# _LT_ENABLE_LOCK
81ecdfbb 2792
f6bcefef 2793
6bb11ab3
L
2794# _LT_CMD_OLD_ARCHIVE
2795# -------------------
2796# _LT_CMD_OLD_ARCHIVE
f6bcefef 2797
81ecdfbb 2798
6bb11ab3
L
2799# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2800# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2801# ----------------------------------------------------------------
2802# Check whether the given compiler option works
2803# _LT_COMPILER_OPTION
f6bcefef 2804
6bb11ab3
L
2805# Old name:
2806# This is what autoupdate's m4 run will expand. It fires
2807# the warning (with _au_warn_XXX), outputs it into the
2808# updated configure.ac (with AC_DIAGNOSE), and then outputs
2809# the replacement expansion.
f6bcefef 2810
f6bcefef 2811
6bb11ab3
L
2812# This is an auxiliary macro that is also run when
2813# autoupdate runs m4. It simply calls m4_warning, but
2814# we need a wrapper so that each warning is emitted only
2815# once. We break the quoting in m4_warning's argument in
2816# order to expand this macro's arguments, not AU_DEFUN's.
f6bcefef 2817
f6bcefef 2818
6bb11ab3
L
2819# Finally, this is the expansion that is picked up by
2820# autoconf. It tells the user to run autoupdate, and
2821# then outputs the replacement expansion. We do not care
2822# about autoupdate's warning because that contains
2823# information on what to do *after* running autoupdate.
f6bcefef 2824
f6bcefef 2825
f6bcefef 2826
6bb11ab3
L
2827# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2828# [ACTION-SUCCESS], [ACTION-FAILURE])
2829# ----------------------------------------------------
2830# Check whether the given linker option works
2831# _LT_LINKER_OPTION
81ecdfbb 2832
6bb11ab3
L
2833# Old name:
2834# This is what autoupdate's m4 run will expand. It fires
2835# the warning (with _au_warn_XXX), outputs it into the
2836# updated configure.ac (with AC_DIAGNOSE), and then outputs
2837# the replacement expansion.
81ecdfbb 2838
81ecdfbb 2839
6bb11ab3
L
2840# This is an auxiliary macro that is also run when
2841# autoupdate runs m4. It simply calls m4_warning, but
2842# we need a wrapper so that each warning is emitted only
2843# once. We break the quoting in m4_warning's argument in
2844# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2845
f6bcefef 2846
6bb11ab3
L
2847# Finally, this is the expansion that is picked up by
2848# autoconf. It tells the user to run autoupdate, and
2849# then outputs the replacement expansion. We do not care
2850# about autoupdate's warning because that contains
2851# information on what to do *after* running autoupdate.
2852
2853
2854
2855# LT_CMD_MAX_LEN
2856#---------------
2857# LT_CMD_MAX_LEN
2858
2859# Old name:
2860# This is what autoupdate's m4 run will expand. It fires
2861# the warning (with _au_warn_XXX), outputs it into the
2862# updated configure.ac (with AC_DIAGNOSE), and then outputs
2863# the replacement expansion.
2864
2865
2866# This is an auxiliary macro that is also run when
2867# autoupdate runs m4. It simply calls m4_warning, but
2868# we need a wrapper so that each warning is emitted only
2869# once. We break the quoting in m4_warning's argument in
2870# order to expand this macro's arguments, not AU_DEFUN's.
2871
2872
2873# Finally, this is the expansion that is picked up by
2874# autoconf. It tells the user to run autoupdate, and
2875# then outputs the replacement expansion. We do not care
2876# about autoupdate's warning because that contains
2877# information on what to do *after* running autoupdate.
2878
2879
2880
2881# _LT_HEADER_DLFCN
2882# ----------------
2883# _LT_HEADER_DLFCN
2884
2885
2886# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2887# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2888# ----------------------------------------------------------------
2889# _LT_TRY_DLOPEN_SELF
2890
2891
2892# LT_SYS_DLOPEN_SELF
2893# ------------------
2894# LT_SYS_DLOPEN_SELF
2895
2896# Old name:
2897# This is what autoupdate's m4 run will expand. It fires
2898# the warning (with _au_warn_XXX), outputs it into the
2899# updated configure.ac (with AC_DIAGNOSE), and then outputs
2900# the replacement expansion.
2901
2902
2903# This is an auxiliary macro that is also run when
2904# autoupdate runs m4. It simply calls m4_warning, but
2905# we need a wrapper so that each warning is emitted only
2906# once. We break the quoting in m4_warning's argument in
2907# order to expand this macro's arguments, not AU_DEFUN's.
2908
2909
2910# Finally, this is the expansion that is picked up by
2911# autoconf. It tells the user to run autoupdate, and
2912# then outputs the replacement expansion. We do not care
2913# about autoupdate's warning because that contains
2914# information on what to do *after* running autoupdate.
2915
2916
2917
2918# _LT_COMPILER_C_O([TAGNAME])
2919# ---------------------------
2920# Check to see if options -c and -o are simultaneously supported by compiler.
2921# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2922# _LT_COMPILER_C_O
2923
2924
2925# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2926# ----------------------------------
2927# Check to see if we can do hard links to lock some files if needed
2928# _LT_COMPILER_FILE_LOCKS
2929
2930
2931# _LT_CHECK_OBJDIR
2932# ----------------
2933# _LT_CHECK_OBJDIR
2934
2935
2936# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2937# --------------------------------------
2938# Check hardcoding attributes.
2939# _LT_LINKER_HARDCODE_LIBPATH
2940
2941
2942# _LT_CMD_STRIPLIB
2943# ----------------
2944# _LT_CMD_STRIPLIB
2945
2946
2947# _LT_SYS_DYNAMIC_LINKER([TAG])
2948# -----------------------------
2949# PORTME Fill in your ld.so characteristics
2950# _LT_SYS_DYNAMIC_LINKER
2951
2952
2953# _LT_PATH_TOOL_PREFIX(TOOL)
2954# --------------------------
2955# find a file program which can recognize shared library
2956# _LT_PATH_TOOL_PREFIX
2957
2958# Old name:
2959# This is what autoupdate's m4 run will expand. It fires
2960# the warning (with _au_warn_XXX), outputs it into the
2961# updated configure.ac (with AC_DIAGNOSE), and then outputs
2962# the replacement expansion.
2963
2964
2965# This is an auxiliary macro that is also run when
2966# autoupdate runs m4. It simply calls m4_warning, but
2967# we need a wrapper so that each warning is emitted only
2968# once. We break the quoting in m4_warning's argument in
2969# order to expand this macro's arguments, not AU_DEFUN's.
2970
2971
2972# Finally, this is the expansion that is picked up by
2973# autoconf. It tells the user to run autoupdate, and
2974# then outputs the replacement expansion. We do not care
2975# about autoupdate's warning because that contains
2976# information on what to do *after* running autoupdate.
2977
2978
2979
2980# _LT_PATH_MAGIC
2981# --------------
2982# find a file program which can recognize a shared library
2983# _LT_PATH_MAGIC
2984
2985
2986# LT_PATH_LD
2987# ----------
2988# find the pathname to the GNU or non-GNU linker
2989# LT_PATH_LD
2990
2991# Old names:
2992# This is what autoupdate's m4 run will expand. It fires
2993# the warning (with _au_warn_XXX), outputs it into the
2994# updated configure.ac (with AC_DIAGNOSE), and then outputs
2995# the replacement expansion.
2996
2997
2998# This is an auxiliary macro that is also run when
2999# autoupdate runs m4. It simply calls m4_warning, but
3000# we need a wrapper so that each warning is emitted only
3001# once. We break the quoting in m4_warning's argument in
3002# order to expand this macro's arguments, not AU_DEFUN's.
3003
3004
3005# Finally, this is the expansion that is picked up by
3006# autoconf. It tells the user to run autoupdate, and
3007# then outputs the replacement expansion. We do not care
3008# about autoupdate's warning because that contains
3009# information on what to do *after* running autoupdate.
3010
3011# This is what autoupdate's m4 run will expand. It fires
3012# the warning (with _au_warn_XXX), outputs it into the
3013# updated configure.ac (with AC_DIAGNOSE), and then outputs
3014# the replacement expansion.
3015
3016
3017# This is an auxiliary macro that is also run when
3018# autoupdate runs m4. It simply calls m4_warning, but
3019# we need a wrapper so that each warning is emitted only
3020# once. We break the quoting in m4_warning's argument in
3021# order to expand this macro's arguments, not AU_DEFUN's.
3022
3023
3024# Finally, this is the expansion that is picked up by
3025# autoconf. It tells the user to run autoupdate, and
3026# then outputs the replacement expansion. We do not care
3027# about autoupdate's warning because that contains
3028# information on what to do *after* running autoupdate.
3029
3030
3031
3032# _LT_PATH_LD_GNU
3033#- --------------
3034# _LT_PATH_LD_GNU
3035
3036
3037# _LT_CMD_RELOAD
3038# --------------
3039# find reload flag for linker
3040# -- PORTME Some linkers may need a different reload flag.
3041# _LT_CMD_RELOAD
3042
3043
3044# _LT_CHECK_MAGIC_METHOD
3045# ----------------------
3046# how to check for library dependencies
3047# -- PORTME fill in with the dynamic library characteristics
3048# _LT_CHECK_MAGIC_METHOD
3049
3050
3051# LT_PATH_NM
3052# ----------
3053# find the pathname to a BSD- or MS-compatible name lister
3054# LT_PATH_NM
3055
3056# Old names:
3057# This is what autoupdate's m4 run will expand. It fires
3058# the warning (with _au_warn_XXX), outputs it into the
3059# updated configure.ac (with AC_DIAGNOSE), and then outputs
3060# the replacement expansion.
3061
3062
3063# This is an auxiliary macro that is also run when
3064# autoupdate runs m4. It simply calls m4_warning, but
3065# we need a wrapper so that each warning is emitted only
3066# once. We break the quoting in m4_warning's argument in
3067# order to expand this macro's arguments, not AU_DEFUN's.
3068
3069
3070# Finally, this is the expansion that is picked up by
3071# autoconf. It tells the user to run autoupdate, and
3072# then outputs the replacement expansion. We do not care
3073# about autoupdate's warning because that contains
3074# information on what to do *after* running autoupdate.
3075
3076# This is what autoupdate's m4 run will expand. It fires
3077# the warning (with _au_warn_XXX), outputs it into the
3078# updated configure.ac (with AC_DIAGNOSE), and then outputs
3079# the replacement expansion.
3080
3081
3082# This is an auxiliary macro that is also run when
3083# autoupdate runs m4. It simply calls m4_warning, but
3084# we need a wrapper so that each warning is emitted only
3085# once. We break the quoting in m4_warning's argument in
3086# order to expand this macro's arguments, not AU_DEFUN's.
3087
3088
3089# Finally, this is the expansion that is picked up by
3090# autoconf. It tells the user to run autoupdate, and
3091# then outputs the replacement expansion. We do not care
3092# about autoupdate's warning because that contains
3093# information on what to do *after* running autoupdate.
3094
3095
3096
3097# LT_LIB_M
3098# --------
3099# check for math library
3100# LT_LIB_M
3101
3102# Old name:
3103# This is what autoupdate's m4 run will expand. It fires
3104# the warning (with _au_warn_XXX), outputs it into the
3105# updated configure.ac (with AC_DIAGNOSE), and then outputs
3106# the replacement expansion.
3107
3108
3109# This is an auxiliary macro that is also run when
3110# autoupdate runs m4. It simply calls m4_warning, but
3111# we need a wrapper so that each warning is emitted only
3112# once. We break the quoting in m4_warning's argument in
3113# order to expand this macro's arguments, not AU_DEFUN's.
3114
3115
3116# Finally, this is the expansion that is picked up by
3117# autoconf. It tells the user to run autoupdate, and
3118# then outputs the replacement expansion. We do not care
3119# about autoupdate's warning because that contains
3120# information on what to do *after* running autoupdate.
3121
3122
3123
3124# _LT_COMPILER_NO_RTTI([TAGNAME])
3125# -------------------------------
3126# _LT_COMPILER_NO_RTTI
3127
3128
3129# _LT_CMD_GLOBAL_SYMBOLS
3130# ----------------------
3131 # _LT_CMD_GLOBAL_SYMBOLS
3132
3133
3134# _LT_COMPILER_PIC([TAGNAME])
3135# ---------------------------
3136# _LT_COMPILER_PIC
3137
3138
3139# _LT_LINKER_SHLIBS([TAGNAME])
3140# ----------------------------
3141# See if the linker supports building shared libraries.
3142# _LT_LINKER_SHLIBS
3143
3144
3145# _LT_LANG_C_CONFIG([TAG])
3146# ------------------------
3147# Ensure that the configuration variables for a C compiler are suitably
3148# defined. These variables are subsequently used by _LT_CONFIG to write
3149# the compiler configuration to `libtool'.
3150# _LT_LANG_C_CONFIG
3151
3152
3153# _LT_LANG_CXX_CONFIG([TAG])
3154# --------------------------
3155# Ensure that the configuration variables for a C++ compiler are suitably
3156# defined. These variables are subsequently used by _LT_CONFIG to write
3157# the compiler configuration to `libtool'.
3158# _LT_LANG_CXX_CONFIG
3159
3160
3161# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3162# ---------------------------------
3163# Figure out "hidden" library dependencies from verbose
3164# compiler output when linking a shared library.
3165# Parse the compiler output and extract the necessary
3166# objects, libraries and library flags.
3167# _LT_SYS_HIDDEN_LIBDEPS
3168
3169
3170# _LT_LANG_F77_CONFIG([TAG])
3171# --------------------------
3172# Ensure that the configuration variables for a Fortran 77 compiler are
3173# suitably defined. These variables are subsequently used by _LT_CONFIG
3174# to write the compiler configuration to `libtool'.
3175# _LT_LANG_F77_CONFIG
3176
3177
3178# _LT_LANG_FC_CONFIG([TAG])
3179# -------------------------
3180# Ensure that the configuration variables for a Fortran compiler are
3181# suitably defined. These variables are subsequently used by _LT_CONFIG
3182# to write the compiler configuration to `libtool'.
3183# _LT_LANG_FC_CONFIG
3184
3185
3186# _LT_LANG_GCJ_CONFIG([TAG])
3187# --------------------------
3188# Ensure that the configuration variables for the GNU Java Compiler compiler
3189# are suitably defined. These variables are subsequently used by _LT_CONFIG
3190# to write the compiler configuration to `libtool'.
3191# _LT_LANG_GCJ_CONFIG
3192
3193
3194# _LT_LANG_RC_CONFIG([TAG])
3195# -------------------------
3196# Ensure that the configuration variables for the Windows resource compiler
3197# are suitably defined. These variables are subsequently used by _LT_CONFIG
3198# to write the compiler configuration to `libtool'.
3199# _LT_LANG_RC_CONFIG
3200
3201
3202# LT_PROG_GCJ
3203# -----------
3204
3205
3206# Old name:
3207# This is what autoupdate's m4 run will expand. It fires
3208# the warning (with _au_warn_XXX), outputs it into the
3209# updated configure.ac (with AC_DIAGNOSE), and then outputs
3210# the replacement expansion.
3211
3212
3213# This is an auxiliary macro that is also run when
3214# autoupdate runs m4. It simply calls m4_warning, but
3215# we need a wrapper so that each warning is emitted only
3216# once. We break the quoting in m4_warning's argument in
3217# order to expand this macro's arguments, not AU_DEFUN's.
3218
3219
3220# Finally, this is the expansion that is picked up by
3221# autoconf. It tells the user to run autoupdate, and
3222# then outputs the replacement expansion. We do not care
3223# about autoupdate's warning because that contains
3224# information on what to do *after* running autoupdate.
3225
3226
3227
3228# LT_PROG_RC
3229# ----------
3230
3231
3232# Old name:
3233# This is what autoupdate's m4 run will expand. It fires
3234# the warning (with _au_warn_XXX), outputs it into the
3235# updated configure.ac (with AC_DIAGNOSE), and then outputs
3236# the replacement expansion.
3237
3238
3239# This is an auxiliary macro that is also run when
3240# autoupdate runs m4. It simply calls m4_warning, but
3241# we need a wrapper so that each warning is emitted only
3242# once. We break the quoting in m4_warning's argument in
3243# order to expand this macro's arguments, not AU_DEFUN's.
3244
3245
3246# Finally, this is the expansion that is picked up by
3247# autoconf. It tells the user to run autoupdate, and
3248# then outputs the replacement expansion. We do not care
3249# about autoupdate's warning because that contains
3250# information on what to do *after* running autoupdate.
3251
3252
3253
3254# _LT_DECL_EGREP
3255# --------------
3256# If we don't have a new enough Autoconf to choose the best grep
3257# available, choose the one first in the user's PATH.
3258
3259
3260
3261# _LT_DECL_OBJDUMP
3262# --------------
3263# If we don't have a new enough Autoconf to choose the best objdump
3264# available, choose the one first in the user's PATH.
3265
3266
3267
3268# _LT_DECL_SED
3269# ------------
3270# Check for a fully-functional sed program, that truncates
3271# as few characters as possible. Prefer GNU sed if found.
3272# _LT_DECL_SED
3273
3274#m4_ifndef
3275
3276# Old name:
3277# This is what autoupdate's m4 run will expand. It fires
3278# the warning (with _au_warn_XXX), outputs it into the
3279# updated configure.ac (with AC_DIAGNOSE), and then outputs
3280# the replacement expansion.
3281
3282
3283# This is an auxiliary macro that is also run when
3284# autoupdate runs m4. It simply calls m4_warning, but
3285# we need a wrapper so that each warning is emitted only
3286# once. We break the quoting in m4_warning's argument in
3287# order to expand this macro's arguments, not AU_DEFUN's.
3288
3289
3290# Finally, this is the expansion that is picked up by
3291# autoconf. It tells the user to run autoupdate, and
3292# then outputs the replacement expansion. We do not care
3293# about autoupdate's warning because that contains
3294# information on what to do *after* running autoupdate.
3295
3296
3297
3298# _LT_CHECK_SHELL_FEATURES
3299# ------------------------
3300# Find out whether the shell is Bourne or XSI compatible,
3301# or has some other useful features.
3302# _LT_CHECK_SHELL_FEATURES
3303
3304
3305# _LT_PROG_XSI_SHELLFNS
3306# ---------------------
3307# Bourne and XSI compatible variants of some useful shell functions.
3308
3309
3310# Helper functions for option handling. -*- Autoconf -*-
3311#
3312# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3313# Inc.
3314# Written by Gary V. Vaughan, 2004
3315#
3316# This file is free software; the Free Software Foundation gives
3317# unlimited permission to copy and/or distribute it, with or without
3318# modifications, as long as this notice is preserved.
3319
3320# serial 6 ltoptions.m4
3321
3322# This is to help aclocal find these macros, as it can't see m4_define.
3323
3324
3325
3326# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3327# ------------------------------------------
3328
3329
3330
3331# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3332# ---------------------------------------
3333# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3334# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3335# saved as a flag.
3336
3337
3338
3339# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3340# ------------------------------------------------------------
3341# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3342
3343
3344
3345# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3346# -------------------------------------------------------
3347# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3348# are set.
3349
3350
3351
3352# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3353# ----------------------------------------
3354# OPTION-LIST is a space-separated list of Libtool options associated
3355# with MACRO-NAME. If any OPTION has a matching handler declared with
3356# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3357# the unknown option and exit.
3358# _LT_SET_OPTIONS
3359
3360
3361## --------------------------------- ##
3362## Macros to handle LT_INIT options. ##
3363## --------------------------------- ##
3364
3365# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3366# -----------------------------------------
3367
3368
3369
3370# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3371# -----------------------------------------------
3372# LT_OPTION_DEFINE
3373
3374
3375# dlopen
3376# ------
3377
3378
3379# This is what autoupdate's m4 run will expand. It fires
3380# the warning (with _au_warn_XXX), outputs it into the
3381# updated configure.ac (with AC_DIAGNOSE), and then outputs
3382# the replacement expansion.
3383
3384
3385# This is an auxiliary macro that is also run when
3386# autoupdate runs m4. It simply calls m4_warning, but
3387# we need a wrapper so that each warning is emitted only
3388# once. We break the quoting in m4_warning's argument in
3389# order to expand this macro's arguments, not AU_DEFUN's.
3390
3391
3392# Finally, this is the expansion that is picked up by
3393# autoconf. It tells the user to run autoupdate, and
3394# then outputs the replacement expansion. We do not care
3395# about autoupdate's warning because that contains
3396# information on what to do *after* running autoupdate.
3397
3398
3399
3400
3401# win32-dll
3402# ---------
3403# Declare package support for building win32 dll's.
3404# win32-dll
3405
3406# This is what autoupdate's m4 run will expand. It fires
3407# the warning (with _au_warn_XXX), outputs it into the
3408# updated configure.ac (with AC_DIAGNOSE), and then outputs
3409# the replacement expansion.
3410
3411
3412# This is an auxiliary macro that is also run when
3413# autoupdate runs m4. It simply calls m4_warning, but
3414# we need a wrapper so that each warning is emitted only
3415# once. We break the quoting in m4_warning's argument in
3416# order to expand this macro's arguments, not AU_DEFUN's.
3417
3418
3419# Finally, this is the expansion that is picked up by
3420# autoconf. It tells the user to run autoupdate, and
3421# then outputs the replacement expansion. We do not care
3422# about autoupdate's warning because that contains
3423# information on what to do *after* running autoupdate.
3424
3425
3426
3427
3428# _LT_ENABLE_SHARED([DEFAULT])
3429# ----------------------------
3430# implement the --enable-shared flag, and supports the `shared' and
3431# `disable-shared' LT_INIT options.
3432# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3433# _LT_ENABLE_SHARED
3434
3435
3436
3437
3438# Old names:
3439
3440
3441
3442
3443# This is what autoupdate's m4 run will expand. It fires
3444# the warning (with _au_warn_XXX), outputs it into the
3445# updated configure.ac (with AC_DIAGNOSE), and then outputs
3446# the replacement expansion.
3447
3448
3449# This is an auxiliary macro that is also run when
3450# autoupdate runs m4. It simply calls m4_warning, but
3451# we need a wrapper so that each warning is emitted only
3452# once. We break the quoting in m4_warning's argument in
3453# order to expand this macro's arguments, not AU_DEFUN's.
3454
3455
3456# Finally, this is the expansion that is picked up by
3457# autoconf. It tells the user to run autoupdate, and
3458# then outputs the replacement expansion. We do not care
3459# about autoupdate's warning because that contains
3460# information on what to do *after* running autoupdate.
3461
3462# This is what autoupdate's m4 run will expand. It fires
3463# the warning (with _au_warn_XXX), outputs it into the
3464# updated configure.ac (with AC_DIAGNOSE), and then outputs
3465# the replacement expansion.
3466
3467
3468# This is an auxiliary macro that is also run when
3469# autoupdate runs m4. It simply calls m4_warning, but
3470# we need a wrapper so that each warning is emitted only
3471# once. We break the quoting in m4_warning's argument in
3472# order to expand this macro's arguments, not AU_DEFUN's.
3473
3474
3475# Finally, this is the expansion that is picked up by
3476# autoconf. It tells the user to run autoupdate, and
3477# then outputs the replacement expansion. We do not care
3478# about autoupdate's warning because that contains
3479# information on what to do *after* running autoupdate.
3480
3481
3482
3483
3484
3485# _LT_ENABLE_STATIC([DEFAULT])
3486# ----------------------------
3487# implement the --enable-static flag, and support the `static' and
3488# `disable-static' LT_INIT options.
3489# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3490# _LT_ENABLE_STATIC
3491
3492
3493
3494
3495# Old names:
3496
3497
3498
3499
3500# This is what autoupdate's m4 run will expand. It fires
3501# the warning (with _au_warn_XXX), outputs it into the
3502# updated configure.ac (with AC_DIAGNOSE), and then outputs
3503# the replacement expansion.
3504
3505
3506# This is an auxiliary macro that is also run when
3507# autoupdate runs m4. It simply calls m4_warning, but
3508# we need a wrapper so that each warning is emitted only
3509# once. We break the quoting in m4_warning's argument in
3510# order to expand this macro's arguments, not AU_DEFUN's.
3511
3512
3513# Finally, this is the expansion that is picked up by
3514# autoconf. It tells the user to run autoupdate, and
3515# then outputs the replacement expansion. We do not care
3516# about autoupdate's warning because that contains
3517# information on what to do *after* running autoupdate.
3518
3519# This is what autoupdate's m4 run will expand. It fires
3520# the warning (with _au_warn_XXX), outputs it into the
3521# updated configure.ac (with AC_DIAGNOSE), and then outputs
3522# the replacement expansion.
3523
3524
3525# This is an auxiliary macro that is also run when
3526# autoupdate runs m4. It simply calls m4_warning, but
3527# we need a wrapper so that each warning is emitted only
3528# once. We break the quoting in m4_warning's argument in
3529# order to expand this macro's arguments, not AU_DEFUN's.
3530
3531
3532# Finally, this is the expansion that is picked up by
3533# autoconf. It tells the user to run autoupdate, and
3534# then outputs the replacement expansion. We do not care
3535# about autoupdate's warning because that contains
3536# information on what to do *after* running autoupdate.
3537
3538
3539
3540
3541
3542# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3543# ----------------------------------
3544# implement the --enable-fast-install flag, and support the `fast-install'
3545# and `disable-fast-install' LT_INIT options.
3546# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3547# _LT_ENABLE_FAST_INSTALL
3548
3549
3550
3551
3552# Old names:
3553# This is what autoupdate's m4 run will expand. It fires
3554# the warning (with _au_warn_XXX), outputs it into the
3555# updated configure.ac (with AC_DIAGNOSE), and then outputs
3556# the replacement expansion.
3557
3558
3559# This is an auxiliary macro that is also run when
3560# autoupdate runs m4. It simply calls m4_warning, but
3561# we need a wrapper so that each warning is emitted only
3562# once. We break the quoting in m4_warning's argument in
3563# order to expand this macro's arguments, not AU_DEFUN's.
3564
3565
3566# Finally, this is the expansion that is picked up by
3567# autoconf. It tells the user to run autoupdate, and
3568# then outputs the replacement expansion. We do not care
3569# about autoupdate's warning because that contains
3570# information on what to do *after* running autoupdate.
3571
3572
3573# This is what autoupdate's m4 run will expand. It fires
3574# the warning (with _au_warn_XXX), outputs it into the
3575# updated configure.ac (with AC_DIAGNOSE), and then outputs
3576# the replacement expansion.
3577
3578
3579# This is an auxiliary macro that is also run when
3580# autoupdate runs m4. It simply calls m4_warning, but
3581# we need a wrapper so that each warning is emitted only
3582# once. We break the quoting in m4_warning's argument in
3583# order to expand this macro's arguments, not AU_DEFUN's.
3584
3585
3586# Finally, this is the expansion that is picked up by
3587# autoconf. It tells the user to run autoupdate, and
3588# then outputs the replacement expansion. We do not care
3589# about autoupdate's warning because that contains
3590# information on what to do *after* running autoupdate.
3591
3592
3593
3594
3595# _LT_WITH_PIC([MODE])
3596# --------------------
3597# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3598# LT_INIT options.
3599# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3600# _LT_WITH_PIC
3601
3602
3603
3604
3605# Old name:
3606# This is what autoupdate's m4 run will expand. It fires
3607# the warning (with _au_warn_XXX), outputs it into the
3608# updated configure.ac (with AC_DIAGNOSE), and then outputs
3609# the replacement expansion.
3610
3611
3612# This is an auxiliary macro that is also run when
3613# autoupdate runs m4. It simply calls m4_warning, but
3614# we need a wrapper so that each warning is emitted only
3615# once. We break the quoting in m4_warning's argument in
3616# order to expand this macro's arguments, not AU_DEFUN's.
3617
3618
3619# Finally, this is the expansion that is picked up by
3620# autoconf. It tells the user to run autoupdate, and
3621# then outputs the replacement expansion. We do not care
3622# about autoupdate's warning because that contains
3623# information on what to do *after* running autoupdate.
3624
3625
3626
3627## ----------------- ##
3628## LTDL_INIT Options ##
3629## ----------------- ##
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3641#
3642# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3643# Written by Gary V. Vaughan, 2004
3644#
3645# This file is free software; the Free Software Foundation gives
3646# unlimited permission to copy and/or distribute it, with or without
3647# modifications, as long as this notice is preserved.
3648
3649# serial 6 ltsugar.m4
3650
3651# This is to help aclocal find these macros, as it can't see m4_define.
3652
3653
3654
3655# lt_join(SEP, ARG1, [ARG2...])
3656# -----------------------------
3657# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3658# associated separator.
3659# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3660# versions in m4sugar had bugs.
3661
3662
3663
3664
3665# lt_car(LIST)
3666# lt_cdr(LIST)
3667# ------------
3668# Manipulate m4 lists.
3669# These macros are necessary as long as will still need to support
3670# Autoconf-2.59 which quotes differently.
3671
3672
3673
3674
3675
3676# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3677# ------------------------------------------
3678# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3679# Note that neither SEPARATOR nor STRING are expanded; they are appended
3680# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3681# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3682# than defined and empty).
3683#
3684# This macro is needed until we can rely on Autoconf 2.62, since earlier
3685# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3686
3687
3688
3689
3690# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3691# ----------------------------------------------------------
3692# Produce a SEP delimited list of all paired combinations of elements of
3693# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3694# has the form PREFIXmINFIXSUFFIXn.
3695# Needed until we can rely on m4_combine added in Autoconf 2.62.
3696
3697
3698
3699# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3700# -----------------------------------------------------------------------
3701# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3702# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3703
3704
3705
3706# lt_dict_add(DICT, KEY, VALUE)
3707# -----------------------------
3708
3709
3710
3711# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3712# --------------------------------------------
3713
3714
3715
3716# lt_dict_fetch(DICT, KEY, [SUBKEY])
3717# ----------------------------------
3718
3719
3720
3721# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3722# -----------------------------------------------------------------
3723
3724
3725
3726# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3727# --------------------------------------------------------------
3728
3729
3730# ltversion.m4 -- version numbers -*- Autoconf -*-
3731#
3732# Copyright (C) 2004 Free Software Foundation, Inc.
3733# Written by Scott James Remnant, 2004
3734#
3735# This file is free software; the Free Software Foundation gives
3736# unlimited permission to copy and/or distribute it, with or without
3737# modifications, as long as this notice is preserved.
3738
3739# Generated from ltversion.in.
3740
3741# serial 3134 ltversion.m4
3742# This file is part of GNU Libtool
3743
3744
3745
3746
3747
3748
3749# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3750#
3751# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3752# Written by Scott James Remnant, 2004.
3753#
3754# This file is free software; the Free Software Foundation gives
3755# unlimited permission to copy and/or distribute it, with or without
3756# modifications, as long as this notice is preserved.
3757
3758# serial 4 lt~obsolete.m4
3759
3760# These exist entirely to fool aclocal when bootstrapping libtool.
3761#
3762# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3763# which have later been changed to m4_define as they aren't part of the
3764# exported API, or moved to Autoconf or Automake where they belong.
3765#
3766# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3767# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3768# using a macro with the same name in our local m4/libtool.m4 it'll
3769# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3770# and doesn't know about Autoconf macros at all.)
3771#
3772# So we provide this file, which has a silly filename so it's always
3773# included after everything else. This provides aclocal with the
3774# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3775# because those macros already exist, or will be overwritten later.
3776# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3777#
3778# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3779# Yes, that means every name once taken will need to remain here until
3780# we give up compatibility with versions before 1.7, at which point
3781# we need to keep only those names which we still refer to.
3782
3783# This is to help aclocal find these macros, as it can't see m4_define.
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
3846
3847
3848## -*- Autoconf -*-
3849
3850# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3851# Free Software Foundation, Inc.
3852#
3853# This file is free software; the Free Software Foundation
3854# gives unlimited permission to copy and/or distribute it,
3855# with or without modifications, as long as this notice is preserved.
3856
3857# serial 8
3858
3859# Based on depend.m4 from automake 1.9, modified for standalone use in
3860# an environment where GNU make is required.
3861
3862# ZW_PROG_COMPILER_DEPENDENCIES
3863# -----------------------------
3864# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3865# sets fooDEPMODE accordingly. Cache-variable compatible with
3866# original; not side-effect compatible. As the users of this macro
3867# may require accurate dependencies for correct builds, it does *not*
3868# honor --disable-dependency-checking, and failure to detect a usable
3869# method is an error. depcomp is assumed to be located in
3870# $ac_aux_dir.
3871#
3872# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3873
3874
3875
3876# AM_SET_DEPDIR
3877# -------------
3878# Choose a directory name for dependency files.
3879
3880
3881# ZW_CREATE_DEPDIR
3882# ----------------
3883# As AM_SET_DEPDIR, but also create the directory at config.status time.
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934sim_inline="-DDEFAULT_INLINE=0"
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
3969
3970
3971# intl sister-directory configuration rules.
3972#
3973
3974# The idea behind this macro is that there's no need to repeat all the
3975# autoconf probes done by the intl directory - it's already done them
3976# for us. In fact, there's no need even to look at the cache for the
3977# answers. All we need to do is nab a few pieces of information.
3978# The intl directory is set up to make this easy, by generating a
3979# small file which can be sourced as a shell script; then we produce
3980# the necessary substitutions and definitions for this directory.
3981
3982
3983
3984# Autoconf M4 include file defining utility macros for complex Canadian
3985# cross builds.
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995####
3996# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3997# or AC_INIT.
3998# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3999
4000####
4001# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4002# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4003
4004
4005####
4006# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4007# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4008
4009
4010
4011# Backported from Autoconf 2.5x; can go away when and if
4012# we switch. Put the OS path separator in $PATH_SEPARATOR.
4013
4014
4015
4016
4017# ACX_HAVE_GCC_FOR_TARGET
4018# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4019
4020
4021# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4022# Searching for installed target binutils. We need to take extra care,
4023# else we may find the wrong assembler, linker, etc., and lose.
4024#
4025# First try --with-build-time-tools, if specified.
4026#
4027# For build != host, we ask the installed GCC for the name of the tool it
4028# uses, and accept it if it is an absolute path. This is because the
4029# only good choice for a compiler is the same GCC version that is being
4030# installed (or we couldn't make target libraries), and we assume that
4031# on the host system we'll have not only the same GCC version, but also
4032# the same binutils version.
4033#
4034# For build == host, search the same directories that the installed
4035# compiler will search. We used to do this for the assembler, linker,
4036# and nm only; for simplicity of configuration, however, we extend this
4037# criterion to tools (such as ar and ranlib) that are never invoked by
4038# the compiler, to avoid mismatches.
4039#
4040# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4041# if build == target. This makes the most sense only when bootstrapping,
4042# but we also do so when build != host. In this case, we hope that the
4043# build and host systems will have similar contents of MD_EXEC_PREFIX.
4044#
4045# If we do not find a suitable binary, then try the user's path.
4046
4047
4048###
4049# AC_PROG_CPP_WERROR
4050# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4051# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4052# For now, using this also overrides header checks to use only the
4053# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4054# bit harder from here).
4055# Eventually autoconf will default to checking headers with the compiler
4056# instead, and we'll have to do this differently.
4057
4058# AC_PROG_CPP_WERROR
4059
4060# Test for GNAT.
4061# We require the gnatbind & gnatmake programs, as well as a compiler driver
4062# that understands Ada. We use the user's CC setting, already found, and
4063# possibly add $1 to the command-line parameters.
4064#
4065# Sets the shell variable have_gnat to yes or no as appropriate, and
4066# substitutes GNATBIND and GNATMAKE.
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092ac_ext=c
4093ac_cpp='$CPP $CPPFLAGS'
4094ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4095ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4096ac_compiler_gnu=$ac_cv_c_compiler_gnu
4097if test -n "$ac_tool_prefix"; then
4098 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4099set dummy ${ac_tool_prefix}gcc; ac_word=$2
4100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4101$as_echo_n "checking for $ac_word... " >&6; }
4102if test "${ac_cv_prog_CC+set}" = set; then :
4103 $as_echo_n "(cached) " >&6
4104else
4105 if test -n "$CC"; then
4106 ac_cv_prog_CC="$CC" # Let the user override the test.
4107else
4108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4109for as_dir in $PATH
4110do
4111 IFS=$as_save_IFS
4112 test -z "$as_dir" && as_dir=.
4113 for ac_exec_ext in '' $ac_executable_extensions; do
4114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4115 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4117 break 2
4118 fi
4119done
4120 done
4121IFS=$as_save_IFS
4122
4123fi
4124fi
4125CC=$ac_cv_prog_CC
4126if test -n "$CC"; then
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4128$as_echo "$CC" >&6; }
4129else
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4131$as_echo "no" >&6; }
4132fi
4133
4134
4135fi
4136if test -z "$ac_cv_prog_CC"; then
4137 ac_ct_CC=$CC
4138 # Extract the first word of "gcc", so it can be a program name with args.
4139set dummy gcc; ac_word=$2
4140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4141$as_echo_n "checking for $ac_word... " >&6; }
4142if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4143 $as_echo_n "(cached) " >&6
4144else
4145 if test -n "$ac_ct_CC"; then
4146 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4147else
4148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4149for as_dir in $PATH
4150do
4151 IFS=$as_save_IFS
4152 test -z "$as_dir" && as_dir=.
4153 for ac_exec_ext in '' $ac_executable_extensions; do
4154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4155 ac_cv_prog_ac_ct_CC="gcc"
4156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4157 break 2
4158 fi
4159done
4160 done
4161IFS=$as_save_IFS
4162
4163fi
4164fi
4165ac_ct_CC=$ac_cv_prog_ac_ct_CC
4166if test -n "$ac_ct_CC"; then
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4168$as_echo "$ac_ct_CC" >&6; }
4169else
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4171$as_echo "no" >&6; }
4172fi
4173
4174 if test "x$ac_ct_CC" = x; then
4175 CC=""
4176 else
4177 case $cross_compiling:$ac_tool_warned in
4178yes:)
4179{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4180$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4181ac_tool_warned=yes ;;
4182esac
4183 CC=$ac_ct_CC
4184 fi
4185else
4186 CC="$ac_cv_prog_CC"
4187fi
4188
4189if test -z "$CC"; then
4190 if test -n "$ac_tool_prefix"; then
4191 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4192set dummy ${ac_tool_prefix}cc; ac_word=$2
4193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4194$as_echo_n "checking for $ac_word... " >&6; }
4195if test "${ac_cv_prog_CC+set}" = set; then :
4196 $as_echo_n "(cached) " >&6
4197else
4198 if test -n "$CC"; then
4199 ac_cv_prog_CC="$CC" # Let the user override the test.
4200else
4201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202for as_dir in $PATH
4203do
4204 IFS=$as_save_IFS
4205 test -z "$as_dir" && as_dir=.
4206 for ac_exec_ext in '' $ac_executable_extensions; do
4207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4208 ac_cv_prog_CC="${ac_tool_prefix}cc"
4209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4210 break 2
4211 fi
4212done
4213 done
4214IFS=$as_save_IFS
4215
4216fi
4217fi
4218CC=$ac_cv_prog_CC
4219if test -n "$CC"; then
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4221$as_echo "$CC" >&6; }
4222else
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4224$as_echo "no" >&6; }
4225fi
4226
4227
4228 fi
4229fi
4230if test -z "$CC"; then
4231 # Extract the first word of "cc", so it can be a program name with args.
4232set dummy cc; ac_word=$2
4233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4234$as_echo_n "checking for $ac_word... " >&6; }
4235if test "${ac_cv_prog_CC+set}" = set; then :
4236 $as_echo_n "(cached) " >&6
4237else
4238 if test -n "$CC"; then
4239 ac_cv_prog_CC="$CC" # Let the user override the test.
4240else
4241 ac_prog_rejected=no
4242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243for as_dir in $PATH
4244do
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4250 ac_prog_rejected=yes
4251 continue
4252 fi
4253 ac_cv_prog_CC="cc"
4254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255 break 2
4256 fi
4257done
4258 done
4259IFS=$as_save_IFS
4260
4261if test $ac_prog_rejected = yes; then
4262 # We found a bogon in the path, so make sure we never use it.
4263 set dummy $ac_cv_prog_CC
4264 shift
4265 if test $# != 0; then
4266 # We chose a different compiler from the bogus one.
4267 # However, it has the same basename, so the bogon will be chosen
4268 # first if we set CC to just the basename; use the full file name.
4269 shift
4270 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4271 fi
4272fi
4273fi
4274fi
4275CC=$ac_cv_prog_CC
4276if test -n "$CC"; then
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278$as_echo "$CC" >&6; }
4279else
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281$as_echo "no" >&6; }
4282fi
4283
4284
4285fi
4286if test -z "$CC"; then
4287 if test -n "$ac_tool_prefix"; then
4288 for ac_prog in cl.exe
4289 do
4290 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4291set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293$as_echo_n "checking for $ac_word... " >&6; }
4294if test "${ac_cv_prog_CC+set}" = set; then :
4295 $as_echo_n "(cached) " >&6
4296else
4297 if test -n "$CC"; then
4298 ac_cv_prog_CC="$CC" # Let the user override the test.
4299else
4300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301for as_dir in $PATH
4302do
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4310 fi
4311done
4312 done
4313IFS=$as_save_IFS
4314
4315fi
4316fi
4317CC=$ac_cv_prog_CC
4318if test -n "$CC"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4320$as_echo "$CC" >&6; }
4321else
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323$as_echo "no" >&6; }
4324fi
4325
4326
4327 test -n "$CC" && break
4328 done
4329fi
4330if test -z "$CC"; then
4331 ac_ct_CC=$CC
4332 for ac_prog in cl.exe
4333do
4334 # Extract the first word of "$ac_prog", so it can be a program name with args.
4335set dummy $ac_prog; ac_word=$2
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4337$as_echo_n "checking for $ac_word... " >&6; }
4338if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
4340else
4341 if test -n "$ac_ct_CC"; then
4342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4343else
4344as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4345for as_dir in $PATH
4346do
4347 IFS=$as_save_IFS
4348 test -z "$as_dir" && as_dir=.
4349 for ac_exec_ext in '' $ac_executable_extensions; do
4350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4351 ac_cv_prog_ac_ct_CC="$ac_prog"
4352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4353 break 2
4354 fi
4355done
4356 done
4357IFS=$as_save_IFS
4358
4359fi
4360fi
4361ac_ct_CC=$ac_cv_prog_ac_ct_CC
4362if test -n "$ac_ct_CC"; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4364$as_echo "$ac_ct_CC" >&6; }
4365else
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4367$as_echo "no" >&6; }
4368fi
4369
4370
4371 test -n "$ac_ct_CC" && break
4372done
4373
4374 if test "x$ac_ct_CC" = x; then
4375 CC=""
4376 else
4377 case $cross_compiling:$ac_tool_warned in
4378yes:)
4379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4381ac_tool_warned=yes ;;
4382esac
4383 CC=$ac_ct_CC
4384 fi
4385fi
4386
4387fi
4388
4389
4390test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4391$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4392as_fn_error "no acceptable C compiler found in \$PATH
4393See \`config.log' for more details." "$LINENO" 5; }
4394
4395# Provide some information about the compiler.
4396$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4397set X $ac_compile
4398ac_compiler=$2
4399for ac_option in --version -v -V -qversion; do
4400 { { ac_try="$ac_compiler $ac_option >&5"
4401case "(($ac_try" in
4402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4403 *) ac_try_echo=$ac_try;;
4404esac
4405eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4406$as_echo "$ac_try_echo"; } >&5
4407 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4408 ac_status=$?
4409 if test -s conftest.err; then
4410 sed '10a\
4411... rest of stderr output deleted ...
4412 10q' conftest.err >conftest.er1
4413 cat conftest.er1 >&5
4414 rm -f conftest.er1 conftest.err
4415 fi
4416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4417 test $ac_status = 0; }
4418done
4419
4420cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4421/* end confdefs.h. */
4422
4423int
4424main ()
4425{
4426
4427 ;
4428 return 0;
4429}
4430_ACEOF
4431ac_clean_files_save=$ac_clean_files
4432ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4433# Try to create an executable without -o first, disregard a.out.
4434# It will help us diagnose broken compilers, and finding out an intuition
4435# of exeext.
4436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4437$as_echo_n "checking for C compiler default output file name... " >&6; }
4438ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4439
4440# The possible output files:
4441ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4442
4443ac_rmfiles=
4444for ac_file in $ac_files
4445do
4446 case $ac_file in
4447 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4448 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4449 esac
4450done
4451rm -f $ac_rmfiles
4452
4453if { { ac_try="$ac_link_default"
4454case "(($ac_try" in
4455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4456 *) ac_try_echo=$ac_try;;
4457esac
4458eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4459$as_echo "$ac_try_echo"; } >&5
4460 (eval "$ac_link_default") 2>&5
4461 ac_status=$?
4462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4463 test $ac_status = 0; }; then :
4464 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4465# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4466# in a Makefile. We should not override ac_cv_exeext if it was cached,
4467# so that the user can short-circuit this test for compilers unknown to
4468# Autoconf.
4469for ac_file in $ac_files ''
4470do
4471 test -f "$ac_file" || continue
4472 case $ac_file in
4473 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4474 ;;
4475 [ab].out )
4476 # We found the default executable, but exeext='' is most
4477 # certainly right.
4478 break;;
4479 *.* )
4480 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4481 then :; else
4482 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4483 fi
4484 # We set ac_cv_exeext here because the later test for it is not
4485 # safe: cross compilers may not add the suffix if given an `-o'
4486 # argument, so we may need to know it at that point already.
4487 # Even if this section looks crufty: it has the advantage of
4488 # actually working.
4489 break;;
4490 * )
4491 break;;
4492 esac
4493done
4494test "$ac_cv_exeext" = no && ac_cv_exeext=
4495
4496else
4497 ac_file=''
4498fi
4499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4500$as_echo "$ac_file" >&6; }
4501if test -z "$ac_file"; then :
4502 $as_echo "$as_me: failed program was:" >&5
4503sed 's/^/| /' conftest.$ac_ext >&5
4504
4505{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4506$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4507{ as_fn_set_status 77
4508as_fn_error "C compiler cannot create executables
4509See \`config.log' for more details." "$LINENO" 5; }; }
4510fi
4511ac_exeext=$ac_cv_exeext
4512
4513# Check that the compiler produces executables we can run. If not, either
4514# the compiler is broken, or we cross compile.
4515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4516$as_echo_n "checking whether the C compiler works... " >&6; }
4517# If not cross compiling, check that we can run a simple program.
4518if test "$cross_compiling" != yes; then
4519 if { ac_try='./$ac_file'
4520 { { case "(($ac_try" in
4521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522 *) ac_try_echo=$ac_try;;
4523esac
4524eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4525$as_echo "$ac_try_echo"; } >&5
4526 (eval "$ac_try") 2>&5
4527 ac_status=$?
4528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4529 test $ac_status = 0; }; }; then
4530 cross_compiling=no
4531 else
4532 if test "$cross_compiling" = maybe; then
4533 cross_compiling=yes
4534 else
4535 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4536$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4537as_fn_error "cannot run C compiled programs.
4538If you meant to cross compile, use \`--host'.
4539See \`config.log' for more details." "$LINENO" 5; }
4540 fi
4541 fi
4542fi
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4544$as_echo "yes" >&6; }
4545
4546rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4547ac_clean_files=$ac_clean_files_save
4548# Check that the compiler produces executables we can run. If not, either
4549# the compiler is broken, or we cross compile.
4550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4551$as_echo_n "checking whether we are cross compiling... " >&6; }
4552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4553$as_echo "$cross_compiling" >&6; }
4554
4555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4556$as_echo_n "checking for suffix of executables... " >&6; }
4557if { { ac_try="$ac_link"
4558case "(($ac_try" in
4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4561esac
4562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4563$as_echo "$ac_try_echo"; } >&5
4564 (eval "$ac_link") 2>&5
4565 ac_status=$?
4566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4567 test $ac_status = 0; }; then :
4568 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4569# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4570# work properly (i.e., refer to `conftest.exe'), while it won't with
4571# `rm'.
4572for ac_file in conftest.exe conftest conftest.*; do
4573 test -f "$ac_file" || continue
4574 case $ac_file in
4575 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4576 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4577 break;;
4578 * ) break;;
4579 esac
4580done
4581else
4582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4583$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4584as_fn_error "cannot compute suffix of executables: cannot compile and link
4585See \`config.log' for more details." "$LINENO" 5; }
4586fi
4587rm -f conftest$ac_cv_exeext
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4589$as_echo "$ac_cv_exeext" >&6; }
4590
4591rm -f conftest.$ac_ext
4592EXEEXT=$ac_cv_exeext
4593ac_exeext=$EXEEXT
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4595$as_echo_n "checking for suffix of object files... " >&6; }
4596if test "${ac_cv_objext+set}" = set; then :
4597 $as_echo_n "(cached) " >&6
4598else
4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600/* end confdefs.h. */
4601
4602int
4603main ()
4604{
4605
4606 ;
4607 return 0;
4608}
4609_ACEOF
4610rm -f conftest.o conftest.obj
4611if { { ac_try="$ac_compile"
4612case "(($ac_try" in
4613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4615esac
4616eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617$as_echo "$ac_try_echo"; } >&5
4618 (eval "$ac_compile") 2>&5
4619 ac_status=$?
4620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4621 test $ac_status = 0; }; then :
4622 for ac_file in conftest.o conftest.obj conftest.*; do
4623 test -f "$ac_file" || continue;
4624 case $ac_file in
4625 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4626 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4627 break;;
4628 esac
4629done
4630else
4631 $as_echo "$as_me: failed program was:" >&5
4632sed 's/^/| /' conftest.$ac_ext >&5
4633
4634{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4635$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4636as_fn_error "cannot compute suffix of object files: cannot compile
4637See \`config.log' for more details." "$LINENO" 5; }
4638fi
4639rm -f conftest.$ac_cv_objext conftest.$ac_ext
4640fi
4641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4642$as_echo "$ac_cv_objext" >&6; }
4643OBJEXT=$ac_cv_objext
4644ac_objext=$OBJEXT
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4646$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4647if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
4649else
4650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4651/* end confdefs.h. */
4652
4653int
4654main ()
4655{
4656#ifndef __GNUC__
4657 choke me
4658#endif
4659
4660 ;
4661 return 0;
4662}
4663_ACEOF
4664if ac_fn_c_try_compile "$LINENO"; then :
4665 ac_compiler_gnu=yes
4666else
4667 ac_compiler_gnu=no
4668fi
4669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4670ac_cv_c_compiler_gnu=$ac_compiler_gnu
4671
4672fi
4673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4674$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4675if test $ac_compiler_gnu = yes; then
4676 GCC=yes
4677else
4678 GCC=
4679fi
4680ac_test_CFLAGS=${CFLAGS+set}
4681ac_save_CFLAGS=$CFLAGS
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4683$as_echo_n "checking whether $CC accepts -g... " >&6; }
4684if test "${ac_cv_prog_cc_g+set}" = set; then :
4685 $as_echo_n "(cached) " >&6
4686else
4687 ac_save_c_werror_flag=$ac_c_werror_flag
4688 ac_c_werror_flag=yes
4689 ac_cv_prog_cc_g=no
4690 CFLAGS="-g"
4691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4692/* end confdefs.h. */
4693
4694int
4695main ()
4696{
4697
4698 ;
4699 return 0;
4700}
4701_ACEOF
4702if ac_fn_c_try_compile "$LINENO"; then :
4703 ac_cv_prog_cc_g=yes
4704else
4705 CFLAGS=""
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4707/* end confdefs.h. */
4708
4709int
4710main ()
4711{
4712
4713 ;
4714 return 0;
4715}
4716_ACEOF
4717if ac_fn_c_try_compile "$LINENO"; then :
4718
4719else
4720 ac_c_werror_flag=$ac_save_c_werror_flag
4721 CFLAGS="-g"
4722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4723/* end confdefs.h. */
4724
4725int
4726main ()
4727{
4728
4729 ;
4730 return 0;
4731}
4732_ACEOF
4733if ac_fn_c_try_compile "$LINENO"; then :
4734 ac_cv_prog_cc_g=yes
4735fi
4736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4737fi
4738rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4739fi
4740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4741 ac_c_werror_flag=$ac_save_c_werror_flag
4742fi
4743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4744$as_echo "$ac_cv_prog_cc_g" >&6; }
4745if test "$ac_test_CFLAGS" = set; then
4746 CFLAGS=$ac_save_CFLAGS
4747elif test $ac_cv_prog_cc_g = yes; then
4748 if test "$GCC" = yes; then
4749 CFLAGS="-g -O2"
4750 else
4751 CFLAGS="-g"
4752 fi
4753else
4754 if test "$GCC" = yes; then
4755 CFLAGS="-O2"
4756 else
4757 CFLAGS=
4758 fi
4759fi
4760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4761$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4762if test "${ac_cv_prog_cc_c89+set}" = set; then :
4763 $as_echo_n "(cached) " >&6
4764else
4765 ac_cv_prog_cc_c89=no
4766ac_save_CC=$CC
4767cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768/* end confdefs.h. */
4769#include <stdarg.h>
4770#include <stdio.h>
4771#include <sys/types.h>
4772#include <sys/stat.h>
4773/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4774struct buf { int x; };
4775FILE * (*rcsopen) (struct buf *, struct stat *, int);
4776static char *e (p, i)
4777 char **p;
4778 int i;
4779{
4780 return p[i];
4781}
4782static char *f (char * (*g) (char **, int), char **p, ...)
4783{
4784 char *s;
4785 va_list v;
4786 va_start (v,p);
4787 s = g (p, va_arg (v,int));
4788 va_end (v);
4789 return s;
4790}
4791
4792/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4793 function prototypes and stuff, but not '\xHH' hex character constants.
4794 These don't provoke an error unfortunately, instead are silently treated
4795 as 'x'. The following induces an error, until -std is added to get
4796 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4797 array size at least. It's necessary to write '\x00'==0 to get something
4798 that's true only with -std. */
4799int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4800
4801/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4802 inside strings and character constants. */
4803#define FOO(x) 'x'
4804int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4805
4806int test (int i, double x);
4807struct s1 {int (*f) (int a);};
4808struct s2 {int (*f) (double a);};
4809int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4810int argc;
4811char **argv;
4812int
4813main ()
4814{
4815return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4816 ;
4817 return 0;
4818}
4819_ACEOF
4820for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4821 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4822do
4823 CC="$ac_save_CC $ac_arg"
4824 if ac_fn_c_try_compile "$LINENO"; then :
4825 ac_cv_prog_cc_c89=$ac_arg
4826fi
4827rm -f core conftest.err conftest.$ac_objext
4828 test "x$ac_cv_prog_cc_c89" != "xno" && break
4829done
4830rm -f conftest.$ac_ext
4831CC=$ac_save_CC
4832
4833fi
4834# AC_CACHE_VAL
4835case "x$ac_cv_prog_cc_c89" in
4836 x)
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4838$as_echo "none needed" >&6; } ;;
4839 xno)
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4841$as_echo "unsupported" >&6; } ;;
4842 *)
4843 CC="$CC $ac_cv_prog_cc_c89"
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4845$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4846esac
4847if test "x$ac_cv_prog_cc_c89" != xno; then :
4848
4849fi
4850
4851ac_ext=c
4852ac_cpp='$CPP $CPPFLAGS'
4853ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4854ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4855ac_compiler_gnu=$ac_cv_c_compiler_gnu
4856
4857ac_aux_dir=
4858for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4859 for ac_t in install-sh install.sh shtool; do
4860 if test -f "$ac_dir/$ac_t"; then
4861 ac_aux_dir=$ac_dir
4862 ac_install_sh="$ac_aux_dir/$ac_t -c"
4863 break 2
4864 fi
4865 done
4866done
4867if test -z "$ac_aux_dir"; then
4868 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4869fi
4870
4871# These three variables are undocumented and unsupported,
4872# and are intended to be withdrawn in a future Autoconf release.
4873# They can cause serious problems if a builder's source tree is in a directory
4874# whose full name contains unusual characters.
4875ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4876ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4877ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4878
4879
4880# Make sure we can run config.sub.
4881$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4882 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4883
4884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4885$as_echo_n "checking build system type... " >&6; }
4886if test "${ac_cv_build+set}" = set; then :
4887 $as_echo_n "(cached) " >&6
4888else
4889 ac_build_alias=$build_alias
4890test "x$ac_build_alias" = x &&
4891 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4892test "x$ac_build_alias" = x &&
4893 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4894ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4895 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4896
4897fi
4898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4899$as_echo "$ac_cv_build" >&6; }
4900case $ac_cv_build in
4901*-*-*) ;;
4902*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4903esac
4904build=$ac_cv_build
4905ac_save_IFS=$IFS; IFS='-'
4906set x $ac_cv_build
4907shift
4908build_cpu=$1
4909build_vendor=$2
4910shift; shift
4911# Remember, the first character of IFS is used to create $*,
4912# except with old shells:
4913build_os=$*
4914IFS=$ac_save_IFS
4915case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4916
4917
4918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4919$as_echo_n "checking host system type... " >&6; }
4920if test "${ac_cv_host+set}" = set; then :
4921 $as_echo_n "(cached) " >&6
4922else
4923 if test "x$host_alias" = x; then
4924 ac_cv_host=$ac_cv_build
4925else
4926 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4927 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4928fi
4929
4930fi
4931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4932$as_echo "$ac_cv_host" >&6; }
4933case $ac_cv_host in
4934*-*-*) ;;
4935*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4936esac
4937host=$ac_cv_host
4938ac_save_IFS=$IFS; IFS='-'
4939set x $ac_cv_host
4940shift
4941host_cpu=$1
4942host_vendor=$2
4943shift; shift
4944# Remember, the first character of IFS is used to create $*,
4945# except with old shells:
4946host_os=$*
4947IFS=$ac_save_IFS
4948case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4949
4950
4951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4952$as_echo_n "checking target system type... " >&6; }
4953if test "${ac_cv_target+set}" = set; then :
4954 $as_echo_n "(cached) " >&6
4955else
4956 if test "x$target_alias" = x; then
4957 ac_cv_target=$ac_cv_host
4958else
4959 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4960 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4961fi
4962
4963fi
4964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4965$as_echo "$ac_cv_target" >&6; }
4966case $ac_cv_target in
4967*-*-*) ;;
4968*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4969esac
4970target=$ac_cv_target
4971ac_save_IFS=$IFS; IFS='-'
4972set x $ac_cv_target
4973shift
4974target_cpu=$1
4975target_vendor=$2
4976shift; shift
4977# Remember, the first character of IFS is used to create $*,
4978# except with old shells:
4979target_os=$*
4980IFS=$ac_save_IFS
4981case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4982
4983
4984# The aliases save the names the user supplied, while $host etc.
4985# will get canonicalized.
4986test -n "$target_alias" &&
4987 test "$program_prefix$program_suffix$program_transform_name" = \
4988 NONENONEs,x,x, &&
4989 program_prefix=${target_alias}-
4990
4991ac_ext=c
4992ac_cpp='$CPP $CPPFLAGS'
4993ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4994ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4995ac_compiler_gnu=$ac_cv_c_compiler_gnu
4996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4997$as_echo_n "checking how to run the C preprocessor... " >&6; }
4998# On Suns, sometimes $CPP names a directory.
4999if test -n "$CPP" && test -d "$CPP"; then
5000 CPP=
5001fi
5002if test -z "$CPP"; then
5003 if test "${ac_cv_prog_CPP+set}" = set; then :
5004 $as_echo_n "(cached) " >&6
5005else
5006 # Double quotes because CPP needs to be expanded
5007 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5008 do
5009 ac_preproc_ok=false
5010for ac_c_preproc_warn_flag in '' yes
5011do
5012 # Use a header file that comes with gcc, so configuring glibc
5013 # with a fresh cross-compiler works.
5014 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5015 # <limits.h> exists even on freestanding compilers.
5016 # On the NeXT, cc -E runs the code through the compiler's parser,
5017 # not just through cpp. "Syntax error" is here to catch this case.
5018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019/* end confdefs.h. */
5020#ifdef __STDC__
5021# include <limits.h>
5022#else
5023# include <assert.h>
5024#endif
5025 Syntax error
5026_ACEOF
5027if ac_fn_c_try_cpp "$LINENO"; then :
5028
5029else
5030 # Broken: fails on valid input.
5031continue
5032fi
5033rm -f conftest.err conftest.$ac_ext
5034
5035 # OK, works on sane cases. Now check whether nonexistent headers
5036 # can be detected and how.
5037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5038/* end confdefs.h. */
5039#include <ac_nonexistent.h>
5040_ACEOF
5041if ac_fn_c_try_cpp "$LINENO"; then :
5042 # Broken: success on invalid input.
5043continue
5044else
5045 # Passes both tests.
5046ac_preproc_ok=:
5047break
5048fi
5049rm -f conftest.err conftest.$ac_ext
5050
5051done
5052# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5053rm -f conftest.err conftest.$ac_ext
5054if $ac_preproc_ok; then :
5055 break
5056fi
5057
5058 done
5059 ac_cv_prog_CPP=$CPP
5060
5061fi
5062 CPP=$ac_cv_prog_CPP
5063else
5064 ac_cv_prog_CPP=$CPP
5065fi
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5067$as_echo "$CPP" >&6; }
5068ac_preproc_ok=false
5069for ac_c_preproc_warn_flag in '' yes
5070do
5071 # Use a header file that comes with gcc, so configuring glibc
5072 # with a fresh cross-compiler works.
5073 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5074 # <limits.h> exists even on freestanding compilers.
5075 # On the NeXT, cc -E runs the code through the compiler's parser,
5076 # not just through cpp. "Syntax error" is here to catch this case.
5077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5078/* end confdefs.h. */
5079#ifdef __STDC__
5080# include <limits.h>
5081#else
5082# include <assert.h>
5083#endif
5084 Syntax error
5085_ACEOF
5086if ac_fn_c_try_cpp "$LINENO"; then :
5087
5088else
5089 # Broken: fails on valid input.
5090continue
5091fi
5092rm -f conftest.err conftest.$ac_ext
5093
5094 # OK, works on sane cases. Now check whether nonexistent headers
5095 # can be detected and how.
5096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5097/* end confdefs.h. */
5098#include <ac_nonexistent.h>
5099_ACEOF
5100if ac_fn_c_try_cpp "$LINENO"; then :
5101 # Broken: success on invalid input.
5102continue
5103else
5104 # Passes both tests.
5105ac_preproc_ok=:
5106break
5107fi
5108rm -f conftest.err conftest.$ac_ext
5109
5110done
5111# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5112rm -f conftest.err conftest.$ac_ext
5113if $ac_preproc_ok; then :
5114
5115else
5116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5117$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5118as_fn_error "C preprocessor \"$CPP\" fails sanity check
5119See \`config.log' for more details." "$LINENO" 5; }
5120fi
5121
5122ac_ext=c
5123ac_cpp='$CPP $CPPFLAGS'
5124ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5125ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5126ac_compiler_gnu=$ac_cv_c_compiler_gnu
5127
5128
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5130$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5131if test "${ac_cv_path_GREP+set}" = set; then :
5132 $as_echo_n "(cached) " >&6
5133else
5134 if test -z "$GREP"; then
5135 ac_path_GREP_found=false
5136 # Loop through the user's path and test for each of PROGNAME-LIST
5137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5138for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5139do
5140 IFS=$as_save_IFS
5141 test -z "$as_dir" && as_dir=.
5142 for ac_prog in grep ggrep; do
5143 for ac_exec_ext in '' $ac_executable_extensions; do
5144 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5145 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5146# Check for GNU ac_path_GREP and select it if it is found.
5147 # Check for GNU $ac_path_GREP
5148case `"$ac_path_GREP" --version 2>&1` in
5149*GNU*)
5150 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5151*)
5152 ac_count=0
5153 $as_echo_n 0123456789 >"conftest.in"
5154 while :
5155 do
5156 cat "conftest.in" "conftest.in" >"conftest.tmp"
5157 mv "conftest.tmp" "conftest.in"
5158 cp "conftest.in" "conftest.nl"
5159 $as_echo 'GREP' >> "conftest.nl"
5160 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5161 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5162 as_fn_arith $ac_count + 1 && ac_count=$as_val
5163 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5164 # Best one so far, save it but keep looking for a better one
5165 ac_cv_path_GREP="$ac_path_GREP"
5166 ac_path_GREP_max=$ac_count
5167 fi
5168 # 10*(2^10) chars as input seems more than enough
5169 test $ac_count -gt 10 && break
5170 done
5171 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5172esac
5173
5174 $ac_path_GREP_found && break 3
5175 done
5176 done
5177 done
5178IFS=$as_save_IFS
5179 if test -z "$ac_cv_path_GREP"; then
5180 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5181 fi
5182else
5183 ac_cv_path_GREP=$GREP
5184fi
5185
5186fi
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5188$as_echo "$ac_cv_path_GREP" >&6; }
5189 GREP="$ac_cv_path_GREP"
5190
5191
5192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5193$as_echo_n "checking for egrep... " >&6; }
5194if test "${ac_cv_path_EGREP+set}" = set; then :
5195 $as_echo_n "(cached) " >&6
5196else
5197 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5198 then ac_cv_path_EGREP="$GREP -E"
5199 else
5200 if test -z "$EGREP"; then
5201 ac_path_EGREP_found=false
5202 # Loop through the user's path and test for each of PROGNAME-LIST
5203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5204for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5205do
5206 IFS=$as_save_IFS
5207 test -z "$as_dir" && as_dir=.
5208 for ac_prog in egrep; do
5209 for ac_exec_ext in '' $ac_executable_extensions; do
5210 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5211 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5212# Check for GNU ac_path_EGREP and select it if it is found.
5213 # Check for GNU $ac_path_EGREP
5214case `"$ac_path_EGREP" --version 2>&1` in
5215*GNU*)
5216 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5217*)
5218 ac_count=0
5219 $as_echo_n 0123456789 >"conftest.in"
5220 while :
5221 do
5222 cat "conftest.in" "conftest.in" >"conftest.tmp"
5223 mv "conftest.tmp" "conftest.in"
5224 cp "conftest.in" "conftest.nl"
5225 $as_echo 'EGREP' >> "conftest.nl"
5226 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5227 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5228 as_fn_arith $ac_count + 1 && ac_count=$as_val
5229 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5230 # Best one so far, save it but keep looking for a better one
5231 ac_cv_path_EGREP="$ac_path_EGREP"
5232 ac_path_EGREP_max=$ac_count
5233 fi
5234 # 10*(2^10) chars as input seems more than enough
5235 test $ac_count -gt 10 && break
5236 done
5237 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5238esac
5239
5240 $ac_path_EGREP_found && break 3
5241 done
5242 done
5243 done
5244IFS=$as_save_IFS
5245 if test -z "$ac_cv_path_EGREP"; then
5246 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5247 fi
5248else
5249 ac_cv_path_EGREP=$EGREP
5250fi
5251
5252 fi
5253fi
5254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5255$as_echo "$ac_cv_path_EGREP" >&6; }
5256 EGREP="$ac_cv_path_EGREP"
5257
5258
5259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5260$as_echo_n "checking for ANSI C header files... " >&6; }
5261if test "${ac_cv_header_stdc+set}" = set; then :
5262 $as_echo_n "(cached) " >&6
5263else
5264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5265/* end confdefs.h. */
5266#include <stdlib.h>
5267#include <stdarg.h>
5268#include <string.h>
5269#include <float.h>
5270
5271int
5272main ()
5273{
5274
5275 ;
5276 return 0;
5277}
5278_ACEOF
5279if ac_fn_c_try_compile "$LINENO"; then :
5280 ac_cv_header_stdc=yes
5281else
5282 ac_cv_header_stdc=no
5283fi
5284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5285
5286if test $ac_cv_header_stdc = yes; then
5287 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289/* end confdefs.h. */
5290#include <string.h>
5291
5292_ACEOF
5293if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5294 $EGREP "memchr" >/dev/null 2>&1; then :
5295
5296else
5297 ac_cv_header_stdc=no
5298fi
5299rm -f conftest*
5300
5301fi
5302
5303if test $ac_cv_header_stdc = yes; then
5304 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306/* end confdefs.h. */
5307#include <stdlib.h>
5308
5309_ACEOF
5310if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5311 $EGREP "free" >/dev/null 2>&1; then :
5312
5313else
5314 ac_cv_header_stdc=no
5315fi
5316rm -f conftest*
5317
5318fi
5319
5320if test $ac_cv_header_stdc = yes; then
5321 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5322 if test "$cross_compiling" = yes; then :
5323 :
5324else
5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326/* end confdefs.h. */
5327#include <ctype.h>
5328#include <stdlib.h>
5329#if ((' ' & 0x0FF) == 0x020)
5330# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5331# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5332#else
5333# define ISLOWER(c) \
5334 (('a' <= (c) && (c) <= 'i') \
5335 || ('j' <= (c) && (c) <= 'r') \
5336 || ('s' <= (c) && (c) <= 'z'))
5337# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5338#endif
5339
5340#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5341int
5342main ()
5343{
5344 int i;
5345 for (i = 0; i < 256; i++)
5346 if (XOR (islower (i), ISLOWER (i))
5347 || toupper (i) != TOUPPER (i))
5348 return 2;
5349 return 0;
5350}
5351_ACEOF
5352if ac_fn_c_try_run "$LINENO"; then :
5353
5354else
5355 ac_cv_header_stdc=no
5356fi
5357rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5358 conftest.$ac_objext conftest.beam conftest.$ac_ext
5359fi
5360
5361fi
5362fi
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5364$as_echo "$ac_cv_header_stdc" >&6; }
5365if test $ac_cv_header_stdc = yes; then
5366
5367$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5368
5369fi
5370
5371# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5372for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5373 inttypes.h stdint.h unistd.h
5374do :
5375 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5376ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5377"
5378eval as_val=\$$as_ac_Header
5379 if test "x$as_val" = x""yes; then :
5380 cat >>confdefs.h <<_ACEOF
5381#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5382_ACEOF
5383
5384fi
5385
5386done
5387
5388
5389
5390 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5391if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5392 MINIX=yes
5393else
5394 MINIX=
5395fi
5396
5397
5398 if test "$MINIX" = yes; then
5399
5400$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5401
5402
5403$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5404
5405
5406$as_echo "#define _MINIX 1" >>confdefs.h
5407
5408 fi
5409
5410
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5412$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5413if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5414 $as_echo_n "(cached) " >&6
5415else
5416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5417/* end confdefs.h. */
5418
5419# define __EXTENSIONS__ 1
5420 $ac_includes_default
5421int
5422main ()
5423{
5424
5425 ;
5426 return 0;
5427}
5428_ACEOF
5429if ac_fn_c_try_compile "$LINENO"; then :
5430 ac_cv_safe_to_define___extensions__=yes
5431else
5432 ac_cv_safe_to_define___extensions__=no
5433fi
5434rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5435fi
5436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5437$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5438 test $ac_cv_safe_to_define___extensions__ = yes &&
5439 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5440
5441 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5442
5443 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5444
5445 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5446
5447 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5448
5449
5450test "$program_prefix" != NONE &&
5451 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5452# Use a double $ so make ignores it.
5453test "$program_suffix" != NONE &&
5454 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5455# Double any \ or $.
5456# By default was `s,x,x', remove it if useless.
5457ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5458program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5459
5460# Find a good install program. We prefer a C program (faster),
5461# so one script is as good as another. But avoid the broken or
5462# incompatible versions:
5463# SysV /etc/install, /usr/sbin/install
5464# SunOS /usr/etc/install
5465# IRIX /sbin/install
5466# AIX /bin/install
5467# AmigaOS /C/install, which installs bootblocks on floppy discs
5468# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5469# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5470# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5471# OS/2's system install, which has a completely different semantic
5472# ./install, which can be erroneously created by make from ./install.sh.
5473# Reject install programs that cannot install multiple files.
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5475$as_echo_n "checking for a BSD-compatible install... " >&6; }
5476if test -z "$INSTALL"; then
5477if test "${ac_cv_path_install+set}" = set; then :
5478 $as_echo_n "(cached) " >&6
5479else
5480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5481for as_dir in $PATH
5482do
5483 IFS=$as_save_IFS
5484 test -z "$as_dir" && as_dir=.
5485 # Account for people who put trailing slashes in PATH elements.
5486case $as_dir/ in #((
5487 ./ | .// | /[cC]/* | \
5488 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5489 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5490 /usr/ucb/* ) ;;
5491 *)
5492 # OSF1 and SCO ODT 3.0 have their own names for install.
5493 # Don't use installbsd from OSF since it installs stuff as root
5494 # by default.
5495 for ac_prog in ginstall scoinst install; do
5496 for ac_exec_ext in '' $ac_executable_extensions; do
5497 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5498 if test $ac_prog = install &&
5499 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5500 # AIX install. It has an incompatible calling convention.
5501 :
5502 elif test $ac_prog = install &&
5503 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5504 # program-specific install script used by HP pwplus--don't use.
5505 :
5506 else
5507 rm -rf conftest.one conftest.two conftest.dir
5508 echo one > conftest.one
5509 echo two > conftest.two
5510 mkdir conftest.dir
5511 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5512 test -s conftest.one && test -s conftest.two &&
5513 test -s conftest.dir/conftest.one &&
5514 test -s conftest.dir/conftest.two
5515 then
5516 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5517 break 3
5518 fi
5519 fi
5520 fi
5521 done
5522 done
5523 ;;
5524esac
5525
5526 done
5527IFS=$as_save_IFS
5528
5529rm -rf conftest.one conftest.two conftest.dir
5530
5531fi
5532 if test "${ac_cv_path_install+set}" = set; then
5533 INSTALL=$ac_cv_path_install
5534 else
5535 # As a last resort, use the slow shell script. Don't cache a
5536 # value for INSTALL within a source directory, because that will
5537 # break other packages using the cache if that directory is
5538 # removed, or if the value is a relative name.
5539 INSTALL=$ac_install_sh
5540 fi
5541fi
5542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5543$as_echo "$INSTALL" >&6; }
5544
5545# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5546# It thinks the first close brace ends the variable substitution.
5547test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5548
5549test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5550
5551test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5552
5553rm -rf .tst 2>/dev/null
5554mkdir .tst 2>/dev/null
5555if test -d .tst; then
5556 am__leading_dot=.
5557else
5558 am__leading_dot=_
5559fi
5560rmdir .tst 2>/dev/null
5561
5562DEPDIR="${am__leading_dot}deps"
5563
5564case `pwd` in
5565 *\ * | *\ *)
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5567$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5568esac
5569
5570
5571
5572macro_version='2.2.7a'
5573macro_revision='1.3134'
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587ltmain="$ac_aux_dir/ltmain.sh"
5588
5589# Backslashify metacharacters that are still active within
5590# double-quoted strings.
5591sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5592
5593# Same as above, but do not quote variable references.
5594double_quote_subst='s/\(["`\\]\)/\\\1/g'
5595
5596# Sed substitution to delay expansion of an escaped shell variable in a
5597# double_quote_subst'ed string.
5598delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5599
5600# Sed substitution to delay expansion of an escaped single quote.
5601delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5602
5603# Sed substitution to avoid accidental globbing in evaled expressions
5604no_glob_subst='s/\*/\\\*/g'
5605
5606ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5607ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5608ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5609
5610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5611$as_echo_n "checking how to print strings... " >&6; }
5612# Test print first, because it will be a builtin if present.
5613if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5614 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5615 ECHO='print -r --'
5616elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5617 ECHO='printf %s\n'
5618else
5619 # Use this function as a fallback that always works.
5620 func_fallback_echo ()
5621 {
5622 eval 'cat <<_LTECHO_EOF
5623$1
5624_LTECHO_EOF'
5625 }
5626 ECHO='func_fallback_echo'
5627fi
5628
5629# func_echo_all arg...
5630# Invoke $ECHO with all args, space-separated.
5631func_echo_all ()
5632{
5633 $ECHO ""
5634}
5635
5636case "$ECHO" in
5637 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5638$as_echo "printf" >&6; } ;;
5639 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5640$as_echo "print -r" >&6; } ;;
5641 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5642$as_echo "cat" >&6; } ;;
5643esac
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5659$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5660if test "${ac_cv_path_SED+set}" = set; then :
5661 $as_echo_n "(cached) " >&6
5662else
5663 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5664 for ac_i in 1 2 3 4 5 6 7; do
5665 ac_script="$ac_script$as_nl$ac_script"
5666 done
5667 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5668 { ac_script=; unset ac_script;}
5669 if test -z "$SED"; then
5670 ac_path_SED_found=false
5671 # Loop through the user's path and test for each of PROGNAME-LIST
5672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5673for as_dir in $PATH
5674do
5675 IFS=$as_save_IFS
5676 test -z "$as_dir" && as_dir=.
5677 for ac_prog in sed gsed; do
5678 for ac_exec_ext in '' $ac_executable_extensions; do
5679 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5680 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5681# Check for GNU ac_path_SED and select it if it is found.
5682 # Check for GNU $ac_path_SED
5683case `"$ac_path_SED" --version 2>&1` in
5684*GNU*)
5685 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5686*)
5687 ac_count=0
5688 $as_echo_n 0123456789 >"conftest.in"
5689 while :
5690 do
5691 cat "conftest.in" "conftest.in" >"conftest.tmp"
5692 mv "conftest.tmp" "conftest.in"
5693 cp "conftest.in" "conftest.nl"
5694 $as_echo '' >> "conftest.nl"
5695 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5696 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5697 as_fn_arith $ac_count + 1 && ac_count=$as_val
5698 if test $ac_count -gt ${ac_path_SED_max-0}; then
5699 # Best one so far, save it but keep looking for a better one
5700 ac_cv_path_SED="$ac_path_SED"
5701 ac_path_SED_max=$ac_count
5702 fi
5703 # 10*(2^10) chars as input seems more than enough
5704 test $ac_count -gt 10 && break
5705 done
5706 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5707esac
5708
5709 $ac_path_SED_found && break 3
5710 done
5711 done
5712 done
5713IFS=$as_save_IFS
5714 if test -z "$ac_cv_path_SED"; then
5715 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5716 fi
5717else
5718 ac_cv_path_SED=$SED
5719fi
5720
5721fi
5722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5723$as_echo "$ac_cv_path_SED" >&6; }
5724 SED="$ac_cv_path_SED"
5725 rm -f conftest.sed
5726
5727test -z "$SED" && SED=sed
5728Xsed="$SED -e 1s/^X//"
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5741$as_echo_n "checking for fgrep... " >&6; }
5742if test "${ac_cv_path_FGREP+set}" = set; then :
5743 $as_echo_n "(cached) " >&6
5744else
5745 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5746 then ac_cv_path_FGREP="$GREP -F"
5747 else
5748 if test -z "$FGREP"; then
5749 ac_path_FGREP_found=false
5750 # Loop through the user's path and test for each of PROGNAME-LIST
5751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5752for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5753do
5754 IFS=$as_save_IFS
5755 test -z "$as_dir" && as_dir=.
5756 for ac_prog in fgrep; do
5757 for ac_exec_ext in '' $ac_executable_extensions; do
5758 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5759 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5760# Check for GNU ac_path_FGREP and select it if it is found.
5761 # Check for GNU $ac_path_FGREP
5762case `"$ac_path_FGREP" --version 2>&1` in
5763*GNU*)
5764 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5765*)
5766 ac_count=0
5767 $as_echo_n 0123456789 >"conftest.in"
5768 while :
5769 do
5770 cat "conftest.in" "conftest.in" >"conftest.tmp"
5771 mv "conftest.tmp" "conftest.in"
5772 cp "conftest.in" "conftest.nl"
5773 $as_echo 'FGREP' >> "conftest.nl"
5774 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5775 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5776 as_fn_arith $ac_count + 1 && ac_count=$as_val
5777 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5778 # Best one so far, save it but keep looking for a better one
5779 ac_cv_path_FGREP="$ac_path_FGREP"
5780 ac_path_FGREP_max=$ac_count
5781 fi
5782 # 10*(2^10) chars as input seems more than enough
5783 test $ac_count -gt 10 && break
5784 done
5785 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5786esac
5787
5788 $ac_path_FGREP_found && break 3
5789 done
5790 done
5791 done
5792IFS=$as_save_IFS
5793 if test -z "$ac_cv_path_FGREP"; then
5794 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5795 fi
5796else
5797 ac_cv_path_FGREP=$FGREP
5798fi
5799
5800 fi
5801fi
5802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5803$as_echo "$ac_cv_path_FGREP" >&6; }
5804 FGREP="$ac_cv_path_FGREP"
5805
5806
5807test -z "$GREP" && GREP=grep
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827# Check whether --with-gnu-ld was given.
5828if test "${with_gnu_ld+set}" = set; then :
5829 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5830else
5831 with_gnu_ld=no
5832fi
5833
5834ac_prog=ld
5835if test "$GCC" = yes; then
5836 # Check if gcc -print-prog-name=ld gives a path.
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5838$as_echo_n "checking for ld used by $CC... " >&6; }
5839 case $host in
5840 *-*-mingw*)
5841 # gcc leaves a trailing carriage return which upsets mingw
5842 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5843 *)
5844 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5845 esac
5846 case $ac_prog in
5847 # Accept absolute paths.
5848 [\\/]* | ?:[\\/]*)
5849 re_direlt='/[^/][^/]*/\.\./'
5850 # Canonicalize the pathname of ld
5851 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5852 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5853 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5854 done
5855 test -z "$LD" && LD="$ac_prog"
5856 ;;
5857 "")
5858 # If it fails, then pretend we aren't using GCC.
5859 ac_prog=ld
5860 ;;
5861 *)
5862 # If it is relative, then search for the first ld in PATH.
5863 with_gnu_ld=unknown
5864 ;;
5865 esac
5866elif test "$with_gnu_ld" = yes; then
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5868$as_echo_n "checking for GNU ld... " >&6; }
5869else
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5871$as_echo_n "checking for non-GNU ld... " >&6; }
5872fi
5873if test "${lt_cv_path_LD+set}" = set; then :
5874 $as_echo_n "(cached) " >&6
5875else
5876 if test -z "$LD"; then
5877 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5878 for ac_dir in $PATH; do
5879 IFS="$lt_save_ifs"
5880 test -z "$ac_dir" && ac_dir=.
5881 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5882 lt_cv_path_LD="$ac_dir/$ac_prog"
5883 # Check to see if the program is GNU ld. I'd rather use --version,
5884 # but apparently some variants of GNU ld only accept -v.
5885 # Break only if it was the GNU/non-GNU ld that we prefer.
5886 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5887 *GNU* | *'with BFD'*)
5888 test "$with_gnu_ld" != no && break
5889 ;;
5890 *)
5891 test "$with_gnu_ld" != yes && break
5892 ;;
5893 esac
5894 fi
5895 done
5896 IFS="$lt_save_ifs"
5897else
5898 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5899fi
5900fi
5901
5902LD="$lt_cv_path_LD"
5903if test -n "$LD"; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5905$as_echo "$LD" >&6; }
5906else
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908$as_echo "no" >&6; }
5909fi
5910test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5912$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5913if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5914 $as_echo_n "(cached) " >&6
5915else
5916 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5917case `$LD -v 2>&1 </dev/null` in
5918*GNU* | *'with BFD'*)
5919 lt_cv_prog_gnu_ld=yes
5920 ;;
5921*)
5922 lt_cv_prog_gnu_ld=no
5923 ;;
5924esac
5925fi
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5927$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5928with_gnu_ld=$lt_cv_prog_gnu_ld
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5939$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5940if test "${lt_cv_path_NM+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
5942else
5943 if test -n "$NM"; then
5944 # Let the user override the test.
5945 lt_cv_path_NM="$NM"
5946else
5947 lt_nm_to_check="${ac_tool_prefix}nm"
5948 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5949 lt_nm_to_check="$lt_nm_to_check nm"
5950 fi
5951 for lt_tmp_nm in $lt_nm_to_check; do
5952 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5953 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5954 IFS="$lt_save_ifs"
5955 test -z "$ac_dir" && ac_dir=.
5956 tmp_nm="$ac_dir/$lt_tmp_nm"
5957 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5958 # Check to see if the nm accepts a BSD-compat flag.
5959 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5960 # nm: unknown option "B" ignored
5961 # Tru64's nm complains that /dev/null is an invalid object file
5962 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5963 */dev/null* | *'Invalid file or object type'*)
5964 lt_cv_path_NM="$tmp_nm -B"
5965 break
5966 ;;
5967 *)
5968 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5969 */dev/null*)
5970 lt_cv_path_NM="$tmp_nm -p"
5971 break
5972 ;;
5973 *)
5974 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5975 continue # so that we can try to find one that supports BSD flags
5976 ;;
5977 esac
5978 ;;
5979 esac
5980 fi
5981 done
5982 IFS="$lt_save_ifs"
5983 done
5984 : ${lt_cv_path_NM=no}
5985fi
5986fi
5987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5988$as_echo "$lt_cv_path_NM" >&6; }
5989if test "$lt_cv_path_NM" != "no"; then
5990 NM="$lt_cv_path_NM"
5991else
5992 # Didn't find any BSD compatible name lister, look for dumpbin.
5993 if test -n "$DUMPBIN"; then :
5994 # Let the user override the test.
5995 else
5996 if test -n "$ac_tool_prefix"; then
5997 for ac_prog in dumpbin "link -dump"
5998 do
5999 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6000set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6002$as_echo_n "checking for $ac_word... " >&6; }
6003if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6004 $as_echo_n "(cached) " >&6
6005else
6006 if test -n "$DUMPBIN"; then
6007 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6008else
6009as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6010for as_dir in $PATH
6011do
6012 IFS=$as_save_IFS
6013 test -z "$as_dir" && as_dir=.
6014 for ac_exec_ext in '' $ac_executable_extensions; do
6015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6016 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6018 break 2
6019 fi
6020done
6021 done
6022IFS=$as_save_IFS
6023
6024fi
6025fi
6026DUMPBIN=$ac_cv_prog_DUMPBIN
6027if test -n "$DUMPBIN"; then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6029$as_echo "$DUMPBIN" >&6; }
6030else
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032$as_echo "no" >&6; }
6033fi
6034
6035
6036 test -n "$DUMPBIN" && break
6037 done
6038fi
6039if test -z "$DUMPBIN"; then
6040 ac_ct_DUMPBIN=$DUMPBIN
6041 for ac_prog in dumpbin "link -dump"
6042do
6043 # Extract the first word of "$ac_prog", so it can be a program name with args.
6044set dummy $ac_prog; ac_word=$2
6045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046$as_echo_n "checking for $ac_word... " >&6; }
6047if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6048 $as_echo_n "(cached) " >&6
6049else
6050 if test -n "$ac_ct_DUMPBIN"; then
6051 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6052else
6053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054for as_dir in $PATH
6055do
6056 IFS=$as_save_IFS
6057 test -z "$as_dir" && as_dir=.
6058 for ac_exec_ext in '' $ac_executable_extensions; do
6059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6060 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6062 break 2
6063 fi
6064done
6065 done
6066IFS=$as_save_IFS
6067
6068fi
6069fi
6070ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6071if test -n "$ac_ct_DUMPBIN"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6073$as_echo "$ac_ct_DUMPBIN" >&6; }
6074else
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076$as_echo "no" >&6; }
6077fi
6078
6079
6080 test -n "$ac_ct_DUMPBIN" && break
6081done
6082
6083 if test "x$ac_ct_DUMPBIN" = x; then
6084 DUMPBIN=":"
6085 else
6086 case $cross_compiling:$ac_tool_warned in
6087yes:)
6088{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6089$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6090ac_tool_warned=yes ;;
6091esac
6092 DUMPBIN=$ac_ct_DUMPBIN
6093 fi
6094fi
6095
6096 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6097 *COFF*)
6098 DUMPBIN="$DUMPBIN -symbols"
6099 ;;
6100 *)
6101 DUMPBIN=:
6102 ;;
6103 esac
6104 fi
6105
6106 if test "$DUMPBIN" != ":"; then
6107 NM="$DUMPBIN"
6108 fi
6109fi
6110test -z "$NM" && NM=nm
6111
6112
6113
6114
6115
6116
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6118$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6119if test "${lt_cv_nm_interface+set}" = set; then :
6120 $as_echo_n "(cached) " >&6
6121else
6122 lt_cv_nm_interface="BSD nm"
6123 echo "int some_variable = 0;" > conftest.$ac_ext
6124 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6125 (eval "$ac_compile" 2>conftest.err)
6126 cat conftest.err >&5
6127 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6128 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6129 cat conftest.err >&5
6130 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6131 cat conftest.out >&5
6132 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6133 lt_cv_nm_interface="MS dumpbin"
6134 fi
6135 rm -f conftest*
6136fi
6137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6138$as_echo "$lt_cv_nm_interface" >&6; }
6139
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6141$as_echo_n "checking whether ln -s works... " >&6; }
6142LN_S=$as_ln_s
6143if test "$LN_S" = "ln -s"; then
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6145$as_echo "yes" >&6; }
6146else
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6148$as_echo "no, using $LN_S" >&6; }
6149fi
6150
6151# find the maximum length of command line arguments
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6153$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6154if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6155 $as_echo_n "(cached) " >&6
6156else
6157 i=0
6158 teststring="ABCD"
6159
6160 case $build_os in
6161 msdosdjgpp*)
6162 # On DJGPP, this test can blow up pretty badly due to problems in libc
6163 # (any single argument exceeding 2000 bytes causes a buffer overrun
6164 # during glob expansion). Even if it were fixed, the result of this
6165 # check would be larger than it should be.
6166 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6167 ;;
6168
6169 gnu*)
6170 # Under GNU Hurd, this test is not required because there is
6171 # no limit to the length of command line arguments.
6172 # Libtool will interpret -1 as no limit whatsoever
6173 lt_cv_sys_max_cmd_len=-1;
6174 ;;
6175
6176 cygwin* | mingw* | cegcc*)
6177 # On Win9x/ME, this test blows up -- it succeeds, but takes
6178 # about 5 minutes as the teststring grows exponentially.
6179 # Worse, since 9x/ME are not pre-emptively multitasking,
6180 # you end up with a "frozen" computer, even though with patience
6181 # the test eventually succeeds (with a max line length of 256k).
6182 # Instead, let's just punt: use the minimum linelength reported by
6183 # all of the supported platforms: 8192 (on NT/2K/XP).
6184 lt_cv_sys_max_cmd_len=8192;
6185 ;;
6186
6187 mint*)
6188 # On MiNT this can take a long time and run out of memory.
6189 lt_cv_sys_max_cmd_len=8192;
6190 ;;
6191
6192 amigaos*)
6193 # On AmigaOS with pdksh, this test takes hours, literally.
6194 # So we just punt and use a minimum line length of 8192.
6195 lt_cv_sys_max_cmd_len=8192;
6196 ;;
6197
6198 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6199 # This has been around since 386BSD, at least. Likely further.
6200 if test -x /sbin/sysctl; then
6201 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6202 elif test -x /usr/sbin/sysctl; then
6203 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6204 else
6205 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6206 fi
6207 # And add a safety zone
6208 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6209 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6210 ;;
6211
6212 interix*)
6213 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6214 lt_cv_sys_max_cmd_len=196608
6215 ;;
6216
6217 osf*)
6218 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6219 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6220 # nice to cause kernel panics so lets avoid the loop below.
6221 # First set a reasonable default.
6222 lt_cv_sys_max_cmd_len=16384
6223 #
6224 if test -x /sbin/sysconfig; then
6225 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6226 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6227 esac
6228 fi
6229 ;;
6230 sco3.2v5*)
6231 lt_cv_sys_max_cmd_len=102400
6232 ;;
6233 sysv5* | sco5v6* | sysv4.2uw2*)
6234 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6235 if test -n "$kargmax"; then
6236 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6237 else
6238 lt_cv_sys_max_cmd_len=32768
6239 fi
6240 ;;
6241 *)
6242 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6243 if test -n "$lt_cv_sys_max_cmd_len"; then
6244 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6245 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6246 else
6247 # Make teststring a little bigger before we do anything with it.
6248 # a 1K string should be a reasonable start.
6249 for i in 1 2 3 4 5 6 7 8 ; do
6250 teststring=$teststring$teststring
6251 done
6252 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6253 # If test is not a shell built-in, we'll probably end up computing a
6254 # maximum length that is only half of the actual maximum length, but
6255 # we can't tell.
6256 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6257 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6258 test $i != 17 # 1/2 MB should be enough
6259 do
6260 i=`expr $i + 1`
6261 teststring=$teststring$teststring
6262 done
6263 # Only check the string length outside the loop.
6264 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6265 teststring=
6266 # Add a significant safety factor because C++ compilers can tack on
6267 # massive amounts of additional arguments before passing them to the
6268 # linker. It appears as though 1/2 is a usable value.
6269 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6270 fi
6271 ;;
6272 esac
6273
6274fi
6275
6276if test -n $lt_cv_sys_max_cmd_len ; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6278$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6279else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6281$as_echo "none" >&6; }
6282fi
6283max_cmd_len=$lt_cv_sys_max_cmd_len
6284
6285
6286
6287
6288
6289
6290: ${CP="cp -f"}
6291: ${MV="mv -f"}
6292: ${RM="rm -f"}
6293
6294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6295$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6296# Try some XSI features
6297xsi_shell=no
6298( _lt_dummy="a/b/c"
6299 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6300 = c,a/b,, \
6301 && eval 'test $(( 1 + 1 )) -eq 2 \
6302 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6303 && xsi_shell=yes
6304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6305$as_echo "$xsi_shell" >&6; }
6306
6307
6308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6309$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6310lt_shell_append=no
6311( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6312 >/dev/null 2>&1 \
6313 && lt_shell_append=yes
6314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6315$as_echo "$lt_shell_append" >&6; }
6316
6317
6318if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6319 lt_unset=unset
6320else
6321 lt_unset=false
6322fi
6323
6324
6325
6326
6327
6328# test EBCDIC or ASCII
6329case `echo X|tr X '\101'` in
6330 A) # ASCII based system
6331 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6332 lt_SP2NL='tr \040 \012'
6333 lt_NL2SP='tr \015\012 \040\040'
6334 ;;
6335 *) # EBCDIC based system
6336 lt_SP2NL='tr \100 \n'
6337 lt_NL2SP='tr \r\n \100\100'
6338 ;;
6339esac
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6350$as_echo_n "checking for $LD option to reload object files... " >&6; }
6351if test "${lt_cv_ld_reload_flag+set}" = set; then :
6352 $as_echo_n "(cached) " >&6
6353else
6354 lt_cv_ld_reload_flag='-r'
6355fi
6356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6357$as_echo "$lt_cv_ld_reload_flag" >&6; }
6358reload_flag=$lt_cv_ld_reload_flag
6359case $reload_flag in
6360"" | " "*) ;;
6361*) reload_flag=" $reload_flag" ;;
6362esac
6363reload_cmds='$LD$reload_flag -o $output$reload_objs'
6364case $host_os in
6365 darwin*)
6366 if test "$GCC" = yes; then
6367 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6368 else
6369 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6370 fi
6371 ;;
6372esac
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382if test -n "$ac_tool_prefix"; then
6383 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6384set dummy ${ac_tool_prefix}objdump; ac_word=$2
6385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6386$as_echo_n "checking for $ac_word... " >&6; }
6387if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6388 $as_echo_n "(cached) " >&6
6389else
6390 if test -n "$OBJDUMP"; then
6391 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6392else
6393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6394for as_dir in $PATH
6395do
6396 IFS=$as_save_IFS
6397 test -z "$as_dir" && as_dir=.
6398 for ac_exec_ext in '' $ac_executable_extensions; do
6399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6400 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6402 break 2
6403 fi
6404done
6405 done
6406IFS=$as_save_IFS
6407
6408fi
6409fi
6410OBJDUMP=$ac_cv_prog_OBJDUMP
6411if test -n "$OBJDUMP"; then
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6413$as_echo "$OBJDUMP" >&6; }
6414else
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6416$as_echo "no" >&6; }
6417fi
6418
6419
6420fi
6421if test -z "$ac_cv_prog_OBJDUMP"; then
6422 ac_ct_OBJDUMP=$OBJDUMP
6423 # Extract the first word of "objdump", so it can be a program name with args.
6424set dummy objdump; ac_word=$2
6425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6426$as_echo_n "checking for $ac_word... " >&6; }
6427if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6428 $as_echo_n "(cached) " >&6
6429else
6430 if test -n "$ac_ct_OBJDUMP"; then
6431 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6432else
6433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6434for as_dir in $PATH
6435do
6436 IFS=$as_save_IFS
6437 test -z "$as_dir" && as_dir=.
6438 for ac_exec_ext in '' $ac_executable_extensions; do
6439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6440 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6442 break 2
6443 fi
6444done
6445 done
6446IFS=$as_save_IFS
6447
6448fi
6449fi
6450ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6451if test -n "$ac_ct_OBJDUMP"; then
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6453$as_echo "$ac_ct_OBJDUMP" >&6; }
6454else
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6456$as_echo "no" >&6; }
6457fi
6458
6459 if test "x$ac_ct_OBJDUMP" = x; then
6460 OBJDUMP="false"
6461 else
6462 case $cross_compiling:$ac_tool_warned in
6463yes:)
6464{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6465$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6466ac_tool_warned=yes ;;
6467esac
6468 OBJDUMP=$ac_ct_OBJDUMP
6469 fi
6470else
6471 OBJDUMP="$ac_cv_prog_OBJDUMP"
6472fi
6473
6474test -z "$OBJDUMP" && OBJDUMP=objdump
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6485$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6486if test "${lt_cv_deplibs_check_method+set}" = set; then :
6487 $as_echo_n "(cached) " >&6
6488else
6489 lt_cv_file_magic_cmd='$MAGIC_CMD'
6490lt_cv_file_magic_test_file=
6491lt_cv_deplibs_check_method='unknown'
6492# Need to set the preceding variable on all platforms that support
6493# interlibrary dependencies.
6494# 'none' -- dependencies not supported.
6495# `unknown' -- same as none, but documents that we really don't know.
6496# 'pass_all' -- all dependencies passed with no checks.
6497# 'test_compile' -- check by making test program.
6498# 'file_magic [[regex]]' -- check by looking for files in library path
6499# which responds to the $file_magic_cmd with a given extended regex.
6500# If you have `file' or equivalent on your system and you're not sure
6501# whether `pass_all' will *always* work, you probably want this one.
6502
6503case $host_os in
6504aix[4-9]*)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507
6508beos*)
6509 lt_cv_deplibs_check_method=pass_all
6510 ;;
6511
6512bsdi[45]*)
6513 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6514 lt_cv_file_magic_cmd='/usr/bin/file -L'
6515 lt_cv_file_magic_test_file=/shlib/libc.so
6516 ;;
6517
6518cygwin*)
6519 # func_win32_libid is a shell function defined in ltmain.sh
6520 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6521 lt_cv_file_magic_cmd='func_win32_libid'
6522 ;;
6523
6524mingw* | pw32*)
6525 # Base MSYS/MinGW do not provide the 'file' command needed by
6526 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6527 # unless we find 'file', for example because we are cross-compiling.
6528 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6529 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6530 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6531 lt_cv_file_magic_cmd='func_win32_libid'
6532 else
6533 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6534 lt_cv_file_magic_cmd='$OBJDUMP -f'
6535 fi
6536 ;;
6537
6538cegcc*)
6539 # use the weaker test based on 'objdump'. See mingw*.
6540 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6541 lt_cv_file_magic_cmd='$OBJDUMP -f'
6542 ;;
6543
6544darwin* | rhapsody*)
6545 lt_cv_deplibs_check_method=pass_all
6546 ;;
6547
6548freebsd* | dragonfly*)
6549 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6550 case $host_cpu in
6551 i*86 )
6552 # Not sure whether the presence of OpenBSD here was a mistake.
6553 # Let's accept both of them until this is cleared up.
6554 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6555 lt_cv_file_magic_cmd=/usr/bin/file
6556 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6557 ;;
6558 esac
6559 else
6560 lt_cv_deplibs_check_method=pass_all
6561 fi
6562 ;;
6563
6564gnu*)
6565 lt_cv_deplibs_check_method=pass_all
6566 ;;
6567
6568haiku*)
6569 lt_cv_deplibs_check_method=pass_all
6570 ;;
6571
6572hpux10.20* | hpux11*)
6573 lt_cv_file_magic_cmd=/usr/bin/file
6574 case $host_cpu in
6575 ia64*)
6576 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6577 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6578 ;;
6579 hppa*64*)
6580 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]'
6581 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6582 ;;
6583 *)
6584 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6585 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6586 ;;
6587 esac
6588 ;;
6589
6590interix[3-9]*)
6591 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6592 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6593 ;;
6594
6595irix5* | irix6* | nonstopux*)
6596 case $LD in
6597 *-32|*"-32 ") libmagic=32-bit;;
6598 *-n32|*"-n32 ") libmagic=N32;;
6599 *-64|*"-64 ") libmagic=64-bit;;
6600 *) libmagic=never-match;;
6601 esac
6602 lt_cv_deplibs_check_method=pass_all
6603 ;;
6604
6605# This must be Linux ELF.
6606linux* | k*bsd*-gnu | kopensolaris*-gnu)
6607 lt_cv_deplibs_check_method=pass_all
6608 ;;
6609
6610netbsd*)
6611 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6612 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6613 else
6614 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6615 fi
6616 ;;
6617
6618newos6*)
6619 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6620 lt_cv_file_magic_cmd=/usr/bin/file
6621 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6622 ;;
6623
6624*nto* | *qnx*)
6625 lt_cv_deplibs_check_method=pass_all
6626 ;;
6627
6628openbsd*)
6629 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6630 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6631 else
6632 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6633 fi
6634 ;;
6635
6636osf3* | osf4* | osf5*)
6637 lt_cv_deplibs_check_method=pass_all
6638 ;;
6639
6640rdos*)
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643
6644solaris*)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6649 lt_cv_deplibs_check_method=pass_all
6650 ;;
6651
6652sysv4 | sysv4.3*)
6653 case $host_vendor in
6654 motorola)
6655 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]'
6656 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6657 ;;
6658 ncr)
6659 lt_cv_deplibs_check_method=pass_all
6660 ;;
6661 sequent)
6662 lt_cv_file_magic_cmd='/bin/file'
6663 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6664 ;;
6665 sni)
6666 lt_cv_file_magic_cmd='/bin/file'
6667 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6668 lt_cv_file_magic_test_file=/lib/libc.so
6669 ;;
6670 siemens)
6671 lt_cv_deplibs_check_method=pass_all
6672 ;;
6673 pc)
6674 lt_cv_deplibs_check_method=pass_all
6675 ;;
6676 esac
6677 ;;
6678
6679tpf*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682esac
6683
6684fi
6685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6686$as_echo "$lt_cv_deplibs_check_method" >&6; }
6687file_magic_cmd=$lt_cv_file_magic_cmd
6688deplibs_check_method=$lt_cv_deplibs_check_method
6689test -z "$deplibs_check_method" && deplibs_check_method=unknown
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702if test -n "$ac_tool_prefix"; then
6703 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6704set dummy ${ac_tool_prefix}ar; ac_word=$2
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6706$as_echo_n "checking for $ac_word... " >&6; }
6707if test "${ac_cv_prog_AR+set}" = set; then :
6708 $as_echo_n "(cached) " >&6
6709else
6710 if test -n "$AR"; then
6711 ac_cv_prog_AR="$AR" # Let the user override the test.
6712else
6713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6714for as_dir in $PATH
6715do
6716 IFS=$as_save_IFS
6717 test -z "$as_dir" && as_dir=.
6718 for ac_exec_ext in '' $ac_executable_extensions; do
6719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6720 ac_cv_prog_AR="${ac_tool_prefix}ar"
6721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6722 break 2
6723 fi
6724done
6725 done
6726IFS=$as_save_IFS
6727
6728fi
6729fi
6730AR=$ac_cv_prog_AR
6731if test -n "$AR"; then
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6733$as_echo "$AR" >&6; }
6734else
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6736$as_echo "no" >&6; }
6737fi
6738
6739
6740fi
6741if test -z "$ac_cv_prog_AR"; then
6742 ac_ct_AR=$AR
6743 # Extract the first word of "ar", so it can be a program name with args.
6744set dummy ar; ac_word=$2
6745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6746$as_echo_n "checking for $ac_word... " >&6; }
6747if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6748 $as_echo_n "(cached) " >&6
6749else
6750 if test -n "$ac_ct_AR"; then
6751 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6752else
6753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6754for as_dir in $PATH
6755do
6756 IFS=$as_save_IFS
6757 test -z "$as_dir" && as_dir=.
6758 for ac_exec_ext in '' $ac_executable_extensions; do
6759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6760 ac_cv_prog_ac_ct_AR="ar"
6761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6762 break 2
6763 fi
6764done
6765 done
6766IFS=$as_save_IFS
6767
6768fi
6769fi
6770ac_ct_AR=$ac_cv_prog_ac_ct_AR
6771if test -n "$ac_ct_AR"; then
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6773$as_echo "$ac_ct_AR" >&6; }
6774else
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6776$as_echo "no" >&6; }
6777fi
6778
6779 if test "x$ac_ct_AR" = x; then
6780 AR="false"
6781 else
6782 case $cross_compiling:$ac_tool_warned in
6783yes:)
6784{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6785$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6786ac_tool_warned=yes ;;
6787esac
6788 AR=$ac_ct_AR
6789 fi
6790else
6791 AR="$ac_cv_prog_AR"
6792fi
6793
6794test -z "$AR" && AR=ar
6795test -z "$AR_FLAGS" && AR_FLAGS=cru
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807if test -n "$ac_tool_prefix"; then
6808 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6809set dummy ${ac_tool_prefix}strip; ac_word=$2
6810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6811$as_echo_n "checking for $ac_word... " >&6; }
6812if test "${ac_cv_prog_STRIP+set}" = set; then :
6813 $as_echo_n "(cached) " >&6
6814else
6815 if test -n "$STRIP"; then
6816 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6817else
6818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6819for as_dir in $PATH
6820do
6821 IFS=$as_save_IFS
6822 test -z "$as_dir" && as_dir=.
6823 for ac_exec_ext in '' $ac_executable_extensions; do
6824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6827 break 2
6828 fi
6829done
6830 done
6831IFS=$as_save_IFS
6832
6833fi
6834fi
6835STRIP=$ac_cv_prog_STRIP
6836if test -n "$STRIP"; then
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6838$as_echo "$STRIP" >&6; }
6839else
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6841$as_echo "no" >&6; }
6842fi
6843
6844
6845fi
6846if test -z "$ac_cv_prog_STRIP"; then
6847 ac_ct_STRIP=$STRIP
6848 # Extract the first word of "strip", so it can be a program name with args.
6849set dummy strip; ac_word=$2
6850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6851$as_echo_n "checking for $ac_word... " >&6; }
6852if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6853 $as_echo_n "(cached) " >&6
6854else
6855 if test -n "$ac_ct_STRIP"; then
6856 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6857else
6858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6859for as_dir in $PATH
6860do
6861 IFS=$as_save_IFS
6862 test -z "$as_dir" && as_dir=.
6863 for ac_exec_ext in '' $ac_executable_extensions; do
6864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6865 ac_cv_prog_ac_ct_STRIP="strip"
6866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6867 break 2
6868 fi
6869done
6870 done
6871IFS=$as_save_IFS
6872
6873fi
6874fi
6875ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6876if test -n "$ac_ct_STRIP"; then
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6878$as_echo "$ac_ct_STRIP" >&6; }
6879else
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6881$as_echo "no" >&6; }
6882fi
6883
6884 if test "x$ac_ct_STRIP" = x; then
6885 STRIP=":"
6886 else
6887 case $cross_compiling:$ac_tool_warned in
6888yes:)
6889{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6890$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6891ac_tool_warned=yes ;;
6892esac
6893 STRIP=$ac_ct_STRIP
6894 fi
6895else
6896 STRIP="$ac_cv_prog_STRIP"
6897fi
6898
6899test -z "$STRIP" && STRIP=:
6900
6901
6902
6903
6904
6905
6906if test -n "$ac_tool_prefix"; then
6907 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6908set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910$as_echo_n "checking for $ac_word... " >&6; }
6911if test "${ac_cv_prog_RANLIB+set}" = set; then :
6912 $as_echo_n "(cached) " >&6
6913else
6914 if test -n "$RANLIB"; then
6915 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6916else
6917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6918for as_dir in $PATH
6919do
6920 IFS=$as_save_IFS
6921 test -z "$as_dir" && as_dir=.
6922 for ac_exec_ext in '' $ac_executable_extensions; do
6923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6924 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6926 break 2
6927 fi
6928done
6929 done
6930IFS=$as_save_IFS
6931
6932fi
6933fi
6934RANLIB=$ac_cv_prog_RANLIB
6935if test -n "$RANLIB"; then
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6937$as_echo "$RANLIB" >&6; }
6938else
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940$as_echo "no" >&6; }
6941fi
6942
6943
6944fi
6945if test -z "$ac_cv_prog_RANLIB"; then
6946 ac_ct_RANLIB=$RANLIB
6947 # Extract the first word of "ranlib", so it can be a program name with args.
6948set dummy ranlib; ac_word=$2
6949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6950$as_echo_n "checking for $ac_word... " >&6; }
6951if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6952 $as_echo_n "(cached) " >&6
6953else
6954 if test -n "$ac_ct_RANLIB"; then
6955 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6956else
6957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6958for as_dir in $PATH
6959do
6960 IFS=$as_save_IFS
6961 test -z "$as_dir" && as_dir=.
6962 for ac_exec_ext in '' $ac_executable_extensions; do
6963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6964 ac_cv_prog_ac_ct_RANLIB="ranlib"
6965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6966 break 2
6967 fi
6968done
6969 done
6970IFS=$as_save_IFS
6971
6972fi
6973fi
6974ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6975if test -n "$ac_ct_RANLIB"; then
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6977$as_echo "$ac_ct_RANLIB" >&6; }
6978else
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6980$as_echo "no" >&6; }
6981fi
6982
6983 if test "x$ac_ct_RANLIB" = x; then
6984 RANLIB=":"
6985 else
6986 case $cross_compiling:$ac_tool_warned in
6987yes:)
6988{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6989$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6990ac_tool_warned=yes ;;
6991esac
6992 RANLIB=$ac_ct_RANLIB
6993 fi
6994else
6995 RANLIB="$ac_cv_prog_RANLIB"
6996fi
6997
6998test -z "$RANLIB" && RANLIB=:
6999
7000
7001
7002
7003
7004
7005# Determine commands to create old-style static archives.
7006old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7007old_postinstall_cmds='chmod 644 $oldlib'
7008old_postuninstall_cmds=
7009
7010if test -n "$RANLIB"; then
7011 case $host_os in
7012 openbsd*)
7013 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7014 ;;
7015 *)
7016 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7017 ;;
7018 esac
7019 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7020fi
7021
7022case $host_os in
7023 darwin*)
7024 lock_old_archive_extraction=yes ;;
7025 *)
7026 lock_old_archive_extraction=no ;;
7027esac
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049for ac_prog in gawk mawk nawk awk
7050do
7051 # Extract the first word of "$ac_prog", so it can be a program name with args.
7052set dummy $ac_prog; ac_word=$2
7053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7054$as_echo_n "checking for $ac_word... " >&6; }
7055if test "${ac_cv_prog_AWK+set}" = set; then :
7056 $as_echo_n "(cached) " >&6
7057else
7058 if test -n "$AWK"; then
7059 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7060else
7061as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7062for as_dir in $PATH
7063do
7064 IFS=$as_save_IFS
7065 test -z "$as_dir" && as_dir=.
7066 for ac_exec_ext in '' $ac_executable_extensions; do
7067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068 ac_cv_prog_AWK="$ac_prog"
7069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7070 break 2
7071 fi
7072done
7073 done
7074IFS=$as_save_IFS
7075
7076fi
7077fi
7078AWK=$ac_cv_prog_AWK
7079if test -n "$AWK"; then
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7081$as_echo "$AWK" >&6; }
7082else
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7084$as_echo "no" >&6; }
7085fi
7086
7087
7088 test -n "$AWK" && break
7089done
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109# If no C compiler was specified, use CC.
7110LTCC=${LTCC-"$CC"}
7111
7112# If no C compiler flags were specified, use CFLAGS.
7113LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7114
7115# Allow CC to be a program name with arguments.
7116compiler=$CC
7117
7118
7119# Check for command to grab the raw symbol name followed by C symbol from nm.
7120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7121$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7122if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7123 $as_echo_n "(cached) " >&6
7124else
7125
7126# These are sane defaults that work on at least a few old systems.
7127# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7128
7129# Character class describing NM global symbol codes.
7130symcode='[BCDEGRST]'
7131
7132# Regexp to match symbols that can be accessed directly from C.
7133sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7134
7135# Define system-specific variables.
7136case $host_os in
7137aix*)
7138 symcode='[BCDT]'
7139 ;;
7140cygwin* | mingw* | pw32* | cegcc*)
7141 symcode='[ABCDGISTW]'
7142 ;;
7143hpux*)
7144 if test "$host_cpu" = ia64; then
7145 symcode='[ABCDEGRST]'
7146 fi
7147 ;;
7148irix* | nonstopux*)
7149 symcode='[BCDEGRST]'
7150 ;;
7151osf*)
7152 symcode='[BCDEGQRST]'
7153 ;;
7154solaris*)
7155 symcode='[BDRT]'
7156 ;;
7157sco3.2v5*)
7158 symcode='[DT]'
7159 ;;
7160sysv4.2uw2*)
7161 symcode='[DT]'
7162 ;;
7163sysv5* | sco5v6* | unixware* | OpenUNIX*)
7164 symcode='[ABDT]'
7165 ;;
7166sysv4)
7167 symcode='[DFNSTU]'
7168 ;;
7169esac
7170
7171# If we're using GNU nm, then use its standard symbol codes.
7172case `$NM -V 2>&1` in
7173*GNU* | *'with BFD'*)
7174 symcode='[ABCDGIRSTW]' ;;
7175esac
7176
7177# Transform an extracted symbol line into a proper C declaration.
7178# Some systems (esp. on ia64) link data and code symbols differently,
7179# so use this general approach.
7180lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7181
7182# Transform an extracted symbol line into symbol name and symbol address
7183lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7184lt_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'"
7185
7186# Handle CRLF in mingw tool chain
7187opt_cr=
7188case $build_os in
7189mingw*)
7190 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7191 ;;
7192esac
7193
7194# Try without a prefix underscore, then with it.
7195for ac_symprfx in "" "_"; do
7196
7197 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7198 symxfrm="\\1 $ac_symprfx\\2 \\2"
7199
7200 # Write the raw and C identifiers.
7201 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7202 # Fake it for dumpbin and say T for any non-static function
7203 # and D for any global variable.
7204 # Also find C++ and __fastcall symbols from MSVC++,
7205 # which start with @ or ?.
7206 lt_cv_sys_global_symbol_pipe="$AWK '"\
7207" {last_section=section; section=\$ 3};"\
7208" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7209" \$ 0!~/External *\|/{next};"\
7210" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7211" {if(hide[section]) next};"\
7212" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7213" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7214" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7215" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7216" ' prfx=^$ac_symprfx"
7217 else
7218 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7219 fi
7220
7221 # Check to see that the pipe works correctly.
7222 pipe_works=no
7223
7224 rm -f conftest*
7225 cat > conftest.$ac_ext <<_LT_EOF
7226#ifdef __cplusplus
7227extern "C" {
7228#endif
7229char nm_test_var;
7230void nm_test_func(void);
7231void nm_test_func(void){}
7232#ifdef __cplusplus
7233}
7234#endif
7235int main(){nm_test_var='a';nm_test_func();return(0);}
7236_LT_EOF
7237
7238 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7239 (eval $ac_compile) 2>&5
7240 ac_status=$?
7241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7242 test $ac_status = 0; }; then
7243 # Now try to grab the symbols.
7244 nlist=conftest.nm
7245 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7246 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7247 ac_status=$?
7248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7249 test $ac_status = 0; } && test -s "$nlist"; then
7250 # Try sorting and uniquifying the output.
7251 if sort "$nlist" | uniq > "$nlist"T; then
7252 mv -f "$nlist"T "$nlist"
7253 else
7254 rm -f "$nlist"T
7255 fi
7256
7257 # Make sure that we snagged all the symbols we need.
7258 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7259 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7260 cat <<_LT_EOF > conftest.$ac_ext
7261#ifdef __cplusplus
7262extern "C" {
7263#endif
7264
7265_LT_EOF
7266 # Now generate the symbol file.
7267 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7268
7269 cat <<_LT_EOF >> conftest.$ac_ext
7270
7271/* The mapping between symbol names and symbols. */
7272const struct {
7273 const char *name;
7274 void *address;
7275}
7276lt__PROGRAM__LTX_preloaded_symbols[] =
7277{
7278 { "@PROGRAM@", (void *) 0 },
7279_LT_EOF
7280 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7281 cat <<\_LT_EOF >> conftest.$ac_ext
7282 {0, (void *) 0}
7283};
7284
7285/* This works around a problem in FreeBSD linker */
7286#ifdef FREEBSD_WORKAROUND
7287static const void *lt_preloaded_setup() {
7288 return lt__PROGRAM__LTX_preloaded_symbols;
7289}
7290#endif
7291
7292#ifdef __cplusplus
7293}
7294#endif
7295_LT_EOF
7296 # Now try linking the two files.
7297 mv conftest.$ac_objext conftstm.$ac_objext
7298 lt_save_LIBS="$LIBS"
7299 lt_save_CFLAGS="$CFLAGS"
7300 LIBS="conftstm.$ac_objext"
7301 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7303 (eval $ac_link) 2>&5
7304 ac_status=$?
7305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7306 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7307 pipe_works=yes
7308 fi
7309 LIBS="$lt_save_LIBS"
7310 CFLAGS="$lt_save_CFLAGS"
7311 else
7312 echo "cannot find nm_test_func in $nlist" >&5
7313 fi
7314 else
7315 echo "cannot find nm_test_var in $nlist" >&5
7316 fi
7317 else
7318 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7319 fi
7320 else
7321 echo "$progname: failed program was:" >&5
7322 cat conftest.$ac_ext >&5
7323 fi
7324 rm -rf conftest* conftst*
7325
7326 # Do not use the global_symbol_pipe unless it works.
7327 if test "$pipe_works" = yes; then
7328 break
7329 else
7330 lt_cv_sys_global_symbol_pipe=
7331 fi
7332done
7333
7334fi
7335
7336if test -z "$lt_cv_sys_global_symbol_pipe"; then
7337 lt_cv_sys_global_symbol_to_cdecl=
7338fi
7339if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7341$as_echo "failed" >&6; }
7342else
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7344$as_echo "ok" >&6; }
7345fi
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368# Check whether --enable-libtool-lock was given.
7369if test "${enable_libtool_lock+set}" = set; then :
7370 enableval=$enable_libtool_lock;
7371fi
7372
7373test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7374
7375# Some flags need to be propagated to the compiler or linker for good
7376# libtool support.
7377case $host in
7378ia64-*-hpux*)
7379 # Find out which ABI we are using.
7380 echo 'int i;' > conftest.$ac_ext
7381 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7382 (eval $ac_compile) 2>&5
7383 ac_status=$?
7384 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7385 test $ac_status = 0; }; then
7386 case `/usr/bin/file conftest.$ac_objext` in
7387 *ELF-32*)
7388 HPUX_IA64_MODE="32"
7389 ;;
7390 *ELF-64*)
7391 HPUX_IA64_MODE="64"
7392 ;;
7393 esac
7394 fi
7395 rm -rf conftest*
7396 ;;
7397*-*-irix6*)
7398 # Find out which ABI we are using.
7399 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7401 (eval $ac_compile) 2>&5
7402 ac_status=$?
7403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7404 test $ac_status = 0; }; then
7405 if test "$lt_cv_prog_gnu_ld" = yes; then
7406 case `/usr/bin/file conftest.$ac_objext` in
7407 *32-bit*)
7408 LD="${LD-ld} -melf32bsmip"
7409 ;;
7410 *N32*)
7411 LD="${LD-ld} -melf32bmipn32"
7412 ;;
7413 *64-bit*)
7414 LD="${LD-ld} -melf64bmip"
7415 ;;
7416 esac
7417 else
7418 case `/usr/bin/file conftest.$ac_objext` in
7419 *32-bit*)
7420 LD="${LD-ld} -32"
7421 ;;
7422 *N32*)
7423 LD="${LD-ld} -n32"
7424 ;;
7425 *64-bit*)
7426 LD="${LD-ld} -64"
7427 ;;
7428 esac
7429 fi
7430 fi
7431 rm -rf conftest*
7432 ;;
7433
bf3d9781 7434x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7435s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7436 # Find out which ABI we are using.
7437 echo 'int i;' > conftest.$ac_ext
7438 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7439 (eval $ac_compile) 2>&5
7440 ac_status=$?
7441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7442 test $ac_status = 0; }; then
7443 case `/usr/bin/file conftest.o` in
7444 *32-bit*)
7445 case $host in
7446 x86_64-*kfreebsd*-gnu)
7447 LD="${LD-ld} -m elf_i386_fbsd"
7448 ;;
7449 x86_64-*linux*)
7450 case `/usr/bin/file conftest.o` in
7451 *x86-64*)
7452 LD="${LD-ld} -m elf32_x86_64"
7453 ;;
7454 *)
7455 LD="${LD-ld} -m elf_i386"
7456 ;;
7457 esac
7458 ;;
bf3d9781
AM
7459 powerpc64le-*linux*)
7460 LD="${LD-ld} -m elf32lppclinux"
7461 ;;
7462 powerpc64-*linux*)
6bb11ab3
L
7463 LD="${LD-ld} -m elf32ppclinux"
7464 ;;
7465 s390x-*linux*)
7466 LD="${LD-ld} -m elf_s390"
7467 ;;
7468 sparc64-*linux*)
7469 LD="${LD-ld} -m elf32_sparc"
7470 ;;
7471 esac
7472 ;;
7473 *64-bit*)
7474 case $host in
7475 x86_64-*kfreebsd*-gnu)
7476 LD="${LD-ld} -m elf_x86_64_fbsd"
7477 ;;
7478 x86_64-*linux*)
7479 LD="${LD-ld} -m elf_x86_64"
7480 ;;
bf3d9781
AM
7481 powerpcle-*linux*)
7482 LD="${LD-ld} -m elf64lppc"
7483 ;;
7484 powerpc-*linux*)
6bb11ab3
L
7485 LD="${LD-ld} -m elf64ppc"
7486 ;;
7487 s390*-*linux*|s390*-*tpf*)
7488 LD="${LD-ld} -m elf64_s390"
7489 ;;
7490 sparc*-*linux*)
7491 LD="${LD-ld} -m elf64_sparc"
7492 ;;
7493 esac
7494 ;;
7495 esac
7496 fi
7497 rm -rf conftest*
7498 ;;
7499
7500*-*-sco3.2v5*)
7501 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7502 SAVE_CFLAGS="$CFLAGS"
7503 CFLAGS="$CFLAGS -belf"
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7505$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7506if test "${lt_cv_cc_needs_belf+set}" = set; then :
7507 $as_echo_n "(cached) " >&6
7508else
7509 ac_ext=c
7510ac_cpp='$CPP $CPPFLAGS'
7511ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7512ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7513ac_compiler_gnu=$ac_cv_c_compiler_gnu
7514
7515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7516/* end confdefs.h. */
7517
7518int
7519main ()
7520{
7521
7522 ;
7523 return 0;
7524}
7525_ACEOF
7526if ac_fn_c_try_link "$LINENO"; then :
7527 lt_cv_cc_needs_belf=yes
7528else
7529 lt_cv_cc_needs_belf=no
7530fi
7531rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533 ac_ext=c
7534ac_cpp='$CPP $CPPFLAGS'
7535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7537ac_compiler_gnu=$ac_cv_c_compiler_gnu
7538
7539fi
7540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7541$as_echo "$lt_cv_cc_needs_belf" >&6; }
7542 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7543 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7544 CFLAGS="$SAVE_CFLAGS"
7545 fi
7546 ;;
7547sparc*-*solaris*)
7548 # Find out which ABI we are using.
7549 echo 'int i;' > conftest.$ac_ext
7550 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7551 (eval $ac_compile) 2>&5
7552 ac_status=$?
7553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7554 test $ac_status = 0; }; then
7555 case `/usr/bin/file conftest.o` in
7556 *64-bit*)
7557 case $lt_cv_prog_gnu_ld in
7558 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7559 *)
7560 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7561 LD="${LD-ld} -64"
7562 fi
7563 ;;
7564 esac
7565 ;;
7566 esac
7567 fi
7568 rm -rf conftest*
7569 ;;
7570esac
7571
7572need_locks="$enable_libtool_lock"
7573
7574
7575 case $host_os in
7576 rhapsody* | darwin*)
7577 if test -n "$ac_tool_prefix"; then
7578 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7579set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7581$as_echo_n "checking for $ac_word... " >&6; }
7582if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7583 $as_echo_n "(cached) " >&6
7584else
7585 if test -n "$DSYMUTIL"; then
7586 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7587else
7588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7589for as_dir in $PATH
7590do
7591 IFS=$as_save_IFS
7592 test -z "$as_dir" && as_dir=.
7593 for ac_exec_ext in '' $ac_executable_extensions; do
7594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7595 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7597 break 2
7598 fi
7599done
7600 done
7601IFS=$as_save_IFS
7602
7603fi
7604fi
7605DSYMUTIL=$ac_cv_prog_DSYMUTIL
7606if test -n "$DSYMUTIL"; then
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7608$as_echo "$DSYMUTIL" >&6; }
7609else
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7611$as_echo "no" >&6; }
7612fi
7613
7614
7615fi
7616if test -z "$ac_cv_prog_DSYMUTIL"; then
7617 ac_ct_DSYMUTIL=$DSYMUTIL
7618 # Extract the first word of "dsymutil", so it can be a program name with args.
7619set dummy dsymutil; ac_word=$2
7620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7621$as_echo_n "checking for $ac_word... " >&6; }
7622if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7623 $as_echo_n "(cached) " >&6
7624else
7625 if test -n "$ac_ct_DSYMUTIL"; then
7626 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7627else
7628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629for as_dir in $PATH
7630do
7631 IFS=$as_save_IFS
7632 test -z "$as_dir" && as_dir=.
7633 for ac_exec_ext in '' $ac_executable_extensions; do
7634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7635 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7637 break 2
7638 fi
7639done
7640 done
7641IFS=$as_save_IFS
7642
7643fi
7644fi
7645ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7646if test -n "$ac_ct_DSYMUTIL"; then
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7648$as_echo "$ac_ct_DSYMUTIL" >&6; }
7649else
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7651$as_echo "no" >&6; }
7652fi
7653
7654 if test "x$ac_ct_DSYMUTIL" = x; then
7655 DSYMUTIL=":"
7656 else
7657 case $cross_compiling:$ac_tool_warned in
7658yes:)
7659{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7660$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7661ac_tool_warned=yes ;;
7662esac
7663 DSYMUTIL=$ac_ct_DSYMUTIL
7664 fi
7665else
7666 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7667fi
7668
7669 if test -n "$ac_tool_prefix"; then
7670 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7671set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7673$as_echo_n "checking for $ac_word... " >&6; }
7674if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7675 $as_echo_n "(cached) " >&6
7676else
7677 if test -n "$NMEDIT"; then
7678 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7679else
7680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7681for as_dir in $PATH
7682do
7683 IFS=$as_save_IFS
7684 test -z "$as_dir" && as_dir=.
7685 for ac_exec_ext in '' $ac_executable_extensions; do
7686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7687 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7689 break 2
7690 fi
7691done
7692 done
7693IFS=$as_save_IFS
7694
7695fi
7696fi
7697NMEDIT=$ac_cv_prog_NMEDIT
7698if test -n "$NMEDIT"; then
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7700$as_echo "$NMEDIT" >&6; }
7701else
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703$as_echo "no" >&6; }
7704fi
7705
7706
7707fi
7708if test -z "$ac_cv_prog_NMEDIT"; then
7709 ac_ct_NMEDIT=$NMEDIT
7710 # Extract the first word of "nmedit", so it can be a program name with args.
7711set dummy nmedit; ac_word=$2
7712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7713$as_echo_n "checking for $ac_word... " >&6; }
7714if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7715 $as_echo_n "(cached) " >&6
7716else
7717 if test -n "$ac_ct_NMEDIT"; then
7718 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7719else
7720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7721for as_dir in $PATH
7722do
7723 IFS=$as_save_IFS
7724 test -z "$as_dir" && as_dir=.
7725 for ac_exec_ext in '' $ac_executable_extensions; do
7726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7727 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7729 break 2
7730 fi
7731done
7732 done
7733IFS=$as_save_IFS
7734
7735fi
7736fi
7737ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7738if test -n "$ac_ct_NMEDIT"; then
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7740$as_echo "$ac_ct_NMEDIT" >&6; }
7741else
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7743$as_echo "no" >&6; }
7744fi
7745
7746 if test "x$ac_ct_NMEDIT" = x; then
7747 NMEDIT=":"
7748 else
7749 case $cross_compiling:$ac_tool_warned in
7750yes:)
7751{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7752$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7753ac_tool_warned=yes ;;
7754esac
7755 NMEDIT=$ac_ct_NMEDIT
7756 fi
7757else
7758 NMEDIT="$ac_cv_prog_NMEDIT"
7759fi
7760
7761 if test -n "$ac_tool_prefix"; then
7762 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7763set dummy ${ac_tool_prefix}lipo; ac_word=$2
7764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7765$as_echo_n "checking for $ac_word... " >&6; }
7766if test "${ac_cv_prog_LIPO+set}" = set; then :
7767 $as_echo_n "(cached) " >&6
7768else
7769 if test -n "$LIPO"; then
7770 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7771else
7772as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7773for as_dir in $PATH
7774do
7775 IFS=$as_save_IFS
7776 test -z "$as_dir" && as_dir=.
7777 for ac_exec_ext in '' $ac_executable_extensions; do
7778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7779 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7781 break 2
7782 fi
7783done
7784 done
7785IFS=$as_save_IFS
7786
7787fi
7788fi
7789LIPO=$ac_cv_prog_LIPO
7790if test -n "$LIPO"; then
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7792$as_echo "$LIPO" >&6; }
7793else
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7795$as_echo "no" >&6; }
7796fi
7797
7798
7799fi
7800if test -z "$ac_cv_prog_LIPO"; then
7801 ac_ct_LIPO=$LIPO
7802 # Extract the first word of "lipo", so it can be a program name with args.
7803set dummy lipo; ac_word=$2
7804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805$as_echo_n "checking for $ac_word... " >&6; }
7806if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7807 $as_echo_n "(cached) " >&6
7808else
7809 if test -n "$ac_ct_LIPO"; then
7810 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7811else
7812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813for as_dir in $PATH
7814do
7815 IFS=$as_save_IFS
7816 test -z "$as_dir" && as_dir=.
7817 for ac_exec_ext in '' $ac_executable_extensions; do
7818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7819 ac_cv_prog_ac_ct_LIPO="lipo"
7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7821 break 2
7822 fi
7823done
7824 done
7825IFS=$as_save_IFS
7826
7827fi
7828fi
7829ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7830if test -n "$ac_ct_LIPO"; then
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7832$as_echo "$ac_ct_LIPO" >&6; }
7833else
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835$as_echo "no" >&6; }
7836fi
7837
7838 if test "x$ac_ct_LIPO" = x; then
7839 LIPO=":"
7840 else
7841 case $cross_compiling:$ac_tool_warned in
7842yes:)
7843{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7844$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7845ac_tool_warned=yes ;;
7846esac
7847 LIPO=$ac_ct_LIPO
7848 fi
7849else
7850 LIPO="$ac_cv_prog_LIPO"
7851fi
7852
7853 if test -n "$ac_tool_prefix"; then
7854 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7855set dummy ${ac_tool_prefix}otool; ac_word=$2
7856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7857$as_echo_n "checking for $ac_word... " >&6; }
7858if test "${ac_cv_prog_OTOOL+set}" = set; then :
7859 $as_echo_n "(cached) " >&6
7860else
7861 if test -n "$OTOOL"; then
7862 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7863else
7864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7865for as_dir in $PATH
7866do
7867 IFS=$as_save_IFS
7868 test -z "$as_dir" && as_dir=.
7869 for ac_exec_ext in '' $ac_executable_extensions; do
7870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7871 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7873 break 2
7874 fi
7875done
7876 done
7877IFS=$as_save_IFS
7878
7879fi
7880fi
7881OTOOL=$ac_cv_prog_OTOOL
7882if test -n "$OTOOL"; then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7884$as_echo "$OTOOL" >&6; }
7885else
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7887$as_echo "no" >&6; }
7888fi
7889
7890
7891fi
7892if test -z "$ac_cv_prog_OTOOL"; then
7893 ac_ct_OTOOL=$OTOOL
7894 # Extract the first word of "otool", so it can be a program name with args.
7895set dummy otool; ac_word=$2
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897$as_echo_n "checking for $ac_word... " >&6; }
7898if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
7900else
7901 if test -n "$ac_ct_OTOOL"; then
7902 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7903else
7904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7905for as_dir in $PATH
7906do
7907 IFS=$as_save_IFS
7908 test -z "$as_dir" && as_dir=.
7909 for ac_exec_ext in '' $ac_executable_extensions; do
7910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7911 ac_cv_prog_ac_ct_OTOOL="otool"
7912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7913 break 2
7914 fi
7915done
7916 done
7917IFS=$as_save_IFS
7918
7919fi
7920fi
7921ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7922if test -n "$ac_ct_OTOOL"; then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7924$as_echo "$ac_ct_OTOOL" >&6; }
7925else
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927$as_echo "no" >&6; }
7928fi
7929
7930 if test "x$ac_ct_OTOOL" = x; then
7931 OTOOL=":"
7932 else
7933 case $cross_compiling:$ac_tool_warned in
7934yes:)
7935{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7936$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7937ac_tool_warned=yes ;;
7938esac
7939 OTOOL=$ac_ct_OTOOL
7940 fi
7941else
7942 OTOOL="$ac_cv_prog_OTOOL"
7943fi
7944
7945 if test -n "$ac_tool_prefix"; then
7946 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7947set dummy ${ac_tool_prefix}otool64; ac_word=$2
7948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7949$as_echo_n "checking for $ac_word... " >&6; }
7950if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952else
7953 if test -n "$OTOOL64"; then
7954 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7955else
7956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7957for as_dir in $PATH
7958do
7959 IFS=$as_save_IFS
7960 test -z "$as_dir" && as_dir=.
7961 for ac_exec_ext in '' $ac_executable_extensions; do
7962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7963 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7965 break 2
7966 fi
7967done
7968 done
7969IFS=$as_save_IFS
7970
7971fi
7972fi
7973OTOOL64=$ac_cv_prog_OTOOL64
7974if test -n "$OTOOL64"; then
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7976$as_echo "$OTOOL64" >&6; }
7977else
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7979$as_echo "no" >&6; }
7980fi
7981
7982
7983fi
7984if test -z "$ac_cv_prog_OTOOL64"; then
7985 ac_ct_OTOOL64=$OTOOL64
7986 # Extract the first word of "otool64", so it can be a program name with args.
7987set dummy otool64; ac_word=$2
7988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7989$as_echo_n "checking for $ac_word... " >&6; }
7990if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7991 $as_echo_n "(cached) " >&6
7992else
7993 if test -n "$ac_ct_OTOOL64"; then
7994 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7995else
7996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7997for as_dir in $PATH
7998do
7999 IFS=$as_save_IFS
8000 test -z "$as_dir" && as_dir=.
8001 for ac_exec_ext in '' $ac_executable_extensions; do
8002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8003 ac_cv_prog_ac_ct_OTOOL64="otool64"
8004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8005 break 2
8006 fi
8007done
8008 done
8009IFS=$as_save_IFS
8010
8011fi
8012fi
8013ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8014if test -n "$ac_ct_OTOOL64"; then
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8016$as_echo "$ac_ct_OTOOL64" >&6; }
8017else
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8019$as_echo "no" >&6; }
8020fi
8021
8022 if test "x$ac_ct_OTOOL64" = x; then
8023 OTOOL64=":"
8024 else
8025 case $cross_compiling:$ac_tool_warned in
8026yes:)
8027{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8028$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8029ac_tool_warned=yes ;;
8030esac
8031 OTOOL64=$ac_ct_OTOOL64
8032 fi
8033else
8034 OTOOL64="$ac_cv_prog_OTOOL64"
8035fi
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
8061
8062
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8064$as_echo_n "checking for -single_module linker flag... " >&6; }
8065if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
8067else
8068 lt_cv_apple_cc_single_mod=no
8069 if test -z "${LT_MULTI_MODULE}"; then
8070 # By default we will add the -single_module flag. You can override
8071 # by either setting the environment variable LT_MULTI_MODULE
8072 # non-empty at configure time, or by adding -multi_module to the
8073 # link flags.
8074 rm -rf libconftest.dylib*
8075 echo "int foo(void){return 1;}" > conftest.c
8076 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8077-dynamiclib -Wl,-single_module conftest.c" >&5
8078 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8079 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8080 _lt_result=$?
8081 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8082 lt_cv_apple_cc_single_mod=yes
8083 else
8084 cat conftest.err >&5
8085 fi
8086 rm -rf libconftest.dylib*
8087 rm -f conftest.*
8088 fi
8089fi
8090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8091$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8093$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8094if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8095 $as_echo_n "(cached) " >&6
8096else
8097 lt_cv_ld_exported_symbols_list=no
8098 save_LDFLAGS=$LDFLAGS
8099 echo "_main" > conftest.sym
8100 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8102/* end confdefs.h. */
8103
8104int
8105main ()
8106{
8107
8108 ;
8109 return 0;
8110}
8111_ACEOF
8112if ac_fn_c_try_link "$LINENO"; then :
8113 lt_cv_ld_exported_symbols_list=yes
8114else
8115 lt_cv_ld_exported_symbols_list=no
8116fi
8117rm -f core conftest.err conftest.$ac_objext \
8118 conftest$ac_exeext conftest.$ac_ext
8119 LDFLAGS="$save_LDFLAGS"
8120
8121fi
8122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8123$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8125$as_echo_n "checking for -force_load linker flag... " >&6; }
8126if test "${lt_cv_ld_force_load+set}" = set; then :
8127 $as_echo_n "(cached) " >&6
8128else
8129 lt_cv_ld_force_load=no
8130 cat > conftest.c << _LT_EOF
8131int forced_loaded() { return 2;}
8132_LT_EOF
8133 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8134 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8135 echo "$AR cru libconftest.a conftest.o" >&5
8136 $AR cru libconftest.a conftest.o 2>&5
8137 cat > conftest.c << _LT_EOF
8138int main() { return 0;}
8139_LT_EOF
8140 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8141 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8142 _lt_result=$?
8143 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8144 lt_cv_ld_force_load=yes
8145 else
8146 cat conftest.err >&5
8147 fi
8148 rm -f conftest.err libconftest.a conftest conftest.c
8149 rm -rf conftest.dSYM
8150
8151fi
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8153$as_echo "$lt_cv_ld_force_load" >&6; }
8154 case $host_os in
8155 rhapsody* | darwin1.[012])
8156 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8157 darwin1.*)
8158 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8159 darwin*) # darwin 5.x on
8160 # if running on 10.5 or later, the deployment target defaults
8161 # to the OS version, if on x86, and 10.4, the deployment
8162 # target defaults to 10.4. Don't you love it?
8163 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8164 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8165 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8166 10.[012][,.]*)
6bb11ab3
L
8167 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8168 10.*)
8169 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8170 esac
8171 ;;
8172 esac
8173 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8174 _lt_dar_single_mod='$single_module'
8175 fi
8176 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8177 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8178 else
8179 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8180 fi
8181 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8182 _lt_dsymutil='~$DSYMUTIL $lib || :'
8183 else
8184 _lt_dsymutil=
8185 fi
8186 ;;
8187 esac
8188
8189for ac_header in dlfcn.h
8190do :
8191 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8192"
8193if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8194 cat >>confdefs.h <<_ACEOF
8195#define HAVE_DLFCN_H 1
8196_ACEOF
8197
8198fi
8199
8200done
8201
8202
8203
8204# autoconf.info says this should be called right after AC_INIT.
8205ac_config_headers="$ac_config_headers config.h:config.in"
8206
8207
8208
8209
8210
8211
8212# Put a plausible default for CC_FOR_BUILD in Makefile.
8213if test "x$cross_compiling" = "xno"; then
8214 CC_FOR_BUILD='$(CC)'
8215else
8216 CC_FOR_BUILD=gcc
8217fi
8218
8219
8220
8221
8222AR=${AR-ar}
8223
8224if test -n "$ac_tool_prefix"; then
8225 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8226set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8228$as_echo_n "checking for $ac_word... " >&6; }
8229if test "${ac_cv_prog_RANLIB+set}" = set; then :
8230 $as_echo_n "(cached) " >&6
8231else
8232 if test -n "$RANLIB"; then
8233 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8234else
8235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8236for as_dir in $PATH
8237do
8238 IFS=$as_save_IFS
8239 test -z "$as_dir" && as_dir=.
8240 for ac_exec_ext in '' $ac_executable_extensions; do
8241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8242 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8244 break 2
8245 fi
8246done
8247 done
8248IFS=$as_save_IFS
8249
8250fi
8251fi
8252RANLIB=$ac_cv_prog_RANLIB
8253if test -n "$RANLIB"; then
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8255$as_echo "$RANLIB" >&6; }
8256else
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8258$as_echo "no" >&6; }
8259fi
8260
8261
8262fi
8263if test -z "$ac_cv_prog_RANLIB"; then
8264 ac_ct_RANLIB=$RANLIB
8265 # Extract the first word of "ranlib", so it can be a program name with args.
8266set dummy ranlib; ac_word=$2
8267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8268$as_echo_n "checking for $ac_word... " >&6; }
8269if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8270 $as_echo_n "(cached) " >&6
8271else
8272 if test -n "$ac_ct_RANLIB"; then
8273 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8274else
8275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8276for as_dir in $PATH
8277do
8278 IFS=$as_save_IFS
8279 test -z "$as_dir" && as_dir=.
8280 for ac_exec_ext in '' $ac_executable_extensions; do
8281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8282 ac_cv_prog_ac_ct_RANLIB="ranlib"
8283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8284 break 2
8285 fi
8286done
8287 done
8288IFS=$as_save_IFS
8289
8290fi
8291fi
8292ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8293if test -n "$ac_ct_RANLIB"; then
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8295$as_echo "$ac_ct_RANLIB" >&6; }
8296else
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8298$as_echo "no" >&6; }
8299fi
8300
8301 if test "x$ac_ct_RANLIB" = x; then
8302 RANLIB=":"
8303 else
8304 case $cross_compiling:$ac_tool_warned in
8305yes:)
8306{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8307$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8308ac_tool_warned=yes ;;
8309esac
8310 RANLIB=$ac_ct_RANLIB
8311 fi
8312else
8313 RANLIB="$ac_cv_prog_RANLIB"
8314fi
8315
8316
8317# Some of the common include files depend on bfd.h, and bfd.h checks
8318# that config.h is included first by testing that the PACKAGE macro
8319# is defined.
8320PACKAGE=sim
8321
8322cat >>confdefs.h <<_ACEOF
8323#define PACKAGE "$PACKAGE"
8324_ACEOF
8325
8326
8327
8328# Dependency checking.
8329ac_config_commands="$ac_config_commands depdir"
8330
8331
8332depcc="$CC" am_compiler_list=
8333
8334am_depcomp=$ac_aux_dir/depcomp
8335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8336$as_echo_n "checking dependency style of $depcc... " >&6; }
8337if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8338 $as_echo_n "(cached) " >&6
8339else
8340 if test -f "$am_depcomp"; then
8341 # We make a subdir and do the tests there. Otherwise we can end up
8342 # making bogus files that we don't know about and never remove. For
8343 # instance it was reported that on HP-UX the gcc test will end up
8344 # making a dummy file named `D' -- because `-MD' means `put the output
8345 # in D'.
8346 mkdir conftest.dir
8347 # Copy depcomp to subdir because otherwise we won't find it if we're
8348 # using a relative directory.
8349 cp "$am_depcomp" conftest.dir
8350 cd conftest.dir
8351 # We will build objects and dependencies in a subdirectory because
8352 # it helps to detect inapplicable dependency modes. For instance
8353 # both Tru64's cc and ICC support -MD to output dependencies as a
8354 # side effect of compilation, but ICC will put the dependencies in
8355 # the current directory while Tru64 will put them in the object
8356 # directory.
8357 mkdir sub
8358
8359 am_cv_CC_dependencies_compiler_type=none
8360 if test "$am_compiler_list" = ""; then
8361 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8362 fi
8363 for depmode in $am_compiler_list; do
8364 if test $depmode = none; then break; fi
8365
8366 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8367 # Setup a source with many dependencies, because some compilers
8368 # like to wrap large dependency lists on column 80 (with \), and
8369 # we should not choose a depcomp mode which is confused by this.
8370 #
8371 # We need to recreate these files for each test, as the compiler may
8372 # overwrite some of them when testing with obscure command lines.
8373 # This happens at least with the AIX C compiler.
8374 : > sub/conftest.c
8375 for i in 1 2 3 4 5 6; do
8376 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8377 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8378 # Solaris 8's {/usr,}/bin/sh.
8379 touch sub/conftst$i.h
8380 done
8381 echo "include sub/conftest.Po" > confmf
8382
8383 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8384 # mode. It turns out that the SunPro C++ compiler does not properly
8385 # handle `-M -o', and we need to detect this.
8386 depcmd="depmode=$depmode \
8387 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8388 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8389 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8390 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8391 if env $depcmd > conftest.err 2>&1 &&
8392 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8393 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8394 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8395 # icc doesn't choke on unknown options, it will just issue warnings
8396 # or remarks (even with -Werror). So we grep stderr for any message
8397 # that says an option was ignored or not supported.
8398 # When given -MP, icc 7.0 and 7.1 complain thusly:
8399 # icc: Command line warning: ignoring option '-M'; no argument required
8400 # The diagnosis changed in icc 8.0:
8401 # icc: Command line remark: option '-MP' not supported
8402 if (grep 'ignoring option' conftest.err ||
8403 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8404 am_cv_CC_dependencies_compiler_type=$depmode
8405 $as_echo "$as_me:$LINENO: success" >&5
8406 break
8407 fi
8408 fi
8409 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8410 sed -e 's/^/| /' < conftest.err >&5
8411 done
8412
8413 cd ..
8414 rm -rf conftest.dir
8415else
8416 am_cv_CC_dependencies_compiler_type=none
8417fi
8418
8419fi
8420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8421$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8422if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8423then as_fn_error "no usable dependency style found" "$LINENO" 5
8424else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8425
8426fi
8427
8428
8429# Check for the 'make' the user wants to use.
8430for ac_prog in make
8431do
8432 # Extract the first word of "$ac_prog", so it can be a program name with args.
8433set dummy $ac_prog; ac_word=$2
8434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8435$as_echo_n "checking for $ac_word... " >&6; }
8436if test "${ac_cv_prog_MAKE+set}" = set; then :
8437 $as_echo_n "(cached) " >&6
8438else
8439 if test -n "$MAKE"; then
8440 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8441else
8442as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443for as_dir in $PATH
8444do
8445 IFS=$as_save_IFS
8446 test -z "$as_dir" && as_dir=.
8447 for ac_exec_ext in '' $ac_executable_extensions; do
8448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8449 ac_cv_prog_MAKE="$ac_prog"
8450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8451 break 2
8452 fi
8453done
8454 done
8455IFS=$as_save_IFS
8456
8457fi
8458fi
8459MAKE=$ac_cv_prog_MAKE
8460if test -n "$MAKE"; then
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8462$as_echo "$MAKE" >&6; }
8463else
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8465$as_echo "no" >&6; }
8466fi
8467
8468
8469 test -n "$MAKE" && break
8470done
8471
8472MAKE_IS_GNU=
8473case "`$MAKE --version 2>&1 | sed 1q`" in
8474 *GNU*)
8475 MAKE_IS_GNU=yes
8476 ;;
8477esac
8478 if test "$MAKE_IS_GNU" = yes; then
8479 GMAKE_TRUE=
8480 GMAKE_FALSE='#'
8481else
8482 GMAKE_TRUE='#'
8483 GMAKE_FALSE=
8484fi
8485
8486
8487ALL_LINGUAS=
8488# If we haven't got the data from the intl directory,
8489# assume NLS is disabled.
8490USE_NLS=no
8491LIBINTL=
8492LIBINTL_DEP=
8493INCINTL=
8494XGETTEXT=
8495GMSGFMT=
8496POSUB=
8497
8498if test -f ../../intl/config.intl; then
8499 . ../../intl/config.intl
8500fi
8501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8502$as_echo_n "checking whether NLS is requested... " >&6; }
8503if test x"$USE_NLS" != xyes; then
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8505$as_echo "no" >&6; }
8506else
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8508$as_echo "yes" >&6; }
8509
8510$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8511
8512
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8514$as_echo_n "checking for catalogs to be installed... " >&6; }
8515 # Look for .po and .gmo files in the source directory.
8516 CATALOGS=
8517 XLINGUAS=
8518 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8519 # If there aren't any .gmo files the shell will give us the
8520 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8521 # weeded out.
8522 case "$cat" in *\**)
8523 continue;;
8524 esac
8525 # The quadruple backslash is collapsed to a double backslash
8526 # by the backticks, then collapsed again by the double quotes,
8527 # leaving us with one backslash in the sed expression (right
8528 # before the dot that mustn't act as a wildcard).
8529 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8530 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8531 # The user is allowed to set LINGUAS to a list of languages to
8532 # install catalogs for. If it's empty that means "all of them."
8533 if test "x$LINGUAS" = x; then
8534 CATALOGS="$CATALOGS $cat"
8535 XLINGUAS="$XLINGUAS $lang"
8536 else
8537 case "$LINGUAS" in *$lang*)
8538 CATALOGS="$CATALOGS $cat"
8539 XLINGUAS="$XLINGUAS $lang"
8540 ;;
8541 esac
8542 fi
8543 done
8544 LINGUAS="$XLINGUAS"
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8546$as_echo "$LINGUAS" >&6; }
8547
8548
8549 DATADIRNAME=share
8550
8551 INSTOBJEXT=.mo
8552
8553 GENCAT=gencat
8554
8555 CATOBJEXT=.gmo
8556
8557fi
8558
8559# Check for common headers.
8560# FIXME: Seems to me this can cause problems for i386-windows hosts.
8561# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8562for ac_header in stdlib.h string.h strings.h unistd.h time.h
8563do :
8564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8565ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8566eval as_val=\$$as_ac_Header
8567 if test "x$as_val" = x""yes; then :
8568 cat >>confdefs.h <<_ACEOF
8569#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8570_ACEOF
8571
8572fi
8573
8574done
8575
8576for ac_header in sys/time.h sys/resource.h
8577do :
8578 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8579ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8580eval as_val=\$$as_ac_Header
8581 if test "x$as_val" = x""yes; then :
8582 cat >>confdefs.h <<_ACEOF
8583#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8584_ACEOF
8585
8586fi
8587
8588done
8589
8590for ac_header in fcntl.h fpu_control.h
8591do :
8592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8593ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8594eval as_val=\$$as_ac_Header
8595 if test "x$as_val" = x""yes; then :
8596 cat >>confdefs.h <<_ACEOF
8597#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8598_ACEOF
8599
8600fi
8601
8602done
8603
8604for ac_header in dlfcn.h errno.h sys/stat.h
8605do :
8606 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8607ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8608eval as_val=\$$as_ac_Header
8609 if test "x$as_val" = x""yes; then :
8610 cat >>confdefs.h <<_ACEOF
8611#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8612_ACEOF
8613
8614fi
8615
8616done
8617
8618for ac_func in getrusage time sigaction __setfpucw
8619do :
8620 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8621ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8622eval as_val=\$$as_ac_var
8623 if test "x$as_val" = x""yes; then :
8624 cat >>confdefs.h <<_ACEOF
8625#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8626_ACEOF
8627
8628fi
8629done
8630
8631
8632# Check for socket libraries
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8634$as_echo_n "checking for bind in -lsocket... " >&6; }
8635if test "${ac_cv_lib_socket_bind+set}" = set; then :
8636 $as_echo_n "(cached) " >&6
8637else
8638 ac_check_lib_save_LIBS=$LIBS
8639LIBS="-lsocket $LIBS"
8640cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8641/* end confdefs.h. */
8642
8643/* Override any GCC internal prototype to avoid an error.
8644 Use char because int might match the return type of a GCC
8645 builtin and then its argument prototype would still apply. */
8646#ifdef __cplusplus
8647extern "C"
8648#endif
8649char bind ();
8650int
8651main ()
8652{
8653return bind ();
8654 ;
8655 return 0;
8656}
8657_ACEOF
8658if ac_fn_c_try_link "$LINENO"; then :
8659 ac_cv_lib_socket_bind=yes
8660else
8661 ac_cv_lib_socket_bind=no
8662fi
8663rm -f core conftest.err conftest.$ac_objext \
8664 conftest$ac_exeext conftest.$ac_ext
8665LIBS=$ac_check_lib_save_LIBS
8666fi
8667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8668$as_echo "$ac_cv_lib_socket_bind" >&6; }
8669if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8670 cat >>confdefs.h <<_ACEOF
8671#define HAVE_LIBSOCKET 1
8672_ACEOF
8673
8674 LIBS="-lsocket $LIBS"
8675
8676fi
8677
8678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8679$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8680if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8681 $as_echo_n "(cached) " >&6
8682else
8683 ac_check_lib_save_LIBS=$LIBS
8684LIBS="-lnsl $LIBS"
8685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8686/* end confdefs.h. */
8687
8688/* Override any GCC internal prototype to avoid an error.
8689 Use char because int might match the return type of a GCC
8690 builtin and then its argument prototype would still apply. */
8691#ifdef __cplusplus
8692extern "C"
8693#endif
8694char gethostbyname ();
8695int
8696main ()
8697{
8698return gethostbyname ();
8699 ;
8700 return 0;
8701}
8702_ACEOF
8703if ac_fn_c_try_link "$LINENO"; then :
8704 ac_cv_lib_nsl_gethostbyname=yes
8705else
8706 ac_cv_lib_nsl_gethostbyname=no
8707fi
8708rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710LIBS=$ac_check_lib_save_LIBS
8711fi
8712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8713$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8714if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8715 cat >>confdefs.h <<_ACEOF
8716#define HAVE_LIBNSL 1
8717_ACEOF
8718
8719 LIBS="-lnsl $LIBS"
8720
8721fi
8722
8723
8724# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8725# using the same condition.
8726
aadc9410 8727 # Use the system's zlib library.
7fed4b0b
L
8728 zlibdir="-L\$(top_builddir)/../zlib"
8729 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8730
aadc9410
MF
8731# Check whether --with-system-zlib was given.
8732if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8733 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8734 zlibdir=
8735 zlibinc=
8736 fi
6bb11ab3
L
8737
8738fi
8739
6bb11ab3 8740
6bb11ab3 8741
6bb11ab3
L
8742
8743
8744# BFD uses libdl when when plugins enabled.
8745
faa743bb
RM
8746 maybe_plugins=no
8747 for ac_header in dlfcn.h
8748do :
8749 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8750"
8751if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8752 cat >>confdefs.h <<_ACEOF
8753#define HAVE_DLFCN_H 1
8754_ACEOF
8755 maybe_plugins=yes
8756fi
8757
8758done
8759
8760 for ac_header in windows.h
8761do :
8762 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8763"
8764if test "x$ac_cv_header_windows_h" = x""yes; then :
8765 cat >>confdefs.h <<_ACEOF
8766#define HAVE_WINDOWS_H 1
8767_ACEOF
8768 maybe_plugins=yes
8769fi
8770
8771done
8772
8773
8774 # Check whether --enable-plugins was given.
6bb11ab3
L
8775if test "${enable_plugins+set}" = set; then :
8776 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8777 no) plugins=no ;;
8778 *) plugins=yes
8779 if test "$maybe_plugins" != "yes" ; then
8780 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8781 fi ;;
8782 esac
6bb11ab3 8783else
faa743bb
RM
8784 plugins=$maybe_plugins
8785
6bb11ab3
L
8786fi
8787
2974be62
AM
8788 if test "$plugins" = "yes"; then
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8790$as_echo_n "checking for library containing dlopen... " >&6; }
8791if test "${ac_cv_search_dlopen+set}" = set; then :
8792 $as_echo_n "(cached) " >&6
8793else
8794 ac_func_search_save_LIBS=$LIBS
8795cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8796/* end confdefs.h. */
8797
8798/* Override any GCC internal prototype to avoid an error.
8799 Use char because int might match the return type of a GCC
8800 builtin and then its argument prototype would still apply. */
8801#ifdef __cplusplus
8802extern "C"
8803#endif
8804char dlopen ();
8805int
8806main ()
8807{
8808return dlopen ();
8809 ;
8810 return 0;
8811}
8812_ACEOF
8813for ac_lib in '' dl; do
8814 if test -z "$ac_lib"; then
8815 ac_res="none required"
8816 else
8817 ac_res=-l$ac_lib
8818 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8819 fi
8820 if ac_fn_c_try_link "$LINENO"; then :
8821 ac_cv_search_dlopen=$ac_res
8822fi
8823rm -f core conftest.err conftest.$ac_objext \
8824 conftest$ac_exeext
8825 if test "${ac_cv_search_dlopen+set}" = set; then :
8826 break
8827fi
8828done
8829if test "${ac_cv_search_dlopen+set}" = set; then :
8830
8831else
8832 ac_cv_search_dlopen=no
8833fi
8834rm conftest.$ac_ext
8835LIBS=$ac_func_search_save_LIBS
8836fi
8837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8838$as_echo "$ac_cv_search_dlopen" >&6; }
8839ac_res=$ac_cv_search_dlopen
8840if test "$ac_res" != no; then :
8841 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8842
8843fi
8844
8845 fi
6bb11ab3
L
8846
8847 if test "$plugins" = yes; then
8848 PLUGINS_TRUE=
8849 PLUGINS_FALSE='#'
8850else
8851 PLUGINS_TRUE='#'
8852 PLUGINS_FALSE=
8853fi
8854
8855
8856
8857
8858
8859# Set options
8860enable_dlopen=yes
8861
8862
8863
8864
8865 enable_win32_dll=no
8866
8867
8868 # Check whether --enable-shared was given.
8869if test "${enable_shared+set}" = set; then :
8870 enableval=$enable_shared; p=${PACKAGE-default}
8871 case $enableval in
8872 yes) enable_shared=yes ;;
8873 no) enable_shared=no ;;
8874 *)
8875 enable_shared=no
8876 # Look at the argument we got. We use all the common list separators.
8877 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8878 for pkg in $enableval; do
8879 IFS="$lt_save_ifs"
8880 if test "X$pkg" = "X$p"; then
8881 enable_shared=yes
8882 fi
8883 done
8884 IFS="$lt_save_ifs"
8885 ;;
8886 esac
8887else
8888 enable_shared=yes
8889fi
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899 # Check whether --enable-static was given.
8900if test "${enable_static+set}" = set; then :
8901 enableval=$enable_static; p=${PACKAGE-default}
8902 case $enableval in
8903 yes) enable_static=yes ;;
8904 no) enable_static=no ;;
8905 *)
8906 enable_static=no
8907 # Look at the argument we got. We use all the common list separators.
8908 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8909 for pkg in $enableval; do
8910 IFS="$lt_save_ifs"
8911 if test "X$pkg" = "X$p"; then
8912 enable_static=yes
8913 fi
8914 done
8915 IFS="$lt_save_ifs"
8916 ;;
8917 esac
8918else
8919 enable_static=yes
8920fi
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931# Check whether --with-pic was given.
8932if test "${with_pic+set}" = set; then :
8933 withval=$with_pic; pic_mode="$withval"
8934else
8935 pic_mode=default
8936fi
8937
8938
8939test -z "$pic_mode" && pic_mode=default
8940
8941
8942
8943
8944
8945
8946
8947 # Check whether --enable-fast-install was given.
8948if test "${enable_fast_install+set}" = set; then :
8949 enableval=$enable_fast_install; p=${PACKAGE-default}
8950 case $enableval in
8951 yes) enable_fast_install=yes ;;
8952 no) enable_fast_install=no ;;
8953 *)
8954 enable_fast_install=no
8955 # Look at the argument we got. We use all the common list separators.
8956 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8957 for pkg in $enableval; do
8958 IFS="$lt_save_ifs"
8959 if test "X$pkg" = "X$p"; then
8960 enable_fast_install=yes
8961 fi
8962 done
8963 IFS="$lt_save_ifs"
8964 ;;
8965 esac
8966else
8967 enable_fast_install=yes
8968fi
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980# This can be used to rebuild libtool when needed
8981LIBTOOL_DEPS="$ltmain"
8982
8983# Always use our own libtool.
8984LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011test -z "$LN_S" && LN_S="ln -s"
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026if test -n "${ZSH_VERSION+set}" ; then
9027 setopt NO_GLOB_SUBST
9028fi
9029
9030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9031$as_echo_n "checking for objdir... " >&6; }
9032if test "${lt_cv_objdir+set}" = set; then :
9033 $as_echo_n "(cached) " >&6
9034else
9035 rm -f .libs 2>/dev/null
9036mkdir .libs 2>/dev/null
9037if test -d .libs; then
9038 lt_cv_objdir=.libs
9039else
9040 # MS-DOS does not allow filenames that begin with a dot.
9041 lt_cv_objdir=_libs
f6bcefef 9042fi
6bb11ab3
L
9043rmdir .libs 2>/dev/null
9044fi
9045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9046$as_echo "$lt_cv_objdir" >&6; }
9047objdir=$lt_cv_objdir
f6bcefef 9048
6bb11ab3
L
9049
9050
9051
9052
9053cat >>confdefs.h <<_ACEOF
9054#define LT_OBJDIR "$lt_cv_objdir/"
9055_ACEOF
9056
9057
9058
9059
9060case $host_os in
9061aix3*)
9062 # AIX sometimes has problems with the GCC collect2 program. For some
9063 # reason, if we set the COLLECT_NAMES environment variable, the problems
9064 # vanish in a puff of smoke.
9065 if test "X${COLLECT_NAMES+set}" != Xset; then
9066 COLLECT_NAMES=
9067 export COLLECT_NAMES
9068 fi
9069 ;;
81ecdfbb 9070esac
6bb11ab3
L
9071
9072# Global variables:
9073ofile=libtool
9074can_build_shared=yes
9075
9076# All known linkers require a `.a' archive for static linking (except MSVC,
9077# which needs '.lib').
9078libext=a
9079
9080with_gnu_ld="$lt_cv_prog_gnu_ld"
9081
9082old_CC="$CC"
9083old_CFLAGS="$CFLAGS"
9084
9085# Set sane defaults for various variables
9086test -z "$CC" && CC=cc
9087test -z "$LTCC" && LTCC=$CC
9088test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9089test -z "$LD" && LD=ld
9090test -z "$ac_objext" && ac_objext=o
9091
9092for cc_temp in $compiler""; do
9093 case $cc_temp in
9094 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9095 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9096 \-*) ;;
9097 *) break;;
9098 esac
9099done
9100cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9101
9102
9103# Only perform the check for file, if the check method requires it
9104test -z "$MAGIC_CMD" && MAGIC_CMD=file
9105case $deplibs_check_method in
9106file_magic*)
9107 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9109$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9110if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9111 $as_echo_n "(cached) " >&6
9112else
9113 case $MAGIC_CMD in
9114[\\/*] | ?:[\\/]*)
9115 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9116 ;;
9117*)
9118 lt_save_MAGIC_CMD="$MAGIC_CMD"
9119 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9120 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9121 for ac_dir in $ac_dummy; do
9122 IFS="$lt_save_ifs"
9123 test -z "$ac_dir" && ac_dir=.
9124 if test -f $ac_dir/${ac_tool_prefix}file; then
9125 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9126 if test -n "$file_magic_test_file"; then
9127 case $deplibs_check_method in
9128 "file_magic "*)
9129 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9130 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9131 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9132 $EGREP "$file_magic_regex" > /dev/null; then
9133 :
9134 else
9135 cat <<_LT_EOF 1>&2
9136
9137*** Warning: the command libtool uses to detect shared libraries,
9138*** $file_magic_cmd, produces output that libtool cannot recognize.
9139*** The result is that libtool may fail to recognize shared libraries
9140*** as such. This will affect the creation of libtool libraries that
9141*** depend on shared libraries, but programs linked with such libtool
9142*** libraries will work regardless of this problem. Nevertheless, you
9143*** may want to report the problem to your system manager and/or to
9144*** bug-libtool@gnu.org
9145
9146_LT_EOF
9147 fi ;;
9148 esac
9149 fi
9150 break
f6bcefef 9151 fi
6bb11ab3
L
9152 done
9153 IFS="$lt_save_ifs"
9154 MAGIC_CMD="$lt_save_MAGIC_CMD"
9155 ;;
9156esac
f6bcefef 9157fi
f6bcefef 9158
6bb11ab3
L
9159MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9160if test -n "$MAGIC_CMD"; then
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9162$as_echo "$MAGIC_CMD" >&6; }
9163else
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9165$as_echo "no" >&6; }
9166fi
81ecdfbb 9167
6bb11ab3
L
9168
9169
9170
9171
9172if test -z "$lt_cv_path_MAGIC_CMD"; then
9173 if test -n "$ac_tool_prefix"; then
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9175$as_echo_n "checking for file... " >&6; }
9176if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9177 $as_echo_n "(cached) " >&6
9178else
9179 case $MAGIC_CMD in
9180[\\/*] | ?:[\\/]*)
9181 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9182 ;;
9183*)
9184 lt_save_MAGIC_CMD="$MAGIC_CMD"
9185 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9186 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9187 for ac_dir in $ac_dummy; do
9188 IFS="$lt_save_ifs"
9189 test -z "$ac_dir" && ac_dir=.
9190 if test -f $ac_dir/file; then
9191 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9192 if test -n "$file_magic_test_file"; then
9193 case $deplibs_check_method in
9194 "file_magic "*)
9195 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9196 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9197 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9198 $EGREP "$file_magic_regex" > /dev/null; then
9199 :
9200 else
9201 cat <<_LT_EOF 1>&2
9202
9203*** Warning: the command libtool uses to detect shared libraries,
9204*** $file_magic_cmd, produces output that libtool cannot recognize.
9205*** The result is that libtool may fail to recognize shared libraries
9206*** as such. This will affect the creation of libtool libraries that
9207*** depend on shared libraries, but programs linked with such libtool
9208*** libraries will work regardless of this problem. Nevertheless, you
9209*** may want to report the problem to your system manager and/or to
9210*** bug-libtool@gnu.org
9211
9212_LT_EOF
9213 fi ;;
9214 esac
9215 fi
9216 break
9217 fi
9218 done
9219 IFS="$lt_save_ifs"
9220 MAGIC_CMD="$lt_save_MAGIC_CMD"
9221 ;;
81ecdfbb 9222esac
6bb11ab3
L
9223fi
9224
9225MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9226if test -n "$MAGIC_CMD"; then
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9228$as_echo "$MAGIC_CMD" >&6; }
9229else
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9231$as_echo "no" >&6; }
9232fi
9233
9234
9235 else
9236 MAGIC_CMD=:
9237 fi
9238fi
9239
9240 fi
9241 ;;
9242esac
9243
9244# Use C for the default configuration in the libtool script
9245
9246lt_save_CC="$CC"
9247ac_ext=c
9248ac_cpp='$CPP $CPPFLAGS'
9249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9251ac_compiler_gnu=$ac_cv_c_compiler_gnu
9252
9253
9254# Source file extension for C test sources.
9255ac_ext=c
9256
9257# Object file extension for compiled C test sources.
9258objext=o
9259objext=$objext
9260
9261# Code to be used in simple compile tests
9262lt_simple_compile_test_code="int some_variable = 0;"
9263
9264# Code to be used in simple link tests
9265lt_simple_link_test_code='int main(){return(0);}'
9266
9267
9268
9269
9270
9271
9272
9273# If no C compiler was specified, use CC.
9274LTCC=${LTCC-"$CC"}
9275
9276# If no C compiler flags were specified, use CFLAGS.
9277LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9278
9279# Allow CC to be a program name with arguments.
9280compiler=$CC
9281
9282# Save the default compiler, since it gets overwritten when the other
9283# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9284compiler_DEFAULT=$CC
9285
9286# save warnings/boilerplate of simple test code
9287ac_outfile=conftest.$ac_objext
9288echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9289eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9290_lt_compiler_boilerplate=`cat conftest.err`
9291$RM conftest*
9292
9293ac_outfile=conftest.$ac_objext
9294echo "$lt_simple_link_test_code" >conftest.$ac_ext
9295eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9296_lt_linker_boilerplate=`cat conftest.err`
9297$RM -r conftest*
9298
9299
9300## CAVEAT EMPTOR:
9301## There is no encapsulation within the following macros, do not change
9302## the running order or otherwise move them around unless you know exactly
9303## what you are doing...
9304if test -n "$compiler"; then
9305
9306lt_prog_compiler_no_builtin_flag=
9307
9308if test "$GCC" = yes; then
9309 case $cc_basename in
9310 nvcc*)
9311 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9312 *)
9313 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f6bcefef 9314 esac
6bb11ab3
L
9315
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9317$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9318if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9319 $as_echo_n "(cached) " >&6
f6bcefef 9320else
6bb11ab3
L
9321 lt_cv_prog_compiler_rtti_exceptions=no
9322 ac_outfile=conftest.$ac_objext
9323 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9324 lt_compiler_flag="-fno-rtti -fno-exceptions"
9325 # Insert the option either (1) after the last *FLAGS variable, or
9326 # (2) before a word containing "conftest.", or (3) at the end.
9327 # Note that $ac_compile itself does not contain backslashes and begins
9328 # with a dollar sign (not a hyphen), so the echo should work correctly.
9329 # The option is referenced via a variable to avoid confusing sed.
9330 lt_compile=`echo "$ac_compile" | $SED \
9331 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9332 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9333 -e 's:$: $lt_compiler_flag:'`
9334 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9335 (eval "$lt_compile" 2>conftest.err)
9336 ac_status=$?
9337 cat conftest.err >&5
9338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9339 if (exit $ac_status) && test -s "$ac_outfile"; then
9340 # The compiler can only warn and ignore the option if not recognized
9341 # So say no if there are warnings other than the usual output.
9342 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9343 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9344 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9345 lt_cv_prog_compiler_rtti_exceptions=yes
9346 fi
9347 fi
9348 $RM conftest*
9349
f6bcefef 9350fi
6bb11ab3
L
9351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9352$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9353
9354if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9355 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9356else
9357 :
9358fi
9359
9360fi
9361
9362
9363
9364
9365
9366
9367 lt_prog_compiler_wl=
9368lt_prog_compiler_pic=
9369lt_prog_compiler_static=
9370
9371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9372$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9373
9374 if test "$GCC" = yes; then
9375 lt_prog_compiler_wl='-Wl,'
9376 lt_prog_compiler_static='-static'
9377
9378 case $host_os in
9379 aix*)
9380 # All AIX code is PIC.
9381 if test "$host_cpu" = ia64; then
9382 # AIX 5 now supports IA64 processor
9383 lt_prog_compiler_static='-Bstatic'
9384 fi
9385 lt_prog_compiler_pic='-fPIC'
9386 ;;
9387
9388 amigaos*)
9389 case $host_cpu in
9390 powerpc)
9391 # see comment about AmigaOS4 .so support
9392 lt_prog_compiler_pic='-fPIC'
9393 ;;
9394 m68k)
9395 # FIXME: we need at least 68020 code to build shared libraries, but
9396 # adding the `-m68020' flag to GCC prevents building anything better,
9397 # like `-m68040'.
9398 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9399 ;;
9400 esac
9401 ;;
9402
9403 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9404 # PIC is the default for these OSes.
9405 ;;
9406
9407 mingw* | cygwin* | pw32* | os2* | cegcc*)
9408 # This hack is so that the source file can tell whether it is being
9409 # built for inclusion in a dll (and should export symbols for example).
9410 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9411 # (--disable-auto-import) libraries
9412 lt_prog_compiler_pic='-DDLL_EXPORT'
9413 ;;
9414
9415 darwin* | rhapsody*)
9416 # PIC is the default on this platform
9417 # Common symbols not allowed in MH_DYLIB files
9418 lt_prog_compiler_pic='-fno-common'
9419 ;;
9420
9421 haiku*)
9422 # PIC is the default for Haiku.
9423 # The "-static" flag exists, but is broken.
9424 lt_prog_compiler_static=
9425 ;;
9426
9427 hpux*)
9428 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9429 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9430 # sets the default TLS model and affects inlining.
9431 case $host_cpu in
9432 hppa*64*)
9433 # +Z the default
9434 ;;
9435 *)
9436 lt_prog_compiler_pic='-fPIC'
9437 ;;
9438 esac
9439 ;;
9440
9441 interix[3-9]*)
9442 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9443 # Instead, we relocate shared libraries at runtime.
9444 ;;
9445
9446 msdosdjgpp*)
9447 # Just because we use GCC doesn't mean we suddenly get shared libraries
9448 # on systems that don't support them.
9449 lt_prog_compiler_can_build_shared=no
9450 enable_shared=no
9451 ;;
9452
9453 *nto* | *qnx*)
9454 # QNX uses GNU C++, but need to define -shared option too, otherwise
9455 # it will coredump.
9456 lt_prog_compiler_pic='-fPIC -shared'
9457 ;;
9458
9459 sysv4*MP*)
9460 if test -d /usr/nec; then
9461 lt_prog_compiler_pic=-Kconform_pic
9462 fi
9463 ;;
9464
9465 *)
9466 lt_prog_compiler_pic='-fPIC'
9467 ;;
9468 esac
9469
9470 case $cc_basename in
9471 nvcc*) # Cuda Compiler Driver 2.2
9472 lt_prog_compiler_wl='-Xlinker '
9473 lt_prog_compiler_pic='-Xcompiler -fPIC'
9474 ;;
9475 esac
9476 else
9477 # PORTME Check for flag to pass linker flags through the system compiler.
9478 case $host_os in
9479 aix*)
9480 lt_prog_compiler_wl='-Wl,'
9481 if test "$host_cpu" = ia64; then
9482 # AIX 5 now supports IA64 processor
9483 lt_prog_compiler_static='-Bstatic'
9484 else
9485 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9486 fi
9487 ;;
9488
9489 mingw* | cygwin* | pw32* | os2* | cegcc*)
9490 # This hack is so that the source file can tell whether it is being
9491 # built for inclusion in a dll (and should export symbols for example).
9492 lt_prog_compiler_pic='-DDLL_EXPORT'
9493 ;;
9494
9495 hpux9* | hpux10* | hpux11*)
9496 lt_prog_compiler_wl='-Wl,'
9497 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9498 # not for PA HP-UX.
9499 case $host_cpu in
9500 hppa*64*|ia64*)
9501 # +Z the default
9502 ;;
9503 *)
9504 lt_prog_compiler_pic='+Z'
9505 ;;
9506 esac
9507 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9508 lt_prog_compiler_static='${wl}-a ${wl}archive'
9509 ;;
9510
9511 irix5* | irix6* | nonstopux*)
9512 lt_prog_compiler_wl='-Wl,'
9513 # PIC (with -KPIC) is the default.
9514 lt_prog_compiler_static='-non_shared'
9515 ;;
9516
9517 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9518 case $cc_basename in
9519 # old Intel for x86_64 which still supported -KPIC.
9520 ecc*)
9521 lt_prog_compiler_wl='-Wl,'
9522 lt_prog_compiler_pic='-KPIC'
9523 lt_prog_compiler_static='-static'
9524 ;;
9525 # icc used to be incompatible with GCC.
9526 # ICC 10 doesn't accept -KPIC any more.
9527 icc* | ifort*)
9528 lt_prog_compiler_wl='-Wl,'
9529 lt_prog_compiler_pic='-fPIC'
9530 lt_prog_compiler_static='-static'
9531 ;;
9532 # Lahey Fortran 8.1.
9533 lf95*)
9534 lt_prog_compiler_wl='-Wl,'
9535 lt_prog_compiler_pic='--shared'
9536 lt_prog_compiler_static='--static'
9537 ;;
9538 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9539 # Portland Group compilers (*not* the Pentium gcc compiler,
9540 # which looks to be a dead project)
9541 lt_prog_compiler_wl='-Wl,'
9542 lt_prog_compiler_pic='-fpic'
9543 lt_prog_compiler_static='-Bstatic'
9544 ;;
9545 ccc*)
9546 lt_prog_compiler_wl='-Wl,'
9547 # All Alpha code is PIC.
9548 lt_prog_compiler_static='-non_shared'
9549 ;;
9550 xl* | bgxl* | bgf* | mpixl*)
9551 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9552 lt_prog_compiler_wl='-Wl,'
9553 lt_prog_compiler_pic='-qpic'
9554 lt_prog_compiler_static='-qstaticlink'
9555 ;;
9556 *)
9557 case `$CC -V 2>&1 | sed 5q` in
9558 *Sun\ F* | *Sun*Fortran*)
9559 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9560 lt_prog_compiler_pic='-KPIC'
9561 lt_prog_compiler_static='-Bstatic'
9562 lt_prog_compiler_wl=''
9563 ;;
9564 *Sun\ C*)
9565 # Sun C 5.9
9566 lt_prog_compiler_pic='-KPIC'
9567 lt_prog_compiler_static='-Bstatic'
9568 lt_prog_compiler_wl='-Wl,'
9569 ;;
9570 esac
9571 ;;
9572 esac
9573 ;;
9574
9575 newsos6)
9576 lt_prog_compiler_pic='-KPIC'
9577 lt_prog_compiler_static='-Bstatic'
9578 ;;
9579
9580 *nto* | *qnx*)
9581 # QNX uses GNU C++, but need to define -shared option too, otherwise
9582 # it will coredump.
9583 lt_prog_compiler_pic='-fPIC -shared'
9584 ;;
9585
9586 osf3* | osf4* | osf5*)
9587 lt_prog_compiler_wl='-Wl,'
9588 # All OSF/1 code is PIC.
9589 lt_prog_compiler_static='-non_shared'
9590 ;;
9591
9592 rdos*)
9593 lt_prog_compiler_static='-non_shared'
9594 ;;
9595
9596 solaris*)
9597 lt_prog_compiler_pic='-KPIC'
9598 lt_prog_compiler_static='-Bstatic'
9599 case $cc_basename in
9600 f77* | f90* | f95*)
9601 lt_prog_compiler_wl='-Qoption ld ';;
9602 *)
9603 lt_prog_compiler_wl='-Wl,';;
9604 esac
9605 ;;
f6bcefef 9606
6bb11ab3
L
9607 sunos4*)
9608 lt_prog_compiler_wl='-Qoption ld '
9609 lt_prog_compiler_pic='-PIC'
9610 lt_prog_compiler_static='-Bstatic'
9611 ;;
f6bcefef 9612
6bb11ab3
L
9613 sysv4 | sysv4.2uw2* | sysv4.3*)
9614 lt_prog_compiler_wl='-Wl,'
9615 lt_prog_compiler_pic='-KPIC'
9616 lt_prog_compiler_static='-Bstatic'
9617 ;;
f6bcefef 9618
6bb11ab3
L
9619 sysv4*MP*)
9620 if test -d /usr/nec ;then
9621 lt_prog_compiler_pic='-Kconform_pic'
9622 lt_prog_compiler_static='-Bstatic'
9623 fi
9624 ;;
9625
9626 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9627 lt_prog_compiler_wl='-Wl,'
9628 lt_prog_compiler_pic='-KPIC'
9629 lt_prog_compiler_static='-Bstatic'
9630 ;;
9631
9632 unicos*)
9633 lt_prog_compiler_wl='-Wl,'
9634 lt_prog_compiler_can_build_shared=no
9635 ;;
9636
9637 uts4*)
9638 lt_prog_compiler_pic='-pic'
9639 lt_prog_compiler_static='-Bstatic'
9640 ;;
9641
9642 *)
9643 lt_prog_compiler_can_build_shared=no
9644 ;;
9645 esac
9646 fi
9647
9648case $host_os in
9649 # For platforms which do not support PIC, -DPIC is meaningless:
9650 *djgpp*)
9651 lt_prog_compiler_pic=
9652 ;;
9653 *)
9654 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9655 ;;
81ecdfbb 9656esac
6bb11ab3
L
9657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9658$as_echo "$lt_prog_compiler_pic" >&6; }
9659
9660
9661
9662
9663
9664
9665#
9666# Check to make sure the PIC flag actually works.
9667#
9668if test -n "$lt_prog_compiler_pic"; then
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9670$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9671if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9672 $as_echo_n "(cached) " >&6
f6bcefef 9673else
6bb11ab3
L
9674 lt_cv_prog_compiler_pic_works=no
9675 ac_outfile=conftest.$ac_objext
9676 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9677 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9678 # Insert the option either (1) after the last *FLAGS variable, or
9679 # (2) before a word containing "conftest.", or (3) at the end.
9680 # Note that $ac_compile itself does not contain backslashes and begins
9681 # with a dollar sign (not a hyphen), so the echo should work correctly.
9682 # The option is referenced via a variable to avoid confusing sed.
9683 lt_compile=`echo "$ac_compile" | $SED \
9684 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9685 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9686 -e 's:$: $lt_compiler_flag:'`
9687 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9688 (eval "$lt_compile" 2>conftest.err)
9689 ac_status=$?
9690 cat conftest.err >&5
9691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 if (exit $ac_status) && test -s "$ac_outfile"; then
9693 # The compiler can only warn and ignore the option if not recognized
9694 # So say no if there are warnings other than the usual output.
9695 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9696 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9697 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9698 lt_cv_prog_compiler_pic_works=yes
9699 fi
9700 fi
9701 $RM conftest*
f6bcefef 9702
f6bcefef 9703fi
6bb11ab3
L
9704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9705$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9706
9707if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9708 case $lt_prog_compiler_pic in
9709 "" | " "*) ;;
9710 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9711 esac
9712else
9713 lt_prog_compiler_pic=
9714 lt_prog_compiler_can_build_shared=no
f6bcefef 9715fi
6bb11ab3
L
9716
9717fi
9718
9719
9720
9721
9722
9723
9724#
9725# Check to make sure the static flag actually works.
9726#
9727wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9729$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9730if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9731 $as_echo_n "(cached) " >&6
f6bcefef 9732else
6bb11ab3
L
9733 lt_cv_prog_compiler_static_works=no
9734 save_LDFLAGS="$LDFLAGS"
9735 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9736 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9737 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9738 # The linker can only warn and ignore the option if not recognized
9739 # So say no if there are warnings
9740 if test -s conftest.err; then
9741 # Append any errors to the config.log.
9742 cat conftest.err 1>&5
9743 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9744 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9745 if diff conftest.exp conftest.er2 >/dev/null; then
9746 lt_cv_prog_compiler_static_works=yes
9747 fi
9748 else
9749 lt_cv_prog_compiler_static_works=yes
9750 fi
9751 fi
9752 $RM -r conftest*
9753 LDFLAGS="$save_LDFLAGS"
f6bcefef 9754
6bb11ab3
L
9755fi
9756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9757$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f6bcefef 9758
6bb11ab3
L
9759if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9760 :
f6bcefef 9761else
6bb11ab3 9762 lt_prog_compiler_static=
f6bcefef 9763fi
f6bcefef 9764
6bb11ab3
L
9765
9766
9767
9768
9769
9770
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9772$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9773if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9774 $as_echo_n "(cached) " >&6
81ecdfbb 9775else
6bb11ab3
L
9776 lt_cv_prog_compiler_c_o=no
9777 $RM -r conftest 2>/dev/null
9778 mkdir conftest
9779 cd conftest
9780 mkdir out
9781 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9782
9783 lt_compiler_flag="-o out/conftest2.$ac_objext"
9784 # Insert the option either (1) after the last *FLAGS variable, or
9785 # (2) before a word containing "conftest.", or (3) at the end.
9786 # Note that $ac_compile itself does not contain backslashes and begins
9787 # with a dollar sign (not a hyphen), so the echo should work correctly.
9788 lt_compile=`echo "$ac_compile" | $SED \
9789 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9790 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9791 -e 's:$: $lt_compiler_flag:'`
9792 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9793 (eval "$lt_compile" 2>out/conftest.err)
9794 ac_status=$?
9795 cat out/conftest.err >&5
9796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9798 then
9799 # The compiler can only warn and ignore the option if not recognized
9800 # So say no if there are warnings
9801 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9802 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9803 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9804 lt_cv_prog_compiler_c_o=yes
9805 fi
9806 fi
9807 chmod u+w . 2>&5
9808 $RM conftest*
9809 # SGI C++ compiler will create directory out/ii_files/ for
9810 # template instantiation
9811 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9812 $RM out/* && rmdir out
9813 cd ..
9814 $RM -r conftest
9815 $RM conftest*
9816
81ecdfbb 9817fi
6bb11ab3
L
9818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9819$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9820
9821
9822
9823
9824
9825
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9827$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9828if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9829 $as_echo_n "(cached) " >&6
9830else
6bb11ab3
L
9831 lt_cv_prog_compiler_c_o=no
9832 $RM -r conftest 2>/dev/null
9833 mkdir conftest
9834 cd conftest
9835 mkdir out
9836 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9837
9838 lt_compiler_flag="-o out/conftest2.$ac_objext"
9839 # Insert the option either (1) after the last *FLAGS variable, or
9840 # (2) before a word containing "conftest.", or (3) at the end.
9841 # Note that $ac_compile itself does not contain backslashes and begins
9842 # with a dollar sign (not a hyphen), so the echo should work correctly.
9843 lt_compile=`echo "$ac_compile" | $SED \
9844 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9845 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9846 -e 's:$: $lt_compiler_flag:'`
9847 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9848 (eval "$lt_compile" 2>out/conftest.err)
9849 ac_status=$?
9850 cat out/conftest.err >&5
9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9853 then
9854 # The compiler can only warn and ignore the option if not recognized
9855 # So say no if there are warnings
9856 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9857 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9858 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9859 lt_cv_prog_compiler_c_o=yes
9860 fi
9861 fi
9862 chmod u+w . 2>&5
9863 $RM conftest*
9864 # SGI C++ compiler will create directory out/ii_files/ for
9865 # template instantiation
9866 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9867 $RM out/* && rmdir out
9868 cd ..
9869 $RM -r conftest
9870 $RM conftest*
9871
9872fi
9873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9874$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9875
9876
9877
9878
9879hard_links="nottested"
9880if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9881 # do not overwrite the value of need_locks provided by the user
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9883$as_echo_n "checking if we can lock with hard links... " >&6; }
9884 hard_links=yes
9885 $RM conftest*
9886 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9887 touch conftest.a
9888 ln conftest.a conftest.b 2>&5 || hard_links=no
9889 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9891$as_echo "$hard_links" >&6; }
9892 if test "$hard_links" = no; then
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9894$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9895 need_locks=warn
9896 fi
9897else
9898 need_locks=no
9899fi
9900
9901
9902
9903
9904
9905
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9907$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9908
9909 runpath_var=
9910 allow_undefined_flag=
9911 always_export_symbols=no
9912 archive_cmds=
9913 archive_expsym_cmds=
9914 compiler_needs_object=no
9915 enable_shared_with_static_runtimes=no
9916 export_dynamic_flag_spec=
9917 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9918 hardcode_automatic=no
9919 hardcode_direct=no
9920 hardcode_direct_absolute=no
9921 hardcode_libdir_flag_spec=
9922 hardcode_libdir_flag_spec_ld=
9923 hardcode_libdir_separator=
9924 hardcode_minus_L=no
9925 hardcode_shlibpath_var=unsupported
9926 inherit_rpath=no
9927 link_all_deplibs=unknown
9928 module_cmds=
9929 module_expsym_cmds=
9930 old_archive_from_new_cmds=
9931 old_archive_from_expsyms_cmds=
9932 thread_safe_flag_spec=
9933 whole_archive_flag_spec=
9934 # include_expsyms should be a list of space-separated symbols to be *always*
9935 # included in the symbol list
9936 include_expsyms=
9937 # exclude_expsyms can be an extended regexp of symbols to exclude
9938 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9939 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9940 # as well as any symbol that contains `d'.
9941 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9942 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9943 # platforms (ab)use it in PIC code, but their linkers get confused if
9944 # the symbol is explicitly referenced. Since portable code cannot
9945 # rely on this symbol name, it's probably fine to never include it in
9946 # preloaded symbol tables.
9947 # Exclude shared library initialization/finalization symbols.
9948 extract_expsyms_cmds=
9949
9950 case $host_os in
9951 cygwin* | mingw* | pw32* | cegcc*)
9952 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9953 # When not using gcc, we currently assume that we are using
9954 # Microsoft Visual C++.
9955 if test "$GCC" != yes; then
9956 with_gnu_ld=no
9957 fi
9958 ;;
9959 interix*)
9960 # we just hope/assume this is gcc and not c89 (= MSVC++)
9961 with_gnu_ld=yes
9962 ;;
9963 openbsd*)
9964 with_gnu_ld=no
9965 ;;
9966 esac
f6bcefef 9967
6bb11ab3
L
9968 ld_shlibs=yes
9969
9970 # On some targets, GNU ld is compatible enough with the native linker
9971 # that we're better off using the native interface for both.
9972 lt_use_gnu_ld_interface=no
9973 if test "$with_gnu_ld" = yes; then
9974 case $host_os in
9975 aix*)
9976 # The AIX port of GNU ld has always aspired to compatibility
9977 # with the native linker. However, as the warning in the GNU ld
9978 # block says, versions before 2.19.5* couldn't really create working
9979 # shared libraries, regardless of the interface used.
9980 case `$LD -v 2>&1` in
9981 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9982 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9983 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9984 *)
9985 lt_use_gnu_ld_interface=yes
9986 ;;
9987 esac
9988 ;;
9989 *)
9990 lt_use_gnu_ld_interface=yes
9991 ;;
9992 esac
9993 fi
f6bcefef 9994
6bb11ab3
L
9995 if test "$lt_use_gnu_ld_interface" = yes; then
9996 # If archive_cmds runs LD, not CC, wlarc should be empty
9997 wlarc='${wl}'
9998
9999 # Set some defaults for GNU ld with shared library support. These
10000 # are reset later if shared libraries are not supported. Putting them
10001 # here allows them to be overridden if necessary.
10002 runpath_var=LD_RUN_PATH
10003 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10004 export_dynamic_flag_spec='${wl}--export-dynamic'
10005 # ancient GNU ld didn't support --whole-archive et. al.
10006 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10007 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10008 else
10009 whole_archive_flag_spec=
10010 fi
10011 supports_anon_versioning=no
10012 case `$LD -v 2>&1` in
10013 *GNU\ gold*) supports_anon_versioning=yes ;;
10014 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10015 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10016 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10017 *\ 2.11.*) ;; # other 2.11 versions
10018 *) supports_anon_versioning=yes ;;
10019 esac
10020
10021 # See if GNU ld supports shared libraries.
10022 case $host_os in
10023 aix[3-9]*)
10024 # On AIX/PPC, the GNU linker is very broken
10025 if test "$host_cpu" != ia64; then
10026 ld_shlibs=no
10027 cat <<_LT_EOF 1>&2
10028
10029*** Warning: the GNU linker, at least up to release 2.19, is reported
10030*** to be unable to reliably create shared libraries on AIX.
10031*** Therefore, libtool is disabling shared libraries support. If you
10032*** really care for shared libraries, you may want to install binutils
10033*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10034*** You will then need to restart the configuration process.
10035
10036_LT_EOF
10037 fi
10038 ;;
10039
10040 amigaos*)
10041 case $host_cpu in
10042 powerpc)
10043 # see comment about AmigaOS4 .so support
10044 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10045 archive_expsym_cmds=''
10046 ;;
10047 m68k)
10048 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)'
10049 hardcode_libdir_flag_spec='-L$libdir'
10050 hardcode_minus_L=yes
10051 ;;
10052 esac
10053 ;;
10054
10055 beos*)
10056 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10057 allow_undefined_flag=unsupported
10058 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10059 # support --undefined. This deserves some investigation. FIXME
10060 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10061 else
10062 ld_shlibs=no
10063 fi
10064 ;;
10065
10066 cygwin* | mingw* | pw32* | cegcc*)
10067 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10068 # as there is no search path for DLLs.
10069 hardcode_libdir_flag_spec='-L$libdir'
10070 export_dynamic_flag_spec='${wl}--export-all-symbols'
10071 allow_undefined_flag=unsupported
10072 always_export_symbols=no
10073 enable_shared_with_static_runtimes=yes
10074 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10075
10076 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10077 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10078 # If the export-symbols file already is a .def file (1st line
10079 # is EXPORTS), use it as is; otherwise, prepend...
10080 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10081 cp $export_symbols $output_objdir/$soname.def;
10082 else
10083 echo EXPORTS > $output_objdir/$soname.def;
10084 cat $export_symbols >> $output_objdir/$soname.def;
10085 fi~
10086 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10087 else
10088 ld_shlibs=no
10089 fi
10090 ;;
10091
10092 haiku*)
10093 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10094 link_all_deplibs=yes
10095 ;;
10096
10097 interix[3-9]*)
10098 hardcode_direct=no
10099 hardcode_shlibpath_var=no
10100 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10101 export_dynamic_flag_spec='${wl}-E'
10102 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10103 # Instead, shared libraries are loaded at an image base (0x10000000 by
10104 # default) and relocated if they conflict, which is a slow very memory
10105 # consuming and fragmenting process. To avoid this, we pick a random,
10106 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10107 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10108 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10109 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'
10110 ;;
10111
10112 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10113 tmp_diet=no
10114 if test "$host_os" = linux-dietlibc; then
10115 case $cc_basename in
10116 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10117 esac
10118 fi
10119 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10120 && test "$tmp_diet" = no
10121 then
ae7d0cac 10122 tmp_addflag=' $pic_flag'
6bb11ab3
L
10123 tmp_sharedflag='-shared'
10124 case $cc_basename,$host_cpu in
10125 pgcc*) # Portland Group C compiler
10126 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'
10127 tmp_addflag=' $pic_flag'
10128 ;;
10129 pgf77* | pgf90* | pgf95* | pgfortran*)
10130 # Portland Group f77 and f90 compilers
10131 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'
10132 tmp_addflag=' $pic_flag -Mnomain' ;;
10133 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10134 tmp_addflag=' -i_dynamic' ;;
10135 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10136 tmp_addflag=' -i_dynamic -nofor_main' ;;
10137 ifc* | ifort*) # Intel Fortran compiler
10138 tmp_addflag=' -nofor_main' ;;
10139 lf95*) # Lahey Fortran 8.1
10140 whole_archive_flag_spec=
10141 tmp_sharedflag='--shared' ;;
10142 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10143 tmp_sharedflag='-qmkshrobj'
10144 tmp_addflag= ;;
10145 nvcc*) # Cuda Compiler Driver 2.2
10146 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'
10147 compiler_needs_object=yes
10148 ;;
10149 esac
10150 case `$CC -V 2>&1 | sed 5q` in
10151 *Sun\ C*) # Sun C 5.9
10152 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'
10153 compiler_needs_object=yes
10154 tmp_sharedflag='-G' ;;
10155 *Sun\ F*) # Sun Fortran 8.3
10156 tmp_sharedflag='-G' ;;
10157 esac
10158 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10159
10160 if test "x$supports_anon_versioning" = xyes; then
10161 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10162 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10163 echo "local: *; };" >> $output_objdir/$libname.ver~
10164 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10165 fi
10166
10167 case $cc_basename in
10168 xlf* | bgf* | bgxlf* | mpixlf*)
10169 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10170 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10171 hardcode_libdir_flag_spec=
10172 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10173 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10174 if test "x$supports_anon_versioning" = xyes; then
10175 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10176 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10177 echo "local: *; };" >> $output_objdir/$libname.ver~
10178 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10179 fi
10180 ;;
10181 esac
10182 else
10183 ld_shlibs=no
10184 fi
10185 ;;
10186
10187 netbsd*)
10188 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10189 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10190 wlarc=
10191 else
10192 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10193 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10194 fi
10195 ;;
10196
10197 solaris*)
10198 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10199 ld_shlibs=no
10200 cat <<_LT_EOF 1>&2
10201
10202*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10203*** create shared libraries on Solaris systems. Therefore, libtool
10204*** is disabling shared libraries support. We urge you to upgrade GNU
10205*** binutils to release 2.9.1 or newer. Another option is to modify
10206*** your PATH or compiler configuration so that the native linker is
10207*** used, and then restart.
10208
10209_LT_EOF
10210 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10211 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10212 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10213 else
10214 ld_shlibs=no
10215 fi
10216 ;;
10217
10218 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10219 case `$LD -v 2>&1` in
10220 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10221 ld_shlibs=no
10222 cat <<_LT_EOF 1>&2
10223
10224*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10225*** reliably create shared libraries on SCO systems. Therefore, libtool
10226*** is disabling shared libraries support. We urge you to upgrade GNU
10227*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10228*** your PATH or compiler configuration so that the native linker is
10229*** used, and then restart.
10230
10231_LT_EOF
10232 ;;
10233 *)
10234 # For security reasons, it is highly recommended that you always
10235 # use absolute paths for naming shared libraries, and exclude the
10236 # DT_RUNPATH tag from executables and libraries. But doing so
10237 # requires that you compile everything twice, which is a pain.
10238 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10239 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10240 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10241 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10242 else
10243 ld_shlibs=no
10244 fi
10245 ;;
10246 esac
10247 ;;
10248
10249 sunos4*)
10250 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10251 wlarc=
10252 hardcode_direct=yes
10253 hardcode_shlibpath_var=no
10254 ;;
10255
10256 *)
10257 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10258 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10259 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10260 else
10261 ld_shlibs=no
10262 fi
10263 ;;
10264 esac
10265
10266 if test "$ld_shlibs" = no; then
10267 runpath_var=
10268 hardcode_libdir_flag_spec=
10269 export_dynamic_flag_spec=
10270 whole_archive_flag_spec=
10271 fi
10272 else
10273 # PORTME fill in a description of your system's linker (not GNU ld)
10274 case $host_os in
10275 aix3*)
10276 allow_undefined_flag=unsupported
10277 always_export_symbols=yes
10278 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'
10279 # Note: this linker hardcodes the directories in LIBPATH if there
10280 # are no directories specified by -L.
10281 hardcode_minus_L=yes
10282 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10283 # Neither direct hardcoding nor static linking is supported with a
10284 # broken collect2.
10285 hardcode_direct=unsupported
10286 fi
10287 ;;
10288
10289 aix[4-9]*)
10290 if test "$host_cpu" = ia64; then
10291 # On IA64, the linker does run time linking by default, so we don't
10292 # have to do anything special.
10293 aix_use_runtimelinking=no
10294 exp_sym_flag='-Bexport'
10295 no_entry_flag=""
10296 else
10297 # If we're using GNU nm, then we don't want the "-C" option.
10298 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10299 # Also, AIX nm treats weak defined symbols like other global
10300 # defined symbols, whereas GNU nm marks them as "W".
10301 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10302 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'
10303 else
10304 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'
10305 fi
10306 aix_use_runtimelinking=no
10307
10308 # Test if we are trying to use run time linking or normal
10309 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10310 # need to do runtime linking.
10311 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10312 for ld_flag in $LDFLAGS; do
10313 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10314 aix_use_runtimelinking=yes
10315 break
10316 fi
10317 done
10318 ;;
10319 esac
10320
10321 exp_sym_flag='-bexport'
10322 no_entry_flag='-bnoentry'
10323 fi
10324
10325 # When large executables or shared objects are built, AIX ld can
10326 # have problems creating the table of contents. If linking a library
10327 # or program results in "error TOC overflow" add -mminimal-toc to
10328 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10329 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10330
10331 archive_cmds=''
10332 hardcode_direct=yes
10333 hardcode_direct_absolute=yes
10334 hardcode_libdir_separator=':'
10335 link_all_deplibs=yes
10336 file_list_spec='${wl}-f,'
10337
10338 if test "$GCC" = yes; then
10339 case $host_os in aix4.[012]|aix4.[012].*)
10340 # We only want to do this on AIX 4.2 and lower, the check
10341 # below for broken collect2 doesn't work under 4.3+
10342 collect2name=`${CC} -print-prog-name=collect2`
10343 if test -f "$collect2name" &&
10344 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10345 then
10346 # We have reworked collect2
10347 :
10348 else
10349 # We have old collect2
10350 hardcode_direct=unsupported
10351 # It fails to find uninstalled libraries when the uninstalled
10352 # path is not listed in the libpath. Setting hardcode_minus_L
10353 # to unsupported forces relinking
10354 hardcode_minus_L=yes
10355 hardcode_libdir_flag_spec='-L$libdir'
10356 hardcode_libdir_separator=
10357 fi
10358 ;;
10359 esac
10360 shared_flag='-shared'
10361 if test "$aix_use_runtimelinking" = yes; then
10362 shared_flag="$shared_flag "'${wl}-G'
10363 fi
10364 else
10365 # not using gcc
10366 if test "$host_cpu" = ia64; then
10367 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10368 # chokes on -Wl,-G. The following line is correct:
10369 shared_flag='-G'
10370 else
10371 if test "$aix_use_runtimelinking" = yes; then
10372 shared_flag='${wl}-G'
10373 else
10374 shared_flag='${wl}-bM:SRE'
10375 fi
10376 fi
10377 fi
10378
10379 export_dynamic_flag_spec='${wl}-bexpall'
10380 # It seems that -bexpall does not export symbols beginning with
10381 # underscore (_), so it is better to generate a list of symbols to export.
10382 always_export_symbols=yes
10383 if test "$aix_use_runtimelinking" = yes; then
10384 # Warning - without using the other runtime loading flags (-brtl),
10385 # -berok will link without error, but may produce a broken library.
10386 allow_undefined_flag='-berok'
10387 # Determine the default libpath from the value encoded in an
10388 # empty executable.
10389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10390/* end confdefs.h. */
10391
10392int
10393main ()
10394{
10395
10396 ;
10397 return 0;
10398}
10399_ACEOF
6bb11ab3 10400if ac_fn_c_try_link "$LINENO"; then :
f6bcefef 10401
6bb11ab3
L
10402lt_aix_libpath_sed='
10403 /Import File Strings/,/^$/ {
10404 /^0/ {
10405 s/^0 *\(.*\)$/\1/
10406 p
10407 }
10408 }'
10409aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10410# Check for a 64-bit object if we didn't find anything.
10411if test -z "$aix_libpath"; then
10412 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10413fi
10414fi
10415rm -f core conftest.err conftest.$ac_objext \
10416 conftest$ac_exeext conftest.$ac_ext
10417if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10418
10419 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10420 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"
10421 else
10422 if test "$host_cpu" = ia64; then
10423 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10424 allow_undefined_flag="-z nodefs"
10425 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"
10426 else
10427 # Determine the default libpath from the value encoded in an
10428 # empty executable.
81ecdfbb
RW
10429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10430/* end confdefs.h. */
10431
10432int
10433main ()
10434{
10435
10436 ;
10437 return 0;
10438}
10439_ACEOF
6bb11ab3
L
10440if ac_fn_c_try_link "$LINENO"; then :
10441
10442lt_aix_libpath_sed='
10443 /Import File Strings/,/^$/ {
10444 /^0/ {
10445 s/^0 *\(.*\)$/\1/
10446 p
10447 }
10448 }'
10449aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10450# Check for a 64-bit object if we didn't find anything.
10451if test -z "$aix_libpath"; then
10452 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10453fi
81ecdfbb 10454fi
6bb11ab3
L
10455rm -f core conftest.err conftest.$ac_objext \
10456 conftest$ac_exeext conftest.$ac_ext
10457if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10458
10459 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10460 # Warning - without using the other run time loading flags,
10461 # -berok will link without error, but may produce a broken library.
10462 no_undefined_flag=' ${wl}-bernotok'
10463 allow_undefined_flag=' ${wl}-berok'
10464 if test "$with_gnu_ld" = yes; then
10465 # We only use this code for GNU lds that support --whole-archive.
10466 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10467 else
10468 # Exported symbols can be pulled into shared objects from archives
10469 whole_archive_flag_spec='$convenience'
10470 fi
10471 archive_cmds_need_lc=yes
10472 # This is similar to how AIX traditionally builds its shared libraries.
10473 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'
10474 fi
10475 fi
10476 ;;
10477
10478 amigaos*)
10479 case $host_cpu in
10480 powerpc)
10481 # see comment about AmigaOS4 .so support
10482 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10483 archive_expsym_cmds=''
10484 ;;
10485 m68k)
10486 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)'
10487 hardcode_libdir_flag_spec='-L$libdir'
10488 hardcode_minus_L=yes
10489 ;;
10490 esac
10491 ;;
10492
10493 bsdi[45]*)
10494 export_dynamic_flag_spec=-rdynamic
10495 ;;
10496
10497 cygwin* | mingw* | pw32* | cegcc*)
10498 # When not using gcc, we currently assume that we are using
10499 # Microsoft Visual C++.
10500 # hardcode_libdir_flag_spec is actually meaningless, as there is
10501 # no search path for DLLs.
10502 hardcode_libdir_flag_spec=' '
10503 allow_undefined_flag=unsupported
10504 # Tell ltmain to make .lib files, not .a files.
10505 libext=lib
10506 # Tell ltmain to make .dll files, not .so files.
10507 shrext_cmds=".dll"
10508 # FIXME: Setting linknames here is a bad hack.
10509 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10510 # The linker will automatically build a .lib file if we build a DLL.
10511 old_archive_from_new_cmds='true'
10512 # FIXME: Should let the user specify the lib program.
10513 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10514 fix_srcfile_path='`cygpath -w "$srcfile"`'
10515 enable_shared_with_static_runtimes=yes
10516 ;;
10517
10518 darwin* | rhapsody*)
10519
10520
10521 archive_cmds_need_lc=no
10522 hardcode_direct=no
10523 hardcode_automatic=yes
10524 hardcode_shlibpath_var=unsupported
10525 if test "$lt_cv_ld_force_load" = "yes"; then
10526 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 10527 else
6bb11ab3 10528 whole_archive_flag_spec=''
f6bcefef 10529 fi
6bb11ab3
L
10530 link_all_deplibs=yes
10531 allow_undefined_flag="$_lt_dar_allow_undefined"
10532 case $cc_basename in
10533 ifort*) _lt_dar_can_shared=yes ;;
10534 *) _lt_dar_can_shared=$GCC ;;
10535 esac
10536 if test "$_lt_dar_can_shared" = "yes"; then
10537 output_verbose_link_cmd=func_echo_all
10538 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10539 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10540 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}"
10541 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}"
10542
f6bcefef 10543 else
6bb11ab3 10544 ld_shlibs=no
f6bcefef 10545 fi
6bb11ab3
L
10546
10547 ;;
10548
10549 dgux*)
10550 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10551 hardcode_libdir_flag_spec='-L$libdir'
10552 hardcode_shlibpath_var=no
10553 ;;
10554
10555 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10556 # support. Future versions do this automatically, but an explicit c++rt0.o
10557 # does not break anything, and helps significantly (at the cost of a little
10558 # extra space).
10559 freebsd2.2*)
10560 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10561 hardcode_libdir_flag_spec='-R$libdir'
10562 hardcode_direct=yes
10563 hardcode_shlibpath_var=no
10564 ;;
10565
10566 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10567 freebsd2.*)
10568 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10569 hardcode_direct=yes
10570 hardcode_minus_L=yes
10571 hardcode_shlibpath_var=no
10572 ;;
10573
10574 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10575 freebsd* | dragonfly*)
10576 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10577 hardcode_libdir_flag_spec='-R$libdir'
10578 hardcode_direct=yes
10579 hardcode_shlibpath_var=no
10580 ;;
10581
10582 hpux9*)
10583 if test "$GCC" = yes; then
10584 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'
10585 else
10586 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'
10587 fi
10588 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10589 hardcode_libdir_separator=:
10590 hardcode_direct=yes
10591
10592 # hardcode_minus_L: Not really in the search PATH,
10593 # but as the default location of the library.
10594 hardcode_minus_L=yes
10595 export_dynamic_flag_spec='${wl}-E'
10596 ;;
10597
10598 hpux10*)
10599 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10600 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10601 else
10602 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10603 fi
10604 if test "$with_gnu_ld" = no; then
10605 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10606 hardcode_libdir_flag_spec_ld='+b $libdir'
10607 hardcode_libdir_separator=:
10608 hardcode_direct=yes
10609 hardcode_direct_absolute=yes
10610 export_dynamic_flag_spec='${wl}-E'
10611 # hardcode_minus_L: Not really in the search PATH,
10612 # but as the default location of the library.
10613 hardcode_minus_L=yes
10614 fi
10615 ;;
10616
10617 hpux11*)
10618 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10619 case $host_cpu in
10620 hppa*64*)
10621 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10622 ;;
10623 ia64*)
10624 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10625 ;;
10626 *)
10627 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10628 ;;
10629 esac
10630 else
10631 case $host_cpu in
10632 hppa*64*)
10633 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10634 ;;
10635 ia64*)
10636 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10637 ;;
10638 *)
10639
10640 # Older versions of the 11.00 compiler do not understand -b yet
10641 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10643$as_echo_n "checking if $CC understands -b... " >&6; }
10644if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10645 $as_echo_n "(cached) " >&6
f6bcefef 10646else
6bb11ab3
L
10647 lt_cv_prog_compiler__b=no
10648 save_LDFLAGS="$LDFLAGS"
10649 LDFLAGS="$LDFLAGS -b"
10650 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10651 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10652 # The linker can only warn and ignore the option if not recognized
10653 # So say no if there are warnings
10654 if test -s conftest.err; then
10655 # Append any errors to the config.log.
10656 cat conftest.err 1>&5
10657 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10658 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10659 if diff conftest.exp conftest.er2 >/dev/null; then
10660 lt_cv_prog_compiler__b=yes
10661 fi
10662 else
10663 lt_cv_prog_compiler__b=yes
10664 fi
10665 fi
10666 $RM -r conftest*
10667 LDFLAGS="$save_LDFLAGS"
f6bcefef 10668
6bb11ab3
L
10669fi
10670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10671$as_echo "$lt_cv_prog_compiler__b" >&6; }
f6bcefef 10672
6bb11ab3
L
10673if test x"$lt_cv_prog_compiler__b" = xyes; then
10674 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10675else
10676 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10677fi
81ecdfbb 10678
6bb11ab3
L
10679 ;;
10680 esac
10681 fi
10682 if test "$with_gnu_ld" = no; then
10683 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10684 hardcode_libdir_separator=:
10685
10686 case $host_cpu in
10687 hppa*64*|ia64*)
10688 hardcode_direct=no
10689 hardcode_shlibpath_var=no
10690 ;;
10691 *)
10692 hardcode_direct=yes
10693 hardcode_direct_absolute=yes
10694 export_dynamic_flag_spec='${wl}-E'
10695
10696 # hardcode_minus_L: Not really in the search PATH,
10697 # but as the default location of the library.
10698 hardcode_minus_L=yes
10699 ;;
10700 esac
10701 fi
10702 ;;
10703
10704 irix5* | irix6* | nonstopux*)
10705 if test "$GCC" = yes; then
10706 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'
10707 # Try to use the -exported_symbol ld option, if it does not
10708 # work, assume that -exports_file does not work either and
10709 # implicitly export all symbols.
10710 save_LDFLAGS="$LDFLAGS"
10711 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10713/* end confdefs.h. */
10714int foo(void) {}
f6bcefef 10715_ACEOF
6bb11ab3
L
10716if ac_fn_c_try_link "$LINENO"; then :
10717 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
10718
10719fi
6bb11ab3
L
10720rm -f core conftest.err conftest.$ac_objext \
10721 conftest$ac_exeext conftest.$ac_ext
10722 LDFLAGS="$save_LDFLAGS"
10723 else
10724 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'
10725 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'
10726 fi
10727 archive_cmds_need_lc='no'
10728 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10729 hardcode_libdir_separator=:
10730 inherit_rpath=yes
10731 link_all_deplibs=yes
10732 ;;
10733
10734 netbsd*)
10735 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10736 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10737 else
10738 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10739 fi
10740 hardcode_libdir_flag_spec='-R$libdir'
10741 hardcode_direct=yes
10742 hardcode_shlibpath_var=no
10743 ;;
10744
10745 newsos6)
10746 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10747 hardcode_direct=yes
10748 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10749 hardcode_libdir_separator=:
10750 hardcode_shlibpath_var=no
10751 ;;
10752
10753 *nto* | *qnx*)
10754 ;;
10755
10756 openbsd*)
10757 if test -f /usr/libexec/ld.so; then
10758 hardcode_direct=yes
10759 hardcode_shlibpath_var=no
10760 hardcode_direct_absolute=yes
10761 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10762 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10763 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10764 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10765 export_dynamic_flag_spec='${wl}-E'
10766 else
10767 case $host_os in
10768 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10769 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10770 hardcode_libdir_flag_spec='-R$libdir'
10771 ;;
10772 *)
10773 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10774 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10775 ;;
10776 esac
10777 fi
10778 else
10779 ld_shlibs=no
10780 fi
10781 ;;
10782
10783 os2*)
10784 hardcode_libdir_flag_spec='-L$libdir'
10785 hardcode_minus_L=yes
10786 allow_undefined_flag=unsupported
10787 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'
10788 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10789 ;;
10790
10791 osf3*)
10792 if test "$GCC" = yes; then
10793 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10794 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'
10795 else
10796 allow_undefined_flag=' -expect_unresolved \*'
10797 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'
10798 fi
10799 archive_cmds_need_lc='no'
10800 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10801 hardcode_libdir_separator=:
10802 ;;
10803
10804 osf4* | osf5*) # as osf3* with the addition of -msym flag
10805 if test "$GCC" = yes; then
10806 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10807 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'
10808 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10809 else
10810 allow_undefined_flag=' -expect_unresolved \*'
10811 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'
10812 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~
10813 $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'
10814
10815 # Both c and cxx compiler support -rpath directly
10816 hardcode_libdir_flag_spec='-rpath $libdir'
10817 fi
10818 archive_cmds_need_lc='no'
10819 hardcode_libdir_separator=:
10820 ;;
10821
10822 solaris*)
10823 no_undefined_flag=' -z defs'
10824 if test "$GCC" = yes; then
10825 wlarc='${wl}'
10826 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10827 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10828 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10829 else
10830 case `$CC -V 2>&1` in
10831 *"Compilers 5.0"*)
10832 wlarc=''
10833 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10834 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10835 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10836 ;;
10837 *)
10838 wlarc='${wl}'
10839 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10840 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10841 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10842 ;;
10843 esac
10844 fi
10845 hardcode_libdir_flag_spec='-R$libdir'
10846 hardcode_shlibpath_var=no
10847 case $host_os in
10848 solaris2.[0-5] | solaris2.[0-5].*) ;;
10849 *)
10850 # The compiler driver will combine and reorder linker options,
10851 # but understands `-z linker_flag'. GCC discards it without `$wl',
10852 # but is careful enough not to reorder.
10853 # Supported since Solaris 2.6 (maybe 2.5.1?)
10854 if test "$GCC" = yes; then
10855 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10856 else
10857 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10858 fi
10859 ;;
10860 esac
10861 link_all_deplibs=yes
10862 ;;
10863
10864 sunos4*)
10865 if test "x$host_vendor" = xsequent; then
10866 # Use $CC to link under sequent, because it throws in some extra .o
10867 # files that make .init and .fini sections work.
10868 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10869 else
10870 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10871 fi
10872 hardcode_libdir_flag_spec='-L$libdir'
10873 hardcode_direct=yes
10874 hardcode_minus_L=yes
10875 hardcode_shlibpath_var=no
10876 ;;
10877
10878 sysv4)
10879 case $host_vendor in
10880 sni)
10881 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10882 hardcode_direct=yes # is this really true???
10883 ;;
10884 siemens)
10885 ## LD is ld it makes a PLAMLIB
10886 ## CC just makes a GrossModule.
10887 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10888 reload_cmds='$CC -r -o $output$reload_objs'
10889 hardcode_direct=no
10890 ;;
10891 motorola)
10892 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10893 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10894 ;;
10895 esac
10896 runpath_var='LD_RUN_PATH'
10897 hardcode_shlibpath_var=no
10898 ;;
10899
10900 sysv4.3*)
10901 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10902 hardcode_shlibpath_var=no
10903 export_dynamic_flag_spec='-Bexport'
10904 ;;
10905
10906 sysv4*MP*)
10907 if test -d /usr/nec; then
10908 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10909 hardcode_shlibpath_var=no
10910 runpath_var=LD_RUN_PATH
10911 hardcode_runpath_var=yes
10912 ld_shlibs=yes
10913 fi
10914 ;;
10915
10916 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10917 no_undefined_flag='${wl}-z,text'
10918 archive_cmds_need_lc=no
10919 hardcode_shlibpath_var=no
10920 runpath_var='LD_RUN_PATH'
10921
10922 if test "$GCC" = yes; then
10923 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10924 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10925 else
10926 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10927 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10928 fi
10929 ;;
10930
10931 sysv5* | sco3.2v5* | sco5v6*)
10932 # Note: We can NOT use -z defs as we might desire, because we do not
10933 # link with -lc, and that would cause any symbols used from libc to
10934 # always be unresolved, which means just about no library would
10935 # ever link correctly. If we're not using GNU ld we use -z text
10936 # though, which does catch some bad symbols but isn't as heavy-handed
10937 # as -z defs.
10938 no_undefined_flag='${wl}-z,text'
10939 allow_undefined_flag='${wl}-z,nodefs'
10940 archive_cmds_need_lc=no
10941 hardcode_shlibpath_var=no
10942 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10943 hardcode_libdir_separator=':'
10944 link_all_deplibs=yes
10945 export_dynamic_flag_spec='${wl}-Bexport'
10946 runpath_var='LD_RUN_PATH'
10947
10948 if test "$GCC" = yes; then
10949 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10950 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10951 else
10952 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10953 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10954 fi
10955 ;;
10956
10957 uts4*)
10958 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10959 hardcode_libdir_flag_spec='-L$libdir'
10960 hardcode_shlibpath_var=no
10961 ;;
10962
10963 *)
10964 ld_shlibs=no
10965 ;;
10966 esac
10967
10968 if test x$host_vendor = xsni; then
10969 case $host in
10970 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10971 export_dynamic_flag_spec='${wl}-Blargedynsym'
10972 ;;
10973 esac
10974 fi
10975 fi
10976
10977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10978$as_echo "$ld_shlibs" >&6; }
10979test "$ld_shlibs" = no && can_build_shared=no
10980
10981with_gnu_ld=$with_gnu_ld
10982
10983
10984
10985
f6bcefef 10986
f6bcefef 10987
f6bcefef 10988
6ffe910a 10989
6ffe910a
MF
10990
10991
6ffe910a 10992
f6bcefef 10993
f6bcefef
HPN
10994
10995
6bb11ab3
L
10996
10997#
10998# Do we need to explicitly link libc?
10999#
11000case "x$archive_cmds_need_lc" in
11001x|xyes)
11002 # Assume -lc should be added
11003 archive_cmds_need_lc=yes
11004
11005 if test "$enable_shared" = yes && test "$GCC" = yes; then
11006 case $archive_cmds in
11007 *'~'*)
11008 # FIXME: we may have to deal with multi-command sequences.
11009 ;;
11010 '$CC '*)
11011 # Test whether the compiler implicitly links with -lc since on some
11012 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11013 # to ld, don't add -lc before -lgcc.
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11015$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11016if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11017 $as_echo_n "(cached) " >&6
f6bcefef 11018else
6bb11ab3
L
11019 $RM conftest*
11020 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11021
11022 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11023 (eval $ac_compile) 2>&5
11024 ac_status=$?
11025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11026 test $ac_status = 0; } 2>conftest.err; then
11027 soname=conftest
11028 lib=conftest
11029 libobjs=conftest.$ac_objext
11030 deplibs=
11031 wl=$lt_prog_compiler_wl
11032 pic_flag=$lt_prog_compiler_pic
11033 compiler_flags=-v
11034 linker_flags=-v
11035 verstring=
11036 output_objdir=.
11037 libname=conftest
11038 lt_save_allow_undefined_flag=$allow_undefined_flag
11039 allow_undefined_flag=
11040 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11041 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11042 ac_status=$?
11043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11044 test $ac_status = 0; }
11045 then
11046 lt_cv_archive_cmds_need_lc=no
11047 else
11048 lt_cv_archive_cmds_need_lc=yes
11049 fi
11050 allow_undefined_flag=$lt_save_allow_undefined_flag
11051 else
11052 cat conftest.err 1>&5
11053 fi
11054 $RM conftest*
f6bcefef 11055
6ffe910a 11056fi
6bb11ab3
L
11057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11058$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11059 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11060 ;;
11061 esac
11062 fi
11063 ;;
6ffe910a 11064esac
f6bcefef
HPN
11065
11066
6ffe910a 11067
f6bcefef 11068
81ecdfbb 11069
f6bcefef 11070
f6bcefef 11071
f6bcefef 11072
f6bcefef 11073
f6bcefef 11074
f6bcefef 11075
f6bcefef 11076
f6bcefef 11077
f6bcefef 11078
81ecdfbb 11079
f6bcefef 11080
f6bcefef
HPN
11081
11082
81ecdfbb 11083
81ecdfbb 11084
81ecdfbb
RW
11085
11086
81ecdfbb 11087
81ecdfbb 11088
f6bcefef
HPN
11089
11090
f6bcefef 11091
f6bcefef 11092
f6bcefef 11093
f6bcefef 11094
81ecdfbb 11095
f6bcefef 11096
f6bcefef 11097
f6bcefef 11098
81ecdfbb 11099
f6bcefef 11100
f6bcefef 11101
f6bcefef 11102
f6bcefef 11103
81ecdfbb 11104
f6bcefef 11105
f6bcefef 11106
f6bcefef 11107
f6bcefef
HPN
11108
11109
11110
11111
6ffe910a 11112
2232061b
MF
11113
11114
2232061b 11115
2232061b
MF
11116
11117
2232061b
MF
11118
11119
2232061b 11120
2232061b
MF
11121
11122
6bb11ab3
L
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
11220
11221
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11223$as_echo_n "checking dynamic linker characteristics... " >&6; }
11224
11225if test "$GCC" = yes; then
11226 case $host_os in
11227 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11228 *) lt_awk_arg="/^libraries:/" ;;
11229 esac
11230 case $host_os in
11231 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11232 *) lt_sed_strip_eq="s,=/,/,g" ;;
11233 esac
11234 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11235 case $lt_search_path_spec in
11236 *\;*)
11237 # if the path contains ";" then we assume it to be the separator
11238 # otherwise default to the standard path separator (i.e. ":") - it is
11239 # assumed that no part of a normal pathname contains ";" but that should
11240 # okay in the real world where ";" in dirpaths is itself problematic.
11241 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11242 ;;
11243 *)
11244 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11245 ;;
11246 esac
11247 # Ok, now we have the path, separated by spaces, we can step through it
11248 # and add multilib dir if necessary.
11249 lt_tmp_lt_search_path_spec=
11250 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11251 for lt_sys_path in $lt_search_path_spec; do
11252 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11253 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11254 else
11255 test -d "$lt_sys_path" && \
11256 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11257 fi
11258 done
11259 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11260BEGIN {RS=" "; FS="/|\n";} {
11261 lt_foo="";
11262 lt_count=0;
11263 for (lt_i = NF; lt_i > 0; lt_i--) {
11264 if ($lt_i != "" && $lt_i != ".") {
11265 if ($lt_i == "..") {
11266 lt_count++;
11267 } else {
11268 if (lt_count == 0) {
11269 lt_foo="/" $lt_i lt_foo;
11270 } else {
11271 lt_count--;
11272 }
11273 }
11274 }
11275 }
11276 if (lt_foo != "") { lt_freq[lt_foo]++; }
11277 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11278}'`
11279 # AWK program above erroneously prepends '/' to C:/dos/paths
11280 # for these hosts.
11281 case $host_os in
11282 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11283 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11284 esac
11285 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11286else
11287 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11288fi
11289library_names_spec=
11290libname_spec='lib$name'
11291soname_spec=
11292shrext_cmds=".so"
11293postinstall_cmds=
11294postuninstall_cmds=
11295finish_cmds=
11296finish_eval=
11297shlibpath_var=
11298shlibpath_overrides_runpath=unknown
11299version_type=none
11300dynamic_linker="$host_os ld.so"
11301sys_lib_dlsearch_path_spec="/lib /usr/lib"
11302need_lib_prefix=unknown
11303hardcode_into_libs=no
11304
11305# when you set need_version to no, make sure it does not cause -set_version
11306# flags to be left without arguments
11307need_version=unknown
11308
11309case $host_os in
11310aix3*)
11311 version_type=linux
11312 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11313 shlibpath_var=LIBPATH
11314
11315 # AIX 3 has no versioning support, so we append a major version to the name.
11316 soname_spec='${libname}${release}${shared_ext}$major'
11317 ;;
11318
11319aix[4-9]*)
11320 version_type=linux
11321 need_lib_prefix=no
11322 need_version=no
11323 hardcode_into_libs=yes
11324 if test "$host_cpu" = ia64; then
11325 # AIX 5 supports IA64
11326 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11327 shlibpath_var=LD_LIBRARY_PATH
11328 else
11329 # With GCC up to 2.95.x, collect2 would create an import file
11330 # for dependence libraries. The import file would start with
11331 # the line `#! .'. This would cause the generated library to
11332 # depend on `.', always an invalid library. This was fixed in
11333 # development snapshots of GCC prior to 3.0.
11334 case $host_os in
11335 aix4 | aix4.[01] | aix4.[01].*)
11336 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11337 echo ' yes '
11338 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11339 :
11340 else
11341 can_build_shared=no
11342 fi
11343 ;;
11344 esac
11345 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11346 # soname into executable. Probably we can add versioning support to
11347 # collect2, so additional links can be useful in future.
11348 if test "$aix_use_runtimelinking" = yes; then
11349 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11350 # instead of lib<name>.a to let people know that these are not
11351 # typical AIX shared libraries.
11352 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11353 else
11354 # We preserve .a as extension for shared libraries through AIX4.2
11355 # and later when we are not doing run time linking.
11356 library_names_spec='${libname}${release}.a $libname.a'
11357 soname_spec='${libname}${release}${shared_ext}$major'
11358 fi
11359 shlibpath_var=LIBPATH
11360 fi
11361 ;;
11362
11363amigaos*)
11364 case $host_cpu in
11365 powerpc)
11366 # Since July 2007 AmigaOS4 officially supports .so libraries.
11367 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11369 ;;
11370 m68k)
11371 library_names_spec='$libname.ixlibrary $libname.a'
11372 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11373 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'
11374 ;;
11375 esac
11376 ;;
11377
11378beos*)
11379 library_names_spec='${libname}${shared_ext}'
11380 dynamic_linker="$host_os ld.so"
11381 shlibpath_var=LIBRARY_PATH
11382 ;;
11383
11384bsdi[45]*)
11385 version_type=linux
11386 need_version=no
11387 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11388 soname_spec='${libname}${release}${shared_ext}$major'
11389 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11390 shlibpath_var=LD_LIBRARY_PATH
11391 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11392 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11393 # the default ld.so.conf also contains /usr/contrib/lib and
11394 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11395 # libtool to hard-code these into programs
11396 ;;
11397
11398cygwin* | mingw* | pw32* | cegcc*)
11399 version_type=windows
11400 shrext_cmds=".dll"
11401 need_version=no
11402 need_lib_prefix=no
11403
11404 case $GCC,$host_os in
11405 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11406 library_names_spec='$libname.dll.a'
11407 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11408 postinstall_cmds='base_file=`basename \${file}`~
11409 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11410 dldir=$destdir/`dirname \$dlpath`~
11411 test -d \$dldir || mkdir -p \$dldir~
11412 $install_prog $dir/$dlname \$dldir/$dlname~
11413 chmod a+x \$dldir/$dlname~
11414 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11415 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11416 fi'
11417 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11418 dlpath=$dir/\$dldll~
11419 $RM \$dlpath'
11420 shlibpath_overrides_runpath=yes
11421
11422 case $host_os in
11423 cygwin*)
11424 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11425 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11426
11427 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11428 ;;
11429 mingw* | cegcc*)
11430 # MinGW DLLs use traditional 'lib' prefix
11431 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11432 ;;
11433 pw32*)
11434 # pw32 DLLs use 'pw' prefix rather than 'lib'
11435 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11436 ;;
11437 esac
11438 ;;
11439
11440 *)
11441 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11442 ;;
11443 esac
11444 dynamic_linker='Win32 ld.exe'
11445 # FIXME: first we should search . and the directory the executable is in
11446 shlibpath_var=PATH
11447 ;;
11448
11449darwin* | rhapsody*)
11450 dynamic_linker="$host_os dyld"
11451 version_type=darwin
11452 need_lib_prefix=no
11453 need_version=no
11454 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11455 soname_spec='${libname}${release}${major}$shared_ext'
11456 shlibpath_overrides_runpath=yes
11457 shlibpath_var=DYLD_LIBRARY_PATH
11458 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11459
11460 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11461 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11462 ;;
11463
11464dgux*)
11465 version_type=linux
11466 need_lib_prefix=no
11467 need_version=no
11468 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11469 soname_spec='${libname}${release}${shared_ext}$major'
11470 shlibpath_var=LD_LIBRARY_PATH
11471 ;;
11472
11473freebsd* | dragonfly*)
11474 # DragonFly does not have aout. When/if they implement a new
11475 # versioning mechanism, adjust this.
11476 if test -x /usr/bin/objformat; then
11477 objformat=`/usr/bin/objformat`
11478 else
11479 case $host_os in
11480 freebsd[23].*) objformat=aout ;;
11481 *) objformat=elf ;;
11482 esac
11483 fi
11484 version_type=freebsd-$objformat
11485 case $version_type in
11486 freebsd-elf*)
11487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11488 need_version=no
11489 need_lib_prefix=no
11490 ;;
11491 freebsd-*)
11492 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11493 need_version=yes
11494 ;;
11495 esac
11496 shlibpath_var=LD_LIBRARY_PATH
11497 case $host_os in
11498 freebsd2.*)
11499 shlibpath_overrides_runpath=yes
11500 ;;
11501 freebsd3.[01]* | freebsdelf3.[01]*)
11502 shlibpath_overrides_runpath=yes
11503 hardcode_into_libs=yes
11504 ;;
11505 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11506 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11507 shlibpath_overrides_runpath=no
11508 hardcode_into_libs=yes
11509 ;;
11510 *) # from 4.6 on, and DragonFly
11511 shlibpath_overrides_runpath=yes
11512 hardcode_into_libs=yes
11513 ;;
11514 esac
11515 ;;
11516
11517gnu*)
11518 version_type=linux
11519 need_lib_prefix=no
11520 need_version=no
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 shlibpath_var=LD_LIBRARY_PATH
11524 hardcode_into_libs=yes
11525 ;;
11526
11527haiku*)
11528 version_type=linux
11529 need_lib_prefix=no
11530 need_version=no
11531 dynamic_linker="$host_os runtime_loader"
11532 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11533 soname_spec='${libname}${release}${shared_ext}$major'
11534 shlibpath_var=LIBRARY_PATH
11535 shlibpath_overrides_runpath=yes
11536 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11537 hardcode_into_libs=yes
11538 ;;
11539
11540hpux9* | hpux10* | hpux11*)
11541 # Give a soname corresponding to the major version so that dld.sl refuses to
11542 # link against other versions.
11543 version_type=sunos
11544 need_lib_prefix=no
11545 need_version=no
11546 case $host_cpu in
11547 ia64*)
11548 shrext_cmds='.so'
11549 hardcode_into_libs=yes
11550 dynamic_linker="$host_os dld.so"
11551 shlibpath_var=LD_LIBRARY_PATH
11552 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11554 soname_spec='${libname}${release}${shared_ext}$major'
11555 if test "X$HPUX_IA64_MODE" = X32; then
11556 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11557 else
11558 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11559 fi
11560 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11561 ;;
11562 hppa*64*)
11563 shrext_cmds='.sl'
11564 hardcode_into_libs=yes
11565 dynamic_linker="$host_os dld.sl"
11566 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11567 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11569 soname_spec='${libname}${release}${shared_ext}$major'
11570 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11571 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11572 ;;
11573 *)
11574 shrext_cmds='.sl'
11575 dynamic_linker="$host_os dld.sl"
11576 shlibpath_var=SHLIB_PATH
11577 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11578 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11579 soname_spec='${libname}${release}${shared_ext}$major'
11580 ;;
11581 esac
11582 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11583 postinstall_cmds='chmod 555 $lib'
11584 # or fails outright, so override atomically:
11585 install_override_mode=555
11586 ;;
11587
11588interix[3-9]*)
11589 version_type=linux
11590 need_lib_prefix=no
11591 need_version=no
11592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11593 soname_spec='${libname}${release}${shared_ext}$major'
11594 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11595 shlibpath_var=LD_LIBRARY_PATH
11596 shlibpath_overrides_runpath=no
11597 hardcode_into_libs=yes
11598 ;;
11599
11600irix5* | irix6* | nonstopux*)
11601 case $host_os in
11602 nonstopux*) version_type=nonstopux ;;
11603 *)
11604 if test "$lt_cv_prog_gnu_ld" = yes; then
11605 version_type=linux
11606 else
11607 version_type=irix
11608 fi ;;
11609 esac
11610 need_lib_prefix=no
11611 need_version=no
11612 soname_spec='${libname}${release}${shared_ext}$major'
11613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11614 case $host_os in
11615 irix5* | nonstopux*)
11616 libsuff= shlibsuff=
11617 ;;
11618 *)
11619 case $LD in # libtool.m4 will add one of these switches to LD
11620 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11621 libsuff= shlibsuff= libmagic=32-bit;;
11622 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11623 libsuff=32 shlibsuff=N32 libmagic=N32;;
11624 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11625 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11626 *) libsuff= shlibsuff= libmagic=never-match;;
11627 esac
11628 ;;
11629 esac
11630 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11631 shlibpath_overrides_runpath=no
11632 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11633 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11634 hardcode_into_libs=yes
11635 ;;
11636
11637# No shared lib support for Linux oldld, aout, or coff.
11638linux*oldld* | linux*aout* | linux*coff*)
11639 dynamic_linker=no
11640 ;;
11641
11642# This must be Linux ELF.
11643linux* | k*bsd*-gnu | kopensolaris*-gnu)
11644 version_type=linux
11645 need_lib_prefix=no
11646 need_version=no
11647 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11648 soname_spec='${libname}${release}${shared_ext}$major'
11649 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11650 shlibpath_var=LD_LIBRARY_PATH
11651 shlibpath_overrides_runpath=no
11652
11653 # Some binutils ld are patched to set DT_RUNPATH
11654 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11655 $as_echo_n "(cached) " >&6
11656else
6bb11ab3
L
11657 lt_cv_shlibpath_overrides_runpath=no
11658 save_LDFLAGS=$LDFLAGS
11659 save_libdir=$libdir
11660 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11661 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11663/* end confdefs.h. */
11664
2232061b
MF
11665int
11666main ()
11667{
11668
11669 ;
11670 return 0;
11671}
11672_ACEOF
6bb11ab3
L
11673if ac_fn_c_try_link "$LINENO"; then :
11674 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11675 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11676fi
2232061b 11677fi
6bb11ab3
L
11678rm -f core conftest.err conftest.$ac_objext \
11679 conftest$ac_exeext conftest.$ac_ext
11680 LDFLAGS=$save_LDFLAGS
11681 libdir=$save_libdir
2232061b 11682
6bb11ab3 11683fi
2232061b 11684
6bb11ab3 11685 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11686
6bb11ab3
L
11687 # This implies no fast_install, which is unacceptable.
11688 # Some rework will be needed to allow for fast_install
11689 # before this can be enabled.
11690 hardcode_into_libs=yes
2232061b 11691
6bb11ab3
L
11692 # Append ld.so.conf contents to the search path
11693 if test -f /etc/ld.so.conf; then
11694 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' ' '`
11695 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11696 fi
2232061b 11697
6bb11ab3
L
11698 # We used to test for /lib/ld.so.1 and disable shared libraries on
11699 # powerpc, because MkLinux only supported shared libraries with the
11700 # GNU dynamic linker. Since this was broken with cross compilers,
11701 # most powerpc-linux boxes support dynamic linking these days and
11702 # people can always --disable-shared, the test was removed, and we
11703 # assume the GNU/Linux dynamic linker is in use.
11704 dynamic_linker='GNU/Linux ld.so'
11705 ;;
11706
11707netbsd*)
11708 version_type=sunos
11709 need_lib_prefix=no
11710 need_version=no
11711 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11712 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11713 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11714 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11715 else
6bb11ab3
L
11716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11717 soname_spec='${libname}${release}${shared_ext}$major'
11718 dynamic_linker='NetBSD ld.elf_so'
11719 fi
11720 shlibpath_var=LD_LIBRARY_PATH
11721 shlibpath_overrides_runpath=yes
11722 hardcode_into_libs=yes
11723 ;;
11724
11725newsos6)
11726 version_type=linux
11727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11728 shlibpath_var=LD_LIBRARY_PATH
11729 shlibpath_overrides_runpath=yes
11730 ;;
11731
11732*nto* | *qnx*)
11733 version_type=qnx
11734 need_lib_prefix=no
11735 need_version=no
11736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11737 soname_spec='${libname}${release}${shared_ext}$major'
11738 shlibpath_var=LD_LIBRARY_PATH
11739 shlibpath_overrides_runpath=no
11740 hardcode_into_libs=yes
11741 dynamic_linker='ldqnx.so'
11742 ;;
11743
11744openbsd*)
11745 version_type=sunos
11746 sys_lib_dlsearch_path_spec="/usr/lib"
11747 need_lib_prefix=no
11748 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11749 case $host_os in
11750 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11751 *) need_version=no ;;
11752 esac
11753 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11754 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11755 shlibpath_var=LD_LIBRARY_PATH
11756 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11757 case $host_os in
11758 openbsd2.[89] | openbsd2.[89].*)
11759 shlibpath_overrides_runpath=no
11760 ;;
11761 *)
11762 shlibpath_overrides_runpath=yes
11763 ;;
11764 esac
11765 else
11766 shlibpath_overrides_runpath=yes
11767 fi
11768 ;;
11769
11770os2*)
11771 libname_spec='$name'
11772 shrext_cmds=".dll"
11773 need_lib_prefix=no
11774 library_names_spec='$libname${shared_ext} $libname.a'
11775 dynamic_linker='OS/2 ld.exe'
11776 shlibpath_var=LIBPATH
11777 ;;
11778
11779osf3* | osf4* | osf5*)
11780 version_type=osf
11781 need_lib_prefix=no
11782 need_version=no
11783 soname_spec='${libname}${release}${shared_ext}$major'
11784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11785 shlibpath_var=LD_LIBRARY_PATH
11786 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11787 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11788 ;;
11789
11790rdos*)
11791 dynamic_linker=no
11792 ;;
11793
11794solaris*)
11795 version_type=linux
11796 need_lib_prefix=no
11797 need_version=no
11798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11799 soname_spec='${libname}${release}${shared_ext}$major'
11800 shlibpath_var=LD_LIBRARY_PATH
11801 shlibpath_overrides_runpath=yes
11802 hardcode_into_libs=yes
11803 # ldd complains unless libraries are executable
11804 postinstall_cmds='chmod +x $lib'
11805 ;;
11806
11807sunos4*)
11808 version_type=sunos
11809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11810 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11811 shlibpath_var=LD_LIBRARY_PATH
11812 shlibpath_overrides_runpath=yes
11813 if test "$with_gnu_ld" = yes; then
11814 need_lib_prefix=no
11815 fi
11816 need_version=yes
11817 ;;
11818
11819sysv4 | sysv4.3*)
11820 version_type=linux
11821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11822 soname_spec='${libname}${release}${shared_ext}$major'
11823 shlibpath_var=LD_LIBRARY_PATH
11824 case $host_vendor in
11825 sni)
11826 shlibpath_overrides_runpath=no
11827 need_lib_prefix=no
11828 runpath_var=LD_RUN_PATH
11829 ;;
11830 siemens)
11831 need_lib_prefix=no
11832 ;;
11833 motorola)
11834 need_lib_prefix=no
11835 need_version=no
11836 shlibpath_overrides_runpath=no
11837 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11838 ;;
11839 esac
11840 ;;
11841
11842sysv4*MP*)
11843 if test -d /usr/nec ;then
11844 version_type=linux
11845 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11846 soname_spec='$libname${shared_ext}.$major'
11847 shlibpath_var=LD_LIBRARY_PATH
2232061b 11848 fi
6bb11ab3
L
11849 ;;
11850
11851sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11852 version_type=freebsd-elf
11853 need_lib_prefix=no
11854 need_version=no
11855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11856 soname_spec='${libname}${release}${shared_ext}$major'
11857 shlibpath_var=LD_LIBRARY_PATH
11858 shlibpath_overrides_runpath=yes
11859 hardcode_into_libs=yes
11860 if test "$with_gnu_ld" = yes; then
11861 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11862 else
11863 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11864 case $host_os in
11865 sco3.2v5*)
11866 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11867 ;;
11868 esac
11869 fi
11870 sys_lib_dlsearch_path_spec='/usr/lib'
11871 ;;
11872
11873tpf*)
11874 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11875 version_type=linux
11876 need_lib_prefix=no
11877 need_version=no
11878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11879 shlibpath_var=LD_LIBRARY_PATH
11880 shlibpath_overrides_runpath=no
11881 hardcode_into_libs=yes
11882 ;;
11883
11884uts4*)
11885 version_type=linux
11886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887 soname_spec='${libname}${release}${shared_ext}$major'
11888 shlibpath_var=LD_LIBRARY_PATH
11889 ;;
11890
11891*)
11892 dynamic_linker=no
11893 ;;
11894esac
11895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11896$as_echo "$dynamic_linker" >&6; }
11897test "$dynamic_linker" = no && can_build_shared=no
11898
11899variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11900if test "$GCC" = yes; then
11901 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11902fi
2232061b 11903
6bb11ab3
L
11904if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11905 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11906fi
11907if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11908 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11909fi
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
2232061b 11936
2232061b 11937
2232061b 11938
2232061b 11939
2232061b
MF
11940
11941
6ffe910a 11942
6ffe910a
MF
11943
11944
11945
11946
11947
2232061b 11948
6ffe910a
MF
11949
11950
11951
11952
6ffe910a 11953
6ffe910a 11954
6ffe910a
MF
11955
11956
6ffe910a 11957
6ffe910a 11958
6ffe910a
MF
11959
11960
5f3ef9d0 11961
5f3ef9d0
JB
11962
11963
11964
db2e4d67
MF
11965
11966
db2e4d67 11967
db2e4d67 11968
db2e4d67 11969
db2e4d67 11970
db2e4d67 11971
db2e4d67 11972
db2e4d67 11973
db2e4d67
MF
11974
11975
db2e4d67 11976
db2e4d67
MF
11977
11978
db2e4d67 11979
db2e4d67
MF
11980
11981
6ffe910a 11982
6ffe910a 11983
6ffe910a
MF
11984
11985
6ffe910a
MF
11986
11987
6ffe910a 11988
6ffe910a 11989
6ffe910a 11990
6ffe910a 11991
6ffe910a 11992
f6bcefef 11993
f6bcefef 11994
f6bcefef 11995
f6bcefef 11996
f6bcefef 11997
f6bcefef 11998
f6bcefef 11999
f6bcefef 12000
f6bcefef 12001
6bb11ab3
L
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12003$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12004hardcode_action=
12005if test -n "$hardcode_libdir_flag_spec" ||
12006 test -n "$runpath_var" ||
12007 test "X$hardcode_automatic" = "Xyes" ; then
f6bcefef 12008
6bb11ab3
L
12009 # We can hardcode non-existent directories.
12010 if test "$hardcode_direct" != no &&
12011 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12012 # have to relink, otherwise we might link with an installed library
12013 # when we should be linking with a yet-to-be-installed one
12014 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12015 test "$hardcode_minus_L" != no; then
12016 # Linking always hardcodes the temporary library directory.
12017 hardcode_action=relink
12018 else
12019 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12020 hardcode_action=immediate
12021 fi
12022else
12023 # We cannot hardcode anything, or else we can only hardcode existing
12024 # directories.
12025 hardcode_action=unsupported
f6bcefef 12026fi
6bb11ab3
L
12027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12028$as_echo "$hardcode_action" >&6; }
f6bcefef 12029
6bb11ab3
L
12030if test "$hardcode_action" = relink ||
12031 test "$inherit_rpath" = yes; then
12032 # Fast installation is not supported
12033 enable_fast_install=no
12034elif test "$shlibpath_overrides_runpath" = yes ||
12035 test "$enable_shared" = no; then
12036 # Fast installation is not necessary
12037 enable_fast_install=needless
12038fi
f6bcefef 12039
6bb11ab3
L
12040
12041
12042
12043
12044
12045 if test "x$enable_dlopen" != xyes; then
12046 enable_dlopen=unknown
12047 enable_dlopen_self=unknown
12048 enable_dlopen_self_static=unknown
12049else
12050 lt_cv_dlopen=no
12051 lt_cv_dlopen_libs=
12052
12053 case $host_os in
12054 beos*)
12055 lt_cv_dlopen="load_add_on"
12056 lt_cv_dlopen_libs=
12057 lt_cv_dlopen_self=yes
12058 ;;
12059
12060 mingw* | pw32* | cegcc*)
12061 lt_cv_dlopen="LoadLibrary"
12062 lt_cv_dlopen_libs=
12063 ;;
12064
12065 cygwin*)
12066 lt_cv_dlopen="dlopen"
12067 lt_cv_dlopen_libs=
12068 ;;
12069
12070 darwin*)
12071 # if libdl is installed we need to link against it
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12073$as_echo_n "checking for dlopen in -ldl... " >&6; }
12074if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12075 $as_echo_n "(cached) " >&6
12076else
12077 ac_check_lib_save_LIBS=$LIBS
12078LIBS="-ldl $LIBS"
12079cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12080/* end confdefs.h. */
12081
12082/* Override any GCC internal prototype to avoid an error.
12083 Use char because int might match the return type of a GCC
12084 builtin and then its argument prototype would still apply. */
12085#ifdef __cplusplus
12086extern "C"
12087#endif
12088char dlopen ();
12089int
12090main ()
12091{
12092return dlopen ();
12093 ;
12094 return 0;
12095}
f6bcefef 12096_ACEOF
6bb11ab3
L
12097if ac_fn_c_try_link "$LINENO"; then :
12098 ac_cv_lib_dl_dlopen=yes
12099else
12100 ac_cv_lib_dl_dlopen=no
12101fi
12102rm -f core conftest.err conftest.$ac_objext \
12103 conftest$ac_exeext conftest.$ac_ext
12104LIBS=$ac_check_lib_save_LIBS
12105fi
12106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12107$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12108if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12109 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12110else
12111
12112 lt_cv_dlopen="dyld"
12113 lt_cv_dlopen_libs=
12114 lt_cv_dlopen_self=yes
f6bcefef
HPN
12115
12116fi
f6bcefef 12117
6bb11ab3 12118 ;;
f6bcefef 12119
6bb11ab3
L
12120 *)
12121 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12122if test "x$ac_cv_func_shl_load" = x""yes; then :
12123 lt_cv_dlopen="shl_load"
12124else
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12126$as_echo_n "checking for shl_load in -ldld... " >&6; }
12127if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12128 $as_echo_n "(cached) " >&6
12129else
12130 ac_check_lib_save_LIBS=$LIBS
12131LIBS="-ldld $LIBS"
12132cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133/* end confdefs.h. */
12134
12135/* Override any GCC internal prototype to avoid an error.
12136 Use char because int might match the return type of a GCC
12137 builtin and then its argument prototype would still apply. */
12138#ifdef __cplusplus
12139extern "C"
12140#endif
12141char shl_load ();
12142int
12143main ()
12144{
12145return shl_load ();
12146 ;
12147 return 0;
12148}
12149_ACEOF
12150if ac_fn_c_try_link "$LINENO"; then :
12151 ac_cv_lib_dld_shl_load=yes
12152else
12153 ac_cv_lib_dld_shl_load=no
12154fi
12155rm -f core conftest.err conftest.$ac_objext \
12156 conftest$ac_exeext conftest.$ac_ext
12157LIBS=$ac_check_lib_save_LIBS
12158fi
12159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12160$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12161if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12162 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12163else
12164 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12165if test "x$ac_cv_func_dlopen" = x""yes; then :
12166 lt_cv_dlopen="dlopen"
12167else
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12169$as_echo_n "checking for dlopen in -ldl... " >&6; }
12170if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12171 $as_echo_n "(cached) " >&6
f6bcefef
HPN
12172else
12173 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12174LIBS="-ldl $LIBS"
81ecdfbb 12175cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12176/* end confdefs.h. */
12177
81ecdfbb
RW
12178/* Override any GCC internal prototype to avoid an error.
12179 Use char because int might match the return type of a GCC
12180 builtin and then its argument prototype would still apply. */
f6bcefef
HPN
12181#ifdef __cplusplus
12182extern "C"
12183#endif
6bb11ab3 12184char dlopen ();
f6bcefef
HPN
12185int
12186main ()
12187{
6bb11ab3 12188return dlopen ();
f6bcefef
HPN
12189 ;
12190 return 0;
12191}
12192_ACEOF
81ecdfbb 12193if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12194 ac_cv_lib_dl_dlopen=yes
f6bcefef 12195else
6bb11ab3 12196 ac_cv_lib_dl_dlopen=no
f6bcefef 12197fi
81ecdfbb
RW
12198rm -f core conftest.err conftest.$ac_objext \
12199 conftest$ac_exeext conftest.$ac_ext
f6bcefef
HPN
12200LIBS=$ac_check_lib_save_LIBS
12201fi
6bb11ab3
L
12202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12203$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12204if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12205 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12206else
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12208$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12209if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12210 $as_echo_n "(cached) " >&6
f6bcefef
HPN
12211else
12212 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12213LIBS="-lsvld $LIBS"
81ecdfbb 12214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12215/* end confdefs.h. */
12216
81ecdfbb
RW
12217/* Override any GCC internal prototype to avoid an error.
12218 Use char because int might match the return type of a GCC
12219 builtin and then its argument prototype would still apply. */
f6bcefef
HPN
12220#ifdef __cplusplus
12221extern "C"
12222#endif
6bb11ab3 12223char dlopen ();
f6bcefef
HPN
12224int
12225main ()
12226{
6bb11ab3 12227return dlopen ();
f6bcefef
HPN
12228 ;
12229 return 0;
12230}
12231_ACEOF
81ecdfbb 12232if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12233 ac_cv_lib_svld_dlopen=yes
f6bcefef 12234else
6bb11ab3 12235 ac_cv_lib_svld_dlopen=no
f6bcefef 12236fi
81ecdfbb
RW
12237rm -f core conftest.err conftest.$ac_objext \
12238 conftest$ac_exeext conftest.$ac_ext
f6bcefef
HPN
12239LIBS=$ac_check_lib_save_LIBS
12240fi
6bb11ab3
L
12241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12242$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12243if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12244 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12245else
6bb11ab3
L
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12247$as_echo_n "checking for dld_link in -ldld... " >&6; }
12248if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12249 $as_echo_n "(cached) " >&6
8929c18c 12250else
6bb11ab3
L
12251 ac_check_lib_save_LIBS=$LIBS
12252LIBS="-ldld $LIBS"
81ecdfbb 12253cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8929c18c
HPN
12254/* end confdefs.h. */
12255
81ecdfbb
RW
12256/* Override any GCC internal prototype to avoid an error.
12257 Use char because int might match the return type of a GCC
8929c18c 12258 builtin and then its argument prototype would still apply. */
8929c18c
HPN
12259#ifdef __cplusplus
12260extern "C"
12261#endif
6bb11ab3 12262char dld_link ();
8929c18c
HPN
12263int
12264main ()
12265{
6bb11ab3 12266return dld_link ();
8929c18c
HPN
12267 ;
12268 return 0;
12269}
12270_ACEOF
6bb11ab3
L
12271if ac_fn_c_try_link "$LINENO"; then :
12272 ac_cv_lib_dld_dld_link=yes
12273else
12274 ac_cv_lib_dld_dld_link=no
12275fi
12276rm -f core conftest.err conftest.$ac_objext \
12277 conftest$ac_exeext conftest.$ac_ext
12278LIBS=$ac_check_lib_save_LIBS
12279fi
12280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12281$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12282if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12283 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12284fi
12285
12286
12287fi
12288
12289
12290fi
12291
12292
12293fi
12294
12295
12296fi
12297
12298
12299fi
12300
12301 ;;
12302 esac
12303
12304 if test "x$lt_cv_dlopen" != xno; then
12305 enable_dlopen=yes
8929c18c 12306 else
6bb11ab3
L
12307 enable_dlopen=no
12308 fi
12309
12310 case $lt_cv_dlopen in
12311 dlopen)
12312 save_CPPFLAGS="$CPPFLAGS"
12313 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12314
12315 save_LDFLAGS="$LDFLAGS"
12316 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12317
12318 save_LIBS="$LIBS"
12319 LIBS="$lt_cv_dlopen_libs $LIBS"
12320
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12322$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12323if test "${lt_cv_dlopen_self+set}" = set; then :
12324 $as_echo_n "(cached) " >&6
12325else
12326 if test "$cross_compiling" = yes; then :
12327 lt_cv_dlopen_self=cross
12328else
12329 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12330 lt_status=$lt_dlunknown
12331 cat > conftest.$ac_ext <<_LT_EOF
eca4255a 12332#line 12332 "configure"
6bb11ab3
L
12333#include "confdefs.h"
12334
12335#if HAVE_DLFCN_H
12336#include <dlfcn.h>
12337#endif
12338
12339#include <stdio.h>
12340
12341#ifdef RTLD_GLOBAL
12342# define LT_DLGLOBAL RTLD_GLOBAL
12343#else
12344# ifdef DL_GLOBAL
12345# define LT_DLGLOBAL DL_GLOBAL
12346# else
12347# define LT_DLGLOBAL 0
12348# endif
12349#endif
12350
12351/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12352 find out it does not work in some platform. */
12353#ifndef LT_DLLAZY_OR_NOW
12354# ifdef RTLD_LAZY
12355# define LT_DLLAZY_OR_NOW RTLD_LAZY
12356# else
12357# ifdef DL_LAZY
12358# define LT_DLLAZY_OR_NOW DL_LAZY
12359# else
12360# ifdef RTLD_NOW
12361# define LT_DLLAZY_OR_NOW RTLD_NOW
12362# else
12363# ifdef DL_NOW
12364# define LT_DLLAZY_OR_NOW DL_NOW
12365# else
12366# define LT_DLLAZY_OR_NOW 0
12367# endif
12368# endif
12369# endif
12370# endif
12371#endif
12372
12373/* When -fvisbility=hidden is used, assume the code has been annotated
12374 correspondingly for the symbols needed. */
12375#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12376void fnord () __attribute__((visibility("default")));
12377#endif
12378
12379void fnord () { int i=42; }
12380int main ()
12381{
12382 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12383 int status = $lt_dlunknown;
12384
12385 if (self)
12386 {
12387 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12388 else
12389 {
12390 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12391 else puts (dlerror ());
12392 }
12393 /* dlclose (self); */
12394 }
12395 else
12396 puts (dlerror ());
12397
12398 return status;
12399}
12400_LT_EOF
12401 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12402 (eval $ac_link) 2>&5
12403 ac_status=$?
12404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12405 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12406 (./conftest; exit; ) >&5 2>/dev/null
12407 lt_status=$?
12408 case x$lt_status in
12409 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12410 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12411 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12412 esac
12413 else :
12414 # compilation failed
12415 lt_cv_dlopen_self=no
8929c18c 12416 fi
8929c18c 12417fi
6bb11ab3
L
12418rm -fr conftest*
12419
12420
8929c18c 12421fi
6bb11ab3
L
12422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12423$as_echo "$lt_cv_dlopen_self" >&6; }
8929c18c 12424
6bb11ab3
L
12425 if test "x$lt_cv_dlopen_self" = xyes; then
12426 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12428$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12429if test "${lt_cv_dlopen_self_static+set}" = set; then :
12430 $as_echo_n "(cached) " >&6
8929c18c 12431else
6bb11ab3
L
12432 if test "$cross_compiling" = yes; then :
12433 lt_cv_dlopen_self_static=cross
12434else
12435 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12436 lt_status=$lt_dlunknown
12437 cat > conftest.$ac_ext <<_LT_EOF
eca4255a 12438#line 12438 "configure"
6bb11ab3
L
12439#include "confdefs.h"
12440
12441#if HAVE_DLFCN_H
12442#include <dlfcn.h>
12443#endif
12444
12445#include <stdio.h>
12446
12447#ifdef RTLD_GLOBAL
12448# define LT_DLGLOBAL RTLD_GLOBAL
12449#else
12450# ifdef DL_GLOBAL
12451# define LT_DLGLOBAL DL_GLOBAL
12452# else
12453# define LT_DLGLOBAL 0
12454# endif
12455#endif
12456
12457/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12458 find out it does not work in some platform. */
12459#ifndef LT_DLLAZY_OR_NOW
12460# ifdef RTLD_LAZY
12461# define LT_DLLAZY_OR_NOW RTLD_LAZY
12462# else
12463# ifdef DL_LAZY
12464# define LT_DLLAZY_OR_NOW DL_LAZY
12465# else
12466# ifdef RTLD_NOW
12467# define LT_DLLAZY_OR_NOW RTLD_NOW
12468# else
12469# ifdef DL_NOW
12470# define LT_DLLAZY_OR_NOW DL_NOW
12471# else
12472# define LT_DLLAZY_OR_NOW 0
12473# endif
12474# endif
12475# endif
12476# endif
12477#endif
12478
12479/* When -fvisbility=hidden is used, assume the code has been annotated
12480 correspondingly for the symbols needed. */
12481#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12482void fnord () __attribute__((visibility("default")));
12483#endif
12484
12485void fnord () { int i=42; }
12486int main ()
12487{
12488 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12489 int status = $lt_dlunknown;
12490
12491 if (self)
12492 {
12493 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12494 else
12495 {
12496 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12497 else puts (dlerror ());
12498 }
12499 /* dlclose (self); */
12500 }
12501 else
12502 puts (dlerror ());
12503
12504 return status;
12505}
12506_LT_EOF
12507 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12508 (eval $ac_link) 2>&5
12509 ac_status=$?
12510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12511 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12512 (./conftest; exit; ) >&5 2>/dev/null
12513 lt_status=$?
12514 case x$lt_status in
12515 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12516 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12517 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12518 esac
12519 else :
12520 # compilation failed
12521 lt_cv_dlopen_self_static=no
12522 fi
8929c18c 12523fi
6bb11ab3
L
12524rm -fr conftest*
12525
12526
8929c18c 12527fi
6bb11ab3
L
12528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12529$as_echo "$lt_cv_dlopen_self_static" >&6; }
12530 fi
12531
12532 CPPFLAGS="$save_CPPFLAGS"
12533 LDFLAGS="$save_LDFLAGS"
12534 LIBS="$save_LIBS"
12535 ;;
12536 esac
12537
12538 case $lt_cv_dlopen_self in
12539 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12540 *) enable_dlopen_self=unknown ;;
12541 esac
12542
12543 case $lt_cv_dlopen_self_static in
12544 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12545 *) enable_dlopen_self_static=unknown ;;
12546 esac
12547fi
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565striplib=
12566old_striplib=
12567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12568$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12569if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12570 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12571 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12573$as_echo "yes" >&6; }
12574else
12575# FIXME - insert some real tests, host_os isn't really good enough
12576 case $host_os in
12577 darwin*)
12578 if test -n "$STRIP" ; then
12579 striplib="$STRIP -x"
12580 old_striplib="$STRIP -S"
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12582$as_echo "yes" >&6; }
12583 else
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12585$as_echo "no" >&6; }
12586 fi
12587 ;;
12588 *)
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590$as_echo "no" >&6; }
12591 ;;
12592 esac
12593fi
12594
12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606 # Report which library types will actually be built
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12608$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12610$as_echo "$can_build_shared" >&6; }
12611
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12613$as_echo_n "checking whether to build shared libraries... " >&6; }
12614 test "$can_build_shared" = "no" && enable_shared=no
12615
12616 # On AIX, shared libraries and static libraries use the same namespace, and
12617 # are all built from PIC.
12618 case $host_os in
12619 aix3*)
12620 test "$enable_shared" = yes && enable_static=no
12621 if test -n "$RANLIB"; then
12622 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12623 postinstall_cmds='$RANLIB $lib'
12624 fi
12625 ;;
12626
12627 aix[4-9]*)
12628 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12629 test "$enable_shared" = yes && enable_static=no
12630 fi
12631 ;;
12632 esac
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12634$as_echo "$enable_shared" >&6; }
12635
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12637$as_echo_n "checking whether to build static libraries... " >&6; }
12638 # Make sure either enable_shared or enable_static is yes.
12639 test "$enable_shared" = yes || enable_static=yes
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12641$as_echo "$enable_static" >&6; }
12642
12643
12644
12645
12646fi
12647ac_ext=c
12648ac_cpp='$CPP $CPPFLAGS'
12649ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12650ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12651ac_compiler_gnu=$ac_cv_c_compiler_gnu
12652
12653CC="$lt_save_CC"
12654
12655
12656
12657
12658
12659
12660
12661
12662
8929c18c 12663
8929c18c 12664
8929c18c 12665
8929c18c 12666
6bb11ab3
L
12667 ac_config_commands="$ac_config_commands libtool"
12668
12669
12670
12671
12672# Only expand once:
12673
12674
5912fadd 12675
8929c18c 12676
f6bcefef
HPN
12677. ${srcdir}/../../bfd/configure.host
12678
12679
12680
31e6ad7d
MF
12681
12682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12683$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12684 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12685if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12686 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12687else
12688 USE_MAINTAINER_MODE=no
f6bcefef 12689fi
31e6ad7d
MF
12690
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12692$as_echo "$USE_MAINTAINER_MODE" >&6; }
12693 if test $USE_MAINTAINER_MODE = yes; then
12694 MAINTAINER_MODE_TRUE=
12695 MAINTAINER_MODE_FALSE='#'
f6bcefef 12696else
31e6ad7d
MF
12697 MAINTAINER_MODE_TRUE='#'
12698 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
12699fi
12700
31e6ad7d
MF
12701 MAINT=$MAINTAINER_MODE_TRUE
12702
12703
f6bcefef
HPN
12704
12705
81ecdfbb
RW
12706# Check whether --enable-sim-bswap was given.
12707if test "${enable_sim_bswap+set}" = set; then :
12708 enableval=$enable_sim_bswap; case "${enableval}" in
f6bcefef
HPN
12709 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12710 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12711 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
f6bcefef
HPN
12712esac
12713if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12714 echo "Setting bswap flags = $sim_bswap" 6>&1
12715fi
12716else
12717 sim_bswap=""
81ecdfbb
RW
12718fi
12719
f6bcefef
HPN
12720
12721
81ecdfbb
RW
12722# Check whether --enable-sim-cflags was given.
12723if test "${enable_sim_cflags+set}" = set; then :
12724 enableval=$enable_sim_cflags; case "${enableval}" in
f6bcefef 12725 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12726 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
f6bcefef
HPN
12727 no) sim_cflags="";;
12728 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12729esac
12730if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12731 echo "Setting sim cflags = $sim_cflags" 6>&1
12732fi
12733else
12734 sim_cflags=""
81ecdfbb
RW
12735fi
12736
f6bcefef
HPN
12737
12738
81ecdfbb
RW
12739# Check whether --enable-sim-debug was given.
12740if test "${enable_sim_debug+set}" = set; then :
12741 enableval=$enable_sim_debug; case "${enableval}" in
f6bcefef
HPN
12742 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12743 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12744 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12745esac
12746if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12747 echo "Setting sim debug = $sim_debug" 6>&1
12748fi
12749else
12750 sim_debug=""
81ecdfbb
RW
12751fi
12752
f6bcefef
HPN
12753
12754
81ecdfbb
RW
12755# Check whether --enable-sim-stdio was given.
12756if test "${enable_sim_stdio+set}" = set; then :
12757 enableval=$enable_sim_stdio; case "${enableval}" in
f6bcefef
HPN
12758 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12759 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12760 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
f6bcefef
HPN
12761esac
12762if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12763 echo "Setting stdio flags = $sim_stdio" 6>&1
12764fi
12765else
12766 sim_stdio=""
81ecdfbb
RW
12767fi
12768
f6bcefef
HPN
12769
12770
81ecdfbb
RW
12771# Check whether --enable-sim-trace was given.
12772if test "${enable_sim_trace+set}" = set; then :
12773 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12774 yes) sim_trace="-DWITH_TRACE=-1";;
12775 no) sim_trace="-DWITH_TRACE=0";;
f6bcefef 12776 [-0-9]*)
a3487082 12777 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12778 [[:lower:]]*)
f6bcefef
HPN
12779 sim_trace=""
12780 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12781 if test x"$sim_trace" = x; then
12782 sim_trace="-DWITH_TRACE='(TRACE_$x"
12783 else
12784 sim_trace="${sim_trace}|TRACE_$x"
12785 fi
12786 done
12787 sim_trace="$sim_trace)'" ;;
12788esac
12789if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12790 echo "Setting sim trace = $sim_trace" 6>&1
12791fi
12792else
12793 sim_trace=""
81ecdfbb 12794fi
f6bcefef
HPN
12795
12796
81ecdfbb
RW
12797
12798# Check whether --enable-sim-profile was given.
12799if test "${enable_sim_profile+set}" = set; then :
12800 enableval=$enable_sim_profile; case "${enableval}" in
f6bcefef
HPN
12801 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12802 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12803 [-0-9]*)
12804 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12805 [a-z]*)
12806 sim_profile=""
12807 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12808 if test x"$sim_profile" = x; then
12809 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12810 else
12811 sim_profile="${sim_profile}|PROFILE_$x"
12812 fi
12813 done
12814 sim_profile="$sim_profile)'" ;;
12815esac
12816if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12817 echo "Setting sim profile = $sim_profile" 6>&1
12818fi
12819else
12820 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 12821fi
f6bcefef
HPN
12822
12823
6efef468 12824
81ecdfbb
RW
12825
12826# Check whether --with-pkgversion was given.
12827if test "${with_pkgversion+set}" = set; then :
12828 withval=$with_pkgversion; case "$withval" in
12829 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12830 no) PKGVERSION= ;;
12831 *) PKGVERSION="($withval) " ;;
12832 esac
12833else
bf12d44e 12834 PKGVERSION="(SIM) "
6efef468 12835
81ecdfbb 12836fi
6efef468
JM
12837
12838
12839
12840
81ecdfbb
RW
12841
12842# Check whether --with-bugurl was given.
12843if test "${with_bugurl+set}" = set; then :
12844 withval=$with_bugurl; case "$withval" in
12845 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12846 no) BUGURL=
12847 ;;
12848 *) BUGURL="$withval"
12849 ;;
12850 esac
12851else
12852 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12853
81ecdfbb
RW
12854fi
12855
6efef468
JM
12856 case ${BUGURL} in
12857 "")
12858 REPORT_BUGS_TO=
12859 REPORT_BUGS_TEXI=
12860 ;;
12861 *)
12862 REPORT_BUGS_TO="<$BUGURL>"
12863 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12864 ;;
12865 esac;
12866
12867
12868
12869
12870cat >>confdefs.h <<_ACEOF
12871#define PKGVERSION "$PKGVERSION"
12872_ACEOF
12873
12874
12875cat >>confdefs.h <<_ACEOF
12876#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12877_ACEOF
12878
12879
81ecdfbb
RW
12880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12881$as_echo_n "checking return type of signal handlers... " >&6; }
12882if test "${ac_cv_type_signal+set}" = set; then :
12883 $as_echo_n "(cached) " >&6
f6bcefef 12884else
81ecdfbb 12885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
12886/* end confdefs.h. */
12887#include <sys/types.h>
12888#include <signal.h>
f6bcefef
HPN
12889
12890int
12891main ()
12892{
81ecdfbb 12893return *(signal (0, 0)) (0) == 1;
f6bcefef
HPN
12894 ;
12895 return 0;
12896}
12897_ACEOF
81ecdfbb
RW
12898if ac_fn_c_try_compile "$LINENO"; then :
12899 ac_cv_type_signal=int
f6bcefef 12900else
81ecdfbb 12901 ac_cv_type_signal=void
f6bcefef 12902fi
81ecdfbb 12903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f6bcefef 12904fi
81ecdfbb
RW
12905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12906$as_echo "$ac_cv_type_signal" >&6; }
f6bcefef
HPN
12907
12908cat >>confdefs.h <<_ACEOF
12909#define RETSIGTYPE $ac_cv_type_signal
12910_ACEOF
12911
12912
12913
12914
12915
12916sim_link_files=
12917sim_link_links=
12918
f6bcefef
HPN
12919# targ-vals.def points to the libc macro description file.
12920case "${target}" in
12921*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12922esac
12923sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12924sim_link_links="${sim_link_links} targ-vals.def"
12925
12926
6ffe910a 12927
81ecdfbb
RW
12928# For dv-rv and rvdummy.
12929for ac_header in sys/socket.h sys/select.h limits.h sys/param.h
12930do :
12931 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12932ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12933eval as_val=\$$as_ac_Header
12934 if test "x$as_val" = x""yes; then :
aad3b3cb 12935 cat >>confdefs.h <<_ACEOF
81ecdfbb 12936#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aad3b3cb
HPN
12937_ACEOF
12938
12939fi
12940
12941done
12942
12943
eca4255a 12944
1ac72f06 12945wire_endian="LITTLE"
eca4255a
MF
12946default_endian=""
12947# Check whether --enable-sim-endian was given.
12948if test "${enable_sim_endian+set}" = set; then :
12949 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12950 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12951 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
eca4255a 12952 yes) if test x"$wire_endian" != x; then
1ac72f06 12953 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a 12954 else
1ac72f06
MF
12955 if test x"$default_endian" != x; then
12956 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
12957 else
12958 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12959 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
eca4255a
MF
12960 fi
12961 fi;;
12962 no) if test x"$default_endian" != x; then
1ac72f06 12963 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
12964 else
12965 if test x"$wire_endian" != x; then
1ac72f06 12966 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a
MF
12967 else
12968 echo "No default endian for target $target" 1>&6
1ac72f06 12969 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
eca4255a
MF
12970 fi
12971 fi;;
12972 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12973esac
12974if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12975 echo "Setting endian flags = $sim_endian" 6>&1
12976fi
12977else
12978 if test x"$default_endian" != x; then
1ac72f06 12979 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
12980else
12981 if test x"$wire_endian" != x; then
1ac72f06 12982 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a
MF
12983 else
12984 sim_endian=
12985 fi
12986fi
12987fi
12988
f6bcefef
HPN
12989wire_alignment="NONSTRICT_ALIGNMENT"
12990default_alignment=""
12991
81ecdfbb
RW
12992# Check whether --enable-sim-alignment was given.
12993if test "${enable_sim_alignment+set}" = set; then :
12994 enableval=$enable_sim_alignment; case "${enableval}" in
f6bcefef
HPN
12995 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12996 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12997 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12998 yes) if test x"$wire_alignment" != x; then
12999 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13000 else
13001 if test x"$default_alignment" != x; then
13002 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13003 else
13004 echo "No hard-wired alignment for target $target" 1>&6
13005 sim_alignment="-DWITH_ALIGNMENT=0"
13006 fi
13007 fi;;
13008 no) if test x"$default_alignment" != x; then
13009 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13010 else
13011 if test x"$wire_alignment" != x; then
13012 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13013 else
13014 echo "No default alignment for target $target" 1>&6
13015 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13016 fi
13017 fi;;
81ecdfbb 13018 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
f6bcefef
HPN
13019esac
13020if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13021 echo "Setting alignment flags = $sim_alignment" 6>&1
13022fi
13023else
13024 if test x"$default_alignment" != x; then
13025 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13026else
13027 if test x"$wire_alignment" != x; then
13028 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13029 else
13030 sim_alignment=
13031 fi
13032fi
81ecdfbb 13033fi
f6bcefef 13034
81ecdfbb
RW
13035
13036# Check whether --enable-sim-hostendian was given.
13037if test "${enable_sim_hostendian+set}" = set; then :
13038 enableval=$enable_sim_hostendian; case "${enableval}" in
1ac72f06
MF
13039 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_UNKNOWN";;
13040 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_BIG";;
13041 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
81ecdfbb 13042 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
f6bcefef
HPN
13043esac
13044if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
13045 echo "Setting hostendian flags = $sim_hostendian" 6>&1
13046fi
13047else
13048
13049if test "x$cross_compiling" = "xno"; then
81ecdfbb
RW
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13051$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13052if test "${ac_cv_c_bigendian+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
13054else
13055 ac_cv_c_bigendian=unknown
13056 # See if we're dealing with a universal compiler.
13057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13058/* end confdefs.h. */
13059#ifndef __APPLE_CC__
13060 not a universal capable compiler
13061 #endif
13062 typedef int dummy;
13063
13064_ACEOF
13065if ac_fn_c_try_compile "$LINENO"; then :
13066
13067 # Check for potential -arch flags. It is not universal unless
13068 # there are at least two -arch flags with different values.
13069 ac_arch=
13070 ac_prev=
13071 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13072 if test -n "$ac_prev"; then
13073 case $ac_word in
13074 i?86 | x86_64 | ppc | ppc64)
13075 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13076 ac_arch=$ac_word
13077 else
13078 ac_cv_c_bigendian=universal
13079 break
13080 fi
13081 ;;
13082 esac
13083 ac_prev=
13084 elif test "x$ac_word" = "x-arch"; then
13085 ac_prev=arch
13086 fi
13087 done
13088fi
13089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13090 if test $ac_cv_c_bigendian = unknown; then
13091 # See if sys/param.h defines the BYTE_ORDER macro.
13092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
13093/* end confdefs.h. */
13094#include <sys/types.h>
81ecdfbb 13095 #include <sys/param.h>
f6bcefef
HPN
13096
13097int
13098main ()
13099{
81ecdfbb
RW
13100#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13101 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13102 && LITTLE_ENDIAN)
13103 bogus endian macros
13104 #endif
f6bcefef
HPN
13105
13106 ;
13107 return 0;
13108}
13109_ACEOF
81ecdfbb 13110if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef 13111 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 13112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef
HPN
13113/* end confdefs.h. */
13114#include <sys/types.h>
81ecdfbb 13115 #include <sys/param.h>
f6bcefef
HPN
13116
13117int
13118main ()
13119{
13120#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
13121 not big endian
13122 #endif
f6bcefef
HPN
13123
13124 ;
13125 return 0;
13126}
13127_ACEOF
81ecdfbb 13128if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef
HPN
13129 ac_cv_c_bigendian=yes
13130else
81ecdfbb 13131 ac_cv_c_bigendian=no
f6bcefef 13132fi
81ecdfbb
RW
13133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13134fi
13135rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13136 fi
13137 if test $ac_cv_c_bigendian = unknown; then
13138 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140/* end confdefs.h. */
13141#include <limits.h>
f6bcefef 13142
81ecdfbb
RW
13143int
13144main ()
13145{
13146#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13147 bogus endian macros
13148 #endif
13149
13150 ;
13151 return 0;
13152}
f6bcefef 13153_ACEOF
81ecdfbb
RW
13154if ac_fn_c_try_compile "$LINENO"; then :
13155 # It does; now see whether it defined to _BIG_ENDIAN or not.
13156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef 13157/* end confdefs.h. */
81ecdfbb
RW
13158#include <limits.h>
13159
f6bcefef
HPN
13160int
13161main ()
13162{
81ecdfbb
RW
13163#ifndef _BIG_ENDIAN
13164 not big endian
13165 #endif
13166
f6bcefef
HPN
13167 ;
13168 return 0;
13169}
13170_ACEOF
81ecdfbb 13171if ac_fn_c_try_compile "$LINENO"; then :
f6bcefef 13172 ac_cv_c_bigendian=yes
81ecdfbb
RW
13173else
13174 ac_cv_c_bigendian=no
f6bcefef 13175fi
81ecdfbb 13176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f6bcefef 13177fi
81ecdfbb
RW
13178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13179 fi
13180 if test $ac_cv_c_bigendian = unknown; then
13181 # Compile a test program.
13182 if test "$cross_compiling" = yes; then :
13183 # Try to guess by grepping values from an object file.
13184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13185/* end confdefs.h. */
13186short int ascii_mm[] =
13187 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13188 short int ascii_ii[] =
13189 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13190 int use_ascii (int i) {
13191 return ascii_mm[i] + ascii_ii[i];
13192 }
13193 short int ebcdic_ii[] =
13194 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13195 short int ebcdic_mm[] =
13196 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13197 int use_ebcdic (int i) {
13198 return ebcdic_mm[i] + ebcdic_ii[i];
13199 }
13200 extern int foo;
f6bcefef 13201
81ecdfbb
RW
13202int
13203main ()
13204{
13205return use_ascii (foo) == use_ebcdic (foo);
13206 ;
13207 return 0;
13208}
f6bcefef 13209_ACEOF
81ecdfbb
RW
13210if ac_fn_c_try_compile "$LINENO"; then :
13211 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13212 ac_cv_c_bigendian=yes
13213 fi
13214 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13215 if test "$ac_cv_c_bigendian" = unknown; then
13216 ac_cv_c_bigendian=no
13217 else
13218 # finding both strings is unlikely to happen, but who knows?
13219 ac_cv_c_bigendian=unknown
13220 fi
13221 fi
13222fi
13223rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13224else
13225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6bcefef 13226/* end confdefs.h. */
81ecdfbb 13227$ac_includes_default
f6bcefef
HPN
13228int
13229main ()
13230{
81ecdfbb
RW
13231
13232 /* Are we little or big endian? From Harbison&Steele. */
13233 union
13234 {
13235 long int l;
13236 char c[sizeof (long int)];
13237 } u;
13238 u.l = 1;
13239 return u.c[sizeof (long int) - 1] == 1;
13240
13241 ;
13242 return 0;
f6bcefef
HPN
13243}
13244_ACEOF
81ecdfbb 13245if ac_fn_c_try_run "$LINENO"; then :
f6bcefef
HPN
13246 ac_cv_c_bigendian=no
13247else
81ecdfbb 13248 ac_cv_c_bigendian=yes
f6bcefef 13249fi
81ecdfbb
RW
13250rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13251 conftest.$ac_objext conftest.beam conftest.$ac_ext
f6bcefef 13252fi
81ecdfbb
RW
13253
13254 fi
f6bcefef 13255fi
81ecdfbb
RW
13256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13257$as_echo "$ac_cv_c_bigendian" >&6; }
13258 case $ac_cv_c_bigendian in #(
13259 yes)
13260 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13261;; #(
13262 no)
13263 ;; #(
13264 universal)
f6bcefef 13265
81ecdfbb
RW
13266$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13267
13268 ;; #(
13269 *)
13270 as_fn_error "unknown endianness
13271 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13272 esac
f6bcefef
HPN
13273
13274 if test $ac_cv_c_bigendian = yes; then
1ac72f06 13275 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_BIG"
f6bcefef 13276 else
1ac72f06 13277 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_LITTLE"
f6bcefef
HPN
13278 fi
13279else
1ac72f06 13280 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
f6bcefef 13281fi
81ecdfbb
RW
13282fi
13283
f6bcefef
HPN
13284
13285default_sim_scache="16384"
81ecdfbb
RW
13286# Check whether --enable-sim-scache was given.
13287if test "${enable_sim_scache+set}" = set; then :
13288 enableval=$enable_sim_scache; case "${enableval}" in
f6bcefef
HPN
13289 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13290 no) sim_scache="-DWITH_SCACHE=0" ;;
13291 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
81ecdfbb 13292 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
f6bcefef
HPN
13293 sim_scache="";;
13294esac
13295if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13296 echo "Setting scache size = $sim_scache" 6>&1
13297fi
13298else
13299 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13300fi
13301
f6bcefef
HPN
13302
13303
2232061b
MF
13304# Check whether --enable-werror was given.
13305if test "${enable_werror+set}" = set; then :
13306 enableval=$enable_werror; case "${enableval}" in
13307 yes | y) ERROR_ON_WARNING="yes" ;;
13308 no | n) ERROR_ON_WARNING="no" ;;
13309 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13310 esac
13311fi
13312
13313
13314# Enable -Werror by default when using gcc
13315if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13316 ERROR_ON_WARNING=yes
aad3b3cb 13317fi
2232061b
MF
13318
13319WERROR_CFLAGS=""
13320if test "${ERROR_ON_WARNING}" = yes ; then
13321# NOTE: Disabled in the sim dir due to most sims generating warnings.
13322# WERROR_CFLAGS="-Werror"
13323 true
13324fi
13325
2232061b 13326build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13327-Wpointer-sign \
2232061b 13328-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13329-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13330-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13331-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13332
13333# Enable -Wno-format by default when using gcc on mingw since many
13334# GCC versions complain about %I64.
13335case "${host}" in
13336 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13337 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13338esac
13339
81ecdfbb
RW
13340# Check whether --enable-build-warnings was given.
13341if test "${enable_build_warnings+set}" = set; then :
13342 enableval=$enable_build_warnings; case "${enableval}" in
aad3b3cb
HPN
13343 yes) ;;
13344 no) build_warnings="-w";;
13345 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13346 build_warnings="${build_warnings} ${t}";;
13347 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13348 build_warnings="${t} ${build_warnings}";;
13349 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13350esac
13351if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13352 echo "Setting compiler warning flags = $build_warnings" 6>&1
13353fi
81ecdfbb
RW
13354fi
13355# Check whether --enable-sim-build-warnings was given.
13356if test "${enable_sim_build_warnings+set}" = set; then :
13357 enableval=$enable_sim_build_warnings; case "${enableval}" in
aad3b3cb
HPN
13358 yes) ;;
13359 no) build_warnings="-w";;
13360 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13361 build_warnings="${build_warnings} ${t}";;
13362 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13363 build_warnings="${t} ${build_warnings}";;
13364 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13365esac
13366if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13367 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13368fi
81ecdfbb
RW
13369fi
13370WARN_CFLAGS=""
aad3b3cb
HPN
13371if test "x${build_warnings}" != x -a "x$GCC" = xyes
13372then
81ecdfbb
RW
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13374$as_echo_n "checking compiler warning flags... " >&6; }
aad3b3cb
HPN
13375 # Separate out the -Werror flag as some files just cannot be
13376 # compiled with it enabled.
13377 for w in ${build_warnings}; do
13378 case $w in
13379 -Werr*) WERROR_CFLAGS=-Werror ;;
13380 *) # Check that GCC accepts it
13381 saved_CFLAGS="$CFLAGS"
13382 CFLAGS="$CFLAGS $w"
81ecdfbb 13383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
aad3b3cb
HPN
13384/* end confdefs.h. */
13385
13386int
13387main ()
13388{
13389
13390 ;
13391 return 0;
13392}
13393_ACEOF
81ecdfbb 13394if ac_fn_c_try_compile "$LINENO"; then :
aad3b3cb 13395 WARN_CFLAGS="${WARN_CFLAGS} $w"
aad3b3cb 13396fi
81ecdfbb 13397rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
aad3b3cb
HPN
13398 CFLAGS="$saved_CFLAGS"
13399 esac
13400 done
2232061b
MF
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13402$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
aad3b3cb
HPN
13403fi
13404
13405
aad3b3cb 13406if test ""; then
6ffe910a 13407 hardware=""
aad3b3cb 13408else
6ffe910a 13409 hardware="cfi core pal glue"
aad3b3cb 13410fi
34cf5112 13411hardware="$hardware rv cris cris_900000xx"
1517bd27 13412
aad3b3cb
HPN
13413sim_hw_cflags="-DWITH_HW=1"
13414sim_hw="$hardware"
13415sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13416
81ecdfbb
RW
13417# Check whether --enable-sim-hardware was given.
13418if test "${enable_sim_hardware+set}" = set; then :
13419 enableval=$enable_sim_hardware;
30452bbe 13420else
34cf5112 13421 enable_sim_hardware="yes"
1517bd27
MF
13422fi
13423
13424case ${enable_sim_hardware} in
64dd13df
MF
13425 yes|no) ;;
13426 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13427 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13428 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
aad3b3cb 13429esac
1517bd27 13430
64dd13df 13431if test "$enable_sim_hardware" = no; then
aad3b3cb
HPN
13432 sim_hw_objs=
13433 sim_hw_cflags="-DWITH_HW=0"
13434 sim_hw=
13435else
13436 sim_hw_cflags="-DWITH_HW=1"
13437 # remove duplicates
13438 sim_hw=""
13439 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13440 for i in $hardware ; do
13441 case " $sim_hw " in
13442 *" $i "*) ;;
13443 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13444 esac
13445 done
1517bd27 13446 # mingw does not support sockser
1517bd27
MF
13447 case ${host} in
13448 *mingw*) ;;
49cd1634
MF
13449 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13450 # that you instatiate. Instead, other code will call into it directly.
13451 # At some point, we should convert it over.
13452 sim_hw_objs="$sim_hw_objs dv-sockser.o"
aad3b3cb 13453
1517bd27
MF
13454cat >>confdefs.h <<_ACEOF
13455#define HAVE_DV_SOCKSER 1
13456_ACEOF
81ecdfbb 13457
1517bd27
MF
13458 ;;
13459 esac
1517bd27
MF
13460 if test x"$silent" != x"yes"; then
13461 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13462 fi
13463 case " $hardware " in
13464 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b
MF
13465$as_echo_n "checking for log2 in -lm... " >&6; }
13466if test "${ac_cv_lib_m_log2+set}" = set; then :
13467 $as_echo_n "(cached) " >&6
13468else
13469 ac_check_lib_save_LIBS=$LIBS
13470LIBS="-lm $LIBS"
13471cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13472/* end confdefs.h. */
13473
13474/* Override any GCC internal prototype to avoid an error.
13475 Use char because int might match the return type of a GCC
13476 builtin and then its argument prototype would still apply. */
13477#ifdef __cplusplus
13478extern "C"
13479#endif
13480char log2 ();
13481int
13482main ()
13483{
13484return log2 ();
13485 ;
13486 return 0;
13487}
13488_ACEOF
13489if ac_fn_c_try_link "$LINENO"; then :
13490 ac_cv_lib_m_log2=yes
13491else
13492 ac_cv_lib_m_log2=no
13493fi
13494rm -f core conftest.err conftest.$ac_objext \
13495 conftest$ac_exeext conftest.$ac_ext
13496LIBS=$ac_check_lib_save_LIBS
13497fi
13498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13499$as_echo "$ac_cv_lib_m_log2" >&6; }
13500if test "x$ac_cv_lib_m_log2" = x""yes; then :
13501 cat >>confdefs.h <<_ACEOF
13502#define HAVE_LIBM 1
13503_ACEOF
13504
13505 LIBS="-lm $LIBS"
13506
13507fi
13508;;
1517bd27
MF
13509 esac
13510fi
4399a56b 13511
aad3b3cb 13512
f6bcefef
HPN
13513# The default model shouldn't matter as long as there's a BFD.
13514
13515default_sim_default_model="crisv32"
81ecdfbb
RW
13516# Check whether --enable-sim-default-model was given.
13517if test "${enable_sim_default_model+set}" = set; then :
13518 enableval=$enable_sim_default_model; case "${enableval}" in
13519 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
f6bcefef
HPN
13520 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13521esac
13522if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13523 echo "Setting default model = $sim_default_model" 6>&1
13524fi
13525else
13526 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 13527fi
f6bcefef
HPN
13528
13529
81ecdfbb
RW
13530
13531# Check whether --enable-sim-environment was given.
13532if test "${enable_sim_environment+set}" = set; then :
13533 enableval=$enable_sim_environment; case "${enableval}" in
f6bcefef
HPN
13534 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13535 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13536 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13537 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
81ecdfbb 13538 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
f6bcefef
HPN
13539 sim_environment="";;
13540esac
13541if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13542 echo "Setting sim environment = $sim_environment" 6>&1
13543fi
13544else
13545 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
81ecdfbb
RW
13546fi
13547
f6bcefef
HPN
13548
13549default_sim_inline=""
81ecdfbb
RW
13550# Check whether --enable-sim-inline was given.
13551if test "${enable_sim_inline+set}" = set; then :
13552 enableval=$enable_sim_inline; sim_inline=""
f6bcefef
HPN
13553case "$enableval" in
13554 no) sim_inline="-DDEFAULT_INLINE=0";;
13555 0) sim_inline="-DDEFAULT_INLINE=0";;
13556 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13557 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13558 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13559 new_flag=""
13560 case "$x" in
13561 *_INLINE=*) new_flag="-D$x";;
13562 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13563 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13564 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13565 esac
13566 if test x"$sim_inline" = x""; then
13567 sim_inline="$new_flag"
13568 else
13569 sim_inline="$sim_inline $new_flag"
13570 fi
13571 done;;
13572esac
13573if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13574 echo "Setting inline flags = $sim_inline" 6>&1
13575fi
13576else
13577
13578if test "x$cross_compiling" = "xno"; then
13579 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13580 sim_inline="${default_sim_inline}"
13581 if test x"$silent" != x"yes"; then
13582 echo "Setting inline flags = $sim_inline" 6>&1
13583 fi
13584 else
13585 sim_inline=""
13586 fi
13587else
13588 sim_inline="-DDEFAULT_INLINE=0"
13589fi
81ecdfbb
RW
13590fi
13591
f6bcefef
HPN
13592
13593cgen_maint=no
13594cgen=guile
13595cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13596# Check whether --enable-cgen-maint was given.
13597if test "${enable_cgen_maint+set}" = set; then :
13598 enableval=$enable_cgen_maint; case "${enableval}" in
f6bcefef
HPN
13599 yes) cgen_maint=yes ;;
13600 no) cgen_maint=no ;;
13601 *)
13602 # argument is cgen install directory (not implemented yet).
13603 # Having a `share' directory might be more appropriate for the .scm,
13604 # .cpu, etc. files.
13605 cgendir=${cgen_maint}/lib/cgen
13606 cgen=guile
13607 ;;
13608esac
81ecdfbb
RW
13609fi
13610if test x${cgen_maint} != xno ; then
f6bcefef
HPN
13611 CGEN_MAINT=''
13612else
13613 CGEN_MAINT='#'
13614fi
13615
13616
13617
13618
13619
13620
13621ac_sources="$sim_link_files"
13622ac_dests="$sim_link_links"
13623while test -n "$ac_sources"; do
13624 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13625 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13626 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13627done
81ecdfbb 13628ac_config_links="$ac_config_links $ac_config_links_1"
f6bcefef
HPN
13629
13630cgen_breaks=""
13631if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13632cgen_breaks="break cgen_rtx_error";
13633fi
13634
81ecdfbb 13635ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
f6bcefef 13636
81ecdfbb 13637ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
f6bcefef 13638
81ecdfbb 13639ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
f6bcefef 13640
81ecdfbb 13641ac_config_commands="$ac_config_commands Makefile"
f6bcefef 13642
81ecdfbb 13643ac_config_commands="$ac_config_commands stamp-h"
f6bcefef
HPN
13644
13645cat >confcache <<\_ACEOF
13646# This file is a shell script that caches the results of configure
13647# tests run on this system so they can be shared between configure
13648# scripts and configure runs, see configure's option --config-cache.
13649# It is not useful on other systems. If it contains results you don't
13650# want to keep, you may remove or edit it.
13651#
13652# config.status only pays attention to the cache file if you give it
13653# the --recheck option to rerun configure.
13654#
13655# `ac_cv_env_foo' variables (set or unset) will be overridden when
13656# loading this file, other *unset* `ac_cv_foo' will be assigned the
13657# following values.
13658
13659_ACEOF
13660
13661# The following way of writing the cache mishandles newlines in values,
13662# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13663# So, we kill variables containing newlines.
f6bcefef
HPN
13664# Ultrix sh set writes to stderr and can't be redirected directly,
13665# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13666(
13667 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13668 eval ac_val=\$$ac_var
13669 case $ac_val in #(
13670 *${as_nl}*)
13671 case $ac_var in #(
13672 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13673$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13674 esac
13675 case $ac_var in #(
13676 _ | IFS | as_nl) ;; #(
13677 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13678 *) { eval $ac_var=; unset $ac_var;} ;;
13679 esac ;;
13680 esac
13681 done
13682
f6bcefef 13683 (set) 2>&1 |
81ecdfbb
RW
13684 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13685 *${as_nl}ac_space=\ *)
13686 # `set' does not quote correctly, so add quotes: double-quote
13687 # substitution turns \\\\ into \\, and sed turns \\ into \.
f6bcefef
HPN
13688 sed -n \
13689 "s/'/'\\\\''/g;
13690 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13691 ;; #(
f6bcefef
HPN
13692 *)
13693 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13694 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
f6bcefef 13695 ;;
81ecdfbb
RW
13696 esac |
13697 sort
13698) |
f6bcefef 13699 sed '
81ecdfbb 13700 /^ac_cv_env_/b end
f6bcefef 13701 t clear
81ecdfbb 13702 :clear
f6bcefef
HPN
13703 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13704 t end
81ecdfbb
RW
13705 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13706 :end' >>confcache
13707if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13708 if test -w "$cache_file"; then
13709 test "x$cache_file" != "x/dev/null" &&
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13711$as_echo "$as_me: updating cache $cache_file" >&6;}
f6bcefef
HPN
13712 cat confcache >$cache_file
13713 else
81ecdfbb
RW
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13715$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
f6bcefef
HPN
13716 fi
13717fi
13718rm -f confcache
13719
13720test "x$prefix" = xNONE && prefix=$ac_default_prefix
13721# Let make expand exec_prefix.
13722test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13723
f6bcefef
HPN
13724DEFS=-DHAVE_CONFIG_H
13725
13726ac_libobjs=
13727ac_ltlibobjs=
13728for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13729 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13730 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13731 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13732 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13733 # will be set to the directory where LIBOBJS objects are built.
13734 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13735 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
f6bcefef
HPN
13736done
13737LIBOBJS=$ac_libobjs
13738
13739LTLIBOBJS=$ac_ltlibobjs
13740
13741
db2e4d67
MF
13742if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13743 as_fn_error "conditional \"GMAKE\" was never defined.
13744Usually this means the macro was only invoked conditionally." "$LINENO" 5
13745fi
6bb11ab3
L
13746if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13747 as_fn_error "conditional \"PLUGINS\" was never defined.
13748Usually this means the macro was only invoked conditionally." "$LINENO" 5
13749fi
31e6ad7d
MF
13750if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13751 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13752Usually this means the macro was only invoked conditionally." "$LINENO" 5
13753fi
f6bcefef 13754
81ecdfbb 13755
f6bcefef 13756: ${CONFIG_STATUS=./config.status}
81ecdfbb 13757ac_write_fail=0
f6bcefef
HPN
13758ac_clean_files_save=$ac_clean_files
13759ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13760{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13761$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13762as_write_fail=0
13763cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
f6bcefef
HPN
13764#! $SHELL
13765# Generated by $as_me.
13766# Run this file to recreate the current configuration.
13767# Compiler output produced by configure, useful for debugging
13768# configure, is in config.log if it exists.
13769
13770debug=false
13771ac_cs_recheck=false
13772ac_cs_silent=false
f6bcefef 13773
81ecdfbb
RW
13774SHELL=\${CONFIG_SHELL-$SHELL}
13775export SHELL
13776_ASEOF
13777cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13778## -------------------- ##
13779## M4sh Initialization. ##
13780## -------------------- ##
13781
13782# Be more Bourne compatible
13783DUALCASE=1; export DUALCASE # for MKS sh
13784if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
f6bcefef
HPN
13785 emulate sh
13786 NULLCMD=:
81ecdfbb 13787 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
f6bcefef
HPN
13788 # is contrary to our usage. Disable this feature.
13789 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13790 setopt NO_GLOB_SUBST
13791else
13792 case `(set -o) 2>/dev/null` in #(
13793 *posix*) :
13794 set -o posix ;; #(
13795 *) :
13796 ;;
13797esac
f6bcefef 13798fi
f6bcefef 13799
81ecdfbb
RW
13800
13801as_nl='
13802'
13803export as_nl
13804# Printing a long string crashes Solaris 7 /usr/bin/printf.
13805as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13806as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13807as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13808# Prefer a ksh shell builtin over an external printf program on Solaris,
13809# but without wasting forks for bash or zsh.
13810if test -z "$BASH_VERSION$ZSH_VERSION" \
13811 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13812 as_echo='print -r --'
13813 as_echo_n='print -rn --'
13814elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13815 as_echo='printf %s\n'
13816 as_echo_n='printf %s'
13817else
13818 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13819 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13820 as_echo_n='/usr/ucb/echo -n'
13821 else
13822 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13823 as_echo_n_body='eval
13824 arg=$1;
13825 case $arg in #(
13826 *"$as_nl"*)
13827 expr "X$arg" : "X\\(.*\\)$as_nl";
13828 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13829 esac;
13830 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13831 '
13832 export as_echo_n_body
13833 as_echo_n='sh -c $as_echo_n_body as_echo'
13834 fi
13835 export as_echo_body
13836 as_echo='sh -c $as_echo_body as_echo'
13837fi
13838
13839# The user is always right.
13840if test "${PATH_SEPARATOR+set}" != set; then
13841 PATH_SEPARATOR=:
13842 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13843 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13844 PATH_SEPARATOR=';'
13845 }
f6bcefef
HPN
13846fi
13847
13848
81ecdfbb
RW
13849# IFS
13850# We need space, tab and new line, in precisely that order. Quoting is
13851# there to prevent editors from complaining about space-tab.
13852# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13853# splitting by setting IFS to empty value.)
13854IFS=" "" $as_nl"
13855
13856# Find who we are. Look in the path if we contain no directory separator.
13857case $0 in #((
13858 *[\\/]* ) as_myself=$0 ;;
13859 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13860for as_dir in $PATH
13861do
13862 IFS=$as_save_IFS
13863 test -z "$as_dir" && as_dir=.
13864 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13865 done
13866IFS=$as_save_IFS
13867
13868 ;;
13869esac
13870# We did not find ourselves, most probably we were run as `sh COMMAND'
13871# in which case we are not to be found in the path.
13872if test "x$as_myself" = x; then
13873 as_myself=$0
13874fi
13875if test ! -f "$as_myself"; then
13876 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13877 exit 1
13878fi
13879
13880# Unset variables that we do not need and which cause bugs (e.g. in
13881# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13882# suppresses any "Segmentation fault" message there. '((' could
13883# trigger a bug in pdksh 5.2.14.
13884for as_var in BASH_ENV ENV MAIL MAILPATH
13885do eval test x\${$as_var+set} = xset \
13886 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13887done
f6bcefef
HPN
13888PS1='$ '
13889PS2='> '
13890PS4='+ '
13891
13892# NLS nuisances.
81ecdfbb
RW
13893LC_ALL=C
13894export LC_ALL
13895LANGUAGE=C
13896export LANGUAGE
13897
13898# CDPATH.
13899(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13900
13901
13902# as_fn_error ERROR [LINENO LOG_FD]
13903# ---------------------------------
13904# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13905# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13906# script with status $?, using 1 if that was 0.
13907as_fn_error ()
13908{
13909 as_status=$?; test $as_status -eq 0 && as_status=1
13910 if test "$3"; then
13911 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13912 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
f6bcefef 13913 fi
81ecdfbb
RW
13914 $as_echo "$as_me: error: $1" >&2
13915 as_fn_exit $as_status
13916} # as_fn_error
13917
13918
13919# as_fn_set_status STATUS
13920# -----------------------
13921# Set $? to STATUS, without forking.
13922as_fn_set_status ()
13923{
13924 return $1
13925} # as_fn_set_status
13926
13927# as_fn_exit STATUS
13928# -----------------
13929# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13930as_fn_exit ()
13931{
13932 set +e
13933 as_fn_set_status $1
13934 exit $1
13935} # as_fn_exit
13936
13937# as_fn_unset VAR
13938# ---------------
13939# Portably unset VAR.
13940as_fn_unset ()
13941{
13942 { eval $1=; unset $1;}
13943}
13944as_unset=as_fn_unset
13945# as_fn_append VAR VALUE
13946# ----------------------
13947# Append the text in VALUE to the end of the definition contained in VAR. Take
13948# advantage of any shell optimizations that allow amortized linear growth over
13949# repeated appends, instead of the typical quadratic growth present in naive
13950# implementations.
13951if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13952 eval 'as_fn_append ()
13953 {
13954 eval $1+=\$2
13955 }'
13956else
13957 as_fn_append ()
13958 {
13959 eval $1=\$$1\$2
13960 }
13961fi # as_fn_append
13962
13963# as_fn_arith ARG...
13964# ------------------
13965# Perform arithmetic evaluation on the ARGs, and store the result in the
13966# global $as_val. Take advantage of shells that can avoid forks. The arguments
13967# must be portable across $(()) and expr.
13968if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13969 eval 'as_fn_arith ()
13970 {
13971 as_val=$(( $* ))
13972 }'
13973else
13974 as_fn_arith ()
13975 {
13976 as_val=`expr "$@" || test $? -eq 1`
13977 }
13978fi # as_fn_arith
13979
f6bcefef 13980
81ecdfbb
RW
13981if expr a : '\(a\)' >/dev/null 2>&1 &&
13982 test "X`expr 00001 : '.*\(...\)'`" = X001; then
f6bcefef
HPN
13983 as_expr=expr
13984else
13985 as_expr=false
13986fi
13987
81ecdfbb 13988if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
f6bcefef
HPN
13989 as_basename=basename
13990else
13991 as_basename=false
13992fi
13993
81ecdfbb
RW
13994if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13995 as_dirname=dirname
13996else
13997 as_dirname=false
13998fi
f6bcefef 13999
81ecdfbb 14000as_me=`$as_basename -- "$0" ||
f6bcefef
HPN
14001$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14002 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14003 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14004$as_echo X/"$0" |
14005 sed '/^.*\/\([^/][^/]*\)\/*$/{
14006 s//\1/
14007 q
14008 }
14009 /^X\/\(\/\/\)$/{
14010 s//\1/
14011 q
14012 }
14013 /^X\/\(\/\).*/{
14014 s//\1/
14015 q
14016 }
14017 s/.*/./; q'`
f6bcefef 14018
f6bcefef
HPN
14019# Avoid depending upon Character Ranges.
14020as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14021as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14022as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14023as_cr_digits='0123456789'
14024as_cr_alnum=$as_cr_Letters$as_cr_digits
14025
81ecdfbb
RW
14026ECHO_C= ECHO_N= ECHO_T=
14027case `echo -n x` in #(((((
14028-n*)
14029 case `echo 'xy\c'` in
14030 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14031 xy) ECHO_C='\c';;
14032 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14033 ECHO_T=' ';;
14034 esac;;
14035*)
14036 ECHO_N='-n';;
f6bcefef
HPN
14037esac
14038
81ecdfbb
RW
14039rm -f conf$$ conf$$.exe conf$$.file
14040if test -d conf$$.dir; then
14041 rm -f conf$$.dir/conf$$.file
f6bcefef 14042else
81ecdfbb
RW
14043 rm -f conf$$.dir
14044 mkdir conf$$.dir 2>/dev/null
f6bcefef 14045fi
81ecdfbb
RW
14046if (echo >conf$$.file) 2>/dev/null; then
14047 if ln -s conf$$.file conf$$ 2>/dev/null; then
f6bcefef 14048 as_ln_s='ln -s'
81ecdfbb
RW
14049 # ... but there are two gotchas:
14050 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14051 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14052 # In both cases, we have to default to `cp -p'.
14053 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14054 as_ln_s='cp -p'
14055 elif ln conf$$.file conf$$ 2>/dev/null; then
14056 as_ln_s=ln
14057 else
14058 as_ln_s='cp -p'
f6bcefef 14059 fi
f6bcefef
HPN
14060else
14061 as_ln_s='cp -p'
14062fi
81ecdfbb
RW
14063rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14064rmdir conf$$.dir 2>/dev/null
f6bcefef 14065
81ecdfbb
RW
14066
14067# as_fn_mkdir_p
14068# -------------
14069# Create "$as_dir" as a directory, including parents if necessary.
14070as_fn_mkdir_p ()
14071{
14072
14073 case $as_dir in #(
14074 -*) as_dir=./$as_dir;;
14075 esac
14076 test -d "$as_dir" || eval $as_mkdir_p || {
14077 as_dirs=
14078 while :; do
14079 case $as_dir in #(
14080 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14081 *) as_qdir=$as_dir;;
14082 esac
14083 as_dirs="'$as_qdir' $as_dirs"
14084 as_dir=`$as_dirname -- "$as_dir" ||
14085$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14086 X"$as_dir" : 'X\(//\)[^/]' \| \
14087 X"$as_dir" : 'X\(//\)$' \| \
14088 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14089$as_echo X"$as_dir" |
14090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14091 s//\1/
14092 q
14093 }
14094 /^X\(\/\/\)[^/].*/{
14095 s//\1/
14096 q
14097 }
14098 /^X\(\/\/\)$/{
14099 s//\1/
14100 q
14101 }
14102 /^X\(\/\).*/{
14103 s//\1/
14104 q
14105 }
14106 s/.*/./; q'`
14107 test -d "$as_dir" && break
14108 done
14109 test -z "$as_dirs" || eval "mkdir $as_dirs"
14110 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14111
14112
14113} # as_fn_mkdir_p
f6bcefef 14114if mkdir -p . 2>/dev/null; then
81ecdfbb 14115 as_mkdir_p='mkdir -p "$as_dir"'
f6bcefef
HPN
14116else
14117 test -d ./-p && rmdir ./-p
14118 as_mkdir_p=false
14119fi
14120
81ecdfbb
RW
14121if test -x / >/dev/null 2>&1; then
14122 as_test_x='test -x'
14123else
14124 if ls -dL / >/dev/null 2>&1; then
14125 as_ls_L_option=L
14126 else
14127 as_ls_L_option=
14128 fi
14129 as_test_x='
14130 eval sh -c '\''
14131 if test -d "$1"; then
14132 test -d "$1/.";
14133 else
14134 case $1 in #(
14135 -*)set "./$1";;
14136 esac;
14137 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14138 ???[sx]*):;;*)false;;esac;fi
14139 '\'' sh
14140 '
14141fi
14142as_executable_p=$as_test_x
f6bcefef
HPN
14143
14144# Sed expression to map a string onto a valid CPP name.
14145as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14146
14147# Sed expression to map a string onto a valid variable name.
14148as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14149
14150
f6bcefef 14151exec 6>&1
81ecdfbb
RW
14152## ----------------------------------- ##
14153## Main body of $CONFIG_STATUS script. ##
14154## ----------------------------------- ##
14155_ASEOF
14156test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14157
14158cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14159# Save the log message, to keep $0 and so on meaningful, and to
f6bcefef 14160# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14161# values after options handling.
14162ac_log="
f6bcefef 14163This file was extended by $as_me, which was
81ecdfbb 14164generated by GNU Autoconf 2.64. Invocation command line was
f6bcefef
HPN
14165
14166 CONFIG_FILES = $CONFIG_FILES
14167 CONFIG_HEADERS = $CONFIG_HEADERS
14168 CONFIG_LINKS = $CONFIG_LINKS
14169 CONFIG_COMMANDS = $CONFIG_COMMANDS
14170 $ $0 $@
14171
81ecdfbb
RW
14172on `(hostname || uname -n) 2>/dev/null | sed 1q`
14173"
14174
f6bcefef
HPN
14175_ACEOF
14176
81ecdfbb
RW
14177case $ac_config_files in *"
14178"*) set x $ac_config_files; shift; ac_config_files=$*;;
14179esac
f6bcefef 14180
81ecdfbb
RW
14181case $ac_config_headers in *"
14182"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14183esac
f6bcefef 14184
f6bcefef 14185
81ecdfbb
RW
14186cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14187# Files that config.status was made for.
14188config_files="$ac_config_files"
14189config_headers="$ac_config_headers"
14190config_links="$ac_config_links"
14191config_commands="$ac_config_commands"
f6bcefef 14192
81ecdfbb 14193_ACEOF
f6bcefef 14194
81ecdfbb 14195cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f6bcefef 14196ac_cs_usage="\
81ecdfbb
RW
14197\`$as_me' instantiates files and other configuration actions
14198from templates according to the current configuration. Unless the files
14199and actions are specified as TAGs, all are instantiated by default.
f6bcefef 14200
81ecdfbb 14201Usage: $0 [OPTION]... [TAG]...
f6bcefef
HPN
14202
14203 -h, --help print this help, then exit
81ecdfbb
RW
14204 -V, --version print version number and configuration settings, then exit
14205 -q, --quiet, --silent
14206 do not print progress messages
f6bcefef
HPN
14207 -d, --debug don't remove temporary files
14208 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14209 --file=FILE[:TEMPLATE]
14210 instantiate the configuration file FILE
14211 --header=FILE[:TEMPLATE]
14212 instantiate the configuration header FILE
f6bcefef
HPN
14213
14214Configuration files:
14215$config_files
14216
14217Configuration headers:
14218$config_headers
14219
14220Configuration links:
14221$config_links
14222
14223Configuration commands:
14224$config_commands
14225
81ecdfbb 14226Report bugs to the package provider."
f6bcefef 14227
81ecdfbb
RW
14228_ACEOF
14229cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f6bcefef
HPN
14230ac_cs_version="\\
14231config.status
81ecdfbb
RW
14232configured by $0, generated by GNU Autoconf 2.64,
14233 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
f6bcefef 14234
81ecdfbb 14235Copyright (C) 2009 Free Software Foundation, Inc.
f6bcefef
HPN
14236This config.status script is free software; the Free Software Foundation
14237gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14238
14239ac_pwd='$ac_pwd'
14240srcdir='$srcdir'
14241INSTALL='$INSTALL'
6bb11ab3 14242AWK='$AWK'
81ecdfbb 14243test -n "\$AWK" || AWK=awk
f6bcefef
HPN
14244_ACEOF
14245
81ecdfbb
RW
14246cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14247# The default lists apply if the user does not specify any file.
f6bcefef
HPN
14248ac_need_defaults=:
14249while test $# != 0
14250do
14251 case $1 in
14252 --*=*)
81ecdfbb
RW
14253 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14254 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
f6bcefef
HPN
14255 ac_shift=:
14256 ;;
81ecdfbb 14257 *)
f6bcefef
HPN
14258 ac_option=$1
14259 ac_optarg=$2
14260 ac_shift=shift
14261 ;;
f6bcefef
HPN
14262 esac
14263
14264 case $ac_option in
14265 # Handling of the options.
f6bcefef
HPN
14266 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14267 ac_cs_recheck=: ;;
81ecdfbb
RW
14268 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14269 $as_echo "$ac_cs_version"; exit ;;
14270 --debug | --debu | --deb | --de | --d | -d )
f6bcefef
HPN
14271 debug=: ;;
14272 --file | --fil | --fi | --f )
14273 $ac_shift
81ecdfbb
RW
14274 case $ac_optarg in
14275 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14276 esac
14277 as_fn_append CONFIG_FILES " '$ac_optarg'"
f6bcefef
HPN
14278 ac_need_defaults=false;;
14279 --header | --heade | --head | --hea )
14280 $ac_shift
81ecdfbb
RW
14281 case $ac_optarg in
14282 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14283 esac
14284 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
f6bcefef 14285 ac_need_defaults=false;;
81ecdfbb
RW
14286 --he | --h)
14287 # Conflict between --help and --header
14288 as_fn_error "ambiguous option: \`$1'
14289Try \`$0 --help' for more information.";;
14290 --help | --hel | -h )
14291 $as_echo "$ac_cs_usage"; exit ;;
f6bcefef
HPN
14292 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14293 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14294 ac_cs_silent=: ;;
14295
14296 # This is an error.
81ecdfbb
RW
14297 -*) as_fn_error "unrecognized option: \`$1'
14298Try \`$0 --help' for more information." ;;
f6bcefef 14299
81ecdfbb
RW
14300 *) as_fn_append ac_config_targets " $1"
14301 ac_need_defaults=false ;;
f6bcefef
HPN
14302
14303 esac
14304 shift
14305done
14306
14307ac_configure_extra_args=
14308
14309if $ac_cs_silent; then
14310 exec 6>/dev/null
14311 ac_configure_extra_args="$ac_configure_extra_args --silent"
14312fi
14313
14314_ACEOF
81ecdfbb 14315cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f6bcefef 14316if \$ac_cs_recheck; then
81ecdfbb
RW
14317 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14318 shift
14319 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14320 CONFIG_SHELL='$SHELL'
14321 export CONFIG_SHELL
14322 exec "\$@"
f6bcefef
HPN
14323fi
14324
14325_ACEOF
81ecdfbb
RW
14326cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14327exec 5>>config.log
14328{
14329 echo
14330 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14331## Running $as_me. ##
14332_ASBOX
14333 $as_echo "$ac_log"
14334} >&5
f6bcefef 14335
81ecdfbb
RW
14336_ACEOF
14337cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14338#
14339# INIT-COMMANDS
14340#
14341ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14342
6bb11ab3
L
14343
14344# The HP-UX ksh and POSIX shell print the target directory to stdout
14345# if CDPATH is set.
14346(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14347
14348sed_quote_subst='$sed_quote_subst'
14349double_quote_subst='$double_quote_subst'
14350delay_variable_subst='$delay_variable_subst'
14351macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14352macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14353enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14354enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14355pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14356enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14357SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14358ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14359host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14360host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14361host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14362build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14363build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14364build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14365SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14366Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14367GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14368EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14369FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14370LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14371NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14372LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14373max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14374ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14375exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14376lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14377lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14378lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14379reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14380reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14381OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14382deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14383file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14384AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14385AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14386STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14387RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14388old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14389old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14390old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14391lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14392CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14393CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14394compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14395GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14396lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14397lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14398lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14399lt_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"`'
14400objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14401MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14402lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14403lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14404lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14405lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14406lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14407need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14408DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14409NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14410LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14411OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14412OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14413libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14414shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14415extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14416archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14417enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14418export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14419whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14420compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14421old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14422old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14423archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14424archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14425module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14426module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14427with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14428allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14429no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14430hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14431hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14432hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14433hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14434hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14435hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14436hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14437hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14438inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14439link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14440fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14441always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14442export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14443exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14444include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14445prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14446file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14447variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14448need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14449need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14450version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14451runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14452shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14453shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14454libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14455library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14456soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14457install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14458postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14459postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14460finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14461finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14462hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14463sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14464sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14465hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14466enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14467enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14468enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14469old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14470striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14471
14472LTCC='$LTCC'
14473LTCFLAGS='$LTCFLAGS'
14474compiler='$compiler_DEFAULT'
14475
14476# A function that is used when there is no print builtin or printf.
14477func_fallback_echo ()
14478{
14479 eval 'cat <<_LTECHO_EOF
14480\$1
14481_LTECHO_EOF'
14482}
14483
14484# Quote evaled strings.
14485for var in SHELL \
14486ECHO \
14487SED \
14488GREP \
14489EGREP \
14490FGREP \
14491LD \
14492NM \
14493LN_S \
14494lt_SP2NL \
14495lt_NL2SP \
14496reload_flag \
14497OBJDUMP \
14498deplibs_check_method \
14499file_magic_cmd \
14500AR \
14501AR_FLAGS \
14502STRIP \
14503RANLIB \
14504CC \
14505CFLAGS \
14506compiler \
14507lt_cv_sys_global_symbol_pipe \
14508lt_cv_sys_global_symbol_to_cdecl \
14509lt_cv_sys_global_symbol_to_c_name_address \
14510lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14511lt_prog_compiler_no_builtin_flag \
14512lt_prog_compiler_wl \
14513lt_prog_compiler_pic \
14514lt_prog_compiler_static \
14515lt_cv_prog_compiler_c_o \
14516need_locks \
14517DSYMUTIL \
14518NMEDIT \
14519LIPO \
14520OTOOL \
14521OTOOL64 \
14522shrext_cmds \
14523export_dynamic_flag_spec \
14524whole_archive_flag_spec \
14525compiler_needs_object \
14526with_gnu_ld \
14527allow_undefined_flag \
14528no_undefined_flag \
14529hardcode_libdir_flag_spec \
14530hardcode_libdir_flag_spec_ld \
14531hardcode_libdir_separator \
14532fix_srcfile_path \
14533exclude_expsyms \
14534include_expsyms \
14535file_list_spec \
14536variables_saved_for_relink \
14537libname_spec \
14538library_names_spec \
14539soname_spec \
14540install_override_mode \
14541finish_eval \
14542old_striplib \
14543striplib; do
14544 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14545 *[\\\\\\\`\\"\\\$]*)
14546 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14547 ;;
14548 *)
14549 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14550 ;;
14551 esac
14552done
14553
14554# Double-quote double-evaled strings.
14555for var in reload_cmds \
14556old_postinstall_cmds \
14557old_postuninstall_cmds \
14558old_archive_cmds \
14559extract_expsyms_cmds \
14560old_archive_from_new_cmds \
14561old_archive_from_expsyms_cmds \
14562archive_cmds \
14563archive_expsym_cmds \
14564module_cmds \
14565module_expsym_cmds \
14566export_symbols_cmds \
14567prelink_cmds \
14568postinstall_cmds \
14569postuninstall_cmds \
14570finish_cmds \
14571sys_lib_search_path_spec \
14572sys_lib_dlsearch_path_spec; do
14573 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14574 *[\\\\\\\`\\"\\\$]*)
14575 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14576 ;;
14577 *)
14578 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14579 ;;
14580 esac
14581done
14582
14583ac_aux_dir='$ac_aux_dir'
14584xsi_shell='$xsi_shell'
14585lt_shell_append='$lt_shell_append'
14586
14587# See if we are running on zsh, and set the options which allow our
14588# commands through without removal of \ escapes INIT.
14589if test -n "\${ZSH_VERSION+set}" ; then
14590 setopt NO_GLOB_SUBST
14591fi
14592
14593
14594 PACKAGE='$PACKAGE'
14595 VERSION='$VERSION'
14596 TIMESTAMP='$TIMESTAMP'
14597 RM='$RM'
14598 ofile='$ofile'
14599
14600
14601
14602
81ecdfbb 14603_ACEOF
f6bcefef 14604
81ecdfbb 14605cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f6bcefef 14606
81ecdfbb 14607# Handling of arguments.
f6bcefef
HPN
14608for ac_config_target in $ac_config_targets
14609do
81ecdfbb
RW
14610 case $ac_config_target in
14611 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14612 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14613 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14614 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14615 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14616 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14617 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14618 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14619 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14620
14621 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
f6bcefef
HPN
14622 esac
14623done
14624
81ecdfbb 14625
f6bcefef
HPN
14626# If the user did not use the arguments to specify the items to instantiate,
14627# then the envvar interface is used. Set only those that are not.
14628# We use the long form for the default assignment because of an extremely
14629# bizarre bug on SunOS 4.1.3.
14630if $ac_need_defaults; then
14631 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14632 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14633 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14634 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14635fi
14636
14637# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14638# simply because there is no reason against having it here, and in addition,
f6bcefef 14639# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14640# Hook for its removal unless debugging.
14641# Note that there is a small window in which the directory will not be cleaned:
14642# after its creation but before its name has been assigned to `$tmp'.
f6bcefef
HPN
14643$debug ||
14644{
81ecdfbb
RW
14645 tmp=
14646 trap 'exit_status=$?
14647 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14648' 0
14649 trap 'as_fn_exit 1' 1 2 13 15
f6bcefef 14650}
f6bcefef
HPN
14651# Create a (secure) tmp directory for tmp files.
14652
14653{
81ecdfbb 14654 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
f6bcefef
HPN
14655 test -n "$tmp" && test -d "$tmp"
14656} ||
14657{
81ecdfbb
RW
14658 tmp=./conf$$-$RANDOM
14659 (umask 077 && mkdir "$tmp")
14660} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
f6bcefef 14661
81ecdfbb
RW
14662# Set up the scripts for CONFIG_FILES section.
14663# No need to generate them if there are no CONFIG_FILES.
14664# This happens for instance with `./config.status config.h'.
14665if test -n "$CONFIG_FILES"; then
f6bcefef 14666
f6bcefef 14667
81ecdfbb
RW
14668ac_cr=`echo X | tr X '\015'`
14669# On cygwin, bash can eat \r inside `` if the user requested igncr.
14670# But we know of no other shell where ac_cr would be empty at this
14671# point, so we can use a bashism as a fallback.
14672if test "x$ac_cr" = x; then
14673 eval ac_cr=\$\'\\r\'
14674fi
14675ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14676if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14677 ac_cs_awk_cr='\r'
14678else
14679 ac_cs_awk_cr=$ac_cr
14680fi
f6bcefef 14681
81ecdfbb 14682echo 'BEGIN {' >"$tmp/subs1.awk" &&
f6bcefef
HPN
14683_ACEOF
14684
f6bcefef 14685
81ecdfbb
RW
14686{
14687 echo "cat >conf$$subs.awk <<_ACEOF" &&
14688 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14689 echo "_ACEOF"
14690} >conf$$subs.sh ||
14691 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14692ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14693ac_delim='%!_!# '
14694for ac_last_try in false false false false false :; do
14695 . ./conf$$subs.sh ||
14696 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14697
14698 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14699 if test $ac_delim_n = $ac_delim_num; then
14700 break
14701 elif $ac_last_try; then
14702 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
f6bcefef 14703 else
81ecdfbb
RW
14704 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14705 fi
14706done
14707rm -f conf$$subs.sh
14708
14709cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14710cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14711_ACEOF
14712sed -n '
14713h
14714s/^/S["/; s/!.*/"]=/
14715p
14716g
14717s/^[^!]*!//
14718:repl
14719t repl
14720s/'"$ac_delim"'$//
14721t delim
14722:nl
14723h
14724s/\(.\{148\}\).*/\1/
14725t more1
14726s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14727p
14728n
14729b repl
14730:more1
14731s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14732p
14733g
14734s/.\{148\}//
14735t nl
14736:delim
14737h
14738s/\(.\{148\}\).*/\1/
14739t more2
14740s/["\\]/\\&/g; s/^/"/; s/$/"/
14741p
14742b
14743:more2
14744s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14745p
14746g
14747s/.\{148\}//
14748t delim
14749' <conf$$subs.awk | sed '
14750/^[^""]/{
14751 N
14752 s/\n//
14753}
14754' >>$CONFIG_STATUS || ac_write_fail=1
14755rm -f conf$$subs.awk
14756cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14757_ACAWK
14758cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14759 for (key in S) S_is_set[key] = 1
14760 FS = "\a"
f6bcefef 14761
81ecdfbb
RW
14762}
14763{
14764 line = $ 0
14765 nfields = split(line, field, "@")
14766 substed = 0
14767 len = length(field[1])
14768 for (i = 2; i < nfields; i++) {
14769 key = field[i]
14770 keylen = length(key)
14771 if (S_is_set[key]) {
14772 value = S[key]
14773 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14774 len += length(value) + length(field[++i])
14775 substed = 1
14776 } else
14777 len += 1 + keylen
14778 }
14779
14780 print line
14781}
f6bcefef 14782
81ecdfbb
RW
14783_ACAWK
14784_ACEOF
14785cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14786if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14787 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
f6bcefef 14788else
81ecdfbb
RW
14789 cat
14790fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14791 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14792_ACEOF
f6bcefef 14793
81ecdfbb
RW
14794# VPATH may cause trouble with some makes, so we remove $(srcdir),
14795# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14796# trailing colons and then remove the whole line if VPATH becomes empty
14797# (actually we leave an empty line to preserve line numbers).
14798if test "x$srcdir" = x.; then
14799 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14800s/:*\$(srcdir):*/:/
14801s/:*\${srcdir}:*/:/
14802s/:*@srcdir@:*/:/
14803s/^\([^=]*=[ ]*\):*/\1/
14804s/:*$//
14805s/^[^=]*=[ ]*$//
14806}'
14807fi
f6bcefef 14808
81ecdfbb
RW
14809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14810fi # test -n "$CONFIG_FILES"
f6bcefef 14811
81ecdfbb
RW
14812# Set up the scripts for CONFIG_HEADERS section.
14813# No need to generate them if there are no CONFIG_HEADERS.
14814# This happens for instance with `./config.status Makefile'.
14815if test -n "$CONFIG_HEADERS"; then
14816cat >"$tmp/defines.awk" <<\_ACAWK ||
14817BEGIN {
14818_ACEOF
f6bcefef 14819
81ecdfbb
RW
14820# Transform confdefs.h into an awk script `defines.awk', embedded as
14821# here-document in config.status, that substitutes the proper values into
14822# config.h.in to produce config.h.
f6bcefef 14823
81ecdfbb
RW
14824# Create a delimiter string that does not exist in confdefs.h, to ease
14825# handling of long lines.
14826ac_delim='%!_!# '
14827for ac_last_try in false false :; do
14828 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14829 if test -z "$ac_t"; then
14830 break
14831 elif $ac_last_try; then
14832 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
f6bcefef 14833 else
81ecdfbb 14834 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
f6bcefef 14835 fi
f6bcefef 14836done
81ecdfbb
RW
14837
14838# For the awk script, D is an array of macro values keyed by name,
14839# likewise P contains macro parameters if any. Preserve backslash
14840# newline sequences.
14841
14842ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14843sed -n '
14844s/.\{148\}/&'"$ac_delim"'/g
14845t rset
14846:rset
14847s/^[ ]*#[ ]*define[ ][ ]*/ /
14848t def
14849d
14850:def
14851s/\\$//
14852t bsnl
14853s/["\\]/\\&/g
14854s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14855D["\1"]=" \3"/p
14856s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14857d
14858:bsnl
14859s/["\\]/\\&/g
14860s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14861D["\1"]=" \3\\\\\\n"\\/p
14862t cont
14863s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14864t cont
14865d
14866:cont
14867n
14868s/.\{148\}/&'"$ac_delim"'/g
14869t clear
14870:clear
14871s/\\$//
14872t bsnlc
14873s/["\\]/\\&/g; s/^/"/; s/$/"/p
14874d
14875:bsnlc
14876s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14877b cont
14878' <confdefs.h | sed '
14879s/'"$ac_delim"'/"\\\
14880"/g' >>$CONFIG_STATUS || ac_write_fail=1
14881
14882cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14883 for (key in D) D_is_set[key] = 1
14884 FS = "\a"
14885}
14886/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14887 line = \$ 0
14888 split(line, arg, " ")
14889 if (arg[1] == "#") {
14890 defundef = arg[2]
14891 mac1 = arg[3]
14892 } else {
14893 defundef = substr(arg[1], 2)
14894 mac1 = arg[2]
14895 }
14896 split(mac1, mac2, "(") #)
14897 macro = mac2[1]
14898 prefix = substr(line, 1, index(line, defundef) - 1)
14899 if (D_is_set[macro]) {
14900 # Preserve the white space surrounding the "#".
14901 print prefix "define", macro P[macro] D[macro]
14902 next
14903 } else {
14904 # Replace #undef with comments. This is necessary, for example,
14905 # in the case of _POSIX_SOURCE, which is predefined and required
14906 # on some systems where configure will not decide to define it.
14907 if (defundef == "undef") {
14908 print "/*", prefix defundef, macro, "*/"
14909 next
14910 }
14911 }
14912}
14913{ print }
14914_ACAWK
f6bcefef 14915_ACEOF
81ecdfbb
RW
14916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14917 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14918fi # test -n "$CONFIG_HEADERS"
f6bcefef 14919
f6bcefef 14920
81ecdfbb
RW
14921eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14922shift
14923for ac_tag
14924do
14925 case $ac_tag in
14926 :[FHLC]) ac_mode=$ac_tag; continue;;
f6bcefef 14927 esac
81ecdfbb
RW
14928 case $ac_mode$ac_tag in
14929 :[FHL]*:*);;
14930 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14931 :[FH]-) ac_tag=-:-;;
14932 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14933 esac
14934 ac_save_IFS=$IFS
14935 IFS=:
14936 set x $ac_tag
14937 IFS=$ac_save_IFS
14938 shift
14939 ac_file=$1
14940 shift
f6bcefef 14941
81ecdfbb
RW
14942 case $ac_mode in
14943 :L) ac_source=$1;;
14944 :[FH])
14945 ac_file_inputs=
14946 for ac_f
14947 do
14948 case $ac_f in
14949 -) ac_f="$tmp/stdin";;
14950 *) # Look for the file first in the build tree, then in the source tree
14951 # (if the path is not absolute). The absolute path cannot be DOS-style,
14952 # because $ac_f cannot contain `:'.
14953 test -f "$ac_f" ||
14954 case $ac_f in
14955 [\\/$]*) false;;
14956 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14957 esac ||
14958 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
f6bcefef 14959 esac
81ecdfbb
RW
14960 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14961 as_fn_append ac_file_inputs " '$ac_f'"
14962 done
f6bcefef 14963
81ecdfbb
RW
14964 # Let's still pretend it is `configure' which instantiates (i.e., don't
14965 # use $as_me), people would be surprised to read:
14966 # /* config.h. Generated by config.status. */
14967 configure_input='Generated from '`
14968 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14969 `' by configure.'
14970 if test x"$ac_file" != x-; then
14971 configure_input="$ac_file. $configure_input"
14972 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14973$as_echo "$as_me: creating $ac_file" >&6;}
14974 fi
14975 # Neutralize special characters interpreted by sed in replacement strings.
14976 case $configure_input in #(
14977 *\&* | *\|* | *\\* )
14978 ac_sed_conf_input=`$as_echo "$configure_input" |
14979 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14980 *) ac_sed_conf_input=$configure_input;;
14981 esac
f6bcefef 14982
81ecdfbb
RW
14983 case $ac_tag in
14984 *:-:* | *:-) cat >"$tmp/stdin" \
14985 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14986 esac
14987 ;;
14988 esac
f6bcefef 14989
81ecdfbb 14990 ac_dir=`$as_dirname -- "$ac_file" ||
f6bcefef
HPN
14991$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14992 X"$ac_file" : 'X\(//\)[^/]' \| \
14993 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14994 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14995$as_echo X"$ac_file" |
14996 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14997 s//\1/
14998 q
14999 }
15000 /^X\(\/\/\)[^/].*/{
15001 s//\1/
15002 q
15003 }
15004 /^X\(\/\/\)$/{
15005 s//\1/
15006 q
15007 }
15008 /^X\(\/\).*/{
15009 s//\1/
15010 q
15011 }
15012 s/.*/./; q'`
15013 as_dir="$ac_dir"; as_fn_mkdir_p
f6bcefef
HPN
15014 ac_builddir=.
15015
81ecdfbb
RW
15016case "$ac_dir" in
15017.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15018*)
15019 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15020 # A ".." for each directory in $ac_dir_suffix.
15021 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15022 case $ac_top_builddir_sub in
15023 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15024 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15025 esac ;;
15026esac
15027ac_abs_top_builddir=$ac_pwd
15028ac_abs_builddir=$ac_pwd$ac_dir_suffix
15029# for backward compatibility:
15030ac_top_builddir=$ac_top_build_prefix
f6bcefef
HPN
15031
15032case $srcdir in
81ecdfbb 15033 .) # We are building in place.
f6bcefef 15034 ac_srcdir=.
81ecdfbb
RW
15035 ac_top_srcdir=$ac_top_builddir_sub
15036 ac_abs_top_srcdir=$ac_pwd ;;
15037 [\\/]* | ?:[\\/]* ) # Absolute name.
f6bcefef 15038 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15039 ac_top_srcdir=$srcdir
15040 ac_abs_top_srcdir=$srcdir ;;
15041 *) # Relative name.
15042 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15043 ac_top_srcdir=$ac_top_build_prefix$srcdir
15044 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
f6bcefef 15045esac
81ecdfbb 15046ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
f6bcefef 15047
f6bcefef 15048
81ecdfbb
RW
15049 case $ac_mode in
15050 :F)
15051 #
15052 # CONFIG_FILE
15053 #
f6bcefef 15054
81ecdfbb
RW
15055 case $INSTALL in
15056 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15057 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
f6bcefef 15058 esac
81ecdfbb 15059_ACEOF
f6bcefef 15060
81ecdfbb
RW
15061cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15062# If the template does not know about datarootdir, expand it.
15063# FIXME: This hack should be removed a few years after 2.60.
15064ac_datarootdir_hack=; ac_datarootdir_seen=
15065ac_sed_dataroot='
15066/datarootdir/ {
15067 p
15068 q
15069}
15070/@datadir@/p
15071/@docdir@/p
15072/@infodir@/p
15073/@localedir@/p
15074/@mandir@/p'
15075case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15076*datarootdir*) ac_datarootdir_seen=yes;;
15077*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15079$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15080_ACEOF
15081cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15082 ac_datarootdir_hack='
15083 s&@datadir@&$datadir&g
15084 s&@docdir@&$docdir&g
15085 s&@infodir@&$infodir&g
15086 s&@localedir@&$localedir&g
15087 s&@mandir@&$mandir&g
15088 s&\\\${datarootdir}&$datarootdir&g' ;;
15089esac
f6bcefef 15090_ACEOF
f6bcefef 15091
81ecdfbb
RW
15092# Neutralize VPATH when `$srcdir' = `.'.
15093# Shell code in configure.ac might set extrasub.
15094# FIXME: do we really want to maintain this feature?
15095cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15096ac_sed_extra="$ac_vpsub
15097$extrasub
15098_ACEOF
15099cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15100:t
15101/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15102s|@configure_input@|$ac_sed_conf_input|;t t
15103s&@top_builddir@&$ac_top_builddir_sub&;t t
15104s&@top_build_prefix@&$ac_top_build_prefix&;t t
15105s&@srcdir@&$ac_srcdir&;t t
15106s&@abs_srcdir@&$ac_abs_srcdir&;t t
15107s&@top_srcdir@&$ac_top_srcdir&;t t
15108s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15109s&@builddir@&$ac_builddir&;t t
15110s&@abs_builddir@&$ac_abs_builddir&;t t
15111s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15112s&@INSTALL@&$ac_INSTALL&;t t
15113$ac_datarootdir_hack
15114"
15115eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15116 || as_fn_error "could not create $ac_file" "$LINENO" 5
15117
15118test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15119 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15120 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15122which seems to be undefined. Please make sure it is defined." >&5
15123$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15124which seems to be undefined. Please make sure it is defined." >&2;}
15125
15126 rm -f "$tmp/stdin"
15127 case $ac_file in
15128 -) cat "$tmp/out" && rm -f "$tmp/out";;
15129 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15130 esac \
15131 || as_fn_error "could not create $ac_file" "$LINENO" 5
15132 ;;
15133 :H)
15134 #
15135 # CONFIG_HEADER
15136 #
15137 if test x"$ac_file" != x-; then
15138 {
15139 $as_echo "/* $configure_input */" \
15140 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15141 } >"$tmp/config.h" \
15142 || as_fn_error "could not create $ac_file" "$LINENO" 5
15143 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15145$as_echo "$as_me: $ac_file is unchanged" >&6;}
15146 else
15147 rm -f "$ac_file"
15148 mv "$tmp/config.h" "$ac_file" \
15149 || as_fn_error "could not create $ac_file" "$LINENO" 5
15150 fi
f6bcefef 15151 else
81ecdfbb
RW
15152 $as_echo "/* $configure_input */" \
15153 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15154 || as_fn_error "could not create -" "$LINENO" 5
15155 fi
15156 ;;
15157 :L)
15158 #
15159 # CONFIG_LINK
15160 #
f6bcefef 15161
81ecdfbb
RW
15162 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15163 :
15164 else
15165 # Prefer the file from the source tree if names are identical.
15166 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15167 ac_source=$srcdir/$ac_source
15168 fi
f6bcefef 15169
81ecdfbb
RW
15170 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15171$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
f6bcefef 15172
81ecdfbb
RW
15173 if test ! -r "$ac_source"; then
15174 as_fn_error "$ac_source: file not found" "$LINENO" 5
15175 fi
15176 rm -f "$ac_file"
f6bcefef 15177
81ecdfbb
RW
15178 # Try a relative symlink, then a hard link, then a copy.
15179 case $srcdir in
15180 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15181 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15182 esac
15183 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15184 ln "$ac_source" "$ac_file" 2>/dev/null ||
15185 cp -p "$ac_source" "$ac_file" ||
15186 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15187 fi
15188 ;;
15189 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15190$as_echo "$as_me: executing $ac_file commands" >&6;}
15191 ;;
15192 esac
f6bcefef
HPN
15193
15194
81ecdfbb 15195 case $ac_file$ac_mode in
db2e4d67 15196 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15197 "libtool":C)
15198
15199 # See if we are running on zsh, and set the options which allow our
15200 # commands through without removal of \ escapes.
15201 if test -n "${ZSH_VERSION+set}" ; then
15202 setopt NO_GLOB_SUBST
15203 fi
15204
15205 cfgfile="${ofile}T"
15206 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15207 $RM "$cfgfile"
15208
15209 cat <<_LT_EOF >> "$cfgfile"
15210#! $SHELL
15211
15212# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15213# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15214# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15215# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15216#
15217# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15218# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15219# Written by Gordon Matzigkeit, 1996
15220#
15221# This file is part of GNU Libtool.
15222#
15223# GNU Libtool is free software; you can redistribute it and/or
15224# modify it under the terms of the GNU General Public License as
15225# published by the Free Software Foundation; either version 2 of
15226# the License, or (at your option) any later version.
15227#
15228# As a special exception to the GNU General Public License,
15229# if you distribute this file as part of a program or library that
15230# is built using GNU Libtool, you may include this file under the
15231# same distribution terms that you use for the rest of that program.
15232#
15233# GNU Libtool is distributed in the hope that it will be useful,
15234# but WITHOUT ANY WARRANTY; without even the implied warranty of
15235# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15236# GNU General Public License for more details.
15237#
15238# You should have received a copy of the GNU General Public License
15239# along with GNU Libtool; see the file COPYING. If not, a copy
15240# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15241# obtained by writing to the Free Software Foundation, Inc.,
15242# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15243
15244
15245# The names of the tagged configurations supported by this script.
15246available_tags=""
15247
15248# ### BEGIN LIBTOOL CONFIG
15249
15250# Which release of libtool.m4 was used?
15251macro_version=$macro_version
15252macro_revision=$macro_revision
15253
15254# Whether or not to build shared libraries.
15255build_libtool_libs=$enable_shared
15256
15257# Whether or not to build static libraries.
15258build_old_libs=$enable_static
15259
15260# What type of objects to build.
15261pic_mode=$pic_mode
15262
15263# Whether or not to optimize for fast installation.
15264fast_install=$enable_fast_install
15265
15266# Shell to use when invoking shell scripts.
15267SHELL=$lt_SHELL
15268
15269# An echo program that protects backslashes.
15270ECHO=$lt_ECHO
15271
15272# The host system.
15273host_alias=$host_alias
15274host=$host
15275host_os=$host_os
15276
15277# The build system.
15278build_alias=$build_alias
15279build=$build
15280build_os=$build_os
15281
15282# A sed program that does not truncate output.
15283SED=$lt_SED
15284
15285# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15286Xsed="\$SED -e 1s/^X//"
15287
15288# A grep program that handles long lines.
15289GREP=$lt_GREP
15290
15291# An ERE matcher.
15292EGREP=$lt_EGREP
15293
15294# A literal string matcher.
15295FGREP=$lt_FGREP
15296
15297# A BSD- or MS-compatible name lister.
15298NM=$lt_NM
15299
15300# Whether we need soft or hard links.
15301LN_S=$lt_LN_S
15302
15303# What is the maximum length of a command?
15304max_cmd_len=$max_cmd_len
15305
15306# Object file suffix (normally "o").
15307objext=$ac_objext
15308
15309# Executable file suffix (normally "").
15310exeext=$exeext
15311
15312# whether the shell understands "unset".
15313lt_unset=$lt_unset
15314
15315# turn spaces into newlines.
15316SP2NL=$lt_lt_SP2NL
15317
15318# turn newlines into spaces.
15319NL2SP=$lt_lt_NL2SP
15320
15321# An object symbol dumper.
15322OBJDUMP=$lt_OBJDUMP
15323
15324# Method to check whether dependent libraries are shared objects.
15325deplibs_check_method=$lt_deplibs_check_method
15326
15327# Command to use when deplibs_check_method == "file_magic".
15328file_magic_cmd=$lt_file_magic_cmd
15329
15330# The archiver.
15331AR=$lt_AR
15332AR_FLAGS=$lt_AR_FLAGS
15333
15334# A symbol stripping program.
15335STRIP=$lt_STRIP
15336
15337# Commands used to install an old-style archive.
15338RANLIB=$lt_RANLIB
15339old_postinstall_cmds=$lt_old_postinstall_cmds
15340old_postuninstall_cmds=$lt_old_postuninstall_cmds
15341
15342# Whether to use a lock for old archive extraction.
15343lock_old_archive_extraction=$lock_old_archive_extraction
15344
15345# A C compiler.
15346LTCC=$lt_CC
15347
15348# LTCC compiler flags.
15349LTCFLAGS=$lt_CFLAGS
15350
15351# Take the output of nm and produce a listing of raw symbols and C names.
15352global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15353
15354# Transform the output of nm in a proper C declaration.
15355global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15356
15357# Transform the output of nm in a C name address pair.
15358global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15359
15360# Transform the output of nm in a C name address pair when lib prefix is needed.
15361global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15362
15363# The name of the directory that contains temporary libtool files.
15364objdir=$objdir
15365
15366# Used to examine libraries when file_magic_cmd begins with "file".
15367MAGIC_CMD=$MAGIC_CMD
15368
15369# Must we lock files when doing compilation?
15370need_locks=$lt_need_locks
15371
15372# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15373DSYMUTIL=$lt_DSYMUTIL
15374
15375# Tool to change global to local symbols on Mac OS X.
15376NMEDIT=$lt_NMEDIT
15377
15378# Tool to manipulate fat objects and archives on Mac OS X.
15379LIPO=$lt_LIPO
15380
15381# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15382OTOOL=$lt_OTOOL
15383
15384# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15385OTOOL64=$lt_OTOOL64
15386
15387# Old archive suffix (normally "a").
15388libext=$libext
15389
15390# Shared library suffix (normally ".so").
15391shrext_cmds=$lt_shrext_cmds
15392
15393# The commands to extract the exported symbol list from a shared archive.
15394extract_expsyms_cmds=$lt_extract_expsyms_cmds
15395
15396# Variables whose values should be saved in libtool wrapper scripts and
15397# restored at link time.
15398variables_saved_for_relink=$lt_variables_saved_for_relink
15399
15400# Do we need the "lib" prefix for modules?
15401need_lib_prefix=$need_lib_prefix
15402
15403# Do we need a version for libraries?
15404need_version=$need_version
15405
15406# Library versioning type.
15407version_type=$version_type
15408
15409# Shared library runtime path variable.
15410runpath_var=$runpath_var
15411
15412# Shared library path variable.
15413shlibpath_var=$shlibpath_var
15414
15415# Is shlibpath searched before the hard-coded library search path?
15416shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15417
15418# Format of library name prefix.
15419libname_spec=$lt_libname_spec
15420
15421# List of archive names. First name is the real one, the rest are links.
15422# The last name is the one that the linker finds with -lNAME
15423library_names_spec=$lt_library_names_spec
15424
15425# The coded name of the library, if different from the real name.
15426soname_spec=$lt_soname_spec
15427
15428# Permission mode override for installation of shared libraries.
15429install_override_mode=$lt_install_override_mode
15430
15431# Command to use after installation of a shared archive.
15432postinstall_cmds=$lt_postinstall_cmds
15433
15434# Command to use after uninstallation of a shared archive.
15435postuninstall_cmds=$lt_postuninstall_cmds
15436
15437# Commands used to finish a libtool library installation in a directory.
15438finish_cmds=$lt_finish_cmds
15439
15440# As "finish_cmds", except a single script fragment to be evaled but
15441# not shown.
15442finish_eval=$lt_finish_eval
15443
15444# Whether we should hardcode library paths into libraries.
15445hardcode_into_libs=$hardcode_into_libs
15446
15447# Compile-time system search path for libraries.
15448sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15449
15450# Run-time system search path for libraries.
15451sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15452
15453# Whether dlopen is supported.
15454dlopen_support=$enable_dlopen
15455
15456# Whether dlopen of programs is supported.
15457dlopen_self=$enable_dlopen_self
15458
15459# Whether dlopen of statically linked programs is supported.
15460dlopen_self_static=$enable_dlopen_self_static
15461
15462# Commands to strip libraries.
15463old_striplib=$lt_old_striplib
15464striplib=$lt_striplib
15465
15466
15467# The linker used to build libraries.
15468LD=$lt_LD
15469
15470# How to create reloadable object files.
15471reload_flag=$lt_reload_flag
15472reload_cmds=$lt_reload_cmds
15473
15474# Commands used to build an old-style archive.
15475old_archive_cmds=$lt_old_archive_cmds
15476
15477# A language specific compiler.
15478CC=$lt_compiler
15479
15480# Is the compiler the GNU compiler?
15481with_gcc=$GCC
15482
15483# Compiler flag to turn off builtin functions.
15484no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15485
15486# How to pass a linker flag through the compiler.
15487wl=$lt_lt_prog_compiler_wl
15488
15489# Additional compiler flags for building library objects.
15490pic_flag=$lt_lt_prog_compiler_pic
15491
15492# Compiler flag to prevent dynamic linking.
15493link_static_flag=$lt_lt_prog_compiler_static
15494
15495# Does compiler simultaneously support -c and -o options?
15496compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15497
15498# Whether or not to add -lc for building shared libraries.
15499build_libtool_need_lc=$archive_cmds_need_lc
15500
15501# Whether or not to disallow shared libs when runtime libs are static.
15502allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15503
15504# Compiler flag to allow reflexive dlopens.
15505export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15506
15507# Compiler flag to generate shared objects directly from archives.
15508whole_archive_flag_spec=$lt_whole_archive_flag_spec
15509
15510# Whether the compiler copes with passing no objects directly.
15511compiler_needs_object=$lt_compiler_needs_object
15512
15513# Create an old-style archive from a shared archive.
15514old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15515
15516# Create a temporary old-style archive to link instead of a shared archive.
15517old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15518
15519# Commands used to build a shared archive.
15520archive_cmds=$lt_archive_cmds
15521archive_expsym_cmds=$lt_archive_expsym_cmds
15522
15523# Commands used to build a loadable module if different from building
15524# a shared archive.
15525module_cmds=$lt_module_cmds
15526module_expsym_cmds=$lt_module_expsym_cmds
15527
15528# Whether we are building with GNU ld or not.
15529with_gnu_ld=$lt_with_gnu_ld
15530
15531# Flag that allows shared libraries with undefined symbols to be built.
15532allow_undefined_flag=$lt_allow_undefined_flag
15533
15534# Flag that enforces no undefined symbols.
15535no_undefined_flag=$lt_no_undefined_flag
15536
15537# Flag to hardcode \$libdir into a binary during linking.
15538# This must work even if \$libdir does not exist
15539hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15540
15541# If ld is used when linking, flag to hardcode \$libdir into a binary
15542# during linking. This must work even if \$libdir does not exist.
15543hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15544
15545# Whether we need a single "-rpath" flag with a separated argument.
15546hardcode_libdir_separator=$lt_hardcode_libdir_separator
15547
15548# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15549# DIR into the resulting binary.
15550hardcode_direct=$hardcode_direct
15551
15552# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15553# DIR into the resulting binary and the resulting library dependency is
15554# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15555# library is relocated.
15556hardcode_direct_absolute=$hardcode_direct_absolute
15557
15558# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15559# into the resulting binary.
15560hardcode_minus_L=$hardcode_minus_L
15561
15562# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15563# into the resulting binary.
15564hardcode_shlibpath_var=$hardcode_shlibpath_var
15565
15566# Set to "yes" if building a shared library automatically hardcodes DIR
15567# into the library and all subsequent libraries and executables linked
15568# against it.
15569hardcode_automatic=$hardcode_automatic
15570
15571# Set to yes if linker adds runtime paths of dependent libraries
15572# to runtime path list.
15573inherit_rpath=$inherit_rpath
15574
15575# Whether libtool must link a program against all its dependency libraries.
15576link_all_deplibs=$link_all_deplibs
15577
15578# Fix the shell variable \$srcfile for the compiler.
15579fix_srcfile_path=$lt_fix_srcfile_path
15580
15581# Set to "yes" if exported symbols are required.
15582always_export_symbols=$always_export_symbols
15583
15584# The commands to list exported symbols.
15585export_symbols_cmds=$lt_export_symbols_cmds
15586
15587# Symbols that should not be listed in the preloaded symbols.
15588exclude_expsyms=$lt_exclude_expsyms
15589
15590# Symbols that must always be exported.
15591include_expsyms=$lt_include_expsyms
15592
15593# Commands necessary for linking programs (against libraries) with templates.
15594prelink_cmds=$lt_prelink_cmds
15595
15596# Specify filename containing input files.
15597file_list_spec=$lt_file_list_spec
15598
15599# How to hardcode a shared library path into an executable.
15600hardcode_action=$hardcode_action
15601
15602# ### END LIBTOOL CONFIG
15603
15604_LT_EOF
15605
15606 case $host_os in
15607 aix3*)
15608 cat <<\_LT_EOF >> "$cfgfile"
15609# AIX sometimes has problems with the GCC collect2 program. For some
15610# reason, if we set the COLLECT_NAMES environment variable, the problems
15611# vanish in a puff of smoke.
15612if test "X${COLLECT_NAMES+set}" != Xset; then
15613 COLLECT_NAMES=
15614 export COLLECT_NAMES
15615fi
15616_LT_EOF
15617 ;;
15618 esac
15619
15620
15621ltmain="$ac_aux_dir/ltmain.sh"
15622
15623
15624 # We use sed instead of cat because bash on DJGPP gets confused if
15625 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15626 # text mode, it properly converts lines to CR/LF. This bash problem
15627 # is reportedly fixed, but why not run on old versions too?
15628 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15629 || (rm -f "$cfgfile"; exit 1)
15630
15631 case $xsi_shell in
15632 yes)
15633 cat << \_LT_EOF >> "$cfgfile"
15634
15635# func_dirname file append nondir_replacement
15636# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15637# otherwise set result to NONDIR_REPLACEMENT.
15638func_dirname ()
15639{
15640 case ${1} in
15641 */*) func_dirname_result="${1%/*}${2}" ;;
15642 * ) func_dirname_result="${3}" ;;
15643 esac
15644}
15645
15646# func_basename file
15647func_basename ()
15648{
15649 func_basename_result="${1##*/}"
15650}
15651
15652# func_dirname_and_basename file append nondir_replacement
15653# perform func_basename and func_dirname in a single function
15654# call:
15655# dirname: Compute the dirname of FILE. If nonempty,
15656# add APPEND to the result, otherwise set result
15657# to NONDIR_REPLACEMENT.
15658# value returned in "$func_dirname_result"
15659# basename: Compute filename of FILE.
15660# value retuned in "$func_basename_result"
15661# Implementation must be kept synchronized with func_dirname
15662# and func_basename. For efficiency, we do not delegate to
15663# those functions but instead duplicate the functionality here.
15664func_dirname_and_basename ()
15665{
15666 case ${1} in
15667 */*) func_dirname_result="${1%/*}${2}" ;;
15668 * ) func_dirname_result="${3}" ;;
15669 esac
15670 func_basename_result="${1##*/}"
15671}
15672
15673# func_stripname prefix suffix name
15674# strip PREFIX and SUFFIX off of NAME.
15675# PREFIX and SUFFIX must not contain globbing or regex special
15676# characters, hashes, percent signs, but SUFFIX may contain a leading
15677# dot (in which case that matches only a dot).
15678func_stripname ()
15679{
15680 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15681 # positional parameters, so assign one to ordinary parameter first.
15682 func_stripname_result=${3}
15683 func_stripname_result=${func_stripname_result#"${1}"}
15684 func_stripname_result=${func_stripname_result%"${2}"}
15685}
15686
15687# func_opt_split
15688func_opt_split ()
15689{
15690 func_opt_split_opt=${1%%=*}
15691 func_opt_split_arg=${1#*=}
15692}
15693
15694# func_lo2o object
15695func_lo2o ()
15696{
15697 case ${1} in
15698 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15699 *) func_lo2o_result=${1} ;;
15700 esac
15701}
15702
15703# func_xform libobj-or-source
15704func_xform ()
15705{
15706 func_xform_result=${1%.*}.lo
15707}
15708
15709# func_arith arithmetic-term...
15710func_arith ()
15711{
15712 func_arith_result=$(( $* ))
15713}
15714
15715# func_len string
15716# STRING may not start with a hyphen.
15717func_len ()
15718{
15719 func_len_result=${#1}
15720}
15721
15722_LT_EOF
15723 ;;
15724 *) # Bourne compatible functions.
15725 cat << \_LT_EOF >> "$cfgfile"
15726
15727# func_dirname file append nondir_replacement
15728# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15729# otherwise set result to NONDIR_REPLACEMENT.
15730func_dirname ()
15731{
15732 # Extract subdirectory from the argument.
15733 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15734 if test "X$func_dirname_result" = "X${1}"; then
15735 func_dirname_result="${3}"
15736 else
15737 func_dirname_result="$func_dirname_result${2}"
15738 fi
15739}
15740
15741# func_basename file
15742func_basename ()
15743{
15744 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15745}
15746
15747
15748# func_stripname prefix suffix name
15749# strip PREFIX and SUFFIX off of NAME.
15750# PREFIX and SUFFIX must not contain globbing or regex special
15751# characters, hashes, percent signs, but SUFFIX may contain a leading
15752# dot (in which case that matches only a dot).
15753# func_strip_suffix prefix name
15754func_stripname ()
15755{
15756 case ${2} in
15757 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15758 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15759 esac
15760}
15761
15762# sed scripts:
15763my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15764my_sed_long_arg='1s/^-[^=]*=//'
15765
15766# func_opt_split
15767func_opt_split ()
15768{
15769 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15770 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15771}
15772
15773# func_lo2o object
15774func_lo2o ()
15775{
15776 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15777}
15778
15779# func_xform libobj-or-source
15780func_xform ()
15781{
15782 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15783}
15784
15785# func_arith arithmetic-term...
15786func_arith ()
15787{
15788 func_arith_result=`expr "$@"`
15789}
15790
15791# func_len string
15792# STRING may not start with a hyphen.
15793func_len ()
15794{
15795 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15796}
15797
15798_LT_EOF
15799esac
15800
15801case $lt_shell_append in
15802 yes)
15803 cat << \_LT_EOF >> "$cfgfile"
15804
15805# func_append var value
15806# Append VALUE to the end of shell variable VAR.
15807func_append ()
15808{
15809 eval "$1+=\$2"
15810}
15811_LT_EOF
15812 ;;
15813 *)
15814 cat << \_LT_EOF >> "$cfgfile"
15815
15816# func_append var value
15817# Append VALUE to the end of shell variable VAR.
15818func_append ()
15819{
15820 eval "$1=\$$1\$2"
15821}
15822
15823_LT_EOF
15824 ;;
15825 esac
15826
15827
15828 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15829 || (rm -f "$cfgfile"; exit 1)
15830
15831 mv -f "$cfgfile" "$ofile" ||
15832 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15833 chmod +x "$ofile"
15834
15835 ;;
81ecdfbb 15836 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
f6bcefef
HPN
15837 rm -f Makesim1.tmp Makesim2.tmp Makefile
15838 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15839 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15840 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15841 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15842 <Makefile.sim >Makefile
15843 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15844 ;;
81ecdfbb
RW
15845 "stamp-h":C) echo > stamp-h ;;
15846
f6bcefef 15847 esac
81ecdfbb 15848done # for ac_tag
f6bcefef 15849
f6bcefef 15850
81ecdfbb 15851as_fn_exit 0
f6bcefef 15852_ACEOF
f6bcefef
HPN
15853ac_clean_files=$ac_clean_files_save
15854
81ecdfbb
RW
15855test $ac_write_fail = 0 ||
15856 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15857
f6bcefef
HPN
15858
15859# configure is writing to config.log, and then calls config.status.
15860# config.status does its own redirection, appending to config.log.
15861# Unfortunately, on DOS this fails, as config.log is still kept open
15862# by configure, so config.status won't be able to write to it; its
15863# output is simply discarded. So we exec the FD to /dev/null,
15864# effectively closing config.log, so it can be properly (re)opened and
15865# appended to by config.status. When coming back to configure, we
15866# need to make the FD available again.
15867if test "$no_create" != yes; then
15868 ac_cs_success=:
15869 ac_config_status_args=
15870 test "$silent" = yes &&
15871 ac_config_status_args="$ac_config_status_args --quiet"
15872 exec 5>/dev/null
15873 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15874 exec 5>>config.log
15875 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15876 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15877 $ac_cs_success || as_fn_exit $?
15878fi
15879if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15881$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
f6bcefef
HPN
15882fi
15883
15884
This page took 1.22008 seconds and 4 git commands to generate.