Fix --diable-shared --enable-plugins build breakage
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
2e98a7bd 3# Generated by GNU Autoconf 2.64 for binutils 2.24.51.
81ecdfbb
RW
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.
2e98a7bd
AM
557PACKAGE_NAME='binutils'
558PACKAGE_TARNAME='binutils'
559PACKAGE_VERSION='2.24.51'
560PACKAGE_STRING='binutils 2.24.51'
561PACKAGE_BUGREPORT=''
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
6abcee90 607OBJDUMP_PRIVATE_OFILES
81ecdfbb
RW
608OBJDUMP_DEFS
609BUILD_INSTALL_MISC
610BUILD_MISC
611BUILD_DLLWRAP
612BUILD_WINDMC
613BUILD_WINDRES
614DLLTOOL_DEFS
615BUILD_DLLTOOL
616BUILD_SRCONV
617BUILD_NLMCONV
618NLMCONV_DEFS
619LTLIBICONV
620LIBICONV
621ALLOCA
622DEMANGLER_NAME
623EXEEXT_FOR_BUILD
624CC_FOR_BUILD
625HDEFINES
626GENINSRC_NEVER_FALSE
627GENINSRC_NEVER_TRUE
628MAINT
629MAINTAINER_MODE_FALSE
630MAINTAINER_MODE_TRUE
631MSGMERGE
632MSGFMT
633MKINSTALLDIRS
634CATOBJEXT
635GENCAT
636INSTOBJEXT
637DATADIRNAME
638CATALOGS
639POSUB
640GMSGFMT
641XGETTEXT
642INCINTL
643LIBINTL_DEP
644LIBINTL
645USE_NLS
646LEXLIB
647LEX_OUTPUT_ROOT
648LEX
649YFLAGS
650YACC
651NO_WERROR
652WARN_CFLAGS
653OTOOL64
654OTOOL
655LIPO
656NMEDIT
657DSYMUTIL
81ecdfbb
RW
658RANLIB
659AR
660OBJDUMP
661LN_S
662NM
663ac_ct_DUMPBIN
664DUMPBIN
665LD
666FGREP
667SED
668LIBTOOL
669EGREP
670GREP
671CPP
672am__fastdepCC_FALSE
673am__fastdepCC_TRUE
674CCDEPMODE
675AMDEPBACKSLASH
676AMDEP_FALSE
677AMDEP_TRUE
678am__quote
679am__include
680DEPDIR
681am__untar
682am__tar
683AMTAR
684am__leading_dot
685SET_MAKE
686AWK
687mkdir_p
688MKDIR_P
689INSTALL_STRIP_PROGRAM
690STRIP
691install_sh
692MAKEINFO
693AUTOHEADER
694AUTOMAKE
695AUTOCONF
696ACLOCAL
697VERSION
698PACKAGE
699CYGPATH_W
700am__isrc
701INSTALL_DATA
702INSTALL_SCRIPT
703INSTALL_PROGRAM
704OBJEXT
705EXEEXT
706ac_ct_CC
707CPPFLAGS
708LDFLAGS
709CFLAGS
710CC
711target_os
712target_vendor
713target_cpu
714target
715host_os
716host_vendor
717host_cpu
718host
719build_os
720build_vendor
721build_cpu
722build
723target_alias
724host_alias
725build_alias
726LIBS
727ECHO_T
728ECHO_N
729ECHO_C
730DEFS
731mandir
732localedir
733libdir
734psdir
735pdfdir
736dvidir
737htmldir
738infodir
739docdir
740oldincludedir
741includedir
742localstatedir
743sharedstatedir
744sysconfdir
745datadir
746datarootdir
747libexecdir
748sbindir
749bindir
750program_transform_name
751prefix
752exec_prefix
753PACKAGE_URL
754PACKAGE_BUGREPORT
755PACKAGE_STRING
756PACKAGE_VERSION
757PACKAGE_TARNAME
758PACKAGE_NAME
759PATH_SEPARATOR
760SHELL'
42ecbf5e 761ac_subst_files=''
81ecdfbb
RW
762ac_user_opts='
763enable_option_checking
764enable_dependency_tracking
81ecdfbb
RW
765enable_shared
766enable_static
767with_pic
768enable_fast_install
769with_gnu_ld
770enable_libtool_lock
b879806f
AM
771enable_plugins
772enable_largefile
81ecdfbb 773enable_targets
9cb80f72 774enable_deterministic_archives
81ecdfbb
RW
775enable_werror
776enable_build_warnings
777enable_nls
778enable_maintainer_mode
52546677 779with_zlib
81ecdfbb
RW
780enable_rpath
781with_libiconv_prefix
782'
783 ac_precious_vars='build_alias
784host_alias
785target_alias
786CC
787CFLAGS
788LDFLAGS
789LIBS
790CPPFLAGS
791CPP
792YACC
793YFLAGS'
794
252b5132
RH
795
796# Initialize some variables set by options.
42ecbf5e
DJ
797ac_init_help=
798ac_init_version=false
81ecdfbb
RW
799ac_unrecognized_opts=
800ac_unrecognized_sep=
252b5132
RH
801# The variables have the same names as the options, with
802# dashes changed to underlines.
42ecbf5e 803cache_file=/dev/null
252b5132 804exec_prefix=NONE
252b5132 805no_create=
252b5132
RH
806no_recursion=
807prefix=NONE
808program_prefix=NONE
809program_suffix=NONE
810program_transform_name=s,x,x,
811silent=
812site=
813srcdir=
252b5132
RH
814verbose=
815x_includes=NONE
816x_libraries=NONE
42ecbf5e
DJ
817
818# Installation directory options.
819# These are left unexpanded so users can "make install exec_prefix=/foo"
820# and all the variables that are supposed to be based on exec_prefix
821# by default will actually change.
822# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 823# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
824bindir='${exec_prefix}/bin'
825sbindir='${exec_prefix}/sbin'
826libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
827datarootdir='${prefix}/share'
828datadir='${datarootdir}'
252b5132
RH
829sysconfdir='${prefix}/etc'
830sharedstatedir='${prefix}/com'
831localstatedir='${prefix}/var'
252b5132
RH
832includedir='${prefix}/include'
833oldincludedir='/usr/include'
2e98a7bd 834docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
835infodir='${datarootdir}/info'
836htmldir='${docdir}'
837dvidir='${docdir}'
838pdfdir='${docdir}'
839psdir='${docdir}'
840libdir='${exec_prefix}/lib'
841localedir='${datarootdir}/locale'
842mandir='${datarootdir}/man'
252b5132 843
252b5132 844ac_prev=
81ecdfbb 845ac_dashdash=
252b5132
RH
846for ac_option
847do
252b5132
RH
848 # If the previous option needs an argument, assign it.
849 if test -n "$ac_prev"; then
81ecdfbb 850 eval $ac_prev=\$ac_option
252b5132
RH
851 ac_prev=
852 continue
853 fi
854
81ecdfbb
RW
855 case $ac_option in
856 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
857 *) ac_optarg=yes ;;
858 esac
252b5132
RH
859
860 # Accept the important Cygnus configure options, so we can diagnose typos.
861
81ecdfbb
RW
862 case $ac_dashdash$ac_option in
863 --)
864 ac_dashdash=yes ;;
252b5132
RH
865
866 -bindir | --bindir | --bindi | --bind | --bin | --bi)
867 ac_prev=bindir ;;
868 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 869 bindir=$ac_optarg ;;
252b5132
RH
870
871 -build | --build | --buil | --bui | --bu)
42ecbf5e 872 ac_prev=build_alias ;;
252b5132 873 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 874 build_alias=$ac_optarg ;;
252b5132
RH
875
876 -cache-file | --cache-file | --cache-fil | --cache-fi \
877 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
878 ac_prev=cache_file ;;
879 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
880 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
881 cache_file=$ac_optarg ;;
882
883 --config-cache | -C)
884 cache_file=config.cache ;;
252b5132 885
81ecdfbb 886 -datadir | --datadir | --datadi | --datad)
252b5132 887 ac_prev=datadir ;;
81ecdfbb 888 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 889 datadir=$ac_optarg ;;
252b5132 890
81ecdfbb
RW
891 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
892 | --dataroo | --dataro | --datar)
893 ac_prev=datarootdir ;;
894 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
895 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
896 datarootdir=$ac_optarg ;;
897
252b5132 898 -disable-* | --disable-*)
81ecdfbb 899 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 900 # Reject names that are not valid shell variable names.
81ecdfbb
RW
901 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
902 as_fn_error "invalid feature name: $ac_useropt"
903 ac_useropt_orig=$ac_useropt
904 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
905 case $ac_user_opts in
906 *"
907"enable_$ac_useropt"
908"*) ;;
909 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
910 ac_unrecognized_sep=', ';;
911 esac
912 eval enable_$ac_useropt=no ;;
913
914 -docdir | --docdir | --docdi | --doc | --do)
915 ac_prev=docdir ;;
916 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
917 docdir=$ac_optarg ;;
918
919 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
920 ac_prev=dvidir ;;
921 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
922 dvidir=$ac_optarg ;;
252b5132
RH
923
924 -enable-* | --enable-*)
81ecdfbb 925 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 926 # Reject names that are not valid shell variable names.
81ecdfbb
RW
927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
928 as_fn_error "invalid feature name: $ac_useropt"
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933"enable_$ac_useropt"
934"*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
252b5132 937 esac
81ecdfbb 938 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
939
940 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
941 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
942 | --exec | --exe | --ex)
943 ac_prev=exec_prefix ;;
944 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
945 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
946 | --exec=* | --exe=* | --ex=*)
42ecbf5e 947 exec_prefix=$ac_optarg ;;
252b5132
RH
948
949 -gas | --gas | --ga | --g)
950 # Obsolete; use --with-gas.
951 with_gas=yes ;;
952
42ecbf5e
DJ
953 -help | --help | --hel | --he | -h)
954 ac_init_help=long ;;
955 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
956 ac_init_help=recursive ;;
957 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
958 ac_init_help=short ;;
252b5132
RH
959
960 -host | --host | --hos | --ho)
42ecbf5e 961 ac_prev=host_alias ;;
252b5132 962 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 963 host_alias=$ac_optarg ;;
252b5132 964
81ecdfbb
RW
965 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
966 ac_prev=htmldir ;;
967 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
968 | --ht=*)
969 htmldir=$ac_optarg ;;
970
252b5132
RH
971 -includedir | --includedir | --includedi | --included | --include \
972 | --includ | --inclu | --incl | --inc)
973 ac_prev=includedir ;;
974 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
975 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 976 includedir=$ac_optarg ;;
252b5132
RH
977
978 -infodir | --infodir | --infodi | --infod | --info | --inf)
979 ac_prev=infodir ;;
980 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 981 infodir=$ac_optarg ;;
252b5132
RH
982
983 -libdir | --libdir | --libdi | --libd)
984 ac_prev=libdir ;;
985 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 986 libdir=$ac_optarg ;;
252b5132
RH
987
988 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
989 | --libexe | --libex | --libe)
990 ac_prev=libexecdir ;;
991 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
992 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 993 libexecdir=$ac_optarg ;;
252b5132 994
81ecdfbb
RW
995 -localedir | --localedir | --localedi | --localed | --locale)
996 ac_prev=localedir ;;
997 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
998 localedir=$ac_optarg ;;
999
252b5132 1000 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1001 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1002 ac_prev=localstatedir ;;
1003 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1004 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1005 localstatedir=$ac_optarg ;;
252b5132
RH
1006
1007 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1008 ac_prev=mandir ;;
1009 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1010 mandir=$ac_optarg ;;
252b5132
RH
1011
1012 -nfp | --nfp | --nf)
1013 # Obsolete; use --without-fp.
1014 with_fp=no ;;
1015
1016 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1017 | --no-cr | --no-c | -n)
252b5132
RH
1018 no_create=yes ;;
1019
1020 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1021 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1022 no_recursion=yes ;;
1023
1024 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1025 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1026 | --oldin | --oldi | --old | --ol | --o)
1027 ac_prev=oldincludedir ;;
1028 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1029 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1030 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1031 oldincludedir=$ac_optarg ;;
252b5132
RH
1032
1033 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1034 ac_prev=prefix ;;
1035 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1036 prefix=$ac_optarg ;;
252b5132
RH
1037
1038 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1039 | --program-pre | --program-pr | --program-p)
1040 ac_prev=program_prefix ;;
1041 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1042 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1043 program_prefix=$ac_optarg ;;
252b5132
RH
1044
1045 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1046 | --program-suf | --program-su | --program-s)
1047 ac_prev=program_suffix ;;
1048 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1049 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1050 program_suffix=$ac_optarg ;;
252b5132
RH
1051
1052 -program-transform-name | --program-transform-name \
1053 | --program-transform-nam | --program-transform-na \
1054 | --program-transform-n | --program-transform- \
1055 | --program-transform | --program-transfor \
1056 | --program-transfo | --program-transf \
1057 | --program-trans | --program-tran \
1058 | --progr-tra | --program-tr | --program-t)
1059 ac_prev=program_transform_name ;;
1060 -program-transform-name=* | --program-transform-name=* \
1061 | --program-transform-nam=* | --program-transform-na=* \
1062 | --program-transform-n=* | --program-transform-=* \
1063 | --program-transform=* | --program-transfor=* \
1064 | --program-transfo=* | --program-transf=* \
1065 | --program-trans=* | --program-tran=* \
1066 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1067 program_transform_name=$ac_optarg ;;
252b5132 1068
81ecdfbb
RW
1069 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1070 ac_prev=pdfdir ;;
1071 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1072 pdfdir=$ac_optarg ;;
1073
1074 -psdir | --psdir | --psdi | --psd | --ps)
1075 ac_prev=psdir ;;
1076 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1077 psdir=$ac_optarg ;;
1078
252b5132
RH
1079 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1080 | -silent | --silent | --silen | --sile | --sil)
1081 silent=yes ;;
1082
1083 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1084 ac_prev=sbindir ;;
1085 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1086 | --sbi=* | --sb=*)
42ecbf5e 1087 sbindir=$ac_optarg ;;
252b5132
RH
1088
1089 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1090 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1091 | --sharedst | --shareds | --shared | --share | --shar \
1092 | --sha | --sh)
1093 ac_prev=sharedstatedir ;;
1094 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1095 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1096 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1097 | --sha=* | --sh=*)
42ecbf5e 1098 sharedstatedir=$ac_optarg ;;
252b5132
RH
1099
1100 -site | --site | --sit)
1101 ac_prev=site ;;
1102 -site=* | --site=* | --sit=*)
42ecbf5e 1103 site=$ac_optarg ;;
252b5132
RH
1104
1105 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1106 ac_prev=srcdir ;;
1107 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1108 srcdir=$ac_optarg ;;
252b5132
RH
1109
1110 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1111 | --syscon | --sysco | --sysc | --sys | --sy)
1112 ac_prev=sysconfdir ;;
1113 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1114 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1115 sysconfdir=$ac_optarg ;;
252b5132
RH
1116
1117 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1118 ac_prev=target_alias ;;
252b5132 1119 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1120 target_alias=$ac_optarg ;;
252b5132
RH
1121
1122 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1123 verbose=yes ;;
1124
42ecbf5e
DJ
1125 -version | --version | --versio | --versi | --vers | -V)
1126 ac_init_version=: ;;
252b5132
RH
1127
1128 -with-* | --with-*)
81ecdfbb 1129 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1130 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1131 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132 as_fn_error "invalid package name: $ac_useropt"
1133 ac_useropt_orig=$ac_useropt
1134 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135 case $ac_user_opts in
1136 *"
1137"with_$ac_useropt"
1138"*) ;;
1139 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1140 ac_unrecognized_sep=', ';;
252b5132 1141 esac
81ecdfbb 1142 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1143
1144 -without-* | --without-*)
81ecdfbb 1145 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1146 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1148 as_fn_error "invalid package name: $ac_useropt"
1149 ac_useropt_orig=$ac_useropt
1150 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151 case $ac_user_opts in
1152 *"
1153"with_$ac_useropt"
1154"*) ;;
1155 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1156 ac_unrecognized_sep=', ';;
1157 esac
1158 eval with_$ac_useropt=no ;;
252b5132
RH
1159
1160 --x)
1161 # Obsolete; use --with-x.
1162 with_x=yes ;;
1163
1164 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1165 | --x-incl | --x-inc | --x-in | --x-i)
1166 ac_prev=x_includes ;;
1167 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1168 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1169 x_includes=$ac_optarg ;;
252b5132
RH
1170
1171 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1172 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1173 ac_prev=x_libraries ;;
1174 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1175 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1176 x_libraries=$ac_optarg ;;
252b5132 1177
81ecdfbb
RW
1178 -*) as_fn_error "unrecognized option: \`$ac_option'
1179Try \`$0 --help' for more information."
252b5132
RH
1180 ;;
1181
42ecbf5e
DJ
1182 *=*)
1183 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1184 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1185 case $ac_envvar in #(
1186 '' | [0-9]* | *[!_$as_cr_alnum]* )
1187 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1188 esac
1189 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1190 export $ac_envvar ;;
1191
252b5132 1192 *)
42ecbf5e 1193 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1194 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1195 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1196 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1197 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1198 ;;
1199
1200 esac
1201done
1202
1203if test -n "$ac_prev"; then
42ecbf5e 1204 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1205 as_fn_error "missing argument to $ac_option"
252b5132
RH
1206fi
1207
81ecdfbb
RW
1208if test -n "$ac_unrecognized_opts"; then
1209 case $enable_option_checking in
1210 no) ;;
1211 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1212 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1213 esac
81ecdfbb 1214fi
252b5132 1215
81ecdfbb
RW
1216# Check all directory arguments for consistency.
1217for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1218 datadir sysconfdir sharedstatedir localstatedir includedir \
1219 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1220 libdir localedir mandir
252b5132 1221do
81ecdfbb
RW
1222 eval ac_val=\$$ac_var
1223 # Remove trailing slashes.
42ecbf5e 1224 case $ac_val in
81ecdfbb
RW
1225 */ )
1226 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1227 eval $ac_var=\$ac_val;;
252b5132 1228 esac
81ecdfbb
RW
1229 # Be sure to have absolute directory names.
1230 case $ac_val in
1231 [\\/$]* | ?:[\\/]* ) continue;;
1232 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1233 esac
1234 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1235done
1236
42ecbf5e
DJ
1237# There might be people who depend on the old broken behavior: `$host'
1238# used to hold the argument of --host etc.
1239# FIXME: To remove some day.
1240build=$build_alias
1241host=$host_alias
1242target=$target_alias
1243
1244# FIXME: To remove some day.
1245if test "x$host_alias" != x; then
1246 if test "x$build_alias" = x; then
1247 cross_compiling=maybe
81ecdfbb 1248 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1249 If a cross compiler is detected then cross compile mode will be used." >&2
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253fi
e5a52504 1254
42ecbf5e
DJ
1255ac_tool_prefix=
1256test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258test "$silent" = yes && exec 6>/dev/null
252b5132 1259
252b5132 1260
81ecdfbb
RW
1261ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262ac_ls_di=`ls -di .` &&
1263ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1264 as_fn_error "working directory cannot be determined"
1265test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266 as_fn_error "pwd does not report name of working directory"
1267
1268
252b5132
RH
1269# Find the source files, if location was not specified.
1270if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
81ecdfbb
RW
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278$as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
252b5132 1296 srcdir=$ac_confdir
81ecdfbb 1297 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1298 srcdir=..
1299 fi
1300else
1301 ac_srcdir_defaulted=no
1302fi
81ecdfbb
RW
1303if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1305 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1306fi
1307ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308ac_abs_confdir=`(
1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1310 pwd)`
1311# When building in place, set srcdir=.
1312if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314fi
1315# Remove unnecessary trailing slashes from srcdir.
1316# Double slashes in file names in object file debugging info
1317# mess up M-x gdb in Emacs.
1318case $srcdir in
1319*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320esac
1321for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326done
252b5132 1327
42ecbf5e
DJ
1328#
1329# Report the --help message.
1330#
1331if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
2e98a7bd 1335\`configure' configures binutils 2.24.51 to adapt to many kinds of systems.
252b5132 1336
42ecbf5e 1337Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1338
42ecbf5e
DJ
1339To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1341
42ecbf5e 1342Defaults for the options are specified in brackets.
ac48eca1 1343
42ecbf5e
DJ
1344Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
1349 -q, --quiet, --silent do not print \`checking...' messages
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
42ecbf5e
DJ
1355Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1357 [$ac_default_prefix]
42ecbf5e 1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1359 [PREFIX]
ac48eca1 1360
42ecbf5e
DJ
1361By default, \`make install' will install all the files in
1362\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364for instance \`--prefix=\$HOME'.
ac48eca1 1365
42ecbf5e 1366For better control, use the options below.
ac48eca1 1367
42ecbf5e 1368Fine tuning of the installation directories:
81ecdfbb
RW
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1383 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1388_ACEOF
ac48eca1 1389
42ecbf5e 1390 cat <<\_ACEOF
252b5132 1391
42ecbf5e
DJ
1392Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1396
42ecbf5e
DJ
1397System types:
1398 --build=BUILD configure for building on BUILD [guessed]
1399 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1400 --target=TARGET configure for building compilers for TARGET [HOST]
1401_ACEOF
252b5132 1402fi
252b5132 1403
42ecbf5e 1404if test -n "$ac_init_help"; then
2e98a7bd
AM
1405 case $ac_init_help in
1406 short | recursive ) echo "Configuration of binutils 2.24.51:";;
1407 esac
42ecbf5e 1408 cat <<\_ACEOF
252b5132 1409
42ecbf5e 1410Optional Features:
81ecdfbb 1411 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1414 --disable-dependency-tracking speeds up one-time build
1415 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1416 --enable-shared[=PKGS] build shared libraries [default=yes]
1417 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1418 --enable-fast-install[=PKGS]
1419 optimize for fast installation [default=yes]
42ecbf5e 1420 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1421 --enable-plugins Enable support for plugins
1422 --disable-largefile omit support for large files
42ecbf5e 1423 --enable-targets alternative target configurations
9cb80f72
RM
1424 --enable-deterministic-archives
1425 ar and ranlib default to -D behavior
241a6c40
AM
1426 --enable-werror treat compile warnings as errors
1427 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1428 --disable-nls do not use Native Language Support
1429 --enable-maintainer-mode enable make rules and dependencies not useful
1430 (and sometimes confusing) to the casual installer
5ba684e2 1431 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1432
1433Optional Packages:
1434 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1435 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1436 --with-pic try to use only PIC/non-PIC objects [default=use
1437 both]
1438 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
52546677 1439 --with-zlib include zlib support (auto/yes/no) default=auto
5ba684e2
NC
1440 --with-gnu-ld assume the C compiler uses GNU ld default=no
1441 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1442 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1443
42ecbf5e
DJ
1444Some influential environment variables:
1445 CC C compiler command
1446 CFLAGS C compiler flags
1447 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1448 nonstandard directory <lib dir>
81ecdfbb
RW
1449 LIBS libraries to pass to the linker, e.g. -l<library>
1450 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1451 you have headers in a nonstandard directory <include dir>
42ecbf5e 1452 CPP C preprocessor
81ecdfbb
RW
1453 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1454 the first program found out of: `bison -y', `byacc', `yacc'.
1455 YFLAGS The list of arguments that will be passed by default to $YACC.
1456 This script will default YFLAGS to the empty string to avoid a
1457 default value of `-d' given by some make applications.
e5a52504 1458
42ecbf5e
DJ
1459Use these variables to override the choices made by `configure' or to help
1460it to find libraries and programs with nonstandard names/locations.
1461
81ecdfbb 1462Report bugs to the package provider.
42ecbf5e 1463_ACEOF
81ecdfbb 1464ac_status=$?
252b5132
RH
1465fi
1466
42ecbf5e
DJ
1467if test "$ac_init_help" = "recursive"; then
1468 # If there are subdirs, report their specific --help.
42ecbf5e 1469 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1470 test -d "$ac_dir" ||
1471 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1472 continue
42ecbf5e
DJ
1473 ac_builddir=.
1474
81ecdfbb
RW
1475case "$ac_dir" in
1476.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1477*)
1478 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1479 # A ".." for each directory in $ac_dir_suffix.
1480 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1481 case $ac_top_builddir_sub in
1482 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1484 esac ;;
1485esac
1486ac_abs_top_builddir=$ac_pwd
1487ac_abs_builddir=$ac_pwd$ac_dir_suffix
1488# for backward compatibility:
1489ac_top_builddir=$ac_top_build_prefix
252b5132 1490
42ecbf5e 1491case $srcdir in
81ecdfbb 1492 .) # We are building in place.
42ecbf5e 1493 ac_srcdir=.
81ecdfbb
RW
1494 ac_top_srcdir=$ac_top_builddir_sub
1495 ac_abs_top_srcdir=$ac_pwd ;;
1496 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1497 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1498 ac_top_srcdir=$srcdir
1499 ac_abs_top_srcdir=$srcdir ;;
1500 *) # Relative name.
1501 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1502 ac_top_srcdir=$ac_top_build_prefix$srcdir
1503 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1504esac
81ecdfbb
RW
1505ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1506
1507 cd "$ac_dir" || { ac_status=$?; continue; }
1508 # Check for guested configure.
1509 if test -f "$ac_srcdir/configure.gnu"; then
1510 echo &&
1511 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1512 elif test -f "$ac_srcdir/configure"; then
1513 echo &&
1514 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1515 else
81ecdfbb
RW
1516 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1517 fi || ac_status=$?
1518 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1519 done
1520fi
5d64ca4e 1521
81ecdfbb 1522test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1523if $ac_init_version; then
1524 cat <<\_ACEOF
2e98a7bd 1525binutils configure 2.24.51
81ecdfbb 1526generated by GNU Autoconf 2.64
5d64ca4e 1527
81ecdfbb 1528Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1529This configure script is free software; the Free Software Foundation
1530gives unlimited permission to copy, distribute and modify it.
1531_ACEOF
81ecdfbb 1532 exit
42ecbf5e 1533fi
252b5132 1534
81ecdfbb
RW
1535## ------------------------ ##
1536## Autoconf initialization. ##
1537## ------------------------ ##
e5a52504 1538
81ecdfbb
RW
1539# ac_fn_c_try_compile LINENO
1540# --------------------------
1541# Try to compile conftest.$ac_ext, and return whether this succeeded.
1542ac_fn_c_try_compile ()
42ecbf5e 1543{
81ecdfbb
RW
1544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1545 rm -f conftest.$ac_objext
1546 if { { ac_try="$ac_compile"
1547case "(($ac_try" in
1548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1549 *) ac_try_echo=$ac_try;;
1550esac
1551eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1552$as_echo "$ac_try_echo"; } >&5
1553 (eval "$ac_compile") 2>conftest.err
1554 ac_status=$?
1555 if test -s conftest.err; then
1556 grep -v '^ *+' conftest.err >conftest.er1
1557 cat conftest.er1 >&5
1558 mv -f conftest.er1 conftest.err
1559 fi
1560 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1561 test $ac_status = 0; } && {
1562 test -z "$ac_c_werror_flag" ||
1563 test ! -s conftest.err
1564 } && test -s conftest.$ac_objext; then :
1565 ac_retval=0
1566else
1567 $as_echo "$as_me: failed program was:" >&5
1568sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1569
81ecdfbb
RW
1570 ac_retval=1
1571fi
1572 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1573 return $ac_retval
42ecbf5e 1574
81ecdfbb
RW
1575} # ac_fn_c_try_compile
1576
1577# ac_fn_c_try_link LINENO
1578# -----------------------
1579# Try to link conftest.$ac_ext, and return whether this succeeded.
1580ac_fn_c_try_link ()
1581{
1582 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1583 rm -f conftest.$ac_objext conftest$ac_exeext
1584 if { { ac_try="$ac_link"
1585case "(($ac_try" in
1586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1588esac
1589eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590$as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_link") 2>conftest.err
1592 ac_status=$?
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1597 fi
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } && {
1600 test -z "$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 } && test -s conftest$ac_exeext && {
1603 test "$cross_compiling" = yes ||
1604 $as_test_x conftest$ac_exeext
1605 }; then :
1606 ac_retval=0
1607else
1608 $as_echo "$as_me: failed program was:" >&5
1609sed 's/^/| /' conftest.$ac_ext >&5
1610
1611 ac_retval=1
1612fi
1613 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1614 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1615 # interfere with the next link command; also delete a directory that is
1616 # left behind by Apple's compiler. We do this before executing the actions.
1617 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1618 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1619 return $ac_retval
1620
1621} # ac_fn_c_try_link
1622
1623# ac_fn_c_try_cpp LINENO
1624# ----------------------
1625# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1626ac_fn_c_try_cpp ()
1627{
1628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1629 if { { ac_try="$ac_cpp conftest.$ac_ext"
1630case "(($ac_try" in
1631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1632 *) ac_try_echo=$ac_try;;
1633esac
1634eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1635$as_echo "$ac_try_echo"; } >&5
1636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1637 ac_status=$?
1638 if test -s conftest.err; then
1639 grep -v '^ *+' conftest.err >conftest.er1
1640 cat conftest.er1 >&5
1641 mv -f conftest.er1 conftest.err
1642 fi
1643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644 test $ac_status = 0; } >/dev/null && {
1645 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1646 test ! -s conftest.err
1647 }; then :
1648 ac_retval=0
1649else
1650 $as_echo "$as_me: failed program was:" >&5
1651sed 's/^/| /' conftest.$ac_ext >&5
1652
1653 ac_retval=1
1654fi
1655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656 return $ac_retval
1657
1658} # ac_fn_c_try_cpp
1659
1660# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1661# -------------------------------------------------------
1662# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1663# the include files in INCLUDES and setting the cache variable VAR
1664# accordingly.
1665ac_fn_c_check_header_mongrel ()
1666{
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1670$as_echo_n "checking for $2... " >&6; }
1671if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1672 $as_echo_n "(cached) " >&6
1673fi
1674eval ac_res=\$$3
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676$as_echo "$ac_res" >&6; }
1677else
1678 # Is the header compilable?
1679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1680$as_echo_n "checking $2 usability... " >&6; }
1681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1682/* end confdefs.h. */
1683$4
1684#include <$2>
1685_ACEOF
1686if ac_fn_c_try_compile "$LINENO"; then :
1687 ac_header_compiler=yes
1688else
1689 ac_header_compiler=no
1690fi
1691rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1693$as_echo "$ac_header_compiler" >&6; }
1694
1695# Is the header present?
1696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1697$as_echo_n "checking $2 presence... " >&6; }
1698cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699/* end confdefs.h. */
1700#include <$2>
1701_ACEOF
1702if ac_fn_c_try_cpp "$LINENO"; then :
1703 ac_header_preproc=yes
1704else
1705 ac_header_preproc=no
1706fi
1707rm -f conftest.err conftest.$ac_ext
1708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1709$as_echo "$ac_header_preproc" >&6; }
1710
1711# So? What about this header?
1712case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1713 yes:no: )
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1715$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1717$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1718 ;;
1719 no:yes:* )
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1721$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1723$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1725$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1727$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1729$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1730 ;;
1731esac
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1733$as_echo_n "checking for $2... " >&6; }
1734if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1735 $as_echo_n "(cached) " >&6
1736else
1737 eval "$3=\$ac_header_compiler"
1738fi
1739eval ac_res=\$$3
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741$as_echo "$ac_res" >&6; }
1742fi
1743 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1744
1745} # ac_fn_c_check_header_mongrel
1746
1747# ac_fn_c_try_run LINENO
1748# ----------------------
1749# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1750# that executables *can* be run.
1751ac_fn_c_try_run ()
1752{
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 if { { ac_try="$ac_link"
1755case "(($ac_try" in
1756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757 *) ac_try_echo=$ac_try;;
1758esac
1759eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760$as_echo "$ac_try_echo"; } >&5
1761 (eval "$ac_link") 2>&5
1762 ac_status=$?
1763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1764 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1765 { { case "(($ac_try" in
1766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1767 *) ac_try_echo=$ac_try;;
1768esac
1769eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1770$as_echo "$ac_try_echo"; } >&5
1771 (eval "$ac_try") 2>&5
1772 ac_status=$?
1773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1774 test $ac_status = 0; }; }; then :
1775 ac_retval=0
1776else
1777 $as_echo "$as_me: program exited with status $ac_status" >&5
1778 $as_echo "$as_me: failed program was:" >&5
1779sed 's/^/| /' conftest.$ac_ext >&5
1780
1781 ac_retval=$ac_status
1782fi
1783 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1784 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785 return $ac_retval
1786
1787} # ac_fn_c_try_run
1788
1789# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1790# -------------------------------------------------------
1791# Tests whether HEADER exists and can be compiled using the include files in
1792# INCLUDES, setting the cache variable VAR accordingly.
1793ac_fn_c_check_header_compile ()
1794{
1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797$as_echo_n "checking for $2... " >&6; }
1798if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1800else
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802/* end confdefs.h. */
1803$4
1804#include <$2>
1805_ACEOF
1806if ac_fn_c_try_compile "$LINENO"; then :
1807 eval "$3=yes"
1808else
1809 eval "$3=no"
1810fi
1811rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1812fi
1813eval ac_res=\$$3
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1815$as_echo "$ac_res" >&6; }
1816 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1817
1818} # ac_fn_c_check_header_compile
1819
1820# ac_fn_c_check_func LINENO FUNC VAR
1821# ----------------------------------
1822# Tests whether FUNC exists, setting the cache variable VAR accordingly
1823ac_fn_c_check_func ()
1824{
1825 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1827$as_echo_n "checking for $2... " >&6; }
1828if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1829 $as_echo_n "(cached) " >&6
1830else
1831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1832/* end confdefs.h. */
1833/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1834 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1835#define $2 innocuous_$2
1836
1837/* System header to define __stub macros and hopefully few prototypes,
1838 which can conflict with char $2 (); below.
1839 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1840 <limits.h> exists even on freestanding compilers. */
1841
1842#ifdef __STDC__
1843# include <limits.h>
1844#else
1845# include <assert.h>
1846#endif
1847
1848#undef $2
1849
1850/* Override any GCC internal prototype to avoid an error.
1851 Use char because int might match the return type of a GCC
1852 builtin and then its argument prototype would still apply. */
1853#ifdef __cplusplus
1854extern "C"
1855#endif
1856char $2 ();
1857/* The GNU C library defines this for functions which it implements
1858 to always fail with ENOSYS. Some functions are actually named
1859 something starting with __ and the normal name is an alias. */
1860#if defined __stub_$2 || defined __stub___$2
1861choke me
1862#endif
1863
1864int
1865main ()
1866{
1867return $2 ();
1868 ;
1869 return 0;
1870}
1871_ACEOF
1872if ac_fn_c_try_link "$LINENO"; then :
1873 eval "$3=yes"
1874else
1875 eval "$3=no"
1876fi
1877rm -f core conftest.err conftest.$ac_objext \
1878 conftest$ac_exeext conftest.$ac_ext
1879fi
1880eval ac_res=\$$3
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1882$as_echo "$ac_res" >&6; }
1883 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1884
1885} # ac_fn_c_check_func
1886
1887# ac_fn_c_check_decl LINENO SYMBOL VAR
1888# ------------------------------------
1889# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1890ac_fn_c_check_decl ()
1891{
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1893 as_decl_name=`echo $2|sed 's/ *(.*//'`
1894 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1896$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1897if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1898 $as_echo_n "(cached) " >&6
1899else
1900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901/* end confdefs.h. */
1902$4
1903int
1904main ()
1905{
360cfc9c
AM
1906#ifndef $as_decl_name
1907#ifdef __cplusplus
1908 (void) $as_decl_use;
1909#else
1910 (void) $as_decl_name;
1911#endif
81ecdfbb
RW
1912#endif
1913
1914 ;
1915 return 0;
1916}
1917_ACEOF
1918if ac_fn_c_try_compile "$LINENO"; then :
1919 eval "$3=yes"
1920else
1921 eval "$3=no"
1922fi
1923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1924fi
1925eval ac_res=\$$3
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1927$as_echo "$ac_res" >&6; }
1928 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1929
1930} # ac_fn_c_check_decl
1931cat >config.log <<_ACEOF
1932This file contains any messages produced by compilers while
1933running configure, to aid debugging if configure makes a mistake.
1934
2e98a7bd 1935It was created by binutils $as_me 2.24.51, which was
81ecdfbb
RW
1936generated by GNU Autoconf 2.64. Invocation command line was
1937
1938 $ $0 $@
1939
1940_ACEOF
1941exec 5>>config.log
1942{
1943cat <<_ASUNAME
1944## --------- ##
1945## Platform. ##
1946## --------- ##
1947
1948hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1949uname -m = `(uname -m) 2>/dev/null || echo unknown`
1950uname -r = `(uname -r) 2>/dev/null || echo unknown`
1951uname -s = `(uname -s) 2>/dev/null || echo unknown`
1952uname -v = `(uname -v) 2>/dev/null || echo unknown`
1953
1954/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1955/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1956
1957/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1958/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1959/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1960/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1961/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1962/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1963/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
1964
1965_ASUNAME
1966
1967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1968for as_dir in $PATH
1969do
1970 IFS=$as_save_IFS
1971 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1972 $as_echo "PATH: $as_dir"
1973 done
1974IFS=$as_save_IFS
e5a52504 1975
42ecbf5e 1976} >&5
ceae3e33 1977
42ecbf5e 1978cat >&5 <<_ACEOF
e5a52504 1979
42ecbf5e
DJ
1980
1981## ----------- ##
1982## Core tests. ##
1983## ----------- ##
1984
1985_ACEOF
1986
1987
1988# Keep a trace of the command line.
1989# Strip out --no-create and --no-recursion so they do not pile up.
1990# Strip out --silent because we don't want to record it for future runs.
1991# Also quote any args containing shell meta-characters.
1992# Make two passes to allow for proper duplicate-argument suppression.
1993ac_configure_args=
1994ac_configure_args0=
1995ac_configure_args1=
42ecbf5e
DJ
1996ac_must_keep_next=false
1997for ac_pass in 1 2
1998do
1999 for ac_arg
2000 do
2001 case $ac_arg in
2002 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2003 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2004 | -silent | --silent | --silen | --sile | --sil)
2005 continue ;;
81ecdfbb
RW
2006 *\'*)
2007 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2008 esac
2009 case $ac_pass in
81ecdfbb 2010 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2011 2)
81ecdfbb 2012 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2013 if test $ac_must_keep_next = true; then
2014 ac_must_keep_next=false # Got value, back to normal.
2015 else
2016 case $ac_arg in
2017 *=* | --config-cache | -C | -disable-* | --disable-* \
2018 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2019 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2020 | -with-* | --with-* | -without-* | --without-* | --x)
2021 case "$ac_configure_args0 " in
2022 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2023 esac
2024 ;;
2025 -* ) ac_must_keep_next=true ;;
2026 esac
2027 fi
81ecdfbb 2028 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2029 ;;
2030 esac
2031 done
2032done
81ecdfbb
RW
2033{ ac_configure_args0=; unset ac_configure_args0;}
2034{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2035
2036# When interrupted or exit'd, cleanup temporary files, and complete
2037# config.log. We remove comments because anyway the quotes in there
2038# would cause problems or look ugly.
81ecdfbb
RW
2039# WARNING: Use '\'' to represent an apostrophe within the trap.
2040# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2041trap 'exit_status=$?
2042 # Save into config.log some information that might help in debugging.
2043 {
2044 echo
2045
2046 cat <<\_ASBOX
2047## ---------------- ##
2048## Cache variables. ##
2049## ---------------- ##
2050_ASBOX
2051 echo
2052 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2053(
2054 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2055 eval ac_val=\$$ac_var
2056 case $ac_val in #(
2057 *${as_nl}*)
2058 case $ac_var in #(
2059 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2060$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2061 esac
2062 case $ac_var in #(
2063 _ | IFS | as_nl) ;; #(
2064 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2065 *) { eval $ac_var=; unset $ac_var;} ;;
2066 esac ;;
2067 esac
2068 done
42ecbf5e 2069 (set) 2>&1 |
81ecdfbb
RW
2070 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2071 *${as_nl}ac_space=\ *)
42ecbf5e 2072 sed -n \
81ecdfbb
RW
2073 "s/'\''/'\''\\\\'\'''\''/g;
2074 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2075 ;; #(
42ecbf5e 2076 *)
81ecdfbb 2077 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2078 ;;
81ecdfbb
RW
2079 esac |
2080 sort
2081)
42ecbf5e
DJ
2082 echo
2083
2084 cat <<\_ASBOX
2085## ----------------- ##
2086## Output variables. ##
2087## ----------------- ##
2088_ASBOX
2089 echo
2090 for ac_var in $ac_subst_vars
2091 do
81ecdfbb
RW
2092 eval ac_val=\$$ac_var
2093 case $ac_val in
2094 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2095 esac
2096 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2097 done | sort
2098 echo
2099
2100 if test -n "$ac_subst_files"; then
2101 cat <<\_ASBOX
81ecdfbb
RW
2102## ------------------- ##
2103## File substitutions. ##
2104## ------------------- ##
42ecbf5e
DJ
2105_ASBOX
2106 echo
2107 for ac_var in $ac_subst_files
2108 do
81ecdfbb
RW
2109 eval ac_val=\$$ac_var
2110 case $ac_val in
2111 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2112 esac
2113 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2114 done | sort
2115 echo
2116 fi
2117
2118 if test -s confdefs.h; then
2119 cat <<\_ASBOX
2120## ----------- ##
2121## confdefs.h. ##
2122## ----------- ##
2123_ASBOX
2124 echo
81ecdfbb 2125 cat confdefs.h
42ecbf5e
DJ
2126 echo
2127 fi
2128 test "$ac_signal" != 0 &&
81ecdfbb
RW
2129 $as_echo "$as_me: caught signal $ac_signal"
2130 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2131 } >&5
81ecdfbb
RW
2132 rm -f core *.core core.conftest.* &&
2133 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2134 exit $exit_status
81ecdfbb 2135' 0
42ecbf5e 2136for ac_signal in 1 2 13 15; do
81ecdfbb 2137 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2138done
2139ac_signal=0
2140
2141# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2142rm -f -r conftest* confdefs.h
2143
2144$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2145
2146# Predefined preprocessor variables.
2147
2148cat >>confdefs.h <<_ACEOF
2149#define PACKAGE_NAME "$PACKAGE_NAME"
2150_ACEOF
2151
42ecbf5e
DJ
2152cat >>confdefs.h <<_ACEOF
2153#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2154_ACEOF
2155
42ecbf5e
DJ
2156cat >>confdefs.h <<_ACEOF
2157#define PACKAGE_VERSION "$PACKAGE_VERSION"
2158_ACEOF
2159
42ecbf5e
DJ
2160cat >>confdefs.h <<_ACEOF
2161#define PACKAGE_STRING "$PACKAGE_STRING"
2162_ACEOF
2163
42ecbf5e
DJ
2164cat >>confdefs.h <<_ACEOF
2165#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2166_ACEOF
2167
81ecdfbb
RW
2168cat >>confdefs.h <<_ACEOF
2169#define PACKAGE_URL "$PACKAGE_URL"
2170_ACEOF
2171
42ecbf5e
DJ
2172
2173# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2174# Prefer an explicitly selected file to automatically selected ones.
2175ac_site_file1=NONE
2176ac_site_file2=NONE
2177if test -n "$CONFIG_SITE"; then
2178 ac_site_file1=$CONFIG_SITE
2179elif test "x$prefix" != xNONE; then
2180 ac_site_file1=$prefix/share/config.site
2181 ac_site_file2=$prefix/etc/config.site
2182else
2183 ac_site_file1=$ac_default_prefix/share/config.site
2184 ac_site_file2=$ac_default_prefix/etc/config.site
2185fi
2186for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2187do
2188 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2189 if test -r "$ac_site_file"; then
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2191$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2192 sed 's/^/| /' "$ac_site_file" >&5
2193 . "$ac_site_file"
2194 fi
2195done
2196
2197if test -r "$cache_file"; then
2198 # Some versions of bash will fail to source /dev/null (special
2199 # files actually), so we avoid doing that.
2200 if test -f "$cache_file"; then
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2202$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2203 case $cache_file in
81ecdfbb
RW
2204 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2205 *) . "./$cache_file";;
42ecbf5e
DJ
2206 esac
2207 fi
2208else
81ecdfbb
RW
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2210$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2211 >$cache_file
2212fi
2213
2214# Check that the precious variables saved in the cache have kept the same
2215# value.
2216ac_cache_corrupted=false
81ecdfbb 2217for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2218 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2219 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2220 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2221 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2222 case $ac_old_set,$ac_new_set in
2223 set,)
81ecdfbb
RW
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2225$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2226 ac_cache_corrupted=: ;;
2227 ,set)
81ecdfbb
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2229$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2230 ac_cache_corrupted=: ;;
2231 ,);;
2232 *)
2233 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2234 # differences in whitespace do not lead to failure.
2235 ac_old_val_w=`echo x $ac_old_val`
2236 ac_new_val_w=`echo x $ac_new_val`
2237 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2239$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2240 ac_cache_corrupted=:
2241 else
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2243$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2244 eval $ac_var=\$ac_old_val
2245 fi
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2247$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2249$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2250 fi;;
2251 esac
2252 # Pass precious variables to config.status.
2253 if test "$ac_new_set" = set; then
2254 case $ac_new_val in
81ecdfbb 2255 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2256 *) ac_arg=$ac_var=$ac_new_val ;;
2257 esac
2258 case " $ac_configure_args " in
2259 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2260 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2261 esac
2262 fi
2263done
2264if $ac_cache_corrupted; then
81ecdfbb
RW
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2266$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2268$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2269 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2270fi
81ecdfbb
RW
2271## -------------------- ##
2272## Main body of script. ##
2273## -------------------- ##
42ecbf5e
DJ
2274
2275ac_ext=c
2276ac_cpp='$CPP $CPPFLAGS'
2277ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2278ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2279ac_compiler_gnu=$ac_cv_c_compiler_gnu
2280
2281
2282
42ecbf5e 2283
da594c4a 2284
42ecbf5e
DJ
2285
2286
2287ac_aux_dir=
81ecdfbb
RW
2288for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2289 for ac_t in install-sh install.sh shtool; do
2290 if test -f "$ac_dir/$ac_t"; then
2291 ac_aux_dir=$ac_dir
2292 ac_install_sh="$ac_aux_dir/$ac_t -c"
2293 break 2
2294 fi
2295 done
42ecbf5e
DJ
2296done
2297if test -z "$ac_aux_dir"; then
81ecdfbb 2298 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2299fi
81ecdfbb
RW
2300
2301# These three variables are undocumented and unsupported,
2302# and are intended to be withdrawn in a future Autoconf release.
2303# They can cause serious problems if a builder's source tree is in a directory
2304# whose full name contains unusual characters.
2305ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2306ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2307ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2308
42ecbf5e
DJ
2309
2310# Make sure we can run config.sub.
81ecdfbb
RW
2311$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2312 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2313
2314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2315$as_echo_n "checking build system type... " >&6; }
2316if test "${ac_cv_build+set}" = set; then :
2317 $as_echo_n "(cached) " >&6
2318else
2319 ac_build_alias=$build_alias
2320test "x$ac_build_alias" = x &&
2321 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2322test "x$ac_build_alias" = x &&
2323 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2324ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2326
2327fi
2328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2329$as_echo "$ac_cv_build" >&6; }
2330case $ac_cv_build in
2331*-*-*) ;;
2332*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2333esac
42ecbf5e 2334build=$ac_cv_build
81ecdfbb
RW
2335ac_save_IFS=$IFS; IFS='-'
2336set x $ac_cv_build
2337shift
2338build_cpu=$1
2339build_vendor=$2
2340shift; shift
2341# Remember, the first character of IFS is used to create $*,
2342# except with old shells:
2343build_os=$*
2344IFS=$ac_save_IFS
2345case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2346
2347
81ecdfbb
RW
2348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2349$as_echo_n "checking host system type... " >&6; }
2350if test "${ac_cv_host+set}" = set; then :
2351 $as_echo_n "(cached) " >&6
42ecbf5e 2352else
81ecdfbb
RW
2353 if test "x$host_alias" = x; then
2354 ac_cv_host=$ac_cv_build
2355else
2356 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2357 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2358fi
42ecbf5e
DJ
2359
2360fi
81ecdfbb
RW
2361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2362$as_echo "$ac_cv_host" >&6; }
2363case $ac_cv_host in
2364*-*-*) ;;
2365*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2366esac
42ecbf5e 2367host=$ac_cv_host
81ecdfbb
RW
2368ac_save_IFS=$IFS; IFS='-'
2369set x $ac_cv_host
2370shift
2371host_cpu=$1
2372host_vendor=$2
2373shift; shift
2374# Remember, the first character of IFS is used to create $*,
2375# except with old shells:
2376host_os=$*
2377IFS=$ac_save_IFS
2378case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2379
2380
81ecdfbb
RW
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2382$as_echo_n "checking target system type... " >&6; }
2383if test "${ac_cv_target+set}" = set; then :
2384 $as_echo_n "(cached) " >&6
2385else
2386 if test "x$target_alias" = x; then
2387 ac_cv_target=$ac_cv_host
42ecbf5e 2388else
81ecdfbb
RW
2389 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2390 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2391fi
42ecbf5e
DJ
2392
2393fi
81ecdfbb
RW
2394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2395$as_echo "$ac_cv_target" >&6; }
2396case $ac_cv_target in
2397*-*-*) ;;
2398*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2399esac
42ecbf5e 2400target=$ac_cv_target
81ecdfbb
RW
2401ac_save_IFS=$IFS; IFS='-'
2402set x $ac_cv_target
2403shift
2404target_cpu=$1
2405target_vendor=$2
2406shift; shift
2407# Remember, the first character of IFS is used to create $*,
2408# except with old shells:
2409target_os=$*
2410IFS=$ac_save_IFS
2411case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2412
2413
2414# The aliases save the names the user supplied, while $host etc.
2415# will get canonicalized.
2416test -n "$target_alias" &&
2417 test "$program_prefix$program_suffix$program_transform_name" = \
2418 NONENONEs,x,x, &&
2419 program_prefix=${target_alias}-
2420ac_ext=c
2421ac_cpp='$CPP $CPPFLAGS'
2422ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2423ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2424ac_compiler_gnu=$ac_cv_c_compiler_gnu
2425if test -n "$ac_tool_prefix"; then
2426 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2427set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2429$as_echo_n "checking for $ac_word... " >&6; }
2430if test "${ac_cv_prog_CC+set}" = set; then :
2431 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2432else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435else
2436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2437for as_dir in $PATH
2438do
2439 IFS=$as_save_IFS
2440 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2441 for ac_exec_ext in '' $ac_executable_extensions; do
2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2443 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2445 break 2
2446 fi
2447done
81ecdfbb
RW
2448 done
2449IFS=$as_save_IFS
42ecbf5e
DJ
2450
2451fi
2452fi
2453CC=$ac_cv_prog_CC
2454if test -n "$CC"; then
81ecdfbb
RW
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2456$as_echo "$CC" >&6; }
42ecbf5e 2457else
81ecdfbb
RW
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2459$as_echo "no" >&6; }
42ecbf5e
DJ
2460fi
2461
81ecdfbb 2462
42ecbf5e
DJ
2463fi
2464if test -z "$ac_cv_prog_CC"; then
2465 ac_ct_CC=$CC
2466 # Extract the first word of "gcc", so it can be a program name with args.
2467set dummy gcc; ac_word=$2
81ecdfbb
RW
2468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469$as_echo_n "checking for $ac_word... " >&6; }
2470if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2471 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2472else
2473 if test -n "$ac_ct_CC"; then
2474 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2475else
2476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477for as_dir in $PATH
2478do
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2483 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2485 break 2
2486 fi
2487done
81ecdfbb
RW
2488 done
2489IFS=$as_save_IFS
42ecbf5e
DJ
2490
2491fi
2492fi
2493ac_ct_CC=$ac_cv_prog_ac_ct_CC
2494if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2496$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2497else
81ecdfbb
RW
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499$as_echo "no" >&6; }
42ecbf5e
DJ
2500fi
2501
81ecdfbb
RW
2502 if test "x$ac_ct_CC" = x; then
2503 CC=""
2504 else
2505 case $cross_compiling:$ac_tool_warned in
2506yes:)
2507{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2508$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2509ac_tool_warned=yes ;;
2510esac
2511 CC=$ac_ct_CC
2512 fi
42ecbf5e
DJ
2513else
2514 CC="$ac_cv_prog_CC"
2515fi
2516
2517if test -z "$CC"; then
81ecdfbb
RW
2518 if test -n "$ac_tool_prefix"; then
2519 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2520set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2522$as_echo_n "checking for $ac_word... " >&6; }
2523if test "${ac_cv_prog_CC+set}" = set; then :
2524 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2525else
2526 if test -n "$CC"; then
2527 ac_cv_prog_CC="$CC" # Let the user override the test.
2528else
2529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530for as_dir in $PATH
2531do
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2534 for ac_exec_ext in '' $ac_executable_extensions; do
2535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2536 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2538 break 2
2539 fi
2540done
81ecdfbb
RW
2541 done
2542IFS=$as_save_IFS
42ecbf5e
DJ
2543
2544fi
2545fi
2546CC=$ac_cv_prog_CC
2547if test -n "$CC"; then
81ecdfbb
RW
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2549$as_echo "$CC" >&6; }
42ecbf5e 2550else
81ecdfbb
RW
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2552$as_echo "no" >&6; }
42ecbf5e
DJ
2553fi
2554
81ecdfbb
RW
2555
2556 fi
42ecbf5e 2557fi
81ecdfbb 2558if test -z "$CC"; then
42ecbf5e
DJ
2559 # Extract the first word of "cc", so it can be a program name with args.
2560set dummy cc; ac_word=$2
81ecdfbb
RW
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562$as_echo_n "checking for $ac_word... " >&6; }
2563if test "${ac_cv_prog_CC+set}" = set; then :
2564 $as_echo_n "(cached) " >&6
42ecbf5e 2565else
81ecdfbb
RW
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2568else
81ecdfbb 2569 ac_prog_rejected=no
42ecbf5e
DJ
2570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571for as_dir in $PATH
2572do
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2575 for ac_exec_ext in '' $ac_executable_extensions; do
2576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2577 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2578 ac_prog_rejected=yes
2579 continue
2580 fi
2581 ac_cv_prog_CC="cc"
2582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2583 break 2
2584 fi
2585done
81ecdfbb
RW
2586 done
2587IFS=$as_save_IFS
42ecbf5e
DJ
2588
2589if test $ac_prog_rejected = yes; then
2590 # We found a bogon in the path, so make sure we never use it.
2591 set dummy $ac_cv_prog_CC
2592 shift
2593 if test $# != 0; then
2594 # We chose a different compiler from the bogus one.
2595 # However, it has the same basename, so the bogon will be chosen
2596 # first if we set CC to just the basename; use the full file name.
2597 shift
2598 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2599 fi
2600fi
2601fi
2602fi
2603CC=$ac_cv_prog_CC
2604if test -n "$CC"; then
81ecdfbb
RW
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2606$as_echo "$CC" >&6; }
42ecbf5e 2607else
81ecdfbb
RW
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2609$as_echo "no" >&6; }
42ecbf5e
DJ
2610fi
2611
81ecdfbb 2612
42ecbf5e
DJ
2613fi
2614if test -z "$CC"; then
2615 if test -n "$ac_tool_prefix"; then
81ecdfbb 2616 for ac_prog in cl.exe
42ecbf5e
DJ
2617 do
2618 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2619set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2621$as_echo_n "checking for $ac_word... " >&6; }
2622if test "${ac_cv_prog_CC+set}" = set; then :
2623 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2624else
2625 if test -n "$CC"; then
2626 ac_cv_prog_CC="$CC" # Let the user override the test.
2627else
2628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2629for as_dir in $PATH
2630do
2631 IFS=$as_save_IFS
2632 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2633 for ac_exec_ext in '' $ac_executable_extensions; do
2634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2635 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2637 break 2
2638 fi
2639done
81ecdfbb
RW
2640 done
2641IFS=$as_save_IFS
42ecbf5e
DJ
2642
2643fi
2644fi
2645CC=$ac_cv_prog_CC
2646if test -n "$CC"; then
81ecdfbb
RW
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2648$as_echo "$CC" >&6; }
42ecbf5e 2649else
81ecdfbb
RW
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2651$as_echo "no" >&6; }
42ecbf5e
DJ
2652fi
2653
81ecdfbb 2654
42ecbf5e
DJ
2655 test -n "$CC" && break
2656 done
2657fi
2658if test -z "$CC"; then
2659 ac_ct_CC=$CC
81ecdfbb 2660 for ac_prog in cl.exe
42ecbf5e
DJ
2661do
2662 # Extract the first word of "$ac_prog", so it can be a program name with args.
2663set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2665$as_echo_n "checking for $ac_word... " >&6; }
2666if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2667 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2668else
2669 if test -n "$ac_ct_CC"; then
2670 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2671else
2672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2673for as_dir in $PATH
2674do
2675 IFS=$as_save_IFS
2676 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2677 for ac_exec_ext in '' $ac_executable_extensions; do
2678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2679 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2681 break 2
2682 fi
2683done
81ecdfbb
RW
2684 done
2685IFS=$as_save_IFS
42ecbf5e
DJ
2686
2687fi
2688fi
2689ac_ct_CC=$ac_cv_prog_ac_ct_CC
2690if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2692$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2693else
81ecdfbb
RW
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2695$as_echo "no" >&6; }
42ecbf5e
DJ
2696fi
2697
81ecdfbb 2698
42ecbf5e
DJ
2699 test -n "$ac_ct_CC" && break
2700done
2701
81ecdfbb
RW
2702 if test "x$ac_ct_CC" = x; then
2703 CC=""
2704 else
2705 case $cross_compiling:$ac_tool_warned in
2706yes:)
2707{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2708$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2709ac_tool_warned=yes ;;
2710esac
2711 CC=$ac_ct_CC
2712 fi
42ecbf5e
DJ
2713fi
2714
2715fi
2716
2717
81ecdfbb
RW
2718test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2719$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2720as_fn_error "no acceptable C compiler found in \$PATH
2721See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2722
2723# Provide some information about the compiler.
81ecdfbb
RW
2724$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2725set X $ac_compile
2726ac_compiler=$2
2727for ac_option in --version -v -V -qversion; do
2728 { { ac_try="$ac_compiler $ac_option >&5"
2729case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732esac
2733eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2734$as_echo "$ac_try_echo"; } >&5
2735 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2736 ac_status=$?
81ecdfbb
RW
2737 if test -s conftest.err; then
2738 sed '10a\
2739... rest of stderr output deleted ...
2740 10q' conftest.err >conftest.er1
2741 cat conftest.er1 >&5
2742 rm -f conftest.er1 conftest.err
2743 fi
2744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2745 test $ac_status = 0; }
2746done
42ecbf5e 2747
81ecdfbb 2748cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2749/* end confdefs.h. */
2750
2751int
2752main ()
2753{
2754
2755 ;
2756 return 0;
2757}
2758_ACEOF
2759ac_clean_files_save=$ac_clean_files
81ecdfbb 2760ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2761# Try to create an executable without -o first, disregard a.out.
2762# It will help us diagnose broken compilers, and finding out an intuition
2763# of exeext.
81ecdfbb
RW
2764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2765$as_echo_n "checking for C compiler default output file name... " >&6; }
2766ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2767
2768# The possible output files:
2769ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2770
2771ac_rmfiles=
2772for ac_file in $ac_files
2773do
2774 case $ac_file in
2775 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2776 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2777 esac
2778done
2779rm -f $ac_rmfiles
2780
2781if { { ac_try="$ac_link_default"
2782case "(($ac_try" in
2783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784 *) ac_try_echo=$ac_try;;
2785esac
2786eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2787$as_echo "$ac_try_echo"; } >&5
2788 (eval "$ac_link_default") 2>&5
2789 ac_status=$?
2790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2791 test $ac_status = 0; }; then :
2792 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2793# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2794# in a Makefile. We should not override ac_cv_exeext if it was cached,
2795# so that the user can short-circuit this test for compilers unknown to
2796# Autoconf.
2797for ac_file in $ac_files ''
42ecbf5e
DJ
2798do
2799 test -f "$ac_file" || continue
2800 case $ac_file in
81ecdfbb 2801 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
2802 ;;
2803 [ab].out )
2804 # We found the default executable, but exeext='' is most
2805 # certainly right.
2806 break;;
2807 *.* )
81ecdfbb
RW
2808 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2809 then :; else
2810 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2811 fi
2812 # We set ac_cv_exeext here because the later test for it is not
2813 # safe: cross compilers may not add the suffix if given an `-o'
2814 # argument, so we may need to know it at that point already.
2815 # Even if this section looks crufty: it has the advantage of
2816 # actually working.
42ecbf5e
DJ
2817 break;;
2818 * )
2819 break;;
2820 esac
2821done
81ecdfbb
RW
2822test "$ac_cv_exeext" = no && ac_cv_exeext=
2823
42ecbf5e 2824else
81ecdfbb
RW
2825 ac_file=''
2826fi
2827{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2828$as_echo "$ac_file" >&6; }
2829if test -z "$ac_file"; then :
2830 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2831sed 's/^/| /' conftest.$ac_ext >&5
2832
81ecdfbb
RW
2833{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2834$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2835{ as_fn_set_status 77
2836as_fn_error "C compiler cannot create executables
2837See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 2838fi
42ecbf5e 2839ac_exeext=$ac_cv_exeext
42ecbf5e 2840
81ecdfbb 2841# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2842# the compiler is broken, or we cross compile.
81ecdfbb
RW
2843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2844$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
2845# If not cross compiling, check that we can run a simple program.
2846if test "$cross_compiling" != yes; then
2847 if { ac_try='./$ac_file'
81ecdfbb
RW
2848 { { case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2851esac
2852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853$as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_try") 2>&5
42ecbf5e 2855 ac_status=$?
81ecdfbb
RW
2856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2857 test $ac_status = 0; }; }; then
42ecbf5e
DJ
2858 cross_compiling=no
2859 else
2860 if test "$cross_compiling" = maybe; then
2861 cross_compiling=yes
2862 else
81ecdfbb
RW
2863 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2864$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2865as_fn_error "cannot run C compiled programs.
42ecbf5e 2866If you meant to cross compile, use \`--host'.
81ecdfbb 2867See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2868 fi
2869 fi
2870fi
81ecdfbb
RW
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2872$as_echo "yes" >&6; }
42ecbf5e 2873
81ecdfbb 2874rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 2875ac_clean_files=$ac_clean_files_save
81ecdfbb 2876# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2877# the compiler is broken, or we cross compile.
81ecdfbb
RW
2878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2879$as_echo_n "checking whether we are cross compiling... " >&6; }
2880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2881$as_echo "$cross_compiling" >&6; }
2882
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2884$as_echo_n "checking for suffix of executables... " >&6; }
2885if { { ac_try="$ac_link"
2886case "(($ac_try" in
2887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2888 *) ac_try_echo=$ac_try;;
2889esac
2890eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2891$as_echo "$ac_try_echo"; } >&5
2892 (eval "$ac_link") 2>&5
42ecbf5e 2893 ac_status=$?
81ecdfbb
RW
2894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2895 test $ac_status = 0; }; then :
42ecbf5e
DJ
2896 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2897# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2898# work properly (i.e., refer to `conftest.exe'), while it won't with
2899# `rm'.
2900for ac_file in conftest.exe conftest conftest.*; do
2901 test -f "$ac_file" || continue
2902 case $ac_file in
81ecdfbb 2903 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 2904 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
2905 break;;
2906 * ) break;;
2907 esac
2908done
2909else
81ecdfbb
RW
2910 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2911$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2912as_fn_error "cannot compute suffix of executables: cannot compile and link
2913See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2914fi
42ecbf5e 2915rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2917$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
2918
2919rm -f conftest.$ac_ext
2920EXEEXT=$ac_cv_exeext
2921ac_exeext=$EXEEXT
81ecdfbb
RW
2922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2923$as_echo_n "checking for suffix of object files... " >&6; }
2924if test "${ac_cv_objext+set}" = set; then :
2925 $as_echo_n "(cached) " >&6
42ecbf5e 2926else
81ecdfbb 2927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2928/* end confdefs.h. */
2929
2930int
2931main ()
2932{
2933
2934 ;
2935 return 0;
2936}
2937_ACEOF
2938rm -f conftest.o conftest.obj
81ecdfbb
RW
2939if { { ac_try="$ac_compile"
2940case "(($ac_try" in
2941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2942 *) ac_try_echo=$ac_try;;
2943esac
2944eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2945$as_echo "$ac_try_echo"; } >&5
2946 (eval "$ac_compile") 2>&5
2947 ac_status=$?
2948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2949 test $ac_status = 0; }; then :
2950 for ac_file in conftest.o conftest.obj conftest.*; do
2951 test -f "$ac_file" || continue;
42ecbf5e 2952 case $ac_file in
81ecdfbb 2953 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
2954 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2955 break;;
2956 esac
2957done
2958else
81ecdfbb 2959 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2960sed 's/^/| /' conftest.$ac_ext >&5
2961
81ecdfbb
RW
2962{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2964as_fn_error "cannot compute suffix of object files: cannot compile
2965See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2966fi
42ecbf5e
DJ
2967rm -f conftest.$ac_cv_objext conftest.$ac_ext
2968fi
81ecdfbb
RW
2969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2970$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
2971OBJEXT=$ac_cv_objext
2972ac_objext=$OBJEXT
81ecdfbb
RW
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2974$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2975if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2976 $as_echo_n "(cached) " >&6
42ecbf5e 2977else
81ecdfbb 2978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2979/* end confdefs.h. */
2980
2981int
2982main ()
2983{
2984#ifndef __GNUC__
2985 choke me
2986#endif
2987
2988 ;
2989 return 0;
2990}
2991_ACEOF
81ecdfbb 2992if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
2993 ac_compiler_gnu=yes
2994else
81ecdfbb 2995 ac_compiler_gnu=no
42ecbf5e 2996fi
81ecdfbb 2997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
2998ac_cv_c_compiler_gnu=$ac_compiler_gnu
2999
3000fi
81ecdfbb
RW
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3002$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3003if test $ac_compiler_gnu = yes; then
3004 GCC=yes
3005else
3006 GCC=
3007fi
42ecbf5e
DJ
3008ac_test_CFLAGS=${CFLAGS+set}
3009ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3011$as_echo_n "checking whether $CC accepts -g... " >&6; }
3012if test "${ac_cv_prog_cc_g+set}" = set; then :
3013 $as_echo_n "(cached) " >&6
3014else
3015 ac_save_c_werror_flag=$ac_c_werror_flag
3016 ac_c_werror_flag=yes
3017 ac_cv_prog_cc_g=no
3018 CFLAGS="-g"
3019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3020/* end confdefs.h. */
3021
3022int
3023main ()
3024{
3025
3026 ;
3027 return 0;
3028}
3029_ACEOF
81ecdfbb 3030if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3031 ac_cv_prog_cc_g=yes
3032else
81ecdfbb
RW
3033 CFLAGS=""
3034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3035/* end confdefs.h. */
3036
3037int
3038main ()
3039{
3040
3041 ;
3042 return 0;
3043}
3044_ACEOF
3045if ac_fn_c_try_compile "$LINENO"; then :
3046
3047else
3048 ac_c_werror_flag=$ac_save_c_werror_flag
3049 CFLAGS="-g"
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051/* end confdefs.h. */
3052
3053int
3054main ()
3055{
42ecbf5e 3056
81ecdfbb
RW
3057 ;
3058 return 0;
3059}
3060_ACEOF
3061if ac_fn_c_try_compile "$LINENO"; then :
3062 ac_cv_prog_cc_g=yes
3063fi
3064rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3065fi
81ecdfbb 3066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3067fi
81ecdfbb
RW
3068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3070fi
3071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3072$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3073if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3080 fi
3081else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3086 fi
3087fi
81ecdfbb
RW
3088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3089$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3090if test "${ac_cv_prog_cc_c89+set}" = set; then :
3091 $as_echo_n "(cached) " >&6
42ecbf5e 3092else
81ecdfbb 3093 ac_cv_prog_cc_c89=no
42ecbf5e 3094ac_save_CC=$CC
81ecdfbb 3095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3096/* end confdefs.h. */
3097#include <stdarg.h>
3098#include <stdio.h>
3099#include <sys/types.h>
3100#include <sys/stat.h>
3101/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3102struct buf { int x; };
3103FILE * (*rcsopen) (struct buf *, struct stat *, int);
3104static char *e (p, i)
3105 char **p;
3106 int i;
3107{
3108 return p[i];
3109}
3110static char *f (char * (*g) (char **, int), char **p, ...)
3111{
3112 char *s;
3113 va_list v;
3114 va_start (v,p);
3115 s = g (p, va_arg (v,int));
3116 va_end (v);
3117 return s;
3118}
3119
3120/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3121 function prototypes and stuff, but not '\xHH' hex character constants.
3122 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3123 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3124 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3125 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3126 that's true only with -std. */
42ecbf5e
DJ
3127int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3128
81ecdfbb
RW
3129/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3130 inside strings and character constants. */
3131#define FOO(x) 'x'
3132int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3133
42ecbf5e
DJ
3134int test (int i, double x);
3135struct s1 {int (*f) (int a);};
3136struct s2 {int (*f) (double a);};
3137int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3138int argc;
3139char **argv;
3140int
3141main ()
3142{
3143return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3144 ;
3145 return 0;
3146}
3147_ACEOF
81ecdfbb
RW
3148for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3149 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3150do
3151 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3152 if ac_fn_c_try_compile "$LINENO"; then :
3153 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3154fi
81ecdfbb
RW
3155rm -f core conftest.err conftest.$ac_objext
3156 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3157done
81ecdfbb 3158rm -f conftest.$ac_ext
42ecbf5e
DJ
3159CC=$ac_save_CC
3160
3161fi
81ecdfbb
RW
3162# AC_CACHE_VAL
3163case "x$ac_cv_prog_cc_c89" in
3164 x)
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3166$as_echo "none needed" >&6; } ;;
3167 xno)
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3169$as_echo "unsupported" >&6; } ;;
42ecbf5e 3170 *)
81ecdfbb
RW
3171 CC="$CC $ac_cv_prog_cc_c89"
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3173$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3174esac
81ecdfbb 3175if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3176
42ecbf5e
DJ
3177fi
3178
42ecbf5e
DJ
3179ac_ext=c
3180ac_cpp='$CPP $CPPFLAGS'
3181ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3182ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3183ac_compiler_gnu=$ac_cv_c_compiler_gnu
3184
3185
81ecdfbb
RW
3186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3187$as_echo_n "checking for library containing strerror... " >&6; }
3188if test "${ac_cv_search_strerror+set}" = set; then :
3189 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3190else
3191 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3192cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3193/* end confdefs.h. */
3194
81ecdfbb
RW
3195/* Override any GCC internal prototype to avoid an error.
3196 Use char because int might match the return type of a GCC
3197 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3198#ifdef __cplusplus
3199extern "C"
3200#endif
42ecbf5e
DJ
3201char strerror ();
3202int
3203main ()
3204{
81ecdfbb 3205return strerror ();
42ecbf5e
DJ
3206 ;
3207 return 0;
3208}
3209_ACEOF
81ecdfbb
RW
3210for ac_lib in '' cposix; do
3211 if test -z "$ac_lib"; then
3212 ac_res="none required"
3213 else
3214 ac_res=-l$ac_lib
42ecbf5e 3215 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3216 fi
3217 if ac_fn_c_try_link "$LINENO"; then :
3218 ac_cv_search_strerror=$ac_res
3219fi
3220rm -f core conftest.err conftest.$ac_objext \
3221 conftest$ac_exeext
3222 if test "${ac_cv_search_strerror+set}" = set; then :
3223 break
3224fi
3225done
3226if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3227
42ecbf5e 3228else
81ecdfbb 3229 ac_cv_search_strerror=no
42ecbf5e 3230fi
81ecdfbb 3231rm conftest.$ac_ext
42ecbf5e
DJ
3232LIBS=$ac_func_search_save_LIBS
3233fi
81ecdfbb
RW
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3235$as_echo "$ac_cv_search_strerror" >&6; }
3236ac_res=$ac_cv_search_strerror
3237if test "$ac_res" != no; then :
3238 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3239
3240fi
3241
3242
81ecdfbb
RW
3243am__api_version='1.11'
3244
42ecbf5e
DJ
3245# Find a good install program. We prefer a C program (faster),
3246# so one script is as good as another. But avoid the broken or
3247# incompatible versions:
3248# SysV /etc/install, /usr/sbin/install
3249# SunOS /usr/etc/install
3250# IRIX /sbin/install
3251# AIX /bin/install
3252# AmigaOS /C/install, which installs bootblocks on floppy discs
3253# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3254# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3255# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3256# OS/2's system install, which has a completely different semantic
3257# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3258# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3260$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3261if test -z "$INSTALL"; then
81ecdfbb
RW
3262if test "${ac_cv_path_install+set}" = set; then :
3263 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3264else
3265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3266for as_dir in $PATH
3267do
3268 IFS=$as_save_IFS
3269 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3270 # Account for people who put trailing slashes in PATH elements.
3271case $as_dir/ in #((
3272 ./ | .// | /[cC]/* | \
42ecbf5e 3273 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3274 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3275 /usr/ucb/* ) ;;
3276 *)
3277 # OSF1 and SCO ODT 3.0 have their own names for install.
3278 # Don't use installbsd from OSF since it installs stuff as root
3279 # by default.
3280 for ac_prog in ginstall scoinst install; do
3281 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3282 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3283 if test $ac_prog = install &&
3284 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3285 # AIX install. It has an incompatible calling convention.
3286 :
42ecbf5e
DJ
3287 elif test $ac_prog = install &&
3288 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3289 # program-specific install script used by HP pwplus--don't use.
3290 :
252b5132 3291 else
58c85be7
RW
3292 rm -rf conftest.one conftest.two conftest.dir
3293 echo one > conftest.one
3294 echo two > conftest.two
3295 mkdir conftest.dir
3296 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3297 test -s conftest.one && test -s conftest.two &&
3298 test -s conftest.dir/conftest.one &&
3299 test -s conftest.dir/conftest.two
3300 then
3301 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3302 break 3
3303 fi
252b5132
RH
3304 fi
3305 fi
d15b04bd 3306 done
42ecbf5e
DJ
3307 done
3308 ;;
3309esac
81ecdfbb
RW
3310
3311 done
3312IFS=$as_save_IFS
42ecbf5e 3313
58c85be7 3314rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3315
3316fi
3317 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3318 INSTALL=$ac_cv_path_install
252b5132 3319 else
58c85be7
RW
3320 # As a last resort, use the slow shell script. Don't cache a
3321 # value for INSTALL within a source directory, because that will
252b5132 3322 # break other packages using the cache if that directory is
58c85be7 3323 # removed, or if the value is a relative name.
42ecbf5e 3324 INSTALL=$ac_install_sh
252b5132
RH
3325 fi
3326fi
81ecdfbb
RW
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3328$as_echo "$INSTALL" >&6; }
252b5132
RH
3329
3330# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3331# It thinks the first close brace ends the variable substitution.
3332test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3333
42ecbf5e 3334test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3335
3336test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3337
81ecdfbb
RW
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3339$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3340# Just in case
3341sleep 1
42ecbf5e 3342echo timestamp > conftest.file
81ecdfbb
RW
3343# Reject unsafe characters in $srcdir or the absolute working directory
3344# name. Accept space and tab only in the latter.
3345am_lf='
3346'
3347case `pwd` in
3348 *[\\\"\#\$\&\'\`$am_lf]*)
3349 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3350esac
3351case $srcdir in
3352 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3353 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3354esac
3355
252b5132
RH
3356# Do `set' in a subshell so we don't clobber the current shell's
3357# arguments. Must try -L first in case configure is actually a
3358# symlink; some systems play weird games with the mod time of symlinks
3359# (eg FreeBSD returns the mod time of the symlink's containing
3360# directory).
3361if (
81ecdfbb 3362 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3363 if test "$*" = "X"; then
3364 # -L didn't work.
81ecdfbb 3365 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3366 fi
42ecbf5e
DJ
3367 rm -f conftest.file
3368 if test "$*" != "X $srcdir/configure conftest.file" \
3369 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3370
3371 # If neither matched, then we have a broken ls. This can happen
3372 # if, for instance, CONFIG_SHELL is bash and it inherits a
3373 # broken ls alias from the environment. This has actually
3374 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3375 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3376alias in your environment" "$LINENO" 5
252b5132
RH
3377 fi
3378
42ecbf5e 3379 test "$2" = conftest.file
252b5132
RH
3380 )
3381then
3382 # Ok.
3383 :
3384else
81ecdfbb
RW
3385 as_fn_error "newly created file is older than distributed files!
3386Check your system clock" "$LINENO" 5
42ecbf5e 3387fi
81ecdfbb
RW
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3389$as_echo "yes" >&6; }
42ecbf5e 3390test "$program_prefix" != NONE &&
81ecdfbb 3391 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3392# Use a double $ so make ignores it.
3393test "$program_suffix" != NONE &&
81ecdfbb
RW
3394 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3395# Double any \ or $.
42ecbf5e 3396# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3397ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3398program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3399
3400# expand $ac_aux_dir to an absolute path
3401am_aux_dir=`cd $ac_aux_dir && pwd`
3402
81ecdfbb
RW
3403if test x"${MISSING+set}" != xset; then
3404 case $am_aux_dir in
3405 *\ * | *\ *)
3406 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3407 *)
3408 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3409 esac
3410fi
42ecbf5e
DJ
3411# Use eval to expand $SHELL
3412if eval "$MISSING --run true"; then
3413 am_missing_run="$MISSING --run "
3414else
3415 am_missing_run=
81ecdfbb
RW
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3417$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3418fi
3419
81ecdfbb
RW
3420if test x"${install_sh}" != xset; then
3421 case $am_aux_dir in
3422 *\ * | *\ *)
3423 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3424 *)
3425 install_sh="\${SHELL} $am_aux_dir/install-sh"
3426 esac
3427fi
3428
3429# Installed binaries are usually stripped using `strip' when the user
3430# run `make install-strip'. However `strip' might not be the right
3431# tool to use in cross-compilation environments, therefore Automake
3432# will honor the `STRIP' environment variable to overrule this program.
3433if test "$cross_compiling" != no; then
3434 if test -n "$ac_tool_prefix"; then
3435 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3436set dummy ${ac_tool_prefix}strip; ac_word=$2
3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3438$as_echo_n "checking for $ac_word... " >&6; }
3439if test "${ac_cv_prog_STRIP+set}" = set; then :
3440 $as_echo_n "(cached) " >&6
42ecbf5e 3441else
81ecdfbb
RW
3442 if test -n "$STRIP"; then
3443 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3444else
3445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3446for as_dir in $PATH
3447do
3448 IFS=$as_save_IFS
3449 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3450 for ac_exec_ext in '' $ac_executable_extensions; do
3451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3452 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3454 break 2
3455 fi
3456done
3457 done
3458IFS=$as_save_IFS
3459
3460fi
3461fi
3462STRIP=$ac_cv_prog_STRIP
3463if test -n "$STRIP"; then
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3465$as_echo "$STRIP" >&6; }
3466else
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3468$as_echo "no" >&6; }
3469fi
3470
3471
3472fi
3473if test -z "$ac_cv_prog_STRIP"; then
3474 ac_ct_STRIP=$STRIP
3475 # Extract the first word of "strip", so it can be a program name with args.
3476set dummy strip; ac_word=$2
3477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3478$as_echo_n "checking for $ac_word... " >&6; }
3479if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3480 $as_echo_n "(cached) " >&6
3481else
3482 if test -n "$ac_ct_STRIP"; then
3483 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3484else
3485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3486for as_dir in $PATH
3487do
3488 IFS=$as_save_IFS
3489 test -z "$as_dir" && as_dir=.
3490 for ac_exec_ext in '' $ac_executable_extensions; do
3491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3492 ac_cv_prog_ac_ct_STRIP="strip"
3493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3494 break 2
3495 fi
3496done
81ecdfbb
RW
3497 done
3498IFS=$as_save_IFS
3499
3500fi
3501fi
3502ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3503if test -n "$ac_ct_STRIP"; then
3504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3505$as_echo "$ac_ct_STRIP" >&6; }
3506else
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3508$as_echo "no" >&6; }
3509fi
3510
3511 if test "x$ac_ct_STRIP" = x; then
3512 STRIP=":"
3513 else
3514 case $cross_compiling:$ac_tool_warned in
3515yes:)
3516{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3517$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3518ac_tool_warned=yes ;;
3519esac
3520 STRIP=$ac_ct_STRIP
3521 fi
3522else
3523 STRIP="$ac_cv_prog_STRIP"
3524fi
3525
3526fi
3527INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3528
3529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3530$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3531if test -z "$MKDIR_P"; then
3532 if test "${ac_cv_path_mkdir+set}" = set; then :
3533 $as_echo_n "(cached) " >&6
3534else
3535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3536for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3537do
3538 IFS=$as_save_IFS
3539 test -z "$as_dir" && as_dir=.
3540 for ac_prog in mkdir gmkdir; do
3541 for ac_exec_ext in '' $ac_executable_extensions; do
3542 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3543 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3544 'mkdir (GNU coreutils) '* | \
3545 'mkdir (coreutils) '* | \
3546 'mkdir (fileutils) '4.1*)
3547 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3548 break 3;;
3549 esac
3550 done
3551 done
3552 done
3553IFS=$as_save_IFS
3554
3555fi
3556
3557 if test "${ac_cv_path_mkdir+set}" = set; then
3558 MKDIR_P="$ac_cv_path_mkdir -p"
3559 else
3560 # As a last resort, use the slow shell script. Don't cache a
3561 # value for MKDIR_P within a source directory, because that will
3562 # break other packages using the cache if that directory is
3563 # removed, or if the value is a relative name.
3564 test -d ./--version && rmdir ./--version
3565 MKDIR_P="$ac_install_sh -d"
3566 fi
3567fi
3568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3569$as_echo "$MKDIR_P" >&6; }
3570
3571mkdir_p="$MKDIR_P"
3572case $mkdir_p in
3573 [\\/$]* | ?:[\\/]*) ;;
3574 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3575esac
3576
3577for ac_prog in gawk mawk nawk awk
3578do
3579 # Extract the first word of "$ac_prog", so it can be a program name with args.
3580set dummy $ac_prog; ac_word=$2
3581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3582$as_echo_n "checking for $ac_word... " >&6; }
3583if test "${ac_cv_prog_AWK+set}" = set; then :
3584 $as_echo_n "(cached) " >&6
3585else
3586 if test -n "$AWK"; then
3587 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3588else
3589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3590for as_dir in $PATH
3591do
3592 IFS=$as_save_IFS
3593 test -z "$as_dir" && as_dir=.
3594 for ac_exec_ext in '' $ac_executable_extensions; do
3595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3596 ac_cv_prog_AWK="$ac_prog"
3597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3598 break 2
3599 fi
42ecbf5e 3600done
81ecdfbb
RW
3601 done
3602IFS=$as_save_IFS
42ecbf5e
DJ
3603
3604fi
3605fi
3606AWK=$ac_cv_prog_AWK
3607if test -n "$AWK"; then
81ecdfbb
RW
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3609$as_echo "$AWK" >&6; }
42ecbf5e 3610else
81ecdfbb
RW
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3612$as_echo "no" >&6; }
42ecbf5e
DJ
3613fi
3614
81ecdfbb 3615
42ecbf5e
DJ
3616 test -n "$AWK" && break
3617done
3618
81ecdfbb
RW
3619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3620$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3621set x ${MAKE-make}
3622ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3623if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3624 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3625else
3626 cat >conftest.make <<\_ACEOF
81ecdfbb 3627SHELL = /bin/sh
42ecbf5e 3628all:
81ecdfbb 3629 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3630_ACEOF
3631# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3632case `${MAKE-make} -f conftest.make 2>/dev/null` in
3633 *@@@%%%=?*=@@@%%%*)
3634 eval ac_cv_prog_make_${ac_make}_set=yes;;
3635 *)
3636 eval ac_cv_prog_make_${ac_make}_set=no;;
3637esac
42ecbf5e
DJ
3638rm -f conftest.make
3639fi
81ecdfbb
RW
3640if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3642$as_echo "yes" >&6; }
42ecbf5e
DJ
3643 SET_MAKE=
3644else
81ecdfbb
RW
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3646$as_echo "no" >&6; }
42ecbf5e
DJ
3647 SET_MAKE="MAKE=${MAKE-make}"
3648fi
3649
3650rm -rf .tst 2>/dev/null
3651mkdir .tst 2>/dev/null
3652if test -d .tst; then
3653 am__leading_dot=.
3654else
3655 am__leading_dot=_
3656fi
3657rmdir .tst 2>/dev/null
3658
3659DEPDIR="${am__leading_dot}deps"
3660
81ecdfbb 3661ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3662
3663
3664am_make=${MAKE-make}
3665cat > confinc << 'END'
3666am__doit:
81ecdfbb 3667 @echo this is the am__doit target
42ecbf5e
DJ
3668.PHONY: am__doit
3669END
3670# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3672$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3673am__include="#"
3674am__quote=
3675_am_result=none
3676# First try GNU make style include.
3677echo "include confinc" > confmf
81ecdfbb
RW
3678# Ignore all kinds of additional output from `make'.
3679case `$am_make -s -f confmf 2> /dev/null` in #(
3680*the\ am__doit\ target*)
3681 am__include=include
3682 am__quote=
3683 _am_result=GNU
3684 ;;
3685esac
42ecbf5e
DJ
3686# Now try BSD make style include.
3687if test "$am__include" = "#"; then
3688 echo '.include "confinc"' > confmf
81ecdfbb
RW
3689 case `$am_make -s -f confmf 2> /dev/null` in #(
3690 *the\ am__doit\ target*)
3691 am__include=.include
3692 am__quote="\""
3693 _am_result=BSD
3694 ;;
3695 esac
42ecbf5e
DJ
3696fi
3697
3698
81ecdfbb
RW
3699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3700$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3701rm -f confinc confmf
3702
81ecdfbb
RW
3703# Check whether --enable-dependency-tracking was given.
3704if test "${enable_dependency_tracking+set}" = set; then :
3705 enableval=$enable_dependency_tracking;
3706fi
42ecbf5e 3707
42ecbf5e
DJ
3708if test "x$enable_dependency_tracking" != xno; then
3709 am_depcomp="$ac_aux_dir/depcomp"
3710 AMDEPBACKSLASH='\'
3711fi
81ecdfbb 3712 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3713 AMDEP_TRUE=
3714 AMDEP_FALSE='#'
3715else
3716 AMDEP_TRUE='#'
3717 AMDEP_FALSE=
3718fi
3719
3720
81ecdfbb
RW
3721if test "`cd $srcdir && pwd`" != "`pwd`"; then
3722 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3723 # is not polluted with repeated "-I."
3724 am__isrc=' -I$(srcdir)'
3725 # test to see if srcdir already configured
3726 if test -f $srcdir/config.status; then
3727 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3728 fi
42ecbf5e
DJ
3729fi
3730
3731# test whether we have cygpath
3732if test -z "$CYGPATH_W"; then
3733 if (cygpath --version) >/dev/null 2>/dev/null; then
3734 CYGPATH_W='cygpath -w'
3735 else
3736 CYGPATH_W=echo
3737 fi
3738fi
3739
3740
3741# Define the identity of the package.
2e98a7bd
AM
3742 PACKAGE='binutils'
3743 VERSION='2.24.51'
42ecbf5e
DJ
3744
3745
3746cat >>confdefs.h <<_ACEOF
3747#define PACKAGE "$PACKAGE"
3748_ACEOF
3749
3750
3751cat >>confdefs.h <<_ACEOF
3752#define VERSION "$VERSION"
3753_ACEOF
3754
3755# Some tools Automake needs.
3756
3757ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3758
3759
3760AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3761
3762
3763AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3764
3765
3766AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3767
3768
3769MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3770
42ecbf5e
DJ
3771# We need awk for the "check" target. The system "awk" is bad on
3772# some platforms.
3773# Always define AMTAR for backward compatibility.
252b5132 3774
42ecbf5e 3775AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 3776
42ecbf5e 3777am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
3778
3779
3780
252b5132 3781
42ecbf5e
DJ
3782depcc="$CC" am_compiler_list=
3783
81ecdfbb
RW
3784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3785$as_echo_n "checking dependency style of $depcc... " >&6; }
3786if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3787 $as_echo_n "(cached) " >&6
252b5132 3788else
42ecbf5e
DJ
3789 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3790 # We make a subdir and do the tests there. Otherwise we can end up
3791 # making bogus files that we don't know about and never remove. For
3792 # instance it was reported that on HP-UX the gcc test will end up
3793 # making a dummy file named `D' -- because `-MD' means `put the output
3794 # in D'.
3795 mkdir conftest.dir
3796 # Copy depcomp to subdir because otherwise we won't find it if we're
3797 # using a relative directory.
3798 cp "$am_depcomp" conftest.dir
3799 cd conftest.dir
3800 # We will build objects and dependencies in a subdirectory because
3801 # it helps to detect inapplicable dependency modes. For instance
3802 # both Tru64's cc and ICC support -MD to output dependencies as a
3803 # side effect of compilation, but ICC will put the dependencies in
3804 # the current directory while Tru64 will put them in the object
3805 # directory.
3806 mkdir sub
252b5132 3807
42ecbf5e
DJ
3808 am_cv_CC_dependencies_compiler_type=none
3809 if test "$am_compiler_list" = ""; then
3810 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3811 fi
81ecdfbb
RW
3812 am__universal=false
3813 case " $depcc " in #(
3814 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3815 esac
3816
42ecbf5e
DJ
3817 for depmode in $am_compiler_list; do
3818 # Setup a source with many dependencies, because some compilers
3819 # like to wrap large dependency lists on column 80 (with \), and
3820 # we should not choose a depcomp mode which is confused by this.
3821 #
3822 # We need to recreate these files for each test, as the compiler may
3823 # overwrite some of them when testing with obscure command lines.
3824 # This happens at least with the AIX C compiler.
3825 : > sub/conftest.c
3826 for i in 1 2 3 4 5 6; do
3827 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3828 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3829 # Solaris 8's {/usr,}/bin/sh.
3830 touch sub/conftst$i.h
3831 done
3832 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3833
81ecdfbb
RW
3834 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3835 # mode. It turns out that the SunPro C++ compiler does not properly
3836 # handle `-M -o', and we need to detect this. Also, some Intel
3837 # versions had trouble with output in subdirs
3838 am__obj=sub/conftest.${OBJEXT-o}
3839 am__minus_obj="-o $am__obj"
42ecbf5e 3840 case $depmode in
81ecdfbb
RW
3841 gcc)
3842 # This depmode causes a compiler race in universal mode.
3843 test "$am__universal" = false || continue
3844 ;;
42ecbf5e
DJ
3845 nosideeffect)
3846 # after this tag, mechanisms are not by side-effect, so they'll
3847 # only be used when explicitly requested
3848 if test "x$enable_dependency_tracking" = xyes; then
3849 continue
3850 else
3851 break
3852 fi
3853 ;;
81ecdfbb
RW
3854 msvisualcpp | msvcmsys)
3855 # This compiler won't grok `-c -o', but also, the minuso test has
3856 # not run yet. These depmodes are late enough in the game, and
3857 # so weak that their functioning should not be impacted.
3858 am__obj=conftest.${OBJEXT-o}
3859 am__minus_obj=
3860 ;;
42ecbf5e
DJ
3861 none) break ;;
3862 esac
42ecbf5e 3863 if depmode=$depmode \
81ecdfbb 3864 source=sub/conftest.c object=$am__obj \
42ecbf5e 3865 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3866 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 3867 >/dev/null 2>conftest.err &&
81ecdfbb 3868 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 3869 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3870 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
3871 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3872 # icc doesn't choke on unknown options, it will just issue warnings
3873 # or remarks (even with -Werror). So we grep stderr for any message
3874 # that says an option was ignored or not supported.
3875 # When given -MP, icc 7.0 and 7.1 complain thusly:
3876 # icc: Command line warning: ignoring option '-M'; no argument required
3877 # The diagnosis changed in icc 8.0:
3878 # icc: Command line remark: option '-MP' not supported
3879 if (grep 'ignoring option' conftest.err ||
3880 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3881 am_cv_CC_dependencies_compiler_type=$depmode
3882 break
3883 fi
3884 fi
3885 done
3886
3887 cd ..
3888 rm -rf conftest.dir
252b5132 3889else
42ecbf5e 3890 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3891fi
3892
252b5132 3893fi
81ecdfbb
RW
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3895$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
3896CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3897
81ecdfbb 3898 if
42ecbf5e
DJ
3899 test "x$enable_dependency_tracking" != xno \
3900 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3901 am__fastdepCC_TRUE=
3902 am__fastdepCC_FALSE='#'
252b5132 3903else
42ecbf5e
DJ
3904 am__fastdepCC_TRUE='#'
3905 am__fastdepCC_FALSE=
252b5132
RH
3906fi
3907
3908
3909
42ecbf5e 3910
d45dc31f
SE
3911ac_ext=c
3912ac_cpp='$CPP $CPPFLAGS'
3913ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3914ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3915ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3918set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920$as_echo_n "checking for $ac_word... " >&6; }
3921if test "${ac_cv_prog_CC+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
252b5132 3923else
d45dc31f
SE
3924 if test -n "$CC"; then
3925 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 3926else
d45dc31f
SE
3927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928for as_dir in $PATH
3929do
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3934 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3936 break 2
3937 fi
3938done
81ecdfbb
RW
3939 done
3940IFS=$as_save_IFS
ceae3e33 3941
d45dc31f
SE
3942fi
3943fi
3944CC=$ac_cv_prog_CC
3945if test -n "$CC"; then
81ecdfbb
RW
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3947$as_echo "$CC" >&6; }
252b5132 3948else
81ecdfbb
RW
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950$as_echo "no" >&6; }
252b5132 3951fi
d45dc31f 3952
81ecdfbb 3953
d45dc31f
SE
3954fi
3955if test -z "$ac_cv_prog_CC"; then
3956 ac_ct_CC=$CC
3957 # Extract the first word of "gcc", so it can be a program name with args.
3958set dummy gcc; ac_word=$2
81ecdfbb
RW
3959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960$as_echo_n "checking for $ac_word... " >&6; }
3961if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
252b5132 3963else
d45dc31f
SE
3964 if test -n "$ac_ct_CC"; then
3965 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3966else
d45dc31f
SE
3967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968for as_dir in $PATH
3969do
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3974 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3976 break 2
3977 fi
3978done
81ecdfbb
RW
3979 done
3980IFS=$as_save_IFS
d45dc31f 3981
252b5132
RH
3982fi
3983fi
d45dc31f
SE
3984ac_ct_CC=$ac_cv_prog_ac_ct_CC
3985if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3987$as_echo "$ac_ct_CC" >&6; }
252b5132 3988else
81ecdfbb
RW
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
252b5132 3991fi
d45dc31f 3992
81ecdfbb
RW
3993 if test "x$ac_ct_CC" = x; then
3994 CC=""
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997yes:)
3998{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000ac_tool_warned=yes ;;
4001esac
4002 CC=$ac_ct_CC
4003 fi
d45dc31f
SE
4004else
4005 CC="$ac_cv_prog_CC"
4006fi
4007
4008if test -z "$CC"; then
81ecdfbb
RW
4009 if test -n "$ac_tool_prefix"; then
4010 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4011set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4013$as_echo_n "checking for $ac_word... " >&6; }
4014if test "${ac_cv_prog_CC+set}" = set; then :
4015 $as_echo_n "(cached) " >&6
252b5132 4016else
d45dc31f
SE
4017 if test -n "$CC"; then
4018 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4019else
d45dc31f
SE
4020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021for as_dir in $PATH
4022do
4023 IFS=$as_save_IFS
4024 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4025 for ac_exec_ext in '' $ac_executable_extensions; do
4026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4027 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4029 break 2
4030 fi
4031done
81ecdfbb
RW
4032 done
4033IFS=$as_save_IFS
d45dc31f 4034
252b5132
RH
4035fi
4036fi
d45dc31f
SE
4037CC=$ac_cv_prog_CC
4038if test -n "$CC"; then
81ecdfbb
RW
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4040$as_echo "$CC" >&6; }
d45dc31f 4041else
81ecdfbb
RW
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4043$as_echo "no" >&6; }
252b5132
RH
4044fi
4045
252b5132 4046
81ecdfbb 4047 fi
d45dc31f
SE
4048fi
4049if test -z "$CC"; then
4050 # Extract the first word of "cc", so it can be a program name with args.
4051set dummy cc; ac_word=$2
81ecdfbb
RW
4052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4053$as_echo_n "checking for $ac_word... " >&6; }
4054if test "${ac_cv_prog_CC+set}" = set; then :
4055 $as_echo_n "(cached) " >&6
252b5132 4056else
d45dc31f
SE
4057 if test -n "$CC"; then
4058 ac_cv_prog_CC="$CC" # Let the user override the test.
4059else
4060 ac_prog_rejected=no
4061as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4062for as_dir in $PATH
4063do
4064 IFS=$as_save_IFS
4065 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4066 for ac_exec_ext in '' $ac_executable_extensions; do
4067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4068 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4069 ac_prog_rejected=yes
4070 continue
4071 fi
4072 ac_cv_prog_CC="cc"
81ecdfbb 4073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4074 break 2
4075 fi
4076done
81ecdfbb
RW
4077 done
4078IFS=$as_save_IFS
d45dc31f
SE
4079
4080if test $ac_prog_rejected = yes; then
4081 # We found a bogon in the path, so make sure we never use it.
4082 set dummy $ac_cv_prog_CC
4083 shift
4084 if test $# != 0; then
4085 # We chose a different compiler from the bogus one.
4086 # However, it has the same basename, so the bogon will be chosen
4087 # first if we set CC to just the basename; use the full file name.
4088 shift
4089 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4090 fi
4091fi
4092fi
4093fi
4094CC=$ac_cv_prog_CC
4095if test -n "$CC"; then
81ecdfbb
RW
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4097$as_echo "$CC" >&6; }
d45dc31f 4098else
81ecdfbb
RW
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4100$as_echo "no" >&6; }
252b5132
RH
4101fi
4102
81ecdfbb 4103
d45dc31f
SE
4104fi
4105if test -z "$CC"; then
4106 if test -n "$ac_tool_prefix"; then
81ecdfbb 4107 for ac_prog in cl.exe
d45dc31f
SE
4108 do
4109 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4110set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112$as_echo_n "checking for $ac_word... " >&6; }
4113if test "${ac_cv_prog_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
ac48eca1 4115else
d45dc31f
SE
4116 if test -n "$CC"; then
4117 ac_cv_prog_CC="$CC" # Let the user override the test.
4118else
4119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120for as_dir in $PATH
4121do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4126 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4128 break 2
4129 fi
4130done
81ecdfbb
RW
4131 done
4132IFS=$as_save_IFS
ac48eca1 4133
d45dc31f
SE
4134fi
4135fi
4136CC=$ac_cv_prog_CC
4137if test -n "$CC"; then
81ecdfbb
RW
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4139$as_echo "$CC" >&6; }
d45dc31f 4140else
81ecdfbb
RW
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142$as_echo "no" >&6; }
d45dc31f 4143fi
ac48eca1 4144
81ecdfbb 4145
d45dc31f
SE
4146 test -n "$CC" && break
4147 done
4148fi
4149if test -z "$CC"; then
4150 ac_ct_CC=$CC
81ecdfbb 4151 for ac_prog in cl.exe
d45dc31f
SE
4152do
4153 # Extract the first word of "$ac_prog", so it can be a program name with args.
4154set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4156$as_echo_n "checking for $ac_word... " >&6; }
4157if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4158 $as_echo_n "(cached) " >&6
d45dc31f
SE
4159else
4160 if test -n "$ac_ct_CC"; then
4161 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4162else
4163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4164for as_dir in $PATH
4165do
4166 IFS=$as_save_IFS
4167 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4168 for ac_exec_ext in '' $ac_executable_extensions; do
4169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4170 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4172 break 2
4173 fi
4174done
81ecdfbb
RW
4175 done
4176IFS=$as_save_IFS
ac48eca1 4177
d45dc31f
SE
4178fi
4179fi
4180ac_ct_CC=$ac_cv_prog_ac_ct_CC
4181if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4183$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4184else
81ecdfbb
RW
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4186$as_echo "no" >&6; }
d45dc31f 4187fi
ac48eca1 4188
81ecdfbb 4189
d45dc31f
SE
4190 test -n "$ac_ct_CC" && break
4191done
ac48eca1 4192
81ecdfbb
RW
4193 if test "x$ac_ct_CC" = x; then
4194 CC=""
4195 else
4196 case $cross_compiling:$ac_tool_warned in
4197yes:)
4198{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4199$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4200ac_tool_warned=yes ;;
4201esac
4202 CC=$ac_ct_CC
4203 fi
d45dc31f 4204fi
ac48eca1
AO
4205
4206fi
ac48eca1 4207
ac48eca1 4208
81ecdfbb
RW
4209test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4210$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4211as_fn_error "no acceptable C compiler found in \$PATH
4212See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4213
d45dc31f 4214# Provide some information about the compiler.
81ecdfbb
RW
4215$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4216set X $ac_compile
4217ac_compiler=$2
4218for ac_option in --version -v -V -qversion; do
4219 { { ac_try="$ac_compiler $ac_option >&5"
4220case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223esac
4224eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225$as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4227 ac_status=$?
81ecdfbb
RW
4228 if test -s conftest.err; then
4229 sed '10a\
4230... rest of stderr output deleted ...
4231 10q' conftest.err >conftest.er1
4232 cat conftest.er1 >&5
4233 rm -f conftest.er1 conftest.err
4234 fi
4235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4236 test $ac_status = 0; }
4237done
ac48eca1 4238
81ecdfbb
RW
4239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4240$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4241if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4242 $as_echo_n "(cached) " >&6
bdcfeba5 4243else
81ecdfbb 4244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4245/* end confdefs.h. */
bdcfeba5 4246
d45dc31f
SE
4247int
4248main ()
4249{
4250#ifndef __GNUC__
4251 choke me
4252#endif
bdcfeba5 4253
d45dc31f
SE
4254 ;
4255 return 0;
4256}
4257_ACEOF
81ecdfbb 4258if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4259 ac_compiler_gnu=yes
4260else
81ecdfbb 4261 ac_compiler_gnu=no
bdcfeba5 4262fi
81ecdfbb 4263rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4264ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4265
bdcfeba5 4266fi
81ecdfbb
RW
4267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4268$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4269if test $ac_compiler_gnu = yes; then
4270 GCC=yes
4271else
4272 GCC=
4273fi
d45dc31f
SE
4274ac_test_CFLAGS=${CFLAGS+set}
4275ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4277$as_echo_n "checking whether $CC accepts -g... " >&6; }
4278if test "${ac_cv_prog_cc_g+set}" = set; then :
4279 $as_echo_n "(cached) " >&6
4280else
4281 ac_save_c_werror_flag=$ac_c_werror_flag
4282 ac_c_werror_flag=yes
4283 ac_cv_prog_cc_g=no
4284 CFLAGS="-g"
4285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4286/* end confdefs.h. */
ac48eca1 4287
d45dc31f
SE
4288int
4289main ()
4290{
ac48eca1 4291
d45dc31f
SE
4292 ;
4293 return 0;
4294}
4295_ACEOF
81ecdfbb 4296if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4297 ac_cv_prog_cc_g=yes
ac48eca1 4298else
81ecdfbb
RW
4299 CFLAGS=""
4300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4301/* end confdefs.h. */
4302
4303int
4304main ()
4305{
4306
4307 ;
4308 return 0;
4309}
4310_ACEOF
4311if ac_fn_c_try_compile "$LINENO"; then :
4312
4313else
4314 ac_c_werror_flag=$ac_save_c_werror_flag
4315 CFLAGS="-g"
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317/* end confdefs.h. */
4318
4319int
4320main ()
4321{
ac48eca1 4322
81ecdfbb
RW
4323 ;
4324 return 0;
4325}
4326_ACEOF
4327if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_cv_prog_cc_g=yes
4329fi
4330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4331fi
81ecdfbb 4332rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4333fi
81ecdfbb
RW
4334rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4335 ac_c_werror_flag=$ac_save_c_werror_flag
4336fi
4337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4338$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4339if test "$ac_test_CFLAGS" = set; then
4340 CFLAGS=$ac_save_CFLAGS
4341elif test $ac_cv_prog_cc_g = yes; then
4342 if test "$GCC" = yes; then
4343 CFLAGS="-g -O2"
ac48eca1 4344 else
d45dc31f 4345 CFLAGS="-g"
42ecbf5e 4346 fi
ac48eca1 4347else
d45dc31f
SE
4348 if test "$GCC" = yes; then
4349 CFLAGS="-O2"
4350 else
4351 CFLAGS=
42ecbf5e 4352 fi
ac48eca1 4353fi
81ecdfbb
RW
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4355$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4356if test "${ac_cv_prog_cc_c89+set}" = set; then :
4357 $as_echo_n "(cached) " >&6
d45dc31f 4358else
81ecdfbb 4359 ac_cv_prog_cc_c89=no
d45dc31f 4360ac_save_CC=$CC
81ecdfbb 4361cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4362/* end confdefs.h. */
d45dc31f
SE
4363#include <stdarg.h>
4364#include <stdio.h>
4365#include <sys/types.h>
4366#include <sys/stat.h>
4367/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4368struct buf { int x; };
4369FILE * (*rcsopen) (struct buf *, struct stat *, int);
4370static char *e (p, i)
4371 char **p;
4372 int i;
4373{
4374 return p[i];
4375}
4376static char *f (char * (*g) (char **, int), char **p, ...)
4377{
4378 char *s;
4379 va_list v;
4380 va_start (v,p);
4381 s = g (p, va_arg (v,int));
4382 va_end (v);
4383 return s;
4384}
4385
4386/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4387 function prototypes and stuff, but not '\xHH' hex character constants.
4388 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4389 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4390 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4391 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4392 that's true only with -std. */
d45dc31f 4393int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4394
81ecdfbb
RW
4395/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4396 inside strings and character constants. */
4397#define FOO(x) 'x'
4398int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4399
d45dc31f
SE
4400int test (int i, double x);
4401struct s1 {int (*f) (int a);};
4402struct s2 {int (*f) (double a);};
4403int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4404int argc;
4405char **argv;
42ecbf5e
DJ
4406int
4407main ()
4408{
d45dc31f 4409return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4410 ;
4411 return 0;
4412}
4413_ACEOF
81ecdfbb
RW
4414for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4415 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4416do
4417 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4418 if ac_fn_c_try_compile "$LINENO"; then :
4419 ac_cv_prog_cc_c89=$ac_arg
252b5132 4420fi
81ecdfbb
RW
4421rm -f core conftest.err conftest.$ac_objext
4422 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4423done
81ecdfbb 4424rm -f conftest.$ac_ext
d45dc31f 4425CC=$ac_save_CC
ac48eca1 4426
252b5132 4427fi
81ecdfbb
RW
4428# AC_CACHE_VAL
4429case "x$ac_cv_prog_cc_c89" in
4430 x)
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4432$as_echo "none needed" >&6; } ;;
4433 xno)
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4435$as_echo "unsupported" >&6; } ;;
d45dc31f 4436 *)
81ecdfbb
RW
4437 CC="$CC $ac_cv_prog_cc_c89"
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4439$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4440esac
81ecdfbb 4441if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4442
d45dc31f 4443fi
ac48eca1 4444
d45dc31f
SE
4445ac_ext=c
4446ac_cpp='$CPP $CPPFLAGS'
4447ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4448ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4449ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4450
7357c5b6
AM
4451ac_ext=c
4452ac_cpp='$CPP $CPPFLAGS'
4453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4455ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4457$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4458# On Suns, sometimes $CPP names a directory.
4459if test -n "$CPP" && test -d "$CPP"; then
4460 CPP=
4461fi
4462if test -z "$CPP"; then
81ecdfbb
RW
4463 if test "${ac_cv_prog_CPP+set}" = set; then :
4464 $as_echo_n "(cached) " >&6
7357c5b6
AM
4465else
4466 # Double quotes because CPP needs to be expanded
4467 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4468 do
4469 ac_preproc_ok=false
4470for ac_c_preproc_warn_flag in '' yes
4471do
4472 # Use a header file that comes with gcc, so configuring glibc
4473 # with a fresh cross-compiler works.
4474 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4475 # <limits.h> exists even on freestanding compilers.
4476 # On the NeXT, cc -E runs the code through the compiler's parser,
4477 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4479/* end confdefs.h. */
4480#ifdef __STDC__
4481# include <limits.h>
4482#else
4483# include <assert.h>
4484#endif
4485 Syntax error
4486_ACEOF
81ecdfbb 4487if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4488
81ecdfbb 4489else
7357c5b6
AM
4490 # Broken: fails on valid input.
4491continue
4492fi
4493rm -f conftest.err conftest.$ac_ext
d7040cdb 4494
81ecdfbb 4495 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4496 # can be detected and how.
81ecdfbb 4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4498/* end confdefs.h. */
4499#include <ac_nonexistent.h>
4500_ACEOF
81ecdfbb 4501if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4502 # Broken: success on invalid input.
4503continue
4504else
7357c5b6
AM
4505 # Passes both tests.
4506ac_preproc_ok=:
4507break
4508fi
4509rm -f conftest.err conftest.$ac_ext
d7040cdb 4510
7357c5b6
AM
4511done
4512# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4513rm -f conftest.err conftest.$ac_ext
81ecdfbb 4514if $ac_preproc_ok; then :
7357c5b6
AM
4515 break
4516fi
d7040cdb 4517
7357c5b6
AM
4518 done
4519 ac_cv_prog_CPP=$CPP
d7040cdb 4520
7357c5b6
AM
4521fi
4522 CPP=$ac_cv_prog_CPP
4523else
4524 ac_cv_prog_CPP=$CPP
4525fi
81ecdfbb
RW
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4527$as_echo "$CPP" >&6; }
7357c5b6
AM
4528ac_preproc_ok=false
4529for ac_c_preproc_warn_flag in '' yes
4530do
4531 # Use a header file that comes with gcc, so configuring glibc
4532 # with a fresh cross-compiler works.
4533 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4534 # <limits.h> exists even on freestanding compilers.
4535 # On the NeXT, cc -E runs the code through the compiler's parser,
4536 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4538/* end confdefs.h. */
4539#ifdef __STDC__
4540# include <limits.h>
4541#else
4542# include <assert.h>
4543#endif
4544 Syntax error
4545_ACEOF
81ecdfbb 4546if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4547
81ecdfbb 4548else
7357c5b6
AM
4549 # Broken: fails on valid input.
4550continue
4551fi
4552rm -f conftest.err conftest.$ac_ext
d7040cdb 4553
81ecdfbb 4554 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4555 # can be detected and how.
81ecdfbb 4556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4557/* end confdefs.h. */
4558#include <ac_nonexistent.h>
4559_ACEOF
81ecdfbb 4560if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4561 # Broken: success on invalid input.
4562continue
4563else
7357c5b6
AM
4564 # Passes both tests.
4565ac_preproc_ok=:
4566break
4567fi
4568rm -f conftest.err conftest.$ac_ext
d7040cdb 4569
7357c5b6
AM
4570done
4571# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4572rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4573if $ac_preproc_ok; then :
4574
7357c5b6 4575else
81ecdfbb
RW
4576 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4577$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4578as_fn_error "C preprocessor \"$CPP\" fails sanity check
4579See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4580fi
d7040cdb 4581
7357c5b6
AM
4582ac_ext=c
4583ac_cpp='$CPP $CPPFLAGS'
4584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4587
4588
81ecdfbb
RW
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4590$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4591if test "${ac_cv_path_GREP+set}" = set; then :
4592 $as_echo_n "(cached) " >&6
7357c5b6 4593else
81ecdfbb
RW
4594 if test -z "$GREP"; then
4595 ac_path_GREP_found=false
4596 # Loop through the user's path and test for each of PROGNAME-LIST
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4599do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_prog in grep ggrep; do
4603 for ac_exec_ext in '' $ac_executable_extensions; do
4604 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4605 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4606# Check for GNU ac_path_GREP and select it if it is found.
4607 # Check for GNU $ac_path_GREP
4608case `"$ac_path_GREP" --version 2>&1` in
4609*GNU*)
4610 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4611*)
4612 ac_count=0
4613 $as_echo_n 0123456789 >"conftest.in"
4614 while :
4615 do
4616 cat "conftest.in" "conftest.in" >"conftest.tmp"
4617 mv "conftest.tmp" "conftest.in"
4618 cp "conftest.in" "conftest.nl"
4619 $as_echo 'GREP' >> "conftest.nl"
4620 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4622 as_fn_arith $ac_count + 1 && ac_count=$as_val
4623 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4624 # Best one so far, save it but keep looking for a better one
4625 ac_cv_path_GREP="$ac_path_GREP"
4626 ac_path_GREP_max=$ac_count
7357c5b6 4627 fi
81ecdfbb
RW
4628 # 10*(2^10) chars as input seems more than enough
4629 test $ac_count -gt 10 && break
4630 done
4631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4632esac
4633
4634 $ac_path_GREP_found && break 3
4635 done
4636 done
4637 done
4638IFS=$as_save_IFS
4639 if test -z "$ac_cv_path_GREP"; then
4640 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4641 fi
4642else
4643 ac_cv_path_GREP=$GREP
4644fi
4645
7357c5b6 4646fi
81ecdfbb
RW
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4648$as_echo "$ac_cv_path_GREP" >&6; }
4649 GREP="$ac_cv_path_GREP"
d7040cdb 4650
d7040cdb 4651
81ecdfbb
RW
4652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4653$as_echo_n "checking for egrep... " >&6; }
4654if test "${ac_cv_path_EGREP+set}" = set; then :
4655 $as_echo_n "(cached) " >&6
7357c5b6 4656else
81ecdfbb
RW
4657 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4658 then ac_cv_path_EGREP="$GREP -E"
4659 else
4660 if test -z "$EGREP"; then
4661 ac_path_EGREP_found=false
4662 # Loop through the user's path and test for each of PROGNAME-LIST
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4665do
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
4668 for ac_prog in egrep; do
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4671 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4672# Check for GNU ac_path_EGREP and select it if it is found.
4673 # Check for GNU $ac_path_EGREP
4674case `"$ac_path_EGREP" --version 2>&1` in
4675*GNU*)
4676 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4677*)
4678 ac_count=0
4679 $as_echo_n 0123456789 >"conftest.in"
4680 while :
4681 do
4682 cat "conftest.in" "conftest.in" >"conftest.tmp"
4683 mv "conftest.tmp" "conftest.in"
4684 cp "conftest.in" "conftest.nl"
4685 $as_echo 'EGREP' >> "conftest.nl"
4686 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4687 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4688 as_fn_arith $ac_count + 1 && ac_count=$as_val
4689 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4690 # Best one so far, save it but keep looking for a better one
4691 ac_cv_path_EGREP="$ac_path_EGREP"
4692 ac_path_EGREP_max=$ac_count
4693 fi
4694 # 10*(2^10) chars as input seems more than enough
4695 test $ac_count -gt 10 && break
4696 done
4697 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4698esac
4699
4700 $ac_path_EGREP_found && break 3
4701 done
4702 done
4703 done
4704IFS=$as_save_IFS
4705 if test -z "$ac_cv_path_EGREP"; then
4706 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4707 fi
4708else
4709 ac_cv_path_EGREP=$EGREP
4710fi
4711
4712 fi
4713fi
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4715$as_echo "$ac_cv_path_EGREP" >&6; }
4716 EGREP="$ac_cv_path_EGREP"
4717
4718
4719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4720$as_echo_n "checking for ANSI C header files... " >&6; }
4721if test "${ac_cv_header_stdc+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4723else
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4725/* end confdefs.h. */
4726#include <stdlib.h>
4727#include <stdarg.h>
4728#include <string.h>
4729#include <float.h>
d7040cdb 4730
7357c5b6
AM
4731int
4732main ()
4733{
d7040cdb 4734
7357c5b6
AM
4735 ;
4736 return 0;
4737}
4738_ACEOF
81ecdfbb 4739if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4740 ac_cv_header_stdc=yes
4741else
81ecdfbb 4742 ac_cv_header_stdc=no
7357c5b6 4743fi
81ecdfbb 4744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4745
7357c5b6
AM
4746if test $ac_cv_header_stdc = yes; then
4747 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4749/* end confdefs.h. */
4750#include <string.h>
d7040cdb 4751
7357c5b6
AM
4752_ACEOF
4753if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4754 $EGREP "memchr" >/dev/null 2>&1; then :
4755
d45dc31f 4756else
7357c5b6
AM
4757 ac_cv_header_stdc=no
4758fi
4759rm -f conftest*
d7040cdb 4760
7357c5b6 4761fi
d7040cdb 4762
7357c5b6
AM
4763if test $ac_cv_header_stdc = yes; then
4764 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4766/* end confdefs.h. */
4767#include <stdlib.h>
d7040cdb 4768
7357c5b6
AM
4769_ACEOF
4770if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4771 $EGREP "free" >/dev/null 2>&1; then :
4772
7357c5b6
AM
4773else
4774 ac_cv_header_stdc=no
4775fi
4776rm -f conftest*
d7040cdb 4777
7357c5b6 4778fi
d7040cdb 4779
7357c5b6
AM
4780if test $ac_cv_header_stdc = yes; then
4781 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4782 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4783 :
4784else
81ecdfbb 4785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4786/* end confdefs.h. */
4787#include <ctype.h>
81ecdfbb 4788#include <stdlib.h>
7357c5b6
AM
4789#if ((' ' & 0x0FF) == 0x020)
4790# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4791# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4792#else
4793# define ISLOWER(c) \
4794 (('a' <= (c) && (c) <= 'i') \
4795 || ('j' <= (c) && (c) <= 'r') \
4796 || ('s' <= (c) && (c) <= 'z'))
4797# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4798#endif
d7040cdb 4799
7357c5b6
AM
4800#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4801int
4802main ()
4803{
4804 int i;
4805 for (i = 0; i < 256; i++)
4806 if (XOR (islower (i), ISLOWER (i))
4807 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4808 return 2;
4809 return 0;
7357c5b6
AM
4810}
4811_ACEOF
81ecdfbb 4812if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4813
81ecdfbb
RW
4814else
4815 ac_cv_header_stdc=no
7357c5b6 4816fi
81ecdfbb
RW
4817rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4818 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4819fi
81ecdfbb 4820
7357c5b6
AM
4821fi
4822fi
81ecdfbb
RW
4823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4824$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4825if test $ac_cv_header_stdc = yes; then
d7040cdb 4826
81ecdfbb 4827$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4828
7357c5b6 4829fi
d7040cdb 4830
7357c5b6 4831# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
4832for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4833 inttypes.h stdint.h unistd.h
4834do :
4835 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4836ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4837"
4838eval as_val=\$$as_ac_Header
4839 if test "x$as_val" = x""yes; then :
4840 cat >>confdefs.h <<_ACEOF
4841#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4842_ACEOF
d7040cdb 4843
81ecdfbb 4844fi
d7040cdb 4845
81ecdfbb 4846done
d7040cdb
SE
4847
4848
4849
81ecdfbb
RW
4850 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4851if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4852 MINIX=yes
4853else
4854 MINIX=
4855fi
d7040cdb
SE
4856
4857
81ecdfbb 4858 if test "$MINIX" = yes; then
d7040cdb 4859
81ecdfbb 4860$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 4861
d7040cdb 4862
81ecdfbb 4863$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4864
4865
81ecdfbb 4866$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4867
81ecdfbb 4868 fi
d7040cdb
SE
4869
4870
81ecdfbb
RW
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4872$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4873if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4874 $as_echo_n "(cached) " >&6
7357c5b6 4875else
81ecdfbb 4876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4877/* end confdefs.h. */
d7040cdb 4878
7357c5b6
AM
4879# define __EXTENSIONS__ 1
4880 $ac_includes_default
4881int
4882main ()
4883{
d7040cdb 4884
7357c5b6
AM
4885 ;
4886 return 0;
4887}
4888_ACEOF
81ecdfbb 4889if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4890 ac_cv_safe_to_define___extensions__=yes
d7040cdb 4891else
81ecdfbb 4892 ac_cv_safe_to_define___extensions__=no
d7040cdb 4893fi
81ecdfbb 4894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4895fi
81ecdfbb
RW
4896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4897$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4898 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4899 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 4900
81ecdfbb 4901 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4902
81ecdfbb 4903 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 4904
81ecdfbb 4905 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 4906
81ecdfbb 4907 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
4908
4909
e3525117 4910
5691d22d 4911
81ecdfbb 4912
718a6fd8
SE
4913case `pwd` in
4914 *\ * | *\ *)
81ecdfbb
RW
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4916$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4917esac
d7040cdb
SE
4918
4919
7357c5b6 4920
f2c621e4
AS
4921macro_version='2.2.7a'
4922macro_revision='1.3134'
7357c5b6
AM
4923
4924
4925
4926
4927
4928
7357c5b6
AM
4929
4930
4931
4932
4933
4934
4935
718a6fd8 4936ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4937
3725885a
RW
4938# Backslashify metacharacters that are still active within
4939# double-quoted strings.
4940sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4941
4942# Same as above, but do not quote variable references.
4943double_quote_subst='s/\(["`\\]\)/\\\1/g'
4944
4945# Sed substitution to delay expansion of an escaped shell variable in a
4946# double_quote_subst'ed string.
4947delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4948
4949# Sed substitution to delay expansion of an escaped single quote.
4950delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4951
4952# Sed substitution to avoid accidental globbing in evaled expressions
4953no_glob_subst='s/\*/\\\*/g'
4954
4955ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4956ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4957ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4958
4959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4960$as_echo_n "checking how to print strings... " >&6; }
4961# Test print first, because it will be a builtin if present.
f2c621e4 4962if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4963 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4964 ECHO='print -r --'
4965elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4966 ECHO='printf %s\n'
4967else
4968 # Use this function as a fallback that always works.
4969 func_fallback_echo ()
4970 {
4971 eval 'cat <<_LTECHO_EOF
4972$1
4973_LTECHO_EOF'
4974 }
4975 ECHO='func_fallback_echo'
4976fi
4977
4978# func_echo_all arg...
4979# Invoke $ECHO with all args, space-separated.
4980func_echo_all ()
4981{
4982 $ECHO ""
4983}
4984
4985case "$ECHO" in
4986 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4987$as_echo "printf" >&6; } ;;
4988 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4989$as_echo "print -r" >&6; } ;;
4990 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4991$as_echo "cat" >&6; } ;;
4992esac
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
81ecdfbb
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5008$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5009if test "${ac_cv_path_SED+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
7357c5b6 5011else
81ecdfbb
RW
5012 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5013 for ac_i in 1 2 3 4 5 6 7; do
5014 ac_script="$ac_script$as_nl$ac_script"
5015 done
5016 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5017 { ac_script=; unset ac_script;}
5018 if test -z "$SED"; then
5019 ac_path_SED_found=false
5020 # Loop through the user's path and test for each of PROGNAME-LIST
5021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5022for as_dir in $PATH
5023do
5024 IFS=$as_save_IFS
5025 test -z "$as_dir" && as_dir=.
81ecdfbb 5026 for ac_prog in sed gsed; do
7357c5b6 5027 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5028 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5029 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5030# Check for GNU ac_path_SED and select it if it is found.
5031 # Check for GNU $ac_path_SED
5032case `"$ac_path_SED" --version 2>&1` in
5033*GNU*)
5034 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5035*)
5036 ac_count=0
5037 $as_echo_n 0123456789 >"conftest.in"
5038 while :
5039 do
5040 cat "conftest.in" "conftest.in" >"conftest.tmp"
5041 mv "conftest.tmp" "conftest.in"
5042 cp "conftest.in" "conftest.nl"
5043 $as_echo '' >> "conftest.nl"
5044 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5045 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5046 as_fn_arith $ac_count + 1 && ac_count=$as_val
5047 if test $ac_count -gt ${ac_path_SED_max-0}; then
5048 # Best one so far, save it but keep looking for a better one
5049 ac_cv_path_SED="$ac_path_SED"
5050 ac_path_SED_max=$ac_count
5051 fi
5052 # 10*(2^10) chars as input seems more than enough
5053 test $ac_count -gt 10 && break
5054 done
5055 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5056esac
5057
5058 $ac_path_SED_found && break 3
7357c5b6
AM
5059 done
5060 done
81ecdfbb 5061 done
7357c5b6 5062IFS=$as_save_IFS
81ecdfbb
RW
5063 if test -z "$ac_cv_path_SED"; then
5064 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5065 fi
81ecdfbb
RW
5066else
5067 ac_cv_path_SED=$SED
7357c5b6
AM
5068fi
5069
81ecdfbb
RW
5070fi
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5072$as_echo "$ac_cv_path_SED" >&6; }
5073 SED="$ac_cv_path_SED"
5074 rm -f conftest.sed
7357c5b6
AM
5075
5076test -z "$SED" && SED=sed
5077Xsed="$SED -e 1s/^X//"
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
81ecdfbb
RW
5089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5090$as_echo_n "checking for fgrep... " >&6; }
5091if test "${ac_cv_path_FGREP+set}" = set; then :
5092 $as_echo_n "(cached) " >&6
7357c5b6 5093else
81ecdfbb
RW
5094 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5095 then ac_cv_path_FGREP="$GREP -F"
5096 else
5097 if test -z "$FGREP"; then
5098 ac_path_FGREP_found=false
5099 # Loop through the user's path and test for each of PROGNAME-LIST
5100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5101for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5102do
5103 IFS=$as_save_IFS
5104 test -z "$as_dir" && as_dir=.
5105 for ac_prog in fgrep; do
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5108 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5109# Check for GNU ac_path_FGREP and select it if it is found.
5110 # Check for GNU $ac_path_FGREP
5111case `"$ac_path_FGREP" --version 2>&1` in
5112*GNU*)
5113 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5114*)
5115 ac_count=0
5116 $as_echo_n 0123456789 >"conftest.in"
5117 while :
5118 do
5119 cat "conftest.in" "conftest.in" >"conftest.tmp"
5120 mv "conftest.tmp" "conftest.in"
5121 cp "conftest.in" "conftest.nl"
5122 $as_echo 'FGREP' >> "conftest.nl"
5123 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5124 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5125 as_fn_arith $ac_count + 1 && ac_count=$as_val
5126 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5127 # Best one so far, save it but keep looking for a better one
5128 ac_cv_path_FGREP="$ac_path_FGREP"
5129 ac_path_FGREP_max=$ac_count
7357c5b6 5130 fi
81ecdfbb
RW
5131 # 10*(2^10) chars as input seems more than enough
5132 test $ac_count -gt 10 && break
5133 done
5134 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5135esac
5136
5137 $ac_path_FGREP_found && break 3
5138 done
5139 done
5140 done
5141IFS=$as_save_IFS
5142 if test -z "$ac_cv_path_FGREP"; then
5143 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5144 fi
5145else
5146 ac_cv_path_FGREP=$FGREP
5147fi
5148
5149 fi
7357c5b6 5150fi
81ecdfbb
RW
5151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5152$as_echo "$ac_cv_path_FGREP" >&6; }
5153 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5154
5155
5156test -z "$GREP" && GREP=grep
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
81ecdfbb
RW
5176# Check whether --with-gnu-ld was given.
5177if test "${with_gnu_ld+set}" = set; then :
5178 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5179else
5180 with_gnu_ld=no
81ecdfbb
RW
5181fi
5182
7357c5b6
AM
5183ac_prog=ld
5184if test "$GCC" = yes; then
5185 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5187$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5188 case $host in
5189 *-*-mingw*)
d45dc31f
SE
5190 # gcc leaves a trailing carriage return which upsets mingw
5191 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5192 *)
5193 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5194 esac
5195 case $ac_prog in
5196 # Accept absolute paths.
d7040cdb 5197 [\\/]* | ?:[\\/]*)
d45dc31f 5198 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5199 # Canonicalize the pathname of ld
5200 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5201 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5202 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5203 done
5204 test -z "$LD" && LD="$ac_prog"
5205 ;;
5206 "")
5207 # If it fails, then pretend we aren't using GCC.
5208 ac_prog=ld
5209 ;;
5210 *)
5211 # If it is relative, then search for the first ld in PATH.
5212 with_gnu_ld=unknown
5213 ;;
5214 esac
5215elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5217$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5218else
81ecdfbb
RW
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5220$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5221fi
81ecdfbb
RW
5222if test "${lt_cv_path_LD+set}" = set; then :
5223 $as_echo_n "(cached) " >&6
d45dc31f
SE
5224else
5225 if test -z "$LD"; then
d7040cdb 5226 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5227 for ac_dir in $PATH; do
d7040cdb 5228 IFS="$lt_save_ifs"
d45dc31f
SE
5229 test -z "$ac_dir" && ac_dir=.
5230 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5231 lt_cv_path_LD="$ac_dir/$ac_prog"
5232 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5233 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5234 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5235 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5236 *GNU* | *'with BFD'*)
d45dc31f 5237 test "$with_gnu_ld" != no && break
d7040cdb
SE
5238 ;;
5239 *)
d45dc31f 5240 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5241 ;;
5242 esac
d45dc31f
SE
5243 fi
5244 done
d7040cdb 5245 IFS="$lt_save_ifs"
d45dc31f
SE
5246else
5247 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5248fi
5249fi
1ad12f97 5250
d45dc31f
SE
5251LD="$lt_cv_path_LD"
5252if test -n "$LD"; then
81ecdfbb
RW
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5254$as_echo "$LD" >&6; }
d45dc31f 5255else
81ecdfbb
RW
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5257$as_echo "no" >&6; }
d45dc31f 5258fi
81ecdfbb
RW
5259test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5261$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5262if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5263 $as_echo_n "(cached) " >&6
d45dc31f 5264else
d7040cdb
SE
5265 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5266case `$LD -v 2>&1 </dev/null` in
5267*GNU* | *'with BFD'*)
d45dc31f 5268 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5269 ;;
5270*)
d45dc31f 5271 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5272 ;;
5273esac
d45dc31f 5274fi
81ecdfbb
RW
5275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5276$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5277with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5278
d45dc31f 5279
42ecbf5e 5280
d7040cdb
SE
5281
5282
5283
5284
5285
5286
81ecdfbb
RW
5287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5288$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5289if test "${lt_cv_path_NM+set}" = set; then :
5290 $as_echo_n "(cached) " >&6
d45dc31f
SE
5291else
5292 if test -n "$NM"; then
5293 # Let the user override the test.
5294 lt_cv_path_NM="$NM"
5295else
d7040cdb
SE
5296 lt_nm_to_check="${ac_tool_prefix}nm"
5297 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5298 lt_nm_to_check="$lt_nm_to_check nm"
5299 fi
5300 for lt_tmp_nm in $lt_nm_to_check; do
5301 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5302 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5303 IFS="$lt_save_ifs"
5304 test -z "$ac_dir" && ac_dir=.
5305 tmp_nm="$ac_dir/$lt_tmp_nm"
5306 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5307 # Check to see if the nm accepts a BSD-compat flag.
5308 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5309 # nm: unknown option "B" ignored
5310 # Tru64's nm complains that /dev/null is an invalid object file
5311 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5312 */dev/null* | *'Invalid file or object type'*)
5313 lt_cv_path_NM="$tmp_nm -B"
5314 break
5315 ;;
5316 *)
5317 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5318 */dev/null*)
5319 lt_cv_path_NM="$tmp_nm -p"
5320 break
5321 ;;
5322 *)
5323 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5324 continue # so that we can try to find one that supports BSD flags
5325 ;;
5326 esac
5327 ;;
5328 esac
d45dc31f 5329 fi
d7040cdb
SE
5330 done
5331 IFS="$lt_save_ifs"
d45dc31f 5332 done
d7040cdb 5333 : ${lt_cv_path_NM=no}
d45dc31f 5334fi
a541e3ce 5335fi
81ecdfbb
RW
5336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5337$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5338if test "$lt_cv_path_NM" != "no"; then
5339 NM="$lt_cv_path_NM"
d45dc31f 5340else
d7040cdb 5341 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5342 if test -n "$DUMPBIN"; then :
5343 # Let the user override the test.
5344 else
5345 if test -n "$ac_tool_prefix"; then
5346 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5347 do
5348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5349set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5351$as_echo_n "checking for $ac_word... " >&6; }
5352if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5353 $as_echo_n "(cached) " >&6
d45dc31f 5354else
d7040cdb
SE
5355 if test -n "$DUMPBIN"; then
5356 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5357else
5358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359for as_dir in $PATH
5360do
5361 IFS=$as_save_IFS
5362 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5365 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5367 break 2
5368 fi
5369done
81ecdfbb
RW
5370 done
5371IFS=$as_save_IFS
398ee8f1 5372
d7040cdb
SE
5373fi
5374fi
5375DUMPBIN=$ac_cv_prog_DUMPBIN
5376if test -n "$DUMPBIN"; then
81ecdfbb
RW
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5378$as_echo "$DUMPBIN" >&6; }
d7040cdb 5379else
81ecdfbb
RW
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5381$as_echo "no" >&6; }
d7040cdb 5382fi
d15b04bd 5383
81ecdfbb 5384
d7040cdb
SE
5385 test -n "$DUMPBIN" && break
5386 done
5387fi
5388if test -z "$DUMPBIN"; then
5389 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5390 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5391do
5392 # Extract the first word of "$ac_prog", so it can be a program name with args.
5393set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5395$as_echo_n "checking for $ac_word... " >&6; }
5396if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5397 $as_echo_n "(cached) " >&6
d7040cdb
SE
5398else
5399 if test -n "$ac_ct_DUMPBIN"; then
5400 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5401else
5402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403for as_dir in $PATH
5404do
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5409 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5411 break 2
d45dc31f 5412 fi
d7040cdb 5413done
81ecdfbb
RW
5414 done
5415IFS=$as_save_IFS
d15b04bd 5416
d7040cdb
SE
5417fi
5418fi
5419ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5420if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5422$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5423else
81ecdfbb
RW
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5425$as_echo "no" >&6; }
d7040cdb 5426fi
42ecbf5e 5427
81ecdfbb 5428
d7040cdb
SE
5429 test -n "$ac_ct_DUMPBIN" && break
5430done
d45dc31f 5431
81ecdfbb
RW
5432 if test "x$ac_ct_DUMPBIN" = x; then
5433 DUMPBIN=":"
5434 else
5435 case $cross_compiling:$ac_tool_warned in
5436yes:)
5437{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5438$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5439ac_tool_warned=yes ;;
5440esac
5441 DUMPBIN=$ac_ct_DUMPBIN
5442 fi
d7040cdb 5443fi
d45dc31f 5444
3725885a
RW
5445 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5446 *COFF*)
5447 DUMPBIN="$DUMPBIN -symbols"
5448 ;;
5449 *)
5450 DUMPBIN=:
5451 ;;
5452 esac
5453 fi
d45dc31f 5454
d7040cdb
SE
5455 if test "$DUMPBIN" != ":"; then
5456 NM="$DUMPBIN"
42ecbf5e 5457 fi
d7040cdb
SE
5458fi
5459test -z "$NM" && NM=nm
d45dc31f 5460
42ecbf5e 5461
d15b04bd 5462
42ecbf5e 5463
d45dc31f 5464
42ecbf5e 5465
81ecdfbb
RW
5466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5467$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5468if test "${lt_cv_nm_interface+set}" = set; then :
5469 $as_echo_n "(cached) " >&6
d7040cdb
SE
5470else
5471 lt_cv_nm_interface="BSD nm"
5472 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5473 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5474 (eval "$ac_compile" 2>conftest.err)
5475 cat conftest.err >&5
3725885a 5476 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5477 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5478 cat conftest.err >&5
3725885a 5479 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5480 cat conftest.out >&5
5481 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5482 lt_cv_nm_interface="MS dumpbin"
5483 fi
5484 rm -f conftest*
42ecbf5e 5485fi
81ecdfbb
RW
5486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5487$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5488
81ecdfbb
RW
5489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5490$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5491LN_S=$as_ln_s
5492if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5494$as_echo "yes" >&6; }
d7040cdb 5495else
81ecdfbb
RW
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5497$as_echo "no, using $LN_S" >&6; }
d7040cdb 5498fi
d45dc31f
SE
5499
5500# find the maximum length of command line arguments
81ecdfbb
RW
5501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5502$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5503if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5504 $as_echo_n "(cached) " >&6
42ecbf5e 5505else
d45dc31f
SE
5506 i=0
5507 teststring="ABCD"
5508
5509 case $build_os in
5510 msdosdjgpp*)
5511 # On DJGPP, this test can blow up pretty badly due to problems in libc
5512 # (any single argument exceeding 2000 bytes causes a buffer overrun
5513 # during glob expansion). Even if it were fixed, the result of this
5514 # check would be larger than it should be.
5515 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5516 ;;
5517
d7040cdb
SE
5518 gnu*)
5519 # Under GNU Hurd, this test is not required because there is
5520 # no limit to the length of command line arguments.
5521 # Libtool will interpret -1 as no limit whatsoever
5522 lt_cv_sys_max_cmd_len=-1;
5523 ;;
5524
718a6fd8 5525 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5526 # On Win9x/ME, this test blows up -- it succeeds, but takes
5527 # about 5 minutes as the teststring grows exponentially.
5528 # Worse, since 9x/ME are not pre-emptively multitasking,
5529 # you end up with a "frozen" computer, even though with patience
5530 # the test eventually succeeds (with a max line length of 256k).
5531 # Instead, let's just punt: use the minimum linelength reported by
5532 # all of the supported platforms: 8192 (on NT/2K/XP).
5533 lt_cv_sys_max_cmd_len=8192;
5534 ;;
5535
3725885a
RW
5536 mint*)
5537 # On MiNT this can take a long time and run out of memory.
5538 lt_cv_sys_max_cmd_len=8192;
5539 ;;
5540
d45dc31f
SE
5541 amigaos*)
5542 # On AmigaOS with pdksh, this test takes hours, literally.
5543 # So we just punt and use a minimum line length of 8192.
5544 lt_cv_sys_max_cmd_len=8192;
5545 ;;
5546
5547 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5548 # This has been around since 386BSD, at least. Likely further.
5549 if test -x /sbin/sysctl; then
5550 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5551 elif test -x /usr/sbin/sysctl; then
5552 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5553 else
d7040cdb 5554 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5555 fi
5556 # And add a safety zone
5557 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5558 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5559 ;;
d7040cdb
SE
5560
5561 interix*)
5562 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5563 lt_cv_sys_max_cmd_len=196608
5564 ;;
5565
5566 osf*)
5567 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5568 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5569 # nice to cause kernel panics so lets avoid the loop below.
5570 # First set a reasonable default.
5571 lt_cv_sys_max_cmd_len=16384
5572 #
5573 if test -x /sbin/sysconfig; then
5574 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5575 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5576 esac
5577 fi
5578 ;;
5579 sco3.2v5*)
5580 lt_cv_sys_max_cmd_len=102400
5581 ;;
5582 sysv5* | sco5v6* | sysv4.2uw2*)
5583 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5584 if test -n "$kargmax"; then
5585 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5586 else
5587 lt_cv_sys_max_cmd_len=32768
5588 fi
5589 ;;
5590 *)
718a6fd8
SE
5591 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5592 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5593 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5594 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5595 else
5596 # Make teststring a little bigger before we do anything with it.
5597 # a 1K string should be a reasonable start.
5598 for i in 1 2 3 4 5 6 7 8 ; do
5599 teststring=$teststring$teststring
5600 done
5601 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5602 # If test is not a shell built-in, we'll probably end up computing a
5603 # maximum length that is only half of the actual maximum length, but
5604 # we can't tell.
3725885a
RW
5605 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5606 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5607 test $i != 17 # 1/2 MB should be enough
5608 do
5609 i=`expr $i + 1`
5610 teststring=$teststring$teststring
5611 done
5612 # Only check the string length outside the loop.
5613 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5614 teststring=
5615 # Add a significant safety factor because C++ compilers can tack on
5616 # massive amounts of additional arguments before passing them to the
5617 # linker. It appears as though 1/2 is a usable value.
5618 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5619 fi
d7040cdb 5620 ;;
d45dc31f 5621 esac
42ecbf5e 5622
42ecbf5e
DJ
5623fi
5624
d7040cdb 5625if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5627$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5628else
81ecdfbb
RW
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5630$as_echo "none" >&6; }
252b5132 5631fi
d7040cdb 5632max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5633
d45dc31f 5634
42ecbf5e 5635
d45dc31f 5636
d45dc31f 5637
d7040cdb 5638
d7040cdb
SE
5639: ${CP="cp -f"}
5640: ${MV="mv -f"}
5641: ${RM="rm -f"}
5642
81ecdfbb
RW
5643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5644$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5645# Try some XSI features
5646xsi_shell=no
5647( _lt_dummy="a/b/c"
f2c621e4
AS
5648 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5649 = c,a/b,, \
718a6fd8
SE
5650 && eval 'test $(( 1 + 1 )) -eq 2 \
5651 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5652 && xsi_shell=yes
81ecdfbb
RW
5653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5654$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5655
5656
81ecdfbb
RW
5657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5658$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5659lt_shell_append=no
5660( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5661 >/dev/null 2>&1 \
5662 && lt_shell_append=yes
81ecdfbb
RW
5663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5664$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5665
5666
5667if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5668 lt_unset=unset
252b5132 5669else
d7040cdb 5670 lt_unset=false
252b5132
RH
5671fi
5672
d7040cdb
SE
5673
5674
5675
5676
5677# test EBCDIC or ASCII
5678case `echo X|tr X '\101'` in
5679 A) # ASCII based system
5680 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5681 lt_SP2NL='tr \040 \012'
5682 lt_NL2SP='tr \015\012 \040\040'
5683 ;;
5684 *) # EBCDIC based system
5685 lt_SP2NL='tr \100 \n'
5686 lt_NL2SP='tr \r\n \100\100'
5687 ;;
5688esac
5689
5690
5691
5692
5693
5694
5695
5696
5697
81ecdfbb
RW
5698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5699$as_echo_n "checking for $LD option to reload object files... " >&6; }
5700if test "${lt_cv_ld_reload_flag+set}" = set; then :
5701 $as_echo_n "(cached) " >&6
252b5132 5702else
d7040cdb
SE
5703 lt_cv_ld_reload_flag='-r'
5704fi
81ecdfbb
RW
5705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5706$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5707reload_flag=$lt_cv_ld_reload_flag
5708case $reload_flag in
5709"" | " "*) ;;
5710*) reload_flag=" $reload_flag" ;;
5711esac
5712reload_cmds='$LD$reload_flag -o $output$reload_objs'
5713case $host_os in
5714 darwin*)
5715 if test "$GCC" = yes; then
5716 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5717 else
5718 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5719 fi
5720 ;;
5721esac
5722
5723
5724
5725
5726
5727
5728
5729
5730
718a6fd8
SE
5731if test -n "$ac_tool_prefix"; then
5732 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5733set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5735$as_echo_n "checking for $ac_word... " >&6; }
5736if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5737 $as_echo_n "(cached) " >&6
718a6fd8
SE
5738else
5739 if test -n "$OBJDUMP"; then
5740 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5741else
5742as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5743for as_dir in $PATH
5744do
5745 IFS=$as_save_IFS
5746 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5747 for ac_exec_ext in '' $ac_executable_extensions; do
5748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5749 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5751 break 2
5752 fi
5753done
81ecdfbb
RW
5754 done
5755IFS=$as_save_IFS
718a6fd8
SE
5756
5757fi
5758fi
5759OBJDUMP=$ac_cv_prog_OBJDUMP
5760if test -n "$OBJDUMP"; then
81ecdfbb
RW
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5762$as_echo "$OBJDUMP" >&6; }
718a6fd8 5763else
81ecdfbb
RW
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5765$as_echo "no" >&6; }
718a6fd8
SE
5766fi
5767
81ecdfbb 5768
718a6fd8
SE
5769fi
5770if test -z "$ac_cv_prog_OBJDUMP"; then
5771 ac_ct_OBJDUMP=$OBJDUMP
5772 # Extract the first word of "objdump", so it can be a program name with args.
5773set dummy objdump; ac_word=$2
81ecdfbb
RW
5774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5775$as_echo_n "checking for $ac_word... " >&6; }
5776if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5777 $as_echo_n "(cached) " >&6
718a6fd8
SE
5778else
5779 if test -n "$ac_ct_OBJDUMP"; then
5780 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5781else
5782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5783for as_dir in $PATH
5784do
5785 IFS=$as_save_IFS
5786 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5787 for ac_exec_ext in '' $ac_executable_extensions; do
5788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5789 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5791 break 2
5792 fi
5793done
81ecdfbb
RW
5794 done
5795IFS=$as_save_IFS
718a6fd8 5796
718a6fd8
SE
5797fi
5798fi
5799ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5800if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5802$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5803else
81ecdfbb
RW
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5805$as_echo "no" >&6; }
718a6fd8
SE
5806fi
5807
81ecdfbb
RW
5808 if test "x$ac_ct_OBJDUMP" = x; then
5809 OBJDUMP="false"
5810 else
5811 case $cross_compiling:$ac_tool_warned in
5812yes:)
5813{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5815ac_tool_warned=yes ;;
5816esac
5817 OBJDUMP=$ac_ct_OBJDUMP
5818 fi
718a6fd8
SE
5819else
5820 OBJDUMP="$ac_cv_prog_OBJDUMP"
5821fi
5822
5823test -z "$OBJDUMP" && OBJDUMP=objdump
5824
5825
5826
5827
5828
5829
5830
5831
d7040cdb 5832
81ecdfbb
RW
5833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5834$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5835if test "${lt_cv_deplibs_check_method+set}" = set; then :
5836 $as_echo_n "(cached) " >&6
d7040cdb
SE
5837else
5838 lt_cv_file_magic_cmd='$MAGIC_CMD'
5839lt_cv_file_magic_test_file=
5840lt_cv_deplibs_check_method='unknown'
5841# Need to set the preceding variable on all platforms that support
5842# interlibrary dependencies.
5843# 'none' -- dependencies not supported.
5844# `unknown' -- same as none, but documents that we really don't know.
5845# 'pass_all' -- all dependencies passed with no checks.
5846# 'test_compile' -- check by making test program.
5847# 'file_magic [[regex]]' -- check by looking for files in library path
5848# which responds to the $file_magic_cmd with a given extended regex.
5849# If you have `file' or equivalent on your system and you're not sure
5850# whether `pass_all' will *always* work, you probably want this one.
5851
5852case $host_os in
50e7d84b 5853aix[4-9]*)
d7040cdb
SE
5854 lt_cv_deplibs_check_method=pass_all
5855 ;;
5856
5857beos*)
5858 lt_cv_deplibs_check_method=pass_all
5859 ;;
5860
5861bsdi[45]*)
5862 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5863 lt_cv_file_magic_cmd='/usr/bin/file -L'
5864 lt_cv_file_magic_test_file=/shlib/libc.so
5865 ;;
5866
5867cygwin*)
5868 # func_win32_libid is a shell function defined in ltmain.sh
5869 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5870 lt_cv_file_magic_cmd='func_win32_libid'
5871 ;;
5872
5873mingw* | pw32*)
5874 # Base MSYS/MinGW do not provide the 'file' command needed by
5875 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5876 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5877 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5878 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
5879 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5880 lt_cv_file_magic_cmd='func_win32_libid'
5881 else
f2c621e4 5882 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
5883 lt_cv_file_magic_cmd='$OBJDUMP -f'
5884 fi
5885 ;;
5886
3725885a 5887cegcc*)
718a6fd8
SE
5888 # use the weaker test based on 'objdump'. See mingw*.
5889 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5890 lt_cv_file_magic_cmd='$OBJDUMP -f'
5891 ;;
5892
d7040cdb
SE
5893darwin* | rhapsody*)
5894 lt_cv_deplibs_check_method=pass_all
d45dc31f 5895 ;;
d7040cdb
SE
5896
5897freebsd* | dragonfly*)
5898 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5899 case $host_cpu in
5900 i*86 )
5901 # Not sure whether the presence of OpenBSD here was a mistake.
5902 # Let's accept both of them until this is cleared up.
5903 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5904 lt_cv_file_magic_cmd=/usr/bin/file
5905 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5906 ;;
5907 esac
5908 else
5909 lt_cv_deplibs_check_method=pass_all
5910 fi
5911 ;;
5912
5913gnu*)
5914 lt_cv_deplibs_check_method=pass_all
d45dc31f 5915 ;;
d7040cdb 5916
3725885a
RW
5917haiku*)
5918 lt_cv_deplibs_check_method=pass_all
5919 ;;
5920
d7040cdb
SE
5921hpux10.20* | hpux11*)
5922 lt_cv_file_magic_cmd=/usr/bin/file
5923 case $host_cpu in
5924 ia64*)
5925 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5926 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5927 ;;
5928 hppa*64*)
3725885a 5929 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
5930 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5931 ;;
d45dc31f 5932 *)
3725885a 5933 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
5934 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5935 ;;
5936 esac
5937 ;;
42ecbf5e 5938
d7040cdb
SE
5939interix[3-9]*)
5940 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5941 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5942 ;;
42ecbf5e 5943
d7040cdb
SE
5944irix5* | irix6* | nonstopux*)
5945 case $LD in
5946 *-32|*"-32 ") libmagic=32-bit;;
5947 *-n32|*"-n32 ") libmagic=N32;;
5948 *-64|*"-64 ") libmagic=64-bit;;
5949 *) libmagic=never-match;;
5950 esac
5951 lt_cv_deplibs_check_method=pass_all
d45dc31f 5952 ;;
42ecbf5e 5953
d7040cdb 5954# This must be Linux ELF.
58e24671 5955linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
5956 lt_cv_deplibs_check_method=pass_all
5957 ;;
252b5132 5958
d7040cdb
SE
5959netbsd*)
5960 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5961 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 5962 else
d7040cdb 5963 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 5964 fi
d7040cdb
SE
5965 ;;
5966
5967newos6*)
5968 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5969 lt_cv_file_magic_cmd=/usr/bin/file
5970 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5971 ;;
5972
5973*nto* | *qnx*)
5974 lt_cv_deplibs_check_method=pass_all
5975 ;;
42ecbf5e 5976
d7040cdb
SE
5977openbsd*)
5978 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5979 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5980 else
5981 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
5982 fi
5983 ;;
d7040cdb
SE
5984
5985osf3* | osf4* | osf5*)
5986 lt_cv_deplibs_check_method=pass_all
5987 ;;
5988
5989rdos*)
5990 lt_cv_deplibs_check_method=pass_all
5991 ;;
5992
5993solaris*)
5994 lt_cv_deplibs_check_method=pass_all
5995 ;;
5996
5997sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5998 lt_cv_deplibs_check_method=pass_all
5999 ;;
6000
6001sysv4 | sysv4.3*)
6002 case $host_vendor in
6003 motorola)
6004 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]'
6005 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6006 ;;
6007 ncr)
6008 lt_cv_deplibs_check_method=pass_all
6009 ;;
6010 sequent)
6011 lt_cv_file_magic_cmd='/bin/file'
6012 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6013 ;;
6014 sni)
6015 lt_cv_file_magic_cmd='/bin/file'
6016 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6017 lt_cv_file_magic_test_file=/lib/libc.so
6018 ;;
6019 siemens)
6020 lt_cv_deplibs_check_method=pass_all
6021 ;;
6022 pc)
6023 lt_cv_deplibs_check_method=pass_all
6024 ;;
6025 esac
6026 ;;
6027
6028tpf*)
6029 lt_cv_deplibs_check_method=pass_all
6030 ;;
d45dc31f 6031esac
42ecbf5e 6032
d7040cdb 6033fi
81ecdfbb
RW
6034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6035$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6036file_magic_cmd=$lt_cv_file_magic_cmd
6037deplibs_check_method=$lt_cv_deplibs_check_method
6038test -z "$deplibs_check_method" && deplibs_check_method=unknown
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
d45dc31f 6051if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6052 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6053set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6055$as_echo_n "checking for $ac_word... " >&6; }
6056if test "${ac_cv_prog_AR+set}" = set; then :
6057 $as_echo_n "(cached) " >&6
42ecbf5e 6058else
d7040cdb
SE
6059 if test -n "$AR"; then
6060 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6061else
6062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6063for as_dir in $PATH
6064do
6065 IFS=$as_save_IFS
6066 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6067 for ac_exec_ext in '' $ac_executable_extensions; do
6068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6069 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6071 break 2
6072 fi
6073done
81ecdfbb
RW
6074 done
6075IFS=$as_save_IFS
42ecbf5e 6076
42ecbf5e 6077fi
d45dc31f 6078fi
d7040cdb
SE
6079AR=$ac_cv_prog_AR
6080if test -n "$AR"; then
81ecdfbb
RW
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6082$as_echo "$AR" >&6; }
d45dc31f 6083else
81ecdfbb
RW
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6085$as_echo "no" >&6; }
d45dc31f 6086fi
42ecbf5e 6087
81ecdfbb 6088
42ecbf5e 6089fi
f2c621e4 6090if test -z "$ac_cv_prog_AR"; then
d7040cdb 6091 ac_ct_AR=$AR
f2c621e4
AS
6092 # Extract the first word of "ar", so it can be a program name with args.
6093set dummy ar; ac_word=$2
81ecdfbb
RW
6094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6095$as_echo_n "checking for $ac_word... " >&6; }
6096if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6097 $as_echo_n "(cached) " >&6
42ecbf5e 6098else
d7040cdb
SE
6099 if test -n "$ac_ct_AR"; then
6100 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6101else
d45dc31f
SE
6102as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6103for as_dir in $PATH
6104do
6105 IFS=$as_save_IFS
6106 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6109 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6111 break 2
6112 fi
6113done
81ecdfbb
RW
6114 done
6115IFS=$as_save_IFS
42ecbf5e 6116
42ecbf5e 6117fi
42ecbf5e 6118fi
d7040cdb
SE
6119ac_ct_AR=$ac_cv_prog_ac_ct_AR
6120if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6122$as_echo "$ac_ct_AR" >&6; }
252b5132 6123else
81ecdfbb
RW
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6125$as_echo "no" >&6; }
252b5132 6126fi
252b5132 6127
81ecdfbb
RW
6128 if test "x$ac_ct_AR" = x; then
6129 AR="false"
6130 else
6131 case $cross_compiling:$ac_tool_warned in
6132yes:)
6133{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6134$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6135ac_tool_warned=yes ;;
6136esac
6137 AR=$ac_ct_AR
6138 fi
df7b86aa 6139else
f2c621e4
AS
6140 AR="$ac_cv_prog_AR"
6141fi
df7b86aa 6142
f2c621e4
AS
6143test -z "$AR" && AR=ar
6144test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6145
df7b86aa 6146
df7b86aa 6147
df7b86aa 6148
df7b86aa 6149
d7040cdb
SE
6150
6151
6152
6153
6154
6155
d45dc31f
SE
6156if test -n "$ac_tool_prefix"; then
6157 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6158set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6160$as_echo_n "checking for $ac_word... " >&6; }
6161if test "${ac_cv_prog_STRIP+set}" = set; then :
6162 $as_echo_n "(cached) " >&6
d45dc31f
SE
6163else
6164 if test -n "$STRIP"; then
6165 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6166else
6167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6168for as_dir in $PATH
42ecbf5e 6169do
d45dc31f
SE
6170 IFS=$as_save_IFS
6171 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6172 for ac_exec_ext in '' $ac_executable_extensions; do
6173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6174 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6176 break 2
6177 fi
6178done
81ecdfbb
RW
6179 done
6180IFS=$as_save_IFS
d45dc31f
SE
6181
6182fi
6183fi
6184STRIP=$ac_cv_prog_STRIP
6185if test -n "$STRIP"; then
81ecdfbb
RW
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6187$as_echo "$STRIP" >&6; }
252b5132 6188else
81ecdfbb
RW
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6190$as_echo "no" >&6; }
d45dc31f 6191fi
42ecbf5e 6192
81ecdfbb 6193
252b5132 6194fi
d45dc31f
SE
6195if test -z "$ac_cv_prog_STRIP"; then
6196 ac_ct_STRIP=$STRIP
6197 # Extract the first word of "strip", so it can be a program name with args.
6198set dummy strip; ac_word=$2
81ecdfbb
RW
6199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6200$as_echo_n "checking for $ac_word... " >&6; }
6201if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6202 $as_echo_n "(cached) " >&6
d45dc31f
SE
6203else
6204 if test -n "$ac_ct_STRIP"; then
6205 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6206else
6207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208for as_dir in $PATH
6209do
6210 IFS=$as_save_IFS
6211 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6214 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6216 break 2
6217 fi
6218done
81ecdfbb
RW
6219 done
6220IFS=$as_save_IFS
42ecbf5e 6221
d45dc31f
SE
6222fi
6223fi
6224ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6225if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6227$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6228else
81ecdfbb
RW
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6230$as_echo "no" >&6; }
252b5132 6231fi
e5a52504 6232
81ecdfbb
RW
6233 if test "x$ac_ct_STRIP" = x; then
6234 STRIP=":"
6235 else
6236 case $cross_compiling:$ac_tool_warned in
6237yes:)
6238{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6239$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6240ac_tool_warned=yes ;;
6241esac
6242 STRIP=$ac_ct_STRIP
6243 fi
d45dc31f
SE
6244else
6245 STRIP="$ac_cv_prog_STRIP"
6246fi
e5a52504 6247
d7040cdb 6248test -z "$STRIP" && STRIP=:
d45dc31f 6249
d45dc31f
SE
6250
6251
d45dc31f 6252
d45dc31f
SE
6253
6254
d7040cdb
SE
6255if test -n "$ac_tool_prefix"; then
6256 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6257set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6259$as_echo_n "checking for $ac_word... " >&6; }
6260if test "${ac_cv_prog_RANLIB+set}" = set; then :
6261 $as_echo_n "(cached) " >&6
d45dc31f 6262else
d7040cdb
SE
6263 if test -n "$RANLIB"; then
6264 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6265else
6266as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6267for as_dir in $PATH
6268do
6269 IFS=$as_save_IFS
6270 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6271 for ac_exec_ext in '' $ac_executable_extensions; do
6272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6273 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6275 break 2
d45dc31f 6276 fi
d7040cdb 6277done
81ecdfbb
RW
6278 done
6279IFS=$as_save_IFS
d45dc31f 6280
d7040cdb
SE
6281fi
6282fi
6283RANLIB=$ac_cv_prog_RANLIB
6284if test -n "$RANLIB"; then
81ecdfbb
RW
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6286$as_echo "$RANLIB" >&6; }
d7040cdb 6287else
81ecdfbb
RW
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6289$as_echo "no" >&6; }
d7040cdb 6290fi
d45dc31f 6291
81ecdfbb 6292
d7040cdb
SE
6293fi
6294if test -z "$ac_cv_prog_RANLIB"; then
6295 ac_ct_RANLIB=$RANLIB
6296 # Extract the first word of "ranlib", so it can be a program name with args.
6297set dummy ranlib; ac_word=$2
81ecdfbb
RW
6298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6299$as_echo_n "checking for $ac_word... " >&6; }
6300if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6301 $as_echo_n "(cached) " >&6
d7040cdb
SE
6302else
6303 if test -n "$ac_ct_RANLIB"; then
6304 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6305else
6306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6307for as_dir in $PATH
6308do
6309 IFS=$as_save_IFS
6310 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6311 for ac_exec_ext in '' $ac_executable_extensions; do
6312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6313 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6315 break 2
d45dc31f 6316 fi
d7040cdb 6317done
81ecdfbb
RW
6318 done
6319IFS=$as_save_IFS
d45dc31f 6320
d7040cdb
SE
6321fi
6322fi
6323ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6324if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6326$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6327else
81ecdfbb
RW
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6329$as_echo "no" >&6; }
d7040cdb 6330fi
252b5132 6331
81ecdfbb
RW
6332 if test "x$ac_ct_RANLIB" = x; then
6333 RANLIB=":"
6334 else
6335 case $cross_compiling:$ac_tool_warned in
6336yes:)
6337{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6338$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6339ac_tool_warned=yes ;;
6340esac
6341 RANLIB=$ac_ct_RANLIB
6342 fi
d7040cdb
SE
6343else
6344 RANLIB="$ac_cv_prog_RANLIB"
6345fi
d45dc31f 6346
d7040cdb 6347test -z "$RANLIB" && RANLIB=:
d45dc31f 6348
d45dc31f 6349
d45dc31f 6350
42ecbf5e 6351
e5a52504 6352
d7040cdb
SE
6353
6354# Determine commands to create old-style static archives.
718a6fd8 6355old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6356old_postinstall_cmds='chmod 644 $oldlib'
6357old_postuninstall_cmds=
6358
6359if test -n "$RANLIB"; then
6360 case $host_os in
6361 openbsd*)
6362 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6363 ;;
6364 *)
6365 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6366 ;;
6367 esac
6368 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6369fi
d45dc31f 6370
3725885a
RW
6371case $host_os in
6372 darwin*)
6373 lock_old_archive_extraction=yes ;;
6374 *)
6375 lock_old_archive_extraction=no ;;
6376esac
6377
6378
6379
6380
6381
6382
d45dc31f 6383
d45dc31f
SE
6384
6385
d15b04bd 6386
3e321448 6387
d45dc31f 6388
d45dc31f 6389
d45dc31f
SE
6390
6391
d45dc31f 6392
d45dc31f 6393
d45dc31f
SE
6394
6395
6396
6397
6398
6399
6400
d45dc31f 6401
d45dc31f 6402
d45dc31f 6403
d45dc31f 6404
d45dc31f 6405
d45dc31f 6406
d45dc31f 6407
d45dc31f 6408
3e321448
L
6409
6410
d45dc31f
SE
6411
6412
d45dc31f
SE
6413
6414
d45dc31f 6415
d7040cdb
SE
6416# If no C compiler was specified, use CC.
6417LTCC=${LTCC-"$CC"}
42ecbf5e 6418
d7040cdb
SE
6419# If no C compiler flags were specified, use CFLAGS.
6420LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6421
d7040cdb
SE
6422# Allow CC to be a program name with arguments.
6423compiler=$CC
d15b04bd 6424
d7040cdb
SE
6425
6426# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6428$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6429if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6430 $as_echo_n "(cached) " >&6
d15b04bd 6431else
d7040cdb
SE
6432
6433# These are sane defaults that work on at least a few old systems.
6434# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6435
6436# Character class describing NM global symbol codes.
6437symcode='[BCDEGRST]'
6438
6439# Regexp to match symbols that can be accessed directly from C.
6440sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6441
6442# Define system-specific variables.
6443case $host_os in
6444aix*)
6445 symcode='[BCDT]'
6446 ;;
718a6fd8 6447cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6448 symcode='[ABCDGISTW]'
6449 ;;
6450hpux*)
6451 if test "$host_cpu" = ia64; then
6452 symcode='[ABCDEGRST]'
42ecbf5e 6453 fi
d7040cdb
SE
6454 ;;
6455irix* | nonstopux*)
6456 symcode='[BCDEGRST]'
6457 ;;
6458osf*)
6459 symcode='[BCDEGQRST]'
6460 ;;
6461solaris*)
6462 symcode='[BDRT]'
6463 ;;
6464sco3.2v5*)
6465 symcode='[DT]'
6466 ;;
6467sysv4.2uw2*)
6468 symcode='[DT]'
6469 ;;
6470sysv5* | sco5v6* | unixware* | OpenUNIX*)
6471 symcode='[ABDT]'
6472 ;;
6473sysv4)
6474 symcode='[DFNSTU]'
6475 ;;
6476esac
d15b04bd 6477
d7040cdb
SE
6478# If we're using GNU nm, then use its standard symbol codes.
6479case `$NM -V 2>&1` in
6480*GNU* | *'with BFD'*)
6481 symcode='[ABCDGIRSTW]' ;;
6482esac
e5a52504 6483
d7040cdb
SE
6484# Transform an extracted symbol line into a proper C declaration.
6485# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6486# so use this general approach.
6487lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6488
7357c5b6 6489# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6490lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6491lt_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 6492
7357c5b6
AM
6493# Handle CRLF in mingw tool chain
6494opt_cr=
6495case $build_os in
6496mingw*)
6497 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6498 ;;
6499esac
d7040cdb 6500
7357c5b6
AM
6501# Try without a prefix underscore, then with it.
6502for ac_symprfx in "" "_"; do
d7040cdb 6503
7357c5b6
AM
6504 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6505 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6506
7357c5b6
AM
6507 # Write the raw and C identifiers.
6508 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6509 # Fake it for dumpbin and say T for any non-static function
6510 # and D for any global variable.
6511 # Also find C++ and __fastcall symbols from MSVC++,
6512 # which start with @ or ?.
6513 lt_cv_sys_global_symbol_pipe="$AWK '"\
6514" {last_section=section; section=\$ 3};"\
6515" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6516" \$ 0!~/External *\|/{next};"\
6517" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6518" {if(hide[section]) next};"\
6519" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6520" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6521" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6522" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6523" ' prfx=^$ac_symprfx"
6524 else
6525 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6526 fi
6527
6528 # Check to see that the pipe works correctly.
6529 pipe_works=no
6530
6531 rm -f conftest*
6532 cat > conftest.$ac_ext <<_LT_EOF
6533#ifdef __cplusplus
6534extern "C" {
6535#endif
6536char nm_test_var;
6537void nm_test_func(void);
6538void nm_test_func(void){}
6539#ifdef __cplusplus
d7040cdb 6540}
7357c5b6
AM
6541#endif
6542int main(){nm_test_var='a';nm_test_func();return(0);}
6543_LT_EOF
6544
81ecdfbb 6545 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6546 (eval $ac_compile) 2>&5
42ecbf5e 6547 ac_status=$?
81ecdfbb
RW
6548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6549 test $ac_status = 0; }; then
7357c5b6
AM
6550 # Now try to grab the symbols.
6551 nlist=conftest.nm
3725885a
RW
6552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6553 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6554 ac_status=$?
81ecdfbb
RW
6555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6557 # Try sorting and uniquifying the output.
6558 if sort "$nlist" | uniq > "$nlist"T; then
6559 mv -f "$nlist"T "$nlist"
6560 else
6561 rm -f "$nlist"T
6562 fi
d7040cdb 6563
7357c5b6
AM
6564 # Make sure that we snagged all the symbols we need.
6565 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6566 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6567 cat <<_LT_EOF > conftest.$ac_ext
6568#ifdef __cplusplus
6569extern "C" {
6570#endif
e5a52504 6571
7357c5b6
AM
6572_LT_EOF
6573 # Now generate the symbol file.
6574 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6575
7357c5b6 6576 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6577
7357c5b6 6578/* The mapping between symbol names and symbols. */
f2c621e4 6579const struct {
7357c5b6
AM
6580 const char *name;
6581 void *address;
6582}
6583lt__PROGRAM__LTX_preloaded_symbols[] =
6584{
6585 { "@PROGRAM@", (void *) 0 },
6586_LT_EOF
6587 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6588 cat <<\_LT_EOF >> conftest.$ac_ext
6589 {0, (void *) 0}
6590};
d7040cdb 6591
7357c5b6
AM
6592/* This works around a problem in FreeBSD linker */
6593#ifdef FREEBSD_WORKAROUND
6594static const void *lt_preloaded_setup() {
6595 return lt__PROGRAM__LTX_preloaded_symbols;
6596}
d7040cdb
SE
6597#endif
6598
7357c5b6 6599#ifdef __cplusplus
d7040cdb 6600}
7357c5b6
AM
6601#endif
6602_LT_EOF
6603 # Now try linking the two files.
6604 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6605 lt_save_LIBS="$LIBS"
6606 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6607 LIBS="conftstm.$ac_objext"
6608 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6610 (eval $ac_link) 2>&5
6611 ac_status=$?
81ecdfbb
RW
6612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6613 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6614 pipe_works=yes
6615 fi
f2c621e4
AS
6616 LIBS="$lt_save_LIBS"
6617 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6618 else
6619 echo "cannot find nm_test_func in $nlist" >&5
6620 fi
6621 else
6622 echo "cannot find nm_test_var in $nlist" >&5
6623 fi
6624 else
6625 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6626 fi
6627 else
6628 echo "$progname: failed program was:" >&5
6629 cat conftest.$ac_ext >&5
6630 fi
718a6fd8 6631 rm -rf conftest* conftst*
7357c5b6
AM
6632
6633 # Do not use the global_symbol_pipe unless it works.
6634 if test "$pipe_works" = yes; then
6635 break
6636 else
6637 lt_cv_sys_global_symbol_pipe=
6638 fi
6639done
d7040cdb 6640
d7040cdb 6641fi
7357c5b6
AM
6642
6643if test -z "$lt_cv_sys_global_symbol_pipe"; then
6644 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6645fi
7357c5b6 6646if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6648$as_echo "failed" >&6; }
7357c5b6 6649else
81ecdfbb
RW
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6651$as_echo "ok" >&6; }
d7040cdb 6652fi
20e95c23 6653
20e95c23 6654
20e95c23 6655
20e95c23 6656
20e95c23 6657
20e95c23 6658
20e95c23
DJ
6659
6660
7357c5b6
AM
6661
6662
6663
718a6fd8
SE
6664
6665
6666
6667
6668
7357c5b6 6669
df7b86aa
NC
6670
6671
6672
6673
7357c5b6 6674
81ecdfbb
RW
6675# Check whether --enable-libtool-lock was given.
6676if test "${enable_libtool_lock+set}" = set; then :
6677 enableval=$enable_libtool_lock;
6678fi
7357c5b6 6679
7357c5b6
AM
6680test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6681
6682# Some flags need to be propagated to the compiler or linker for good
6683# libtool support.
6684case $host in
6685ia64-*-hpux*)
6686 # Find out which ABI we are using.
6687 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6688 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6689 (eval $ac_compile) 2>&5
6690 ac_status=$?
81ecdfbb
RW
6691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6692 test $ac_status = 0; }; then
7357c5b6
AM
6693 case `/usr/bin/file conftest.$ac_objext` in
6694 *ELF-32*)
6695 HPUX_IA64_MODE="32"
6696 ;;
6697 *ELF-64*)
6698 HPUX_IA64_MODE="64"
6699 ;;
6700 esac
6701 fi
6702 rm -rf conftest*
6703 ;;
6704*-*-irix6*)
6705 # Find out which ABI we are using.
3725885a 6706 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6707 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6708 (eval $ac_compile) 2>&5
6709 ac_status=$?
81ecdfbb
RW
6710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6711 test $ac_status = 0; }; then
7357c5b6
AM
6712 if test "$lt_cv_prog_gnu_ld" = yes; then
6713 case `/usr/bin/file conftest.$ac_objext` in
6714 *32-bit*)
6715 LD="${LD-ld} -melf32bsmip"
6716 ;;
6717 *N32*)
6718 LD="${LD-ld} -melf32bmipn32"
6719 ;;
6720 *64-bit*)
6721 LD="${LD-ld} -melf64bmip"
6722 ;;
6723 esac
6724 else
6725 case `/usr/bin/file conftest.$ac_objext` in
6726 *32-bit*)
6727 LD="${LD-ld} -32"
6728 ;;
6729 *N32*)
6730 LD="${LD-ld} -n32"
6731 ;;
6732 *64-bit*)
6733 LD="${LD-ld} -64"
6734 ;;
6735 esac
6736 fi
6737 fi
6738 rm -rf conftest*
6739 ;;
6740
cc9afea3 6741x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6742s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6743 # Find out which ABI we are using.
6744 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6745 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6746 (eval $ac_compile) 2>&5
6747 ac_status=$?
81ecdfbb
RW
6748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6749 test $ac_status = 0; }; then
7357c5b6
AM
6750 case `/usr/bin/file conftest.o` in
6751 *32-bit*)
6752 case $host in
6753 x86_64-*kfreebsd*-gnu)
6754 LD="${LD-ld} -m elf_i386_fbsd"
6755 ;;
6756 x86_64-*linux*)
6d2920c8
L
6757 case `/usr/bin/file conftest.o` in
6758 *x86-64*)
6759 LD="${LD-ld} -m elf32_x86_64"
6760 ;;
6761 *)
6762 LD="${LD-ld} -m elf_i386"
6763 ;;
6764 esac
7357c5b6 6765 ;;
cc9afea3
AM
6766 powerpc64le-*linux*)
6767 LD="${LD-ld} -m elf32lppclinux"
6768 ;;
6769 powerpc64-*linux*)
7357c5b6
AM
6770 LD="${LD-ld} -m elf32ppclinux"
6771 ;;
6772 s390x-*linux*)
6773 LD="${LD-ld} -m elf_s390"
6774 ;;
6775 sparc64-*linux*)
6776 LD="${LD-ld} -m elf32_sparc"
6777 ;;
6778 esac
6779 ;;
6780 *64-bit*)
6781 case $host in
6782 x86_64-*kfreebsd*-gnu)
6783 LD="${LD-ld} -m elf_x86_64_fbsd"
6784 ;;
6785 x86_64-*linux*)
6786 LD="${LD-ld} -m elf_x86_64"
6787 ;;
cc9afea3
AM
6788 powerpcle-*linux*)
6789 LD="${LD-ld} -m elf64lppc"
6790 ;;
6791 powerpc-*linux*)
7357c5b6
AM
6792 LD="${LD-ld} -m elf64ppc"
6793 ;;
6794 s390*-*linux*|s390*-*tpf*)
6795 LD="${LD-ld} -m elf64_s390"
6796 ;;
6797 sparc*-*linux*)
6798 LD="${LD-ld} -m elf64_sparc"
6799 ;;
6800 esac
6801 ;;
6802 esac
6803 fi
6804 rm -rf conftest*
6805 ;;
6806
6807*-*-sco3.2v5*)
6808 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6809 SAVE_CFLAGS="$CFLAGS"
6810 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6812$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6813if test "${lt_cv_cc_needs_belf+set}" = set; then :
6814 $as_echo_n "(cached) " >&6
d7040cdb 6815else
7357c5b6
AM
6816 ac_ext=c
6817ac_cpp='$CPP $CPPFLAGS'
6818ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6819ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6820ac_compiler_gnu=$ac_cv_c_compiler_gnu
6821
81ecdfbb 6822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 6823/* end confdefs.h. */
20e95c23 6824
7357c5b6
AM
6825int
6826main ()
6827{
6828
6829 ;
6830 return 0;
6831}
d7040cdb 6832_ACEOF
81ecdfbb 6833if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6834 lt_cv_cc_needs_belf=yes
d15b04bd 6835else
81ecdfbb 6836 lt_cv_cc_needs_belf=no
d7040cdb 6837fi
81ecdfbb
RW
6838rm -f core conftest.err conftest.$ac_objext \
6839 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6840 ac_ext=c
6841ac_cpp='$CPP $CPPFLAGS'
6842ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6843ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6844ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 6845
718a6fd8 6846fi
81ecdfbb
RW
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6848$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
6849 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6850 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6851 CFLAGS="$SAVE_CFLAGS"
6852 fi
6853 ;;
6854sparc*-*solaris*)
6855 # Find out which ABI we are using.
6856 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6857 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
6858 (eval $ac_compile) 2>&5
6859 ac_status=$?
81ecdfbb
RW
6860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6861 test $ac_status = 0; }; then
718a6fd8
SE
6862 case `/usr/bin/file conftest.o` in
6863 *64-bit*)
6864 case $lt_cv_prog_gnu_ld in
6865 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6866 *)
6867 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6868 LD="${LD-ld} -64"
6869 fi
6870 ;;
6871 esac
6872 ;;
6873 esac
6874 fi
df7b86aa
NC
6875 rm -rf conftest*
6876 ;;
6877esac
6878
6879need_locks="$enable_libtool_lock"
6880
718a6fd8
SE
6881
6882 case $host_os in
6883 rhapsody* | darwin*)
6884 if test -n "$ac_tool_prefix"; then
6885 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6886set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6888$as_echo_n "checking for $ac_word... " >&6; }
6889if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6890 $as_echo_n "(cached) " >&6
718a6fd8
SE
6891else
6892 if test -n "$DSYMUTIL"; then
6893 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6894else
6895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6896for as_dir in $PATH
6897do
6898 IFS=$as_save_IFS
6899 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6900 for ac_exec_ext in '' $ac_executable_extensions; do
6901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6902 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6904 break 2
6905 fi
6906done
81ecdfbb
RW
6907 done
6908IFS=$as_save_IFS
718a6fd8
SE
6909
6910fi
6911fi
6912DSYMUTIL=$ac_cv_prog_DSYMUTIL
6913if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6915$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6916else
81ecdfbb
RW
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6918$as_echo "no" >&6; }
718a6fd8
SE
6919fi
6920
81ecdfbb 6921
718a6fd8
SE
6922fi
6923if test -z "$ac_cv_prog_DSYMUTIL"; then
6924 ac_ct_DSYMUTIL=$DSYMUTIL
6925 # Extract the first word of "dsymutil", so it can be a program name with args.
6926set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6928$as_echo_n "checking for $ac_word... " >&6; }
6929if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6930 $as_echo_n "(cached) " >&6
718a6fd8
SE
6931else
6932 if test -n "$ac_ct_DSYMUTIL"; then
6933 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6934else
6935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6936for as_dir in $PATH
6937do
6938 IFS=$as_save_IFS
6939 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6940 for ac_exec_ext in '' $ac_executable_extensions; do
6941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6942 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6944 break 2
6945 fi
6946done
81ecdfbb
RW
6947 done
6948IFS=$as_save_IFS
718a6fd8 6949
718a6fd8
SE
6950fi
6951fi
6952ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6953if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6955$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6956else
81ecdfbb
RW
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6958$as_echo "no" >&6; }
718a6fd8
SE
6959fi
6960
81ecdfbb
RW
6961 if test "x$ac_ct_DSYMUTIL" = x; then
6962 DSYMUTIL=":"
6963 else
6964 case $cross_compiling:$ac_tool_warned in
6965yes:)
6966{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6967$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6968ac_tool_warned=yes ;;
6969esac
6970 DSYMUTIL=$ac_ct_DSYMUTIL
6971 fi
718a6fd8
SE
6972else
6973 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6974fi
6975
6976 if test -n "$ac_tool_prefix"; then
6977 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6978set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6980$as_echo_n "checking for $ac_word... " >&6; }
6981if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6982 $as_echo_n "(cached) " >&6
718a6fd8
SE
6983else
6984 if test -n "$NMEDIT"; then
6985 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6986else
6987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6988for as_dir in $PATH
6989do
6990 IFS=$as_save_IFS
6991 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6992 for ac_exec_ext in '' $ac_executable_extensions; do
6993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6994 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 6995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6996 break 2
6997 fi
6998done
81ecdfbb
RW
6999 done
7000IFS=$as_save_IFS
718a6fd8
SE
7001
7002fi
7003fi
7004NMEDIT=$ac_cv_prog_NMEDIT
7005if test -n "$NMEDIT"; then
81ecdfbb
RW
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7007$as_echo "$NMEDIT" >&6; }
718a6fd8 7008else
81ecdfbb
RW
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7010$as_echo "no" >&6; }
718a6fd8
SE
7011fi
7012
81ecdfbb 7013
718a6fd8
SE
7014fi
7015if test -z "$ac_cv_prog_NMEDIT"; then
7016 ac_ct_NMEDIT=$NMEDIT
7017 # Extract the first word of "nmedit", so it can be a program name with args.
7018set dummy nmedit; ac_word=$2
81ecdfbb
RW
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7020$as_echo_n "checking for $ac_word... " >&6; }
7021if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7022 $as_echo_n "(cached) " >&6
718a6fd8
SE
7023else
7024 if test -n "$ac_ct_NMEDIT"; then
7025 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7026else
7027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7028for as_dir in $PATH
7029do
7030 IFS=$as_save_IFS
7031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7032 for ac_exec_ext in '' $ac_executable_extensions; do
7033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7034 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7036 break 2
7037 fi
7038done
81ecdfbb
RW
7039 done
7040IFS=$as_save_IFS
718a6fd8 7041
718a6fd8
SE
7042fi
7043fi
7044ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7045if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7047$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7048else
81ecdfbb
RW
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7050$as_echo "no" >&6; }
718a6fd8
SE
7051fi
7052
81ecdfbb
RW
7053 if test "x$ac_ct_NMEDIT" = x; then
7054 NMEDIT=":"
7055 else
7056 case $cross_compiling:$ac_tool_warned in
7057yes:)
7058{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7059$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7060ac_tool_warned=yes ;;
7061esac
7062 NMEDIT=$ac_ct_NMEDIT
7063 fi
718a6fd8
SE
7064else
7065 NMEDIT="$ac_cv_prog_NMEDIT"
7066fi
7067
7068 if test -n "$ac_tool_prefix"; then
7069 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7070set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7072$as_echo_n "checking for $ac_word... " >&6; }
7073if test "${ac_cv_prog_LIPO+set}" = set; then :
7074 $as_echo_n "(cached) " >&6
718a6fd8
SE
7075else
7076 if test -n "$LIPO"; then
7077 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7078else
7079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7080for as_dir in $PATH
7081do
7082 IFS=$as_save_IFS
7083 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7086 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7088 break 2
7089 fi
7090done
81ecdfbb
RW
7091 done
7092IFS=$as_save_IFS
718a6fd8
SE
7093
7094fi
7095fi
7096LIPO=$ac_cv_prog_LIPO
7097if test -n "$LIPO"; then
81ecdfbb
RW
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7099$as_echo "$LIPO" >&6; }
718a6fd8 7100else
81ecdfbb
RW
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7102$as_echo "no" >&6; }
718a6fd8
SE
7103fi
7104
81ecdfbb 7105
718a6fd8
SE
7106fi
7107if test -z "$ac_cv_prog_LIPO"; then
7108 ac_ct_LIPO=$LIPO
7109 # Extract the first word of "lipo", so it can be a program name with args.
7110set dummy lipo; ac_word=$2
81ecdfbb
RW
7111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7112$as_echo_n "checking for $ac_word... " >&6; }
7113if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7114 $as_echo_n "(cached) " >&6
718a6fd8
SE
7115else
7116 if test -n "$ac_ct_LIPO"; then
7117 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7118else
7119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7120for as_dir in $PATH
7121do
7122 IFS=$as_save_IFS
7123 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7126 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7128 break 2
7129 fi
7130done
81ecdfbb
RW
7131 done
7132IFS=$as_save_IFS
718a6fd8 7133
718a6fd8
SE
7134fi
7135fi
7136ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7137if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7139$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7140else
81ecdfbb
RW
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7142$as_echo "no" >&6; }
718a6fd8
SE
7143fi
7144
81ecdfbb
RW
7145 if test "x$ac_ct_LIPO" = x; then
7146 LIPO=":"
7147 else
7148 case $cross_compiling:$ac_tool_warned in
7149yes:)
7150{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7151$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7152ac_tool_warned=yes ;;
7153esac
7154 LIPO=$ac_ct_LIPO
7155 fi
718a6fd8
SE
7156else
7157 LIPO="$ac_cv_prog_LIPO"
7158fi
7159
7160 if test -n "$ac_tool_prefix"; then
7161 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7162set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7164$as_echo_n "checking for $ac_word... " >&6; }
7165if test "${ac_cv_prog_OTOOL+set}" = set; then :
7166 $as_echo_n "(cached) " >&6
718a6fd8
SE
7167else
7168 if test -n "$OTOOL"; then
7169 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7170else
7171as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7172for as_dir in $PATH
7173do
7174 IFS=$as_save_IFS
7175 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7176 for ac_exec_ext in '' $ac_executable_extensions; do
7177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7178 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7180 break 2
7181 fi
7182done
81ecdfbb
RW
7183 done
7184IFS=$as_save_IFS
718a6fd8
SE
7185
7186fi
7187fi
7188OTOOL=$ac_cv_prog_OTOOL
7189if test -n "$OTOOL"; then
81ecdfbb
RW
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7191$as_echo "$OTOOL" >&6; }
718a6fd8 7192else
81ecdfbb
RW
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7194$as_echo "no" >&6; }
718a6fd8
SE
7195fi
7196
81ecdfbb 7197
718a6fd8
SE
7198fi
7199if test -z "$ac_cv_prog_OTOOL"; then
7200 ac_ct_OTOOL=$OTOOL
7201 # Extract the first word of "otool", so it can be a program name with args.
7202set dummy otool; ac_word=$2
81ecdfbb
RW
7203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7204$as_echo_n "checking for $ac_word... " >&6; }
7205if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7206 $as_echo_n "(cached) " >&6
718a6fd8
SE
7207else
7208 if test -n "$ac_ct_OTOOL"; then
7209 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7210else
7211as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7212for as_dir in $PATH
7213do
7214 IFS=$as_save_IFS
7215 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7216 for ac_exec_ext in '' $ac_executable_extensions; do
7217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7218 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7220 break 2
7221 fi
7222done
81ecdfbb
RW
7223 done
7224IFS=$as_save_IFS
718a6fd8 7225
718a6fd8
SE
7226fi
7227fi
7228ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7229if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7231$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7232else
81ecdfbb
RW
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7234$as_echo "no" >&6; }
718a6fd8
SE
7235fi
7236
81ecdfbb
RW
7237 if test "x$ac_ct_OTOOL" = x; then
7238 OTOOL=":"
7239 else
7240 case $cross_compiling:$ac_tool_warned in
7241yes:)
7242{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7243$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7244ac_tool_warned=yes ;;
7245esac
7246 OTOOL=$ac_ct_OTOOL
7247 fi
718a6fd8
SE
7248else
7249 OTOOL="$ac_cv_prog_OTOOL"
7250fi
7251
7252 if test -n "$ac_tool_prefix"; then
7253 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7254set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7256$as_echo_n "checking for $ac_word... " >&6; }
7257if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7258 $as_echo_n "(cached) " >&6
718a6fd8
SE
7259else
7260 if test -n "$OTOOL64"; then
7261 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7262else
7263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7264for as_dir in $PATH
7265do
7266 IFS=$as_save_IFS
7267 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7268 for ac_exec_ext in '' $ac_executable_extensions; do
7269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7270 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7272 break 2
7273 fi
7274done
81ecdfbb
RW
7275 done
7276IFS=$as_save_IFS
718a6fd8
SE
7277
7278fi
7279fi
7280OTOOL64=$ac_cv_prog_OTOOL64
7281if test -n "$OTOOL64"; then
81ecdfbb
RW
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7283$as_echo "$OTOOL64" >&6; }
718a6fd8 7284else
81ecdfbb
RW
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7286$as_echo "no" >&6; }
718a6fd8
SE
7287fi
7288
81ecdfbb 7289
718a6fd8
SE
7290fi
7291if test -z "$ac_cv_prog_OTOOL64"; then
7292 ac_ct_OTOOL64=$OTOOL64
7293 # Extract the first word of "otool64", so it can be a program name with args.
7294set dummy otool64; ac_word=$2
81ecdfbb
RW
7295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7296$as_echo_n "checking for $ac_word... " >&6; }
7297if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7298 $as_echo_n "(cached) " >&6
718a6fd8
SE
7299else
7300 if test -n "$ac_ct_OTOOL64"; then
7301 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7302else
7303as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7304for as_dir in $PATH
7305do
7306 IFS=$as_save_IFS
7307 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7308 for ac_exec_ext in '' $ac_executable_extensions; do
7309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7310 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7312 break 2
7313 fi
7314done
81ecdfbb
RW
7315 done
7316IFS=$as_save_IFS
718a6fd8 7317
718a6fd8
SE
7318fi
7319fi
7320ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7321if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7323$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7324else
81ecdfbb
RW
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7326$as_echo "no" >&6; }
718a6fd8
SE
7327fi
7328
81ecdfbb
RW
7329 if test "x$ac_ct_OTOOL64" = x; then
7330 OTOOL64=":"
7331 else
7332 case $cross_compiling:$ac_tool_warned in
7333yes:)
7334{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7335$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7336ac_tool_warned=yes ;;
7337esac
7338 OTOOL64=$ac_ct_OTOOL64
7339 fi
718a6fd8
SE
7340else
7341 OTOOL64="$ac_cv_prog_OTOOL64"
7342fi
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
81ecdfbb
RW
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7371$as_echo_n "checking for -single_module linker flag... " >&6; }
7372if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7373 $as_echo_n "(cached) " >&6
718a6fd8
SE
7374else
7375 lt_cv_apple_cc_single_mod=no
7376 if test -z "${LT_MULTI_MODULE}"; then
7377 # By default we will add the -single_module flag. You can override
7378 # by either setting the environment variable LT_MULTI_MODULE
7379 # non-empty at configure time, or by adding -multi_module to the
7380 # link flags.
7381 rm -rf libconftest.dylib*
7382 echo "int foo(void){return 1;}" > conftest.c
7383 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7384-dynamiclib -Wl,-single_module conftest.c" >&5
7385 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7386 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7387 _lt_result=$?
7388 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7389 lt_cv_apple_cc_single_mod=yes
7390 else
7391 cat conftest.err >&5
7392 fi
7393 rm -rf libconftest.dylib*
7394 rm -f conftest.*
7395 fi
7396fi
81ecdfbb
RW
7397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7398$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7400$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7401if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7402 $as_echo_n "(cached) " >&6
718a6fd8
SE
7403else
7404 lt_cv_ld_exported_symbols_list=no
7405 save_LDFLAGS=$LDFLAGS
7406 echo "_main" > conftest.sym
7407 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7409/* end confdefs.h. */
7410
7411int
7412main ()
7413{
7414
7415 ;
7416 return 0;
7417}
7418_ACEOF
81ecdfbb 7419if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7420 lt_cv_ld_exported_symbols_list=yes
7421else
81ecdfbb 7422 lt_cv_ld_exported_symbols_list=no
718a6fd8 7423fi
81ecdfbb
RW
7424rm -f core conftest.err conftest.$ac_objext \
7425 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7426 LDFLAGS="$save_LDFLAGS"
7427
7428fi
81ecdfbb
RW
7429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7430$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7432$as_echo_n "checking for -force_load linker flag... " >&6; }
7433if test "${lt_cv_ld_force_load+set}" = set; then :
7434 $as_echo_n "(cached) " >&6
7435else
7436 lt_cv_ld_force_load=no
7437 cat > conftest.c << _LT_EOF
7438int forced_loaded() { return 2;}
7439_LT_EOF
7440 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7441 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7442 echo "$AR cru libconftest.a conftest.o" >&5
7443 $AR cru libconftest.a conftest.o 2>&5
7444 cat > conftest.c << _LT_EOF
7445int main() { return 0;}
7446_LT_EOF
7447 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7448 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7449 _lt_result=$?
7450 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7451 lt_cv_ld_force_load=yes
7452 else
7453 cat conftest.err >&5
7454 fi
7455 rm -f conftest.err libconftest.a conftest conftest.c
7456 rm -rf conftest.dSYM
7457
7458fi
7459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7460$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7461 case $host_os in
7462 rhapsody* | darwin1.[012])
7463 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7464 darwin1.*)
7465 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7466 darwin*) # darwin 5.x on
7467 # if running on 10.5 or later, the deployment target defaults
7468 # to the OS version, if on x86, and 10.4, the deployment
7469 # target defaults to 10.4. Don't you love it?
7470 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7471 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7472 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7473 10.[012]*)
7474 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7475 10.*)
7476 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7477 esac
7478 ;;
7479 esac
7480 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7481 _lt_dar_single_mod='$single_module'
7482 fi
7483 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7484 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7485 else
7486 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7487 fi
3725885a 7488 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7489 _lt_dsymutil='~$DSYMUTIL $lib || :'
7490 else
7491 _lt_dsymutil=
7492 fi
7493 ;;
7494 esac
7495
718a6fd8 7496for ac_header in dlfcn.h
81ecdfbb
RW
7497do :
7498 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7499"
7500if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7501 cat >>confdefs.h <<_ACEOF
81ecdfbb 7502#define HAVE_DLFCN_H 1
718a6fd8
SE
7503_ACEOF
7504
7505fi
7506
7507done
7508
7509
7510
3725885a
RW
7511
7512
718a6fd8
SE
7513# Set options
7514
7515
7516
7517 enable_dlopen=no
7518
7519
7520 enable_win32_dll=no
7521
7522
81ecdfbb
RW
7523 # Check whether --enable-shared was given.
7524if test "${enable_shared+set}" = set; then :
7525 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7526 case $enableval in
7527 yes) enable_shared=yes ;;
7528 no) enable_shared=no ;;
7529 *)
7530 enable_shared=no
7531 # Look at the argument we got. We use all the common list separators.
7532 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7533 for pkg in $enableval; do
7534 IFS="$lt_save_ifs"
7535 if test "X$pkg" = "X$p"; then
7536 enable_shared=yes
7537 fi
7538 done
7539 IFS="$lt_save_ifs"
7540 ;;
7541 esac
7542else
7543 enable_shared=yes
81ecdfbb 7544fi
718a6fd8
SE
7545
7546
7547
7548
7549
7550
7551
7552
81ecdfbb
RW
7553
7554 # Check whether --enable-static was given.
7555if test "${enable_static+set}" = set; then :
7556 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7557 case $enableval in
7558 yes) enable_static=yes ;;
7559 no) enable_static=no ;;
7560 *)
7561 enable_static=no
7562 # Look at the argument we got. We use all the common list separators.
7563 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7564 for pkg in $enableval; do
7565 IFS="$lt_save_ifs"
7566 if test "X$pkg" = "X$p"; then
7567 enable_static=yes
7568 fi
7569 done
7570 IFS="$lt_save_ifs"
7571 ;;
7572 esac
7573else
7574 enable_static=yes
81ecdfbb 7575fi
718a6fd8
SE
7576
7577
7578
7579
7580
7581
7582
7583
7584
81ecdfbb
RW
7585
7586# Check whether --with-pic was given.
7587if test "${with_pic+set}" = set; then :
7588 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7589else
7590 pic_mode=default
81ecdfbb
RW
7591fi
7592
718a6fd8
SE
7593
7594test -z "$pic_mode" && pic_mode=default
7595
7596
7597
7598
7599
7600
7601
81ecdfbb
RW
7602 # Check whether --enable-fast-install was given.
7603if test "${enable_fast_install+set}" = set; then :
7604 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7605 case $enableval in
7606 yes) enable_fast_install=yes ;;
7607 no) enable_fast_install=no ;;
7608 *)
7609 enable_fast_install=no
7610 # Look at the argument we got. We use all the common list separators.
7611 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7612 for pkg in $enableval; do
7613 IFS="$lt_save_ifs"
7614 if test "X$pkg" = "X$p"; then
7615 enable_fast_install=yes
7616 fi
7617 done
7618 IFS="$lt_save_ifs"
7357c5b6
AM
7619 ;;
7620 esac
718a6fd8
SE
7621else
7622 enable_fast_install=yes
81ecdfbb
RW
7623fi
7624
20e95c23 7625
20e95c23
DJ
7626
7627
42ecbf5e 7628
d7040cdb 7629
20e95c23 7630
d7040cdb 7631
d7040cdb
SE
7632
7633
7634
7635# This can be used to rebuild libtool when needed
7636LIBTOOL_DEPS="$ltmain"
7637
7638# Always use our own libtool.
7639LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
3725885a 7663
d7040cdb
SE
7664
7665
7666test -z "$LN_S" && LN_S="ln -s"
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681if test -n "${ZSH_VERSION+set}" ; then
7682 setopt NO_GLOB_SUBST
7683fi
7684
81ecdfbb
RW
7685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7686$as_echo_n "checking for objdir... " >&6; }
7687if test "${lt_cv_objdir+set}" = set; then :
7688 $as_echo_n "(cached) " >&6
20e95c23 7689else
d7040cdb
SE
7690 rm -f .libs 2>/dev/null
7691mkdir .libs 2>/dev/null
7692if test -d .libs; then
7693 lt_cv_objdir=.libs
42ecbf5e 7694else
d7040cdb
SE
7695 # MS-DOS does not allow filenames that begin with a dot.
7696 lt_cv_objdir=_libs
7697fi
7698rmdir .libs 2>/dev/null
42ecbf5e 7699fi
81ecdfbb
RW
7700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7701$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7702objdir=$lt_cv_objdir
42ecbf5e 7703
d7040cdb
SE
7704
7705
7706
7707
7708cat >>confdefs.h <<_ACEOF
7709#define LT_OBJDIR "$lt_cv_objdir/"
7710_ACEOF
7711
7712
7713
7714
d7040cdb
SE
7715case $host_os in
7716aix3*)
7717 # AIX sometimes has problems with the GCC collect2 program. For some
7718 # reason, if we set the COLLECT_NAMES environment variable, the problems
7719 # vanish in a puff of smoke.
7720 if test "X${COLLECT_NAMES+set}" != Xset; then
7721 COLLECT_NAMES=
7722 export COLLECT_NAMES
7723 fi
7724 ;;
7725esac
7726
d7040cdb
SE
7727# Global variables:
7728ofile=libtool
7729can_build_shared=yes
7730
7731# All known linkers require a `.a' archive for static linking (except MSVC,
7732# which needs '.lib').
7733libext=a
7734
7735with_gnu_ld="$lt_cv_prog_gnu_ld"
7736
7737old_CC="$CC"
7738old_CFLAGS="$CFLAGS"
7739
7740# Set sane defaults for various variables
7741test -z "$CC" && CC=cc
7742test -z "$LTCC" && LTCC=$CC
7743test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7744test -z "$LD" && LD=ld
7745test -z "$ac_objext" && ac_objext=o
7746
7747for cc_temp in $compiler""; do
7748 case $cc_temp in
7749 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7750 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7751 \-*) ;;
7752 *) break;;
7753 esac
7754done
3725885a 7755cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7756
7757
7758# Only perform the check for file, if the check method requires it
7759test -z "$MAGIC_CMD" && MAGIC_CMD=file
7760case $deplibs_check_method in
7761file_magic*)
7762 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7764$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7765if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
42ecbf5e 7767else
d7040cdb
SE
7768 case $MAGIC_CMD in
7769[\\/*] | ?:[\\/]*)
7770 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 7771 ;;
d7040cdb
SE
7772*)
7773 lt_save_MAGIC_CMD="$MAGIC_CMD"
7774 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7775 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7776 for ac_dir in $ac_dummy; do
7777 IFS="$lt_save_ifs"
7778 test -z "$ac_dir" && ac_dir=.
7779 if test -f $ac_dir/${ac_tool_prefix}file; then
7780 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7781 if test -n "$file_magic_test_file"; then
7782 case $deplibs_check_method in
7783 "file_magic "*)
7784 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7785 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7786 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7787 $EGREP "$file_magic_regex" > /dev/null; then
7788 :
7789 else
7790 cat <<_LT_EOF 1>&2
42ecbf5e 7791
d7040cdb
SE
7792*** Warning: the command libtool uses to detect shared libraries,
7793*** $file_magic_cmd, produces output that libtool cannot recognize.
7794*** The result is that libtool may fail to recognize shared libraries
7795*** as such. This will affect the creation of libtool libraries that
7796*** depend on shared libraries, but programs linked with such libtool
7797*** libraries will work regardless of this problem. Nevertheless, you
7798*** may want to report the problem to your system manager and/or to
7799*** bug-libtool@gnu.org
7800
7801_LT_EOF
7802 fi ;;
7803 esac
7804 fi
7805 break
7806 fi
7807 done
7808 IFS="$lt_save_ifs"
7809 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
7810 ;;
7811esac
42ecbf5e 7812fi
20e95c23 7813
d7040cdb
SE
7814MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7815if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7817$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 7818else
81ecdfbb
RW
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7820$as_echo "no" >&6; }
42ecbf5e
DJ
7821fi
7822
20e95c23
DJ
7823
7824
42ecbf5e 7825
20e95c23 7826
d7040cdb
SE
7827if test -z "$lt_cv_path_MAGIC_CMD"; then
7828 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7830$as_echo_n "checking for file... " >&6; }
7831if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7832 $as_echo_n "(cached) " >&6
42ecbf5e 7833else
d7040cdb
SE
7834 case $MAGIC_CMD in
7835[\\/*] | ?:[\\/]*)
7836 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7837 ;;
7838*)
7839 lt_save_MAGIC_CMD="$MAGIC_CMD"
7840 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7841 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7842 for ac_dir in $ac_dummy; do
7843 IFS="$lt_save_ifs"
7844 test -z "$ac_dir" && ac_dir=.
7845 if test -f $ac_dir/file; then
7846 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7847 if test -n "$file_magic_test_file"; then
7848 case $deplibs_check_method in
7849 "file_magic "*)
7850 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7851 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7852 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7853 $EGREP "$file_magic_regex" > /dev/null; then
7854 :
7855 else
7856 cat <<_LT_EOF 1>&2
7857
7858*** Warning: the command libtool uses to detect shared libraries,
7859*** $file_magic_cmd, produces output that libtool cannot recognize.
7860*** The result is that libtool may fail to recognize shared libraries
7861*** as such. This will affect the creation of libtool libraries that
7862*** depend on shared libraries, but programs linked with such libtool
7863*** libraries will work regardless of this problem. Nevertheless, you
7864*** may want to report the problem to your system manager and/or to
7865*** bug-libtool@gnu.org
7866
7867_LT_EOF
7868 fi ;;
7869 esac
7870 fi
7871 break
7872 fi
7873 done
7874 IFS="$lt_save_ifs"
7875 MAGIC_CMD="$lt_save_MAGIC_CMD"
7876 ;;
20e95c23
DJ
7877esac
7878fi
d7040cdb
SE
7879
7880MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7881if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7883$as_echo "$MAGIC_CMD" >&6; }
20e95c23 7884else
81ecdfbb
RW
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7886$as_echo "no" >&6; }
20e95c23
DJ
7887fi
7888
20e95c23 7889
42ecbf5e 7890 else
d7040cdb 7891 MAGIC_CMD=:
42ecbf5e 7892 fi
42ecbf5e 7893fi
42ecbf5e 7894
20e95c23 7895 fi
d7040cdb
SE
7896 ;;
7897esac
42ecbf5e 7898
d7040cdb 7899# Use C for the default configuration in the libtool script
42ecbf5e 7900
d7040cdb
SE
7901lt_save_CC="$CC"
7902ac_ext=c
7903ac_cpp='$CPP $CPPFLAGS'
7904ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7905ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7906ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 7907
42ecbf5e 7908
d7040cdb
SE
7909# Source file extension for C test sources.
7910ac_ext=c
42ecbf5e 7911
d7040cdb
SE
7912# Object file extension for compiled C test sources.
7913objext=o
7914objext=$objext
42ecbf5e 7915
d7040cdb
SE
7916# Code to be used in simple compile tests
7917lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 7918
d7040cdb
SE
7919# Code to be used in simple link tests
7920lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 7921
ac48eca1 7922
42ecbf5e 7923
42ecbf5e 7924
d5fbea21 7925
d5fbea21
DJ
7926
7927
d7040cdb
SE
7928# If no C compiler was specified, use CC.
7929LTCC=${LTCC-"$CC"}
20e95c23 7930
d7040cdb
SE
7931# If no C compiler flags were specified, use CFLAGS.
7932LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 7933
d7040cdb
SE
7934# Allow CC to be a program name with arguments.
7935compiler=$CC
252b5132 7936
d7040cdb
SE
7937# Save the default compiler, since it gets overwritten when the other
7938# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7939compiler_DEFAULT=$CC
42ecbf5e 7940
d7040cdb
SE
7941# save warnings/boilerplate of simple test code
7942ac_outfile=conftest.$ac_objext
7943echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7944eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7945_lt_compiler_boilerplate=`cat conftest.err`
7946$RM conftest*
252b5132 7947
d7040cdb
SE
7948ac_outfile=conftest.$ac_objext
7949echo "$lt_simple_link_test_code" >conftest.$ac_ext
7950eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7951_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7952$RM -r conftest*
252b5132 7953
42ecbf5e 7954
f2c621e4
AS
7955## CAVEAT EMPTOR:
7956## There is no encapsulation within the following macros, do not change
7957## the running order or otherwise move them around unless you know exactly
7958## what you are doing...
d7040cdb 7959if test -n "$compiler"; then
252b5132 7960
d7040cdb 7961lt_prog_compiler_no_builtin_flag=
252b5132 7962
d7040cdb 7963if test "$GCC" = yes; then
3725885a
RW
7964 case $cc_basename in
7965 nvcc*)
7966 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7967 *)
7968 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7969 esac
d15b04bd 7970
81ecdfbb
RW
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7972$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7973if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7974 $as_echo_n "(cached) " >&6
252b5132 7975else
d7040cdb
SE
7976 lt_cv_prog_compiler_rtti_exceptions=no
7977 ac_outfile=conftest.$ac_objext
7978 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7979 lt_compiler_flag="-fno-rtti -fno-exceptions"
7980 # Insert the option either (1) after the last *FLAGS variable, or
7981 # (2) before a word containing "conftest.", or (3) at the end.
7982 # Note that $ac_compile itself does not contain backslashes and begins
7983 # with a dollar sign (not a hyphen), so the echo should work correctly.
7984 # The option is referenced via a variable to avoid confusing sed.
7985 lt_compile=`echo "$ac_compile" | $SED \
7986 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7987 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7988 -e 's:$: $lt_compiler_flag:'`
3725885a 7989 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
7990 (eval "$lt_compile" 2>conftest.err)
7991 ac_status=$?
7992 cat conftest.err >&5
3725885a 7993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
7994 if (exit $ac_status) && test -s "$ac_outfile"; then
7995 # The compiler can only warn and ignore the option if not recognized
7996 # So say no if there are warnings other than the usual output.
3725885a 7997 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
7998 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7999 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8000 lt_cv_prog_compiler_rtti_exceptions=yes
8001 fi
8002 fi
8003 $RM conftest*
42ecbf5e 8004
252b5132 8005fi
81ecdfbb
RW
8006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8007$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8008
8009if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8010 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8011else
d7040cdb 8012 :
252b5132 8013fi
252b5132
RH
8014
8015fi
d7040cdb
SE
8016
8017
8018
8019
8020
8021
8022 lt_prog_compiler_wl=
8023lt_prog_compiler_pic=
8024lt_prog_compiler_static=
8025
f2c621e4
AS
8026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8027$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8028
8029 if test "$GCC" = yes; then
8030 lt_prog_compiler_wl='-Wl,'
8031 lt_prog_compiler_static='-static'
8032
8033 case $host_os in
8034 aix*)
8035 # All AIX code is PIC.
8036 if test "$host_cpu" = ia64; then
8037 # AIX 5 now supports IA64 processor
8038 lt_prog_compiler_static='-Bstatic'
8039 fi
6c9c0a50 8040 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8041 ;;
8042
8043 amigaos*)
718a6fd8
SE
8044 case $host_cpu in
8045 powerpc)
8046 # see comment about AmigaOS4 .so support
8047 lt_prog_compiler_pic='-fPIC'
8048 ;;
8049 m68k)
8050 # FIXME: we need at least 68020 code to build shared libraries, but
8051 # adding the `-m68020' flag to GCC prevents building anything better,
8052 # like `-m68040'.
8053 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8054 ;;
8055 esac
d7040cdb
SE
8056 ;;
8057
8058 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8059 # PIC is the default for these OSes.
8060 ;;
8061
718a6fd8 8062 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8063 # This hack is so that the source file can tell whether it is being
8064 # built for inclusion in a dll (and should export symbols for example).
8065 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8066 # (--disable-auto-import) libraries
8067 lt_prog_compiler_pic='-DDLL_EXPORT'
8068 ;;
8069
8070 darwin* | rhapsody*)
8071 # PIC is the default on this platform
8072 # Common symbols not allowed in MH_DYLIB files
8073 lt_prog_compiler_pic='-fno-common'
8074 ;;
8075
3725885a
RW
8076 haiku*)
8077 # PIC is the default for Haiku.
8078 # The "-static" flag exists, but is broken.
8079 lt_prog_compiler_static=
8080 ;;
8081
d7040cdb 8082 hpux*)
718a6fd8
SE
8083 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8084 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8085 # sets the default TLS model and affects inlining.
d7040cdb 8086 case $host_cpu in
718a6fd8 8087 hppa*64*)
d7040cdb
SE
8088 # +Z the default
8089 ;;
8090 *)
8091 lt_prog_compiler_pic='-fPIC'
8092 ;;
8093 esac
8094 ;;
8095
8096 interix[3-9]*)
8097 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8098 # Instead, we relocate shared libraries at runtime.
8099 ;;
8100
8101 msdosdjgpp*)
8102 # Just because we use GCC doesn't mean we suddenly get shared libraries
8103 # on systems that don't support them.
8104 lt_prog_compiler_can_build_shared=no
8105 enable_shared=no
8106 ;;
8107
8108 *nto* | *qnx*)
8109 # QNX uses GNU C++, but need to define -shared option too, otherwise
8110 # it will coredump.
8111 lt_prog_compiler_pic='-fPIC -shared'
8112 ;;
8113
8114 sysv4*MP*)
8115 if test -d /usr/nec; then
8116 lt_prog_compiler_pic=-Kconform_pic
8117 fi
8118 ;;
8119
8120 *)
8121 lt_prog_compiler_pic='-fPIC'
8122 ;;
8123 esac
3725885a
RW
8124
8125 case $cc_basename in
8126 nvcc*) # Cuda Compiler Driver 2.2
8127 lt_prog_compiler_wl='-Xlinker '
8128 lt_prog_compiler_pic='-Xcompiler -fPIC'
8129 ;;
8130 esac
d7040cdb
SE
8131 else
8132 # PORTME Check for flag to pass linker flags through the system compiler.
8133 case $host_os in
8134 aix*)
8135 lt_prog_compiler_wl='-Wl,'
8136 if test "$host_cpu" = ia64; then
8137 # AIX 5 now supports IA64 processor
8138 lt_prog_compiler_static='-Bstatic'
8139 else
8140 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8141 fi
8142 ;;
d7040cdb 8143
718a6fd8 8144 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8145 # This hack is so that the source file can tell whether it is being
8146 # built for inclusion in a dll (and should export symbols for example).
8147 lt_prog_compiler_pic='-DDLL_EXPORT'
8148 ;;
8149
8150 hpux9* | hpux10* | hpux11*)
8151 lt_prog_compiler_wl='-Wl,'
8152 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8153 # not for PA HP-UX.
8154 case $host_cpu in
8155 hppa*64*|ia64*)
8156 # +Z the default
8157 ;;
8158 *)
8159 lt_prog_compiler_pic='+Z'
8160 ;;
8161 esac
8162 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8163 lt_prog_compiler_static='${wl}-a ${wl}archive'
8164 ;;
8165
8166 irix5* | irix6* | nonstopux*)
8167 lt_prog_compiler_wl='-Wl,'
8168 # PIC (with -KPIC) is the default.
8169 lt_prog_compiler_static='-non_shared'
8170 ;;
8171
58e24671 8172 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8173 case $cc_basename in
718a6fd8
SE
8174 # old Intel for x86_64 which still supported -KPIC.
8175 ecc*)
d7040cdb
SE
8176 lt_prog_compiler_wl='-Wl,'
8177 lt_prog_compiler_pic='-KPIC'
8178 lt_prog_compiler_static='-static'
8179 ;;
718a6fd8
SE
8180 # icc used to be incompatible with GCC.
8181 # ICC 10 doesn't accept -KPIC any more.
8182 icc* | ifort*)
8183 lt_prog_compiler_wl='-Wl,'
8184 lt_prog_compiler_pic='-fPIC'
8185 lt_prog_compiler_static='-static'
8186 ;;
8187 # Lahey Fortran 8.1.
8188 lf95*)
8189 lt_prog_compiler_wl='-Wl,'
8190 lt_prog_compiler_pic='--shared'
8191 lt_prog_compiler_static='--static'
8192 ;;
3725885a 8193 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8194 # Portland Group compilers (*not* the Pentium gcc compiler,
8195 # which looks to be a dead project)
8196 lt_prog_compiler_wl='-Wl,'
8197 lt_prog_compiler_pic='-fpic'
8198 lt_prog_compiler_static='-Bstatic'
8199 ;;
8200 ccc*)
8201 lt_prog_compiler_wl='-Wl,'
8202 # All Alpha code is PIC.
8203 lt_prog_compiler_static='-non_shared'
8204 ;;
3725885a
RW
8205 xl* | bgxl* | bgf* | mpixl*)
8206 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8207 lt_prog_compiler_wl='-Wl,'
8208 lt_prog_compiler_pic='-qpic'
8209 lt_prog_compiler_static='-qstaticlink'
8210 ;;
d7040cdb
SE
8211 *)
8212 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8213 *Sun\ F* | *Sun*Fortran*)
8214 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8215 lt_prog_compiler_pic='-KPIC'
8216 lt_prog_compiler_static='-Bstatic'
3725885a 8217 lt_prog_compiler_wl=''
d7040cdb 8218 ;;
3725885a
RW
8219 *Sun\ C*)
8220 # Sun C 5.9
d7040cdb
SE
8221 lt_prog_compiler_pic='-KPIC'
8222 lt_prog_compiler_static='-Bstatic'
3725885a 8223 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8224 ;;
8225 esac
8226 ;;
8227 esac
8228 ;;
8229
8230 newsos6)
8231 lt_prog_compiler_pic='-KPIC'
8232 lt_prog_compiler_static='-Bstatic'
8233 ;;
8234
8235 *nto* | *qnx*)
8236 # QNX uses GNU C++, but need to define -shared option too, otherwise
8237 # it will coredump.
8238 lt_prog_compiler_pic='-fPIC -shared'
8239 ;;
8240
8241 osf3* | osf4* | osf5*)
8242 lt_prog_compiler_wl='-Wl,'
8243 # All OSF/1 code is PIC.
8244 lt_prog_compiler_static='-non_shared'
8245 ;;
8246
8247 rdos*)
8248 lt_prog_compiler_static='-non_shared'
8249 ;;
8250
8251 solaris*)
8252 lt_prog_compiler_pic='-KPIC'
8253 lt_prog_compiler_static='-Bstatic'
8254 case $cc_basename in
f2c621e4 8255 f77* | f90* | f95*)
d7040cdb
SE
8256 lt_prog_compiler_wl='-Qoption ld ';;
8257 *)
8258 lt_prog_compiler_wl='-Wl,';;
8259 esac
8260 ;;
8261
8262 sunos4*)
8263 lt_prog_compiler_wl='-Qoption ld '
8264 lt_prog_compiler_pic='-PIC'
8265 lt_prog_compiler_static='-Bstatic'
8266 ;;
8267
8268 sysv4 | sysv4.2uw2* | sysv4.3*)
8269 lt_prog_compiler_wl='-Wl,'
8270 lt_prog_compiler_pic='-KPIC'
8271 lt_prog_compiler_static='-Bstatic'
8272 ;;
8273
8274 sysv4*MP*)
8275 if test -d /usr/nec ;then
8276 lt_prog_compiler_pic='-Kconform_pic'
8277 lt_prog_compiler_static='-Bstatic'
8278 fi
8279 ;;
8280
8281 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8282 lt_prog_compiler_wl='-Wl,'
8283 lt_prog_compiler_pic='-KPIC'
8284 lt_prog_compiler_static='-Bstatic'
8285 ;;
8286
8287 unicos*)
8288 lt_prog_compiler_wl='-Wl,'
8289 lt_prog_compiler_can_build_shared=no
8290 ;;
8291
8292 uts4*)
8293 lt_prog_compiler_pic='-pic'
8294 lt_prog_compiler_static='-Bstatic'
8295 ;;
8296
8297 *)
8298 lt_prog_compiler_can_build_shared=no
8299 ;;
8300 esac
8301 fi
8302
8303case $host_os in
8304 # For platforms which do not support PIC, -DPIC is meaningless:
8305 *djgpp*)
8306 lt_prog_compiler_pic=
8307 ;;
8308 *)
8309 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8310 ;;
8311esac
f2c621e4
AS
8312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8313$as_echo "$lt_prog_compiler_pic" >&6; }
8314
8315
8316
8317
d7040cdb
SE
8318
8319
8320#
8321# Check to make sure the PIC flag actually works.
8322#
8323if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8325$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8326if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8327 $as_echo_n "(cached) " >&6
42ecbf5e 8328else
718a6fd8 8329 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8330 ac_outfile=conftest.$ac_objext
8331 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8332 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8333 # Insert the option either (1) after the last *FLAGS variable, or
8334 # (2) before a word containing "conftest.", or (3) at the end.
8335 # Note that $ac_compile itself does not contain backslashes and begins
8336 # with a dollar sign (not a hyphen), so the echo should work correctly.
8337 # The option is referenced via a variable to avoid confusing sed.
8338 lt_compile=`echo "$ac_compile" | $SED \
8339 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8340 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8341 -e 's:$: $lt_compiler_flag:'`
3725885a 8342 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8343 (eval "$lt_compile" 2>conftest.err)
8344 ac_status=$?
8345 cat conftest.err >&5
3725885a 8346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8347 if (exit $ac_status) && test -s "$ac_outfile"; then
8348 # The compiler can only warn and ignore the option if not recognized
8349 # So say no if there are warnings other than the usual output.
3725885a 8350 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8351 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8352 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8353 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8354 fi
8355 fi
8356 $RM conftest*
42ecbf5e 8357
252b5132 8358fi
81ecdfbb
RW
8359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8360$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8361
718a6fd8 8362if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8363 case $lt_prog_compiler_pic in
8364 "" | " "*) ;;
8365 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8366 esac
252b5132 8367else
d7040cdb
SE
8368 lt_prog_compiler_pic=
8369 lt_prog_compiler_can_build_shared=no
252b5132 8370fi
252b5132
RH
8371
8372fi
42ecbf5e 8373
d7040cdb
SE
8374
8375
8376
8377
8378
8379#
8380# Check to make sure the static flag actually works.
8381#
8382wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8384$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8385if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8386 $as_echo_n "(cached) " >&6
42ecbf5e 8387else
718a6fd8 8388 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8389 save_LDFLAGS="$LDFLAGS"
8390 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8391 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8392 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8393 # The linker can only warn and ignore the option if not recognized
8394 # So say no if there are warnings
8395 if test -s conftest.err; then
8396 # Append any errors to the config.log.
8397 cat conftest.err 1>&5
3725885a 8398 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8399 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8400 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8401 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8402 fi
8403 else
718a6fd8 8404 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8405 fi
8406 fi
718a6fd8 8407 $RM -r conftest*
d7040cdb 8408 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8409
42ecbf5e 8410fi
81ecdfbb
RW
8411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8412$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8413
718a6fd8 8414if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8415 :
8416else
8417 lt_prog_compiler_static=
42ecbf5e 8418fi
42ecbf5e 8419
252b5132 8420
252b5132 8421
42ecbf5e 8422
252b5132 8423
20e95c23 8424
d7040cdb 8425
81ecdfbb
RW
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8427$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8428if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8429 $as_echo_n "(cached) " >&6
252b5132 8430else
d7040cdb
SE
8431 lt_cv_prog_compiler_c_o=no
8432 $RM -r conftest 2>/dev/null
8433 mkdir conftest
8434 cd conftest
8435 mkdir out
8436 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8437
8438 lt_compiler_flag="-o out/conftest2.$ac_objext"
8439 # Insert the option either (1) after the last *FLAGS variable, or
8440 # (2) before a word containing "conftest.", or (3) at the end.
8441 # Note that $ac_compile itself does not contain backslashes and begins
8442 # with a dollar sign (not a hyphen), so the echo should work correctly.
8443 lt_compile=`echo "$ac_compile" | $SED \
8444 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8445 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8446 -e 's:$: $lt_compiler_flag:'`
3725885a 8447 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8448 (eval "$lt_compile" 2>out/conftest.err)
8449 ac_status=$?
8450 cat out/conftest.err >&5
3725885a 8451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8452 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8453 then
8454 # The compiler can only warn and ignore the option if not recognized
8455 # So say no if there are warnings
3725885a 8456 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8457 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8458 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8459 lt_cv_prog_compiler_c_o=yes
8460 fi
8461 fi
8462 chmod u+w . 2>&5
8463 $RM conftest*
8464 # SGI C++ compiler will create directory out/ii_files/ for
8465 # template instantiation
8466 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8467 $RM out/* && rmdir out
8468 cd ..
8469 $RM -r conftest
8470 $RM conftest*
8471
252b5132 8472fi
81ecdfbb
RW
8473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8474$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8475
20e95c23 8476
20e95c23
DJ
8477
8478
d7040cdb
SE
8479
8480
81ecdfbb
RW
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8482$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8483if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8484 $as_echo_n "(cached) " >&6
42ecbf5e 8485else
d7040cdb
SE
8486 lt_cv_prog_compiler_c_o=no
8487 $RM -r conftest 2>/dev/null
8488 mkdir conftest
8489 cd conftest
8490 mkdir out
8491 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8492
8493 lt_compiler_flag="-o out/conftest2.$ac_objext"
8494 # Insert the option either (1) after the last *FLAGS variable, or
8495 # (2) before a word containing "conftest.", or (3) at the end.
8496 # Note that $ac_compile itself does not contain backslashes and begins
8497 # with a dollar sign (not a hyphen), so the echo should work correctly.
8498 lt_compile=`echo "$ac_compile" | $SED \
8499 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8500 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8501 -e 's:$: $lt_compiler_flag:'`
3725885a 8502 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8503 (eval "$lt_compile" 2>out/conftest.err)
8504 ac_status=$?
8505 cat out/conftest.err >&5
3725885a 8506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8507 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8508 then
8509 # The compiler can only warn and ignore the option if not recognized
8510 # So say no if there are warnings
3725885a 8511 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8512 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8513 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8514 lt_cv_prog_compiler_c_o=yes
8515 fi
8516 fi
8517 chmod u+w . 2>&5
8518 $RM conftest*
8519 # SGI C++ compiler will create directory out/ii_files/ for
8520 # template instantiation
8521 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8522 $RM out/* && rmdir out
8523 cd ..
8524 $RM -r conftest
8525 $RM conftest*
8526
8527fi
81ecdfbb
RW
8528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8529$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8530
8531
8532
8533
8534hard_links="nottested"
8535if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8536 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8538$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8539 hard_links=yes
8540 $RM conftest*
8541 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8542 touch conftest.a
8543 ln conftest.a conftest.b 2>&5 || hard_links=no
8544 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8546$as_echo "$hard_links" >&6; }
d7040cdb 8547 if test "$hard_links" = no; then
81ecdfbb
RW
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8549$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8550 need_locks=warn
8551 fi
8552else
8553 need_locks=no
8554fi
8555
8556
8557
8558
8559
8560
81ecdfbb
RW
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8562$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8563
8564 runpath_var=
8565 allow_undefined_flag=
8566 always_export_symbols=no
8567 archive_cmds=
8568 archive_expsym_cmds=
8569 compiler_needs_object=no
8570 enable_shared_with_static_runtimes=no
8571 export_dynamic_flag_spec=
8572 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8573 hardcode_automatic=no
8574 hardcode_direct=no
8575 hardcode_direct_absolute=no
8576 hardcode_libdir_flag_spec=
8577 hardcode_libdir_flag_spec_ld=
8578 hardcode_libdir_separator=
8579 hardcode_minus_L=no
8580 hardcode_shlibpath_var=unsupported
8581 inherit_rpath=no
8582 link_all_deplibs=unknown
8583 module_cmds=
8584 module_expsym_cmds=
8585 old_archive_from_new_cmds=
8586 old_archive_from_expsyms_cmds=
8587 thread_safe_flag_spec=
8588 whole_archive_flag_spec=
8589 # include_expsyms should be a list of space-separated symbols to be *always*
8590 # included in the symbol list
8591 include_expsyms=
8592 # exclude_expsyms can be an extended regexp of symbols to exclude
8593 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8594 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8595 # as well as any symbol that contains `d'.
718a6fd8 8596 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8597 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8598 # platforms (ab)use it in PIC code, but their linkers get confused if
8599 # the symbol is explicitly referenced. Since portable code cannot
8600 # rely on this symbol name, it's probably fine to never include it in
8601 # preloaded symbol tables.
718a6fd8 8602 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8603 extract_expsyms_cmds=
8604
8605 case $host_os in
718a6fd8 8606 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8607 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8608 # When not using gcc, we currently assume that we are using
8609 # Microsoft Visual C++.
8610 if test "$GCC" != yes; then
8611 with_gnu_ld=no
8612 fi
8613 ;;
8614 interix*)
8615 # we just hope/assume this is gcc and not c89 (= MSVC++)
8616 with_gnu_ld=yes
8617 ;;
8618 openbsd*)
8619 with_gnu_ld=no
8620 ;;
8621 esac
8622
8623 ld_shlibs=yes
3725885a
RW
8624
8625 # On some targets, GNU ld is compatible enough with the native linker
8626 # that we're better off using the native interface for both.
8627 lt_use_gnu_ld_interface=no
d7040cdb 8628 if test "$with_gnu_ld" = yes; then
3725885a
RW
8629 case $host_os in
8630 aix*)
8631 # The AIX port of GNU ld has always aspired to compatibility
8632 # with the native linker. However, as the warning in the GNU ld
8633 # block says, versions before 2.19.5* couldn't really create working
8634 # shared libraries, regardless of the interface used.
8635 case `$LD -v 2>&1` in
8636 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8637 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8638 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8639 *)
8640 lt_use_gnu_ld_interface=yes
8641 ;;
8642 esac
8643 ;;
8644 *)
8645 lt_use_gnu_ld_interface=yes
8646 ;;
8647 esac
8648 fi
8649
8650 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8651 # If archive_cmds runs LD, not CC, wlarc should be empty
8652 wlarc='${wl}'
8653
8654 # Set some defaults for GNU ld with shared library support. These
8655 # are reset later if shared libraries are not supported. Putting them
8656 # here allows them to be overridden if necessary.
8657 runpath_var=LD_RUN_PATH
8658 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8659 export_dynamic_flag_spec='${wl}--export-dynamic'
8660 # ancient GNU ld didn't support --whole-archive et. al.
8661 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8662 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8663 else
8664 whole_archive_flag_spec=
8665 fi
8666 supports_anon_versioning=no
8667 case `$LD -v 2>&1` in
3725885a 8668 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8669 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8670 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8671 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8672 *\ 2.11.*) ;; # other 2.11 versions
8673 *) supports_anon_versioning=yes ;;
8674 esac
8675
8676 # See if GNU ld supports shared libraries.
8677 case $host_os in
50e7d84b 8678 aix[3-9]*)
d7040cdb
SE
8679 # On AIX/PPC, the GNU linker is very broken
8680 if test "$host_cpu" != ia64; then
8681 ld_shlibs=no
8682 cat <<_LT_EOF 1>&2
8683
3725885a 8684*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8685*** to be unable to reliably create shared libraries on AIX.
8686*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8687*** really care for shared libraries, you may want to install binutils
8688*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8689*** You will then need to restart the configuration process.
d7040cdb
SE
8690
8691_LT_EOF
8692 fi
8693 ;;
8694
8695 amigaos*)
718a6fd8
SE
8696 case $host_cpu in
8697 powerpc)
8698 # see comment about AmigaOS4 .so support
8699 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8700 archive_expsym_cmds=''
8701 ;;
8702 m68k)
8703 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)'
8704 hardcode_libdir_flag_spec='-L$libdir'
8705 hardcode_minus_L=yes
8706 ;;
8707 esac
d7040cdb
SE
8708 ;;
8709
8710 beos*)
8711 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8712 allow_undefined_flag=unsupported
8713 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8714 # support --undefined. This deserves some investigation. FIXME
8715 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8716 else
8717 ld_shlibs=no
8718 fi
8719 ;;
8720
718a6fd8 8721 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8722 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8723 # as there is no search path for DLLs.
8724 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8725 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8726 allow_undefined_flag=unsupported
8727 always_export_symbols=no
8728 enable_shared_with_static_runtimes=yes
f2c621e4 8729 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb
SE
8730
8731 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8732 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8733 # If the export-symbols file already is a .def file (1st line
8734 # is EXPORTS), use it as is; otherwise, prepend...
8735 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8736 cp $export_symbols $output_objdir/$soname.def;
8737 else
8738 echo EXPORTS > $output_objdir/$soname.def;
8739 cat $export_symbols >> $output_objdir/$soname.def;
8740 fi~
8741 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8742 else
8743 ld_shlibs=no
8744 fi
8745 ;;
8746
3725885a
RW
8747 haiku*)
8748 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8749 link_all_deplibs=yes
8750 ;;
8751
d7040cdb
SE
8752 interix[3-9]*)
8753 hardcode_direct=no
8754 hardcode_shlibpath_var=no
8755 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8756 export_dynamic_flag_spec='${wl}-E'
8757 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8758 # Instead, shared libraries are loaded at an image base (0x10000000 by
8759 # default) and relocated if they conflict, which is a slow very memory
8760 # consuming and fragmenting process. To avoid this, we pick a random,
8761 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8762 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8763 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8764 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'
8765 ;;
8766
58e24671 8767 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
8768 tmp_diet=no
8769 if test "$host_os" = linux-dietlibc; then
8770 case $cc_basename in
8771 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8772 esac
8773 fi
8774 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8775 && test "$tmp_diet" = no
8776 then
f2c621e4 8777 tmp_addflag=
718a6fd8 8778 tmp_sharedflag='-shared'
d7040cdb
SE
8779 case $cc_basename,$host_cpu in
8780 pgcc*) # Portland Group C compiler
3725885a 8781 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
8782 tmp_addflag=' $pic_flag'
8783 ;;
3725885a
RW
8784 pgf77* | pgf90* | pgf95* | pgfortran*)
8785 # Portland Group f77 and f90 compilers
8786 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
8787 tmp_addflag=' $pic_flag -Mnomain' ;;
8788 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8789 tmp_addflag=' -i_dynamic' ;;
8790 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8791 tmp_addflag=' -i_dynamic -nofor_main' ;;
8792 ifc* | ifort*) # Intel Fortran compiler
8793 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8794 lf95*) # Lahey Fortran 8.1
8795 whole_archive_flag_spec=
8796 tmp_sharedflag='--shared' ;;
3725885a 8797 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8798 tmp_sharedflag='-qmkshrobj'
8799 tmp_addflag= ;;
3725885a
RW
8800 nvcc*) # Cuda Compiler Driver 2.2
8801 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'
8802 compiler_needs_object=yes
8803 ;;
d7040cdb
SE
8804 esac
8805 case `$CC -V 2>&1 | sed 5q` in
8806 *Sun\ C*) # Sun C 5.9
3725885a 8807 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
8808 compiler_needs_object=yes
8809 tmp_sharedflag='-G' ;;
8810 *Sun\ F*) # Sun Fortran 8.3
8811 tmp_sharedflag='-G' ;;
d7040cdb
SE
8812 esac
8813 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8814
8815 if test "x$supports_anon_versioning" = xyes; then
8816 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8817 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8818 echo "local: *; };" >> $output_objdir/$libname.ver~
8819 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8820 fi
718a6fd8
SE
8821
8822 case $cc_basename in
3725885a 8823 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8824 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8825 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8826 hardcode_libdir_flag_spec=
8827 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8828 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8829 if test "x$supports_anon_versioning" = xyes; then
8830 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8831 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8832 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8833 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8834 fi
8835 ;;
8836 esac
d7040cdb
SE
8837 else
8838 ld_shlibs=no
8839 fi
8840 ;;
8841
8842 netbsd*)
8843 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8844 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8845 wlarc=
8846 else
f2c621e4
AS
8847 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8848 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8849 fi
8850 ;;
8851
8852 solaris*)
8853 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8854 ld_shlibs=no
8855 cat <<_LT_EOF 1>&2
8856
8857*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8858*** create shared libraries on Solaris systems. Therefore, libtool
8859*** is disabling shared libraries support. We urge you to upgrade GNU
8860*** binutils to release 2.9.1 or newer. Another option is to modify
8861*** your PATH or compiler configuration so that the native linker is
8862*** used, and then restart.
8863
8864_LT_EOF
8865 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8866 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8867 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8868 else
8869 ld_shlibs=no
8870 fi
8871 ;;
8872
8873 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8874 case `$LD -v 2>&1` in
8875 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8876 ld_shlibs=no
8877 cat <<_LT_EOF 1>&2
8878
8879*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8880*** reliably create shared libraries on SCO systems. Therefore, libtool
8881*** is disabling shared libraries support. We urge you to upgrade GNU
8882*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8883*** your PATH or compiler configuration so that the native linker is
8884*** used, and then restart.
8885
8886_LT_EOF
8887 ;;
8888 *)
8889 # For security reasons, it is highly recommended that you always
8890 # use absolute paths for naming shared libraries, and exclude the
8891 # DT_RUNPATH tag from executables and libraries. But doing so
8892 # requires that you compile everything twice, which is a pain.
8893 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8894 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8895 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8896 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8897 else
8898 ld_shlibs=no
8899 fi
8900 ;;
8901 esac
8902 ;;
8903
8904 sunos4*)
8905 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8906 wlarc=
8907 hardcode_direct=yes
8908 hardcode_shlibpath_var=no
8909 ;;
8910
8911 *)
8912 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8915 else
8916 ld_shlibs=no
8917 fi
8918 ;;
8919 esac
8920
8921 if test "$ld_shlibs" = no; then
8922 runpath_var=
8923 hardcode_libdir_flag_spec=
8924 export_dynamic_flag_spec=
8925 whole_archive_flag_spec=
8926 fi
8927 else
8928 # PORTME fill in a description of your system's linker (not GNU ld)
8929 case $host_os in
8930 aix3*)
8931 allow_undefined_flag=unsupported
8932 always_export_symbols=yes
8933 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'
8934 # Note: this linker hardcodes the directories in LIBPATH if there
8935 # are no directories specified by -L.
8936 hardcode_minus_L=yes
8937 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8938 # Neither direct hardcoding nor static linking is supported with a
8939 # broken collect2.
8940 hardcode_direct=unsupported
8941 fi
8942 ;;
8943
50e7d84b 8944 aix[4-9]*)
d7040cdb
SE
8945 if test "$host_cpu" = ia64; then
8946 # On IA64, the linker does run time linking by default, so we don't
8947 # have to do anything special.
8948 aix_use_runtimelinking=no
8949 exp_sym_flag='-Bexport'
8950 no_entry_flag=""
8951 else
8952 # If we're using GNU nm, then we don't want the "-C" option.
8953 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8954 # Also, AIX nm treats weak defined symbols like other global
8955 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 8956 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8957 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
8958 else
8959 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'
8960 fi
8961 aix_use_runtimelinking=no
8962
8963 # Test if we are trying to use run time linking or normal
8964 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8965 # need to do runtime linking.
50e7d84b 8966 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
8967 for ld_flag in $LDFLAGS; do
8968 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8969 aix_use_runtimelinking=yes
8970 break
8971 fi
8972 done
8973 ;;
8974 esac
8975
8976 exp_sym_flag='-bexport'
8977 no_entry_flag='-bnoentry'
8978 fi
8979
8980 # When large executables or shared objects are built, AIX ld can
8981 # have problems creating the table of contents. If linking a library
8982 # or program results in "error TOC overflow" add -mminimal-toc to
8983 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8984 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8985
8986 archive_cmds=''
8987 hardcode_direct=yes
8988 hardcode_direct_absolute=yes
8989 hardcode_libdir_separator=':'
8990 link_all_deplibs=yes
8991 file_list_spec='${wl}-f,'
8992
8993 if test "$GCC" = yes; then
8994 case $host_os in aix4.[012]|aix4.[012].*)
8995 # We only want to do this on AIX 4.2 and lower, the check
8996 # below for broken collect2 doesn't work under 4.3+
8997 collect2name=`${CC} -print-prog-name=collect2`
8998 if test -f "$collect2name" &&
8999 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9000 then
9001 # We have reworked collect2
9002 :
9003 else
9004 # We have old collect2
9005 hardcode_direct=unsupported
9006 # It fails to find uninstalled libraries when the uninstalled
9007 # path is not listed in the libpath. Setting hardcode_minus_L
9008 # to unsupported forces relinking
9009 hardcode_minus_L=yes
9010 hardcode_libdir_flag_spec='-L$libdir'
9011 hardcode_libdir_separator=
9012 fi
9013 ;;
9014 esac
9015 shared_flag='-shared'
9016 if test "$aix_use_runtimelinking" = yes; then
9017 shared_flag="$shared_flag "'${wl}-G'
9018 fi
9019 else
9020 # not using gcc
9021 if test "$host_cpu" = ia64; then
9022 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9023 # chokes on -Wl,-G. The following line is correct:
9024 shared_flag='-G'
9025 else
9026 if test "$aix_use_runtimelinking" = yes; then
9027 shared_flag='${wl}-G'
9028 else
9029 shared_flag='${wl}-bM:SRE'
9030 fi
9031 fi
9032 fi
9033
718a6fd8 9034 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9035 # It seems that -bexpall does not export symbols beginning with
9036 # underscore (_), so it is better to generate a list of symbols to export.
9037 always_export_symbols=yes
9038 if test "$aix_use_runtimelinking" = yes; then
9039 # Warning - without using the other runtime loading flags (-brtl),
9040 # -berok will link without error, but may produce a broken library.
9041 allow_undefined_flag='-berok'
9042 # Determine the default libpath from the value encoded in an
9043 # empty executable.
f2c621e4 9044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9045/* end confdefs.h. */
d7040cdb
SE
9046
9047int
9048main ()
9049{
9050
9051 ;
9052 return 0;
9053}
42ecbf5e 9054_ACEOF
81ecdfbb 9055if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9056
f2c621e4
AS
9057lt_aix_libpath_sed='
9058 /Import File Strings/,/^$/ {
9059 /^0/ {
9060 s/^0 *\(.*\)$/\1/
9061 p
9062 }
9063 }'
9064aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9065# Check for a 64-bit object if we didn't find anything.
9066if test -z "$aix_libpath"; then
9067 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9068fi
252b5132 9069fi
81ecdfbb
RW
9070rm -f core conftest.err conftest.$ac_objext \
9071 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9072if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9073
d7040cdb 9074 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9075 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
9076 else
9077 if test "$host_cpu" = ia64; then
9078 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9079 allow_undefined_flag="-z nodefs"
9080 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"
9081 else
9082 # Determine the default libpath from the value encoded in an
9083 # empty executable.
f2c621e4 9084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9085/* end confdefs.h. */
d7040cdb
SE
9086
9087int
9088main ()
9089{
9090
9091 ;
9092 return 0;
9093}
42ecbf5e 9094_ACEOF
81ecdfbb 9095if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9096
f2c621e4
AS
9097lt_aix_libpath_sed='
9098 /Import File Strings/,/^$/ {
9099 /^0/ {
9100 s/^0 *\(.*\)$/\1/
9101 p
9102 }
9103 }'
9104aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9105# Check for a 64-bit object if we didn't find anything.
9106if test -z "$aix_libpath"; then
9107 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9108fi
252b5132 9109fi
81ecdfbb
RW
9110rm -f core conftest.err conftest.$ac_objext \
9111 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9112if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9113
9114 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9115 # Warning - without using the other run time loading flags,
9116 # -berok will link without error, but may produce a broken library.
9117 no_undefined_flag=' ${wl}-bernotok'
9118 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9119 if test "$with_gnu_ld" = yes; then
9120 # We only use this code for GNU lds that support --whole-archive.
9121 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9122 else
9123 # Exported symbols can be pulled into shared objects from archives
9124 whole_archive_flag_spec='$convenience'
9125 fi
d7040cdb
SE
9126 archive_cmds_need_lc=yes
9127 # This is similar to how AIX traditionally builds its shared libraries.
9128 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'
9129 fi
9130 fi
9131 ;;
42ecbf5e 9132
d7040cdb 9133 amigaos*)
718a6fd8
SE
9134 case $host_cpu in
9135 powerpc)
9136 # see comment about AmigaOS4 .so support
9137 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9138 archive_expsym_cmds=''
9139 ;;
9140 m68k)
9141 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)'
9142 hardcode_libdir_flag_spec='-L$libdir'
9143 hardcode_minus_L=yes
9144 ;;
9145 esac
d7040cdb 9146 ;;
252b5132 9147
d7040cdb
SE
9148 bsdi[45]*)
9149 export_dynamic_flag_spec=-rdynamic
9150 ;;
252b5132 9151
718a6fd8 9152 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9153 # When not using gcc, we currently assume that we are using
9154 # Microsoft Visual C++.
9155 # hardcode_libdir_flag_spec is actually meaningless, as there is
9156 # no search path for DLLs.
f2c621e4
AS
9157 hardcode_libdir_flag_spec=' '
9158 allow_undefined_flag=unsupported
9159 # Tell ltmain to make .lib files, not .a files.
9160 libext=lib
9161 # Tell ltmain to make .dll files, not .so files.
9162 shrext_cmds=".dll"
9163 # FIXME: Setting linknames here is a bad hack.
9164 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9165 # The linker will automatically build a .lib file if we build a DLL.
9166 old_archive_from_new_cmds='true'
9167 # FIXME: Should let the user specify the lib program.
9168 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9169 fix_srcfile_path='`cygpath -w "$srcfile"`'
9170 enable_shared_with_static_runtimes=yes
d7040cdb 9171 ;;
252b5132 9172
d7040cdb 9173 darwin* | rhapsody*)
c46f8c51 9174
718a6fd8
SE
9175
9176 archive_cmds_need_lc=no
9177 hardcode_direct=no
9178 hardcode_automatic=yes
9179 hardcode_shlibpath_var=unsupported
3725885a
RW
9180 if test "$lt_cv_ld_force_load" = "yes"; then
9181 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\"`'
9182 else
9183 whole_archive_flag_spec=''
9184 fi
718a6fd8
SE
9185 link_all_deplibs=yes
9186 allow_undefined_flag="$_lt_dar_allow_undefined"
9187 case $cc_basename in
9188 ifort*) _lt_dar_can_shared=yes ;;
9189 *) _lt_dar_can_shared=$GCC ;;
9190 esac
9191 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9192 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9193 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9194 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9195 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}"
9196 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}"
9197
9198 else
9199 ld_shlibs=no
9200 fi
9201
d7040cdb 9202 ;;
42ecbf5e 9203
d7040cdb
SE
9204 dgux*)
9205 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9206 hardcode_libdir_flag_spec='-L$libdir'
9207 hardcode_shlibpath_var=no
9208 ;;
252b5132 9209
d7040cdb
SE
9210 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9211 # support. Future versions do this automatically, but an explicit c++rt0.o
9212 # does not break anything, and helps significantly (at the cost of a little
9213 # extra space).
9214 freebsd2.2*)
9215 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9216 hardcode_libdir_flag_spec='-R$libdir'
9217 hardcode_direct=yes
9218 hardcode_shlibpath_var=no
9219 ;;
252b5132 9220
d7040cdb 9221 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9222 freebsd2.*)
d7040cdb
SE
9223 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9224 hardcode_direct=yes
9225 hardcode_minus_L=yes
9226 hardcode_shlibpath_var=no
9227 ;;
42ecbf5e 9228
d7040cdb
SE
9229 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9230 freebsd* | dragonfly*)
f2c621e4 9231 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9232 hardcode_libdir_flag_spec='-R$libdir'
9233 hardcode_direct=yes
9234 hardcode_shlibpath_var=no
9235 ;;
252b5132 9236
d7040cdb
SE
9237 hpux9*)
9238 if test "$GCC" = yes; then
f2c621e4 9239 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'
d7040cdb
SE
9240 else
9241 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'
9242 fi
9243 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9244 hardcode_libdir_separator=:
9245 hardcode_direct=yes
9246
9247 # hardcode_minus_L: Not really in the search PATH,
9248 # but as the default location of the library.
9249 hardcode_minus_L=yes
9250 export_dynamic_flag_spec='${wl}-E'
9251 ;;
20e95c23 9252
d7040cdb 9253 hpux10*)
3725885a 9254 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9255 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9256 else
9257 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9258 fi
9259 if test "$with_gnu_ld" = no; then
9260 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9261 hardcode_libdir_flag_spec_ld='+b $libdir'
9262 hardcode_libdir_separator=:
9263 hardcode_direct=yes
9264 hardcode_direct_absolute=yes
9265 export_dynamic_flag_spec='${wl}-E'
9266 # hardcode_minus_L: Not really in the search PATH,
9267 # but as the default location of the library.
9268 hardcode_minus_L=yes
9269 fi
9270 ;;
20e95c23 9271
d7040cdb 9272 hpux11*)
3725885a 9273 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9274 case $host_cpu in
9275 hppa*64*)
9276 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9277 ;;
9278 ia64*)
f2c621e4 9279 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9280 ;;
9281 *)
f2c621e4 9282 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9283 ;;
9284 esac
9285 else
9286 case $host_cpu in
9287 hppa*64*)
9288 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9289 ;;
9290 ia64*)
9291 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9292 ;;
9293 *)
3725885a
RW
9294
9295 # Older versions of the 11.00 compiler do not understand -b yet
9296 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9298$as_echo_n "checking if $CC understands -b... " >&6; }
9299if test "${lt_cv_prog_compiler__b+set}" = set; then :
9300 $as_echo_n "(cached) " >&6
9301else
9302 lt_cv_prog_compiler__b=no
9303 save_LDFLAGS="$LDFLAGS"
9304 LDFLAGS="$LDFLAGS -b"
9305 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9306 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9307 # The linker can only warn and ignore the option if not recognized
9308 # So say no if there are warnings
9309 if test -s conftest.err; then
9310 # Append any errors to the config.log.
9311 cat conftest.err 1>&5
9312 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9313 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9314 if diff conftest.exp conftest.er2 >/dev/null; then
9315 lt_cv_prog_compiler__b=yes
9316 fi
9317 else
9318 lt_cv_prog_compiler__b=yes
9319 fi
9320 fi
9321 $RM -r conftest*
9322 LDFLAGS="$save_LDFLAGS"
9323
9324fi
9325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9326$as_echo "$lt_cv_prog_compiler__b" >&6; }
9327
9328if test x"$lt_cv_prog_compiler__b" = xyes; then
9329 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9330else
9331 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9332fi
9333
d7040cdb
SE
9334 ;;
9335 esac
9336 fi
9337 if test "$with_gnu_ld" = no; then
9338 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9339 hardcode_libdir_separator=:
9340
9341 case $host_cpu in
9342 hppa*64*|ia64*)
9343 hardcode_direct=no
9344 hardcode_shlibpath_var=no
9345 ;;
9346 *)
9347 hardcode_direct=yes
9348 hardcode_direct_absolute=yes
9349 export_dynamic_flag_spec='${wl}-E'
9350
9351 # hardcode_minus_L: Not really in the search PATH,
9352 # but as the default location of the library.
9353 hardcode_minus_L=yes
9354 ;;
9355 esac
9356 fi
9357 ;;
9358
9359 irix5* | irix6* | nonstopux*)
9360 if test "$GCC" = yes; then
f2c621e4 9361 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
9362 # Try to use the -exported_symbol ld option, if it does not
9363 # work, assume that -exports_file does not work either and
9364 # implicitly export all symbols.
f2c621e4
AS
9365 save_LDFLAGS="$LDFLAGS"
9366 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9368/* end confdefs.h. */
f2c621e4 9369int foo(void) {}
42ecbf5e 9370_ACEOF
81ecdfbb 9371if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9372 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'
9373
42ecbf5e 9374fi
81ecdfbb
RW
9375rm -f core conftest.err conftest.$ac_objext \
9376 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9377 LDFLAGS="$save_LDFLAGS"
d7040cdb 9378 else
3725885a
RW
9379 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'
9380 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
9381 fi
9382 archive_cmds_need_lc='no'
9383 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9384 hardcode_libdir_separator=:
9385 inherit_rpath=yes
9386 link_all_deplibs=yes
9387 ;;
42ecbf5e 9388
d7040cdb
SE
9389 netbsd*)
9390 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9391 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9392 else
9393 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9394 fi
9395 hardcode_libdir_flag_spec='-R$libdir'
9396 hardcode_direct=yes
9397 hardcode_shlibpath_var=no
9398 ;;
42ecbf5e 9399
d7040cdb
SE
9400 newsos6)
9401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402 hardcode_direct=yes
9403 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9404 hardcode_libdir_separator=:
9405 hardcode_shlibpath_var=no
9406 ;;
42ecbf5e 9407
d7040cdb
SE
9408 *nto* | *qnx*)
9409 ;;
252b5132 9410
d7040cdb 9411 openbsd*)
718a6fd8
SE
9412 if test -f /usr/libexec/ld.so; then
9413 hardcode_direct=yes
9414 hardcode_shlibpath_var=no
9415 hardcode_direct_absolute=yes
9416 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9417 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9418 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9419 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9420 export_dynamic_flag_spec='${wl}-E'
9421 else
9422 case $host_os in
9423 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9424 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9425 hardcode_libdir_flag_spec='-R$libdir'
9426 ;;
9427 *)
9428 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9429 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9430 ;;
9431 esac
9432 fi
9433 else
9434 ld_shlibs=no
d7040cdb
SE
9435 fi
9436 ;;
252b5132 9437
d7040cdb
SE
9438 os2*)
9439 hardcode_libdir_flag_spec='-L$libdir'
9440 hardcode_minus_L=yes
9441 allow_undefined_flag=unsupported
3725885a 9442 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
9443 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9444 ;;
2481e6a2 9445
d7040cdb
SE
9446 osf3*)
9447 if test "$GCC" = yes; then
9448 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9449 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
9450 else
9451 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9452 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
9453 fi
9454 archive_cmds_need_lc='no'
9455 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9456 hardcode_libdir_separator=:
9457 ;;
42ecbf5e 9458
d7040cdb
SE
9459 osf4* | osf5*) # as osf3* with the addition of -msym flag
9460 if test "$GCC" = yes; then
9461 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9462 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
9463 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9464 else
9465 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9466 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 9467 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 9468 $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 9469
d7040cdb
SE
9470 # Both c and cxx compiler support -rpath directly
9471 hardcode_libdir_flag_spec='-rpath $libdir'
9472 fi
9473 archive_cmds_need_lc='no'
9474 hardcode_libdir_separator=:
9475 ;;
9476
9477 solaris*)
9478 no_undefined_flag=' -z defs'
9479 if test "$GCC" = yes; then
9480 wlarc='${wl}'
f2c621e4 9481 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9482 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9483 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
d7040cdb
SE
9484 else
9485 case `$CC -V 2>&1` in
9486 *"Compilers 5.0"*)
9487 wlarc=''
9488 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9489 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9490 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9491 ;;
9492 *)
9493 wlarc='${wl}'
9494 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9495 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9496 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9497 ;;
9498 esac
9499 fi
9500 hardcode_libdir_flag_spec='-R$libdir'
9501 hardcode_shlibpath_var=no
9502 case $host_os in
9503 solaris2.[0-5] | solaris2.[0-5].*) ;;
9504 *)
9505 # The compiler driver will combine and reorder linker options,
9506 # but understands `-z linker_flag'. GCC discards it without `$wl',
9507 # but is careful enough not to reorder.
9508 # Supported since Solaris 2.6 (maybe 2.5.1?)
9509 if test "$GCC" = yes; then
9510 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9511 else
9512 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9513 fi
9514 ;;
9515 esac
9516 link_all_deplibs=yes
9517 ;;
9518
9519 sunos4*)
9520 if test "x$host_vendor" = xsequent; then
9521 # Use $CC to link under sequent, because it throws in some extra .o
9522 # files that make .init and .fini sections work.
9523 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9524 else
9525 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9526 fi
9527 hardcode_libdir_flag_spec='-L$libdir'
9528 hardcode_direct=yes
9529 hardcode_minus_L=yes
9530 hardcode_shlibpath_var=no
9531 ;;
9532
9533 sysv4)
9534 case $host_vendor in
9535 sni)
9536 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9537 hardcode_direct=yes # is this really true???
9538 ;;
9539 siemens)
9540 ## LD is ld it makes a PLAMLIB
9541 ## CC just makes a GrossModule.
9542 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9543 reload_cmds='$CC -r -o $output$reload_objs'
9544 hardcode_direct=no
9545 ;;
9546 motorola)
9547 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9548 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9549 ;;
9550 esac
9551 runpath_var='LD_RUN_PATH'
9552 hardcode_shlibpath_var=no
9553 ;;
9554
9555 sysv4.3*)
9556 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9557 hardcode_shlibpath_var=no
9558 export_dynamic_flag_spec='-Bexport'
9559 ;;
9560
9561 sysv4*MP*)
9562 if test -d /usr/nec; then
9563 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564 hardcode_shlibpath_var=no
9565 runpath_var=LD_RUN_PATH
9566 hardcode_runpath_var=yes
9567 ld_shlibs=yes
9568 fi
9569 ;;
9570
9571 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9572 no_undefined_flag='${wl}-z,text'
9573 archive_cmds_need_lc=no
9574 hardcode_shlibpath_var=no
9575 runpath_var='LD_RUN_PATH'
9576
9577 if test "$GCC" = yes; then
9578 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9579 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9580 else
9581 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9582 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9583 fi
9584 ;;
9585
9586 sysv5* | sco3.2v5* | sco5v6*)
9587 # Note: We can NOT use -z defs as we might desire, because we do not
9588 # link with -lc, and that would cause any symbols used from libc to
9589 # always be unresolved, which means just about no library would
9590 # ever link correctly. If we're not using GNU ld we use -z text
9591 # though, which does catch some bad symbols but isn't as heavy-handed
9592 # as -z defs.
9593 no_undefined_flag='${wl}-z,text'
9594 allow_undefined_flag='${wl}-z,nodefs'
9595 archive_cmds_need_lc=no
9596 hardcode_shlibpath_var=no
9597 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9598 hardcode_libdir_separator=':'
9599 link_all_deplibs=yes
9600 export_dynamic_flag_spec='${wl}-Bexport'
9601 runpath_var='LD_RUN_PATH'
9602
9603 if test "$GCC" = yes; then
9604 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9605 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9606 else
9607 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9608 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9609 fi
9610 ;;
9611
9612 uts4*)
9613 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9614 hardcode_libdir_flag_spec='-L$libdir'
9615 hardcode_shlibpath_var=no
9616 ;;
9617
9618 *)
9619 ld_shlibs=no
9620 ;;
9621 esac
9622
9623 if test x$host_vendor = xsni; then
9624 case $host in
9625 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9626 export_dynamic_flag_spec='${wl}-Blargedynsym'
9627 ;;
9628 esac
9629 fi
9630 fi
9631
81ecdfbb
RW
9632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9633$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9634test "$ld_shlibs" = no && can_build_shared=no
9635
9636with_gnu_ld=$with_gnu_ld
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652#
9653# Do we need to explicitly link libc?
9654#
9655case "x$archive_cmds_need_lc" in
9656x|xyes)
9657 # Assume -lc should be added
9658 archive_cmds_need_lc=yes
9659
9660 if test "$enable_shared" = yes && test "$GCC" = yes; then
9661 case $archive_cmds in
9662 *'~'*)
9663 # FIXME: we may have to deal with multi-command sequences.
9664 ;;
9665 '$CC '*)
9666 # Test whether the compiler implicitly links with -lc since on some
9667 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9668 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9670$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9671if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9672 $as_echo_n "(cached) " >&6
39144654
RW
9673else
9674 $RM conftest*
9675 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9676
81ecdfbb 9677 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9678 (eval $ac_compile) 2>&5
20e95c23 9679 ac_status=$?
81ecdfbb
RW
9680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9681 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9682 soname=conftest
9683 lib=conftest
9684 libobjs=conftest.$ac_objext
9685 deplibs=
9686 wl=$lt_prog_compiler_wl
9687 pic_flag=$lt_prog_compiler_pic
9688 compiler_flags=-v
9689 linker_flags=-v
9690 verstring=
9691 output_objdir=.
9692 libname=conftest
9693 lt_save_allow_undefined_flag=$allow_undefined_flag
9694 allow_undefined_flag=
81ecdfbb 9695 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9696 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9697 ac_status=$?
81ecdfbb
RW
9698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9699 test $ac_status = 0; }
39144654
RW
9700 then
9701 lt_cv_archive_cmds_need_lc=no
9702 else
9703 lt_cv_archive_cmds_need_lc=yes
9704 fi
9705 allow_undefined_flag=$lt_save_allow_undefined_flag
9706 else
9707 cat conftest.err 1>&5
9708 fi
9709 $RM conftest*
9710
9711fi
81ecdfbb
RW
9712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9713$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9714 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9715 ;;
9716 esac
9717 fi
9718 ;;
9719esac
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
81ecdfbb
RW
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9878$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9879
9880if test "$GCC" = yes; then
d7040cdb
SE
9881 case $host_os in
9882 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9883 *) lt_awk_arg="/^libraries:/" ;;
9884 esac
3725885a
RW
9885 case $host_os in
9886 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9887 *) lt_sed_strip_eq="s,=/,/,g" ;;
9888 esac
9889 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9890 case $lt_search_path_spec in
9891 *\;*)
d7040cdb
SE
9892 # if the path contains ";" then we assume it to be the separator
9893 # otherwise default to the standard path separator (i.e. ":") - it is
9894 # assumed that no part of a normal pathname contains ";" but that should
9895 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9896 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9897 ;;
9898 *)
9899 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9900 ;;
9901 esac
d7040cdb
SE
9902 # Ok, now we have the path, separated by spaces, we can step through it
9903 # and add multilib dir if necessary.
9904 lt_tmp_lt_search_path_spec=
9905 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9906 for lt_sys_path in $lt_search_path_spec; do
9907 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9908 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9909 else
9910 test -d "$lt_sys_path" && \
9911 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9912 fi
9913 done
3725885a 9914 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
9915BEGIN {RS=" "; FS="/|\n";} {
9916 lt_foo="";
9917 lt_count=0;
9918 for (lt_i = NF; lt_i > 0; lt_i--) {
9919 if ($lt_i != "" && $lt_i != ".") {
9920 if ($lt_i == "..") {
9921 lt_count++;
9922 } else {
9923 if (lt_count == 0) {
9924 lt_foo="/" $lt_i lt_foo;
9925 } else {
9926 lt_count--;
9927 }
9928 }
9929 }
9930 }
9931 if (lt_foo != "") { lt_freq[lt_foo]++; }
9932 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9933}'`
3725885a
RW
9934 # AWK program above erroneously prepends '/' to C:/dos/paths
9935 # for these hosts.
9936 case $host_os in
9937 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9938 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9939 esac
9940 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
9941else
9942 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9943fi
9944library_names_spec=
9945libname_spec='lib$name'
9946soname_spec=
9947shrext_cmds=".so"
9948postinstall_cmds=
9949postuninstall_cmds=
9950finish_cmds=
9951finish_eval=
9952shlibpath_var=
9953shlibpath_overrides_runpath=unknown
9954version_type=none
9955dynamic_linker="$host_os ld.so"
9956sys_lib_dlsearch_path_spec="/lib /usr/lib"
9957need_lib_prefix=unknown
9958hardcode_into_libs=no
9959
9960# when you set need_version to no, make sure it does not cause -set_version
9961# flags to be left without arguments
9962need_version=unknown
9963
9964case $host_os in
9965aix3*)
9966 version_type=linux
9967 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9968 shlibpath_var=LIBPATH
9969
9970 # AIX 3 has no versioning support, so we append a major version to the name.
9971 soname_spec='${libname}${release}${shared_ext}$major'
9972 ;;
9973
50e7d84b 9974aix[4-9]*)
d7040cdb
SE
9975 version_type=linux
9976 need_lib_prefix=no
9977 need_version=no
9978 hardcode_into_libs=yes
9979 if test "$host_cpu" = ia64; then
9980 # AIX 5 supports IA64
9981 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9982 shlibpath_var=LD_LIBRARY_PATH
9983 else
9984 # With GCC up to 2.95.x, collect2 would create an import file
9985 # for dependence libraries. The import file would start with
9986 # the line `#! .'. This would cause the generated library to
9987 # depend on `.', always an invalid library. This was fixed in
9988 # development snapshots of GCC prior to 3.0.
9989 case $host_os in
9990 aix4 | aix4.[01] | aix4.[01].*)
9991 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9992 echo ' yes '
9993 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9994 :
9995 else
9996 can_build_shared=no
9997 fi
9998 ;;
9999 esac
10000 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10001 # soname into executable. Probably we can add versioning support to
10002 # collect2, so additional links can be useful in future.
10003 if test "$aix_use_runtimelinking" = yes; then
10004 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10005 # instead of lib<name>.a to let people know that these are not
10006 # typical AIX shared libraries.
10007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10008 else
10009 # We preserve .a as extension for shared libraries through AIX4.2
10010 # and later when we are not doing run time linking.
10011 library_names_spec='${libname}${release}.a $libname.a'
10012 soname_spec='${libname}${release}${shared_ext}$major'
10013 fi
10014 shlibpath_var=LIBPATH
10015 fi
10016 ;;
10017
10018amigaos*)
718a6fd8
SE
10019 case $host_cpu in
10020 powerpc)
10021 # Since July 2007 AmigaOS4 officially supports .so libraries.
10022 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10023 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10024 ;;
10025 m68k)
d7040cdb
SE
10026 library_names_spec='$libname.ixlibrary $libname.a'
10027 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10028 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
10029 ;;
10030 esac
d7040cdb
SE
10031 ;;
10032
10033beos*)
10034 library_names_spec='${libname}${shared_ext}'
10035 dynamic_linker="$host_os ld.so"
10036 shlibpath_var=LIBRARY_PATH
10037 ;;
10038
10039bsdi[45]*)
10040 version_type=linux
10041 need_version=no
10042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10043 soname_spec='${libname}${release}${shared_ext}$major'
10044 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10045 shlibpath_var=LD_LIBRARY_PATH
10046 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10047 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10048 # the default ld.so.conf also contains /usr/contrib/lib and
10049 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10050 # libtool to hard-code these into programs
10051 ;;
10052
718a6fd8 10053cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10054 version_type=windows
10055 shrext_cmds=".dll"
10056 need_version=no
10057 need_lib_prefix=no
10058
f2c621e4
AS
10059 case $GCC,$host_os in
10060 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10061 library_names_spec='$libname.dll.a'
10062 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10063 postinstall_cmds='base_file=`basename \${file}`~
10064 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10065 dldir=$destdir/`dirname \$dlpath`~
10066 test -d \$dldir || mkdir -p \$dldir~
10067 $install_prog $dir/$dlname \$dldir/$dlname~
10068 chmod a+x \$dldir/$dlname~
10069 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10070 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10071 fi'
10072 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10073 dlpath=$dir/\$dldll~
10074 $RM \$dlpath'
10075 shlibpath_overrides_runpath=yes
10076
10077 case $host_os in
10078 cygwin*)
10079 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10080 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10081
10082 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10083 ;;
718a6fd8 10084 mingw* | cegcc*)
d7040cdb
SE
10085 # MinGW DLLs use traditional 'lib' prefix
10086 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10087 ;;
10088 pw32*)
10089 # pw32 DLLs use 'pw' prefix rather than 'lib'
10090 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10091 ;;
10092 esac
10093 ;;
10094
10095 *)
10096 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10097 ;;
10098 esac
f2c621e4 10099 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10100 # FIXME: first we should search . and the directory the executable is in
10101 shlibpath_var=PATH
10102 ;;
10103
10104darwin* | rhapsody*)
10105 dynamic_linker="$host_os dyld"
10106 version_type=darwin
10107 need_lib_prefix=no
10108 need_version=no
10109 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10110 soname_spec='${libname}${release}${major}$shared_ext'
10111 shlibpath_overrides_runpath=yes
10112 shlibpath_var=DYLD_LIBRARY_PATH
10113 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10114
10115 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10116 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10117 ;;
10118
10119dgux*)
10120 version_type=linux
10121 need_lib_prefix=no
10122 need_version=no
10123 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10124 soname_spec='${libname}${release}${shared_ext}$major'
10125 shlibpath_var=LD_LIBRARY_PATH
10126 ;;
10127
d7040cdb
SE
10128freebsd* | dragonfly*)
10129 # DragonFly does not have aout. When/if they implement a new
10130 # versioning mechanism, adjust this.
10131 if test -x /usr/bin/objformat; then
10132 objformat=`/usr/bin/objformat`
10133 else
10134 case $host_os in
6d2920c8 10135 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10136 *) objformat=elf ;;
10137 esac
10138 fi
10139 version_type=freebsd-$objformat
10140 case $version_type in
10141 freebsd-elf*)
10142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10143 need_version=no
10144 need_lib_prefix=no
10145 ;;
10146 freebsd-*)
10147 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10148 need_version=yes
10149 ;;
10150 esac
10151 shlibpath_var=LD_LIBRARY_PATH
10152 case $host_os in
6d2920c8 10153 freebsd2.*)
d7040cdb
SE
10154 shlibpath_overrides_runpath=yes
10155 ;;
10156 freebsd3.[01]* | freebsdelf3.[01]*)
10157 shlibpath_overrides_runpath=yes
10158 hardcode_into_libs=yes
10159 ;;
10160 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10161 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10162 shlibpath_overrides_runpath=no
10163 hardcode_into_libs=yes
10164 ;;
10165 *) # from 4.6 on, and DragonFly
10166 shlibpath_overrides_runpath=yes
10167 hardcode_into_libs=yes
10168 ;;
10169 esac
10170 ;;
10171
10172gnu*)
10173 version_type=linux
10174 need_lib_prefix=no
10175 need_version=no
10176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10177 soname_spec='${libname}${release}${shared_ext}$major'
10178 shlibpath_var=LD_LIBRARY_PATH
10179 hardcode_into_libs=yes
10180 ;;
10181
3725885a
RW
10182haiku*)
10183 version_type=linux
10184 need_lib_prefix=no
10185 need_version=no
10186 dynamic_linker="$host_os runtime_loader"
10187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10188 soname_spec='${libname}${release}${shared_ext}$major'
10189 shlibpath_var=LIBRARY_PATH
10190 shlibpath_overrides_runpath=yes
f2c621e4 10191 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10192 hardcode_into_libs=yes
10193 ;;
10194
d7040cdb
SE
10195hpux9* | hpux10* | hpux11*)
10196 # Give a soname corresponding to the major version so that dld.sl refuses to
10197 # link against other versions.
10198 version_type=sunos
10199 need_lib_prefix=no
10200 need_version=no
10201 case $host_cpu in
10202 ia64*)
10203 shrext_cmds='.so'
10204 hardcode_into_libs=yes
10205 dynamic_linker="$host_os dld.so"
10206 shlibpath_var=LD_LIBRARY_PATH
10207 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10208 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10209 soname_spec='${libname}${release}${shared_ext}$major'
10210 if test "X$HPUX_IA64_MODE" = X32; then
10211 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10212 else
10213 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10214 fi
10215 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10216 ;;
10217 hppa*64*)
10218 shrext_cmds='.sl'
10219 hardcode_into_libs=yes
10220 dynamic_linker="$host_os dld.sl"
10221 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10222 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10226 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10227 ;;
10228 *)
10229 shrext_cmds='.sl'
10230 dynamic_linker="$host_os dld.sl"
10231 shlibpath_var=SHLIB_PATH
10232 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10234 soname_spec='${libname}${release}${shared_ext}$major'
10235 ;;
10236 esac
3725885a 10237 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10238 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10239 # or fails outright, so override atomically:
10240 install_override_mode=555
d7040cdb
SE
10241 ;;
10242
10243interix[3-9]*)
10244 version_type=linux
10245 need_lib_prefix=no
10246 need_version=no
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10248 soname_spec='${libname}${release}${shared_ext}$major'
10249 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10250 shlibpath_var=LD_LIBRARY_PATH
10251 shlibpath_overrides_runpath=no
10252 hardcode_into_libs=yes
10253 ;;
10254
10255irix5* | irix6* | nonstopux*)
10256 case $host_os in
10257 nonstopux*) version_type=nonstopux ;;
10258 *)
10259 if test "$lt_cv_prog_gnu_ld" = yes; then
10260 version_type=linux
10261 else
10262 version_type=irix
10263 fi ;;
10264 esac
10265 need_lib_prefix=no
10266 need_version=no
10267 soname_spec='${libname}${release}${shared_ext}$major'
10268 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10269 case $host_os in
10270 irix5* | nonstopux*)
10271 libsuff= shlibsuff=
10272 ;;
10273 *)
10274 case $LD in # libtool.m4 will add one of these switches to LD
10275 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10276 libsuff= shlibsuff= libmagic=32-bit;;
10277 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10278 libsuff=32 shlibsuff=N32 libmagic=N32;;
10279 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10280 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10281 *) libsuff= shlibsuff= libmagic=never-match;;
10282 esac
10283 ;;
10284 esac
10285 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10286 shlibpath_overrides_runpath=no
10287 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10288 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10289 hardcode_into_libs=yes
10290 ;;
10291
10292# No shared lib support for Linux oldld, aout, or coff.
10293linux*oldld* | linux*aout* | linux*coff*)
10294 dynamic_linker=no
10295 ;;
10296
10297# This must be Linux ELF.
58e24671 10298linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10299 version_type=linux
10300 need_lib_prefix=no
10301 need_version=no
10302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10303 soname_spec='${libname}${release}${shared_ext}$major'
10304 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10305 shlibpath_var=LD_LIBRARY_PATH
10306 shlibpath_overrides_runpath=no
39144654 10307
d7040cdb 10308 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10309 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10310 $as_echo_n "(cached) " >&6
39144654
RW
10311else
10312 lt_cv_shlibpath_overrides_runpath=no
10313 save_LDFLAGS=$LDFLAGS
10314 save_libdir=$libdir
10315 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10316 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10318/* end confdefs.h. */
10319
10320int
10321main ()
10322{
10323
10324 ;
10325 return 0;
10326}
10327_ACEOF
81ecdfbb
RW
10328if ac_fn_c_try_link "$LINENO"; then :
10329 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10330 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10331fi
d7040cdb 10332fi
81ecdfbb
RW
10333rm -f core conftest.err conftest.$ac_objext \
10334 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10335 LDFLAGS=$save_LDFLAGS
10336 libdir=$save_libdir
10337
10338fi
10339
10340 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10341
10342 # This implies no fast_install, which is unacceptable.
10343 # Some rework will be needed to allow for fast_install
10344 # before this can be enabled.
10345 hardcode_into_libs=yes
10346
10347 # Append ld.so.conf contents to the search path
10348 if test -f /etc/ld.so.conf; then
3725885a 10349 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' ' '`
f2c621e4 10350 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10351 fi
10352
10353 # We used to test for /lib/ld.so.1 and disable shared libraries on
10354 # powerpc, because MkLinux only supported shared libraries with the
10355 # GNU dynamic linker. Since this was broken with cross compilers,
10356 # most powerpc-linux boxes support dynamic linking these days and
10357 # people can always --disable-shared, the test was removed, and we
10358 # assume the GNU/Linux dynamic linker is in use.
10359 dynamic_linker='GNU/Linux ld.so'
10360 ;;
10361
10362netbsd*)
10363 version_type=sunos
10364 need_lib_prefix=no
10365 need_version=no
10366 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10367 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10368 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10369 dynamic_linker='NetBSD (a.out) ld.so'
10370 else
10371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10372 soname_spec='${libname}${release}${shared_ext}$major'
10373 dynamic_linker='NetBSD ld.elf_so'
10374 fi
10375 shlibpath_var=LD_LIBRARY_PATH
10376 shlibpath_overrides_runpath=yes
10377 hardcode_into_libs=yes
10378 ;;
10379
10380newsos6)
10381 version_type=linux
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10383 shlibpath_var=LD_LIBRARY_PATH
10384 shlibpath_overrides_runpath=yes
10385 ;;
10386
10387*nto* | *qnx*)
10388 version_type=qnx
10389 need_lib_prefix=no
10390 need_version=no
10391 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10392 soname_spec='${libname}${release}${shared_ext}$major'
10393 shlibpath_var=LD_LIBRARY_PATH
10394 shlibpath_overrides_runpath=no
10395 hardcode_into_libs=yes
10396 dynamic_linker='ldqnx.so'
10397 ;;
10398
10399openbsd*)
10400 version_type=sunos
10401 sys_lib_dlsearch_path_spec="/usr/lib"
10402 need_lib_prefix=no
10403 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10404 case $host_os in
10405 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10406 *) need_version=no ;;
10407 esac
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10409 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10410 shlibpath_var=LD_LIBRARY_PATH
10411 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10412 case $host_os in
10413 openbsd2.[89] | openbsd2.[89].*)
10414 shlibpath_overrides_runpath=no
10415 ;;
10416 *)
10417 shlibpath_overrides_runpath=yes
10418 ;;
10419 esac
10420 else
10421 shlibpath_overrides_runpath=yes
10422 fi
10423 ;;
10424
10425os2*)
10426 libname_spec='$name'
10427 shrext_cmds=".dll"
10428 need_lib_prefix=no
10429 library_names_spec='$libname${shared_ext} $libname.a'
10430 dynamic_linker='OS/2 ld.exe'
10431 shlibpath_var=LIBPATH
10432 ;;
10433
10434osf3* | osf4* | osf5*)
10435 version_type=osf
10436 need_lib_prefix=no
10437 need_version=no
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10440 shlibpath_var=LD_LIBRARY_PATH
10441 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10442 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10443 ;;
10444
10445rdos*)
10446 dynamic_linker=no
10447 ;;
10448
10449solaris*)
10450 version_type=linux
10451 need_lib_prefix=no
10452 need_version=no
10453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10454 soname_spec='${libname}${release}${shared_ext}$major'
10455 shlibpath_var=LD_LIBRARY_PATH
10456 shlibpath_overrides_runpath=yes
10457 hardcode_into_libs=yes
10458 # ldd complains unless libraries are executable
10459 postinstall_cmds='chmod +x $lib'
10460 ;;
10461
10462sunos4*)
10463 version_type=sunos
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10465 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10466 shlibpath_var=LD_LIBRARY_PATH
10467 shlibpath_overrides_runpath=yes
10468 if test "$with_gnu_ld" = yes; then
10469 need_lib_prefix=no
10470 fi
10471 need_version=yes
10472 ;;
10473
10474sysv4 | sysv4.3*)
10475 version_type=linux
10476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 shlibpath_var=LD_LIBRARY_PATH
10479 case $host_vendor in
10480 sni)
10481 shlibpath_overrides_runpath=no
10482 need_lib_prefix=no
10483 runpath_var=LD_RUN_PATH
10484 ;;
10485 siemens)
10486 need_lib_prefix=no
10487 ;;
10488 motorola)
10489 need_lib_prefix=no
10490 need_version=no
10491 shlibpath_overrides_runpath=no
10492 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10493 ;;
10494 esac
10495 ;;
10496
10497sysv4*MP*)
10498 if test -d /usr/nec ;then
10499 version_type=linux
10500 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10501 soname_spec='$libname${shared_ext}.$major'
10502 shlibpath_var=LD_LIBRARY_PATH
10503 fi
10504 ;;
10505
10506sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10507 version_type=freebsd-elf
10508 need_lib_prefix=no
10509 need_version=no
10510 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10511 soname_spec='${libname}${release}${shared_ext}$major'
10512 shlibpath_var=LD_LIBRARY_PATH
10513 shlibpath_overrides_runpath=yes
10514 hardcode_into_libs=yes
10515 if test "$with_gnu_ld" = yes; then
10516 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10517 else
10518 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10519 case $host_os in
10520 sco3.2v5*)
10521 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10522 ;;
10523 esac
10524 fi
10525 sys_lib_dlsearch_path_spec='/usr/lib'
10526 ;;
10527
10528tpf*)
10529 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10530 version_type=linux
10531 need_lib_prefix=no
10532 need_version=no
718a6fd8 10533 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10534 shlibpath_var=LD_LIBRARY_PATH
10535 shlibpath_overrides_runpath=no
10536 hardcode_into_libs=yes
10537 ;;
10538
10539uts4*)
10540 version_type=linux
10541 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10542 soname_spec='${libname}${release}${shared_ext}$major'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 ;;
10545
10546*)
10547 dynamic_linker=no
10548 ;;
10549esac
81ecdfbb
RW
10550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10551$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10552test "$dynamic_linker" = no && can_build_shared=no
10553
10554variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10555if test "$GCC" = yes; then
10556 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10557fi
10558
718a6fd8
SE
10559if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10560 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10561fi
10562if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10563 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10564fi
10565
d7040cdb
SE
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
3725885a
RW
10646
10647
10648
10649
10650
d7040cdb
SE
10651
10652
10653
10654
10655
10656
81ecdfbb
RW
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10658$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10659hardcode_action=
10660if test -n "$hardcode_libdir_flag_spec" ||
10661 test -n "$runpath_var" ||
10662 test "X$hardcode_automatic" = "Xyes" ; then
10663
10664 # We can hardcode non-existent directories.
10665 if test "$hardcode_direct" != no &&
10666 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10667 # have to relink, otherwise we might link with an installed library
10668 # when we should be linking with a yet-to-be-installed one
10669 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10670 test "$hardcode_minus_L" != no; then
10671 # Linking always hardcodes the temporary library directory.
10672 hardcode_action=relink
10673 else
10674 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10675 hardcode_action=immediate
10676 fi
10677else
10678 # We cannot hardcode anything, or else we can only hardcode existing
10679 # directories.
10680 hardcode_action=unsupported
10681fi
81ecdfbb
RW
10682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10683$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10684
10685if test "$hardcode_action" = relink ||
10686 test "$inherit_rpath" = yes; then
10687 # Fast installation is not supported
10688 enable_fast_install=no
10689elif test "$shlibpath_overrides_runpath" = yes ||
10690 test "$enable_shared" = no; then
10691 # Fast installation is not necessary
10692 enable_fast_install=needless
10693fi
10694
10695
10696
10697
10698
10699
10700 if test "x$enable_dlopen" != xyes; then
10701 enable_dlopen=unknown
10702 enable_dlopen_self=unknown
10703 enable_dlopen_self_static=unknown
10704else
10705 lt_cv_dlopen=no
10706 lt_cv_dlopen_libs=
10707
10708 case $host_os in
10709 beos*)
10710 lt_cv_dlopen="load_add_on"
10711 lt_cv_dlopen_libs=
10712 lt_cv_dlopen_self=yes
10713 ;;
10714
718a6fd8 10715 mingw* | pw32* | cegcc*)
d7040cdb
SE
10716 lt_cv_dlopen="LoadLibrary"
10717 lt_cv_dlopen_libs=
10718 ;;
10719
10720 cygwin*)
10721 lt_cv_dlopen="dlopen"
10722 lt_cv_dlopen_libs=
10723 ;;
10724
10725 darwin*)
10726 # if libdl is installed we need to link against it
81ecdfbb
RW
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10728$as_echo_n "checking for dlopen in -ldl... " >&6; }
10729if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10730 $as_echo_n "(cached) " >&6
d7040cdb
SE
10731else
10732 ac_check_lib_save_LIBS=$LIBS
10733LIBS="-ldl $LIBS"
81ecdfbb 10734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10735/* end confdefs.h. */
10736
81ecdfbb
RW
10737/* Override any GCC internal prototype to avoid an error.
10738 Use char because int might match the return type of a GCC
10739 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10740#ifdef __cplusplus
10741extern "C"
10742#endif
d7040cdb
SE
10743char dlopen ();
10744int
10745main ()
10746{
81ecdfbb 10747return dlopen ();
d7040cdb
SE
10748 ;
10749 return 0;
10750}
10751_ACEOF
81ecdfbb 10752if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10753 ac_cv_lib_dl_dlopen=yes
10754else
81ecdfbb 10755 ac_cv_lib_dl_dlopen=no
d7040cdb 10756fi
81ecdfbb
RW
10757rm -f core conftest.err conftest.$ac_objext \
10758 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10759LIBS=$ac_check_lib_save_LIBS
10760fi
81ecdfbb
RW
10761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10762$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10763if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
10764 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10765else
10766
10767 lt_cv_dlopen="dyld"
10768 lt_cv_dlopen_libs=
10769 lt_cv_dlopen_self=yes
10770
10771fi
10772
10773 ;;
10774
10775 *)
81ecdfbb
RW
10776 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10777if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
10778 lt_cv_dlopen="shl_load"
10779else
81ecdfbb
RW
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10781$as_echo_n "checking for shl_load in -ldld... " >&6; }
10782if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10783 $as_echo_n "(cached) " >&6
d7040cdb
SE
10784else
10785 ac_check_lib_save_LIBS=$LIBS
10786LIBS="-ldld $LIBS"
81ecdfbb 10787cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10788/* end confdefs.h. */
10789
81ecdfbb
RW
10790/* Override any GCC internal prototype to avoid an error.
10791 Use char because int might match the return type of a GCC
10792 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10793#ifdef __cplusplus
10794extern "C"
10795#endif
d7040cdb
SE
10796char shl_load ();
10797int
10798main ()
10799{
81ecdfbb 10800return shl_load ();
d7040cdb
SE
10801 ;
10802 return 0;
10803}
10804_ACEOF
81ecdfbb 10805if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10806 ac_cv_lib_dld_shl_load=yes
10807else
81ecdfbb 10808 ac_cv_lib_dld_shl_load=no
d7040cdb 10809fi
81ecdfbb
RW
10810rm -f core conftest.err conftest.$ac_objext \
10811 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10812LIBS=$ac_check_lib_save_LIBS
10813fi
81ecdfbb
RW
10814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10815$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10816if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 10817 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 10818else
81ecdfbb
RW
10819 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10820if test "x$ac_cv_func_dlopen" = x""yes; then :
10821 lt_cv_dlopen="dlopen"
d7040cdb 10822else
81ecdfbb
RW
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10824$as_echo_n "checking for dlopen in -ldl... " >&6; }
10825if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10827else
10828 ac_check_lib_save_LIBS=$LIBS
10829LIBS="-ldl $LIBS"
10830cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10831/* end confdefs.h. */
d7040cdb 10832
81ecdfbb
RW
10833/* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10836#ifdef __cplusplus
10837extern "C"
d7040cdb 10838#endif
d7040cdb 10839char dlopen ();
d7040cdb
SE
10840int
10841main ()
10842{
81ecdfbb 10843return dlopen ();
d7040cdb
SE
10844 ;
10845 return 0;
10846}
10847_ACEOF
81ecdfbb
RW
10848if ac_fn_c_try_link "$LINENO"; then :
10849 ac_cv_lib_dl_dlopen=yes
d7040cdb 10850else
81ecdfbb 10851 ac_cv_lib_dl_dlopen=no
d7040cdb 10852fi
81ecdfbb
RW
10853rm -f core conftest.err conftest.$ac_objext \
10854 conftest$ac_exeext conftest.$ac_ext
10855LIBS=$ac_check_lib_save_LIBS
d7040cdb 10856fi
81ecdfbb
RW
10857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10858$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10859if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10860 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 10861else
81ecdfbb
RW
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10863$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10864if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10865 $as_echo_n "(cached) " >&6
d7040cdb
SE
10866else
10867 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
10868LIBS="-lsvld $LIBS"
10869cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10870/* end confdefs.h. */
10871
81ecdfbb
RW
10872/* Override any GCC internal prototype to avoid an error.
10873 Use char because int might match the return type of a GCC
10874 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10875#ifdef __cplusplus
10876extern "C"
10877#endif
d7040cdb
SE
10878char dlopen ();
10879int
10880main ()
10881{
81ecdfbb 10882return dlopen ();
d7040cdb
SE
10883 ;
10884 return 0;
10885}
10886_ACEOF
81ecdfbb
RW
10887if ac_fn_c_try_link "$LINENO"; then :
10888 ac_cv_lib_svld_dlopen=yes
d7040cdb 10889else
81ecdfbb 10890 ac_cv_lib_svld_dlopen=no
d7040cdb 10891fi
81ecdfbb
RW
10892rm -f core conftest.err conftest.$ac_objext \
10893 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10894LIBS=$ac_check_lib_save_LIBS
10895fi
81ecdfbb
RW
10896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10897$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10898if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10899 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 10900else
81ecdfbb
RW
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10902$as_echo_n "checking for dld_link in -ldld... " >&6; }
10903if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10904 $as_echo_n "(cached) " >&6
d7040cdb
SE
10905else
10906 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
10907LIBS="-ldld $LIBS"
10908cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10909/* end confdefs.h. */
10910
81ecdfbb
RW
10911/* Override any GCC internal prototype to avoid an error.
10912 Use char because int might match the return type of a GCC
10913 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10914#ifdef __cplusplus
10915extern "C"
10916#endif
81ecdfbb 10917char dld_link ();
d7040cdb
SE
10918int
10919main ()
10920{
81ecdfbb 10921return dld_link ();
d7040cdb
SE
10922 ;
10923 return 0;
10924}
10925_ACEOF
81ecdfbb 10926if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10927 ac_cv_lib_dld_dld_link=yes
10928else
81ecdfbb 10929 ac_cv_lib_dld_dld_link=no
d7040cdb 10930fi
81ecdfbb
RW
10931rm -f core conftest.err conftest.$ac_objext \
10932 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10933LIBS=$ac_check_lib_save_LIBS
10934fi
81ecdfbb
RW
10935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10936$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10937if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 10938 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
10939fi
10940
10941
10942fi
10943
10944
10945fi
10946
10947
10948fi
10949
10950
10951fi
10952
10953
10954fi
10955
10956 ;;
10957 esac
10958
10959 if test "x$lt_cv_dlopen" != xno; then
10960 enable_dlopen=yes
10961 else
10962 enable_dlopen=no
10963 fi
10964
10965 case $lt_cv_dlopen in
10966 dlopen)
10967 save_CPPFLAGS="$CPPFLAGS"
10968 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10969
10970 save_LDFLAGS="$LDFLAGS"
10971 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10972
10973 save_LIBS="$LIBS"
10974 LIBS="$lt_cv_dlopen_libs $LIBS"
10975
81ecdfbb
RW
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10977$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10978if test "${lt_cv_dlopen_self+set}" = set; then :
10979 $as_echo_n "(cached) " >&6
d7040cdb
SE
10980else
10981 if test "$cross_compiling" = yes; then :
10982 lt_cv_dlopen_self=cross
10983else
10984 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10985 lt_status=$lt_dlunknown
10986 cat > conftest.$ac_ext <<_LT_EOF
b879806f 10987#line 10987 "configure"
d7040cdb
SE
10988#include "confdefs.h"
10989
10990#if HAVE_DLFCN_H
10991#include <dlfcn.h>
10992#endif
10993
10994#include <stdio.h>
10995
10996#ifdef RTLD_GLOBAL
10997# define LT_DLGLOBAL RTLD_GLOBAL
10998#else
10999# ifdef DL_GLOBAL
11000# define LT_DLGLOBAL DL_GLOBAL
11001# else
11002# define LT_DLGLOBAL 0
11003# endif
11004#endif
11005
11006/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11007 find out it does not work in some platform. */
11008#ifndef LT_DLLAZY_OR_NOW
11009# ifdef RTLD_LAZY
11010# define LT_DLLAZY_OR_NOW RTLD_LAZY
11011# else
11012# ifdef DL_LAZY
11013# define LT_DLLAZY_OR_NOW DL_LAZY
11014# else
11015# ifdef RTLD_NOW
11016# define LT_DLLAZY_OR_NOW RTLD_NOW
11017# else
11018# ifdef DL_NOW
11019# define LT_DLLAZY_OR_NOW DL_NOW
11020# else
11021# define LT_DLLAZY_OR_NOW 0
11022# endif
11023# endif
11024# endif
11025# endif
11026#endif
11027
3725885a
RW
11028/* When -fvisbility=hidden is used, assume the code has been annotated
11029 correspondingly for the symbols needed. */
11030#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11031void fnord () __attribute__((visibility("default")));
3725885a
RW
11032#endif
11033
f2c621e4 11034void fnord () { int i=42; }
d7040cdb
SE
11035int main ()
11036{
11037 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11038 int status = $lt_dlunknown;
11039
11040 if (self)
11041 {
11042 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11043 else
11044 {
11045 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11046 else puts (dlerror ());
11047 }
d7040cdb
SE
11048 /* dlclose (self); */
11049 }
11050 else
11051 puts (dlerror ());
11052
718a6fd8 11053 return status;
d7040cdb
SE
11054}
11055_LT_EOF
81ecdfbb 11056 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11057 (eval $ac_link) 2>&5
11058 ac_status=$?
81ecdfbb
RW
11059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11060 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11061 (./conftest; exit; ) >&5 2>/dev/null
11062 lt_status=$?
11063 case x$lt_status in
11064 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11065 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11066 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11067 esac
11068 else :
11069 # compilation failed
11070 lt_cv_dlopen_self=no
11071 fi
11072fi
11073rm -fr conftest*
11074
11075
11076fi
81ecdfbb
RW
11077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11078$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11079
11080 if test "x$lt_cv_dlopen_self" = xyes; then
11081 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11083$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11084if test "${lt_cv_dlopen_self_static+set}" = set; then :
11085 $as_echo_n "(cached) " >&6
d7040cdb
SE
11086else
11087 if test "$cross_compiling" = yes; then :
11088 lt_cv_dlopen_self_static=cross
11089else
11090 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11091 lt_status=$lt_dlunknown
11092 cat > conftest.$ac_ext <<_LT_EOF
b879806f 11093#line 11093 "configure"
d7040cdb
SE
11094#include "confdefs.h"
11095
11096#if HAVE_DLFCN_H
11097#include <dlfcn.h>
11098#endif
11099
11100#include <stdio.h>
11101
11102#ifdef RTLD_GLOBAL
11103# define LT_DLGLOBAL RTLD_GLOBAL
11104#else
11105# ifdef DL_GLOBAL
11106# define LT_DLGLOBAL DL_GLOBAL
11107# else
11108# define LT_DLGLOBAL 0
11109# endif
11110#endif
11111
11112/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11113 find out it does not work in some platform. */
11114#ifndef LT_DLLAZY_OR_NOW
11115# ifdef RTLD_LAZY
11116# define LT_DLLAZY_OR_NOW RTLD_LAZY
11117# else
11118# ifdef DL_LAZY
11119# define LT_DLLAZY_OR_NOW DL_LAZY
11120# else
11121# ifdef RTLD_NOW
11122# define LT_DLLAZY_OR_NOW RTLD_NOW
11123# else
11124# ifdef DL_NOW
11125# define LT_DLLAZY_OR_NOW DL_NOW
11126# else
11127# define LT_DLLAZY_OR_NOW 0
11128# endif
11129# endif
11130# endif
11131# endif
11132#endif
11133
3725885a
RW
11134/* When -fvisbility=hidden is used, assume the code has been annotated
11135 correspondingly for the symbols needed. */
11136#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11137void fnord () __attribute__((visibility("default")));
3725885a
RW
11138#endif
11139
f2c621e4 11140void fnord () { int i=42; }
d7040cdb
SE
11141int main ()
11142{
11143 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11144 int status = $lt_dlunknown;
11145
11146 if (self)
11147 {
11148 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11149 else
11150 {
11151 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11152 else puts (dlerror ());
11153 }
d7040cdb
SE
11154 /* dlclose (self); */
11155 }
11156 else
11157 puts (dlerror ());
11158
718a6fd8 11159 return status;
d7040cdb
SE
11160}
11161_LT_EOF
81ecdfbb 11162 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11163 (eval $ac_link) 2>&5
11164 ac_status=$?
81ecdfbb
RW
11165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11166 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11167 (./conftest; exit; ) >&5 2>/dev/null
11168 lt_status=$?
11169 case x$lt_status in
11170 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11171 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11172 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11173 esac
11174 else :
11175 # compilation failed
11176 lt_cv_dlopen_self_static=no
11177 fi
11178fi
11179rm -fr conftest*
11180
11181
11182fi
81ecdfbb
RW
11183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11184$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11185 fi
11186
11187 CPPFLAGS="$save_CPPFLAGS"
11188 LDFLAGS="$save_LDFLAGS"
11189 LIBS="$save_LIBS"
11190 ;;
11191 esac
11192
11193 case $lt_cv_dlopen_self in
11194 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11195 *) enable_dlopen_self=unknown ;;
11196 esac
11197
11198 case $lt_cv_dlopen_self_static in
11199 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11200 *) enable_dlopen_self_static=unknown ;;
11201 esac
11202fi
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220striplib=
11221old_striplib=
81ecdfbb
RW
11222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11223$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11224if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11225 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11226 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11228$as_echo "yes" >&6; }
d7040cdb
SE
11229else
11230# FIXME - insert some real tests, host_os isn't really good enough
11231 case $host_os in
11232 darwin*)
11233 if test -n "$STRIP" ; then
11234 striplib="$STRIP -x"
11235 old_striplib="$STRIP -S"
81ecdfbb
RW
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11237$as_echo "yes" >&6; }
d7040cdb 11238 else
81ecdfbb
RW
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11240$as_echo "no" >&6; }
d7040cdb
SE
11241 fi
11242 ;;
11243 *)
81ecdfbb
RW
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11245$as_echo "no" >&6; }
d7040cdb
SE
11246 ;;
11247 esac
11248fi
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261 # Report which library types will actually be built
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11263$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11265$as_echo "$can_build_shared" >&6; }
d7040cdb 11266
81ecdfbb
RW
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11268$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11269 test "$can_build_shared" = "no" && enable_shared=no
11270
11271 # On AIX, shared libraries and static libraries use the same namespace, and
11272 # are all built from PIC.
11273 case $host_os in
11274 aix3*)
11275 test "$enable_shared" = yes && enable_static=no
11276 if test -n "$RANLIB"; then
11277 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11278 postinstall_cmds='$RANLIB $lib'
11279 fi
11280 ;;
11281
50e7d84b 11282 aix[4-9]*)
d7040cdb
SE
11283 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11284 test "$enable_shared" = yes && enable_static=no
11285 fi
11286 ;;
11287 esac
81ecdfbb
RW
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11289$as_echo "$enable_shared" >&6; }
d7040cdb 11290
81ecdfbb
RW
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11292$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11293 # Make sure either enable_shared or enable_static is yes.
11294 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11296$as_echo "$enable_static" >&6; }
d7040cdb
SE
11297
11298
11299
11300
11301fi
11302ac_ext=c
11303ac_cpp='$CPP $CPPFLAGS'
11304ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11305ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11306ac_compiler_gnu=$ac_cv_c_compiler_gnu
11307
11308CC="$lt_save_CC"
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
81ecdfbb 11322 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11323
11324
11325
11326
11327# Only expand once:
11328
11329
11330
b879806f
AM
11331# The tests for host and target for $enable_largefile require
11332# canonical names.
11333
11334
11335
11336# As the $enable_largefile decision depends on --enable-plugins we must set it
11337# even in directories otherwise not depending on the $plugins option.
11338
11339
11340 maybe_plugins=no
11341 for ac_header in dlfcn.h
11342do :
11343 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11344"
11345if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11346 cat >>confdefs.h <<_ACEOF
11347#define HAVE_DLFCN_H 1
11348_ACEOF
11349 maybe_plugins=yes
11350fi
11351
11352done
11353
11354 for ac_header in windows.h
11355do :
11356 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11357"
11358if test "x$ac_cv_header_windows_h" = x""yes; then :
11359 cat >>confdefs.h <<_ACEOF
11360#define HAVE_WINDOWS_H 1
11361_ACEOF
11362 maybe_plugins=yes
11363fi
11364
11365done
11366
11367
11368 # Check whether --enable-plugins was given.
11369if test "${enable_plugins+set}" = set; then :
11370 enableval=$enable_plugins; case "${enableval}" in
11371 no) plugins=no ;;
11372 *) plugins=yes
11373 if test "$maybe_plugins" != "yes" ; then
11374 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11375 fi ;;
11376 esac
11377else
11378 plugins=$maybe_plugins
11379
11380fi
11381
2974be62
AM
11382 if test "$plugins" = "yes"; then
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11384$as_echo_n "checking for library containing dlopen... " >&6; }
11385if test "${ac_cv_search_dlopen+set}" = set; then :
11386 $as_echo_n "(cached) " >&6
11387else
11388 ac_func_search_save_LIBS=$LIBS
11389cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11390/* end confdefs.h. */
11391
11392/* Override any GCC internal prototype to avoid an error.
11393 Use char because int might match the return type of a GCC
11394 builtin and then its argument prototype would still apply. */
11395#ifdef __cplusplus
11396extern "C"
11397#endif
11398char dlopen ();
11399int
11400main ()
11401{
11402return dlopen ();
11403 ;
11404 return 0;
11405}
11406_ACEOF
11407for ac_lib in '' dl; do
11408 if test -z "$ac_lib"; then
11409 ac_res="none required"
11410 else
11411 ac_res=-l$ac_lib
11412 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11413 fi
11414 if ac_fn_c_try_link "$LINENO"; then :
11415 ac_cv_search_dlopen=$ac_res
11416fi
11417rm -f core conftest.err conftest.$ac_objext \
11418 conftest$ac_exeext
11419 if test "${ac_cv_search_dlopen+set}" = set; then :
11420 break
11421fi
11422done
11423if test "${ac_cv_search_dlopen+set}" = set; then :
11424
11425else
11426 ac_cv_search_dlopen=no
11427fi
11428rm conftest.$ac_ext
11429LIBS=$ac_func_search_save_LIBS
11430fi
11431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11432$as_echo "$ac_cv_search_dlopen" >&6; }
11433ac_res=$ac_cv_search_dlopen
11434if test "$ac_res" != no; then :
11435 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11436
11437fi
11438
11439 fi
b879806f
AM
11440
11441
11442case "${host}" in
11443 sparc-*-solaris*|i[3-7]86-*-solaris*)
11444 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11445 # are mutually exclusive; and without procfs support, the bfd/ elf module
11446 # cannot provide certain routines such as elfcore_write_prpsinfo
11447 # or elfcore_write_prstatus. So unless the user explicitly requested
11448 # large-file support through the --enable-largefile switch, disable
11449 # large-file support in favor of procfs support.
11450 test "${target}" = "${host}" -a "x$plugins" = xno \
11451 && : ${enable_largefile="no"}
11452 ;;
11453esac
11454
11455# Check whether --enable-largefile was given.
11456if test "${enable_largefile+set}" = set; then :
11457 enableval=$enable_largefile;
11458fi
11459
11460if test "$enable_largefile" != no; then
11461
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11463$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11464if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11465 $as_echo_n "(cached) " >&6
11466else
11467 ac_cv_sys_largefile_CC=no
11468 if test "$GCC" != yes; then
11469 ac_save_CC=$CC
11470 while :; do
11471 # IRIX 6.2 and later do not support large files by default,
11472 # so use the C compiler's -n32 option if that helps.
11473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11474/* end confdefs.h. */
11475#include <sys/types.h>
11476 /* Check that off_t can represent 2**63 - 1 correctly.
11477 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11478 since some C++ compilers masquerading as C compilers
11479 incorrectly reject 9223372036854775807. */
11480#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11481 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11482 && LARGE_OFF_T % 2147483647 == 1)
11483 ? 1 : -1];
11484int
11485main ()
11486{
11487
11488 ;
11489 return 0;
11490}
11491_ACEOF
11492 if ac_fn_c_try_compile "$LINENO"; then :
11493 break
11494fi
11495rm -f core conftest.err conftest.$ac_objext
11496 CC="$CC -n32"
11497 if ac_fn_c_try_compile "$LINENO"; then :
11498 ac_cv_sys_largefile_CC=' -n32'; break
11499fi
11500rm -f core conftest.err conftest.$ac_objext
11501 break
11502 done
11503 CC=$ac_save_CC
11504 rm -f conftest.$ac_ext
11505 fi
11506fi
11507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11508$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11509 if test "$ac_cv_sys_largefile_CC" != no; then
11510 CC=$CC$ac_cv_sys_largefile_CC
11511 fi
11512
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11514$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11515if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11516 $as_echo_n "(cached) " >&6
11517else
11518 while :; do
11519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11520/* end confdefs.h. */
11521#include <sys/types.h>
11522 /* Check that off_t can represent 2**63 - 1 correctly.
11523 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11524 since some C++ compilers masquerading as C compilers
11525 incorrectly reject 9223372036854775807. */
11526#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11527 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11528 && LARGE_OFF_T % 2147483647 == 1)
11529 ? 1 : -1];
11530int
11531main ()
11532{
11533
11534 ;
11535 return 0;
11536}
11537_ACEOF
11538if ac_fn_c_try_compile "$LINENO"; then :
11539 ac_cv_sys_file_offset_bits=no; break
11540fi
11541rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543/* end confdefs.h. */
11544#define _FILE_OFFSET_BITS 64
11545#include <sys/types.h>
11546 /* Check that off_t can represent 2**63 - 1 correctly.
11547 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11548 since some C++ compilers masquerading as C compilers
11549 incorrectly reject 9223372036854775807. */
11550#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11551 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11552 && LARGE_OFF_T % 2147483647 == 1)
11553 ? 1 : -1];
11554int
11555main ()
11556{
11557
11558 ;
11559 return 0;
11560}
11561_ACEOF
11562if ac_fn_c_try_compile "$LINENO"; then :
11563 ac_cv_sys_file_offset_bits=64; break
11564fi
11565rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11566 ac_cv_sys_file_offset_bits=unknown
11567 break
11568done
11569fi
11570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11571$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11572case $ac_cv_sys_file_offset_bits in #(
11573 no | unknown) ;;
11574 *)
11575cat >>confdefs.h <<_ACEOF
11576#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11577_ACEOF
11578;;
11579esac
11580rm -rf conftest*
11581 if test $ac_cv_sys_file_offset_bits = unknown; then
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11583$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11584if test "${ac_cv_sys_large_files+set}" = set; then :
11585 $as_echo_n "(cached) " >&6
11586else
11587 while :; do
11588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11589/* end confdefs.h. */
11590#include <sys/types.h>
11591 /* Check that off_t can represent 2**63 - 1 correctly.
11592 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11593 since some C++ compilers masquerading as C compilers
11594 incorrectly reject 9223372036854775807. */
11595#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11596 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11597 && LARGE_OFF_T % 2147483647 == 1)
11598 ? 1 : -1];
11599int
11600main ()
11601{
11602
11603 ;
11604 return 0;
11605}
11606_ACEOF
11607if ac_fn_c_try_compile "$LINENO"; then :
11608 ac_cv_sys_large_files=no; break
11609fi
11610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11612/* end confdefs.h. */
11613#define _LARGE_FILES 1
11614#include <sys/types.h>
11615 /* Check that off_t can represent 2**63 - 1 correctly.
11616 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11617 since some C++ compilers masquerading as C compilers
11618 incorrectly reject 9223372036854775807. */
11619#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11620 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11621 && LARGE_OFF_T % 2147483647 == 1)
11622 ? 1 : -1];
11623int
11624main ()
11625{
11626
11627 ;
11628 return 0;
11629}
11630_ACEOF
11631if ac_fn_c_try_compile "$LINENO"; then :
11632 ac_cv_sys_large_files=1; break
11633fi
11634rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11635 ac_cv_sys_large_files=unknown
11636 break
11637done
11638fi
11639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11640$as_echo "$ac_cv_sys_large_files" >&6; }
11641case $ac_cv_sys_large_files in #(
11642 no | unknown) ;;
11643 *)
11644cat >>confdefs.h <<_ACEOF
11645#define _LARGE_FILES $ac_cv_sys_large_files
11646_ACEOF
11647;;
11648esac
11649rm -rf conftest*
11650 fi
11651fi
11652
11653
11654
81ecdfbb
RW
11655# Check whether --enable-targets was given.
11656if test "${enable_targets+set}" = set; then :
11657 enableval=$enable_targets; case "${enableval}" in
11658 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11659 ;;
11660 no) enable_targets= ;;
11661 *) enable_targets=$enableval ;;
11662esac
81ecdfbb
RW
11663fi
11664
9cb80f72
RM
11665# Check whether --enable-deterministic-archives was given.
11666if test "${enable_deterministic_archives+set}" = set; then :
11667 enableval=$enable_deterministic_archives;
11668if test "${enableval}" = no; then
11669 default_ar_deterministic=0
11670else
11671 default_ar_deterministic=1
11672fi
11673else
11674 default_ar_deterministic=0
11675fi
11676
11677
11678
11679cat >>confdefs.h <<_ACEOF
11680#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11681_ACEOF
11682
11683
d7040cdb 11684
270c9937
JB
11685# Set the 'development' global.
11686. $srcdir/../bfd/development.sh
11687
397841b5
AM
11688GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11689cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11690/* end confdefs.h. */
11691__GNUC__
11692_ACEOF
11693if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11694 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11695
11696else
11697 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11698fi
11699rm -f conftest*
11700
d7040cdb 11701
81ecdfbb
RW
11702# Check whether --enable-werror was given.
11703if test "${enable_werror+set}" = set; then :
11704 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11705 yes | y) ERROR_ON_WARNING="yes" ;;
11706 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11707 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11708 esac
81ecdfbb
RW
11709fi
11710
d7040cdb 11711
397841b5 11712# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11713case "${host}" in
11714 *-*-mingw32*)
11715 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11716 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11717 fi
11718 ;;
11719 *) ;;
11720esac
11721
270c9937
JB
11722# Enable -Werror by default when using gcc. Turn it off for releases.
11723if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
11724 ERROR_ON_WARNING=yes
11725fi
11726
11727NO_WERROR=
11728if test "${ERROR_ON_WARNING}" = yes ; then
11729 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11730 NO_WERROR="-Wno-error"
11731fi
11732
11733if test "${GCC}" = yes ; then
11734 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11735fi
11736
81ecdfbb
RW
11737# Check whether --enable-build-warnings was given.
11738if test "${enable_build_warnings+set}" = set; then :
11739 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
11740 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11741 no) if test "${GCC}" = yes ; then
11742 WARN_CFLAGS="-w"
11743 fi;;
11744 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11745 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11746 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11747 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11748 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11749esac
81ecdfbb
RW
11750fi
11751
d7040cdb
SE
11752
11753if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11754 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11755fi
11756
11757
11758
11759
11760
81ecdfbb 11761ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
11762
11763
df7b86aa
NC
11764
11765
d7040cdb 11766if test -z "$target" ; then
81ecdfbb 11767 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11768fi
11769if test -z "$host" ; then
81ecdfbb 11770 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11771fi
11772
11773for ac_prog in 'bison -y' byacc
11774do
11775 # Extract the first word of "$ac_prog", so it can be a program name with args.
11776set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11778$as_echo_n "checking for $ac_word... " >&6; }
11779if test "${ac_cv_prog_YACC+set}" = set; then :
11780 $as_echo_n "(cached) " >&6
d7040cdb
SE
11781else
11782 if test -n "$YACC"; then
11783 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11784else
11785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11786for as_dir in $PATH
11787do
11788 IFS=$as_save_IFS
11789 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11790 for ac_exec_ext in '' $ac_executable_extensions; do
11791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11792 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 11793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11794 break 2
11795 fi
11796done
81ecdfbb
RW
11797 done
11798IFS=$as_save_IFS
d7040cdb
SE
11799
11800fi
11801fi
11802YACC=$ac_cv_prog_YACC
11803if test -n "$YACC"; then
81ecdfbb
RW
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11805$as_echo "$YACC" >&6; }
d7040cdb 11806else
81ecdfbb
RW
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11808$as_echo "no" >&6; }
d7040cdb
SE
11809fi
11810
81ecdfbb 11811
d7040cdb
SE
11812 test -n "$YACC" && break
11813done
11814test -n "$YACC" || YACC="yacc"
11815
11816for ac_prog in flex lex
11817do
11818 # Extract the first word of "$ac_prog", so it can be a program name with args.
11819set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11821$as_echo_n "checking for $ac_word... " >&6; }
11822if test "${ac_cv_prog_LEX+set}" = set; then :
11823 $as_echo_n "(cached) " >&6
d7040cdb
SE
11824else
11825 if test -n "$LEX"; then
11826 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11827else
11828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11829for as_dir in $PATH
11830do
11831 IFS=$as_save_IFS
11832 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11833 for ac_exec_ext in '' $ac_executable_extensions; do
11834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11835 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 11836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11837 break 2
11838 fi
11839done
81ecdfbb
RW
11840 done
11841IFS=$as_save_IFS
d7040cdb
SE
11842
11843fi
11844fi
11845LEX=$ac_cv_prog_LEX
11846if test -n "$LEX"; then
81ecdfbb
RW
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11848$as_echo "$LEX" >&6; }
d7040cdb 11849else
81ecdfbb
RW
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11851$as_echo "no" >&6; }
d7040cdb
SE
11852fi
11853
81ecdfbb 11854
d7040cdb
SE
11855 test -n "$LEX" && break
11856done
11857test -n "$LEX" || LEX=":"
11858
81ecdfbb
RW
11859if test "x$LEX" != "x:"; then
11860 cat >conftest.l <<_ACEOF
11861%%
11862a { ECHO; }
11863b { REJECT; }
11864c { yymore (); }
11865d { yyless (1); }
11866e { yyless (input () != 0); }
11867f { unput (yytext[0]); }
11868. { BEGIN INITIAL; }
11869%%
11870#ifdef YYTEXT_POINTER
11871extern char *yytext;
d7040cdb 11872#endif
d7040cdb 11873int
81ecdfbb 11874main (void)
d7040cdb 11875{
81ecdfbb 11876 return ! yylex () + ! yywrap ();
d7040cdb
SE
11877}
11878_ACEOF
81ecdfbb
RW
11879{ { ac_try="$LEX conftest.l"
11880case "(($ac_try" in
11881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11882 *) ac_try_echo=$ac_try;;
11883esac
11884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11885$as_echo "$ac_try_echo"; } >&5
11886 (eval "$LEX conftest.l") 2>&5
d7040cdb 11887 ac_status=$?
81ecdfbb
RW
11888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11889 test $ac_status = 0; }
11890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11891$as_echo_n "checking lex output file root... " >&6; }
11892if test "${ac_cv_prog_lex_root+set}" = set; then :
11893 $as_echo_n "(cached) " >&6
d7040cdb 11894else
d7040cdb 11895
81ecdfbb
RW
11896if test -f lex.yy.c; then
11897 ac_cv_prog_lex_root=lex.yy
11898elif test -f lexyy.c; then
11899 ac_cv_prog_lex_root=lexyy
11900else
11901 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 11902fi
d7040cdb 11903fi
81ecdfbb
RW
11904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11905$as_echo "$ac_cv_prog_lex_root" >&6; }
11906LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 11907
81ecdfbb
RW
11908if test -z "${LEXLIB+set}"; then
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11910$as_echo_n "checking lex library... " >&6; }
11911if test "${ac_cv_lib_lex+set}" = set; then :
11912 $as_echo_n "(cached) " >&6
d7040cdb 11913else
d7040cdb 11914
81ecdfbb
RW
11915 ac_save_LIBS=$LIBS
11916 ac_cv_lib_lex='none needed'
11917 for ac_lib in '' -lfl -ll; do
11918 LIBS="$ac_lib $ac_save_LIBS"
11919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11920/* end confdefs.h. */
11921`cat $LEX_OUTPUT_ROOT.c`
11922_ACEOF
11923if ac_fn_c_try_link "$LINENO"; then :
11924 ac_cv_lib_lex=$ac_lib
d7040cdb 11925fi
81ecdfbb
RW
11926rm -f core conftest.err conftest.$ac_objext \
11927 conftest$ac_exeext conftest.$ac_ext
11928 test "$ac_cv_lib_lex" != 'none needed' && break
11929 done
11930 LIBS=$ac_save_LIBS
d7040cdb
SE
11931
11932fi
81ecdfbb
RW
11933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11934$as_echo "$ac_cv_lib_lex" >&6; }
11935 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
11936fi
11937
d7040cdb 11938
81ecdfbb
RW
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11940$as_echo_n "checking whether yytext is a pointer... " >&6; }
11941if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11942 $as_echo_n "(cached) " >&6
d7040cdb
SE
11943else
11944 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 11945# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
11946# not all implementations provide the %pointer and %array declarations.
11947ac_cv_prog_lex_yytext_pointer=no
d7040cdb 11948ac_save_LIBS=$LIBS
81ecdfbb
RW
11949LIBS="$LEXLIB $ac_save_LIBS"
11950cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11951/* end confdefs.h. */
11952#define YYTEXT_POINTER 1
d7040cdb
SE
11953`cat $LEX_OUTPUT_ROOT.c`
11954_ACEOF
81ecdfbb 11955if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 11956 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 11957fi
81ecdfbb
RW
11958rm -f core conftest.err conftest.$ac_objext \
11959 conftest$ac_exeext conftest.$ac_ext
d7040cdb 11960LIBS=$ac_save_LIBS
d7040cdb
SE
11961
11962fi
81ecdfbb
RW
11963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11964$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
11965if test $ac_cv_prog_lex_yytext_pointer = yes; then
11966
81ecdfbb 11967$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
11968
11969fi
81ecdfbb 11970rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
11971
11972fi
11973if test "$LEX" = :; then
11974 LEX=${am_missing_run}flex
11975fi
11976
31f7d8fd 11977ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr"
d7040cdb
SE
11978# If we haven't got the data from the intl directory,
11979# assume NLS is disabled.
11980USE_NLS=no
11981LIBINTL=
11982LIBINTL_DEP=
11983INCINTL=
11984XGETTEXT=
11985GMSGFMT=
11986POSUB=
11987
11988if test -f ../intl/config.intl; then
11989 . ../intl/config.intl
11990fi
81ecdfbb
RW
11991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11992$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 11993if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
11994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11995$as_echo "no" >&6; }
d7040cdb 11996else
81ecdfbb
RW
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11998$as_echo "yes" >&6; }
d7040cdb 11999
81ecdfbb 12000$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12001
12002
81ecdfbb
RW
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12004$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12005 # Look for .po and .gmo files in the source directory.
12006 CATALOGS=
12007 XLINGUAS=
12008 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12009 # If there aren't any .gmo files the shell will give us the
12010 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12011 # weeded out.
12012 case "$cat" in *\**)
12013 continue;;
12014 esac
12015 # The quadruple backslash is collapsed to a double backslash
12016 # by the backticks, then collapsed again by the double quotes,
12017 # leaving us with one backslash in the sed expression (right
12018 # before the dot that mustn't act as a wildcard).
12019 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12020 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12021 # The user is allowed to set LINGUAS to a list of languages to
12022 # install catalogs for. If it's empty that means "all of them."
12023 if test "x$LINGUAS" = x; then
12024 CATALOGS="$CATALOGS $cat"
12025 XLINGUAS="$XLINGUAS $lang"
12026 else
12027 case "$LINGUAS" in *$lang*)
12028 CATALOGS="$CATALOGS $cat"
12029 XLINGUAS="$XLINGUAS $lang"
12030 ;;
12031 esac
12032 fi
12033 done
12034 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12036$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12037
12038
12039 DATADIRNAME=share
12040
12041 INSTOBJEXT=.mo
12042
12043 GENCAT=gencat
12044
12045 CATOBJEXT=.gmo
12046
12047fi
12048
12049 MKINSTALLDIRS=
12050 if test -n "$ac_aux_dir"; then
12051 case "$ac_aux_dir" in
12052 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12053 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12054 esac
12055 fi
12056 if test -z "$MKINSTALLDIRS"; then
12057 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12058 fi
12059
12060
12061
81ecdfbb
RW
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12063$as_echo_n "checking whether NLS is requested... " >&6; }
12064 # Check whether --enable-nls was given.
12065if test "${enable_nls+set}" = set; then :
12066 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12067else
12068 USE_NLS=yes
81ecdfbb
RW
12069fi
12070
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12072$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12073
12074
12075
12076
12077
12078
12079# Prepare PATH_SEPARATOR.
12080# The user is always right.
12081if test "${PATH_SEPARATOR+set}" != set; then
12082 echo "#! /bin/sh" >conf$$.sh
12083 echo "exit 0" >>conf$$.sh
12084 chmod +x conf$$.sh
12085 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12086 PATH_SEPARATOR=';'
12087 else
12088 PATH_SEPARATOR=:
12089 fi
12090 rm -f conf$$.sh
12091fi
12092
12093# Find out how to test for executable files. Don't use a zero-byte file,
12094# as systems may use methods other than mode bits to determine executability.
12095cat >conf$$.file <<_ASEOF
12096#! /bin/sh
12097exit 0
12098_ASEOF
12099chmod +x conf$$.file
12100if test -x conf$$.file >/dev/null 2>&1; then
12101 ac_executable_p="test -x"
12102else
12103 ac_executable_p="test -f"
12104fi
12105rm -f conf$$.file
12106
12107# Extract the first word of "msgfmt", so it can be a program name with args.
12108set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12110$as_echo_n "checking for $ac_word... " >&6; }
12111if test "${ac_cv_path_MSGFMT+set}" = set; then :
12112 $as_echo_n "(cached) " >&6
d7040cdb
SE
12113else
12114 case "$MSGFMT" in
12115 [\\/]* | ?:[\\/]*)
12116 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12117 ;;
12118 *)
12119 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12120 for ac_dir in $PATH; do
12121 IFS="$ac_save_IFS"
12122 test -z "$ac_dir" && ac_dir=.
12123 for ac_exec_ext in '' $ac_executable_extensions; do
12124 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12125 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12126 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12127 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12128 break 2
12129 fi
12130 fi
12131 done
12132 done
12133 IFS="$ac_save_IFS"
12134 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12135 ;;
12136esac
12137fi
12138MSGFMT="$ac_cv_path_MSGFMT"
12139if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12141$as_echo "$MSGFMT" >&6; }
d7040cdb 12142else
81ecdfbb
RW
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12144$as_echo "no" >&6; }
d7040cdb
SE
12145fi
12146
12147 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12148set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12150$as_echo_n "checking for $ac_word... " >&6; }
12151if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12152 $as_echo_n "(cached) " >&6
d7040cdb
SE
12153else
12154 case $GMSGFMT in
12155 [\\/]* | ?:[\\/]*)
12156 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12157 ;;
12158 *)
12159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12160for as_dir in $PATH
12161do
12162 IFS=$as_save_IFS
12163 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12164 for ac_exec_ext in '' $ac_executable_extensions; do
12165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12166 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12168 break 2
12169 fi
12170done
81ecdfbb
RW
12171 done
12172IFS=$as_save_IFS
d7040cdb
SE
12173
12174 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12175 ;;
12176esac
12177fi
12178GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12179if test -n "$GMSGFMT"; then
81ecdfbb
RW
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12181$as_echo "$GMSGFMT" >&6; }
d7040cdb 12182else
81ecdfbb
RW
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12184$as_echo "no" >&6; }
d7040cdb
SE
12185fi
12186
12187
12188
81ecdfbb 12189
d7040cdb
SE
12190# Prepare PATH_SEPARATOR.
12191# The user is always right.
12192if test "${PATH_SEPARATOR+set}" != set; then
12193 echo "#! /bin/sh" >conf$$.sh
12194 echo "exit 0" >>conf$$.sh
12195 chmod +x conf$$.sh
12196 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12197 PATH_SEPARATOR=';'
12198 else
12199 PATH_SEPARATOR=:
12200 fi
12201 rm -f conf$$.sh
12202fi
12203
12204# Find out how to test for executable files. Don't use a zero-byte file,
12205# as systems may use methods other than mode bits to determine executability.
12206cat >conf$$.file <<_ASEOF
12207#! /bin/sh
12208exit 0
12209_ASEOF
12210chmod +x conf$$.file
12211if test -x conf$$.file >/dev/null 2>&1; then
12212 ac_executable_p="test -x"
12213else
12214 ac_executable_p="test -f"
12215fi
12216rm -f conf$$.file
12217
12218# Extract the first word of "xgettext", so it can be a program name with args.
12219set dummy xgettext; ac_word=$2
81ecdfbb
RW
12220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12221$as_echo_n "checking for $ac_word... " >&6; }
12222if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12223 $as_echo_n "(cached) " >&6
d7040cdb
SE
12224else
12225 case "$XGETTEXT" in
12226 [\\/]* | ?:[\\/]*)
12227 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12228 ;;
12229 *)
12230 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12231 for ac_dir in $PATH; do
12232 IFS="$ac_save_IFS"
12233 test -z "$ac_dir" && ac_dir=.
12234 for ac_exec_ext in '' $ac_executable_extensions; do
12235 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12236 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12237 (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
12238 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12239 break 2
12240 fi
12241 fi
12242 done
12243 done
12244 IFS="$ac_save_IFS"
12245 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12246 ;;
12247esac
12248fi
12249XGETTEXT="$ac_cv_path_XGETTEXT"
12250if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12252$as_echo "$XGETTEXT" >&6; }
d7040cdb 12253else
81ecdfbb
RW
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12255$as_echo "no" >&6; }
d7040cdb
SE
12256fi
12257
12258 rm -f messages.po
12259
12260
12261# Prepare PATH_SEPARATOR.
12262# The user is always right.
12263if test "${PATH_SEPARATOR+set}" != set; then
12264 echo "#! /bin/sh" >conf$$.sh
12265 echo "exit 0" >>conf$$.sh
12266 chmod +x conf$$.sh
12267 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12268 PATH_SEPARATOR=';'
12269 else
12270 PATH_SEPARATOR=:
12271 fi
12272 rm -f conf$$.sh
12273fi
12274
12275# Find out how to test for executable files. Don't use a zero-byte file,
12276# as systems may use methods other than mode bits to determine executability.
12277cat >conf$$.file <<_ASEOF
12278#! /bin/sh
12279exit 0
12280_ASEOF
12281chmod +x conf$$.file
12282if test -x conf$$.file >/dev/null 2>&1; then
12283 ac_executable_p="test -x"
12284else
12285 ac_executable_p="test -f"
12286fi
12287rm -f conf$$.file
12288
12289# Extract the first word of "msgmerge", so it can be a program name with args.
12290set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12292$as_echo_n "checking for $ac_word... " >&6; }
12293if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12294 $as_echo_n "(cached) " >&6
d7040cdb
SE
12295else
12296 case "$MSGMERGE" in
12297 [\\/]* | ?:[\\/]*)
12298 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12299 ;;
12300 *)
12301 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12302 for ac_dir in $PATH; do
12303 IFS="$ac_save_IFS"
12304 test -z "$ac_dir" && ac_dir=.
12305 for ac_exec_ext in '' $ac_executable_extensions; do
12306 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12307 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12308 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12309 break 2
12310 fi
12311 fi
12312 done
12313 done
12314 IFS="$ac_save_IFS"
12315 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12316 ;;
12317esac
12318fi
12319MSGMERGE="$ac_cv_path_MSGMERGE"
12320if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12322$as_echo "$MSGMERGE" >&6; }
d7040cdb 12323else
81ecdfbb
RW
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12325$as_echo "no" >&6; }
d7040cdb
SE
12326fi
12327
12328
12329 if test "$GMSGFMT" != ":"; then
12330 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12331 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12332 : ;
12333 else
12334 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12336$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12337 GMSGFMT=":"
12338 fi
12339 fi
12340
12341 if test "$XGETTEXT" != ":"; then
12342 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12343 (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
12344 : ;
12345 else
81ecdfbb
RW
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12347$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12348 XGETTEXT=":"
12349 fi
12350 rm -f messages.po
12351 fi
12352
81ecdfbb 12353 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12354
12355
12356
81ecdfbb
RW
12357
12358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12359$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12360 # Check whether --enable-maintainer-mode was given.
12361if test "${enable_maintainer_mode+set}" = set; then :
12362 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12363else
d7040cdb 12364 USE_MAINTAINER_MODE=no
81ecdfbb 12365fi
d7040cdb 12366
81ecdfbb
RW
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12368$as_echo "$USE_MAINTAINER_MODE" >&6; }
12369 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12370 MAINTAINER_MODE_TRUE=
12371 MAINTAINER_MODE_FALSE='#'
12372else
12373 MAINTAINER_MODE_TRUE='#'
12374 MAINTAINER_MODE_FALSE=
42ecbf5e 12375fi
d7040cdb
SE
12376
12377 MAINT=$MAINTAINER_MODE_TRUE
12378
12379
81ecdfbb 12380 if false; then
d7040cdb
SE
12381 GENINSRC_NEVER_TRUE=
12382 GENINSRC_NEVER_FALSE='#'
12383else
12384 GENINSRC_NEVER_TRUE='#'
12385 GENINSRC_NEVER_FALSE=
42ecbf5e 12386fi
d7040cdb
SE
12387
12388
12389if test -n "$EXEEXT"; then
20e95c23 12390
81ecdfbb 12391$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12392
252b5132
RH
12393fi
12394
d7040cdb
SE
12395cat >>confdefs.h <<_ACEOF
12396#define EXECUTABLE_SUFFIX "${EXEEXT}"
12397_ACEOF
42ecbf5e 12398
252b5132 12399
d7040cdb 12400# host-specific stuff:
252b5132 12401
d7040cdb 12402HDEFINES=
252b5132 12403
d7040cdb 12404. ${srcdir}/../bfd/configure.host
252b5132 12405
252b5132 12406
d7040cdb 12407AR=${AR-ar}
252b5132 12408
d7040cdb
SE
12409if test -n "$ac_tool_prefix"; then
12410 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12411set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12413$as_echo_n "checking for $ac_word... " >&6; }
12414if test "${ac_cv_prog_RANLIB+set}" = set; then :
12415 $as_echo_n "(cached) " >&6
d7040cdb
SE
12416else
12417 if test -n "$RANLIB"; then
12418 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12419else
12420as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12421for as_dir in $PATH
12422do
12423 IFS=$as_save_IFS
12424 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12425 for ac_exec_ext in '' $ac_executable_extensions; do
12426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12427 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12429 break 2
12430 fi
12431done
81ecdfbb
RW
12432 done
12433IFS=$as_save_IFS
252b5132 12434
d7040cdb
SE
12435fi
12436fi
12437RANLIB=$ac_cv_prog_RANLIB
12438if test -n "$RANLIB"; then
81ecdfbb
RW
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12440$as_echo "$RANLIB" >&6; }
d7040cdb 12441else
81ecdfbb
RW
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12443$as_echo "no" >&6; }
d7040cdb 12444fi
20e95c23 12445
81ecdfbb 12446
d7040cdb
SE
12447fi
12448if test -z "$ac_cv_prog_RANLIB"; then
12449 ac_ct_RANLIB=$RANLIB
12450 # Extract the first word of "ranlib", so it can be a program name with args.
12451set dummy ranlib; ac_word=$2
81ecdfbb
RW
12452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12453$as_echo_n "checking for $ac_word... " >&6; }
12454if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12455 $as_echo_n "(cached) " >&6
252b5132 12456else
d7040cdb
SE
12457 if test -n "$ac_ct_RANLIB"; then
12458 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12459else
12460as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12461for as_dir in $PATH
12462do
12463 IFS=$as_save_IFS
12464 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12465 for ac_exec_ext in '' $ac_executable_extensions; do
12466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12467 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12469 break 2
12470 fi
12471done
81ecdfbb
RW
12472 done
12473IFS=$as_save_IFS
20e95c23 12474
d7040cdb
SE
12475fi
12476fi
12477ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12478if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12480$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12481else
81ecdfbb
RW
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12483$as_echo "no" >&6; }
d7040cdb
SE
12484fi
12485
81ecdfbb
RW
12486 if test "x$ac_ct_RANLIB" = x; then
12487 RANLIB=":"
d7040cdb 12488 else
81ecdfbb
RW
12489 case $cross_compiling:$ac_tool_warned in
12490yes:)
12491{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12492$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12493ac_tool_warned=yes ;;
12494esac
12495 RANLIB=$ac_ct_RANLIB
d7040cdb 12496 fi
81ecdfbb
RW
12497else
12498 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12499fi
d7040cdb 12500
d7040cdb
SE
12501
12502
12503# Put a plausible default for CC_FOR_BUILD in Makefile.
12504if test -z "$CC_FOR_BUILD"; then
12505 if test "x$cross_compiling" = "xno"; then
12506 CC_FOR_BUILD='$(CC)'
12507 else
12508 CC_FOR_BUILD=gcc
12509 fi
12510fi
20e95c23 12511
d7040cdb
SE
12512# Also set EXEEXT_FOR_BUILD.
12513if test "x$cross_compiling" = "xno"; then
12514 EXEEXT_FOR_BUILD='$(EXEEXT)'
12515else
81ecdfbb
RW
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12517$as_echo_n "checking for build system executable suffix... " >&6; }
12518if test "${bfd_cv_build_exeext+set}" = set; then :
12519 $as_echo_n "(cached) " >&6
d7040cdb
SE
12520else
12521 rm -f conftest*
12522 echo 'int main () { return 0; }' > conftest.c
12523 bfd_cv_build_exeext=
12524 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12525 for file in conftest.*; do
12526 case $file in
12527 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12528 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12529 esac
12530 done
12531 rm -f conftest*
12532 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12533fi
81ecdfbb
RW
12534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12535$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12536 EXEEXT_FOR_BUILD=""
12537 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12538fi
12539
12540
d7040cdb
SE
12541DEMANGLER_NAME=c++filt
12542case "${host}" in
12543 *-*-go32* | *-*-msdos*)
12544 DEMANGLER_NAME=cxxfilt
12545esac
8a965946
ILT
12546
12547
3bfcb652 12548for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
81ecdfbb
RW
12549do :
12550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12551ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12552eval as_val=\$$as_ac_Header
12553 if test "x$as_val" = x""yes; then :
12554 cat >>confdefs.h <<_ACEOF
12555#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12556_ACEOF
42ecbf5e 12557
81ecdfbb 12558fi
42ecbf5e 12559
81ecdfbb 12560done
42ecbf5e 12561
81ecdfbb
RW
12562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12563$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12564if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12565 $as_echo_n "(cached) " >&6
42ecbf5e 12566else
81ecdfbb 12567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12568/* end confdefs.h. */
252b5132
RH
12569#include <sys/types.h>
12570#include <sys/wait.h>
12571#ifndef WEXITSTATUS
81ecdfbb 12572# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12573#endif
12574#ifndef WIFEXITED
42ecbf5e 12575# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12576#endif
42ecbf5e
DJ
12577
12578int
12579main ()
12580{
12581 int s;
12582 wait (&s);
12583 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12584 ;
12585 return 0;
12586}
12587_ACEOF
81ecdfbb 12588if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12589 ac_cv_header_sys_wait_h=yes
12590else
81ecdfbb 12591 ac_cv_header_sys_wait_h=no
252b5132 12592fi
81ecdfbb 12593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12594fi
81ecdfbb
RW
12595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12596$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12597if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12598
81ecdfbb 12599$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12600
12601fi
12602
df7b86aa
NC
12603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12604$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12605if test "${gcc_cv_header_string+set}" = set; then :
12606 $as_echo_n "(cached) " >&6
12607else
12608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12609/* end confdefs.h. */
12610#include <string.h>
12611#include <strings.h>
12612int
12613main ()
12614{
12615
12616 ;
12617 return 0;
12618}
12619_ACEOF
12620if ac_fn_c_try_compile "$LINENO"; then :
12621 gcc_cv_header_string=yes
12622else
12623 gcc_cv_header_string=no
12624fi
12625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12626fi
12627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12628$as_echo "$gcc_cv_header_string" >&6; }
12629if test $gcc_cv_header_string = yes; then
12630
12631$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12632
12633fi
12634
252b5132
RH
12635# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12636# for constant arguments. Useless!
81ecdfbb
RW
12637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12638$as_echo_n "checking for working alloca.h... " >&6; }
12639if test "${ac_cv_working_alloca_h+set}" = set; then :
12640 $as_echo_n "(cached) " >&6
42ecbf5e 12641else
81ecdfbb 12642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12643/* end confdefs.h. */
252b5132 12644#include <alloca.h>
42ecbf5e
DJ
12645int
12646main ()
12647{
12648char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 12649 if (p) return 0;
42ecbf5e
DJ
12650 ;
12651 return 0;
12652}
12653_ACEOF
81ecdfbb 12654if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
12655 ac_cv_working_alloca_h=yes
12656else
81ecdfbb 12657 ac_cv_working_alloca_h=no
42ecbf5e 12658fi
81ecdfbb
RW
12659rm -f core conftest.err conftest.$ac_objext \
12660 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 12661fi
81ecdfbb
RW
12662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12663$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
12664if test $ac_cv_working_alloca_h = yes; then
12665
81ecdfbb 12666$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
12667
12668fi
12669
81ecdfbb
RW
12670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12671$as_echo_n "checking for alloca... " >&6; }
12672if test "${ac_cv_func_alloca_works+set}" = set; then :
12673 $as_echo_n "(cached) " >&6
252b5132 12674else
81ecdfbb 12675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12676/* end confdefs.h. */
252b5132
RH
12677#ifdef __GNUC__
12678# define alloca __builtin_alloca
12679#else
12680# ifdef _MSC_VER
12681# include <malloc.h>
12682# define alloca _alloca
12683# else
81ecdfbb 12684# ifdef HAVE_ALLOCA_H
252b5132
RH
12685# include <alloca.h>
12686# else
12687# ifdef _AIX
12688 #pragma alloca
12689# else
12690# ifndef alloca /* predefined by HP cc +Olibcalls */
12691char *alloca ();
12692# endif
12693# endif
12694# endif
12695# endif
12696#endif
12697
42ecbf5e
DJ
12698int
12699main ()
12700{
12701char *p = (char *) alloca (1);
81ecdfbb 12702 if (p) return 0;
42ecbf5e
DJ
12703 ;
12704 return 0;
12705}
12706_ACEOF
81ecdfbb 12707if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
12708 ac_cv_func_alloca_works=yes
12709else
81ecdfbb 12710 ac_cv_func_alloca_works=no
252b5132 12711fi
81ecdfbb
RW
12712rm -f core conftest.err conftest.$ac_objext \
12713 conftest$ac_exeext conftest.$ac_ext
252b5132 12714fi
81ecdfbb
RW
12715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12716$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 12717
252b5132 12718if test $ac_cv_func_alloca_works = yes; then
e5a52504 12719
81ecdfbb 12720$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 12721
42ecbf5e 12722else
d15b04bd 12723 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
12724# that cause trouble. Some versions do not even contain alloca or
12725# contain a buggy version. If you still want to use their alloca,
12726# use ar to extract alloca.o from them instead of compiling alloca.c.
12727
81ecdfbb 12728ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 12729
81ecdfbb 12730$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
12731
12732
81ecdfbb
RW
12733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12734$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12735if test "${ac_cv_os_cray+set}" = set; then :
12736 $as_echo_n "(cached) " >&6
252b5132 12737else
81ecdfbb 12738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12739/* end confdefs.h. */
81ecdfbb 12740#if defined CRAY && ! defined CRAY2
252b5132
RH
12741webecray
12742#else
12743wenotbecray
12744#endif
12745
42ecbf5e 12746_ACEOF
252b5132 12747if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12748 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
12749 ac_cv_os_cray=yes
12750else
252b5132
RH
12751 ac_cv_os_cray=no
12752fi
12753rm -f conftest*
12754
12755fi
81ecdfbb
RW
12756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12757$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 12758if test $ac_cv_os_cray = yes; then
42ecbf5e 12759 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
12760 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12761ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12762eval as_val=\$$as_ac_var
12763 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
12764
12765cat >>confdefs.h <<_ACEOF
252b5132 12766#define CRAY_STACKSEG_END $ac_func
42ecbf5e 12767_ACEOF
252b5132 12768
42ecbf5e 12769 break
252b5132
RH
12770fi
12771
42ecbf5e 12772 done
252b5132
RH
12773fi
12774
81ecdfbb
RW
12775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12776$as_echo_n "checking stack direction for C alloca... " >&6; }
12777if test "${ac_cv_c_stack_direction+set}" = set; then :
12778 $as_echo_n "(cached) " >&6
252b5132 12779else
81ecdfbb 12780 if test "$cross_compiling" = yes; then :
252b5132
RH
12781 ac_cv_c_stack_direction=0
12782else
81ecdfbb 12783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12784/* end confdefs.h. */
81ecdfbb 12785$ac_includes_default
42ecbf5e 12786int
252b5132
RH
12787find_stack_direction ()
12788{
12789 static char *addr = 0;
12790 auto char dummy;
12791 if (addr == 0)
12792 {
12793 addr = &dummy;
12794 return find_stack_direction ();
12795 }
12796 else
12797 return (&dummy > addr) ? 1 : -1;
12798}
42ecbf5e
DJ
12799
12800int
252b5132
RH
12801main ()
12802{
81ecdfbb 12803 return find_stack_direction () < 0;
252b5132 12804}
42ecbf5e 12805_ACEOF
81ecdfbb 12806if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
12807 ac_cv_c_stack_direction=1
12808else
81ecdfbb 12809 ac_cv_c_stack_direction=-1
252b5132 12810fi
81ecdfbb
RW
12811rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12812 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
12813fi
12814
81ecdfbb
RW
12815fi
12816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12817$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 12818cat >>confdefs.h <<_ACEOF
252b5132 12819#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
12820_ACEOF
12821
252b5132
RH
12822
12823fi
12824
44350750 12825for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
12826do :
12827 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12828ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12829eval as_val=\$$as_ac_var
12830 if test "x$as_val" = x""yes; then :
12831 cat >>confdefs.h <<_ACEOF
12832#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12833_ACEOF
42ecbf5e 12834
81ecdfbb
RW
12835fi
12836done
42ecbf5e 12837
81ecdfbb
RW
12838ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12839if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 12840
81ecdfbb 12841$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 12842
81ecdfbb 12843fi
42ecbf5e 12844
81ecdfbb
RW
12845ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12846if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 12847
81ecdfbb 12848$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 12849
81ecdfbb 12850fi
d15b04bd 12851
3bfcb652
NC
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
12853$as_echo_n "checking for mbstate_t... " >&6; }
12854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12855/* end confdefs.h. */
12856#include <wchar.h>
12857int
12858main ()
12859{
12860mbstate_t teststate;
12861 ;
12862 return 0;
12863}
12864_ACEOF
12865if ac_fn_c_try_compile "$LINENO"; then :
12866 have_mbstate_t=yes
12867else
12868 have_mbstate_t=no
12869fi
12870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
12872$as_echo "$have_mbstate_t" >&6; }
12873 if test x"$have_mbstate_t" = xyes; then
12874
12875$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
12876
12877 fi
d15b04bd 12878
81ecdfbb
RW
12879# Some systems have frexp only in -lm, not in -lc.
12880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12881$as_echo_n "checking for library containing frexp... " >&6; }
12882if test "${ac_cv_search_frexp+set}" = set; then :
12883 $as_echo_n "(cached) " >&6
f9c026a8 12884else
81ecdfbb
RW
12885 ac_func_search_save_LIBS=$LIBS
12886cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 12887/* end confdefs.h. */
f9c026a8 12888
81ecdfbb
RW
12889/* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
f9c026a8 12891 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
12892#ifdef __cplusplus
12893extern "C"
12894#endif
42ecbf5e
DJ
12895char frexp ();
12896int
12897main ()
12898{
81ecdfbb 12899return frexp ();
42ecbf5e
DJ
12900 ;
12901 return 0;
12902}
12903_ACEOF
81ecdfbb
RW
12904for ac_lib in '' m; do
12905 if test -z "$ac_lib"; then
12906 ac_res="none required"
12907 else
12908 ac_res=-l$ac_lib
42ecbf5e 12909 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
12910 fi
12911 if ac_fn_c_try_link "$LINENO"; then :
12912 ac_cv_search_frexp=$ac_res
12913fi
12914rm -f core conftest.err conftest.$ac_objext \
12915 conftest$ac_exeext
12916 if test "${ac_cv_search_frexp+set}" = set; then :
12917 break
12918fi
12919done
12920if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 12921
f353eb8a 12922else
81ecdfbb 12923 ac_cv_search_frexp=no
e5a52504 12924fi
81ecdfbb 12925rm conftest.$ac_ext
42ecbf5e
DJ
12926LIBS=$ac_func_search_save_LIBS
12927fi
81ecdfbb
RW
12928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12929$as_echo "$ac_cv_search_frexp" >&6; }
12930ac_res=$ac_cv_search_frexp
12931if test "$ac_res" != no; then :
12932 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 12933
f353eb8a
ILT
12934fi
12935
42ecbf5e 12936
44350750
NC
12937
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12939$as_echo_n "checking for LC_MESSAGES... " >&6; }
12940if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
12941 $as_echo_n "(cached) " >&6
12942else
12943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12944/* end confdefs.h. */
12945#include <locale.h>
12946int
12947main ()
12948{
12949return LC_MESSAGES
12950 ;
12951 return 0;
12952}
12953_ACEOF
12954if ac_fn_c_try_link "$LINENO"; then :
12955 am_cv_val_LC_MESSAGES=yes
12956else
12957 am_cv_val_LC_MESSAGES=no
12958fi
12959rm -f core conftest.err conftest.$ac_objext \
12960 conftest$ac_exeext conftest.$ac_ext
12961fi
12962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12963$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12964 if test $am_cv_val_LC_MESSAGES = yes; then
12965
12966$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12967
12968 fi
12969
12970
81ecdfbb
RW
12971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12972$as_echo_n "checking for time_t in time.h... " >&6; }
12973if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12974 $as_echo_n "(cached) " >&6
252b5132 12975else
81ecdfbb 12976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12977/* end confdefs.h. */
252b5132 12978#include <time.h>
42ecbf5e
DJ
12979int
12980main ()
12981{
252b5132 12982time_t i;
42ecbf5e
DJ
12983 ;
12984 return 0;
12985}
12986_ACEOF
81ecdfbb 12987if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12988 bu_cv_decl_time_t_time_h=yes
12989else
81ecdfbb 12990 bu_cv_decl_time_t_time_h=no
252b5132 12991fi
81ecdfbb 12992rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12993fi
12994
81ecdfbb
RW
12995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12996$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 12997if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 12998
81ecdfbb 12999$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13000
13001fi
13002
81ecdfbb
RW
13003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13004$as_echo_n "checking for time_t in sys/types.h... " >&6; }
13005if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13006 $as_echo_n "(cached) " >&6
252b5132 13007else
81ecdfbb 13008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13009/* end confdefs.h. */
252b5132 13010#include <sys/types.h>
42ecbf5e
DJ
13011int
13012main ()
13013{
252b5132 13014time_t i;
42ecbf5e
DJ
13015 ;
13016 return 0;
13017}
13018_ACEOF
81ecdfbb 13019if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13020 bu_cv_decl_time_t_types_h=yes
13021else
81ecdfbb 13022 bu_cv_decl_time_t_types_h=no
252b5132 13023fi
81ecdfbb 13024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13025fi
13026
81ecdfbb
RW
13027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13028$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13029if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13030
81ecdfbb 13031$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13032
13033fi
13034
81ecdfbb
RW
13035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13036$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13037if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13038 $as_echo_n "(cached) " >&6
e46eba98 13039else
81ecdfbb 13040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13041/* end confdefs.h. */
e46eba98 13042#include <unistd.h>
42ecbf5e
DJ
13043int
13044main ()
13045{
e46eba98 13046extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13047 ;
13048 return 0;
13049}
13050_ACEOF
81ecdfbb 13051if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13052 bu_cv_decl_getopt_unistd_h=yes
13053else
81ecdfbb 13054 bu_cv_decl_getopt_unistd_h=no
e46eba98 13055fi
81ecdfbb 13056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13057fi
13058
81ecdfbb
RW
13059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13060$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13061if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13062
81ecdfbb 13063$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13064
13065fi
13066
252b5132
RH
13067# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13068# by default.
81ecdfbb
RW
13069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13070$as_echo_n "checking for utime.h... " >&6; }
13071if test "${bu_cv_header_utime_h+set}" = set; then :
13072 $as_echo_n "(cached) " >&6
42ecbf5e 13073else
81ecdfbb 13074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13075/* end confdefs.h. */
252b5132
RH
13076#include <sys/types.h>
13077#ifdef HAVE_TIME_H
13078#include <time.h>
13079#endif
13080#include <utime.h>
42ecbf5e
DJ
13081int
13082main ()
13083{
252b5132 13084struct utimbuf s;
42ecbf5e
DJ
13085 ;
13086 return 0;
13087}
13088_ACEOF
81ecdfbb 13089if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13090 bu_cv_header_utime_h=yes
13091else
81ecdfbb 13092 bu_cv_header_utime_h=no
252b5132 13093fi
81ecdfbb 13094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13095fi
13096
81ecdfbb
RW
13097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13098$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13099if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13100
81ecdfbb 13101$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13102
13103fi
13104
952781e8
AM
13105ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13106if test "x$ac_cv_have_decl_environ" = x""yes; then :
13107 ac_have_decl=1
13108else
13109 ac_have_decl=0
13110fi
13111
13112cat >>confdefs.h <<_ACEOF
13113#define HAVE_DECL_ENVIRON $ac_have_decl
13114_ACEOF
81ecdfbb
RW
13115ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13116if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13117 ac_have_decl=1
252b5132 13118else
81ecdfbb
RW
13119 ac_have_decl=0
13120fi
398ee8f1 13121
81ecdfbb
RW
13122cat >>confdefs.h <<_ACEOF
13123#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 13124_ACEOF
952781e8
AM
13125ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13126if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
81ecdfbb 13127 ac_have_decl=1
252b5132 13128else
81ecdfbb 13129 ac_have_decl=0
252b5132 13130fi
252b5132 13131
398ee8f1 13132cat >>confdefs.h <<_ACEOF
952781e8 13133#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13134_ACEOF
952781e8
AM
13135ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13136if test "x$ac_cv_have_decl_getenv" = x""yes; then :
81ecdfbb 13137 ac_have_decl=1
398ee8f1 13138else
81ecdfbb
RW
13139 ac_have_decl=0
13140fi
3e321448
L
13141
13142cat >>confdefs.h <<_ACEOF
952781e8 13143#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 13144_ACEOF
81ecdfbb
RW
13145ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13146if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13147 ac_have_decl=1
252b5132 13148else
81ecdfbb 13149 ac_have_decl=0
252b5132 13150fi
252b5132 13151
398ee8f1 13152cat >>confdefs.h <<_ACEOF
81ecdfbb 13153#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 13154_ACEOF
952781e8
AM
13155ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13156if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
81ecdfbb 13157 ac_have_decl=1
398ee8f1 13158else
81ecdfbb 13159 ac_have_decl=0
398ee8f1 13160fi
252b5132 13161
398ee8f1 13162cat >>confdefs.h <<_ACEOF
952781e8 13163#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 13164_ACEOF
952781e8
AM
13165ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13166if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
81ecdfbb 13167 ac_have_decl=1
398ee8f1 13168else
81ecdfbb 13169 ac_have_decl=0
398ee8f1 13170fi
252b5132 13171
398ee8f1 13172cat >>confdefs.h <<_ACEOF
952781e8 13173#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13174_ACEOF
952781e8
AM
13175ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13176if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
81ecdfbb 13177 ac_have_decl=1
b7d4af3a 13178else
81ecdfbb 13179 ac_have_decl=0
b7d4af3a 13180fi
b7d4af3a
JW
13181
13182cat >>confdefs.h <<_ACEOF
952781e8 13183#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 13184_ACEOF
952781e8
AM
13185ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13186if test "x$ac_cv_have_decl_strstr" = x""yes; then :
81ecdfbb 13187 ac_have_decl=1
b7d4af3a 13188else
81ecdfbb 13189 ac_have_decl=0
db50c840 13190fi
db50c840
EB
13191
13192cat >>confdefs.h <<_ACEOF
952781e8 13193#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 13194_ACEOF
81ecdfbb
RW
13195ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13196if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13197 ac_have_decl=1
db50c840 13198else
81ecdfbb 13199 ac_have_decl=0
db50c840 13200fi
db50c840
EB
13201
13202cat >>confdefs.h <<_ACEOF
81ecdfbb 13203#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
13204_ACEOF
13205
13206
1b315056
CS
13207# Link in zlib if we can. This allows us to read compressed debug
13208# sections. This is used only by readelf.c (objdump uses bfd for
13209# reading compressed sections).
52546677
RM
13210
13211 # See if the user specified whether he wants zlib support or not.
13212
13213# Check whether --with-zlib was given.
13214if test "${with_zlib+set}" = set; then :
13215 withval=$with_zlib;
13216else
13217 with_zlib=auto
13218fi
13219
13220
13221 if test "$with_zlib" != "no"; then
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
13223$as_echo_n "checking for library containing zlibVersion... " >&6; }
13224if test "${ac_cv_search_zlibVersion+set}" = set; then :
13225 $as_echo_n "(cached) " >&6
1b315056
CS
13226else
13227 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1b315056
CS
13229/* end confdefs.h. */
13230
81ecdfbb
RW
13231/* Override any GCC internal prototype to avoid an error.
13232 Use char because int might match the return type of a GCC
1b315056 13233 builtin and then its argument prototype would still apply. */
1b315056
CS
13234#ifdef __cplusplus
13235extern "C"
13236#endif
1b315056
CS
13237char zlibVersion ();
13238int
13239main ()
13240{
81ecdfbb 13241return zlibVersion ();
1b315056
CS
13242 ;
13243 return 0;
13244}
81ecdfbb
RW
13245_ACEOF
13246for ac_lib in '' z; do
13247 if test -z "$ac_lib"; then
13248 ac_res="none required"
1b315056 13249 else
81ecdfbb
RW
13250 ac_res=-l$ac_lib
13251 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1b315056 13252 fi
81ecdfbb
RW
13253 if ac_fn_c_try_link "$LINENO"; then :
13254 ac_cv_search_zlibVersion=$ac_res
1b315056 13255fi
81ecdfbb
RW
13256rm -f core conftest.err conftest.$ac_objext \
13257 conftest$ac_exeext
13258 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13259 break
1b315056 13260fi
81ecdfbb
RW
13261done
13262if test "${ac_cv_search_zlibVersion+set}" = set; then :
1b315056 13263
1b315056 13264else
81ecdfbb 13265 ac_cv_search_zlibVersion=no
1b315056 13266fi
81ecdfbb
RW
13267rm conftest.$ac_ext
13268LIBS=$ac_func_search_save_LIBS
1b315056 13269fi
81ecdfbb
RW
13270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13271$as_echo "$ac_cv_search_zlibVersion" >&6; }
13272ac_res=$ac_cv_search_zlibVersion
13273if test "$ac_res" != no; then :
13274 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13275 for ac_header in zlib.h
13276do :
13277 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13278if test "x$ac_cv_header_zlib_h" = x""yes; then :
1b315056 13279 cat >>confdefs.h <<_ACEOF
81ecdfbb 13280#define HAVE_ZLIB_H 1
1b315056
CS
13281_ACEOF
13282
13283fi
13284
13285done
13286
13287fi
13288
52546677
RM
13289 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13290 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13291 fi
13292 fi
13293
1b315056 13294
252b5132
RH
13295
13296case "${host}" in
8a965946 13297*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13298
81ecdfbb 13299$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13300 ;;
13301esac
13302
13303# target-specific stuff:
13304
13305# Canonicalize the secondary target names.
13306if test -n "$enable_targets"; then
13307 for targ in `echo $enable_targets | sed 's/,/ /g'`
13308 do
6d83c84b 13309 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13310 if test -n "$result"; then
13311 canon_targets="$canon_targets $result"
13312 else
13313 # Allow targets that config.sub doesn't recognize, like "all".
13314 canon_targets="$canon_targets $targ"
13315 fi
13316 done
13317fi
13318
81ecdfbb
RW
13319ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13320if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13321
13322fi
13323
13324
13325
13326 if test "X$prefix" = "XNONE"; then
13327 acl_final_prefix="$ac_default_prefix"
13328 else
13329 acl_final_prefix="$prefix"
13330 fi
13331 if test "X$exec_prefix" = "XNONE"; then
13332 acl_final_exec_prefix='${prefix}'
13333 else
13334 acl_final_exec_prefix="$exec_prefix"
13335 fi
13336 acl_save_prefix="$prefix"
13337 prefix="$acl_final_prefix"
13338 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13339 prefix="$acl_save_prefix"
13340
13341
81ecdfbb
RW
13342# Check whether --with-gnu-ld was given.
13343if test "${with_gnu_ld+set}" = set; then :
13344 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13345else
13346 with_gnu_ld=no
81ecdfbb
RW
13347fi
13348
5ba684e2
NC
13349# Prepare PATH_SEPARATOR.
13350# The user is always right.
13351if test "${PATH_SEPARATOR+set}" != set; then
13352 echo "#! /bin/sh" >conf$$.sh
13353 echo "exit 0" >>conf$$.sh
13354 chmod +x conf$$.sh
13355 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13356 PATH_SEPARATOR=';'
13357 else
13358 PATH_SEPARATOR=:
13359 fi
13360 rm -f conf$$.sh
13361fi
13362ac_prog=ld
13363if test "$GCC" = yes; then
13364 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13366$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13367 case $host in
13368 *-*-mingw*)
13369 # gcc leaves a trailing carriage return which upsets mingw
13370 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13371 *)
13372 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13373 esac
13374 case $ac_prog in
13375 # Accept absolute paths.
13376 [\\/]* | [A-Za-z]:[\\/]*)
13377 re_direlt='/[^/][^/]*/\.\./'
13378 # Canonicalize the path of ld
13379 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13380 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13381 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13382 done
13383 test -z "$LD" && LD="$ac_prog"
13384 ;;
13385 "")
13386 # If it fails, then pretend we aren't using GCC.
13387 ac_prog=ld
13388 ;;
13389 *)
13390 # If it is relative, then search for the first ld in PATH.
13391 with_gnu_ld=unknown
13392 ;;
13393 esac
13394elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13396$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13397else
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13399$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13400fi
81ecdfbb
RW
13401if test "${acl_cv_path_LD+set}" = set; then :
13402 $as_echo_n "(cached) " >&6
5ba684e2
NC
13403else
13404 if test -z "$LD"; then
13405 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13406 for ac_dir in $PATH; do
13407 test -z "$ac_dir" && ac_dir=.
13408 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13409 acl_cv_path_LD="$ac_dir/$ac_prog"
13410 # Check to see if the program is GNU ld. I'd rather use --version,
13411 # but apparently some GNU ld's only accept -v.
13412 # Break only if it was the GNU/non-GNU ld that we prefer.
13413 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13414 test "$with_gnu_ld" != no && break
13415 else
13416 test "$with_gnu_ld" != yes && break
13417 fi
13418 fi
13419 done
13420 IFS="$ac_save_ifs"
13421else
13422 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13423fi
13424fi
13425
13426LD="$acl_cv_path_LD"
13427if test -n "$LD"; then
81ecdfbb
RW
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13429$as_echo "$LD" >&6; }
5ba684e2 13430else
81ecdfbb
RW
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13432$as_echo "no" >&6; }
5ba684e2 13433fi
81ecdfbb
RW
13434test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13436$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13437if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13438 $as_echo_n "(cached) " >&6
5ba684e2
NC
13439else
13440 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13441if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13442 acl_cv_prog_gnu_ld=yes
13443else
13444 acl_cv_prog_gnu_ld=no
13445fi
13446fi
81ecdfbb
RW
13447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13448$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13449with_gnu_ld=$acl_cv_prog_gnu_ld
13450
13451
13452
81ecdfbb
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13454$as_echo_n "checking for shared library run path origin... " >&6; }
13455if test "${acl_cv_rpath+set}" = set; then :
13456 $as_echo_n "(cached) " >&6
5ba684e2
NC
13457else
13458
13459 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13460 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13461 . ./conftest.sh
13462 rm -f ./conftest.sh
13463 acl_cv_rpath=done
13464
13465fi
81ecdfbb
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13467$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13468 wl="$acl_cv_wl"
13469 libext="$acl_cv_libext"
13470 shlibext="$acl_cv_shlibext"
13471 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13472 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13473 hardcode_direct="$acl_cv_hardcode_direct"
13474 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13475 # Check whether --enable-rpath was given.
13476if test "${enable_rpath+set}" = set; then :
13477 enableval=$enable_rpath; :
5ba684e2
NC
13478else
13479 enable_rpath=yes
81ecdfbb
RW
13480fi
13481
5ba684e2
NC
13482
13483
13484
13485
13486
13487
13488
13489 use_additional=yes
13490
13491 acl_save_prefix="$prefix"
13492 prefix="$acl_final_prefix"
13493 acl_save_exec_prefix="$exec_prefix"
13494 exec_prefix="$acl_final_exec_prefix"
13495
13496 eval additional_includedir=\"$includedir\"
13497 eval additional_libdir=\"$libdir\"
13498
13499 exec_prefix="$acl_save_exec_prefix"
13500 prefix="$acl_save_prefix"
13501
13502
81ecdfbb
RW
13503# Check whether --with-libiconv-prefix was given.
13504if test "${with_libiconv_prefix+set}" = set; then :
13505 withval=$with_libiconv_prefix;
5ba684e2
NC
13506 if test "X$withval" = "Xno"; then
13507 use_additional=no
13508 else
13509 if test "X$withval" = "X"; then
13510
13511 acl_save_prefix="$prefix"
13512 prefix="$acl_final_prefix"
13513 acl_save_exec_prefix="$exec_prefix"
13514 exec_prefix="$acl_final_exec_prefix"
13515
13516 eval additional_includedir=\"$includedir\"
13517 eval additional_libdir=\"$libdir\"
13518
13519 exec_prefix="$acl_save_exec_prefix"
13520 prefix="$acl_save_prefix"
13521
13522 else
13523 additional_includedir="$withval/include"
13524 additional_libdir="$withval/lib"
13525 fi
13526 fi
13527
81ecdfbb
RW
13528fi
13529
5ba684e2
NC
13530 LIBICONV=
13531 LTLIBICONV=
13532 INCICONV=
13533 rpathdirs=
13534 ltrpathdirs=
13535 names_already_handled=
13536 names_next_round='iconv '
13537 while test -n "$names_next_round"; do
13538 names_this_round="$names_next_round"
13539 names_next_round=
13540 for name in $names_this_round; do
13541 already_handled=
13542 for n in $names_already_handled; do
13543 if test "$n" = "$name"; then
13544 already_handled=yes
13545 break
13546 fi
13547 done
13548 if test -z "$already_handled"; then
13549 names_already_handled="$names_already_handled $name"
13550 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13551 eval value=\"\$HAVE_LIB$uppername\"
13552 if test -n "$value"; then
13553 if test "$value" = yes; then
13554 eval value=\"\$LIB$uppername\"
13555 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13556 eval value=\"\$LTLIB$uppername\"
13557 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13558 else
13559 :
13560 fi
13561 else
13562 found_dir=
13563 found_la=
13564 found_so=
13565 found_a=
13566 if test $use_additional = yes; then
13567 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13568 found_dir="$additional_libdir"
13569 found_so="$additional_libdir/lib$name.$shlibext"
13570 if test -f "$additional_libdir/lib$name.la"; then
13571 found_la="$additional_libdir/lib$name.la"
13572 fi
13573 else
13574 if test -f "$additional_libdir/lib$name.$libext"; then
13575 found_dir="$additional_libdir"
13576 found_a="$additional_libdir/lib$name.$libext"
13577 if test -f "$additional_libdir/lib$name.la"; then
13578 found_la="$additional_libdir/lib$name.la"
13579 fi
13580 fi
13581 fi
13582 fi
13583 if test "X$found_dir" = "X"; then
13584 for x in $LDFLAGS $LTLIBICONV; do
13585
13586 acl_save_prefix="$prefix"
13587 prefix="$acl_final_prefix"
13588 acl_save_exec_prefix="$exec_prefix"
13589 exec_prefix="$acl_final_exec_prefix"
13590 eval x=\"$x\"
13591 exec_prefix="$acl_save_exec_prefix"
13592 prefix="$acl_save_prefix"
13593
13594 case "$x" in
13595 -L*)
13596 dir=`echo "X$x" | sed -e 's/^X-L//'`
13597 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13598 found_dir="$dir"
13599 found_so="$dir/lib$name.$shlibext"
13600 if test -f "$dir/lib$name.la"; then
13601 found_la="$dir/lib$name.la"
13602 fi
13603 else
13604 if test -f "$dir/lib$name.$libext"; then
13605 found_dir="$dir"
13606 found_a="$dir/lib$name.$libext"
13607 if test -f "$dir/lib$name.la"; then
13608 found_la="$dir/lib$name.la"
13609 fi
13610 fi
13611 fi
13612 ;;
13613 esac
13614 if test "X$found_dir" != "X"; then
13615 break
13616 fi
13617 done
13618 fi
13619 if test "X$found_dir" != "X"; then
13620 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13621 if test "X$found_so" != "X"; then
13622 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13623 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13624 else
13625 haveit=
13626 for x in $ltrpathdirs; do
13627 if test "X$x" = "X$found_dir"; then
13628 haveit=yes
13629 break
13630 fi
13631 done
13632 if test -z "$haveit"; then
13633 ltrpathdirs="$ltrpathdirs $found_dir"
13634 fi
13635 if test "$hardcode_direct" = yes; then
13636 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13637 else
13638 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13639 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13640 haveit=
13641 for x in $rpathdirs; do
13642 if test "X$x" = "X$found_dir"; then
13643 haveit=yes
13644 break
13645 fi
13646 done
13647 if test -z "$haveit"; then
13648 rpathdirs="$rpathdirs $found_dir"
13649 fi
13650 else
13651 haveit=
13652 for x in $LDFLAGS $LIBICONV; do
13653
13654 acl_save_prefix="$prefix"
13655 prefix="$acl_final_prefix"
13656 acl_save_exec_prefix="$exec_prefix"
13657 exec_prefix="$acl_final_exec_prefix"
13658 eval x=\"$x\"
13659 exec_prefix="$acl_save_exec_prefix"
13660 prefix="$acl_save_prefix"
13661
13662 if test "X$x" = "X-L$found_dir"; then
13663 haveit=yes
13664 break
13665 fi
13666 done
13667 if test -z "$haveit"; then
13668 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13669 fi
13670 if test "$hardcode_minus_L" != no; then
13671 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13672 else
13673 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13674 fi
13675 fi
13676 fi
13677 fi
13678 else
13679 if test "X$found_a" != "X"; then
13680 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13681 else
13682 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13683 fi
13684 fi
13685 additional_includedir=
13686 case "$found_dir" in
13687 */lib | */lib/)
13688 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13689 additional_includedir="$basedir/include"
13690 ;;
13691 esac
13692 if test "X$additional_includedir" != "X"; then
13693 if test "X$additional_includedir" != "X/usr/include"; then
13694 haveit=
13695 if test "X$additional_includedir" = "X/usr/local/include"; then
13696 if test -n "$GCC"; then
13697 case $host_os in
13698 linux*) haveit=yes;;
13699 esac
13700 fi
13701 fi
13702 if test -z "$haveit"; then
13703 for x in $CPPFLAGS $INCICONV; do
13704
13705 acl_save_prefix="$prefix"
13706 prefix="$acl_final_prefix"
13707 acl_save_exec_prefix="$exec_prefix"
13708 exec_prefix="$acl_final_exec_prefix"
13709 eval x=\"$x\"
13710 exec_prefix="$acl_save_exec_prefix"
13711 prefix="$acl_save_prefix"
13712
13713 if test "X$x" = "X-I$additional_includedir"; then
13714 haveit=yes
13715 break
13716 fi
13717 done
13718 if test -z "$haveit"; then
13719 if test -d "$additional_includedir"; then
13720 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13721 fi
13722 fi
13723 fi
13724 fi
13725 fi
13726 if test -n "$found_la"; then
13727 save_libdir="$libdir"
13728 case "$found_la" in
13729 */* | *\\*) . "$found_la" ;;
13730 *) . "./$found_la" ;;
13731 esac
13732 libdir="$save_libdir"
13733 for dep in $dependency_libs; do
13734 case "$dep" in
13735 -L*)
13736 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13737 if test "X$additional_libdir" != "X/usr/lib"; then
13738 haveit=
13739 if test "X$additional_libdir" = "X/usr/local/lib"; then
13740 if test -n "$GCC"; then
13741 case $host_os in
13742 linux*) haveit=yes;;
13743 esac
13744 fi
13745 fi
13746 if test -z "$haveit"; then
13747 haveit=
13748 for x in $LDFLAGS $LIBICONV; do
13749
13750 acl_save_prefix="$prefix"
13751 prefix="$acl_final_prefix"
13752 acl_save_exec_prefix="$exec_prefix"
13753 exec_prefix="$acl_final_exec_prefix"
13754 eval x=\"$x\"
13755 exec_prefix="$acl_save_exec_prefix"
13756 prefix="$acl_save_prefix"
13757
13758 if test "X$x" = "X-L$additional_libdir"; then
13759 haveit=yes
13760 break
13761 fi
13762 done
13763 if test -z "$haveit"; then
13764 if test -d "$additional_libdir"; then
13765 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13766 fi
13767 fi
13768 haveit=
13769 for x in $LDFLAGS $LTLIBICONV; do
13770
13771 acl_save_prefix="$prefix"
13772 prefix="$acl_final_prefix"
13773 acl_save_exec_prefix="$exec_prefix"
13774 exec_prefix="$acl_final_exec_prefix"
13775 eval x=\"$x\"
13776 exec_prefix="$acl_save_exec_prefix"
13777 prefix="$acl_save_prefix"
13778
13779 if test "X$x" = "X-L$additional_libdir"; then
13780 haveit=yes
13781 break
13782 fi
13783 done
13784 if test -z "$haveit"; then
13785 if test -d "$additional_libdir"; then
13786 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13787 fi
13788 fi
13789 fi
13790 fi
13791 ;;
13792 -R*)
13793 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13794 if test "$enable_rpath" != no; then
13795 haveit=
13796 for x in $rpathdirs; do
13797 if test "X$x" = "X$dir"; then
13798 haveit=yes
13799 break
13800 fi
13801 done
13802 if test -z "$haveit"; then
13803 rpathdirs="$rpathdirs $dir"
13804 fi
13805 haveit=
13806 for x in $ltrpathdirs; do
13807 if test "X$x" = "X$dir"; then
13808 haveit=yes
13809 break
13810 fi
13811 done
13812 if test -z "$haveit"; then
13813 ltrpathdirs="$ltrpathdirs $dir"
13814 fi
13815 fi
13816 ;;
13817 -l*)
13818 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13819 ;;
13820 *.la)
13821 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13822 ;;
13823 *)
13824 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13825 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13826 ;;
13827 esac
13828 done
13829 fi
13830 else
13831 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13832 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13833 fi
13834 fi
13835 fi
13836 done
13837 done
13838 if test "X$rpathdirs" != "X"; then
13839 if test -n "$hardcode_libdir_separator"; then
13840 alldirs=
13841 for found_dir in $rpathdirs; do
13842 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13843 done
13844 acl_save_libdir="$libdir"
13845 libdir="$alldirs"
13846 eval flag=\"$hardcode_libdir_flag_spec\"
13847 libdir="$acl_save_libdir"
13848 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13849 else
13850 for found_dir in $rpathdirs; do
13851 acl_save_libdir="$libdir"
13852 libdir="$found_dir"
13853 eval flag=\"$hardcode_libdir_flag_spec\"
13854 libdir="$acl_save_libdir"
13855 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13856 done
13857 fi
13858 fi
13859 if test "X$ltrpathdirs" != "X"; then
13860 for found_dir in $ltrpathdirs; do
13861 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13862 done
13863 fi
13864
13865
13866
13867
13868
13869
13870
13871 am_save_CPPFLAGS="$CPPFLAGS"
13872
13873 for element in $INCICONV; do
13874 haveit=
13875 for x in $CPPFLAGS; do
13876
13877 acl_save_prefix="$prefix"
13878 prefix="$acl_final_prefix"
13879 acl_save_exec_prefix="$exec_prefix"
13880 exec_prefix="$acl_final_exec_prefix"
13881 eval x=\"$x\"
13882 exec_prefix="$acl_save_exec_prefix"
13883 prefix="$acl_save_prefix"
13884
13885 if test "X$x" = "X$element"; then
13886 haveit=yes
13887 break
13888 fi
13889 done
13890 if test -z "$haveit"; then
13891 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13892 fi
13893 done
13894
13895
81ecdfbb
RW
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13897$as_echo_n "checking for iconv... " >&6; }
13898if test "${am_cv_func_iconv+set}" = set; then :
13899 $as_echo_n "(cached) " >&6
5ba684e2
NC
13900else
13901
13902 am_cv_func_iconv="no, consider installing GNU libiconv"
13903 am_cv_lib_iconv=no
81ecdfbb 13904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13905/* end confdefs.h. */
13906#include <stdlib.h>
13907#include <iconv.h>
13908int
13909main ()
13910{
13911iconv_t cd = iconv_open("","");
13912 iconv(cd,NULL,NULL,NULL,NULL);
13913 iconv_close(cd);
13914 ;
13915 return 0;
13916}
13917_ACEOF
81ecdfbb 13918if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 13919 am_cv_func_iconv=yes
5ba684e2 13920fi
81ecdfbb
RW
13921rm -f core conftest.err conftest.$ac_objext \
13922 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13923 if test "$am_cv_func_iconv" != yes; then
13924 am_save_LIBS="$LIBS"
13925 LIBS="$LIBS $LIBICONV"
81ecdfbb 13926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13927/* end confdefs.h. */
13928#include <stdlib.h>
13929#include <iconv.h>
13930int
13931main ()
13932{
13933iconv_t cd = iconv_open("","");
13934 iconv(cd,NULL,NULL,NULL,NULL);
13935 iconv_close(cd);
13936 ;
13937 return 0;
13938}
13939_ACEOF
81ecdfbb 13940if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
13941 am_cv_lib_iconv=yes
13942 am_cv_func_iconv=yes
5ba684e2 13943fi
81ecdfbb
RW
13944rm -f core conftest.err conftest.$ac_objext \
13945 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13946 LIBS="$am_save_LIBS"
13947 fi
13948
13949fi
81ecdfbb
RW
13950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13951$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
13952 if test "$am_cv_func_iconv" = yes; then
13953
81ecdfbb 13954$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
13955
13956 fi
13957 if test "$am_cv_lib_iconv" = yes; then
81ecdfbb
RW
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13959$as_echo_n "checking how to link with libiconv... " >&6; }
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13961$as_echo "$LIBICONV" >&6; }
5ba684e2
NC
13962 else
13963 CPPFLAGS="$am_save_CPPFLAGS"
13964 LIBICONV=
13965 LTLIBICONV=
13966 fi
13967
13968
13969
13970 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13972$as_echo_n "checking for iconv declaration... " >&6; }
13973 if test "${am_cv_proto_iconv+set}" = set; then :
13974 $as_echo_n "(cached) " >&6
5ba684e2
NC
13975else
13976
81ecdfbb 13977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13978/* end confdefs.h. */
13979
13980#include <stdlib.h>
13981#include <iconv.h>
13982extern
13983#ifdef __cplusplus
13984"C"
13985#endif
13986#if defined(__STDC__) || defined(__cplusplus)
13987size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13988#else
13989size_t iconv();
13990#endif
13991
13992int
13993main ()
13994{
13995
13996 ;
13997 return 0;
13998}
13999_ACEOF
81ecdfbb 14000if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14001 am_cv_proto_iconv_arg1=""
14002else
81ecdfbb 14003 am_cv_proto_iconv_arg1="const"
5ba684e2 14004fi
81ecdfbb 14005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14006 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);"
14007fi
14008
14009 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14011 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14012$as_echo "${ac_t:-
14013 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14014
14015cat >>confdefs.h <<_ACEOF
14016#define ICONV_CONST $am_cv_proto_iconv_arg1
14017_ACEOF
14018
14019 fi
14020
14021
252b5132
RH
14022all_targets=false
14023BUILD_NLMCONV=
14024NLMCONV_DEFS=
14025BUILD_SRCONV=
14026BUILD_DLLTOOL=
14027DLLTOOL_DEFS=
7aad4c3d 14028DLLTOOL_DEFAULT=
252b5132 14029BUILD_WINDRES=
692ed3e7 14030BUILD_WINDMC=
252b5132
RH
14031BUILD_DLLWRAP=
14032BUILD_MISC=
1d97d67f 14033BUILD_INSTALL_MISC=
8b1e6df3 14034OBJDUMP_DEFS=
6abcee90
TG
14035OBJDUMP_PRIVATE_VECTORS=
14036OBJDUMP_PRIVATE_OFILES=
14037od_vectors=
252b5132
RH
14038
14039for targ in $target $canon_targets
14040do
14041 if test "x$targ" = "xall"; then
14042 all_targets=true
14043 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14044 BUILD_SRCONV='$(SRCONV_PROG)'
14045 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 14046 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14047 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14048 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14049 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14050 if test -z "$DLLTOOL_DEFAULT"; then
14051 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14052 fi
14053 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14054 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14055 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132
RH
14056 else
14057 case $targ in
42ecbf5e 14058 i[3-7]86*-*-netware*)
252b5132
RH
14059 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14060 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14061 ;;
14062 alpha*-*-netware*)
14063 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14064 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14065 ;;
14066 powerpc*-*-netware*)
14067 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14068 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14069 ;;
14070 sparc*-*-netware*)
14071 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14072 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14073 ;;
14074 esac
6abcee90 14075
252b5132
RH
14076 case $targ in
14077 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14078 esac
6abcee90 14079
252b5132 14080 case $targ in
a8c548cb
NC
14081 arm-epoc-pe*)
14082 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14083 if test -z "$DLLTOOL_DEFAULT"; then
14084 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14085 fi
a8c548cb
NC
14086 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14087 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14088 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 14089 ;;
361dff73 14090 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14091 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14092 if test -z "$DLLTOOL_DEFAULT"; then
14093 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14094 fi
7148cc28
NC
14095 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14096 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14097 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14098 ;;
14099 arm-*-pe*)
252b5132 14100 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14101 if test -z "$DLLTOOL_DEFAULT"; then
14102 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14103 fi
252b5132
RH
14104 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14105 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14106 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14107 ;;
ee36d918 14108 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14109 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14110 if test -z "$DLLTOOL_DEFAULT"; then
14111 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14112 fi
99ad8390
NC
14113 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14114 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14115 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14116 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14117 ;;
80c7c40a 14118 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14119 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14120 if test -z "$DLLTOOL_DEFAULT"; then
14121 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14122 fi
252b5132
RH
14123 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14124 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14125 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 14126 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 14127 ;;
80c7c40a 14128 i[3-7]86-*-interix)
7a7b06ef 14129 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
14130 if test -z "$DLLTOOL_DEFAULT"; then
14131 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14132 fi
7a7b06ef
ILT
14133 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14134 ;;
f0660b73
NC
14135 powerpc*-aix5.[01])
14136 ;;
e5231592 14137 powerpc*-aix[5-9].*)
f0660b73
NC
14138 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14139 ;;
e1d5b1e7 14140 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 14141 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14142 if test -z "$DLLTOOL_DEFAULT"; then
14143 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14144 fi
252b5132
RH
14145 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14146 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14147 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14148 ;;
59678365 14149 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
14150 case "$BUILD_INSTALL_MISC" in
14151 *embedspu*) ;;
14152 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14153 esac
669a9a2a 14154 ;;
e1d5b1e7 14155 sh*-*-pe)
8a0e0f38 14156 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14157 if test -z "$DLLTOOL_DEFAULT"; then
14158 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14159 fi
8a0e0f38
NC
14160 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14161 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14162 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14163 ;;
cd14b966 14164 spu-*-*)
1d97d67f 14165 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 14166 ;;
e1d5b1e7 14167 mips*-*-pe)
8a0e0f38 14168 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14169 if test -z "$DLLTOOL_DEFAULT"; then
14170 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14171 fi
8a0e0f38
NC
14172 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14173 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14174 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14175 ;;
27a710e5 14176 mcore-*-pe)
661016bb 14177 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14178 if test -z "$DLLTOOL_DEFAULT"; then
14179 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14180 fi
661016bb
NC
14181 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14182 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14183 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14184 ;;
27a710e5 14185 mcore-*-elf)
661016bb 14186 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14187 if test -z "$DLLTOOL_DEFAULT"; then
14188 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14189 fi
661016bb 14190 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 14191 ;;
15ab5209
DB
14192 mep-*)
14193 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14194 ;;
252b5132 14195 esac
6abcee90
TG
14196
14197 # Add objdump private vectors.
14198 case $targ in
14199 powerpc-*-aix*)
c5012cd8
TG
14200 od_vectors="$od_vectors objdump_private_desc_xcoff"
14201 ;;
14202 *-*-darwin*)
14203 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
14204 ;;
14205 esac
252b5132
RH
14206 fi
14207done
14208
6abcee90
TG
14209# Uniq objdump private vector, build objdump target ofiles.
14210od_files=
14211f=""
14212for i in $od_vectors ; do
14213 case " $f " in
14214 *" $i "*) ;;
14215 *)
14216 f="$f $i"
14217 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14218 case $i in
14219 objdump_private_desc_xcoff)
14220 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
14221 objdump_private_desc_mach_o)
14222 od_files="$od_files od-macho" ;;
6abcee90
TG
14223 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14224 esac
14225 ;;
14226 esac
14227done
14228
14229# Uniq objdump target ofiles
14230f=""
14231for i in $od_files ; do
14232 case " $f " in
14233 *" $i "*) ;;
14234 *)
14235 f="$f $i"
14236 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14237 ;;
14238 esac
14239done
14240
7aad4c3d
L
14241DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14242
42ecbf5e
DJ
14243if test "${with_windres+set}" = set; then
14244 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14245fi
14246
692ed3e7
NC
14247if test "${with_windmc+set}" = set; then
14248 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14249fi
14250
6abcee90
TG
14251OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14252
14253
692ed3e7 14254
42ecbf5e
DJ
14255
14256
14257
14258
14259
14260
14261
14262
14263
14264
14265
1d97d67f 14266
42ecbf5e
DJ
14267cat >>confdefs.h <<_ACEOF
14268#define TARGET "${target}"
14269_ACEOF
14270
14271
14272targ=$target
14273. $srcdir/../bfd/config.bfd
14274if test "x$targ_underscore" = "xyes"; then
14275 UNDERSCORE=1
14276else
14277 UNDERSCORE=0
14278fi
14279
14280cat >>confdefs.h <<_ACEOF
14281#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14282_ACEOF
14283
14284
14285# Emulation
52fbfb5d
AM
14286targ=$target
14287. ${srcdir}/configure.tgt
14288EMULATION=$targ_emul
14289EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14290
14291
14292
14293
108a6f8e
CD
14294# Required for html and install-html
14295
14296
14297
14298
31dd3154 14299
81ecdfbb 14300ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14301
42ecbf5e
DJ
14302cat >confcache <<\_ACEOF
14303# This file is a shell script that caches the results of configure
14304# tests run on this system so they can be shared between configure
14305# scripts and configure runs, see configure's option --config-cache.
14306# It is not useful on other systems. If it contains results you don't
14307# want to keep, you may remove or edit it.
14308#
14309# config.status only pays attention to the cache file if you give it
14310# the --recheck option to rerun configure.
14311#
14312# `ac_cv_env_foo' variables (set or unset) will be overridden when
14313# loading this file, other *unset* `ac_cv_foo' will be assigned the
14314# following values.
14315
14316_ACEOF
14317
14318# The following way of writing the cache mishandles newlines in values,
14319# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14320# So, we kill variables containing newlines.
42ecbf5e
DJ
14321# Ultrix sh set writes to stderr and can't be redirected directly,
14322# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14323(
14324 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14325 eval ac_val=\$$ac_var
14326 case $ac_val in #(
14327 *${as_nl}*)
14328 case $ac_var in #(
14329 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14330$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14331 esac
14332 case $ac_var in #(
14333 _ | IFS | as_nl) ;; #(
14334 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14335 *) { eval $ac_var=; unset $ac_var;} ;;
14336 esac ;;
14337 esac
14338 done
14339
42ecbf5e 14340 (set) 2>&1 |
81ecdfbb
RW
14341 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14342 *${as_nl}ac_space=\ *)
14343 # `set' does not quote correctly, so add quotes: double-quote
14344 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14345 sed -n \
14346 "s/'/'\\\\''/g;
14347 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14348 ;; #(
42ecbf5e
DJ
14349 *)
14350 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14351 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14352 ;;
81ecdfbb
RW
14353 esac |
14354 sort
14355) |
42ecbf5e 14356 sed '
81ecdfbb 14357 /^ac_cv_env_/b end
42ecbf5e 14358 t clear
81ecdfbb 14359 :clear
42ecbf5e
DJ
14360 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14361 t end
81ecdfbb
RW
14362 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14363 :end' >>confcache
14364if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14365 if test -w "$cache_file"; then
14366 test "x$cache_file" != "x/dev/null" &&
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14368$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14369 cat confcache >$cache_file
14370 else
81ecdfbb
RW
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14372$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14373 fi
14374fi
14375rm -f confcache
14376
14377test "x$prefix" = xNONE && prefix=$ac_default_prefix
14378# Let make expand exec_prefix.
14379test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14380
42ecbf5e
DJ
14381DEFS=-DHAVE_CONFIG_H
14382
14383ac_libobjs=
14384ac_ltlibobjs=
14385for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14386 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14387 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14388 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14389 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14390 # will be set to the directory where LIBOBJS objects are built.
14391 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14392 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14393done
14394LIBOBJS=$ac_libobjs
14395
14396LTLIBOBJS=$ac_ltlibobjs
14397
14398
14399if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14400 as_fn_error "conditional \"AMDEP\" was never defined.
14401Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14402fi
14403if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14404 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14405Usually this means the macro was only invoked conditionally." "$LINENO" 5
14406fi
14407 if test -n "$EXEEXT"; then
14408 am__EXEEXT_TRUE=
14409 am__EXEEXT_FALSE='#'
14410else
14411 am__EXEEXT_TRUE='#'
14412 am__EXEEXT_FALSE=
42ecbf5e 14413fi
81ecdfbb 14414
42ecbf5e 14415if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14416 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14417Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14418fi
d5fbea21 14419if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14420 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14421Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14422fi
42ecbf5e
DJ
14423
14424: ${CONFIG_STATUS=./config.status}
81ecdfbb 14425ac_write_fail=0
42ecbf5e
DJ
14426ac_clean_files_save=$ac_clean_files
14427ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14428{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14429$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14430as_write_fail=0
14431cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14432#! $SHELL
14433# Generated by $as_me.
14434# Run this file to recreate the current configuration.
14435# Compiler output produced by configure, useful for debugging
14436# configure, is in config.log if it exists.
14437
14438debug=false
14439ac_cs_recheck=false
14440ac_cs_silent=false
252b5132 14441
81ecdfbb
RW
14442SHELL=\${CONFIG_SHELL-$SHELL}
14443export SHELL
14444_ASEOF
14445cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14446## -------------------- ##
14447## M4sh Initialization. ##
14448## -------------------- ##
252b5132 14449
81ecdfbb
RW
14450# Be more Bourne compatible
14451DUALCASE=1; export DUALCASE # for MKS sh
14452if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14453 emulate sh
14454 NULLCMD=:
81ecdfbb 14455 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14456 # is contrary to our usage. Disable this feature.
14457 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14458 setopt NO_GLOB_SUBST
14459else
14460 case `(set -o) 2>/dev/null` in #(
14461 *posix*) :
14462 set -o posix ;; #(
14463 *) :
14464 ;;
14465esac
42ecbf5e 14466fi
252b5132 14467
81ecdfbb
RW
14468
14469as_nl='
14470'
14471export as_nl
14472# Printing a long string crashes Solaris 7 /usr/bin/printf.
14473as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14474as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14475as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14476# Prefer a ksh shell builtin over an external printf program on Solaris,
14477# but without wasting forks for bash or zsh.
14478if test -z "$BASH_VERSION$ZSH_VERSION" \
14479 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14480 as_echo='print -r --'
14481 as_echo_n='print -rn --'
14482elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14483 as_echo='printf %s\n'
14484 as_echo_n='printf %s'
14485else
14486 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14487 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14488 as_echo_n='/usr/ucb/echo -n'
14489 else
14490 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14491 as_echo_n_body='eval
14492 arg=$1;
14493 case $arg in #(
14494 *"$as_nl"*)
14495 expr "X$arg" : "X\\(.*\\)$as_nl";
14496 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14497 esac;
14498 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14499 '
14500 export as_echo_n_body
14501 as_echo_n='sh -c $as_echo_n_body as_echo'
14502 fi
14503 export as_echo_body
14504 as_echo='sh -c $as_echo_body as_echo'
14505fi
14506
14507# The user is always right.
14508if test "${PATH_SEPARATOR+set}" != set; then
14509 PATH_SEPARATOR=:
14510 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14511 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14512 PATH_SEPARATOR=';'
14513 }
42ecbf5e 14514fi
252b5132
RH
14515
14516
81ecdfbb
RW
14517# IFS
14518# We need space, tab and new line, in precisely that order. Quoting is
14519# there to prevent editors from complaining about space-tab.
14520# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14521# splitting by setting IFS to empty value.)
14522IFS=" "" $as_nl"
14523
14524# Find who we are. Look in the path if we contain no directory separator.
14525case $0 in #((
14526 *[\\/]* ) as_myself=$0 ;;
14527 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14528for as_dir in $PATH
14529do
14530 IFS=$as_save_IFS
14531 test -z "$as_dir" && as_dir=.
14532 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14533 done
14534IFS=$as_save_IFS
14535
14536 ;;
14537esac
14538# We did not find ourselves, most probably we were run as `sh COMMAND'
14539# in which case we are not to be found in the path.
14540if test "x$as_myself" = x; then
14541 as_myself=$0
14542fi
14543if test ! -f "$as_myself"; then
14544 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14545 exit 1
14546fi
14547
14548# Unset variables that we do not need and which cause bugs (e.g. in
14549# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14550# suppresses any "Segmentation fault" message there. '((' could
14551# trigger a bug in pdksh 5.2.14.
14552for as_var in BASH_ENV ENV MAIL MAILPATH
14553do eval test x\${$as_var+set} = xset \
14554 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14555done
42ecbf5e
DJ
14556PS1='$ '
14557PS2='> '
14558PS4='+ '
252b5132 14559
42ecbf5e 14560# NLS nuisances.
81ecdfbb
RW
14561LC_ALL=C
14562export LC_ALL
14563LANGUAGE=C
14564export LANGUAGE
14565
14566# CDPATH.
14567(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14568
14569
14570# as_fn_error ERROR [LINENO LOG_FD]
14571# ---------------------------------
14572# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14573# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14574# script with status $?, using 1 if that was 0.
14575as_fn_error ()
14576{
14577 as_status=$?; test $as_status -eq 0 && as_status=1
14578 if test "$3"; then
14579 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14580 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14581 fi
81ecdfbb
RW
14582 $as_echo "$as_me: error: $1" >&2
14583 as_fn_exit $as_status
14584} # as_fn_error
14585
14586
14587# as_fn_set_status STATUS
14588# -----------------------
14589# Set $? to STATUS, without forking.
14590as_fn_set_status ()
14591{
14592 return $1
14593} # as_fn_set_status
14594
14595# as_fn_exit STATUS
14596# -----------------
14597# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14598as_fn_exit ()
14599{
14600 set +e
14601 as_fn_set_status $1
14602 exit $1
14603} # as_fn_exit
14604
14605# as_fn_unset VAR
14606# ---------------
14607# Portably unset VAR.
14608as_fn_unset ()
14609{
14610 { eval $1=; unset $1;}
14611}
14612as_unset=as_fn_unset
14613# as_fn_append VAR VALUE
14614# ----------------------
14615# Append the text in VALUE to the end of the definition contained in VAR. Take
14616# advantage of any shell optimizations that allow amortized linear growth over
14617# repeated appends, instead of the typical quadratic growth present in naive
14618# implementations.
14619if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14620 eval 'as_fn_append ()
14621 {
14622 eval $1+=\$2
14623 }'
14624else
14625 as_fn_append ()
14626 {
14627 eval $1=\$$1\$2
14628 }
14629fi # as_fn_append
14630
14631# as_fn_arith ARG...
14632# ------------------
14633# Perform arithmetic evaluation on the ARGs, and store the result in the
14634# global $as_val. Take advantage of shells that can avoid forks. The arguments
14635# must be portable across $(()) and expr.
14636if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14637 eval 'as_fn_arith ()
14638 {
14639 as_val=$(( $* ))
14640 }'
14641else
14642 as_fn_arith ()
14643 {
14644 as_val=`expr "$@" || test $? -eq 1`
14645 }
14646fi # as_fn_arith
14647
252b5132 14648
81ecdfbb
RW
14649if expr a : '\(a\)' >/dev/null 2>&1 &&
14650 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14651 as_expr=expr
14652else
14653 as_expr=false
14654fi
252b5132 14655
81ecdfbb 14656if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
14657 as_basename=basename
14658else
14659 as_basename=false
14660fi
252b5132 14661
81ecdfbb
RW
14662if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14663 as_dirname=dirname
14664else
14665 as_dirname=false
14666fi
8b1e6df3 14667
81ecdfbb 14668as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
14669$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14670 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14671 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14672$as_echo X/"$0" |
14673 sed '/^.*\/\([^/][^/]*\)\/*$/{
14674 s//\1/
14675 q
14676 }
14677 /^X\/\(\/\/\)$/{
14678 s//\1/
14679 q
14680 }
14681 /^X\/\(\/\).*/{
14682 s//\1/
14683 q
14684 }
14685 s/.*/./; q'`
0218d1e4 14686
42ecbf5e
DJ
14687# Avoid depending upon Character Ranges.
14688as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14689as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14690as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14691as_cr_digits='0123456789'
14692as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 14693
81ecdfbb
RW
14694ECHO_C= ECHO_N= ECHO_T=
14695case `echo -n x` in #(((((
14696-n*)
14697 case `echo 'xy\c'` in
14698 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14699 xy) ECHO_C='\c';;
14700 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14701 ECHO_T=' ';;
14702 esac;;
14703*)
14704 ECHO_N='-n';;
42ecbf5e 14705esac
eb1e0e80 14706
81ecdfbb
RW
14707rm -f conf$$ conf$$.exe conf$$.file
14708if test -d conf$$.dir; then
14709 rm -f conf$$.dir/conf$$.file
d15b04bd 14710else
81ecdfbb
RW
14711 rm -f conf$$.dir
14712 mkdir conf$$.dir 2>/dev/null
42ecbf5e 14713fi
81ecdfbb
RW
14714if (echo >conf$$.file) 2>/dev/null; then
14715 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 14716 as_ln_s='ln -s'
81ecdfbb
RW
14717 # ... but there are two gotchas:
14718 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14719 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14720 # In both cases, we have to default to `cp -p'.
14721 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14722 as_ln_s='cp -p'
14723 elif ln conf$$.file conf$$ 2>/dev/null; then
14724 as_ln_s=ln
14725 else
14726 as_ln_s='cp -p'
252b5132 14727 fi
42ecbf5e
DJ
14728else
14729 as_ln_s='cp -p'
252b5132 14730fi
81ecdfbb
RW
14731rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14732rmdir conf$$.dir 2>/dev/null
14733
14734
14735# as_fn_mkdir_p
14736# -------------
14737# Create "$as_dir" as a directory, including parents if necessary.
14738as_fn_mkdir_p ()
14739{
14740
14741 case $as_dir in #(
14742 -*) as_dir=./$as_dir;;
14743 esac
14744 test -d "$as_dir" || eval $as_mkdir_p || {
14745 as_dirs=
14746 while :; do
14747 case $as_dir in #(
14748 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14749 *) as_qdir=$as_dir;;
14750 esac
14751 as_dirs="'$as_qdir' $as_dirs"
14752 as_dir=`$as_dirname -- "$as_dir" ||
14753$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14754 X"$as_dir" : 'X\(//\)[^/]' \| \
14755 X"$as_dir" : 'X\(//\)$' \| \
14756 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14757$as_echo X"$as_dir" |
14758 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14759 s//\1/
14760 q
14761 }
14762 /^X\(\/\/\)[^/].*/{
14763 s//\1/
14764 q
14765 }
14766 /^X\(\/\/\)$/{
14767 s//\1/
14768 q
14769 }
14770 /^X\(\/\).*/{
14771 s//\1/
14772 q
14773 }
14774 s/.*/./; q'`
14775 test -d "$as_dir" && break
14776 done
14777 test -z "$as_dirs" || eval "mkdir $as_dirs"
14778 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14779
252b5132 14780
81ecdfbb 14781} # as_fn_mkdir_p
42ecbf5e 14782if mkdir -p . 2>/dev/null; then
81ecdfbb 14783 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
14784else
14785 test -d ./-p && rmdir ./-p
14786 as_mkdir_p=false
14787fi
81ecdfbb
RW
14788
14789if test -x / >/dev/null 2>&1; then
14790 as_test_x='test -x'
14791else
14792 if ls -dL / >/dev/null 2>&1; then
14793 as_ls_L_option=L
14794 else
14795 as_ls_L_option=
14796 fi
14797 as_test_x='
14798 eval sh -c '\''
14799 if test -d "$1"; then
14800 test -d "$1/.";
14801 else
14802 case $1 in #(
14803 -*)set "./$1";;
14804 esac;
14805 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14806 ???[sx]*):;;*)false;;esac;fi
14807 '\'' sh
14808 '
14809fi
14810as_executable_p=$as_test_x
252b5132 14811
42ecbf5e
DJ
14812# Sed expression to map a string onto a valid CPP name.
14813as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14814
14815# Sed expression to map a string onto a valid variable name.
14816as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14817
14818
42ecbf5e 14819exec 6>&1
81ecdfbb
RW
14820## ----------------------------------- ##
14821## Main body of $CONFIG_STATUS script. ##
14822## ----------------------------------- ##
14823_ASEOF
14824test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 14825
81ecdfbb
RW
14826cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14827# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 14828# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14829# values after options handling.
14830ac_log="
2e98a7bd 14831This file was extended by binutils $as_me 2.24.51, which was
81ecdfbb 14832generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
14833
14834 CONFIG_FILES = $CONFIG_FILES
14835 CONFIG_HEADERS = $CONFIG_HEADERS
14836 CONFIG_LINKS = $CONFIG_LINKS
14837 CONFIG_COMMANDS = $CONFIG_COMMANDS
14838 $ $0 $@
14839
81ecdfbb
RW
14840on `(hostname || uname -n) 2>/dev/null | sed 1q`
14841"
14842
42ecbf5e
DJ
14843_ACEOF
14844
81ecdfbb
RW
14845case $ac_config_files in *"
14846"*) set x $ac_config_files; shift; ac_config_files=$*;;
14847esac
252b5132 14848
81ecdfbb
RW
14849case $ac_config_headers in *"
14850"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14851esac
e5a52504
MM
14852
14853
81ecdfbb
RW
14854cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14855# Files that config.status was made for.
14856config_files="$ac_config_files"
14857config_headers="$ac_config_headers"
14858config_commands="$ac_config_commands"
d15b04bd 14859
81ecdfbb 14860_ACEOF
42ecbf5e 14861
81ecdfbb 14862cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 14863ac_cs_usage="\
81ecdfbb
RW
14864\`$as_me' instantiates files and other configuration actions
14865from templates according to the current configuration. Unless the files
14866and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 14867
81ecdfbb 14868Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
14869
14870 -h, --help print this help, then exit
81ecdfbb
RW
14871 -V, --version print version number and configuration settings, then exit
14872 -q, --quiet, --silent
14873 do not print progress messages
42ecbf5e
DJ
14874 -d, --debug don't remove temporary files
14875 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14876 --file=FILE[:TEMPLATE]
14877 instantiate the configuration file FILE
14878 --header=FILE[:TEMPLATE]
14879 instantiate the configuration header FILE
42ecbf5e
DJ
14880
14881Configuration files:
14882$config_files
14883
14884Configuration headers:
14885$config_headers
14886
14887Configuration commands:
14888$config_commands
14889
81ecdfbb 14890Report bugs to the package provider."
42ecbf5e 14891
81ecdfbb
RW
14892_ACEOF
14893cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 14894ac_cs_version="\\
2e98a7bd 14895binutils config.status 2.24.51
81ecdfbb
RW
14896configured by $0, generated by GNU Autoconf 2.64,
14897 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 14898
81ecdfbb 14899Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
14900This config.status script is free software; the Free Software Foundation
14901gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14902
14903ac_pwd='$ac_pwd'
14904srcdir='$srcdir'
14905INSTALL='$INSTALL'
14906MKDIR_P='$MKDIR_P'
14907AWK='$AWK'
14908test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
14909_ACEOF
14910
81ecdfbb
RW
14911cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14912# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
14913ac_need_defaults=:
14914while test $# != 0
14915do
14916 case $1 in
14917 --*=*)
81ecdfbb
RW
14918 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14919 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
14920 ac_shift=:
14921 ;;
81ecdfbb 14922 *)
42ecbf5e
DJ
14923 ac_option=$1
14924 ac_optarg=$2
14925 ac_shift=shift
14926 ;;
42ecbf5e
DJ
14927 esac
14928
14929 case $ac_option in
14930 # Handling of the options.
42ecbf5e
DJ
14931 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14932 ac_cs_recheck=: ;;
81ecdfbb
RW
14933 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14934 $as_echo "$ac_cs_version"; exit ;;
14935 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
14936 debug=: ;;
14937 --file | --fil | --fi | --f )
14938 $ac_shift
81ecdfbb
RW
14939 case $ac_optarg in
14940 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14941 esac
14942 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
14943 ac_need_defaults=false;;
14944 --header | --heade | --head | --hea )
14945 $ac_shift
81ecdfbb
RW
14946 case $ac_optarg in
14947 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14948 esac
14949 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 14950 ac_need_defaults=false;;
81ecdfbb
RW
14951 --he | --h)
14952 # Conflict between --help and --header
14953 as_fn_error "ambiguous option: \`$1'
14954Try \`$0 --help' for more information.";;
14955 --help | --hel | -h )
14956 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
14957 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14958 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14959 ac_cs_silent=: ;;
14960
14961 # This is an error.
81ecdfbb
RW
14962 -*) as_fn_error "unrecognized option: \`$1'
14963Try \`$0 --help' for more information." ;;
42ecbf5e 14964
81ecdfbb
RW
14965 *) as_fn_append ac_config_targets " $1"
14966 ac_need_defaults=false ;;
42ecbf5e
DJ
14967
14968 esac
14969 shift
14970done
14971
14972ac_configure_extra_args=
14973
14974if $ac_cs_silent; then
14975 exec 6>/dev/null
14976 ac_configure_extra_args="$ac_configure_extra_args --silent"
14977fi
14978
14979_ACEOF
81ecdfbb 14980cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 14981if \$ac_cs_recheck; then
81ecdfbb
RW
14982 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14983 shift
14984 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14985 CONFIG_SHELL='$SHELL'
14986 export CONFIG_SHELL
14987 exec "\$@"
42ecbf5e
DJ
14988fi
14989
14990_ACEOF
81ecdfbb
RW
14991cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14992exec 5>>config.log
14993{
14994 echo
14995 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14996## Running $as_me. ##
14997_ASBOX
14998 $as_echo "$ac_log"
14999} >&5
42ecbf5e 15000
81ecdfbb
RW
15001_ACEOF
15002cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15003#
81ecdfbb 15004# INIT-COMMANDS
d15b04bd 15005#
42ecbf5e 15006AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15007
15008
15009# The HP-UX ksh and POSIX shell print the target directory to stdout
15010# if CDPATH is set.
15011(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15012
15013sed_quote_subst='$sed_quote_subst'
15014double_quote_subst='$double_quote_subst'
15015delay_variable_subst='$delay_variable_subst'
3725885a
RW
15016macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15017macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15018enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15019enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15020pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15021enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15022SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15023ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15024host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15025host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15026host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15027build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15028build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15029build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15030SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15031Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15032GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15033EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15034FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15035LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15036NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15037LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15038max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15039ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15040exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15041lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15042lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15043lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15044reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15045reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15046OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15047deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15048file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15049AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15050AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15051STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15052RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15053old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15054old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15055old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15056lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15057CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15058CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15059compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15060GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15061lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15062lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15063lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15064lt_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"`'
15065objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15066MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15067lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15068lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15069lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15070lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15071lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15072need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15073DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15074NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15075LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15076OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15077OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15078libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15079shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15080extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15081archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15082enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15083export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15084whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15085compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15086old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15087old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15088archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15089archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15090module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15091module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15092with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15093allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15094no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15095hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15096hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15097hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15098hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15099hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15100hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15101hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15102hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15103inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15104link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15105fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15106always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15107export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15108exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15109include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15110prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15111file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15112variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15113need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15114need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15115version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15116runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15117shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15118shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15119libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15120library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15121soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15122install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15123postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15124postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15125finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15126finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15127hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15128sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15129sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15130hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15131enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15132enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15133enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15134old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15135striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15136
15137LTCC='$LTCC'
15138LTCFLAGS='$LTCFLAGS'
15139compiler='$compiler_DEFAULT'
15140
3725885a
RW
15141# A function that is used when there is no print builtin or printf.
15142func_fallback_echo ()
15143{
15144 eval 'cat <<_LTECHO_EOF
15145\$1
15146_LTECHO_EOF'
15147}
15148
d7040cdb 15149# Quote evaled strings.
3725885a
RW
15150for var in SHELL \
15151ECHO \
15152SED \
d7040cdb
SE
15153GREP \
15154EGREP \
15155FGREP \
15156LD \
15157NM \
15158LN_S \
15159lt_SP2NL \
15160lt_NL2SP \
15161reload_flag \
718a6fd8 15162OBJDUMP \
d7040cdb
SE
15163deplibs_check_method \
15164file_magic_cmd \
15165AR \
15166AR_FLAGS \
15167STRIP \
15168RANLIB \
15169CC \
15170CFLAGS \
15171compiler \
15172lt_cv_sys_global_symbol_pipe \
15173lt_cv_sys_global_symbol_to_cdecl \
15174lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15175lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15176lt_prog_compiler_no_builtin_flag \
df7b86aa 15177lt_prog_compiler_wl \
f2c621e4 15178lt_prog_compiler_pic \
d7040cdb
SE
15179lt_prog_compiler_static \
15180lt_cv_prog_compiler_c_o \
15181need_locks \
718a6fd8
SE
15182DSYMUTIL \
15183NMEDIT \
15184LIPO \
15185OTOOL \
15186OTOOL64 \
d7040cdb
SE
15187shrext_cmds \
15188export_dynamic_flag_spec \
15189whole_archive_flag_spec \
15190compiler_needs_object \
15191with_gnu_ld \
15192allow_undefined_flag \
15193no_undefined_flag \
15194hardcode_libdir_flag_spec \
15195hardcode_libdir_flag_spec_ld \
15196hardcode_libdir_separator \
f2c621e4 15197fix_srcfile_path \
d7040cdb
SE
15198exclude_expsyms \
15199include_expsyms \
15200file_list_spec \
15201variables_saved_for_relink \
15202libname_spec \
15203library_names_spec \
15204soname_spec \
3725885a 15205install_override_mode \
d7040cdb
SE
15206finish_eval \
15207old_striplib \
15208striplib; do
3725885a 15209 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15210 *[\\\\\\\`\\"\\\$]*)
3725885a 15211 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15212 ;;
15213 *)
15214 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15215 ;;
15216 esac
15217done
15218
15219# Double-quote double-evaled strings.
15220for var in reload_cmds \
15221old_postinstall_cmds \
15222old_postuninstall_cmds \
15223old_archive_cmds \
15224extract_expsyms_cmds \
15225old_archive_from_new_cmds \
15226old_archive_from_expsyms_cmds \
15227archive_cmds \
15228archive_expsym_cmds \
15229module_cmds \
15230module_expsym_cmds \
15231export_symbols_cmds \
15232prelink_cmds \
15233postinstall_cmds \
15234postuninstall_cmds \
15235finish_cmds \
15236sys_lib_search_path_spec \
15237sys_lib_dlsearch_path_spec; do
3725885a 15238 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15239 *[\\\\\\\`\\"\\\$]*)
3725885a 15240 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15241 ;;
15242 *)
15243 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15244 ;;
15245 esac
15246done
15247
d7040cdb
SE
15248ac_aux_dir='$ac_aux_dir'
15249xsi_shell='$xsi_shell'
15250lt_shell_append='$lt_shell_append'
15251
15252# See if we are running on zsh, and set the options which allow our
15253# commands through without removal of \ escapes INIT.
15254if test -n "\${ZSH_VERSION+set}" ; then
15255 setopt NO_GLOB_SUBST
15256fi
15257
15258
15259 PACKAGE='$PACKAGE'
15260 VERSION='$VERSION'
15261 TIMESTAMP='$TIMESTAMP'
15262 RM='$RM'
15263 ofile='$ofile'
15264
15265
15266
20e95c23
DJ
15267# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15268 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15269 # from automake.
15270 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15271 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15272 LINGUAS="${LINGUAS-%UNSET%}"
15273
42ecbf5e
DJ
15274
15275_ACEOF
15276
81ecdfbb 15277cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15278
81ecdfbb 15279# Handling of arguments.
42ecbf5e 15280for ac_config_target in $ac_config_targets
252b5132 15281do
81ecdfbb
RW
15282 case $ac_config_target in
15283 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15284 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15285 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15286 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15287 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15288 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15289 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15290
15291 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15292 esac
252b5132
RH
15293done
15294
81ecdfbb 15295
42ecbf5e
DJ
15296# If the user did not use the arguments to specify the items to instantiate,
15297# then the envvar interface is used. Set only those that are not.
15298# We use the long form for the default assignment because of an extremely
15299# bizarre bug on SunOS 4.1.3.
15300if $ac_need_defaults; then
15301 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15302 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15303 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15304fi
15305
15306# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15307# simply because there is no reason against having it here, and in addition,
42ecbf5e 15308# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15309# Hook for its removal unless debugging.
15310# Note that there is a small window in which the directory will not be cleaned:
15311# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15312$debug ||
15313{
81ecdfbb
RW
15314 tmp=
15315 trap 'exit_status=$?
15316 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15317' 0
15318 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15319}
42ecbf5e 15320# Create a (secure) tmp directory for tmp files.
e5a52504 15321
42ecbf5e 15322{
81ecdfbb 15323 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15324 test -n "$tmp" && test -d "$tmp"
15325} ||
15326{
81ecdfbb
RW
15327 tmp=./conf$$-$RANDOM
15328 (umask 077 && mkdir "$tmp")
15329} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15330
15331# Set up the scripts for CONFIG_FILES section.
15332# No need to generate them if there are no CONFIG_FILES.
15333# This happens for instance with `./config.status config.h'.
15334if test -n "$CONFIG_FILES"; then
15335
15336
15337ac_cr=`echo X | tr X '\015'`
15338# On cygwin, bash can eat \r inside `` if the user requested igncr.
15339# But we know of no other shell where ac_cr would be empty at this
15340# point, so we can use a bashism as a fallback.
15341if test "x$ac_cr" = x; then
15342 eval ac_cr=\$\'\\r\'
15343fi
15344ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15345if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15346 ac_cs_awk_cr='\r'
15347else
15348 ac_cs_awk_cr=$ac_cr
15349fi
15350
15351echo 'BEGIN {' >"$tmp/subs1.awk" &&
15352_ACEOF
15353
15354
15355{
15356 echo "cat >conf$$subs.awk <<_ACEOF" &&
15357 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15358 echo "_ACEOF"
15359} >conf$$subs.sh ||
15360 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15361ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15362ac_delim='%!_!# '
15363for ac_last_try in false false false false false :; do
15364 . ./conf$$subs.sh ||
15365 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15366
15367 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15368 if test $ac_delim_n = $ac_delim_num; then
15369 break
15370 elif $ac_last_try; then
15371 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15372 else
15373 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15374 fi
15375done
15376rm -f conf$$subs.sh
15377
15378cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15379cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15380_ACEOF
15381sed -n '
15382h
15383s/^/S["/; s/!.*/"]=/
15384p
15385g
15386s/^[^!]*!//
15387:repl
15388t repl
15389s/'"$ac_delim"'$//
15390t delim
15391:nl
15392h
15393s/\(.\{148\}\).*/\1/
15394t more1
15395s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15396p
15397n
15398b repl
15399:more1
15400s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15401p
15402g
15403s/.\{148\}//
15404t nl
15405:delim
15406h
15407s/\(.\{148\}\).*/\1/
15408t more2
15409s/["\\]/\\&/g; s/^/"/; s/$/"/
15410p
15411b
15412:more2
15413s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15414p
15415g
15416s/.\{148\}//
15417t delim
15418' <conf$$subs.awk | sed '
15419/^[^""]/{
15420 N
15421 s/\n//
15422}
15423' >>$CONFIG_STATUS || ac_write_fail=1
15424rm -f conf$$subs.awk
15425cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15426_ACAWK
15427cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15428 for (key in S) S_is_set[key] = 1
15429 FS = "\a"
15430
15431}
42ecbf5e 15432{
81ecdfbb
RW
15433 line = $ 0
15434 nfields = split(line, field, "@")
15435 substed = 0
15436 len = length(field[1])
15437 for (i = 2; i < nfields; i++) {
15438 key = field[i]
15439 keylen = length(key)
15440 if (S_is_set[key]) {
15441 value = S[key]
15442 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15443 len += length(value) + length(field[++i])
15444 substed = 1
15445 } else
15446 len += 1 + keylen
15447 }
15448
15449 print line
42ecbf5e
DJ
15450}
15451
81ecdfbb
RW
15452_ACAWK
15453_ACEOF
15454cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15455if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15456 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15457else
15458 cat
15459fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15460 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15461_ACEOF
15462
81ecdfbb
RW
15463# VPATH may cause trouble with some makes, so we remove $(srcdir),
15464# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15465# trailing colons and then remove the whole line if VPATH becomes empty
15466# (actually we leave an empty line to preserve line numbers).
15467if test "x$srcdir" = x.; then
15468 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15469s/:*\$(srcdir):*/:/
15470s/:*\${srcdir}:*/:/
15471s/:*@srcdir@:*/:/
15472s/^\([^=]*=[ ]*\):*/\1/
15473s/:*$//
15474s/^[^=]*=[ ]*$//
15475}'
15476fi
e5a52504 15477
81ecdfbb
RW
15478cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15479fi # test -n "$CONFIG_FILES"
252b5132 15480
81ecdfbb
RW
15481# Set up the scripts for CONFIG_HEADERS section.
15482# No need to generate them if there are no CONFIG_HEADERS.
15483# This happens for instance with `./config.status Makefile'.
15484if test -n "$CONFIG_HEADERS"; then
15485cat >"$tmp/defines.awk" <<\_ACAWK ||
15486BEGIN {
42ecbf5e
DJ
15487_ACEOF
15488
81ecdfbb
RW
15489# Transform confdefs.h into an awk script `defines.awk', embedded as
15490# here-document in config.status, that substitutes the proper values into
15491# config.h.in to produce config.h.
15492
15493# Create a delimiter string that does not exist in confdefs.h, to ease
15494# handling of long lines.
15495ac_delim='%!_!# '
15496for ac_last_try in false false :; do
15497 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15498 if test -z "$ac_t"; then
15499 break
15500 elif $ac_last_try; then
15501 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15502 else
15503 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15504 fi
81ecdfbb 15505done
252b5132 15506
81ecdfbb
RW
15507# For the awk script, D is an array of macro values keyed by name,
15508# likewise P contains macro parameters if any. Preserve backslash
15509# newline sequences.
15510
15511ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15512sed -n '
15513s/.\{148\}/&'"$ac_delim"'/g
15514t rset
15515:rset
15516s/^[ ]*#[ ]*define[ ][ ]*/ /
15517t def
15518d
15519:def
15520s/\\$//
15521t bsnl
15522s/["\\]/\\&/g
15523s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15524D["\1"]=" \3"/p
15525s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15526d
15527:bsnl
15528s/["\\]/\\&/g
15529s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15530D["\1"]=" \3\\\\\\n"\\/p
15531t cont
15532s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15533t cont
15534d
15535:cont
15536n
15537s/.\{148\}/&'"$ac_delim"'/g
15538t clear
15539:clear
15540s/\\$//
15541t bsnlc
15542s/["\\]/\\&/g; s/^/"/; s/$/"/p
15543d
15544:bsnlc
15545s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15546b cont
15547' <confdefs.h | sed '
15548s/'"$ac_delim"'/"\\\
15549"/g' >>$CONFIG_STATUS || ac_write_fail=1
15550
15551cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15552 for (key in D) D_is_set[key] = 1
15553 FS = "\a"
15554}
15555/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15556 line = \$ 0
15557 split(line, arg, " ")
15558 if (arg[1] == "#") {
15559 defundef = arg[2]
15560 mac1 = arg[3]
15561 } else {
15562 defundef = substr(arg[1], 2)
15563 mac1 = arg[2]
15564 }
15565 split(mac1, mac2, "(") #)
15566 macro = mac2[1]
15567 prefix = substr(line, 1, index(line, defundef) - 1)
15568 if (D_is_set[macro]) {
15569 # Preserve the white space surrounding the "#".
15570 print prefix "define", macro P[macro] D[macro]
15571 next
15572 } else {
15573 # Replace #undef with comments. This is necessary, for example,
15574 # in the case of _POSIX_SOURCE, which is predefined and required
15575 # on some systems where configure will not decide to define it.
15576 if (defundef == "undef") {
15577 print "/*", prefix defundef, macro, "*/"
15578 next
15579 }
15580 }
15581}
15582{ print }
15583_ACAWK
42ecbf5e 15584_ACEOF
81ecdfbb
RW
15585cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15586 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15587fi # test -n "$CONFIG_HEADERS"
15588
15589
15590eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15591shift
15592for ac_tag
15593do
15594 case $ac_tag in
15595 :[FHLC]) ac_mode=$ac_tag; continue;;
15596 esac
15597 case $ac_mode$ac_tag in
15598 :[FHL]*:*);;
15599 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15600 :[FH]-) ac_tag=-:-;;
15601 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15602 esac
15603 ac_save_IFS=$IFS
15604 IFS=:
15605 set x $ac_tag
15606 IFS=$ac_save_IFS
15607 shift
15608 ac_file=$1
15609 shift
15610
15611 case $ac_mode in
15612 :L) ac_source=$1;;
15613 :[FH])
15614 ac_file_inputs=
15615 for ac_f
15616 do
15617 case $ac_f in
15618 -) ac_f="$tmp/stdin";;
15619 *) # Look for the file first in the build tree, then in the source tree
15620 # (if the path is not absolute). The absolute path cannot be DOS-style,
15621 # because $ac_f cannot contain `:'.
15622 test -f "$ac_f" ||
15623 case $ac_f in
15624 [\\/$]*) false;;
15625 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15626 esac ||
15627 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15628 esac
15629 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15630 as_fn_append ac_file_inputs " '$ac_f'"
15631 done
15632
15633 # Let's still pretend it is `configure' which instantiates (i.e., don't
15634 # use $as_me), people would be surprised to read:
15635 # /* config.h. Generated by config.status. */
15636 configure_input='Generated from '`
15637 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15638 `' by configure.'
15639 if test x"$ac_file" != x-; then
15640 configure_input="$ac_file. $configure_input"
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15642$as_echo "$as_me: creating $ac_file" >&6;}
15643 fi
15644 # Neutralize special characters interpreted by sed in replacement strings.
15645 case $configure_input in #(
15646 *\&* | *\|* | *\\* )
15647 ac_sed_conf_input=`$as_echo "$configure_input" |
15648 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15649 *) ac_sed_conf_input=$configure_input;;
15650 esac
15651
15652 case $ac_tag in
15653 *:-:* | *:-) cat >"$tmp/stdin" \
15654 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15655 esac
15656 ;;
252b5132
RH
15657 esac
15658
81ecdfbb 15659 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
15660$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15661 X"$ac_file" : 'X\(//\)[^/]' \| \
15662 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15663 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15664$as_echo X"$ac_file" |
15665 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15666 s//\1/
15667 q
15668 }
15669 /^X\(\/\/\)[^/].*/{
15670 s//\1/
15671 q
15672 }
15673 /^X\(\/\/\)$/{
15674 s//\1/
15675 q
15676 }
15677 /^X\(\/\).*/{
15678 s//\1/
15679 q
15680 }
15681 s/.*/./; q'`
15682 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 15683 ac_builddir=.
e5a52504 15684
81ecdfbb
RW
15685case "$ac_dir" in
15686.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15687*)
15688 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15689 # A ".." for each directory in $ac_dir_suffix.
15690 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15691 case $ac_top_builddir_sub in
15692 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15693 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15694 esac ;;
15695esac
15696ac_abs_top_builddir=$ac_pwd
15697ac_abs_builddir=$ac_pwd$ac_dir_suffix
15698# for backward compatibility:
15699ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
15700
15701case $srcdir in
81ecdfbb 15702 .) # We are building in place.
42ecbf5e 15703 ac_srcdir=.
81ecdfbb
RW
15704 ac_top_srcdir=$ac_top_builddir_sub
15705 ac_abs_top_srcdir=$ac_pwd ;;
15706 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 15707 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15708 ac_top_srcdir=$srcdir
15709 ac_abs_top_srcdir=$srcdir ;;
15710 *) # Relative name.
15711 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15712 ac_top_srcdir=$ac_top_build_prefix$srcdir
15713 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 15714esac
81ecdfbb 15715ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15716
e5a52504 15717
81ecdfbb
RW
15718 case $ac_mode in
15719 :F)
15720 #
15721 # CONFIG_FILE
15722 #
42ecbf5e
DJ
15723
15724 case $INSTALL in
15725 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15726 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15727 esac
15728 ac_MKDIR_P=$MKDIR_P
15729 case $MKDIR_P in
15730 [\\/$]* | ?:[\\/]* ) ;;
15731 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 15732 esac
81ecdfbb 15733_ACEOF
e5a52504 15734
81ecdfbb
RW
15735cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15736# If the template does not know about datarootdir, expand it.
15737# FIXME: This hack should be removed a few years after 2.60.
15738ac_datarootdir_hack=; ac_datarootdir_seen=
15739ac_sed_dataroot='
15740/datarootdir/ {
15741 p
15742 q
15743}
15744/@datadir@/p
15745/@docdir@/p
15746/@infodir@/p
15747/@localedir@/p
15748/@mandir@/p'
15749case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15750*datarootdir*) ac_datarootdir_seen=yes;;
15751*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15753$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15754_ACEOF
15755cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15756 ac_datarootdir_hack='
15757 s&@datadir@&$datadir&g
15758 s&@docdir@&$docdir&g
15759 s&@infodir@&$infodir&g
15760 s&@localedir@&$localedir&g
15761 s&@mandir@&$mandir&g
15762 s&\\\${datarootdir}&$datarootdir&g' ;;
15763esac
42ecbf5e 15764_ACEOF
81ecdfbb
RW
15765
15766# Neutralize VPATH when `$srcdir' = `.'.
15767# Shell code in configure.ac might set extrasub.
15768# FIXME: do we really want to maintain this feature?
15769cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15770ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
15771$extrasub
15772_ACEOF
81ecdfbb 15773cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
15774:t
15775/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15776s|@configure_input@|$ac_sed_conf_input|;t t
15777s&@top_builddir@&$ac_top_builddir_sub&;t t
15778s&@top_build_prefix@&$ac_top_build_prefix&;t t
15779s&@srcdir@&$ac_srcdir&;t t
15780s&@abs_srcdir@&$ac_abs_srcdir&;t t
15781s&@top_srcdir@&$ac_top_srcdir&;t t
15782s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15783s&@builddir@&$ac_builddir&;t t
15784s&@abs_builddir@&$ac_abs_builddir&;t t
15785s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15786s&@INSTALL@&$ac_INSTALL&;t t
15787s&@MKDIR_P@&$ac_MKDIR_P&;t t
15788$ac_datarootdir_hack
15789"
15790eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15791 || as_fn_error "could not create $ac_file" "$LINENO" 5
15792
15793test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15794 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15795 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15797which seems to be undefined. Please make sure it is defined." >&5
15798$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15799which seems to be undefined. Please make sure it is defined." >&2;}
15800
15801 rm -f "$tmp/stdin"
42ecbf5e 15802 case $ac_file in
81ecdfbb
RW
15803 -) cat "$tmp/out" && rm -f "$tmp/out";;
15804 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15805 esac \
15806 || as_fn_error "could not create $ac_file" "$LINENO" 5
15807 ;;
15808 :H)
15809 #
15810 # CONFIG_HEADER
15811 #
42ecbf5e 15812 if test x"$ac_file" != x-; then
81ecdfbb
RW
15813 {
15814 $as_echo "/* $configure_input */" \
15815 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15816 } >"$tmp/config.h" \
15817 || as_fn_error "could not create $ac_file" "$LINENO" 5
15818 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15819 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15820$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 15821 else
81ecdfbb
RW
15822 rm -f "$ac_file"
15823 mv "$tmp/config.h" "$ac_file" \
15824 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 15825 fi
42ecbf5e 15826 else
81ecdfbb
RW
15827 $as_echo "/* $configure_input */" \
15828 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15829 || as_fn_error "could not create -" "$LINENO" 5
252b5132 15830 fi
81ecdfbb
RW
15831# Compute "$ac_file"'s index in $config_headers.
15832_am_arg="$ac_file"
42ecbf5e
DJ
15833_am_stamp_count=1
15834for _am_header in $config_headers :; do
15835 case $_am_header in
81ecdfbb 15836 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
15837 break ;;
15838 * )
15839 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15840 esac
15841done
81ecdfbb
RW
15842echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15843$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15844 X"$_am_arg" : 'X\(//\)[^/]' \| \
15845 X"$_am_arg" : 'X\(//\)$' \| \
15846 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15847$as_echo X"$_am_arg" |
15848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15849 s//\1/
15850 q
15851 }
15852 /^X\(\/\/\)[^/].*/{
15853 s//\1/
15854 q
15855 }
15856 /^X\(\/\/\)$/{
15857 s//\1/
15858 q
15859 }
15860 /^X\(\/\).*/{
15861 s//\1/
15862 q
15863 }
15864 s/.*/./; q'`/stamp-h$_am_stamp_count
15865 ;;
42ecbf5e 15866
81ecdfbb
RW
15867 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15868$as_echo "$as_me: executing $ac_file commands" >&6;}
15869 ;;
15870 esac
e5a52504 15871
42ecbf5e 15872
81ecdfbb
RW
15873 case $ac_file$ac_mode in
15874 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15875 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15876 # are listed without --file. Let's play safe and only enable the eval
15877 # if we detect the quoting.
15878 case $CONFIG_FILES in
15879 *\'*) eval set x "$CONFIG_FILES" ;;
15880 *) set x $CONFIG_FILES ;;
15881 esac
15882 shift
15883 for mf
15884 do
15885 # Strip MF so we end up with the name of the file.
15886 mf=`echo "$mf" | sed -e 's/:.*$//'`
15887 # Check whether this is an Automake generated Makefile or not.
15888 # We used to match only the files named `Makefile.in', but
15889 # some people rename them; so instead we look at the file content.
15890 # Grep'ing the first line is not enough: some people post-process
15891 # each Makefile.in and add a new line on top of each file to say so.
15892 # Grep'ing the whole file is not good either: AIX grep has a line
15893 # limit of 2048, but all sed's we know have understand at least 4000.
15894 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15895 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
15896$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15897 X"$mf" : 'X\(//\)[^/]' \| \
15898 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
15899 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15900$as_echo X"$mf" |
15901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15902 s//\1/
15903 q
15904 }
15905 /^X\(\/\/\)[^/].*/{
15906 s//\1/
15907 q
15908 }
15909 /^X\(\/\/\)$/{
15910 s//\1/
15911 q
15912 }
15913 /^X\(\/\).*/{
15914 s//\1/
15915 q
15916 }
15917 s/.*/./; q'`
15918 else
15919 continue
15920 fi
15921 # Extract the definition of DEPDIR, am__include, and am__quote
15922 # from the Makefile without running `make'.
15923 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15924 test -z "$DEPDIR" && continue
15925 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15926 test -z "am__include" && continue
15927 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15928 # When using ansi2knr, U may be empty or an underscore; expand it
15929 U=`sed -n 's/^U = //p' < "$mf"`
15930 # Find all dependency output files, they are included files with
15931 # $(DEPDIR) in their names. We invoke sed twice because it is the
15932 # simplest approach to changing $(DEPDIR) to its actual value in the
15933 # expansion.
15934 for file in `sed -n "
15935 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15936 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15937 # Make sure the directory exists.
15938 test -f "$dirpart/$file" && continue
15939 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
15940$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15941 X"$file" : 'X\(//\)[^/]' \| \
15942 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
15943 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15944$as_echo X"$file" |
15945 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15946 s//\1/
15947 q
15948 }
15949 /^X\(\/\/\)[^/].*/{
15950 s//\1/
15951 q
15952 }
15953 /^X\(\/\/\)$/{
15954 s//\1/
15955 q
15956 }
15957 /^X\(\/\).*/{
15958 s//\1/
15959 q
15960 }
15961 s/.*/./; q'`
15962 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15963 # echo "creating $dirpart/$file"
15964 echo '# dummy' > "$dirpart/$file"
42ecbf5e 15965 done
42ecbf5e 15966 done
81ecdfbb 15967}
d7040cdb 15968 ;;
81ecdfbb 15969 "libtool":C)
d7040cdb
SE
15970
15971 # See if we are running on zsh, and set the options which allow our
15972 # commands through without removal of \ escapes.
15973 if test -n "${ZSH_VERSION+set}" ; then
15974 setopt NO_GLOB_SUBST
15975 fi
15976
15977 cfgfile="${ofile}T"
15978 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15979 $RM "$cfgfile"
15980
15981 cat <<_LT_EOF >> "$cfgfile"
15982#! $SHELL
15983
15984# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 15985# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
15986# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15987# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15988#
718a6fd8 15989# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 15990# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 15991# Written by Gordon Matzigkeit, 1996
d7040cdb 15992#
718a6fd8 15993# This file is part of GNU Libtool.
d7040cdb 15994#
718a6fd8
SE
15995# GNU Libtool is free software; you can redistribute it and/or
15996# modify it under the terms of the GNU General Public License as
15997# published by the Free Software Foundation; either version 2 of
15998# the License, or (at your option) any later version.
d7040cdb 15999#
718a6fd8
SE
16000# As a special exception to the GNU General Public License,
16001# if you distribute this file as part of a program or library that
16002# is built using GNU Libtool, you may include this file under the
16003# same distribution terms that you use for the rest of that program.
d7040cdb 16004#
718a6fd8
SE
16005# GNU Libtool is distributed in the hope that it will be useful,
16006# but WITHOUT ANY WARRANTY; without even the implied warranty of
16007# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16008# GNU General Public License for more details.
d7040cdb 16009#
718a6fd8
SE
16010# You should have received a copy of the GNU General Public License
16011# along with GNU Libtool; see the file COPYING. If not, a copy
16012# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16013# obtained by writing to the Free Software Foundation, Inc.,
16014# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16015
16016
16017# The names of the tagged configurations supported by this script.
16018available_tags=""
16019
16020# ### BEGIN LIBTOOL CONFIG
16021
16022# Which release of libtool.m4 was used?
16023macro_version=$macro_version
16024macro_revision=$macro_revision
16025
16026# Whether or not to build shared libraries.
16027build_libtool_libs=$enable_shared
16028
16029# Whether or not to build static libraries.
16030build_old_libs=$enable_static
16031
16032# What type of objects to build.
16033pic_mode=$pic_mode
16034
16035# Whether or not to optimize for fast installation.
16036fast_install=$enable_fast_install
16037
3725885a
RW
16038# Shell to use when invoking shell scripts.
16039SHELL=$lt_SHELL
16040
16041# An echo program that protects backslashes.
16042ECHO=$lt_ECHO
16043
d7040cdb
SE
16044# The host system.
16045host_alias=$host_alias
16046host=$host
16047host_os=$host_os
16048
16049# The build system.
16050build_alias=$build_alias
16051build=$build
16052build_os=$build_os
16053
16054# A sed program that does not truncate output.
16055SED=$lt_SED
16056
16057# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16058Xsed="\$SED -e 1s/^X//"
16059
16060# A grep program that handles long lines.
16061GREP=$lt_GREP
16062
16063# An ERE matcher.
16064EGREP=$lt_EGREP
16065
16066# A literal string matcher.
16067FGREP=$lt_FGREP
16068
16069# A BSD- or MS-compatible name lister.
16070NM=$lt_NM
16071
16072# Whether we need soft or hard links.
16073LN_S=$lt_LN_S
16074
16075# What is the maximum length of a command?
16076max_cmd_len=$max_cmd_len
16077
16078# Object file suffix (normally "o").
16079objext=$ac_objext
16080
16081# Executable file suffix (normally "").
16082exeext=$exeext
16083
16084# whether the shell understands "unset".
16085lt_unset=$lt_unset
16086
16087# turn spaces into newlines.
16088SP2NL=$lt_lt_SP2NL
16089
16090# turn newlines into spaces.
16091NL2SP=$lt_lt_NL2SP
16092
718a6fd8
SE
16093# An object symbol dumper.
16094OBJDUMP=$lt_OBJDUMP
16095
d7040cdb
SE
16096# Method to check whether dependent libraries are shared objects.
16097deplibs_check_method=$lt_deplibs_check_method
16098
f2c621e4 16099# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16100file_magic_cmd=$lt_file_magic_cmd
16101
16102# The archiver.
16103AR=$lt_AR
16104AR_FLAGS=$lt_AR_FLAGS
16105
16106# A symbol stripping program.
16107STRIP=$lt_STRIP
16108
16109# Commands used to install an old-style archive.
16110RANLIB=$lt_RANLIB
16111old_postinstall_cmds=$lt_old_postinstall_cmds
16112old_postuninstall_cmds=$lt_old_postuninstall_cmds
16113
3725885a
RW
16114# Whether to use a lock for old archive extraction.
16115lock_old_archive_extraction=$lock_old_archive_extraction
16116
d7040cdb
SE
16117# A C compiler.
16118LTCC=$lt_CC
16119
16120# LTCC compiler flags.
16121LTCFLAGS=$lt_CFLAGS
16122
16123# Take the output of nm and produce a listing of raw symbols and C names.
16124global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16125
16126# Transform the output of nm in a proper C declaration.
16127global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16128
16129# Transform the output of nm in a C name address pair.
16130global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16131
718a6fd8
SE
16132# Transform the output of nm in a C name address pair when lib prefix is needed.
16133global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16134
d7040cdb
SE
16135# The name of the directory that contains temporary libtool files.
16136objdir=$objdir
16137
d7040cdb
SE
16138# Used to examine libraries when file_magic_cmd begins with "file".
16139MAGIC_CMD=$MAGIC_CMD
16140
16141# Must we lock files when doing compilation?
16142need_locks=$lt_need_locks
16143
718a6fd8
SE
16144# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16145DSYMUTIL=$lt_DSYMUTIL
16146
16147# Tool to change global to local symbols on Mac OS X.
16148NMEDIT=$lt_NMEDIT
16149
16150# Tool to manipulate fat objects and archives on Mac OS X.
16151LIPO=$lt_LIPO
16152
16153# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16154OTOOL=$lt_OTOOL
16155
16156# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16157OTOOL64=$lt_OTOOL64
16158
d7040cdb
SE
16159# Old archive suffix (normally "a").
16160libext=$libext
16161
16162# Shared library suffix (normally ".so").
16163shrext_cmds=$lt_shrext_cmds
16164
16165# The commands to extract the exported symbol list from a shared archive.
16166extract_expsyms_cmds=$lt_extract_expsyms_cmds
16167
16168# Variables whose values should be saved in libtool wrapper scripts and
16169# restored at link time.
16170variables_saved_for_relink=$lt_variables_saved_for_relink
16171
16172# Do we need the "lib" prefix for modules?
16173need_lib_prefix=$need_lib_prefix
16174
16175# Do we need a version for libraries?
16176need_version=$need_version
16177
16178# Library versioning type.
16179version_type=$version_type
16180
16181# Shared library runtime path variable.
16182runpath_var=$runpath_var
16183
16184# Shared library path variable.
16185shlibpath_var=$shlibpath_var
16186
16187# Is shlibpath searched before the hard-coded library search path?
16188shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16189
16190# Format of library name prefix.
16191libname_spec=$lt_libname_spec
16192
16193# List of archive names. First name is the real one, the rest are links.
16194# The last name is the one that the linker finds with -lNAME
16195library_names_spec=$lt_library_names_spec
16196
16197# The coded name of the library, if different from the real name.
16198soname_spec=$lt_soname_spec
16199
3725885a
RW
16200# Permission mode override for installation of shared libraries.
16201install_override_mode=$lt_install_override_mode
16202
d7040cdb
SE
16203# Command to use after installation of a shared archive.
16204postinstall_cmds=$lt_postinstall_cmds
16205
16206# Command to use after uninstallation of a shared archive.
16207postuninstall_cmds=$lt_postuninstall_cmds
16208
16209# Commands used to finish a libtool library installation in a directory.
16210finish_cmds=$lt_finish_cmds
16211
16212# As "finish_cmds", except a single script fragment to be evaled but
16213# not shown.
16214finish_eval=$lt_finish_eval
16215
16216# Whether we should hardcode library paths into libraries.
16217hardcode_into_libs=$hardcode_into_libs
16218
16219# Compile-time system search path for libraries.
16220sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16221
16222# Run-time system search path for libraries.
16223sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16224
16225# Whether dlopen is supported.
16226dlopen_support=$enable_dlopen
16227
16228# Whether dlopen of programs is supported.
16229dlopen_self=$enable_dlopen_self
16230
16231# Whether dlopen of statically linked programs is supported.
16232dlopen_self_static=$enable_dlopen_self_static
16233
16234# Commands to strip libraries.
16235old_striplib=$lt_old_striplib
16236striplib=$lt_striplib
16237
16238
16239# The linker used to build libraries.
16240LD=$lt_LD
16241
3725885a
RW
16242# How to create reloadable object files.
16243reload_flag=$lt_reload_flag
16244reload_cmds=$lt_reload_cmds
16245
d7040cdb
SE
16246# Commands used to build an old-style archive.
16247old_archive_cmds=$lt_old_archive_cmds
16248
16249# A language specific compiler.
16250CC=$lt_compiler
16251
16252# Is the compiler the GNU compiler?
16253with_gcc=$GCC
16254
16255# Compiler flag to turn off builtin functions.
16256no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16257
df7b86aa
NC
16258# How to pass a linker flag through the compiler.
16259wl=$lt_lt_prog_compiler_wl
16260
f2c621e4
AS
16261# Additional compiler flags for building library objects.
16262pic_flag=$lt_lt_prog_compiler_pic
16263
d7040cdb
SE
16264# Compiler flag to prevent dynamic linking.
16265link_static_flag=$lt_lt_prog_compiler_static
16266
16267# Does compiler simultaneously support -c and -o options?
16268compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16269
16270# Whether or not to add -lc for building shared libraries.
16271build_libtool_need_lc=$archive_cmds_need_lc
16272
16273# Whether or not to disallow shared libs when runtime libs are static.
16274allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16275
16276# Compiler flag to allow reflexive dlopens.
16277export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16278
16279# Compiler flag to generate shared objects directly from archives.
16280whole_archive_flag_spec=$lt_whole_archive_flag_spec
16281
16282# Whether the compiler copes with passing no objects directly.
16283compiler_needs_object=$lt_compiler_needs_object
16284
16285# Create an old-style archive from a shared archive.
16286old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16287
16288# Create a temporary old-style archive to link instead of a shared archive.
16289old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16290
16291# Commands used to build a shared archive.
16292archive_cmds=$lt_archive_cmds
16293archive_expsym_cmds=$lt_archive_expsym_cmds
16294
16295# Commands used to build a loadable module if different from building
16296# a shared archive.
16297module_cmds=$lt_module_cmds
16298module_expsym_cmds=$lt_module_expsym_cmds
16299
16300# Whether we are building with GNU ld or not.
16301with_gnu_ld=$lt_with_gnu_ld
16302
16303# Flag that allows shared libraries with undefined symbols to be built.
16304allow_undefined_flag=$lt_allow_undefined_flag
16305
16306# Flag that enforces no undefined symbols.
16307no_undefined_flag=$lt_no_undefined_flag
16308
16309# Flag to hardcode \$libdir into a binary during linking.
16310# This must work even if \$libdir does not exist
16311hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16312
16313# If ld is used when linking, flag to hardcode \$libdir into a binary
16314# during linking. This must work even if \$libdir does not exist.
16315hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16316
16317# Whether we need a single "-rpath" flag with a separated argument.
16318hardcode_libdir_separator=$lt_hardcode_libdir_separator
16319
16320# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16321# DIR into the resulting binary.
16322hardcode_direct=$hardcode_direct
16323
16324# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16325# DIR into the resulting binary and the resulting library dependency is
16326# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16327# library is relocated.
16328hardcode_direct_absolute=$hardcode_direct_absolute
16329
16330# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16331# into the resulting binary.
16332hardcode_minus_L=$hardcode_minus_L
16333
16334# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16335# into the resulting binary.
16336hardcode_shlibpath_var=$hardcode_shlibpath_var
16337
16338# Set to "yes" if building a shared library automatically hardcodes DIR
16339# into the library and all subsequent libraries and executables linked
16340# against it.
16341hardcode_automatic=$hardcode_automatic
16342
16343# Set to yes if linker adds runtime paths of dependent libraries
16344# to runtime path list.
16345inherit_rpath=$inherit_rpath
16346
16347# Whether libtool must link a program against all its dependency libraries.
16348link_all_deplibs=$link_all_deplibs
16349
f2c621e4
AS
16350# Fix the shell variable \$srcfile for the compiler.
16351fix_srcfile_path=$lt_fix_srcfile_path
16352
d7040cdb
SE
16353# Set to "yes" if exported symbols are required.
16354always_export_symbols=$always_export_symbols
16355
16356# The commands to list exported symbols.
16357export_symbols_cmds=$lt_export_symbols_cmds
16358
16359# Symbols that should not be listed in the preloaded symbols.
16360exclude_expsyms=$lt_exclude_expsyms
16361
16362# Symbols that must always be exported.
16363include_expsyms=$lt_include_expsyms
16364
16365# Commands necessary for linking programs (against libraries) with templates.
16366prelink_cmds=$lt_prelink_cmds
16367
16368# Specify filename containing input files.
16369file_list_spec=$lt_file_list_spec
16370
16371# How to hardcode a shared library path into an executable.
16372hardcode_action=$hardcode_action
16373
16374# ### END LIBTOOL CONFIG
16375
16376_LT_EOF
16377
16378 case $host_os in
16379 aix3*)
16380 cat <<\_LT_EOF >> "$cfgfile"
16381# AIX sometimes has problems with the GCC collect2 program. For some
16382# reason, if we set the COLLECT_NAMES environment variable, the problems
16383# vanish in a puff of smoke.
16384if test "X${COLLECT_NAMES+set}" != Xset; then
16385 COLLECT_NAMES=
16386 export COLLECT_NAMES
16387fi
16388_LT_EOF
16389 ;;
16390 esac
16391
16392
16393ltmain="$ac_aux_dir/ltmain.sh"
16394
16395
16396 # We use sed instead of cat because bash on DJGPP gets confused if
16397 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16398 # text mode, it properly converts lines to CR/LF. This bash problem
16399 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16400 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16401 || (rm -f "$cfgfile"; exit 1)
16402
16403 case $xsi_shell in
16404 yes)
16405 cat << \_LT_EOF >> "$cfgfile"
16406
16407# func_dirname file append nondir_replacement
16408# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16409# otherwise set result to NONDIR_REPLACEMENT.
16410func_dirname ()
16411{
16412 case ${1} in
16413 */*) func_dirname_result="${1%/*}${2}" ;;
16414 * ) func_dirname_result="${3}" ;;
16415 esac
16416}
16417
16418# func_basename file
16419func_basename ()
16420{
16421 func_basename_result="${1##*/}"
16422}
16423
16424# func_dirname_and_basename file append nondir_replacement
16425# perform func_basename and func_dirname in a single function
16426# call:
16427# dirname: Compute the dirname of FILE. If nonempty,
16428# add APPEND to the result, otherwise set result
16429# to NONDIR_REPLACEMENT.
16430# value returned in "$func_dirname_result"
16431# basename: Compute filename of FILE.
16432# value retuned in "$func_basename_result"
16433# Implementation must be kept synchronized with func_dirname
16434# and func_basename. For efficiency, we do not delegate to
16435# those functions but instead duplicate the functionality here.
16436func_dirname_and_basename ()
16437{
16438 case ${1} in
16439 */*) func_dirname_result="${1%/*}${2}" ;;
16440 * ) func_dirname_result="${3}" ;;
16441 esac
16442 func_basename_result="${1##*/}"
16443}
16444
16445# func_stripname prefix suffix name
16446# strip PREFIX and SUFFIX off of NAME.
16447# PREFIX and SUFFIX must not contain globbing or regex special
16448# characters, hashes, percent signs, but SUFFIX may contain a leading
16449# dot (in which case that matches only a dot).
16450func_stripname ()
16451{
16452 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16453 # positional parameters, so assign one to ordinary parameter first.
16454 func_stripname_result=${3}
16455 func_stripname_result=${func_stripname_result#"${1}"}
16456 func_stripname_result=${func_stripname_result%"${2}"}
16457}
16458
16459# func_opt_split
16460func_opt_split ()
16461{
16462 func_opt_split_opt=${1%%=*}
16463 func_opt_split_arg=${1#*=}
16464}
16465
16466# func_lo2o object
16467func_lo2o ()
16468{
16469 case ${1} in
16470 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16471 *) func_lo2o_result=${1} ;;
16472 esac
16473}
16474
16475# func_xform libobj-or-source
16476func_xform ()
16477{
16478 func_xform_result=${1%.*}.lo
16479}
16480
16481# func_arith arithmetic-term...
16482func_arith ()
16483{
16484 func_arith_result=$(( $* ))
16485}
16486
16487# func_len string
16488# STRING may not start with a hyphen.
16489func_len ()
16490{
16491 func_len_result=${#1}
16492}
16493
16494_LT_EOF
16495 ;;
16496 *) # Bourne compatible functions.
16497 cat << \_LT_EOF >> "$cfgfile"
16498
16499# func_dirname file append nondir_replacement
16500# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16501# otherwise set result to NONDIR_REPLACEMENT.
16502func_dirname ()
16503{
16504 # Extract subdirectory from the argument.
16505 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16506 if test "X$func_dirname_result" = "X${1}"; then
16507 func_dirname_result="${3}"
16508 else
16509 func_dirname_result="$func_dirname_result${2}"
16510 fi
16511}
16512
16513# func_basename file
16514func_basename ()
16515{
16516 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16517}
16518
16519
16520# func_stripname prefix suffix name
16521# strip PREFIX and SUFFIX off of NAME.
16522# PREFIX and SUFFIX must not contain globbing or regex special
16523# characters, hashes, percent signs, but SUFFIX may contain a leading
16524# dot (in which case that matches only a dot).
16525# func_strip_suffix prefix name
16526func_stripname ()
16527{
16528 case ${2} in
16529 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16530 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16531 esac
16532}
16533
16534# sed scripts:
16535my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16536my_sed_long_arg='1s/^-[^=]*=//'
16537
16538# func_opt_split
16539func_opt_split ()
16540{
16541 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16542 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16543}
16544
16545# func_lo2o object
16546func_lo2o ()
16547{
16548 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16549}
16550
16551# func_xform libobj-or-source
16552func_xform ()
16553{
16554 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16555}
16556
16557# func_arith arithmetic-term...
16558func_arith ()
16559{
16560 func_arith_result=`expr "$@"`
16561}
16562
16563# func_len string
16564# STRING may not start with a hyphen.
16565func_len ()
16566{
16567 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16568}
16569
16570_LT_EOF
16571esac
16572
16573case $lt_shell_append in
16574 yes)
16575 cat << \_LT_EOF >> "$cfgfile"
16576
16577# func_append var value
16578# Append VALUE to the end of shell variable VAR.
16579func_append ()
16580{
16581 eval "$1+=\$2"
16582}
16583_LT_EOF
16584 ;;
16585 *)
16586 cat << \_LT_EOF >> "$cfgfile"
16587
16588# func_append var value
16589# Append VALUE to the end of shell variable VAR.
16590func_append ()
16591{
16592 eval "$1=\$$1\$2"
16593}
16594
16595_LT_EOF
16596 ;;
16597 esac
16598
16599
16600 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16601 || (rm -f "$cfgfile"; exit 1)
16602
16603 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16604 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16605 chmod +x "$ofile"
16606
42ecbf5e 16607 ;;
81ecdfbb 16608 "default-1":C)
20e95c23
DJ
16609 for ac_file in $CONFIG_FILES; do
16610 # Support "outfile[:infile[:infile...]]"
16611 case "$ac_file" in
16612 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16613 esac
16614 # PO directories have a Makefile.in generated from Makefile.in.in.
16615 case "$ac_file" in */Makefile.in)
16616 # Adjust a relative srcdir.
16617 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16618 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16619 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16620 # In autoconf-2.13 it is called $ac_given_srcdir.
16621 # In autoconf-2.50 it is called $srcdir.
16622 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16623 case "$ac_given_srcdir" in
16624 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16625 /*) top_srcdir="$ac_given_srcdir" ;;
16626 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16627 esac
16628 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16629 rm -f "$ac_dir/POTFILES"
16630 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16631 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16632 POMAKEFILEDEPS="POTFILES.in"
16633 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16634 # on $ac_dir but don't depend on user-specified configuration
16635 # parameters.
16636 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16637 # The LINGUAS file contains the set of available languages.
16638 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16639 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16640 fi
16641 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16642 # Hide the ALL_LINGUAS assigment from automake.
16643 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16644 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16645 else
16646 # The set of available languages was given in configure.in.
16647 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16648 fi
16649 case "$ac_given_srcdir" in
16650 .) srcdirpre= ;;
16651 *) srcdirpre='$(srcdir)/' ;;
16652 esac
16653 POFILES=
16654 GMOFILES=
16655 UPDATEPOFILES=
16656 DUMMYPOFILES=
16657 for lang in $ALL_LINGUAS; do
16658 POFILES="$POFILES $srcdirpre$lang.po"
16659 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16660 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16661 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16662 done
16663 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16664 # environment variable.
16665 INST_LINGUAS=
16666 if test -n "$ALL_LINGUAS"; then
16667 for presentlang in $ALL_LINGUAS; do
16668 useit=no
16669 if test "%UNSET%" != "$LINGUAS"; then
16670 desiredlanguages="$LINGUAS"
16671 else
16672 desiredlanguages="$ALL_LINGUAS"
16673 fi
16674 for desiredlang in $desiredlanguages; do
16675 # Use the presentlang catalog if desiredlang is
16676 # a. equal to presentlang, or
16677 # b. a variant of presentlang (because in this case,
16678 # presentlang can be used as a fallback for messages
16679 # which are not translated in the desiredlang catalog).
16680 case "$desiredlang" in
16681 "$presentlang"*) useit=yes;;
16682 esac
16683 done
16684 if test $useit = yes; then
16685 INST_LINGUAS="$INST_LINGUAS $presentlang"
16686 fi
16687 done
16688 fi
16689 CATALOGS=
16690 if test -n "$INST_LINGUAS"; then
16691 for lang in $INST_LINGUAS; do
16692 CATALOGS="$CATALOGS $lang.gmo"
16693 done
16694 fi
16695 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16696 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"
16697 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16698 if test -f "$f"; then
16699 case "$f" in
16700 *.orig | *.bak | *~) ;;
16701 *) cat "$f" >> "$ac_dir/Makefile" ;;
16702 esac
16703 fi
16704 done
16705 fi
16706 ;;
16707 esac
16708 done ;;
81ecdfbb 16709
42ecbf5e 16710 esac
81ecdfbb 16711done # for ac_tag
e5a52504 16712
42ecbf5e 16713
81ecdfbb 16714as_fn_exit 0
42ecbf5e 16715_ACEOF
42ecbf5e
DJ
16716ac_clean_files=$ac_clean_files_save
16717
81ecdfbb
RW
16718test $ac_write_fail = 0 ||
16719 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16720
42ecbf5e
DJ
16721
16722# configure is writing to config.log, and then calls config.status.
16723# config.status does its own redirection, appending to config.log.
16724# Unfortunately, on DOS this fails, as config.log is still kept open
16725# by configure, so config.status won't be able to write to it; its
16726# output is simply discarded. So we exec the FD to /dev/null,
16727# effectively closing config.log, so it can be properly (re)opened and
16728# appended to by config.status. When coming back to configure, we
16729# need to make the FD available again.
16730if test "$no_create" != yes; then
16731 ac_cs_success=:
16732 ac_config_status_args=
16733 test "$silent" = yes &&
16734 ac_config_status_args="$ac_config_status_args --quiet"
16735 exec 5>/dev/null
16736 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16737 exec 5>>config.log
16738 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16739 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16740 $ac_cs_success || as_fn_exit $?
16741fi
16742if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16744$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 16745fi
252b5132 16746
This page took 1.613171 seconds and 4 git commands to generate.