*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 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.
252b5132
RH
8#
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## -------------------- ##
42ecbf5e 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 :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
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
42ecbf5e 31fi
42ecbf5e 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 }
42ecbf5e
DJ
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
42ecbf5e
DJ
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
3725885a
RW
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
42ecbf5e 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."
42ecbf5e 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."
42ecbf5e 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
42ecbf5e 364
81ecdfbb
RW
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
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'`
42ecbf5e 418
42ecbf5e
DJ
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
42ecbf5e 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 |
42ecbf5e 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
42ecbf5e 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 444 t loop
81ecdfbb 445 s/-\n.*//
42ecbf5e 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; }
42ecbf5e
DJ
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"
42ecbf5e
DJ
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';;
42ecbf5e
DJ
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
42ecbf5e 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
42ecbf5e 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 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'
42ecbf5e 491 fi
42ecbf5e
DJ
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
42ecbf5e
DJ
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
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
42ecbf5e
DJ
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
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
42ecbf5e
DJ
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`
252b5132 543
42ecbf5e
DJ
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
42ecbf5e 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
42ecbf5e
DJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
42ecbf5e
DJ
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
42ecbf5e
DJ
563
564ac_unique_file="ar.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
42ecbf5e
DJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
42ecbf5e 592# include <inttypes.h>
42ecbf5e 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605EMULATION_VECTOR
606EMULATION
607OBJDUMP_DEFS
608BUILD_INSTALL_MISC
609BUILD_MISC
610BUILD_DLLWRAP
611BUILD_WINDMC
612BUILD_WINDRES
613DLLTOOL_DEFS
614BUILD_DLLTOOL
615BUILD_SRCONV
616BUILD_NLMCONV
617NLMCONV_DEFS
618LTLIBICONV
619LIBICONV
620ALLOCA
621DEMANGLER_NAME
622EXEEXT_FOR_BUILD
623CC_FOR_BUILD
624HDEFINES
625GENINSRC_NEVER_FALSE
626GENINSRC_NEVER_TRUE
627MAINT
628MAINTAINER_MODE_FALSE
629MAINTAINER_MODE_TRUE
630MSGMERGE
631MSGFMT
632MKINSTALLDIRS
633CATOBJEXT
634GENCAT
635INSTOBJEXT
636DATADIRNAME
637CATALOGS
638POSUB
639GMSGFMT
640XGETTEXT
641INCINTL
642LIBINTL_DEP
643LIBINTL
644USE_NLS
645LEXLIB
646LEX_OUTPUT_ROOT
647LEX
648YFLAGS
649YACC
650NO_WERROR
651WARN_CFLAGS
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
81ecdfbb
RW
657RANLIB
658AR
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668EGREP
669GREP
670CPP
671am__fastdepCC_FALSE
672am__fastdepCC_TRUE
673CCDEPMODE
674AMDEPBACKSLASH
675AMDEP_FALSE
676AMDEP_TRUE
677am__quote
678am__include
679DEPDIR
680am__untar
681am__tar
682AMTAR
683am__leading_dot
684SET_MAKE
685AWK
686mkdir_p
687MKDIR_P
688INSTALL_STRIP_PROGRAM
689STRIP
690install_sh
691MAKEINFO
692AUTOHEADER
693AUTOMAKE
694AUTOCONF
695ACLOCAL
696VERSION
697PACKAGE
698CYGPATH_W
699am__isrc
700INSTALL_DATA
701INSTALL_SCRIPT
702INSTALL_PROGRAM
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
710target_os
711target_vendor
712target_cpu
713target
714host_os
715host_vendor
716host_cpu
717host
718build_os
719build_vendor
720build_cpu
721build
722target_alias
723host_alias
724build_alias
725LIBS
726ECHO_T
727ECHO_N
728ECHO_C
729DEFS
730mandir
731localedir
732libdir
733psdir
734pdfdir
735dvidir
736htmldir
737infodir
738docdir
739oldincludedir
740includedir
741localstatedir
742sharedstatedir
743sysconfdir
744datadir
745datarootdir
746libexecdir
747sbindir
748bindir
749program_transform_name
750prefix
751exec_prefix
752PACKAGE_URL
753PACKAGE_BUGREPORT
754PACKAGE_STRING
755PACKAGE_VERSION
756PACKAGE_TARNAME
757PACKAGE_NAME
758PATH_SEPARATOR
759SHELL'
42ecbf5e 760ac_subst_files=''
81ecdfbb
RW
761ac_user_opts='
762enable_option_checking
763enable_dependency_tracking
764enable_plugins
765enable_largefile
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
772enable_targets
773enable_werror
774enable_build_warnings
775enable_nls
776enable_maintainer_mode
777enable_rpath
778with_libiconv_prefix
779'
780 ac_precious_vars='build_alias
781host_alias
782target_alias
783CC
784CFLAGS
785LDFLAGS
786LIBS
787CPPFLAGS
788CPP
789YACC
790YFLAGS'
791
252b5132
RH
792
793# Initialize some variables set by options.
42ecbf5e
DJ
794ac_init_help=
795ac_init_version=false
81ecdfbb
RW
796ac_unrecognized_opts=
797ac_unrecognized_sep=
252b5132
RH
798# The variables have the same names as the options, with
799# dashes changed to underlines.
42ecbf5e 800cache_file=/dev/null
252b5132 801exec_prefix=NONE
252b5132 802no_create=
252b5132
RH
803no_recursion=
804prefix=NONE
805program_prefix=NONE
806program_suffix=NONE
807program_transform_name=s,x,x,
808silent=
809site=
810srcdir=
252b5132
RH
811verbose=
812x_includes=NONE
813x_libraries=NONE
42ecbf5e
DJ
814
815# Installation directory options.
816# These are left unexpanded so users can "make install exec_prefix=/foo"
817# and all the variables that are supposed to be based on exec_prefix
818# by default will actually change.
819# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 820# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
821bindir='${exec_prefix}/bin'
822sbindir='${exec_prefix}/sbin'
823libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
824datarootdir='${prefix}/share'
825datadir='${datarootdir}'
252b5132
RH
826sysconfdir='${prefix}/etc'
827sharedstatedir='${prefix}/com'
828localstatedir='${prefix}/var'
252b5132
RH
829includedir='${prefix}/include'
830oldincludedir='/usr/include'
81ecdfbb
RW
831docdir='${datarootdir}/doc/${PACKAGE}'
832infodir='${datarootdir}/info'
833htmldir='${docdir}'
834dvidir='${docdir}'
835pdfdir='${docdir}'
836psdir='${docdir}'
837libdir='${exec_prefix}/lib'
838localedir='${datarootdir}/locale'
839mandir='${datarootdir}/man'
252b5132 840
252b5132 841ac_prev=
81ecdfbb 842ac_dashdash=
252b5132
RH
843for ac_option
844do
252b5132
RH
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
81ecdfbb 847 eval $ac_prev=\$ac_option
252b5132
RH
848 ac_prev=
849 continue
850 fi
851
81ecdfbb
RW
852 case $ac_option in
853 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *) ac_optarg=yes ;;
855 esac
252b5132
RH
856
857 # Accept the important Cygnus configure options, so we can diagnose typos.
858
81ecdfbb
RW
859 case $ac_dashdash$ac_option in
860 --)
861 ac_dashdash=yes ;;
252b5132
RH
862
863 -bindir | --bindir | --bindi | --bind | --bin | --bi)
864 ac_prev=bindir ;;
865 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 866 bindir=$ac_optarg ;;
252b5132
RH
867
868 -build | --build | --buil | --bui | --bu)
42ecbf5e 869 ac_prev=build_alias ;;
252b5132 870 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 871 build_alias=$ac_optarg ;;
252b5132
RH
872
873 -cache-file | --cache-file | --cache-fil | --cache-fi \
874 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
875 ac_prev=cache_file ;;
876 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
877 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
878 cache_file=$ac_optarg ;;
879
880 --config-cache | -C)
881 cache_file=config.cache ;;
252b5132 882
81ecdfbb 883 -datadir | --datadir | --datadi | --datad)
252b5132 884 ac_prev=datadir ;;
81ecdfbb 885 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 886 datadir=$ac_optarg ;;
252b5132 887
81ecdfbb
RW
888 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
889 | --dataroo | --dataro | --datar)
890 ac_prev=datarootdir ;;
891 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
892 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
893 datarootdir=$ac_optarg ;;
894
252b5132 895 -disable-* | --disable-*)
81ecdfbb 896 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 897 # Reject names that are not valid shell variable names.
81ecdfbb
RW
898 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
899 as_fn_error "invalid feature name: $ac_useropt"
900 ac_useropt_orig=$ac_useropt
901 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
902 case $ac_user_opts in
903 *"
904"enable_$ac_useropt"
905"*) ;;
906 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
907 ac_unrecognized_sep=', ';;
908 esac
909 eval enable_$ac_useropt=no ;;
910
911 -docdir | --docdir | --docdi | --doc | --do)
912 ac_prev=docdir ;;
913 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
914 docdir=$ac_optarg ;;
915
916 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
917 ac_prev=dvidir ;;
918 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
919 dvidir=$ac_optarg ;;
252b5132
RH
920
921 -enable-* | --enable-*)
81ecdfbb 922 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 923 # Reject names that are not valid shell variable names.
81ecdfbb
RW
924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
925 as_fn_error "invalid feature name: $ac_useropt"
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
929 *"
930"enable_$ac_useropt"
931"*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
252b5132 934 esac
81ecdfbb 935 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
936
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
42ecbf5e 944 exec_prefix=$ac_optarg ;;
252b5132
RH
945
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
949
42ecbf5e
DJ
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
252b5132
RH
956
957 -host | --host | --hos | --ho)
42ecbf5e 958 ac_prev=host_alias ;;
252b5132 959 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 960 host_alias=$ac_optarg ;;
252b5132 961
81ecdfbb
RW
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
967
252b5132
RH
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 973 includedir=$ac_optarg ;;
252b5132
RH
974
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 978 infodir=$ac_optarg ;;
252b5132
RH
979
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 983 libdir=$ac_optarg ;;
252b5132
RH
984
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 990 libexecdir=$ac_optarg ;;
252b5132 991
81ecdfbb
RW
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
996
252b5132 997 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 998 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1002 localstatedir=$ac_optarg ;;
252b5132
RH
1003
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1007 mandir=$ac_optarg ;;
252b5132
RH
1008
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1012
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1014 | --no-cr | --no-c | -n)
252b5132
RH
1015 no_create=yes ;;
1016
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1020
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1028 oldincludedir=$ac_optarg ;;
252b5132
RH
1029
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1033 prefix=$ac_optarg ;;
252b5132
RH
1034
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1040 program_prefix=$ac_optarg ;;
252b5132
RH
1041
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1047 program_suffix=$ac_optarg ;;
252b5132
RH
1048
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1064 program_transform_name=$ac_optarg ;;
252b5132 1065
81ecdfbb
RW
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1070
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1075
252b5132
RH
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1079
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
42ecbf5e 1084 sbindir=$ac_optarg ;;
252b5132
RH
1085
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
42ecbf5e 1095 sharedstatedir=$ac_optarg ;;
252b5132
RH
1096
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
42ecbf5e 1100 site=$ac_optarg ;;
252b5132
RH
1101
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1105 srcdir=$ac_optarg ;;
252b5132
RH
1106
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1112 sysconfdir=$ac_optarg ;;
252b5132
RH
1113
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1115 ac_prev=target_alias ;;
252b5132 1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1117 target_alias=$ac_optarg ;;
252b5132
RH
1118
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1121
42ecbf5e
DJ
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
252b5132
RH
1124
1125 -with-* | --with-*)
81ecdfbb 1126 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1127 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
252b5132 1138 esac
81ecdfbb 1139 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1140
1141 -without-* | --without-*)
81ecdfbb 1142 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1143 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1149 *"
1150"with_$ac_useropt"
1151"*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
1154 esac
1155 eval with_$ac_useropt=no ;;
252b5132
RH
1156
1157 --x)
1158 # Obsolete; use --with-x.
1159 with_x=yes ;;
1160
1161 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1162 | --x-incl | --x-inc | --x-in | --x-i)
1163 ac_prev=x_includes ;;
1164 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1165 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1166 x_includes=$ac_optarg ;;
252b5132
RH
1167
1168 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1169 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1170 ac_prev=x_libraries ;;
1171 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1172 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1173 x_libraries=$ac_optarg ;;
252b5132 1174
81ecdfbb
RW
1175 -*) as_fn_error "unrecognized option: \`$ac_option'
1176Try \`$0 --help' for more information."
252b5132
RH
1177 ;;
1178
42ecbf5e
DJ
1179 *=*)
1180 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1181 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1182 case $ac_envvar in #(
1183 '' | [0-9]* | *[!_$as_cr_alnum]* )
1184 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1185 esac
1186 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1187 export $ac_envvar ;;
1188
252b5132 1189 *)
42ecbf5e 1190 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1191 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1192 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1193 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1194 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1195 ;;
1196
1197 esac
1198done
1199
1200if test -n "$ac_prev"; then
42ecbf5e 1201 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1202 as_fn_error "missing argument to $ac_option"
252b5132
RH
1203fi
1204
81ecdfbb
RW
1205if test -n "$ac_unrecognized_opts"; then
1206 case $enable_option_checking in
1207 no) ;;
1208 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1209 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1210 esac
81ecdfbb 1211fi
252b5132 1212
81ecdfbb
RW
1213# Check all directory arguments for consistency.
1214for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1215 datadir sysconfdir sharedstatedir localstatedir includedir \
1216 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1217 libdir localedir mandir
252b5132 1218do
81ecdfbb
RW
1219 eval ac_val=\$$ac_var
1220 # Remove trailing slashes.
42ecbf5e 1221 case $ac_val in
81ecdfbb
RW
1222 */ )
1223 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1224 eval $ac_var=\$ac_val;;
252b5132 1225 esac
81ecdfbb
RW
1226 # Be sure to have absolute directory names.
1227 case $ac_val in
1228 [\\/$]* | ?:[\\/]* ) continue;;
1229 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1230 esac
1231 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1232done
1233
42ecbf5e
DJ
1234# There might be people who depend on the old broken behavior: `$host'
1235# used to hold the argument of --host etc.
1236# FIXME: To remove some day.
1237build=$build_alias
1238host=$host_alias
1239target=$target_alias
1240
1241# FIXME: To remove some day.
1242if test "x$host_alias" != x; then
1243 if test "x$build_alias" = x; then
1244 cross_compiling=maybe
81ecdfbb 1245 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1246 If a cross compiler is detected then cross compile mode will be used." >&2
1247 elif test "x$build_alias" != "x$host_alias"; then
1248 cross_compiling=yes
1249 fi
1250fi
e5a52504 1251
42ecbf5e
DJ
1252ac_tool_prefix=
1253test -n "$host_alias" && ac_tool_prefix=$host_alias-
1254
1255test "$silent" = yes && exec 6>/dev/null
252b5132 1256
252b5132 1257
81ecdfbb
RW
1258ac_pwd=`pwd` && test -n "$ac_pwd" &&
1259ac_ls_di=`ls -di .` &&
1260ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1261 as_fn_error "working directory cannot be determined"
1262test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1263 as_fn_error "pwd does not report name of working directory"
1264
1265
252b5132
RH
1266# Find the source files, if location was not specified.
1267if test -z "$srcdir"; then
1268 ac_srcdir_defaulted=yes
81ecdfbb
RW
1269 # Try the directory containing this script, then the parent directory.
1270 ac_confdir=`$as_dirname -- "$as_myself" ||
1271$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1272 X"$as_myself" : 'X\(//\)[^/]' \| \
1273 X"$as_myself" : 'X\(//\)$' \| \
1274 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1275$as_echo X"$as_myself" |
1276 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1277 s//\1/
1278 q
1279 }
1280 /^X\(\/\/\)[^/].*/{
1281 s//\1/
1282 q
1283 }
1284 /^X\(\/\/\)$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\).*/{
1289 s//\1/
1290 q
1291 }
1292 s/.*/./; q'`
252b5132 1293 srcdir=$ac_confdir
81ecdfbb 1294 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1295 srcdir=..
1296 fi
1297else
1298 ac_srcdir_defaulted=no
1299fi
81ecdfbb
RW
1300if test ! -r "$srcdir/$ac_unique_file"; then
1301 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1302 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1303fi
1304ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1305ac_abs_confdir=`(
1306 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1307 pwd)`
1308# When building in place, set srcdir=.
1309if test "$ac_abs_confdir" = "$ac_pwd"; then
1310 srcdir=.
1311fi
1312# Remove unnecessary trailing slashes from srcdir.
1313# Double slashes in file names in object file debugging info
1314# mess up M-x gdb in Emacs.
1315case $srcdir in
1316*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1317esac
1318for ac_var in $ac_precious_vars; do
1319 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1320 eval ac_env_${ac_var}_value=\$${ac_var}
1321 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1323done
252b5132 1324
42ecbf5e
DJ
1325#
1326# Report the --help message.
1327#
1328if test "$ac_init_help" = "long"; then
1329 # Omit some internal or obsolete options to make the list less imposing.
1330 # This message is too long to be a string in the A/UX 3.1 sh.
1331 cat <<_ACEOF
1332\`configure' configures this package to adapt to many kinds of systems.
252b5132 1333
42ecbf5e 1334Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1335
42ecbf5e
DJ
1336To assign environment variables (e.g., CC, CFLAGS...), specify them as
1337VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1338
42ecbf5e 1339Defaults for the options are specified in brackets.
ac48eca1 1340
42ecbf5e
DJ
1341Configuration:
1342 -h, --help display this help and exit
1343 --help=short display options specific to this package
1344 --help=recursive display the short help of all the included packages
1345 -V, --version display version information and exit
1346 -q, --quiet, --silent do not print \`checking...' messages
1347 --cache-file=FILE cache test results in FILE [disabled]
1348 -C, --config-cache alias for \`--cache-file=config.cache'
1349 -n, --no-create do not create output files
1350 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1351
42ecbf5e
DJ
1352Installation directories:
1353 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1354 [$ac_default_prefix]
42ecbf5e 1355 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1356 [PREFIX]
ac48eca1 1357
42ecbf5e
DJ
1358By default, \`make install' will install all the files in
1359\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1360an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1361for instance \`--prefix=\$HOME'.
ac48eca1 1362
42ecbf5e 1363For better control, use the options below.
ac48eca1 1364
42ecbf5e 1365Fine tuning of the installation directories:
81ecdfbb
RW
1366 --bindir=DIR user executables [EPREFIX/bin]
1367 --sbindir=DIR system admin executables [EPREFIX/sbin]
1368 --libexecdir=DIR program executables [EPREFIX/libexec]
1369 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1370 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1371 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1372 --libdir=DIR object code libraries [EPREFIX/lib]
1373 --includedir=DIR C header files [PREFIX/include]
1374 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1375 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1376 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1377 --infodir=DIR info documentation [DATAROOTDIR/info]
1378 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1379 --mandir=DIR man documentation [DATAROOTDIR/man]
1380 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1381 --htmldir=DIR html documentation [DOCDIR]
1382 --dvidir=DIR dvi documentation [DOCDIR]
1383 --pdfdir=DIR pdf documentation [DOCDIR]
1384 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1385_ACEOF
ac48eca1 1386
42ecbf5e 1387 cat <<\_ACEOF
252b5132 1388
42ecbf5e
DJ
1389Program names:
1390 --program-prefix=PREFIX prepend PREFIX to installed program names
1391 --program-suffix=SUFFIX append SUFFIX to installed program names
1392 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1393
42ecbf5e
DJ
1394System types:
1395 --build=BUILD configure for building on BUILD [guessed]
1396 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1397 --target=TARGET configure for building compilers for TARGET [HOST]
1398_ACEOF
252b5132 1399fi
252b5132 1400
42ecbf5e 1401if test -n "$ac_init_help"; then
252b5132 1402
42ecbf5e 1403 cat <<\_ACEOF
252b5132 1404
42ecbf5e 1405Optional Features:
81ecdfbb 1406 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --disable-dependency-tracking speeds up one-time build
1410 --enable-dependency-tracking do not reject slow dependency extractors
5691d22d 1411 --enable-plugins Enable support for plugins (defaults no)
d053aef8 1412 --disable-largefile omit support for large files
81ecdfbb
RW
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
42ecbf5e
DJ
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-targets alternative target configurations
241a6c40
AM
1419 --enable-werror treat compile warnings as errors
1420 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1421 --disable-nls do not use Native Language Support
1422 --enable-maintainer-mode enable make rules and dependencies not useful
1423 (and sometimes confusing) to the casual installer
5ba684e2 1424 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1425
1426Optional Packages:
1427 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1428 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1429 --with-pic try to use only PIC/non-PIC objects [default=use
1430 both]
1431 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5ba684e2
NC
1432 --with-gnu-ld assume the C compiler uses GNU ld default=no
1433 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1434 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1435
42ecbf5e
DJ
1436Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
81ecdfbb
RW
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
42ecbf5e 1444 CPP C preprocessor
81ecdfbb
RW
1445 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1446 the first program found out of: `bison -y', `byacc', `yacc'.
1447 YFLAGS The list of arguments that will be passed by default to $YACC.
1448 This script will default YFLAGS to the empty string to avoid a
1449 default value of `-d' given by some make applications.
e5a52504 1450
42ecbf5e
DJ
1451Use these variables to override the choices made by `configure' or to help
1452it to find libraries and programs with nonstandard names/locations.
1453
81ecdfbb 1454Report bugs to the package provider.
42ecbf5e 1455_ACEOF
81ecdfbb 1456ac_status=$?
252b5132
RH
1457fi
1458
42ecbf5e
DJ
1459if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
42ecbf5e 1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
42ecbf5e
DJ
1465 ac_builddir=.
1466
81ecdfbb
RW
1467case "$ac_dir" in
1468.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469*)
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477esac
1478ac_abs_top_builddir=$ac_pwd
1479ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480# for backward compatibility:
1481ac_top_builddir=$ac_top_build_prefix
252b5132 1482
42ecbf5e 1483case $srcdir in
81ecdfbb 1484 .) # We are building in place.
42ecbf5e 1485 ac_srcdir=.
81ecdfbb
RW
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1489 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1496esac
81ecdfbb
RW
1497ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1507 else
81ecdfbb
RW
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1511 done
1512fi
5d64ca4e 1513
81ecdfbb 1514test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1515if $ac_init_version; then
1516 cat <<\_ACEOF
81ecdfbb
RW
1517configure
1518generated by GNU Autoconf 2.64
5d64ca4e 1519
81ecdfbb 1520Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1521This configure script is free software; the Free Software Foundation
1522gives unlimited permission to copy, distribute and modify it.
1523_ACEOF
81ecdfbb 1524 exit
42ecbf5e 1525fi
252b5132 1526
81ecdfbb
RW
1527## ------------------------ ##
1528## Autoconf initialization. ##
1529## ------------------------ ##
e5a52504 1530
81ecdfbb
RW
1531# ac_fn_c_try_compile LINENO
1532# --------------------------
1533# Try to compile conftest.$ac_ext, and return whether this succeeded.
1534ac_fn_c_try_compile ()
42ecbf5e 1535{
81ecdfbb
RW
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542esac
1543eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544$as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1551 fi
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558else
1559 $as_echo "$as_me: failed program was:" >&5
1560sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1561
81ecdfbb
RW
1562 ac_retval=1
1563fi
1564 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565 return $ac_retval
42ecbf5e 1566
81ecdfbb
RW
1567} # ac_fn_c_try_compile
1568
1569# ac_fn_c_try_link LINENO
1570# -----------------------
1571# Try to link conftest.$ac_ext, and return whether this succeeded.
1572ac_fn_c_try_link ()
1573{
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 rm -f conftest.$ac_objext conftest$ac_exeext
1576 if { { ac_try="$ac_link"
1577case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580esac
1581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582$as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_link") 2>conftest.err
1584 ac_status=$?
1585 if test -s conftest.err; then
1586 grep -v '^ *+' conftest.err >conftest.er1
1587 cat conftest.er1 >&5
1588 mv -f conftest.er1 conftest.err
1589 fi
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1591 test $ac_status = 0; } && {
1592 test -z "$ac_c_werror_flag" ||
1593 test ! -s conftest.err
1594 } && test -s conftest$ac_exeext && {
1595 test "$cross_compiling" = yes ||
1596 $as_test_x conftest$ac_exeext
1597 }; then :
1598 ac_retval=0
1599else
1600 $as_echo "$as_me: failed program was:" >&5
1601sed 's/^/| /' conftest.$ac_ext >&5
1602
1603 ac_retval=1
1604fi
1605 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1606 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1607 # interfere with the next link command; also delete a directory that is
1608 # left behind by Apple's compiler. We do this before executing the actions.
1609 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1611 return $ac_retval
1612
1613} # ac_fn_c_try_link
1614
1615# ac_fn_c_try_cpp LINENO
1616# ----------------------
1617# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1618ac_fn_c_try_cpp ()
1619{
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 if { { ac_try="$ac_cpp conftest.$ac_ext"
1622case "(($ac_try" in
1623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1624 *) ac_try_echo=$ac_try;;
1625esac
1626eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1627$as_echo "$ac_try_echo"; } >&5
1628 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1629 ac_status=$?
1630 if test -s conftest.err; then
1631 grep -v '^ *+' conftest.err >conftest.er1
1632 cat conftest.er1 >&5
1633 mv -f conftest.er1 conftest.err
1634 fi
1635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1636 test $ac_status = 0; } >/dev/null && {
1637 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1638 test ! -s conftest.err
1639 }; then :
1640 ac_retval=0
1641else
1642 $as_echo "$as_me: failed program was:" >&5
1643sed 's/^/| /' conftest.$ac_ext >&5
1644
1645 ac_retval=1
1646fi
1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1648 return $ac_retval
1649
1650} # ac_fn_c_try_cpp
1651
1652# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1653# -------------------------------------------------------
1654# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1655# the include files in INCLUDES and setting the cache variable VAR
1656# accordingly.
1657ac_fn_c_check_header_mongrel ()
1658{
1659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1662$as_echo_n "checking for $2... " >&6; }
1663if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1664 $as_echo_n "(cached) " >&6
1665fi
1666eval ac_res=\$$3
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1668$as_echo "$ac_res" >&6; }
1669else
1670 # Is the header compilable?
1671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1672$as_echo_n "checking $2 usability... " >&6; }
1673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674/* end confdefs.h. */
1675$4
1676#include <$2>
1677_ACEOF
1678if ac_fn_c_try_compile "$LINENO"; then :
1679 ac_header_compiler=yes
1680else
1681 ac_header_compiler=no
1682fi
1683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1685$as_echo "$ac_header_compiler" >&6; }
1686
1687# Is the header present?
1688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1689$as_echo_n "checking $2 presence... " >&6; }
1690cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1691/* end confdefs.h. */
1692#include <$2>
1693_ACEOF
1694if ac_fn_c_try_cpp "$LINENO"; then :
1695 ac_header_preproc=yes
1696else
1697 ac_header_preproc=no
1698fi
1699rm -f conftest.err conftest.$ac_ext
1700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1701$as_echo "$ac_header_preproc" >&6; }
1702
1703# So? What about this header?
1704case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1705 yes:no: )
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1707$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1709$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1710 ;;
1711 no:yes:* )
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1713$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1715$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1717$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1719$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1721$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1722 ;;
1723esac
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725$as_echo_n "checking for $2... " >&6; }
1726if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1727 $as_echo_n "(cached) " >&6
1728else
1729 eval "$3=\$ac_header_compiler"
1730fi
1731eval ac_res=\$$3
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1733$as_echo "$ac_res" >&6; }
1734fi
1735 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1736
1737} # ac_fn_c_check_header_mongrel
1738
1739# ac_fn_c_try_run LINENO
1740# ----------------------
1741# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1742# that executables *can* be run.
1743ac_fn_c_try_run ()
1744{
1745 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1746 if { { ac_try="$ac_link"
1747case "(($ac_try" in
1748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1749 *) ac_try_echo=$ac_try;;
1750esac
1751eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1752$as_echo "$ac_try_echo"; } >&5
1753 (eval "$ac_link") 2>&5
1754 ac_status=$?
1755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1756 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1757 { { case "(($ac_try" in
1758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759 *) ac_try_echo=$ac_try;;
1760esac
1761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762$as_echo "$ac_try_echo"; } >&5
1763 (eval "$ac_try") 2>&5
1764 ac_status=$?
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; }; }; then :
1767 ac_retval=0
1768else
1769 $as_echo "$as_me: program exited with status $ac_status" >&5
1770 $as_echo "$as_me: failed program was:" >&5
1771sed 's/^/| /' conftest.$ac_ext >&5
1772
1773 ac_retval=$ac_status
1774fi
1775 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1776 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1777 return $ac_retval
1778
1779} # ac_fn_c_try_run
1780
1781# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1782# -------------------------------------------------------
1783# Tests whether HEADER exists and can be compiled using the include files in
1784# INCLUDES, setting the cache variable VAR accordingly.
1785ac_fn_c_check_header_compile ()
1786{
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1789$as_echo_n "checking for $2... " >&6; }
1790if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1791 $as_echo_n "(cached) " >&6
1792else
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794/* end confdefs.h. */
1795$4
1796#include <$2>
1797_ACEOF
1798if ac_fn_c_try_compile "$LINENO"; then :
1799 eval "$3=yes"
1800else
1801 eval "$3=no"
1802fi
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804fi
1805eval ac_res=\$$3
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1807$as_echo "$ac_res" >&6; }
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1809
1810} # ac_fn_c_check_header_compile
1811
1812# ac_fn_c_check_func LINENO FUNC VAR
1813# ----------------------------------
1814# Tests whether FUNC exists, setting the cache variable VAR accordingly
1815ac_fn_c_check_func ()
1816{
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819$as_echo_n "checking for $2... " >&6; }
1820if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 $as_echo_n "(cached) " >&6
1822else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827#define $2 innocuous_$2
1828
1829/* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1833
1834#ifdef __STDC__
1835# include <limits.h>
1836#else
1837# include <assert.h>
1838#endif
1839
1840#undef $2
1841
1842/* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845#ifdef __cplusplus
1846extern "C"
1847#endif
1848char $2 ();
1849/* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852#if defined __stub_$2 || defined __stub___$2
1853choke me
1854#endif
1855
1856int
1857main ()
1858{
1859return $2 ();
1860 ;
1861 return 0;
1862}
1863_ACEOF
1864if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866else
1867 eval "$3=no"
1868fi
1869rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1871fi
1872eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874$as_echo "$ac_res" >&6; }
1875 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876
1877} # ac_fn_c_check_func
1878
1879# ac_fn_c_check_decl LINENO SYMBOL VAR
1880# ------------------------------------
1881# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1882ac_fn_c_check_decl ()
1883{
1884 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1885 as_decl_name=`echo $2|sed 's/ *(.*//'`
1886 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1888$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1889if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1890 $as_echo_n "(cached) " >&6
1891else
1892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1893/* end confdefs.h. */
1894$4
1895int
1896main ()
1897{
360cfc9c
AM
1898#ifndef $as_decl_name
1899#ifdef __cplusplus
1900 (void) $as_decl_use;
1901#else
1902 (void) $as_decl_name;
1903#endif
81ecdfbb
RW
1904#endif
1905
1906 ;
1907 return 0;
1908}
1909_ACEOF
1910if ac_fn_c_try_compile "$LINENO"; then :
1911 eval "$3=yes"
1912else
1913 eval "$3=no"
1914fi
1915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1916fi
1917eval ac_res=\$$3
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1919$as_echo "$ac_res" >&6; }
1920 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1921
1922} # ac_fn_c_check_decl
1923cat >config.log <<_ACEOF
1924This file contains any messages produced by compilers while
1925running configure, to aid debugging if configure makes a mistake.
1926
1927It was created by $as_me, which was
1928generated by GNU Autoconf 2.64. Invocation command line was
1929
1930 $ $0 $@
1931
1932_ACEOF
1933exec 5>>config.log
1934{
1935cat <<_ASUNAME
1936## --------- ##
1937## Platform. ##
1938## --------- ##
1939
1940hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1941uname -m = `(uname -m) 2>/dev/null || echo unknown`
1942uname -r = `(uname -r) 2>/dev/null || echo unknown`
1943uname -s = `(uname -s) 2>/dev/null || echo unknown`
1944uname -v = `(uname -v) 2>/dev/null || echo unknown`
1945
1946/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1947/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1948
1949/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1950/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1951/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1952/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1953/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1954/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1955/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
1956
1957_ASUNAME
1958
1959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1960for as_dir in $PATH
1961do
1962 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1964 $as_echo "PATH: $as_dir"
1965 done
1966IFS=$as_save_IFS
e5a52504 1967
42ecbf5e 1968} >&5
ceae3e33 1969
42ecbf5e 1970cat >&5 <<_ACEOF
e5a52504 1971
42ecbf5e
DJ
1972
1973## ----------- ##
1974## Core tests. ##
1975## ----------- ##
1976
1977_ACEOF
1978
1979
1980# Keep a trace of the command line.
1981# Strip out --no-create and --no-recursion so they do not pile up.
1982# Strip out --silent because we don't want to record it for future runs.
1983# Also quote any args containing shell meta-characters.
1984# Make two passes to allow for proper duplicate-argument suppression.
1985ac_configure_args=
1986ac_configure_args0=
1987ac_configure_args1=
42ecbf5e
DJ
1988ac_must_keep_next=false
1989for ac_pass in 1 2
1990do
1991 for ac_arg
1992 do
1993 case $ac_arg in
1994 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1995 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1996 | -silent | --silent | --silen | --sile | --sil)
1997 continue ;;
81ecdfbb
RW
1998 *\'*)
1999 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2000 esac
2001 case $ac_pass in
81ecdfbb 2002 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2003 2)
81ecdfbb 2004 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2005 if test $ac_must_keep_next = true; then
2006 ac_must_keep_next=false # Got value, back to normal.
2007 else
2008 case $ac_arg in
2009 *=* | --config-cache | -C | -disable-* | --disable-* \
2010 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2011 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2012 | -with-* | --with-* | -without-* | --without-* | --x)
2013 case "$ac_configure_args0 " in
2014 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2015 esac
2016 ;;
2017 -* ) ac_must_keep_next=true ;;
2018 esac
2019 fi
81ecdfbb 2020 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2021 ;;
2022 esac
2023 done
2024done
81ecdfbb
RW
2025{ ac_configure_args0=; unset ac_configure_args0;}
2026{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2027
2028# When interrupted or exit'd, cleanup temporary files, and complete
2029# config.log. We remove comments because anyway the quotes in there
2030# would cause problems or look ugly.
81ecdfbb
RW
2031# WARNING: Use '\'' to represent an apostrophe within the trap.
2032# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2033trap 'exit_status=$?
2034 # Save into config.log some information that might help in debugging.
2035 {
2036 echo
2037
2038 cat <<\_ASBOX
2039## ---------------- ##
2040## Cache variables. ##
2041## ---------------- ##
2042_ASBOX
2043 echo
2044 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2045(
2046 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2047 eval ac_val=\$$ac_var
2048 case $ac_val in #(
2049 *${as_nl}*)
2050 case $ac_var in #(
2051 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2052$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2053 esac
2054 case $ac_var in #(
2055 _ | IFS | as_nl) ;; #(
2056 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2057 *) { eval $ac_var=; unset $ac_var;} ;;
2058 esac ;;
2059 esac
2060 done
42ecbf5e 2061 (set) 2>&1 |
81ecdfbb
RW
2062 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2063 *${as_nl}ac_space=\ *)
42ecbf5e 2064 sed -n \
81ecdfbb
RW
2065 "s/'\''/'\''\\\\'\'''\''/g;
2066 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2067 ;; #(
42ecbf5e 2068 *)
81ecdfbb 2069 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2070 ;;
81ecdfbb
RW
2071 esac |
2072 sort
2073)
42ecbf5e
DJ
2074 echo
2075
2076 cat <<\_ASBOX
2077## ----------------- ##
2078## Output variables. ##
2079## ----------------- ##
2080_ASBOX
2081 echo
2082 for ac_var in $ac_subst_vars
2083 do
81ecdfbb
RW
2084 eval ac_val=\$$ac_var
2085 case $ac_val in
2086 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2087 esac
2088 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2089 done | sort
2090 echo
2091
2092 if test -n "$ac_subst_files"; then
2093 cat <<\_ASBOX
81ecdfbb
RW
2094## ------------------- ##
2095## File substitutions. ##
2096## ------------------- ##
42ecbf5e
DJ
2097_ASBOX
2098 echo
2099 for ac_var in $ac_subst_files
2100 do
81ecdfbb
RW
2101 eval ac_val=\$$ac_var
2102 case $ac_val in
2103 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2104 esac
2105 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2106 done | sort
2107 echo
2108 fi
2109
2110 if test -s confdefs.h; then
2111 cat <<\_ASBOX
2112## ----------- ##
2113## confdefs.h. ##
2114## ----------- ##
2115_ASBOX
2116 echo
81ecdfbb 2117 cat confdefs.h
42ecbf5e
DJ
2118 echo
2119 fi
2120 test "$ac_signal" != 0 &&
81ecdfbb
RW
2121 $as_echo "$as_me: caught signal $ac_signal"
2122 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2123 } >&5
81ecdfbb
RW
2124 rm -f core *.core core.conftest.* &&
2125 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2126 exit $exit_status
81ecdfbb 2127' 0
42ecbf5e 2128for ac_signal in 1 2 13 15; do
81ecdfbb 2129 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2130done
2131ac_signal=0
2132
2133# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2134rm -f -r conftest* confdefs.h
2135
2136$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2137
2138# Predefined preprocessor variables.
2139
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_NAME "$PACKAGE_NAME"
2142_ACEOF
2143
42ecbf5e
DJ
2144cat >>confdefs.h <<_ACEOF
2145#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2146_ACEOF
2147
42ecbf5e
DJ
2148cat >>confdefs.h <<_ACEOF
2149#define PACKAGE_VERSION "$PACKAGE_VERSION"
2150_ACEOF
2151
42ecbf5e
DJ
2152cat >>confdefs.h <<_ACEOF
2153#define PACKAGE_STRING "$PACKAGE_STRING"
2154_ACEOF
2155
42ecbf5e
DJ
2156cat >>confdefs.h <<_ACEOF
2157#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2158_ACEOF
2159
81ecdfbb
RW
2160cat >>confdefs.h <<_ACEOF
2161#define PACKAGE_URL "$PACKAGE_URL"
2162_ACEOF
2163
42ecbf5e
DJ
2164
2165# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2166# Prefer an explicitly selected file to automatically selected ones.
2167ac_site_file1=NONE
2168ac_site_file2=NONE
2169if test -n "$CONFIG_SITE"; then
2170 ac_site_file1=$CONFIG_SITE
2171elif test "x$prefix" != xNONE; then
2172 ac_site_file1=$prefix/share/config.site
2173 ac_site_file2=$prefix/etc/config.site
2174else
2175 ac_site_file1=$ac_default_prefix/share/config.site
2176 ac_site_file2=$ac_default_prefix/etc/config.site
2177fi
2178for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2179do
2180 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2181 if test -r "$ac_site_file"; then
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2183$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2184 sed 's/^/| /' "$ac_site_file" >&5
2185 . "$ac_site_file"
2186 fi
2187done
2188
2189if test -r "$cache_file"; then
2190 # Some versions of bash will fail to source /dev/null (special
2191 # files actually), so we avoid doing that.
2192 if test -f "$cache_file"; then
81ecdfbb
RW
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2194$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2195 case $cache_file in
81ecdfbb
RW
2196 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2197 *) . "./$cache_file";;
42ecbf5e
DJ
2198 esac
2199 fi
2200else
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2202$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2203 >$cache_file
2204fi
2205
2206# Check that the precious variables saved in the cache have kept the same
2207# value.
2208ac_cache_corrupted=false
81ecdfbb 2209for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2210 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2211 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2212 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2213 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2214 case $ac_old_set,$ac_new_set in
2215 set,)
81ecdfbb
RW
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2217$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2218 ac_cache_corrupted=: ;;
2219 ,set)
81ecdfbb
RW
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2221$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2222 ac_cache_corrupted=: ;;
2223 ,);;
2224 *)
2225 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2226 # differences in whitespace do not lead to failure.
2227 ac_old_val_w=`echo x $ac_old_val`
2228 ac_new_val_w=`echo x $ac_new_val`
2229 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2231$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2232 ac_cache_corrupted=:
2233 else
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2235$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2236 eval $ac_var=\$ac_old_val
2237 fi
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2239$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2241$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2242 fi;;
2243 esac
2244 # Pass precious variables to config.status.
2245 if test "$ac_new_set" = set; then
2246 case $ac_new_val in
81ecdfbb 2247 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2248 *) ac_arg=$ac_var=$ac_new_val ;;
2249 esac
2250 case " $ac_configure_args " in
2251 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2252 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2253 esac
2254 fi
2255done
2256if $ac_cache_corrupted; then
81ecdfbb
RW
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2258$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2260$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2261 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2262fi
81ecdfbb
RW
2263## -------------------- ##
2264## Main body of script. ##
2265## -------------------- ##
42ecbf5e
DJ
2266
2267ac_ext=c
2268ac_cpp='$CPP $CPPFLAGS'
2269ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2270ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2271ac_compiler_gnu=$ac_cv_c_compiler_gnu
2272
2273
2274
42ecbf5e 2275
da594c4a 2276
42ecbf5e
DJ
2277
2278
2279ac_aux_dir=
81ecdfbb
RW
2280for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2281 for ac_t in install-sh install.sh shtool; do
2282 if test -f "$ac_dir/$ac_t"; then
2283 ac_aux_dir=$ac_dir
2284 ac_install_sh="$ac_aux_dir/$ac_t -c"
2285 break 2
2286 fi
2287 done
42ecbf5e
DJ
2288done
2289if test -z "$ac_aux_dir"; then
81ecdfbb 2290 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2291fi
81ecdfbb
RW
2292
2293# These three variables are undocumented and unsupported,
2294# and are intended to be withdrawn in a future Autoconf release.
2295# They can cause serious problems if a builder's source tree is in a directory
2296# whose full name contains unusual characters.
2297ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2298ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2299ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2300
42ecbf5e
DJ
2301
2302# Make sure we can run config.sub.
81ecdfbb
RW
2303$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2304 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2305
2306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2307$as_echo_n "checking build system type... " >&6; }
2308if test "${ac_cv_build+set}" = set; then :
2309 $as_echo_n "(cached) " >&6
2310else
2311 ac_build_alias=$build_alias
2312test "x$ac_build_alias" = x &&
2313 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2314test "x$ac_build_alias" = x &&
2315 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2316ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2317 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2318
2319fi
2320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2321$as_echo "$ac_cv_build" >&6; }
2322case $ac_cv_build in
2323*-*-*) ;;
2324*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2325esac
42ecbf5e 2326build=$ac_cv_build
81ecdfbb
RW
2327ac_save_IFS=$IFS; IFS='-'
2328set x $ac_cv_build
2329shift
2330build_cpu=$1
2331build_vendor=$2
2332shift; shift
2333# Remember, the first character of IFS is used to create $*,
2334# except with old shells:
2335build_os=$*
2336IFS=$ac_save_IFS
2337case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2338
2339
81ecdfbb
RW
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2341$as_echo_n "checking host system type... " >&6; }
2342if test "${ac_cv_host+set}" = set; then :
2343 $as_echo_n "(cached) " >&6
42ecbf5e 2344else
81ecdfbb
RW
2345 if test "x$host_alias" = x; then
2346 ac_cv_host=$ac_cv_build
2347else
2348 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2349 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2350fi
42ecbf5e
DJ
2351
2352fi
81ecdfbb
RW
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2354$as_echo "$ac_cv_host" >&6; }
2355case $ac_cv_host in
2356*-*-*) ;;
2357*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2358esac
42ecbf5e 2359host=$ac_cv_host
81ecdfbb
RW
2360ac_save_IFS=$IFS; IFS='-'
2361set x $ac_cv_host
2362shift
2363host_cpu=$1
2364host_vendor=$2
2365shift; shift
2366# Remember, the first character of IFS is used to create $*,
2367# except with old shells:
2368host_os=$*
2369IFS=$ac_save_IFS
2370case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2371
2372
81ecdfbb
RW
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2374$as_echo_n "checking target system type... " >&6; }
2375if test "${ac_cv_target+set}" = set; then :
2376 $as_echo_n "(cached) " >&6
2377else
2378 if test "x$target_alias" = x; then
2379 ac_cv_target=$ac_cv_host
42ecbf5e 2380else
81ecdfbb
RW
2381 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2382 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2383fi
42ecbf5e
DJ
2384
2385fi
81ecdfbb
RW
2386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2387$as_echo "$ac_cv_target" >&6; }
2388case $ac_cv_target in
2389*-*-*) ;;
2390*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2391esac
42ecbf5e 2392target=$ac_cv_target
81ecdfbb
RW
2393ac_save_IFS=$IFS; IFS='-'
2394set x $ac_cv_target
2395shift
2396target_cpu=$1
2397target_vendor=$2
2398shift; shift
2399# Remember, the first character of IFS is used to create $*,
2400# except with old shells:
2401target_os=$*
2402IFS=$ac_save_IFS
2403case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2404
2405
2406# The aliases save the names the user supplied, while $host etc.
2407# will get canonicalized.
2408test -n "$target_alias" &&
2409 test "$program_prefix$program_suffix$program_transform_name" = \
2410 NONENONEs,x,x, &&
2411 program_prefix=${target_alias}-
2412ac_ext=c
2413ac_cpp='$CPP $CPPFLAGS'
2414ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2415ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2416ac_compiler_gnu=$ac_cv_c_compiler_gnu
2417if test -n "$ac_tool_prefix"; then
2418 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2419set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2421$as_echo_n "checking for $ac_word... " >&6; }
2422if test "${ac_cv_prog_CC+set}" = set; then :
2423 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2424else
2425 if test -n "$CC"; then
2426 ac_cv_prog_CC="$CC" # Let the user override the test.
2427else
2428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2429for as_dir in $PATH
2430do
2431 IFS=$as_save_IFS
2432 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2433 for ac_exec_ext in '' $ac_executable_extensions; do
2434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2435 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2437 break 2
2438 fi
2439done
81ecdfbb
RW
2440 done
2441IFS=$as_save_IFS
42ecbf5e
DJ
2442
2443fi
2444fi
2445CC=$ac_cv_prog_CC
2446if test -n "$CC"; then
81ecdfbb
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2448$as_echo "$CC" >&6; }
42ecbf5e 2449else
81ecdfbb
RW
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2451$as_echo "no" >&6; }
42ecbf5e
DJ
2452fi
2453
81ecdfbb 2454
42ecbf5e
DJ
2455fi
2456if test -z "$ac_cv_prog_CC"; then
2457 ac_ct_CC=$CC
2458 # Extract the first word of "gcc", so it can be a program name with args.
2459set dummy gcc; ac_word=$2
81ecdfbb
RW
2460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461$as_echo_n "checking for $ac_word... " >&6; }
2462if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2463 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2464else
2465 if test -n "$ac_ct_CC"; then
2466 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2467else
2468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469for as_dir in $PATH
2470do
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2475 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2477 break 2
2478 fi
2479done
81ecdfbb
RW
2480 done
2481IFS=$as_save_IFS
42ecbf5e
DJ
2482
2483fi
2484fi
2485ac_ct_CC=$ac_cv_prog_ac_ct_CC
2486if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2488$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2489else
81ecdfbb
RW
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491$as_echo "no" >&6; }
42ecbf5e
DJ
2492fi
2493
81ecdfbb
RW
2494 if test "x$ac_ct_CC" = x; then
2495 CC=""
2496 else
2497 case $cross_compiling:$ac_tool_warned in
2498yes:)
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2500$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2501ac_tool_warned=yes ;;
2502esac
2503 CC=$ac_ct_CC
2504 fi
42ecbf5e
DJ
2505else
2506 CC="$ac_cv_prog_CC"
2507fi
2508
2509if test -z "$CC"; then
81ecdfbb
RW
2510 if test -n "$ac_tool_prefix"; then
2511 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2512set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2514$as_echo_n "checking for $ac_word... " >&6; }
2515if test "${ac_cv_prog_CC+set}" = set; then :
2516 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2517else
2518 if test -n "$CC"; then
2519 ac_cv_prog_CC="$CC" # Let the user override the test.
2520else
2521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2522for as_dir in $PATH
2523do
2524 IFS=$as_save_IFS
2525 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2526 for ac_exec_ext in '' $ac_executable_extensions; do
2527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2528 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2530 break 2
2531 fi
2532done
81ecdfbb
RW
2533 done
2534IFS=$as_save_IFS
42ecbf5e
DJ
2535
2536fi
2537fi
2538CC=$ac_cv_prog_CC
2539if test -n "$CC"; then
81ecdfbb
RW
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2541$as_echo "$CC" >&6; }
42ecbf5e 2542else
81ecdfbb
RW
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2544$as_echo "no" >&6; }
42ecbf5e
DJ
2545fi
2546
81ecdfbb
RW
2547
2548 fi
42ecbf5e 2549fi
81ecdfbb 2550if test -z "$CC"; then
42ecbf5e
DJ
2551 # Extract the first word of "cc", so it can be a program name with args.
2552set dummy cc; ac_word=$2
81ecdfbb
RW
2553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554$as_echo_n "checking for $ac_word... " >&6; }
2555if test "${ac_cv_prog_CC+set}" = set; then :
2556 $as_echo_n "(cached) " >&6
42ecbf5e 2557else
81ecdfbb
RW
2558 if test -n "$CC"; then
2559 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2560else
81ecdfbb 2561 ac_prog_rejected=no
42ecbf5e
DJ
2562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563for as_dir in $PATH
2564do
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2570 ac_prog_rejected=yes
2571 continue
2572 fi
2573 ac_cv_prog_CC="cc"
2574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2575 break 2
2576 fi
2577done
81ecdfbb
RW
2578 done
2579IFS=$as_save_IFS
42ecbf5e
DJ
2580
2581if test $ac_prog_rejected = yes; then
2582 # We found a bogon in the path, so make sure we never use it.
2583 set dummy $ac_cv_prog_CC
2584 shift
2585 if test $# != 0; then
2586 # We chose a different compiler from the bogus one.
2587 # However, it has the same basename, so the bogon will be chosen
2588 # first if we set CC to just the basename; use the full file name.
2589 shift
2590 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2591 fi
2592fi
2593fi
2594fi
2595CC=$ac_cv_prog_CC
2596if test -n "$CC"; then
81ecdfbb
RW
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2598$as_echo "$CC" >&6; }
42ecbf5e 2599else
81ecdfbb
RW
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601$as_echo "no" >&6; }
42ecbf5e
DJ
2602fi
2603
81ecdfbb 2604
42ecbf5e
DJ
2605fi
2606if test -z "$CC"; then
2607 if test -n "$ac_tool_prefix"; then
81ecdfbb 2608 for ac_prog in cl.exe
42ecbf5e
DJ
2609 do
2610 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2611set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613$as_echo_n "checking for $ac_word... " >&6; }
2614if test "${ac_cv_prog_CC+set}" = set; then :
2615 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2616else
2617 if test -n "$CC"; then
2618 ac_cv_prog_CC="$CC" # Let the user override the test.
2619else
2620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621for as_dir in $PATH
2622do
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2625 for ac_exec_ext in '' $ac_executable_extensions; do
2626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2627 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2629 break 2
2630 fi
2631done
81ecdfbb
RW
2632 done
2633IFS=$as_save_IFS
42ecbf5e
DJ
2634
2635fi
2636fi
2637CC=$ac_cv_prog_CC
2638if test -n "$CC"; then
81ecdfbb
RW
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2640$as_echo "$CC" >&6; }
42ecbf5e 2641else
81ecdfbb
RW
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2643$as_echo "no" >&6; }
42ecbf5e
DJ
2644fi
2645
81ecdfbb 2646
42ecbf5e
DJ
2647 test -n "$CC" && break
2648 done
2649fi
2650if test -z "$CC"; then
2651 ac_ct_CC=$CC
81ecdfbb 2652 for ac_prog in cl.exe
42ecbf5e
DJ
2653do
2654 # Extract the first word of "$ac_prog", so it can be a program name with args.
2655set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657$as_echo_n "checking for $ac_word... " >&6; }
2658if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2659 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2660else
2661 if test -n "$ac_ct_CC"; then
2662 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2663else
2664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665for as_dir in $PATH
2666do
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2669 for ac_exec_ext in '' $ac_executable_extensions; do
2670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2671 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2673 break 2
2674 fi
2675done
81ecdfbb
RW
2676 done
2677IFS=$as_save_IFS
42ecbf5e
DJ
2678
2679fi
2680fi
2681ac_ct_CC=$ac_cv_prog_ac_ct_CC
2682if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2684$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2685else
81ecdfbb
RW
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2687$as_echo "no" >&6; }
42ecbf5e
DJ
2688fi
2689
81ecdfbb 2690
42ecbf5e
DJ
2691 test -n "$ac_ct_CC" && break
2692done
2693
81ecdfbb
RW
2694 if test "x$ac_ct_CC" = x; then
2695 CC=""
2696 else
2697 case $cross_compiling:$ac_tool_warned in
2698yes:)
2699{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2700$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2701ac_tool_warned=yes ;;
2702esac
2703 CC=$ac_ct_CC
2704 fi
42ecbf5e
DJ
2705fi
2706
2707fi
2708
2709
81ecdfbb
RW
2710test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2711$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2712as_fn_error "no acceptable C compiler found in \$PATH
2713See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2714
2715# Provide some information about the compiler.
81ecdfbb
RW
2716$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2717set X $ac_compile
2718ac_compiler=$2
2719for ac_option in --version -v -V -qversion; do
2720 { { ac_try="$ac_compiler $ac_option >&5"
2721case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724esac
2725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2726$as_echo "$ac_try_echo"; } >&5
2727 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2728 ac_status=$?
81ecdfbb
RW
2729 if test -s conftest.err; then
2730 sed '10a\
2731... rest of stderr output deleted ...
2732 10q' conftest.err >conftest.er1
2733 cat conftest.er1 >&5
2734 rm -f conftest.er1 conftest.err
2735 fi
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; }
2738done
42ecbf5e 2739
81ecdfbb 2740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2741/* end confdefs.h. */
2742
2743int
2744main ()
2745{
2746
2747 ;
2748 return 0;
2749}
2750_ACEOF
2751ac_clean_files_save=$ac_clean_files
81ecdfbb 2752ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2753# Try to create an executable without -o first, disregard a.out.
2754# It will help us diagnose broken compilers, and finding out an intuition
2755# of exeext.
81ecdfbb
RW
2756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2757$as_echo_n "checking for C compiler default output file name... " >&6; }
2758ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2759
2760# The possible output files:
2761ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2762
2763ac_rmfiles=
2764for ac_file in $ac_files
2765do
2766 case $ac_file in
2767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2768 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2769 esac
2770done
2771rm -f $ac_rmfiles
2772
2773if { { ac_try="$ac_link_default"
2774case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777esac
2778eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779$as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_link_default") 2>&5
2781 ac_status=$?
2782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2783 test $ac_status = 0; }; then :
2784 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2785# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2786# in a Makefile. We should not override ac_cv_exeext if it was cached,
2787# so that the user can short-circuit this test for compilers unknown to
2788# Autoconf.
2789for ac_file in $ac_files ''
42ecbf5e
DJ
2790do
2791 test -f "$ac_file" || continue
2792 case $ac_file in
81ecdfbb 2793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
2794 ;;
2795 [ab].out )
2796 # We found the default executable, but exeext='' is most
2797 # certainly right.
2798 break;;
2799 *.* )
81ecdfbb
RW
2800 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2801 then :; else
2802 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 fi
2804 # We set ac_cv_exeext here because the later test for it is not
2805 # safe: cross compilers may not add the suffix if given an `-o'
2806 # argument, so we may need to know it at that point already.
2807 # Even if this section looks crufty: it has the advantage of
2808 # actually working.
42ecbf5e
DJ
2809 break;;
2810 * )
2811 break;;
2812 esac
2813done
81ecdfbb
RW
2814test "$ac_cv_exeext" = no && ac_cv_exeext=
2815
42ecbf5e 2816else
81ecdfbb
RW
2817 ac_file=''
2818fi
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2820$as_echo "$ac_file" >&6; }
2821if test -z "$ac_file"; then :
2822 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2823sed 's/^/| /' conftest.$ac_ext >&5
2824
81ecdfbb
RW
2825{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2826$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2827{ as_fn_set_status 77
2828as_fn_error "C compiler cannot create executables
2829See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 2830fi
42ecbf5e 2831ac_exeext=$ac_cv_exeext
42ecbf5e 2832
81ecdfbb 2833# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2834# the compiler is broken, or we cross compile.
81ecdfbb
RW
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2836$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
2837# If not cross compiling, check that we can run a simple program.
2838if test "$cross_compiling" != yes; then
2839 if { ac_try='./$ac_file'
81ecdfbb
RW
2840 { { case "(($ac_try" in
2841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2842 *) ac_try_echo=$ac_try;;
2843esac
2844eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2845$as_echo "$ac_try_echo"; } >&5
2846 (eval "$ac_try") 2>&5
42ecbf5e 2847 ac_status=$?
81ecdfbb
RW
2848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849 test $ac_status = 0; }; }; then
42ecbf5e
DJ
2850 cross_compiling=no
2851 else
2852 if test "$cross_compiling" = maybe; then
2853 cross_compiling=yes
2854 else
81ecdfbb
RW
2855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2857as_fn_error "cannot run C compiled programs.
42ecbf5e 2858If you meant to cross compile, use \`--host'.
81ecdfbb 2859See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2860 fi
2861 fi
2862fi
81ecdfbb
RW
2863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2864$as_echo "yes" >&6; }
42ecbf5e 2865
81ecdfbb 2866rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 2867ac_clean_files=$ac_clean_files_save
81ecdfbb 2868# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2869# the compiler is broken, or we cross compile.
81ecdfbb
RW
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2871$as_echo_n "checking whether we are cross compiling... " >&6; }
2872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2873$as_echo "$cross_compiling" >&6; }
2874
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2876$as_echo_n "checking for suffix of executables... " >&6; }
2877if { { ac_try="$ac_link"
2878case "(($ac_try" in
2879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880 *) ac_try_echo=$ac_try;;
2881esac
2882eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2883$as_echo "$ac_try_echo"; } >&5
2884 (eval "$ac_link") 2>&5
42ecbf5e 2885 ac_status=$?
81ecdfbb
RW
2886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2887 test $ac_status = 0; }; then :
42ecbf5e
DJ
2888 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2889# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2890# work properly (i.e., refer to `conftest.exe'), while it won't with
2891# `rm'.
2892for ac_file in conftest.exe conftest conftest.*; do
2893 test -f "$ac_file" || continue
2894 case $ac_file in
81ecdfbb 2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 2896 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
2897 break;;
2898 * ) break;;
2899 esac
2900done
2901else
81ecdfbb
RW
2902 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2903$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2904as_fn_error "cannot compute suffix of executables: cannot compile and link
2905See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2906fi
42ecbf5e 2907rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2909$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
2910
2911rm -f conftest.$ac_ext
2912EXEEXT=$ac_cv_exeext
2913ac_exeext=$EXEEXT
81ecdfbb
RW
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2915$as_echo_n "checking for suffix of object files... " >&6; }
2916if test "${ac_cv_objext+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
42ecbf5e 2918else
81ecdfbb 2919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2920/* end confdefs.h. */
2921
2922int
2923main ()
2924{
2925
2926 ;
2927 return 0;
2928}
2929_ACEOF
2930rm -f conftest.o conftest.obj
81ecdfbb
RW
2931if { { ac_try="$ac_compile"
2932case "(($ac_try" in
2933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2934 *) ac_try_echo=$ac_try;;
2935esac
2936eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2937$as_echo "$ac_try_echo"; } >&5
2938 (eval "$ac_compile") 2>&5
2939 ac_status=$?
2940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2941 test $ac_status = 0; }; then :
2942 for ac_file in conftest.o conftest.obj conftest.*; do
2943 test -f "$ac_file" || continue;
42ecbf5e 2944 case $ac_file in
81ecdfbb 2945 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
2946 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2947 break;;
2948 esac
2949done
2950else
81ecdfbb 2951 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2952sed 's/^/| /' conftest.$ac_ext >&5
2953
81ecdfbb
RW
2954{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2955$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2956as_fn_error "cannot compute suffix of object files: cannot compile
2957See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2958fi
42ecbf5e
DJ
2959rm -f conftest.$ac_cv_objext conftest.$ac_ext
2960fi
81ecdfbb
RW
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2962$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
2963OBJEXT=$ac_cv_objext
2964ac_objext=$OBJEXT
81ecdfbb
RW
2965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2966$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2967if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2968 $as_echo_n "(cached) " >&6
42ecbf5e 2969else
81ecdfbb 2970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2971/* end confdefs.h. */
2972
2973int
2974main ()
2975{
2976#ifndef __GNUC__
2977 choke me
2978#endif
2979
2980 ;
2981 return 0;
2982}
2983_ACEOF
81ecdfbb 2984if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
2985 ac_compiler_gnu=yes
2986else
81ecdfbb 2987 ac_compiler_gnu=no
42ecbf5e 2988fi
81ecdfbb 2989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
2990ac_cv_c_compiler_gnu=$ac_compiler_gnu
2991
2992fi
81ecdfbb
RW
2993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2994$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2995if test $ac_compiler_gnu = yes; then
2996 GCC=yes
2997else
2998 GCC=
2999fi
42ecbf5e
DJ
3000ac_test_CFLAGS=${CFLAGS+set}
3001ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3003$as_echo_n "checking whether $CC accepts -g... " >&6; }
3004if test "${ac_cv_prog_cc_g+set}" = set; then :
3005 $as_echo_n "(cached) " >&6
3006else
3007 ac_save_c_werror_flag=$ac_c_werror_flag
3008 ac_c_werror_flag=yes
3009 ac_cv_prog_cc_g=no
3010 CFLAGS="-g"
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3012/* end confdefs.h. */
3013
3014int
3015main ()
3016{
3017
3018 ;
3019 return 0;
3020}
3021_ACEOF
81ecdfbb 3022if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3023 ac_cv_prog_cc_g=yes
3024else
81ecdfbb
RW
3025 CFLAGS=""
3026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3027/* end confdefs.h. */
3028
3029int
3030main ()
3031{
3032
3033 ;
3034 return 0;
3035}
3036_ACEOF
3037if ac_fn_c_try_compile "$LINENO"; then :
3038
3039else
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041 CFLAGS="-g"
3042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3043/* end confdefs.h. */
3044
3045int
3046main ()
3047{
42ecbf5e 3048
81ecdfbb
RW
3049 ;
3050 return 0;
3051}
3052_ACEOF
3053if ac_fn_c_try_compile "$LINENO"; then :
3054 ac_cv_prog_cc_g=yes
3055fi
3056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3057fi
81ecdfbb 3058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3059fi
81ecdfbb
RW
3060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 ac_c_werror_flag=$ac_save_c_werror_flag
3062fi
3063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3064$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3065if test "$ac_test_CFLAGS" = set; then
3066 CFLAGS=$ac_save_CFLAGS
3067elif test $ac_cv_prog_cc_g = yes; then
3068 if test "$GCC" = yes; then
3069 CFLAGS="-g -O2"
3070 else
3071 CFLAGS="-g"
3072 fi
3073else
3074 if test "$GCC" = yes; then
3075 CFLAGS="-O2"
3076 else
3077 CFLAGS=
3078 fi
3079fi
81ecdfbb
RW
3080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3081$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3082if test "${ac_cv_prog_cc_c89+set}" = set; then :
3083 $as_echo_n "(cached) " >&6
42ecbf5e 3084else
81ecdfbb 3085 ac_cv_prog_cc_c89=no
42ecbf5e 3086ac_save_CC=$CC
81ecdfbb 3087cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3088/* end confdefs.h. */
3089#include <stdarg.h>
3090#include <stdio.h>
3091#include <sys/types.h>
3092#include <sys/stat.h>
3093/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3094struct buf { int x; };
3095FILE * (*rcsopen) (struct buf *, struct stat *, int);
3096static char *e (p, i)
3097 char **p;
3098 int i;
3099{
3100 return p[i];
3101}
3102static char *f (char * (*g) (char **, int), char **p, ...)
3103{
3104 char *s;
3105 va_list v;
3106 va_start (v,p);
3107 s = g (p, va_arg (v,int));
3108 va_end (v);
3109 return s;
3110}
3111
3112/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3113 function prototypes and stuff, but not '\xHH' hex character constants.
3114 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3115 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3116 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3117 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3118 that's true only with -std. */
42ecbf5e
DJ
3119int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3120
81ecdfbb
RW
3121/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3122 inside strings and character constants. */
3123#define FOO(x) 'x'
3124int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3125
42ecbf5e
DJ
3126int test (int i, double x);
3127struct s1 {int (*f) (int a);};
3128struct s2 {int (*f) (double a);};
3129int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3130int argc;
3131char **argv;
3132int
3133main ()
3134{
3135return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3136 ;
3137 return 0;
3138}
3139_ACEOF
81ecdfbb
RW
3140for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3141 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3142do
3143 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3144 if ac_fn_c_try_compile "$LINENO"; then :
3145 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3146fi
81ecdfbb
RW
3147rm -f core conftest.err conftest.$ac_objext
3148 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3149done
81ecdfbb 3150rm -f conftest.$ac_ext
42ecbf5e
DJ
3151CC=$ac_save_CC
3152
3153fi
81ecdfbb
RW
3154# AC_CACHE_VAL
3155case "x$ac_cv_prog_cc_c89" in
3156 x)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3158$as_echo "none needed" >&6; } ;;
3159 xno)
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3161$as_echo "unsupported" >&6; } ;;
42ecbf5e 3162 *)
81ecdfbb
RW
3163 CC="$CC $ac_cv_prog_cc_c89"
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3165$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3166esac
81ecdfbb 3167if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3168
42ecbf5e
DJ
3169fi
3170
42ecbf5e
DJ
3171ac_ext=c
3172ac_cpp='$CPP $CPPFLAGS'
3173ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3174ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3175ac_compiler_gnu=$ac_cv_c_compiler_gnu
3176
3177
81ecdfbb
RW
3178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3179$as_echo_n "checking for library containing strerror... " >&6; }
3180if test "${ac_cv_search_strerror+set}" = set; then :
3181 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3182else
3183 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3184cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3185/* end confdefs.h. */
3186
81ecdfbb
RW
3187/* Override any GCC internal prototype to avoid an error.
3188 Use char because int might match the return type of a GCC
3189 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3190#ifdef __cplusplus
3191extern "C"
3192#endif
42ecbf5e
DJ
3193char strerror ();
3194int
3195main ()
3196{
81ecdfbb 3197return strerror ();
42ecbf5e
DJ
3198 ;
3199 return 0;
3200}
3201_ACEOF
81ecdfbb
RW
3202for ac_lib in '' cposix; do
3203 if test -z "$ac_lib"; then
3204 ac_res="none required"
3205 else
3206 ac_res=-l$ac_lib
42ecbf5e 3207 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3208 fi
3209 if ac_fn_c_try_link "$LINENO"; then :
3210 ac_cv_search_strerror=$ac_res
3211fi
3212rm -f core conftest.err conftest.$ac_objext \
3213 conftest$ac_exeext
3214 if test "${ac_cv_search_strerror+set}" = set; then :
3215 break
3216fi
3217done
3218if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3219
42ecbf5e 3220else
81ecdfbb 3221 ac_cv_search_strerror=no
42ecbf5e 3222fi
81ecdfbb 3223rm conftest.$ac_ext
42ecbf5e
DJ
3224LIBS=$ac_func_search_save_LIBS
3225fi
81ecdfbb
RW
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3227$as_echo "$ac_cv_search_strerror" >&6; }
3228ac_res=$ac_cv_search_strerror
3229if test "$ac_res" != no; then :
3230 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3231
3232fi
3233
3234
3235BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
81ecdfbb
RW
3236am__api_version='1.11'
3237
42ecbf5e
DJ
3238# Find a good install program. We prefer a C program (faster),
3239# so one script is as good as another. But avoid the broken or
3240# incompatible versions:
3241# SysV /etc/install, /usr/sbin/install
3242# SunOS /usr/etc/install
3243# IRIX /sbin/install
3244# AIX /bin/install
3245# AmigaOS /C/install, which installs bootblocks on floppy discs
3246# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3247# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3248# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3249# OS/2's system install, which has a completely different semantic
3250# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3251# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3253$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3254if test -z "$INSTALL"; then
81ecdfbb
RW
3255if test "${ac_cv_path_install+set}" = set; then :
3256 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3257else
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259for as_dir in $PATH
3260do
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3263 # Account for people who put trailing slashes in PATH elements.
3264case $as_dir/ in #((
3265 ./ | .// | /[cC]/* | \
42ecbf5e 3266 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3267 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3268 /usr/ucb/* ) ;;
3269 *)
3270 # OSF1 and SCO ODT 3.0 have their own names for install.
3271 # Don't use installbsd from OSF since it installs stuff as root
3272 # by default.
3273 for ac_prog in ginstall scoinst install; do
3274 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3275 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3276 if test $ac_prog = install &&
3277 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3278 # AIX install. It has an incompatible calling convention.
3279 :
42ecbf5e
DJ
3280 elif test $ac_prog = install &&
3281 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3282 # program-specific install script used by HP pwplus--don't use.
3283 :
252b5132 3284 else
58c85be7
RW
3285 rm -rf conftest.one conftest.two conftest.dir
3286 echo one > conftest.one
3287 echo two > conftest.two
3288 mkdir conftest.dir
3289 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3290 test -s conftest.one && test -s conftest.two &&
3291 test -s conftest.dir/conftest.one &&
3292 test -s conftest.dir/conftest.two
3293 then
3294 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3295 break 3
3296 fi
252b5132
RH
3297 fi
3298 fi
d15b04bd 3299 done
42ecbf5e
DJ
3300 done
3301 ;;
3302esac
81ecdfbb
RW
3303
3304 done
3305IFS=$as_save_IFS
42ecbf5e 3306
58c85be7 3307rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3308
3309fi
3310 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3311 INSTALL=$ac_cv_path_install
252b5132 3312 else
58c85be7
RW
3313 # As a last resort, use the slow shell script. Don't cache a
3314 # value for INSTALL within a source directory, because that will
252b5132 3315 # break other packages using the cache if that directory is
58c85be7 3316 # removed, or if the value is a relative name.
42ecbf5e 3317 INSTALL=$ac_install_sh
252b5132
RH
3318 fi
3319fi
81ecdfbb
RW
3320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3321$as_echo "$INSTALL" >&6; }
252b5132
RH
3322
3323# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3324# It thinks the first close brace ends the variable substitution.
3325test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3326
42ecbf5e 3327test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3328
3329test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3330
81ecdfbb
RW
3331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3332$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3333# Just in case
3334sleep 1
42ecbf5e 3335echo timestamp > conftest.file
81ecdfbb
RW
3336# Reject unsafe characters in $srcdir or the absolute working directory
3337# name. Accept space and tab only in the latter.
3338am_lf='
3339'
3340case `pwd` in
3341 *[\\\"\#\$\&\'\`$am_lf]*)
3342 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3343esac
3344case $srcdir in
3345 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3346 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3347esac
3348
252b5132
RH
3349# Do `set' in a subshell so we don't clobber the current shell's
3350# arguments. Must try -L first in case configure is actually a
3351# symlink; some systems play weird games with the mod time of symlinks
3352# (eg FreeBSD returns the mod time of the symlink's containing
3353# directory).
3354if (
81ecdfbb 3355 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3356 if test "$*" = "X"; then
3357 # -L didn't work.
81ecdfbb 3358 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3359 fi
42ecbf5e
DJ
3360 rm -f conftest.file
3361 if test "$*" != "X $srcdir/configure conftest.file" \
3362 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3363
3364 # If neither matched, then we have a broken ls. This can happen
3365 # if, for instance, CONFIG_SHELL is bash and it inherits a
3366 # broken ls alias from the environment. This has actually
3367 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3368 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3369alias in your environment" "$LINENO" 5
252b5132
RH
3370 fi
3371
42ecbf5e 3372 test "$2" = conftest.file
252b5132
RH
3373 )
3374then
3375 # Ok.
3376 :
3377else
81ecdfbb
RW
3378 as_fn_error "newly created file is older than distributed files!
3379Check your system clock" "$LINENO" 5
42ecbf5e 3380fi
81ecdfbb
RW
3381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3382$as_echo "yes" >&6; }
42ecbf5e 3383test "$program_prefix" != NONE &&
81ecdfbb 3384 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3385# Use a double $ so make ignores it.
3386test "$program_suffix" != NONE &&
81ecdfbb
RW
3387 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3388# Double any \ or $.
42ecbf5e 3389# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3390ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3391program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3392
3393# expand $ac_aux_dir to an absolute path
3394am_aux_dir=`cd $ac_aux_dir && pwd`
3395
81ecdfbb
RW
3396if test x"${MISSING+set}" != xset; then
3397 case $am_aux_dir in
3398 *\ * | *\ *)
3399 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3400 *)
3401 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3402 esac
3403fi
42ecbf5e
DJ
3404# Use eval to expand $SHELL
3405if eval "$MISSING --run true"; then
3406 am_missing_run="$MISSING --run "
3407else
3408 am_missing_run=
81ecdfbb
RW
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3410$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3411fi
3412
81ecdfbb
RW
3413if test x"${install_sh}" != xset; then
3414 case $am_aux_dir in
3415 *\ * | *\ *)
3416 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3417 *)
3418 install_sh="\${SHELL} $am_aux_dir/install-sh"
3419 esac
3420fi
3421
3422# Installed binaries are usually stripped using `strip' when the user
3423# run `make install-strip'. However `strip' might not be the right
3424# tool to use in cross-compilation environments, therefore Automake
3425# will honor the `STRIP' environment variable to overrule this program.
3426if test "$cross_compiling" != no; then
3427 if test -n "$ac_tool_prefix"; then
3428 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3429set dummy ${ac_tool_prefix}strip; ac_word=$2
3430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3431$as_echo_n "checking for $ac_word... " >&6; }
3432if test "${ac_cv_prog_STRIP+set}" = set; then :
3433 $as_echo_n "(cached) " >&6
42ecbf5e 3434else
81ecdfbb
RW
3435 if test -n "$STRIP"; then
3436 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3437else
3438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3439for as_dir in $PATH
3440do
3441 IFS=$as_save_IFS
3442 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3443 for ac_exec_ext in '' $ac_executable_extensions; do
3444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3445 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3447 break 2
3448 fi
3449done
3450 done
3451IFS=$as_save_IFS
3452
3453fi
3454fi
3455STRIP=$ac_cv_prog_STRIP
3456if test -n "$STRIP"; then
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3458$as_echo "$STRIP" >&6; }
3459else
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3461$as_echo "no" >&6; }
3462fi
3463
3464
3465fi
3466if test -z "$ac_cv_prog_STRIP"; then
3467 ac_ct_STRIP=$STRIP
3468 # Extract the first word of "strip", so it can be a program name with args.
3469set dummy strip; ac_word=$2
3470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3471$as_echo_n "checking for $ac_word... " >&6; }
3472if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3473 $as_echo_n "(cached) " >&6
3474else
3475 if test -n "$ac_ct_STRIP"; then
3476 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3477else
3478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3479for as_dir in $PATH
3480do
3481 IFS=$as_save_IFS
3482 test -z "$as_dir" && as_dir=.
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3485 ac_cv_prog_ac_ct_STRIP="strip"
3486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3487 break 2
3488 fi
3489done
81ecdfbb
RW
3490 done
3491IFS=$as_save_IFS
3492
3493fi
3494fi
3495ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3496if test -n "$ac_ct_STRIP"; then
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3498$as_echo "$ac_ct_STRIP" >&6; }
3499else
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3501$as_echo "no" >&6; }
3502fi
3503
3504 if test "x$ac_ct_STRIP" = x; then
3505 STRIP=":"
3506 else
3507 case $cross_compiling:$ac_tool_warned in
3508yes:)
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3510$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3511ac_tool_warned=yes ;;
3512esac
3513 STRIP=$ac_ct_STRIP
3514 fi
3515else
3516 STRIP="$ac_cv_prog_STRIP"
3517fi
3518
3519fi
3520INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3521
3522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3523$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3524if test -z "$MKDIR_P"; then
3525 if test "${ac_cv_path_mkdir+set}" = set; then :
3526 $as_echo_n "(cached) " >&6
3527else
3528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3529for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3530do
3531 IFS=$as_save_IFS
3532 test -z "$as_dir" && as_dir=.
3533 for ac_prog in mkdir gmkdir; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
3535 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3536 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3537 'mkdir (GNU coreutils) '* | \
3538 'mkdir (coreutils) '* | \
3539 'mkdir (fileutils) '4.1*)
3540 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3541 break 3;;
3542 esac
3543 done
3544 done
3545 done
3546IFS=$as_save_IFS
3547
3548fi
3549
3550 if test "${ac_cv_path_mkdir+set}" = set; then
3551 MKDIR_P="$ac_cv_path_mkdir -p"
3552 else
3553 # As a last resort, use the slow shell script. Don't cache a
3554 # value for MKDIR_P within a source directory, because that will
3555 # break other packages using the cache if that directory is
3556 # removed, or if the value is a relative name.
3557 test -d ./--version && rmdir ./--version
3558 MKDIR_P="$ac_install_sh -d"
3559 fi
3560fi
3561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3562$as_echo "$MKDIR_P" >&6; }
3563
3564mkdir_p="$MKDIR_P"
3565case $mkdir_p in
3566 [\\/$]* | ?:[\\/]*) ;;
3567 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3568esac
3569
3570for ac_prog in gawk mawk nawk awk
3571do
3572 # Extract the first word of "$ac_prog", so it can be a program name with args.
3573set dummy $ac_prog; ac_word=$2
3574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3575$as_echo_n "checking for $ac_word... " >&6; }
3576if test "${ac_cv_prog_AWK+set}" = set; then :
3577 $as_echo_n "(cached) " >&6
3578else
3579 if test -n "$AWK"; then
3580 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3581else
3582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583for as_dir in $PATH
3584do
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_AWK="$ac_prog"
3590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3592 fi
42ecbf5e 3593done
81ecdfbb
RW
3594 done
3595IFS=$as_save_IFS
42ecbf5e
DJ
3596
3597fi
3598fi
3599AWK=$ac_cv_prog_AWK
3600if test -n "$AWK"; then
81ecdfbb
RW
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3602$as_echo "$AWK" >&6; }
42ecbf5e 3603else
81ecdfbb
RW
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3605$as_echo "no" >&6; }
42ecbf5e
DJ
3606fi
3607
81ecdfbb 3608
42ecbf5e
DJ
3609 test -n "$AWK" && break
3610done
3611
81ecdfbb
RW
3612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3613$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3614set x ${MAKE-make}
3615ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3616if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3617 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3618else
3619 cat >conftest.make <<\_ACEOF
81ecdfbb 3620SHELL = /bin/sh
42ecbf5e 3621all:
81ecdfbb 3622 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3623_ACEOF
3624# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3625case `${MAKE-make} -f conftest.make 2>/dev/null` in
3626 *@@@%%%=?*=@@@%%%*)
3627 eval ac_cv_prog_make_${ac_make}_set=yes;;
3628 *)
3629 eval ac_cv_prog_make_${ac_make}_set=no;;
3630esac
42ecbf5e
DJ
3631rm -f conftest.make
3632fi
81ecdfbb
RW
3633if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3635$as_echo "yes" >&6; }
42ecbf5e
DJ
3636 SET_MAKE=
3637else
81ecdfbb
RW
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3639$as_echo "no" >&6; }
42ecbf5e
DJ
3640 SET_MAKE="MAKE=${MAKE-make}"
3641fi
3642
3643rm -rf .tst 2>/dev/null
3644mkdir .tst 2>/dev/null
3645if test -d .tst; then
3646 am__leading_dot=.
3647else
3648 am__leading_dot=_
3649fi
3650rmdir .tst 2>/dev/null
3651
3652DEPDIR="${am__leading_dot}deps"
3653
81ecdfbb 3654ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3655
3656
3657am_make=${MAKE-make}
3658cat > confinc << 'END'
3659am__doit:
81ecdfbb 3660 @echo this is the am__doit target
42ecbf5e
DJ
3661.PHONY: am__doit
3662END
3663# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3665$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3666am__include="#"
3667am__quote=
3668_am_result=none
3669# First try GNU make style include.
3670echo "include confinc" > confmf
81ecdfbb
RW
3671# Ignore all kinds of additional output from `make'.
3672case `$am_make -s -f confmf 2> /dev/null` in #(
3673*the\ am__doit\ target*)
3674 am__include=include
3675 am__quote=
3676 _am_result=GNU
3677 ;;
3678esac
42ecbf5e
DJ
3679# Now try BSD make style include.
3680if test "$am__include" = "#"; then
3681 echo '.include "confinc"' > confmf
81ecdfbb
RW
3682 case `$am_make -s -f confmf 2> /dev/null` in #(
3683 *the\ am__doit\ target*)
3684 am__include=.include
3685 am__quote="\""
3686 _am_result=BSD
3687 ;;
3688 esac
42ecbf5e
DJ
3689fi
3690
3691
81ecdfbb
RW
3692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3693$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3694rm -f confinc confmf
3695
81ecdfbb
RW
3696# Check whether --enable-dependency-tracking was given.
3697if test "${enable_dependency_tracking+set}" = set; then :
3698 enableval=$enable_dependency_tracking;
3699fi
42ecbf5e 3700
42ecbf5e
DJ
3701if test "x$enable_dependency_tracking" != xno; then
3702 am_depcomp="$ac_aux_dir/depcomp"
3703 AMDEPBACKSLASH='\'
3704fi
81ecdfbb 3705 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3706 AMDEP_TRUE=
3707 AMDEP_FALSE='#'
3708else
3709 AMDEP_TRUE='#'
3710 AMDEP_FALSE=
3711fi
3712
3713
81ecdfbb
RW
3714if test "`cd $srcdir && pwd`" != "`pwd`"; then
3715 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3716 # is not polluted with repeated "-I."
3717 am__isrc=' -I$(srcdir)'
3718 # test to see if srcdir already configured
3719 if test -f $srcdir/config.status; then
3720 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3721 fi
42ecbf5e
DJ
3722fi
3723
3724# test whether we have cygpath
3725if test -z "$CYGPATH_W"; then
3726 if (cygpath --version) >/dev/null 2>/dev/null; then
3727 CYGPATH_W='cygpath -w'
3728 else
3729 CYGPATH_W=echo
3730 fi
3731fi
3732
3733
3734# Define the identity of the package.
3735 PACKAGE=binutils
3736 VERSION=${BFD_VERSION}
3737
3738
3739cat >>confdefs.h <<_ACEOF
3740#define PACKAGE "$PACKAGE"
3741_ACEOF
3742
3743
3744cat >>confdefs.h <<_ACEOF
3745#define VERSION "$VERSION"
3746_ACEOF
3747
3748# Some tools Automake needs.
3749
3750ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3751
3752
3753AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3754
3755
3756AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3757
3758
3759AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3760
3761
3762MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3763
42ecbf5e
DJ
3764# We need awk for the "check" target. The system "awk" is bad on
3765# some platforms.
3766# Always define AMTAR for backward compatibility.
252b5132 3767
42ecbf5e 3768AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 3769
42ecbf5e 3770am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
3771
3772
3773
252b5132 3774
42ecbf5e
DJ
3775depcc="$CC" am_compiler_list=
3776
81ecdfbb
RW
3777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3778$as_echo_n "checking dependency style of $depcc... " >&6; }
3779if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3780 $as_echo_n "(cached) " >&6
252b5132 3781else
42ecbf5e
DJ
3782 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3783 # We make a subdir and do the tests there. Otherwise we can end up
3784 # making bogus files that we don't know about and never remove. For
3785 # instance it was reported that on HP-UX the gcc test will end up
3786 # making a dummy file named `D' -- because `-MD' means `put the output
3787 # in D'.
3788 mkdir conftest.dir
3789 # Copy depcomp to subdir because otherwise we won't find it if we're
3790 # using a relative directory.
3791 cp "$am_depcomp" conftest.dir
3792 cd conftest.dir
3793 # We will build objects and dependencies in a subdirectory because
3794 # it helps to detect inapplicable dependency modes. For instance
3795 # both Tru64's cc and ICC support -MD to output dependencies as a
3796 # side effect of compilation, but ICC will put the dependencies in
3797 # the current directory while Tru64 will put them in the object
3798 # directory.
3799 mkdir sub
252b5132 3800
42ecbf5e
DJ
3801 am_cv_CC_dependencies_compiler_type=none
3802 if test "$am_compiler_list" = ""; then
3803 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3804 fi
81ecdfbb
RW
3805 am__universal=false
3806 case " $depcc " in #(
3807 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3808 esac
3809
42ecbf5e
DJ
3810 for depmode in $am_compiler_list; do
3811 # Setup a source with many dependencies, because some compilers
3812 # like to wrap large dependency lists on column 80 (with \), and
3813 # we should not choose a depcomp mode which is confused by this.
3814 #
3815 # We need to recreate these files for each test, as the compiler may
3816 # overwrite some of them when testing with obscure command lines.
3817 # This happens at least with the AIX C compiler.
3818 : > sub/conftest.c
3819 for i in 1 2 3 4 5 6; do
3820 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3821 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3822 # Solaris 8's {/usr,}/bin/sh.
3823 touch sub/conftst$i.h
3824 done
3825 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3826
81ecdfbb
RW
3827 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3828 # mode. It turns out that the SunPro C++ compiler does not properly
3829 # handle `-M -o', and we need to detect this. Also, some Intel
3830 # versions had trouble with output in subdirs
3831 am__obj=sub/conftest.${OBJEXT-o}
3832 am__minus_obj="-o $am__obj"
42ecbf5e 3833 case $depmode in
81ecdfbb
RW
3834 gcc)
3835 # This depmode causes a compiler race in universal mode.
3836 test "$am__universal" = false || continue
3837 ;;
42ecbf5e
DJ
3838 nosideeffect)
3839 # after this tag, mechanisms are not by side-effect, so they'll
3840 # only be used when explicitly requested
3841 if test "x$enable_dependency_tracking" = xyes; then
3842 continue
3843 else
3844 break
3845 fi
3846 ;;
81ecdfbb
RW
3847 msvisualcpp | msvcmsys)
3848 # This compiler won't grok `-c -o', but also, the minuso test has
3849 # not run yet. These depmodes are late enough in the game, and
3850 # so weak that their functioning should not be impacted.
3851 am__obj=conftest.${OBJEXT-o}
3852 am__minus_obj=
3853 ;;
42ecbf5e
DJ
3854 none) break ;;
3855 esac
42ecbf5e 3856 if depmode=$depmode \
81ecdfbb 3857 source=sub/conftest.c object=$am__obj \
42ecbf5e 3858 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3859 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 3860 >/dev/null 2>conftest.err &&
81ecdfbb 3861 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 3862 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3863 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
3864 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3865 # icc doesn't choke on unknown options, it will just issue warnings
3866 # or remarks (even with -Werror). So we grep stderr for any message
3867 # that says an option was ignored or not supported.
3868 # When given -MP, icc 7.0 and 7.1 complain thusly:
3869 # icc: Command line warning: ignoring option '-M'; no argument required
3870 # The diagnosis changed in icc 8.0:
3871 # icc: Command line remark: option '-MP' not supported
3872 if (grep 'ignoring option' conftest.err ||
3873 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3874 am_cv_CC_dependencies_compiler_type=$depmode
3875 break
3876 fi
3877 fi
3878 done
3879
3880 cd ..
3881 rm -rf conftest.dir
252b5132 3882else
42ecbf5e 3883 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3884fi
3885
252b5132 3886fi
81ecdfbb
RW
3887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3888$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
3889CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3890
81ecdfbb 3891 if
42ecbf5e
DJ
3892 test "x$enable_dependency_tracking" != xno \
3893 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3894 am__fastdepCC_TRUE=
3895 am__fastdepCC_FALSE='#'
252b5132 3896else
42ecbf5e
DJ
3897 am__fastdepCC_TRUE='#'
3898 am__fastdepCC_FALSE=
252b5132
RH
3899fi
3900
3901
3902
42ecbf5e 3903
d45dc31f
SE
3904ac_ext=c
3905ac_cpp='$CPP $CPPFLAGS'
3906ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908ac_compiler_gnu=$ac_cv_c_compiler_gnu
3909if test -n "$ac_tool_prefix"; then
3910 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3911set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3913$as_echo_n "checking for $ac_word... " >&6; }
3914if test "${ac_cv_prog_CC+set}" = set; then :
3915 $as_echo_n "(cached) " >&6
252b5132 3916else
d45dc31f
SE
3917 if test -n "$CC"; then
3918 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 3919else
d45dc31f
SE
3920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921for as_dir in $PATH
3922do
3923 IFS=$as_save_IFS
3924 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3925 for ac_exec_ext in '' $ac_executable_extensions; do
3926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3927 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3929 break 2
3930 fi
3931done
81ecdfbb
RW
3932 done
3933IFS=$as_save_IFS
ceae3e33 3934
d45dc31f
SE
3935fi
3936fi
3937CC=$ac_cv_prog_CC
3938if test -n "$CC"; then
81ecdfbb
RW
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3940$as_echo "$CC" >&6; }
252b5132 3941else
81ecdfbb
RW
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943$as_echo "no" >&6; }
252b5132 3944fi
d45dc31f 3945
81ecdfbb 3946
d45dc31f
SE
3947fi
3948if test -z "$ac_cv_prog_CC"; then
3949 ac_ct_CC=$CC
3950 # Extract the first word of "gcc", so it can be a program name with args.
3951set dummy gcc; ac_word=$2
81ecdfbb
RW
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953$as_echo_n "checking for $ac_word... " >&6; }
3954if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3955 $as_echo_n "(cached) " >&6
252b5132 3956else
d45dc31f
SE
3957 if test -n "$ac_ct_CC"; then
3958 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3959else
d45dc31f
SE
3960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in $PATH
3962do
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3967 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3969 break 2
3970 fi
3971done
81ecdfbb
RW
3972 done
3973IFS=$as_save_IFS
d45dc31f 3974
252b5132
RH
3975fi
3976fi
d45dc31f
SE
3977ac_ct_CC=$ac_cv_prog_ac_ct_CC
3978if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3980$as_echo "$ac_ct_CC" >&6; }
252b5132 3981else
81ecdfbb
RW
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3983$as_echo "no" >&6; }
252b5132 3984fi
d45dc31f 3985
81ecdfbb
RW
3986 if test "x$ac_ct_CC" = x; then
3987 CC=""
3988 else
3989 case $cross_compiling:$ac_tool_warned in
3990yes:)
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3992$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3993ac_tool_warned=yes ;;
3994esac
3995 CC=$ac_ct_CC
3996 fi
d45dc31f
SE
3997else
3998 CC="$ac_cv_prog_CC"
3999fi
4000
4001if test -z "$CC"; then
81ecdfbb
RW
4002 if test -n "$ac_tool_prefix"; then
4003 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4004set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4006$as_echo_n "checking for $ac_word... " >&6; }
4007if test "${ac_cv_prog_CC+set}" = set; then :
4008 $as_echo_n "(cached) " >&6
252b5132 4009else
d45dc31f
SE
4010 if test -n "$CC"; then
4011 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4012else
d45dc31f
SE
4013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4014for as_dir in $PATH
4015do
4016 IFS=$as_save_IFS
4017 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4018 for ac_exec_ext in '' $ac_executable_extensions; do
4019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4020 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4022 break 2
4023 fi
4024done
81ecdfbb
RW
4025 done
4026IFS=$as_save_IFS
d45dc31f 4027
252b5132
RH
4028fi
4029fi
d45dc31f
SE
4030CC=$ac_cv_prog_CC
4031if test -n "$CC"; then
81ecdfbb
RW
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4033$as_echo "$CC" >&6; }
d45dc31f 4034else
81ecdfbb
RW
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4036$as_echo "no" >&6; }
252b5132
RH
4037fi
4038
252b5132 4039
81ecdfbb 4040 fi
d45dc31f
SE
4041fi
4042if test -z "$CC"; then
4043 # Extract the first word of "cc", so it can be a program name with args.
4044set dummy cc; ac_word=$2
81ecdfbb
RW
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046$as_echo_n "checking for $ac_word... " >&6; }
4047if test "${ac_cv_prog_CC+set}" = set; then :
4048 $as_echo_n "(cached) " >&6
252b5132 4049else
d45dc31f
SE
4050 if test -n "$CC"; then
4051 ac_cv_prog_CC="$CC" # Let the user override the test.
4052else
4053 ac_prog_rejected=no
4054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4055for as_dir in $PATH
4056do
4057 IFS=$as_save_IFS
4058 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4059 for ac_exec_ext in '' $ac_executable_extensions; do
4060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4061 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4062 ac_prog_rejected=yes
4063 continue
4064 fi
4065 ac_cv_prog_CC="cc"
81ecdfbb 4066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4067 break 2
4068 fi
4069done
81ecdfbb
RW
4070 done
4071IFS=$as_save_IFS
d45dc31f
SE
4072
4073if test $ac_prog_rejected = yes; then
4074 # We found a bogon in the path, so make sure we never use it.
4075 set dummy $ac_cv_prog_CC
4076 shift
4077 if test $# != 0; then
4078 # We chose a different compiler from the bogus one.
4079 # However, it has the same basename, so the bogon will be chosen
4080 # first if we set CC to just the basename; use the full file name.
4081 shift
4082 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4083 fi
4084fi
4085fi
4086fi
4087CC=$ac_cv_prog_CC
4088if test -n "$CC"; then
81ecdfbb
RW
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4090$as_echo "$CC" >&6; }
d45dc31f 4091else
81ecdfbb
RW
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093$as_echo "no" >&6; }
252b5132
RH
4094fi
4095
81ecdfbb 4096
d45dc31f
SE
4097fi
4098if test -z "$CC"; then
4099 if test -n "$ac_tool_prefix"; then
81ecdfbb 4100 for ac_prog in cl.exe
d45dc31f
SE
4101 do
4102 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4103set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4105$as_echo_n "checking for $ac_word... " >&6; }
4106if test "${ac_cv_prog_CC+set}" = set; then :
4107 $as_echo_n "(cached) " >&6
ac48eca1 4108else
d45dc31f
SE
4109 if test -n "$CC"; then
4110 ac_cv_prog_CC="$CC" # Let the user override the test.
4111else
4112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4113for as_dir in $PATH
4114do
4115 IFS=$as_save_IFS
4116 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4117 for ac_exec_ext in '' $ac_executable_extensions; do
4118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4119 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4121 break 2
4122 fi
4123done
81ecdfbb
RW
4124 done
4125IFS=$as_save_IFS
ac48eca1 4126
d45dc31f
SE
4127fi
4128fi
4129CC=$ac_cv_prog_CC
4130if test -n "$CC"; then
81ecdfbb
RW
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4132$as_echo "$CC" >&6; }
d45dc31f 4133else
81ecdfbb
RW
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135$as_echo "no" >&6; }
d45dc31f 4136fi
ac48eca1 4137
81ecdfbb 4138
d45dc31f
SE
4139 test -n "$CC" && break
4140 done
4141fi
4142if test -z "$CC"; then
4143 ac_ct_CC=$CC
81ecdfbb 4144 for ac_prog in cl.exe
d45dc31f
SE
4145do
4146 # Extract the first word of "$ac_prog", so it can be a program name with args.
4147set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149$as_echo_n "checking for $ac_word... " >&6; }
4150if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4151 $as_echo_n "(cached) " >&6
d45dc31f
SE
4152else
4153 if test -n "$ac_ct_CC"; then
4154 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4155else
4156as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157for as_dir in $PATH
4158do
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4163 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4165 break 2
4166 fi
4167done
81ecdfbb
RW
4168 done
4169IFS=$as_save_IFS
ac48eca1 4170
d45dc31f
SE
4171fi
4172fi
4173ac_ct_CC=$ac_cv_prog_ac_ct_CC
4174if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4176$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4177else
81ecdfbb
RW
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179$as_echo "no" >&6; }
d45dc31f 4180fi
ac48eca1 4181
81ecdfbb 4182
d45dc31f
SE
4183 test -n "$ac_ct_CC" && break
4184done
ac48eca1 4185
81ecdfbb
RW
4186 if test "x$ac_ct_CC" = x; then
4187 CC=""
4188 else
4189 case $cross_compiling:$ac_tool_warned in
4190yes:)
4191{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4192$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4193ac_tool_warned=yes ;;
4194esac
4195 CC=$ac_ct_CC
4196 fi
d45dc31f 4197fi
ac48eca1
AO
4198
4199fi
ac48eca1 4200
ac48eca1 4201
81ecdfbb
RW
4202test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4203$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4204as_fn_error "no acceptable C compiler found in \$PATH
4205See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4206
d45dc31f 4207# Provide some information about the compiler.
81ecdfbb
RW
4208$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4209set X $ac_compile
4210ac_compiler=$2
4211for ac_option in --version -v -V -qversion; do
4212 { { ac_try="$ac_compiler $ac_option >&5"
4213case "(($ac_try" in
4214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4215 *) ac_try_echo=$ac_try;;
4216esac
4217eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4218$as_echo "$ac_try_echo"; } >&5
4219 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4220 ac_status=$?
81ecdfbb
RW
4221 if test -s conftest.err; then
4222 sed '10a\
4223... rest of stderr output deleted ...
4224 10q' conftest.err >conftest.er1
4225 cat conftest.er1 >&5
4226 rm -f conftest.er1 conftest.err
4227 fi
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }
4230done
ac48eca1 4231
81ecdfbb
RW
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4233$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4234if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4235 $as_echo_n "(cached) " >&6
bdcfeba5 4236else
81ecdfbb 4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4238/* end confdefs.h. */
bdcfeba5 4239
d45dc31f
SE
4240int
4241main ()
4242{
4243#ifndef __GNUC__
4244 choke me
4245#endif
bdcfeba5 4246
d45dc31f
SE
4247 ;
4248 return 0;
4249}
4250_ACEOF
81ecdfbb 4251if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4252 ac_compiler_gnu=yes
4253else
81ecdfbb 4254 ac_compiler_gnu=no
bdcfeba5 4255fi
81ecdfbb 4256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4257ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4258
bdcfeba5 4259fi
81ecdfbb
RW
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4261$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4262if test $ac_compiler_gnu = yes; then
4263 GCC=yes
4264else
4265 GCC=
4266fi
d45dc31f
SE
4267ac_test_CFLAGS=${CFLAGS+set}
4268ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4270$as_echo_n "checking whether $CC accepts -g... " >&6; }
4271if test "${ac_cv_prog_cc_g+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4273else
4274 ac_save_c_werror_flag=$ac_c_werror_flag
4275 ac_c_werror_flag=yes
4276 ac_cv_prog_cc_g=no
4277 CFLAGS="-g"
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4279/* end confdefs.h. */
ac48eca1 4280
d45dc31f
SE
4281int
4282main ()
4283{
ac48eca1 4284
d45dc31f
SE
4285 ;
4286 return 0;
4287}
4288_ACEOF
81ecdfbb 4289if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4290 ac_cv_prog_cc_g=yes
ac48eca1 4291else
81ecdfbb
RW
4292 CFLAGS=""
4293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4294/* end confdefs.h. */
4295
4296int
4297main ()
4298{
4299
4300 ;
4301 return 0;
4302}
4303_ACEOF
4304if ac_fn_c_try_compile "$LINENO"; then :
4305
4306else
4307 ac_c_werror_flag=$ac_save_c_werror_flag
4308 CFLAGS="-g"
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310/* end confdefs.h. */
4311
4312int
4313main ()
4314{
ac48eca1 4315
81ecdfbb
RW
4316 ;
4317 return 0;
4318}
4319_ACEOF
4320if ac_fn_c_try_compile "$LINENO"; then :
4321 ac_cv_prog_cc_g=yes
4322fi
4323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4324fi
81ecdfbb 4325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4326fi
81ecdfbb
RW
4327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4328 ac_c_werror_flag=$ac_save_c_werror_flag
4329fi
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4331$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4332if test "$ac_test_CFLAGS" = set; then
4333 CFLAGS=$ac_save_CFLAGS
4334elif test $ac_cv_prog_cc_g = yes; then
4335 if test "$GCC" = yes; then
4336 CFLAGS="-g -O2"
ac48eca1 4337 else
d45dc31f 4338 CFLAGS="-g"
42ecbf5e 4339 fi
ac48eca1 4340else
d45dc31f
SE
4341 if test "$GCC" = yes; then
4342 CFLAGS="-O2"
4343 else
4344 CFLAGS=
42ecbf5e 4345 fi
ac48eca1 4346fi
81ecdfbb
RW
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4348$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4349if test "${ac_cv_prog_cc_c89+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
d45dc31f 4351else
81ecdfbb 4352 ac_cv_prog_cc_c89=no
d45dc31f 4353ac_save_CC=$CC
81ecdfbb 4354cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4355/* end confdefs.h. */
d45dc31f
SE
4356#include <stdarg.h>
4357#include <stdio.h>
4358#include <sys/types.h>
4359#include <sys/stat.h>
4360/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4361struct buf { int x; };
4362FILE * (*rcsopen) (struct buf *, struct stat *, int);
4363static char *e (p, i)
4364 char **p;
4365 int i;
4366{
4367 return p[i];
4368}
4369static char *f (char * (*g) (char **, int), char **p, ...)
4370{
4371 char *s;
4372 va_list v;
4373 va_start (v,p);
4374 s = g (p, va_arg (v,int));
4375 va_end (v);
4376 return s;
4377}
4378
4379/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4380 function prototypes and stuff, but not '\xHH' hex character constants.
4381 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4382 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4383 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4384 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4385 that's true only with -std. */
d45dc31f 4386int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4387
81ecdfbb
RW
4388/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4389 inside strings and character constants. */
4390#define FOO(x) 'x'
4391int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4392
d45dc31f
SE
4393int test (int i, double x);
4394struct s1 {int (*f) (int a);};
4395struct s2 {int (*f) (double a);};
4396int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4397int argc;
4398char **argv;
42ecbf5e
DJ
4399int
4400main ()
4401{
d45dc31f 4402return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4403 ;
4404 return 0;
4405}
4406_ACEOF
81ecdfbb
RW
4407for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4408 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4409do
4410 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4411 if ac_fn_c_try_compile "$LINENO"; then :
4412 ac_cv_prog_cc_c89=$ac_arg
252b5132 4413fi
81ecdfbb
RW
4414rm -f core conftest.err conftest.$ac_objext
4415 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4416done
81ecdfbb 4417rm -f conftest.$ac_ext
d45dc31f 4418CC=$ac_save_CC
ac48eca1 4419
252b5132 4420fi
81ecdfbb
RW
4421# AC_CACHE_VAL
4422case "x$ac_cv_prog_cc_c89" in
4423 x)
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4425$as_echo "none needed" >&6; } ;;
4426 xno)
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4428$as_echo "unsupported" >&6; } ;;
d45dc31f 4429 *)
81ecdfbb
RW
4430 CC="$CC $ac_cv_prog_cc_c89"
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4432$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4433esac
81ecdfbb 4434if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4435
d45dc31f 4436fi
ac48eca1 4437
d45dc31f
SE
4438ac_ext=c
4439ac_cpp='$CPP $CPPFLAGS'
4440ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4441ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4442ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4443
7357c5b6
AM
4444ac_ext=c
4445ac_cpp='$CPP $CPPFLAGS'
4446ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4447ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4448ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4450$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4451# On Suns, sometimes $CPP names a directory.
4452if test -n "$CPP" && test -d "$CPP"; then
4453 CPP=
4454fi
4455if test -z "$CPP"; then
81ecdfbb
RW
4456 if test "${ac_cv_prog_CPP+set}" = set; then :
4457 $as_echo_n "(cached) " >&6
7357c5b6
AM
4458else
4459 # Double quotes because CPP needs to be expanded
4460 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4461 do
4462 ac_preproc_ok=false
4463for ac_c_preproc_warn_flag in '' yes
4464do
4465 # Use a header file that comes with gcc, so configuring glibc
4466 # with a fresh cross-compiler works.
4467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4468 # <limits.h> exists even on freestanding compilers.
4469 # On the NeXT, cc -E runs the code through the compiler's parser,
4470 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4472/* end confdefs.h. */
4473#ifdef __STDC__
4474# include <limits.h>
4475#else
4476# include <assert.h>
4477#endif
4478 Syntax error
4479_ACEOF
81ecdfbb 4480if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4481
81ecdfbb 4482else
7357c5b6
AM
4483 # Broken: fails on valid input.
4484continue
4485fi
4486rm -f conftest.err conftest.$ac_ext
d7040cdb 4487
81ecdfbb 4488 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4489 # can be detected and how.
81ecdfbb 4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4491/* end confdefs.h. */
4492#include <ac_nonexistent.h>
4493_ACEOF
81ecdfbb 4494if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4495 # Broken: success on invalid input.
4496continue
4497else
7357c5b6
AM
4498 # Passes both tests.
4499ac_preproc_ok=:
4500break
4501fi
4502rm -f conftest.err conftest.$ac_ext
d7040cdb 4503
7357c5b6
AM
4504done
4505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4506rm -f conftest.err conftest.$ac_ext
81ecdfbb 4507if $ac_preproc_ok; then :
7357c5b6
AM
4508 break
4509fi
d7040cdb 4510
7357c5b6
AM
4511 done
4512 ac_cv_prog_CPP=$CPP
d7040cdb 4513
7357c5b6
AM
4514fi
4515 CPP=$ac_cv_prog_CPP
4516else
4517 ac_cv_prog_CPP=$CPP
4518fi
81ecdfbb
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4520$as_echo "$CPP" >&6; }
7357c5b6
AM
4521ac_preproc_ok=false
4522for ac_c_preproc_warn_flag in '' yes
4523do
4524 # Use a header file that comes with gcc, so configuring glibc
4525 # with a fresh cross-compiler works.
4526 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 # <limits.h> exists even on freestanding compilers.
4528 # On the NeXT, cc -E runs the code through the compiler's parser,
4529 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4531/* end confdefs.h. */
4532#ifdef __STDC__
4533# include <limits.h>
4534#else
4535# include <assert.h>
4536#endif
4537 Syntax error
4538_ACEOF
81ecdfbb 4539if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4540
81ecdfbb 4541else
7357c5b6
AM
4542 # Broken: fails on valid input.
4543continue
4544fi
4545rm -f conftest.err conftest.$ac_ext
d7040cdb 4546
81ecdfbb 4547 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4548 # can be detected and how.
81ecdfbb 4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4550/* end confdefs.h. */
4551#include <ac_nonexistent.h>
4552_ACEOF
81ecdfbb 4553if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4554 # Broken: success on invalid input.
4555continue
4556else
7357c5b6
AM
4557 # Passes both tests.
4558ac_preproc_ok=:
4559break
4560fi
4561rm -f conftest.err conftest.$ac_ext
d7040cdb 4562
7357c5b6
AM
4563done
4564# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4565rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4566if $ac_preproc_ok; then :
4567
7357c5b6 4568else
81ecdfbb
RW
4569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4570$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4571as_fn_error "C preprocessor \"$CPP\" fails sanity check
4572See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4573fi
d7040cdb 4574
7357c5b6
AM
4575ac_ext=c
4576ac_cpp='$CPP $CPPFLAGS'
4577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4578ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4579ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4580
4581
81ecdfbb
RW
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4583$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4584if test "${ac_cv_path_GREP+set}" = set; then :
4585 $as_echo_n "(cached) " >&6
7357c5b6 4586else
81ecdfbb
RW
4587 if test -z "$GREP"; then
4588 ac_path_GREP_found=false
4589 # Loop through the user's path and test for each of PROGNAME-LIST
4590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4591for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4592do
4593 IFS=$as_save_IFS
4594 test -z "$as_dir" && as_dir=.
4595 for ac_prog in grep ggrep; do
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4598 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4599# Check for GNU ac_path_GREP and select it if it is found.
4600 # Check for GNU $ac_path_GREP
4601case `"$ac_path_GREP" --version 2>&1` in
4602*GNU*)
4603 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4604*)
4605 ac_count=0
4606 $as_echo_n 0123456789 >"conftest.in"
4607 while :
4608 do
4609 cat "conftest.in" "conftest.in" >"conftest.tmp"
4610 mv "conftest.tmp" "conftest.in"
4611 cp "conftest.in" "conftest.nl"
4612 $as_echo 'GREP' >> "conftest.nl"
4613 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4615 as_fn_arith $ac_count + 1 && ac_count=$as_val
4616 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4617 # Best one so far, save it but keep looking for a better one
4618 ac_cv_path_GREP="$ac_path_GREP"
4619 ac_path_GREP_max=$ac_count
7357c5b6 4620 fi
81ecdfbb
RW
4621 # 10*(2^10) chars as input seems more than enough
4622 test $ac_count -gt 10 && break
4623 done
4624 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4625esac
4626
4627 $ac_path_GREP_found && break 3
4628 done
4629 done
4630 done
4631IFS=$as_save_IFS
4632 if test -z "$ac_cv_path_GREP"; then
4633 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4634 fi
4635else
4636 ac_cv_path_GREP=$GREP
4637fi
4638
7357c5b6 4639fi
81ecdfbb
RW
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4641$as_echo "$ac_cv_path_GREP" >&6; }
4642 GREP="$ac_cv_path_GREP"
d7040cdb 4643
d7040cdb 4644
81ecdfbb
RW
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4646$as_echo_n "checking for egrep... " >&6; }
4647if test "${ac_cv_path_EGREP+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
7357c5b6 4649else
81ecdfbb
RW
4650 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4651 then ac_cv_path_EGREP="$GREP -E"
4652 else
4653 if test -z "$EGREP"; then
4654 ac_path_EGREP_found=false
4655 # Loop through the user's path and test for each of PROGNAME-LIST
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4658do
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_prog in egrep; do
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4664 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4665# Check for GNU ac_path_EGREP and select it if it is found.
4666 # Check for GNU $ac_path_EGREP
4667case `"$ac_path_EGREP" --version 2>&1` in
4668*GNU*)
4669 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4670*)
4671 ac_count=0
4672 $as_echo_n 0123456789 >"conftest.in"
4673 while :
4674 do
4675 cat "conftest.in" "conftest.in" >"conftest.tmp"
4676 mv "conftest.tmp" "conftest.in"
4677 cp "conftest.in" "conftest.nl"
4678 $as_echo 'EGREP' >> "conftest.nl"
4679 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4680 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4681 as_fn_arith $ac_count + 1 && ac_count=$as_val
4682 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4683 # Best one so far, save it but keep looking for a better one
4684 ac_cv_path_EGREP="$ac_path_EGREP"
4685 ac_path_EGREP_max=$ac_count
4686 fi
4687 # 10*(2^10) chars as input seems more than enough
4688 test $ac_count -gt 10 && break
4689 done
4690 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4691esac
4692
4693 $ac_path_EGREP_found && break 3
4694 done
4695 done
4696 done
4697IFS=$as_save_IFS
4698 if test -z "$ac_cv_path_EGREP"; then
4699 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4700 fi
4701else
4702 ac_cv_path_EGREP=$EGREP
4703fi
4704
4705 fi
4706fi
4707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4708$as_echo "$ac_cv_path_EGREP" >&6; }
4709 EGREP="$ac_cv_path_EGREP"
4710
4711
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4713$as_echo_n "checking for ANSI C header files... " >&6; }
4714if test "${ac_cv_header_stdc+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716else
4717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4718/* end confdefs.h. */
4719#include <stdlib.h>
4720#include <stdarg.h>
4721#include <string.h>
4722#include <float.h>
d7040cdb 4723
7357c5b6
AM
4724int
4725main ()
4726{
d7040cdb 4727
7357c5b6
AM
4728 ;
4729 return 0;
4730}
4731_ACEOF
81ecdfbb 4732if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4733 ac_cv_header_stdc=yes
4734else
81ecdfbb 4735 ac_cv_header_stdc=no
7357c5b6 4736fi
81ecdfbb 4737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4738
7357c5b6
AM
4739if test $ac_cv_header_stdc = yes; then
4740 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4742/* end confdefs.h. */
4743#include <string.h>
d7040cdb 4744
7357c5b6
AM
4745_ACEOF
4746if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4747 $EGREP "memchr" >/dev/null 2>&1; then :
4748
d45dc31f 4749else
7357c5b6
AM
4750 ac_cv_header_stdc=no
4751fi
4752rm -f conftest*
d7040cdb 4753
7357c5b6 4754fi
d7040cdb 4755
7357c5b6
AM
4756if test $ac_cv_header_stdc = yes; then
4757 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4759/* end confdefs.h. */
4760#include <stdlib.h>
d7040cdb 4761
7357c5b6
AM
4762_ACEOF
4763if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4764 $EGREP "free" >/dev/null 2>&1; then :
4765
7357c5b6
AM
4766else
4767 ac_cv_header_stdc=no
4768fi
4769rm -f conftest*
d7040cdb 4770
7357c5b6 4771fi
d7040cdb 4772
7357c5b6
AM
4773if test $ac_cv_header_stdc = yes; then
4774 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4775 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4776 :
4777else
81ecdfbb 4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4779/* end confdefs.h. */
4780#include <ctype.h>
81ecdfbb 4781#include <stdlib.h>
7357c5b6
AM
4782#if ((' ' & 0x0FF) == 0x020)
4783# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4784# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4785#else
4786# define ISLOWER(c) \
4787 (('a' <= (c) && (c) <= 'i') \
4788 || ('j' <= (c) && (c) <= 'r') \
4789 || ('s' <= (c) && (c) <= 'z'))
4790# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4791#endif
d7040cdb 4792
7357c5b6
AM
4793#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4794int
4795main ()
4796{
4797 int i;
4798 for (i = 0; i < 256; i++)
4799 if (XOR (islower (i), ISLOWER (i))
4800 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4801 return 2;
4802 return 0;
7357c5b6
AM
4803}
4804_ACEOF
81ecdfbb 4805if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4806
81ecdfbb
RW
4807else
4808 ac_cv_header_stdc=no
7357c5b6 4809fi
81ecdfbb
RW
4810rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4811 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4812fi
81ecdfbb 4813
7357c5b6
AM
4814fi
4815fi
81ecdfbb
RW
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4817$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4818if test $ac_cv_header_stdc = yes; then
d7040cdb 4819
81ecdfbb 4820$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4821
7357c5b6 4822fi
d7040cdb 4823
7357c5b6 4824# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
4825for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4826 inttypes.h stdint.h unistd.h
4827do :
4828 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4829ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4830"
4831eval as_val=\$$as_ac_Header
4832 if test "x$as_val" = x""yes; then :
4833 cat >>confdefs.h <<_ACEOF
4834#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4835_ACEOF
d7040cdb 4836
81ecdfbb 4837fi
d7040cdb 4838
81ecdfbb 4839done
d7040cdb
SE
4840
4841
4842
81ecdfbb
RW
4843 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4844if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4845 MINIX=yes
4846else
4847 MINIX=
4848fi
d7040cdb
SE
4849
4850
81ecdfbb 4851 if test "$MINIX" = yes; then
d7040cdb 4852
81ecdfbb 4853$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 4854
d7040cdb 4855
81ecdfbb 4856$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4857
4858
81ecdfbb 4859$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4860
81ecdfbb 4861 fi
d7040cdb
SE
4862
4863
81ecdfbb
RW
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4865$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4866if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4867 $as_echo_n "(cached) " >&6
7357c5b6 4868else
81ecdfbb 4869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4870/* end confdefs.h. */
d7040cdb 4871
7357c5b6
AM
4872# define __EXTENSIONS__ 1
4873 $ac_includes_default
4874int
4875main ()
4876{
d7040cdb 4877
7357c5b6
AM
4878 ;
4879 return 0;
4880}
4881_ACEOF
81ecdfbb 4882if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4883 ac_cv_safe_to_define___extensions__=yes
d7040cdb 4884else
81ecdfbb 4885 ac_cv_safe_to_define___extensions__=no
d7040cdb 4886fi
81ecdfbb 4887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4888fi
81ecdfbb
RW
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4890$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4891 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4892 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 4893
81ecdfbb 4894 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4895
81ecdfbb 4896 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 4897
81ecdfbb 4898 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 4899
81ecdfbb 4900 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
4901
4902
e3525117 4903
5691d22d 4904
81ecdfbb
RW
4905
4906
3388710e
JM
4907# The tests for host and target for $enable_largefile require
4908# canonical names.
4909
4910
4911
da2f07f1
JK
4912# As the $enable_largefile decision depends on --enable-plugins we must set it
4913# even in directories otherwise not depending on the $plugins option.
4914
4915
81ecdfbb
RW
4916# Check whether --enable-plugins was given.
4917if test "${enable_plugins+set}" = set; then :
4918 enableval=$enable_plugins; case "${enableval}" in
ce3c775b
NC
4919 yes | "") plugins=yes ;;
4920 no) plugins=no ;;
4921 *) plugins=yes ;;
4922 esac
4923else
4924 plugins=no
81ecdfbb
RW
4925fi
4926
ce3c775b 4927
5691d22d 4928
da2f07f1 4929case "${host}" in
e3525117 4930 sparc-*-solaris*|i[3-7]86-*-solaris*)
da2f07f1
JK
4931 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4932 # are mutually exclusive; and without procfs support, the bfd/ elf module
4933 # cannot provide certain routines such as elfcore_write_prpsinfo
4934 # or elfcore_write_prstatus. So unless the user explicitly requested
4935 # large-file support through the --enable-largefile switch, disable
4936 # large-file support in favor of procfs support.
4937 test "${target}" = "${host}" -a "x$plugins" = xno \
4938 && : ${enable_largefile="no"}
e3525117
NC
4939 ;;
4940esac
4941
81ecdfbb
RW
4942# Check whether --enable-largefile was given.
4943if test "${enable_largefile+set}" = set; then :
4944 enableval=$enable_largefile;
4945fi
d053aef8 4946
d053aef8
JK
4947if test "$enable_largefile" != no; then
4948
81ecdfbb
RW
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4950$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4951if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4952 $as_echo_n "(cached) " >&6
d053aef8
JK
4953else
4954 ac_cv_sys_largefile_CC=no
4955 if test "$GCC" != yes; then
4956 ac_save_CC=$CC
4957 while :; do
81ecdfbb
RW
4958 # IRIX 6.2 and later do not support large files by default,
4959 # so use the C compiler's -n32 option if that helps.
4960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4961/* end confdefs.h. */
4962#include <sys/types.h>
4963 /* Check that off_t can represent 2**63 - 1 correctly.
4964 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4965 since some C++ compilers masquerading as C compilers
4966 incorrectly reject 9223372036854775807. */
4967#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4968 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4969 && LARGE_OFF_T % 2147483647 == 1)
4970 ? 1 : -1];
4971int
4972main ()
4973{
4974
4975 ;
4976 return 0;
4977}
4978_ACEOF
81ecdfbb 4979 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4980 break
d053aef8 4981fi
81ecdfbb
RW
4982rm -f core conftest.err conftest.$ac_objext
4983 CC="$CC -n32"
4984 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4985 ac_cv_sys_largefile_CC=' -n32'; break
d053aef8 4986fi
81ecdfbb 4987rm -f core conftest.err conftest.$ac_objext
d053aef8
JK
4988 break
4989 done
4990 CC=$ac_save_CC
4991 rm -f conftest.$ac_ext
4992 fi
4993fi
81ecdfbb
RW
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4995$as_echo "$ac_cv_sys_largefile_CC" >&6; }
d053aef8
JK
4996 if test "$ac_cv_sys_largefile_CC" != no; then
4997 CC=$CC$ac_cv_sys_largefile_CC
4998 fi
4999
81ecdfbb
RW
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5001$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5002if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5003 $as_echo_n "(cached) " >&6
d053aef8
JK
5004else
5005 while :; do
81ecdfbb 5006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5007/* end confdefs.h. */
5008#include <sys/types.h>
5009 /* Check that off_t can represent 2**63 - 1 correctly.
5010 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5011 since some C++ compilers masquerading as C compilers
5012 incorrectly reject 9223372036854775807. */
5013#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5014 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5015 && LARGE_OFF_T % 2147483647 == 1)
5016 ? 1 : -1];
5017int
5018main ()
5019{
5020
5021 ;
5022 return 0;
5023}
5024_ACEOF
81ecdfbb
RW
5025if ac_fn_c_try_compile "$LINENO"; then :
5026 ac_cv_sys_file_offset_bits=no; break
d053aef8 5027fi
81ecdfbb
RW
5028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5030/* end confdefs.h. */
5031#define _FILE_OFFSET_BITS 64
5032#include <sys/types.h>
5033 /* Check that off_t can represent 2**63 - 1 correctly.
5034 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5035 since some C++ compilers masquerading as C compilers
5036 incorrectly reject 9223372036854775807. */
5037#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5038 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5039 && LARGE_OFF_T % 2147483647 == 1)
5040 ? 1 : -1];
5041int
5042main ()
5043{
5044
5045 ;
5046 return 0;
5047}
5048_ACEOF
81ecdfbb 5049if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5050 ac_cv_sys_file_offset_bits=64; break
d053aef8 5051fi
81ecdfbb
RW
5052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5053 ac_cv_sys_file_offset_bits=unknown
d053aef8
JK
5054 break
5055done
5056fi
81ecdfbb
RW
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5058$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5059case $ac_cv_sys_file_offset_bits in #(
5060 no | unknown) ;;
5061 *)
d053aef8
JK
5062cat >>confdefs.h <<_ACEOF
5063#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5064_ACEOF
81ecdfbb
RW
5065;;
5066esac
5067rm -rf conftest*
5068 if test $ac_cv_sys_file_offset_bits = unknown; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5070$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5071if test "${ac_cv_sys_large_files+set}" = set; then :
5072 $as_echo_n "(cached) " >&6
d053aef8
JK
5073else
5074 while :; do
81ecdfbb 5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5076/* end confdefs.h. */
5077#include <sys/types.h>
5078 /* Check that off_t can represent 2**63 - 1 correctly.
5079 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5080 since some C++ compilers masquerading as C compilers
5081 incorrectly reject 9223372036854775807. */
5082#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5083 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5084 && LARGE_OFF_T % 2147483647 == 1)
5085 ? 1 : -1];
5086int
5087main ()
5088{
5089
5090 ;
5091 return 0;
5092}
5093_ACEOF
81ecdfbb
RW
5094if ac_fn_c_try_compile "$LINENO"; then :
5095 ac_cv_sys_large_files=no; break
d053aef8 5096fi
81ecdfbb
RW
5097rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5099/* end confdefs.h. */
5100#define _LARGE_FILES 1
5101#include <sys/types.h>
5102 /* Check that off_t can represent 2**63 - 1 correctly.
5103 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5104 since some C++ compilers masquerading as C compilers
5105 incorrectly reject 9223372036854775807. */
5106#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5107 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5108 && LARGE_OFF_T % 2147483647 == 1)
5109 ? 1 : -1];
5110int
5111main ()
5112{
5113
5114 ;
5115 return 0;
5116}
5117_ACEOF
81ecdfbb 5118if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5119 ac_cv_sys_large_files=1; break
d053aef8 5120fi
81ecdfbb
RW
5121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5122 ac_cv_sys_large_files=unknown
d053aef8
JK
5123 break
5124done
5125fi
81ecdfbb
RW
5126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5127$as_echo "$ac_cv_sys_large_files" >&6; }
5128case $ac_cv_sys_large_files in #(
5129 no | unknown) ;;
5130 *)
d053aef8
JK
5131cat >>confdefs.h <<_ACEOF
5132#define _LARGE_FILES $ac_cv_sys_large_files
5133_ACEOF
81ecdfbb
RW
5134;;
5135esac
5136rm -rf conftest*
5137 fi
d053aef8
JK
5138fi
5139
da2f07f1 5140
718a6fd8
SE
5141case `pwd` in
5142 *\ * | *\ *)
81ecdfbb
RW
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5144$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5145esac
d7040cdb
SE
5146
5147
7357c5b6 5148
3725885a
RW
5149macro_version='2.2.7a'
5150macro_revision='1.3134'
7357c5b6
AM
5151
5152
5153
5154
5155
5156
7357c5b6
AM
5157
5158
5159
5160
5161
5162
5163
718a6fd8 5164ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5165
3725885a
RW
5166# Backslashify metacharacters that are still active within
5167# double-quoted strings.
5168sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5169
5170# Same as above, but do not quote variable references.
5171double_quote_subst='s/\(["`\\]\)/\\\1/g'
5172
5173# Sed substitution to delay expansion of an escaped shell variable in a
5174# double_quote_subst'ed string.
5175delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5176
5177# Sed substitution to delay expansion of an escaped single quote.
5178delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5179
5180# Sed substitution to avoid accidental globbing in evaled expressions
5181no_glob_subst='s/\*/\\\*/g'
5182
5183ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5184ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5185ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5186
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5188$as_echo_n "checking how to print strings... " >&6; }
5189# Test print first, because it will be a builtin if present.
5190if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5191 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5192 ECHO='print -r --'
5193elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5194 ECHO='printf %s\n'
5195else
5196 # Use this function as a fallback that always works.
5197 func_fallback_echo ()
5198 {
5199 eval 'cat <<_LTECHO_EOF
5200$1
5201_LTECHO_EOF'
5202 }
5203 ECHO='func_fallback_echo'
5204fi
5205
5206# func_echo_all arg...
5207# Invoke $ECHO with all args, space-separated.
5208func_echo_all ()
5209{
5210 $ECHO ""
5211}
5212
5213case "$ECHO" in
5214 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5215$as_echo "printf" >&6; } ;;
5216 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5217$as_echo "print -r" >&6; } ;;
5218 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5219$as_echo "cat" >&6; } ;;
5220esac
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
81ecdfbb
RW
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5236$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5237if test "${ac_cv_path_SED+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
7357c5b6 5239else
81ecdfbb
RW
5240 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5241 for ac_i in 1 2 3 4 5 6 7; do
5242 ac_script="$ac_script$as_nl$ac_script"
5243 done
5244 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5245 { ac_script=; unset ac_script;}
5246 if test -z "$SED"; then
5247 ac_path_SED_found=false
5248 # Loop through the user's path and test for each of PROGNAME-LIST
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5250for as_dir in $PATH
5251do
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
81ecdfbb 5254 for ac_prog in sed gsed; do
7357c5b6 5255 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5256 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5257 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5258# Check for GNU ac_path_SED and select it if it is found.
5259 # Check for GNU $ac_path_SED
5260case `"$ac_path_SED" --version 2>&1` in
5261*GNU*)
5262 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5263*)
5264 ac_count=0
5265 $as_echo_n 0123456789 >"conftest.in"
5266 while :
5267 do
5268 cat "conftest.in" "conftest.in" >"conftest.tmp"
5269 mv "conftest.tmp" "conftest.in"
5270 cp "conftest.in" "conftest.nl"
5271 $as_echo '' >> "conftest.nl"
5272 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5273 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5274 as_fn_arith $ac_count + 1 && ac_count=$as_val
5275 if test $ac_count -gt ${ac_path_SED_max-0}; then
5276 # Best one so far, save it but keep looking for a better one
5277 ac_cv_path_SED="$ac_path_SED"
5278 ac_path_SED_max=$ac_count
5279 fi
5280 # 10*(2^10) chars as input seems more than enough
5281 test $ac_count -gt 10 && break
5282 done
5283 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5284esac
5285
5286 $ac_path_SED_found && break 3
7357c5b6
AM
5287 done
5288 done
81ecdfbb 5289 done
7357c5b6 5290IFS=$as_save_IFS
81ecdfbb
RW
5291 if test -z "$ac_cv_path_SED"; then
5292 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5293 fi
81ecdfbb
RW
5294else
5295 ac_cv_path_SED=$SED
7357c5b6
AM
5296fi
5297
81ecdfbb
RW
5298fi
5299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5300$as_echo "$ac_cv_path_SED" >&6; }
5301 SED="$ac_cv_path_SED"
5302 rm -f conftest.sed
7357c5b6
AM
5303
5304test -z "$SED" && SED=sed
5305Xsed="$SED -e 1s/^X//"
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
81ecdfbb
RW
5317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5318$as_echo_n "checking for fgrep... " >&6; }
5319if test "${ac_cv_path_FGREP+set}" = set; then :
5320 $as_echo_n "(cached) " >&6
7357c5b6 5321else
81ecdfbb
RW
5322 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5323 then ac_cv_path_FGREP="$GREP -F"
5324 else
5325 if test -z "$FGREP"; then
5326 ac_path_FGREP_found=false
5327 # Loop through the user's path and test for each of PROGNAME-LIST
5328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5330do
5331 IFS=$as_save_IFS
5332 test -z "$as_dir" && as_dir=.
5333 for ac_prog in fgrep; do
5334 for ac_exec_ext in '' $ac_executable_extensions; do
5335 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5336 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5337# Check for GNU ac_path_FGREP and select it if it is found.
5338 # Check for GNU $ac_path_FGREP
5339case `"$ac_path_FGREP" --version 2>&1` in
5340*GNU*)
5341 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5342*)
5343 ac_count=0
5344 $as_echo_n 0123456789 >"conftest.in"
5345 while :
5346 do
5347 cat "conftest.in" "conftest.in" >"conftest.tmp"
5348 mv "conftest.tmp" "conftest.in"
5349 cp "conftest.in" "conftest.nl"
5350 $as_echo 'FGREP' >> "conftest.nl"
5351 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5352 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5353 as_fn_arith $ac_count + 1 && ac_count=$as_val
5354 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5355 # Best one so far, save it but keep looking for a better one
5356 ac_cv_path_FGREP="$ac_path_FGREP"
5357 ac_path_FGREP_max=$ac_count
7357c5b6 5358 fi
81ecdfbb
RW
5359 # 10*(2^10) chars as input seems more than enough
5360 test $ac_count -gt 10 && break
5361 done
5362 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5363esac
5364
5365 $ac_path_FGREP_found && break 3
5366 done
5367 done
5368 done
5369IFS=$as_save_IFS
5370 if test -z "$ac_cv_path_FGREP"; then
5371 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5372 fi
5373else
5374 ac_cv_path_FGREP=$FGREP
5375fi
5376
5377 fi
7357c5b6 5378fi
81ecdfbb
RW
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5380$as_echo "$ac_cv_path_FGREP" >&6; }
5381 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5382
5383
5384test -z "$GREP" && GREP=grep
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
81ecdfbb
RW
5404# Check whether --with-gnu-ld was given.
5405if test "${with_gnu_ld+set}" = set; then :
5406 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5407else
5408 with_gnu_ld=no
81ecdfbb
RW
5409fi
5410
7357c5b6
AM
5411ac_prog=ld
5412if test "$GCC" = yes; then
5413 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5415$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5416 case $host in
5417 *-*-mingw*)
d45dc31f
SE
5418 # gcc leaves a trailing carriage return which upsets mingw
5419 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5420 *)
5421 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5422 esac
5423 case $ac_prog in
5424 # Accept absolute paths.
d7040cdb 5425 [\\/]* | ?:[\\/]*)
d45dc31f 5426 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5427 # Canonicalize the pathname of ld
5428 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5429 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5430 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5431 done
5432 test -z "$LD" && LD="$ac_prog"
5433 ;;
5434 "")
5435 # If it fails, then pretend we aren't using GCC.
5436 ac_prog=ld
5437 ;;
5438 *)
5439 # If it is relative, then search for the first ld in PATH.
5440 with_gnu_ld=unknown
5441 ;;
5442 esac
5443elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5445$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5446else
81ecdfbb
RW
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5448$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5449fi
81ecdfbb
RW
5450if test "${lt_cv_path_LD+set}" = set; then :
5451 $as_echo_n "(cached) " >&6
d45dc31f
SE
5452else
5453 if test -z "$LD"; then
d7040cdb 5454 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5455 for ac_dir in $PATH; do
d7040cdb 5456 IFS="$lt_save_ifs"
d45dc31f
SE
5457 test -z "$ac_dir" && ac_dir=.
5458 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5459 lt_cv_path_LD="$ac_dir/$ac_prog"
5460 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5461 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5462 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5463 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5464 *GNU* | *'with BFD'*)
d45dc31f 5465 test "$with_gnu_ld" != no && break
d7040cdb
SE
5466 ;;
5467 *)
d45dc31f 5468 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5469 ;;
5470 esac
d45dc31f
SE
5471 fi
5472 done
d7040cdb 5473 IFS="$lt_save_ifs"
d45dc31f
SE
5474else
5475 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5476fi
5477fi
1ad12f97 5478
d45dc31f
SE
5479LD="$lt_cv_path_LD"
5480if test -n "$LD"; then
81ecdfbb
RW
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5482$as_echo "$LD" >&6; }
d45dc31f 5483else
81ecdfbb
RW
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485$as_echo "no" >&6; }
d45dc31f 5486fi
81ecdfbb
RW
5487test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5489$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5490if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5491 $as_echo_n "(cached) " >&6
d45dc31f 5492else
d7040cdb
SE
5493 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5494case `$LD -v 2>&1 </dev/null` in
5495*GNU* | *'with BFD'*)
d45dc31f 5496 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5497 ;;
5498*)
d45dc31f 5499 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5500 ;;
5501esac
d45dc31f 5502fi
81ecdfbb
RW
5503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5504$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5505with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5506
d45dc31f 5507
42ecbf5e 5508
d7040cdb
SE
5509
5510
5511
5512
5513
5514
81ecdfbb
RW
5515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5516$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5517if test "${lt_cv_path_NM+set}" = set; then :
5518 $as_echo_n "(cached) " >&6
d45dc31f
SE
5519else
5520 if test -n "$NM"; then
5521 # Let the user override the test.
5522 lt_cv_path_NM="$NM"
5523else
d7040cdb
SE
5524 lt_nm_to_check="${ac_tool_prefix}nm"
5525 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5526 lt_nm_to_check="$lt_nm_to_check nm"
5527 fi
5528 for lt_tmp_nm in $lt_nm_to_check; do
5529 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5530 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5531 IFS="$lt_save_ifs"
5532 test -z "$ac_dir" && ac_dir=.
5533 tmp_nm="$ac_dir/$lt_tmp_nm"
5534 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5535 # Check to see if the nm accepts a BSD-compat flag.
5536 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5537 # nm: unknown option "B" ignored
5538 # Tru64's nm complains that /dev/null is an invalid object file
5539 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5540 */dev/null* | *'Invalid file or object type'*)
5541 lt_cv_path_NM="$tmp_nm -B"
5542 break
5543 ;;
5544 *)
5545 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5546 */dev/null*)
5547 lt_cv_path_NM="$tmp_nm -p"
5548 break
5549 ;;
5550 *)
5551 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5552 continue # so that we can try to find one that supports BSD flags
5553 ;;
5554 esac
5555 ;;
5556 esac
d45dc31f 5557 fi
d7040cdb
SE
5558 done
5559 IFS="$lt_save_ifs"
d45dc31f 5560 done
d7040cdb 5561 : ${lt_cv_path_NM=no}
d45dc31f 5562fi
a541e3ce 5563fi
81ecdfbb
RW
5564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5565$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5566if test "$lt_cv_path_NM" != "no"; then
5567 NM="$lt_cv_path_NM"
d45dc31f 5568else
d7040cdb 5569 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5570 if test -n "$DUMPBIN"; then :
5571 # Let the user override the test.
5572 else
5573 if test -n "$ac_tool_prefix"; then
5574 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5575 do
5576 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5577set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5579$as_echo_n "checking for $ac_word... " >&6; }
5580if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5581 $as_echo_n "(cached) " >&6
d45dc31f 5582else
d7040cdb
SE
5583 if test -n "$DUMPBIN"; then
5584 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5585else
5586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587for as_dir in $PATH
5588do
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5593 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5595 break 2
5596 fi
5597done
81ecdfbb
RW
5598 done
5599IFS=$as_save_IFS
398ee8f1 5600
d7040cdb
SE
5601fi
5602fi
5603DUMPBIN=$ac_cv_prog_DUMPBIN
5604if test -n "$DUMPBIN"; then
81ecdfbb
RW
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5606$as_echo "$DUMPBIN" >&6; }
d7040cdb 5607else
81ecdfbb
RW
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5609$as_echo "no" >&6; }
d7040cdb 5610fi
d15b04bd 5611
81ecdfbb 5612
d7040cdb
SE
5613 test -n "$DUMPBIN" && break
5614 done
5615fi
5616if test -z "$DUMPBIN"; then
5617 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5618 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5619do
5620 # Extract the first word of "$ac_prog", so it can be a program name with args.
5621set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623$as_echo_n "checking for $ac_word... " >&6; }
5624if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5625 $as_echo_n "(cached) " >&6
d7040cdb
SE
5626else
5627 if test -n "$ac_ct_DUMPBIN"; then
5628 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5629else
5630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631for as_dir in $PATH
5632do
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5639 break 2
d45dc31f 5640 fi
d7040cdb 5641done
81ecdfbb
RW
5642 done
5643IFS=$as_save_IFS
d15b04bd 5644
d7040cdb
SE
5645fi
5646fi
5647ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5648if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5650$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5651else
81ecdfbb
RW
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653$as_echo "no" >&6; }
d7040cdb 5654fi
42ecbf5e 5655
81ecdfbb 5656
d7040cdb
SE
5657 test -n "$ac_ct_DUMPBIN" && break
5658done
d45dc31f 5659
81ecdfbb
RW
5660 if test "x$ac_ct_DUMPBIN" = x; then
5661 DUMPBIN=":"
5662 else
5663 case $cross_compiling:$ac_tool_warned in
5664yes:)
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5666$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5667ac_tool_warned=yes ;;
5668esac
5669 DUMPBIN=$ac_ct_DUMPBIN
5670 fi
d7040cdb 5671fi
d45dc31f 5672
3725885a
RW
5673 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5674 *COFF*)
5675 DUMPBIN="$DUMPBIN -symbols"
5676 ;;
5677 *)
5678 DUMPBIN=:
5679 ;;
5680 esac
5681 fi
d45dc31f 5682
d7040cdb
SE
5683 if test "$DUMPBIN" != ":"; then
5684 NM="$DUMPBIN"
42ecbf5e 5685 fi
d7040cdb
SE
5686fi
5687test -z "$NM" && NM=nm
d45dc31f 5688
42ecbf5e 5689
d15b04bd 5690
42ecbf5e 5691
d45dc31f 5692
42ecbf5e 5693
81ecdfbb
RW
5694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5695$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5696if test "${lt_cv_nm_interface+set}" = set; then :
5697 $as_echo_n "(cached) " >&6
d7040cdb
SE
5698else
5699 lt_cv_nm_interface="BSD nm"
5700 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5701 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5702 (eval "$ac_compile" 2>conftest.err)
5703 cat conftest.err >&5
3725885a 5704 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5705 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5706 cat conftest.err >&5
3725885a 5707 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5708 cat conftest.out >&5
5709 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5710 lt_cv_nm_interface="MS dumpbin"
5711 fi
5712 rm -f conftest*
42ecbf5e 5713fi
81ecdfbb
RW
5714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5715$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5716
81ecdfbb
RW
5717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5718$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5719LN_S=$as_ln_s
5720if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5722$as_echo "yes" >&6; }
d7040cdb 5723else
81ecdfbb
RW
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5725$as_echo "no, using $LN_S" >&6; }
d7040cdb 5726fi
d45dc31f
SE
5727
5728# find the maximum length of command line arguments
81ecdfbb
RW
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5730$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5731if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
42ecbf5e 5733else
d45dc31f
SE
5734 i=0
5735 teststring="ABCD"
5736
5737 case $build_os in
5738 msdosdjgpp*)
5739 # On DJGPP, this test can blow up pretty badly due to problems in libc
5740 # (any single argument exceeding 2000 bytes causes a buffer overrun
5741 # during glob expansion). Even if it were fixed, the result of this
5742 # check would be larger than it should be.
5743 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5744 ;;
5745
d7040cdb
SE
5746 gnu*)
5747 # Under GNU Hurd, this test is not required because there is
5748 # no limit to the length of command line arguments.
5749 # Libtool will interpret -1 as no limit whatsoever
5750 lt_cv_sys_max_cmd_len=-1;
5751 ;;
5752
718a6fd8 5753 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5754 # On Win9x/ME, this test blows up -- it succeeds, but takes
5755 # about 5 minutes as the teststring grows exponentially.
5756 # Worse, since 9x/ME are not pre-emptively multitasking,
5757 # you end up with a "frozen" computer, even though with patience
5758 # the test eventually succeeds (with a max line length of 256k).
5759 # Instead, let's just punt: use the minimum linelength reported by
5760 # all of the supported platforms: 8192 (on NT/2K/XP).
5761 lt_cv_sys_max_cmd_len=8192;
5762 ;;
5763
3725885a
RW
5764 mint*)
5765 # On MiNT this can take a long time and run out of memory.
5766 lt_cv_sys_max_cmd_len=8192;
5767 ;;
5768
d45dc31f
SE
5769 amigaos*)
5770 # On AmigaOS with pdksh, this test takes hours, literally.
5771 # So we just punt and use a minimum line length of 8192.
5772 lt_cv_sys_max_cmd_len=8192;
5773 ;;
5774
5775 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5776 # This has been around since 386BSD, at least. Likely further.
5777 if test -x /sbin/sysctl; then
5778 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5779 elif test -x /usr/sbin/sysctl; then
5780 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5781 else
d7040cdb 5782 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5783 fi
5784 # And add a safety zone
5785 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5786 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5787 ;;
d7040cdb
SE
5788
5789 interix*)
5790 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5791 lt_cv_sys_max_cmd_len=196608
5792 ;;
5793
5794 osf*)
5795 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5796 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5797 # nice to cause kernel panics so lets avoid the loop below.
5798 # First set a reasonable default.
5799 lt_cv_sys_max_cmd_len=16384
5800 #
5801 if test -x /sbin/sysconfig; then
5802 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5803 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5804 esac
5805 fi
5806 ;;
5807 sco3.2v5*)
5808 lt_cv_sys_max_cmd_len=102400
5809 ;;
5810 sysv5* | sco5v6* | sysv4.2uw2*)
5811 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5812 if test -n "$kargmax"; then
5813 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5814 else
5815 lt_cv_sys_max_cmd_len=32768
5816 fi
5817 ;;
5818 *)
718a6fd8
SE
5819 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5820 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5821 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5822 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5823 else
5824 # Make teststring a little bigger before we do anything with it.
5825 # a 1K string should be a reasonable start.
5826 for i in 1 2 3 4 5 6 7 8 ; do
5827 teststring=$teststring$teststring
5828 done
5829 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5830 # If test is not a shell built-in, we'll probably end up computing a
5831 # maximum length that is only half of the actual maximum length, but
5832 # we can't tell.
3725885a
RW
5833 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5834 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5835 test $i != 17 # 1/2 MB should be enough
5836 do
5837 i=`expr $i + 1`
5838 teststring=$teststring$teststring
5839 done
5840 # Only check the string length outside the loop.
5841 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5842 teststring=
5843 # Add a significant safety factor because C++ compilers can tack on
5844 # massive amounts of additional arguments before passing them to the
5845 # linker. It appears as though 1/2 is a usable value.
5846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5847 fi
d7040cdb 5848 ;;
d45dc31f 5849 esac
42ecbf5e 5850
42ecbf5e
DJ
5851fi
5852
d7040cdb 5853if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5855$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5856else
81ecdfbb
RW
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5858$as_echo "none" >&6; }
252b5132 5859fi
d7040cdb 5860max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5861
d45dc31f 5862
42ecbf5e 5863
d45dc31f 5864
d45dc31f 5865
d7040cdb 5866
d7040cdb
SE
5867: ${CP="cp -f"}
5868: ${MV="mv -f"}
5869: ${RM="rm -f"}
5870
81ecdfbb
RW
5871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5872$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5873# Try some XSI features
5874xsi_shell=no
5875( _lt_dummy="a/b/c"
5876 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
5877 = c,a/b,, \
5878 && eval 'test $(( 1 + 1 )) -eq 2 \
5879 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5880 && xsi_shell=yes
81ecdfbb
RW
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5882$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5883
5884
81ecdfbb
RW
5885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5886$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5887lt_shell_append=no
5888( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5889 >/dev/null 2>&1 \
5890 && lt_shell_append=yes
81ecdfbb
RW
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5892$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5893
5894
5895if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5896 lt_unset=unset
252b5132 5897else
d7040cdb 5898 lt_unset=false
252b5132
RH
5899fi
5900
d7040cdb
SE
5901
5902
5903
5904
5905# test EBCDIC or ASCII
5906case `echo X|tr X '\101'` in
5907 A) # ASCII based system
5908 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5909 lt_SP2NL='tr \040 \012'
5910 lt_NL2SP='tr \015\012 \040\040'
5911 ;;
5912 *) # EBCDIC based system
5913 lt_SP2NL='tr \100 \n'
5914 lt_NL2SP='tr \r\n \100\100'
5915 ;;
5916esac
5917
5918
5919
5920
5921
5922
5923
5924
5925
81ecdfbb
RW
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5927$as_echo_n "checking for $LD option to reload object files... " >&6; }
5928if test "${lt_cv_ld_reload_flag+set}" = set; then :
5929 $as_echo_n "(cached) " >&6
252b5132 5930else
d7040cdb
SE
5931 lt_cv_ld_reload_flag='-r'
5932fi
81ecdfbb
RW
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5934$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5935reload_flag=$lt_cv_ld_reload_flag
5936case $reload_flag in
5937"" | " "*) ;;
5938*) reload_flag=" $reload_flag" ;;
5939esac
5940reload_cmds='$LD$reload_flag -o $output$reload_objs'
5941case $host_os in
5942 darwin*)
5943 if test "$GCC" = yes; then
5944 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5945 else
5946 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5947 fi
5948 ;;
5949esac
5950
5951
5952
5953
5954
5955
5956
5957
5958
718a6fd8
SE
5959if test -n "$ac_tool_prefix"; then
5960 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5961set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5963$as_echo_n "checking for $ac_word... " >&6; }
5964if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
718a6fd8
SE
5966else
5967 if test -n "$OBJDUMP"; then
5968 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5969else
5970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971for as_dir in $PATH
5972do
5973 IFS=$as_save_IFS
5974 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5977 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5979 break 2
5980 fi
5981done
81ecdfbb
RW
5982 done
5983IFS=$as_save_IFS
718a6fd8
SE
5984
5985fi
5986fi
5987OBJDUMP=$ac_cv_prog_OBJDUMP
5988if test -n "$OBJDUMP"; then
81ecdfbb
RW
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5990$as_echo "$OBJDUMP" >&6; }
718a6fd8 5991else
81ecdfbb
RW
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5993$as_echo "no" >&6; }
718a6fd8
SE
5994fi
5995
81ecdfbb 5996
718a6fd8
SE
5997fi
5998if test -z "$ac_cv_prog_OBJDUMP"; then
5999 ac_ct_OBJDUMP=$OBJDUMP
6000 # Extract the first word of "objdump", so it can be a program name with args.
6001set dummy objdump; ac_word=$2
81ecdfbb
RW
6002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6003$as_echo_n "checking for $ac_word... " >&6; }
6004if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6005 $as_echo_n "(cached) " >&6
718a6fd8
SE
6006else
6007 if test -n "$ac_ct_OBJDUMP"; then
6008 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6009else
6010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011for as_dir in $PATH
6012do
6013 IFS=$as_save_IFS
6014 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6015 for ac_exec_ext in '' $ac_executable_extensions; do
6016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6017 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6019 break 2
6020 fi
6021done
81ecdfbb
RW
6022 done
6023IFS=$as_save_IFS
718a6fd8 6024
718a6fd8
SE
6025fi
6026fi
6027ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6028if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6030$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6031else
81ecdfbb
RW
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033$as_echo "no" >&6; }
718a6fd8
SE
6034fi
6035
81ecdfbb
RW
6036 if test "x$ac_ct_OBJDUMP" = x; then
6037 OBJDUMP="false"
6038 else
6039 case $cross_compiling:$ac_tool_warned in
6040yes:)
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6042$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6043ac_tool_warned=yes ;;
6044esac
6045 OBJDUMP=$ac_ct_OBJDUMP
6046 fi
718a6fd8
SE
6047else
6048 OBJDUMP="$ac_cv_prog_OBJDUMP"
6049fi
6050
6051test -z "$OBJDUMP" && OBJDUMP=objdump
6052
6053
6054
6055
6056
6057
6058
6059
d7040cdb 6060
81ecdfbb
RW
6061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6062$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6063if test "${lt_cv_deplibs_check_method+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
d7040cdb
SE
6065else
6066 lt_cv_file_magic_cmd='$MAGIC_CMD'
6067lt_cv_file_magic_test_file=
6068lt_cv_deplibs_check_method='unknown'
6069# Need to set the preceding variable on all platforms that support
6070# interlibrary dependencies.
6071# 'none' -- dependencies not supported.
6072# `unknown' -- same as none, but documents that we really don't know.
6073# 'pass_all' -- all dependencies passed with no checks.
6074# 'test_compile' -- check by making test program.
6075# 'file_magic [[regex]]' -- check by looking for files in library path
6076# which responds to the $file_magic_cmd with a given extended regex.
6077# If you have `file' or equivalent on your system and you're not sure
6078# whether `pass_all' will *always* work, you probably want this one.
6079
6080case $host_os in
50e7d84b 6081aix[4-9]*)
d7040cdb
SE
6082 lt_cv_deplibs_check_method=pass_all
6083 ;;
6084
6085beos*)
6086 lt_cv_deplibs_check_method=pass_all
6087 ;;
6088
6089bsdi[45]*)
6090 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6091 lt_cv_file_magic_cmd='/usr/bin/file -L'
6092 lt_cv_file_magic_test_file=/shlib/libc.so
6093 ;;
6094
6095cygwin*)
6096 # func_win32_libid is a shell function defined in ltmain.sh
6097 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6098 lt_cv_file_magic_cmd='func_win32_libid'
6099 ;;
6100
6101mingw* | pw32*)
6102 # Base MSYS/MinGW do not provide the 'file' command needed by
6103 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6104 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6105 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6106 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6107 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108 lt_cv_file_magic_cmd='func_win32_libid'
6109 else
6110 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6111 lt_cv_file_magic_cmd='$OBJDUMP -f'
6112 fi
6113 ;;
6114
3725885a 6115cegcc*)
718a6fd8
SE
6116 # use the weaker test based on 'objdump'. See mingw*.
6117 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6118 lt_cv_file_magic_cmd='$OBJDUMP -f'
6119 ;;
6120
d7040cdb
SE
6121darwin* | rhapsody*)
6122 lt_cv_deplibs_check_method=pass_all
d45dc31f 6123 ;;
d7040cdb
SE
6124
6125freebsd* | dragonfly*)
6126 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6127 case $host_cpu in
6128 i*86 )
6129 # Not sure whether the presence of OpenBSD here was a mistake.
6130 # Let's accept both of them until this is cleared up.
6131 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6132 lt_cv_file_magic_cmd=/usr/bin/file
6133 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6134 ;;
6135 esac
6136 else
6137 lt_cv_deplibs_check_method=pass_all
6138 fi
6139 ;;
6140
6141gnu*)
6142 lt_cv_deplibs_check_method=pass_all
d45dc31f 6143 ;;
d7040cdb 6144
3725885a
RW
6145haiku*)
6146 lt_cv_deplibs_check_method=pass_all
6147 ;;
6148
d7040cdb
SE
6149hpux10.20* | hpux11*)
6150 lt_cv_file_magic_cmd=/usr/bin/file
6151 case $host_cpu in
6152 ia64*)
6153 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6154 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6155 ;;
6156 hppa*64*)
3725885a 6157 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]'
d7040cdb
SE
6158 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6159 ;;
d45dc31f 6160 *)
3725885a 6161 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6162 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6163 ;;
6164 esac
6165 ;;
42ecbf5e 6166
d7040cdb
SE
6167interix[3-9]*)
6168 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6170 ;;
42ecbf5e 6171
d7040cdb
SE
6172irix5* | irix6* | nonstopux*)
6173 case $LD in
6174 *-32|*"-32 ") libmagic=32-bit;;
6175 *-n32|*"-n32 ") libmagic=N32;;
6176 *-64|*"-64 ") libmagic=64-bit;;
6177 *) libmagic=never-match;;
6178 esac
6179 lt_cv_deplibs_check_method=pass_all
d45dc31f 6180 ;;
42ecbf5e 6181
d7040cdb 6182# This must be Linux ELF.
58e24671 6183linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6184 lt_cv_deplibs_check_method=pass_all
6185 ;;
252b5132 6186
d7040cdb
SE
6187netbsd*)
6188 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6189 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6190 else
d7040cdb 6191 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6192 fi
d7040cdb
SE
6193 ;;
6194
6195newos6*)
6196 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6197 lt_cv_file_magic_cmd=/usr/bin/file
6198 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6199 ;;
6200
6201*nto* | *qnx*)
6202 lt_cv_deplibs_check_method=pass_all
6203 ;;
42ecbf5e 6204
d7040cdb
SE
6205openbsd*)
6206 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6207 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6208 else
6209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6210 fi
6211 ;;
d7040cdb
SE
6212
6213osf3* | osf4* | osf5*)
6214 lt_cv_deplibs_check_method=pass_all
6215 ;;
6216
6217rdos*)
6218 lt_cv_deplibs_check_method=pass_all
6219 ;;
6220
6221solaris*)
6222 lt_cv_deplibs_check_method=pass_all
6223 ;;
6224
6225sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6226 lt_cv_deplibs_check_method=pass_all
6227 ;;
6228
6229sysv4 | sysv4.3*)
6230 case $host_vendor in
6231 motorola)
6232 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]'
6233 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6234 ;;
6235 ncr)
6236 lt_cv_deplibs_check_method=pass_all
6237 ;;
6238 sequent)
6239 lt_cv_file_magic_cmd='/bin/file'
6240 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6241 ;;
6242 sni)
6243 lt_cv_file_magic_cmd='/bin/file'
6244 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6245 lt_cv_file_magic_test_file=/lib/libc.so
6246 ;;
6247 siemens)
6248 lt_cv_deplibs_check_method=pass_all
6249 ;;
6250 pc)
6251 lt_cv_deplibs_check_method=pass_all
6252 ;;
6253 esac
6254 ;;
6255
6256tpf*)
6257 lt_cv_deplibs_check_method=pass_all
6258 ;;
d45dc31f 6259esac
42ecbf5e 6260
d7040cdb 6261fi
81ecdfbb
RW
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6263$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6264file_magic_cmd=$lt_cv_file_magic_cmd
6265deplibs_check_method=$lt_cv_deplibs_check_method
6266test -z "$deplibs_check_method" && deplibs_check_method=unknown
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
d45dc31f 6279if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6280 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6281set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283$as_echo_n "checking for $ac_word... " >&6; }
6284if test "${ac_cv_prog_AR+set}" = set; then :
6285 $as_echo_n "(cached) " >&6
42ecbf5e 6286else
d7040cdb
SE
6287 if test -n "$AR"; then
6288 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6289else
6290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291for as_dir in $PATH
6292do
6293 IFS=$as_save_IFS
6294 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6297 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6299 break 2
6300 fi
6301done
81ecdfbb
RW
6302 done
6303IFS=$as_save_IFS
42ecbf5e 6304
42ecbf5e 6305fi
d45dc31f 6306fi
d7040cdb
SE
6307AR=$ac_cv_prog_AR
6308if test -n "$AR"; then
81ecdfbb
RW
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6310$as_echo "$AR" >&6; }
d45dc31f 6311else
81ecdfbb
RW
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313$as_echo "no" >&6; }
d45dc31f 6314fi
42ecbf5e 6315
81ecdfbb 6316
42ecbf5e 6317fi
d7040cdb
SE
6318if test -z "$ac_cv_prog_AR"; then
6319 ac_ct_AR=$AR
6320 # Extract the first word of "ar", so it can be a program name with args.
6321set dummy ar; ac_word=$2
81ecdfbb
RW
6322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323$as_echo_n "checking for $ac_word... " >&6; }
6324if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6325 $as_echo_n "(cached) " >&6
42ecbf5e 6326else
d7040cdb
SE
6327 if test -n "$ac_ct_AR"; then
6328 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6329else
d45dc31f
SE
6330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331for as_dir in $PATH
6332do
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6337 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6339 break 2
6340 fi
6341done
81ecdfbb
RW
6342 done
6343IFS=$as_save_IFS
42ecbf5e 6344
42ecbf5e 6345fi
42ecbf5e 6346fi
d7040cdb
SE
6347ac_ct_AR=$ac_cv_prog_ac_ct_AR
6348if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6350$as_echo "$ac_ct_AR" >&6; }
252b5132 6351else
81ecdfbb
RW
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353$as_echo "no" >&6; }
252b5132 6354fi
252b5132 6355
81ecdfbb
RW
6356 if test "x$ac_ct_AR" = x; then
6357 AR="false"
6358 else
6359 case $cross_compiling:$ac_tool_warned in
6360yes:)
6361{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6362$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6363ac_tool_warned=yes ;;
6364esac
6365 AR=$ac_ct_AR
6366 fi
d45dc31f 6367else
d7040cdb 6368 AR="$ac_cv_prog_AR"
d45dc31f 6369fi
42ecbf5e 6370
d7040cdb
SE
6371test -z "$AR" && AR=ar
6372test -z "$AR_FLAGS" && AR_FLAGS=cru
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
d45dc31f
SE
6384if test -n "$ac_tool_prefix"; then
6385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6386set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6388$as_echo_n "checking for $ac_word... " >&6; }
6389if test "${ac_cv_prog_STRIP+set}" = set; then :
6390 $as_echo_n "(cached) " >&6
d45dc31f
SE
6391else
6392 if test -n "$STRIP"; then
6393 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6394else
6395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396for as_dir in $PATH
42ecbf5e 6397do
d45dc31f
SE
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6402 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6404 break 2
6405 fi
6406done
81ecdfbb
RW
6407 done
6408IFS=$as_save_IFS
d45dc31f
SE
6409
6410fi
6411fi
6412STRIP=$ac_cv_prog_STRIP
6413if test -n "$STRIP"; then
81ecdfbb
RW
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6415$as_echo "$STRIP" >&6; }
252b5132 6416else
81ecdfbb
RW
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6418$as_echo "no" >&6; }
d45dc31f 6419fi
42ecbf5e 6420
81ecdfbb 6421
252b5132 6422fi
d45dc31f
SE
6423if test -z "$ac_cv_prog_STRIP"; then
6424 ac_ct_STRIP=$STRIP
6425 # Extract the first word of "strip", so it can be a program name with args.
6426set dummy strip; ac_word=$2
81ecdfbb
RW
6427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6428$as_echo_n "checking for $ac_word... " >&6; }
6429if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6430 $as_echo_n "(cached) " >&6
d45dc31f
SE
6431else
6432 if test -n "$ac_ct_STRIP"; then
6433 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6434else
6435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6436for as_dir in $PATH
6437do
6438 IFS=$as_save_IFS
6439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6442 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6444 break 2
6445 fi
6446done
81ecdfbb
RW
6447 done
6448IFS=$as_save_IFS
42ecbf5e 6449
d45dc31f
SE
6450fi
6451fi
6452ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6453if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6455$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6456else
81ecdfbb
RW
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6458$as_echo "no" >&6; }
252b5132 6459fi
e5a52504 6460
81ecdfbb
RW
6461 if test "x$ac_ct_STRIP" = x; then
6462 STRIP=":"
6463 else
6464 case $cross_compiling:$ac_tool_warned in
6465yes:)
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6467$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6468ac_tool_warned=yes ;;
6469esac
6470 STRIP=$ac_ct_STRIP
6471 fi
d45dc31f
SE
6472else
6473 STRIP="$ac_cv_prog_STRIP"
6474fi
e5a52504 6475
d7040cdb 6476test -z "$STRIP" && STRIP=:
d45dc31f 6477
d45dc31f
SE
6478
6479
d45dc31f 6480
d45dc31f
SE
6481
6482
d7040cdb
SE
6483if test -n "$ac_tool_prefix"; then
6484 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6485set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6487$as_echo_n "checking for $ac_word... " >&6; }
6488if test "${ac_cv_prog_RANLIB+set}" = set; then :
6489 $as_echo_n "(cached) " >&6
d45dc31f 6490else
d7040cdb
SE
6491 if test -n "$RANLIB"; then
6492 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6493else
6494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6495for as_dir in $PATH
6496do
6497 IFS=$as_save_IFS
6498 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6501 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6503 break 2
d45dc31f 6504 fi
d7040cdb 6505done
81ecdfbb
RW
6506 done
6507IFS=$as_save_IFS
d45dc31f 6508
d7040cdb
SE
6509fi
6510fi
6511RANLIB=$ac_cv_prog_RANLIB
6512if test -n "$RANLIB"; then
81ecdfbb
RW
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6514$as_echo "$RANLIB" >&6; }
d7040cdb 6515else
81ecdfbb
RW
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6517$as_echo "no" >&6; }
d7040cdb 6518fi
d45dc31f 6519
81ecdfbb 6520
d7040cdb
SE
6521fi
6522if test -z "$ac_cv_prog_RANLIB"; then
6523 ac_ct_RANLIB=$RANLIB
6524 # Extract the first word of "ranlib", so it can be a program name with args.
6525set dummy ranlib; ac_word=$2
81ecdfbb
RW
6526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527$as_echo_n "checking for $ac_word... " >&6; }
6528if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
d7040cdb
SE
6530else
6531 if test -n "$ac_ct_RANLIB"; then
6532 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6533else
6534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535for as_dir in $PATH
6536do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6541 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6543 break 2
d45dc31f 6544 fi
d7040cdb 6545done
81ecdfbb
RW
6546 done
6547IFS=$as_save_IFS
d45dc31f 6548
d7040cdb
SE
6549fi
6550fi
6551ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6552if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6554$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6555else
81ecdfbb
RW
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557$as_echo "no" >&6; }
d7040cdb 6558fi
252b5132 6559
81ecdfbb
RW
6560 if test "x$ac_ct_RANLIB" = x; then
6561 RANLIB=":"
6562 else
6563 case $cross_compiling:$ac_tool_warned in
6564yes:)
6565{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6566$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6567ac_tool_warned=yes ;;
6568esac
6569 RANLIB=$ac_ct_RANLIB
6570 fi
d7040cdb
SE
6571else
6572 RANLIB="$ac_cv_prog_RANLIB"
6573fi
d45dc31f 6574
d7040cdb 6575test -z "$RANLIB" && RANLIB=:
d45dc31f 6576
d45dc31f 6577
d45dc31f 6578
42ecbf5e 6579
e5a52504 6580
d7040cdb
SE
6581
6582# Determine commands to create old-style static archives.
718a6fd8 6583old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6584old_postinstall_cmds='chmod 644 $oldlib'
6585old_postuninstall_cmds=
6586
6587if test -n "$RANLIB"; then
6588 case $host_os in
6589 openbsd*)
6590 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6591 ;;
6592 *)
6593 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6594 ;;
6595 esac
6596 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6597fi
d45dc31f 6598
3725885a
RW
6599case $host_os in
6600 darwin*)
6601 lock_old_archive_extraction=yes ;;
6602 *)
6603 lock_old_archive_extraction=no ;;
6604esac
6605
6606
6607
6608
6609
6610
d45dc31f 6611
d45dc31f
SE
6612
6613
d15b04bd 6614
3e321448 6615
d45dc31f 6616
d45dc31f 6617
d45dc31f
SE
6618
6619
d45dc31f 6620
d45dc31f 6621
d45dc31f
SE
6622
6623
6624
6625
6626
6627
6628
d45dc31f 6629
d45dc31f 6630
d45dc31f 6631
d45dc31f 6632
d45dc31f 6633
d45dc31f 6634
d45dc31f 6635
d45dc31f 6636
3e321448
L
6637
6638
d45dc31f
SE
6639
6640
d45dc31f
SE
6641
6642
d45dc31f 6643
d7040cdb
SE
6644# If no C compiler was specified, use CC.
6645LTCC=${LTCC-"$CC"}
42ecbf5e 6646
d7040cdb
SE
6647# If no C compiler flags were specified, use CFLAGS.
6648LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6649
d7040cdb
SE
6650# Allow CC to be a program name with arguments.
6651compiler=$CC
d15b04bd 6652
d7040cdb
SE
6653
6654# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6656$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6657if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6658 $as_echo_n "(cached) " >&6
d15b04bd 6659else
d7040cdb
SE
6660
6661# These are sane defaults that work on at least a few old systems.
6662# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6663
6664# Character class describing NM global symbol codes.
6665symcode='[BCDEGRST]'
6666
6667# Regexp to match symbols that can be accessed directly from C.
6668sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6669
6670# Define system-specific variables.
6671case $host_os in
6672aix*)
6673 symcode='[BCDT]'
6674 ;;
718a6fd8 6675cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6676 symcode='[ABCDGISTW]'
6677 ;;
6678hpux*)
6679 if test "$host_cpu" = ia64; then
6680 symcode='[ABCDEGRST]'
42ecbf5e 6681 fi
d7040cdb
SE
6682 ;;
6683irix* | nonstopux*)
6684 symcode='[BCDEGRST]'
6685 ;;
6686osf*)
6687 symcode='[BCDEGQRST]'
6688 ;;
6689solaris*)
6690 symcode='[BDRT]'
6691 ;;
6692sco3.2v5*)
6693 symcode='[DT]'
6694 ;;
6695sysv4.2uw2*)
6696 symcode='[DT]'
6697 ;;
6698sysv5* | sco5v6* | unixware* | OpenUNIX*)
6699 symcode='[ABDT]'
6700 ;;
6701sysv4)
6702 symcode='[DFNSTU]'
6703 ;;
6704esac
d15b04bd 6705
d7040cdb
SE
6706# If we're using GNU nm, then use its standard symbol codes.
6707case `$NM -V 2>&1` in
6708*GNU* | *'with BFD'*)
6709 symcode='[ABCDGIRSTW]' ;;
6710esac
e5a52504 6711
d7040cdb
SE
6712# Transform an extracted symbol line into a proper C declaration.
6713# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6714# so use this general approach.
6715lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6716
7357c5b6
AM
6717# Transform an extracted symbol line into symbol name and symbol address
6718lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6719lt_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'"
d7040cdb 6720
7357c5b6
AM
6721# Handle CRLF in mingw tool chain
6722opt_cr=
6723case $build_os in
6724mingw*)
6725 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6726 ;;
6727esac
d7040cdb 6728
7357c5b6
AM
6729# Try without a prefix underscore, then with it.
6730for ac_symprfx in "" "_"; do
d7040cdb 6731
7357c5b6
AM
6732 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6733 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6734
7357c5b6
AM
6735 # Write the raw and C identifiers.
6736 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6737 # Fake it for dumpbin and say T for any non-static function
6738 # and D for any global variable.
6739 # Also find C++ and __fastcall symbols from MSVC++,
6740 # which start with @ or ?.
6741 lt_cv_sys_global_symbol_pipe="$AWK '"\
6742" {last_section=section; section=\$ 3};"\
6743" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6744" \$ 0!~/External *\|/{next};"\
6745" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6746" {if(hide[section]) next};"\
6747" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6748" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6749" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6750" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6751" ' prfx=^$ac_symprfx"
6752 else
6753 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6754 fi
6755
6756 # Check to see that the pipe works correctly.
6757 pipe_works=no
6758
6759 rm -f conftest*
6760 cat > conftest.$ac_ext <<_LT_EOF
6761#ifdef __cplusplus
6762extern "C" {
6763#endif
6764char nm_test_var;
6765void nm_test_func(void);
6766void nm_test_func(void){}
6767#ifdef __cplusplus
d7040cdb 6768}
7357c5b6
AM
6769#endif
6770int main(){nm_test_var='a';nm_test_func();return(0);}
6771_LT_EOF
6772
81ecdfbb 6773 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6774 (eval $ac_compile) 2>&5
42ecbf5e 6775 ac_status=$?
81ecdfbb
RW
6776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6777 test $ac_status = 0; }; then
7357c5b6
AM
6778 # Now try to grab the symbols.
6779 nlist=conftest.nm
3725885a
RW
6780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6781 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6782 ac_status=$?
81ecdfbb
RW
6783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6784 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6785 # Try sorting and uniquifying the output.
6786 if sort "$nlist" | uniq > "$nlist"T; then
6787 mv -f "$nlist"T "$nlist"
6788 else
6789 rm -f "$nlist"T
6790 fi
d7040cdb 6791
7357c5b6
AM
6792 # Make sure that we snagged all the symbols we need.
6793 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6794 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6795 cat <<_LT_EOF > conftest.$ac_ext
6796#ifdef __cplusplus
6797extern "C" {
6798#endif
e5a52504 6799
7357c5b6
AM
6800_LT_EOF
6801 # Now generate the symbol file.
6802 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6803
7357c5b6 6804 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6805
7357c5b6
AM
6806/* The mapping between symbol names and symbols. */
6807const struct {
6808 const char *name;
6809 void *address;
6810}
6811lt__PROGRAM__LTX_preloaded_symbols[] =
6812{
6813 { "@PROGRAM@", (void *) 0 },
6814_LT_EOF
6815 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6816 cat <<\_LT_EOF >> conftest.$ac_ext
6817 {0, (void *) 0}
6818};
d7040cdb 6819
7357c5b6
AM
6820/* This works around a problem in FreeBSD linker */
6821#ifdef FREEBSD_WORKAROUND
6822static const void *lt_preloaded_setup() {
6823 return lt__PROGRAM__LTX_preloaded_symbols;
6824}
d7040cdb
SE
6825#endif
6826
7357c5b6 6827#ifdef __cplusplus
d7040cdb 6828}
7357c5b6
AM
6829#endif
6830_LT_EOF
6831 # Now try linking the two files.
6832 mv conftest.$ac_objext conftstm.$ac_objext
6833 lt_save_LIBS="$LIBS"
6834 lt_save_CFLAGS="$CFLAGS"
6835 LIBS="conftstm.$ac_objext"
6836 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6838 (eval $ac_link) 2>&5
6839 ac_status=$?
81ecdfbb
RW
6840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6841 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6842 pipe_works=yes
6843 fi
6844 LIBS="$lt_save_LIBS"
6845 CFLAGS="$lt_save_CFLAGS"
6846 else
6847 echo "cannot find nm_test_func in $nlist" >&5
6848 fi
6849 else
6850 echo "cannot find nm_test_var in $nlist" >&5
6851 fi
6852 else
6853 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6854 fi
6855 else
6856 echo "$progname: failed program was:" >&5
6857 cat conftest.$ac_ext >&5
6858 fi
718a6fd8 6859 rm -rf conftest* conftst*
7357c5b6
AM
6860
6861 # Do not use the global_symbol_pipe unless it works.
6862 if test "$pipe_works" = yes; then
6863 break
6864 else
6865 lt_cv_sys_global_symbol_pipe=
6866 fi
6867done
d7040cdb 6868
d7040cdb 6869fi
7357c5b6
AM
6870
6871if test -z "$lt_cv_sys_global_symbol_pipe"; then
6872 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6873fi
7357c5b6 6874if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6876$as_echo "failed" >&6; }
7357c5b6 6877else
81ecdfbb
RW
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6879$as_echo "ok" >&6; }
d7040cdb 6880fi
20e95c23 6881
20e95c23
DJ
6882
6883
20e95c23
DJ
6884
6885
20e95c23 6886
20e95c23 6887
20e95c23 6888
20e95c23 6889
20e95c23 6890
20e95c23
DJ
6891
6892
7357c5b6
AM
6893
6894
6895
718a6fd8
SE
6896
6897
6898
6899
6900
7357c5b6
AM
6901
6902
81ecdfbb
RW
6903# Check whether --enable-libtool-lock was given.
6904if test "${enable_libtool_lock+set}" = set; then :
6905 enableval=$enable_libtool_lock;
6906fi
7357c5b6 6907
7357c5b6
AM
6908test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6909
6910# Some flags need to be propagated to the compiler or linker for good
6911# libtool support.
6912case $host in
6913ia64-*-hpux*)
6914 # Find out which ABI we are using.
6915 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6916 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6917 (eval $ac_compile) 2>&5
6918 ac_status=$?
81ecdfbb
RW
6919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6920 test $ac_status = 0; }; then
7357c5b6
AM
6921 case `/usr/bin/file conftest.$ac_objext` in
6922 *ELF-32*)
6923 HPUX_IA64_MODE="32"
6924 ;;
6925 *ELF-64*)
6926 HPUX_IA64_MODE="64"
6927 ;;
6928 esac
6929 fi
6930 rm -rf conftest*
6931 ;;
6932*-*-irix6*)
6933 # Find out which ABI we are using.
3725885a 6934 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6936 (eval $ac_compile) 2>&5
6937 ac_status=$?
81ecdfbb
RW
6938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6939 test $ac_status = 0; }; then
7357c5b6
AM
6940 if test "$lt_cv_prog_gnu_ld" = yes; then
6941 case `/usr/bin/file conftest.$ac_objext` in
6942 *32-bit*)
6943 LD="${LD-ld} -melf32bsmip"
6944 ;;
6945 *N32*)
6946 LD="${LD-ld} -melf32bmipn32"
6947 ;;
6948 *64-bit*)
6949 LD="${LD-ld} -melf64bmip"
6950 ;;
6951 esac
6952 else
6953 case `/usr/bin/file conftest.$ac_objext` in
6954 *32-bit*)
6955 LD="${LD-ld} -32"
6956 ;;
6957 *N32*)
6958 LD="${LD-ld} -n32"
6959 ;;
6960 *64-bit*)
6961 LD="${LD-ld} -64"
6962 ;;
6963 esac
6964 fi
6965 fi
6966 rm -rf conftest*
6967 ;;
6968
6969x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6970s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6971 # Find out which ABI we are using.
6972 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6973 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6974 (eval $ac_compile) 2>&5
6975 ac_status=$?
81ecdfbb
RW
6976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6977 test $ac_status = 0; }; then
7357c5b6
AM
6978 case `/usr/bin/file conftest.o` in
6979 *32-bit*)
6980 case $host in
6981 x86_64-*kfreebsd*-gnu)
6982 LD="${LD-ld} -m elf_i386_fbsd"
6983 ;;
6984 x86_64-*linux*)
6985 LD="${LD-ld} -m elf_i386"
6986 ;;
6987 ppc64-*linux*|powerpc64-*linux*)
6988 LD="${LD-ld} -m elf32ppclinux"
6989 ;;
6990 s390x-*linux*)
6991 LD="${LD-ld} -m elf_s390"
6992 ;;
6993 sparc64-*linux*)
6994 LD="${LD-ld} -m elf32_sparc"
6995 ;;
6996 esac
6997 ;;
6998 *64-bit*)
6999 case $host in
7000 x86_64-*kfreebsd*-gnu)
7001 LD="${LD-ld} -m elf_x86_64_fbsd"
7002 ;;
7003 x86_64-*linux*)
7004 LD="${LD-ld} -m elf_x86_64"
7005 ;;
7006 ppc*-*linux*|powerpc*-*linux*)
7007 LD="${LD-ld} -m elf64ppc"
7008 ;;
7009 s390*-*linux*|s390*-*tpf*)
7010 LD="${LD-ld} -m elf64_s390"
7011 ;;
7012 sparc*-*linux*)
7013 LD="${LD-ld} -m elf64_sparc"
7014 ;;
7015 esac
7016 ;;
7017 esac
7018 fi
7019 rm -rf conftest*
7020 ;;
7021
7022*-*-sco3.2v5*)
7023 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7024 SAVE_CFLAGS="$CFLAGS"
7025 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7027$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7028if test "${lt_cv_cc_needs_belf+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
d7040cdb 7030else
7357c5b6
AM
7031 ac_ext=c
7032ac_cpp='$CPP $CPPFLAGS'
7033ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7034ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7035ac_compiler_gnu=$ac_cv_c_compiler_gnu
7036
81ecdfbb 7037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7038/* end confdefs.h. */
20e95c23 7039
7357c5b6
AM
7040int
7041main ()
7042{
7043
7044 ;
7045 return 0;
7046}
d7040cdb 7047_ACEOF
81ecdfbb 7048if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7049 lt_cv_cc_needs_belf=yes
d15b04bd 7050else
81ecdfbb 7051 lt_cv_cc_needs_belf=no
d7040cdb 7052fi
81ecdfbb
RW
7053rm -f core conftest.err conftest.$ac_objext \
7054 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7055 ac_ext=c
7056ac_cpp='$CPP $CPPFLAGS'
7057ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7058ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7059ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7060
718a6fd8 7061fi
81ecdfbb
RW
7062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7063$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7064 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7065 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7066 CFLAGS="$SAVE_CFLAGS"
7067 fi
7068 ;;
7069sparc*-*solaris*)
7070 # Find out which ABI we are using.
7071 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7072 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7073 (eval $ac_compile) 2>&5
7074 ac_status=$?
81ecdfbb
RW
7075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7076 test $ac_status = 0; }; then
718a6fd8
SE
7077 case `/usr/bin/file conftest.o` in
7078 *64-bit*)
7079 case $lt_cv_prog_gnu_ld in
7080 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7081 *)
7082 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7083 LD="${LD-ld} -64"
7084 fi
7085 ;;
7086 esac
7087 ;;
7088 esac
7089 fi
7090 rm -rf conftest*
7091 ;;
7092esac
7093
7094need_locks="$enable_libtool_lock"
7095
7096
7097 case $host_os in
7098 rhapsody* | darwin*)
7099 if test -n "$ac_tool_prefix"; then
7100 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7101set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7103$as_echo_n "checking for $ac_word... " >&6; }
7104if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7105 $as_echo_n "(cached) " >&6
718a6fd8
SE
7106else
7107 if test -n "$DSYMUTIL"; then
7108 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7109else
7110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7111for as_dir in $PATH
7112do
7113 IFS=$as_save_IFS
7114 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7115 for ac_exec_ext in '' $ac_executable_extensions; do
7116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7117 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7119 break 2
7120 fi
7121done
81ecdfbb
RW
7122 done
7123IFS=$as_save_IFS
718a6fd8
SE
7124
7125fi
7126fi
7127DSYMUTIL=$ac_cv_prog_DSYMUTIL
7128if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7130$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7131else
81ecdfbb
RW
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7133$as_echo "no" >&6; }
718a6fd8
SE
7134fi
7135
81ecdfbb 7136
718a6fd8
SE
7137fi
7138if test -z "$ac_cv_prog_DSYMUTIL"; then
7139 ac_ct_DSYMUTIL=$DSYMUTIL
7140 # Extract the first word of "dsymutil", so it can be a program name with args.
7141set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7143$as_echo_n "checking for $ac_word... " >&6; }
7144if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7145 $as_echo_n "(cached) " >&6
718a6fd8
SE
7146else
7147 if test -n "$ac_ct_DSYMUTIL"; then
7148 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7149else
7150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7151for as_dir in $PATH
7152do
7153 IFS=$as_save_IFS
7154 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7155 for ac_exec_ext in '' $ac_executable_extensions; do
7156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7157 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7159 break 2
7160 fi
7161done
81ecdfbb
RW
7162 done
7163IFS=$as_save_IFS
718a6fd8 7164
718a6fd8
SE
7165fi
7166fi
7167ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7168if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7170$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7171else
81ecdfbb
RW
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7173$as_echo "no" >&6; }
718a6fd8
SE
7174fi
7175
81ecdfbb
RW
7176 if test "x$ac_ct_DSYMUTIL" = x; then
7177 DSYMUTIL=":"
7178 else
7179 case $cross_compiling:$ac_tool_warned in
7180yes:)
7181{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7182$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7183ac_tool_warned=yes ;;
7184esac
7185 DSYMUTIL=$ac_ct_DSYMUTIL
7186 fi
718a6fd8
SE
7187else
7188 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7189fi
7190
7191 if test -n "$ac_tool_prefix"; then
7192 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7193set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7195$as_echo_n "checking for $ac_word... " >&6; }
7196if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7197 $as_echo_n "(cached) " >&6
718a6fd8
SE
7198else
7199 if test -n "$NMEDIT"; then
7200 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7201else
7202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7203for as_dir in $PATH
7204do
7205 IFS=$as_save_IFS
7206 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7207 for ac_exec_ext in '' $ac_executable_extensions; do
7208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7209 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7211 break 2
7212 fi
7213done
81ecdfbb
RW
7214 done
7215IFS=$as_save_IFS
718a6fd8
SE
7216
7217fi
7218fi
7219NMEDIT=$ac_cv_prog_NMEDIT
7220if test -n "$NMEDIT"; then
81ecdfbb
RW
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7222$as_echo "$NMEDIT" >&6; }
718a6fd8 7223else
81ecdfbb
RW
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225$as_echo "no" >&6; }
718a6fd8
SE
7226fi
7227
81ecdfbb 7228
718a6fd8
SE
7229fi
7230if test -z "$ac_cv_prog_NMEDIT"; then
7231 ac_ct_NMEDIT=$NMEDIT
7232 # Extract the first word of "nmedit", so it can be a program name with args.
7233set dummy nmedit; ac_word=$2
81ecdfbb
RW
7234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7235$as_echo_n "checking for $ac_word... " >&6; }
7236if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7237 $as_echo_n "(cached) " >&6
718a6fd8
SE
7238else
7239 if test -n "$ac_ct_NMEDIT"; then
7240 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7241else
7242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7243for as_dir in $PATH
7244do
7245 IFS=$as_save_IFS
7246 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7247 for ac_exec_ext in '' $ac_executable_extensions; do
7248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7249 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7251 break 2
7252 fi
7253done
81ecdfbb
RW
7254 done
7255IFS=$as_save_IFS
718a6fd8 7256
718a6fd8
SE
7257fi
7258fi
7259ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7260if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7262$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7263else
81ecdfbb
RW
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7265$as_echo "no" >&6; }
718a6fd8
SE
7266fi
7267
81ecdfbb
RW
7268 if test "x$ac_ct_NMEDIT" = x; then
7269 NMEDIT=":"
7270 else
7271 case $cross_compiling:$ac_tool_warned in
7272yes:)
7273{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7274$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7275ac_tool_warned=yes ;;
7276esac
7277 NMEDIT=$ac_ct_NMEDIT
7278 fi
718a6fd8
SE
7279else
7280 NMEDIT="$ac_cv_prog_NMEDIT"
7281fi
7282
7283 if test -n "$ac_tool_prefix"; then
7284 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7285set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7287$as_echo_n "checking for $ac_word... " >&6; }
7288if test "${ac_cv_prog_LIPO+set}" = set; then :
7289 $as_echo_n "(cached) " >&6
718a6fd8
SE
7290else
7291 if test -n "$LIPO"; then
7292 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7293else
7294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295for as_dir in $PATH
7296do
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7301 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7303 break 2
7304 fi
7305done
81ecdfbb
RW
7306 done
7307IFS=$as_save_IFS
718a6fd8
SE
7308
7309fi
7310fi
7311LIPO=$ac_cv_prog_LIPO
7312if test -n "$LIPO"; then
81ecdfbb
RW
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7314$as_echo "$LIPO" >&6; }
718a6fd8 7315else
81ecdfbb
RW
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7317$as_echo "no" >&6; }
718a6fd8
SE
7318fi
7319
81ecdfbb 7320
718a6fd8
SE
7321fi
7322if test -z "$ac_cv_prog_LIPO"; then
7323 ac_ct_LIPO=$LIPO
7324 # Extract the first word of "lipo", so it can be a program name with args.
7325set dummy lipo; ac_word=$2
81ecdfbb
RW
7326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7327$as_echo_n "checking for $ac_word... " >&6; }
7328if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7329 $as_echo_n "(cached) " >&6
718a6fd8
SE
7330else
7331 if test -n "$ac_ct_LIPO"; then
7332 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7333else
7334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7335for as_dir in $PATH
7336do
7337 IFS=$as_save_IFS
7338 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7339 for ac_exec_ext in '' $ac_executable_extensions; do
7340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7341 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7343 break 2
7344 fi
7345done
81ecdfbb
RW
7346 done
7347IFS=$as_save_IFS
718a6fd8 7348
718a6fd8
SE
7349fi
7350fi
7351ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7352if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7354$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7355else
81ecdfbb
RW
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7357$as_echo "no" >&6; }
718a6fd8
SE
7358fi
7359
81ecdfbb
RW
7360 if test "x$ac_ct_LIPO" = x; then
7361 LIPO=":"
7362 else
7363 case $cross_compiling:$ac_tool_warned in
7364yes:)
7365{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7366$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7367ac_tool_warned=yes ;;
7368esac
7369 LIPO=$ac_ct_LIPO
7370 fi
718a6fd8
SE
7371else
7372 LIPO="$ac_cv_prog_LIPO"
7373fi
7374
7375 if test -n "$ac_tool_prefix"; then
7376 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7377set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7379$as_echo_n "checking for $ac_word... " >&6; }
7380if test "${ac_cv_prog_OTOOL+set}" = set; then :
7381 $as_echo_n "(cached) " >&6
718a6fd8
SE
7382else
7383 if test -n "$OTOOL"; then
7384 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7385else
7386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387for as_dir in $PATH
7388do
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7393 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7395 break 2
7396 fi
7397done
81ecdfbb
RW
7398 done
7399IFS=$as_save_IFS
718a6fd8
SE
7400
7401fi
7402fi
7403OTOOL=$ac_cv_prog_OTOOL
7404if test -n "$OTOOL"; then
81ecdfbb
RW
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7406$as_echo "$OTOOL" >&6; }
718a6fd8 7407else
81ecdfbb
RW
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7409$as_echo "no" >&6; }
718a6fd8
SE
7410fi
7411
81ecdfbb 7412
718a6fd8
SE
7413fi
7414if test -z "$ac_cv_prog_OTOOL"; then
7415 ac_ct_OTOOL=$OTOOL
7416 # Extract the first word of "otool", so it can be a program name with args.
7417set dummy otool; ac_word=$2
81ecdfbb
RW
7418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7419$as_echo_n "checking for $ac_word... " >&6; }
7420if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7421 $as_echo_n "(cached) " >&6
718a6fd8
SE
7422else
7423 if test -n "$ac_ct_OTOOL"; then
7424 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7425else
7426as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7427for as_dir in $PATH
7428do
7429 IFS=$as_save_IFS
7430 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7431 for ac_exec_ext in '' $ac_executable_extensions; do
7432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7433 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7435 break 2
7436 fi
7437done
81ecdfbb
RW
7438 done
7439IFS=$as_save_IFS
718a6fd8 7440
718a6fd8
SE
7441fi
7442fi
7443ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7444if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7446$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7447else
81ecdfbb
RW
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7449$as_echo "no" >&6; }
718a6fd8
SE
7450fi
7451
81ecdfbb
RW
7452 if test "x$ac_ct_OTOOL" = x; then
7453 OTOOL=":"
7454 else
7455 case $cross_compiling:$ac_tool_warned in
7456yes:)
7457{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7458$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7459ac_tool_warned=yes ;;
7460esac
7461 OTOOL=$ac_ct_OTOOL
7462 fi
718a6fd8
SE
7463else
7464 OTOOL="$ac_cv_prog_OTOOL"
7465fi
7466
7467 if test -n "$ac_tool_prefix"; then
7468 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7469set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7471$as_echo_n "checking for $ac_word... " >&6; }
7472if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7473 $as_echo_n "(cached) " >&6
718a6fd8
SE
7474else
7475 if test -n "$OTOOL64"; then
7476 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7477else
7478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479for as_dir in $PATH
7480do
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7485 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7487 break 2
7488 fi
7489done
81ecdfbb
RW
7490 done
7491IFS=$as_save_IFS
718a6fd8
SE
7492
7493fi
7494fi
7495OTOOL64=$ac_cv_prog_OTOOL64
7496if test -n "$OTOOL64"; then
81ecdfbb
RW
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7498$as_echo "$OTOOL64" >&6; }
718a6fd8 7499else
81ecdfbb
RW
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501$as_echo "no" >&6; }
718a6fd8
SE
7502fi
7503
81ecdfbb 7504
718a6fd8
SE
7505fi
7506if test -z "$ac_cv_prog_OTOOL64"; then
7507 ac_ct_OTOOL64=$OTOOL64
7508 # Extract the first word of "otool64", so it can be a program name with args.
7509set dummy otool64; ac_word=$2
81ecdfbb
RW
7510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7511$as_echo_n "checking for $ac_word... " >&6; }
7512if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7513 $as_echo_n "(cached) " >&6
718a6fd8
SE
7514else
7515 if test -n "$ac_ct_OTOOL64"; then
7516 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7517else
7518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7519for as_dir in $PATH
7520do
7521 IFS=$as_save_IFS
7522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7523 for ac_exec_ext in '' $ac_executable_extensions; do
7524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7525 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7527 break 2
7528 fi
7529done
81ecdfbb
RW
7530 done
7531IFS=$as_save_IFS
718a6fd8 7532
718a6fd8
SE
7533fi
7534fi
7535ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7536if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7538$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7539else
81ecdfbb
RW
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7541$as_echo "no" >&6; }
718a6fd8
SE
7542fi
7543
81ecdfbb
RW
7544 if test "x$ac_ct_OTOOL64" = x; then
7545 OTOOL64=":"
7546 else
7547 case $cross_compiling:$ac_tool_warned in
7548yes:)
7549{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7550$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7551ac_tool_warned=yes ;;
7552esac
7553 OTOOL64=$ac_ct_OTOOL64
7554 fi
718a6fd8
SE
7555else
7556 OTOOL64="$ac_cv_prog_OTOOL64"
7557fi
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
81ecdfbb
RW
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7586$as_echo_n "checking for -single_module linker flag... " >&6; }
7587if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
718a6fd8
SE
7589else
7590 lt_cv_apple_cc_single_mod=no
7591 if test -z "${LT_MULTI_MODULE}"; then
7592 # By default we will add the -single_module flag. You can override
7593 # by either setting the environment variable LT_MULTI_MODULE
7594 # non-empty at configure time, or by adding -multi_module to the
7595 # link flags.
7596 rm -rf libconftest.dylib*
7597 echo "int foo(void){return 1;}" > conftest.c
7598 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7599-dynamiclib -Wl,-single_module conftest.c" >&5
7600 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7601 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7602 _lt_result=$?
7603 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7604 lt_cv_apple_cc_single_mod=yes
7605 else
7606 cat conftest.err >&5
7607 fi
7608 rm -rf libconftest.dylib*
7609 rm -f conftest.*
7610 fi
7611fi
81ecdfbb
RW
7612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7613$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7615$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7616if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
718a6fd8
SE
7618else
7619 lt_cv_ld_exported_symbols_list=no
7620 save_LDFLAGS=$LDFLAGS
7621 echo "_main" > conftest.sym
7622 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7624/* end confdefs.h. */
7625
7626int
7627main ()
7628{
7629
7630 ;
7631 return 0;
7632}
7633_ACEOF
81ecdfbb 7634if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7635 lt_cv_ld_exported_symbols_list=yes
7636else
81ecdfbb 7637 lt_cv_ld_exported_symbols_list=no
718a6fd8 7638fi
81ecdfbb
RW
7639rm -f core conftest.err conftest.$ac_objext \
7640 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7641 LDFLAGS="$save_LDFLAGS"
7642
7643fi
81ecdfbb
RW
7644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7645$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7647$as_echo_n "checking for -force_load linker flag... " >&6; }
7648if test "${lt_cv_ld_force_load+set}" = set; then :
7649 $as_echo_n "(cached) " >&6
7650else
7651 lt_cv_ld_force_load=no
7652 cat > conftest.c << _LT_EOF
7653int forced_loaded() { return 2;}
7654_LT_EOF
7655 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7656 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7657 echo "$AR cru libconftest.a conftest.o" >&5
7658 $AR cru libconftest.a conftest.o 2>&5
7659 cat > conftest.c << _LT_EOF
7660int main() { return 0;}
7661_LT_EOF
7662 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7663 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7664 _lt_result=$?
7665 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7666 lt_cv_ld_force_load=yes
7667 else
7668 cat conftest.err >&5
7669 fi
7670 rm -f conftest.err libconftest.a conftest conftest.c
7671 rm -rf conftest.dSYM
7672
7673fi
7674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7675$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7676 case $host_os in
7677 rhapsody* | darwin1.[012])
7678 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7679 darwin1.*)
7680 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7681 darwin*) # darwin 5.x on
7682 # if running on 10.5 or later, the deployment target defaults
7683 # to the OS version, if on x86, and 10.4, the deployment
7684 # target defaults to 10.4. Don't you love it?
7685 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7686 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7687 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7688 10.[012]*)
7689 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7690 10.*)
7691 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7692 esac
7693 ;;
7694 esac
7695 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7696 _lt_dar_single_mod='$single_module'
7697 fi
7698 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7699 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7700 else
7701 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7702 fi
3725885a 7703 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7704 _lt_dsymutil='~$DSYMUTIL $lib || :'
7705 else
7706 _lt_dsymutil=
7707 fi
7708 ;;
7709 esac
7710
718a6fd8 7711for ac_header in dlfcn.h
81ecdfbb
RW
7712do :
7713 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7714"
7715if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7716 cat >>confdefs.h <<_ACEOF
81ecdfbb 7717#define HAVE_DLFCN_H 1
718a6fd8
SE
7718_ACEOF
7719
7720fi
7721
7722done
7723
7724
7725
3725885a
RW
7726
7727
718a6fd8
SE
7728# Set options
7729
7730
7731
7732 enable_dlopen=no
7733
7734
7735 enable_win32_dll=no
7736
7737
81ecdfbb
RW
7738 # Check whether --enable-shared was given.
7739if test "${enable_shared+set}" = set; then :
7740 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7741 case $enableval in
7742 yes) enable_shared=yes ;;
7743 no) enable_shared=no ;;
7744 *)
7745 enable_shared=no
7746 # Look at the argument we got. We use all the common list separators.
7747 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7748 for pkg in $enableval; do
7749 IFS="$lt_save_ifs"
7750 if test "X$pkg" = "X$p"; then
7751 enable_shared=yes
7752 fi
7753 done
7754 IFS="$lt_save_ifs"
7755 ;;
7756 esac
7757else
7758 enable_shared=yes
81ecdfbb 7759fi
718a6fd8
SE
7760
7761
7762
7763
7764
7765
7766
7767
81ecdfbb
RW
7768
7769 # Check whether --enable-static was given.
7770if test "${enable_static+set}" = set; then :
7771 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7772 case $enableval in
7773 yes) enable_static=yes ;;
7774 no) enable_static=no ;;
7775 *)
7776 enable_static=no
7777 # Look at the argument we got. We use all the common list separators.
7778 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7779 for pkg in $enableval; do
7780 IFS="$lt_save_ifs"
7781 if test "X$pkg" = "X$p"; then
7782 enable_static=yes
7783 fi
7784 done
7785 IFS="$lt_save_ifs"
7786 ;;
7787 esac
7788else
7789 enable_static=yes
81ecdfbb 7790fi
718a6fd8
SE
7791
7792
7793
7794
7795
7796
7797
7798
7799
81ecdfbb
RW
7800
7801# Check whether --with-pic was given.
7802if test "${with_pic+set}" = set; then :
7803 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7804else
7805 pic_mode=default
81ecdfbb
RW
7806fi
7807
718a6fd8
SE
7808
7809test -z "$pic_mode" && pic_mode=default
7810
7811
7812
7813
7814
7815
7816
81ecdfbb
RW
7817 # Check whether --enable-fast-install was given.
7818if test "${enable_fast_install+set}" = set; then :
7819 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7820 case $enableval in
7821 yes) enable_fast_install=yes ;;
7822 no) enable_fast_install=no ;;
7823 *)
7824 enable_fast_install=no
7825 # Look at the argument we got. We use all the common list separators.
7826 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7827 for pkg in $enableval; do
7828 IFS="$lt_save_ifs"
7829 if test "X$pkg" = "X$p"; then
7830 enable_fast_install=yes
7831 fi
7832 done
7833 IFS="$lt_save_ifs"
7357c5b6
AM
7834 ;;
7835 esac
718a6fd8
SE
7836else
7837 enable_fast_install=yes
81ecdfbb
RW
7838fi
7839
20e95c23 7840
20e95c23
DJ
7841
7842
42ecbf5e 7843
d7040cdb 7844
20e95c23 7845
d7040cdb 7846
d7040cdb
SE
7847
7848
7849
7850# This can be used to rebuild libtool when needed
7851LIBTOOL_DEPS="$ltmain"
7852
7853# Always use our own libtool.
7854LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
3725885a 7878
d7040cdb
SE
7879
7880
7881test -z "$LN_S" && LN_S="ln -s"
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896if test -n "${ZSH_VERSION+set}" ; then
7897 setopt NO_GLOB_SUBST
7898fi
7899
81ecdfbb
RW
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7901$as_echo_n "checking for objdir... " >&6; }
7902if test "${lt_cv_objdir+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
20e95c23 7904else
d7040cdb
SE
7905 rm -f .libs 2>/dev/null
7906mkdir .libs 2>/dev/null
7907if test -d .libs; then
7908 lt_cv_objdir=.libs
42ecbf5e 7909else
d7040cdb
SE
7910 # MS-DOS does not allow filenames that begin with a dot.
7911 lt_cv_objdir=_libs
7912fi
7913rmdir .libs 2>/dev/null
42ecbf5e 7914fi
81ecdfbb
RW
7915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7916$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7917objdir=$lt_cv_objdir
42ecbf5e 7918
d7040cdb
SE
7919
7920
7921
7922
7923cat >>confdefs.h <<_ACEOF
7924#define LT_OBJDIR "$lt_cv_objdir/"
7925_ACEOF
7926
7927
7928
7929
d7040cdb
SE
7930case $host_os in
7931aix3*)
7932 # AIX sometimes has problems with the GCC collect2 program. For some
7933 # reason, if we set the COLLECT_NAMES environment variable, the problems
7934 # vanish in a puff of smoke.
7935 if test "X${COLLECT_NAMES+set}" != Xset; then
7936 COLLECT_NAMES=
7937 export COLLECT_NAMES
7938 fi
7939 ;;
7940esac
7941
d7040cdb
SE
7942# Global variables:
7943ofile=libtool
7944can_build_shared=yes
7945
7946# All known linkers require a `.a' archive for static linking (except MSVC,
7947# which needs '.lib').
7948libext=a
7949
7950with_gnu_ld="$lt_cv_prog_gnu_ld"
7951
7952old_CC="$CC"
7953old_CFLAGS="$CFLAGS"
7954
7955# Set sane defaults for various variables
7956test -z "$CC" && CC=cc
7957test -z "$LTCC" && LTCC=$CC
7958test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7959test -z "$LD" && LD=ld
7960test -z "$ac_objext" && ac_objext=o
7961
7962for cc_temp in $compiler""; do
7963 case $cc_temp in
7964 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7965 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7966 \-*) ;;
7967 *) break;;
7968 esac
7969done
3725885a 7970cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7971
7972
7973# Only perform the check for file, if the check method requires it
7974test -z "$MAGIC_CMD" && MAGIC_CMD=file
7975case $deplibs_check_method in
7976file_magic*)
7977 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7979$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7980if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7981 $as_echo_n "(cached) " >&6
42ecbf5e 7982else
d7040cdb
SE
7983 case $MAGIC_CMD in
7984[\\/*] | ?:[\\/]*)
7985 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 7986 ;;
d7040cdb
SE
7987*)
7988 lt_save_MAGIC_CMD="$MAGIC_CMD"
7989 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7990 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7991 for ac_dir in $ac_dummy; do
7992 IFS="$lt_save_ifs"
7993 test -z "$ac_dir" && ac_dir=.
7994 if test -f $ac_dir/${ac_tool_prefix}file; then
7995 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7996 if test -n "$file_magic_test_file"; then
7997 case $deplibs_check_method in
7998 "file_magic "*)
7999 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8000 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8001 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8002 $EGREP "$file_magic_regex" > /dev/null; then
8003 :
8004 else
8005 cat <<_LT_EOF 1>&2
42ecbf5e 8006
d7040cdb
SE
8007*** Warning: the command libtool uses to detect shared libraries,
8008*** $file_magic_cmd, produces output that libtool cannot recognize.
8009*** The result is that libtool may fail to recognize shared libraries
8010*** as such. This will affect the creation of libtool libraries that
8011*** depend on shared libraries, but programs linked with such libtool
8012*** libraries will work regardless of this problem. Nevertheless, you
8013*** may want to report the problem to your system manager and/or to
8014*** bug-libtool@gnu.org
8015
8016_LT_EOF
8017 fi ;;
8018 esac
8019 fi
8020 break
8021 fi
8022 done
8023 IFS="$lt_save_ifs"
8024 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8025 ;;
8026esac
42ecbf5e 8027fi
20e95c23 8028
d7040cdb
SE
8029MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8030if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8032$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8033else
81ecdfbb
RW
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8035$as_echo "no" >&6; }
42ecbf5e
DJ
8036fi
8037
20e95c23
DJ
8038
8039
42ecbf5e 8040
20e95c23 8041
d7040cdb
SE
8042if test -z "$lt_cv_path_MAGIC_CMD"; then
8043 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8045$as_echo_n "checking for file... " >&6; }
8046if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8047 $as_echo_n "(cached) " >&6
42ecbf5e 8048else
d7040cdb
SE
8049 case $MAGIC_CMD in
8050[\\/*] | ?:[\\/]*)
8051 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8052 ;;
8053*)
8054 lt_save_MAGIC_CMD="$MAGIC_CMD"
8055 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8056 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8057 for ac_dir in $ac_dummy; do
8058 IFS="$lt_save_ifs"
8059 test -z "$ac_dir" && ac_dir=.
8060 if test -f $ac_dir/file; then
8061 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8062 if test -n "$file_magic_test_file"; then
8063 case $deplibs_check_method in
8064 "file_magic "*)
8065 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8066 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8067 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8068 $EGREP "$file_magic_regex" > /dev/null; then
8069 :
8070 else
8071 cat <<_LT_EOF 1>&2
8072
8073*** Warning: the command libtool uses to detect shared libraries,
8074*** $file_magic_cmd, produces output that libtool cannot recognize.
8075*** The result is that libtool may fail to recognize shared libraries
8076*** as such. This will affect the creation of libtool libraries that
8077*** depend on shared libraries, but programs linked with such libtool
8078*** libraries will work regardless of this problem. Nevertheless, you
8079*** may want to report the problem to your system manager and/or to
8080*** bug-libtool@gnu.org
8081
8082_LT_EOF
8083 fi ;;
8084 esac
8085 fi
8086 break
8087 fi
8088 done
8089 IFS="$lt_save_ifs"
8090 MAGIC_CMD="$lt_save_MAGIC_CMD"
8091 ;;
20e95c23
DJ
8092esac
8093fi
d7040cdb
SE
8094
8095MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8096if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8098$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8099else
81ecdfbb
RW
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101$as_echo "no" >&6; }
20e95c23
DJ
8102fi
8103
20e95c23 8104
42ecbf5e 8105 else
d7040cdb 8106 MAGIC_CMD=:
42ecbf5e 8107 fi
42ecbf5e 8108fi
42ecbf5e 8109
20e95c23 8110 fi
d7040cdb
SE
8111 ;;
8112esac
42ecbf5e 8113
d7040cdb 8114# Use C for the default configuration in the libtool script
42ecbf5e 8115
d7040cdb
SE
8116lt_save_CC="$CC"
8117ac_ext=c
8118ac_cpp='$CPP $CPPFLAGS'
8119ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8120ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8121ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8122
42ecbf5e 8123
d7040cdb
SE
8124# Source file extension for C test sources.
8125ac_ext=c
42ecbf5e 8126
d7040cdb
SE
8127# Object file extension for compiled C test sources.
8128objext=o
8129objext=$objext
42ecbf5e 8130
d7040cdb
SE
8131# Code to be used in simple compile tests
8132lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8133
d7040cdb
SE
8134# Code to be used in simple link tests
8135lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8136
ac48eca1 8137
42ecbf5e 8138
42ecbf5e 8139
d5fbea21 8140
d5fbea21
DJ
8141
8142
d7040cdb
SE
8143# If no C compiler was specified, use CC.
8144LTCC=${LTCC-"$CC"}
20e95c23 8145
d7040cdb
SE
8146# If no C compiler flags were specified, use CFLAGS.
8147LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8148
d7040cdb
SE
8149# Allow CC to be a program name with arguments.
8150compiler=$CC
252b5132 8151
d7040cdb
SE
8152# Save the default compiler, since it gets overwritten when the other
8153# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8154compiler_DEFAULT=$CC
42ecbf5e 8155
d7040cdb
SE
8156# save warnings/boilerplate of simple test code
8157ac_outfile=conftest.$ac_objext
8158echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8159eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8160_lt_compiler_boilerplate=`cat conftest.err`
8161$RM conftest*
252b5132 8162
d7040cdb
SE
8163ac_outfile=conftest.$ac_objext
8164echo "$lt_simple_link_test_code" >conftest.$ac_ext
8165eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8166_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8167$RM -r conftest*
252b5132 8168
42ecbf5e 8169
d7040cdb
SE
8170## CAVEAT EMPTOR:
8171## There is no encapsulation within the following macros, do not change
8172## the running order or otherwise move them around unless you know exactly
8173## what you are doing...
8174if test -n "$compiler"; then
252b5132 8175
d7040cdb 8176lt_prog_compiler_no_builtin_flag=
252b5132 8177
d7040cdb 8178if test "$GCC" = yes; then
3725885a
RW
8179 case $cc_basename in
8180 nvcc*)
8181 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8182 *)
8183 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8184 esac
d15b04bd 8185
81ecdfbb
RW
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8187$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8188if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8189 $as_echo_n "(cached) " >&6
252b5132 8190else
d7040cdb
SE
8191 lt_cv_prog_compiler_rtti_exceptions=no
8192 ac_outfile=conftest.$ac_objext
8193 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8194 lt_compiler_flag="-fno-rtti -fno-exceptions"
8195 # Insert the option either (1) after the last *FLAGS variable, or
8196 # (2) before a word containing "conftest.", or (3) at the end.
8197 # Note that $ac_compile itself does not contain backslashes and begins
8198 # with a dollar sign (not a hyphen), so the echo should work correctly.
8199 # The option is referenced via a variable to avoid confusing sed.
8200 lt_compile=`echo "$ac_compile" | $SED \
8201 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8202 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8203 -e 's:$: $lt_compiler_flag:'`
3725885a 8204 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8205 (eval "$lt_compile" 2>conftest.err)
8206 ac_status=$?
8207 cat conftest.err >&5
3725885a 8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8209 if (exit $ac_status) && test -s "$ac_outfile"; then
8210 # The compiler can only warn and ignore the option if not recognized
8211 # So say no if there are warnings other than the usual output.
3725885a 8212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8213 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8214 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8215 lt_cv_prog_compiler_rtti_exceptions=yes
8216 fi
8217 fi
8218 $RM conftest*
42ecbf5e 8219
252b5132 8220fi
81ecdfbb
RW
8221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8222$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8223
8224if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8225 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8226else
d7040cdb 8227 :
252b5132 8228fi
252b5132
RH
8229
8230fi
d7040cdb
SE
8231
8232
8233
8234
8235
8236
8237 lt_prog_compiler_wl=
8238lt_prog_compiler_pic=
8239lt_prog_compiler_static=
8240
81ecdfbb
RW
8241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8242$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8243
8244 if test "$GCC" = yes; then
8245 lt_prog_compiler_wl='-Wl,'
8246 lt_prog_compiler_static='-static'
8247
8248 case $host_os in
8249 aix*)
8250 # All AIX code is PIC.
8251 if test "$host_cpu" = ia64; then
8252 # AIX 5 now supports IA64 processor
8253 lt_prog_compiler_static='-Bstatic'
8254 fi
8255 ;;
8256
8257 amigaos*)
718a6fd8
SE
8258 case $host_cpu in
8259 powerpc)
8260 # see comment about AmigaOS4 .so support
8261 lt_prog_compiler_pic='-fPIC'
8262 ;;
8263 m68k)
8264 # FIXME: we need at least 68020 code to build shared libraries, but
8265 # adding the `-m68020' flag to GCC prevents building anything better,
8266 # like `-m68040'.
8267 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8268 ;;
8269 esac
d7040cdb
SE
8270 ;;
8271
8272 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8273 # PIC is the default for these OSes.
8274 ;;
8275
718a6fd8 8276 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8277 # This hack is so that the source file can tell whether it is being
8278 # built for inclusion in a dll (and should export symbols for example).
8279 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8280 # (--disable-auto-import) libraries
8281 lt_prog_compiler_pic='-DDLL_EXPORT'
8282 ;;
8283
8284 darwin* | rhapsody*)
8285 # PIC is the default on this platform
8286 # Common symbols not allowed in MH_DYLIB files
8287 lt_prog_compiler_pic='-fno-common'
8288 ;;
8289
3725885a
RW
8290 haiku*)
8291 # PIC is the default for Haiku.
8292 # The "-static" flag exists, but is broken.
8293 lt_prog_compiler_static=
8294 ;;
8295
d7040cdb 8296 hpux*)
718a6fd8
SE
8297 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8298 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8299 # sets the default TLS model and affects inlining.
d7040cdb 8300 case $host_cpu in
718a6fd8 8301 hppa*64*)
d7040cdb
SE
8302 # +Z the default
8303 ;;
8304 *)
8305 lt_prog_compiler_pic='-fPIC'
8306 ;;
8307 esac
8308 ;;
8309
8310 interix[3-9]*)
8311 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8312 # Instead, we relocate shared libraries at runtime.
8313 ;;
8314
8315 msdosdjgpp*)
8316 # Just because we use GCC doesn't mean we suddenly get shared libraries
8317 # on systems that don't support them.
8318 lt_prog_compiler_can_build_shared=no
8319 enable_shared=no
8320 ;;
8321
8322 *nto* | *qnx*)
8323 # QNX uses GNU C++, but need to define -shared option too, otherwise
8324 # it will coredump.
8325 lt_prog_compiler_pic='-fPIC -shared'
8326 ;;
8327
8328 sysv4*MP*)
8329 if test -d /usr/nec; then
8330 lt_prog_compiler_pic=-Kconform_pic
8331 fi
8332 ;;
8333
8334 *)
8335 lt_prog_compiler_pic='-fPIC'
8336 ;;
8337 esac
3725885a
RW
8338
8339 case $cc_basename in
8340 nvcc*) # Cuda Compiler Driver 2.2
8341 lt_prog_compiler_wl='-Xlinker '
8342 lt_prog_compiler_pic='-Xcompiler -fPIC'
8343 ;;
8344 esac
d7040cdb
SE
8345 else
8346 # PORTME Check for flag to pass linker flags through the system compiler.
8347 case $host_os in
8348 aix*)
8349 lt_prog_compiler_wl='-Wl,'
8350 if test "$host_cpu" = ia64; then
8351 # AIX 5 now supports IA64 processor
8352 lt_prog_compiler_static='-Bstatic'
8353 else
8354 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8355 fi
8356 ;;
d7040cdb 8357
718a6fd8 8358 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8359 # This hack is so that the source file can tell whether it is being
8360 # built for inclusion in a dll (and should export symbols for example).
8361 lt_prog_compiler_pic='-DDLL_EXPORT'
8362 ;;
8363
8364 hpux9* | hpux10* | hpux11*)
8365 lt_prog_compiler_wl='-Wl,'
8366 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8367 # not for PA HP-UX.
8368 case $host_cpu in
8369 hppa*64*|ia64*)
8370 # +Z the default
8371 ;;
8372 *)
8373 lt_prog_compiler_pic='+Z'
8374 ;;
8375 esac
8376 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8377 lt_prog_compiler_static='${wl}-a ${wl}archive'
8378 ;;
8379
8380 irix5* | irix6* | nonstopux*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # PIC (with -KPIC) is the default.
8383 lt_prog_compiler_static='-non_shared'
8384 ;;
8385
58e24671 8386 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8387 case $cc_basename in
718a6fd8
SE
8388 # old Intel for x86_64 which still supported -KPIC.
8389 ecc*)
d7040cdb
SE
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-static'
8393 ;;
718a6fd8
SE
8394 # icc used to be incompatible with GCC.
8395 # ICC 10 doesn't accept -KPIC any more.
8396 icc* | ifort*)
8397 lt_prog_compiler_wl='-Wl,'
8398 lt_prog_compiler_pic='-fPIC'
8399 lt_prog_compiler_static='-static'
8400 ;;
8401 # Lahey Fortran 8.1.
8402 lf95*)
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='--shared'
8405 lt_prog_compiler_static='--static'
8406 ;;
3725885a 8407 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8408 # Portland Group compilers (*not* the Pentium gcc compiler,
8409 # which looks to be a dead project)
8410 lt_prog_compiler_wl='-Wl,'
8411 lt_prog_compiler_pic='-fpic'
8412 lt_prog_compiler_static='-Bstatic'
8413 ;;
8414 ccc*)
8415 lt_prog_compiler_wl='-Wl,'
8416 # All Alpha code is PIC.
8417 lt_prog_compiler_static='-non_shared'
8418 ;;
3725885a
RW
8419 xl* | bgxl* | bgf* | mpixl*)
8420 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-qpic'
8423 lt_prog_compiler_static='-qstaticlink'
8424 ;;
d7040cdb
SE
8425 *)
8426 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8427 *Sun\ F* | *Sun*Fortran*)
8428 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8429 lt_prog_compiler_pic='-KPIC'
8430 lt_prog_compiler_static='-Bstatic'
3725885a 8431 lt_prog_compiler_wl=''
d7040cdb 8432 ;;
3725885a
RW
8433 *Sun\ C*)
8434 # Sun C 5.9
d7040cdb
SE
8435 lt_prog_compiler_pic='-KPIC'
8436 lt_prog_compiler_static='-Bstatic'
3725885a 8437 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8438 ;;
8439 esac
8440 ;;
8441 esac
8442 ;;
8443
8444 newsos6)
8445 lt_prog_compiler_pic='-KPIC'
8446 lt_prog_compiler_static='-Bstatic'
8447 ;;
8448
8449 *nto* | *qnx*)
8450 # QNX uses GNU C++, but need to define -shared option too, otherwise
8451 # it will coredump.
8452 lt_prog_compiler_pic='-fPIC -shared'
8453 ;;
8454
8455 osf3* | osf4* | osf5*)
8456 lt_prog_compiler_wl='-Wl,'
8457 # All OSF/1 code is PIC.
8458 lt_prog_compiler_static='-non_shared'
8459 ;;
8460
8461 rdos*)
8462 lt_prog_compiler_static='-non_shared'
8463 ;;
8464
8465 solaris*)
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 case $cc_basename in
8469 f77* | f90* | f95*)
8470 lt_prog_compiler_wl='-Qoption ld ';;
8471 *)
8472 lt_prog_compiler_wl='-Wl,';;
8473 esac
8474 ;;
8475
8476 sunos4*)
8477 lt_prog_compiler_wl='-Qoption ld '
8478 lt_prog_compiler_pic='-PIC'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481
8482 sysv4 | sysv4.2uw2* | sysv4.3*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8486 ;;
8487
8488 sysv4*MP*)
8489 if test -d /usr/nec ;then
8490 lt_prog_compiler_pic='-Kconform_pic'
8491 lt_prog_compiler_static='-Bstatic'
8492 fi
8493 ;;
8494
8495 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8496 lt_prog_compiler_wl='-Wl,'
8497 lt_prog_compiler_pic='-KPIC'
8498 lt_prog_compiler_static='-Bstatic'
8499 ;;
8500
8501 unicos*)
8502 lt_prog_compiler_wl='-Wl,'
8503 lt_prog_compiler_can_build_shared=no
8504 ;;
8505
8506 uts4*)
8507 lt_prog_compiler_pic='-pic'
8508 lt_prog_compiler_static='-Bstatic'
8509 ;;
8510
8511 *)
8512 lt_prog_compiler_can_build_shared=no
8513 ;;
8514 esac
8515 fi
8516
8517case $host_os in
8518 # For platforms which do not support PIC, -DPIC is meaningless:
8519 *djgpp*)
8520 lt_prog_compiler_pic=
8521 ;;
8522 *)
8523 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8524 ;;
8525esac
81ecdfbb
RW
8526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8527$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8528
8529
8530
8531
8532
8533
8534#
8535# Check to make sure the PIC flag actually works.
8536#
8537if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8539$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8540if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
42ecbf5e 8542else
718a6fd8 8543 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
3725885a 8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
3725885a 8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
3725885a 8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8567 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8568 fi
8569 fi
8570 $RM conftest*
42ecbf5e 8571
252b5132 8572fi
81ecdfbb
RW
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8574$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8575
718a6fd8 8576if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8577 case $lt_prog_compiler_pic in
8578 "" | " "*) ;;
8579 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8580 esac
252b5132 8581else
d7040cdb
SE
8582 lt_prog_compiler_pic=
8583 lt_prog_compiler_can_build_shared=no
252b5132 8584fi
252b5132
RH
8585
8586fi
42ecbf5e 8587
d7040cdb
SE
8588
8589
8590
8591
8592
8593#
8594# Check to make sure the static flag actually works.
8595#
8596wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8598$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8599if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
42ecbf5e 8601else
718a6fd8 8602 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8603 save_LDFLAGS="$LDFLAGS"
8604 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8605 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8606 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8607 # The linker can only warn and ignore the option if not recognized
8608 # So say no if there are warnings
8609 if test -s conftest.err; then
8610 # Append any errors to the config.log.
8611 cat conftest.err 1>&5
3725885a 8612 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8614 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8615 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8616 fi
8617 else
718a6fd8 8618 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8619 fi
8620 fi
718a6fd8 8621 $RM -r conftest*
d7040cdb 8622 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8623
42ecbf5e 8624fi
81ecdfbb
RW
8625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8626$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8627
718a6fd8 8628if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8629 :
8630else
8631 lt_prog_compiler_static=
42ecbf5e 8632fi
42ecbf5e 8633
252b5132 8634
252b5132 8635
42ecbf5e 8636
252b5132 8637
20e95c23 8638
d7040cdb 8639
81ecdfbb
RW
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8641$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8642if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8643 $as_echo_n "(cached) " >&6
252b5132 8644else
d7040cdb
SE
8645 lt_cv_prog_compiler_c_o=no
8646 $RM -r conftest 2>/dev/null
8647 mkdir conftest
8648 cd conftest
8649 mkdir out
8650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8651
8652 lt_compiler_flag="-o out/conftest2.$ac_objext"
8653 # Insert the option either (1) after the last *FLAGS variable, or
8654 # (2) before a word containing "conftest.", or (3) at the end.
8655 # Note that $ac_compile itself does not contain backslashes and begins
8656 # with a dollar sign (not a hyphen), so the echo should work correctly.
8657 lt_compile=`echo "$ac_compile" | $SED \
8658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8660 -e 's:$: $lt_compiler_flag:'`
3725885a 8661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8662 (eval "$lt_compile" 2>out/conftest.err)
8663 ac_status=$?
8664 cat out/conftest.err >&5
3725885a 8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8666 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8667 then
8668 # The compiler can only warn and ignore the option if not recognized
8669 # So say no if there are warnings
3725885a 8670 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8671 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8672 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8673 lt_cv_prog_compiler_c_o=yes
8674 fi
8675 fi
8676 chmod u+w . 2>&5
8677 $RM conftest*
8678 # SGI C++ compiler will create directory out/ii_files/ for
8679 # template instantiation
8680 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8681 $RM out/* && rmdir out
8682 cd ..
8683 $RM -r conftest
8684 $RM conftest*
8685
252b5132 8686fi
81ecdfbb
RW
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8688$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8689
20e95c23 8690
20e95c23
DJ
8691
8692
d7040cdb
SE
8693
8694
81ecdfbb
RW
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8696$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8697if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8698 $as_echo_n "(cached) " >&6
42ecbf5e 8699else
d7040cdb
SE
8700 lt_cv_prog_compiler_c_o=no
8701 $RM -r conftest 2>/dev/null
8702 mkdir conftest
8703 cd conftest
8704 mkdir out
8705 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8706
8707 lt_compiler_flag="-o out/conftest2.$ac_objext"
8708 # Insert the option either (1) after the last *FLAGS variable, or
8709 # (2) before a word containing "conftest.", or (3) at the end.
8710 # Note that $ac_compile itself does not contain backslashes and begins
8711 # with a dollar sign (not a hyphen), so the echo should work correctly.
8712 lt_compile=`echo "$ac_compile" | $SED \
8713 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8714 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8715 -e 's:$: $lt_compiler_flag:'`
3725885a 8716 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8717 (eval "$lt_compile" 2>out/conftest.err)
8718 ac_status=$?
8719 cat out/conftest.err >&5
3725885a 8720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8721 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8722 then
8723 # The compiler can only warn and ignore the option if not recognized
8724 # So say no if there are warnings
3725885a 8725 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8726 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8727 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8728 lt_cv_prog_compiler_c_o=yes
8729 fi
8730 fi
8731 chmod u+w . 2>&5
8732 $RM conftest*
8733 # SGI C++ compiler will create directory out/ii_files/ for
8734 # template instantiation
8735 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8736 $RM out/* && rmdir out
8737 cd ..
8738 $RM -r conftest
8739 $RM conftest*
8740
8741fi
81ecdfbb
RW
8742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8743$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8744
8745
8746
8747
8748hard_links="nottested"
8749if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8750 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8752$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8753 hard_links=yes
8754 $RM conftest*
8755 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8756 touch conftest.a
8757 ln conftest.a conftest.b 2>&5 || hard_links=no
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8760$as_echo "$hard_links" >&6; }
d7040cdb 8761 if test "$hard_links" = no; then
81ecdfbb
RW
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8763$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8764 need_locks=warn
8765 fi
8766else
8767 need_locks=no
8768fi
8769
8770
8771
8772
8773
8774
81ecdfbb
RW
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8776$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8777
8778 runpath_var=
8779 allow_undefined_flag=
8780 always_export_symbols=no
8781 archive_cmds=
8782 archive_expsym_cmds=
8783 compiler_needs_object=no
8784 enable_shared_with_static_runtimes=no
8785 export_dynamic_flag_spec=
8786 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8787 hardcode_automatic=no
8788 hardcode_direct=no
8789 hardcode_direct_absolute=no
8790 hardcode_libdir_flag_spec=
8791 hardcode_libdir_flag_spec_ld=
8792 hardcode_libdir_separator=
8793 hardcode_minus_L=no
8794 hardcode_shlibpath_var=unsupported
8795 inherit_rpath=no
8796 link_all_deplibs=unknown
8797 module_cmds=
8798 module_expsym_cmds=
8799 old_archive_from_new_cmds=
8800 old_archive_from_expsyms_cmds=
8801 thread_safe_flag_spec=
8802 whole_archive_flag_spec=
8803 # include_expsyms should be a list of space-separated symbols to be *always*
8804 # included in the symbol list
8805 include_expsyms=
8806 # exclude_expsyms can be an extended regexp of symbols to exclude
8807 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8808 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8809 # as well as any symbol that contains `d'.
718a6fd8 8810 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8811 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8812 # platforms (ab)use it in PIC code, but their linkers get confused if
8813 # the symbol is explicitly referenced. Since portable code cannot
8814 # rely on this symbol name, it's probably fine to never include it in
8815 # preloaded symbol tables.
718a6fd8 8816 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8817 extract_expsyms_cmds=
8818
8819 case $host_os in
718a6fd8 8820 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8821 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8822 # When not using gcc, we currently assume that we are using
8823 # Microsoft Visual C++.
8824 if test "$GCC" != yes; then
8825 with_gnu_ld=no
8826 fi
8827 ;;
8828 interix*)
8829 # we just hope/assume this is gcc and not c89 (= MSVC++)
8830 with_gnu_ld=yes
8831 ;;
8832 openbsd*)
8833 with_gnu_ld=no
8834 ;;
8835 esac
8836
8837 ld_shlibs=yes
3725885a
RW
8838
8839 # On some targets, GNU ld is compatible enough with the native linker
8840 # that we're better off using the native interface for both.
8841 lt_use_gnu_ld_interface=no
d7040cdb 8842 if test "$with_gnu_ld" = yes; then
3725885a
RW
8843 case $host_os in
8844 aix*)
8845 # The AIX port of GNU ld has always aspired to compatibility
8846 # with the native linker. However, as the warning in the GNU ld
8847 # block says, versions before 2.19.5* couldn't really create working
8848 # shared libraries, regardless of the interface used.
8849 case `$LD -v 2>&1` in
8850 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8851 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8852 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8853 *)
8854 lt_use_gnu_ld_interface=yes
8855 ;;
8856 esac
8857 ;;
8858 *)
8859 lt_use_gnu_ld_interface=yes
8860 ;;
8861 esac
8862 fi
8863
8864 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8865 # If archive_cmds runs LD, not CC, wlarc should be empty
8866 wlarc='${wl}'
8867
8868 # Set some defaults for GNU ld with shared library support. These
8869 # are reset later if shared libraries are not supported. Putting them
8870 # here allows them to be overridden if necessary.
8871 runpath_var=LD_RUN_PATH
8872 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8873 export_dynamic_flag_spec='${wl}--export-dynamic'
8874 # ancient GNU ld didn't support --whole-archive et. al.
8875 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8876 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8877 else
8878 whole_archive_flag_spec=
8879 fi
8880 supports_anon_versioning=no
8881 case `$LD -v 2>&1` in
3725885a 8882 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8883 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8884 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8885 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8886 *\ 2.11.*) ;; # other 2.11 versions
8887 *) supports_anon_versioning=yes ;;
8888 esac
8889
8890 # See if GNU ld supports shared libraries.
8891 case $host_os in
50e7d84b 8892 aix[3-9]*)
d7040cdb
SE
8893 # On AIX/PPC, the GNU linker is very broken
8894 if test "$host_cpu" != ia64; then
8895 ld_shlibs=no
8896 cat <<_LT_EOF 1>&2
8897
3725885a 8898*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8899*** to be unable to reliably create shared libraries on AIX.
8900*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8901*** really care for shared libraries, you may want to install binutils
8902*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8903*** You will then need to restart the configuration process.
d7040cdb
SE
8904
8905_LT_EOF
8906 fi
8907 ;;
8908
8909 amigaos*)
718a6fd8
SE
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8915 ;;
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8920 ;;
8921 esac
d7040cdb
SE
8922 ;;
8923
8924 beos*)
8925 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8926 allow_undefined_flag=unsupported
8927 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8928 # support --undefined. This deserves some investigation. FIXME
8929 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8930 else
8931 ld_shlibs=no
8932 fi
8933 ;;
8934
718a6fd8 8935 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8936 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8937 # as there is no search path for DLLs.
8938 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8939 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8940 allow_undefined_flag=unsupported
8941 always_export_symbols=no
8942 enable_shared_with_static_runtimes=yes
8943 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8944
8945 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8947 # If the export-symbols file already is a .def file (1st line
8948 # is EXPORTS), use it as is; otherwise, prepend...
8949 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8950 cp $export_symbols $output_objdir/$soname.def;
8951 else
8952 echo EXPORTS > $output_objdir/$soname.def;
8953 cat $export_symbols >> $output_objdir/$soname.def;
8954 fi~
8955 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8956 else
8957 ld_shlibs=no
8958 fi
8959 ;;
8960
3725885a
RW
8961 haiku*)
8962 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 link_all_deplibs=yes
8964 ;;
8965
d7040cdb
SE
8966 interix[3-9]*)
8967 hardcode_direct=no
8968 hardcode_shlibpath_var=no
8969 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8970 export_dynamic_flag_spec='${wl}-E'
8971 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8972 # Instead, shared libraries are loaded at an image base (0x10000000 by
8973 # default) and relocated if they conflict, which is a slow very memory
8974 # consuming and fragmenting process. To avoid this, we pick a random,
8975 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8976 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8977 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8978 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'
8979 ;;
8980
58e24671 8981 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
8982 tmp_diet=no
8983 if test "$host_os" = linux-dietlibc; then
8984 case $cc_basename in
8985 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8986 esac
8987 fi
8988 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8989 && test "$tmp_diet" = no
8990 then
8991 tmp_addflag=
718a6fd8 8992 tmp_sharedflag='-shared'
d7040cdb
SE
8993 case $cc_basename,$host_cpu in
8994 pgcc*) # Portland Group C compiler
3725885a 8995 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'
d7040cdb
SE
8996 tmp_addflag=' $pic_flag'
8997 ;;
3725885a
RW
8998 pgf77* | pgf90* | pgf95* | pgfortran*)
8999 # Portland Group f77 and f90 compilers
9000 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'
d7040cdb
SE
9001 tmp_addflag=' $pic_flag -Mnomain' ;;
9002 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9003 tmp_addflag=' -i_dynamic' ;;
9004 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9005 tmp_addflag=' -i_dynamic -nofor_main' ;;
9006 ifc* | ifort*) # Intel Fortran compiler
9007 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9008 lf95*) # Lahey Fortran 8.1
9009 whole_archive_flag_spec=
9010 tmp_sharedflag='--shared' ;;
3725885a 9011 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9012 tmp_sharedflag='-qmkshrobj'
9013 tmp_addflag= ;;
3725885a
RW
9014 nvcc*) # Cuda Compiler Driver 2.2
9015 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'
9016 compiler_needs_object=yes
9017 ;;
d7040cdb
SE
9018 esac
9019 case `$CC -V 2>&1 | sed 5q` in
9020 *Sun\ C*) # Sun C 5.9
3725885a 9021 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'
d7040cdb
SE
9022 compiler_needs_object=yes
9023 tmp_sharedflag='-G' ;;
9024 *Sun\ F*) # Sun Fortran 8.3
9025 tmp_sharedflag='-G' ;;
d7040cdb
SE
9026 esac
9027 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9028
9029 if test "x$supports_anon_versioning" = xyes; then
9030 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9031 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9032 echo "local: *; };" >> $output_objdir/$libname.ver~
9033 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9034 fi
718a6fd8
SE
9035
9036 case $cc_basename in
3725885a 9037 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9038 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9039 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9040 hardcode_libdir_flag_spec=
9041 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9042 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9043 if test "x$supports_anon_versioning" = xyes; then
9044 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9045 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9046 echo "local: *; };" >> $output_objdir/$libname.ver~
9047 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9048 fi
9049 ;;
9050 esac
d7040cdb
SE
9051 else
9052 ld_shlibs=no
9053 fi
9054 ;;
9055
9056 netbsd*)
9057 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9058 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9059 wlarc=
9060 else
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9063 fi
9064 ;;
9065
9066 solaris*)
9067 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9068 ld_shlibs=no
9069 cat <<_LT_EOF 1>&2
9070
9071*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9072*** create shared libraries on Solaris systems. Therefore, libtool
9073*** is disabling shared libraries support. We urge you to upgrade GNU
9074*** binutils to release 2.9.1 or newer. Another option is to modify
9075*** your PATH or compiler configuration so that the native linker is
9076*** used, and then restart.
9077
9078_LT_EOF
9079 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9081 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9082 else
9083 ld_shlibs=no
9084 fi
9085 ;;
9086
9087 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9088 case `$LD -v 2>&1` in
9089 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9090 ld_shlibs=no
9091 cat <<_LT_EOF 1>&2
9092
9093*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9094*** reliably create shared libraries on SCO systems. Therefore, libtool
9095*** is disabling shared libraries support. We urge you to upgrade GNU
9096*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9097*** your PATH or compiler configuration so that the native linker is
9098*** used, and then restart.
9099
9100_LT_EOF
9101 ;;
9102 *)
9103 # For security reasons, it is highly recommended that you always
9104 # use absolute paths for naming shared libraries, and exclude the
9105 # DT_RUNPATH tag from executables and libraries. But doing so
9106 # requires that you compile everything twice, which is a pain.
9107 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9108 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9109 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9110 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 else
9112 ld_shlibs=no
9113 fi
9114 ;;
9115 esac
9116 ;;
9117
9118 sunos4*)
9119 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9120 wlarc=
9121 hardcode_direct=yes
9122 hardcode_shlibpath_var=no
9123 ;;
9124
9125 *)
9126 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9127 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9128 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9129 else
9130 ld_shlibs=no
9131 fi
9132 ;;
9133 esac
9134
9135 if test "$ld_shlibs" = no; then
9136 runpath_var=
9137 hardcode_libdir_flag_spec=
9138 export_dynamic_flag_spec=
9139 whole_archive_flag_spec=
9140 fi
9141 else
9142 # PORTME fill in a description of your system's linker (not GNU ld)
9143 case $host_os in
9144 aix3*)
9145 allow_undefined_flag=unsupported
9146 always_export_symbols=yes
9147 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'
9148 # Note: this linker hardcodes the directories in LIBPATH if there
9149 # are no directories specified by -L.
9150 hardcode_minus_L=yes
9151 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9152 # Neither direct hardcoding nor static linking is supported with a
9153 # broken collect2.
9154 hardcode_direct=unsupported
9155 fi
9156 ;;
9157
50e7d84b 9158 aix[4-9]*)
d7040cdb
SE
9159 if test "$host_cpu" = ia64; then
9160 # On IA64, the linker does run time linking by default, so we don't
9161 # have to do anything special.
9162 aix_use_runtimelinking=no
9163 exp_sym_flag='-Bexport'
9164 no_entry_flag=""
9165 else
9166 # If we're using GNU nm, then we don't want the "-C" option.
9167 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9168 # Also, AIX nm treats weak defined symbols like other global
9169 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9170 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9171 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'
d7040cdb
SE
9172 else
9173 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'
9174 fi
9175 aix_use_runtimelinking=no
9176
9177 # Test if we are trying to use run time linking or normal
9178 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9179 # need to do runtime linking.
50e7d84b 9180 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9181 for ld_flag in $LDFLAGS; do
9182 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9183 aix_use_runtimelinking=yes
9184 break
9185 fi
9186 done
9187 ;;
9188 esac
9189
9190 exp_sym_flag='-bexport'
9191 no_entry_flag='-bnoentry'
9192 fi
9193
9194 # When large executables or shared objects are built, AIX ld can
9195 # have problems creating the table of contents. If linking a library
9196 # or program results in "error TOC overflow" add -mminimal-toc to
9197 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9198 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9199
9200 archive_cmds=''
9201 hardcode_direct=yes
9202 hardcode_direct_absolute=yes
9203 hardcode_libdir_separator=':'
9204 link_all_deplibs=yes
9205 file_list_spec='${wl}-f,'
9206
9207 if test "$GCC" = yes; then
9208 case $host_os in aix4.[012]|aix4.[012].*)
9209 # We only want to do this on AIX 4.2 and lower, the check
9210 # below for broken collect2 doesn't work under 4.3+
9211 collect2name=`${CC} -print-prog-name=collect2`
9212 if test -f "$collect2name" &&
9213 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9214 then
9215 # We have reworked collect2
9216 :
9217 else
9218 # We have old collect2
9219 hardcode_direct=unsupported
9220 # It fails to find uninstalled libraries when the uninstalled
9221 # path is not listed in the libpath. Setting hardcode_minus_L
9222 # to unsupported forces relinking
9223 hardcode_minus_L=yes
9224 hardcode_libdir_flag_spec='-L$libdir'
9225 hardcode_libdir_separator=
9226 fi
9227 ;;
9228 esac
9229 shared_flag='-shared'
9230 if test "$aix_use_runtimelinking" = yes; then
9231 shared_flag="$shared_flag "'${wl}-G'
9232 fi
9233 else
9234 # not using gcc
9235 if test "$host_cpu" = ia64; then
9236 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9237 # chokes on -Wl,-G. The following line is correct:
9238 shared_flag='-G'
9239 else
9240 if test "$aix_use_runtimelinking" = yes; then
9241 shared_flag='${wl}-G'
9242 else
9243 shared_flag='${wl}-bM:SRE'
9244 fi
9245 fi
9246 fi
9247
718a6fd8 9248 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9249 # It seems that -bexpall does not export symbols beginning with
9250 # underscore (_), so it is better to generate a list of symbols to export.
9251 always_export_symbols=yes
9252 if test "$aix_use_runtimelinking" = yes; then
9253 # Warning - without using the other runtime loading flags (-brtl),
9254 # -berok will link without error, but may produce a broken library.
9255 allow_undefined_flag='-berok'
9256 # Determine the default libpath from the value encoded in an
9257 # empty executable.
81ecdfbb 9258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9259/* end confdefs.h. */
d7040cdb
SE
9260
9261int
9262main ()
9263{
9264
9265 ;
9266 return 0;
9267}
42ecbf5e 9268_ACEOF
81ecdfbb 9269if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9270
9271lt_aix_libpath_sed='
9272 /Import File Strings/,/^$/ {
9273 /^0/ {
9274 s/^0 *\(.*\)$/\1/
9275 p
9276 }
9277 }'
9278aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9279# Check for a 64-bit object if we didn't find anything.
9280if test -z "$aix_libpath"; then
9281 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
252b5132 9282fi
252b5132 9283fi
81ecdfbb
RW
9284rm -f core conftest.err conftest.$ac_objext \
9285 conftest$ac_exeext conftest.$ac_ext
d7040cdb 9286if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9287
d7040cdb 9288 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9289 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"
d7040cdb
SE
9290 else
9291 if test "$host_cpu" = ia64; then
9292 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9293 allow_undefined_flag="-z nodefs"
9294 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"
9295 else
9296 # Determine the default libpath from the value encoded in an
9297 # empty executable.
81ecdfbb 9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9299/* end confdefs.h. */
d7040cdb
SE
9300
9301int
9302main ()
9303{
9304
9305 ;
9306 return 0;
9307}
42ecbf5e 9308_ACEOF
81ecdfbb 9309if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9310
9311lt_aix_libpath_sed='
9312 /Import File Strings/,/^$/ {
9313 /^0/ {
9314 s/^0 *\(.*\)$/\1/
9315 p
9316 }
9317 }'
9318aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9319# Check for a 64-bit object if we didn't find anything.
9320if test -z "$aix_libpath"; then
9321 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
20e95c23 9322fi
252b5132 9323fi
81ecdfbb
RW
9324rm -f core conftest.err conftest.$ac_objext \
9325 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9326if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9327
9328 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9329 # Warning - without using the other run time loading flags,
9330 # -berok will link without error, but may produce a broken library.
9331 no_undefined_flag=' ${wl}-bernotok'
9332 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9333 if test "$with_gnu_ld" = yes; then
9334 # We only use this code for GNU lds that support --whole-archive.
9335 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9336 else
9337 # Exported symbols can be pulled into shared objects from archives
9338 whole_archive_flag_spec='$convenience'
9339 fi
d7040cdb
SE
9340 archive_cmds_need_lc=yes
9341 # This is similar to how AIX traditionally builds its shared libraries.
9342 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'
9343 fi
9344 fi
9345 ;;
42ecbf5e 9346
d7040cdb 9347 amigaos*)
718a6fd8
SE
9348 case $host_cpu in
9349 powerpc)
9350 # see comment about AmigaOS4 .so support
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds=''
9353 ;;
9354 m68k)
9355 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)'
9356 hardcode_libdir_flag_spec='-L$libdir'
9357 hardcode_minus_L=yes
9358 ;;
9359 esac
d7040cdb 9360 ;;
252b5132 9361
d7040cdb
SE
9362 bsdi[45]*)
9363 export_dynamic_flag_spec=-rdynamic
9364 ;;
252b5132 9365
718a6fd8 9366 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9367 # When not using gcc, we currently assume that we are using
9368 # Microsoft Visual C++.
9369 # hardcode_libdir_flag_spec is actually meaningless, as there is
9370 # no search path for DLLs.
9371 hardcode_libdir_flag_spec=' '
9372 allow_undefined_flag=unsupported
9373 # Tell ltmain to make .lib files, not .a files.
9374 libext=lib
9375 # Tell ltmain to make .dll files, not .so files.
9376 shrext_cmds=".dll"
9377 # FIXME: Setting linknames here is a bad hack.
3725885a 9378 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9379 # The linker will automatically build a .lib file if we build a DLL.
9380 old_archive_from_new_cmds='true'
9381 # FIXME: Should let the user specify the lib program.
9382 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9383 fix_srcfile_path='`cygpath -w "$srcfile"`'
9384 enable_shared_with_static_runtimes=yes
9385 ;;
252b5132 9386
d7040cdb 9387 darwin* | rhapsody*)
c46f8c51 9388
718a6fd8
SE
9389
9390 archive_cmds_need_lc=no
9391 hardcode_direct=no
9392 hardcode_automatic=yes
9393 hardcode_shlibpath_var=unsupported
3725885a
RW
9394 if test "$lt_cv_ld_force_load" = "yes"; then
9395 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\"`'
9396 else
9397 whole_archive_flag_spec=''
9398 fi
718a6fd8
SE
9399 link_all_deplibs=yes
9400 allow_undefined_flag="$_lt_dar_allow_undefined"
9401 case $cc_basename in
9402 ifort*) _lt_dar_can_shared=yes ;;
9403 *) _lt_dar_can_shared=$GCC ;;
9404 esac
9405 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9406 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9407 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9408 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9409 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}"
9410 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}"
9411
9412 else
9413 ld_shlibs=no
9414 fi
9415
d7040cdb 9416 ;;
42ecbf5e 9417
d7040cdb
SE
9418 dgux*)
9419 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_libdir_flag_spec='-L$libdir'
9421 hardcode_shlibpath_var=no
9422 ;;
252b5132 9423
d7040cdb
SE
9424 freebsd1*)
9425 ld_shlibs=no
9426 ;;
252b5132 9427
d7040cdb
SE
9428 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9429 # support. Future versions do this automatically, but an explicit c++rt0.o
9430 # does not break anything, and helps significantly (at the cost of a little
9431 # extra space).
9432 freebsd2.2*)
9433 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9434 hardcode_libdir_flag_spec='-R$libdir'
9435 hardcode_direct=yes
9436 hardcode_shlibpath_var=no
9437 ;;
252b5132 9438
d7040cdb
SE
9439 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9440 freebsd2*)
9441 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_direct=yes
9443 hardcode_minus_L=yes
9444 hardcode_shlibpath_var=no
9445 ;;
42ecbf5e 9446
d7040cdb
SE
9447 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9448 freebsd* | dragonfly*)
9449 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9450 hardcode_libdir_flag_spec='-R$libdir'
9451 hardcode_direct=yes
9452 hardcode_shlibpath_var=no
9453 ;;
252b5132 9454
d7040cdb
SE
9455 hpux9*)
9456 if test "$GCC" = yes; then
9457 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'
9458 else
9459 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'
9460 fi
9461 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9462 hardcode_libdir_separator=:
9463 hardcode_direct=yes
9464
9465 # hardcode_minus_L: Not really in the search PATH,
9466 # but as the default location of the library.
9467 hardcode_minus_L=yes
9468 export_dynamic_flag_spec='${wl}-E'
9469 ;;
20e95c23 9470
d7040cdb 9471 hpux10*)
3725885a 9472 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9473 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9474 else
9475 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9476 fi
9477 if test "$with_gnu_ld" = no; then
9478 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9479 hardcode_libdir_flag_spec_ld='+b $libdir'
9480 hardcode_libdir_separator=:
9481 hardcode_direct=yes
9482 hardcode_direct_absolute=yes
9483 export_dynamic_flag_spec='${wl}-E'
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9487 fi
9488 ;;
20e95c23 9489
d7040cdb 9490 hpux11*)
3725885a 9491 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9492 case $host_cpu in
9493 hppa*64*)
9494 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9495 ;;
9496 ia64*)
718a6fd8 9497 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9498 ;;
9499 *)
9500 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9501 ;;
9502 esac
9503 else
9504 case $host_cpu in
9505 hppa*64*)
9506 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9507 ;;
9508 ia64*)
9509 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9510 ;;
9511 *)
3725885a
RW
9512
9513 # Older versions of the 11.00 compiler do not understand -b yet
9514 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9516$as_echo_n "checking if $CC understands -b... " >&6; }
9517if test "${lt_cv_prog_compiler__b+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
9519else
9520 lt_cv_prog_compiler__b=no
9521 save_LDFLAGS="$LDFLAGS"
9522 LDFLAGS="$LDFLAGS -b"
9523 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9524 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9525 # The linker can only warn and ignore the option if not recognized
9526 # So say no if there are warnings
9527 if test -s conftest.err; then
9528 # Append any errors to the config.log.
9529 cat conftest.err 1>&5
9530 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9531 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9532 if diff conftest.exp conftest.er2 >/dev/null; then
9533 lt_cv_prog_compiler__b=yes
9534 fi
9535 else
9536 lt_cv_prog_compiler__b=yes
9537 fi
9538 fi
9539 $RM -r conftest*
9540 LDFLAGS="$save_LDFLAGS"
9541
9542fi
9543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9544$as_echo "$lt_cv_prog_compiler__b" >&6; }
9545
9546if test x"$lt_cv_prog_compiler__b" = xyes; then
9547 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9548else
9549 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9550fi
9551
d7040cdb
SE
9552 ;;
9553 esac
9554 fi
9555 if test "$with_gnu_ld" = no; then
9556 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9557 hardcode_libdir_separator=:
9558
9559 case $host_cpu in
9560 hppa*64*|ia64*)
9561 hardcode_direct=no
9562 hardcode_shlibpath_var=no
9563 ;;
9564 *)
9565 hardcode_direct=yes
9566 hardcode_direct_absolute=yes
9567 export_dynamic_flag_spec='${wl}-E'
9568
9569 # hardcode_minus_L: Not really in the search PATH,
9570 # but as the default location of the library.
9571 hardcode_minus_L=yes
9572 ;;
9573 esac
9574 fi
9575 ;;
9576
9577 irix5* | irix6* | nonstopux*)
9578 if test "$GCC" = yes; then
3725885a 9579 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'
d7040cdb
SE
9580 # Try to use the -exported_symbol ld option, if it does not
9581 # work, assume that -exports_file does not work either and
9582 # implicitly export all symbols.
9583 save_LDFLAGS="$LDFLAGS"
9584 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9586/* end confdefs.h. */
d7040cdb 9587int foo(void) {}
42ecbf5e 9588_ACEOF
81ecdfbb 9589if ac_fn_c_try_link "$LINENO"; then :
3725885a 9590 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'
d7040cdb 9591
42ecbf5e 9592fi
81ecdfbb
RW
9593rm -f core conftest.err conftest.$ac_objext \
9594 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9595 LDFLAGS="$save_LDFLAGS"
9596 else
3725885a
RW
9597 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'
9598 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'
d7040cdb
SE
9599 fi
9600 archive_cmds_need_lc='no'
9601 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9602 hardcode_libdir_separator=:
9603 inherit_rpath=yes
9604 link_all_deplibs=yes
9605 ;;
42ecbf5e 9606
d7040cdb
SE
9607 netbsd*)
9608 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9609 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9610 else
9611 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9612 fi
9613 hardcode_libdir_flag_spec='-R$libdir'
9614 hardcode_direct=yes
9615 hardcode_shlibpath_var=no
9616 ;;
42ecbf5e 9617
d7040cdb
SE
9618 newsos6)
9619 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9620 hardcode_direct=yes
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 hardcode_libdir_separator=:
9623 hardcode_shlibpath_var=no
9624 ;;
42ecbf5e 9625
d7040cdb
SE
9626 *nto* | *qnx*)
9627 ;;
252b5132 9628
d7040cdb 9629 openbsd*)
718a6fd8
SE
9630 if test -f /usr/libexec/ld.so; then
9631 hardcode_direct=yes
9632 hardcode_shlibpath_var=no
9633 hardcode_direct_absolute=yes
9634 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9635 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9636 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9637 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9638 export_dynamic_flag_spec='${wl}-E'
9639 else
9640 case $host_os in
9641 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9642 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9643 hardcode_libdir_flag_spec='-R$libdir'
9644 ;;
9645 *)
9646 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9647 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9648 ;;
9649 esac
9650 fi
9651 else
9652 ld_shlibs=no
d7040cdb
SE
9653 fi
9654 ;;
252b5132 9655
d7040cdb
SE
9656 os2*)
9657 hardcode_libdir_flag_spec='-L$libdir'
9658 hardcode_minus_L=yes
9659 allow_undefined_flag=unsupported
3725885a 9660 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'
d7040cdb
SE
9661 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9662 ;;
2481e6a2 9663
d7040cdb
SE
9664 osf3*)
9665 if test "$GCC" = yes; then
9666 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9667 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'
d7040cdb
SE
9668 else
9669 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9670 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'
d7040cdb
SE
9671 fi
9672 archive_cmds_need_lc='no'
9673 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9674 hardcode_libdir_separator=:
9675 ;;
42ecbf5e 9676
d7040cdb
SE
9677 osf4* | osf5*) # as osf3* with the addition of -msym flag
9678 if test "$GCC" = yes; then
9679 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9680 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'
d7040cdb
SE
9681 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9682 else
9683 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9684 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'
d7040cdb 9685 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~
3725885a 9686 $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'
42ecbf5e 9687
d7040cdb
SE
9688 # Both c and cxx compiler support -rpath directly
9689 hardcode_libdir_flag_spec='-rpath $libdir'
9690 fi
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_separator=:
9693 ;;
9694
9695 solaris*)
9696 no_undefined_flag=' -z defs'
9697 if test "$GCC" = yes; then
9698 wlarc='${wl}'
9699 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9701 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9702 else
9703 case `$CC -V 2>&1` in
9704 *"Compilers 5.0"*)
9705 wlarc=''
9706 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9707 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9708 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9709 ;;
9710 *)
9711 wlarc='${wl}'
9712 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9713 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9714 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9715 ;;
9716 esac
9717 fi
9718 hardcode_libdir_flag_spec='-R$libdir'
9719 hardcode_shlibpath_var=no
9720 case $host_os in
9721 solaris2.[0-5] | solaris2.[0-5].*) ;;
9722 *)
9723 # The compiler driver will combine and reorder linker options,
9724 # but understands `-z linker_flag'. GCC discards it without `$wl',
9725 # but is careful enough not to reorder.
9726 # Supported since Solaris 2.6 (maybe 2.5.1?)
9727 if test "$GCC" = yes; then
9728 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9729 else
9730 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9731 fi
9732 ;;
9733 esac
9734 link_all_deplibs=yes
9735 ;;
9736
9737 sunos4*)
9738 if test "x$host_vendor" = xsequent; then
9739 # Use $CC to link under sequent, because it throws in some extra .o
9740 # files that make .init and .fini sections work.
9741 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9742 else
9743 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9744 fi
9745 hardcode_libdir_flag_spec='-L$libdir'
9746 hardcode_direct=yes
9747 hardcode_minus_L=yes
9748 hardcode_shlibpath_var=no
9749 ;;
9750
9751 sysv4)
9752 case $host_vendor in
9753 sni)
9754 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9755 hardcode_direct=yes # is this really true???
9756 ;;
9757 siemens)
9758 ## LD is ld it makes a PLAMLIB
9759 ## CC just makes a GrossModule.
9760 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9761 reload_cmds='$CC -r -o $output$reload_objs'
9762 hardcode_direct=no
9763 ;;
9764 motorola)
9765 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9766 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9767 ;;
9768 esac
9769 runpath_var='LD_RUN_PATH'
9770 hardcode_shlibpath_var=no
9771 ;;
9772
9773 sysv4.3*)
9774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 hardcode_shlibpath_var=no
9776 export_dynamic_flag_spec='-Bexport'
9777 ;;
9778
9779 sysv4*MP*)
9780 if test -d /usr/nec; then
9781 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9782 hardcode_shlibpath_var=no
9783 runpath_var=LD_RUN_PATH
9784 hardcode_runpath_var=yes
9785 ld_shlibs=yes
9786 fi
9787 ;;
9788
9789 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9790 no_undefined_flag='${wl}-z,text'
9791 archive_cmds_need_lc=no
9792 hardcode_shlibpath_var=no
9793 runpath_var='LD_RUN_PATH'
9794
9795 if test "$GCC" = yes; then
9796 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9797 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9798 else
9799 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9800 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9801 fi
9802 ;;
9803
9804 sysv5* | sco3.2v5* | sco5v6*)
9805 # Note: We can NOT use -z defs as we might desire, because we do not
9806 # link with -lc, and that would cause any symbols used from libc to
9807 # always be unresolved, which means just about no library would
9808 # ever link correctly. If we're not using GNU ld we use -z text
9809 # though, which does catch some bad symbols but isn't as heavy-handed
9810 # as -z defs.
9811 no_undefined_flag='${wl}-z,text'
9812 allow_undefined_flag='${wl}-z,nodefs'
9813 archive_cmds_need_lc=no
9814 hardcode_shlibpath_var=no
9815 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9816 hardcode_libdir_separator=':'
9817 link_all_deplibs=yes
9818 export_dynamic_flag_spec='${wl}-Bexport'
9819 runpath_var='LD_RUN_PATH'
9820
9821 if test "$GCC" = yes; then
9822 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9824 else
9825 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9827 fi
9828 ;;
9829
9830 uts4*)
9831 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9832 hardcode_libdir_flag_spec='-L$libdir'
9833 hardcode_shlibpath_var=no
9834 ;;
9835
9836 *)
9837 ld_shlibs=no
9838 ;;
9839 esac
9840
9841 if test x$host_vendor = xsni; then
9842 case $host in
9843 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9844 export_dynamic_flag_spec='${wl}-Blargedynsym'
9845 ;;
9846 esac
9847 fi
9848 fi
9849
81ecdfbb
RW
9850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9851$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9852test "$ld_shlibs" = no && can_build_shared=no
9853
9854with_gnu_ld=$with_gnu_ld
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870#
9871# Do we need to explicitly link libc?
9872#
9873case "x$archive_cmds_need_lc" in
9874x|xyes)
9875 # Assume -lc should be added
9876 archive_cmds_need_lc=yes
9877
9878 if test "$enable_shared" = yes && test "$GCC" = yes; then
9879 case $archive_cmds in
9880 *'~'*)
9881 # FIXME: we may have to deal with multi-command sequences.
9882 ;;
9883 '$CC '*)
9884 # Test whether the compiler implicitly links with -lc since on some
9885 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9886 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9888$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9889if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9890 $as_echo_n "(cached) " >&6
39144654
RW
9891else
9892 $RM conftest*
9893 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9894
81ecdfbb 9895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9896 (eval $ac_compile) 2>&5
20e95c23 9897 ac_status=$?
81ecdfbb
RW
9898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9899 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9900 soname=conftest
9901 lib=conftest
9902 libobjs=conftest.$ac_objext
9903 deplibs=
9904 wl=$lt_prog_compiler_wl
9905 pic_flag=$lt_prog_compiler_pic
9906 compiler_flags=-v
9907 linker_flags=-v
9908 verstring=
9909 output_objdir=.
9910 libname=conftest
9911 lt_save_allow_undefined_flag=$allow_undefined_flag
9912 allow_undefined_flag=
81ecdfbb 9913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9914 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9915 ac_status=$?
81ecdfbb
RW
9916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9917 test $ac_status = 0; }
39144654
RW
9918 then
9919 lt_cv_archive_cmds_need_lc=no
9920 else
9921 lt_cv_archive_cmds_need_lc=yes
9922 fi
9923 allow_undefined_flag=$lt_save_allow_undefined_flag
9924 else
9925 cat conftest.err 1>&5
9926 fi
9927 $RM conftest*
9928
9929fi
81ecdfbb
RW
9930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9931$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9932 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9933 ;;
9934 esac
9935 fi
9936 ;;
9937esac
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
81ecdfbb
RW
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10096$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10097
10098if test "$GCC" = yes; then
d7040cdb
SE
10099 case $host_os in
10100 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10101 *) lt_awk_arg="/^libraries:/" ;;
10102 esac
3725885a
RW
10103 case $host_os in
10104 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10105 *) lt_sed_strip_eq="s,=/,/,g" ;;
10106 esac
10107 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10108 case $lt_search_path_spec in
10109 *\;*)
d7040cdb
SE
10110 # if the path contains ";" then we assume it to be the separator
10111 # otherwise default to the standard path separator (i.e. ":") - it is
10112 # assumed that no part of a normal pathname contains ";" but that should
10113 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10114 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10115 ;;
10116 *)
10117 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10118 ;;
10119 esac
d7040cdb
SE
10120 # Ok, now we have the path, separated by spaces, we can step through it
10121 # and add multilib dir if necessary.
10122 lt_tmp_lt_search_path_spec=
10123 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10124 for lt_sys_path in $lt_search_path_spec; do
10125 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10126 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10127 else
10128 test -d "$lt_sys_path" && \
10129 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10130 fi
10131 done
3725885a 10132 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10133BEGIN {RS=" "; FS="/|\n";} {
10134 lt_foo="";
10135 lt_count=0;
10136 for (lt_i = NF; lt_i > 0; lt_i--) {
10137 if ($lt_i != "" && $lt_i != ".") {
10138 if ($lt_i == "..") {
10139 lt_count++;
10140 } else {
10141 if (lt_count == 0) {
10142 lt_foo="/" $lt_i lt_foo;
10143 } else {
10144 lt_count--;
10145 }
10146 }
10147 }
10148 }
10149 if (lt_foo != "") { lt_freq[lt_foo]++; }
10150 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10151}'`
3725885a
RW
10152 # AWK program above erroneously prepends '/' to C:/dos/paths
10153 # for these hosts.
10154 case $host_os in
10155 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10156 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10157 esac
10158 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10159else
10160 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10161fi
10162library_names_spec=
10163libname_spec='lib$name'
10164soname_spec=
10165shrext_cmds=".so"
10166postinstall_cmds=
10167postuninstall_cmds=
10168finish_cmds=
10169finish_eval=
10170shlibpath_var=
10171shlibpath_overrides_runpath=unknown
10172version_type=none
10173dynamic_linker="$host_os ld.so"
10174sys_lib_dlsearch_path_spec="/lib /usr/lib"
10175need_lib_prefix=unknown
10176hardcode_into_libs=no
10177
10178# when you set need_version to no, make sure it does not cause -set_version
10179# flags to be left without arguments
10180need_version=unknown
10181
10182case $host_os in
10183aix3*)
10184 version_type=linux
10185 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10186 shlibpath_var=LIBPATH
10187
10188 # AIX 3 has no versioning support, so we append a major version to the name.
10189 soname_spec='${libname}${release}${shared_ext}$major'
10190 ;;
10191
50e7d84b 10192aix[4-9]*)
d7040cdb
SE
10193 version_type=linux
10194 need_lib_prefix=no
10195 need_version=no
10196 hardcode_into_libs=yes
10197 if test "$host_cpu" = ia64; then
10198 # AIX 5 supports IA64
10199 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10200 shlibpath_var=LD_LIBRARY_PATH
10201 else
10202 # With GCC up to 2.95.x, collect2 would create an import file
10203 # for dependence libraries. The import file would start with
10204 # the line `#! .'. This would cause the generated library to
10205 # depend on `.', always an invalid library. This was fixed in
10206 # development snapshots of GCC prior to 3.0.
10207 case $host_os in
10208 aix4 | aix4.[01] | aix4.[01].*)
10209 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10210 echo ' yes '
10211 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10212 :
10213 else
10214 can_build_shared=no
10215 fi
10216 ;;
10217 esac
10218 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10219 # soname into executable. Probably we can add versioning support to
10220 # collect2, so additional links can be useful in future.
10221 if test "$aix_use_runtimelinking" = yes; then
10222 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10223 # instead of lib<name>.a to let people know that these are not
10224 # typical AIX shared libraries.
10225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10226 else
10227 # We preserve .a as extension for shared libraries through AIX4.2
10228 # and later when we are not doing run time linking.
10229 library_names_spec='${libname}${release}.a $libname.a'
10230 soname_spec='${libname}${release}${shared_ext}$major'
10231 fi
10232 shlibpath_var=LIBPATH
10233 fi
10234 ;;
10235
10236amigaos*)
718a6fd8
SE
10237 case $host_cpu in
10238 powerpc)
10239 # Since July 2007 AmigaOS4 officially supports .so libraries.
10240 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10242 ;;
10243 m68k)
d7040cdb
SE
10244 library_names_spec='$libname.ixlibrary $libname.a'
10245 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10246 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'
718a6fd8
SE
10247 ;;
10248 esac
d7040cdb
SE
10249 ;;
10250
10251beos*)
10252 library_names_spec='${libname}${shared_ext}'
10253 dynamic_linker="$host_os ld.so"
10254 shlibpath_var=LIBRARY_PATH
10255 ;;
10256
10257bsdi[45]*)
10258 version_type=linux
10259 need_version=no
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 soname_spec='${libname}${release}${shared_ext}$major'
10262 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10263 shlibpath_var=LD_LIBRARY_PATH
10264 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10265 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10266 # the default ld.so.conf also contains /usr/contrib/lib and
10267 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10268 # libtool to hard-code these into programs
10269 ;;
10270
718a6fd8 10271cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10272 version_type=windows
10273 shrext_cmds=".dll"
10274 need_version=no
10275 need_lib_prefix=no
10276
718a6fd8
SE
10277 case $GCC,$host_os in
10278 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10279 library_names_spec='$libname.dll.a'
10280 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10281 postinstall_cmds='base_file=`basename \${file}`~
10282 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10283 dldir=$destdir/`dirname \$dlpath`~
10284 test -d \$dldir || mkdir -p \$dldir~
10285 $install_prog $dir/$dlname \$dldir/$dlname~
10286 chmod a+x \$dldir/$dlname~
10287 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10288 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10289 fi'
10290 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10291 dlpath=$dir/\$dldll~
10292 $RM \$dlpath'
10293 shlibpath_overrides_runpath=yes
10294
10295 case $host_os in
10296 cygwin*)
10297 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10298 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10299
10300 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10301 ;;
718a6fd8 10302 mingw* | cegcc*)
d7040cdb
SE
10303 # MinGW DLLs use traditional 'lib' prefix
10304 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10305 ;;
10306 pw32*)
10307 # pw32 DLLs use 'pw' prefix rather than 'lib'
10308 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10309 ;;
10310 esac
10311 ;;
10312
10313 *)
10314 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10315 ;;
10316 esac
10317 dynamic_linker='Win32 ld.exe'
10318 # FIXME: first we should search . and the directory the executable is in
10319 shlibpath_var=PATH
10320 ;;
10321
10322darwin* | rhapsody*)
10323 dynamic_linker="$host_os dyld"
10324 version_type=darwin
10325 need_lib_prefix=no
10326 need_version=no
10327 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10328 soname_spec='${libname}${release}${major}$shared_ext'
10329 shlibpath_overrides_runpath=yes
10330 shlibpath_var=DYLD_LIBRARY_PATH
10331 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10332
10333 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10334 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10335 ;;
10336
10337dgux*)
10338 version_type=linux
10339 need_lib_prefix=no
10340 need_version=no
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 shlibpath_var=LD_LIBRARY_PATH
10344 ;;
10345
10346freebsd1*)
10347 dynamic_linker=no
10348 ;;
10349
10350freebsd* | dragonfly*)
10351 # DragonFly does not have aout. When/if they implement a new
10352 # versioning mechanism, adjust this.
10353 if test -x /usr/bin/objformat; then
10354 objformat=`/usr/bin/objformat`
10355 else
10356 case $host_os in
10357 freebsd[123]*) objformat=aout ;;
10358 *) objformat=elf ;;
10359 esac
10360 fi
10361 version_type=freebsd-$objformat
10362 case $version_type in
10363 freebsd-elf*)
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10365 need_version=no
10366 need_lib_prefix=no
10367 ;;
10368 freebsd-*)
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10370 need_version=yes
10371 ;;
10372 esac
10373 shlibpath_var=LD_LIBRARY_PATH
10374 case $host_os in
10375 freebsd2*)
10376 shlibpath_overrides_runpath=yes
10377 ;;
10378 freebsd3.[01]* | freebsdelf3.[01]*)
10379 shlibpath_overrides_runpath=yes
10380 hardcode_into_libs=yes
10381 ;;
10382 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10383 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10384 shlibpath_overrides_runpath=no
10385 hardcode_into_libs=yes
10386 ;;
10387 *) # from 4.6 on, and DragonFly
10388 shlibpath_overrides_runpath=yes
10389 hardcode_into_libs=yes
10390 ;;
10391 esac
10392 ;;
10393
10394gnu*)
10395 version_type=linux
10396 need_lib_prefix=no
10397 need_version=no
10398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10399 soname_spec='${libname}${release}${shared_ext}$major'
10400 shlibpath_var=LD_LIBRARY_PATH
10401 hardcode_into_libs=yes
10402 ;;
10403
3725885a
RW
10404haiku*)
10405 version_type=linux
10406 need_lib_prefix=no
10407 need_version=no
10408 dynamic_linker="$host_os runtime_loader"
10409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10410 soname_spec='${libname}${release}${shared_ext}$major'
10411 shlibpath_var=LIBRARY_PATH
10412 shlibpath_overrides_runpath=yes
10413 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10414 hardcode_into_libs=yes
10415 ;;
10416
d7040cdb
SE
10417hpux9* | hpux10* | hpux11*)
10418 # Give a soname corresponding to the major version so that dld.sl refuses to
10419 # link against other versions.
10420 version_type=sunos
10421 need_lib_prefix=no
10422 need_version=no
10423 case $host_cpu in
10424 ia64*)
10425 shrext_cmds='.so'
10426 hardcode_into_libs=yes
10427 dynamic_linker="$host_os dld.so"
10428 shlibpath_var=LD_LIBRARY_PATH
10429 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10431 soname_spec='${libname}${release}${shared_ext}$major'
10432 if test "X$HPUX_IA64_MODE" = X32; then
10433 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10434 else
10435 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10436 fi
10437 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10438 ;;
10439 hppa*64*)
10440 shrext_cmds='.sl'
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.sl"
10443 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10448 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10449 ;;
10450 *)
10451 shrext_cmds='.sl'
10452 dynamic_linker="$host_os dld.sl"
10453 shlibpath_var=SHLIB_PATH
10454 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10455 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10456 soname_spec='${libname}${release}${shared_ext}$major'
10457 ;;
10458 esac
3725885a 10459 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10460 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10461 # or fails outright, so override atomically:
10462 install_override_mode=555
d7040cdb
SE
10463 ;;
10464
10465interix[3-9]*)
10466 version_type=linux
10467 need_lib_prefix=no
10468 need_version=no
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10470 soname_spec='${libname}${release}${shared_ext}$major'
10471 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10472 shlibpath_var=LD_LIBRARY_PATH
10473 shlibpath_overrides_runpath=no
10474 hardcode_into_libs=yes
10475 ;;
10476
10477irix5* | irix6* | nonstopux*)
10478 case $host_os in
10479 nonstopux*) version_type=nonstopux ;;
10480 *)
10481 if test "$lt_cv_prog_gnu_ld" = yes; then
10482 version_type=linux
10483 else
10484 version_type=irix
10485 fi ;;
10486 esac
10487 need_lib_prefix=no
10488 need_version=no
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10491 case $host_os in
10492 irix5* | nonstopux*)
10493 libsuff= shlibsuff=
10494 ;;
10495 *)
10496 case $LD in # libtool.m4 will add one of these switches to LD
10497 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10498 libsuff= shlibsuff= libmagic=32-bit;;
10499 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10500 libsuff=32 shlibsuff=N32 libmagic=N32;;
10501 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10502 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10503 *) libsuff= shlibsuff= libmagic=never-match;;
10504 esac
10505 ;;
10506 esac
10507 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10508 shlibpath_overrides_runpath=no
10509 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10510 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10511 hardcode_into_libs=yes
10512 ;;
10513
10514# No shared lib support for Linux oldld, aout, or coff.
10515linux*oldld* | linux*aout* | linux*coff*)
10516 dynamic_linker=no
10517 ;;
10518
10519# This must be Linux ELF.
58e24671 10520linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10521 version_type=linux
10522 need_lib_prefix=no
10523 need_version=no
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10525 soname_spec='${libname}${release}${shared_ext}$major'
10526 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10527 shlibpath_var=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath=no
39144654 10529
d7040cdb 10530 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10531 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10532 $as_echo_n "(cached) " >&6
39144654
RW
10533else
10534 lt_cv_shlibpath_overrides_runpath=no
10535 save_LDFLAGS=$LDFLAGS
10536 save_libdir=$libdir
10537 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10538 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10540/* end confdefs.h. */
10541
10542int
10543main ()
10544{
10545
10546 ;
10547 return 0;
10548}
10549_ACEOF
81ecdfbb
RW
10550if ac_fn_c_try_link "$LINENO"; then :
10551 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10552 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10553fi
d7040cdb 10554fi
81ecdfbb
RW
10555rm -f core conftest.err conftest.$ac_objext \
10556 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10557 LDFLAGS=$save_LDFLAGS
10558 libdir=$save_libdir
10559
10560fi
10561
10562 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10563
10564 # This implies no fast_install, which is unacceptable.
10565 # Some rework will be needed to allow for fast_install
10566 # before this can be enabled.
10567 hardcode_into_libs=yes
10568
10569 # Append ld.so.conf contents to the search path
10570 if test -f /etc/ld.so.conf; then
3725885a 10571 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' ' '`
d7040cdb
SE
10572 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10573 fi
10574
10575 # We used to test for /lib/ld.so.1 and disable shared libraries on
10576 # powerpc, because MkLinux only supported shared libraries with the
10577 # GNU dynamic linker. Since this was broken with cross compilers,
10578 # most powerpc-linux boxes support dynamic linking these days and
10579 # people can always --disable-shared, the test was removed, and we
10580 # assume the GNU/Linux dynamic linker is in use.
10581 dynamic_linker='GNU/Linux ld.so'
10582 ;;
10583
10584netbsd*)
10585 version_type=sunos
10586 need_lib_prefix=no
10587 need_version=no
10588 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10590 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10591 dynamic_linker='NetBSD (a.out) ld.so'
10592 else
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10594 soname_spec='${libname}${release}${shared_ext}$major'
10595 dynamic_linker='NetBSD ld.elf_so'
10596 fi
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=yes
10599 hardcode_into_libs=yes
10600 ;;
10601
10602newsos6)
10603 version_type=linux
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10605 shlibpath_var=LD_LIBRARY_PATH
10606 shlibpath_overrides_runpath=yes
10607 ;;
10608
10609*nto* | *qnx*)
10610 version_type=qnx
10611 need_lib_prefix=no
10612 need_version=no
10613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10614 soname_spec='${libname}${release}${shared_ext}$major'
10615 shlibpath_var=LD_LIBRARY_PATH
10616 shlibpath_overrides_runpath=no
10617 hardcode_into_libs=yes
10618 dynamic_linker='ldqnx.so'
10619 ;;
10620
10621openbsd*)
10622 version_type=sunos
10623 sys_lib_dlsearch_path_spec="/usr/lib"
10624 need_lib_prefix=no
10625 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10626 case $host_os in
10627 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10628 *) need_version=no ;;
10629 esac
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10631 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10632 shlibpath_var=LD_LIBRARY_PATH
10633 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10634 case $host_os in
10635 openbsd2.[89] | openbsd2.[89].*)
10636 shlibpath_overrides_runpath=no
10637 ;;
10638 *)
10639 shlibpath_overrides_runpath=yes
10640 ;;
10641 esac
10642 else
10643 shlibpath_overrides_runpath=yes
10644 fi
10645 ;;
10646
10647os2*)
10648 libname_spec='$name'
10649 shrext_cmds=".dll"
10650 need_lib_prefix=no
10651 library_names_spec='$libname${shared_ext} $libname.a'
10652 dynamic_linker='OS/2 ld.exe'
10653 shlibpath_var=LIBPATH
10654 ;;
10655
10656osf3* | osf4* | osf5*)
10657 version_type=osf
10658 need_lib_prefix=no
10659 need_version=no
10660 soname_spec='${libname}${release}${shared_ext}$major'
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 shlibpath_var=LD_LIBRARY_PATH
10663 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10664 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10665 ;;
10666
10667rdos*)
10668 dynamic_linker=no
10669 ;;
10670
10671solaris*)
10672 version_type=linux
10673 need_lib_prefix=no
10674 need_version=no
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 shlibpath_overrides_runpath=yes
10679 hardcode_into_libs=yes
10680 # ldd complains unless libraries are executable
10681 postinstall_cmds='chmod +x $lib'
10682 ;;
10683
10684sunos4*)
10685 version_type=sunos
10686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10687 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10688 shlibpath_var=LD_LIBRARY_PATH
10689 shlibpath_overrides_runpath=yes
10690 if test "$with_gnu_ld" = yes; then
10691 need_lib_prefix=no
10692 fi
10693 need_version=yes
10694 ;;
10695
10696sysv4 | sysv4.3*)
10697 version_type=linux
10698 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10699 soname_spec='${libname}${release}${shared_ext}$major'
10700 shlibpath_var=LD_LIBRARY_PATH
10701 case $host_vendor in
10702 sni)
10703 shlibpath_overrides_runpath=no
10704 need_lib_prefix=no
10705 runpath_var=LD_RUN_PATH
10706 ;;
10707 siemens)
10708 need_lib_prefix=no
10709 ;;
10710 motorola)
10711 need_lib_prefix=no
10712 need_version=no
10713 shlibpath_overrides_runpath=no
10714 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10715 ;;
10716 esac
10717 ;;
10718
10719sysv4*MP*)
10720 if test -d /usr/nec ;then
10721 version_type=linux
10722 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10723 soname_spec='$libname${shared_ext}.$major'
10724 shlibpath_var=LD_LIBRARY_PATH
10725 fi
10726 ;;
10727
10728sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10729 version_type=freebsd-elf
10730 need_lib_prefix=no
10731 need_version=no
10732 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10733 soname_spec='${libname}${release}${shared_ext}$major'
10734 shlibpath_var=LD_LIBRARY_PATH
10735 shlibpath_overrides_runpath=yes
10736 hardcode_into_libs=yes
10737 if test "$with_gnu_ld" = yes; then
10738 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10739 else
10740 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10741 case $host_os in
10742 sco3.2v5*)
10743 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10744 ;;
10745 esac
10746 fi
10747 sys_lib_dlsearch_path_spec='/usr/lib'
10748 ;;
10749
10750tpf*)
10751 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10752 version_type=linux
10753 need_lib_prefix=no
10754 need_version=no
718a6fd8 10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10756 shlibpath_var=LD_LIBRARY_PATH
10757 shlibpath_overrides_runpath=no
10758 hardcode_into_libs=yes
10759 ;;
10760
10761uts4*)
10762 version_type=linux
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 soname_spec='${libname}${release}${shared_ext}$major'
10765 shlibpath_var=LD_LIBRARY_PATH
10766 ;;
10767
10768*)
10769 dynamic_linker=no
10770 ;;
10771esac
81ecdfbb
RW
10772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10773$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10774test "$dynamic_linker" = no && can_build_shared=no
10775
10776variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10777if test "$GCC" = yes; then
10778 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10779fi
10780
718a6fd8
SE
10781if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10782 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10783fi
10784if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10785 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10786fi
10787
d7040cdb
SE
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
3725885a
RW
10868
10869
10870
10871
10872
d7040cdb
SE
10873
10874
10875
10876
10877
10878
81ecdfbb
RW
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10880$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10881hardcode_action=
10882if test -n "$hardcode_libdir_flag_spec" ||
10883 test -n "$runpath_var" ||
10884 test "X$hardcode_automatic" = "Xyes" ; then
10885
10886 # We can hardcode non-existent directories.
10887 if test "$hardcode_direct" != no &&
10888 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10889 # have to relink, otherwise we might link with an installed library
10890 # when we should be linking with a yet-to-be-installed one
10891 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10892 test "$hardcode_minus_L" != no; then
10893 # Linking always hardcodes the temporary library directory.
10894 hardcode_action=relink
10895 else
10896 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10897 hardcode_action=immediate
10898 fi
10899else
10900 # We cannot hardcode anything, or else we can only hardcode existing
10901 # directories.
10902 hardcode_action=unsupported
10903fi
81ecdfbb
RW
10904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10905$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10906
10907if test "$hardcode_action" = relink ||
10908 test "$inherit_rpath" = yes; then
10909 # Fast installation is not supported
10910 enable_fast_install=no
10911elif test "$shlibpath_overrides_runpath" = yes ||
10912 test "$enable_shared" = no; then
10913 # Fast installation is not necessary
10914 enable_fast_install=needless
10915fi
10916
10917
10918
10919
10920
10921
10922 if test "x$enable_dlopen" != xyes; then
10923 enable_dlopen=unknown
10924 enable_dlopen_self=unknown
10925 enable_dlopen_self_static=unknown
10926else
10927 lt_cv_dlopen=no
10928 lt_cv_dlopen_libs=
10929
10930 case $host_os in
10931 beos*)
10932 lt_cv_dlopen="load_add_on"
10933 lt_cv_dlopen_libs=
10934 lt_cv_dlopen_self=yes
10935 ;;
10936
718a6fd8 10937 mingw* | pw32* | cegcc*)
d7040cdb
SE
10938 lt_cv_dlopen="LoadLibrary"
10939 lt_cv_dlopen_libs=
10940 ;;
10941
10942 cygwin*)
10943 lt_cv_dlopen="dlopen"
10944 lt_cv_dlopen_libs=
10945 ;;
10946
10947 darwin*)
10948 # if libdl is installed we need to link against it
81ecdfbb
RW
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10950$as_echo_n "checking for dlopen in -ldl... " >&6; }
10951if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
d7040cdb
SE
10953else
10954 ac_check_lib_save_LIBS=$LIBS
10955LIBS="-ldl $LIBS"
81ecdfbb 10956cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10957/* end confdefs.h. */
10958
81ecdfbb
RW
10959/* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
10961 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10962#ifdef __cplusplus
10963extern "C"
10964#endif
d7040cdb
SE
10965char dlopen ();
10966int
10967main ()
10968{
81ecdfbb 10969return dlopen ();
d7040cdb
SE
10970 ;
10971 return 0;
10972}
10973_ACEOF
81ecdfbb 10974if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10975 ac_cv_lib_dl_dlopen=yes
10976else
81ecdfbb 10977 ac_cv_lib_dl_dlopen=no
d7040cdb 10978fi
81ecdfbb
RW
10979rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10981LIBS=$ac_check_lib_save_LIBS
10982fi
81ecdfbb
RW
10983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10984$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10985if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
10986 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10987else
10988
10989 lt_cv_dlopen="dyld"
10990 lt_cv_dlopen_libs=
10991 lt_cv_dlopen_self=yes
10992
10993fi
10994
10995 ;;
10996
10997 *)
81ecdfbb
RW
10998 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10999if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11000 lt_cv_dlopen="shl_load"
11001else
81ecdfbb
RW
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11003$as_echo_n "checking for shl_load in -ldld... " >&6; }
11004if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11005 $as_echo_n "(cached) " >&6
d7040cdb
SE
11006else
11007 ac_check_lib_save_LIBS=$LIBS
11008LIBS="-ldld $LIBS"
81ecdfbb 11009cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11010/* end confdefs.h. */
11011
81ecdfbb
RW
11012/* Override any GCC internal prototype to avoid an error.
11013 Use char because int might match the return type of a GCC
11014 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11015#ifdef __cplusplus
11016extern "C"
11017#endif
d7040cdb
SE
11018char shl_load ();
11019int
11020main ()
11021{
81ecdfbb 11022return shl_load ();
d7040cdb
SE
11023 ;
11024 return 0;
11025}
11026_ACEOF
81ecdfbb 11027if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11028 ac_cv_lib_dld_shl_load=yes
11029else
81ecdfbb 11030 ac_cv_lib_dld_shl_load=no
d7040cdb 11031fi
81ecdfbb
RW
11032rm -f core conftest.err conftest.$ac_objext \
11033 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11034LIBS=$ac_check_lib_save_LIBS
11035fi
81ecdfbb
RW
11036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11037$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11038if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11039 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11040else
81ecdfbb
RW
11041 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11042if test "x$ac_cv_func_dlopen" = x""yes; then :
11043 lt_cv_dlopen="dlopen"
d7040cdb 11044else
81ecdfbb
RW
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11046$as_echo_n "checking for dlopen in -ldl... " >&6; }
11047if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
11049else
11050 ac_check_lib_save_LIBS=$LIBS
11051LIBS="-ldl $LIBS"
11052cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11053/* end confdefs.h. */
d7040cdb 11054
81ecdfbb
RW
11055/* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11058#ifdef __cplusplus
11059extern "C"
d7040cdb 11060#endif
d7040cdb 11061char dlopen ();
d7040cdb
SE
11062int
11063main ()
11064{
81ecdfbb 11065return dlopen ();
d7040cdb
SE
11066 ;
11067 return 0;
11068}
11069_ACEOF
81ecdfbb
RW
11070if ac_fn_c_try_link "$LINENO"; then :
11071 ac_cv_lib_dl_dlopen=yes
d7040cdb 11072else
81ecdfbb 11073 ac_cv_lib_dl_dlopen=no
d7040cdb 11074fi
81ecdfbb
RW
11075rm -f core conftest.err conftest.$ac_objext \
11076 conftest$ac_exeext conftest.$ac_ext
11077LIBS=$ac_check_lib_save_LIBS
d7040cdb 11078fi
81ecdfbb
RW
11079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11080$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11081if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11082 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11083else
81ecdfbb
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11085$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11086if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11087 $as_echo_n "(cached) " >&6
d7040cdb
SE
11088else
11089 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11090LIBS="-lsvld $LIBS"
11091cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11092/* end confdefs.h. */
11093
81ecdfbb
RW
11094/* Override any GCC internal prototype to avoid an error.
11095 Use char because int might match the return type of a GCC
11096 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11097#ifdef __cplusplus
11098extern "C"
11099#endif
d7040cdb
SE
11100char dlopen ();
11101int
11102main ()
11103{
81ecdfbb 11104return dlopen ();
d7040cdb
SE
11105 ;
11106 return 0;
11107}
11108_ACEOF
81ecdfbb
RW
11109if ac_fn_c_try_link "$LINENO"; then :
11110 ac_cv_lib_svld_dlopen=yes
d7040cdb 11111else
81ecdfbb 11112 ac_cv_lib_svld_dlopen=no
d7040cdb 11113fi
81ecdfbb
RW
11114rm -f core conftest.err conftest.$ac_objext \
11115 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11116LIBS=$ac_check_lib_save_LIBS
11117fi
81ecdfbb
RW
11118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11119$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11120if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11121 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11122else
81ecdfbb
RW
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11124$as_echo_n "checking for dld_link in -ldld... " >&6; }
11125if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11126 $as_echo_n "(cached) " >&6
d7040cdb
SE
11127else
11128 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11129LIBS="-ldld $LIBS"
11130cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11131/* end confdefs.h. */
11132
81ecdfbb
RW
11133/* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11136#ifdef __cplusplus
11137extern "C"
11138#endif
81ecdfbb 11139char dld_link ();
d7040cdb
SE
11140int
11141main ()
11142{
81ecdfbb 11143return dld_link ();
d7040cdb
SE
11144 ;
11145 return 0;
11146}
11147_ACEOF
81ecdfbb 11148if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11149 ac_cv_lib_dld_dld_link=yes
11150else
81ecdfbb 11151 ac_cv_lib_dld_dld_link=no
d7040cdb 11152fi
81ecdfbb
RW
11153rm -f core conftest.err conftest.$ac_objext \
11154 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11155LIBS=$ac_check_lib_save_LIBS
11156fi
81ecdfbb
RW
11157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11158$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11159if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11160 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11161fi
11162
11163
11164fi
11165
11166
11167fi
11168
11169
11170fi
11171
11172
11173fi
11174
11175
11176fi
11177
11178 ;;
11179 esac
11180
11181 if test "x$lt_cv_dlopen" != xno; then
11182 enable_dlopen=yes
11183 else
11184 enable_dlopen=no
11185 fi
11186
11187 case $lt_cv_dlopen in
11188 dlopen)
11189 save_CPPFLAGS="$CPPFLAGS"
11190 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11191
11192 save_LDFLAGS="$LDFLAGS"
11193 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11194
11195 save_LIBS="$LIBS"
11196 LIBS="$lt_cv_dlopen_libs $LIBS"
11197
81ecdfbb
RW
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11199$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11200if test "${lt_cv_dlopen_self+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
d7040cdb
SE
11202else
11203 if test "$cross_compiling" = yes; then :
11204 lt_cv_dlopen_self=cross
11205else
11206 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11207 lt_status=$lt_dlunknown
11208 cat > conftest.$ac_ext <<_LT_EOF
360cfc9c 11209#line 11209 "configure"
d7040cdb
SE
11210#include "confdefs.h"
11211
11212#if HAVE_DLFCN_H
11213#include <dlfcn.h>
11214#endif
11215
11216#include <stdio.h>
11217
11218#ifdef RTLD_GLOBAL
11219# define LT_DLGLOBAL RTLD_GLOBAL
11220#else
11221# ifdef DL_GLOBAL
11222# define LT_DLGLOBAL DL_GLOBAL
11223# else
11224# define LT_DLGLOBAL 0
11225# endif
11226#endif
11227
11228/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11229 find out it does not work in some platform. */
11230#ifndef LT_DLLAZY_OR_NOW
11231# ifdef RTLD_LAZY
11232# define LT_DLLAZY_OR_NOW RTLD_LAZY
11233# else
11234# ifdef DL_LAZY
11235# define LT_DLLAZY_OR_NOW DL_LAZY
11236# else
11237# ifdef RTLD_NOW
11238# define LT_DLLAZY_OR_NOW RTLD_NOW
11239# else
11240# ifdef DL_NOW
11241# define LT_DLLAZY_OR_NOW DL_NOW
11242# else
11243# define LT_DLLAZY_OR_NOW 0
11244# endif
11245# endif
11246# endif
11247# endif
11248#endif
11249
3725885a
RW
11250/* When -fvisbility=hidden is used, assume the code has been annotated
11251 correspondingly for the symbols needed. */
11252#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11253void fnord () __attribute__((visibility("default")));
11254#endif
11255
11256void fnord () { int i=42; }
d7040cdb
SE
11257int main ()
11258{
11259 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11260 int status = $lt_dlunknown;
11261
11262 if (self)
11263 {
11264 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11265 else
11266 {
11267 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11268 else puts (dlerror ());
11269 }
d7040cdb
SE
11270 /* dlclose (self); */
11271 }
11272 else
11273 puts (dlerror ());
11274
718a6fd8 11275 return status;
d7040cdb
SE
11276}
11277_LT_EOF
81ecdfbb 11278 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11279 (eval $ac_link) 2>&5
11280 ac_status=$?
81ecdfbb
RW
11281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11282 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11283 (./conftest; exit; ) >&5 2>/dev/null
11284 lt_status=$?
11285 case x$lt_status in
11286 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11287 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11288 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11289 esac
11290 else :
11291 # compilation failed
11292 lt_cv_dlopen_self=no
11293 fi
11294fi
11295rm -fr conftest*
11296
11297
11298fi
81ecdfbb
RW
11299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11300$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11301
11302 if test "x$lt_cv_dlopen_self" = xyes; then
11303 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11305$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11306if test "${lt_cv_dlopen_self_static+set}" = set; then :
11307 $as_echo_n "(cached) " >&6
d7040cdb
SE
11308else
11309 if test "$cross_compiling" = yes; then :
11310 lt_cv_dlopen_self_static=cross
11311else
11312 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11313 lt_status=$lt_dlunknown
11314 cat > conftest.$ac_ext <<_LT_EOF
360cfc9c 11315#line 11315 "configure"
d7040cdb
SE
11316#include "confdefs.h"
11317
11318#if HAVE_DLFCN_H
11319#include <dlfcn.h>
11320#endif
11321
11322#include <stdio.h>
11323
11324#ifdef RTLD_GLOBAL
11325# define LT_DLGLOBAL RTLD_GLOBAL
11326#else
11327# ifdef DL_GLOBAL
11328# define LT_DLGLOBAL DL_GLOBAL
11329# else
11330# define LT_DLGLOBAL 0
11331# endif
11332#endif
11333
11334/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11335 find out it does not work in some platform. */
11336#ifndef LT_DLLAZY_OR_NOW
11337# ifdef RTLD_LAZY
11338# define LT_DLLAZY_OR_NOW RTLD_LAZY
11339# else
11340# ifdef DL_LAZY
11341# define LT_DLLAZY_OR_NOW DL_LAZY
11342# else
11343# ifdef RTLD_NOW
11344# define LT_DLLAZY_OR_NOW RTLD_NOW
11345# else
11346# ifdef DL_NOW
11347# define LT_DLLAZY_OR_NOW DL_NOW
11348# else
11349# define LT_DLLAZY_OR_NOW 0
11350# endif
11351# endif
11352# endif
11353# endif
11354#endif
11355
3725885a
RW
11356/* When -fvisbility=hidden is used, assume the code has been annotated
11357 correspondingly for the symbols needed. */
11358#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11359void fnord () __attribute__((visibility("default")));
11360#endif
11361
11362void fnord () { int i=42; }
d7040cdb
SE
11363int main ()
11364{
11365 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11366 int status = $lt_dlunknown;
11367
11368 if (self)
11369 {
11370 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11371 else
11372 {
11373 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11374 else puts (dlerror ());
11375 }
d7040cdb
SE
11376 /* dlclose (self); */
11377 }
11378 else
11379 puts (dlerror ());
11380
718a6fd8 11381 return status;
d7040cdb
SE
11382}
11383_LT_EOF
81ecdfbb 11384 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11385 (eval $ac_link) 2>&5
11386 ac_status=$?
81ecdfbb
RW
11387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11388 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11389 (./conftest; exit; ) >&5 2>/dev/null
11390 lt_status=$?
11391 case x$lt_status in
11392 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11393 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11394 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11395 esac
11396 else :
11397 # compilation failed
11398 lt_cv_dlopen_self_static=no
11399 fi
11400fi
11401rm -fr conftest*
11402
11403
11404fi
81ecdfbb
RW
11405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11406$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11407 fi
11408
11409 CPPFLAGS="$save_CPPFLAGS"
11410 LDFLAGS="$save_LDFLAGS"
11411 LIBS="$save_LIBS"
11412 ;;
11413 esac
11414
11415 case $lt_cv_dlopen_self in
11416 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11417 *) enable_dlopen_self=unknown ;;
11418 esac
11419
11420 case $lt_cv_dlopen_self_static in
11421 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11422 *) enable_dlopen_self_static=unknown ;;
11423 esac
11424fi
11425
11426
11427
11428
11429
11430
11431
11432
11433
11434
11435
11436
11437
11438
11439
11440
11441
11442striplib=
11443old_striplib=
81ecdfbb
RW
11444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11445$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11446if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11447 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11448 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11450$as_echo "yes" >&6; }
d7040cdb
SE
11451else
11452# FIXME - insert some real tests, host_os isn't really good enough
11453 case $host_os in
11454 darwin*)
11455 if test -n "$STRIP" ; then
11456 striplib="$STRIP -x"
11457 old_striplib="$STRIP -S"
81ecdfbb
RW
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11459$as_echo "yes" >&6; }
d7040cdb 11460 else
81ecdfbb
RW
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11462$as_echo "no" >&6; }
d7040cdb
SE
11463 fi
11464 ;;
11465 *)
81ecdfbb
RW
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11467$as_echo "no" >&6; }
d7040cdb
SE
11468 ;;
11469 esac
11470fi
11471
11472
11473
11474
11475
11476
11477
11478
11479
11480
11481
11482
11483 # Report which library types will actually be built
81ecdfbb
RW
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11485$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11487$as_echo "$can_build_shared" >&6; }
d7040cdb 11488
81ecdfbb
RW
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11490$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11491 test "$can_build_shared" = "no" && enable_shared=no
11492
11493 # On AIX, shared libraries and static libraries use the same namespace, and
11494 # are all built from PIC.
11495 case $host_os in
11496 aix3*)
11497 test "$enable_shared" = yes && enable_static=no
11498 if test -n "$RANLIB"; then
11499 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11500 postinstall_cmds='$RANLIB $lib'
11501 fi
11502 ;;
11503
50e7d84b 11504 aix[4-9]*)
d7040cdb
SE
11505 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11506 test "$enable_shared" = yes && enable_static=no
11507 fi
11508 ;;
11509 esac
81ecdfbb
RW
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11511$as_echo "$enable_shared" >&6; }
d7040cdb 11512
81ecdfbb
RW
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11514$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11515 # Make sure either enable_shared or enable_static is yes.
11516 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11518$as_echo "$enable_static" >&6; }
d7040cdb
SE
11519
11520
11521
11522
11523fi
11524ac_ext=c
11525ac_cpp='$CPP $CPPFLAGS'
11526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11528ac_compiler_gnu=$ac_cv_c_compiler_gnu
11529
11530CC="$lt_save_CC"
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543
81ecdfbb 11544 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11545
11546
11547
11548
11549# Only expand once:
11550
11551
11552
81ecdfbb
RW
11553# Check whether --enable-targets was given.
11554if test "${enable_targets+set}" = set; then :
11555 enableval=$enable_targets; case "${enableval}" in
11556 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11557 ;;
11558 no) enable_targets= ;;
11559 *) enable_targets=$enableval ;;
11560esac
81ecdfbb
RW
11561fi
11562
d7040cdb 11563
397841b5
AM
11564GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11565cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11566/* end confdefs.h. */
11567__GNUC__
11568_ACEOF
11569if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11570 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11571
11572else
11573 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11574fi
11575rm -f conftest*
11576
d7040cdb 11577
81ecdfbb
RW
11578# Check whether --enable-werror was given.
11579if test "${enable_werror+set}" = set; then :
11580 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11581 yes | y) ERROR_ON_WARNING="yes" ;;
11582 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11583 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11584 esac
81ecdfbb
RW
11585fi
11586
d7040cdb 11587
397841b5 11588# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11589case "${host}" in
11590 *-*-mingw32*)
11591 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11592 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11593 fi
11594 ;;
11595 *) ;;
11596esac
11597
d7040cdb
SE
11598# Enable -Werror by default when using gcc
11599if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11600 ERROR_ON_WARNING=yes
11601fi
11602
11603NO_WERROR=
11604if test "${ERROR_ON_WARNING}" = yes ; then
11605 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11606 NO_WERROR="-Wno-error"
11607fi
11608
11609if test "${GCC}" = yes ; then
11610 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11611fi
11612
81ecdfbb
RW
11613# Check whether --enable-build-warnings was given.
11614if test "${enable_build_warnings+set}" = set; then :
11615 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
11616 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11617 no) if test "${GCC}" = yes ; then
11618 WARN_CFLAGS="-w"
11619 fi;;
11620 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11621 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11622 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11623 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11624 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11625esac
81ecdfbb
RW
11626fi
11627
d7040cdb
SE
11628
11629if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11630 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11631fi
11632
11633
11634
11635
11636
81ecdfbb 11637ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
11638
11639
11640if test -z "$target" ; then
81ecdfbb 11641 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11642fi
11643if test -z "$host" ; then
81ecdfbb 11644 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11645fi
11646
11647for ac_prog in 'bison -y' byacc
11648do
11649 # Extract the first word of "$ac_prog", so it can be a program name with args.
11650set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11652$as_echo_n "checking for $ac_word... " >&6; }
11653if test "${ac_cv_prog_YACC+set}" = set; then :
11654 $as_echo_n "(cached) " >&6
d7040cdb
SE
11655else
11656 if test -n "$YACC"; then
11657 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11658else
11659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11660for as_dir in $PATH
11661do
11662 IFS=$as_save_IFS
11663 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11664 for ac_exec_ext in '' $ac_executable_extensions; do
11665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11666 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 11667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11668 break 2
11669 fi
11670done
81ecdfbb
RW
11671 done
11672IFS=$as_save_IFS
d7040cdb
SE
11673
11674fi
11675fi
11676YACC=$ac_cv_prog_YACC
11677if test -n "$YACC"; then
81ecdfbb
RW
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11679$as_echo "$YACC" >&6; }
d7040cdb 11680else
81ecdfbb
RW
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11682$as_echo "no" >&6; }
d7040cdb
SE
11683fi
11684
81ecdfbb 11685
d7040cdb
SE
11686 test -n "$YACC" && break
11687done
11688test -n "$YACC" || YACC="yacc"
11689
11690for ac_prog in flex lex
11691do
11692 # Extract the first word of "$ac_prog", so it can be a program name with args.
11693set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11695$as_echo_n "checking for $ac_word... " >&6; }
11696if test "${ac_cv_prog_LEX+set}" = set; then :
11697 $as_echo_n "(cached) " >&6
d7040cdb
SE
11698else
11699 if test -n "$LEX"; then
11700 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11701else
11702as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11703for as_dir in $PATH
11704do
11705 IFS=$as_save_IFS
11706 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11707 for ac_exec_ext in '' $ac_executable_extensions; do
11708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11709 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 11710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11711 break 2
11712 fi
11713done
81ecdfbb
RW
11714 done
11715IFS=$as_save_IFS
d7040cdb
SE
11716
11717fi
11718fi
11719LEX=$ac_cv_prog_LEX
11720if test -n "$LEX"; then
81ecdfbb
RW
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11722$as_echo "$LEX" >&6; }
d7040cdb 11723else
81ecdfbb
RW
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11725$as_echo "no" >&6; }
d7040cdb
SE
11726fi
11727
81ecdfbb 11728
d7040cdb
SE
11729 test -n "$LEX" && break
11730done
11731test -n "$LEX" || LEX=":"
11732
81ecdfbb
RW
11733if test "x$LEX" != "x:"; then
11734 cat >conftest.l <<_ACEOF
11735%%
11736a { ECHO; }
11737b { REJECT; }
11738c { yymore (); }
11739d { yyless (1); }
11740e { yyless (input () != 0); }
11741f { unput (yytext[0]); }
11742. { BEGIN INITIAL; }
11743%%
11744#ifdef YYTEXT_POINTER
11745extern char *yytext;
d7040cdb 11746#endif
d7040cdb 11747int
81ecdfbb 11748main (void)
d7040cdb 11749{
81ecdfbb 11750 return ! yylex () + ! yywrap ();
d7040cdb
SE
11751}
11752_ACEOF
81ecdfbb
RW
11753{ { ac_try="$LEX conftest.l"
11754case "(($ac_try" in
11755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11756 *) ac_try_echo=$ac_try;;
11757esac
11758eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11759$as_echo "$ac_try_echo"; } >&5
11760 (eval "$LEX conftest.l") 2>&5
d7040cdb 11761 ac_status=$?
81ecdfbb
RW
11762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11763 test $ac_status = 0; }
11764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11765$as_echo_n "checking lex output file root... " >&6; }
11766if test "${ac_cv_prog_lex_root+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
d7040cdb 11768else
d7040cdb 11769
81ecdfbb
RW
11770if test -f lex.yy.c; then
11771 ac_cv_prog_lex_root=lex.yy
11772elif test -f lexyy.c; then
11773 ac_cv_prog_lex_root=lexyy
11774else
11775 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 11776fi
d7040cdb 11777fi
81ecdfbb
RW
11778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11779$as_echo "$ac_cv_prog_lex_root" >&6; }
11780LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 11781
81ecdfbb
RW
11782if test -z "${LEXLIB+set}"; then
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11784$as_echo_n "checking lex library... " >&6; }
11785if test "${ac_cv_lib_lex+set}" = set; then :
11786 $as_echo_n "(cached) " >&6
d7040cdb 11787else
d7040cdb 11788
81ecdfbb
RW
11789 ac_save_LIBS=$LIBS
11790 ac_cv_lib_lex='none needed'
11791 for ac_lib in '' -lfl -ll; do
11792 LIBS="$ac_lib $ac_save_LIBS"
11793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11794/* end confdefs.h. */
11795`cat $LEX_OUTPUT_ROOT.c`
11796_ACEOF
11797if ac_fn_c_try_link "$LINENO"; then :
11798 ac_cv_lib_lex=$ac_lib
d7040cdb 11799fi
81ecdfbb
RW
11800rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11802 test "$ac_cv_lib_lex" != 'none needed' && break
11803 done
11804 LIBS=$ac_save_LIBS
d7040cdb
SE
11805
11806fi
81ecdfbb
RW
11807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11808$as_echo "$ac_cv_lib_lex" >&6; }
11809 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
11810fi
11811
d7040cdb 11812
81ecdfbb
RW
11813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11814$as_echo_n "checking whether yytext is a pointer... " >&6; }
11815if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11816 $as_echo_n "(cached) " >&6
d7040cdb
SE
11817else
11818 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 11819# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
11820# not all implementations provide the %pointer and %array declarations.
11821ac_cv_prog_lex_yytext_pointer=no
d7040cdb 11822ac_save_LIBS=$LIBS
81ecdfbb
RW
11823LIBS="$LEXLIB $ac_save_LIBS"
11824cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11825/* end confdefs.h. */
11826#define YYTEXT_POINTER 1
d7040cdb
SE
11827`cat $LEX_OUTPUT_ROOT.c`
11828_ACEOF
81ecdfbb 11829if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 11830 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 11831fi
81ecdfbb
RW
11832rm -f core conftest.err conftest.$ac_objext \
11833 conftest$ac_exeext conftest.$ac_ext
d7040cdb 11834LIBS=$ac_save_LIBS
d7040cdb
SE
11835
11836fi
81ecdfbb
RW
11837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11838$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
11839if test $ac_cv_prog_lex_yytext_pointer = yes; then
11840
81ecdfbb 11841$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
11842
11843fi
81ecdfbb 11844rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
11845
11846fi
11847if test "$LEX" = :; then
11848 LEX=${am_missing_run}flex
11849fi
11850
9c9c98a5 11851ALL_LINGUAS="da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg"
d7040cdb
SE
11852# If we haven't got the data from the intl directory,
11853# assume NLS is disabled.
11854USE_NLS=no
11855LIBINTL=
11856LIBINTL_DEP=
11857INCINTL=
11858XGETTEXT=
11859GMSGFMT=
11860POSUB=
11861
11862if test -f ../intl/config.intl; then
11863 . ../intl/config.intl
11864fi
81ecdfbb
RW
11865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11866$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 11867if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11869$as_echo "no" >&6; }
d7040cdb 11870else
81ecdfbb
RW
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11872$as_echo "yes" >&6; }
d7040cdb 11873
81ecdfbb 11874$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
11875
11876
81ecdfbb
RW
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11878$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
11879 # Look for .po and .gmo files in the source directory.
11880 CATALOGS=
11881 XLINGUAS=
11882 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11883 # If there aren't any .gmo files the shell will give us the
11884 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11885 # weeded out.
11886 case "$cat" in *\**)
11887 continue;;
11888 esac
11889 # The quadruple backslash is collapsed to a double backslash
11890 # by the backticks, then collapsed again by the double quotes,
11891 # leaving us with one backslash in the sed expression (right
11892 # before the dot that mustn't act as a wildcard).
11893 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11894 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11895 # The user is allowed to set LINGUAS to a list of languages to
11896 # install catalogs for. If it's empty that means "all of them."
11897 if test "x$LINGUAS" = x; then
11898 CATALOGS="$CATALOGS $cat"
11899 XLINGUAS="$XLINGUAS $lang"
11900 else
11901 case "$LINGUAS" in *$lang*)
11902 CATALOGS="$CATALOGS $cat"
11903 XLINGUAS="$XLINGUAS $lang"
11904 ;;
11905 esac
11906 fi
11907 done
11908 LINGUAS="$XLINGUAS"
81ecdfbb
RW
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11910$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
11911
11912
11913 DATADIRNAME=share
11914
11915 INSTOBJEXT=.mo
11916
11917 GENCAT=gencat
11918
11919 CATOBJEXT=.gmo
11920
11921fi
11922
11923 MKINSTALLDIRS=
11924 if test -n "$ac_aux_dir"; then
11925 case "$ac_aux_dir" in
11926 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11927 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11928 esac
11929 fi
11930 if test -z "$MKINSTALLDIRS"; then
11931 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11932 fi
11933
11934
11935
81ecdfbb
RW
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11937$as_echo_n "checking whether NLS is requested... " >&6; }
11938 # Check whether --enable-nls was given.
11939if test "${enable_nls+set}" = set; then :
11940 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
11941else
11942 USE_NLS=yes
81ecdfbb
RW
11943fi
11944
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11946$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
11947
11948
11949
11950
11951
11952
11953# Prepare PATH_SEPARATOR.
11954# The user is always right.
11955if test "${PATH_SEPARATOR+set}" != set; then
11956 echo "#! /bin/sh" >conf$$.sh
11957 echo "exit 0" >>conf$$.sh
11958 chmod +x conf$$.sh
11959 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11960 PATH_SEPARATOR=';'
11961 else
11962 PATH_SEPARATOR=:
11963 fi
11964 rm -f conf$$.sh
11965fi
11966
11967# Find out how to test for executable files. Don't use a zero-byte file,
11968# as systems may use methods other than mode bits to determine executability.
11969cat >conf$$.file <<_ASEOF
11970#! /bin/sh
11971exit 0
11972_ASEOF
11973chmod +x conf$$.file
11974if test -x conf$$.file >/dev/null 2>&1; then
11975 ac_executable_p="test -x"
11976else
11977 ac_executable_p="test -f"
11978fi
11979rm -f conf$$.file
11980
11981# Extract the first word of "msgfmt", so it can be a program name with args.
11982set dummy msgfmt; ac_word=$2
81ecdfbb
RW
11983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11984$as_echo_n "checking for $ac_word... " >&6; }
11985if test "${ac_cv_path_MSGFMT+set}" = set; then :
11986 $as_echo_n "(cached) " >&6
d7040cdb
SE
11987else
11988 case "$MSGFMT" in
11989 [\\/]* | ?:[\\/]*)
11990 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11991 ;;
11992 *)
11993 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11994 for ac_dir in $PATH; do
11995 IFS="$ac_save_IFS"
11996 test -z "$ac_dir" && ac_dir=.
11997 for ac_exec_ext in '' $ac_executable_extensions; do
11998 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11999 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12000 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12001 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12002 break 2
12003 fi
12004 fi
12005 done
12006 done
12007 IFS="$ac_save_IFS"
12008 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12009 ;;
12010esac
12011fi
12012MSGFMT="$ac_cv_path_MSGFMT"
12013if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12015$as_echo "$MSGFMT" >&6; }
d7040cdb 12016else
81ecdfbb
RW
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12018$as_echo "no" >&6; }
d7040cdb
SE
12019fi
12020
12021 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12022set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12024$as_echo_n "checking for $ac_word... " >&6; }
12025if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12026 $as_echo_n "(cached) " >&6
d7040cdb
SE
12027else
12028 case $GMSGFMT in
12029 [\\/]* | ?:[\\/]*)
12030 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12031 ;;
12032 *)
12033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12034for as_dir in $PATH
12035do
12036 IFS=$as_save_IFS
12037 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12038 for ac_exec_ext in '' $ac_executable_extensions; do
12039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12040 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12042 break 2
12043 fi
12044done
81ecdfbb
RW
12045 done
12046IFS=$as_save_IFS
d7040cdb
SE
12047
12048 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12049 ;;
12050esac
12051fi
12052GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12053if test -n "$GMSGFMT"; then
81ecdfbb
RW
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12055$as_echo "$GMSGFMT" >&6; }
d7040cdb 12056else
81ecdfbb
RW
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12058$as_echo "no" >&6; }
d7040cdb
SE
12059fi
12060
12061
12062
81ecdfbb 12063
d7040cdb
SE
12064# Prepare PATH_SEPARATOR.
12065# The user is always right.
12066if test "${PATH_SEPARATOR+set}" != set; then
12067 echo "#! /bin/sh" >conf$$.sh
12068 echo "exit 0" >>conf$$.sh
12069 chmod +x conf$$.sh
12070 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12071 PATH_SEPARATOR=';'
12072 else
12073 PATH_SEPARATOR=:
12074 fi
12075 rm -f conf$$.sh
12076fi
12077
12078# Find out how to test for executable files. Don't use a zero-byte file,
12079# as systems may use methods other than mode bits to determine executability.
12080cat >conf$$.file <<_ASEOF
12081#! /bin/sh
12082exit 0
12083_ASEOF
12084chmod +x conf$$.file
12085if test -x conf$$.file >/dev/null 2>&1; then
12086 ac_executable_p="test -x"
12087else
12088 ac_executable_p="test -f"
12089fi
12090rm -f conf$$.file
12091
12092# Extract the first word of "xgettext", so it can be a program name with args.
12093set dummy xgettext; ac_word=$2
81ecdfbb
RW
12094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12095$as_echo_n "checking for $ac_word... " >&6; }
12096if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12097 $as_echo_n "(cached) " >&6
d7040cdb
SE
12098else
12099 case "$XGETTEXT" in
12100 [\\/]* | ?:[\\/]*)
12101 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12102 ;;
12103 *)
12104 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12105 for ac_dir in $PATH; do
12106 IFS="$ac_save_IFS"
12107 test -z "$ac_dir" && ac_dir=.
12108 for ac_exec_ext in '' $ac_executable_extensions; do
12109 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12110 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12111 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12112 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12113 break 2
12114 fi
12115 fi
12116 done
12117 done
12118 IFS="$ac_save_IFS"
12119 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12120 ;;
12121esac
12122fi
12123XGETTEXT="$ac_cv_path_XGETTEXT"
12124if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12126$as_echo "$XGETTEXT" >&6; }
d7040cdb 12127else
81ecdfbb
RW
12128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12129$as_echo "no" >&6; }
d7040cdb
SE
12130fi
12131
12132 rm -f messages.po
12133
12134
12135# Prepare PATH_SEPARATOR.
12136# The user is always right.
12137if test "${PATH_SEPARATOR+set}" != set; then
12138 echo "#! /bin/sh" >conf$$.sh
12139 echo "exit 0" >>conf$$.sh
12140 chmod +x conf$$.sh
12141 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12142 PATH_SEPARATOR=';'
12143 else
12144 PATH_SEPARATOR=:
12145 fi
12146 rm -f conf$$.sh
12147fi
12148
12149# Find out how to test for executable files. Don't use a zero-byte file,
12150# as systems may use methods other than mode bits to determine executability.
12151cat >conf$$.file <<_ASEOF
12152#! /bin/sh
12153exit 0
12154_ASEOF
12155chmod +x conf$$.file
12156if test -x conf$$.file >/dev/null 2>&1; then
12157 ac_executable_p="test -x"
12158else
12159 ac_executable_p="test -f"
12160fi
12161rm -f conf$$.file
12162
12163# Extract the first word of "msgmerge", so it can be a program name with args.
12164set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12166$as_echo_n "checking for $ac_word... " >&6; }
12167if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12168 $as_echo_n "(cached) " >&6
d7040cdb
SE
12169else
12170 case "$MSGMERGE" in
12171 [\\/]* | ?:[\\/]*)
12172 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12173 ;;
12174 *)
12175 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12176 for ac_dir in $PATH; do
12177 IFS="$ac_save_IFS"
12178 test -z "$ac_dir" && ac_dir=.
12179 for ac_exec_ext in '' $ac_executable_extensions; do
12180 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12181 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12182 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12183 break 2
12184 fi
12185 fi
12186 done
12187 done
12188 IFS="$ac_save_IFS"
12189 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12190 ;;
12191esac
12192fi
12193MSGMERGE="$ac_cv_path_MSGMERGE"
12194if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12196$as_echo "$MSGMERGE" >&6; }
d7040cdb 12197else
81ecdfbb
RW
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199$as_echo "no" >&6; }
d7040cdb
SE
12200fi
12201
12202
12203 if test "$GMSGFMT" != ":"; then
12204 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12205 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12206 : ;
12207 else
12208 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12210$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12211 GMSGFMT=":"
12212 fi
12213 fi
12214
12215 if test "$XGETTEXT" != ":"; then
12216 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12217 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12218 : ;
12219 else
81ecdfbb
RW
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12221$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12222 XGETTEXT=":"
12223 fi
12224 rm -f messages.po
12225 fi
12226
81ecdfbb 12227 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12228
12229
12230
81ecdfbb
RW
12231
12232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12233$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12234 # Check whether --enable-maintainer-mode was given.
12235if test "${enable_maintainer_mode+set}" = set; then :
12236 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12237else
d7040cdb 12238 USE_MAINTAINER_MODE=no
81ecdfbb 12239fi
d7040cdb 12240
81ecdfbb
RW
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12242$as_echo "$USE_MAINTAINER_MODE" >&6; }
12243 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12244 MAINTAINER_MODE_TRUE=
12245 MAINTAINER_MODE_FALSE='#'
12246else
12247 MAINTAINER_MODE_TRUE='#'
12248 MAINTAINER_MODE_FALSE=
42ecbf5e 12249fi
d7040cdb
SE
12250
12251 MAINT=$MAINTAINER_MODE_TRUE
12252
12253
81ecdfbb 12254 if false; then
d7040cdb
SE
12255 GENINSRC_NEVER_TRUE=
12256 GENINSRC_NEVER_FALSE='#'
12257else
12258 GENINSRC_NEVER_TRUE='#'
12259 GENINSRC_NEVER_FALSE=
42ecbf5e 12260fi
d7040cdb
SE
12261
12262
12263if test -n "$EXEEXT"; then
20e95c23 12264
81ecdfbb 12265$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12266
252b5132
RH
12267fi
12268
d7040cdb
SE
12269cat >>confdefs.h <<_ACEOF
12270#define EXECUTABLE_SUFFIX "${EXEEXT}"
12271_ACEOF
42ecbf5e 12272
252b5132 12273
d7040cdb 12274# host-specific stuff:
252b5132 12275
d7040cdb 12276HDEFINES=
252b5132 12277
d7040cdb 12278. ${srcdir}/../bfd/configure.host
252b5132 12279
252b5132 12280
d7040cdb 12281AR=${AR-ar}
252b5132 12282
d7040cdb
SE
12283if test -n "$ac_tool_prefix"; then
12284 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12285set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12287$as_echo_n "checking for $ac_word... " >&6; }
12288if test "${ac_cv_prog_RANLIB+set}" = set; then :
12289 $as_echo_n "(cached) " >&6
d7040cdb
SE
12290else
12291 if test -n "$RANLIB"; then
12292 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12293else
12294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295for as_dir in $PATH
12296do
12297 IFS=$as_save_IFS
12298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12299 for ac_exec_ext in '' $ac_executable_extensions; do
12300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12301 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12303 break 2
12304 fi
12305done
81ecdfbb
RW
12306 done
12307IFS=$as_save_IFS
252b5132 12308
d7040cdb
SE
12309fi
12310fi
12311RANLIB=$ac_cv_prog_RANLIB
12312if test -n "$RANLIB"; then
81ecdfbb
RW
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12314$as_echo "$RANLIB" >&6; }
d7040cdb 12315else
81ecdfbb
RW
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12317$as_echo "no" >&6; }
d7040cdb 12318fi
20e95c23 12319
81ecdfbb 12320
d7040cdb
SE
12321fi
12322if test -z "$ac_cv_prog_RANLIB"; then
12323 ac_ct_RANLIB=$RANLIB
12324 # Extract the first word of "ranlib", so it can be a program name with args.
12325set dummy ranlib; ac_word=$2
81ecdfbb
RW
12326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12327$as_echo_n "checking for $ac_word... " >&6; }
12328if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12329 $as_echo_n "(cached) " >&6
252b5132 12330else
d7040cdb
SE
12331 if test -n "$ac_ct_RANLIB"; then
12332 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12333else
12334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12335for as_dir in $PATH
12336do
12337 IFS=$as_save_IFS
12338 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12339 for ac_exec_ext in '' $ac_executable_extensions; do
12340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12341 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12343 break 2
12344 fi
12345done
81ecdfbb
RW
12346 done
12347IFS=$as_save_IFS
20e95c23 12348
d7040cdb
SE
12349fi
12350fi
12351ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12352if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12354$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12355else
81ecdfbb
RW
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12357$as_echo "no" >&6; }
d7040cdb
SE
12358fi
12359
81ecdfbb
RW
12360 if test "x$ac_ct_RANLIB" = x; then
12361 RANLIB=":"
d7040cdb 12362 else
81ecdfbb
RW
12363 case $cross_compiling:$ac_tool_warned in
12364yes:)
12365{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12366$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12367ac_tool_warned=yes ;;
12368esac
12369 RANLIB=$ac_ct_RANLIB
d7040cdb 12370 fi
81ecdfbb
RW
12371else
12372 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12373fi
d7040cdb 12374
d7040cdb
SE
12375
12376
12377# Put a plausible default for CC_FOR_BUILD in Makefile.
12378if test -z "$CC_FOR_BUILD"; then
12379 if test "x$cross_compiling" = "xno"; then
12380 CC_FOR_BUILD='$(CC)'
12381 else
12382 CC_FOR_BUILD=gcc
12383 fi
12384fi
20e95c23 12385
d7040cdb
SE
12386# Also set EXEEXT_FOR_BUILD.
12387if test "x$cross_compiling" = "xno"; then
12388 EXEEXT_FOR_BUILD='$(EXEEXT)'
12389else
81ecdfbb
RW
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12391$as_echo_n "checking for build system executable suffix... " >&6; }
12392if test "${bfd_cv_build_exeext+set}" = set; then :
12393 $as_echo_n "(cached) " >&6
d7040cdb
SE
12394else
12395 rm -f conftest*
12396 echo 'int main () { return 0; }' > conftest.c
12397 bfd_cv_build_exeext=
12398 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12399 for file in conftest.*; do
12400 case $file in
12401 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12402 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12403 esac
12404 done
12405 rm -f conftest*
12406 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12407fi
81ecdfbb
RW
12408{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12409$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12410 EXEEXT_FOR_BUILD=""
12411 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12412fi
12413
12414
d7040cdb
SE
12415DEMANGLER_NAME=c++filt
12416case "${host}" in
12417 *-*-go32* | *-*-msdos*)
12418 DEMANGLER_NAME=cxxfilt
12419esac
8a965946
ILT
12420
12421
81ecdfbb
RW
12422for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h
12423do :
12424 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12425ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12426eval as_val=\$$as_ac_Header
12427 if test "x$as_val" = x""yes; then :
12428 cat >>confdefs.h <<_ACEOF
12429#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12430_ACEOF
42ecbf5e 12431
81ecdfbb 12432fi
42ecbf5e 12433
81ecdfbb 12434done
42ecbf5e 12435
81ecdfbb
RW
12436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12437$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12438if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12439 $as_echo_n "(cached) " >&6
42ecbf5e 12440else
81ecdfbb 12441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12442/* end confdefs.h. */
252b5132
RH
12443#include <sys/types.h>
12444#include <sys/wait.h>
12445#ifndef WEXITSTATUS
81ecdfbb 12446# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12447#endif
12448#ifndef WIFEXITED
42ecbf5e 12449# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12450#endif
42ecbf5e
DJ
12451
12452int
12453main ()
12454{
12455 int s;
12456 wait (&s);
12457 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12458 ;
12459 return 0;
12460}
12461_ACEOF
81ecdfbb 12462if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12463 ac_cv_header_sys_wait_h=yes
12464else
81ecdfbb 12465 ac_cv_header_sys_wait_h=no
252b5132 12466fi
81ecdfbb 12467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12468fi
81ecdfbb
RW
12469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12470$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12471if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12472
81ecdfbb 12473$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12474
12475fi
12476
12477# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12478# for constant arguments. Useless!
81ecdfbb
RW
12479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12480$as_echo_n "checking for working alloca.h... " >&6; }
12481if test "${ac_cv_working_alloca_h+set}" = set; then :
12482 $as_echo_n "(cached) " >&6
42ecbf5e 12483else
81ecdfbb 12484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12485/* end confdefs.h. */
252b5132 12486#include <alloca.h>
42ecbf5e
DJ
12487int
12488main ()
12489{
12490char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 12491 if (p) return 0;
42ecbf5e
DJ
12492 ;
12493 return 0;
12494}
12495_ACEOF
81ecdfbb 12496if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
12497 ac_cv_working_alloca_h=yes
12498else
81ecdfbb 12499 ac_cv_working_alloca_h=no
42ecbf5e 12500fi
81ecdfbb
RW
12501rm -f core conftest.err conftest.$ac_objext \
12502 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 12503fi
81ecdfbb
RW
12504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12505$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
12506if test $ac_cv_working_alloca_h = yes; then
12507
81ecdfbb 12508$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
12509
12510fi
12511
81ecdfbb
RW
12512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12513$as_echo_n "checking for alloca... " >&6; }
12514if test "${ac_cv_func_alloca_works+set}" = set; then :
12515 $as_echo_n "(cached) " >&6
252b5132 12516else
81ecdfbb 12517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12518/* end confdefs.h. */
252b5132
RH
12519#ifdef __GNUC__
12520# define alloca __builtin_alloca
12521#else
12522# ifdef _MSC_VER
12523# include <malloc.h>
12524# define alloca _alloca
12525# else
81ecdfbb 12526# ifdef HAVE_ALLOCA_H
252b5132
RH
12527# include <alloca.h>
12528# else
12529# ifdef _AIX
12530 #pragma alloca
12531# else
12532# ifndef alloca /* predefined by HP cc +Olibcalls */
12533char *alloca ();
12534# endif
12535# endif
12536# endif
12537# endif
12538#endif
12539
42ecbf5e
DJ
12540int
12541main ()
12542{
12543char *p = (char *) alloca (1);
81ecdfbb 12544 if (p) return 0;
42ecbf5e
DJ
12545 ;
12546 return 0;
12547}
12548_ACEOF
81ecdfbb 12549if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
12550 ac_cv_func_alloca_works=yes
12551else
81ecdfbb 12552 ac_cv_func_alloca_works=no
252b5132 12553fi
81ecdfbb
RW
12554rm -f core conftest.err conftest.$ac_objext \
12555 conftest$ac_exeext conftest.$ac_ext
252b5132 12556fi
81ecdfbb
RW
12557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12558$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 12559
252b5132 12560if test $ac_cv_func_alloca_works = yes; then
e5a52504 12561
81ecdfbb 12562$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 12563
42ecbf5e 12564else
d15b04bd 12565 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
12566# that cause trouble. Some versions do not even contain alloca or
12567# contain a buggy version. If you still want to use their alloca,
12568# use ar to extract alloca.o from them instead of compiling alloca.c.
12569
81ecdfbb 12570ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 12571
81ecdfbb 12572$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
12573
12574
81ecdfbb
RW
12575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12576$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12577if test "${ac_cv_os_cray+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
252b5132 12579else
81ecdfbb 12580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12581/* end confdefs.h. */
81ecdfbb 12582#if defined CRAY && ! defined CRAY2
252b5132
RH
12583webecray
12584#else
12585wenotbecray
12586#endif
12587
42ecbf5e 12588_ACEOF
252b5132 12589if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12590 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
12591 ac_cv_os_cray=yes
12592else
252b5132
RH
12593 ac_cv_os_cray=no
12594fi
12595rm -f conftest*
12596
12597fi
81ecdfbb
RW
12598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12599$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 12600if test $ac_cv_os_cray = yes; then
42ecbf5e 12601 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
12602 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12603ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12604eval as_val=\$$as_ac_var
12605 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
12606
12607cat >>confdefs.h <<_ACEOF
252b5132 12608#define CRAY_STACKSEG_END $ac_func
42ecbf5e 12609_ACEOF
252b5132 12610
42ecbf5e 12611 break
252b5132
RH
12612fi
12613
42ecbf5e 12614 done
252b5132
RH
12615fi
12616
81ecdfbb
RW
12617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12618$as_echo_n "checking stack direction for C alloca... " >&6; }
12619if test "${ac_cv_c_stack_direction+set}" = set; then :
12620 $as_echo_n "(cached) " >&6
252b5132 12621else
81ecdfbb 12622 if test "$cross_compiling" = yes; then :
252b5132
RH
12623 ac_cv_c_stack_direction=0
12624else
81ecdfbb 12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12626/* end confdefs.h. */
81ecdfbb 12627$ac_includes_default
42ecbf5e 12628int
252b5132
RH
12629find_stack_direction ()
12630{
12631 static char *addr = 0;
12632 auto char dummy;
12633 if (addr == 0)
12634 {
12635 addr = &dummy;
12636 return find_stack_direction ();
12637 }
12638 else
12639 return (&dummy > addr) ? 1 : -1;
12640}
42ecbf5e
DJ
12641
12642int
252b5132
RH
12643main ()
12644{
81ecdfbb 12645 return find_stack_direction () < 0;
252b5132 12646}
42ecbf5e 12647_ACEOF
81ecdfbb 12648if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
12649 ac_cv_c_stack_direction=1
12650else
81ecdfbb 12651 ac_cv_c_stack_direction=-1
252b5132 12652fi
81ecdfbb
RW
12653rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12654 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
12655fi
12656
81ecdfbb
RW
12657fi
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12659$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 12660cat >>confdefs.h <<_ACEOF
252b5132 12661#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
12662_ACEOF
12663
252b5132
RH
12664
12665fi
12666
81ecdfbb
RW
12667for ac_func in sbrk utimes setmode getc_unlocked strcoll
12668do :
12669 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12670ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12671eval as_val=\$$as_ac_var
12672 if test "x$as_val" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12675_ACEOF
42ecbf5e 12676
81ecdfbb
RW
12677fi
12678done
42ecbf5e 12679
81ecdfbb
RW
12680ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12681if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 12682
81ecdfbb 12683$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 12684
81ecdfbb 12685fi
42ecbf5e 12686
81ecdfbb
RW
12687ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12688if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 12689
81ecdfbb 12690$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 12691
81ecdfbb 12692fi
d15b04bd 12693
d15b04bd 12694
81ecdfbb
RW
12695# Some systems have frexp only in -lm, not in -lc.
12696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12697$as_echo_n "checking for library containing frexp... " >&6; }
12698if test "${ac_cv_search_frexp+set}" = set; then :
12699 $as_echo_n "(cached) " >&6
f9c026a8 12700else
81ecdfbb
RW
12701 ac_func_search_save_LIBS=$LIBS
12702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 12703/* end confdefs.h. */
f9c026a8 12704
81ecdfbb
RW
12705/* Override any GCC internal prototype to avoid an error.
12706 Use char because int might match the return type of a GCC
f9c026a8 12707 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
12708#ifdef __cplusplus
12709extern "C"
12710#endif
42ecbf5e
DJ
12711char frexp ();
12712int
12713main ()
12714{
81ecdfbb 12715return frexp ();
42ecbf5e
DJ
12716 ;
12717 return 0;
12718}
12719_ACEOF
81ecdfbb
RW
12720for ac_lib in '' m; do
12721 if test -z "$ac_lib"; then
12722 ac_res="none required"
12723 else
12724 ac_res=-l$ac_lib
42ecbf5e 12725 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
12726 fi
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_search_frexp=$ac_res
12729fi
12730rm -f core conftest.err conftest.$ac_objext \
12731 conftest$ac_exeext
12732 if test "${ac_cv_search_frexp+set}" = set; then :
12733 break
12734fi
12735done
12736if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 12737
f353eb8a 12738else
81ecdfbb 12739 ac_cv_search_frexp=no
e5a52504 12740fi
81ecdfbb 12741rm conftest.$ac_ext
42ecbf5e
DJ
12742LIBS=$ac_func_search_save_LIBS
12743fi
81ecdfbb
RW
12744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12745$as_echo "$ac_cv_search_frexp" >&6; }
12746ac_res=$ac_cv_search_frexp
12747if test "$ac_res" != no; then :
12748 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 12749
f353eb8a
ILT
12750fi
12751
42ecbf5e 12752
81ecdfbb
RW
12753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12754$as_echo_n "checking for time_t in time.h... " >&6; }
12755if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12756 $as_echo_n "(cached) " >&6
252b5132 12757else
81ecdfbb 12758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12759/* end confdefs.h. */
252b5132 12760#include <time.h>
42ecbf5e
DJ
12761int
12762main ()
12763{
252b5132 12764time_t i;
42ecbf5e
DJ
12765 ;
12766 return 0;
12767}
12768_ACEOF
81ecdfbb 12769if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12770 bu_cv_decl_time_t_time_h=yes
12771else
81ecdfbb 12772 bu_cv_decl_time_t_time_h=no
252b5132 12773fi
81ecdfbb 12774rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12775fi
12776
81ecdfbb
RW
12777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12778$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 12779if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 12780
81ecdfbb 12781$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
12782
12783fi
12784
81ecdfbb
RW
12785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
12786$as_echo_n "checking for time_t in sys/types.h... " >&6; }
12787if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
12788 $as_echo_n "(cached) " >&6
252b5132 12789else
81ecdfbb 12790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12791/* end confdefs.h. */
252b5132 12792#include <sys/types.h>
42ecbf5e
DJ
12793int
12794main ()
12795{
252b5132 12796time_t i;
42ecbf5e
DJ
12797 ;
12798 return 0;
12799}
12800_ACEOF
81ecdfbb 12801if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12802 bu_cv_decl_time_t_types_h=yes
12803else
81ecdfbb 12804 bu_cv_decl_time_t_types_h=no
252b5132 12805fi
81ecdfbb 12806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12807fi
12808
81ecdfbb
RW
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
12810$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 12811if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 12812
81ecdfbb 12813$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
12814
12815fi
12816
81ecdfbb
RW
12817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12818$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12819if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
12820 $as_echo_n "(cached) " >&6
e46eba98 12821else
81ecdfbb 12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12823/* end confdefs.h. */
e46eba98 12824#include <unistd.h>
42ecbf5e
DJ
12825int
12826main ()
12827{
e46eba98 12828extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
12829 ;
12830 return 0;
12831}
12832_ACEOF
81ecdfbb 12833if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
12834 bu_cv_decl_getopt_unistd_h=yes
12835else
81ecdfbb 12836 bu_cv_decl_getopt_unistd_h=no
e46eba98 12837fi
81ecdfbb 12838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
12839fi
12840
81ecdfbb
RW
12841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
12842$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 12843if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 12844
81ecdfbb 12845$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
12846
12847fi
12848
252b5132
RH
12849# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
12850# by default.
81ecdfbb
RW
12851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
12852$as_echo_n "checking for utime.h... " >&6; }
12853if test "${bu_cv_header_utime_h+set}" = set; then :
12854 $as_echo_n "(cached) " >&6
42ecbf5e 12855else
81ecdfbb 12856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12857/* end confdefs.h. */
252b5132
RH
12858#include <sys/types.h>
12859#ifdef HAVE_TIME_H
12860#include <time.h>
12861#endif
12862#include <utime.h>
42ecbf5e
DJ
12863int
12864main ()
12865{
252b5132 12866struct utimbuf s;
42ecbf5e
DJ
12867 ;
12868 return 0;
12869}
12870_ACEOF
81ecdfbb 12871if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12872 bu_cv_header_utime_h=yes
12873else
81ecdfbb 12874 bu_cv_header_utime_h=no
252b5132 12875fi
81ecdfbb 12876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12877fi
12878
81ecdfbb
RW
12879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
12880$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 12881if test $bu_cv_header_utime_h = yes; then
42ecbf5e 12882
81ecdfbb 12883$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
12884
12885fi
12886
81ecdfbb
RW
12887ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
12888if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
12889 ac_have_decl=1
252b5132 12890else
81ecdfbb
RW
12891 ac_have_decl=0
12892fi
398ee8f1 12893
81ecdfbb
RW
12894cat >>confdefs.h <<_ACEOF
12895#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 12896_ACEOF
81ecdfbb
RW
12897ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12898if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12899 ac_have_decl=1
252b5132 12900else
81ecdfbb 12901 ac_have_decl=0
252b5132 12902fi
252b5132 12903
398ee8f1 12904cat >>confdefs.h <<_ACEOF
81ecdfbb 12905#define HAVE_DECL_STPCPY $ac_have_decl
398ee8f1 12906_ACEOF
81ecdfbb
RW
12907ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12908if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12909 ac_have_decl=1
398ee8f1 12910else
81ecdfbb
RW
12911 ac_have_decl=0
12912fi
3e321448
L
12913
12914cat >>confdefs.h <<_ACEOF
81ecdfbb 12915#define HAVE_DECL_STRSTR $ac_have_decl
42ecbf5e 12916_ACEOF
81ecdfbb
RW
12917ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
12918if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
12919 ac_have_decl=1
252b5132 12920else
81ecdfbb 12921 ac_have_decl=0
252b5132 12922fi
252b5132 12923
398ee8f1 12924cat >>confdefs.h <<_ACEOF
81ecdfbb 12925#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 12926_ACEOF
81ecdfbb
RW
12927ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
12928if test "x$ac_cv_have_decl_getenv" = x""yes; then :
12929 ac_have_decl=1
398ee8f1 12930else
81ecdfbb 12931 ac_have_decl=0
398ee8f1 12932fi
252b5132 12933
398ee8f1 12934cat >>confdefs.h <<_ACEOF
81ecdfbb 12935#define HAVE_DECL_GETENV $ac_have_decl
398ee8f1 12936_ACEOF
81ecdfbb
RW
12937ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
12938if test "x$ac_cv_have_decl_environ" = x""yes; then :
12939 ac_have_decl=1
398ee8f1 12940else
81ecdfbb 12941 ac_have_decl=0
398ee8f1 12942fi
252b5132 12943
398ee8f1 12944cat >>confdefs.h <<_ACEOF
81ecdfbb 12945#define HAVE_DECL_ENVIRON $ac_have_decl
b7d4af3a 12946_ACEOF
81ecdfbb
RW
12947ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
12948if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
12949 ac_have_decl=1
b7d4af3a 12950else
81ecdfbb 12951 ac_have_decl=0
b7d4af3a 12952fi
b7d4af3a
JW
12953
12954cat >>confdefs.h <<_ACEOF
81ecdfbb 12955#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
b7d4af3a 12956_ACEOF
81ecdfbb
RW
12957ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12958if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12959 ac_have_decl=1
b7d4af3a 12960else
81ecdfbb 12961 ac_have_decl=0
db50c840 12962fi
db50c840
EB
12963
12964cat >>confdefs.h <<_ACEOF
81ecdfbb 12965#define HAVE_DECL_SNPRINTF $ac_have_decl
db50c840 12966_ACEOF
81ecdfbb
RW
12967ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12968if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
12969 ac_have_decl=1
db50c840 12970else
81ecdfbb 12971 ac_have_decl=0
db50c840 12972fi
db50c840
EB
12973
12974cat >>confdefs.h <<_ACEOF
81ecdfbb 12975#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
12976_ACEOF
12977
12978
1b315056
CS
12979# Link in zlib if we can. This allows us to read compressed debug
12980# sections. This is used only by readelf.c (objdump uses bfd for
12981# reading compressed sections).
81ecdfbb
RW
12982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
12983$as_echo_n "checking for library containing zlibVersion... " >&6; }
12984if test "${ac_cv_search_zlibVersion+set}" = set; then :
12985 $as_echo_n "(cached) " >&6
1b315056
CS
12986else
12987 ac_func_search_save_LIBS=$LIBS
81ecdfbb 12988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1b315056
CS
12989/* end confdefs.h. */
12990
81ecdfbb
RW
12991/* Override any GCC internal prototype to avoid an error.
12992 Use char because int might match the return type of a GCC
1b315056 12993 builtin and then its argument prototype would still apply. */
1b315056
CS
12994#ifdef __cplusplus
12995extern "C"
12996#endif
1b315056
CS
12997char zlibVersion ();
12998int
12999main ()
13000{
81ecdfbb 13001return zlibVersion ();
1b315056
CS
13002 ;
13003 return 0;
13004}
81ecdfbb
RW
13005_ACEOF
13006for ac_lib in '' z; do
13007 if test -z "$ac_lib"; then
13008 ac_res="none required"
1b315056 13009 else
81ecdfbb
RW
13010 ac_res=-l$ac_lib
13011 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1b315056 13012 fi
81ecdfbb
RW
13013 if ac_fn_c_try_link "$LINENO"; then :
13014 ac_cv_search_zlibVersion=$ac_res
1b315056 13015fi
81ecdfbb
RW
13016rm -f core conftest.err conftest.$ac_objext \
13017 conftest$ac_exeext
13018 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13019 break
1b315056 13020fi
81ecdfbb
RW
13021done
13022if test "${ac_cv_search_zlibVersion+set}" = set; then :
1b315056 13023
1b315056 13024else
81ecdfbb 13025 ac_cv_search_zlibVersion=no
1b315056 13026fi
81ecdfbb
RW
13027rm conftest.$ac_ext
13028LIBS=$ac_func_search_save_LIBS
1b315056 13029fi
81ecdfbb
RW
13030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13031$as_echo "$ac_cv_search_zlibVersion" >&6; }
13032ac_res=$ac_cv_search_zlibVersion
13033if test "$ac_res" != no; then :
13034 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13035 for ac_header in zlib.h
13036do :
13037 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13038if test "x$ac_cv_header_zlib_h" = x""yes; then :
1b315056 13039 cat >>confdefs.h <<_ACEOF
81ecdfbb 13040#define HAVE_ZLIB_H 1
1b315056
CS
13041_ACEOF
13042
13043fi
13044
13045done
13046
13047fi
13048
13049
252b5132
RH
13050
13051case "${host}" in
8a965946 13052*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13053
81ecdfbb 13054$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13055 ;;
13056esac
13057
13058# target-specific stuff:
13059
13060# Canonicalize the secondary target names.
13061if test -n "$enable_targets"; then
13062 for targ in `echo $enable_targets | sed 's/,/ /g'`
13063 do
6d83c84b 13064 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13065 if test -n "$result"; then
13066 canon_targets="$canon_targets $result"
13067 else
13068 # Allow targets that config.sub doesn't recognize, like "all".
13069 canon_targets="$canon_targets $targ"
13070 fi
13071 done
13072fi
13073
81ecdfbb
RW
13074ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13075if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13076
13077fi
13078
13079
13080
13081 if test "X$prefix" = "XNONE"; then
13082 acl_final_prefix="$ac_default_prefix"
13083 else
13084 acl_final_prefix="$prefix"
13085 fi
13086 if test "X$exec_prefix" = "XNONE"; then
13087 acl_final_exec_prefix='${prefix}'
13088 else
13089 acl_final_exec_prefix="$exec_prefix"
13090 fi
13091 acl_save_prefix="$prefix"
13092 prefix="$acl_final_prefix"
13093 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13094 prefix="$acl_save_prefix"
13095
13096
81ecdfbb
RW
13097# Check whether --with-gnu-ld was given.
13098if test "${with_gnu_ld+set}" = set; then :
13099 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13100else
13101 with_gnu_ld=no
81ecdfbb
RW
13102fi
13103
5ba684e2
NC
13104# Prepare PATH_SEPARATOR.
13105# The user is always right.
13106if test "${PATH_SEPARATOR+set}" != set; then
13107 echo "#! /bin/sh" >conf$$.sh
13108 echo "exit 0" >>conf$$.sh
13109 chmod +x conf$$.sh
13110 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13111 PATH_SEPARATOR=';'
13112 else
13113 PATH_SEPARATOR=:
13114 fi
13115 rm -f conf$$.sh
13116fi
13117ac_prog=ld
13118if test "$GCC" = yes; then
13119 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13121$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13122 case $host in
13123 *-*-mingw*)
13124 # gcc leaves a trailing carriage return which upsets mingw
13125 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13126 *)
13127 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13128 esac
13129 case $ac_prog in
13130 # Accept absolute paths.
13131 [\\/]* | [A-Za-z]:[\\/]*)
13132 re_direlt='/[^/][^/]*/\.\./'
13133 # Canonicalize the path of ld
13134 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13135 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13136 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13137 done
13138 test -z "$LD" && LD="$ac_prog"
13139 ;;
13140 "")
13141 # If it fails, then pretend we aren't using GCC.
13142 ac_prog=ld
13143 ;;
13144 *)
13145 # If it is relative, then search for the first ld in PATH.
13146 with_gnu_ld=unknown
13147 ;;
13148 esac
13149elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13151$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13152else
81ecdfbb
RW
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13154$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13155fi
81ecdfbb
RW
13156if test "${acl_cv_path_LD+set}" = set; then :
13157 $as_echo_n "(cached) " >&6
5ba684e2
NC
13158else
13159 if test -z "$LD"; then
13160 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13161 for ac_dir in $PATH; do
13162 test -z "$ac_dir" && ac_dir=.
13163 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13164 acl_cv_path_LD="$ac_dir/$ac_prog"
13165 # Check to see if the program is GNU ld. I'd rather use --version,
13166 # but apparently some GNU ld's only accept -v.
13167 # Break only if it was the GNU/non-GNU ld that we prefer.
13168 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13169 test "$with_gnu_ld" != no && break
13170 else
13171 test "$with_gnu_ld" != yes && break
13172 fi
13173 fi
13174 done
13175 IFS="$ac_save_ifs"
13176else
13177 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13178fi
13179fi
13180
13181LD="$acl_cv_path_LD"
13182if test -n "$LD"; then
81ecdfbb
RW
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13184$as_echo "$LD" >&6; }
5ba684e2 13185else
81ecdfbb
RW
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13187$as_echo "no" >&6; }
5ba684e2 13188fi
81ecdfbb
RW
13189test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13191$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13192if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13193 $as_echo_n "(cached) " >&6
5ba684e2
NC
13194else
13195 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13196if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13197 acl_cv_prog_gnu_ld=yes
13198else
13199 acl_cv_prog_gnu_ld=no
13200fi
13201fi
81ecdfbb
RW
13202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13203$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13204with_gnu_ld=$acl_cv_prog_gnu_ld
13205
13206
13207
81ecdfbb
RW
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13209$as_echo_n "checking for shared library run path origin... " >&6; }
13210if test "${acl_cv_rpath+set}" = set; then :
13211 $as_echo_n "(cached) " >&6
5ba684e2
NC
13212else
13213
13214 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13215 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13216 . ./conftest.sh
13217 rm -f ./conftest.sh
13218 acl_cv_rpath=done
13219
13220fi
81ecdfbb
RW
13221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13222$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13223 wl="$acl_cv_wl"
13224 libext="$acl_cv_libext"
13225 shlibext="$acl_cv_shlibext"
13226 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13227 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13228 hardcode_direct="$acl_cv_hardcode_direct"
13229 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13230 # Check whether --enable-rpath was given.
13231if test "${enable_rpath+set}" = set; then :
13232 enableval=$enable_rpath; :
5ba684e2
NC
13233else
13234 enable_rpath=yes
81ecdfbb
RW
13235fi
13236
5ba684e2
NC
13237
13238
13239
13240
13241
13242
13243
13244 use_additional=yes
13245
13246 acl_save_prefix="$prefix"
13247 prefix="$acl_final_prefix"
13248 acl_save_exec_prefix="$exec_prefix"
13249 exec_prefix="$acl_final_exec_prefix"
13250
13251 eval additional_includedir=\"$includedir\"
13252 eval additional_libdir=\"$libdir\"
13253
13254 exec_prefix="$acl_save_exec_prefix"
13255 prefix="$acl_save_prefix"
13256
13257
81ecdfbb
RW
13258# Check whether --with-libiconv-prefix was given.
13259if test "${with_libiconv_prefix+set}" = set; then :
13260 withval=$with_libiconv_prefix;
5ba684e2
NC
13261 if test "X$withval" = "Xno"; then
13262 use_additional=no
13263 else
13264 if test "X$withval" = "X"; then
13265
13266 acl_save_prefix="$prefix"
13267 prefix="$acl_final_prefix"
13268 acl_save_exec_prefix="$exec_prefix"
13269 exec_prefix="$acl_final_exec_prefix"
13270
13271 eval additional_includedir=\"$includedir\"
13272 eval additional_libdir=\"$libdir\"
13273
13274 exec_prefix="$acl_save_exec_prefix"
13275 prefix="$acl_save_prefix"
13276
13277 else
13278 additional_includedir="$withval/include"
13279 additional_libdir="$withval/lib"
13280 fi
13281 fi
13282
81ecdfbb
RW
13283fi
13284
5ba684e2
NC
13285 LIBICONV=
13286 LTLIBICONV=
13287 INCICONV=
13288 rpathdirs=
13289 ltrpathdirs=
13290 names_already_handled=
13291 names_next_round='iconv '
13292 while test -n "$names_next_round"; do
13293 names_this_round="$names_next_round"
13294 names_next_round=
13295 for name in $names_this_round; do
13296 already_handled=
13297 for n in $names_already_handled; do
13298 if test "$n" = "$name"; then
13299 already_handled=yes
13300 break
13301 fi
13302 done
13303 if test -z "$already_handled"; then
13304 names_already_handled="$names_already_handled $name"
13305 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13306 eval value=\"\$HAVE_LIB$uppername\"
13307 if test -n "$value"; then
13308 if test "$value" = yes; then
13309 eval value=\"\$LIB$uppername\"
13310 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13311 eval value=\"\$LTLIB$uppername\"
13312 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13313 else
13314 :
13315 fi
13316 else
13317 found_dir=
13318 found_la=
13319 found_so=
13320 found_a=
13321 if test $use_additional = yes; then
13322 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13323 found_dir="$additional_libdir"
13324 found_so="$additional_libdir/lib$name.$shlibext"
13325 if test -f "$additional_libdir/lib$name.la"; then
13326 found_la="$additional_libdir/lib$name.la"
13327 fi
13328 else
13329 if test -f "$additional_libdir/lib$name.$libext"; then
13330 found_dir="$additional_libdir"
13331 found_a="$additional_libdir/lib$name.$libext"
13332 if test -f "$additional_libdir/lib$name.la"; then
13333 found_la="$additional_libdir/lib$name.la"
13334 fi
13335 fi
13336 fi
13337 fi
13338 if test "X$found_dir" = "X"; then
13339 for x in $LDFLAGS $LTLIBICONV; do
13340
13341 acl_save_prefix="$prefix"
13342 prefix="$acl_final_prefix"
13343 acl_save_exec_prefix="$exec_prefix"
13344 exec_prefix="$acl_final_exec_prefix"
13345 eval x=\"$x\"
13346 exec_prefix="$acl_save_exec_prefix"
13347 prefix="$acl_save_prefix"
13348
13349 case "$x" in
13350 -L*)
13351 dir=`echo "X$x" | sed -e 's/^X-L//'`
13352 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13353 found_dir="$dir"
13354 found_so="$dir/lib$name.$shlibext"
13355 if test -f "$dir/lib$name.la"; then
13356 found_la="$dir/lib$name.la"
13357 fi
13358 else
13359 if test -f "$dir/lib$name.$libext"; then
13360 found_dir="$dir"
13361 found_a="$dir/lib$name.$libext"
13362 if test -f "$dir/lib$name.la"; then
13363 found_la="$dir/lib$name.la"
13364 fi
13365 fi
13366 fi
13367 ;;
13368 esac
13369 if test "X$found_dir" != "X"; then
13370 break
13371 fi
13372 done
13373 fi
13374 if test "X$found_dir" != "X"; then
13375 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13376 if test "X$found_so" != "X"; then
13377 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13378 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13379 else
13380 haveit=
13381 for x in $ltrpathdirs; do
13382 if test "X$x" = "X$found_dir"; then
13383 haveit=yes
13384 break
13385 fi
13386 done
13387 if test -z "$haveit"; then
13388 ltrpathdirs="$ltrpathdirs $found_dir"
13389 fi
13390 if test "$hardcode_direct" = yes; then
13391 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13392 else
13393 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13394 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13395 haveit=
13396 for x in $rpathdirs; do
13397 if test "X$x" = "X$found_dir"; then
13398 haveit=yes
13399 break
13400 fi
13401 done
13402 if test -z "$haveit"; then
13403 rpathdirs="$rpathdirs $found_dir"
13404 fi
13405 else
13406 haveit=
13407 for x in $LDFLAGS $LIBICONV; do
13408
13409 acl_save_prefix="$prefix"
13410 prefix="$acl_final_prefix"
13411 acl_save_exec_prefix="$exec_prefix"
13412 exec_prefix="$acl_final_exec_prefix"
13413 eval x=\"$x\"
13414 exec_prefix="$acl_save_exec_prefix"
13415 prefix="$acl_save_prefix"
13416
13417 if test "X$x" = "X-L$found_dir"; then
13418 haveit=yes
13419 break
13420 fi
13421 done
13422 if test -z "$haveit"; then
13423 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13424 fi
13425 if test "$hardcode_minus_L" != no; then
13426 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13427 else
13428 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13429 fi
13430 fi
13431 fi
13432 fi
13433 else
13434 if test "X$found_a" != "X"; then
13435 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13436 else
13437 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13438 fi
13439 fi
13440 additional_includedir=
13441 case "$found_dir" in
13442 */lib | */lib/)
13443 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13444 additional_includedir="$basedir/include"
13445 ;;
13446 esac
13447 if test "X$additional_includedir" != "X"; then
13448 if test "X$additional_includedir" != "X/usr/include"; then
13449 haveit=
13450 if test "X$additional_includedir" = "X/usr/local/include"; then
13451 if test -n "$GCC"; then
13452 case $host_os in
13453 linux*) haveit=yes;;
13454 esac
13455 fi
13456 fi
13457 if test -z "$haveit"; then
13458 for x in $CPPFLAGS $INCICONV; do
13459
13460 acl_save_prefix="$prefix"
13461 prefix="$acl_final_prefix"
13462 acl_save_exec_prefix="$exec_prefix"
13463 exec_prefix="$acl_final_exec_prefix"
13464 eval x=\"$x\"
13465 exec_prefix="$acl_save_exec_prefix"
13466 prefix="$acl_save_prefix"
13467
13468 if test "X$x" = "X-I$additional_includedir"; then
13469 haveit=yes
13470 break
13471 fi
13472 done
13473 if test -z "$haveit"; then
13474 if test -d "$additional_includedir"; then
13475 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13476 fi
13477 fi
13478 fi
13479 fi
13480 fi
13481 if test -n "$found_la"; then
13482 save_libdir="$libdir"
13483 case "$found_la" in
13484 */* | *\\*) . "$found_la" ;;
13485 *) . "./$found_la" ;;
13486 esac
13487 libdir="$save_libdir"
13488 for dep in $dependency_libs; do
13489 case "$dep" in
13490 -L*)
13491 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13492 if test "X$additional_libdir" != "X/usr/lib"; then
13493 haveit=
13494 if test "X$additional_libdir" = "X/usr/local/lib"; then
13495 if test -n "$GCC"; then
13496 case $host_os in
13497 linux*) haveit=yes;;
13498 esac
13499 fi
13500 fi
13501 if test -z "$haveit"; then
13502 haveit=
13503 for x in $LDFLAGS $LIBICONV; do
13504
13505 acl_save_prefix="$prefix"
13506 prefix="$acl_final_prefix"
13507 acl_save_exec_prefix="$exec_prefix"
13508 exec_prefix="$acl_final_exec_prefix"
13509 eval x=\"$x\"
13510 exec_prefix="$acl_save_exec_prefix"
13511 prefix="$acl_save_prefix"
13512
13513 if test "X$x" = "X-L$additional_libdir"; then
13514 haveit=yes
13515 break
13516 fi
13517 done
13518 if test -z "$haveit"; then
13519 if test -d "$additional_libdir"; then
13520 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13521 fi
13522 fi
13523 haveit=
13524 for x in $LDFLAGS $LTLIBICONV; do
13525
13526 acl_save_prefix="$prefix"
13527 prefix="$acl_final_prefix"
13528 acl_save_exec_prefix="$exec_prefix"
13529 exec_prefix="$acl_final_exec_prefix"
13530 eval x=\"$x\"
13531 exec_prefix="$acl_save_exec_prefix"
13532 prefix="$acl_save_prefix"
13533
13534 if test "X$x" = "X-L$additional_libdir"; then
13535 haveit=yes
13536 break
13537 fi
13538 done
13539 if test -z "$haveit"; then
13540 if test -d "$additional_libdir"; then
13541 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13542 fi
13543 fi
13544 fi
13545 fi
13546 ;;
13547 -R*)
13548 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13549 if test "$enable_rpath" != no; then
13550 haveit=
13551 for x in $rpathdirs; do
13552 if test "X$x" = "X$dir"; then
13553 haveit=yes
13554 break
13555 fi
13556 done
13557 if test -z "$haveit"; then
13558 rpathdirs="$rpathdirs $dir"
13559 fi
13560 haveit=
13561 for x in $ltrpathdirs; do
13562 if test "X$x" = "X$dir"; then
13563 haveit=yes
13564 break
13565 fi
13566 done
13567 if test -z "$haveit"; then
13568 ltrpathdirs="$ltrpathdirs $dir"
13569 fi
13570 fi
13571 ;;
13572 -l*)
13573 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13574 ;;
13575 *.la)
13576 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13577 ;;
13578 *)
13579 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13580 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13581 ;;
13582 esac
13583 done
13584 fi
13585 else
13586 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13587 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13588 fi
13589 fi
13590 fi
13591 done
13592 done
13593 if test "X$rpathdirs" != "X"; then
13594 if test -n "$hardcode_libdir_separator"; then
13595 alldirs=
13596 for found_dir in $rpathdirs; do
13597 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13598 done
13599 acl_save_libdir="$libdir"
13600 libdir="$alldirs"
13601 eval flag=\"$hardcode_libdir_flag_spec\"
13602 libdir="$acl_save_libdir"
13603 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13604 else
13605 for found_dir in $rpathdirs; do
13606 acl_save_libdir="$libdir"
13607 libdir="$found_dir"
13608 eval flag=\"$hardcode_libdir_flag_spec\"
13609 libdir="$acl_save_libdir"
13610 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13611 done
13612 fi
13613 fi
13614 if test "X$ltrpathdirs" != "X"; then
13615 for found_dir in $ltrpathdirs; do
13616 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13617 done
13618 fi
13619
13620
13621
13622
13623
13624
13625
13626 am_save_CPPFLAGS="$CPPFLAGS"
13627
13628 for element in $INCICONV; do
13629 haveit=
13630 for x in $CPPFLAGS; do
13631
13632 acl_save_prefix="$prefix"
13633 prefix="$acl_final_prefix"
13634 acl_save_exec_prefix="$exec_prefix"
13635 exec_prefix="$acl_final_exec_prefix"
13636 eval x=\"$x\"
13637 exec_prefix="$acl_save_exec_prefix"
13638 prefix="$acl_save_prefix"
13639
13640 if test "X$x" = "X$element"; then
13641 haveit=yes
13642 break
13643 fi
13644 done
13645 if test -z "$haveit"; then
13646 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13647 fi
13648 done
13649
13650
81ecdfbb
RW
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13652$as_echo_n "checking for iconv... " >&6; }
13653if test "${am_cv_func_iconv+set}" = set; then :
13654 $as_echo_n "(cached) " >&6
5ba684e2
NC
13655else
13656
13657 am_cv_func_iconv="no, consider installing GNU libiconv"
13658 am_cv_lib_iconv=no
81ecdfbb 13659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13660/* end confdefs.h. */
13661#include <stdlib.h>
13662#include <iconv.h>
13663int
13664main ()
13665{
13666iconv_t cd = iconv_open("","");
13667 iconv(cd,NULL,NULL,NULL,NULL);
13668 iconv_close(cd);
13669 ;
13670 return 0;
13671}
13672_ACEOF
81ecdfbb 13673if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 13674 am_cv_func_iconv=yes
5ba684e2 13675fi
81ecdfbb
RW
13676rm -f core conftest.err conftest.$ac_objext \
13677 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13678 if test "$am_cv_func_iconv" != yes; then
13679 am_save_LIBS="$LIBS"
13680 LIBS="$LIBS $LIBICONV"
81ecdfbb 13681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13682/* end confdefs.h. */
13683#include <stdlib.h>
13684#include <iconv.h>
13685int
13686main ()
13687{
13688iconv_t cd = iconv_open("","");
13689 iconv(cd,NULL,NULL,NULL,NULL);
13690 iconv_close(cd);
13691 ;
13692 return 0;
13693}
13694_ACEOF
81ecdfbb 13695if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
13696 am_cv_lib_iconv=yes
13697 am_cv_func_iconv=yes
5ba684e2 13698fi
81ecdfbb
RW
13699rm -f core conftest.err conftest.$ac_objext \
13700 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13701 LIBS="$am_save_LIBS"
13702 fi
13703
13704fi
81ecdfbb
RW
13705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13706$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
13707 if test "$am_cv_func_iconv" = yes; then
13708
81ecdfbb 13709$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
13710
13711 fi
13712 if test "$am_cv_lib_iconv" = yes; then
81ecdfbb
RW
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13714$as_echo_n "checking how to link with libiconv... " >&6; }
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13716$as_echo "$LIBICONV" >&6; }
5ba684e2
NC
13717 else
13718 CPPFLAGS="$am_save_CPPFLAGS"
13719 LIBICONV=
13720 LTLIBICONV=
13721 fi
13722
13723
13724
13725 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13727$as_echo_n "checking for iconv declaration... " >&6; }
13728 if test "${am_cv_proto_iconv+set}" = set; then :
13729 $as_echo_n "(cached) " >&6
5ba684e2
NC
13730else
13731
81ecdfbb 13732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13733/* end confdefs.h. */
13734
13735#include <stdlib.h>
13736#include <iconv.h>
13737extern
13738#ifdef __cplusplus
13739"C"
13740#endif
13741#if defined(__STDC__) || defined(__cplusplus)
13742size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13743#else
13744size_t iconv();
13745#endif
13746
13747int
13748main ()
13749{
13750
13751 ;
13752 return 0;
13753}
13754_ACEOF
81ecdfbb 13755if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
13756 am_cv_proto_iconv_arg1=""
13757else
81ecdfbb 13758 am_cv_proto_iconv_arg1="const"
5ba684e2 13759fi
81ecdfbb 13760rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
13761 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
13762fi
13763
13764 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 13766 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
13767$as_echo "${ac_t:-
13768 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
13769
13770cat >>confdefs.h <<_ACEOF
13771#define ICONV_CONST $am_cv_proto_iconv_arg1
13772_ACEOF
13773
13774 fi
13775
13776
252b5132
RH
13777all_targets=false
13778BUILD_NLMCONV=
13779NLMCONV_DEFS=
13780BUILD_SRCONV=
13781BUILD_DLLTOOL=
13782DLLTOOL_DEFS=
7aad4c3d 13783DLLTOOL_DEFAULT=
252b5132 13784BUILD_WINDRES=
692ed3e7 13785BUILD_WINDMC=
252b5132
RH
13786BUILD_DLLWRAP=
13787BUILD_MISC=
1d97d67f 13788BUILD_INSTALL_MISC=
8b1e6df3 13789OBJDUMP_DEFS=
252b5132
RH
13790
13791for targ in $target $canon_targets
13792do
13793 if test "x$targ" = "xall"; then
13794 all_targets=true
13795 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13796 BUILD_SRCONV='$(SRCONV_PROG)'
13797 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 13798 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
13799 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13800 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13801 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13802 if test -z "$DLLTOOL_DEFAULT"; then
13803 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13804 fi
13805 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13806 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
252b5132
RH
13807 else
13808 case $targ in
42ecbf5e 13809 i[3-7]86*-*-netware*)
252b5132
RH
13810 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13811 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
13812 ;;
13813 alpha*-*-netware*)
13814 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13815 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
13816 ;;
13817 powerpc*-*-netware*)
13818 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13819 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
13820 ;;
13821 sparc*-*-netware*)
13822 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13823 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
13824 ;;
13825 esac
13826 case $targ in
13827 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
13828 esac
13829 case $targ in
a8c548cb
NC
13830 arm-epoc-pe*)
13831 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13832 if test -z "$DLLTOOL_DEFAULT"; then
13833 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
13834 fi
a8c548cb
NC
13835 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
13836 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13837 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 13838 ;;
361dff73 13839 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 13840 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13841 if test -z "$DLLTOOL_DEFAULT"; then
13842 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
13843 fi
7148cc28
NC
13844 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
13845 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13846 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
13847 ;;
13848 arm-*-pe*)
252b5132 13849 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13850 if test -z "$DLLTOOL_DEFAULT"; then
13851 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13852 fi
252b5132
RH
13853 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13854 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13855 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13856 ;;
27a710e5 13857 thumb-*-pe*)
252b5132 13858 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13859 if test -z "$DLLTOOL_DEFAULT"; then
13860 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13861 fi
252b5132
RH
13862 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13863 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13864 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13865 ;;
42037fe5 13866 x86_64-*-mingw*)
99ad8390 13867 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13868 if test -z "$DLLTOOL_DEFAULT"; then
13869 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
13870 fi
99ad8390
NC
13871 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
13872 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13873 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
13874 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13875 ;;
80c7c40a 13876 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 13877 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13878 if test -z "$DLLTOOL_DEFAULT"; then
13879 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13880 fi
252b5132
RH
13881 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13882 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13883 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 13884 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 13885 ;;
80c7c40a 13886 i[3-7]86-*-interix)
7a7b06ef 13887 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
13888 if test -z "$DLLTOOL_DEFAULT"; then
13889 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13890 fi
7a7b06ef
ILT
13891 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13892 ;;
f0660b73
NC
13893 powerpc*-aix5.[01])
13894 ;;
e5231592 13895 powerpc*-aix[5-9].*)
f0660b73
NC
13896 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
13897 ;;
e1d5b1e7 13898 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 13899 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13900 if test -z "$DLLTOOL_DEFAULT"; then
13901 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
13902 fi
252b5132
RH
13903 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
13904 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13905 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 13906 ;;
59678365 13907 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1d97d67f 13908 BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
669a9a2a 13909 ;;
e1d5b1e7 13910 sh*-*-pe)
8a0e0f38 13911 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13912 if test -z "$DLLTOOL_DEFAULT"; then
13913 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
13914 fi
8a0e0f38
NC
13915 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
13916 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13917 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 13918 ;;
cd14b966 13919 spu-*-*)
1d97d67f 13920 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 13921 ;;
e1d5b1e7 13922 mips*-*-pe)
8a0e0f38 13923 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13924 if test -z "$DLLTOOL_DEFAULT"; then
13925 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
13926 fi
8a0e0f38
NC
13927 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
13928 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13929 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13930 ;;
27a710e5 13931 mcore-*-pe)
661016bb 13932 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13933 if test -z "$DLLTOOL_DEFAULT"; then
13934 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
13935 fi
661016bb
NC
13936 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
13937 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13938 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13939 ;;
27a710e5 13940 mcore-*-elf)
661016bb 13941 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13942 if test -z "$DLLTOOL_DEFAULT"; then
13943 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
13944 fi
661016bb 13945 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 13946 ;;
15ab5209
DB
13947 mep-*)
13948 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
13949 ;;
252b5132
RH
13950 esac
13951 fi
13952done
13953
7aad4c3d
L
13954DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
13955
42ecbf5e
DJ
13956if test "${with_windres+set}" = set; then
13957 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13958fi
13959
692ed3e7
NC
13960if test "${with_windmc+set}" = set; then
13961 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13962fi
13963
13964
42ecbf5e
DJ
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
1d97d67f 13976
42ecbf5e
DJ
13977cat >>confdefs.h <<_ACEOF
13978#define TARGET "${target}"
13979_ACEOF
13980
13981
13982targ=$target
13983. $srcdir/../bfd/config.bfd
13984if test "x$targ_underscore" = "xyes"; then
13985 UNDERSCORE=1
13986else
13987 UNDERSCORE=0
13988fi
13989
13990cat >>confdefs.h <<_ACEOF
13991#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
13992_ACEOF
13993
13994
13995# Emulation
52fbfb5d
AM
13996targ=$target
13997. ${srcdir}/configure.tgt
13998EMULATION=$targ_emul
13999EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14000
14001
14002
14003
108a6f8e
CD
14004# Required for html and install-html
14005
14006
14007
14008
31dd3154 14009
81ecdfbb 14010ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14011
42ecbf5e
DJ
14012cat >confcache <<\_ACEOF
14013# This file is a shell script that caches the results of configure
14014# tests run on this system so they can be shared between configure
14015# scripts and configure runs, see configure's option --config-cache.
14016# It is not useful on other systems. If it contains results you don't
14017# want to keep, you may remove or edit it.
14018#
14019# config.status only pays attention to the cache file if you give it
14020# the --recheck option to rerun configure.
14021#
14022# `ac_cv_env_foo' variables (set or unset) will be overridden when
14023# loading this file, other *unset* `ac_cv_foo' will be assigned the
14024# following values.
14025
14026_ACEOF
14027
14028# The following way of writing the cache mishandles newlines in values,
14029# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14030# So, we kill variables containing newlines.
42ecbf5e
DJ
14031# Ultrix sh set writes to stderr and can't be redirected directly,
14032# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14033(
14034 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14035 eval ac_val=\$$ac_var
14036 case $ac_val in #(
14037 *${as_nl}*)
14038 case $ac_var in #(
14039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14040$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14041 esac
14042 case $ac_var in #(
14043 _ | IFS | as_nl) ;; #(
14044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14045 *) { eval $ac_var=; unset $ac_var;} ;;
14046 esac ;;
14047 esac
14048 done
14049
42ecbf5e 14050 (set) 2>&1 |
81ecdfbb
RW
14051 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14052 *${as_nl}ac_space=\ *)
14053 # `set' does not quote correctly, so add quotes: double-quote
14054 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14055 sed -n \
14056 "s/'/'\\\\''/g;
14057 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14058 ;; #(
42ecbf5e
DJ
14059 *)
14060 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14061 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14062 ;;
81ecdfbb
RW
14063 esac |
14064 sort
14065) |
42ecbf5e 14066 sed '
81ecdfbb 14067 /^ac_cv_env_/b end
42ecbf5e 14068 t clear
81ecdfbb 14069 :clear
42ecbf5e
DJ
14070 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14071 t end
81ecdfbb
RW
14072 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14073 :end' >>confcache
14074if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14075 if test -w "$cache_file"; then
14076 test "x$cache_file" != "x/dev/null" &&
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14078$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14079 cat confcache >$cache_file
14080 else
81ecdfbb
RW
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14082$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14083 fi
14084fi
14085rm -f confcache
14086
14087test "x$prefix" = xNONE && prefix=$ac_default_prefix
14088# Let make expand exec_prefix.
14089test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14090
42ecbf5e
DJ
14091DEFS=-DHAVE_CONFIG_H
14092
14093ac_libobjs=
14094ac_ltlibobjs=
14095for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14096 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14097 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14098 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14099 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14100 # will be set to the directory where LIBOBJS objects are built.
14101 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14102 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14103done
14104LIBOBJS=$ac_libobjs
14105
14106LTLIBOBJS=$ac_ltlibobjs
14107
14108
14109if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14110 as_fn_error "conditional \"AMDEP\" was never defined.
14111Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14112fi
14113if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14114 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14115Usually this means the macro was only invoked conditionally." "$LINENO" 5
14116fi
14117 if test -n "$EXEEXT"; then
14118 am__EXEEXT_TRUE=
14119 am__EXEEXT_FALSE='#'
14120else
14121 am__EXEEXT_TRUE='#'
14122 am__EXEEXT_FALSE=
42ecbf5e 14123fi
81ecdfbb 14124
42ecbf5e 14125if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14126 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14127Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14128fi
d5fbea21 14129if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14130 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14131Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14132fi
42ecbf5e
DJ
14133
14134: ${CONFIG_STATUS=./config.status}
81ecdfbb 14135ac_write_fail=0
42ecbf5e
DJ
14136ac_clean_files_save=$ac_clean_files
14137ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14138{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14139$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14140as_write_fail=0
14141cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14142#! $SHELL
14143# Generated by $as_me.
14144# Run this file to recreate the current configuration.
14145# Compiler output produced by configure, useful for debugging
14146# configure, is in config.log if it exists.
14147
14148debug=false
14149ac_cs_recheck=false
14150ac_cs_silent=false
252b5132 14151
81ecdfbb
RW
14152SHELL=\${CONFIG_SHELL-$SHELL}
14153export SHELL
14154_ASEOF
14155cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14156## -------------------- ##
14157## M4sh Initialization. ##
14158## -------------------- ##
252b5132 14159
81ecdfbb
RW
14160# Be more Bourne compatible
14161DUALCASE=1; export DUALCASE # for MKS sh
14162if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14163 emulate sh
14164 NULLCMD=:
81ecdfbb 14165 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14166 # is contrary to our usage. Disable this feature.
14167 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14168 setopt NO_GLOB_SUBST
14169else
14170 case `(set -o) 2>/dev/null` in #(
14171 *posix*) :
14172 set -o posix ;; #(
14173 *) :
14174 ;;
14175esac
42ecbf5e 14176fi
252b5132 14177
81ecdfbb
RW
14178
14179as_nl='
14180'
14181export as_nl
14182# Printing a long string crashes Solaris 7 /usr/bin/printf.
14183as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14184as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14185as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14186# Prefer a ksh shell builtin over an external printf program on Solaris,
14187# but without wasting forks for bash or zsh.
14188if test -z "$BASH_VERSION$ZSH_VERSION" \
14189 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14190 as_echo='print -r --'
14191 as_echo_n='print -rn --'
14192elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14193 as_echo='printf %s\n'
14194 as_echo_n='printf %s'
14195else
14196 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14197 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14198 as_echo_n='/usr/ucb/echo -n'
14199 else
14200 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14201 as_echo_n_body='eval
14202 arg=$1;
14203 case $arg in #(
14204 *"$as_nl"*)
14205 expr "X$arg" : "X\\(.*\\)$as_nl";
14206 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14207 esac;
14208 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14209 '
14210 export as_echo_n_body
14211 as_echo_n='sh -c $as_echo_n_body as_echo'
14212 fi
14213 export as_echo_body
14214 as_echo='sh -c $as_echo_body as_echo'
14215fi
14216
14217# The user is always right.
14218if test "${PATH_SEPARATOR+set}" != set; then
14219 PATH_SEPARATOR=:
14220 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14221 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14222 PATH_SEPARATOR=';'
14223 }
42ecbf5e 14224fi
252b5132
RH
14225
14226
81ecdfbb
RW
14227# IFS
14228# We need space, tab and new line, in precisely that order. Quoting is
14229# there to prevent editors from complaining about space-tab.
14230# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14231# splitting by setting IFS to empty value.)
14232IFS=" "" $as_nl"
14233
14234# Find who we are. Look in the path if we contain no directory separator.
14235case $0 in #((
14236 *[\\/]* ) as_myself=$0 ;;
14237 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14238for as_dir in $PATH
14239do
14240 IFS=$as_save_IFS
14241 test -z "$as_dir" && as_dir=.
14242 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14243 done
14244IFS=$as_save_IFS
14245
14246 ;;
14247esac
14248# We did not find ourselves, most probably we were run as `sh COMMAND'
14249# in which case we are not to be found in the path.
14250if test "x$as_myself" = x; then
14251 as_myself=$0
14252fi
14253if test ! -f "$as_myself"; then
14254 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14255 exit 1
14256fi
14257
14258# Unset variables that we do not need and which cause bugs (e.g. in
14259# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14260# suppresses any "Segmentation fault" message there. '((' could
14261# trigger a bug in pdksh 5.2.14.
14262for as_var in BASH_ENV ENV MAIL MAILPATH
14263do eval test x\${$as_var+set} = xset \
14264 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14265done
42ecbf5e
DJ
14266PS1='$ '
14267PS2='> '
14268PS4='+ '
252b5132 14269
42ecbf5e 14270# NLS nuisances.
81ecdfbb
RW
14271LC_ALL=C
14272export LC_ALL
14273LANGUAGE=C
14274export LANGUAGE
14275
14276# CDPATH.
14277(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14278
14279
14280# as_fn_error ERROR [LINENO LOG_FD]
14281# ---------------------------------
14282# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14283# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14284# script with status $?, using 1 if that was 0.
14285as_fn_error ()
14286{
14287 as_status=$?; test $as_status -eq 0 && as_status=1
14288 if test "$3"; then
14289 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14290 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14291 fi
81ecdfbb
RW
14292 $as_echo "$as_me: error: $1" >&2
14293 as_fn_exit $as_status
14294} # as_fn_error
14295
14296
14297# as_fn_set_status STATUS
14298# -----------------------
14299# Set $? to STATUS, without forking.
14300as_fn_set_status ()
14301{
14302 return $1
14303} # as_fn_set_status
14304
14305# as_fn_exit STATUS
14306# -----------------
14307# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14308as_fn_exit ()
14309{
14310 set +e
14311 as_fn_set_status $1
14312 exit $1
14313} # as_fn_exit
14314
14315# as_fn_unset VAR
14316# ---------------
14317# Portably unset VAR.
14318as_fn_unset ()
14319{
14320 { eval $1=; unset $1;}
14321}
14322as_unset=as_fn_unset
14323# as_fn_append VAR VALUE
14324# ----------------------
14325# Append the text in VALUE to the end of the definition contained in VAR. Take
14326# advantage of any shell optimizations that allow amortized linear growth over
14327# repeated appends, instead of the typical quadratic growth present in naive
14328# implementations.
14329if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14330 eval 'as_fn_append ()
14331 {
14332 eval $1+=\$2
14333 }'
14334else
14335 as_fn_append ()
14336 {
14337 eval $1=\$$1\$2
14338 }
14339fi # as_fn_append
14340
14341# as_fn_arith ARG...
14342# ------------------
14343# Perform arithmetic evaluation on the ARGs, and store the result in the
14344# global $as_val. Take advantage of shells that can avoid forks. The arguments
14345# must be portable across $(()) and expr.
14346if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14347 eval 'as_fn_arith ()
14348 {
14349 as_val=$(( $* ))
14350 }'
14351else
14352 as_fn_arith ()
14353 {
14354 as_val=`expr "$@" || test $? -eq 1`
14355 }
14356fi # as_fn_arith
14357
252b5132 14358
81ecdfbb
RW
14359if expr a : '\(a\)' >/dev/null 2>&1 &&
14360 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14361 as_expr=expr
14362else
14363 as_expr=false
14364fi
252b5132 14365
81ecdfbb 14366if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
14367 as_basename=basename
14368else
14369 as_basename=false
14370fi
252b5132 14371
81ecdfbb
RW
14372if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14373 as_dirname=dirname
14374else
14375 as_dirname=false
14376fi
8b1e6df3 14377
81ecdfbb 14378as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
14379$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14380 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14381 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14382$as_echo X/"$0" |
14383 sed '/^.*\/\([^/][^/]*\)\/*$/{
14384 s//\1/
14385 q
14386 }
14387 /^X\/\(\/\/\)$/{
14388 s//\1/
14389 q
14390 }
14391 /^X\/\(\/\).*/{
14392 s//\1/
14393 q
14394 }
14395 s/.*/./; q'`
0218d1e4 14396
42ecbf5e
DJ
14397# Avoid depending upon Character Ranges.
14398as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14399as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14400as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14401as_cr_digits='0123456789'
14402as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 14403
81ecdfbb
RW
14404ECHO_C= ECHO_N= ECHO_T=
14405case `echo -n x` in #(((((
14406-n*)
14407 case `echo 'xy\c'` in
14408 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14409 xy) ECHO_C='\c';;
14410 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14411 ECHO_T=' ';;
14412 esac;;
14413*)
14414 ECHO_N='-n';;
42ecbf5e 14415esac
eb1e0e80 14416
81ecdfbb
RW
14417rm -f conf$$ conf$$.exe conf$$.file
14418if test -d conf$$.dir; then
14419 rm -f conf$$.dir/conf$$.file
d15b04bd 14420else
81ecdfbb
RW
14421 rm -f conf$$.dir
14422 mkdir conf$$.dir 2>/dev/null
42ecbf5e 14423fi
81ecdfbb
RW
14424if (echo >conf$$.file) 2>/dev/null; then
14425 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 14426 as_ln_s='ln -s'
81ecdfbb
RW
14427 # ... but there are two gotchas:
14428 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14429 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14430 # In both cases, we have to default to `cp -p'.
14431 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14432 as_ln_s='cp -p'
14433 elif ln conf$$.file conf$$ 2>/dev/null; then
14434 as_ln_s=ln
14435 else
14436 as_ln_s='cp -p'
252b5132 14437 fi
42ecbf5e
DJ
14438else
14439 as_ln_s='cp -p'
252b5132 14440fi
81ecdfbb
RW
14441rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14442rmdir conf$$.dir 2>/dev/null
14443
14444
14445# as_fn_mkdir_p
14446# -------------
14447# Create "$as_dir" as a directory, including parents if necessary.
14448as_fn_mkdir_p ()
14449{
14450
14451 case $as_dir in #(
14452 -*) as_dir=./$as_dir;;
14453 esac
14454 test -d "$as_dir" || eval $as_mkdir_p || {
14455 as_dirs=
14456 while :; do
14457 case $as_dir in #(
14458 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14459 *) as_qdir=$as_dir;;
14460 esac
14461 as_dirs="'$as_qdir' $as_dirs"
14462 as_dir=`$as_dirname -- "$as_dir" ||
14463$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14464 X"$as_dir" : 'X\(//\)[^/]' \| \
14465 X"$as_dir" : 'X\(//\)$' \| \
14466 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14467$as_echo X"$as_dir" |
14468 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14469 s//\1/
14470 q
14471 }
14472 /^X\(\/\/\)[^/].*/{
14473 s//\1/
14474 q
14475 }
14476 /^X\(\/\/\)$/{
14477 s//\1/
14478 q
14479 }
14480 /^X\(\/\).*/{
14481 s//\1/
14482 q
14483 }
14484 s/.*/./; q'`
14485 test -d "$as_dir" && break
14486 done
14487 test -z "$as_dirs" || eval "mkdir $as_dirs"
14488 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14489
252b5132 14490
81ecdfbb 14491} # as_fn_mkdir_p
42ecbf5e 14492if mkdir -p . 2>/dev/null; then
81ecdfbb 14493 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
14494else
14495 test -d ./-p && rmdir ./-p
14496 as_mkdir_p=false
14497fi
81ecdfbb
RW
14498
14499if test -x / >/dev/null 2>&1; then
14500 as_test_x='test -x'
14501else
14502 if ls -dL / >/dev/null 2>&1; then
14503 as_ls_L_option=L
14504 else
14505 as_ls_L_option=
14506 fi
14507 as_test_x='
14508 eval sh -c '\''
14509 if test -d "$1"; then
14510 test -d "$1/.";
14511 else
14512 case $1 in #(
14513 -*)set "./$1";;
14514 esac;
14515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14516 ???[sx]*):;;*)false;;esac;fi
14517 '\'' sh
14518 '
14519fi
14520as_executable_p=$as_test_x
252b5132 14521
42ecbf5e
DJ
14522# Sed expression to map a string onto a valid CPP name.
14523as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14524
14525# Sed expression to map a string onto a valid variable name.
14526as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14527
14528
42ecbf5e 14529exec 6>&1
81ecdfbb
RW
14530## ----------------------------------- ##
14531## Main body of $CONFIG_STATUS script. ##
14532## ----------------------------------- ##
14533_ASEOF
14534test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 14535
81ecdfbb
RW
14536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14537# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 14538# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14539# values after options handling.
14540ac_log="
42ecbf5e 14541This file was extended by $as_me, which was
81ecdfbb 14542generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
14543
14544 CONFIG_FILES = $CONFIG_FILES
14545 CONFIG_HEADERS = $CONFIG_HEADERS
14546 CONFIG_LINKS = $CONFIG_LINKS
14547 CONFIG_COMMANDS = $CONFIG_COMMANDS
14548 $ $0 $@
14549
81ecdfbb
RW
14550on `(hostname || uname -n) 2>/dev/null | sed 1q`
14551"
14552
42ecbf5e
DJ
14553_ACEOF
14554
81ecdfbb
RW
14555case $ac_config_files in *"
14556"*) set x $ac_config_files; shift; ac_config_files=$*;;
14557esac
252b5132 14558
81ecdfbb
RW
14559case $ac_config_headers in *"
14560"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14561esac
e5a52504
MM
14562
14563
81ecdfbb
RW
14564cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14565# Files that config.status was made for.
14566config_files="$ac_config_files"
14567config_headers="$ac_config_headers"
14568config_commands="$ac_config_commands"
d15b04bd 14569
81ecdfbb 14570_ACEOF
42ecbf5e 14571
81ecdfbb 14572cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 14573ac_cs_usage="\
81ecdfbb
RW
14574\`$as_me' instantiates files and other configuration actions
14575from templates according to the current configuration. Unless the files
14576and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 14577
81ecdfbb 14578Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
14579
14580 -h, --help print this help, then exit
81ecdfbb
RW
14581 -V, --version print version number and configuration settings, then exit
14582 -q, --quiet, --silent
14583 do not print progress messages
42ecbf5e
DJ
14584 -d, --debug don't remove temporary files
14585 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14586 --file=FILE[:TEMPLATE]
14587 instantiate the configuration file FILE
14588 --header=FILE[:TEMPLATE]
14589 instantiate the configuration header FILE
42ecbf5e
DJ
14590
14591Configuration files:
14592$config_files
14593
14594Configuration headers:
14595$config_headers
14596
14597Configuration commands:
14598$config_commands
14599
81ecdfbb 14600Report bugs to the package provider."
42ecbf5e 14601
81ecdfbb
RW
14602_ACEOF
14603cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e
DJ
14604ac_cs_version="\\
14605config.status
81ecdfbb
RW
14606configured by $0, generated by GNU Autoconf 2.64,
14607 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 14608
81ecdfbb 14609Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
14610This config.status script is free software; the Free Software Foundation
14611gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14612
14613ac_pwd='$ac_pwd'
14614srcdir='$srcdir'
14615INSTALL='$INSTALL'
14616MKDIR_P='$MKDIR_P'
14617AWK='$AWK'
14618test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
14619_ACEOF
14620
81ecdfbb
RW
14621cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14622# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
14623ac_need_defaults=:
14624while test $# != 0
14625do
14626 case $1 in
14627 --*=*)
81ecdfbb
RW
14628 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14629 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
14630 ac_shift=:
14631 ;;
81ecdfbb 14632 *)
42ecbf5e
DJ
14633 ac_option=$1
14634 ac_optarg=$2
14635 ac_shift=shift
14636 ;;
42ecbf5e
DJ
14637 esac
14638
14639 case $ac_option in
14640 # Handling of the options.
42ecbf5e
DJ
14641 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14642 ac_cs_recheck=: ;;
81ecdfbb
RW
14643 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14644 $as_echo "$ac_cs_version"; exit ;;
14645 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
14646 debug=: ;;
14647 --file | --fil | --fi | --f )
14648 $ac_shift
81ecdfbb
RW
14649 case $ac_optarg in
14650 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14651 esac
14652 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
14653 ac_need_defaults=false;;
14654 --header | --heade | --head | --hea )
14655 $ac_shift
81ecdfbb
RW
14656 case $ac_optarg in
14657 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14658 esac
14659 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 14660 ac_need_defaults=false;;
81ecdfbb
RW
14661 --he | --h)
14662 # Conflict between --help and --header
14663 as_fn_error "ambiguous option: \`$1'
14664Try \`$0 --help' for more information.";;
14665 --help | --hel | -h )
14666 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
14667 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14668 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14669 ac_cs_silent=: ;;
14670
14671 # This is an error.
81ecdfbb
RW
14672 -*) as_fn_error "unrecognized option: \`$1'
14673Try \`$0 --help' for more information." ;;
42ecbf5e 14674
81ecdfbb
RW
14675 *) as_fn_append ac_config_targets " $1"
14676 ac_need_defaults=false ;;
42ecbf5e
DJ
14677
14678 esac
14679 shift
14680done
14681
14682ac_configure_extra_args=
14683
14684if $ac_cs_silent; then
14685 exec 6>/dev/null
14686 ac_configure_extra_args="$ac_configure_extra_args --silent"
14687fi
14688
14689_ACEOF
81ecdfbb 14690cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 14691if \$ac_cs_recheck; then
81ecdfbb
RW
14692 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14693 shift
14694 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14695 CONFIG_SHELL='$SHELL'
14696 export CONFIG_SHELL
14697 exec "\$@"
42ecbf5e
DJ
14698fi
14699
14700_ACEOF
81ecdfbb
RW
14701cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702exec 5>>config.log
14703{
14704 echo
14705 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14706## Running $as_me. ##
14707_ASBOX
14708 $as_echo "$ac_log"
14709} >&5
42ecbf5e 14710
81ecdfbb
RW
14711_ACEOF
14712cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 14713#
81ecdfbb 14714# INIT-COMMANDS
d15b04bd 14715#
42ecbf5e 14716AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
14717
14718
14719# The HP-UX ksh and POSIX shell print the target directory to stdout
14720# if CDPATH is set.
14721(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14722
14723sed_quote_subst='$sed_quote_subst'
14724double_quote_subst='$double_quote_subst'
14725delay_variable_subst='$delay_variable_subst'
3725885a
RW
14726macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14727macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14728enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14729enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14730pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14731enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14732SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14733ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14734host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14735host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14736host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14737build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14738build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14739build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14740SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14741Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14742GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14743EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14744FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14745LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14746NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14747LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14748max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14749ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14750exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14751lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14752lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14753lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14754reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14755reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14756OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14757deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14758file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14759AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14760AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14761STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14762RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14763old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14764old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14765old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14766lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14767CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14768CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14769compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14770GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14771lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14772lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14773lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14774lt_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"`'
14775objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14776MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14777lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14778lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14779lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14780lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14781lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14782need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14783DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14784NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14785LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14786OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14787OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14788libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14789shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14790extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14791archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14792enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14793export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14794whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14795compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14796old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14797old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14798archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14799archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14800module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14801module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14802with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14803allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14804no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14805hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14806hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14807hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14808hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14809hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14810hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14811hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14812hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14813inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14814link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14815fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14816always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14817export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14818exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14819include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14820prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14821file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14822variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14823need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14824need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14825version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14826runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14827shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14828shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14829libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14830library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14831soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14832install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14833postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14834postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14835finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14836finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14837hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14838sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14839sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14840hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14841enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14842enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14843enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14844old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14845striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
14846
14847LTCC='$LTCC'
14848LTCFLAGS='$LTCFLAGS'
14849compiler='$compiler_DEFAULT'
14850
3725885a
RW
14851# A function that is used when there is no print builtin or printf.
14852func_fallback_echo ()
14853{
14854 eval 'cat <<_LTECHO_EOF
14855\$1
14856_LTECHO_EOF'
14857}
14858
d7040cdb 14859# Quote evaled strings.
3725885a
RW
14860for var in SHELL \
14861ECHO \
14862SED \
d7040cdb
SE
14863GREP \
14864EGREP \
14865FGREP \
14866LD \
14867NM \
14868LN_S \
14869lt_SP2NL \
14870lt_NL2SP \
14871reload_flag \
718a6fd8 14872OBJDUMP \
d7040cdb
SE
14873deplibs_check_method \
14874file_magic_cmd \
14875AR \
14876AR_FLAGS \
14877STRIP \
14878RANLIB \
14879CC \
14880CFLAGS \
14881compiler \
14882lt_cv_sys_global_symbol_pipe \
14883lt_cv_sys_global_symbol_to_cdecl \
14884lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 14885lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
14886lt_prog_compiler_no_builtin_flag \
14887lt_prog_compiler_wl \
14888lt_prog_compiler_pic \
14889lt_prog_compiler_static \
14890lt_cv_prog_compiler_c_o \
14891need_locks \
718a6fd8
SE
14892DSYMUTIL \
14893NMEDIT \
14894LIPO \
14895OTOOL \
14896OTOOL64 \
d7040cdb
SE
14897shrext_cmds \
14898export_dynamic_flag_spec \
14899whole_archive_flag_spec \
14900compiler_needs_object \
14901with_gnu_ld \
14902allow_undefined_flag \
14903no_undefined_flag \
14904hardcode_libdir_flag_spec \
14905hardcode_libdir_flag_spec_ld \
14906hardcode_libdir_separator \
14907fix_srcfile_path \
14908exclude_expsyms \
14909include_expsyms \
14910file_list_spec \
14911variables_saved_for_relink \
14912libname_spec \
14913library_names_spec \
14914soname_spec \
3725885a 14915install_override_mode \
d7040cdb
SE
14916finish_eval \
14917old_striplib \
14918striplib; do
3725885a 14919 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 14920 *[\\\\\\\`\\"\\\$]*)
3725885a 14921 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
14922 ;;
14923 *)
14924 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14925 ;;
14926 esac
14927done
14928
14929# Double-quote double-evaled strings.
14930for var in reload_cmds \
14931old_postinstall_cmds \
14932old_postuninstall_cmds \
14933old_archive_cmds \
14934extract_expsyms_cmds \
14935old_archive_from_new_cmds \
14936old_archive_from_expsyms_cmds \
14937archive_cmds \
14938archive_expsym_cmds \
14939module_cmds \
14940module_expsym_cmds \
14941export_symbols_cmds \
14942prelink_cmds \
14943postinstall_cmds \
14944postuninstall_cmds \
14945finish_cmds \
14946sys_lib_search_path_spec \
14947sys_lib_dlsearch_path_spec; do
3725885a 14948 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 14949 *[\\\\\\\`\\"\\\$]*)
3725885a 14950 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
14951 ;;
14952 *)
14953 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14954 ;;
14955 esac
14956done
14957
d7040cdb
SE
14958ac_aux_dir='$ac_aux_dir'
14959xsi_shell='$xsi_shell'
14960lt_shell_append='$lt_shell_append'
14961
14962# See if we are running on zsh, and set the options which allow our
14963# commands through without removal of \ escapes INIT.
14964if test -n "\${ZSH_VERSION+set}" ; then
14965 setopt NO_GLOB_SUBST
14966fi
14967
14968
14969 PACKAGE='$PACKAGE'
14970 VERSION='$VERSION'
14971 TIMESTAMP='$TIMESTAMP'
14972 RM='$RM'
14973 ofile='$ofile'
14974
14975
14976
20e95c23
DJ
14977# Capture the value of obsolete ALL_LINGUAS because we need it to compute
14978 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14979 # from automake.
14980 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14981 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14982 LINGUAS="${LINGUAS-%UNSET%}"
14983
42ecbf5e
DJ
14984
14985_ACEOF
14986
81ecdfbb 14987cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 14988
81ecdfbb 14989# Handling of arguments.
42ecbf5e 14990for ac_config_target in $ac_config_targets
252b5132 14991do
81ecdfbb
RW
14992 case $ac_config_target in
14993 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14994 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14995 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14996 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14997 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14998 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14999 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15000
15001 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15002 esac
252b5132
RH
15003done
15004
81ecdfbb 15005
42ecbf5e
DJ
15006# If the user did not use the arguments to specify the items to instantiate,
15007# then the envvar interface is used. Set only those that are not.
15008# We use the long form for the default assignment because of an extremely
15009# bizarre bug on SunOS 4.1.3.
15010if $ac_need_defaults; then
15011 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15012 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15013 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15014fi
15015
15016# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15017# simply because there is no reason against having it here, and in addition,
42ecbf5e 15018# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15019# Hook for its removal unless debugging.
15020# Note that there is a small window in which the directory will not be cleaned:
15021# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15022$debug ||
15023{
81ecdfbb
RW
15024 tmp=
15025 trap 'exit_status=$?
15026 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15027' 0
15028 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15029}
42ecbf5e 15030# Create a (secure) tmp directory for tmp files.
e5a52504 15031
42ecbf5e 15032{
81ecdfbb 15033 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15034 test -n "$tmp" && test -d "$tmp"
15035} ||
15036{
81ecdfbb
RW
15037 tmp=./conf$$-$RANDOM
15038 (umask 077 && mkdir "$tmp")
15039} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15040
15041# Set up the scripts for CONFIG_FILES section.
15042# No need to generate them if there are no CONFIG_FILES.
15043# This happens for instance with `./config.status config.h'.
15044if test -n "$CONFIG_FILES"; then
15045
15046
15047ac_cr=`echo X | tr X '\015'`
15048# On cygwin, bash can eat \r inside `` if the user requested igncr.
15049# But we know of no other shell where ac_cr would be empty at this
15050# point, so we can use a bashism as a fallback.
15051if test "x$ac_cr" = x; then
15052 eval ac_cr=\$\'\\r\'
15053fi
15054ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15055if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15056 ac_cs_awk_cr='\r'
15057else
15058 ac_cs_awk_cr=$ac_cr
15059fi
15060
15061echo 'BEGIN {' >"$tmp/subs1.awk" &&
15062_ACEOF
15063
15064
15065{
15066 echo "cat >conf$$subs.awk <<_ACEOF" &&
15067 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15068 echo "_ACEOF"
15069} >conf$$subs.sh ||
15070 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15071ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15072ac_delim='%!_!# '
15073for ac_last_try in false false false false false :; do
15074 . ./conf$$subs.sh ||
15075 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15076
15077 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15078 if test $ac_delim_n = $ac_delim_num; then
15079 break
15080 elif $ac_last_try; then
15081 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15082 else
15083 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15084 fi
15085done
15086rm -f conf$$subs.sh
15087
15088cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15089cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15090_ACEOF
15091sed -n '
15092h
15093s/^/S["/; s/!.*/"]=/
15094p
15095g
15096s/^[^!]*!//
15097:repl
15098t repl
15099s/'"$ac_delim"'$//
15100t delim
15101:nl
15102h
15103s/\(.\{148\}\).*/\1/
15104t more1
15105s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15106p
15107n
15108b repl
15109:more1
15110s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15111p
15112g
15113s/.\{148\}//
15114t nl
15115:delim
15116h
15117s/\(.\{148\}\).*/\1/
15118t more2
15119s/["\\]/\\&/g; s/^/"/; s/$/"/
15120p
15121b
15122:more2
15123s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15124p
15125g
15126s/.\{148\}//
15127t delim
15128' <conf$$subs.awk | sed '
15129/^[^""]/{
15130 N
15131 s/\n//
15132}
15133' >>$CONFIG_STATUS || ac_write_fail=1
15134rm -f conf$$subs.awk
15135cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15136_ACAWK
15137cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15138 for (key in S) S_is_set[key] = 1
15139 FS = "\a"
15140
15141}
42ecbf5e 15142{
81ecdfbb
RW
15143 line = $ 0
15144 nfields = split(line, field, "@")
15145 substed = 0
15146 len = length(field[1])
15147 for (i = 2; i < nfields; i++) {
15148 key = field[i]
15149 keylen = length(key)
15150 if (S_is_set[key]) {
15151 value = S[key]
15152 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15153 len += length(value) + length(field[++i])
15154 substed = 1
15155 } else
15156 len += 1 + keylen
15157 }
15158
15159 print line
42ecbf5e
DJ
15160}
15161
81ecdfbb
RW
15162_ACAWK
15163_ACEOF
15164cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15165if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15166 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15167else
15168 cat
15169fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15170 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15171_ACEOF
15172
81ecdfbb
RW
15173# VPATH may cause trouble with some makes, so we remove $(srcdir),
15174# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15175# trailing colons and then remove the whole line if VPATH becomes empty
15176# (actually we leave an empty line to preserve line numbers).
15177if test "x$srcdir" = x.; then
15178 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15179s/:*\$(srcdir):*/:/
15180s/:*\${srcdir}:*/:/
15181s/:*@srcdir@:*/:/
15182s/^\([^=]*=[ ]*\):*/\1/
15183s/:*$//
15184s/^[^=]*=[ ]*$//
15185}'
15186fi
e5a52504 15187
81ecdfbb
RW
15188cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15189fi # test -n "$CONFIG_FILES"
252b5132 15190
81ecdfbb
RW
15191# Set up the scripts for CONFIG_HEADERS section.
15192# No need to generate them if there are no CONFIG_HEADERS.
15193# This happens for instance with `./config.status Makefile'.
15194if test -n "$CONFIG_HEADERS"; then
15195cat >"$tmp/defines.awk" <<\_ACAWK ||
15196BEGIN {
42ecbf5e
DJ
15197_ACEOF
15198
81ecdfbb
RW
15199# Transform confdefs.h into an awk script `defines.awk', embedded as
15200# here-document in config.status, that substitutes the proper values into
15201# config.h.in to produce config.h.
15202
15203# Create a delimiter string that does not exist in confdefs.h, to ease
15204# handling of long lines.
15205ac_delim='%!_!# '
15206for ac_last_try in false false :; do
15207 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15208 if test -z "$ac_t"; then
15209 break
15210 elif $ac_last_try; then
15211 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15212 else
15213 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15214 fi
81ecdfbb 15215done
252b5132 15216
81ecdfbb
RW
15217# For the awk script, D is an array of macro values keyed by name,
15218# likewise P contains macro parameters if any. Preserve backslash
15219# newline sequences.
15220
15221ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15222sed -n '
15223s/.\{148\}/&'"$ac_delim"'/g
15224t rset
15225:rset
15226s/^[ ]*#[ ]*define[ ][ ]*/ /
15227t def
15228d
15229:def
15230s/\\$//
15231t bsnl
15232s/["\\]/\\&/g
15233s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15234D["\1"]=" \3"/p
15235s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15236d
15237:bsnl
15238s/["\\]/\\&/g
15239s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15240D["\1"]=" \3\\\\\\n"\\/p
15241t cont
15242s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15243t cont
15244d
15245:cont
15246n
15247s/.\{148\}/&'"$ac_delim"'/g
15248t clear
15249:clear
15250s/\\$//
15251t bsnlc
15252s/["\\]/\\&/g; s/^/"/; s/$/"/p
15253d
15254:bsnlc
15255s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15256b cont
15257' <confdefs.h | sed '
15258s/'"$ac_delim"'/"\\\
15259"/g' >>$CONFIG_STATUS || ac_write_fail=1
15260
15261cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15262 for (key in D) D_is_set[key] = 1
15263 FS = "\a"
15264}
15265/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15266 line = \$ 0
15267 split(line, arg, " ")
15268 if (arg[1] == "#") {
15269 defundef = arg[2]
15270 mac1 = arg[3]
15271 } else {
15272 defundef = substr(arg[1], 2)
15273 mac1 = arg[2]
15274 }
15275 split(mac1, mac2, "(") #)
15276 macro = mac2[1]
15277 prefix = substr(line, 1, index(line, defundef) - 1)
15278 if (D_is_set[macro]) {
15279 # Preserve the white space surrounding the "#".
15280 print prefix "define", macro P[macro] D[macro]
15281 next
15282 } else {
15283 # Replace #undef with comments. This is necessary, for example,
15284 # in the case of _POSIX_SOURCE, which is predefined and required
15285 # on some systems where configure will not decide to define it.
15286 if (defundef == "undef") {
15287 print "/*", prefix defundef, macro, "*/"
15288 next
15289 }
15290 }
15291}
15292{ print }
15293_ACAWK
42ecbf5e 15294_ACEOF
81ecdfbb
RW
15295cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15296 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15297fi # test -n "$CONFIG_HEADERS"
15298
15299
15300eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15301shift
15302for ac_tag
15303do
15304 case $ac_tag in
15305 :[FHLC]) ac_mode=$ac_tag; continue;;
15306 esac
15307 case $ac_mode$ac_tag in
15308 :[FHL]*:*);;
15309 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15310 :[FH]-) ac_tag=-:-;;
15311 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15312 esac
15313 ac_save_IFS=$IFS
15314 IFS=:
15315 set x $ac_tag
15316 IFS=$ac_save_IFS
15317 shift
15318 ac_file=$1
15319 shift
15320
15321 case $ac_mode in
15322 :L) ac_source=$1;;
15323 :[FH])
15324 ac_file_inputs=
15325 for ac_f
15326 do
15327 case $ac_f in
15328 -) ac_f="$tmp/stdin";;
15329 *) # Look for the file first in the build tree, then in the source tree
15330 # (if the path is not absolute). The absolute path cannot be DOS-style,
15331 # because $ac_f cannot contain `:'.
15332 test -f "$ac_f" ||
15333 case $ac_f in
15334 [\\/$]*) false;;
15335 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15336 esac ||
15337 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15338 esac
15339 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15340 as_fn_append ac_file_inputs " '$ac_f'"
15341 done
15342
15343 # Let's still pretend it is `configure' which instantiates (i.e., don't
15344 # use $as_me), people would be surprised to read:
15345 # /* config.h. Generated by config.status. */
15346 configure_input='Generated from '`
15347 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15348 `' by configure.'
15349 if test x"$ac_file" != x-; then
15350 configure_input="$ac_file. $configure_input"
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15352$as_echo "$as_me: creating $ac_file" >&6;}
15353 fi
15354 # Neutralize special characters interpreted by sed in replacement strings.
15355 case $configure_input in #(
15356 *\&* | *\|* | *\\* )
15357 ac_sed_conf_input=`$as_echo "$configure_input" |
15358 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15359 *) ac_sed_conf_input=$configure_input;;
15360 esac
15361
15362 case $ac_tag in
15363 *:-:* | *:-) cat >"$tmp/stdin" \
15364 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15365 esac
15366 ;;
252b5132
RH
15367 esac
15368
81ecdfbb 15369 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
15370$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15371 X"$ac_file" : 'X\(//\)[^/]' \| \
15372 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15373 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15374$as_echo X"$ac_file" |
15375 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15376 s//\1/
15377 q
15378 }
15379 /^X\(\/\/\)[^/].*/{
15380 s//\1/
15381 q
15382 }
15383 /^X\(\/\/\)$/{
15384 s//\1/
15385 q
15386 }
15387 /^X\(\/\).*/{
15388 s//\1/
15389 q
15390 }
15391 s/.*/./; q'`
15392 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 15393 ac_builddir=.
e5a52504 15394
81ecdfbb
RW
15395case "$ac_dir" in
15396.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15397*)
15398 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15399 # A ".." for each directory in $ac_dir_suffix.
15400 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15401 case $ac_top_builddir_sub in
15402 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15403 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15404 esac ;;
15405esac
15406ac_abs_top_builddir=$ac_pwd
15407ac_abs_builddir=$ac_pwd$ac_dir_suffix
15408# for backward compatibility:
15409ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
15410
15411case $srcdir in
81ecdfbb 15412 .) # We are building in place.
42ecbf5e 15413 ac_srcdir=.
81ecdfbb
RW
15414 ac_top_srcdir=$ac_top_builddir_sub
15415 ac_abs_top_srcdir=$ac_pwd ;;
15416 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 15417 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15418 ac_top_srcdir=$srcdir
15419 ac_abs_top_srcdir=$srcdir ;;
15420 *) # Relative name.
15421 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15422 ac_top_srcdir=$ac_top_build_prefix$srcdir
15423 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 15424esac
81ecdfbb 15425ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15426
e5a52504 15427
81ecdfbb
RW
15428 case $ac_mode in
15429 :F)
15430 #
15431 # CONFIG_FILE
15432 #
42ecbf5e
DJ
15433
15434 case $INSTALL in
15435 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15436 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15437 esac
15438 ac_MKDIR_P=$MKDIR_P
15439 case $MKDIR_P in
15440 [\\/$]* | ?:[\\/]* ) ;;
15441 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 15442 esac
81ecdfbb 15443_ACEOF
e5a52504 15444
81ecdfbb
RW
15445cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15446# If the template does not know about datarootdir, expand it.
15447# FIXME: This hack should be removed a few years after 2.60.
15448ac_datarootdir_hack=; ac_datarootdir_seen=
15449ac_sed_dataroot='
15450/datarootdir/ {
15451 p
15452 q
15453}
15454/@datadir@/p
15455/@docdir@/p
15456/@infodir@/p
15457/@localedir@/p
15458/@mandir@/p'
15459case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15460*datarootdir*) ac_datarootdir_seen=yes;;
15461*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15463$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15464_ACEOF
15465cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15466 ac_datarootdir_hack='
15467 s&@datadir@&$datadir&g
15468 s&@docdir@&$docdir&g
15469 s&@infodir@&$infodir&g
15470 s&@localedir@&$localedir&g
15471 s&@mandir@&$mandir&g
15472 s&\\\${datarootdir}&$datarootdir&g' ;;
15473esac
42ecbf5e 15474_ACEOF
81ecdfbb
RW
15475
15476# Neutralize VPATH when `$srcdir' = `.'.
15477# Shell code in configure.ac might set extrasub.
15478# FIXME: do we really want to maintain this feature?
15479cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
15481$extrasub
15482_ACEOF
81ecdfbb 15483cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
15484:t
15485/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15486s|@configure_input@|$ac_sed_conf_input|;t t
15487s&@top_builddir@&$ac_top_builddir_sub&;t t
15488s&@top_build_prefix@&$ac_top_build_prefix&;t t
15489s&@srcdir@&$ac_srcdir&;t t
15490s&@abs_srcdir@&$ac_abs_srcdir&;t t
15491s&@top_srcdir@&$ac_top_srcdir&;t t
15492s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15493s&@builddir@&$ac_builddir&;t t
15494s&@abs_builddir@&$ac_abs_builddir&;t t
15495s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15496s&@INSTALL@&$ac_INSTALL&;t t
15497s&@MKDIR_P@&$ac_MKDIR_P&;t t
15498$ac_datarootdir_hack
15499"
15500eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15501 || as_fn_error "could not create $ac_file" "$LINENO" 5
15502
15503test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15504 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15505 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15507which seems to be undefined. Please make sure it is defined." >&5
15508$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15509which seems to be undefined. Please make sure it is defined." >&2;}
15510
15511 rm -f "$tmp/stdin"
42ecbf5e 15512 case $ac_file in
81ecdfbb
RW
15513 -) cat "$tmp/out" && rm -f "$tmp/out";;
15514 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15515 esac \
15516 || as_fn_error "could not create $ac_file" "$LINENO" 5
15517 ;;
15518 :H)
15519 #
15520 # CONFIG_HEADER
15521 #
42ecbf5e 15522 if test x"$ac_file" != x-; then
81ecdfbb
RW
15523 {
15524 $as_echo "/* $configure_input */" \
15525 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15526 } >"$tmp/config.h" \
15527 || as_fn_error "could not create $ac_file" "$LINENO" 5
15528 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15529 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15530$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 15531 else
81ecdfbb
RW
15532 rm -f "$ac_file"
15533 mv "$tmp/config.h" "$ac_file" \
15534 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 15535 fi
42ecbf5e 15536 else
81ecdfbb
RW
15537 $as_echo "/* $configure_input */" \
15538 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15539 || as_fn_error "could not create -" "$LINENO" 5
252b5132 15540 fi
81ecdfbb
RW
15541# Compute "$ac_file"'s index in $config_headers.
15542_am_arg="$ac_file"
42ecbf5e
DJ
15543_am_stamp_count=1
15544for _am_header in $config_headers :; do
15545 case $_am_header in
81ecdfbb 15546 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
15547 break ;;
15548 * )
15549 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15550 esac
15551done
81ecdfbb
RW
15552echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15553$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15554 X"$_am_arg" : 'X\(//\)[^/]' \| \
15555 X"$_am_arg" : 'X\(//\)$' \| \
15556 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15557$as_echo X"$_am_arg" |
15558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15559 s//\1/
15560 q
15561 }
15562 /^X\(\/\/\)[^/].*/{
15563 s//\1/
15564 q
15565 }
15566 /^X\(\/\/\)$/{
15567 s//\1/
15568 q
15569 }
15570 /^X\(\/\).*/{
15571 s//\1/
15572 q
15573 }
15574 s/.*/./; q'`/stamp-h$_am_stamp_count
15575 ;;
42ecbf5e 15576
81ecdfbb
RW
15577 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15578$as_echo "$as_me: executing $ac_file commands" >&6;}
15579 ;;
15580 esac
e5a52504 15581
42ecbf5e 15582
81ecdfbb
RW
15583 case $ac_file$ac_mode in
15584 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15585 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15586 # are listed without --file. Let's play safe and only enable the eval
15587 # if we detect the quoting.
15588 case $CONFIG_FILES in
15589 *\'*) eval set x "$CONFIG_FILES" ;;
15590 *) set x $CONFIG_FILES ;;
15591 esac
15592 shift
15593 for mf
15594 do
15595 # Strip MF so we end up with the name of the file.
15596 mf=`echo "$mf" | sed -e 's/:.*$//'`
15597 # Check whether this is an Automake generated Makefile or not.
15598 # We used to match only the files named `Makefile.in', but
15599 # some people rename them; so instead we look at the file content.
15600 # Grep'ing the first line is not enough: some people post-process
15601 # each Makefile.in and add a new line on top of each file to say so.
15602 # Grep'ing the whole file is not good either: AIX grep has a line
15603 # limit of 2048, but all sed's we know have understand at least 4000.
15604 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15605 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
15606$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15607 X"$mf" : 'X\(//\)[^/]' \| \
15608 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
15609 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15610$as_echo X"$mf" |
15611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15612 s//\1/
15613 q
15614 }
15615 /^X\(\/\/\)[^/].*/{
15616 s//\1/
15617 q
15618 }
15619 /^X\(\/\/\)$/{
15620 s//\1/
15621 q
15622 }
15623 /^X\(\/\).*/{
15624 s//\1/
15625 q
15626 }
15627 s/.*/./; q'`
15628 else
15629 continue
15630 fi
15631 # Extract the definition of DEPDIR, am__include, and am__quote
15632 # from the Makefile without running `make'.
15633 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15634 test -z "$DEPDIR" && continue
15635 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15636 test -z "am__include" && continue
15637 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15638 # When using ansi2knr, U may be empty or an underscore; expand it
15639 U=`sed -n 's/^U = //p' < "$mf"`
15640 # Find all dependency output files, they are included files with
15641 # $(DEPDIR) in their names. We invoke sed twice because it is the
15642 # simplest approach to changing $(DEPDIR) to its actual value in the
15643 # expansion.
15644 for file in `sed -n "
15645 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15646 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15647 # Make sure the directory exists.
15648 test -f "$dirpart/$file" && continue
15649 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
15650$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15651 X"$file" : 'X\(//\)[^/]' \| \
15652 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
15653 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15654$as_echo X"$file" |
15655 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15656 s//\1/
15657 q
15658 }
15659 /^X\(\/\/\)[^/].*/{
15660 s//\1/
15661 q
15662 }
15663 /^X\(\/\/\)$/{
15664 s//\1/
15665 q
15666 }
15667 /^X\(\/\).*/{
15668 s//\1/
15669 q
15670 }
15671 s/.*/./; q'`
15672 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15673 # echo "creating $dirpart/$file"
15674 echo '# dummy' > "$dirpart/$file"
42ecbf5e 15675 done
42ecbf5e 15676 done
81ecdfbb 15677}
d7040cdb 15678 ;;
81ecdfbb 15679 "libtool":C)
d7040cdb
SE
15680
15681 # See if we are running on zsh, and set the options which allow our
15682 # commands through without removal of \ escapes.
15683 if test -n "${ZSH_VERSION+set}" ; then
15684 setopt NO_GLOB_SUBST
15685 fi
15686
15687 cfgfile="${ofile}T"
15688 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15689 $RM "$cfgfile"
15690
15691 cat <<_LT_EOF >> "$cfgfile"
15692#! $SHELL
15693
15694# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 15695# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
15696# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15697# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15698#
718a6fd8 15699# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 15700# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 15701# Written by Gordon Matzigkeit, 1996
d7040cdb 15702#
718a6fd8 15703# This file is part of GNU Libtool.
d7040cdb 15704#
718a6fd8
SE
15705# GNU Libtool is free software; you can redistribute it and/or
15706# modify it under the terms of the GNU General Public License as
15707# published by the Free Software Foundation; either version 2 of
15708# the License, or (at your option) any later version.
d7040cdb 15709#
718a6fd8
SE
15710# As a special exception to the GNU General Public License,
15711# if you distribute this file as part of a program or library that
15712# is built using GNU Libtool, you may include this file under the
15713# same distribution terms that you use for the rest of that program.
d7040cdb 15714#
718a6fd8
SE
15715# GNU Libtool is distributed in the hope that it will be useful,
15716# but WITHOUT ANY WARRANTY; without even the implied warranty of
15717# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15718# GNU General Public License for more details.
d7040cdb 15719#
718a6fd8
SE
15720# You should have received a copy of the GNU General Public License
15721# along with GNU Libtool; see the file COPYING. If not, a copy
15722# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15723# obtained by writing to the Free Software Foundation, Inc.,
15724# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
15725
15726
15727# The names of the tagged configurations supported by this script.
15728available_tags=""
15729
15730# ### BEGIN LIBTOOL CONFIG
15731
15732# Which release of libtool.m4 was used?
15733macro_version=$macro_version
15734macro_revision=$macro_revision
15735
15736# Whether or not to build shared libraries.
15737build_libtool_libs=$enable_shared
15738
15739# Whether or not to build static libraries.
15740build_old_libs=$enable_static
15741
15742# What type of objects to build.
15743pic_mode=$pic_mode
15744
15745# Whether or not to optimize for fast installation.
15746fast_install=$enable_fast_install
15747
3725885a
RW
15748# Shell to use when invoking shell scripts.
15749SHELL=$lt_SHELL
15750
15751# An echo program that protects backslashes.
15752ECHO=$lt_ECHO
15753
d7040cdb
SE
15754# The host system.
15755host_alias=$host_alias
15756host=$host
15757host_os=$host_os
15758
15759# The build system.
15760build_alias=$build_alias
15761build=$build
15762build_os=$build_os
15763
15764# A sed program that does not truncate output.
15765SED=$lt_SED
15766
15767# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15768Xsed="\$SED -e 1s/^X//"
15769
15770# A grep program that handles long lines.
15771GREP=$lt_GREP
15772
15773# An ERE matcher.
15774EGREP=$lt_EGREP
15775
15776# A literal string matcher.
15777FGREP=$lt_FGREP
15778
15779# A BSD- or MS-compatible name lister.
15780NM=$lt_NM
15781
15782# Whether we need soft or hard links.
15783LN_S=$lt_LN_S
15784
15785# What is the maximum length of a command?
15786max_cmd_len=$max_cmd_len
15787
15788# Object file suffix (normally "o").
15789objext=$ac_objext
15790
15791# Executable file suffix (normally "").
15792exeext=$exeext
15793
15794# whether the shell understands "unset".
15795lt_unset=$lt_unset
15796
15797# turn spaces into newlines.
15798SP2NL=$lt_lt_SP2NL
15799
15800# turn newlines into spaces.
15801NL2SP=$lt_lt_NL2SP
15802
718a6fd8
SE
15803# An object symbol dumper.
15804OBJDUMP=$lt_OBJDUMP
15805
d7040cdb
SE
15806# Method to check whether dependent libraries are shared objects.
15807deplibs_check_method=$lt_deplibs_check_method
15808
15809# Command to use when deplibs_check_method == "file_magic".
15810file_magic_cmd=$lt_file_magic_cmd
15811
15812# The archiver.
15813AR=$lt_AR
15814AR_FLAGS=$lt_AR_FLAGS
15815
15816# A symbol stripping program.
15817STRIP=$lt_STRIP
15818
15819# Commands used to install an old-style archive.
15820RANLIB=$lt_RANLIB
15821old_postinstall_cmds=$lt_old_postinstall_cmds
15822old_postuninstall_cmds=$lt_old_postuninstall_cmds
15823
3725885a
RW
15824# Whether to use a lock for old archive extraction.
15825lock_old_archive_extraction=$lock_old_archive_extraction
15826
d7040cdb
SE
15827# A C compiler.
15828LTCC=$lt_CC
15829
15830# LTCC compiler flags.
15831LTCFLAGS=$lt_CFLAGS
15832
15833# Take the output of nm and produce a listing of raw symbols and C names.
15834global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15835
15836# Transform the output of nm in a proper C declaration.
15837global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15838
15839# Transform the output of nm in a C name address pair.
15840global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15841
718a6fd8
SE
15842# Transform the output of nm in a C name address pair when lib prefix is needed.
15843global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15844
d7040cdb
SE
15845# The name of the directory that contains temporary libtool files.
15846objdir=$objdir
15847
d7040cdb
SE
15848# Used to examine libraries when file_magic_cmd begins with "file".
15849MAGIC_CMD=$MAGIC_CMD
15850
15851# Must we lock files when doing compilation?
15852need_locks=$lt_need_locks
15853
718a6fd8
SE
15854# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15855DSYMUTIL=$lt_DSYMUTIL
15856
15857# Tool to change global to local symbols on Mac OS X.
15858NMEDIT=$lt_NMEDIT
15859
15860# Tool to manipulate fat objects and archives on Mac OS X.
15861LIPO=$lt_LIPO
15862
15863# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15864OTOOL=$lt_OTOOL
15865
15866# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15867OTOOL64=$lt_OTOOL64
15868
d7040cdb
SE
15869# Old archive suffix (normally "a").
15870libext=$libext
15871
15872# Shared library suffix (normally ".so").
15873shrext_cmds=$lt_shrext_cmds
15874
15875# The commands to extract the exported symbol list from a shared archive.
15876extract_expsyms_cmds=$lt_extract_expsyms_cmds
15877
15878# Variables whose values should be saved in libtool wrapper scripts and
15879# restored at link time.
15880variables_saved_for_relink=$lt_variables_saved_for_relink
15881
15882# Do we need the "lib" prefix for modules?
15883need_lib_prefix=$need_lib_prefix
15884
15885# Do we need a version for libraries?
15886need_version=$need_version
15887
15888# Library versioning type.
15889version_type=$version_type
15890
15891# Shared library runtime path variable.
15892runpath_var=$runpath_var
15893
15894# Shared library path variable.
15895shlibpath_var=$shlibpath_var
15896
15897# Is shlibpath searched before the hard-coded library search path?
15898shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15899
15900# Format of library name prefix.
15901libname_spec=$lt_libname_spec
15902
15903# List of archive names. First name is the real one, the rest are links.
15904# The last name is the one that the linker finds with -lNAME
15905library_names_spec=$lt_library_names_spec
15906
15907# The coded name of the library, if different from the real name.
15908soname_spec=$lt_soname_spec
15909
3725885a
RW
15910# Permission mode override for installation of shared libraries.
15911install_override_mode=$lt_install_override_mode
15912
d7040cdb
SE
15913# Command to use after installation of a shared archive.
15914postinstall_cmds=$lt_postinstall_cmds
15915
15916# Command to use after uninstallation of a shared archive.
15917postuninstall_cmds=$lt_postuninstall_cmds
15918
15919# Commands used to finish a libtool library installation in a directory.
15920finish_cmds=$lt_finish_cmds
15921
15922# As "finish_cmds", except a single script fragment to be evaled but
15923# not shown.
15924finish_eval=$lt_finish_eval
15925
15926# Whether we should hardcode library paths into libraries.
15927hardcode_into_libs=$hardcode_into_libs
15928
15929# Compile-time system search path for libraries.
15930sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15931
15932# Run-time system search path for libraries.
15933sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15934
15935# Whether dlopen is supported.
15936dlopen_support=$enable_dlopen
15937
15938# Whether dlopen of programs is supported.
15939dlopen_self=$enable_dlopen_self
15940
15941# Whether dlopen of statically linked programs is supported.
15942dlopen_self_static=$enable_dlopen_self_static
15943
15944# Commands to strip libraries.
15945old_striplib=$lt_old_striplib
15946striplib=$lt_striplib
15947
15948
15949# The linker used to build libraries.
15950LD=$lt_LD
15951
3725885a
RW
15952# How to create reloadable object files.
15953reload_flag=$lt_reload_flag
15954reload_cmds=$lt_reload_cmds
15955
d7040cdb
SE
15956# Commands used to build an old-style archive.
15957old_archive_cmds=$lt_old_archive_cmds
15958
15959# A language specific compiler.
15960CC=$lt_compiler
15961
15962# Is the compiler the GNU compiler?
15963with_gcc=$GCC
15964
15965# Compiler flag to turn off builtin functions.
15966no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15967
15968# How to pass a linker flag through the compiler.
15969wl=$lt_lt_prog_compiler_wl
15970
15971# Additional compiler flags for building library objects.
15972pic_flag=$lt_lt_prog_compiler_pic
15973
15974# Compiler flag to prevent dynamic linking.
15975link_static_flag=$lt_lt_prog_compiler_static
15976
15977# Does compiler simultaneously support -c and -o options?
15978compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15979
15980# Whether or not to add -lc for building shared libraries.
15981build_libtool_need_lc=$archive_cmds_need_lc
15982
15983# Whether or not to disallow shared libs when runtime libs are static.
15984allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15985
15986# Compiler flag to allow reflexive dlopens.
15987export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15988
15989# Compiler flag to generate shared objects directly from archives.
15990whole_archive_flag_spec=$lt_whole_archive_flag_spec
15991
15992# Whether the compiler copes with passing no objects directly.
15993compiler_needs_object=$lt_compiler_needs_object
15994
15995# Create an old-style archive from a shared archive.
15996old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15997
15998# Create a temporary old-style archive to link instead of a shared archive.
15999old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16000
16001# Commands used to build a shared archive.
16002archive_cmds=$lt_archive_cmds
16003archive_expsym_cmds=$lt_archive_expsym_cmds
16004
16005# Commands used to build a loadable module if different from building
16006# a shared archive.
16007module_cmds=$lt_module_cmds
16008module_expsym_cmds=$lt_module_expsym_cmds
16009
16010# Whether we are building with GNU ld or not.
16011with_gnu_ld=$lt_with_gnu_ld
16012
16013# Flag that allows shared libraries with undefined symbols to be built.
16014allow_undefined_flag=$lt_allow_undefined_flag
16015
16016# Flag that enforces no undefined symbols.
16017no_undefined_flag=$lt_no_undefined_flag
16018
16019# Flag to hardcode \$libdir into a binary during linking.
16020# This must work even if \$libdir does not exist
16021hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16022
16023# If ld is used when linking, flag to hardcode \$libdir into a binary
16024# during linking. This must work even if \$libdir does not exist.
16025hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16026
16027# Whether we need a single "-rpath" flag with a separated argument.
16028hardcode_libdir_separator=$lt_hardcode_libdir_separator
16029
16030# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16031# DIR into the resulting binary.
16032hardcode_direct=$hardcode_direct
16033
16034# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16035# DIR into the resulting binary and the resulting library dependency is
16036# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16037# library is relocated.
16038hardcode_direct_absolute=$hardcode_direct_absolute
16039
16040# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16041# into the resulting binary.
16042hardcode_minus_L=$hardcode_minus_L
16043
16044# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16045# into the resulting binary.
16046hardcode_shlibpath_var=$hardcode_shlibpath_var
16047
16048# Set to "yes" if building a shared library automatically hardcodes DIR
16049# into the library and all subsequent libraries and executables linked
16050# against it.
16051hardcode_automatic=$hardcode_automatic
16052
16053# Set to yes if linker adds runtime paths of dependent libraries
16054# to runtime path list.
16055inherit_rpath=$inherit_rpath
16056
16057# Whether libtool must link a program against all its dependency libraries.
16058link_all_deplibs=$link_all_deplibs
16059
16060# Fix the shell variable \$srcfile for the compiler.
16061fix_srcfile_path=$lt_fix_srcfile_path
16062
16063# Set to "yes" if exported symbols are required.
16064always_export_symbols=$always_export_symbols
16065
16066# The commands to list exported symbols.
16067export_symbols_cmds=$lt_export_symbols_cmds
16068
16069# Symbols that should not be listed in the preloaded symbols.
16070exclude_expsyms=$lt_exclude_expsyms
16071
16072# Symbols that must always be exported.
16073include_expsyms=$lt_include_expsyms
16074
16075# Commands necessary for linking programs (against libraries) with templates.
16076prelink_cmds=$lt_prelink_cmds
16077
16078# Specify filename containing input files.
16079file_list_spec=$lt_file_list_spec
16080
16081# How to hardcode a shared library path into an executable.
16082hardcode_action=$hardcode_action
16083
16084# ### END LIBTOOL CONFIG
16085
16086_LT_EOF
16087
16088 case $host_os in
16089 aix3*)
16090 cat <<\_LT_EOF >> "$cfgfile"
16091# AIX sometimes has problems with the GCC collect2 program. For some
16092# reason, if we set the COLLECT_NAMES environment variable, the problems
16093# vanish in a puff of smoke.
16094if test "X${COLLECT_NAMES+set}" != Xset; then
16095 COLLECT_NAMES=
16096 export COLLECT_NAMES
16097fi
16098_LT_EOF
16099 ;;
16100 esac
16101
16102
16103ltmain="$ac_aux_dir/ltmain.sh"
16104
16105
16106 # We use sed instead of cat because bash on DJGPP gets confused if
16107 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16108 # text mode, it properly converts lines to CR/LF. This bash problem
16109 # is reportedly fixed, but why not run on old versions too?
16110 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16111 || (rm -f "$cfgfile"; exit 1)
16112
16113 case $xsi_shell in
16114 yes)
16115 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 16116
d7040cdb
SE
16117# func_dirname file append nondir_replacement
16118# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16119# otherwise set result to NONDIR_REPLACEMENT.
16120func_dirname ()
16121{
16122 case ${1} in
16123 */*) func_dirname_result="${1%/*}${2}" ;;
16124 * ) func_dirname_result="${3}" ;;
16125 esac
16126}
16127
16128# func_basename file
16129func_basename ()
16130{
16131 func_basename_result="${1##*/}"
16132}
16133
718a6fd8
SE
16134# func_dirname_and_basename file append nondir_replacement
16135# perform func_basename and func_dirname in a single function
16136# call:
16137# dirname: Compute the dirname of FILE. If nonempty,
16138# add APPEND to the result, otherwise set result
16139# to NONDIR_REPLACEMENT.
16140# value returned in "$func_dirname_result"
16141# basename: Compute filename of FILE.
16142# value retuned in "$func_basename_result"
16143# Implementation must be kept synchronized with func_dirname
16144# and func_basename. For efficiency, we do not delegate to
16145# those functions but instead duplicate the functionality here.
16146func_dirname_and_basename ()
16147{
16148 case ${1} in
16149 */*) func_dirname_result="${1%/*}${2}" ;;
16150 * ) func_dirname_result="${3}" ;;
16151 esac
16152 func_basename_result="${1##*/}"
16153}
16154
d7040cdb
SE
16155# func_stripname prefix suffix name
16156# strip PREFIX and SUFFIX off of NAME.
16157# PREFIX and SUFFIX must not contain globbing or regex special
16158# characters, hashes, percent signs, but SUFFIX may contain a leading
16159# dot (in which case that matches only a dot).
16160func_stripname ()
16161{
16162 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16163 # positional parameters, so assign one to ordinary parameter first.
16164 func_stripname_result=${3}
16165 func_stripname_result=${func_stripname_result#"${1}"}
16166 func_stripname_result=${func_stripname_result%"${2}"}
16167}
16168
16169# func_opt_split
16170func_opt_split ()
16171{
16172 func_opt_split_opt=${1%%=*}
16173 func_opt_split_arg=${1#*=}
16174}
16175
16176# func_lo2o object
16177func_lo2o ()
16178{
16179 case ${1} in
16180 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16181 *) func_lo2o_result=${1} ;;
16182 esac
16183}
718a6fd8
SE
16184
16185# func_xform libobj-or-source
16186func_xform ()
16187{
16188 func_xform_result=${1%.*}.lo
16189}
16190
16191# func_arith arithmetic-term...
16192func_arith ()
16193{
16194 func_arith_result=$(( $* ))
16195}
16196
16197# func_len string
16198# STRING may not start with a hyphen.
16199func_len ()
16200{
16201 func_len_result=${#1}
16202}
16203
d7040cdb
SE
16204_LT_EOF
16205 ;;
16206 *) # Bourne compatible functions.
16207 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 16208
d7040cdb
SE
16209# func_dirname file append nondir_replacement
16210# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16211# otherwise set result to NONDIR_REPLACEMENT.
16212func_dirname ()
16213{
16214 # Extract subdirectory from the argument.
3725885a 16215 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
16216 if test "X$func_dirname_result" = "X${1}"; then
16217 func_dirname_result="${3}"
16218 else
16219 func_dirname_result="$func_dirname_result${2}"
16220 fi
16221}
16222
16223# func_basename file
16224func_basename ()
16225{
3725885a 16226 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
16227}
16228
718a6fd8 16229
d7040cdb
SE
16230# func_stripname prefix suffix name
16231# strip PREFIX and SUFFIX off of NAME.
16232# PREFIX and SUFFIX must not contain globbing or regex special
16233# characters, hashes, percent signs, but SUFFIX may contain a leading
16234# dot (in which case that matches only a dot).
16235# func_strip_suffix prefix name
16236func_stripname ()
16237{
16238 case ${2} in
3725885a
RW
16239 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16240 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
16241 esac
16242}
16243
16244# sed scripts:
16245my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16246my_sed_long_arg='1s/^-[^=]*=//'
16247
16248# func_opt_split
16249func_opt_split ()
16250{
3725885a
RW
16251 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16252 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
16253}
16254
16255# func_lo2o object
16256func_lo2o ()
16257{
3725885a 16258 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 16259}
718a6fd8
SE
16260
16261# func_xform libobj-or-source
16262func_xform ()
16263{
3725885a 16264 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
16265}
16266
16267# func_arith arithmetic-term...
16268func_arith ()
16269{
16270 func_arith_result=`expr "$@"`
16271}
16272
16273# func_len string
16274# STRING may not start with a hyphen.
16275func_len ()
16276{
16277 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16278}
16279
d7040cdb
SE
16280_LT_EOF
16281esac
16282
16283case $lt_shell_append in
16284 yes)
16285 cat << \_LT_EOF >> "$cfgfile"
16286
16287# func_append var value
16288# Append VALUE to the end of shell variable VAR.
16289func_append ()
16290{
16291 eval "$1+=\$2"
16292}
16293_LT_EOF
16294 ;;
16295 *)
16296 cat << \_LT_EOF >> "$cfgfile"
16297
16298# func_append var value
16299# Append VALUE to the end of shell variable VAR.
16300func_append ()
16301{
16302 eval "$1=\$$1\$2"
16303}
718a6fd8 16304
d7040cdb
SE
16305_LT_EOF
16306 ;;
16307 esac
16308
16309
16310 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16311 || (rm -f "$cfgfile"; exit 1)
16312
16313 mv -f "$cfgfile" "$ofile" ||
16314 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16315 chmod +x "$ofile"
16316
42ecbf5e 16317 ;;
81ecdfbb 16318 "default-1":C)
20e95c23
DJ
16319 for ac_file in $CONFIG_FILES; do
16320 # Support "outfile[:infile[:infile...]]"
16321 case "$ac_file" in
16322 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16323 esac
16324 # PO directories have a Makefile.in generated from Makefile.in.in.
16325 case "$ac_file" in */Makefile.in)
16326 # Adjust a relative srcdir.
16327 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16328 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
16329 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16330 # In autoconf-2.13 it is called $ac_given_srcdir.
16331 # In autoconf-2.50 it is called $srcdir.
16332 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16333 case "$ac_given_srcdir" in
16334 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16335 /*) top_srcdir="$ac_given_srcdir" ;;
16336 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16337 esac
16338 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16339 rm -f "$ac_dir/POTFILES"
16340 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16341 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16342 POMAKEFILEDEPS="POTFILES.in"
16343 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16344 # on $ac_dir but don't depend on user-specified configuration
16345 # parameters.
16346 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16347 # The LINGUAS file contains the set of available languages.
16348 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16349 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16350 fi
16351 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16352 # Hide the ALL_LINGUAS assigment from automake.
16353 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16354 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16355 else
16356 # The set of available languages was given in configure.in.
16357 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16358 fi
16359 case "$ac_given_srcdir" in
16360 .) srcdirpre= ;;
16361 *) srcdirpre='$(srcdir)/' ;;
16362 esac
16363 POFILES=
16364 GMOFILES=
16365 UPDATEPOFILES=
16366 DUMMYPOFILES=
16367 for lang in $ALL_LINGUAS; do
16368 POFILES="$POFILES $srcdirpre$lang.po"
16369 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16370 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16371 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16372 done
16373 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16374 # environment variable.
16375 INST_LINGUAS=
16376 if test -n "$ALL_LINGUAS"; then
16377 for presentlang in $ALL_LINGUAS; do
16378 useit=no
16379 if test "%UNSET%" != "$LINGUAS"; then
16380 desiredlanguages="$LINGUAS"
16381 else
16382 desiredlanguages="$ALL_LINGUAS"
16383 fi
16384 for desiredlang in $desiredlanguages; do
16385 # Use the presentlang catalog if desiredlang is
16386 # a. equal to presentlang, or
16387 # b. a variant of presentlang (because in this case,
16388 # presentlang can be used as a fallback for messages
16389 # which are not translated in the desiredlang catalog).
16390 case "$desiredlang" in
16391 "$presentlang"*) useit=yes;;
16392 esac
16393 done
16394 if test $useit = yes; then
16395 INST_LINGUAS="$INST_LINGUAS $presentlang"
16396 fi
16397 done
16398 fi
16399 CATALOGS=
16400 if test -n "$INST_LINGUAS"; then
16401 for lang in $INST_LINGUAS; do
16402 CATALOGS="$CATALOGS $lang.gmo"
16403 done
16404 fi
16405 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16406 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
16407 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16408 if test -f "$f"; then
16409 case "$f" in
16410 *.orig | *.bak | *~) ;;
16411 *) cat "$f" >> "$ac_dir/Makefile" ;;
16412 esac
16413 fi
16414 done
16415 fi
16416 ;;
16417 esac
16418 done ;;
81ecdfbb 16419
42ecbf5e 16420 esac
81ecdfbb 16421done # for ac_tag
e5a52504 16422
42ecbf5e 16423
81ecdfbb 16424as_fn_exit 0
42ecbf5e 16425_ACEOF
42ecbf5e
DJ
16426ac_clean_files=$ac_clean_files_save
16427
81ecdfbb
RW
16428test $ac_write_fail = 0 ||
16429 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16430
42ecbf5e
DJ
16431
16432# configure is writing to config.log, and then calls config.status.
16433# config.status does its own redirection, appending to config.log.
16434# Unfortunately, on DOS this fails, as config.log is still kept open
16435# by configure, so config.status won't be able to write to it; its
16436# output is simply discarded. So we exec the FD to /dev/null,
16437# effectively closing config.log, so it can be properly (re)opened and
16438# appended to by config.status. When coming back to configure, we
16439# need to make the FD available again.
16440if test "$no_create" != yes; then
16441 ac_cs_success=:
16442 ac_config_status_args=
16443 test "$silent" = yes &&
16444 ac_config_status_args="$ac_config_status_args --quiet"
16445 exec 5>/dev/null
16446 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16447 exec 5>>config.log
16448 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16449 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16450 $ac_cs_success || as_fn_exit $?
16451fi
16452if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16454$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 16455fi
252b5132 16456
This page took 1.390199 seconds and 4 git commands to generate.