Fix ealphavms.c and eelf64_ia64_vms.c deps
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
d8bd95ef 3# Generated by GNU Autoconf 2.64 for gas 2.26.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## -------------------- ##
13b2be9c 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 :
13b2be9c
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
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
13b2be9c
DJ
31fi
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 }
13b2be9c
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
13b2be9c
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
13b2be9c 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."
13b2be9c 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."
13b2be9c 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
13b2be9c 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
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
13b2be9c
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
13b2be9c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
13b2be9c
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'`
13b2be9c 418
13b2be9c
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
13b2be9c 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 |
13b2be9c 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
13b2be9c 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
13b2be9c 444 t loop
81ecdfbb 445 s/-\n.*//
13b2be9c 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; }
13b2be9c
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"
13b2be9c
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';;
13b2be9c
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
13b2be9c 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
13b2be9c 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 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'
13b2be9c 491 fi
13b2be9c
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
13b2be9c
DJ
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
13b2be9c 500else
ab509236 501 test -d ./-p && rmdir ./-p
13b2be9c
DJ
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
13b2be9c
DJ
527
528# Sed expression to map a string onto a valid CPP name.
ab509236 529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
530
531# Sed expression to map a string onto a valid variable name.
ab509236 532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c 533
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
13b2be9c
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
13b2be9c
DJ
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
13b2be9c 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
13b2be9c
DJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
13b2be9c
DJ
555
556# Identity of this package.
2e98a7bd
AM
557PACKAGE_NAME='gas'
558PACKAGE_TARNAME='gas'
d8bd95ef
TG
559PACKAGE_VERSION='2.26.51'
560PACKAGE_STRING='gas 2.26.51'
2e98a7bd
AM
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
13b2be9c
DJ
563
564ac_unique_file="as.h"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
13b2be9c
DJ
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
13b2be9c
DJ
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
13b2be9c
DJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
13b2be9c
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
13b2be9c
DJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
13b2be9c
DJ
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
13b2be9c 592# include <inttypes.h>
13b2be9c 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
13b2be9c
DJ
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
0138187e 605zlibinc
543b7933 606zlibdir
81ecdfbb
RW
607LIBM
608ALLOCA
609GENINSRC_NEVER_FALSE
610GENINSRC_NEVER_TRUE
611MAINT
612MAINTAINER_MODE_FALSE
613MAINTAINER_MODE_TRUE
614MSGMERGE
615MSGFMT
616MKINSTALLDIRS
617CATOBJEXT
618GENCAT
619INSTOBJEXT
620DATADIRNAME
621CATALOGS
622POSUB
623GMSGFMT
624XGETTEXT
625INCINTL
626LIBINTL_DEP
627LIBINTL
628USE_NLS
629LEXLIB
630LEX_OUTPUT_ROOT
631LEX
632YFLAGS
633YACC
634OPCODES_LIB
635atof
636install_tooldir
637te_file
638obj_format
639target_cpu_type
640extra_objects
641cgen_cpu_prefix
642GDBINIT
6757cf57 643WARN_WRITE_STRINGS
81ecdfbb
RW
644NO_WERROR
645WARN_CFLAGS
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
81ecdfbb
RW
651RANLIB
652AR
653OBJDUMP
654LN_S
655NM
656ac_ct_DUMPBIN
657DUMPBIN
658LD
659FGREP
660SED
661LIBTOOL
662EGREP
663GREP
664CPP
665am__fastdepCC_FALSE
666am__fastdepCC_TRUE
667CCDEPMODE
668AMDEPBACKSLASH
669AMDEP_FALSE
670AMDEP_TRUE
671am__quote
672am__include
673DEPDIR
674am__untar
675am__tar
676AMTAR
677am__leading_dot
678SET_MAKE
679AWK
680mkdir_p
681MKDIR_P
682INSTALL_STRIP_PROGRAM
683STRIP
684install_sh
685MAKEINFO
686AUTOHEADER
687AUTOMAKE
688AUTOCONF
689ACLOCAL
690VERSION
691PACKAGE
692CYGPATH_W
693am__isrc
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
697OBJEXT
698EXEEXT
699ac_ct_CC
700CPPFLAGS
701LDFLAGS
702CFLAGS
703CC
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
753SHELL'
13b2be9c 754ac_subst_files=''
81ecdfbb
RW
755ac_user_opts='
756enable_option_checking
757enable_dependency_tracking
81ecdfbb
RW
758enable_shared
759enable_static
760with_pic
761enable_fast_install
762with_gnu_ld
763enable_libtool_lock
b879806f
AM
764enable_plugins
765enable_largefile
81ecdfbb
RW
766enable_targets
767enable_checking
6c3bc0f8 768enable_compressed_debug_sections
0cb4071e 769enable_x86_relax_relocations
b8871f35 770enable_elf_stt_common
81ecdfbb
RW
771enable_werror
772enable_build_warnings
773enable_nls
774enable_maintainer_mode
0138187e 775with_system_zlib
81ecdfbb
RW
776'
777 ac_precious_vars='build_alias
778host_alias
779target_alias
780CC
781CFLAGS
782LDFLAGS
783LIBS
784CPPFLAGS
785CPP
786YACC
787YFLAGS'
788
252b5132
RH
789
790# Initialize some variables set by options.
13b2be9c
DJ
791ac_init_help=
792ac_init_version=false
81ecdfbb
RW
793ac_unrecognized_opts=
794ac_unrecognized_sep=
252b5132
RH
795# The variables have the same names as the options, with
796# dashes changed to underlines.
13b2be9c 797cache_file=/dev/null
252b5132 798exec_prefix=NONE
252b5132 799no_create=
252b5132
RH
800no_recursion=
801prefix=NONE
802program_prefix=NONE
803program_suffix=NONE
804program_transform_name=s,x,x,
805silent=
806site=
807srcdir=
252b5132
RH
808verbose=
809x_includes=NONE
810x_libraries=NONE
13b2be9c
DJ
811
812# Installation directory options.
813# These are left unexpanded so users can "make install exec_prefix=/foo"
814# and all the variables that are supposed to be based on exec_prefix
815# by default will actually change.
816# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 817# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
818bindir='${exec_prefix}/bin'
819sbindir='${exec_prefix}/sbin'
820libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
821datarootdir='${prefix}/share'
822datadir='${datarootdir}'
252b5132
RH
823sysconfdir='${prefix}/etc'
824sharedstatedir='${prefix}/com'
825localstatedir='${prefix}/var'
252b5132
RH
826includedir='${prefix}/include'
827oldincludedir='/usr/include'
2e98a7bd 828docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
829infodir='${datarootdir}/info'
830htmldir='${docdir}'
831dvidir='${docdir}'
832pdfdir='${docdir}'
833psdir='${docdir}'
834libdir='${exec_prefix}/lib'
835localedir='${datarootdir}/locale'
836mandir='${datarootdir}/man'
252b5132 837
252b5132 838ac_prev=
81ecdfbb 839ac_dashdash=
252b5132
RH
840for ac_option
841do
252b5132
RH
842 # If the previous option needs an argument, assign it.
843 if test -n "$ac_prev"; then
81ecdfbb 844 eval $ac_prev=\$ac_option
252b5132
RH
845 ac_prev=
846 continue
847 fi
848
81ecdfbb
RW
849 case $ac_option in
850 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
851 *) ac_optarg=yes ;;
852 esac
252b5132
RH
853
854 # Accept the important Cygnus configure options, so we can diagnose typos.
855
81ecdfbb
RW
856 case $ac_dashdash$ac_option in
857 --)
858 ac_dashdash=yes ;;
252b5132
RH
859
860 -bindir | --bindir | --bindi | --bind | --bin | --bi)
861 ac_prev=bindir ;;
862 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 863 bindir=$ac_optarg ;;
252b5132
RH
864
865 -build | --build | --buil | --bui | --bu)
13b2be9c 866 ac_prev=build_alias ;;
252b5132 867 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 868 build_alias=$ac_optarg ;;
252b5132
RH
869
870 -cache-file | --cache-file | --cache-fil | --cache-fi \
871 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
872 ac_prev=cache_file ;;
873 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
874 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
875 cache_file=$ac_optarg ;;
876
877 --config-cache | -C)
878 cache_file=config.cache ;;
252b5132 879
81ecdfbb 880 -datadir | --datadir | --datadi | --datad)
252b5132 881 ac_prev=datadir ;;
81ecdfbb 882 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 883 datadir=$ac_optarg ;;
252b5132 884
81ecdfbb
RW
885 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
886 | --dataroo | --dataro | --datar)
887 ac_prev=datarootdir ;;
888 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
889 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
890 datarootdir=$ac_optarg ;;
891
252b5132 892 -disable-* | --disable-*)
81ecdfbb 893 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 894 # Reject names that are not valid shell variable names.
81ecdfbb
RW
895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
896 as_fn_error "invalid feature name: $ac_useropt"
897 ac_useropt_orig=$ac_useropt
898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
899 case $ac_user_opts in
900 *"
901"enable_$ac_useropt"
902"*) ;;
903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
904 ac_unrecognized_sep=', ';;
905 esac
906 eval enable_$ac_useropt=no ;;
907
908 -docdir | --docdir | --docdi | --doc | --do)
909 ac_prev=docdir ;;
910 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
911 docdir=$ac_optarg ;;
912
913 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
914 ac_prev=dvidir ;;
915 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
916 dvidir=$ac_optarg ;;
252b5132
RH
917
918 -enable-* | --enable-*)
81ecdfbb 919 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 920 # Reject names that are not valid shell variable names.
81ecdfbb
RW
921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
922 as_fn_error "invalid feature name: $ac_useropt"
923 ac_useropt_orig=$ac_useropt
924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
925 case $ac_user_opts in
926 *"
927"enable_$ac_useropt"
928"*) ;;
929 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
930 ac_unrecognized_sep=', ';;
252b5132 931 esac
81ecdfbb 932 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
933
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
13b2be9c 941 exec_prefix=$ac_optarg ;;
252b5132
RH
942
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
946
13b2be9c
DJ
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
252b5132
RH
953
954 -host | --host | --hos | --ho)
13b2be9c 955 ac_prev=host_alias ;;
252b5132 956 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 957 host_alias=$ac_optarg ;;
252b5132 958
81ecdfbb
RW
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
964
252b5132
RH
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 970 includedir=$ac_optarg ;;
252b5132
RH
971
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 975 infodir=$ac_optarg ;;
252b5132
RH
976
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 980 libdir=$ac_optarg ;;
252b5132
RH
981
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
13b2be9c 987 libexecdir=$ac_optarg ;;
252b5132 988
81ecdfbb
RW
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
993
252b5132 994 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 995 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 999 localstatedir=$ac_optarg ;;
252b5132
RH
1000
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 1004 mandir=$ac_optarg ;;
252b5132
RH
1005
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1009
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1011 | --no-cr | --no-c | -n)
252b5132
RH
1012 no_create=yes ;;
1013
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1017
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1025 oldincludedir=$ac_optarg ;;
252b5132
RH
1026
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1030 prefix=$ac_optarg ;;
252b5132
RH
1031
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1037 program_prefix=$ac_optarg ;;
252b5132
RH
1038
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1044 program_suffix=$ac_optarg ;;
252b5132
RH
1045
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1061 program_transform_name=$ac_optarg ;;
252b5132 1062
81ecdfbb
RW
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1067
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1072
252b5132
RH
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1076
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
13b2be9c 1081 sbindir=$ac_optarg ;;
252b5132
RH
1082
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
13b2be9c 1092 sharedstatedir=$ac_optarg ;;
252b5132
RH
1093
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
13b2be9c 1097 site=$ac_optarg ;;
76bff705 1098
252b5132
RH
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1102 srcdir=$ac_optarg ;;
252b5132
RH
1103
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1109 sysconfdir=$ac_optarg ;;
252b5132
RH
1110
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1112 ac_prev=target_alias ;;
252b5132 1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1114 target_alias=$ac_optarg ;;
252b5132
RH
1115
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1118
13b2be9c
DJ
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
252b5132
RH
1121
1122 -with-* | --with-*)
81ecdfbb 1123 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1124 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1126 as_fn_error "invalid package name: $ac_useropt"
1127 ac_useropt_orig=$ac_useropt
1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1129 case $ac_user_opts in
1130 *"
1131"with_$ac_useropt"
1132"*) ;;
1133 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1134 ac_unrecognized_sep=', ';;
252b5132 1135 esac
81ecdfbb 1136 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1137
1138 -without-* | --without-*)
81ecdfbb 1139 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1140 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1142 as_fn_error "invalid package name: $ac_useropt"
1143 ac_useropt_orig=$ac_useropt
1144 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1145 case $ac_user_opts in
1146 *"
1147"with_$ac_useropt"
1148"*) ;;
1149 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1150 ac_unrecognized_sep=', ';;
1151 esac
1152 eval with_$ac_useropt=no ;;
252b5132
RH
1153
1154 --x)
1155 # Obsolete; use --with-x.
1156 with_x=yes ;;
1157
1158 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1159 | --x-incl | --x-inc | --x-in | --x-i)
1160 ac_prev=x_includes ;;
1161 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1162 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1163 x_includes=$ac_optarg ;;
252b5132
RH
1164
1165 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1166 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1167 ac_prev=x_libraries ;;
1168 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1169 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1170 x_libraries=$ac_optarg ;;
252b5132 1171
81ecdfbb
RW
1172 -*) as_fn_error "unrecognized option: \`$ac_option'
1173Try \`$0 --help' for more information."
252b5132
RH
1174 ;;
1175
13b2be9c
DJ
1176 *=*)
1177 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1178 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1179 case $ac_envvar in #(
1180 '' | [0-9]* | *[!_$as_cr_alnum]* )
1181 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1182 esac
1183 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1184 export $ac_envvar ;;
1185
252b5132 1186 *)
13b2be9c 1187 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1188 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1189 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1190 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
13b2be9c 1191 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1192 ;;
1193
1194 esac
1195done
1196
1197if test -n "$ac_prev"; then
13b2be9c 1198 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1199 as_fn_error "missing argument to $ac_option"
c8615825 1200fi
c8615825 1201
81ecdfbb
RW
1202if test -n "$ac_unrecognized_opts"; then
1203 case $enable_option_checking in
1204 no) ;;
1205 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1206 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1207 esac
81ecdfbb 1208fi
252b5132 1209
81ecdfbb
RW
1210# Check all directory arguments for consistency.
1211for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1212 datadir sysconfdir sharedstatedir localstatedir includedir \
1213 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1214 libdir localedir mandir
252b5132 1215do
81ecdfbb
RW
1216 eval ac_val=\$$ac_var
1217 # Remove trailing slashes.
1218 case $ac_val in
1219 */ )
1220 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1221 eval $ac_var=\$ac_val;;
1222 esac
1223 # Be sure to have absolute directory names.
13b2be9c 1224 case $ac_val in
81ecdfbb
RW
1225 [\\/$]* | ?:[\\/]* ) continue;;
1226 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1227 esac
81ecdfbb 1228 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1229done
1230
13b2be9c
DJ
1231# There might be people who depend on the old broken behavior: `$host'
1232# used to hold the argument of --host etc.
1233# FIXME: To remove some day.
1234build=$build_alias
1235host=$host_alias
1236target=$target_alias
1237
1238# FIXME: To remove some day.
1239if test "x$host_alias" != x; then
1240 if test "x$build_alias" = x; then
1241 cross_compiling=maybe
81ecdfbb 1242 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13b2be9c
DJ
1243 If a cross compiler is detected then cross compile mode will be used." >&2
1244 elif test "x$build_alias" != "x$host_alias"; then
1245 cross_compiling=yes
1246 fi
1247fi
9b2b7d69 1248
13b2be9c
DJ
1249ac_tool_prefix=
1250test -n "$host_alias" && ac_tool_prefix=$host_alias-
1251
1252test "$silent" = yes && exec 6>/dev/null
252b5132 1253
252b5132 1254
81ecdfbb
RW
1255ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256ac_ls_di=`ls -di .` &&
1257ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1258 as_fn_error "working directory cannot be determined"
1259test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1260 as_fn_error "pwd does not report name of working directory"
1261
1262
252b5132
RH
1263# Find the source files, if location was not specified.
1264if test -z "$srcdir"; then
1265 ac_srcdir_defaulted=yes
81ecdfbb
RW
1266 # Try the directory containing this script, then the parent directory.
1267 ac_confdir=`$as_dirname -- "$as_myself" ||
1268$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1269 X"$as_myself" : 'X\(//\)[^/]' \| \
1270 X"$as_myself" : 'X\(//\)$' \| \
1271 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1272$as_echo X"$as_myself" |
1273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)[^/].*/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\).*/{
1286 s//\1/
1287 q
1288 }
1289 s/.*/./; q'`
252b5132 1290 srcdir=$ac_confdir
81ecdfbb 1291 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1292 srcdir=..
1293 fi
1294else
1295 ac_srcdir_defaulted=no
1296fi
81ecdfbb
RW
1297if test ! -r "$srcdir/$ac_unique_file"; then
1298 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1299 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1300fi
1301ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1302ac_abs_confdir=`(
1303 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1304 pwd)`
1305# When building in place, set srcdir=.
1306if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 srcdir=.
1308fi
1309# Remove unnecessary trailing slashes from srcdir.
1310# Double slashes in file names in object file debugging info
1311# mess up M-x gdb in Emacs.
1312case $srcdir in
1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1314esac
1315for ac_var in $ac_precious_vars; do
1316 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_env_${ac_var}_value=\$${ac_var}
1318 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1320done
d6d788bd 1321
13b2be9c
DJ
1322#
1323# Report the --help message.
1324#
1325if test "$ac_init_help" = "long"; then
1326 # Omit some internal or obsolete options to make the list less imposing.
1327 # This message is too long to be a string in the A/UX 3.1 sh.
1328 cat <<_ACEOF
d8bd95ef 1329\`configure' configures gas 2.26.51 to adapt to many kinds of systems.
9b2b7d69 1330
13b2be9c 1331Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1332
13b2be9c
DJ
1333To assign environment variables (e.g., CC, CFLAGS...), specify them as
1334VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1335
13b2be9c 1336Defaults for the options are specified in brackets.
9b2b7d69 1337
13b2be9c
DJ
1338Configuration:
1339 -h, --help display this help and exit
1340 --help=short display options specific to this package
1341 --help=recursive display the short help of all the included packages
1342 -V, --version display version information and exit
1343 -q, --quiet, --silent do not print \`checking...' messages
1344 --cache-file=FILE cache test results in FILE [disabled]
1345 -C, --config-cache alias for \`--cache-file=config.cache'
1346 -n, --no-create do not create output files
1347 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1348
13b2be9c
DJ
1349Installation directories:
1350 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1351 [$ac_default_prefix]
13b2be9c 1352 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1353 [PREFIX]
9b2b7d69 1354
13b2be9c
DJ
1355By default, \`make install' will install all the files in
1356\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1357an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1358for instance \`--prefix=\$HOME'.
9b2b7d69 1359
13b2be9c 1360For better control, use the options below.
9b2b7d69 1361
13b2be9c 1362Fine tuning of the installation directories:
81ecdfbb
RW
1363 --bindir=DIR user executables [EPREFIX/bin]
1364 --sbindir=DIR system admin executables [EPREFIX/sbin]
1365 --libexecdir=DIR program executables [EPREFIX/libexec]
1366 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1367 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1368 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1369 --libdir=DIR object code libraries [EPREFIX/lib]
1370 --includedir=DIR C header files [PREFIX/include]
1371 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1372 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1373 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1374 --infodir=DIR info documentation [DATAROOTDIR/info]
1375 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1376 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1377 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
81ecdfbb
RW
1378 --htmldir=DIR html documentation [DOCDIR]
1379 --dvidir=DIR dvi documentation [DOCDIR]
1380 --pdfdir=DIR pdf documentation [DOCDIR]
1381 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1382_ACEOF
9b2b7d69 1383
13b2be9c 1384 cat <<\_ACEOF
9b2b7d69 1385
13b2be9c
DJ
1386Program names:
1387 --program-prefix=PREFIX prepend PREFIX to installed program names
1388 --program-suffix=SUFFIX append SUFFIX to installed program names
1389 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1390
13b2be9c
DJ
1391System types:
1392 --build=BUILD configure for building on BUILD [guessed]
1393 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1394 --target=TARGET configure for building compilers for TARGET [HOST]
1395_ACEOF
9b2b7d69 1396fi
9b2b7d69 1397
13b2be9c 1398if test -n "$ac_init_help"; then
2e98a7bd 1399 case $ac_init_help in
d8bd95ef 1400 short | recursive ) echo "Configuration of gas 2.26.51:";;
2e98a7bd 1401 esac
13b2be9c 1402 cat <<\_ACEOF
9b2b7d69 1403
13b2be9c 1404Optional Features:
81ecdfbb 1405 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1406 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1407 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
1408 --disable-dependency-tracking speeds up one-time build
1409 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1410 --enable-shared[=PKGS] build shared libraries [default=yes]
1411 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1412 --enable-fast-install[=PKGS]
1413 optimize for fast installation [default=yes]
13b2be9c 1414 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1415 --enable-plugins Enable support for plugins
1416 --disable-largefile omit support for large files
241a6c40 1417 --enable-targets alternative target configurations besides the primary
c43a438d 1418 --enable-checking enable run-time checks
4894d80b 1419 --enable-compressed-debug-sections={all,gas,none}
27ba7c94 1420 compress debug sections by default
0cb4071e
L
1421 --enable-x86-relax-relocations
1422 generate x86 relax relocations by default
b8871f35
L
1423 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1424 default
241a6c40
AM
1425 --enable-werror treat compile warnings as errors
1426 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1427 --disable-nls do not use Native Language Support
ab509236
L
1428 --enable-maintainer-mode enable make rules and dependencies not useful
1429 (and sometimes confusing) to the casual installer
9b2b7d69 1430
13b2be9c
DJ
1431Optional Packages:
1432 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1433 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1434 --with-pic try to use only PIC/non-PIC objects [default=use
1435 both]
1436 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0138187e 1437 --with-system-zlib use installed libz
9b2b7d69 1438
13b2be9c
DJ
1439Some influential environment variables:
1440 CC C compiler command
1441 CFLAGS C compiler flags
1442 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1443 nonstandard directory <lib dir>
81ecdfbb
RW
1444 LIBS libraries to pass to the linker, e.g. -l<library>
1445 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1446 you have headers in a nonstandard directory <include dir>
13b2be9c 1447 CPP C preprocessor
81ecdfbb
RW
1448 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1449 the first program found out of: `bison -y', `byacc', `yacc'.
1450 YFLAGS The list of arguments that will be passed by default to $YACC.
1451 This script will default YFLAGS to the empty string to avoid a
1452 default value of `-d' given by some make applications.
13b2be9c
DJ
1453
1454Use these variables to override the choices made by `configure' or to help
1455it to find libraries and programs with nonstandard names/locations.
1456
81ecdfbb 1457Report bugs to the package provider.
13b2be9c 1458_ACEOF
81ecdfbb 1459ac_status=$?
9b2b7d69 1460fi
9b2b7d69 1461
13b2be9c
DJ
1462if test "$ac_init_help" = "recursive"; then
1463 # If there are subdirs, report their specific --help.
13b2be9c 1464 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1465 test -d "$ac_dir" ||
1466 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1467 continue
13b2be9c
DJ
1468 ac_builddir=.
1469
81ecdfbb
RW
1470case "$ac_dir" in
1471.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1472*)
1473 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1474 # A ".." for each directory in $ac_dir_suffix.
1475 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1476 case $ac_top_builddir_sub in
1477 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1478 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1479 esac ;;
1480esac
1481ac_abs_top_builddir=$ac_pwd
1482ac_abs_builddir=$ac_pwd$ac_dir_suffix
1483# for backward compatibility:
1484ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1485
13b2be9c 1486case $srcdir in
81ecdfbb 1487 .) # We are building in place.
13b2be9c 1488 ac_srcdir=.
81ecdfbb
RW
1489 ac_top_srcdir=$ac_top_builddir_sub
1490 ac_abs_top_srcdir=$ac_pwd ;;
1491 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1492 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1493 ac_top_srcdir=$srcdir
1494 ac_abs_top_srcdir=$srcdir ;;
1495 *) # Relative name.
1496 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1497 ac_top_srcdir=$ac_top_build_prefix$srcdir
1498 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1499esac
81ecdfbb
RW
1500ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1501
1502 cd "$ac_dir" || { ac_status=$?; continue; }
1503 # Check for guested configure.
1504 if test -f "$ac_srcdir/configure.gnu"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1507 elif test -f "$ac_srcdir/configure"; then
1508 echo &&
1509 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1510 else
81ecdfbb
RW
1511 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1512 fi || ac_status=$?
1513 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1514 done
1515fi
6840198f 1516
81ecdfbb 1517test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1518if $ac_init_version; then
1519 cat <<\_ACEOF
d8bd95ef 1520gas configure 2.26.51
81ecdfbb 1521generated by GNU Autoconf 2.64
c8615825 1522
81ecdfbb 1523Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
1524This configure script is free software; the Free Software Foundation
1525gives unlimited permission to copy, distribute and modify it.
1526_ACEOF
81ecdfbb 1527 exit
13b2be9c 1528fi
c8615825 1529
81ecdfbb
RW
1530## ------------------------ ##
1531## Autoconf initialization. ##
1532## ------------------------ ##
c8615825 1533
81ecdfbb
RW
1534# ac_fn_c_try_compile LINENO
1535# --------------------------
1536# Try to compile conftest.$ac_ext, and return whether this succeeded.
1537ac_fn_c_try_compile ()
13b2be9c 1538{
81ecdfbb
RW
1539 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1540 rm -f conftest.$ac_objext
1541 if { { ac_try="$ac_compile"
1542case "(($ac_try" in
1543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1544 *) ac_try_echo=$ac_try;;
1545esac
1546eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1547$as_echo "$ac_try_echo"; } >&5
1548 (eval "$ac_compile") 2>conftest.err
1549 ac_status=$?
1550 if test -s conftest.err; then
1551 grep -v '^ *+' conftest.err >conftest.er1
1552 cat conftest.er1 >&5
1553 mv -f conftest.er1 conftest.err
1554 fi
1555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1556 test $ac_status = 0; } && {
1557 test -z "$ac_c_werror_flag" ||
1558 test ! -s conftest.err
1559 } && test -s conftest.$ac_objext; then :
1560 ac_retval=0
1561else
1562 $as_echo "$as_me: failed program was:" >&5
1563sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1564
81ecdfbb
RW
1565 ac_retval=1
1566fi
1567 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1568 return $ac_retval
13b2be9c 1569
81ecdfbb 1570} # ac_fn_c_try_compile
13b2be9c 1571
81ecdfbb
RW
1572# ac_fn_c_try_link LINENO
1573# -----------------------
1574# Try to link conftest.$ac_ext, and return whether this succeeded.
1575ac_fn_c_try_link ()
1576{
1577 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1578 rm -f conftest.$ac_objext conftest$ac_exeext
1579 if { { ac_try="$ac_link"
1580case "(($ac_try" in
1581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1582 *) ac_try_echo=$ac_try;;
1583esac
1584eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1585$as_echo "$ac_try_echo"; } >&5
1586 (eval "$ac_link") 2>conftest.err
1587 ac_status=$?
1588 if test -s conftest.err; then
1589 grep -v '^ *+' conftest.err >conftest.er1
1590 cat conftest.er1 >&5
1591 mv -f conftest.er1 conftest.err
1592 fi
1593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1594 test $ac_status = 0; } && {
1595 test -z "$ac_c_werror_flag" ||
1596 test ! -s conftest.err
1597 } && test -s conftest$ac_exeext && {
1598 test "$cross_compiling" = yes ||
1599 $as_test_x conftest$ac_exeext
1600 }; then :
1601 ac_retval=0
1602else
1603 $as_echo "$as_me: failed program was:" >&5
1604sed 's/^/| /' conftest.$ac_ext >&5
1605
1606 ac_retval=1
1607fi
1608 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1609 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1610 # interfere with the next link command; also delete a directory that is
1611 # left behind by Apple's compiler. We do this before executing the actions.
1612 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1613 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1614 return $ac_retval
1615
1616} # ac_fn_c_try_link
1617
1618# ac_fn_c_try_cpp LINENO
1619# ----------------------
1620# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1621ac_fn_c_try_cpp ()
1622{
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 if { { ac_try="$ac_cpp conftest.$ac_ext"
1625case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628esac
1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630$as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } >/dev/null && {
1640 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 }; then :
1643 ac_retval=0
1644else
1645 $as_echo "$as_me: failed program was:" >&5
1646sed 's/^/| /' conftest.$ac_ext >&5
1647
1648 ac_retval=1
1649fi
1650 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1651 return $ac_retval
1652
1653} # ac_fn_c_try_cpp
1654
1655# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1656# -------------------------------------------------------
1657# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1658# the include files in INCLUDES and setting the cache variable VAR
1659# accordingly.
1660ac_fn_c_check_header_mongrel ()
1661{
1662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1663 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1665$as_echo_n "checking for $2... " >&6; }
1666if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1667 $as_echo_n "(cached) " >&6
1668fi
1669eval ac_res=\$$3
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1671$as_echo "$ac_res" >&6; }
1672else
1673 # Is the header compilable?
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1675$as_echo_n "checking $2 usability... " >&6; }
1676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677/* end confdefs.h. */
1678$4
1679#include <$2>
1680_ACEOF
1681if ac_fn_c_try_compile "$LINENO"; then :
1682 ac_header_compiler=yes
1683else
1684 ac_header_compiler=no
1685fi
1686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1688$as_echo "$ac_header_compiler" >&6; }
1689
1690# Is the header present?
1691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1692$as_echo_n "checking $2 presence... " >&6; }
1693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1694/* end confdefs.h. */
1695#include <$2>
1696_ACEOF
1697if ac_fn_c_try_cpp "$LINENO"; then :
1698 ac_header_preproc=yes
1699else
1700 ac_header_preproc=no
1701fi
1702rm -f conftest.err conftest.$ac_ext
1703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1704$as_echo "$ac_header_preproc" >&6; }
1705
1706# So? What about this header?
1707case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1708 yes:no: )
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1710$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1712$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1713 ;;
1714 no:yes:* )
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1716$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1718$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1720$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1722$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1724$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1725 ;;
1726esac
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728$as_echo_n "checking for $2... " >&6; }
1729if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1730 $as_echo_n "(cached) " >&6
1731else
1732 eval "$3=\$ac_header_compiler"
1733fi
1734eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736$as_echo "$ac_res" >&6; }
1737fi
1738 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1739
1740} # ac_fn_c_check_header_mongrel
1741
1742# ac_fn_c_try_run LINENO
1743# ----------------------
1744# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1745# that executables *can* be run.
1746ac_fn_c_try_run ()
1747{
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 if { { ac_try="$ac_link"
1750case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753esac
1754eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755$as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_link") 2>&5
1757 ac_status=$?
1758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1760 { { case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763esac
1764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765$as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_try") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; }; }; then :
1770 ac_retval=0
1771else
1772 $as_echo "$as_me: program exited with status $ac_status" >&5
1773 $as_echo "$as_me: failed program was:" >&5
1774sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=$ac_status
1777fi
1778 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1779 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1780 return $ac_retval
1781
1782} # ac_fn_c_try_run
1783
1784# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1785# -------------------------------------------------------
1786# Tests whether HEADER exists and can be compiled using the include files in
1787# INCLUDES, setting the cache variable VAR accordingly.
1788ac_fn_c_check_header_compile ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792$as_echo_n "checking for $2... " >&6; }
1793if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1794 $as_echo_n "(cached) " >&6
1795else
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797/* end confdefs.h. */
1798$4
1799#include <$2>
1800_ACEOF
1801if ac_fn_c_try_compile "$LINENO"; then :
1802 eval "$3=yes"
1803else
1804 eval "$3=no"
1805fi
1806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1807fi
1808eval ac_res=\$$3
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1810$as_echo "$ac_res" >&6; }
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812
1813} # ac_fn_c_check_header_compile
1814
1815# ac_fn_c_check_func LINENO FUNC VAR
1816# ----------------------------------
1817# Tests whether FUNC exists, setting the cache variable VAR accordingly
1818ac_fn_c_check_func ()
1819{
1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1822$as_echo_n "checking for $2... " >&6; }
1823if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1824 $as_echo_n "(cached) " >&6
1825else
1826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1827/* end confdefs.h. */
1828/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1829 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1830#define $2 innocuous_$2
1831
1832/* System header to define __stub macros and hopefully few prototypes,
1833 which can conflict with char $2 (); below.
1834 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1835 <limits.h> exists even on freestanding compilers. */
1836
1837#ifdef __STDC__
1838# include <limits.h>
1839#else
1840# include <assert.h>
1841#endif
1842
1843#undef $2
1844
1845/* Override any GCC internal prototype to avoid an error.
1846 Use char because int might match the return type of a GCC
1847 builtin and then its argument prototype would still apply. */
1848#ifdef __cplusplus
1849extern "C"
1850#endif
1851char $2 ();
1852/* The GNU C library defines this for functions which it implements
1853 to always fail with ENOSYS. Some functions are actually named
1854 something starting with __ and the normal name is an alias. */
1855#if defined __stub_$2 || defined __stub___$2
1856choke me
1857#endif
1858
1859int
1860main ()
1861{
1862return $2 ();
1863 ;
1864 return 0;
1865}
1866_ACEOF
1867if ac_fn_c_try_link "$LINENO"; then :
1868 eval "$3=yes"
1869else
1870 eval "$3=no"
1871fi
1872rm -f core conftest.err conftest.$ac_objext \
1873 conftest$ac_exeext conftest.$ac_ext
1874fi
1875eval ac_res=\$$3
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1877$as_echo "$ac_res" >&6; }
1878 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1879
1880} # ac_fn_c_check_func
1881
1882# ac_fn_c_check_decl LINENO SYMBOL VAR
1883# ------------------------------------
1884# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1885ac_fn_c_check_decl ()
1886{
1887 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1888 as_decl_name=`echo $2|sed 's/ *(.*//'`
1889 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1891$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1892if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1893 $as_echo_n "(cached) " >&6
1894else
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1896/* end confdefs.h. */
1897$4
1898int
1899main ()
1900{
360cfc9c
AM
1901#ifndef $as_decl_name
1902#ifdef __cplusplus
1903 (void) $as_decl_use;
1904#else
1905 (void) $as_decl_name;
1906#endif
81ecdfbb
RW
1907#endif
1908
1909 ;
1910 return 0;
1911}
1912_ACEOF
1913if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915else
1916 eval "$3=no"
1917fi
1918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1919fi
1920eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922$as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1924
1925} # ac_fn_c_check_decl
1926cat >config.log <<_ACEOF
1927This file contains any messages produced by compilers while
1928running configure, to aid debugging if configure makes a mistake.
1929
d8bd95ef 1930It was created by gas $as_me 2.26.51, which was
81ecdfbb
RW
1931generated by GNU Autoconf 2.64. Invocation command line was
1932
1933 $ $0 $@
1934
1935_ACEOF
1936exec 5>>config.log
1937{
1938cat <<_ASUNAME
1939## --------- ##
1940## Platform. ##
1941## --------- ##
1942
1943hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1944uname -m = `(uname -m) 2>/dev/null || echo unknown`
1945uname -r = `(uname -r) 2>/dev/null || echo unknown`
1946uname -s = `(uname -s) 2>/dev/null || echo unknown`
1947uname -v = `(uname -v) 2>/dev/null || echo unknown`
1948
1949/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1950/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1951
1952/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
1953/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1954/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1955/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
1956/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1957/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1958/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1959
1960_ASUNAME
1961
1962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1963for as_dir in $PATH
1964do
1965 IFS=$as_save_IFS
1966 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1967 $as_echo "PATH: $as_dir"
1968 done
1969IFS=$as_save_IFS
9b2b7d69 1970
13b2be9c 1971} >&5
6840198f 1972
13b2be9c 1973cat >&5 <<_ACEOF
c8615825 1974
9b2b7d69 1975
13b2be9c
DJ
1976## ----------- ##
1977## Core tests. ##
1978## ----------- ##
87ccc1b0 1979
13b2be9c 1980_ACEOF
9b2b7d69 1981
13b2be9c
DJ
1982
1983# Keep a trace of the command line.
1984# Strip out --no-create and --no-recursion so they do not pile up.
1985# Strip out --silent because we don't want to record it for future runs.
1986# Also quote any args containing shell meta-characters.
1987# Make two passes to allow for proper duplicate-argument suppression.
1988ac_configure_args=
1989ac_configure_args0=
1990ac_configure_args1=
13b2be9c
DJ
1991ac_must_keep_next=false
1992for ac_pass in 1 2
1993do
1994 for ac_arg
1995 do
1996 case $ac_arg in
1997 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1998 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1999 | -silent | --silent | --silen | --sile | --sil)
2000 continue ;;
81ecdfbb
RW
2001 *\'*)
2002 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2003 esac
2004 case $ac_pass in
81ecdfbb 2005 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 2006 2)
81ecdfbb 2007 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 2008 if test $ac_must_keep_next = true; then
ab509236 2009 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 2010 else
ab509236
L
2011 case $ac_arg in
2012 *=* | --config-cache | -C | -disable-* | --disable-* \
2013 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2014 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2015 | -with-* | --with-* | -without-* | --without-* | --x)
2016 case "$ac_configure_args0 " in
2017 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2018 esac
2019 ;;
2020 -* ) ac_must_keep_next=true ;;
2021 esac
13b2be9c 2022 fi
81ecdfbb 2023 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2024 ;;
2025 esac
2026 done
13b2be9c 2027done
81ecdfbb
RW
2028{ ac_configure_args0=; unset ac_configure_args0;}
2029{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2030
2031# When interrupted or exit'd, cleanup temporary files, and complete
2032# config.log. We remove comments because anyway the quotes in there
2033# would cause problems or look ugly.
81ecdfbb
RW
2034# WARNING: Use '\'' to represent an apostrophe within the trap.
2035# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2036trap 'exit_status=$?
2037 # Save into config.log some information that might help in debugging.
2038 {
2039 echo
2040
2041 cat <<\_ASBOX
2042## ---------------- ##
2043## Cache variables. ##
2044## ---------------- ##
2045_ASBOX
2046 echo
2047 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2048(
2049 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2050 eval ac_val=\$$ac_var
2051 case $ac_val in #(
2052 *${as_nl}*)
2053 case $ac_var in #(
2054 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2055$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2056 esac
2057 case $ac_var in #(
2058 _ | IFS | as_nl) ;; #(
2059 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2060 *) { eval $ac_var=; unset $ac_var;} ;;
2061 esac ;;
2062 esac
2063 done
13b2be9c 2064 (set) 2>&1 |
81ecdfbb
RW
2065 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2066 *${as_nl}ac_space=\ *)
13b2be9c 2067 sed -n \
81ecdfbb
RW
2068 "s/'\''/'\''\\\\'\'''\''/g;
2069 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2070 ;; #(
13b2be9c 2071 *)
81ecdfbb 2072 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2073 ;;
81ecdfbb
RW
2074 esac |
2075 sort
2076)
13b2be9c
DJ
2077 echo
2078
2079 cat <<\_ASBOX
2080## ----------------- ##
2081## Output variables. ##
2082## ----------------- ##
2083_ASBOX
2084 echo
2085 for ac_var in $ac_subst_vars
2086 do
81ecdfbb
RW
2087 eval ac_val=\$$ac_var
2088 case $ac_val in
2089 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2090 esac
2091 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2092 done | sort
2093 echo
2094
2095 if test -n "$ac_subst_files"; then
2096 cat <<\_ASBOX
81ecdfbb
RW
2097## ------------------- ##
2098## File substitutions. ##
2099## ------------------- ##
13b2be9c
DJ
2100_ASBOX
2101 echo
2102 for ac_var in $ac_subst_files
2103 do
81ecdfbb
RW
2104 eval ac_val=\$$ac_var
2105 case $ac_val in
2106 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2107 esac
2108 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2109 done | sort
2110 echo
2111 fi
2112
2113 if test -s confdefs.h; then
2114 cat <<\_ASBOX
2115## ----------- ##
2116## confdefs.h. ##
2117## ----------- ##
2118_ASBOX
2119 echo
81ecdfbb 2120 cat confdefs.h
13b2be9c
DJ
2121 echo
2122 fi
2123 test "$ac_signal" != 0 &&
81ecdfbb
RW
2124 $as_echo "$as_me: caught signal $ac_signal"
2125 $as_echo "$as_me: exit $exit_status"
13b2be9c 2126 } >&5
81ecdfbb
RW
2127 rm -f core *.core core.conftest.* &&
2128 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2129 exit $exit_status
81ecdfbb 2130' 0
13b2be9c 2131for ac_signal in 1 2 13 15; do
81ecdfbb 2132 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2133done
2134ac_signal=0
2135
2136# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2137rm -f -r conftest* confdefs.h
2138
2139$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2140
2141# Predefined preprocessor variables.
2142
2143cat >>confdefs.h <<_ACEOF
2144#define PACKAGE_NAME "$PACKAGE_NAME"
2145_ACEOF
2146
13b2be9c
DJ
2147cat >>confdefs.h <<_ACEOF
2148#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2149_ACEOF
2150
13b2be9c
DJ
2151cat >>confdefs.h <<_ACEOF
2152#define PACKAGE_VERSION "$PACKAGE_VERSION"
2153_ACEOF
2154
13b2be9c
DJ
2155cat >>confdefs.h <<_ACEOF
2156#define PACKAGE_STRING "$PACKAGE_STRING"
2157_ACEOF
2158
13b2be9c
DJ
2159cat >>confdefs.h <<_ACEOF
2160#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2161_ACEOF
2162
81ecdfbb
RW
2163cat >>confdefs.h <<_ACEOF
2164#define PACKAGE_URL "$PACKAGE_URL"
2165_ACEOF
2166
13b2be9c
DJ
2167
2168# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2169# Prefer an explicitly selected file to automatically selected ones.
2170ac_site_file1=NONE
2171ac_site_file2=NONE
2172if test -n "$CONFIG_SITE"; then
2173 ac_site_file1=$CONFIG_SITE
2174elif test "x$prefix" != xNONE; then
2175 ac_site_file1=$prefix/share/config.site
2176 ac_site_file2=$prefix/etc/config.site
2177else
2178 ac_site_file1=$ac_default_prefix/share/config.site
2179 ac_site_file2=$ac_default_prefix/etc/config.site
2180fi
2181for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2182do
2183 test "x$ac_site_file" = xNONE && continue
13b2be9c 2184 if test -r "$ac_site_file"; then
81ecdfbb
RW
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2186$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c
DJ
2187 sed 's/^/| /' "$ac_site_file" >&5
2188 . "$ac_site_file"
2189 fi
2190done
2191
2192if test -r "$cache_file"; then
2193 # Some versions of bash will fail to source /dev/null (special
2194 # files actually), so we avoid doing that.
2195 if test -f "$cache_file"; then
81ecdfbb
RW
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2197$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2198 case $cache_file in
81ecdfbb
RW
2199 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2200 *) . "./$cache_file";;
13b2be9c
DJ
2201 esac
2202 fi
2203else
81ecdfbb
RW
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2205$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2206 >$cache_file
2207fi
2208
2209# Check that the precious variables saved in the cache have kept the same
2210# value.
2211ac_cache_corrupted=false
81ecdfbb 2212for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2213 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2214 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2215 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2216 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2217 case $ac_old_set,$ac_new_set in
2218 set,)
81ecdfbb
RW
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2220$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2221 ac_cache_corrupted=: ;;
2222 ,set)
81ecdfbb
RW
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2224$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2225 ac_cache_corrupted=: ;;
2226 ,);;
2227 *)
2228 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2229 # differences in whitespace do not lead to failure.
2230 ac_old_val_w=`echo x $ac_old_val`
2231 ac_new_val_w=`echo x $ac_new_val`
2232 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2234$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2235 ac_cache_corrupted=:
2236 else
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2238$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2239 eval $ac_var=\$ac_old_val
2240 fi
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2242$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2244$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2245 fi;;
2246 esac
2247 # Pass precious variables to config.status.
2248 if test "$ac_new_set" = set; then
2249 case $ac_new_val in
81ecdfbb 2250 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2251 *) ac_arg=$ac_var=$ac_new_val ;;
2252 esac
2253 case " $ac_configure_args " in
2254 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2255 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2256 esac
2257 fi
2258done
2259if $ac_cache_corrupted; then
81ecdfbb
RW
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2261$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2263$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2264 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2265fi
81ecdfbb
RW
2266## -------------------- ##
2267## Main body of script. ##
2268## -------------------- ##
13b2be9c
DJ
2269
2270ac_ext=c
2271ac_cpp='$CPP $CPPFLAGS'
2272ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2273ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2274ac_compiler_gnu=$ac_cv_c_compiler_gnu
2275
2276
2277
13b2be9c 2278
da594c4a 2279
13b2be9c
DJ
2280
2281
2282ac_aux_dir=
81ecdfbb
RW
2283for ac_dir in .. "$srcdir"/..; do
2284 for ac_t in install-sh install.sh shtool; do
2285 if test -f "$ac_dir/$ac_t"; then
2286 ac_aux_dir=$ac_dir
2287 ac_install_sh="$ac_aux_dir/$ac_t -c"
2288 break 2
2289 fi
2290 done
13b2be9c
DJ
2291done
2292if test -z "$ac_aux_dir"; then
81ecdfbb 2293 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2294fi
81ecdfbb
RW
2295
2296# These three variables are undocumented and unsupported,
2297# and are intended to be withdrawn in a future Autoconf release.
2298# They can cause serious problems if a builder's source tree is in a directory
2299# whose full name contains unusual characters.
2300ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2301ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2302ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2303
13b2be9c
DJ
2304
2305# Make sure we can run config.sub.
81ecdfbb
RW
2306$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2307 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2308
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2310$as_echo_n "checking build system type... " >&6; }
2311if test "${ac_cv_build+set}" = set; then :
2312 $as_echo_n "(cached) " >&6
2313else
2314 ac_build_alias=$build_alias
2315test "x$ac_build_alias" = x &&
2316 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2317test "x$ac_build_alias" = x &&
2318 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2319ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2320 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2321
2322fi
2323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2324$as_echo "$ac_cv_build" >&6; }
2325case $ac_cv_build in
2326*-*-*) ;;
2327*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2328esac
13b2be9c 2329build=$ac_cv_build
81ecdfbb
RW
2330ac_save_IFS=$IFS; IFS='-'
2331set x $ac_cv_build
2332shift
2333build_cpu=$1
2334build_vendor=$2
2335shift; shift
2336# Remember, the first character of IFS is used to create $*,
2337# except with old shells:
2338build_os=$*
2339IFS=$ac_save_IFS
2340case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2341
2342
81ecdfbb
RW
2343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2344$as_echo_n "checking host system type... " >&6; }
2345if test "${ac_cv_host+set}" = set; then :
2346 $as_echo_n "(cached) " >&6
13b2be9c 2347else
81ecdfbb
RW
2348 if test "x$host_alias" = x; then
2349 ac_cv_host=$ac_cv_build
2350else
2351 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2352 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2353fi
13b2be9c
DJ
2354
2355fi
81ecdfbb
RW
2356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2357$as_echo "$ac_cv_host" >&6; }
2358case $ac_cv_host in
2359*-*-*) ;;
2360*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2361esac
13b2be9c 2362host=$ac_cv_host
81ecdfbb
RW
2363ac_save_IFS=$IFS; IFS='-'
2364set x $ac_cv_host
2365shift
2366host_cpu=$1
2367host_vendor=$2
2368shift; shift
2369# Remember, the first character of IFS is used to create $*,
2370# except with old shells:
2371host_os=$*
2372IFS=$ac_save_IFS
2373case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2374
2375
81ecdfbb
RW
2376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2377$as_echo_n "checking target system type... " >&6; }
2378if test "${ac_cv_target+set}" = set; then :
2379 $as_echo_n "(cached) " >&6
2380else
2381 if test "x$target_alias" = x; then
2382 ac_cv_target=$ac_cv_host
13b2be9c 2383else
81ecdfbb
RW
2384 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2385 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2386fi
13b2be9c
DJ
2387
2388fi
81ecdfbb
RW
2389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2390$as_echo "$ac_cv_target" >&6; }
2391case $ac_cv_target in
2392*-*-*) ;;
2393*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2394esac
13b2be9c 2395target=$ac_cv_target
81ecdfbb
RW
2396ac_save_IFS=$IFS; IFS='-'
2397set x $ac_cv_target
2398shift
2399target_cpu=$1
2400target_vendor=$2
2401shift; shift
2402# Remember, the first character of IFS is used to create $*,
2403# except with old shells:
2404target_os=$*
2405IFS=$ac_save_IFS
2406case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2407
2408
2409# The aliases save the names the user supplied, while $host etc.
2410# will get canonicalized.
2411test -n "$target_alias" &&
2412 test "$program_prefix$program_suffix$program_transform_name" = \
2413 NONENONEs,x,x, &&
2414 program_prefix=${target_alias}-
2415ac_ext=c
2416ac_cpp='$CPP $CPPFLAGS'
2417ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2424$as_echo_n "checking for $ac_word... " >&6; }
2425if test "${ac_cv_prog_CC+set}" = set; then :
2426 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2427else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430else
2431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432for as_dir in $PATH
2433do
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2440 break 2
2441 fi
2442done
81ecdfbb
RW
2443 done
2444IFS=$as_save_IFS
13b2be9c
DJ
2445
2446fi
2447fi
2448CC=$ac_cv_prog_CC
2449if test -n "$CC"; then
81ecdfbb
RW
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2451$as_echo "$CC" >&6; }
13b2be9c 2452else
81ecdfbb
RW
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2454$as_echo "no" >&6; }
13b2be9c
DJ
2455fi
2456
81ecdfbb 2457
13b2be9c
DJ
2458fi
2459if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462set dummy gcc; ac_word=$2
81ecdfbb
RW
2463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2464$as_echo_n "checking for $ac_word... " >&6; }
2465if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2466 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2467else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470else
2471as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472for as_dir in $PATH
2473do
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2478 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2480 break 2
2481 fi
2482done
81ecdfbb
RW
2483 done
2484IFS=$as_save_IFS
13b2be9c
DJ
2485
2486fi
2487fi
2488ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2491$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2492else
81ecdfbb
RW
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2494$as_echo "no" >&6; }
13b2be9c
DJ
2495fi
2496
81ecdfbb
RW
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501yes:)
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2503$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504ac_tool_warned=yes ;;
2505esac
2506 CC=$ac_ct_CC
2507 fi
13b2be9c
DJ
2508else
2509 CC="$ac_cv_prog_CC"
2510fi
2511
2512if test -z "$CC"; then
81ecdfbb
RW
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13b2be9c 2515set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2517$as_echo_n "checking for $ac_word... " >&6; }
2518if test "${ac_cv_prog_CC+set}" = set; then :
2519 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2520else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523else
2524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525for as_dir in $PATH
2526do
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2533 break 2
2534 fi
2535done
81ecdfbb
RW
2536 done
2537IFS=$as_save_IFS
13b2be9c
DJ
2538
2539fi
2540fi
2541CC=$ac_cv_prog_CC
2542if test -n "$CC"; then
81ecdfbb
RW
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2544$as_echo "$CC" >&6; }
13b2be9c 2545else
81ecdfbb
RW
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2547$as_echo "no" >&6; }
13b2be9c
DJ
2548fi
2549
13b2be9c 2550
81ecdfbb 2551 fi
13b2be9c
DJ
2552fi
2553if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555set dummy cc; ac_word=$2
81ecdfbb
RW
2556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2557$as_echo_n "checking for $ac_word... " >&6; }
2558if test "${ac_cv_prog_CC+set}" = set; then :
2559 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2560else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563else
2564 ac_prog_rejected=no
2565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566for as_dir in $PATH
2567do
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c
DJ
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2575 fi
2576 ac_cv_prog_CC="cc"
81ecdfbb 2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2578 break 2
2579 fi
2580done
81ecdfbb
RW
2581 done
2582IFS=$as_save_IFS
2583
13b2be9c
DJ
2584if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594 fi
2595fi
2596fi
2597fi
2598CC=$ac_cv_prog_CC
2599if test -n "$CC"; then
81ecdfbb
RW
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2601$as_echo "$CC" >&6; }
13b2be9c 2602else
81ecdfbb
RW
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2604$as_echo "no" >&6; }
13b2be9c
DJ
2605fi
2606
81ecdfbb 2607
13b2be9c
DJ
2608fi
2609if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
81ecdfbb 2611 for ac_prog in cl.exe
13b2be9c
DJ
2612 do
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2616$as_echo_n "checking for $ac_word... " >&6; }
2617if test "${ac_cv_prog_CC+set}" = set; then :
2618 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2619else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622else
2623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624for as_dir in $PATH
2625do
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2632 break 2
2633 fi
2634done
81ecdfbb
RW
2635 done
2636IFS=$as_save_IFS
13b2be9c
DJ
2637
2638fi
2639fi
2640CC=$ac_cv_prog_CC
2641if test -n "$CC"; then
81ecdfbb
RW
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2643$as_echo "$CC" >&6; }
13b2be9c 2644else
81ecdfbb
RW
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2646$as_echo "no" >&6; }
13b2be9c
DJ
2647fi
2648
81ecdfbb 2649
13b2be9c
DJ
2650 test -n "$CC" && break
2651 done
2652fi
2653if test -z "$CC"; then
2654 ac_ct_CC=$CC
81ecdfbb 2655 for ac_prog in cl.exe
13b2be9c
DJ
2656do
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2660$as_echo_n "checking for $ac_word... " >&6; }
2661if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2662 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2663else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666else
2667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668for as_dir in $PATH
2669do
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2674 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2676 break 2
2677 fi
2678done
81ecdfbb
RW
2679 done
2680IFS=$as_save_IFS
13b2be9c
DJ
2681
2682fi
2683fi
2684ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2687$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2688else
81ecdfbb
RW
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2690$as_echo "no" >&6; }
13b2be9c
DJ
2691fi
2692
81ecdfbb 2693
13b2be9c
DJ
2694 test -n "$ac_ct_CC" && break
2695done
2696
81ecdfbb
RW
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701yes:)
2702{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2703$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704ac_tool_warned=yes ;;
2705esac
2706 CC=$ac_ct_CC
2707 fi
13b2be9c
DJ
2708fi
2709
2710fi
2711
2712
81ecdfbb
RW
2713test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2714$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715as_fn_error "no acceptable C compiler found in \$PATH
2716See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2717
2718# Provide some information about the compiler.
81ecdfbb
RW
2719$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2720set X $ac_compile
2721ac_compiler=$2
2722for ac_option in --version -v -V -qversion; do
2723 { { ac_try="$ac_compiler $ac_option >&5"
2724case "(($ac_try" in
2725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2726 *) ac_try_echo=$ac_try;;
2727esac
2728eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2729$as_echo "$ac_try_echo"; } >&5
2730 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13b2be9c 2731 ac_status=$?
81ecdfbb
RW
2732 if test -s conftest.err; then
2733 sed '10a\
2734... rest of stderr output deleted ...
2735 10q' conftest.err >conftest.er1
2736 cat conftest.er1 >&5
2737 rm -f conftest.er1 conftest.err
2738 fi
2739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2740 test $ac_status = 0; }
2741done
13b2be9c 2742
81ecdfbb 2743cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2744/* end confdefs.h. */
2745
2746int
2747main ()
2748{
2749
2750 ;
2751 return 0;
2752}
2753_ACEOF
2754ac_clean_files_save=$ac_clean_files
81ecdfbb 2755ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
13b2be9c
DJ
2756# Try to create an executable without -o first, disregard a.out.
2757# It will help us diagnose broken compilers, and finding out an intuition
2758# of exeext.
81ecdfbb
RW
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2760$as_echo_n "checking for C compiler default output file name... " >&6; }
2761ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2762
2763# The possible output files:
2764ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2765
2766ac_rmfiles=
2767for ac_file in $ac_files
2768do
2769 case $ac_file in
2770 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2771 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2772 esac
2773done
2774rm -f $ac_rmfiles
2775
2776if { { ac_try="$ac_link_default"
2777case "(($ac_try" in
2778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2779 *) ac_try_echo=$ac_try;;
2780esac
2781eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2782$as_echo "$ac_try_echo"; } >&5
2783 (eval "$ac_link_default") 2>&5
2784 ac_status=$?
2785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2786 test $ac_status = 0; }; then :
2787 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2788# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2789# in a Makefile. We should not override ac_cv_exeext if it was cached,
2790# so that the user can short-circuit this test for compilers unknown to
2791# Autoconf.
2792for ac_file in $ac_files ''
13b2be9c
DJ
2793do
2794 test -f "$ac_file" || continue
2795 case $ac_file in
81ecdfbb 2796 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ab509236 2797 ;;
13b2be9c 2798 [ab].out )
ab509236
L
2799 # We found the default executable, but exeext='' is most
2800 # certainly right.
2801 break;;
13b2be9c 2802 *.* )
81ecdfbb
RW
2803 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2804 then :; else
2805 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2806 fi
2807 # We set ac_cv_exeext here because the later test for it is not
2808 # safe: cross compilers may not add the suffix if given an `-o'
2809 # argument, so we may need to know it at that point already.
2810 # Even if this section looks crufty: it has the advantage of
2811 # actually working.
ab509236 2812 break;;
13b2be9c 2813 * )
ab509236 2814 break;;
13b2be9c
DJ
2815 esac
2816done
81ecdfbb
RW
2817test "$ac_cv_exeext" = no && ac_cv_exeext=
2818
13b2be9c 2819else
81ecdfbb
RW
2820 ac_file=''
2821fi
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2823$as_echo "$ac_file" >&6; }
2824if test -z "$ac_file"; then :
2825 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2826sed 's/^/| /' conftest.$ac_ext >&5
2827
81ecdfbb
RW
2828{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2829$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2830{ as_fn_set_status 77
2831as_fn_error "C compiler cannot create executables
2832See \`config.log' for more details." "$LINENO" 5; }; }
13b2be9c 2833fi
13b2be9c 2834ac_exeext=$ac_cv_exeext
13b2be9c 2835
81ecdfbb 2836# Check that the compiler produces executables we can run. If not, either
13b2be9c 2837# the compiler is broken, or we cross compile.
81ecdfbb
RW
2838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2839$as_echo_n "checking whether the C compiler works... " >&6; }
13b2be9c
DJ
2840# If not cross compiling, check that we can run a simple program.
2841if test "$cross_compiling" != yes; then
2842 if { ac_try='./$ac_file'
81ecdfbb
RW
2843 { { case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846esac
2847eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2848$as_echo "$ac_try_echo"; } >&5
2849 (eval "$ac_try") 2>&5
13b2be9c 2850 ac_status=$?
81ecdfbb
RW
2851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2852 test $ac_status = 0; }; }; then
13b2be9c
DJ
2853 cross_compiling=no
2854 else
2855 if test "$cross_compiling" = maybe; then
2856 cross_compiling=yes
2857 else
81ecdfbb
RW
2858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2859$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2860as_fn_error "cannot run C compiled programs.
13b2be9c 2861If you meant to cross compile, use \`--host'.
81ecdfbb 2862See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2863 fi
2864 fi
2865fi
81ecdfbb
RW
2866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2867$as_echo "yes" >&6; }
13b2be9c 2868
81ecdfbb 2869rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
13b2be9c 2870ac_clean_files=$ac_clean_files_save
81ecdfbb 2871# Check that the compiler produces executables we can run. If not, either
13b2be9c 2872# the compiler is broken, or we cross compile.
81ecdfbb
RW
2873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2874$as_echo_n "checking whether we are cross compiling... " >&6; }
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2876$as_echo "$cross_compiling" >&6; }
2877
2878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2879$as_echo_n "checking for suffix of executables... " >&6; }
2880if { { ac_try="$ac_link"
2881case "(($ac_try" in
2882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2883 *) ac_try_echo=$ac_try;;
2884esac
2885eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2886$as_echo "$ac_try_echo"; } >&5
2887 (eval "$ac_link") 2>&5
13b2be9c 2888 ac_status=$?
81ecdfbb
RW
2889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2890 test $ac_status = 0; }; then :
13b2be9c
DJ
2891 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2892# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2893# work properly (i.e., refer to `conftest.exe'), while it won't with
2894# `rm'.
2895for ac_file in conftest.exe conftest conftest.*; do
2896 test -f "$ac_file" || continue
2897 case $ac_file in
81ecdfbb 2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
13b2be9c 2899 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236 2900 break;;
13b2be9c
DJ
2901 * ) break;;
2902 esac
2903done
2904else
81ecdfbb
RW
2905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2906$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2907as_fn_error "cannot compute suffix of executables: cannot compile and link
2908See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2909fi
13b2be9c 2910rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2912$as_echo "$ac_cv_exeext" >&6; }
13b2be9c
DJ
2913
2914rm -f conftest.$ac_ext
2915EXEEXT=$ac_cv_exeext
2916ac_exeext=$EXEEXT
81ecdfbb
RW
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2918$as_echo_n "checking for suffix of object files... " >&6; }
2919if test "${ac_cv_objext+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
13b2be9c 2921else
81ecdfbb 2922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2923/* end confdefs.h. */
2924
2925int
2926main ()
2927{
2928
2929 ;
2930 return 0;
2931}
2932_ACEOF
2933rm -f conftest.o conftest.obj
81ecdfbb
RW
2934if { { ac_try="$ac_compile"
2935case "(($ac_try" in
2936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2937 *) ac_try_echo=$ac_try;;
2938esac
2939eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2940$as_echo "$ac_try_echo"; } >&5
2941 (eval "$ac_compile") 2>&5
2942 ac_status=$?
2943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2944 test $ac_status = 0; }; then :
2945 for ac_file in conftest.o conftest.obj conftest.*; do
2946 test -f "$ac_file" || continue;
13b2be9c 2947 case $ac_file in
81ecdfbb 2948 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
13b2be9c
DJ
2949 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2950 break;;
2951 esac
2952done
2953else
81ecdfbb 2954 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2955sed 's/^/| /' conftest.$ac_ext >&5
2956
81ecdfbb
RW
2957{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2958$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2959as_fn_error "cannot compute suffix of object files: cannot compile
2960See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2961fi
13b2be9c
DJ
2962rm -f conftest.$ac_cv_objext conftest.$ac_ext
2963fi
81ecdfbb
RW
2964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2965$as_echo "$ac_cv_objext" >&6; }
13b2be9c
DJ
2966OBJEXT=$ac_cv_objext
2967ac_objext=$OBJEXT
81ecdfbb
RW
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2969$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2970if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
13b2be9c 2972else
81ecdfbb 2973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2974/* end confdefs.h. */
2975
2976int
2977main ()
2978{
2979#ifndef __GNUC__
2980 choke me
2981#endif
2982
2983 ;
2984 return 0;
2985}
2986_ACEOF
81ecdfbb 2987if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
2988 ac_compiler_gnu=yes
2989else
81ecdfbb 2990 ac_compiler_gnu=no
13b2be9c 2991fi
81ecdfbb 2992rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2993ac_cv_c_compiler_gnu=$ac_compiler_gnu
2994
2995fi
81ecdfbb
RW
2996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2997$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2998if test $ac_compiler_gnu = yes; then
2999 GCC=yes
3000else
3001 GCC=
3002fi
13b2be9c
DJ
3003ac_test_CFLAGS=${CFLAGS+set}
3004ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3006$as_echo_n "checking whether $CC accepts -g... " >&6; }
3007if test "${ac_cv_prog_cc_g+set}" = set; then :
3008 $as_echo_n "(cached) " >&6
3009else
3010 ac_save_c_werror_flag=$ac_c_werror_flag
3011 ac_c_werror_flag=yes
3012 ac_cv_prog_cc_g=no
3013 CFLAGS="-g"
3014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3015/* end confdefs.h. */
3016
3017int
3018main ()
3019{
3020
3021 ;
3022 return 0;
3023}
3024_ACEOF
81ecdfbb 3025if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3026 ac_cv_prog_cc_g=yes
3027else
81ecdfbb
RW
3028 CFLAGS=""
3029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3030/* end confdefs.h. */
13b2be9c 3031
81ecdfbb
RW
3032int
3033main ()
3034{
3035
3036 ;
3037 return 0;
3038}
3039_ACEOF
3040if ac_fn_c_try_compile "$LINENO"; then :
3041
3042else
3043 ac_c_werror_flag=$ac_save_c_werror_flag
3044 CFLAGS="-g"
3045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3046/* end confdefs.h. */
3047
3048int
3049main ()
3050{
3051
3052 ;
3053 return 0;
3054}
3055_ACEOF
3056if ac_fn_c_try_compile "$LINENO"; then :
3057 ac_cv_prog_cc_g=yes
3058fi
3059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3060fi
81ecdfbb 3061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3062fi
81ecdfbb
RW
3063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 ac_c_werror_flag=$ac_save_c_werror_flag
3065fi
3066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3067$as_echo "$ac_cv_prog_cc_g" >&6; }
13b2be9c
DJ
3068if test "$ac_test_CFLAGS" = set; then
3069 CFLAGS=$ac_save_CFLAGS
3070elif test $ac_cv_prog_cc_g = yes; then
3071 if test "$GCC" = yes; then
3072 CFLAGS="-g -O2"
3073 else
3074 CFLAGS="-g"
3075 fi
3076else
3077 if test "$GCC" = yes; then
3078 CFLAGS="-O2"
3079 else
3080 CFLAGS=
3081 fi
3082fi
81ecdfbb
RW
3083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3084$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3085if test "${ac_cv_prog_cc_c89+set}" = set; then :
3086 $as_echo_n "(cached) " >&6
13b2be9c 3087else
81ecdfbb 3088 ac_cv_prog_cc_c89=no
13b2be9c 3089ac_save_CC=$CC
81ecdfbb 3090cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3091/* end confdefs.h. */
3092#include <stdarg.h>
3093#include <stdio.h>
3094#include <sys/types.h>
3095#include <sys/stat.h>
3096/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3097struct buf { int x; };
3098FILE * (*rcsopen) (struct buf *, struct stat *, int);
3099static char *e (p, i)
3100 char **p;
3101 int i;
3102{
3103 return p[i];
3104}
3105static char *f (char * (*g) (char **, int), char **p, ...)
3106{
3107 char *s;
3108 va_list v;
3109 va_start (v,p);
3110 s = g (p, va_arg (v,int));
3111 va_end (v);
3112 return s;
3113}
ab509236
L
3114
3115/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3116 function prototypes and stuff, but not '\xHH' hex character constants.
3117 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3118 as 'x'. The following induces an error, until -std is added to get
ab509236
L
3119 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3120 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3121 that's true only with -std. */
ab509236
L
3122int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3123
81ecdfbb
RW
3124/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3125 inside strings and character constants. */
3126#define FOO(x) 'x'
3127int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3128
13b2be9c
DJ
3129int test (int i, double x);
3130struct s1 {int (*f) (int a);};
3131struct s2 {int (*f) (double a);};
3132int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3133int argc;
3134char **argv;
3135int
3136main ()
3137{
3138return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3139 ;
3140 return 0;
3141}
3142_ACEOF
81ecdfbb
RW
3143for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3144 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13b2be9c
DJ
3145do
3146 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3147 if ac_fn_c_try_compile "$LINENO"; then :
3148 ac_cv_prog_cc_c89=$ac_arg
13b2be9c 3149fi
81ecdfbb
RW
3150rm -f core conftest.err conftest.$ac_objext
3151 test "x$ac_cv_prog_cc_c89" != "xno" && break
13b2be9c 3152done
81ecdfbb 3153rm -f conftest.$ac_ext
13b2be9c
DJ
3154CC=$ac_save_CC
3155
3156fi
81ecdfbb
RW
3157# AC_CACHE_VAL
3158case "x$ac_cv_prog_cc_c89" in
3159 x)
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3161$as_echo "none needed" >&6; } ;;
3162 xno)
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3164$as_echo "unsupported" >&6; } ;;
13b2be9c 3165 *)
81ecdfbb
RW
3166 CC="$CC $ac_cv_prog_cc_c89"
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3168$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
13b2be9c 3169esac
81ecdfbb 3170if test "x$ac_cv_prog_cc_c89" != xno; then :
13b2be9c 3171
13b2be9c
DJ
3172fi
3173
13b2be9c
DJ
3174ac_ext=c
3175ac_cpp='$CPP $CPPFLAGS'
3176ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3177ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3178ac_compiler_gnu=$ac_cv_c_compiler_gnu
3179
3180
81ecdfbb
RW
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3182$as_echo_n "checking for library containing strerror... " >&6; }
3183if test "${ac_cv_search_strerror+set}" = set; then :
3184 $as_echo_n "(cached) " >&6
13b2be9c 3185else
ab509236 3186 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3187cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3188/* end confdefs.h. */
3189
81ecdfbb
RW
3190/* Override any GCC internal prototype to avoid an error.
3191 Use char because int might match the return type of a GCC
3192 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
3193#ifdef __cplusplus
3194extern "C"
3195#endif
13b2be9c
DJ
3196char strerror ();
3197int
3198main ()
3199{
81ecdfbb 3200return strerror ();
13b2be9c
DJ
3201 ;
3202 return 0;
3203}
3204_ACEOF
81ecdfbb
RW
3205for ac_lib in '' cposix; do
3206 if test -z "$ac_lib"; then
3207 ac_res="none required"
3208 else
3209 ac_res=-l$ac_lib
ab509236 3210 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3211 fi
3212 if ac_fn_c_try_link "$LINENO"; then :
3213 ac_cv_search_strerror=$ac_res
3214fi
3215rm -f core conftest.err conftest.$ac_objext \
3216 conftest$ac_exeext
3217 if test "${ac_cv_search_strerror+set}" = set; then :
3218 break
3219fi
3220done
3221if test "${ac_cv_search_strerror+set}" = set; then :
ab509236 3222
ab509236 3223else
81ecdfbb 3224 ac_cv_search_strerror=no
13b2be9c 3225fi
81ecdfbb 3226rm conftest.$ac_ext
ab509236
L
3227LIBS=$ac_func_search_save_LIBS
3228fi
81ecdfbb
RW
3229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3230$as_echo "$ac_cv_search_strerror" >&6; }
3231ac_res=$ac_cv_search_strerror
3232if test "$ac_res" != no; then :
3233 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13b2be9c 3234
ab509236 3235fi
13b2be9c
DJ
3236
3237
81ecdfbb
RW
3238am__api_version='1.11'
3239
13b2be9c
DJ
3240# Find a good install program. We prefer a C program (faster),
3241# so one script is as good as another. But avoid the broken or
3242# incompatible versions:
3243# SysV /etc/install, /usr/sbin/install
3244# SunOS /usr/etc/install
3245# IRIX /sbin/install
3246# AIX /bin/install
3247# AmigaOS /C/install, which installs bootblocks on floppy discs
3248# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3249# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3250# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 3251# OS/2's system install, which has a completely different semantic
13b2be9c 3252# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3253# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3255$as_echo_n "checking for a BSD-compatible install... " >&6; }
13b2be9c 3256if test -z "$INSTALL"; then
81ecdfbb
RW
3257if test "${ac_cv_path_install+set}" = set; then :
3258 $as_echo_n "(cached) " >&6
13b2be9c
DJ
3259else
3260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3261for as_dir in $PATH
3262do
3263 IFS=$as_save_IFS
3264 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3265 # Account for people who put trailing slashes in PATH elements.
3266case $as_dir/ in #((
3267 ./ | .// | /[cC]/* | \
13b2be9c 3268 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3269 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
13b2be9c
DJ
3270 /usr/ucb/* ) ;;
3271 *)
3272 # OSF1 and SCO ODT 3.0 have their own names for install.
3273 # Don't use installbsd from OSF since it installs stuff as root
3274 # by default.
3275 for ac_prog in ginstall scoinst install; do
3276 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3277 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
ab509236
L
3278 if test $ac_prog = install &&
3279 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3280 # AIX install. It has an incompatible calling convention.
3281 :
3282 elif test $ac_prog = install &&
3283 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3284 # program-specific install script used by HP pwplus--don't use.
3285 :
3286 else
58c85be7
RW
3287 rm -rf conftest.one conftest.two conftest.dir
3288 echo one > conftest.one
3289 echo two > conftest.two
3290 mkdir conftest.dir
3291 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3292 test -s conftest.one && test -s conftest.two &&
3293 test -s conftest.dir/conftest.one &&
3294 test -s conftest.dir/conftest.two
3295 then
3296 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3297 break 3
3298 fi
ab509236
L
3299 fi
3300 fi
13b2be9c
DJ
3301 done
3302 done
3303 ;;
3304esac
81ecdfbb
RW
3305
3306 done
3307IFS=$as_save_IFS
13b2be9c 3308
58c85be7 3309rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3310
3311fi
3312 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 3313 INSTALL=$ac_cv_path_install
252b5132 3314 else
58c85be7
RW
3315 # As a last resort, use the slow shell script. Don't cache a
3316 # value for INSTALL within a source directory, because that will
252b5132 3317 # break other packages using the cache if that directory is
58c85be7 3318 # removed, or if the value is a relative name.
13b2be9c 3319 INSTALL=$ac_install_sh
252b5132
RH
3320 fi
3321fi
81ecdfbb
RW
3322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3323$as_echo "$INSTALL" >&6; }
252b5132
RH
3324
3325# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3326# It thinks the first close brace ends the variable substitution.
3327test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3328
13b2be9c 3329test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3330
3331test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3332
81ecdfbb
RW
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3334$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3335# Just in case
3336sleep 1
13b2be9c 3337echo timestamp > conftest.file
81ecdfbb
RW
3338# Reject unsafe characters in $srcdir or the absolute working directory
3339# name. Accept space and tab only in the latter.
3340am_lf='
3341'
3342case `pwd` in
3343 *[\\\"\#\$\&\'\`$am_lf]*)
3344 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3345esac
3346case $srcdir in
3347 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3348 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3349esac
3350
252b5132
RH
3351# Do `set' in a subshell so we don't clobber the current shell's
3352# arguments. Must try -L first in case configure is actually a
3353# symlink; some systems play weird games with the mod time of symlinks
3354# (eg FreeBSD returns the mod time of the symlink's containing
3355# directory).
3356if (
81ecdfbb 3357 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3358 if test "$*" = "X"; then
3359 # -L didn't work.
81ecdfbb 3360 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3361 fi
13b2be9c
DJ
3362 rm -f conftest.file
3363 if test "$*" != "X $srcdir/configure conftest.file" \
3364 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3365
3366 # If neither matched, then we have a broken ls. This can happen
3367 # if, for instance, CONFIG_SHELL is bash and it inherits a
3368 # broken ls alias from the environment. This has actually
3369 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3370 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3371alias in your environment" "$LINENO" 5
252b5132
RH
3372 fi
3373
13b2be9c
DJ
3374 test "$2" = conftest.file
3375 )
3376then
3377 # Ok.
3378 :
3379else
81ecdfbb
RW
3380 as_fn_error "newly created file is older than distributed files!
3381Check your system clock" "$LINENO" 5
13b2be9c 3382fi
81ecdfbb
RW
3383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3384$as_echo "yes" >&6; }
13b2be9c 3385test "$program_prefix" != NONE &&
81ecdfbb 3386 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
3387# Use a double $ so make ignores it.
3388test "$program_suffix" != NONE &&
81ecdfbb
RW
3389 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3390# Double any \ or $.
13b2be9c 3391# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3392ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3393program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 3394
13b2be9c
DJ
3395# expand $ac_aux_dir to an absolute path
3396am_aux_dir=`cd $ac_aux_dir && pwd`
3397
81ecdfbb
RW
3398if test x"${MISSING+set}" != xset; then
3399 case $am_aux_dir in
3400 *\ * | *\ *)
3401 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3402 *)
3403 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3404 esac
3405fi
13b2be9c
DJ
3406# Use eval to expand $SHELL
3407if eval "$MISSING --run true"; then
3408 am_missing_run="$MISSING --run "
3409else
3410 am_missing_run=
81ecdfbb
RW
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3412$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
ab509236
L
3413fi
3414
81ecdfbb
RW
3415if test x"${install_sh}" != xset; then
3416 case $am_aux_dir in
3417 *\ * | *\ *)
3418 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3419 *)
3420 install_sh="\${SHELL} $am_aux_dir/install-sh"
3421 esac
3422fi
3423
3424# Installed binaries are usually stripped using `strip' when the user
3425# run `make install-strip'. However `strip' might not be the right
3426# tool to use in cross-compilation environments, therefore Automake
3427# will honor the `STRIP' environment variable to overrule this program.
3428if test "$cross_compiling" != no; then
3429 if test -n "$ac_tool_prefix"; then
3430 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3431set dummy ${ac_tool_prefix}strip; ac_word=$2
3432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3433$as_echo_n "checking for $ac_word... " >&6; }
3434if test "${ac_cv_prog_STRIP+set}" = set; then :
3435 $as_echo_n "(cached) " >&6
13b2be9c 3436else
81ecdfbb
RW
3437 if test -n "$STRIP"; then
3438 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
3439else
3440as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3441for as_dir in $PATH
3442do
3443 IFS=$as_save_IFS
3444 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3445 for ac_exec_ext in '' $ac_executable_extensions; do
3446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3447 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
3449 break 2
3450 fi
3451done
81ecdfbb
RW
3452 done
3453IFS=$as_save_IFS
13b2be9c
DJ
3454
3455fi
3456fi
81ecdfbb
RW
3457STRIP=$ac_cv_prog_STRIP
3458if test -n "$STRIP"; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3460$as_echo "$STRIP" >&6; }
13b2be9c 3461else
81ecdfbb
RW
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3463$as_echo "no" >&6; }
13b2be9c
DJ
3464fi
3465
13b2be9c 3466
81ecdfbb
RW
3467fi
3468if test -z "$ac_cv_prog_STRIP"; then
3469 ac_ct_STRIP=$STRIP
3470 # Extract the first word of "strip", so it can be a program name with args.
3471set dummy strip; ac_word=$2
3472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3473$as_echo_n "checking for $ac_word... " >&6; }
3474if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3475 $as_echo_n "(cached) " >&6
13b2be9c 3476else
81ecdfbb
RW
3477 if test -n "$ac_ct_STRIP"; then
3478 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 3479else
81ecdfbb
RW
3480as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3481for as_dir in $PATH
3482do
3483 IFS=$as_save_IFS
3484 test -z "$as_dir" && as_dir=.
3485 for ac_exec_ext in '' $ac_executable_extensions; do
3486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3487 ac_cv_prog_ac_ct_STRIP="strip"
3488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3489 break 2
3490 fi
3491done
3492 done
3493IFS=$as_save_IFS
3494
3495fi
3496fi
3497ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3498if test -n "$ac_ct_STRIP"; then
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3500$as_echo "$ac_ct_STRIP" >&6; }
3501else
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3503$as_echo "no" >&6; }
3504fi
3505
3506 if test "x$ac_ct_STRIP" = x; then
3507 STRIP=":"
3508 else
3509 case $cross_compiling:$ac_tool_warned in
3510yes:)
3511{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3512$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3513ac_tool_warned=yes ;;
3514esac
3515 STRIP=$ac_ct_STRIP
3516 fi
3517else
3518 STRIP="$ac_cv_prog_STRIP"
3519fi
3520
3521fi
3522INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3523
3524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3525$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3526if test -z "$MKDIR_P"; then
3527 if test "${ac_cv_path_mkdir+set}" = set; then :
3528 $as_echo_n "(cached) " >&6
3529else
3530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3531for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3532do
3533 IFS=$as_save_IFS
3534 test -z "$as_dir" && as_dir=.
3535 for ac_prog in mkdir gmkdir; do
3536 for ac_exec_ext in '' $ac_executable_extensions; do
3537 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3538 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3539 'mkdir (GNU coreutils) '* | \
3540 'mkdir (coreutils) '* | \
3541 'mkdir (fileutils) '4.1*)
3542 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3543 break 3;;
3544 esac
3545 done
3546 done
3547 done
3548IFS=$as_save_IFS
3549
3550fi
3551
3552 if test "${ac_cv_path_mkdir+set}" = set; then
3553 MKDIR_P="$ac_cv_path_mkdir -p"
3554 else
3555 # As a last resort, use the slow shell script. Don't cache a
3556 # value for MKDIR_P within a source directory, because that will
3557 # break other packages using the cache if that directory is
3558 # removed, or if the value is a relative name.
3559 test -d ./--version && rmdir ./--version
3560 MKDIR_P="$ac_install_sh -d"
3561 fi
3562fi
3563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3564$as_echo "$MKDIR_P" >&6; }
3565
3566mkdir_p="$MKDIR_P"
3567case $mkdir_p in
3568 [\\/$]* | ?:[\\/]*) ;;
3569 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3570esac
3571
3572for ac_prog in gawk mawk nawk awk
3573do
3574 # Extract the first word of "$ac_prog", so it can be a program name with args.
3575set dummy $ac_prog; ac_word=$2
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3577$as_echo_n "checking for $ac_word... " >&6; }
3578if test "${ac_cv_prog_AWK+set}" = set; then :
3579 $as_echo_n "(cached) " >&6
3580else
3581 if test -n "$AWK"; then
3582 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3583else
3584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585for as_dir in $PATH
3586do
3587 IFS=$as_save_IFS
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_AWK="$ac_prog"
3592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3593 break 2
3594 fi
3595done
3596 done
3597IFS=$as_save_IFS
3598
3599fi
3600fi
3601AWK=$ac_cv_prog_AWK
3602if test -n "$AWK"; then
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3604$as_echo "$AWK" >&6; }
3605else
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3607$as_echo "no" >&6; }
13b2be9c 3608fi
81ecdfbb
RW
3609
3610
3611 test -n "$AWK" && break
3612done
3613
3614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3615$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3616set x ${MAKE-make}
3617ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3618if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3619 $as_echo_n "(cached) " >&6
3620else
3621 cat >conftest.make <<\_ACEOF
3622SHELL = /bin/sh
3623all:
3624 @echo '@@@%%%=$(MAKE)=@@@%%%'
3625_ACEOF
3626# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3627case `${MAKE-make} -f conftest.make 2>/dev/null` in
3628 *@@@%%%=?*=@@@%%%*)
3629 eval ac_cv_prog_make_${ac_make}_set=yes;;
3630 *)
3631 eval ac_cv_prog_make_${ac_make}_set=no;;
3632esac
13b2be9c
DJ
3633rm -f conftest.make
3634fi
81ecdfbb
RW
3635if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3637$as_echo "yes" >&6; }
13b2be9c
DJ
3638 SET_MAKE=
3639else
81ecdfbb
RW
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3641$as_echo "no" >&6; }
13b2be9c
DJ
3642 SET_MAKE="MAKE=${MAKE-make}"
3643fi
3644
3645rm -rf .tst 2>/dev/null
3646mkdir .tst 2>/dev/null
3647if test -d .tst; then
3648 am__leading_dot=.
3649else
3650 am__leading_dot=_
3651fi
3652rmdir .tst 2>/dev/null
3653
3654DEPDIR="${am__leading_dot}deps"
3655
81ecdfbb 3656ac_config_commands="$ac_config_commands depfiles"
13b2be9c
DJ
3657
3658
3659am_make=${MAKE-make}
3660cat > confinc << 'END'
3661am__doit:
81ecdfbb 3662 @echo this is the am__doit target
13b2be9c
DJ
3663.PHONY: am__doit
3664END
3665# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3667$as_echo_n "checking for style of include used by $am_make... " >&6; }
13b2be9c
DJ
3668am__include="#"
3669am__quote=
3670_am_result=none
3671# First try GNU make style include.
3672echo "include confinc" > confmf
81ecdfbb
RW
3673# Ignore all kinds of additional output from `make'.
3674case `$am_make -s -f confmf 2> /dev/null` in #(
3675*the\ am__doit\ target*)
3676 am__include=include
3677 am__quote=
3678 _am_result=GNU
3679 ;;
3680esac
13b2be9c
DJ
3681# Now try BSD make style include.
3682if test "$am__include" = "#"; then
3683 echo '.include "confinc"' > confmf
81ecdfbb
RW
3684 case `$am_make -s -f confmf 2> /dev/null` in #(
3685 *the\ am__doit\ target*)
3686 am__include=.include
3687 am__quote="\""
3688 _am_result=BSD
3689 ;;
3690 esac
13b2be9c
DJ
3691fi
3692
3693
81ecdfbb
RW
3694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3695$as_echo "$_am_result" >&6; }
13b2be9c
DJ
3696rm -f confinc confmf
3697
81ecdfbb
RW
3698# Check whether --enable-dependency-tracking was given.
3699if test "${enable_dependency_tracking+set}" = set; then :
3700 enableval=$enable_dependency_tracking;
3701fi
13b2be9c 3702
13b2be9c
DJ
3703if test "x$enable_dependency_tracking" != xno; then
3704 am_depcomp="$ac_aux_dir/depcomp"
3705 AMDEPBACKSLASH='\'
3706fi
81ecdfbb 3707 if test "x$enable_dependency_tracking" != xno; then
13b2be9c
DJ
3708 AMDEP_TRUE=
3709 AMDEP_FALSE='#'
3710else
3711 AMDEP_TRUE='#'
3712 AMDEP_FALSE=
3713fi
3714
3715
81ecdfbb
RW
3716if test "`cd $srcdir && pwd`" != "`pwd`"; then
3717 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3718 # is not polluted with repeated "-I."
3719 am__isrc=' -I$(srcdir)'
3720 # test to see if srcdir already configured
3721 if test -f $srcdir/config.status; then
3722 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3723 fi
13b2be9c
DJ
3724fi
3725
3726# test whether we have cygpath
3727if test -z "$CYGPATH_W"; then
3728 if (cygpath --version) >/dev/null 2>/dev/null; then
3729 CYGPATH_W='cygpath -w'
3730 else
3731 CYGPATH_W=echo
3732 fi
3733fi
3734
3735
3736# Define the identity of the package.
2e98a7bd 3737 PACKAGE='gas'
d8bd95ef 3738 VERSION='2.26.51'
13b2be9c
DJ
3739
3740
3741cat >>confdefs.h <<_ACEOF
3742#define PACKAGE "$PACKAGE"
3743_ACEOF
3744
3745
3746cat >>confdefs.h <<_ACEOF
3747#define VERSION "$VERSION"
3748_ACEOF
3749
3750# Some tools Automake needs.
3751
3752ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3753
3754
3755AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3756
3757
3758AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3759
3760
3761AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3762
3763
3764MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3765
13b2be9c
DJ
3766# We need awk for the "check" target. The system "awk" is bad on
3767# some platforms.
8ea2b00f
AM
3768# Always define AMTAR for backward compatibility.
3769
3770AMTAR=${AMTAR-"${am_missing_run}tar"}
3771
3772am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3773
3774
252b5132 3775
d6d788bd 3776
13b2be9c 3777depcc="$CC" am_compiler_list=
d6d788bd 3778
81ecdfbb
RW
3779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3780$as_echo_n "checking dependency style of $depcc... " >&6; }
3781if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3782 $as_echo_n "(cached) " >&6
252b5132 3783else
13b2be9c
DJ
3784 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3785 # We make a subdir and do the tests there. Otherwise we can end up
3786 # making bogus files that we don't know about and never remove. For
3787 # instance it was reported that on HP-UX the gcc test will end up
3788 # making a dummy file named `D' -- because `-MD' means `put the output
3789 # in D'.
3790 mkdir conftest.dir
3791 # Copy depcomp to subdir because otherwise we won't find it if we're
3792 # using a relative directory.
3793 cp "$am_depcomp" conftest.dir
3794 cd conftest.dir
3795 # We will build objects and dependencies in a subdirectory because
3796 # it helps to detect inapplicable dependency modes. For instance
3797 # both Tru64's cc and ICC support -MD to output dependencies as a
3798 # side effect of compilation, but ICC will put the dependencies in
3799 # the current directory while Tru64 will put them in the object
3800 # directory.
3801 mkdir sub
252b5132 3802
13b2be9c
DJ
3803 am_cv_CC_dependencies_compiler_type=none
3804 if test "$am_compiler_list" = ""; then
3805 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3806 fi
81ecdfbb
RW
3807 am__universal=false
3808 case " $depcc " in #(
3809 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3810 esac
3811
13b2be9c
DJ
3812 for depmode in $am_compiler_list; do
3813 # Setup a source with many dependencies, because some compilers
3814 # like to wrap large dependency lists on column 80 (with \), and
3815 # we should not choose a depcomp mode which is confused by this.
3816 #
3817 # We need to recreate these files for each test, as the compiler may
3818 # overwrite some of them when testing with obscure command lines.
3819 # This happens at least with the AIX C compiler.
3820 : > sub/conftest.c
3821 for i in 1 2 3 4 5 6; do
3822 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3823 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3824 # Solaris 8's {/usr,}/bin/sh.
3825 touch sub/conftst$i.h
13b2be9c
DJ
3826 done
3827 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3828
81ecdfbb
RW
3829 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3830 # mode. It turns out that the SunPro C++ compiler does not properly
3831 # handle `-M -o', and we need to detect this. Also, some Intel
3832 # versions had trouble with output in subdirs
3833 am__obj=sub/conftest.${OBJEXT-o}
3834 am__minus_obj="-o $am__obj"
13b2be9c 3835 case $depmode in
81ecdfbb
RW
3836 gcc)
3837 # This depmode causes a compiler race in universal mode.
3838 test "$am__universal" = false || continue
3839 ;;
13b2be9c
DJ
3840 nosideeffect)
3841 # after this tag, mechanisms are not by side-effect, so they'll
3842 # only be used when explicitly requested
3843 if test "x$enable_dependency_tracking" = xyes; then
3844 continue
3845 else
3846 break
3847 fi
3848 ;;
81ecdfbb
RW
3849 msvisualcpp | msvcmsys)
3850 # This compiler won't grok `-c -o', but also, the minuso test has
3851 # not run yet. These depmodes are late enough in the game, and
3852 # so weak that their functioning should not be impacted.
3853 am__obj=conftest.${OBJEXT-o}
3854 am__minus_obj=
3855 ;;
13b2be9c
DJ
3856 none) break ;;
3857 esac
13b2be9c 3858 if depmode=$depmode \
81ecdfbb 3859 source=sub/conftest.c object=$am__obj \
13b2be9c 3860 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3861 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
13b2be9c 3862 >/dev/null 2>conftest.err &&
81ecdfbb 3863 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c 3864 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3865 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c
DJ
3866 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3867 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3868 # or remarks (even with -Werror). So we grep stderr for any message
3869 # that says an option was ignored or not supported.
3870 # When given -MP, icc 7.0 and 7.1 complain thusly:
3871 # icc: Command line warning: ignoring option '-M'; no argument required
3872 # The diagnosis changed in icc 8.0:
3873 # icc: Command line remark: option '-MP' not supported
3874 if (grep 'ignoring option' conftest.err ||
3875 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3876 am_cv_CC_dependencies_compiler_type=$depmode
3877 break
3878 fi
3879 fi
3880 done
252b5132 3881
13b2be9c
DJ
3882 cd ..
3883 rm -rf conftest.dir
252b5132 3884else
13b2be9c 3885 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3886fi
3887
252b5132 3888fi
81ecdfbb
RW
3889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3890$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
13b2be9c 3891CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3892
81ecdfbb 3893 if
13b2be9c
DJ
3894 test "x$enable_dependency_tracking" != xno \
3895 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3896 am__fastdepCC_TRUE=
3897 am__fastdepCC_FALSE='#'
252b5132 3898else
13b2be9c
DJ
3899 am__fastdepCC_TRUE='#'
3900 am__fastdepCC_FALSE=
252b5132
RH
3901fi
3902
d6d788bd
L
3903
3904
13b2be9c 3905
ce2cded5
L
3906ac_ext=c
3907ac_cpp='$CPP $CPPFLAGS'
3908ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3910ac_compiler_gnu=$ac_cv_c_compiler_gnu
3911if test -n "$ac_tool_prefix"; then
3912 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3913set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3915$as_echo_n "checking for $ac_word... " >&6; }
3916if test "${ac_cv_prog_CC+set}" = set; then :
3917 $as_echo_n "(cached) " >&6
252b5132 3918else
ce2cded5
L
3919 if test -n "$CC"; then
3920 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3921else
ce2cded5
L
3922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3923for as_dir in $PATH
3924do
3925 IFS=$as_save_IFS
3926 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3927 for ac_exec_ext in '' $ac_executable_extensions; do
3928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3929 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3931 break 2
3932 fi
3933done
81ecdfbb
RW
3934 done
3935IFS=$as_save_IFS
d7040cdb 3936
ce2cded5
L
3937fi
3938fi
3939CC=$ac_cv_prog_CC
3940if test -n "$CC"; then
81ecdfbb
RW
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3942$as_echo "$CC" >&6; }
bedf545c 3943else
81ecdfbb
RW
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3945$as_echo "no" >&6; }
ce2cded5 3946fi
d7040cdb 3947
81ecdfbb 3948
ce2cded5
L
3949fi
3950if test -z "$ac_cv_prog_CC"; then
3951 ac_ct_CC=$CC
3952 # Extract the first word of "gcc", so it can be a program name with args.
3953set dummy gcc; ac_word=$2
81ecdfbb
RW
3954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3955$as_echo_n "checking for $ac_word... " >&6; }
3956if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3957 $as_echo_n "(cached) " >&6
d7040cdb 3958else
ce2cded5
L
3959 if test -n "$ac_ct_CC"; then
3960 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3961else
d7040cdb
SE
3962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3963for as_dir in $PATH
3964do
3965 IFS=$as_save_IFS
3966 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3967 for ac_exec_ext in '' $ac_executable_extensions; do
3968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3969 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3971 break 2
d7040cdb 3972 fi
ce2cded5 3973done
81ecdfbb
RW
3974 done
3975IFS=$as_save_IFS
d7040cdb 3976
ce2cded5
L
3977fi
3978fi
3979ac_ct_CC=$ac_cv_prog_ac_ct_CC
3980if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3982$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3983else
81ecdfbb
RW
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3985$as_echo "no" >&6; }
d7040cdb
SE
3986fi
3987
81ecdfbb
RW
3988 if test "x$ac_ct_CC" = x; then
3989 CC=""
3990 else
3991 case $cross_compiling:$ac_tool_warned in
3992yes:)
3993{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3994$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3995ac_tool_warned=yes ;;
3996esac
3997 CC=$ac_ct_CC
3998 fi
ce2cded5
L
3999else
4000 CC="$ac_cv_prog_CC"
4001fi
d7040cdb 4002
ce2cded5 4003if test -z "$CC"; then
81ecdfbb
RW
4004 if test -n "$ac_tool_prefix"; then
4005 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 4006set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4008$as_echo_n "checking for $ac_word... " >&6; }
4009if test "${ac_cv_prog_CC+set}" = set; then :
4010 $as_echo_n "(cached) " >&6
d7040cdb 4011else
ce2cded5
L
4012 if test -n "$CC"; then
4013 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4014else
ce2cded5
L
4015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4016for as_dir in $PATH
4017do
4018 IFS=$as_save_IFS
4019 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4020 for ac_exec_ext in '' $ac_executable_extensions; do
4021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4022 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4024 break 2
4025 fi
4026done
81ecdfbb
RW
4027 done
4028IFS=$as_save_IFS
d7040cdb 4029
252b5132
RH
4030fi
4031fi
ce2cded5
L
4032CC=$ac_cv_prog_CC
4033if test -n "$CC"; then
81ecdfbb
RW
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4035$as_echo "$CC" >&6; }
ce2cded5 4036else
81ecdfbb
RW
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4038$as_echo "no" >&6; }
d7040cdb 4039fi
f9c19112 4040
ce2cded5 4041
81ecdfbb 4042 fi
ce2cded5
L
4043fi
4044if test -z "$CC"; then
4045 # Extract the first word of "cc", so it can be a program name with args.
4046set dummy cc; ac_word=$2
81ecdfbb
RW
4047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4048$as_echo_n "checking for $ac_word... " >&6; }
4049if test "${ac_cv_prog_CC+set}" = set; then :
4050 $as_echo_n "(cached) " >&6
ce2cded5
L
4051else
4052 if test -n "$CC"; then
4053 ac_cv_prog_CC="$CC" # Let the user override the test.
4054else
4055 ac_prog_rejected=no
4056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057for as_dir in $PATH
4058do
4059 IFS=$as_save_IFS
4060 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4061 for ac_exec_ext in '' $ac_executable_extensions; do
4062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5
L
4063 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4064 ac_prog_rejected=yes
4065 continue
4066 fi
4067 ac_cv_prog_CC="cc"
81ecdfbb 4068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4069 break 2
4070 fi
4071done
81ecdfbb
RW
4072 done
4073IFS=$as_save_IFS
ce2cded5
L
4074
4075if test $ac_prog_rejected = yes; then
4076 # We found a bogon in the path, so make sure we never use it.
4077 set dummy $ac_cv_prog_CC
4078 shift
4079 if test $# != 0; then
4080 # We chose a different compiler from the bogus one.
4081 # However, it has the same basename, so the bogon will be chosen
4082 # first if we set CC to just the basename; use the full file name.
4083 shift
4084 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4085 fi
4086fi
4087fi
4088fi
4089CC=$ac_cv_prog_CC
4090if test -n "$CC"; then
81ecdfbb
RW
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4092$as_echo "$CC" >&6; }
ce2cded5 4093else
81ecdfbb
RW
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095$as_echo "no" >&6; }
ce2cded5
L
4096fi
4097
81ecdfbb 4098
ce2cded5
L
4099fi
4100if test -z "$CC"; then
4101 if test -n "$ac_tool_prefix"; then
81ecdfbb 4102 for ac_prog in cl.exe
ce2cded5
L
4103 do
4104 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4105set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4107$as_echo_n "checking for $ac_word... " >&6; }
4108if test "${ac_cv_prog_CC+set}" = set; then :
4109 $as_echo_n "(cached) " >&6
ce2cded5
L
4110else
4111 if test -n "$CC"; then
4112 ac_cv_prog_CC="$CC" # Let the user override the test.
4113else
4114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4115for as_dir in $PATH
4116do
4117 IFS=$as_save_IFS
4118 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4119 for ac_exec_ext in '' $ac_executable_extensions; do
4120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4121 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4123 break 2
4124 fi
4125done
81ecdfbb
RW
4126 done
4127IFS=$as_save_IFS
ce2cded5
L
4128
4129fi
4130fi
4131CC=$ac_cv_prog_CC
4132if test -n "$CC"; then
81ecdfbb
RW
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4134$as_echo "$CC" >&6; }
ce2cded5 4135else
81ecdfbb
RW
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4137$as_echo "no" >&6; }
ce2cded5
L
4138fi
4139
81ecdfbb 4140
ce2cded5 4141 test -n "$CC" && break
d7040cdb
SE
4142 done
4143fi
ce2cded5
L
4144if test -z "$CC"; then
4145 ac_ct_CC=$CC
81ecdfbb 4146 for ac_prog in cl.exe
d7040cdb
SE
4147do
4148 # Extract the first word of "$ac_prog", so it can be a program name with args.
4149set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4151$as_echo_n "checking for $ac_word... " >&6; }
4152if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4153 $as_echo_n "(cached) " >&6
d7040cdb 4154else
ce2cded5
L
4155 if test -n "$ac_ct_CC"; then
4156 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
4157else
4158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4159for as_dir in $PATH
4160do
4161 IFS=$as_save_IFS
4162 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4163 for ac_exec_ext in '' $ac_executable_extensions; do
4164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4165 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 4167 break 2
ac48eca1 4168 fi
d7040cdb 4169done
81ecdfbb
RW
4170 done
4171IFS=$as_save_IFS
ac48eca1 4172
d7040cdb
SE
4173fi
4174fi
ce2cded5
L
4175ac_ct_CC=$ac_cv_prog_ac_ct_CC
4176if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4178$as_echo "$ac_ct_CC" >&6; }
d7040cdb 4179else
81ecdfbb
RW
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4181$as_echo "no" >&6; }
d7040cdb 4182fi
ac48eca1 4183
81ecdfbb 4184
ce2cded5 4185 test -n "$ac_ct_CC" && break
d7040cdb 4186done
ac48eca1 4187
81ecdfbb
RW
4188 if test "x$ac_ct_CC" = x; then
4189 CC=""
4190 else
4191 case $cross_compiling:$ac_tool_warned in
4192yes:)
4193{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4194$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4195ac_tool_warned=yes ;;
4196esac
4197 CC=$ac_ct_CC
4198 fi
d7040cdb 4199fi
ac48eca1 4200
d7040cdb 4201fi
ac48eca1 4202
ac48eca1 4203
81ecdfbb
RW
4204test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4205$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4206as_fn_error "no acceptable C compiler found in \$PATH
4207See \`config.log' for more details." "$LINENO" 5; }
6be7c12c 4208
ce2cded5 4209# Provide some information about the compiler.
81ecdfbb
RW
4210$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4211set X $ac_compile
4212ac_compiler=$2
4213for ac_option in --version -v -V -qversion; do
4214 { { ac_try="$ac_compiler $ac_option >&5"
4215case "(($ac_try" in
4216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4217 *) ac_try_echo=$ac_try;;
4218esac
4219eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4220$as_echo "$ac_try_echo"; } >&5
4221 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4222 ac_status=$?
81ecdfbb
RW
4223 if test -s conftest.err; then
4224 sed '10a\
4225... rest of stderr output deleted ...
4226 10q' conftest.err >conftest.er1
4227 cat conftest.er1 >&5
4228 rm -f conftest.er1 conftest.err
4229 fi
4230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4231 test $ac_status = 0; }
4232done
ac48eca1 4233
81ecdfbb
RW
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4235$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4236if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
d7040cdb 4238else
81ecdfbb 4239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4240/* end confdefs.h. */
c8615825 4241
ce2cded5
L
4242int
4243main ()
4244{
4245#ifndef __GNUC__
4246 choke me
4247#endif
4248
4249 ;
4250 return 0;
4251}
4252_ACEOF
81ecdfbb 4253if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 4254 ac_compiler_gnu=yes
d7040cdb 4255else
81ecdfbb 4256 ac_compiler_gnu=no
d7040cdb 4257fi
81ecdfbb 4258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4259ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4260
ce2cded5 4261fi
81ecdfbb
RW
4262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4263$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4264if test $ac_compiler_gnu = yes; then
4265 GCC=yes
4266else
4267 GCC=
4268fi
ce2cded5
L
4269ac_test_CFLAGS=${CFLAGS+set}
4270ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4272$as_echo_n "checking whether $CC accepts -g... " >&6; }
4273if test "${ac_cv_prog_cc_g+set}" = set; then :
4274 $as_echo_n "(cached) " >&6
4275else
4276 ac_save_c_werror_flag=$ac_c_werror_flag
4277 ac_c_werror_flag=yes
4278 ac_cv_prog_cc_g=no
4279 CFLAGS="-g"
4280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4281/* end confdefs.h. */
d7040cdb 4282
ce2cded5
L
4283int
4284main ()
4285{
d7040cdb 4286
ce2cded5
L
4287 ;
4288 return 0;
4289}
4290_ACEOF
81ecdfbb 4291if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
4292 ac_cv_prog_cc_g=yes
4293else
81ecdfbb
RW
4294 CFLAGS=""
4295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4296/* end confdefs.h. */
4297
4298int
4299main ()
4300{
4301
4302 ;
4303 return 0;
4304}
4305_ACEOF
4306if ac_fn_c_try_compile "$LINENO"; then :
4307
4308else
4309 ac_c_werror_flag=$ac_save_c_werror_flag
4310 CFLAGS="-g"
4311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4312/* end confdefs.h. */
d70c5fc7 4313
81ecdfbb
RW
4314int
4315main ()
4316{
4317
4318 ;
4319 return 0;
4320}
4321_ACEOF
4322if ac_fn_c_try_compile "$LINENO"; then :
4323 ac_cv_prog_cc_g=yes
4324fi
4325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4326fi
81ecdfbb 4327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4328fi
81ecdfbb
RW
4329rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4330 ac_c_werror_flag=$ac_save_c_werror_flag
4331fi
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4333$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
4334if test "$ac_test_CFLAGS" = set; then
4335 CFLAGS=$ac_save_CFLAGS
4336elif test $ac_cv_prog_cc_g = yes; then
4337 if test "$GCC" = yes; then
4338 CFLAGS="-g -O2"
4339 else
4340 CFLAGS="-g"
4341 fi
ac48eca1 4342else
ce2cded5
L
4343 if test "$GCC" = yes; then
4344 CFLAGS="-O2"
4345 else
4346 CFLAGS=
4347 fi
ac48eca1 4348fi
81ecdfbb
RW
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4350$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4351if test "${ac_cv_prog_cc_c89+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
ac48eca1 4353else
81ecdfbb 4354 ac_cv_prog_cc_c89=no
ce2cded5 4355ac_save_CC=$CC
81ecdfbb 4356cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
4357/* end confdefs.h. */
4358#include <stdarg.h>
4359#include <stdio.h>
4360#include <sys/types.h>
4361#include <sys/stat.h>
4362/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4363struct buf { int x; };
4364FILE * (*rcsopen) (struct buf *, struct stat *, int);
4365static char *e (p, i)
4366 char **p;
4367 int i;
4368{
4369 return p[i];
4370}
4371static char *f (char * (*g) (char **, int), char **p, ...)
4372{
4373 char *s;
4374 va_list v;
4375 va_start (v,p);
4376 s = g (p, va_arg (v,int));
4377 va_end (v);
4378 return s;
4379}
4380
4381/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4382 function prototypes and stuff, but not '\xHH' hex character constants.
4383 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4384 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
4385 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4386 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4387 that's true only with -std. */
ce2cded5
L
4388int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4389
81ecdfbb
RW
4390/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4391 inside strings and character constants. */
4392#define FOO(x) 'x'
4393int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4394
ce2cded5
L
4395int test (int i, double x);
4396struct s1 {int (*f) (int a);};
4397struct s2 {int (*f) (double a);};
4398int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4399int argc;
4400char **argv;
4401int
4402main ()
4403{
4404return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4405 ;
4406 return 0;
4407}
4408_ACEOF
81ecdfbb
RW
4409for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4410 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
4411do
4412 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4413 if ac_fn_c_try_compile "$LINENO"; then :
4414 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 4415fi
81ecdfbb
RW
4416rm -f core conftest.err conftest.$ac_objext
4417 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 4418done
81ecdfbb 4419rm -f conftest.$ac_ext
ce2cded5
L
4420CC=$ac_save_CC
4421
4422fi
81ecdfbb
RW
4423# AC_CACHE_VAL
4424case "x$ac_cv_prog_cc_c89" in
4425 x)
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4427$as_echo "none needed" >&6; } ;;
4428 xno)
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4430$as_echo "unsupported" >&6; } ;;
ce2cded5 4431 *)
81ecdfbb
RW
4432 CC="$CC $ac_cv_prog_cc_c89"
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4434$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 4435esac
81ecdfbb 4436if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 4437
ce2cded5 4438fi
d7040cdb 4439
ce2cded5
L
4440ac_ext=c
4441ac_cpp='$CPP $CPPFLAGS'
4442ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4443ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4444ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4445
7357c5b6
AM
4446ac_ext=c
4447ac_cpp='$CPP $CPPFLAGS'
4448ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4449ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4450ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4452$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4453# On Suns, sometimes $CPP names a directory.
4454if test -n "$CPP" && test -d "$CPP"; then
4455 CPP=
4456fi
4457if test -z "$CPP"; then
81ecdfbb
RW
4458 if test "${ac_cv_prog_CPP+set}" = set; then :
4459 $as_echo_n "(cached) " >&6
7357c5b6
AM
4460else
4461 # Double quotes because CPP needs to be expanded
4462 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4463 do
4464 ac_preproc_ok=false
4465for ac_c_preproc_warn_flag in '' yes
4466do
4467 # Use a header file that comes with gcc, so configuring glibc
4468 # with a fresh cross-compiler works.
4469 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4470 # <limits.h> exists even on freestanding compilers.
4471 # On the NeXT, cc -E runs the code through the compiler's parser,
4472 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4474/* end confdefs.h. */
4475#ifdef __STDC__
4476# include <limits.h>
4477#else
4478# include <assert.h>
4479#endif
4480 Syntax error
4481_ACEOF
81ecdfbb 4482if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4483
81ecdfbb 4484else
7357c5b6
AM
4485 # Broken: fails on valid input.
4486continue
4487fi
4488rm -f conftest.err conftest.$ac_ext
d7040cdb 4489
81ecdfbb 4490 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4491 # can be detected and how.
81ecdfbb 4492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4493/* end confdefs.h. */
4494#include <ac_nonexistent.h>
4495_ACEOF
81ecdfbb 4496if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4497 # Broken: success on invalid input.
4498continue
4499else
7357c5b6
AM
4500 # Passes both tests.
4501ac_preproc_ok=:
4502break
4503fi
4504rm -f conftest.err conftest.$ac_ext
d7040cdb 4505
7357c5b6
AM
4506done
4507# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4508rm -f conftest.err conftest.$ac_ext
81ecdfbb 4509if $ac_preproc_ok; then :
7357c5b6
AM
4510 break
4511fi
d7040cdb 4512
7357c5b6
AM
4513 done
4514 ac_cv_prog_CPP=$CPP
d7040cdb 4515
7357c5b6
AM
4516fi
4517 CPP=$ac_cv_prog_CPP
4518else
4519 ac_cv_prog_CPP=$CPP
4520fi
81ecdfbb
RW
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4522$as_echo "$CPP" >&6; }
7357c5b6
AM
4523ac_preproc_ok=false
4524for ac_c_preproc_warn_flag in '' yes
4525do
4526 # Use a header file that comes with gcc, so configuring glibc
4527 # with a fresh cross-compiler works.
4528 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4529 # <limits.h> exists even on freestanding compilers.
4530 # On the NeXT, cc -E runs the code through the compiler's parser,
4531 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4533/* end confdefs.h. */
4534#ifdef __STDC__
4535# include <limits.h>
4536#else
4537# include <assert.h>
4538#endif
4539 Syntax error
4540_ACEOF
81ecdfbb 4541if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4542
81ecdfbb 4543else
7357c5b6
AM
4544 # Broken: fails on valid input.
4545continue
4546fi
4547rm -f conftest.err conftest.$ac_ext
d7040cdb 4548
81ecdfbb 4549 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4550 # can be detected and how.
81ecdfbb 4551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4552/* end confdefs.h. */
4553#include <ac_nonexistent.h>
4554_ACEOF
81ecdfbb 4555if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4556 # Broken: success on invalid input.
4557continue
4558else
7357c5b6
AM
4559 # Passes both tests.
4560ac_preproc_ok=:
4561break
4562fi
4563rm -f conftest.err conftest.$ac_ext
d7040cdb 4564
7357c5b6
AM
4565done
4566# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4567rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4568if $ac_preproc_ok; then :
4569
7357c5b6 4570else
81ecdfbb
RW
4571 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4572$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4573as_fn_error "C preprocessor \"$CPP\" fails sanity check
4574See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4575fi
ac48eca1 4576
7357c5b6
AM
4577ac_ext=c
4578ac_cpp='$CPP $CPPFLAGS'
4579ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4582
ac48eca1 4583
81ecdfbb
RW
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4585$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4586if test "${ac_cv_path_GREP+set}" = set; then :
4587 $as_echo_n "(cached) " >&6
7357c5b6 4588else
81ecdfbb
RW
4589 if test -z "$GREP"; then
4590 ac_path_GREP_found=false
4591 # Loop through the user's path and test for each of PROGNAME-LIST
4592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4593for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4594do
4595 IFS=$as_save_IFS
4596 test -z "$as_dir" && as_dir=.
4597 for ac_prog in grep ggrep; do
4598 for ac_exec_ext in '' $ac_executable_extensions; do
4599 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4600 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4601# Check for GNU ac_path_GREP and select it if it is found.
4602 # Check for GNU $ac_path_GREP
4603case `"$ac_path_GREP" --version 2>&1` in
4604*GNU*)
4605 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4606*)
4607 ac_count=0
4608 $as_echo_n 0123456789 >"conftest.in"
4609 while :
4610 do
4611 cat "conftest.in" "conftest.in" >"conftest.tmp"
4612 mv "conftest.tmp" "conftest.in"
4613 cp "conftest.in" "conftest.nl"
4614 $as_echo 'GREP' >> "conftest.nl"
4615 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4616 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4617 as_fn_arith $ac_count + 1 && ac_count=$as_val
4618 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4619 # Best one so far, save it but keep looking for a better one
4620 ac_cv_path_GREP="$ac_path_GREP"
4621 ac_path_GREP_max=$ac_count
7357c5b6 4622 fi
81ecdfbb
RW
4623 # 10*(2^10) chars as input seems more than enough
4624 test $ac_count -gt 10 && break
4625 done
4626 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4627esac
4628
4629 $ac_path_GREP_found && break 3
4630 done
4631 done
4632 done
4633IFS=$as_save_IFS
4634 if test -z "$ac_cv_path_GREP"; then
4635 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4636 fi
4637else
4638 ac_cv_path_GREP=$GREP
7357c5b6 4639fi
81ecdfbb
RW
4640
4641fi
4642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4643$as_echo "$ac_cv_path_GREP" >&6; }
4644 GREP="$ac_cv_path_GREP"
ac48eca1 4645
d7040cdb 4646
81ecdfbb
RW
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4648$as_echo_n "checking for egrep... " >&6; }
4649if test "${ac_cv_path_EGREP+set}" = set; then :
4650 $as_echo_n "(cached) " >&6
7357c5b6 4651else
81ecdfbb
RW
4652 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4653 then ac_cv_path_EGREP="$GREP -E"
4654 else
4655 if test -z "$EGREP"; then
4656 ac_path_EGREP_found=false
4657 # Loop through the user's path and test for each of PROGNAME-LIST
4658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4659for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4660do
4661 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=.
4663 for ac_prog in egrep; do
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4666 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4667# Check for GNU ac_path_EGREP and select it if it is found.
4668 # Check for GNU $ac_path_EGREP
4669case `"$ac_path_EGREP" --version 2>&1` in
4670*GNU*)
4671 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4672*)
4673 ac_count=0
4674 $as_echo_n 0123456789 >"conftest.in"
4675 while :
4676 do
4677 cat "conftest.in" "conftest.in" >"conftest.tmp"
4678 mv "conftest.tmp" "conftest.in"
4679 cp "conftest.in" "conftest.nl"
4680 $as_echo 'EGREP' >> "conftest.nl"
4681 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4682 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4683 as_fn_arith $ac_count + 1 && ac_count=$as_val
4684 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4685 # Best one so far, save it but keep looking for a better one
4686 ac_cv_path_EGREP="$ac_path_EGREP"
4687 ac_path_EGREP_max=$ac_count
4688 fi
4689 # 10*(2^10) chars as input seems more than enough
4690 test $ac_count -gt 10 && break
4691 done
4692 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4693esac
4694
4695 $ac_path_EGREP_found && break 3
4696 done
4697 done
4698 done
4699IFS=$as_save_IFS
4700 if test -z "$ac_cv_path_EGREP"; then
4701 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4702 fi
4703else
4704 ac_cv_path_EGREP=$EGREP
4705fi
4706
4707 fi
4708fi
4709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4710$as_echo "$ac_cv_path_EGREP" >&6; }
4711 EGREP="$ac_cv_path_EGREP"
4712
4713
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4715$as_echo_n "checking for ANSI C header files... " >&6; }
4716if test "${ac_cv_header_stdc+set}" = set; then :
4717 $as_echo_n "(cached) " >&6
4718else
4719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4720/* end confdefs.h. */
4721#include <stdlib.h>
4722#include <stdarg.h>
4723#include <string.h>
4724#include <float.h>
d7040cdb 4725
7357c5b6
AM
4726int
4727main ()
4728{
d7040cdb 4729
7357c5b6
AM
4730 ;
4731 return 0;
4732}
4733_ACEOF
81ecdfbb 4734if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4735 ac_cv_header_stdc=yes
4736else
81ecdfbb 4737 ac_cv_header_stdc=no
7357c5b6 4738fi
81ecdfbb 4739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4740
7357c5b6
AM
4741if test $ac_cv_header_stdc = yes; then
4742 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4744/* end confdefs.h. */
4745#include <string.h>
d7040cdb 4746
7357c5b6
AM
4747_ACEOF
4748if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4749 $EGREP "memchr" >/dev/null 2>&1; then :
4750
ce2cded5 4751else
7357c5b6
AM
4752 ac_cv_header_stdc=no
4753fi
4754rm -f conftest*
d7040cdb 4755
7357c5b6 4756fi
d7040cdb 4757
7357c5b6
AM
4758if test $ac_cv_header_stdc = yes; then
4759 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4761/* end confdefs.h. */
4762#include <stdlib.h>
ac48eca1 4763
7357c5b6
AM
4764_ACEOF
4765if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4766 $EGREP "free" >/dev/null 2>&1; then :
4767
7357c5b6
AM
4768else
4769 ac_cv_header_stdc=no
4770fi
4771rm -f conftest*
d7040cdb 4772
7357c5b6 4773fi
d7040cdb 4774
7357c5b6
AM
4775if test $ac_cv_header_stdc = yes; then
4776 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4777 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4778 :
4779else
81ecdfbb 4780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4781/* end confdefs.h. */
4782#include <ctype.h>
81ecdfbb 4783#include <stdlib.h>
7357c5b6
AM
4784#if ((' ' & 0x0FF) == 0x020)
4785# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4786# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4787#else
4788# define ISLOWER(c) \
4789 (('a' <= (c) && (c) <= 'i') \
4790 || ('j' <= (c) && (c) <= 'r') \
4791 || ('s' <= (c) && (c) <= 'z'))
4792# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4793#endif
d7040cdb 4794
7357c5b6
AM
4795#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4796int
4797main ()
4798{
4799 int i;
4800 for (i = 0; i < 256; i++)
4801 if (XOR (islower (i), ISLOWER (i))
4802 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4803 return 2;
4804 return 0;
7357c5b6
AM
4805}
4806_ACEOF
81ecdfbb 4807if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4808
81ecdfbb
RW
4809else
4810 ac_cv_header_stdc=no
7357c5b6 4811fi
81ecdfbb
RW
4812rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4813 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4814fi
81ecdfbb 4815
7357c5b6
AM
4816fi
4817fi
81ecdfbb
RW
4818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4819$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4820if test $ac_cv_header_stdc = yes; then
d7040cdb 4821
81ecdfbb 4822$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4823
7357c5b6 4824fi
d7040cdb 4825
7357c5b6 4826# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4827for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4828 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4829do :
4830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4831ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4832"
4833eval as_val=\$$as_ac_Header
4834 if test "x$as_val" = x""yes; then :
7357c5b6 4835 cat >>confdefs.h <<_ACEOF
81ecdfbb 4836#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4837_ACEOF
ce2cded5 4838
7357c5b6 4839fi
ce2cded5 4840
7357c5b6 4841done
ce2cded5
L
4842
4843
4844
81ecdfbb
RW
4845 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4846if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4847 MINIX=yes
4848else
4849 MINIX=
4850fi
d7040cdb
SE
4851
4852
7357c5b6 4853 if test "$MINIX" = yes; then
d7040cdb 4854
81ecdfbb 4855$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4856
4857
81ecdfbb 4858$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4859
4860
81ecdfbb 4861$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4862
7357c5b6 4863 fi
d7040cdb
SE
4864
4865
81ecdfbb
RW
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4867$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4868if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
ac48eca1 4870else
81ecdfbb 4871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4872/* end confdefs.h. */
ac48eca1 4873
7357c5b6
AM
4874# define __EXTENSIONS__ 1
4875 $ac_includes_default
4876int
4877main ()
4878{
13b2be9c 4879
7357c5b6
AM
4880 ;
4881 return 0;
4882}
4883_ACEOF
81ecdfbb 4884if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4885 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4886else
81ecdfbb 4887 ac_cv_safe_to_define___extensions__=no
d6d788bd 4888fi
81ecdfbb 4889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4890fi
81ecdfbb
RW
4891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4892$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4893 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4894 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4895
81ecdfbb 4896 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4897
81ecdfbb 4898 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4899
81ecdfbb 4900 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4901
81ecdfbb 4902 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4903
a74801ba 4904
d053aef8 4905
81ecdfbb 4906
da2f07f1 4907
718a6fd8
SE
4908case `pwd` in
4909 *\ * | *\ *)
81ecdfbb
RW
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4911$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4912esac
13b2be9c 4913
252b5132 4914
7357c5b6 4915
f2c621e4
AS
4916macro_version='2.2.7a'
4917macro_revision='1.3134'
7357c5b6
AM
4918
4919
4920
4921
4922
4923
7357c5b6
AM
4924
4925
4926
4927
4928
4929
4930
718a6fd8 4931ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4932
3725885a
RW
4933# Backslashify metacharacters that are still active within
4934# double-quoted strings.
4935sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4936
4937# Same as above, but do not quote variable references.
4938double_quote_subst='s/\(["`\\]\)/\\\1/g'
4939
4940# Sed substitution to delay expansion of an escaped shell variable in a
4941# double_quote_subst'ed string.
4942delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4943
4944# Sed substitution to delay expansion of an escaped single quote.
4945delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4946
4947# Sed substitution to avoid accidental globbing in evaled expressions
4948no_glob_subst='s/\*/\\\*/g'
4949
4950ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4951ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4952ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4953
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4955$as_echo_n "checking how to print strings... " >&6; }
4956# Test print first, because it will be a builtin if present.
f2c621e4 4957if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4958 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4959 ECHO='print -r --'
4960elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4961 ECHO='printf %s\n'
4962else
4963 # Use this function as a fallback that always works.
4964 func_fallback_echo ()
4965 {
4966 eval 'cat <<_LTECHO_EOF
4967$1
4968_LTECHO_EOF'
4969 }
4970 ECHO='func_fallback_echo'
4971fi
4972
4973# func_echo_all arg...
4974# Invoke $ECHO with all args, space-separated.
4975func_echo_all ()
4976{
4977 $ECHO ""
4978}
4979
4980case "$ECHO" in
4981 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4982$as_echo "printf" >&6; } ;;
4983 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4984$as_echo "print -r" >&6; } ;;
4985 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4986$as_echo "cat" >&6; } ;;
4987esac
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
81ecdfbb
RW
5002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5003$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5004if test "${ac_cv_path_SED+set}" = set; then :
5005 $as_echo_n "(cached) " >&6
5006else
5007 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5008 for ac_i in 1 2 3 4 5 6 7; do
5009 ac_script="$ac_script$as_nl$ac_script"
5010 done
5011 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5012 { ac_script=; unset ac_script;}
5013 if test -z "$SED"; then
5014 ac_path_SED_found=false
5015 # Loop through the user's path and test for each of PROGNAME-LIST
5016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5017for as_dir in $PATH
5018do
5019 IFS=$as_save_IFS
5020 test -z "$as_dir" && as_dir=.
81ecdfbb 5021 for ac_prog in sed gsed; do
7357c5b6 5022 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5023 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5024 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5025# Check for GNU ac_path_SED and select it if it is found.
5026 # Check for GNU $ac_path_SED
5027case `"$ac_path_SED" --version 2>&1` in
5028*GNU*)
5029 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5030*)
5031 ac_count=0
5032 $as_echo_n 0123456789 >"conftest.in"
5033 while :
5034 do
5035 cat "conftest.in" "conftest.in" >"conftest.tmp"
5036 mv "conftest.tmp" "conftest.in"
5037 cp "conftest.in" "conftest.nl"
5038 $as_echo '' >> "conftest.nl"
5039 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5040 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5041 as_fn_arith $ac_count + 1 && ac_count=$as_val
5042 if test $ac_count -gt ${ac_path_SED_max-0}; then
5043 # Best one so far, save it but keep looking for a better one
5044 ac_cv_path_SED="$ac_path_SED"
5045 ac_path_SED_max=$ac_count
5046 fi
5047 # 10*(2^10) chars as input seems more than enough
5048 test $ac_count -gt 10 && break
5049 done
5050 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5051esac
5052
5053 $ac_path_SED_found && break 3
7357c5b6
AM
5054 done
5055 done
81ecdfbb 5056 done
7357c5b6 5057IFS=$as_save_IFS
81ecdfbb
RW
5058 if test -z "$ac_cv_path_SED"; then
5059 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5060 fi
81ecdfbb
RW
5061else
5062 ac_cv_path_SED=$SED
7357c5b6
AM
5063fi
5064
81ecdfbb
RW
5065fi
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5067$as_echo "$ac_cv_path_SED" >&6; }
5068 SED="$ac_cv_path_SED"
5069 rm -f conftest.sed
7357c5b6
AM
5070
5071test -z "$SED" && SED=sed
5072Xsed="$SED -e 1s/^X//"
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
81ecdfbb
RW
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5085$as_echo_n "checking for fgrep... " >&6; }
5086if test "${ac_cv_path_FGREP+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
7357c5b6 5088else
81ecdfbb
RW
5089 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5090 then ac_cv_path_FGREP="$GREP -F"
5091 else
5092 if test -z "$FGREP"; then
5093 ac_path_FGREP_found=false
5094 # Loop through the user's path and test for each of PROGNAME-LIST
5095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5096for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5097do
5098 IFS=$as_save_IFS
5099 test -z "$as_dir" && as_dir=.
5100 for ac_prog in fgrep; do
5101 for ac_exec_ext in '' $ac_executable_extensions; do
5102 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5103 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5104# Check for GNU ac_path_FGREP and select it if it is found.
5105 # Check for GNU $ac_path_FGREP
5106case `"$ac_path_FGREP" --version 2>&1` in
5107*GNU*)
5108 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5109*)
5110 ac_count=0
5111 $as_echo_n 0123456789 >"conftest.in"
5112 while :
5113 do
5114 cat "conftest.in" "conftest.in" >"conftest.tmp"
5115 mv "conftest.tmp" "conftest.in"
5116 cp "conftest.in" "conftest.nl"
5117 $as_echo 'FGREP' >> "conftest.nl"
5118 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5119 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5120 as_fn_arith $ac_count + 1 && ac_count=$as_val
5121 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5122 # Best one so far, save it but keep looking for a better one
5123 ac_cv_path_FGREP="$ac_path_FGREP"
5124 ac_path_FGREP_max=$ac_count
7357c5b6 5125 fi
81ecdfbb
RW
5126 # 10*(2^10) chars as input seems more than enough
5127 test $ac_count -gt 10 && break
5128 done
5129 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5130esac
5131
5132 $ac_path_FGREP_found && break 3
5133 done
5134 done
5135 done
5136IFS=$as_save_IFS
5137 if test -z "$ac_cv_path_FGREP"; then
5138 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5139 fi
5140else
5141 ac_cv_path_FGREP=$FGREP
7357c5b6 5142fi
81ecdfbb
RW
5143
5144 fi
5145fi
5146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5147$as_echo "$ac_cv_path_FGREP" >&6; }
5148 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5149
5150
5151test -z "$GREP" && GREP=grep
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
81ecdfbb
RW
5171# Check whether --with-gnu-ld was given.
5172if test "${with_gnu_ld+set}" = set; then :
5173 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5174else
5175 with_gnu_ld=no
81ecdfbb
RW
5176fi
5177
ce2cded5
L
5178ac_prog=ld
5179if test "$GCC" = yes; then
5180 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5182$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
5183 case $host in
5184 *-*-mingw*)
5185 # gcc leaves a trailing carriage return which upsets mingw
5186 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5187 *)
5188 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5189 esac
5190 case $ac_prog in
5191 # Accept absolute paths.
5192 [\\/]* | ?:[\\/]*)
5193 re_direlt='/[^/][^/]*/\.\./'
5194 # Canonicalize the pathname of ld
5195 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5196 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5197 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5198 done
5199 test -z "$LD" && LD="$ac_prog"
5200 ;;
5201 "")
5202 # If it fails, then pretend we aren't using GCC.
5203 ac_prog=ld
5204 ;;
5205 *)
5206 # If it is relative, then search for the first ld in PATH.
5207 with_gnu_ld=unknown
5208 ;;
5209 esac
5210elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5212$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 5213else
81ecdfbb
RW
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5215$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5216fi
81ecdfbb
RW
5217if test "${lt_cv_path_LD+set}" = set; then :
5218 $as_echo_n "(cached) " >&6
ce2cded5
L
5219else
5220 if test -z "$LD"; then
5221 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5222 for ac_dir in $PATH; do
5223 IFS="$lt_save_ifs"
5224 test -z "$ac_dir" && ac_dir=.
5225 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5226 lt_cv_path_LD="$ac_dir/$ac_prog"
5227 # Check to see if the program is GNU ld. I'd rather use --version,
5228 # but apparently some variants of GNU ld only accept -v.
5229 # Break only if it was the GNU/non-GNU ld that we prefer.
5230 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5231 *GNU* | *'with BFD'*)
5232 test "$with_gnu_ld" != no && break
5233 ;;
5234 *)
5235 test "$with_gnu_ld" != yes && break
5236 ;;
5237 esac
5238 fi
5239 done
5240 IFS="$lt_save_ifs"
5241else
5242 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5243fi
5244fi
5245
5246LD="$lt_cv_path_LD"
5247if test -n "$LD"; then
81ecdfbb
RW
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5249$as_echo "$LD" >&6; }
ce2cded5 5250else
81ecdfbb
RW
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5252$as_echo "no" >&6; }
ce2cded5 5253fi
81ecdfbb
RW
5254test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5256$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5257if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5258 $as_echo_n "(cached) " >&6
ce2cded5
L
5259else
5260 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5261case `$LD -v 2>&1 </dev/null` in
5262*GNU* | *'with BFD'*)
5263 lt_cv_prog_gnu_ld=yes
5264 ;;
5265*)
5266 lt_cv_prog_gnu_ld=no
5267 ;;
5268esac
5269fi
81ecdfbb
RW
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5271$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
5272with_gnu_ld=$lt_cv_prog_gnu_ld
5273
5274
5275
5276
5277
5278
5279
5280
5281
81ecdfbb
RW
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5283$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5284if test "${lt_cv_path_NM+set}" = set; then :
5285 $as_echo_n "(cached) " >&6
ce2cded5
L
5286else
5287 if test -n "$NM"; then
5288 # Let the user override the test.
5289 lt_cv_path_NM="$NM"
5290else
5291 lt_nm_to_check="${ac_tool_prefix}nm"
5292 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5293 lt_nm_to_check="$lt_nm_to_check nm"
5294 fi
5295 for lt_tmp_nm in $lt_nm_to_check; do
5296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5297 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5298 IFS="$lt_save_ifs"
5299 test -z "$ac_dir" && ac_dir=.
5300 tmp_nm="$ac_dir/$lt_tmp_nm"
5301 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5302 # Check to see if the nm accepts a BSD-compat flag.
5303 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5304 # nm: unknown option "B" ignored
5305 # Tru64's nm complains that /dev/null is an invalid object file
5306 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5307 */dev/null* | *'Invalid file or object type'*)
5308 lt_cv_path_NM="$tmp_nm -B"
5309 break
5310 ;;
5311 *)
5312 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5313 */dev/null*)
5314 lt_cv_path_NM="$tmp_nm -p"
5315 break
5316 ;;
5317 *)
5318 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5319 continue # so that we can try to find one that supports BSD flags
5320 ;;
5321 esac
5322 ;;
5323 esac
5324 fi
5325 done
5326 IFS="$lt_save_ifs"
5327 done
5328 : ${lt_cv_path_NM=no}
5329fi
5330fi
81ecdfbb
RW
5331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5332$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5333if test "$lt_cv_path_NM" != "no"; then
5334 NM="$lt_cv_path_NM"
5335else
5336 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5337 if test -n "$DUMPBIN"; then :
5338 # Let the user override the test.
5339 else
5340 if test -n "$ac_tool_prefix"; then
5341 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5342 do
5343 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5344set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5346$as_echo_n "checking for $ac_word... " >&6; }
5347if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
d7040cdb 5349else
ce2cded5
L
5350 if test -n "$DUMPBIN"; then
5351 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5352else
5353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5354for as_dir in $PATH
5355do
5356 IFS=$as_save_IFS
5357 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5358 for ac_exec_ext in '' $ac_executable_extensions; do
5359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5360 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5362 break 2
d70c5fc7 5363 fi
d7040cdb 5364done
81ecdfbb
RW
5365 done
5366IFS=$as_save_IFS
d70c5fc7 5367
d7040cdb
SE
5368fi
5369fi
ce2cded5
L
5370DUMPBIN=$ac_cv_prog_DUMPBIN
5371if test -n "$DUMPBIN"; then
81ecdfbb
RW
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5373$as_echo "$DUMPBIN" >&6; }
bedf545c 5374else
81ecdfbb
RW
5375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5376$as_echo "no" >&6; }
d7040cdb 5377fi
13b2be9c 5378
81ecdfbb 5379
ce2cded5
L
5380 test -n "$DUMPBIN" && break
5381 done
5382fi
5383if test -z "$DUMPBIN"; then
5384 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5385 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5386do
5387 # Extract the first word of "$ac_prog", so it can be a program name with args.
5388set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5390$as_echo_n "checking for $ac_word... " >&6; }
5391if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5392 $as_echo_n "(cached) " >&6
d7040cdb 5393else
ce2cded5
L
5394 if test -n "$ac_ct_DUMPBIN"; then
5395 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5396else
5397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5398for as_dir in $PATH
5399do
5400 IFS=$as_save_IFS
5401 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5402 for ac_exec_ext in '' $ac_executable_extensions; do
5403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5404 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5406 break 2
5407 fi
5408done
81ecdfbb
RW
5409 done
5410IFS=$as_save_IFS
ce2cded5
L
5411
5412fi
5413fi
5414ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5415if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5417$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5418else
81ecdfbb
RW
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5420$as_echo "no" >&6; }
d7040cdb
SE
5421fi
5422
81ecdfbb 5423
ce2cded5
L
5424 test -n "$ac_ct_DUMPBIN" && break
5425done
13b2be9c 5426
81ecdfbb
RW
5427 if test "x$ac_ct_DUMPBIN" = x; then
5428 DUMPBIN=":"
5429 else
5430 case $cross_compiling:$ac_tool_warned in
5431yes:)
5432{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5433$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5434ac_tool_warned=yes ;;
5435esac
5436 DUMPBIN=$ac_ct_DUMPBIN
5437 fi
ce2cded5 5438fi
13b2be9c 5439
3725885a
RW
5440 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5441 *COFF*)
5442 DUMPBIN="$DUMPBIN -symbols"
5443 ;;
5444 *)
5445 DUMPBIN=:
5446 ;;
5447 esac
5448 fi
bedf545c 5449
ce2cded5
L
5450 if test "$DUMPBIN" != ":"; then
5451 NM="$DUMPBIN"
5452 fi
5453fi
5454test -z "$NM" && NM=nm
6840198f 5455
13b2be9c 5456
ac48eca1 5457
d7040cdb 5458
ce2cded5
L
5459
5460
81ecdfbb
RW
5461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5462$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5463if test "${lt_cv_nm_interface+set}" = set; then :
5464 $as_echo_n "(cached) " >&6
ce2cded5
L
5465else
5466 lt_cv_nm_interface="BSD nm"
5467 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5468 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5469 (eval "$ac_compile" 2>conftest.err)
5470 cat conftest.err >&5
3725885a 5471 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5472 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5473 cat conftest.err >&5
3725885a 5474 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5475 cat conftest.out >&5
5476 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5477 lt_cv_nm_interface="MS dumpbin"
5478 fi
5479 rm -f conftest*
5480fi
81ecdfbb
RW
5481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5482$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5483
81ecdfbb
RW
5484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5485$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5486LN_S=$as_ln_s
5487if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5489$as_echo "yes" >&6; }
ce2cded5 5490else
81ecdfbb
RW
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5492$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5493fi
5494
5495# find the maximum length of command line arguments
81ecdfbb
RW
5496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5497$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5498if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5499 $as_echo_n "(cached) " >&6
ce2cded5
L
5500else
5501 i=0
5502 teststring="ABCD"
5503
5504 case $build_os in
5505 msdosdjgpp*)
5506 # On DJGPP, this test can blow up pretty badly due to problems in libc
5507 # (any single argument exceeding 2000 bytes causes a buffer overrun
5508 # during glob expansion). Even if it were fixed, the result of this
5509 # check would be larger than it should be.
5510 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5511 ;;
5512
5513 gnu*)
5514 # Under GNU Hurd, this test is not required because there is
5515 # no limit to the length of command line arguments.
5516 # Libtool will interpret -1 as no limit whatsoever
5517 lt_cv_sys_max_cmd_len=-1;
5518 ;;
5519
718a6fd8 5520 cygwin* | mingw* | cegcc*)
ce2cded5
L
5521 # On Win9x/ME, this test blows up -- it succeeds, but takes
5522 # about 5 minutes as the teststring grows exponentially.
5523 # Worse, since 9x/ME are not pre-emptively multitasking,
5524 # you end up with a "frozen" computer, even though with patience
5525 # the test eventually succeeds (with a max line length of 256k).
5526 # Instead, let's just punt: use the minimum linelength reported by
5527 # all of the supported platforms: 8192 (on NT/2K/XP).
5528 lt_cv_sys_max_cmd_len=8192;
5529 ;;
5530
3725885a
RW
5531 mint*)
5532 # On MiNT this can take a long time and run out of memory.
5533 lt_cv_sys_max_cmd_len=8192;
5534 ;;
5535
ce2cded5
L
5536 amigaos*)
5537 # On AmigaOS with pdksh, this test takes hours, literally.
5538 # So we just punt and use a minimum line length of 8192.
5539 lt_cv_sys_max_cmd_len=8192;
5540 ;;
5541
5542 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5543 # This has been around since 386BSD, at least. Likely further.
5544 if test -x /sbin/sysctl; then
5545 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5546 elif test -x /usr/sbin/sysctl; then
5547 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5548 else
5549 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5550 fi
5551 # And add a safety zone
5552 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5553 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5554 ;;
5555
5556 interix*)
5557 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5558 lt_cv_sys_max_cmd_len=196608
5559 ;;
5560
5561 osf*)
5562 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5563 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5564 # nice to cause kernel panics so lets avoid the loop below.
5565 # First set a reasonable default.
5566 lt_cv_sys_max_cmd_len=16384
5567 #
5568 if test -x /sbin/sysconfig; then
5569 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5570 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5571 esac
5572 fi
5573 ;;
5574 sco3.2v5*)
5575 lt_cv_sys_max_cmd_len=102400
5576 ;;
5577 sysv5* | sco5v6* | sysv4.2uw2*)
5578 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5579 if test -n "$kargmax"; then
5580 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5581 else
5582 lt_cv_sys_max_cmd_len=32768
5583 fi
d7040cdb
SE
5584 ;;
5585 *)
718a6fd8
SE
5586 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5587 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5588 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5589 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5590 else
5591 # Make teststring a little bigger before we do anything with it.
5592 # a 1K string should be a reasonable start.
5593 for i in 1 2 3 4 5 6 7 8 ; do
5594 teststring=$teststring$teststring
5595 done
5596 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5597 # If test is not a shell built-in, we'll probably end up computing a
5598 # maximum length that is only half of the actual maximum length, but
5599 # we can't tell.
3725885a
RW
5600 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5601 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5602 test $i != 17 # 1/2 MB should be enough
5603 do
5604 i=`expr $i + 1`
5605 teststring=$teststring$teststring
5606 done
5607 # Only check the string length outside the loop.
5608 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5609 teststring=
5610 # Add a significant safety factor because C++ compilers can tack on
5611 # massive amounts of additional arguments before passing them to the
5612 # linker. It appears as though 1/2 is a usable value.
5613 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5614 fi
d7040cdb
SE
5615 ;;
5616 esac
252b5132 5617
ce2cded5 5618fi
d6d788bd 5619
ce2cded5 5620if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5622$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5623else
81ecdfbb
RW
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5625$as_echo "none" >&6; }
ce2cded5
L
5626fi
5627max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5628
d6d788bd 5629
13b2be9c 5630
13b2be9c 5631
bedf545c 5632
252b5132 5633
ce2cded5
L
5634: ${CP="cp -f"}
5635: ${MV="mv -f"}
5636: ${RM="rm -f"}
d6d788bd 5637
81ecdfbb
RW
5638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5639$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5640# Try some XSI features
5641xsi_shell=no
5642( _lt_dummy="a/b/c"
f2c621e4
AS
5643 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5644 = c,a/b,, \
718a6fd8
SE
5645 && eval 'test $(( 1 + 1 )) -eq 2 \
5646 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5647 && xsi_shell=yes
81ecdfbb
RW
5648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5649$as_echo "$xsi_shell" >&6; }
bedf545c 5650
bedf545c 5651
81ecdfbb
RW
5652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5653$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5654lt_shell_append=no
5655( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5656 >/dev/null 2>&1 \
5657 && lt_shell_append=yes
81ecdfbb
RW
5658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5659$as_echo "$lt_shell_append" >&6; }
252b5132 5660
d6d788bd 5661
ce2cded5
L
5662if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5663 lt_unset=unset
5664else
5665 lt_unset=false
5666fi
13b2be9c
DJ
5667
5668
5669
5670
d6d788bd 5671
ce2cded5
L
5672# test EBCDIC or ASCII
5673case `echo X|tr X '\101'` in
5674 A) # ASCII based system
5675 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5676 lt_SP2NL='tr \040 \012'
5677 lt_NL2SP='tr \015\012 \040\040'
5678 ;;
5679 *) # EBCDIC based system
5680 lt_SP2NL='tr \100 \n'
5681 lt_NL2SP='tr \r\n \100\100'
5682 ;;
5683esac
c43a438d 5684
c43a438d 5685
c43a438d 5686
252b5132 5687
ad22bfe8 5688
1ad12f97 5689
1ad12f97 5690
9e9b66a9 5691
1ad12f97 5692
81ecdfbb
RW
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5694$as_echo_n "checking for $LD option to reload object files... " >&6; }
5695if test "${lt_cv_ld_reload_flag+set}" = set; then :
5696 $as_echo_n "(cached) " >&6
ce2cded5
L
5697else
5698 lt_cv_ld_reload_flag='-r'
5699fi
81ecdfbb
RW
5700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5701$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5702reload_flag=$lt_cv_ld_reload_flag
5703case $reload_flag in
5704"" | " "*) ;;
5705*) reload_flag=" $reload_flag" ;;
5706esac
5707reload_cmds='$LD$reload_flag -o $output$reload_objs'
5708case $host_os in
5709 darwin*)
5710 if test "$GCC" = yes; then
5711 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5712 else
5713 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5714 fi
5715 ;;
5716esac
a541e3ce 5717
9e9b66a9 5718
a2d91340 5719
d6d788bd 5720
9e9b66a9
AM
5721
5722
5723
d6d788bd 5724
252b5132 5725
718a6fd8
SE
5726if test -n "$ac_tool_prefix"; then
5727 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5728set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5730$as_echo_n "checking for $ac_word... " >&6; }
5731if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
718a6fd8
SE
5733else
5734 if test -n "$OBJDUMP"; then
5735 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5736else
5737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5738for as_dir in $PATH
5739do
5740 IFS=$as_save_IFS
5741 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5742 for ac_exec_ext in '' $ac_executable_extensions; do
5743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5744 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5746 break 2
5747 fi
5748done
81ecdfbb
RW
5749 done
5750IFS=$as_save_IFS
718a6fd8
SE
5751
5752fi
5753fi
5754OBJDUMP=$ac_cv_prog_OBJDUMP
5755if test -n "$OBJDUMP"; then
81ecdfbb
RW
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5757$as_echo "$OBJDUMP" >&6; }
718a6fd8 5758else
81ecdfbb
RW
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5760$as_echo "no" >&6; }
718a6fd8
SE
5761fi
5762
81ecdfbb 5763
718a6fd8
SE
5764fi
5765if test -z "$ac_cv_prog_OBJDUMP"; then
5766 ac_ct_OBJDUMP=$OBJDUMP
5767 # Extract the first word of "objdump", so it can be a program name with args.
5768set dummy objdump; ac_word=$2
81ecdfbb
RW
5769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5770$as_echo_n "checking for $ac_word... " >&6; }
5771if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5772 $as_echo_n "(cached) " >&6
718a6fd8
SE
5773else
5774 if test -n "$ac_ct_OBJDUMP"; then
5775 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5776else
5777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5778for as_dir in $PATH
5779do
5780 IFS=$as_save_IFS
5781 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5782 for ac_exec_ext in '' $ac_executable_extensions; do
5783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5784 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5786 break 2
5787 fi
5788done
81ecdfbb
RW
5789 done
5790IFS=$as_save_IFS
718a6fd8 5791
718a6fd8
SE
5792fi
5793fi
5794ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5795if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5797$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5798else
81ecdfbb
RW
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5800$as_echo "no" >&6; }
718a6fd8
SE
5801fi
5802
81ecdfbb
RW
5803 if test "x$ac_ct_OBJDUMP" = x; then
5804 OBJDUMP="false"
5805 else
5806 case $cross_compiling:$ac_tool_warned in
5807yes:)
5808{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5809$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5810ac_tool_warned=yes ;;
5811esac
5812 OBJDUMP=$ac_ct_OBJDUMP
5813 fi
718a6fd8
SE
5814else
5815 OBJDUMP="$ac_cv_prog_OBJDUMP"
5816fi
5817
5818test -z "$OBJDUMP" && OBJDUMP=objdump
5819
5820
5821
5822
5823
5824
5825
5826
13b2be9c 5827
81ecdfbb
RW
5828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5829$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5830if test "${lt_cv_deplibs_check_method+set}" = set; then :
5831 $as_echo_n "(cached) " >&6
d7040cdb 5832else
ce2cded5
L
5833 lt_cv_file_magic_cmd='$MAGIC_CMD'
5834lt_cv_file_magic_test_file=
5835lt_cv_deplibs_check_method='unknown'
5836# Need to set the preceding variable on all platforms that support
5837# interlibrary dependencies.
5838# 'none' -- dependencies not supported.
5839# `unknown' -- same as none, but documents that we really don't know.
5840# 'pass_all' -- all dependencies passed with no checks.
5841# 'test_compile' -- check by making test program.
5842# 'file_magic [[regex]]' -- check by looking for files in library path
5843# which responds to the $file_magic_cmd with a given extended regex.
5844# If you have `file' or equivalent on your system and you're not sure
5845# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 5846
ce2cded5 5847case $host_os in
50e7d84b 5848aix[4-9]*)
ce2cded5
L
5849 lt_cv_deplibs_check_method=pass_all
5850 ;;
d7040cdb 5851
ce2cded5
L
5852beos*)
5853 lt_cv_deplibs_check_method=pass_all
5854 ;;
d7040cdb 5855
ce2cded5
L
5856bsdi[45]*)
5857 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5858 lt_cv_file_magic_cmd='/usr/bin/file -L'
5859 lt_cv_file_magic_test_file=/shlib/libc.so
5860 ;;
d7040cdb 5861
ce2cded5
L
5862cygwin*)
5863 # func_win32_libid is a shell function defined in ltmain.sh
5864 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5865 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 5866 ;;
ce2cded5
L
5867
5868mingw* | pw32*)
5869 # Base MSYS/MinGW do not provide the 'file' command needed by
5870 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5871 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5872 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5873 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
5874 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5875 lt_cv_file_magic_cmd='func_win32_libid'
5876 else
f2c621e4 5877 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
5878 lt_cv_file_magic_cmd='$OBJDUMP -f'
5879 fi
d7040cdb 5880 ;;
ce2cded5 5881
3725885a 5882cegcc*)
718a6fd8
SE
5883 # use the weaker test based on 'objdump'. See mingw*.
5884 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5885 lt_cv_file_magic_cmd='$OBJDUMP -f'
5886 ;;
5887
ce2cded5
L
5888darwin* | rhapsody*)
5889 lt_cv_deplibs_check_method=pass_all
5890 ;;
5891
5892freebsd* | dragonfly*)
5893 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5894 case $host_cpu in
5895 i*86 )
5896 # Not sure whether the presence of OpenBSD here was a mistake.
5897 # Let's accept both of them until this is cleared up.
5898 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5899 lt_cv_file_magic_cmd=/usr/bin/file
5900 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5901 ;;
5902 esac
5903 else
5904 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5905 fi
5906 ;;
ce2cded5
L
5907
5908gnu*)
5909 lt_cv_deplibs_check_method=pass_all
d7040cdb 5910 ;;
ce2cded5 5911
3725885a
RW
5912haiku*)
5913 lt_cv_deplibs_check_method=pass_all
5914 ;;
5915
ce2cded5
L
5916hpux10.20* | hpux11*)
5917 lt_cv_file_magic_cmd=/usr/bin/file
5918 case $host_cpu in
5919 ia64*)
5920 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5921 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5922 ;;
5923 hppa*64*)
3725885a 5924 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]'
ce2cded5
L
5925 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5926 ;;
5927 *)
3725885a 5928 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
5929 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5930 ;;
5931 esac
d7040cdb 5932 ;;
ce2cded5
L
5933
5934interix[3-9]*)
5935 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5936 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 5937 ;;
ce2cded5
L
5938
5939irix5* | irix6* | nonstopux*)
5940 case $LD in
5941 *-32|*"-32 ") libmagic=32-bit;;
5942 *-n32|*"-n32 ") libmagic=N32;;
5943 *-64|*"-64 ") libmagic=64-bit;;
5944 *) libmagic=never-match;;
5945 esac
5946 lt_cv_deplibs_check_method=pass_all
d7040cdb 5947 ;;
ce2cded5
L
5948
5949# This must be Linux ELF.
58e24671 5950linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 5951 lt_cv_deplibs_check_method=pass_all
d7040cdb 5952 ;;
ce2cded5
L
5953
5954netbsd*)
5955 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5956 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5957 else
5958 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5959 fi
d7040cdb 5960 ;;
ce2cded5
L
5961
5962newos6*)
5963 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5964 lt_cv_file_magic_cmd=/usr/bin/file
5965 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 5966 ;;
76a27922 5967
ce2cded5
L
5968*nto* | *qnx*)
5969 lt_cv_deplibs_check_method=pass_all
5970 ;;
d6d788bd 5971
ce2cded5
L
5972openbsd*)
5973 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5974 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5975 else
5976 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5977 fi
5978 ;;
44f2f9d2 5979
ce2cded5
L
5980osf3* | osf4* | osf5*)
5981 lt_cv_deplibs_check_method=pass_all
5982 ;;
44f2f9d2 5983
ce2cded5
L
5984rdos*)
5985 lt_cv_deplibs_check_method=pass_all
5986 ;;
5987
5988solaris*)
5989 lt_cv_deplibs_check_method=pass_all
5990 ;;
5991
5992sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5993 lt_cv_deplibs_check_method=pass_all
5994 ;;
5995
5996sysv4 | sysv4.3*)
5997 case $host_vendor in
5998 motorola)
5999 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]'
6000 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6001 ;;
6002 ncr)
6003 lt_cv_deplibs_check_method=pass_all
6004 ;;
6005 sequent)
6006 lt_cv_file_magic_cmd='/bin/file'
6007 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6008 ;;
6009 sni)
6010 lt_cv_file_magic_cmd='/bin/file'
6011 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6012 lt_cv_file_magic_test_file=/lib/libc.so
6013 ;;
6014 siemens)
6015 lt_cv_deplibs_check_method=pass_all
6016 ;;
6017 pc)
6018 lt_cv_deplibs_check_method=pass_all
6019 ;;
6020 esac
6021 ;;
6022
6023tpf*)
6024 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6025 ;;
6026esac
6027
ce2cded5 6028fi
81ecdfbb
RW
6029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6030$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
6031file_magic_cmd=$lt_cv_file_magic_cmd
6032deplibs_check_method=$lt_cv_deplibs_check_method
6033test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6034
d7040cdb 6035
d7040cdb 6036
d7040cdb 6037
d7040cdb 6038
44f2f9d2 6039
d7040cdb 6040
d7040cdb 6041
d7040cdb 6042
d7040cdb 6043
44f2f9d2 6044
d7040cdb 6045
ce2cded5 6046if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6047 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6048set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6050$as_echo_n "checking for $ac_word... " >&6; }
6051if test "${ac_cv_prog_AR+set}" = set; then :
6052 $as_echo_n "(cached) " >&6
ce2cded5
L
6053else
6054 if test -n "$AR"; then
6055 ac_cv_prog_AR="$AR" # Let the user override the test.
6056else
6057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6058for as_dir in $PATH
6059do
6060 IFS=$as_save_IFS
6061 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6062 for ac_exec_ext in '' $ac_executable_extensions; do
6063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6064 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6066 break 2
d7040cdb
SE
6067 fi
6068done
81ecdfbb
RW
6069 done
6070IFS=$as_save_IFS
44f2f9d2 6071
ce2cded5
L
6072fi
6073fi
6074AR=$ac_cv_prog_AR
6075if test -n "$AR"; then
81ecdfbb
RW
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6077$as_echo "$AR" >&6; }
ce2cded5 6078else
81ecdfbb
RW
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6080$as_echo "no" >&6; }
44f2f9d2 6081fi
d7040cdb 6082
81ecdfbb 6083
d7040cdb 6084fi
f2c621e4 6085if test -z "$ac_cv_prog_AR"; then
ce2cded5 6086 ac_ct_AR=$AR
f2c621e4
AS
6087 # Extract the first word of "ar", so it can be a program name with args.
6088set dummy ar; ac_word=$2
81ecdfbb
RW
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
6091if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6092 $as_echo_n "(cached) " >&6
44f2f9d2 6093else
ce2cded5
L
6094 if test -n "$ac_ct_AR"; then
6095 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6102 for ac_exec_ext in '' $ac_executable_extensions; do
6103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6104 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6106 break 2
6107 fi
6108done
81ecdfbb
RW
6109 done
6110IFS=$as_save_IFS
ce2cded5 6111
ce2cded5
L
6112fi
6113fi
6114ac_ct_AR=$ac_cv_prog_ac_ct_AR
6115if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6117$as_echo "$ac_ct_AR" >&6; }
ce2cded5 6118else
81ecdfbb
RW
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
d7040cdb 6121fi
44f2f9d2 6122
81ecdfbb
RW
6123 if test "x$ac_ct_AR" = x; then
6124 AR="false"
6125 else
6126 case $cross_compiling:$ac_tool_warned in
6127yes:)
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6129$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6130ac_tool_warned=yes ;;
6131esac
6132 AR=$ac_ct_AR
6133 fi
df7b86aa 6134else
f2c621e4
AS
6135 AR="$ac_cv_prog_AR"
6136fi
df7b86aa 6137
f2c621e4
AS
6138test -z "$AR" && AR=ar
6139test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6140
df7b86aa 6141
df7b86aa 6142
df7b86aa 6143
df7b86aa
NC
6144
6145
6146
6147
6148
6149
d7040cdb 6150
ce2cded5
L
6151if test -n "$ac_tool_prefix"; then
6152 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6153set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6155$as_echo_n "checking for $ac_word... " >&6; }
6156if test "${ac_cv_prog_STRIP+set}" = set; then :
6157 $as_echo_n "(cached) " >&6
ce2cded5
L
6158else
6159 if test -n "$STRIP"; then
6160 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6161else
6162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6163for as_dir in $PATH
6164do
6165 IFS=$as_save_IFS
6166 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6167 for ac_exec_ext in '' $ac_executable_extensions; do
6168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6169 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6171 break 2
6172 fi
6173done
81ecdfbb
RW
6174 done
6175IFS=$as_save_IFS
d7040cdb 6176
ce2cded5
L
6177fi
6178fi
6179STRIP=$ac_cv_prog_STRIP
6180if test -n "$STRIP"; then
81ecdfbb
RW
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6182$as_echo "$STRIP" >&6; }
ce2cded5 6183else
81ecdfbb
RW
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6185$as_echo "no" >&6; }
ce2cded5 6186fi
d7040cdb 6187
81ecdfbb 6188
ce2cded5
L
6189fi
6190if test -z "$ac_cv_prog_STRIP"; then
6191 ac_ct_STRIP=$STRIP
6192 # Extract the first word of "strip", so it can be a program name with args.
6193set dummy strip; ac_word=$2
81ecdfbb
RW
6194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6195$as_echo_n "checking for $ac_word... " >&6; }
6196if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6197 $as_echo_n "(cached) " >&6
ce2cded5
L
6198else
6199 if test -n "$ac_ct_STRIP"; then
6200 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6201else
6202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6203for as_dir in $PATH
6204do
6205 IFS=$as_save_IFS
6206 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6207 for ac_exec_ext in '' $ac_executable_extensions; do
6208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6209 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6211 break 2
6212 fi
6213done
81ecdfbb
RW
6214 done
6215IFS=$as_save_IFS
d7040cdb 6216
ce2cded5
L
6217fi
6218fi
6219ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6220if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6222$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 6223else
81ecdfbb
RW
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6225$as_echo "no" >&6; }
ce2cded5 6226fi
d7040cdb 6227
81ecdfbb
RW
6228 if test "x$ac_ct_STRIP" = x; then
6229 STRIP=":"
6230 else
6231 case $cross_compiling:$ac_tool_warned in
6232yes:)
6233{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6234$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6235ac_tool_warned=yes ;;
6236esac
6237 STRIP=$ac_ct_STRIP
6238 fi
ce2cded5
L
6239else
6240 STRIP="$ac_cv_prog_STRIP"
6241fi
d7040cdb 6242
ce2cded5 6243test -z "$STRIP" && STRIP=:
d7040cdb 6244
d7040cdb 6245
d7040cdb 6246
d7040cdb 6247
d7040cdb 6248
d7040cdb 6249
ce2cded5
L
6250if test -n "$ac_tool_prefix"; then
6251 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6252set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254$as_echo_n "checking for $ac_word... " >&6; }
6255if test "${ac_cv_prog_RANLIB+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
44f2f9d2 6257else
ce2cded5
L
6258 if test -n "$RANLIB"; then
6259 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6260else
6261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262for as_dir in $PATH
6263do
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6268 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6270 break 2
6271 fi
6272done
81ecdfbb
RW
6273 done
6274IFS=$as_save_IFS
44f2f9d2 6275
d7040cdb 6276fi
44f2f9d2 6277fi
ce2cded5
L
6278RANLIB=$ac_cv_prog_RANLIB
6279if test -n "$RANLIB"; then
81ecdfbb
RW
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6281$as_echo "$RANLIB" >&6; }
ce2cded5 6282else
81ecdfbb
RW
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284$as_echo "no" >&6; }
ce2cded5 6285fi
d7040cdb 6286
81ecdfbb 6287
d7040cdb 6288fi
ce2cded5
L
6289if test -z "$ac_cv_prog_RANLIB"; then
6290 ac_ct_RANLIB=$RANLIB
6291 # Extract the first word of "ranlib", so it can be a program name with args.
6292set dummy ranlib; ac_word=$2
81ecdfbb
RW
6293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6294$as_echo_n "checking for $ac_word... " >&6; }
6295if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6296 $as_echo_n "(cached) " >&6
44f2f9d2 6297else
ce2cded5
L
6298 if test -n "$ac_ct_RANLIB"; then
6299 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6300else
6301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302for as_dir in $PATH
d7040cdb 6303do
ce2cded5
L
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6306 for ac_exec_ext in '' $ac_executable_extensions; do
6307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6308 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6310 break 2
d7040cdb 6311 fi
ce2cded5 6312done
81ecdfbb
RW
6313 done
6314IFS=$as_save_IFS
ce2cded5 6315
d7040cdb 6316fi
ce2cded5
L
6317fi
6318ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6319if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6321$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6322else
81ecdfbb
RW
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6324$as_echo "no" >&6; }
44f2f9d2 6325fi
44f2f9d2 6326
81ecdfbb
RW
6327 if test "x$ac_ct_RANLIB" = x; then
6328 RANLIB=":"
6329 else
6330 case $cross_compiling:$ac_tool_warned in
6331yes:)
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6333$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6334ac_tool_warned=yes ;;
6335esac
6336 RANLIB=$ac_ct_RANLIB
6337 fi
d7040cdb 6338else
ce2cded5 6339 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6340fi
252b5132 6341
ce2cded5 6342test -z "$RANLIB" && RANLIB=:
252b5132 6343
252b5132 6344
ae57792d 6345
252b5132 6346
13b2be9c 6347
14ee9f48 6348
ce2cded5 6349# Determine commands to create old-style static archives.
718a6fd8 6350old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6351old_postinstall_cmds='chmod 644 $oldlib'
6352old_postuninstall_cmds=
14ee9f48 6353
ce2cded5
L
6354if test -n "$RANLIB"; then
6355 case $host_os in
6356 openbsd*)
6357 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6358 ;;
6359 *)
6360 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6361 ;;
6362 esac
6363 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6364fi
14ee9f48 6365
3725885a
RW
6366case $host_os in
6367 darwin*)
6368 lock_old_archive_extraction=yes ;;
6369 *)
6370 lock_old_archive_extraction=no ;;
6371esac
6372
6373
6374
6375
6376
6377
f8fc3443 6378
f8fc3443 6379
252b5132 6380
85fbca6a 6381
85fbca6a 6382
13b2be9c 6383
13b2be9c 6384
d7040cdb 6385
d7040cdb
SE
6386
6387
6388
252b5132 6389
93fbbb04 6390
93fbbb04 6391
d70c5fc7 6392
e0001a05 6393
252b5132 6394
252b5132 6395
252b5132 6396
252b5132 6397
252b5132 6398
3bcbcc3d 6399
252b5132 6400
252b5132 6401
252b5132 6402
15886821 6403
252b5132 6404
252b5132 6405
13b2be9c
DJ
6406
6407
252b5132 6408
252b5132 6409
d6d788bd 6410
ce2cded5
L
6411# If no C compiler was specified, use CC.
6412LTCC=${LTCC-"$CC"}
252b5132 6413
ce2cded5
L
6414# If no C compiler flags were specified, use CFLAGS.
6415LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6416
ce2cded5
L
6417# Allow CC to be a program name with arguments.
6418compiler=$CC
252b5132 6419
252b5132 6420
ce2cded5 6421# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6423$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6424if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6425 $as_echo_n "(cached) " >&6
ce2cded5 6426else
252b5132 6427
ce2cded5
L
6428# These are sane defaults that work on at least a few old systems.
6429# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6430
ce2cded5
L
6431# Character class describing NM global symbol codes.
6432symcode='[BCDEGRST]'
252b5132 6433
ce2cded5
L
6434# Regexp to match symbols that can be accessed directly from C.
6435sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6436
ce2cded5
L
6437# Define system-specific variables.
6438case $host_os in
6439aix*)
6440 symcode='[BCDT]'
6441 ;;
718a6fd8 6442cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6443 symcode='[ABCDGISTW]'
6444 ;;
6445hpux*)
6446 if test "$host_cpu" = ia64; then
6447 symcode='[ABCDEGRST]'
6448 fi
6449 ;;
6450irix* | nonstopux*)
6451 symcode='[BCDEGRST]'
6452 ;;
6453osf*)
6454 symcode='[BCDEGQRST]'
6455 ;;
6456solaris*)
6457 symcode='[BDRT]'
6458 ;;
6459sco3.2v5*)
6460 symcode='[DT]'
6461 ;;
6462sysv4.2uw2*)
6463 symcode='[DT]'
6464 ;;
6465sysv5* | sco5v6* | unixware* | OpenUNIX*)
6466 symcode='[ABDT]'
6467 ;;
6468sysv4)
6469 symcode='[DFNSTU]'
6470 ;;
6471esac
6472
6473# If we're using GNU nm, then use its standard symbol codes.
6474case `$NM -V 2>&1` in
6475*GNU* | *'with BFD'*)
6476 symcode='[ABCDGIRSTW]' ;;
6477esac
252b5132 6478
ce2cded5
L
6479# Transform an extracted symbol line into a proper C declaration.
6480# Some systems (esp. on ia64) link data and code symbols differently,
6481# so use this general approach.
6482lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6483
ce2cded5 6484# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6485lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6486lt_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 6487
7357c5b6
AM
6488# Handle CRLF in mingw tool chain
6489opt_cr=
6490case $build_os in
6491mingw*)
6492 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6493 ;;
6494esac
d7040cdb 6495
7357c5b6
AM
6496# Try without a prefix underscore, then with it.
6497for ac_symprfx in "" "_"; do
d7040cdb 6498
7357c5b6
AM
6499 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6500 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6501
7357c5b6
AM
6502 # Write the raw and C identifiers.
6503 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6504 # Fake it for dumpbin and say T for any non-static function
6505 # and D for any global variable.
6506 # Also find C++ and __fastcall symbols from MSVC++,
6507 # which start with @ or ?.
6508 lt_cv_sys_global_symbol_pipe="$AWK '"\
6509" {last_section=section; section=\$ 3};"\
6510" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6511" \$ 0!~/External *\|/{next};"\
6512" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6513" {if(hide[section]) next};"\
6514" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6515" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6516" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6517" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6518" ' prfx=^$ac_symprfx"
6519 else
6520 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6521 fi
d7040cdb 6522
7357c5b6
AM
6523 # Check to see that the pipe works correctly.
6524 pipe_works=no
d7040cdb 6525
7357c5b6
AM
6526 rm -f conftest*
6527 cat > conftest.$ac_ext <<_LT_EOF
6528#ifdef __cplusplus
6529extern "C" {
6530#endif
6531char nm_test_var;
6532void nm_test_func(void);
6533void nm_test_func(void){}
6534#ifdef __cplusplus
ce2cded5 6535}
7357c5b6
AM
6536#endif
6537int main(){nm_test_var='a';nm_test_func();return(0);}
6538_LT_EOF
6539
81ecdfbb 6540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6541 (eval $ac_compile) 2>&5
ce2cded5 6542 ac_status=$?
81ecdfbb
RW
6543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6544 test $ac_status = 0; }; then
7357c5b6
AM
6545 # Now try to grab the symbols.
6546 nlist=conftest.nm
3725885a
RW
6547 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6548 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6549 ac_status=$?
81ecdfbb
RW
6550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6551 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6552 # Try sorting and uniquifying the output.
6553 if sort "$nlist" | uniq > "$nlist"T; then
6554 mv -f "$nlist"T "$nlist"
6555 else
6556 rm -f "$nlist"T
6557 fi
13b2be9c 6558
7357c5b6
AM
6559 # Make sure that we snagged all the symbols we need.
6560 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6561 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6562 cat <<_LT_EOF > conftest.$ac_ext
6563#ifdef __cplusplus
6564extern "C" {
6565#endif
13b2be9c 6566
7357c5b6
AM
6567_LT_EOF
6568 # Now generate the symbol file.
6569 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6570
7357c5b6 6571 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6572
7357c5b6 6573/* The mapping between symbol names and symbols. */
f2c621e4 6574const struct {
7357c5b6
AM
6575 const char *name;
6576 void *address;
6577}
6578lt__PROGRAM__LTX_preloaded_symbols[] =
6579{
6580 { "@PROGRAM@", (void *) 0 },
6581_LT_EOF
6582 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6583 cat <<\_LT_EOF >> conftest.$ac_ext
6584 {0, (void *) 0}
6585};
d7040cdb 6586
7357c5b6
AM
6587/* This works around a problem in FreeBSD linker */
6588#ifdef FREEBSD_WORKAROUND
6589static const void *lt_preloaded_setup() {
6590 return lt__PROGRAM__LTX_preloaded_symbols;
6591}
ce2cded5 6592#endif
d7040cdb 6593
7357c5b6 6594#ifdef __cplusplus
ce2cded5 6595}
7357c5b6
AM
6596#endif
6597_LT_EOF
6598 # Now try linking the two files.
6599 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6600 lt_save_LIBS="$LIBS"
6601 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6602 LIBS="conftstm.$ac_objext"
6603 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6604 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6605 (eval $ac_link) 2>&5
6606 ac_status=$?
81ecdfbb
RW
6607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6608 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6609 pipe_works=yes
6610 fi
f2c621e4
AS
6611 LIBS="$lt_save_LIBS"
6612 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6613 else
6614 echo "cannot find nm_test_func in $nlist" >&5
6615 fi
6616 else
6617 echo "cannot find nm_test_var in $nlist" >&5
6618 fi
6619 else
6620 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6621 fi
6622 else
6623 echo "$progname: failed program was:" >&5
6624 cat conftest.$ac_ext >&5
6625 fi
718a6fd8 6626 rm -rf conftest* conftst*
7357c5b6
AM
6627
6628 # Do not use the global_symbol_pipe unless it works.
6629 if test "$pipe_works" = yes; then
6630 break
6631 else
6632 lt_cv_sys_global_symbol_pipe=
6633 fi
6634done
d7040cdb 6635
ce2cded5 6636fi
7357c5b6
AM
6637
6638if test -z "$lt_cv_sys_global_symbol_pipe"; then
6639 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6640fi
7357c5b6 6641if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6643$as_echo "failed" >&6; }
7357c5b6 6644else
81ecdfbb
RW
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6646$as_echo "ok" >&6; }
ce2cded5 6647fi
d7040cdb 6648
df7b86aa
NC
6649
6650
6651
d7040cdb 6652
d7040cdb 6653
d7040cdb 6654
d7040cdb 6655
d7040cdb 6656
d7040cdb 6657
d7040cdb 6658
d7040cdb 6659
d7040cdb 6660
d7040cdb 6661
d7040cdb 6662
7357c5b6
AM
6663
6664
718a6fd8
SE
6665
6666
6667
7357c5b6
AM
6668
6669
81ecdfbb
RW
6670# Check whether --enable-libtool-lock was given.
6671if test "${enable_libtool_lock+set}" = set; then :
6672 enableval=$enable_libtool_lock;
6673fi
7357c5b6 6674
7357c5b6
AM
6675test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6676
6677# Some flags need to be propagated to the compiler or linker for good
6678# libtool support.
6679case $host in
6680ia64-*-hpux*)
6681 # Find out which ABI we are using.
6682 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6683 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6684 (eval $ac_compile) 2>&5
6685 ac_status=$?
81ecdfbb
RW
6686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6687 test $ac_status = 0; }; then
7357c5b6
AM
6688 case `/usr/bin/file conftest.$ac_objext` in
6689 *ELF-32*)
6690 HPUX_IA64_MODE="32"
6691 ;;
6692 *ELF-64*)
6693 HPUX_IA64_MODE="64"
6694 ;;
6695 esac
6696 fi
6697 rm -rf conftest*
6698 ;;
6699*-*-irix6*)
6700 # Find out which ABI we are using.
3725885a 6701 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6703 (eval $ac_compile) 2>&5
6704 ac_status=$?
81ecdfbb
RW
6705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6706 test $ac_status = 0; }; then
7357c5b6
AM
6707 if test "$lt_cv_prog_gnu_ld" = yes; then
6708 case `/usr/bin/file conftest.$ac_objext` in
6709 *32-bit*)
6710 LD="${LD-ld} -melf32bsmip"
6711 ;;
6712 *N32*)
6713 LD="${LD-ld} -melf32bmipn32"
6714 ;;
6715 *64-bit*)
6716 LD="${LD-ld} -melf64bmip"
6717 ;;
6718 esac
6719 else
6720 case `/usr/bin/file conftest.$ac_objext` in
6721 *32-bit*)
6722 LD="${LD-ld} -32"
6723 ;;
6724 *N32*)
6725 LD="${LD-ld} -n32"
6726 ;;
6727 *64-bit*)
6728 LD="${LD-ld} -64"
6729 ;;
6730 esac
6731 fi
6732 fi
6733 rm -rf conftest*
6734 ;;
6735
cc9afea3 6736x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6737s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6738 # Find out which ABI we are using.
6739 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6741 (eval $ac_compile) 2>&5
6742 ac_status=$?
81ecdfbb
RW
6743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6744 test $ac_status = 0; }; then
7357c5b6
AM
6745 case `/usr/bin/file conftest.o` in
6746 *32-bit*)
6747 case $host in
6748 x86_64-*kfreebsd*-gnu)
6749 LD="${LD-ld} -m elf_i386_fbsd"
6750 ;;
6751 x86_64-*linux*)
6d2920c8
L
6752 case `/usr/bin/file conftest.o` in
6753 *x86-64*)
6754 LD="${LD-ld} -m elf32_x86_64"
6755 ;;
6756 *)
6757 LD="${LD-ld} -m elf_i386"
6758 ;;
6759 esac
7357c5b6 6760 ;;
cc9afea3
AM
6761 powerpc64le-*linux*)
6762 LD="${LD-ld} -m elf32lppclinux"
6763 ;;
6764 powerpc64-*linux*)
7357c5b6
AM
6765 LD="${LD-ld} -m elf32ppclinux"
6766 ;;
6767 s390x-*linux*)
6768 LD="${LD-ld} -m elf_s390"
6769 ;;
6770 sparc64-*linux*)
6771 LD="${LD-ld} -m elf32_sparc"
6772 ;;
6773 esac
6774 ;;
6775 *64-bit*)
6776 case $host in
6777 x86_64-*kfreebsd*-gnu)
6778 LD="${LD-ld} -m elf_x86_64_fbsd"
6779 ;;
6780 x86_64-*linux*)
6781 LD="${LD-ld} -m elf_x86_64"
6782 ;;
cc9afea3
AM
6783 powerpcle-*linux*)
6784 LD="${LD-ld} -m elf64lppc"
6785 ;;
6786 powerpc-*linux*)
7357c5b6
AM
6787 LD="${LD-ld} -m elf64ppc"
6788 ;;
6789 s390*-*linux*|s390*-*tpf*)
6790 LD="${LD-ld} -m elf64_s390"
6791 ;;
6792 sparc*-*linux*)
6793 LD="${LD-ld} -m elf64_sparc"
6794 ;;
6795 esac
6796 ;;
6797 esac
6798 fi
6799 rm -rf conftest*
6800 ;;
6801
6802*-*-sco3.2v5*)
6803 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6804 SAVE_CFLAGS="$CFLAGS"
6805 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6807$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6808if test "${lt_cv_cc_needs_belf+set}" = set; then :
6809 $as_echo_n "(cached) " >&6
ce2cded5 6810else
7357c5b6
AM
6811 ac_ext=c
6812ac_cpp='$CPP $CPPFLAGS'
6813ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6814ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6815ac_compiler_gnu=$ac_cv_c_compiler_gnu
6816
81ecdfbb 6817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 6818/* end confdefs.h. */
d7040cdb 6819
7357c5b6
AM
6820int
6821main ()
6822{
6823
6824 ;
6825 return 0;
6826}
ce2cded5 6827_ACEOF
81ecdfbb 6828if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6829 lt_cv_cc_needs_belf=yes
ce2cded5 6830else
81ecdfbb 6831 lt_cv_cc_needs_belf=no
ce2cded5 6832fi
81ecdfbb
RW
6833rm -f core conftest.err conftest.$ac_objext \
6834 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6835 ac_ext=c
6836ac_cpp='$CPP $CPPFLAGS'
6837ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6838ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6839ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6840
ce2cded5 6841fi
81ecdfbb
RW
6842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6843$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6844 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6845 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6846 CFLAGS="$SAVE_CFLAGS"
6847 fi
6848 ;;
6849sparc*-*solaris*)
6850 # Find out which ABI we are using.
6851 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6852 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6853 (eval $ac_compile) 2>&5
6854 ac_status=$?
81ecdfbb
RW
6855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6856 test $ac_status = 0; }; then
7357c5b6
AM
6857 case `/usr/bin/file conftest.o` in
6858 *64-bit*)
6859 case $lt_cv_prog_gnu_ld in
6860 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6861 *)
6862 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6863 LD="${LD-ld} -64"
6864 fi
6865 ;;
7357c5b6
AM
6866 esac
6867 ;;
6868 esac
6869 fi
6870 rm -rf conftest*
6871 ;;
6872esac
d7040cdb 6873
df7b86aa
NC
6874need_locks="$enable_libtool_lock"
6875
718a6fd8
SE
6876
6877 case $host_os in
6878 rhapsody* | darwin*)
6879 if test -n "$ac_tool_prefix"; then
6880 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6881set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6883$as_echo_n "checking for $ac_word... " >&6; }
6884if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6885 $as_echo_n "(cached) " >&6
718a6fd8
SE
6886else
6887 if test -n "$DSYMUTIL"; then
6888 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6889else
6890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6891for as_dir in $PATH
6892do
6893 IFS=$as_save_IFS
6894 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6895 for ac_exec_ext in '' $ac_executable_extensions; do
6896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6897 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6899 break 2
6900 fi
6901done
81ecdfbb
RW
6902 done
6903IFS=$as_save_IFS
718a6fd8
SE
6904
6905fi
6906fi
6907DSYMUTIL=$ac_cv_prog_DSYMUTIL
6908if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6910$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6911else
81ecdfbb
RW
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6913$as_echo "no" >&6; }
718a6fd8
SE
6914fi
6915
81ecdfbb 6916
718a6fd8
SE
6917fi
6918if test -z "$ac_cv_prog_DSYMUTIL"; then
6919 ac_ct_DSYMUTIL=$DSYMUTIL
6920 # Extract the first word of "dsymutil", so it can be a program name with args.
6921set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6923$as_echo_n "checking for $ac_word... " >&6; }
6924if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6925 $as_echo_n "(cached) " >&6
718a6fd8
SE
6926else
6927 if test -n "$ac_ct_DSYMUTIL"; then
6928 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6929else
6930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6931for as_dir in $PATH
6932do
6933 IFS=$as_save_IFS
6934 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6935 for ac_exec_ext in '' $ac_executable_extensions; do
6936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6937 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6939 break 2
6940 fi
6941done
81ecdfbb
RW
6942 done
6943IFS=$as_save_IFS
718a6fd8 6944
718a6fd8
SE
6945fi
6946fi
6947ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6948if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6950$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6951else
81ecdfbb
RW
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6953$as_echo "no" >&6; }
718a6fd8
SE
6954fi
6955
81ecdfbb
RW
6956 if test "x$ac_ct_DSYMUTIL" = x; then
6957 DSYMUTIL=":"
6958 else
6959 case $cross_compiling:$ac_tool_warned in
6960yes:)
6961{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6962$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6963ac_tool_warned=yes ;;
6964esac
6965 DSYMUTIL=$ac_ct_DSYMUTIL
6966 fi
718a6fd8
SE
6967else
6968 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6969fi
6970
6971 if test -n "$ac_tool_prefix"; then
6972 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6973set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6975$as_echo_n "checking for $ac_word... " >&6; }
6976if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6977 $as_echo_n "(cached) " >&6
718a6fd8
SE
6978else
6979 if test -n "$NMEDIT"; then
6980 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6981else
6982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6983for as_dir in $PATH
6984do
6985 IFS=$as_save_IFS
6986 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6987 for ac_exec_ext in '' $ac_executable_extensions; do
6988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6989 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 6990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6991 break 2
6992 fi
6993done
81ecdfbb
RW
6994 done
6995IFS=$as_save_IFS
718a6fd8
SE
6996
6997fi
6998fi
6999NMEDIT=$ac_cv_prog_NMEDIT
7000if test -n "$NMEDIT"; then
81ecdfbb
RW
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7002$as_echo "$NMEDIT" >&6; }
718a6fd8 7003else
81ecdfbb
RW
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7005$as_echo "no" >&6; }
718a6fd8
SE
7006fi
7007
81ecdfbb 7008
718a6fd8
SE
7009fi
7010if test -z "$ac_cv_prog_NMEDIT"; then
7011 ac_ct_NMEDIT=$NMEDIT
7012 # Extract the first word of "nmedit", so it can be a program name with args.
7013set dummy nmedit; ac_word=$2
81ecdfbb
RW
7014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7015$as_echo_n "checking for $ac_word... " >&6; }
7016if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7017 $as_echo_n "(cached) " >&6
718a6fd8
SE
7018else
7019 if test -n "$ac_ct_NMEDIT"; then
7020 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7021else
7022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7023for as_dir in $PATH
7024do
7025 IFS=$as_save_IFS
7026 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7027 for ac_exec_ext in '' $ac_executable_extensions; do
7028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7029 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7031 break 2
7032 fi
7033done
81ecdfbb
RW
7034 done
7035IFS=$as_save_IFS
718a6fd8 7036
718a6fd8
SE
7037fi
7038fi
7039ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7040if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7042$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7043else
81ecdfbb
RW
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7045$as_echo "no" >&6; }
718a6fd8
SE
7046fi
7047
81ecdfbb
RW
7048 if test "x$ac_ct_NMEDIT" = x; then
7049 NMEDIT=":"
7050 else
7051 case $cross_compiling:$ac_tool_warned in
7052yes:)
7053{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7054$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7055ac_tool_warned=yes ;;
7056esac
7057 NMEDIT=$ac_ct_NMEDIT
7058 fi
718a6fd8
SE
7059else
7060 NMEDIT="$ac_cv_prog_NMEDIT"
7061fi
7062
7063 if test -n "$ac_tool_prefix"; then
7064 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7065set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7067$as_echo_n "checking for $ac_word... " >&6; }
7068if test "${ac_cv_prog_LIPO+set}" = set; then :
7069 $as_echo_n "(cached) " >&6
718a6fd8
SE
7070else
7071 if test -n "$LIPO"; then
7072 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7073else
7074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075for as_dir in $PATH
7076do
7077 IFS=$as_save_IFS
7078 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7079 for ac_exec_ext in '' $ac_executable_extensions; do
7080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7081 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7083 break 2
7084 fi
7085done
81ecdfbb
RW
7086 done
7087IFS=$as_save_IFS
718a6fd8
SE
7088
7089fi
7090fi
7091LIPO=$ac_cv_prog_LIPO
7092if test -n "$LIPO"; then
81ecdfbb
RW
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7094$as_echo "$LIPO" >&6; }
718a6fd8 7095else
81ecdfbb
RW
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7097$as_echo "no" >&6; }
718a6fd8
SE
7098fi
7099
81ecdfbb 7100
718a6fd8
SE
7101fi
7102if test -z "$ac_cv_prog_LIPO"; then
7103 ac_ct_LIPO=$LIPO
7104 # Extract the first word of "lipo", so it can be a program name with args.
7105set dummy lipo; ac_word=$2
81ecdfbb
RW
7106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7107$as_echo_n "checking for $ac_word... " >&6; }
7108if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7109 $as_echo_n "(cached) " >&6
718a6fd8
SE
7110else
7111 if test -n "$ac_ct_LIPO"; then
7112 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7113else
7114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7115for as_dir in $PATH
7116do
7117 IFS=$as_save_IFS
7118 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7119 for ac_exec_ext in '' $ac_executable_extensions; do
7120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7121 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7123 break 2
7124 fi
7125done
81ecdfbb
RW
7126 done
7127IFS=$as_save_IFS
718a6fd8 7128
718a6fd8
SE
7129fi
7130fi
7131ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7132if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7134$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7135else
81ecdfbb
RW
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137$as_echo "no" >&6; }
718a6fd8
SE
7138fi
7139
81ecdfbb
RW
7140 if test "x$ac_ct_LIPO" = x; then
7141 LIPO=":"
7142 else
7143 case $cross_compiling:$ac_tool_warned in
7144yes:)
7145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7147ac_tool_warned=yes ;;
7148esac
7149 LIPO=$ac_ct_LIPO
7150 fi
718a6fd8
SE
7151else
7152 LIPO="$ac_cv_prog_LIPO"
7153fi
7154
7155 if test -n "$ac_tool_prefix"; then
7156 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7157set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7159$as_echo_n "checking for $ac_word... " >&6; }
7160if test "${ac_cv_prog_OTOOL+set}" = set; then :
7161 $as_echo_n "(cached) " >&6
718a6fd8
SE
7162else
7163 if test -n "$OTOOL"; then
7164 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7165else
7166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7167for as_dir in $PATH
7168do
7169 IFS=$as_save_IFS
7170 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7171 for ac_exec_ext in '' $ac_executable_extensions; do
7172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7173 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7175 break 2
7176 fi
7177done
81ecdfbb
RW
7178 done
7179IFS=$as_save_IFS
718a6fd8
SE
7180
7181fi
7182fi
7183OTOOL=$ac_cv_prog_OTOOL
7184if test -n "$OTOOL"; then
81ecdfbb
RW
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7186$as_echo "$OTOOL" >&6; }
718a6fd8 7187else
81ecdfbb
RW
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7189$as_echo "no" >&6; }
718a6fd8
SE
7190fi
7191
81ecdfbb 7192
718a6fd8
SE
7193fi
7194if test -z "$ac_cv_prog_OTOOL"; then
7195 ac_ct_OTOOL=$OTOOL
7196 # Extract the first word of "otool", so it can be a program name with args.
7197set dummy otool; ac_word=$2
81ecdfbb
RW
7198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7199$as_echo_n "checking for $ac_word... " >&6; }
7200if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7201 $as_echo_n "(cached) " >&6
718a6fd8
SE
7202else
7203 if test -n "$ac_ct_OTOOL"; then
7204 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7205else
7206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7207for as_dir in $PATH
7208do
7209 IFS=$as_save_IFS
7210 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7211 for ac_exec_ext in '' $ac_executable_extensions; do
7212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7213 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7215 break 2
7216 fi
7217done
81ecdfbb
RW
7218 done
7219IFS=$as_save_IFS
718a6fd8 7220
718a6fd8
SE
7221fi
7222fi
7223ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7224if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7226$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7227else
81ecdfbb
RW
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7229$as_echo "no" >&6; }
718a6fd8
SE
7230fi
7231
81ecdfbb
RW
7232 if test "x$ac_ct_OTOOL" = x; then
7233 OTOOL=":"
7234 else
7235 case $cross_compiling:$ac_tool_warned in
7236yes:)
7237{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7238$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7239ac_tool_warned=yes ;;
7240esac
7241 OTOOL=$ac_ct_OTOOL
7242 fi
718a6fd8
SE
7243else
7244 OTOOL="$ac_cv_prog_OTOOL"
7245fi
7246
7247 if test -n "$ac_tool_prefix"; then
7248 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7249set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7251$as_echo_n "checking for $ac_word... " >&6; }
7252if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7253 $as_echo_n "(cached) " >&6
718a6fd8
SE
7254else
7255 if test -n "$OTOOL64"; then
7256 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7257else
7258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7259for as_dir in $PATH
7260do
7261 IFS=$as_save_IFS
7262 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7263 for ac_exec_ext in '' $ac_executable_extensions; do
7264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7265 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7267 break 2
7268 fi
7269done
81ecdfbb
RW
7270 done
7271IFS=$as_save_IFS
718a6fd8
SE
7272
7273fi
7274fi
7275OTOOL64=$ac_cv_prog_OTOOL64
7276if test -n "$OTOOL64"; then
81ecdfbb
RW
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7278$as_echo "$OTOOL64" >&6; }
718a6fd8 7279else
81ecdfbb
RW
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7281$as_echo "no" >&6; }
718a6fd8
SE
7282fi
7283
81ecdfbb 7284
718a6fd8
SE
7285fi
7286if test -z "$ac_cv_prog_OTOOL64"; then
7287 ac_ct_OTOOL64=$OTOOL64
7288 # Extract the first word of "otool64", so it can be a program name with args.
7289set dummy otool64; ac_word=$2
81ecdfbb
RW
7290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7291$as_echo_n "checking for $ac_word... " >&6; }
7292if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7293 $as_echo_n "(cached) " >&6
718a6fd8
SE
7294else
7295 if test -n "$ac_ct_OTOOL64"; then
7296 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7297else
7298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7299for as_dir in $PATH
7300do
7301 IFS=$as_save_IFS
7302 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7303 for ac_exec_ext in '' $ac_executable_extensions; do
7304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7305 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7307 break 2
7308 fi
7309done
81ecdfbb
RW
7310 done
7311IFS=$as_save_IFS
718a6fd8 7312
718a6fd8
SE
7313fi
7314fi
7315ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7316if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7318$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7319else
81ecdfbb
RW
7320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7321$as_echo "no" >&6; }
718a6fd8
SE
7322fi
7323
81ecdfbb
RW
7324 if test "x$ac_ct_OTOOL64" = x; then
7325 OTOOL64=":"
7326 else
7327 case $cross_compiling:$ac_tool_warned in
7328yes:)
7329{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7330$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7331ac_tool_warned=yes ;;
7332esac
7333 OTOOL64=$ac_ct_OTOOL64
7334 fi
718a6fd8
SE
7335else
7336 OTOOL64="$ac_cv_prog_OTOOL64"
7337fi
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
81ecdfbb
RW
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7366$as_echo_n "checking for -single_module linker flag... " >&6; }
7367if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7368 $as_echo_n "(cached) " >&6
718a6fd8
SE
7369else
7370 lt_cv_apple_cc_single_mod=no
7371 if test -z "${LT_MULTI_MODULE}"; then
7372 # By default we will add the -single_module flag. You can override
7373 # by either setting the environment variable LT_MULTI_MODULE
7374 # non-empty at configure time, or by adding -multi_module to the
7375 # link flags.
7376 rm -rf libconftest.dylib*
7377 echo "int foo(void){return 1;}" > conftest.c
7378 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7379-dynamiclib -Wl,-single_module conftest.c" >&5
7380 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7381 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7382 _lt_result=$?
7383 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7384 lt_cv_apple_cc_single_mod=yes
7385 else
7386 cat conftest.err >&5
7387 fi
7388 rm -rf libconftest.dylib*
7389 rm -f conftest.*
7390 fi
7391fi
81ecdfbb
RW
7392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7393$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7395$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7396if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7397 $as_echo_n "(cached) " >&6
718a6fd8
SE
7398else
7399 lt_cv_ld_exported_symbols_list=no
7400 save_LDFLAGS=$LDFLAGS
7401 echo "_main" > conftest.sym
7402 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7404/* end confdefs.h. */
7405
7406int
7407main ()
7408{
7409
7410 ;
7411 return 0;
7412}
7413_ACEOF
81ecdfbb 7414if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7415 lt_cv_ld_exported_symbols_list=yes
7416else
81ecdfbb 7417 lt_cv_ld_exported_symbols_list=no
718a6fd8 7418fi
81ecdfbb
RW
7419rm -f core conftest.err conftest.$ac_objext \
7420 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7421 LDFLAGS="$save_LDFLAGS"
7422
7423fi
81ecdfbb
RW
7424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7425$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7427$as_echo_n "checking for -force_load linker flag... " >&6; }
7428if test "${lt_cv_ld_force_load+set}" = set; then :
7429 $as_echo_n "(cached) " >&6
7430else
7431 lt_cv_ld_force_load=no
7432 cat > conftest.c << _LT_EOF
7433int forced_loaded() { return 2;}
7434_LT_EOF
7435 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7436 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7437 echo "$AR cru libconftest.a conftest.o" >&5
7438 $AR cru libconftest.a conftest.o 2>&5
7439 cat > conftest.c << _LT_EOF
7440int main() { return 0;}
7441_LT_EOF
7442 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7443 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7444 _lt_result=$?
7445 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7446 lt_cv_ld_force_load=yes
7447 else
7448 cat conftest.err >&5
7449 fi
7450 rm -f conftest.err libconftest.a conftest conftest.c
7451 rm -rf conftest.dSYM
7452
7453fi
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7455$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7456 case $host_os in
7457 rhapsody* | darwin1.[012])
7458 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7459 darwin1.*)
7460 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7461 darwin*) # darwin 5.x on
7462 # if running on 10.5 or later, the deployment target defaults
7463 # to the OS version, if on x86, and 10.4, the deployment
7464 # target defaults to 10.4. Don't you love it?
7465 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7466 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7467 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7468 10.[012][,.]*)
718a6fd8
SE
7469 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7470 10.*)
7471 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7472 esac
7473 ;;
7474 esac
7475 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7476 _lt_dar_single_mod='$single_module'
7477 fi
7478 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7479 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7480 else
7481 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7482 fi
3725885a 7483 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7484 _lt_dsymutil='~$DSYMUTIL $lib || :'
7485 else
7486 _lt_dsymutil=
7487 fi
7488 ;;
7489 esac
7490
718a6fd8 7491for ac_header in dlfcn.h
81ecdfbb
RW
7492do :
7493 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7494"
7495if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7496 cat >>confdefs.h <<_ACEOF
81ecdfbb 7497#define HAVE_DLFCN_H 1
718a6fd8
SE
7498_ACEOF
7499
7500fi
7501
7502done
7503
7504
7505
3725885a
RW
7506
7507
718a6fd8
SE
7508# Set options
7509
7510
7511
7512 enable_dlopen=no
7513
7514
7515 enable_win32_dll=no
7516
7517
81ecdfbb
RW
7518 # Check whether --enable-shared was given.
7519if test "${enable_shared+set}" = set; then :
7520 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7521 case $enableval in
7522 yes) enable_shared=yes ;;
7523 no) enable_shared=no ;;
7524 *)
7525 enable_shared=no
7526 # Look at the argument we got. We use all the common list separators.
7527 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7528 for pkg in $enableval; do
7529 IFS="$lt_save_ifs"
7530 if test "X$pkg" = "X$p"; then
7531 enable_shared=yes
7532 fi
7533 done
7534 IFS="$lt_save_ifs"
7535 ;;
7536 esac
7537else
7538 enable_shared=yes
81ecdfbb
RW
7539fi
7540
718a6fd8
SE
7541
7542
7543
7544
7545
7546
7547
7548
81ecdfbb
RW
7549 # Check whether --enable-static was given.
7550if test "${enable_static+set}" = set; then :
7551 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7552 case $enableval in
7553 yes) enable_static=yes ;;
7554 no) enable_static=no ;;
7555 *)
7556 enable_static=no
7557 # Look at the argument we got. We use all the common list separators.
7558 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7559 for pkg in $enableval; do
7560 IFS="$lt_save_ifs"
7561 if test "X$pkg" = "X$p"; then
7562 enable_static=yes
7563 fi
7564 done
7565 IFS="$lt_save_ifs"
7566 ;;
7567 esac
7568else
7569 enable_static=yes
81ecdfbb
RW
7570fi
7571
718a6fd8
SE
7572
7573
d7040cdb 7574
d7040cdb 7575
718a6fd8
SE
7576
7577
7578
7579
7580
81ecdfbb
RW
7581# Check whether --with-pic was given.
7582if test "${with_pic+set}" = set; then :
7583 withval=$with_pic; pic_mode="$withval"
ce2cded5 7584else
718a6fd8 7585 pic_mode=default
81ecdfbb
RW
7586fi
7587
d7040cdb 7588
718a6fd8
SE
7589test -z "$pic_mode" && pic_mode=default
7590
7591
7592
7593
7594
7595
7596
81ecdfbb
RW
7597 # Check whether --enable-fast-install was given.
7598if test "${enable_fast_install+set}" = set; then :
7599 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7600 case $enableval in
7601 yes) enable_fast_install=yes ;;
7602 no) enable_fast_install=no ;;
7603 *)
7604 enable_fast_install=no
7605 # Look at the argument we got. We use all the common list separators.
7606 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7607 for pkg in $enableval; do
7608 IFS="$lt_save_ifs"
7609 if test "X$pkg" = "X$p"; then
7610 enable_fast_install=yes
7611 fi
7612 done
7613 IFS="$lt_save_ifs"
7614 ;;
7615 esac
ce2cded5 7616else
718a6fd8 7617 enable_fast_install=yes
81ecdfbb
RW
7618fi
7619
718a6fd8
SE
7620
7621
7622
7623
d7040cdb 7624
d7040cdb 7625
d7040cdb 7626
d7040cdb 7627
d7040cdb 7628
d7040cdb 7629
ce2cded5
L
7630# This can be used to rebuild libtool when needed
7631LIBTOOL_DEPS="$ltmain"
d7040cdb 7632
ce2cded5
L
7633# Always use our own libtool.
7634LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7635
d7040cdb 7636
d7040cdb 7637
d7040cdb
SE
7638
7639
7640
7641
7642
7643
d7040cdb 7644
d7040cdb 7645
ab509236 7646
ab509236 7647
d7040cdb
SE
7648
7649
7650
7651
7652
13b2be9c 7653
13b2be9c 7654
13b2be9c 7655
13b2be9c 7656
d7040cdb 7657
3725885a 7658
d7040cdb
SE
7659
7660
ce2cded5 7661test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7662
7663
d7040cdb 7664
d7040cdb 7665
d7040cdb
SE
7666
7667
7668
7669
7670
7671
ce2cded5
L
7672
7673
7674
7675
7676if test -n "${ZSH_VERSION+set}" ; then
7677 setopt NO_GLOB_SUBST
7678fi
7679
81ecdfbb
RW
7680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7681$as_echo_n "checking for objdir... " >&6; }
7682if test "${lt_cv_objdir+set}" = set; then :
7683 $as_echo_n "(cached) " >&6
d7040cdb 7684else
ce2cded5
L
7685 rm -f .libs 2>/dev/null
7686mkdir .libs 2>/dev/null
7687if test -d .libs; then
7688 lt_cv_objdir=.libs
7689else
7690 # MS-DOS does not allow filenames that begin with a dot.
7691 lt_cv_objdir=_libs
d7040cdb 7692fi
ce2cded5
L
7693rmdir .libs 2>/dev/null
7694fi
81ecdfbb
RW
7695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7696$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7697objdir=$lt_cv_objdir
d7040cdb
SE
7698
7699
7700
7701
d7040cdb 7702
ce2cded5
L
7703cat >>confdefs.h <<_ACEOF
7704#define LT_OBJDIR "$lt_cv_objdir/"
7705_ACEOF
d7040cdb
SE
7706
7707
7708
7709
ce2cded5
L
7710case $host_os in
7711aix3*)
7712 # AIX sometimes has problems with the GCC collect2 program. For some
7713 # reason, if we set the COLLECT_NAMES environment variable, the problems
7714 # vanish in a puff of smoke.
7715 if test "X${COLLECT_NAMES+set}" != Xset; then
7716 COLLECT_NAMES=
7717 export COLLECT_NAMES
7718 fi
7719 ;;
7720esac
d7040cdb 7721
ce2cded5
L
7722# Global variables:
7723ofile=libtool
7724can_build_shared=yes
d7040cdb 7725
ce2cded5
L
7726# All known linkers require a `.a' archive for static linking (except MSVC,
7727# which needs '.lib').
7728libext=a
d7040cdb 7729
ce2cded5 7730with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7731
ce2cded5
L
7732old_CC="$CC"
7733old_CFLAGS="$CFLAGS"
d7040cdb 7734
ce2cded5
L
7735# Set sane defaults for various variables
7736test -z "$CC" && CC=cc
7737test -z "$LTCC" && LTCC=$CC
7738test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7739test -z "$LD" && LD=ld
7740test -z "$ac_objext" && ac_objext=o
7741
7742for cc_temp in $compiler""; do
7743 case $cc_temp in
7744 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7745 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7746 \-*) ;;
7747 *) break;;
7748 esac
7749done
3725885a 7750cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7751
7752
7753# Only perform the check for file, if the check method requires it
7754test -z "$MAGIC_CMD" && MAGIC_CMD=file
7755case $deplibs_check_method in
7756file_magic*)
7757 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7759$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7760if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7761 $as_echo_n "(cached) " >&6
ce2cded5
L
7762else
7763 case $MAGIC_CMD in
7764[\\/*] | ?:[\\/]*)
7765 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7766 ;;
7767*)
7768 lt_save_MAGIC_CMD="$MAGIC_CMD"
7769 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7770 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7771 for ac_dir in $ac_dummy; do
7772 IFS="$lt_save_ifs"
7773 test -z "$ac_dir" && ac_dir=.
7774 if test -f $ac_dir/${ac_tool_prefix}file; then
7775 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7776 if test -n "$file_magic_test_file"; then
7777 case $deplibs_check_method in
7778 "file_magic "*)
7779 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7780 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7781 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7782 $EGREP "$file_magic_regex" > /dev/null; then
7783 :
d7040cdb 7784 else
ce2cded5 7785 cat <<_LT_EOF 1>&2
d7040cdb 7786
ce2cded5
L
7787*** Warning: the command libtool uses to detect shared libraries,
7788*** $file_magic_cmd, produces output that libtool cannot recognize.
7789*** The result is that libtool may fail to recognize shared libraries
7790*** as such. This will affect the creation of libtool libraries that
7791*** depend on shared libraries, but programs linked with such libtool
7792*** libraries will work regardless of this problem. Nevertheless, you
7793*** may want to report the problem to your system manager and/or to
7794*** bug-libtool@gnu.org
d7040cdb 7795
ce2cded5
L
7796_LT_EOF
7797 fi ;;
7798 esac
d7040cdb 7799 fi
ce2cded5 7800 break
d7040cdb 7801 fi
ce2cded5
L
7802 done
7803 IFS="$lt_save_ifs"
7804 MAGIC_CMD="$lt_save_MAGIC_CMD"
7805 ;;
7806esac
7807fi
d7040cdb 7808
ce2cded5
L
7809MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7810if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7812$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7813else
81ecdfbb
RW
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7815$as_echo "no" >&6; }
ce2cded5 7816fi
d7040cdb 7817
d7040cdb 7818
d7040cdb 7819
d7040cdb 7820
d7040cdb 7821
ce2cded5
L
7822if test -z "$lt_cv_path_MAGIC_CMD"; then
7823 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7825$as_echo_n "checking for file... " >&6; }
7826if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7827 $as_echo_n "(cached) " >&6
ce2cded5
L
7828else
7829 case $MAGIC_CMD in
7830[\\/*] | ?:[\\/]*)
7831 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7832 ;;
7833*)
7834 lt_save_MAGIC_CMD="$MAGIC_CMD"
7835 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7836 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7837 for ac_dir in $ac_dummy; do
7838 IFS="$lt_save_ifs"
7839 test -z "$ac_dir" && ac_dir=.
7840 if test -f $ac_dir/file; then
7841 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7842 if test -n "$file_magic_test_file"; then
7843 case $deplibs_check_method in
7844 "file_magic "*)
7845 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7846 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7847 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7848 $EGREP "$file_magic_regex" > /dev/null; then
7849 :
d7040cdb 7850 else
ce2cded5
L
7851 cat <<_LT_EOF 1>&2
7852
7853*** Warning: the command libtool uses to detect shared libraries,
7854*** $file_magic_cmd, produces output that libtool cannot recognize.
7855*** The result is that libtool may fail to recognize shared libraries
7856*** as such. This will affect the creation of libtool libraries that
7857*** depend on shared libraries, but programs linked with such libtool
7858*** libraries will work regardless of this problem. Nevertheless, you
7859*** may want to report the problem to your system manager and/or to
7860*** bug-libtool@gnu.org
7861
7862_LT_EOF
7863 fi ;;
d7040cdb 7864 esac
d7040cdb 7865 fi
ce2cded5
L
7866 break
7867 fi
7868 done
7869 IFS="$lt_save_ifs"
7870 MAGIC_CMD="$lt_save_MAGIC_CMD"
7871 ;;
7872esac
7873fi
d7040cdb 7874
ce2cded5
L
7875MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7876if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7878$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7879else
81ecdfbb
RW
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7881$as_echo "no" >&6; }
ce2cded5 7882fi
d7040cdb 7883
d7040cdb 7884
ce2cded5
L
7885 else
7886 MAGIC_CMD=:
7887 fi
d7040cdb 7888fi
d7040cdb 7889
ce2cded5
L
7890 fi
7891 ;;
7892esac
d7040cdb 7893
ce2cded5 7894# Use C for the default configuration in the libtool script
d7040cdb 7895
ce2cded5
L
7896lt_save_CC="$CC"
7897ac_ext=c
7898ac_cpp='$CPP $CPPFLAGS'
7899ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7900ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7901ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7902
d7040cdb 7903
ce2cded5
L
7904# Source file extension for C test sources.
7905ac_ext=c
d7040cdb 7906
ce2cded5
L
7907# Object file extension for compiled C test sources.
7908objext=o
7909objext=$objext
d7040cdb 7910
ce2cded5
L
7911# Code to be used in simple compile tests
7912lt_simple_compile_test_code="int some_variable = 0;"
7913
7914# Code to be used in simple link tests
7915lt_simple_link_test_code='int main(){return(0);}'
7916
7917
7918
7919
7920
7921
7922
7923# If no C compiler was specified, use CC.
7924LTCC=${LTCC-"$CC"}
7925
7926# If no C compiler flags were specified, use CFLAGS.
7927LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7928
7929# Allow CC to be a program name with arguments.
7930compiler=$CC
7931
7932# Save the default compiler, since it gets overwritten when the other
7933# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7934compiler_DEFAULT=$CC
7935
7936# save warnings/boilerplate of simple test code
7937ac_outfile=conftest.$ac_objext
7938echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7939eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7940_lt_compiler_boilerplate=`cat conftest.err`
7941$RM conftest*
7942
7943ac_outfile=conftest.$ac_objext
7944echo "$lt_simple_link_test_code" >conftest.$ac_ext
7945eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7946_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7947$RM -r conftest*
ce2cded5
L
7948
7949
f2c621e4
AS
7950## CAVEAT EMPTOR:
7951## There is no encapsulation within the following macros, do not change
7952## the running order or otherwise move them around unless you know exactly
7953## what you are doing...
ce2cded5
L
7954if test -n "$compiler"; then
7955
7956lt_prog_compiler_no_builtin_flag=
7957
7958if test "$GCC" = yes; then
3725885a
RW
7959 case $cc_basename in
7960 nvcc*)
7961 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7962 *)
7963 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7964 esac
ce2cded5 7965
81ecdfbb
RW
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7967$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7968if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7969 $as_echo_n "(cached) " >&6
ce2cded5
L
7970else
7971 lt_cv_prog_compiler_rtti_exceptions=no
7972 ac_outfile=conftest.$ac_objext
7973 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7974 lt_compiler_flag="-fno-rtti -fno-exceptions"
7975 # Insert the option either (1) after the last *FLAGS variable, or
7976 # (2) before a word containing "conftest.", or (3) at the end.
7977 # Note that $ac_compile itself does not contain backslashes and begins
7978 # with a dollar sign (not a hyphen), so the echo should work correctly.
7979 # The option is referenced via a variable to avoid confusing sed.
7980 lt_compile=`echo "$ac_compile" | $SED \
7981 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7982 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7983 -e 's:$: $lt_compiler_flag:'`
3725885a 7984 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
7985 (eval "$lt_compile" 2>conftest.err)
7986 ac_status=$?
7987 cat conftest.err >&5
3725885a 7988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
7989 if (exit $ac_status) && test -s "$ac_outfile"; then
7990 # The compiler can only warn and ignore the option if not recognized
7991 # So say no if there are warnings other than the usual output.
3725885a 7992 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
7993 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7994 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7995 lt_cv_prog_compiler_rtti_exceptions=yes
7996 fi
7997 fi
7998 $RM conftest*
7999
8000fi
81ecdfbb
RW
8001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8002$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
8003
8004if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8005 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8006else
8007 :
8008fi
8009
8010fi
8011
8012
8013
8014
8015
8016
8017 lt_prog_compiler_wl=
8018lt_prog_compiler_pic=
8019lt_prog_compiler_static=
8020
f2c621e4
AS
8021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8022$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
8023
8024 if test "$GCC" = yes; then
8025 lt_prog_compiler_wl='-Wl,'
8026 lt_prog_compiler_static='-static'
8027
8028 case $host_os in
8029 aix*)
8030 # All AIX code is PIC.
8031 if test "$host_cpu" = ia64; then
8032 # AIX 5 now supports IA64 processor
8033 lt_prog_compiler_static='-Bstatic'
8034 fi
6c9c0a50 8035 lt_prog_compiler_pic='-fPIC'
ce2cded5 8036 ;;
d7040cdb
SE
8037
8038 amigaos*)
718a6fd8
SE
8039 case $host_cpu in
8040 powerpc)
8041 # see comment about AmigaOS4 .so support
8042 lt_prog_compiler_pic='-fPIC'
8043 ;;
8044 m68k)
8045 # FIXME: we need at least 68020 code to build shared libraries, but
8046 # adding the `-m68020' flag to GCC prevents building anything better,
8047 # like `-m68040'.
8048 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8049 ;;
8050 esac
d7040cdb
SE
8051 ;;
8052
ce2cded5
L
8053 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8054 # PIC is the default for these OSes.
d7040cdb
SE
8055 ;;
8056
718a6fd8 8057 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8058 # This hack is so that the source file can tell whether it is being
8059 # built for inclusion in a dll (and should export symbols for example).
8060 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8061 # (--disable-auto-import) libraries
8062 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8063 ;;
8064
8065 darwin* | rhapsody*)
ce2cded5
L
8066 # PIC is the default on this platform
8067 # Common symbols not allowed in MH_DYLIB files
8068 lt_prog_compiler_pic='-fno-common'
8069 ;;
8070
3725885a
RW
8071 haiku*)
8072 # PIC is the default for Haiku.
8073 # The "-static" flag exists, but is broken.
8074 lt_prog_compiler_static=
8075 ;;
8076
ce2cded5 8077 hpux*)
718a6fd8
SE
8078 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8079 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8080 # sets the default TLS model and affects inlining.
ce2cded5 8081 case $host_cpu in
718a6fd8 8082 hppa*64*)
ce2cded5 8083 # +Z the default
d7040cdb 8084 ;;
ce2cded5
L
8085 *)
8086 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8087 ;;
8088 esac
ce2cded5 8089 ;;
d7040cdb 8090
ce2cded5
L
8091 interix[3-9]*)
8092 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8093 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8094 ;;
8095
ce2cded5
L
8096 msdosdjgpp*)
8097 # Just because we use GCC doesn't mean we suddenly get shared libraries
8098 # on systems that don't support them.
8099 lt_prog_compiler_can_build_shared=no
8100 enable_shared=no
d7040cdb
SE
8101 ;;
8102
ce2cded5
L
8103 *nto* | *qnx*)
8104 # QNX uses GNU C++, but need to define -shared option too, otherwise
8105 # it will coredump.
8106 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8107 ;;
8108
ce2cded5
L
8109 sysv4*MP*)
8110 if test -d /usr/nec; then
8111 lt_prog_compiler_pic=-Kconform_pic
8112 fi
d7040cdb
SE
8113 ;;
8114
ce2cded5
L
8115 *)
8116 lt_prog_compiler_pic='-fPIC'
d7040cdb 8117 ;;
ce2cded5 8118 esac
3725885a
RW
8119
8120 case $cc_basename in
8121 nvcc*) # Cuda Compiler Driver 2.2
8122 lt_prog_compiler_wl='-Xlinker '
8123 lt_prog_compiler_pic='-Xcompiler -fPIC'
8124 ;;
8125 esac
ce2cded5
L
8126 else
8127 # PORTME Check for flag to pass linker flags through the system compiler.
8128 case $host_os in
8129 aix*)
8130 lt_prog_compiler_wl='-Wl,'
8131 if test "$host_cpu" = ia64; then
8132 # AIX 5 now supports IA64 processor
8133 lt_prog_compiler_static='-Bstatic'
d7040cdb 8134 else
ce2cded5 8135 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8136 fi
ce2cded5 8137 ;;
d7040cdb 8138
718a6fd8 8139 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8140 # This hack is so that the source file can tell whether it is being
8141 # built for inclusion in a dll (and should export symbols for example).
8142 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8143 ;;
8144
ce2cded5
L
8145 hpux9* | hpux10* | hpux11*)
8146 lt_prog_compiler_wl='-Wl,'
8147 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8148 # not for PA HP-UX.
8149 case $host_cpu in
8150 hppa*64*|ia64*)
8151 # +Z the default
8152 ;;
8153 *)
8154 lt_prog_compiler_pic='+Z'
8155 ;;
8156 esac
8157 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8158 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8159 ;;
8160
ce2cded5
L
8161 irix5* | irix6* | nonstopux*)
8162 lt_prog_compiler_wl='-Wl,'
8163 # PIC (with -KPIC) is the default.
8164 lt_prog_compiler_static='-non_shared'
8165 ;;
d7040cdb 8166
58e24671 8167 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8168 case $cc_basename in
718a6fd8
SE
8169 # old Intel for x86_64 which still supported -KPIC.
8170 ecc*)
ce2cded5
L
8171 lt_prog_compiler_wl='-Wl,'
8172 lt_prog_compiler_pic='-KPIC'
8173 lt_prog_compiler_static='-static'
8174 ;;
718a6fd8
SE
8175 # icc used to be incompatible with GCC.
8176 # ICC 10 doesn't accept -KPIC any more.
8177 icc* | ifort*)
8178 lt_prog_compiler_wl='-Wl,'
8179 lt_prog_compiler_pic='-fPIC'
8180 lt_prog_compiler_static='-static'
8181 ;;
8182 # Lahey Fortran 8.1.
8183 lf95*)
8184 lt_prog_compiler_wl='-Wl,'
8185 lt_prog_compiler_pic='--shared'
8186 lt_prog_compiler_static='--static'
8187 ;;
3725885a 8188 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8189 # Portland Group compilers (*not* the Pentium gcc compiler,
8190 # which looks to be a dead project)
8191 lt_prog_compiler_wl='-Wl,'
8192 lt_prog_compiler_pic='-fpic'
8193 lt_prog_compiler_static='-Bstatic'
8194 ;;
8195 ccc*)
8196 lt_prog_compiler_wl='-Wl,'
8197 # All Alpha code is PIC.
8198 lt_prog_compiler_static='-non_shared'
8199 ;;
3725885a
RW
8200 xl* | bgxl* | bgf* | mpixl*)
8201 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8202 lt_prog_compiler_wl='-Wl,'
8203 lt_prog_compiler_pic='-qpic'
8204 lt_prog_compiler_static='-qstaticlink'
8205 ;;
ce2cded5
L
8206 *)
8207 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8208 *Sun\ F* | *Sun*Fortran*)
8209 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8210 lt_prog_compiler_pic='-KPIC'
8211 lt_prog_compiler_static='-Bstatic'
3725885a 8212 lt_prog_compiler_wl=''
d7040cdb 8213 ;;
3725885a
RW
8214 *Sun\ C*)
8215 # Sun C 5.9
ce2cded5
L
8216 lt_prog_compiler_pic='-KPIC'
8217 lt_prog_compiler_static='-Bstatic'
3725885a 8218 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8219 ;;
8220 esac
ce2cded5
L
8221 ;;
8222 esac
d7040cdb
SE
8223 ;;
8224
ce2cded5
L
8225 newsos6)
8226 lt_prog_compiler_pic='-KPIC'
8227 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8228 ;;
8229
ce2cded5
L
8230 *nto* | *qnx*)
8231 # QNX uses GNU C++, but need to define -shared option too, otherwise
8232 # it will coredump.
8233 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8234 ;;
8235
ce2cded5
L
8236 osf3* | osf4* | osf5*)
8237 lt_prog_compiler_wl='-Wl,'
8238 # All OSF/1 code is PIC.
8239 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8240 ;;
8241
ce2cded5
L
8242 rdos*)
8243 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8244 ;;
8245
8246 solaris*)
ce2cded5
L
8247 lt_prog_compiler_pic='-KPIC'
8248 lt_prog_compiler_static='-Bstatic'
8249 case $cc_basename in
f2c621e4 8250 f77* | f90* | f95*)
ce2cded5 8251 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8252 *)
ce2cded5 8253 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8254 esac
d7040cdb
SE
8255 ;;
8256
8257 sunos4*)
ce2cded5
L
8258 lt_prog_compiler_wl='-Qoption ld '
8259 lt_prog_compiler_pic='-PIC'
8260 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8261 ;;
8262
ce2cded5
L
8263 sysv4 | sysv4.2uw2* | sysv4.3*)
8264 lt_prog_compiler_wl='-Wl,'
8265 lt_prog_compiler_pic='-KPIC'
8266 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8267 ;;
8268
8269 sysv4*MP*)
ce2cded5
L
8270 if test -d /usr/nec ;then
8271 lt_prog_compiler_pic='-Kconform_pic'
8272 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8273 fi
8274 ;;
8275
ce2cded5
L
8276 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8277 lt_prog_compiler_wl='-Wl,'
8278 lt_prog_compiler_pic='-KPIC'
8279 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8280 ;;
8281
ce2cded5
L
8282 unicos*)
8283 lt_prog_compiler_wl='-Wl,'
8284 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8285 ;;
8286
8287 uts4*)
ce2cded5
L
8288 lt_prog_compiler_pic='-pic'
8289 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8290 ;;
8291
8292 *)
ce2cded5 8293 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8294 ;;
8295 esac
d7040cdb
SE
8296 fi
8297
ce2cded5
L
8298case $host_os in
8299 # For platforms which do not support PIC, -DPIC is meaningless:
8300 *djgpp*)
8301 lt_prog_compiler_pic=
8302 ;;
8303 *)
8304 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8305 ;;
8306esac
f2c621e4
AS
8307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8308$as_echo "$lt_prog_compiler_pic" >&6; }
8309
8310
8311
8312
d7040cdb
SE
8313
8314
8315#
ce2cded5 8316# Check to make sure the PIC flag actually works.
d7040cdb 8317#
ce2cded5 8318if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8320$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8321if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8322 $as_echo_n "(cached) " >&6
ce2cded5 8323else
718a6fd8 8324 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8325 ac_outfile=conftest.$ac_objext
8326 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8327 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8328 # Insert the option either (1) after the last *FLAGS variable, or
8329 # (2) before a word containing "conftest.", or (3) at the end.
8330 # Note that $ac_compile itself does not contain backslashes and begins
8331 # with a dollar sign (not a hyphen), so the echo should work correctly.
8332 # The option is referenced via a variable to avoid confusing sed.
8333 lt_compile=`echo "$ac_compile" | $SED \
8334 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8335 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8336 -e 's:$: $lt_compiler_flag:'`
3725885a 8337 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8338 (eval "$lt_compile" 2>conftest.err)
8339 ac_status=$?
8340 cat conftest.err >&5
3725885a 8341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8342 if (exit $ac_status) && test -s "$ac_outfile"; then
8343 # The compiler can only warn and ignore the option if not recognized
8344 # So say no if there are warnings other than the usual output.
3725885a 8345 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8346 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8347 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8348 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8349 fi
8350 fi
8351 $RM conftest*
d7040cdb 8352
ce2cded5 8353fi
81ecdfbb
RW
8354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8355$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8356
718a6fd8 8357if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8358 case $lt_prog_compiler_pic in
8359 "" | " "*) ;;
8360 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8361 esac
8362else
8363 lt_prog_compiler_pic=
8364 lt_prog_compiler_can_build_shared=no
8365fi
d7040cdb 8366
ce2cded5 8367fi
d7040cdb
SE
8368
8369
8370
8371
8372
8373
ce2cded5
L
8374#
8375# Check to make sure the static flag actually works.
8376#
8377wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8379$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8380if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8381 $as_echo_n "(cached) " >&6
ce2cded5 8382else
718a6fd8 8383 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8384 save_LDFLAGS="$LDFLAGS"
8385 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8386 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8387 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8388 # The linker can only warn and ignore the option if not recognized
8389 # So say no if there are warnings
8390 if test -s conftest.err; then
8391 # Append any errors to the config.log.
8392 cat conftest.err 1>&5
3725885a 8393 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8394 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8395 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8396 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8397 fi
8398 else
718a6fd8 8399 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8400 fi
8401 fi
718a6fd8 8402 $RM -r conftest*
ce2cded5 8403 LDFLAGS="$save_LDFLAGS"
d7040cdb 8404
ce2cded5 8405fi
81ecdfbb
RW
8406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8407$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8408
718a6fd8 8409if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8410 :
8411else
8412 lt_prog_compiler_static=
8413fi
d7040cdb
SE
8414
8415
8416
8417
8418
8419
8420
81ecdfbb
RW
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8422$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8423if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8424 $as_echo_n "(cached) " >&6
ce2cded5
L
8425else
8426 lt_cv_prog_compiler_c_o=no
8427 $RM -r conftest 2>/dev/null
8428 mkdir conftest
8429 cd conftest
8430 mkdir out
8431 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8432
ce2cded5
L
8433 lt_compiler_flag="-o out/conftest2.$ac_objext"
8434 # Insert the option either (1) after the last *FLAGS variable, or
8435 # (2) before a word containing "conftest.", or (3) at the end.
8436 # Note that $ac_compile itself does not contain backslashes and begins
8437 # with a dollar sign (not a hyphen), so the echo should work correctly.
8438 lt_compile=`echo "$ac_compile" | $SED \
8439 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8440 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8441 -e 's:$: $lt_compiler_flag:'`
3725885a 8442 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8443 (eval "$lt_compile" 2>out/conftest.err)
8444 ac_status=$?
8445 cat out/conftest.err >&5
3725885a 8446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8447 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8448 then
8449 # The compiler can only warn and ignore the option if not recognized
8450 # So say no if there are warnings
3725885a 8451 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8452 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8453 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8454 lt_cv_prog_compiler_c_o=yes
8455 fi
8456 fi
8457 chmod u+w . 2>&5
8458 $RM conftest*
8459 # SGI C++ compiler will create directory out/ii_files/ for
8460 # template instantiation
8461 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8462 $RM out/* && rmdir out
8463 cd ..
8464 $RM -r conftest
8465 $RM conftest*
d7040cdb 8466
ce2cded5 8467fi
81ecdfbb
RW
8468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8469$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8470
8471
8472
8473
8474
8475
81ecdfbb
RW
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8477$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8478if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8479 $as_echo_n "(cached) " >&6
ce2cded5
L
8480else
8481 lt_cv_prog_compiler_c_o=no
8482 $RM -r conftest 2>/dev/null
8483 mkdir conftest
8484 cd conftest
8485 mkdir out
8486 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8487
ce2cded5
L
8488 lt_compiler_flag="-o out/conftest2.$ac_objext"
8489 # Insert the option either (1) after the last *FLAGS variable, or
8490 # (2) before a word containing "conftest.", or (3) at the end.
8491 # Note that $ac_compile itself does not contain backslashes and begins
8492 # with a dollar sign (not a hyphen), so the echo should work correctly.
8493 lt_compile=`echo "$ac_compile" | $SED \
8494 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8495 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8496 -e 's:$: $lt_compiler_flag:'`
3725885a 8497 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8498 (eval "$lt_compile" 2>out/conftest.err)
8499 ac_status=$?
8500 cat out/conftest.err >&5
3725885a 8501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8502 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8503 then
8504 # The compiler can only warn and ignore the option if not recognized
8505 # So say no if there are warnings
3725885a 8506 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8507 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8508 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8509 lt_cv_prog_compiler_c_o=yes
8510 fi
8511 fi
8512 chmod u+w . 2>&5
8513 $RM conftest*
8514 # SGI C++ compiler will create directory out/ii_files/ for
8515 # template instantiation
8516 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8517 $RM out/* && rmdir out
8518 cd ..
8519 $RM -r conftest
8520 $RM conftest*
d7040cdb 8521
ce2cded5 8522fi
81ecdfbb
RW
8523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8524$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8525
8526
8527
8528
ce2cded5
L
8529hard_links="nottested"
8530if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8531 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8533$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8534 hard_links=yes
8535 $RM conftest*
8536 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8537 touch conftest.a
8538 ln conftest.a conftest.b 2>&5 || hard_links=no
8539 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8541$as_echo "$hard_links" >&6; }
ce2cded5 8542 if test "$hard_links" = no; then
81ecdfbb
RW
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8544$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8545 need_locks=warn
8546 fi
8547else
8548 need_locks=no
8549fi
d7040cdb
SE
8550
8551
8552
8553
8554
8555
81ecdfbb
RW
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8557$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8558
ce2cded5
L
8559 runpath_var=
8560 allow_undefined_flag=
8561 always_export_symbols=no
8562 archive_cmds=
8563 archive_expsym_cmds=
8564 compiler_needs_object=no
8565 enable_shared_with_static_runtimes=no
8566 export_dynamic_flag_spec=
8567 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8568 hardcode_automatic=no
8569 hardcode_direct=no
8570 hardcode_direct_absolute=no
8571 hardcode_libdir_flag_spec=
8572 hardcode_libdir_flag_spec_ld=
8573 hardcode_libdir_separator=
8574 hardcode_minus_L=no
8575 hardcode_shlibpath_var=unsupported
8576 inherit_rpath=no
8577 link_all_deplibs=unknown
8578 module_cmds=
8579 module_expsym_cmds=
8580 old_archive_from_new_cmds=
8581 old_archive_from_expsyms_cmds=
8582 thread_safe_flag_spec=
8583 whole_archive_flag_spec=
8584 # include_expsyms should be a list of space-separated symbols to be *always*
8585 # included in the symbol list
8586 include_expsyms=
8587 # exclude_expsyms can be an extended regexp of symbols to exclude
8588 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8589 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8590 # as well as any symbol that contains `d'.
718a6fd8 8591 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8592 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8593 # platforms (ab)use it in PIC code, but their linkers get confused if
8594 # the symbol is explicitly referenced. Since portable code cannot
8595 # rely on this symbol name, it's probably fine to never include it in
8596 # preloaded symbol tables.
718a6fd8 8597 # Exclude shared library initialization/finalization symbols.
ce2cded5 8598 extract_expsyms_cmds=
d7040cdb 8599
ce2cded5 8600 case $host_os in
718a6fd8 8601 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8602 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8603 # When not using gcc, we currently assume that we are using
8604 # Microsoft Visual C++.
8605 if test "$GCC" != yes; then
8606 with_gnu_ld=no
8607 fi
8608 ;;
8609 interix*)
8610 # we just hope/assume this is gcc and not c89 (= MSVC++)
8611 with_gnu_ld=yes
8612 ;;
8613 openbsd*)
8614 with_gnu_ld=no
8615 ;;
8616 esac
d7040cdb 8617
ce2cded5 8618 ld_shlibs=yes
3725885a
RW
8619
8620 # On some targets, GNU ld is compatible enough with the native linker
8621 # that we're better off using the native interface for both.
8622 lt_use_gnu_ld_interface=no
ce2cded5 8623 if test "$with_gnu_ld" = yes; then
3725885a
RW
8624 case $host_os in
8625 aix*)
8626 # The AIX port of GNU ld has always aspired to compatibility
8627 # with the native linker. However, as the warning in the GNU ld
8628 # block says, versions before 2.19.5* couldn't really create working
8629 # shared libraries, regardless of the interface used.
8630 case `$LD -v 2>&1` in
8631 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8632 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8633 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8634 *)
8635 lt_use_gnu_ld_interface=yes
8636 ;;
8637 esac
8638 ;;
8639 *)
8640 lt_use_gnu_ld_interface=yes
8641 ;;
8642 esac
8643 fi
8644
8645 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8646 # If archive_cmds runs LD, not CC, wlarc should be empty
8647 wlarc='${wl}'
d7040cdb 8648
ce2cded5
L
8649 # Set some defaults for GNU ld with shared library support. These
8650 # are reset later if shared libraries are not supported. Putting them
8651 # here allows them to be overridden if necessary.
8652 runpath_var=LD_RUN_PATH
8653 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8654 export_dynamic_flag_spec='${wl}--export-dynamic'
8655 # ancient GNU ld didn't support --whole-archive et. al.
8656 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8657 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8658 else
8659 whole_archive_flag_spec=
8660 fi
8661 supports_anon_versioning=no
8662 case `$LD -v 2>&1` in
3725885a 8663 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8664 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8665 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8666 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8667 *\ 2.11.*) ;; # other 2.11 versions
8668 *) supports_anon_versioning=yes ;;
8669 esac
d7040cdb 8670
ce2cded5
L
8671 # See if GNU ld supports shared libraries.
8672 case $host_os in
50e7d84b 8673 aix[3-9]*)
ce2cded5
L
8674 # On AIX/PPC, the GNU linker is very broken
8675 if test "$host_cpu" != ia64; then
8676 ld_shlibs=no
8677 cat <<_LT_EOF 1>&2
d7040cdb 8678
3725885a 8679*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8680*** to be unable to reliably create shared libraries on AIX.
8681*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8682*** really care for shared libraries, you may want to install binutils
8683*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8684*** You will then need to restart the configuration process.
d7040cdb 8685
ce2cded5
L
8686_LT_EOF
8687 fi
8688 ;;
d7040cdb 8689
ce2cded5 8690 amigaos*)
718a6fd8
SE
8691 case $host_cpu in
8692 powerpc)
8693 # see comment about AmigaOS4 .so support
8694 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8695 archive_expsym_cmds=''
8696 ;;
8697 m68k)
8698 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)'
8699 hardcode_libdir_flag_spec='-L$libdir'
8700 hardcode_minus_L=yes
8701 ;;
8702 esac
ce2cded5 8703 ;;
d7040cdb 8704
ce2cded5
L
8705 beos*)
8706 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8707 allow_undefined_flag=unsupported
8708 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8709 # support --undefined. This deserves some investigation. FIXME
8710 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8711 else
8712 ld_shlibs=no
8713 fi
8714 ;;
d7040cdb 8715
718a6fd8 8716 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8717 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8718 # as there is no search path for DLLs.
8719 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8720 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8721 allow_undefined_flag=unsupported
8722 always_export_symbols=no
8723 enable_shared_with_static_runtimes=yes
f2c621e4 8724 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8725
ce2cded5
L
8726 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8727 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8728 # If the export-symbols file already is a .def file (1st line
8729 # is EXPORTS), use it as is; otherwise, prepend...
8730 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8731 cp $export_symbols $output_objdir/$soname.def;
8732 else
8733 echo EXPORTS > $output_objdir/$soname.def;
8734 cat $export_symbols >> $output_objdir/$soname.def;
8735 fi~
8736 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8737 else
8738 ld_shlibs=no
8739 fi
8740 ;;
d7040cdb 8741
3725885a
RW
8742 haiku*)
8743 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8744 link_all_deplibs=yes
8745 ;;
8746
ce2cded5
L
8747 interix[3-9]*)
8748 hardcode_direct=no
8749 hardcode_shlibpath_var=no
8750 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8751 export_dynamic_flag_spec='${wl}-E'
8752 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8753 # Instead, shared libraries are loaded at an image base (0x10000000 by
8754 # default) and relocated if they conflict, which is a slow very memory
8755 # consuming and fragmenting process. To avoid this, we pick a random,
8756 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8757 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8758 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8759 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'
8760 ;;
d7040cdb 8761
58e24671 8762 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8763 tmp_diet=no
8764 if test "$host_os" = linux-dietlibc; then
8765 case $cc_basename in
8766 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8767 esac
8768 fi
8769 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8770 && test "$tmp_diet" = no
8771 then
6e733cce 8772 tmp_addflag=' $pic_flag'
718a6fd8 8773 tmp_sharedflag='-shared'
ce2cded5
L
8774 case $cc_basename,$host_cpu in
8775 pgcc*) # Portland Group C compiler
3725885a 8776 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'
ce2cded5
L
8777 tmp_addflag=' $pic_flag'
8778 ;;
3725885a
RW
8779 pgf77* | pgf90* | pgf95* | pgfortran*)
8780 # Portland Group f77 and f90 compilers
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'
ce2cded5
L
8782 tmp_addflag=' $pic_flag -Mnomain' ;;
8783 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8784 tmp_addflag=' -i_dynamic' ;;
8785 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8786 tmp_addflag=' -i_dynamic -nofor_main' ;;
8787 ifc* | ifort*) # Intel Fortran compiler
8788 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8789 lf95*) # Lahey Fortran 8.1
8790 whole_archive_flag_spec=
8791 tmp_sharedflag='--shared' ;;
3725885a 8792 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8793 tmp_sharedflag='-qmkshrobj'
8794 tmp_addflag= ;;
3725885a
RW
8795 nvcc*) # Cuda Compiler Driver 2.2
8796 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'
8797 compiler_needs_object=yes
8798 ;;
ce2cded5
L
8799 esac
8800 case `$CC -V 2>&1 | sed 5q` in
8801 *Sun\ C*) # Sun C 5.9
3725885a 8802 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'
ce2cded5
L
8803 compiler_needs_object=yes
8804 tmp_sharedflag='-G' ;;
8805 *Sun\ F*) # Sun Fortran 8.3
8806 tmp_sharedflag='-G' ;;
ce2cded5
L
8807 esac
8808 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8809
ce2cded5
L
8810 if test "x$supports_anon_versioning" = xyes; then
8811 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8812 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8813 echo "local: *; };" >> $output_objdir/$libname.ver~
8814 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8815 fi
718a6fd8
SE
8816
8817 case $cc_basename in
3725885a 8818 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8819 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8820 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8821 hardcode_libdir_flag_spec=
8822 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8823 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8824 if test "x$supports_anon_versioning" = xyes; then
8825 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8826 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8827 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8828 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8829 fi
8830 ;;
8831 esac
ce2cded5
L
8832 else
8833 ld_shlibs=no
8834 fi
8835 ;;
d7040cdb 8836
ce2cded5
L
8837 netbsd*)
8838 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8839 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8840 wlarc=
8841 else
f2c621e4
AS
8842 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8843 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8844 fi
8845 ;;
d7040cdb 8846
ce2cded5
L
8847 solaris*)
8848 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8849 ld_shlibs=no
8850 cat <<_LT_EOF 1>&2
d7040cdb 8851
ce2cded5
L
8852*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8853*** create shared libraries on Solaris systems. Therefore, libtool
8854*** is disabling shared libraries support. We urge you to upgrade GNU
8855*** binutils to release 2.9.1 or newer. Another option is to modify
8856*** your PATH or compiler configuration so that the native linker is
8857*** used, and then restart.
d7040cdb 8858
ce2cded5
L
8859_LT_EOF
8860 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8861 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8862 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8863 else
8864 ld_shlibs=no
8865 fi
8866 ;;
d7040cdb 8867
ce2cded5
L
8868 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8869 case `$LD -v 2>&1` in
8870 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8871 ld_shlibs=no
8872 cat <<_LT_EOF 1>&2
d7040cdb 8873
ce2cded5
L
8874*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8875*** reliably create shared libraries on SCO systems. Therefore, libtool
8876*** is disabling shared libraries support. We urge you to upgrade GNU
8877*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8878*** your PATH or compiler configuration so that the native linker is
8879*** used, and then restart.
d7040cdb 8880
ce2cded5
L
8881_LT_EOF
8882 ;;
8883 *)
8884 # For security reasons, it is highly recommended that you always
8885 # use absolute paths for naming shared libraries, and exclude the
8886 # DT_RUNPATH tag from executables and libraries. But doing so
8887 # requires that you compile everything twice, which is a pain.
8888 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8889 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8890 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8891 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8892 else
8893 ld_shlibs=no
8894 fi
8895 ;;
8896 esac
8897 ;;
d7040cdb 8898
ce2cded5
L
8899 sunos4*)
8900 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8901 wlarc=
8902 hardcode_direct=yes
8903 hardcode_shlibpath_var=no
8904 ;;
d7040cdb 8905
ce2cded5
L
8906 *)
8907 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8908 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8909 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8910 else
8911 ld_shlibs=no
8912 fi
8913 ;;
8914 esac
d7040cdb 8915
ce2cded5
L
8916 if test "$ld_shlibs" = no; then
8917 runpath_var=
8918 hardcode_libdir_flag_spec=
8919 export_dynamic_flag_spec=
8920 whole_archive_flag_spec=
8921 fi
8922 else
8923 # PORTME fill in a description of your system's linker (not GNU ld)
8924 case $host_os in
8925 aix3*)
8926 allow_undefined_flag=unsupported
8927 always_export_symbols=yes
8928 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'
8929 # Note: this linker hardcodes the directories in LIBPATH if there
8930 # are no directories specified by -L.
8931 hardcode_minus_L=yes
8932 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8933 # Neither direct hardcoding nor static linking is supported with a
8934 # broken collect2.
8935 hardcode_direct=unsupported
8936 fi
8937 ;;
d7040cdb 8938
50e7d84b 8939 aix[4-9]*)
ce2cded5
L
8940 if test "$host_cpu" = ia64; then
8941 # On IA64, the linker does run time linking by default, so we don't
8942 # have to do anything special.
8943 aix_use_runtimelinking=no
8944 exp_sym_flag='-Bexport'
8945 no_entry_flag=""
8946 else
8947 # If we're using GNU nm, then we don't want the "-C" option.
8948 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8949 # Also, AIX nm treats weak defined symbols like other global
8950 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 8951 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8952 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'
ce2cded5 8953 else
5c14705f 8954 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
ce2cded5
L
8955 fi
8956 aix_use_runtimelinking=no
d7040cdb 8957
ce2cded5
L
8958 # Test if we are trying to use run time linking or normal
8959 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8960 # need to do runtime linking.
50e7d84b 8961 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8962 for ld_flag in $LDFLAGS; do
8963 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8964 aix_use_runtimelinking=yes
8965 break
8966 fi
8967 done
8968 ;;
8969 esac
d7040cdb 8970
ce2cded5
L
8971 exp_sym_flag='-bexport'
8972 no_entry_flag='-bnoentry'
8973 fi
d7040cdb 8974
ce2cded5
L
8975 # When large executables or shared objects are built, AIX ld can
8976 # have problems creating the table of contents. If linking a library
8977 # or program results in "error TOC overflow" add -mminimal-toc to
8978 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8979 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 8980
ce2cded5
L
8981 archive_cmds=''
8982 hardcode_direct=yes
8983 hardcode_direct_absolute=yes
8984 hardcode_libdir_separator=':'
8985 link_all_deplibs=yes
8986 file_list_spec='${wl}-f,'
d7040cdb 8987
ce2cded5
L
8988 if test "$GCC" = yes; then
8989 case $host_os in aix4.[012]|aix4.[012].*)
8990 # We only want to do this on AIX 4.2 and lower, the check
8991 # below for broken collect2 doesn't work under 4.3+
8992 collect2name=`${CC} -print-prog-name=collect2`
8993 if test -f "$collect2name" &&
8994 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8995 then
8996 # We have reworked collect2
8997 :
8998 else
8999 # We have old collect2
9000 hardcode_direct=unsupported
9001 # It fails to find uninstalled libraries when the uninstalled
9002 # path is not listed in the libpath. Setting hardcode_minus_L
9003 # to unsupported forces relinking
9004 hardcode_minus_L=yes
9005 hardcode_libdir_flag_spec='-L$libdir'
9006 hardcode_libdir_separator=
9007 fi
9008 ;;
9009 esac
9010 shared_flag='-shared'
9011 if test "$aix_use_runtimelinking" = yes; then
9012 shared_flag="$shared_flag "'${wl}-G'
9013 fi
9014 else
9015 # not using gcc
9016 if test "$host_cpu" = ia64; then
9017 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9018 # chokes on -Wl,-G. The following line is correct:
9019 shared_flag='-G'
9020 else
9021 if test "$aix_use_runtimelinking" = yes; then
9022 shared_flag='${wl}-G'
9023 else
9024 shared_flag='${wl}-bM:SRE'
9025 fi
9026 fi
9027 fi
d7040cdb 9028
718a6fd8 9029 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9030 # It seems that -bexpall does not export symbols beginning with
9031 # underscore (_), so it is better to generate a list of symbols to export.
9032 always_export_symbols=yes
9033 if test "$aix_use_runtimelinking" = yes; then
9034 # Warning - without using the other runtime loading flags (-brtl),
9035 # -berok will link without error, but may produce a broken library.
9036 allow_undefined_flag='-berok'
9037 # Determine the default libpath from the value encoded in an
9038 # empty executable.
f2c621e4 9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9040/* end confdefs.h. */
d7040cdb 9041
ce2cded5
L
9042int
9043main ()
9044{
d7040cdb 9045
ce2cded5
L
9046 ;
9047 return 0;
9048}
9049_ACEOF
81ecdfbb 9050if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9051
f2c621e4
AS
9052lt_aix_libpath_sed='
9053 /Import File Strings/,/^$/ {
9054 /^0/ {
9055 s/^0 *\(.*\)$/\1/
9056 p
9057 }
9058 }'
9059aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9060# Check for a 64-bit object if we didn't find anything.
9061if test -z "$aix_libpath"; then
9062 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9063fi
ce2cded5 9064fi
81ecdfbb
RW
9065rm -f core conftest.err conftest.$ac_objext \
9066 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9067if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9068
ce2cded5 9069 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9070 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"
ce2cded5
L
9071 else
9072 if test "$host_cpu" = ia64; then
9073 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9074 allow_undefined_flag="-z nodefs"
9075 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"
9076 else
9077 # Determine the default libpath from the value encoded in an
9078 # empty executable.
f2c621e4 9079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9080/* end confdefs.h. */
d7040cdb 9081
ce2cded5
L
9082int
9083main ()
9084{
d7040cdb 9085
ce2cded5
L
9086 ;
9087 return 0;
9088}
9089_ACEOF
81ecdfbb 9090if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9091
f2c621e4
AS
9092lt_aix_libpath_sed='
9093 /Import File Strings/,/^$/ {
9094 /^0/ {
9095 s/^0 *\(.*\)$/\1/
9096 p
9097 }
9098 }'
9099aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9100# Check for a 64-bit object if we didn't find anything.
9101if test -z "$aix_libpath"; then
9102 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9103fi
ce2cded5 9104fi
81ecdfbb
RW
9105rm -f core conftest.err conftest.$ac_objext \
9106 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9107if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9108
ce2cded5
L
9109 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9110 # Warning - without using the other run time loading flags,
9111 # -berok will link without error, but may produce a broken library.
9112 no_undefined_flag=' ${wl}-bernotok'
9113 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9114 if test "$with_gnu_ld" = yes; then
9115 # We only use this code for GNU lds that support --whole-archive.
9116 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9117 else
9118 # Exported symbols can be pulled into shared objects from archives
9119 whole_archive_flag_spec='$convenience'
9120 fi
ce2cded5
L
9121 archive_cmds_need_lc=yes
9122 # This is similar to how AIX traditionally builds its shared libraries.
9123 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'
9124 fi
9125 fi
9126 ;;
d7040cdb 9127
ce2cded5 9128 amigaos*)
718a6fd8
SE
9129 case $host_cpu in
9130 powerpc)
9131 # see comment about AmigaOS4 .so support
9132 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133 archive_expsym_cmds=''
9134 ;;
9135 m68k)
9136 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)'
9137 hardcode_libdir_flag_spec='-L$libdir'
9138 hardcode_minus_L=yes
9139 ;;
9140 esac
ce2cded5 9141 ;;
d7040cdb 9142
ce2cded5
L
9143 bsdi[45]*)
9144 export_dynamic_flag_spec=-rdynamic
9145 ;;
d7040cdb 9146
718a6fd8 9147 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9148 # When not using gcc, we currently assume that we are using
9149 # Microsoft Visual C++.
9150 # hardcode_libdir_flag_spec is actually meaningless, as there is
9151 # no search path for DLLs.
f2c621e4
AS
9152 hardcode_libdir_flag_spec=' '
9153 allow_undefined_flag=unsupported
9154 # Tell ltmain to make .lib files, not .a files.
9155 libext=lib
9156 # Tell ltmain to make .dll files, not .so files.
9157 shrext_cmds=".dll"
9158 # FIXME: Setting linknames here is a bad hack.
9159 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9160 # The linker will automatically build a .lib file if we build a DLL.
9161 old_archive_from_new_cmds='true'
9162 # FIXME: Should let the user specify the lib program.
9163 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9164 fix_srcfile_path='`cygpath -w "$srcfile"`'
9165 enable_shared_with_static_runtimes=yes
ce2cded5 9166 ;;
d7040cdb 9167
ce2cded5 9168 darwin* | rhapsody*)
d7040cdb 9169
718a6fd8
SE
9170
9171 archive_cmds_need_lc=no
9172 hardcode_direct=no
9173 hardcode_automatic=yes
9174 hardcode_shlibpath_var=unsupported
3725885a
RW
9175 if test "$lt_cv_ld_force_load" = "yes"; then
9176 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\"`'
9177 else
9178 whole_archive_flag_spec=''
9179 fi
718a6fd8
SE
9180 link_all_deplibs=yes
9181 allow_undefined_flag="$_lt_dar_allow_undefined"
9182 case $cc_basename in
9183 ifort*) _lt_dar_can_shared=yes ;;
9184 *) _lt_dar_can_shared=$GCC ;;
9185 esac
9186 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9187 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9188 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9189 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9190 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}"
9191 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}"
9192
9193 else
9194 ld_shlibs=no
9195 fi
9196
ce2cded5 9197 ;;
d7040cdb 9198
ce2cded5
L
9199 dgux*)
9200 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9201 hardcode_libdir_flag_spec='-L$libdir'
9202 hardcode_shlibpath_var=no
9203 ;;
d7040cdb 9204
ce2cded5
L
9205 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9206 # support. Future versions do this automatically, but an explicit c++rt0.o
9207 # does not break anything, and helps significantly (at the cost of a little
9208 # extra space).
9209 freebsd2.2*)
9210 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9211 hardcode_libdir_flag_spec='-R$libdir'
9212 hardcode_direct=yes
9213 hardcode_shlibpath_var=no
9214 ;;
d7040cdb 9215
ce2cded5 9216 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9217 freebsd2.*)
ce2cded5
L
9218 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9219 hardcode_direct=yes
9220 hardcode_minus_L=yes
9221 hardcode_shlibpath_var=no
9222 ;;
d7040cdb 9223
ce2cded5
L
9224 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9225 freebsd* | dragonfly*)
f2c621e4 9226 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9227 hardcode_libdir_flag_spec='-R$libdir'
9228 hardcode_direct=yes
9229 hardcode_shlibpath_var=no
9230 ;;
d7040cdb 9231
ce2cded5
L
9232 hpux9*)
9233 if test "$GCC" = yes; then
f2c621e4 9234 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'
ce2cded5
L
9235 else
9236 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'
9237 fi
9238 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9239 hardcode_libdir_separator=:
9240 hardcode_direct=yes
d7040cdb 9241
ce2cded5
L
9242 # hardcode_minus_L: Not really in the search PATH,
9243 # but as the default location of the library.
9244 hardcode_minus_L=yes
9245 export_dynamic_flag_spec='${wl}-E'
9246 ;;
d7040cdb 9247
ce2cded5 9248 hpux10*)
3725885a 9249 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9250 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9251 else
9252 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9253 fi
9254 if test "$with_gnu_ld" = no; then
9255 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9256 hardcode_libdir_flag_spec_ld='+b $libdir'
9257 hardcode_libdir_separator=:
9258 hardcode_direct=yes
9259 hardcode_direct_absolute=yes
9260 export_dynamic_flag_spec='${wl}-E'
9261 # hardcode_minus_L: Not really in the search PATH,
9262 # but as the default location of the library.
9263 hardcode_minus_L=yes
9264 fi
9265 ;;
d7040cdb 9266
ce2cded5 9267 hpux11*)
3725885a 9268 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9269 case $host_cpu in
9270 hppa*64*)
9271 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9272 ;;
9273 ia64*)
f2c621e4 9274 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9275 ;;
9276 *)
f2c621e4 9277 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9278 ;;
9279 esac
9280 else
9281 case $host_cpu in
9282 hppa*64*)
9283 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9284 ;;
9285 ia64*)
9286 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9287 ;;
9288 *)
3725885a
RW
9289
9290 # Older versions of the 11.00 compiler do not understand -b yet
9291 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9293$as_echo_n "checking if $CC understands -b... " >&6; }
9294if test "${lt_cv_prog_compiler__b+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
9296else
9297 lt_cv_prog_compiler__b=no
9298 save_LDFLAGS="$LDFLAGS"
9299 LDFLAGS="$LDFLAGS -b"
9300 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9301 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9302 # The linker can only warn and ignore the option if not recognized
9303 # So say no if there are warnings
9304 if test -s conftest.err; then
9305 # Append any errors to the config.log.
9306 cat conftest.err 1>&5
9307 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9308 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9309 if diff conftest.exp conftest.er2 >/dev/null; then
9310 lt_cv_prog_compiler__b=yes
9311 fi
9312 else
9313 lt_cv_prog_compiler__b=yes
9314 fi
9315 fi
9316 $RM -r conftest*
9317 LDFLAGS="$save_LDFLAGS"
9318
9319fi
9320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9321$as_echo "$lt_cv_prog_compiler__b" >&6; }
9322
9323if test x"$lt_cv_prog_compiler__b" = xyes; then
9324 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9325else
9326 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9327fi
9328
ce2cded5
L
9329 ;;
9330 esac
9331 fi
9332 if test "$with_gnu_ld" = no; then
9333 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9334 hardcode_libdir_separator=:
d7040cdb 9335
ce2cded5
L
9336 case $host_cpu in
9337 hppa*64*|ia64*)
9338 hardcode_direct=no
9339 hardcode_shlibpath_var=no
9340 ;;
9341 *)
9342 hardcode_direct=yes
9343 hardcode_direct_absolute=yes
9344 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9345
ce2cded5
L
9346 # hardcode_minus_L: Not really in the search PATH,
9347 # but as the default location of the library.
9348 hardcode_minus_L=yes
9349 ;;
9350 esac
9351 fi
9352 ;;
9353
9354 irix5* | irix6* | nonstopux*)
9355 if test "$GCC" = yes; then
f2c621e4 9356 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'
ce2cded5
L
9357 # Try to use the -exported_symbol ld option, if it does not
9358 # work, assume that -exports_file does not work either and
9359 # implicitly export all symbols.
f2c621e4
AS
9360 save_LDFLAGS="$LDFLAGS"
9361 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9363/* end confdefs.h. */
f2c621e4 9364int foo(void) {}
ce2cded5 9365_ACEOF
81ecdfbb 9366if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9367 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'
9368
d7040cdb 9369fi
81ecdfbb
RW
9370rm -f core conftest.err conftest.$ac_objext \
9371 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9372 LDFLAGS="$save_LDFLAGS"
ce2cded5 9373 else
3725885a
RW
9374 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'
9375 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'
ce2cded5
L
9376 fi
9377 archive_cmds_need_lc='no'
9378 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9379 hardcode_libdir_separator=:
9380 inherit_rpath=yes
9381 link_all_deplibs=yes
9382 ;;
d7040cdb 9383
ce2cded5
L
9384 netbsd*)
9385 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9386 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9387 else
9388 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9389 fi
9390 hardcode_libdir_flag_spec='-R$libdir'
9391 hardcode_direct=yes
9392 hardcode_shlibpath_var=no
9393 ;;
d7040cdb 9394
ce2cded5
L
9395 newsos6)
9396 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9397 hardcode_direct=yes
9398 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9399 hardcode_libdir_separator=:
9400 hardcode_shlibpath_var=no
9401 ;;
d7040cdb 9402
ce2cded5
L
9403 *nto* | *qnx*)
9404 ;;
d7040cdb 9405
ce2cded5 9406 openbsd*)
718a6fd8
SE
9407 if test -f /usr/libexec/ld.so; then
9408 hardcode_direct=yes
9409 hardcode_shlibpath_var=no
9410 hardcode_direct_absolute=yes
9411 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9412 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9413 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9414 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9415 export_dynamic_flag_spec='${wl}-E'
9416 else
9417 case $host_os in
9418 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9419 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_libdir_flag_spec='-R$libdir'
9421 ;;
9422 *)
9423 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9424 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9425 ;;
9426 esac
9427 fi
9428 else
9429 ld_shlibs=no
d7040cdb
SE
9430 fi
9431 ;;
d7040cdb 9432
ce2cded5
L
9433 os2*)
9434 hardcode_libdir_flag_spec='-L$libdir'
9435 hardcode_minus_L=yes
9436 allow_undefined_flag=unsupported
3725885a 9437 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'
ce2cded5
L
9438 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9439 ;;
d7040cdb 9440
ce2cded5
L
9441 osf3*)
9442 if test "$GCC" = yes; then
9443 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9444 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'
ce2cded5
L
9445 else
9446 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9447 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'
ce2cded5
L
9448 fi
9449 archive_cmds_need_lc='no'
9450 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9451 hardcode_libdir_separator=:
9452 ;;
d7040cdb 9453
ce2cded5
L
9454 osf4* | osf5*) # as osf3* with the addition of -msym flag
9455 if test "$GCC" = yes; then
9456 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9457 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'
ce2cded5
L
9458 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9459 else
9460 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9461 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'
ce2cded5 9462 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 9463 $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'
d7040cdb 9464
ce2cded5
L
9465 # Both c and cxx compiler support -rpath directly
9466 hardcode_libdir_flag_spec='-rpath $libdir'
9467 fi
9468 archive_cmds_need_lc='no'
9469 hardcode_libdir_separator=:
9470 ;;
d7040cdb 9471
ce2cded5
L
9472 solaris*)
9473 no_undefined_flag=' -z defs'
9474 if test "$GCC" = yes; then
9475 wlarc='${wl}'
f2c621e4 9476 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9477 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9478 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
ce2cded5
L
9479 else
9480 case `$CC -V 2>&1` in
9481 *"Compilers 5.0"*)
9482 wlarc=''
9483 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9484 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9485 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9486 ;;
9487 *)
9488 wlarc='${wl}'
9489 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9490 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9491 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9492 ;;
9493 esac
9494 fi
9495 hardcode_libdir_flag_spec='-R$libdir'
9496 hardcode_shlibpath_var=no
9497 case $host_os in
9498 solaris2.[0-5] | solaris2.[0-5].*) ;;
9499 *)
9500 # The compiler driver will combine and reorder linker options,
9501 # but understands `-z linker_flag'. GCC discards it without `$wl',
9502 # but is careful enough not to reorder.
9503 # Supported since Solaris 2.6 (maybe 2.5.1?)
9504 if test "$GCC" = yes; then
9505 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9506 else
9507 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9508 fi
9509 ;;
9510 esac
9511 link_all_deplibs=yes
d7040cdb 9512 ;;
ce2cded5
L
9513
9514 sunos4*)
9515 if test "x$host_vendor" = xsequent; then
9516 # Use $CC to link under sequent, because it throws in some extra .o
9517 # files that make .init and .fini sections work.
9518 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9519 else
ce2cded5 9520 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9521 fi
ce2cded5
L
9522 hardcode_libdir_flag_spec='-L$libdir'
9523 hardcode_direct=yes
9524 hardcode_minus_L=yes
9525 hardcode_shlibpath_var=no
d7040cdb 9526 ;;
ce2cded5
L
9527
9528 sysv4)
9529 case $host_vendor in
9530 sni)
9531 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9532 hardcode_direct=yes # is this really true???
9533 ;;
9534 siemens)
9535 ## LD is ld it makes a PLAMLIB
9536 ## CC just makes a GrossModule.
9537 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9538 reload_cmds='$CC -r -o $output$reload_objs'
9539 hardcode_direct=no
9540 ;;
9541 motorola)
9542 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9543 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9544 ;;
9545 esac
9546 runpath_var='LD_RUN_PATH'
9547 hardcode_shlibpath_var=no
d7040cdb 9548 ;;
d7040cdb 9549
ce2cded5
L
9550 sysv4.3*)
9551 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9552 hardcode_shlibpath_var=no
9553 export_dynamic_flag_spec='-Bexport'
9554 ;;
d7040cdb 9555
ce2cded5
L
9556 sysv4*MP*)
9557 if test -d /usr/nec; then
9558 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9559 hardcode_shlibpath_var=no
9560 runpath_var=LD_RUN_PATH
9561 hardcode_runpath_var=yes
9562 ld_shlibs=yes
9563 fi
9564 ;;
d7040cdb 9565
ce2cded5
L
9566 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9567 no_undefined_flag='${wl}-z,text'
9568 archive_cmds_need_lc=no
9569 hardcode_shlibpath_var=no
9570 runpath_var='LD_RUN_PATH'
d7040cdb 9571
ce2cded5
L
9572 if test "$GCC" = yes; then
9573 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9574 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9575 else
9576 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9577 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9578 fi
9579 ;;
d7040cdb 9580
ce2cded5
L
9581 sysv5* | sco3.2v5* | sco5v6*)
9582 # Note: We can NOT use -z defs as we might desire, because we do not
9583 # link with -lc, and that would cause any symbols used from libc to
9584 # always be unresolved, which means just about no library would
9585 # ever link correctly. If we're not using GNU ld we use -z text
9586 # though, which does catch some bad symbols but isn't as heavy-handed
9587 # as -z defs.
9588 no_undefined_flag='${wl}-z,text'
9589 allow_undefined_flag='${wl}-z,nodefs'
9590 archive_cmds_need_lc=no
9591 hardcode_shlibpath_var=no
9592 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9593 hardcode_libdir_separator=':'
9594 link_all_deplibs=yes
9595 export_dynamic_flag_spec='${wl}-Bexport'
9596 runpath_var='LD_RUN_PATH'
d7040cdb 9597
ce2cded5
L
9598 if test "$GCC" = yes; then
9599 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9600 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9601 else
9602 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9603 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9604 fi
d7040cdb 9605 ;;
d7040cdb 9606
ce2cded5
L
9607 uts4*)
9608 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9609 hardcode_libdir_flag_spec='-L$libdir'
9610 hardcode_shlibpath_var=no
9611 ;;
d7040cdb 9612
ce2cded5
L
9613 *)
9614 ld_shlibs=no
9615 ;;
9616 esac
9617
9618 if test x$host_vendor = xsni; then
9619 case $host in
9620 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9621 export_dynamic_flag_spec='${wl}-Blargedynsym'
9622 ;;
9623 esac
d7040cdb 9624 fi
ce2cded5 9625 fi
d7040cdb 9626
81ecdfbb
RW
9627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9628$as_echo "$ld_shlibs" >&6; }
ce2cded5 9629test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9630
ce2cded5 9631with_gnu_ld=$with_gnu_ld
d7040cdb 9632
d7040cdb 9633
d7040cdb 9634
d7040cdb 9635
d7040cdb 9636
d7040cdb 9637
d7040cdb 9638
d7040cdb 9639
d7040cdb 9640
d7040cdb 9641
d7040cdb 9642
d7040cdb 9643
d7040cdb 9644
d7040cdb 9645
d7040cdb 9646
ce2cded5
L
9647#
9648# Do we need to explicitly link libc?
9649#
9650case "x$archive_cmds_need_lc" in
9651x|xyes)
9652 # Assume -lc should be added
9653 archive_cmds_need_lc=yes
d7040cdb 9654
ce2cded5
L
9655 if test "$enable_shared" = yes && test "$GCC" = yes; then
9656 case $archive_cmds in
9657 *'~'*)
9658 # FIXME: we may have to deal with multi-command sequences.
9659 ;;
9660 '$CC '*)
9661 # Test whether the compiler implicitly links with -lc since on some
9662 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9663 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9665$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9666if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9667 $as_echo_n "(cached) " >&6
39144654
RW
9668else
9669 $RM conftest*
9670 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9671
81ecdfbb 9672 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9673 (eval $ac_compile) 2>&5
9674 ac_status=$?
81ecdfbb
RW
9675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9676 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9677 soname=conftest
9678 lib=conftest
9679 libobjs=conftest.$ac_objext
9680 deplibs=
9681 wl=$lt_prog_compiler_wl
9682 pic_flag=$lt_prog_compiler_pic
9683 compiler_flags=-v
9684 linker_flags=-v
9685 verstring=
9686 output_objdir=.
9687 libname=conftest
9688 lt_save_allow_undefined_flag=$allow_undefined_flag
9689 allow_undefined_flag=
81ecdfbb 9690 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9691 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9692 ac_status=$?
81ecdfbb
RW
9693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9694 test $ac_status = 0; }
39144654
RW
9695 then
9696 lt_cv_archive_cmds_need_lc=no
9697 else
9698 lt_cv_archive_cmds_need_lc=yes
9699 fi
9700 allow_undefined_flag=$lt_save_allow_undefined_flag
9701 else
9702 cat conftest.err 1>&5
9703 fi
9704 $RM conftest*
9705
9706fi
81ecdfbb
RW
9707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9708$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9709 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9710 ;;
9711 esac
d7040cdb 9712 fi
d7040cdb 9713 ;;
ce2cded5 9714esac
d7040cdb 9715
d7040cdb 9716
d7040cdb 9717
d7040cdb 9718
d7040cdb 9719
d7040cdb 9720
d7040cdb 9721
d7040cdb
SE
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
d7040cdb 9809
d7040cdb 9810
d7040cdb
SE
9811
9812
9813
9814
9815
9816
d7040cdb 9817
d7040cdb 9818
d7040cdb 9819
d7040cdb 9820
d7040cdb 9821
d7040cdb 9822
d7040cdb 9823
d7040cdb 9824
d7040cdb 9825
d7040cdb 9826
d7040cdb 9827
d7040cdb 9828
d7040cdb 9829
d7040cdb 9830
d7040cdb 9831
d7040cdb 9832
d7040cdb 9833
d7040cdb 9834
d7040cdb 9835
d7040cdb 9836
d7040cdb 9837
d7040cdb 9838
d7040cdb 9839
ce2cded5
L
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
81ecdfbb
RW
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9873$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9874
9875if test "$GCC" = yes; then
ce2cded5
L
9876 case $host_os in
9877 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9878 *) lt_awk_arg="/^libraries:/" ;;
9879 esac
3725885a
RW
9880 case $host_os in
9881 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9882 *) lt_sed_strip_eq="s,=/,/,g" ;;
9883 esac
9884 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9885 case $lt_search_path_spec in
9886 *\;*)
ce2cded5
L
9887 # if the path contains ";" then we assume it to be the separator
9888 # otherwise default to the standard path separator (i.e. ":") - it is
9889 # assumed that no part of a normal pathname contains ";" but that should
9890 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9891 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9892 ;;
9893 *)
9894 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9895 ;;
9896 esac
ce2cded5
L
9897 # Ok, now we have the path, separated by spaces, we can step through it
9898 # and add multilib dir if necessary.
9899 lt_tmp_lt_search_path_spec=
9900 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9901 for lt_sys_path in $lt_search_path_spec; do
9902 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9903 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9904 else
9905 test -d "$lt_sys_path" && \
9906 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9907 fi
9908 done
3725885a 9909 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
9910BEGIN {RS=" "; FS="/|\n";} {
9911 lt_foo="";
9912 lt_count=0;
9913 for (lt_i = NF; lt_i > 0; lt_i--) {
9914 if ($lt_i != "" && $lt_i != ".") {
9915 if ($lt_i == "..") {
9916 lt_count++;
9917 } else {
9918 if (lt_count == 0) {
9919 lt_foo="/" $lt_i lt_foo;
9920 } else {
9921 lt_count--;
9922 }
9923 }
9924 }
9925 }
9926 if (lt_foo != "") { lt_freq[lt_foo]++; }
9927 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9928}'`
3725885a
RW
9929 # AWK program above erroneously prepends '/' to C:/dos/paths
9930 # for these hosts.
9931 case $host_os in
9932 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9933 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9934 esac
9935 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 9936else
ce2cded5
L
9937 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9938fi
9939library_names_spec=
9940libname_spec='lib$name'
9941soname_spec=
9942shrext_cmds=".so"
9943postinstall_cmds=
9944postuninstall_cmds=
9945finish_cmds=
9946finish_eval=
9947shlibpath_var=
9948shlibpath_overrides_runpath=unknown
9949version_type=none
9950dynamic_linker="$host_os ld.so"
9951sys_lib_dlsearch_path_spec="/lib /usr/lib"
9952need_lib_prefix=unknown
9953hardcode_into_libs=no
9954
9955# when you set need_version to no, make sure it does not cause -set_version
9956# flags to be left without arguments
9957need_version=unknown
9958
9959case $host_os in
9960aix3*)
9961 version_type=linux
9962 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9963 shlibpath_var=LIBPATH
9964
9965 # AIX 3 has no versioning support, so we append a major version to the name.
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 ;;
9968
50e7d84b 9969aix[4-9]*)
ce2cded5
L
9970 version_type=linux
9971 need_lib_prefix=no
9972 need_version=no
9973 hardcode_into_libs=yes
9974 if test "$host_cpu" = ia64; then
9975 # AIX 5 supports IA64
9976 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9977 shlibpath_var=LD_LIBRARY_PATH
9978 else
9979 # With GCC up to 2.95.x, collect2 would create an import file
9980 # for dependence libraries. The import file would start with
9981 # the line `#! .'. This would cause the generated library to
9982 # depend on `.', always an invalid library. This was fixed in
9983 # development snapshots of GCC prior to 3.0.
9984 case $host_os in
9985 aix4 | aix4.[01] | aix4.[01].*)
9986 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9987 echo ' yes '
9988 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9989 :
9990 else
9991 can_build_shared=no
9992 fi
9993 ;;
9994 esac
9995 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9996 # soname into executable. Probably we can add versioning support to
9997 # collect2, so additional links can be useful in future.
9998 if test "$aix_use_runtimelinking" = yes; then
9999 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10000 # instead of lib<name>.a to let people know that these are not
10001 # typical AIX shared libraries.
10002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10003 else
10004 # We preserve .a as extension for shared libraries through AIX4.2
10005 # and later when we are not doing run time linking.
10006 library_names_spec='${libname}${release}.a $libname.a'
10007 soname_spec='${libname}${release}${shared_ext}$major'
10008 fi
10009 shlibpath_var=LIBPATH
10010 fi
10011 ;;
10012
10013amigaos*)
718a6fd8
SE
10014 case $host_cpu in
10015 powerpc)
10016 # Since July 2007 AmigaOS4 officially supports .so libraries.
10017 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10018 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10019 ;;
10020 m68k)
ce2cded5
L
10021 library_names_spec='$libname.ixlibrary $libname.a'
10022 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10023 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
10024 ;;
10025 esac
ce2cded5
L
10026 ;;
10027
10028beos*)
10029 library_names_spec='${libname}${shared_ext}'
10030 dynamic_linker="$host_os ld.so"
10031 shlibpath_var=LIBRARY_PATH
10032 ;;
10033
10034bsdi[45]*)
10035 version_type=linux
10036 need_version=no
10037 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10038 soname_spec='${libname}${release}${shared_ext}$major'
10039 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10040 shlibpath_var=LD_LIBRARY_PATH
10041 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10042 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10043 # the default ld.so.conf also contains /usr/contrib/lib and
10044 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10045 # libtool to hard-code these into programs
10046 ;;
10047
718a6fd8 10048cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10049 version_type=windows
10050 shrext_cmds=".dll"
10051 need_version=no
10052 need_lib_prefix=no
10053
f2c621e4
AS
10054 case $GCC,$host_os in
10055 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10056 library_names_spec='$libname.dll.a'
10057 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10058 postinstall_cmds='base_file=`basename \${file}`~
10059 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10060 dldir=$destdir/`dirname \$dlpath`~
10061 test -d \$dldir || mkdir -p \$dldir~
10062 $install_prog $dir/$dlname \$dldir/$dlname~
10063 chmod a+x \$dldir/$dlname~
10064 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10065 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10066 fi'
10067 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10068 dlpath=$dir/\$dldll~
10069 $RM \$dlpath'
10070 shlibpath_overrides_runpath=yes
10071
10072 case $host_os in
10073 cygwin*)
10074 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10075 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10076
10077 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10078 ;;
718a6fd8 10079 mingw* | cegcc*)
ce2cded5
L
10080 # MinGW DLLs use traditional 'lib' prefix
10081 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10082 ;;
10083 pw32*)
10084 # pw32 DLLs use 'pw' prefix rather than 'lib'
10085 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10086 ;;
10087 esac
10088 ;;
10089
10090 *)
10091 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10092 ;;
10093 esac
f2c621e4 10094 dynamic_linker='Win32 ld.exe'
ce2cded5
L
10095 # FIXME: first we should search . and the directory the executable is in
10096 shlibpath_var=PATH
10097 ;;
10098
10099darwin* | rhapsody*)
10100 dynamic_linker="$host_os dyld"
10101 version_type=darwin
10102 need_lib_prefix=no
10103 need_version=no
10104 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10105 soname_spec='${libname}${release}${major}$shared_ext'
10106 shlibpath_overrides_runpath=yes
10107 shlibpath_var=DYLD_LIBRARY_PATH
10108 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10109
10110 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10111 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10112 ;;
10113
10114dgux*)
10115 version_type=linux
10116 need_lib_prefix=no
10117 need_version=no
10118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10119 soname_spec='${libname}${release}${shared_ext}$major'
10120 shlibpath_var=LD_LIBRARY_PATH
10121 ;;
10122
ce2cded5
L
10123freebsd* | dragonfly*)
10124 # DragonFly does not have aout. When/if they implement a new
10125 # versioning mechanism, adjust this.
10126 if test -x /usr/bin/objformat; then
10127 objformat=`/usr/bin/objformat`
10128 else
10129 case $host_os in
6d2920c8 10130 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10131 *) objformat=elf ;;
10132 esac
10133 fi
10134 version_type=freebsd-$objformat
10135 case $version_type in
10136 freebsd-elf*)
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10138 need_version=no
10139 need_lib_prefix=no
10140 ;;
10141 freebsd-*)
10142 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10143 need_version=yes
10144 ;;
10145 esac
10146 shlibpath_var=LD_LIBRARY_PATH
10147 case $host_os in
6d2920c8 10148 freebsd2.*)
ce2cded5
L
10149 shlibpath_overrides_runpath=yes
10150 ;;
10151 freebsd3.[01]* | freebsdelf3.[01]*)
10152 shlibpath_overrides_runpath=yes
10153 hardcode_into_libs=yes
10154 ;;
10155 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10156 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10157 shlibpath_overrides_runpath=no
10158 hardcode_into_libs=yes
10159 ;;
10160 *) # from 4.6 on, and DragonFly
10161 shlibpath_overrides_runpath=yes
10162 hardcode_into_libs=yes
10163 ;;
10164 esac
10165 ;;
10166
10167gnu*)
10168 version_type=linux
10169 need_lib_prefix=no
10170 need_version=no
10171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10172 soname_spec='${libname}${release}${shared_ext}$major'
10173 shlibpath_var=LD_LIBRARY_PATH
10174 hardcode_into_libs=yes
10175 ;;
10176
3725885a
RW
10177haiku*)
10178 version_type=linux
10179 need_lib_prefix=no
10180 need_version=no
10181 dynamic_linker="$host_os runtime_loader"
10182 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10183 soname_spec='${libname}${release}${shared_ext}$major'
10184 shlibpath_var=LIBRARY_PATH
10185 shlibpath_overrides_runpath=yes
f2c621e4 10186 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10187 hardcode_into_libs=yes
10188 ;;
10189
ce2cded5
L
10190hpux9* | hpux10* | hpux11*)
10191 # Give a soname corresponding to the major version so that dld.sl refuses to
10192 # link against other versions.
10193 version_type=sunos
10194 need_lib_prefix=no
10195 need_version=no
10196 case $host_cpu in
10197 ia64*)
10198 shrext_cmds='.so'
10199 hardcode_into_libs=yes
10200 dynamic_linker="$host_os dld.so"
10201 shlibpath_var=LD_LIBRARY_PATH
10202 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 if test "X$HPUX_IA64_MODE" = X32; then
10206 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10207 else
10208 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10209 fi
10210 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10211 ;;
10212 hppa*64*)
10213 shrext_cmds='.sl'
10214 hardcode_into_libs=yes
10215 dynamic_linker="$host_os dld.sl"
10216 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10217 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10221 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10222 ;;
10223 *)
10224 shrext_cmds='.sl'
10225 dynamic_linker="$host_os dld.sl"
10226 shlibpath_var=SHLIB_PATH
10227 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10229 soname_spec='${libname}${release}${shared_ext}$major'
10230 ;;
10231 esac
3725885a 10232 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10233 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10234 # or fails outright, so override atomically:
10235 install_override_mode=555
ce2cded5
L
10236 ;;
10237
10238interix[3-9]*)
10239 version_type=linux
10240 need_lib_prefix=no
10241 need_version=no
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10243 soname_spec='${libname}${release}${shared_ext}$major'
10244 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10245 shlibpath_var=LD_LIBRARY_PATH
10246 shlibpath_overrides_runpath=no
10247 hardcode_into_libs=yes
10248 ;;
10249
10250irix5* | irix6* | nonstopux*)
10251 case $host_os in
10252 nonstopux*) version_type=nonstopux ;;
10253 *)
10254 if test "$lt_cv_prog_gnu_ld" = yes; then
10255 version_type=linux
10256 else
10257 version_type=irix
10258 fi ;;
10259 esac
10260 need_lib_prefix=no
10261 need_version=no
10262 soname_spec='${libname}${release}${shared_ext}$major'
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10264 case $host_os in
10265 irix5* | nonstopux*)
10266 libsuff= shlibsuff=
10267 ;;
10268 *)
10269 case $LD in # libtool.m4 will add one of these switches to LD
10270 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10271 libsuff= shlibsuff= libmagic=32-bit;;
10272 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10273 libsuff=32 shlibsuff=N32 libmagic=N32;;
10274 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10275 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10276 *) libsuff= shlibsuff= libmagic=never-match;;
10277 esac
10278 ;;
10279 esac
10280 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10281 shlibpath_overrides_runpath=no
10282 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10283 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10284 hardcode_into_libs=yes
10285 ;;
d7040cdb 10286
ce2cded5
L
10287# No shared lib support for Linux oldld, aout, or coff.
10288linux*oldld* | linux*aout* | linux*coff*)
10289 dynamic_linker=no
10290 ;;
10291
10292# This must be Linux ELF.
58e24671 10293linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10294 version_type=linux
10295 need_lib_prefix=no
10296 need_version=no
10297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10298 soname_spec='${libname}${release}${shared_ext}$major'
10299 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=no
39144654 10302
ce2cded5 10303 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10304 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10305 $as_echo_n "(cached) " >&6
39144654
RW
10306else
10307 lt_cv_shlibpath_overrides_runpath=no
10308 save_LDFLAGS=$LDFLAGS
10309 save_libdir=$libdir
10310 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10311 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10313/* end confdefs.h. */
10314
d7040cdb
SE
10315int
10316main ()
10317{
ce2cded5 10318
d7040cdb
SE
10319 ;
10320 return 0;
10321}
10322_ACEOF
81ecdfbb
RW
10323if ac_fn_c_try_link "$LINENO"; then :
10324 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10325 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10326fi
ce2cded5 10327fi
81ecdfbb
RW
10328rm -f core conftest.err conftest.$ac_objext \
10329 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10330 LDFLAGS=$save_LDFLAGS
10331 libdir=$save_libdir
10332
10333fi
10334
10335 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10336
10337 # This implies no fast_install, which is unacceptable.
10338 # Some rework will be needed to allow for fast_install
10339 # before this can be enabled.
10340 hardcode_into_libs=yes
10341
10342 # Append ld.so.conf contents to the search path
10343 if test -f /etc/ld.so.conf; then
3725885a 10344 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 10345 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10346 fi
10347
10348 # We used to test for /lib/ld.so.1 and disable shared libraries on
10349 # powerpc, because MkLinux only supported shared libraries with the
10350 # GNU dynamic linker. Since this was broken with cross compilers,
10351 # most powerpc-linux boxes support dynamic linking these days and
10352 # people can always --disable-shared, the test was removed, and we
10353 # assume the GNU/Linux dynamic linker is in use.
10354 dynamic_linker='GNU/Linux ld.so'
10355 ;;
10356
10357netbsd*)
10358 version_type=sunos
10359 need_lib_prefix=no
10360 need_version=no
10361 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10363 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10364 dynamic_linker='NetBSD (a.out) ld.so'
10365 else
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10367 soname_spec='${libname}${release}${shared_ext}$major'
10368 dynamic_linker='NetBSD ld.elf_so'
10369 fi
10370 shlibpath_var=LD_LIBRARY_PATH
10371 shlibpath_overrides_runpath=yes
10372 hardcode_into_libs=yes
10373 ;;
10374
10375newsos6)
10376 version_type=linux
10377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10378 shlibpath_var=LD_LIBRARY_PATH
10379 shlibpath_overrides_runpath=yes
10380 ;;
10381
10382*nto* | *qnx*)
10383 version_type=qnx
10384 need_lib_prefix=no
10385 need_version=no
10386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10387 soname_spec='${libname}${release}${shared_ext}$major'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 shlibpath_overrides_runpath=no
10390 hardcode_into_libs=yes
10391 dynamic_linker='ldqnx.so'
10392 ;;
10393
10394openbsd*)
10395 version_type=sunos
10396 sys_lib_dlsearch_path_spec="/usr/lib"
10397 need_lib_prefix=no
10398 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10399 case $host_os in
10400 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10401 *) need_version=no ;;
10402 esac
10403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10404 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10405 shlibpath_var=LD_LIBRARY_PATH
10406 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10407 case $host_os in
10408 openbsd2.[89] | openbsd2.[89].*)
10409 shlibpath_overrides_runpath=no
10410 ;;
10411 *)
10412 shlibpath_overrides_runpath=yes
10413 ;;
10414 esac
10415 else
10416 shlibpath_overrides_runpath=yes
10417 fi
10418 ;;
10419
10420os2*)
10421 libname_spec='$name'
10422 shrext_cmds=".dll"
10423 need_lib_prefix=no
10424 library_names_spec='$libname${shared_ext} $libname.a'
10425 dynamic_linker='OS/2 ld.exe'
10426 shlibpath_var=LIBPATH
10427 ;;
10428
10429osf3* | osf4* | osf5*)
10430 version_type=osf
10431 need_lib_prefix=no
10432 need_version=no
10433 soname_spec='${libname}${release}${shared_ext}$major'
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10435 shlibpath_var=LD_LIBRARY_PATH
10436 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10437 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10438 ;;
10439
10440rdos*)
10441 dynamic_linker=no
10442 ;;
10443
10444solaris*)
10445 version_type=linux
10446 need_lib_prefix=no
10447 need_version=no
10448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 soname_spec='${libname}${release}${shared_ext}$major'
10450 shlibpath_var=LD_LIBRARY_PATH
10451 shlibpath_overrides_runpath=yes
10452 hardcode_into_libs=yes
10453 # ldd complains unless libraries are executable
10454 postinstall_cmds='chmod +x $lib'
10455 ;;
10456
10457sunos4*)
10458 version_type=sunos
10459 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10460 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10461 shlibpath_var=LD_LIBRARY_PATH
10462 shlibpath_overrides_runpath=yes
10463 if test "$with_gnu_ld" = yes; then
10464 need_lib_prefix=no
10465 fi
10466 need_version=yes
10467 ;;
10468
10469sysv4 | sysv4.3*)
10470 version_type=linux
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 shlibpath_var=LD_LIBRARY_PATH
10474 case $host_vendor in
10475 sni)
10476 shlibpath_overrides_runpath=no
10477 need_lib_prefix=no
10478 runpath_var=LD_RUN_PATH
10479 ;;
10480 siemens)
10481 need_lib_prefix=no
10482 ;;
10483 motorola)
10484 need_lib_prefix=no
10485 need_version=no
10486 shlibpath_overrides_runpath=no
10487 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10488 ;;
10489 esac
10490 ;;
10491
10492sysv4*MP*)
10493 if test -d /usr/nec ;then
10494 version_type=linux
10495 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10496 soname_spec='$libname${shared_ext}.$major'
10497 shlibpath_var=LD_LIBRARY_PATH
10498 fi
10499 ;;
10500
10501sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10502 version_type=freebsd-elf
10503 need_lib_prefix=no
10504 need_version=no
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10506 soname_spec='${libname}${release}${shared_ext}$major'
10507 shlibpath_var=LD_LIBRARY_PATH
10508 shlibpath_overrides_runpath=yes
10509 hardcode_into_libs=yes
10510 if test "$with_gnu_ld" = yes; then
10511 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10512 else
10513 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10514 case $host_os in
10515 sco3.2v5*)
10516 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10517 ;;
10518 esac
10519 fi
10520 sys_lib_dlsearch_path_spec='/usr/lib'
10521 ;;
10522
10523tpf*)
10524 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10525 version_type=linux
10526 need_lib_prefix=no
10527 need_version=no
718a6fd8 10528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10529 shlibpath_var=LD_LIBRARY_PATH
10530 shlibpath_overrides_runpath=no
10531 hardcode_into_libs=yes
10532 ;;
d7040cdb 10533
ce2cded5
L
10534uts4*)
10535 version_type=linux
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 ;;
d7040cdb 10540
ce2cded5
L
10541*)
10542 dynamic_linker=no
10543 ;;
10544esac
81ecdfbb
RW
10545{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10546$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10547test "$dynamic_linker" = no && can_build_shared=no
10548
10549variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10550if test "$GCC" = yes; then
10551 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10552fi
d7040cdb 10553
718a6fd8
SE
10554if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10555 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10556fi
10557if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10558 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10559fi
10560
d7040cdb 10561
d7040cdb
SE
10562
10563
d7040cdb
SE
10564
10565
d7040cdb
SE
10566
10567
d7040cdb
SE
10568
10569
d7040cdb
SE
10570
10571
d7040cdb 10572
d7040cdb 10573
d7040cdb 10574
d7040cdb 10575
d7040cdb 10576
d7040cdb 10577
d7040cdb 10578
d7040cdb 10579
d7040cdb 10580
d7040cdb 10581
d7040cdb 10582
d7040cdb 10583
d7040cdb 10584
d7040cdb 10585
d7040cdb
SE
10586
10587
d7040cdb 10588
d7040cdb 10589
d7040cdb 10590
d7040cdb 10591
d7040cdb 10592
d7040cdb 10593
d7040cdb 10594
d7040cdb 10595
d7040cdb 10596
d7040cdb
SE
10597
10598
d7040cdb 10599
d7040cdb 10600
d7040cdb 10601
d7040cdb
SE
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
d7040cdb
SE
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
d7040cdb 10631
d7040cdb 10632
d7040cdb 10633
d7040cdb 10634
d7040cdb
SE
10635
10636
10637
10638
ce2cded5
L
10639
10640
3725885a
RW
10641
10642
10643
10644
10645
ce2cded5
L
10646
10647
10648
10649
10650
10651
81ecdfbb
RW
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10653$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10654hardcode_action=
10655if test -n "$hardcode_libdir_flag_spec" ||
10656 test -n "$runpath_var" ||
10657 test "X$hardcode_automatic" = "Xyes" ; then
10658
10659 # We can hardcode non-existent directories.
10660 if test "$hardcode_direct" != no &&
10661 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10662 # have to relink, otherwise we might link with an installed library
10663 # when we should be linking with a yet-to-be-installed one
10664 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10665 test "$hardcode_minus_L" != no; then
10666 # Linking always hardcodes the temporary library directory.
10667 hardcode_action=relink
10668 else
10669 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10670 hardcode_action=immediate
10671 fi
10672else
10673 # We cannot hardcode anything, or else we can only hardcode existing
10674 # directories.
10675 hardcode_action=unsupported
10676fi
81ecdfbb
RW
10677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10678$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10679
10680if test "$hardcode_action" = relink ||
10681 test "$inherit_rpath" = yes; then
10682 # Fast installation is not supported
10683 enable_fast_install=no
10684elif test "$shlibpath_overrides_runpath" = yes ||
10685 test "$enable_shared" = no; then
10686 # Fast installation is not necessary
10687 enable_fast_install=needless
d7040cdb 10688fi
d7040cdb 10689
d7040cdb
SE
10690
10691
10692
10693
10694
ce2cded5
L
10695 if test "x$enable_dlopen" != xyes; then
10696 enable_dlopen=unknown
10697 enable_dlopen_self=unknown
10698 enable_dlopen_self_static=unknown
10699else
10700 lt_cv_dlopen=no
10701 lt_cv_dlopen_libs=
10702
10703 case $host_os in
10704 beos*)
10705 lt_cv_dlopen="load_add_on"
10706 lt_cv_dlopen_libs=
10707 lt_cv_dlopen_self=yes
10708 ;;
d7040cdb 10709
718a6fd8 10710 mingw* | pw32* | cegcc*)
ce2cded5
L
10711 lt_cv_dlopen="LoadLibrary"
10712 lt_cv_dlopen_libs=
10713 ;;
d7040cdb 10714
ce2cded5
L
10715 cygwin*)
10716 lt_cv_dlopen="dlopen"
10717 lt_cv_dlopen_libs=
10718 ;;
d7040cdb 10719
ce2cded5
L
10720 darwin*)
10721 # if libdl is installed we need to link against it
81ecdfbb
RW
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10723$as_echo_n "checking for dlopen in -ldl... " >&6; }
10724if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10725 $as_echo_n "(cached) " >&6
ce2cded5
L
10726else
10727 ac_check_lib_save_LIBS=$LIBS
10728LIBS="-ldl $LIBS"
81ecdfbb 10729cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10730/* end confdefs.h. */
d7040cdb 10731
81ecdfbb
RW
10732/* Override any GCC internal prototype to avoid an error.
10733 Use char because int might match the return type of a GCC
10734 builtin and then its argument prototype would still apply. */
ce2cded5
L
10735#ifdef __cplusplus
10736extern "C"
10737#endif
ce2cded5
L
10738char dlopen ();
10739int
10740main ()
10741{
81ecdfbb 10742return dlopen ();
ce2cded5
L
10743 ;
10744 return 0;
10745}
10746_ACEOF
81ecdfbb 10747if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10748 ac_cv_lib_dl_dlopen=yes
10749else
81ecdfbb 10750 ac_cv_lib_dl_dlopen=no
ce2cded5 10751fi
81ecdfbb
RW
10752rm -f core conftest.err conftest.$ac_objext \
10753 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10754LIBS=$ac_check_lib_save_LIBS
10755fi
81ecdfbb
RW
10756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10757$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10758if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10759 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10760else
d7040cdb 10761
ce2cded5
L
10762 lt_cv_dlopen="dyld"
10763 lt_cv_dlopen_libs=
10764 lt_cv_dlopen_self=yes
d7040cdb 10765
ce2cded5 10766fi
d7040cdb 10767
ce2cded5 10768 ;;
d7040cdb 10769
ce2cded5 10770 *)
81ecdfbb
RW
10771 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10772if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
10773 lt_cv_dlopen="shl_load"
10774else
81ecdfbb
RW
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10776$as_echo_n "checking for shl_load in -ldld... " >&6; }
10777if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10778 $as_echo_n "(cached) " >&6
ce2cded5
L
10779else
10780 ac_check_lib_save_LIBS=$LIBS
10781LIBS="-ldld $LIBS"
81ecdfbb 10782cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10783/* end confdefs.h. */
d7040cdb 10784
81ecdfbb
RW
10785/* Override any GCC internal prototype to avoid an error.
10786 Use char because int might match the return type of a GCC
10787 builtin and then its argument prototype would still apply. */
ce2cded5
L
10788#ifdef __cplusplus
10789extern "C"
10790#endif
ce2cded5
L
10791char shl_load ();
10792int
10793main ()
10794{
81ecdfbb 10795return shl_load ();
ce2cded5
L
10796 ;
10797 return 0;
10798}
d7040cdb 10799_ACEOF
81ecdfbb 10800if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10801 ac_cv_lib_dld_shl_load=yes
10802else
81ecdfbb 10803 ac_cv_lib_dld_shl_load=no
d7040cdb 10804fi
81ecdfbb
RW
10805rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10807LIBS=$ac_check_lib_save_LIBS
10808fi
81ecdfbb
RW
10809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10810$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10811if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 10812 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 10813else
81ecdfbb
RW
10814 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10815if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
10816 lt_cv_dlopen="dlopen"
10817else
81ecdfbb
RW
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10819$as_echo_n "checking for dlopen in -ldl... " >&6; }
10820if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10821 $as_echo_n "(cached) " >&6
d7040cdb 10822else
ce2cded5
L
10823 ac_check_lib_save_LIBS=$LIBS
10824LIBS="-ldl $LIBS"
81ecdfbb 10825cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10826/* end confdefs.h. */
d7040cdb 10827
81ecdfbb
RW
10828/* Override any GCC internal prototype to avoid an error.
10829 Use char because int might match the return type of a GCC
10830 builtin and then its argument prototype would still apply. */
ce2cded5
L
10831#ifdef __cplusplus
10832extern "C"
10833#endif
ce2cded5 10834char dlopen ();
d7040cdb
SE
10835int
10836main ()
10837{
81ecdfbb 10838return dlopen ();
d7040cdb
SE
10839 ;
10840 return 0;
10841}
10842_ACEOF
81ecdfbb 10843if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10844 ac_cv_lib_dl_dlopen=yes
10845else
81ecdfbb 10846 ac_cv_lib_dl_dlopen=no
ce2cded5 10847fi
81ecdfbb
RW
10848rm -f core conftest.err conftest.$ac_objext \
10849 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10850LIBS=$ac_check_lib_save_LIBS
10851fi
81ecdfbb
RW
10852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10853$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10854if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10855 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10856else
81ecdfbb
RW
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10858$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10859if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10860 $as_echo_n "(cached) " >&6
ce2cded5
L
10861else
10862 ac_check_lib_save_LIBS=$LIBS
10863LIBS="-lsvld $LIBS"
81ecdfbb 10864cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10865/* end confdefs.h. */
d7040cdb 10866
81ecdfbb
RW
10867/* Override any GCC internal prototype to avoid an error.
10868 Use char because int might match the return type of a GCC
10869 builtin and then its argument prototype would still apply. */
ce2cded5
L
10870#ifdef __cplusplus
10871extern "C"
10872#endif
ce2cded5 10873char dlopen ();
d7040cdb
SE
10874int
10875main ()
10876{
81ecdfbb 10877return dlopen ();
d7040cdb
SE
10878 ;
10879 return 0;
10880}
10881_ACEOF
81ecdfbb 10882if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 10883 ac_cv_lib_svld_dlopen=yes
d7040cdb 10884else
81ecdfbb 10885 ac_cv_lib_svld_dlopen=no
d7040cdb 10886fi
81ecdfbb
RW
10887rm -f core conftest.err conftest.$ac_objext \
10888 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10889LIBS=$ac_check_lib_save_LIBS
10890fi
81ecdfbb
RW
10891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10892$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10893if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
10894 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10895else
81ecdfbb
RW
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10897$as_echo_n "checking for dld_link in -ldld... " >&6; }
10898if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10899 $as_echo_n "(cached) " >&6
d7040cdb 10900else
ce2cded5
L
10901 ac_check_lib_save_LIBS=$LIBS
10902LIBS="-ldld $LIBS"
81ecdfbb 10903cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10904/* end confdefs.h. */
ce2cded5 10905
81ecdfbb
RW
10906/* Override any GCC internal prototype to avoid an error.
10907 Use char because int might match the return type of a GCC
10908 builtin and then its argument prototype would still apply. */
ce2cded5
L
10909#ifdef __cplusplus
10910extern "C"
10911#endif
ce2cded5 10912char dld_link ();
d7040cdb
SE
10913int
10914main ()
10915{
81ecdfbb 10916return dld_link ();
d7040cdb
SE
10917 ;
10918 return 0;
10919}
10920_ACEOF
81ecdfbb 10921if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10922 ac_cv_lib_dld_dld_link=yes
10923else
81ecdfbb 10924 ac_cv_lib_dld_dld_link=no
d7040cdb 10925fi
81ecdfbb
RW
10926rm -f core conftest.err conftest.$ac_objext \
10927 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10928LIBS=$ac_check_lib_save_LIBS
10929fi
81ecdfbb
RW
10930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10931$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10932if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 10933 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
10934fi
10935
10936
10937fi
10938
10939
10940fi
10941
10942
10943fi
10944
10945
10946fi
10947
10948
10949fi
10950
10951 ;;
10952 esac
10953
10954 if test "x$lt_cv_dlopen" != xno; then
10955 enable_dlopen=yes
d7040cdb 10956 else
ce2cded5 10957 enable_dlopen=no
d7040cdb 10958 fi
ce2cded5
L
10959
10960 case $lt_cv_dlopen in
10961 dlopen)
10962 save_CPPFLAGS="$CPPFLAGS"
10963 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10964
10965 save_LDFLAGS="$LDFLAGS"
10966 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10967
10968 save_LIBS="$LIBS"
10969 LIBS="$lt_cv_dlopen_libs $LIBS"
10970
81ecdfbb
RW
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10972$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10973if test "${lt_cv_dlopen_self+set}" = set; then :
10974 $as_echo_n "(cached) " >&6
d7040cdb 10975else
ce2cded5
L
10976 if test "$cross_compiling" = yes; then :
10977 lt_cv_dlopen_self=cross
10978else
10979 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10980 lt_status=$lt_dlunknown
10981 cat > conftest.$ac_ext <<_LT_EOF
6757cf57 10982#line 10982 "configure"
ce2cded5
L
10983#include "confdefs.h"
10984
10985#if HAVE_DLFCN_H
10986#include <dlfcn.h>
10987#endif
10988
10989#include <stdio.h>
10990
10991#ifdef RTLD_GLOBAL
10992# define LT_DLGLOBAL RTLD_GLOBAL
10993#else
10994# ifdef DL_GLOBAL
10995# define LT_DLGLOBAL DL_GLOBAL
10996# else
10997# define LT_DLGLOBAL 0
10998# endif
10999#endif
11000
11001/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11002 find out it does not work in some platform. */
11003#ifndef LT_DLLAZY_OR_NOW
11004# ifdef RTLD_LAZY
11005# define LT_DLLAZY_OR_NOW RTLD_LAZY
11006# else
11007# ifdef DL_LAZY
11008# define LT_DLLAZY_OR_NOW DL_LAZY
11009# else
11010# ifdef RTLD_NOW
11011# define LT_DLLAZY_OR_NOW RTLD_NOW
11012# else
11013# ifdef DL_NOW
11014# define LT_DLLAZY_OR_NOW DL_NOW
11015# else
11016# define LT_DLLAZY_OR_NOW 0
11017# endif
11018# endif
11019# endif
11020# endif
11021#endif
11022
3725885a
RW
11023/* When -fvisbility=hidden is used, assume the code has been annotated
11024 correspondingly for the symbols needed. */
11025#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11026void fnord () __attribute__((visibility("default")));
3725885a
RW
11027#endif
11028
f2c621e4 11029void fnord () { int i=42; }
ce2cded5
L
11030int main ()
11031{
11032 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11033 int status = $lt_dlunknown;
11034
11035 if (self)
11036 {
11037 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11038 else
11039 {
11040 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11041 else puts (dlerror ());
11042 }
ce2cded5
L
11043 /* dlclose (self); */
11044 }
11045 else
11046 puts (dlerror ());
11047
718a6fd8 11048 return status;
ce2cded5
L
11049}
11050_LT_EOF
81ecdfbb 11051 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
11052 (eval $ac_link) 2>&5
11053 ac_status=$?
81ecdfbb
RW
11054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11055 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11056 (./conftest; exit; ) >&5 2>/dev/null
11057 lt_status=$?
11058 case x$lt_status in
11059 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11060 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11061 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11062 esac
11063 else :
11064 # compilation failed
11065 lt_cv_dlopen_self=no
11066 fi
11067fi
11068rm -fr conftest*
11069
d7040cdb
SE
11070
11071fi
81ecdfbb
RW
11072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11073$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11074
11075 if test "x$lt_cv_dlopen_self" = xyes; then
11076 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11078$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11079if test "${lt_cv_dlopen_self_static+set}" = set; then :
11080 $as_echo_n "(cached) " >&6
d7040cdb 11081else
ce2cded5
L
11082 if test "$cross_compiling" = yes; then :
11083 lt_cv_dlopen_self_static=cross
11084else
11085 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11086 lt_status=$lt_dlunknown
11087 cat > conftest.$ac_ext <<_LT_EOF
6757cf57 11088#line 11088 "configure"
ce2cded5
L
11089#include "confdefs.h"
11090
11091#if HAVE_DLFCN_H
11092#include <dlfcn.h>
11093#endif
11094
11095#include <stdio.h>
11096
11097#ifdef RTLD_GLOBAL
11098# define LT_DLGLOBAL RTLD_GLOBAL
11099#else
11100# ifdef DL_GLOBAL
11101# define LT_DLGLOBAL DL_GLOBAL
11102# else
11103# define LT_DLGLOBAL 0
11104# endif
11105#endif
11106
11107/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11108 find out it does not work in some platform. */
11109#ifndef LT_DLLAZY_OR_NOW
11110# ifdef RTLD_LAZY
11111# define LT_DLLAZY_OR_NOW RTLD_LAZY
11112# else
11113# ifdef DL_LAZY
11114# define LT_DLLAZY_OR_NOW DL_LAZY
11115# else
11116# ifdef RTLD_NOW
11117# define LT_DLLAZY_OR_NOW RTLD_NOW
11118# else
11119# ifdef DL_NOW
11120# define LT_DLLAZY_OR_NOW DL_NOW
11121# else
11122# define LT_DLLAZY_OR_NOW 0
11123# endif
11124# endif
11125# endif
11126# endif
11127#endif
11128
3725885a
RW
11129/* When -fvisbility=hidden is used, assume the code has been annotated
11130 correspondingly for the symbols needed. */
11131#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11132void fnord () __attribute__((visibility("default")));
3725885a
RW
11133#endif
11134
f2c621e4 11135void fnord () { int i=42; }
ce2cded5 11136int main ()
d7040cdb 11137{
ce2cded5
L
11138 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11139 int status = $lt_dlunknown;
11140
11141 if (self)
11142 {
11143 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11144 else
11145 {
11146 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11147 else puts (dlerror ());
11148 }
ce2cded5
L
11149 /* dlclose (self); */
11150 }
11151 else
11152 puts (dlerror ());
11153
718a6fd8 11154 return status;
d7040cdb 11155}
ce2cded5 11156_LT_EOF
81ecdfbb 11157 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11158 (eval $ac_link) 2>&5
11159 ac_status=$?
81ecdfbb
RW
11160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11161 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11162 (./conftest; exit; ) >&5 2>/dev/null
11163 lt_status=$?
11164 case x$lt_status in
11165 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11166 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11167 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11168 esac
11169 else :
11170 # compilation failed
11171 lt_cv_dlopen_self_static=no
11172 fi
d7040cdb 11173fi
ce2cded5
L
11174rm -fr conftest*
11175
11176
d7040cdb 11177fi
81ecdfbb
RW
11178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11179$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
11180 fi
11181
11182 CPPFLAGS="$save_CPPFLAGS"
11183 LDFLAGS="$save_LDFLAGS"
11184 LIBS="$save_LIBS"
11185 ;;
11186 esac
11187
11188 case $lt_cv_dlopen_self in
11189 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11190 *) enable_dlopen_self=unknown ;;
11191 esac
11192
11193 case $lt_cv_dlopen_self_static in
11194 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11195 *) enable_dlopen_self_static=unknown ;;
11196 esac
d7040cdb 11197fi
d7040cdb 11198
d7040cdb
SE
11199
11200
d7040cdb 11201
d7040cdb 11202
ce2cded5
L
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215striplib=
11216old_striplib=
81ecdfbb
RW
11217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11218$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
11219if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11220 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11221 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11223$as_echo "yes" >&6; }
ce2cded5
L
11224else
11225# FIXME - insert some real tests, host_os isn't really good enough
11226 case $host_os in
11227 darwin*)
11228 if test -n "$STRIP" ; then
11229 striplib="$STRIP -x"
11230 old_striplib="$STRIP -S"
81ecdfbb
RW
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11232$as_echo "yes" >&6; }
ce2cded5 11233 else
81ecdfbb
RW
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11235$as_echo "no" >&6; }
d7040cdb 11236 fi
ce2cded5
L
11237 ;;
11238 *)
81ecdfbb
RW
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11240$as_echo "no" >&6; }
ce2cded5 11241 ;;
d7040cdb 11242 esac
d7040cdb
SE
11243fi
11244
d7040cdb 11245
d7040cdb 11246
d7040cdb 11247
d7040cdb 11248
d7040cdb 11249
d7040cdb 11250
d7040cdb 11251
d7040cdb 11252
d7040cdb 11253
d7040cdb 11254
d7040cdb 11255
ce2cded5 11256 # Report which library types will actually be built
81ecdfbb
RW
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11258$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11260$as_echo "$can_build_shared" >&6; }
d7040cdb 11261
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11263$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11264 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11265
ce2cded5
L
11266 # On AIX, shared libraries and static libraries use the same namespace, and
11267 # are all built from PIC.
11268 case $host_os in
11269 aix3*)
11270 test "$enable_shared" = yes && enable_static=no
11271 if test -n "$RANLIB"; then
11272 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11273 postinstall_cmds='$RANLIB $lib'
11274 fi
11275 ;;
d7040cdb 11276
50e7d84b 11277 aix[4-9]*)
ce2cded5
L
11278 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11279 test "$enable_shared" = yes && enable_static=no
11280 fi
11281 ;;
11282 esac
81ecdfbb
RW
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11284$as_echo "$enable_shared" >&6; }
ce2cded5 11285
81ecdfbb
RW
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11287$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11288 # Make sure either enable_shared or enable_static is yes.
11289 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11291$as_echo "$enable_static" >&6; }
d7040cdb 11292
d7040cdb 11293
d7040cdb 11294
d7040cdb 11295
ce2cded5
L
11296fi
11297ac_ext=c
11298ac_cpp='$CPP $CPPFLAGS'
11299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11301ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11302
ce2cded5 11303CC="$lt_save_CC"
d7040cdb 11304
d7040cdb 11305
d7040cdb 11306
d7040cdb 11307
d7040cdb 11308
d7040cdb 11309
d7040cdb 11310
d7040cdb 11311
d7040cdb 11312
d7040cdb
SE
11313
11314
d7040cdb
SE
11315
11316
81ecdfbb 11317 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11318
11319
d7040cdb 11320
d7040cdb 11321
ce2cded5 11322# Only expand once:
d7040cdb 11323
d7040cdb 11324
d7040cdb 11325
b879806f
AM
11326# The tests for host and target for $enable_largefile require
11327# canonical names.
11328
11329
11330
11331# As the $enable_largefile decision depends on --enable-plugins we must set it
11332# even in directories otherwise not depending on the $plugins option.
11333
11334
11335 maybe_plugins=no
11336 for ac_header in dlfcn.h
11337do :
11338 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11339"
11340if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11341 cat >>confdefs.h <<_ACEOF
11342#define HAVE_DLFCN_H 1
11343_ACEOF
11344 maybe_plugins=yes
11345fi
11346
11347done
11348
11349 for ac_header in windows.h
11350do :
11351 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11352"
11353if test "x$ac_cv_header_windows_h" = x""yes; then :
11354 cat >>confdefs.h <<_ACEOF
11355#define HAVE_WINDOWS_H 1
11356_ACEOF
11357 maybe_plugins=yes
11358fi
11359
11360done
11361
11362
11363 # Check whether --enable-plugins was given.
11364if test "${enable_plugins+set}" = set; then :
11365 enableval=$enable_plugins; case "${enableval}" in
11366 no) plugins=no ;;
11367 *) plugins=yes
11368 if test "$maybe_plugins" != "yes" ; then
11369 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11370 fi ;;
11371 esac
11372else
11373 plugins=$maybe_plugins
11374
11375fi
11376
2974be62
AM
11377 if test "$plugins" = "yes"; then
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11379$as_echo_n "checking for library containing dlopen... " >&6; }
11380if test "${ac_cv_search_dlopen+set}" = set; then :
11381 $as_echo_n "(cached) " >&6
11382else
11383 ac_func_search_save_LIBS=$LIBS
11384cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11385/* end confdefs.h. */
11386
11387/* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
11390#ifdef __cplusplus
11391extern "C"
11392#endif
11393char dlopen ();
11394int
11395main ()
11396{
11397return dlopen ();
11398 ;
11399 return 0;
11400}
11401_ACEOF
11402for ac_lib in '' dl; do
11403 if test -z "$ac_lib"; then
11404 ac_res="none required"
11405 else
11406 ac_res=-l$ac_lib
11407 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11408 fi
11409 if ac_fn_c_try_link "$LINENO"; then :
11410 ac_cv_search_dlopen=$ac_res
11411fi
11412rm -f core conftest.err conftest.$ac_objext \
11413 conftest$ac_exeext
11414 if test "${ac_cv_search_dlopen+set}" = set; then :
11415 break
11416fi
11417done
11418if test "${ac_cv_search_dlopen+set}" = set; then :
11419
11420else
11421 ac_cv_search_dlopen=no
11422fi
11423rm conftest.$ac_ext
11424LIBS=$ac_func_search_save_LIBS
11425fi
11426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11427$as_echo "$ac_cv_search_dlopen" >&6; }
11428ac_res=$ac_cv_search_dlopen
11429if test "$ac_res" != no; then :
11430 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11431
11432fi
11433
11434 fi
b879806f
AM
11435
11436
11437case "${host}" in
11438 sparc-*-solaris*|i[3-7]86-*-solaris*)
11439 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11440 # are mutually exclusive; and without procfs support, the bfd/ elf module
11441 # cannot provide certain routines such as elfcore_write_prpsinfo
11442 # or elfcore_write_prstatus. So unless the user explicitly requested
11443 # large-file support through the --enable-largefile switch, disable
11444 # large-file support in favor of procfs support.
11445 test "${target}" = "${host}" -a "x$plugins" = xno \
11446 && : ${enable_largefile="no"}
11447 ;;
11448esac
11449
11450# Check whether --enable-largefile was given.
11451if test "${enable_largefile+set}" = set; then :
11452 enableval=$enable_largefile;
11453fi
11454
11455if test "$enable_largefile" != no; then
11456
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11458$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11459if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11460 $as_echo_n "(cached) " >&6
11461else
11462 ac_cv_sys_largefile_CC=no
11463 if test "$GCC" != yes; then
11464 ac_save_CC=$CC
11465 while :; do
11466 # IRIX 6.2 and later do not support large files by default,
11467 # so use the C compiler's -n32 option if that helps.
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469/* end confdefs.h. */
11470#include <sys/types.h>
11471 /* Check that off_t can represent 2**63 - 1 correctly.
11472 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11473 since some C++ compilers masquerading as C compilers
11474 incorrectly reject 9223372036854775807. */
11475#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11476 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11477 && LARGE_OFF_T % 2147483647 == 1)
11478 ? 1 : -1];
11479int
11480main ()
11481{
11482
11483 ;
11484 return 0;
11485}
11486_ACEOF
11487 if ac_fn_c_try_compile "$LINENO"; then :
11488 break
11489fi
11490rm -f core conftest.err conftest.$ac_objext
11491 CC="$CC -n32"
11492 if ac_fn_c_try_compile "$LINENO"; then :
11493 ac_cv_sys_largefile_CC=' -n32'; break
11494fi
11495rm -f core conftest.err conftest.$ac_objext
11496 break
11497 done
11498 CC=$ac_save_CC
11499 rm -f conftest.$ac_ext
11500 fi
11501fi
11502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11503$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11504 if test "$ac_cv_sys_largefile_CC" != no; then
11505 CC=$CC$ac_cv_sys_largefile_CC
11506 fi
11507
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11509$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11510if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11511 $as_echo_n "(cached) " >&6
11512else
11513 while :; do
11514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11515/* end confdefs.h. */
11516#include <sys/types.h>
11517 /* Check that off_t can represent 2**63 - 1 correctly.
11518 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11519 since some C++ compilers masquerading as C compilers
11520 incorrectly reject 9223372036854775807. */
11521#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11522 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11523 && LARGE_OFF_T % 2147483647 == 1)
11524 ? 1 : -1];
11525int
11526main ()
11527{
11528
11529 ;
11530 return 0;
11531}
11532_ACEOF
11533if ac_fn_c_try_compile "$LINENO"; then :
11534 ac_cv_sys_file_offset_bits=no; break
11535fi
11536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11538/* end confdefs.h. */
11539#define _FILE_OFFSET_BITS 64
11540#include <sys/types.h>
11541 /* Check that off_t can represent 2**63 - 1 correctly.
11542 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11543 since some C++ compilers masquerading as C compilers
11544 incorrectly reject 9223372036854775807. */
11545#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11546 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11547 && LARGE_OFF_T % 2147483647 == 1)
11548 ? 1 : -1];
11549int
11550main ()
11551{
11552
11553 ;
11554 return 0;
11555}
11556_ACEOF
11557if ac_fn_c_try_compile "$LINENO"; then :
11558 ac_cv_sys_file_offset_bits=64; break
11559fi
11560rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11561 ac_cv_sys_file_offset_bits=unknown
11562 break
11563done
11564fi
11565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11566$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11567case $ac_cv_sys_file_offset_bits in #(
11568 no | unknown) ;;
11569 *)
11570cat >>confdefs.h <<_ACEOF
11571#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11572_ACEOF
11573;;
11574esac
11575rm -rf conftest*
11576 if test $ac_cv_sys_file_offset_bits = unknown; then
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11578$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11579if test "${ac_cv_sys_large_files+set}" = set; then :
11580 $as_echo_n "(cached) " >&6
11581else
11582 while :; do
11583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11584/* end confdefs.h. */
11585#include <sys/types.h>
11586 /* Check that off_t can represent 2**63 - 1 correctly.
11587 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11588 since some C++ compilers masquerading as C compilers
11589 incorrectly reject 9223372036854775807. */
11590#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11591 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11592 && LARGE_OFF_T % 2147483647 == 1)
11593 ? 1 : -1];
11594int
11595main ()
11596{
11597
11598 ;
11599 return 0;
11600}
11601_ACEOF
11602if ac_fn_c_try_compile "$LINENO"; then :
11603 ac_cv_sys_large_files=no; break
11604fi
11605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11607/* end confdefs.h. */
11608#define _LARGE_FILES 1
11609#include <sys/types.h>
11610 /* Check that off_t can represent 2**63 - 1 correctly.
11611 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11612 since some C++ compilers masquerading as C compilers
11613 incorrectly reject 9223372036854775807. */
11614#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11615 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11616 && LARGE_OFF_T % 2147483647 == 1)
11617 ? 1 : -1];
11618int
11619main ()
11620{
11621
11622 ;
11623 return 0;
11624}
11625_ACEOF
11626if ac_fn_c_try_compile "$LINENO"; then :
11627 ac_cv_sys_large_files=1; break
11628fi
11629rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11630 ac_cv_sys_large_files=unknown
11631 break
11632done
11633fi
11634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11635$as_echo "$ac_cv_sys_large_files" >&6; }
11636case $ac_cv_sys_large_files in #(
11637 no | unknown) ;;
11638 *)
11639cat >>confdefs.h <<_ACEOF
11640#define _LARGE_FILES $ac_cv_sys_large_files
11641_ACEOF
11642;;
11643esac
11644rm -rf conftest*
11645 fi
11646fi
11647
11648
11649
81ecdfbb
RW
11650# Check whether --enable-targets was given.
11651if test "${enable_targets+set}" = set; then :
11652 enableval=$enable_targets; case "${enableval}" in
11653 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11654 ;;
11655 no) enable_targets= ;;
11656 *) enable_targets=$enableval ;;
11657esac
81ecdfbb
RW
11658fi
11659
ce2cded5
L
11660ac_checking=yes
11661if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11662 ac_checking=
11663fi
81ecdfbb
RW
11664# Check whether --enable-checking was given.
11665if test "${enable_checking+set}" = set; then :
11666 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11667 no|none) ac_checking= ;;
11668 *) ac_checking=yes ;;
11669esac
81ecdfbb
RW
11670fi
11671if test x$ac_checking != x ; then
d7040cdb 11672
81ecdfbb 11673$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11674
ce2cded5 11675fi
d7040cdb 11676
6c3bc0f8
NC
11677# PR gas/19109
11678# Decide the default method for compressing debug sections.
11679ac_default_compressed_debug_sections=unset
11680# Provide a configure time option to override our default.
11681# Check whether --enable-compressed_debug_sections was given.
11682if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 11683 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 11684 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 11685 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
11686 *) ac_default_compressed_debug_sections=unset ;;
11687esac
11688fi
11689
0cb4071e
L
11690# PR gas/19520
11691# Decide if x86 assembler should generate relax relocations.
11692ac_default_x86_relax_relocations=unset
11693# Provide a configure time option to override our default.
11694# Check whether --enable-x86_relax_relocations was given.
11695if test "${enable_x86_relax_relocations+set}" = set; then :
11696 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11697 no) ac_default_x86_relax_relocations=0 ;;
11698esac
11699fi
11700
b8871f35
L
11701# Decide if ELF assembler should generate common symbols with the
11702# STT_COMMON type.
11703ac_default_elf_stt_common=unset
11704# Provide a configure time option to override our default.
11705# Check whether --enable-elf_stt_common was given.
11706if test "${enable_elf_stt_common+set}" = set; then :
11707 enableval=$enable_elf_stt_common; case "${enableval}" in
11708 yes) ac_default_elf_stt_common=1 ;;
11709esac
11710fi
11711
ce2cded5 11712using_cgen=no
d7040cdb 11713
d7040cdb 11714
270c9937
JB
11715# Set the 'development' global.
11716. $srcdir/../bfd/development.sh
11717
9780e045 11718# Default set of GCC warnings to enable.
397841b5 11719GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11720
11721# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11722cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11723/* end confdefs.h. */
11724__GNUC__
11725_ACEOF
11726if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11727 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11728
11729else
11730 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11731fi
11732rm -f conftest*
11733
d7040cdb 11734
9780e045
NC
11735# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11736cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11737/* end confdefs.h. */
11738__GNUC__
11739_ACEOF
11740if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11741 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11742
11743else
11744 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11745fi
11746rm -f conftest*
11747
11748
6757cf57
TS
11749# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11750WARN_WRITE_STRINGS=""
11751cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11752/* end confdefs.h. */
11753__GNUC__
11754_ACEOF
11755if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11756 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11757
11758else
11759 WARN_WRITE_STRINGS="-Wwrite-strings"
11760fi
11761rm -f conftest*
11762
9780e045 11763
81ecdfbb
RW
11764# Check whether --enable-werror was given.
11765if test "${enable_werror+set}" = set; then :
11766 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11767 yes | y) ERROR_ON_WARNING="yes" ;;
11768 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11769 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11770 esac
81ecdfbb
RW
11771fi
11772
d7040cdb 11773
397841b5 11774# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11775case "${host}" in
11776 *-*-mingw32*)
11777 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11778 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11779 fi
11780 ;;
11781 *) ;;
11782esac
11783
270c9937
JB
11784# Enable -Werror by default when using gcc. Turn it off for releases.
11785if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
ce2cded5
L
11786 ERROR_ON_WARNING=yes
11787fi
11788
11789NO_WERROR=
11790if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11791 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
ce2cded5
L
11792 NO_WERROR="-Wno-error"
11793fi
11794
11795if test "${GCC}" = yes ; then
11796 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11797fi
11798
81ecdfbb
RW
11799# Check whether --enable-build-warnings was given.
11800if test "${enable_build_warnings+set}" = set; then :
11801 enableval=$enable_build_warnings; case "${enableval}" in
ce2cded5
L
11802 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11803 no) if test "${GCC}" = yes ; then
11804 WARN_CFLAGS="-w"
11805 fi;;
11806 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11807 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11808 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11809 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11810 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11811esac
81ecdfbb
RW
11812fi
11813
d7040cdb 11814
ce2cded5
L
11815if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11816 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11817fi
d7040cdb 11818
d7040cdb 11819
d7040cdb 11820
d7040cdb 11821
d7040cdb 11822
6757cf57 11823
ce2cded5 11824# Generate a header file
81ecdfbb 11825ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11826
d7040cdb 11827
df7b86aa
NC
11828# PR 14072
11829
11830
ce2cded5
L
11831# If we are on a DOS filesystem, we must use gdb.ini rather than
11832# .gdbinit.
11833case "${host}" in
11834 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11835 GDBINIT="gdb.ini"
81ecdfbb 11836 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11837
ce2cded5
L
11838 ;;
11839 *)
11840 GDBINIT=".gdbinit"
81ecdfbb 11841 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11842
ce2cded5
L
11843 ;;
11844esac
d7040cdb 11845
d7040cdb 11846
ce2cded5 11847#We need this for the host. BOUT header is in host order.
81ecdfbb
RW
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11849$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11850if test "${ac_cv_c_bigendian+set}" = set; then :
11851 $as_echo_n "(cached) " >&6
11852else
11853 ac_cv_c_bigendian=unknown
11854 # See if we're dealing with a universal compiler.
11855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11856/* end confdefs.h. */
11857#ifndef __APPLE_CC__
11858 not a universal capable compiler
11859 #endif
11860 typedef int dummy;
11861
11862_ACEOF
11863if ac_fn_c_try_compile "$LINENO"; then :
11864
11865 # Check for potential -arch flags. It is not universal unless
11866 # there are at least two -arch flags with different values.
11867 ac_arch=
11868 ac_prev=
11869 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11870 if test -n "$ac_prev"; then
11871 case $ac_word in
11872 i?86 | x86_64 | ppc | ppc64)
11873 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11874 ac_arch=$ac_word
11875 else
11876 ac_cv_c_bigendian=universal
11877 break
11878 fi
11879 ;;
11880 esac
11881 ac_prev=
11882 elif test "x$ac_word" = "x-arch"; then
11883 ac_prev=arch
11884 fi
11885 done
11886fi
11887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11888 if test $ac_cv_c_bigendian = unknown; then
11889 # See if sys/param.h defines the BYTE_ORDER macro.
11890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11891/* end confdefs.h. */
11892#include <sys/types.h>
81ecdfbb 11893 #include <sys/param.h>
d7040cdb 11894
ce2cded5
L
11895int
11896main ()
11897{
81ecdfbb
RW
11898#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11899 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11900 && LITTLE_ENDIAN)
11901 bogus endian macros
11902 #endif
d7040cdb 11903
ce2cded5
L
11904 ;
11905 return 0;
11906}
11907_ACEOF
81ecdfbb 11908if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11909 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11911/* end confdefs.h. */
11912#include <sys/types.h>
81ecdfbb 11913 #include <sys/param.h>
d7040cdb 11914
ce2cded5
L
11915int
11916main ()
11917{
11918#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11919 not big endian
11920 #endif
d7040cdb 11921
ce2cded5
L
11922 ;
11923 return 0;
11924}
11925_ACEOF
81ecdfbb 11926if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
11927 ac_cv_c_bigendian=yes
11928else
81ecdfbb 11929 ac_cv_c_bigendian=no
ce2cded5 11930fi
81ecdfbb
RW
11931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11932fi
11933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11934 fi
11935 if test $ac_cv_c_bigendian = unknown; then
11936 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938/* end confdefs.h. */
11939#include <limits.h>
d7040cdb 11940
81ecdfbb
RW
11941int
11942main ()
11943{
11944#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11945 bogus endian macros
11946 #endif
11947
11948 ;
11949 return 0;
11950}
ce2cded5 11951_ACEOF
81ecdfbb
RW
11952if ac_fn_c_try_compile "$LINENO"; then :
11953 # It does; now see whether it defined to _BIG_ENDIAN or not.
11954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11955/* end confdefs.h. */
81ecdfbb
RW
11956#include <limits.h>
11957
ce2cded5
L
11958int
11959main ()
11960{
81ecdfbb
RW
11961#ifndef _BIG_ENDIAN
11962 not big endian
11963 #endif
11964
ce2cded5
L
11965 ;
11966 return 0;
11967}
11968_ACEOF
81ecdfbb 11969if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11970 ac_cv_c_bigendian=yes
81ecdfbb
RW
11971else
11972 ac_cv_c_bigendian=no
d7040cdb 11973fi
81ecdfbb 11974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11975fi
81ecdfbb
RW
11976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11977 fi
11978 if test $ac_cv_c_bigendian = unknown; then
11979 # Compile a test program.
11980 if test "$cross_compiling" = yes; then :
11981 # Try to guess by grepping values from an object file.
11982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11983/* end confdefs.h. */
11984short int ascii_mm[] =
11985 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11986 short int ascii_ii[] =
11987 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11988 int use_ascii (int i) {
11989 return ascii_mm[i] + ascii_ii[i];
11990 }
11991 short int ebcdic_ii[] =
11992 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11993 short int ebcdic_mm[] =
11994 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11995 int use_ebcdic (int i) {
11996 return ebcdic_mm[i] + ebcdic_ii[i];
11997 }
11998 extern int foo;
d7040cdb 11999
81ecdfbb
RW
12000int
12001main ()
12002{
12003return use_ascii (foo) == use_ebcdic (foo);
12004 ;
12005 return 0;
12006}
12007_ACEOF
12008if ac_fn_c_try_compile "$LINENO"; then :
12009 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12010 ac_cv_c_bigendian=yes
12011 fi
12012 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12013 if test "$ac_cv_c_bigendian" = unknown; then
12014 ac_cv_c_bigendian=no
12015 else
12016 # finding both strings is unlikely to happen, but who knows?
12017 ac_cv_c_bigendian=unknown
12018 fi
12019 fi
ce2cded5 12020fi
81ecdfbb 12021rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 12022else
81ecdfbb 12023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 12024/* end confdefs.h. */
81ecdfbb 12025$ac_includes_default
ce2cded5
L
12026int
12027main ()
12028{
81ecdfbb
RW
12029
12030 /* Are we little or big endian? From Harbison&Steele. */
12031 union
12032 {
12033 long int l;
12034 char c[sizeof (long int)];
12035 } u;
12036 u.l = 1;
12037 return u.c[sizeof (long int) - 1] == 1;
12038
12039 ;
12040 return 0;
ce2cded5 12041}
d7040cdb 12042_ACEOF
81ecdfbb 12043if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
12044 ac_cv_c_bigendian=no
12045else
81ecdfbb 12046 ac_cv_c_bigendian=yes
d7040cdb 12047fi
81ecdfbb
RW
12048rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12049 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 12050fi
81ecdfbb
RW
12051
12052 fi
ce2cded5 12053fi
81ecdfbb
RW
12054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12055$as_echo "$ac_cv_c_bigendian" >&6; }
12056 case $ac_cv_c_bigendian in #(
12057 yes)
12058 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12059;; #(
12060 no)
12061 ;; #(
12062 universal)
d7040cdb 12063
81ecdfbb
RW
12064$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12065
12066 ;; #(
12067 *)
12068 as_fn_error "unknown endianness
12069 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12070 esac
d7040cdb 12071
d7040cdb 12072
ce2cded5 12073te_file=generic
d7040cdb 12074
ce2cded5
L
12075# Makefile target for installing gas in $(tooldir)/bin.
12076install_tooldir=install-exec-tooldir
d7040cdb 12077
ce2cded5
L
12078canon_targets=""
12079all_targets=no
12080if test -n "$enable_targets" ; then
12081 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12082 if test $t = "all"; then
12083 all_targets=yes
12084 continue
12085 fi
12086 result=`$ac_config_sub $t 2>/dev/null`
12087 if test -n "$result" ; then
12088 canon_targets="$canon_targets $result"
12089# else
12090# # Permit "all", etc. We don't support it yet though.
12091# canon_targets="$canon_targets $t"
12092 fi
12093 done
12094 _gas_uniq_list="$canon_targets"
d7040cdb
SE
12095_gas_uniq_newlist=""
12096for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12097 case $_gas_uniq_i in
12098 _gas_uniq_dummy) ;;
12099 *) case " $_gas_uniq_newlist " in
12100 *" $_gas_uniq_i "*) ;;
12101 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12102 esac ;;
12103 esac
12104done
ce2cded5 12105canon_targets=$_gas_uniq_newlist
d7040cdb 12106
ce2cded5
L
12107fi
12108
12109emulations=""
12110
12111for this_target in $target $canon_targets ; do
12112
12113 targ=${this_target}
12114 . ${srcdir}/configure.tgt
12115
12116 case ${target_cpu} in
12117 crisv32)
12118
12119cat >>confdefs.h <<_ACEOF
12120#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12121_ACEOF
ce2cded5
L
12122
12123 ;;
12124 esac
12125
12126 if test ${this_target} = $target ; then
12127 target_cpu_type=${cpu_type}
12128 elif test ${target_cpu_type} != ${cpu_type} ; then
12129 continue
12130 fi
12131
12132 generic_target=${cpu_type}-${target_vendor}-${target_os}
12133 case ${generic_target} in
12134 i386-*-sco3.2v5*)
12135 if test ${this_target} = $target; then
12136
81ecdfbb 12137$as_echo "#define SCO_ELF 1" >>confdefs.h
ce2cded5
L
12138
12139 fi
12140 ;;
12141
12142 i386-*-msdosdjgpp* \
12143 | i386-*-go32* \
12144 | i386-go32-rtems*)
12145
81ecdfbb 12146$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
12147
12148 ;;
12149
0cb4071e
L
12150 i386-*-solaris2 \
12151 | x86_64-*-solaris2 \
12152 | i386-*-solaris2.[0-9] \
12153 | i386-*-solaris2.1[01] \
12154 | x86_64-*-solaris2.1[01])
12155 if test ${this_target} = $target \
12156 && test ${ac_default_x86_relax_relocations} = unset; then
12157 ac_default_x86_relax_relocations=0
12158 fi
12159 ;;
12160
ce2cded5 12161 i860-*-*)
81ecdfbb
RW
12162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
12163$as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
ce2cded5
L
12164 ;;
12165
7ba29e2a
NC
12166 microblaze*)
12167 ;;
12168
e5231592 12169 ppc-*-aix[5-9].*)
ce2cded5 12170
81ecdfbb 12171$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 12172
ce2cded5
L
12173 ;;
12174 ppc-*-solaris*)
12175 if test ${this_target} = $target; then
12176
81ecdfbb 12177$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12178
12179 fi
12180 if test x${endian} = xbig; then
81ecdfbb 12181 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12182 fi
12183 ;;
12184
12185 sh*-*-symbianelf*)
12186
81ecdfbb 12187$as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
ce2cded5
L
12188
12189 ;;
d7040cdb 12190 esac
d7040cdb 12191
ce2cded5
L
12192 if test ${this_target} = $target ; then
12193 endian_def=
12194 if test x${endian} = xbig; then
12195 endian_def=1
12196 elif test x${endian} = xlittle; then
12197 endian_def=0
12198 fi
12199 if test x${endian_def} != x; then
12200
12201cat >>confdefs.h <<_ACEOF
12202#define TARGET_BYTES_BIG_ENDIAN $endian_def
12203_ACEOF
12204
12205 fi
12206 fi
12207
12208# Other random stuff.
12209
12210 case ${cpu_type} in
12211 mips)
12212 # Set mips_cpu to the name of the default CPU.
12213 case ${target_cpu} in
12214 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12215 mips_cpu=from-abi
12216 ;;
12217 mipsisa32 | mipsisa32el)
12218 mips_cpu=mips32
12219 ;;
12220 mipsisa32r2 | mipsisa32r2el)
12221 mips_cpu=mips32r2
12222 ;;
ae52f483
AB
12223 mipsisa32r3 | mipsisa32r3el)
12224 mips_cpu=mips32r3
12225 ;;
12226 mipsisa32r5 | mipsisa32r5el)
12227 mips_cpu=mips32r5
12228 ;;
7361da2c
AB
12229 mipsisa32r6 | mipsisa32r6el)
12230 mips_cpu=mips32r6
12231 ;;
ce2cded5
L
12232 mipsisa64 | mipsisa64el)
12233 mips_cpu=mips64
12234 ;;
12235 mipsisa64r2 | mipsisa64r2el)
12236 mips_cpu=mips64r2
12237 ;;
ae52f483
AB
12238 mipsisa64r3 | mipsisa64r3el)
12239 mips_cpu=mips64r3
12240 ;;
12241 mipsisa64r5 | mipsisa64r5el)
12242 mips_cpu=mips64r5
12243 ;;
7361da2c
AB
12244 mipsisa64r6 | mipsisa64r6el)
12245 mips_cpu=mips64r6
12246 ;;
ce2cded5
L
12247 mipstx39 | mipstx39el)
12248 mips_cpu=r3900
12249 ;;
12250 mips64vr | mips64vrel)
12251 mips_cpu=vr4100
12252 ;;
12253 mipsisa32r2* | mipsisa64r2*)
12254 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12255 ;;
7361da2c
AB
12256 mipsisa32r6* | mipsisa64r6*)
12257 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12258 ;;
ce2cded5
L
12259 mips64* | mipsisa64* | mipsisa32*)
12260 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12261 ;;
e407c74b
NC
12262 mips*)
12263 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12264 ;;
ce2cded5 12265 *)
81ecdfbb 12266 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12267 ;;
12268 esac
12269 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12270 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12271 case ${target} in
12272 *-*-irix*)
12273 use_e_mips_abi_o32=0
12274 ;;
12275 *)
12276 use_e_mips_abi_o32=1
12277 ;;
12278 esac
12279 # Decide whether to generate 32-bit or 64-bit code by default.
12280 # Used to resolve -march=from-abi when an embedded ABI is selected.
12281 case ${target} in
12282 mips64*-*-* | mipsisa64*-*-*)
12283 mips_default_64bit=1
12284 ;;
12285 *)
12286 mips_default_64bit=0
12287 ;;
12288 esac
12289 # Decide which ABI to target by default.
12290 case ${target} in
aeffff67 12291 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
ce2cded5
L
12292 mips_default_abi=N32_ABI
12293 ;;
aeffff67 12294 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12295 mips_default_abi=O32_ABI
12296 ;;
12297 mips64*-openbsd*)
12298 mips_default_abi=N64_ABI
12299 ;;
12300 *)
12301 mips_default_abi=NO_ABI
12302 ;;
12303 esac
12304
12305cat >>confdefs.h <<_ACEOF
12306#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12307_ACEOF
d7040cdb
SE
12308
12309
12310cat >>confdefs.h <<_ACEOF
ce2cded5 12311#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12312_ACEOF
12313
12314
12315cat >>confdefs.h <<_ACEOF
ce2cded5 12316#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12317_ACEOF
12318
12319
ce2cded5
L
12320cat >>confdefs.h <<_ACEOF
12321#define MIPS_DEFAULT_ABI $mips_default_abi
12322_ACEOF
d7040cdb 12323
ce2cded5
L
12324 ;;
12325 esac
d7040cdb 12326
ce2cded5
L
12327 # Do we need the opcodes library?
12328 case ${cpu_type} in
12329 vax | tic30)
12330 ;;
d7040cdb 12331
ce2cded5
L
12332 *)
12333 need_opcodes=yes
d7040cdb 12334
ce2cded5
L
12335 case "${enable_shared}" in
12336 yes) shared_opcodes=true ;;
12337 *opcodes*) shared_opcodes=true ;;
12338 *) shared_opcodes=false ;;
12339 esac
12340 ;;
12341 esac
d7040cdb 12342
ce2cded5
L
12343 # Any other special object files needed ?
12344 case ${cpu_type} in
d7040cdb 12345
ce2cded5
L
12346 bfin)
12347 echo ${extra_objects} | grep -s "bfin-parse.o"
12348 if test $? -ne 0 ; then
12349 extra_objects="$extra_objects bfin-parse.o"
12350 fi
d7040cdb 12351
df7b86aa 12352 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
ce2cded5 12353 if test $? -ne 0 ; then
df7b86aa 12354 extra_objects="$extra_objects bfin-lex-wrapper.o"
ce2cded5
L
12355 fi
12356 ;;
d7040cdb 12357
73589c9d 12358 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12359 using_cgen=yes
12360 ;;
d7040cdb 12361
ce2cded5
L
12362 m32c)
12363 using_cgen=yes
12364 ;;
12365 frv)
12366 using_cgen=yes
12367 ;;
12368 m68k)
12369 case ${extra_objects} in
12370 *m68k-parse.o*) ;;
12371 *) extra_objects="$extra_objects m68k-parse.o" ;;
12372 esac
12373 ;;
d7040cdb 12374
ce2cded5
L
12375 mep)
12376 using_cgen=yes
12377 ;;
d7040cdb 12378
ce2cded5
L
12379 mips)
12380 echo ${extra_objects} | grep -s "itbl-parse.o"
12381 if test $? -ne 0 ; then
12382 extra_objects="$extra_objects itbl-parse.o"
12383 fi
d7040cdb 12384
df7b86aa 12385 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
ce2cded5 12386 if test $? -ne 0 ; then
df7b86aa 12387 extra_objects="$extra_objects itbl-lex-wrapper.o"
ce2cded5 12388 fi
d7040cdb 12389
ce2cded5
L
12390 echo ${extra_objects} | grep -s "itbl-ops.o"
12391 if test $? -ne 0 ; then
12392 extra_objects="$extra_objects itbl-ops.o"
12393 fi
12394 ;;
d7040cdb 12395
ce2cded5
L
12396 mt)
12397 using_cgen=yes
12398 ;;
d7040cdb 12399
35c08157
KLC
12400 nds32)
12401 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12402 # based on arch_name.
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12404$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12405 if test "x${with_arch}" != x; then
12406 case ${with_arch} in
12407 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12408
12409cat >>confdefs.h <<_ACEOF
12410#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12411_ACEOF
12412
12413 ;;
12414 *)
12415 as_fn_error "This kind of arch name does *NOT* exist!" "$LINENO" 5
12416 ;;
12417 esac
12418 fi
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12420$as_echo "$with_arch" >&6; }
12421
12422 # Decide features one by one.
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12424$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
6cd8405e 12425 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
12426
12427$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12428
12429 else
12430
12431$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12432
12433 fi
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12435$as_echo "$enable_dx_regs" >&6; }
12436
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12438$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
6cd8405e 12439 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
12440
12441$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12442
12443 else
12444
12445$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12446
12447 fi
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12449$as_echo "$enable_perf_ext" >&6; }
12450
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12452$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
6cd8405e 12453 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
12454
12455$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12456
12457 else
12458
12459$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12460
12461 fi
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12463$as_echo "$enable_perf_ext2" >&6; }
12464
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12466$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
6cd8405e 12467 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
12468
12469$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12470
12471 else
12472
12473$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12474
12475 fi
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12477$as_echo "$enable_string_ext" >&6; }
12478
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12480$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
6cd8405e 12481 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
12482
12483$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12484
12485 else
12486
12487$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12488
12489 fi
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12491$as_echo "$enable_audio_ext" >&6; }
12492 ;;
12493
ce2cded5
L
12494 i386 | s390 | sparc)
12495 if test $this_target = $target ; then
d7040cdb
SE
12496
12497cat >>confdefs.h <<_ACEOF
ce2cded5 12498#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12499_ACEOF
12500
ce2cded5
L
12501 fi
12502 ;;
d7040cdb 12503
99c513f6
DD
12504 rl78)
12505 echo ${extra_objects} | grep -s "rl78-parse.o"
12506 if test $? -ne 0 ; then
12507 extra_objects="$extra_objects rl78-parse.o"
12508 fi
12509 ;;
12510
c7927a3c
NC
12511 rx)
12512 echo ${extra_objects} | grep -s "rx-parse.o"
12513 if test $? -ne 0 ; then
12514 extra_objects="$extra_objects rx-parse.o"
12515 fi
12516 ;;
12517
ce2cded5
L
12518 xstormy16)
12519 using_cgen=yes
12520 ;;
d7040cdb 12521
ce2cded5
L
12522 xc16x)
12523 using_cgen=yes
12524 ;;
d7040cdb 12525
ce2cded5
L
12526 xtensa)
12527 echo ${extra_objects} | grep -s "xtensa-relax.o"
12528 if test $? -ne 0 ; then
12529 extra_objects="$extra_objects xtensa-relax.o"
12530 fi
12531 ;;
d7040cdb 12532
ce2cded5
L
12533 *)
12534 ;;
12535 esac
d7040cdb 12536
ce2cded5
L
12537 if test $using_cgen = yes ; then
12538 case "x${extra_objects}" in
12539 *cgen.o*) ;;
12540 *) extra_objects="$extra_objects cgen.o" ;;
12541 esac
12542 fi
d7040cdb 12543
ce2cded5 12544# See if we really can support this configuration with the emulation code.
d7040cdb 12545
ce2cded5
L
12546 if test $this_target = $target ; then
12547 obj_format=$fmt
12548 te_file=$em
12549 fi
d7040cdb 12550
b11d79f2
TG
12551 case ${te_file} in
12552 vms) extra_objects="$extra_objects te-vms.o" ;;
12553 esac
12554
ce2cded5 12555# From target name and format, produce a list of supported emulations.
d7040cdb 12556
ce2cded5 12557 case ${generic_target}-${fmt} in
e8044f35 12558 mips-*-*-*) case "$endian" in
ce2cded5
L
12559 big) emulation="mipsbelf mipslelf mipself" ;;
12560 *) emulation="mipslelf mipsbelf mipself" ;;
12561 esac ;;
ce2cded5
L
12562 # i386-pc-pe-coff != i386-pc-coff.
12563 i386-*-pe-coff) ;;
12564 # Uncommenting the next line will turn on support for i386 AOUT
12565 # for the default linux configuration
12566 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12567 #
12568 i386-*-aout) emulation="i386aout" ;;
12569 i386-*-coff) emulation="i386coff" ;;
12570 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12571
ce2cded5
L
12572 # Always all formats. The first stated emulation becomes the default.
12573 cris-*-*aout*) emulation="crisaout criself" ;;
12574 cris-*-*) emulation="criself crisaout" ;;
12575 esac
13b2be9c 12576
ce2cded5 12577 emulations="$emulations $emulation"
13b2be9c 12578
13b2be9c 12579done
13b2be9c 12580
0cb4071e
L
12581if test ${ac_default_x86_relax_relocations} = unset; then
12582 ac_default_x86_relax_relocations=1
12583fi
12584
12585cat >>confdefs.h <<_ACEOF
12586#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12587_ACEOF
12588
12589
b8871f35
L
12590if test ${ac_default_elf_stt_common} = unset; then
12591 ac_default_elf_stt_common=0
12592fi
12593
12594cat >>confdefs.h <<_ACEOF
12595#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12596_ACEOF
12597
12598
348ef89a 12599if test x$ac_default_compressed_debug_sections = xyes ; then
e12fe555
NC
12600
12601$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12602
6c3bc0f8 12603fi
e12fe555 12604
ce2cded5
L
12605# Turn on all targets if possible
12606if test ${all_targets} = "yes"; then
12607 case ${target_cpu_type} in
12608 i386)
12609 case ${obj_format} in
12610 aout)
12611 emulations="$emulations i386coff i386elf"
12612 ;;
12613 coff)
12614 emulations="$emulations i386aout i386elf"
12615 ;;
12616 elf)
12617 emulations="$emulations i386aout i386coff"
12618 ;;
12619 esac
12620 ;;
12621 x86_64)
12622 case ${obj_format} in
12623 aout)
12624 emulations="$emulations i386coff i386elf"
12625 ;;
12626 coff)
12627 emulations="$emulations i386aout i386elf"
12628 ;;
12629 elf)
12630 emulations="$emulations i386aout i386coff"
12631 ;;
12632 esac
12633 ;;
12634 esac
13b2be9c 12635fi
c8615825 12636
39871c07
AM
12637# PE code has way too many macros tweaking behaviour
12638case ${te_file} in
12639 pe*) emulations="" ;;
12640esac
12641
ce2cded5
L
12642# Assign floating point type. Most processors with FP support
12643# IEEE FP. On those that don't support FP at all, usually IEEE
12644# is emulated.
12645case ${target_cpu} in
12646 vax | pdp11 ) atof=vax ;;
12647 *) atof=ieee ;;
12648esac
c8615825 12649
ce2cded5 12650case "${obj_format}" in
81ecdfbb 12651 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12652esac
13b2be9c 12653
ce2cded5
L
12654# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12655cgen_cpu_prefix=""
12656if test $using_cgen = yes ; then
12657 case ${target_cpu} in
73589c9d
CS
12658 or1knd)
12659 cgen_cpu_prefix=or1k ;;
ce2cded5
L
12660 *) cgen_cpu_prefix=${target_cpu} ;;
12661 esac
c8615825 12662
c8615825 12663
81ecdfbb 12664$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12665
d7040cdb 12666fi
13b2be9c 12667
ce2cded5
L
12668
12669if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
81ecdfbb 12670 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12671fi
ce2cded5
L
12672
12673if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
81ecdfbb 12674 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12675fi
12676
ce2cded5
L
12677# Some COFF configurations want these random other flags set.
12678case ${obj_format} in
12679 coff)
12680 case ${target_cpu_type} in
12681 i386)
81ecdfbb 12682$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12683 ;;
12684 m68k)
81ecdfbb 12685$as_echo "#define M68KCOFF 1" >>confdefs.h
ce2cded5
L
12686 ;;
12687 m88k)
81ecdfbb 12688$as_echo "#define M88KCOFF 1" >>confdefs.h
ce2cded5
L
12689 ;;
12690 x86_64)
81ecdfbb 12691$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12692 ;;
12693 esac
12694 ;;
12695esac
12696
12697# Getting this done right is going to be a bitch. Each configuration specified
12698# with --enable-targets=... should be checked for environment, format, cpu
12699# setting.
12700#
12701# For each configuration, the necessary object file support code must be linked
12702# in. This might be only one, it might be up to four. The necessary emulation
12703# code needs to be provided, too.
12704#
12705# And then there's "--enable-targets=all"....
12706#
e8044f35 12707# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
12708
12709formats="${obj_format}"
12710emfiles=""
12711EMULATIONS=""
12712_gas_uniq_list="$emulations"
12713_gas_uniq_newlist=""
12714for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12715 case $_gas_uniq_i in
12716 _gas_uniq_dummy) ;;
12717 *) case " $_gas_uniq_newlist " in
12718 *" $_gas_uniq_i "*) ;;
12719 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12720 esac ;;
12721 esac
12722done
12723emulations=$_gas_uniq_newlist
12724
12725for em in . $emulations ; do
12726 case $em in
12727 .) continue ;;
12728 mipsbelf | mipslelf | mipself)
12729 fmt=elf file=mipself ;;
ce2cded5
L
12730 *coff)
12731 fmt=coff file=$em ;;
12732 *aout)
12733 fmt=aout file=$em ;;
12734 *elf)
12735 fmt=elf file=$em ;;
12736 esac
12737 formats="$formats $fmt"
12738 emfiles="$emfiles e-$file.o"
12739 EMULATIONS="$EMULATIONS &$em,"
12740done
12741_gas_uniq_list="$formats"
12742_gas_uniq_newlist=""
12743for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12744 case $_gas_uniq_i in
12745 _gas_uniq_dummy) ;;
12746 *) case " $_gas_uniq_newlist " in
12747 *" $_gas_uniq_i "*) ;;
12748 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12749 esac ;;
12750 esac
13b2be9c 12751done
ce2cded5 12752formats=$_gas_uniq_newlist
13b2be9c 12753
ce2cded5
L
12754_gas_uniq_list="$emfiles"
12755_gas_uniq_newlist=""
12756for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12757 case $_gas_uniq_i in
12758 _gas_uniq_dummy) ;;
12759 *) case " $_gas_uniq_newlist " in
12760 *" $_gas_uniq_i "*) ;;
12761 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12762 esac ;;
12763 esac
12764done
12765emfiles=$_gas_uniq_newlist
d7040cdb 12766
ce2cded5
L
12767if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12768 for fmt in $formats ; do
12769 case $fmt in
12770 aout)
81ecdfbb 12771$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12772 ;;
12773 bout)
81ecdfbb 12774$as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h
ce2cded5
L
12775 ;;
12776 coff)
81ecdfbb 12777$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12778 ;;
12779 ecoff)
81ecdfbb 12780$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12781 ;;
12782 elf)
81ecdfbb 12783$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12784 ;;
12785 generic)
81ecdfbb 12786$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12787 ;;
12788 som)
81ecdfbb 12789$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12790 ;;
12791 esac
12792 extra_objects="$extra_objects obj-$fmt.o"
12793 done
12794 obj_format=multi
13b2be9c 12795fi
ce2cded5
L
12796if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12797 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 12798 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
12799 # moment. If only one emulation is specified, then don't define
12800 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12801 case "${obj_format}${emfiles}" in
e8044f35 12802 multi* | *mipself*)
ce2cded5 12803 extra_objects="$extra_objects $emfiles"
d7040cdb 12804
81ecdfbb 12805$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12806 ;;
12807 esac
12808fi
d7040cdb 12809
13b2be9c 12810
ce2cded5
L
12811cat >>confdefs.h <<_ACEOF
12812#define EMULATIONS $EMULATIONS
13b2be9c 12813_ACEOF
d7040cdb 12814
d7040cdb 12815
ce2cded5
L
12816cat >>confdefs.h <<_ACEOF
12817#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12818_ACEOF
d7040cdb 12819
d7040cdb 12820
ce2cded5 12821reject_dev_configs=yes
252b5132 12822
ce2cded5
L
12823case ${reject_dev_configs}-${dev} in
12824 yes-yes) # Oops.
81ecdfbb 12825 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12826 ;;
d7040cdb
SE
12827esac
12828
13b2be9c 12829
ce2cded5
L
12830
12831
12832
12833
12834
12835# do we need the opcodes library?
12836case "${need_opcodes}" in
12837yes)
12838 OPCODES_LIB=../opcodes/libopcodes.la
12839 ;;
12840esac
12841
12842
12843
12844
12845cat >>confdefs.h <<_ACEOF
12846#define TARGET_ALIAS "${target_alias}"
d7040cdb 12847_ACEOF
20e95c23 12848
20e95c23 12849
ce2cded5
L
12850cat >>confdefs.h <<_ACEOF
12851#define TARGET_CANONICAL "${target}"
12852_ACEOF
20e95c23 12853
d6d788bd 12854
ce2cded5
L
12855cat >>confdefs.h <<_ACEOF
12856#define TARGET_CPU "${target_cpu}"
12857_ACEOF
20e95c23 12858
ce2cded5
L
12859
12860cat >>confdefs.h <<_ACEOF
12861#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12862_ACEOF
12863
12864
ce2cded5
L
12865cat >>confdefs.h <<_ACEOF
12866#define TARGET_OS "${target_os}"
12867_ACEOF
12868
0efedc4c 12869
d7040cdb
SE
12870for ac_prog in 'bison -y' byacc
12871do
12872 # Extract the first word of "$ac_prog", so it can be a program name with args.
12873set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12875$as_echo_n "checking for $ac_word... " >&6; }
12876if test "${ac_cv_prog_YACC+set}" = set; then :
12877 $as_echo_n "(cached) " >&6
20e95c23 12878else
d7040cdb
SE
12879 if test -n "$YACC"; then
12880 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12881else
d7040cdb
SE
12882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12883for as_dir in $PATH
12884do
12885 IFS=$as_save_IFS
12886 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12887 for ac_exec_ext in '' $ac_executable_extensions; do
12888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12889 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12891 break 2
20e95c23 12892 fi
d7040cdb 12893done
81ecdfbb
RW
12894 done
12895IFS=$as_save_IFS
20e95c23 12896
d7040cdb
SE
12897fi
12898fi
12899YACC=$ac_cv_prog_YACC
12900if test -n "$YACC"; then
81ecdfbb
RW
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12902$as_echo "$YACC" >&6; }
d7040cdb 12903else
81ecdfbb
RW
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905$as_echo "no" >&6; }
d7040cdb 12906fi
20e95c23 12907
81ecdfbb 12908
d7040cdb
SE
12909 test -n "$YACC" && break
12910done
12911test -n "$YACC" || YACC="yacc"
20e95c23 12912
d7040cdb
SE
12913for ac_prog in flex lex
12914do
12915 # Extract the first word of "$ac_prog", so it can be a program name with args.
12916set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12918$as_echo_n "checking for $ac_word... " >&6; }
12919if test "${ac_cv_prog_LEX+set}" = set; then :
12920 $as_echo_n "(cached) " >&6
d6d788bd 12921else
d7040cdb
SE
12922 if test -n "$LEX"; then
12923 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12924else
12925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12926for as_dir in $PATH
12927do
12928 IFS=$as_save_IFS
12929 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12930 for ac_exec_ext in '' $ac_executable_extensions; do
12931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12932 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12934 break 2
12935 fi
12936done
81ecdfbb
RW
12937 done
12938IFS=$as_save_IFS
20e95c23 12939
d7040cdb
SE
12940fi
12941fi
12942LEX=$ac_cv_prog_LEX
12943if test -n "$LEX"; then
81ecdfbb
RW
12944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12945$as_echo "$LEX" >&6; }
20e95c23 12946else
81ecdfbb
RW
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12948$as_echo "no" >&6; }
13b2be9c
DJ
12949fi
12950
81ecdfbb 12951
d7040cdb
SE
12952 test -n "$LEX" && break
12953done
12954test -n "$LEX" || LEX=":"
20e95c23 12955
3d961d0d
AM
12956case "$LEX" in
12957 :|*"missing "*) ;;
12958 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12959%%
12960a { ECHO; }
12961b { REJECT; }
12962c { yymore (); }
12963d { yyless (1); }
12964e { yyless (input () != 0); }
12965f { unput (yytext[0]); }
12966. { BEGIN INITIAL; }
12967%%
12968#ifdef YYTEXT_POINTER
12969extern char *yytext;
d7040cdb 12970#endif
d7040cdb 12971int
81ecdfbb 12972main (void)
d7040cdb 12973{
81ecdfbb 12974 return ! yylex () + ! yywrap ();
d7040cdb
SE
12975}
12976_ACEOF
81ecdfbb
RW
12977{ { ac_try="$LEX conftest.l"
12978case "(($ac_try" in
12979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12980 *) ac_try_echo=$ac_try;;
12981esac
12982eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12983$as_echo "$ac_try_echo"; } >&5
12984 (eval "$LEX conftest.l") 2>&5
d7040cdb 12985 ac_status=$?
81ecdfbb
RW
12986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12987 test $ac_status = 0; }
12988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12989$as_echo_n "checking lex output file root... " >&6; }
12990if test "${ac_cv_prog_lex_root+set}" = set; then :
12991 $as_echo_n "(cached) " >&6
d7040cdb 12992else
d5fbea21 12993
81ecdfbb
RW
12994if test -f lex.yy.c; then
12995 ac_cv_prog_lex_root=lex.yy
12996elif test -f lexyy.c; then
12997 ac_cv_prog_lex_root=lexyy
12998else
12999 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 13000fi
d7040cdb 13001fi
81ecdfbb
RW
13002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13003$as_echo "$ac_cv_prog_lex_root" >&6; }
13004LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 13005
81ecdfbb
RW
13006if test -z "${LEXLIB+set}"; then
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13008$as_echo_n "checking lex library... " >&6; }
13009if test "${ac_cv_lib_lex+set}" = set; then :
13010 $as_echo_n "(cached) " >&6
d7040cdb 13011else
d7040cdb 13012
81ecdfbb
RW
13013 ac_save_LIBS=$LIBS
13014 ac_cv_lib_lex='none needed'
13015 for ac_lib in '' -lfl -ll; do
13016 LIBS="$ac_lib $ac_save_LIBS"
13017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13018/* end confdefs.h. */
13019`cat $LEX_OUTPUT_ROOT.c`
13020_ACEOF
13021if ac_fn_c_try_link "$LINENO"; then :
13022 ac_cv_lib_lex=$ac_lib
d7040cdb 13023fi
81ecdfbb
RW
13024rm -f core conftest.err conftest.$ac_objext \
13025 conftest$ac_exeext conftest.$ac_ext
13026 test "$ac_cv_lib_lex" != 'none needed' && break
13027 done
13028 LIBS=$ac_save_LIBS
d7040cdb
SE
13029
13030fi
81ecdfbb
RW
13031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13032$as_echo "$ac_cv_lib_lex" >&6; }
13033 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
13034fi
13035
13b2be9c 13036
81ecdfbb
RW
13037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13038$as_echo_n "checking whether yytext is a pointer... " >&6; }
13039if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
13040 $as_echo_n "(cached) " >&6
d7040cdb
SE
13041else
13042 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13043# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13044# not all implementations provide the %pointer and %array declarations.
13045ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13046ac_save_LIBS=$LIBS
81ecdfbb
RW
13047LIBS="$LEXLIB $ac_save_LIBS"
13048cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13049/* end confdefs.h. */
13050#define YYTEXT_POINTER 1
d7040cdb 13051`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 13052_ACEOF
81ecdfbb 13053if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13054 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 13055fi
81ecdfbb
RW
13056rm -f core conftest.err conftest.$ac_objext \
13057 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13058LIBS=$ac_save_LIBS
252b5132 13059
9b2b7d69 13060fi
81ecdfbb
RW
13061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13062$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 13063if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 13064
81ecdfbb 13065$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 13066
d6d788bd 13067fi
81ecdfbb 13068rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13069 ;;
13070esac
d7040cdb
SE
13071if test "$LEX" = :; then
13072 LEX=${am_missing_run}flex
13073fi
13074
f8c2a965 13075ALL_LINGUAS="fr tr es rw id ru fi ja zh_CN"
d7040cdb
SE
13076# If we haven't got the data from the intl directory,
13077# assume NLS is disabled.
13078USE_NLS=no
13079LIBINTL=
13080LIBINTL_DEP=
13081INCINTL=
13082XGETTEXT=
13083GMSGFMT=
13084POSUB=
13085
13086if test -f ../intl/config.intl; then
13087 . ../intl/config.intl
13088fi
81ecdfbb
RW
13089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13090$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13091if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13093$as_echo "no" >&6; }
d7040cdb 13094else
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13096$as_echo "yes" >&6; }
d7040cdb 13097
81ecdfbb 13098$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13099
13100
81ecdfbb
RW
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13102$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13103 # Look for .po and .gmo files in the source directory.
13104 CATALOGS=
13105 XLINGUAS=
13106 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13107 # If there aren't any .gmo files the shell will give us the
13108 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13109 # weeded out.
13110 case "$cat" in *\**)
13111 continue;;
13112 esac
13113 # The quadruple backslash is collapsed to a double backslash
13114 # by the backticks, then collapsed again by the double quotes,
13115 # leaving us with one backslash in the sed expression (right
13116 # before the dot that mustn't act as a wildcard).
13117 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13118 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13119 # The user is allowed to set LINGUAS to a list of languages to
13120 # install catalogs for. If it's empty that means "all of them."
13121 if test "x$LINGUAS" = x; then
13122 CATALOGS="$CATALOGS $cat"
13123 XLINGUAS="$XLINGUAS $lang"
13124 else
13125 case "$LINGUAS" in *$lang*)
13126 CATALOGS="$CATALOGS $cat"
13127 XLINGUAS="$XLINGUAS $lang"
13128 ;;
13129 esac
13130 fi
13131 done
13132 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13134$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13135
13136
13137 DATADIRNAME=share
13138
13139 INSTOBJEXT=.mo
13140
13141 GENCAT=gencat
13142
13143 CATOBJEXT=.gmo
13144
13145fi
13146
13147 MKINSTALLDIRS=
13148 if test -n "$ac_aux_dir"; then
13149 case "$ac_aux_dir" in
13150 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13151 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13152 esac
13153 fi
13154 if test -z "$MKINSTALLDIRS"; then
13155 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13156 fi
13157
13158
13159
81ecdfbb
RW
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13161$as_echo_n "checking whether NLS is requested... " >&6; }
13162 # Check whether --enable-nls was given.
13163if test "${enable_nls+set}" = set; then :
13164 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13165else
13166 USE_NLS=yes
81ecdfbb
RW
13167fi
13168
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13170$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13171
13172
13173
13174
13175
13176
13177# Prepare PATH_SEPARATOR.
13178# The user is always right.
13179if test "${PATH_SEPARATOR+set}" != set; then
13180 echo "#! /bin/sh" >conf$$.sh
13181 echo "exit 0" >>conf$$.sh
13182 chmod +x conf$$.sh
13183 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13184 PATH_SEPARATOR=';'
13b2be9c 13185 else
d7040cdb 13186 PATH_SEPARATOR=:
13b2be9c 13187 fi
d7040cdb 13188 rm -f conf$$.sh
252b5132 13189fi
13b2be9c 13190
d7040cdb
SE
13191# Find out how to test for executable files. Don't use a zero-byte file,
13192# as systems may use methods other than mode bits to determine executability.
13193cat >conf$$.file <<_ASEOF
13194#! /bin/sh
13195exit 0
13196_ASEOF
13197chmod +x conf$$.file
13198if test -x conf$$.file >/dev/null 2>&1; then
13199 ac_executable_p="test -x"
13200else
13201 ac_executable_p="test -f"
13b2be9c 13202fi
d7040cdb 13203rm -f conf$$.file
13b2be9c 13204
d7040cdb
SE
13205# Extract the first word of "msgfmt", so it can be a program name with args.
13206set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13208$as_echo_n "checking for $ac_word... " >&6; }
13209if test "${ac_cv_path_MSGFMT+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
252b5132 13211else
d7040cdb
SE
13212 case "$MSGFMT" in
13213 [\\/]* | ?:[\\/]*)
13214 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13215 ;;
13216 *)
13217 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13218 for ac_dir in $PATH; do
13219 IFS="$ac_save_IFS"
13220 test -z "$ac_dir" && ac_dir=.
13221 for ac_exec_ext in '' $ac_executable_extensions; do
13222 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13223 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13224 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13225 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13226 break 2
13227 fi
13228 fi
13229 done
13230 done
13231 IFS="$ac_save_IFS"
13232 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13233 ;;
13234esac
252b5132 13235fi
d7040cdb
SE
13236MSGFMT="$ac_cv_path_MSGFMT"
13237if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13239$as_echo "$MSGFMT" >&6; }
252b5132 13240else
81ecdfbb
RW
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13242$as_echo "no" >&6; }
252b5132 13243fi
252b5132 13244
d7040cdb
SE
13245 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13246set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13248$as_echo_n "checking for $ac_word... " >&6; }
13249if test "${ac_cv_path_GMSGFMT+set}" = set; then :
13250 $as_echo_n "(cached) " >&6
13b2be9c 13251else
d7040cdb
SE
13252 case $GMSGFMT in
13253 [\\/]* | ?:[\\/]*)
13254 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13255 ;;
13256 *)
13257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258for as_dir in $PATH
13259do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13262 for ac_exec_ext in '' $ac_executable_extensions; do
13263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 13264 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13266 break 2
13267 fi
13268done
81ecdfbb
RW
13269 done
13270IFS=$as_save_IFS
252b5132 13271
d7040cdb
SE
13272 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13273 ;;
13274esac
13275fi
13276GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13277if test -n "$GMSGFMT"; then
81ecdfbb
RW
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13279$as_echo "$GMSGFMT" >&6; }
ac48eca1 13280else
81ecdfbb
RW
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13282$as_echo "no" >&6; }
6840198f 13283fi
6840198f 13284
13b2be9c 13285
20e95c23 13286
81ecdfbb 13287
d7040cdb
SE
13288# Prepare PATH_SEPARATOR.
13289# The user is always right.
13290if test "${PATH_SEPARATOR+set}" != set; then
13291 echo "#! /bin/sh" >conf$$.sh
13292 echo "exit 0" >>conf$$.sh
13293 chmod +x conf$$.sh
13294 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13295 PATH_SEPARATOR=';'
13296 else
13297 PATH_SEPARATOR=:
13298 fi
13299 rm -f conf$$.sh
13300fi
20e95c23 13301
d7040cdb
SE
13302# Find out how to test for executable files. Don't use a zero-byte file,
13303# as systems may use methods other than mode bits to determine executability.
13304cat >conf$$.file <<_ASEOF
13305#! /bin/sh
13306exit 0
13307_ASEOF
13308chmod +x conf$$.file
13309if test -x conf$$.file >/dev/null 2>&1; then
13310 ac_executable_p="test -x"
13b2be9c 13311else
d7040cdb 13312 ac_executable_p="test -f"
13b2be9c 13313fi
d7040cdb 13314rm -f conf$$.file
20e95c23 13315
d7040cdb
SE
13316# Extract the first word of "xgettext", so it can be a program name with args.
13317set dummy xgettext; ac_word=$2
81ecdfbb
RW
13318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13319$as_echo_n "checking for $ac_word... " >&6; }
13320if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13321 $as_echo_n "(cached) " >&6
252b5132 13322else
d7040cdb
SE
13323 case "$XGETTEXT" in
13324 [\\/]* | ?:[\\/]*)
13325 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13326 ;;
13327 *)
13328 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13329 for ac_dir in $PATH; do
13330 IFS="$ac_save_IFS"
13331 test -z "$ac_dir" && ac_dir=.
13332 for ac_exec_ext in '' $ac_executable_extensions; do
13333 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13334 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13335 (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
13336 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13337 break 2
13338 fi
13339 fi
13340 done
13341 done
13342 IFS="$ac_save_IFS"
13343 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13344 ;;
13345esac
13b2be9c 13346fi
d7040cdb
SE
13347XGETTEXT="$ac_cv_path_XGETTEXT"
13348if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13350$as_echo "$XGETTEXT" >&6; }
d7040cdb 13351else
81ecdfbb
RW
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13353$as_echo "no" >&6; }
13b2be9c 13354fi
13b2be9c 13355
d7040cdb 13356 rm -f messages.po
20e95c23 13357
13b2be9c 13358
d7040cdb
SE
13359# Prepare PATH_SEPARATOR.
13360# The user is always right.
13361if test "${PATH_SEPARATOR+set}" != set; then
13362 echo "#! /bin/sh" >conf$$.sh
13363 echo "exit 0" >>conf$$.sh
13364 chmod +x conf$$.sh
13365 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13366 PATH_SEPARATOR=';'
13367 else
13368 PATH_SEPARATOR=:
13369 fi
13370 rm -f conf$$.sh
252b5132 13371fi
20e95c23 13372
d7040cdb
SE
13373# Find out how to test for executable files. Don't use a zero-byte file,
13374# as systems may use methods other than mode bits to determine executability.
13375cat >conf$$.file <<_ASEOF
13376#! /bin/sh
13377exit 0
13378_ASEOF
13379chmod +x conf$$.file
13380if test -x conf$$.file >/dev/null 2>&1; then
13381 ac_executable_p="test -x"
252b5132 13382else
d7040cdb
SE
13383 ac_executable_p="test -f"
13384fi
13385rm -f conf$$.file
20e95c23 13386
d7040cdb
SE
13387# Extract the first word of "msgmerge", so it can be a program name with args.
13388set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13390$as_echo_n "checking for $ac_word... " >&6; }
13391if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13392 $as_echo_n "(cached) " >&6
20e95c23 13393else
d7040cdb
SE
13394 case "$MSGMERGE" in
13395 [\\/]* | ?:[\\/]*)
13396 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13397 ;;
13398 *)
13399 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13400 for ac_dir in $PATH; do
13401 IFS="$ac_save_IFS"
13402 test -z "$ac_dir" && ac_dir=.
13403 for ac_exec_ext in '' $ac_executable_extensions; do
13404 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13405 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13406 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13407 break 2
13408 fi
13409 fi
13410 done
13411 done
13412 IFS="$ac_save_IFS"
13413 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13414 ;;
13415esac
20e95c23 13416fi
d7040cdb
SE
13417MSGMERGE="$ac_cv_path_MSGMERGE"
13418if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13420$as_echo "$MSGMERGE" >&6; }
d7040cdb 13421else
81ecdfbb
RW
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13423$as_echo "no" >&6; }
20e95c23 13424fi
252b5132 13425
252b5132 13426
d7040cdb
SE
13427 if test "$GMSGFMT" != ":"; then
13428 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13429 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13430 : ;
13431 else
13432 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13434$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13435 GMSGFMT=":"
13436 fi
13437 fi
13b2be9c 13438
d7040cdb
SE
13439 if test "$XGETTEXT" != ":"; then
13440 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13441 (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
13442 : ;
13443 else
81ecdfbb
RW
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13445$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13446 XGETTEXT=":"
13447 fi
13448 rm -f messages.po
13449 fi
252b5132 13450
81ecdfbb 13451 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13452
13b2be9c 13453
81ecdfbb
RW
13454
13455
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13457$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13458 # Check whether --enable-maintainer-mode was given.
13459if test "${enable_maintainer_mode+set}" = set; then :
13460 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13461else
81ecdfbb 13462 USE_MAINTAINER_MODE=no
13b2be9c 13463fi
13b2be9c 13464
81ecdfbb
RW
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13466$as_echo "$USE_MAINTAINER_MODE" >&6; }
13467 if test $USE_MAINTAINER_MODE = yes; then
13468 MAINTAINER_MODE_TRUE=
13469 MAINTAINER_MODE_FALSE='#'
13470else
13471 MAINTAINER_MODE_TRUE='#'
13472 MAINTAINER_MODE_FALSE=
13b2be9c 13473fi
13b2be9c 13474
81ecdfbb
RW
13475 MAINT=$MAINTAINER_MODE_TRUE
13476
13477
13478 if false; then
13479 GENINSRC_NEVER_TRUE=
13480 GENINSRC_NEVER_FALSE='#'
13b2be9c 13481else
81ecdfbb
RW
13482 GENINSRC_NEVER_TRUE='#'
13483 GENINSRC_NEVER_FALSE=
252b5132 13484fi
13b2be9c 13485
81ecdfbb
RW
13486
13487
58797674 13488for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
81ecdfbb
RW
13489do :
13490 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13491ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13492eval as_val=\$$as_ac_Header
13493 if test "x$as_val" = x""yes; then :
13b2be9c 13494 cat >>confdefs.h <<_ACEOF
81ecdfbb 13495#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c
DJ
13496_ACEOF
13497
252b5132 13498fi
13b2be9c 13499
252b5132
RH
13500done
13501
df7b86aa
NC
13502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13503$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13504if test "${gcc_cv_header_string+set}" = set; then :
13505 $as_echo_n "(cached) " >&6
13506else
13507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13508/* end confdefs.h. */
13509#include <string.h>
13510#include <strings.h>
13511int
13512main ()
13513{
13514
13515 ;
13516 return 0;
13517}
13518_ACEOF
13519if ac_fn_c_try_compile "$LINENO"; then :
13520 gcc_cv_header_string=yes
13521else
13522 gcc_cv_header_string=no
13523fi
13524rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13525fi
13526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13527$as_echo "$gcc_cv_header_string" >&6; }
13528if test $gcc_cv_header_string = yes; then
13529
13530$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13531
13532fi
13533
d6d788bd 13534
252b5132
RH
13535# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13536# people who are not cross-compiling but are compiling cross-assemblers.
81ecdfbb
RW
13537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13538$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
252b5132
RH
13539if test "${host}" = "${target}"; then
13540 cross_gas=no
13541else
13542 cross_gas=yes
13b2be9c 13543
81ecdfbb 13544$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132
RH
13545
13546fi
81ecdfbb
RW
13547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13548$as_echo "$cross_gas" >&6; }
252b5132
RH
13549
13550# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13551# for constant arguments. Useless!
81ecdfbb
RW
13552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13553$as_echo_n "checking for working alloca.h... " >&6; }
13554if test "${ac_cv_working_alloca_h+set}" = set; then :
13555 $as_echo_n "(cached) " >&6
13b2be9c 13556else
81ecdfbb 13557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13558/* end confdefs.h. */
252b5132 13559#include <alloca.h>
13b2be9c
DJ
13560int
13561main ()
13562{
13563char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13564 if (p) return 0;
13b2be9c
DJ
13565 ;
13566 return 0;
13567}
13568_ACEOF
81ecdfbb 13569if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13570 ac_cv_working_alloca_h=yes
13571else
81ecdfbb 13572 ac_cv_working_alloca_h=no
13b2be9c 13573fi
81ecdfbb
RW
13574rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13576fi
81ecdfbb
RW
13577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13578$as_echo "$ac_cv_working_alloca_h" >&6; }
13b2be9c
DJ
13579if test $ac_cv_working_alloca_h = yes; then
13580
81ecdfbb 13581$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13582
13583fi
13584
81ecdfbb
RW
13585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13586$as_echo_n "checking for alloca... " >&6; }
13587if test "${ac_cv_func_alloca_works+set}" = set; then :
13588 $as_echo_n "(cached) " >&6
252b5132 13589else
81ecdfbb 13590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13591/* end confdefs.h. */
252b5132
RH
13592#ifdef __GNUC__
13593# define alloca __builtin_alloca
13594#else
13595# ifdef _MSC_VER
13596# include <malloc.h>
13597# define alloca _alloca
13598# else
81ecdfbb 13599# ifdef HAVE_ALLOCA_H
252b5132
RH
13600# include <alloca.h>
13601# else
13602# ifdef _AIX
13603 #pragma alloca
13604# else
13605# ifndef alloca /* predefined by HP cc +Olibcalls */
13606char *alloca ();
13607# endif
13608# endif
13609# endif
13610# endif
13611#endif
13612
13b2be9c
DJ
13613int
13614main ()
13615{
13616char *p = (char *) alloca (1);
81ecdfbb 13617 if (p) return 0;
13b2be9c
DJ
13618 ;
13619 return 0;
13620}
13621_ACEOF
81ecdfbb 13622if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13623 ac_cv_func_alloca_works=yes
13624else
81ecdfbb 13625 ac_cv_func_alloca_works=no
252b5132 13626fi
81ecdfbb
RW
13627rm -f core conftest.err conftest.$ac_objext \
13628 conftest$ac_exeext conftest.$ac_ext
252b5132 13629fi
81ecdfbb
RW
13630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13631$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13632
252b5132 13633if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 13634
81ecdfbb 13635$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9b2b7d69 13636
13b2be9c 13637else
c8615825 13638 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
13639# that cause trouble. Some versions do not even contain alloca or
13640# contain a buggy version. If you still want to use their alloca,
13641# use ar to extract alloca.o from them instead of compiling alloca.c.
13642
81ecdfbb 13643ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13b2be9c 13644
81ecdfbb 13645$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132 13646
d6d788bd 13647
81ecdfbb
RW
13648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13649$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13650if test "${ac_cv_os_cray+set}" = set; then :
13651 $as_echo_n "(cached) " >&6
252b5132 13652else
81ecdfbb 13653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13654/* end confdefs.h. */
81ecdfbb 13655#if defined CRAY && ! defined CRAY2
252b5132
RH
13656webecray
13657#else
13658wenotbecray
13659#endif
13660
13b2be9c 13661_ACEOF
252b5132 13662if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13663 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13664 ac_cv_os_cray=yes
13665else
252b5132
RH
13666 ac_cv_os_cray=no
13667fi
13668rm -f conftest*
13669
13670fi
81ecdfbb
RW
13671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13672$as_echo "$ac_cv_os_cray" >&6; }
252b5132 13673if test $ac_cv_os_cray = yes; then
13b2be9c 13674 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13675 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13676ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13677eval as_val=\$$as_ac_var
13678 if test "x$as_val" = x""yes; then :
13b2be9c
DJ
13679
13680cat >>confdefs.h <<_ACEOF
252b5132 13681#define CRAY_STACKSEG_END $ac_func
13b2be9c 13682_ACEOF
252b5132 13683
13b2be9c 13684 break
252b5132
RH
13685fi
13686
13b2be9c 13687 done
252b5132
RH
13688fi
13689
81ecdfbb
RW
13690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13691$as_echo_n "checking stack direction for C alloca... " >&6; }
13692if test "${ac_cv_c_stack_direction+set}" = set; then :
13693 $as_echo_n "(cached) " >&6
252b5132 13694else
81ecdfbb 13695 if test "$cross_compiling" = yes; then :
252b5132
RH
13696 ac_cv_c_stack_direction=0
13697else
81ecdfbb 13698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13699/* end confdefs.h. */
81ecdfbb 13700$ac_includes_default
13b2be9c 13701int
252b5132
RH
13702find_stack_direction ()
13703{
13704 static char *addr = 0;
13705 auto char dummy;
13706 if (addr == 0)
13707 {
13708 addr = &dummy;
13709 return find_stack_direction ();
13710 }
13711 else
13712 return (&dummy > addr) ? 1 : -1;
13713}
13b2be9c
DJ
13714
13715int
252b5132
RH
13716main ()
13717{
81ecdfbb 13718 return find_stack_direction () < 0;
252b5132 13719}
13b2be9c 13720_ACEOF
81ecdfbb 13721if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13722 ac_cv_c_stack_direction=1
13723else
81ecdfbb 13724 ac_cv_c_stack_direction=-1
252b5132 13725fi
81ecdfbb
RW
13726rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13727 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132 13728fi
252b5132 13729
81ecdfbb
RW
13730fi
13731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13732$as_echo "$ac_cv_c_stack_direction" >&6; }
13b2be9c 13733cat >>confdefs.h <<_ACEOF
252b5132 13734#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
13735_ACEOF
13736
252b5132
RH
13737
13738fi
13739
81ecdfbb
RW
13740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13741$as_echo_n "checking for inline... " >&6; }
13742if test "${ac_cv_c_inline+set}" = set; then :
13743 $as_echo_n "(cached) " >&6
252b5132
RH
13744else
13745 ac_cv_c_inline=no
13746for ac_kw in inline __inline__ __inline; do
81ecdfbb 13747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13748/* end confdefs.h. */
13749#ifndef __cplusplus
13750typedef int foo_t;
13751static $ac_kw foo_t static_foo () {return 0; }
13752$ac_kw foo_t foo () {return 0; }
13753#endif
252b5132 13754
13b2be9c 13755_ACEOF
81ecdfbb
RW
13756if ac_fn_c_try_compile "$LINENO"; then :
13757 ac_cv_c_inline=$ac_kw
252b5132 13758fi
81ecdfbb
RW
13759rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13760 test "$ac_cv_c_inline" != no && break
252b5132
RH
13761done
13762
13763fi
81ecdfbb
RW
13764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13765$as_echo "$ac_cv_c_inline" >&6; }
ab509236 13766
13b2be9c 13767case $ac_cv_c_inline in
252b5132 13768 inline | yes) ;;
ab509236
L
13769 *)
13770 case $ac_cv_c_inline in
13771 no) ac_val=;;
13772 *) ac_val=$ac_cv_c_inline;;
13773 esac
13774 cat >>confdefs.h <<_ACEOF
13775#ifndef __cplusplus
13776#define inline $ac_val
13777#endif
13b2be9c 13778_ACEOF
ab509236 13779 ;;
252b5132
RH
13780esac
13781
6840198f 13782
d6d788bd 13783# VMS doesn't have unlink.
252b5132 13784for ac_func in unlink remove
81ecdfbb
RW
13785do :
13786 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13787ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13788eval as_val=\$$as_ac_var
13789 if test "x$as_val" = x""yes; then :
13b2be9c 13790 cat >>confdefs.h <<_ACEOF
81ecdfbb 13791#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13792_ACEOF
252b5132 13793 break
252b5132
RH
13794fi
13795done
13796
4b0296ce 13797for ac_func in sbrk setlocale
81ecdfbb 13798do :
a574142b
AM
13799 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13800ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13801eval as_val=\$$as_ac_var
13802 if test "x$as_val" = x""yes; then :
13b2be9c 13803 cat >>confdefs.h <<_ACEOF
a574142b 13804#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13805_ACEOF
252b5132 13806
252b5132
RH
13807fi
13808done
13809
d6d788bd 13810
44350750
NC
13811
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13813$as_echo_n "checking for LC_MESSAGES... " >&6; }
13814if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13815 $as_echo_n "(cached) " >&6
13816else
13817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13818/* end confdefs.h. */
13819#include <locale.h>
13820int
13821main ()
13822{
13823return LC_MESSAGES
13824 ;
13825 return 0;
13826}
13827_ACEOF
13828if ac_fn_c_try_link "$LINENO"; then :
13829 am_cv_val_LC_MESSAGES=yes
13830else
13831 am_cv_val_LC_MESSAGES=no
13832fi
13833rm -f core conftest.err conftest.$ac_objext \
13834 conftest$ac_exeext conftest.$ac_ext
13835fi
13836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13837$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13838 if test $am_cv_val_LC_MESSAGES = yes; then
13839
13840$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13841
13842 fi
13843
13844
39bec121
TW
13845# do we need the math library?
13846case "${need_libm}" in
13b2be9c 13847yes)
39bec121 13848 LIBM=
f9c19112 13849case $host in
3725885a 13850*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13851 # These system don't have libm, or don't need it
39bec121
TW
13852 ;;
13853*-ncr-sysv4.3*)
81ecdfbb
RW
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13855$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13856if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13857 $as_echo_n "(cached) " >&6
39bec121 13858else
13b2be9c 13859 ac_check_lib_save_LIBS=$LIBS
39bec121 13860LIBS="-lmw $LIBS"
81ecdfbb 13861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13862/* end confdefs.h. */
13863
81ecdfbb
RW
13864/* Override any GCC internal prototype to avoid an error.
13865 Use char because int might match the return type of a GCC
13866 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13867#ifdef __cplusplus
13868extern "C"
13869#endif
13b2be9c
DJ
13870char _mwvalidcheckl ();
13871int
13872main ()
13873{
81ecdfbb 13874return _mwvalidcheckl ();
13b2be9c
DJ
13875 ;
13876 return 0;
13877}
13878_ACEOF
81ecdfbb 13879if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13880 ac_cv_lib_mw__mwvalidcheckl=yes
13881else
81ecdfbb 13882 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13883fi
81ecdfbb
RW
13884rm -f core conftest.err conftest.$ac_objext \
13885 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13886LIBS=$ac_check_lib_save_LIBS
13887fi
81ecdfbb
RW
13888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13889$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13890if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
39bec121 13891 LIBM="-lmw"
39bec121
TW
13892fi
13893
81ecdfbb
RW
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13895$as_echo_n "checking for cos in -lm... " >&6; }
13896if test "${ac_cv_lib_m_cos+set}" = set; then :
13897 $as_echo_n "(cached) " >&6
39bec121 13898else
13b2be9c 13899 ac_check_lib_save_LIBS=$LIBS
39bec121 13900LIBS="-lm $LIBS"
81ecdfbb 13901cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13902/* end confdefs.h. */
39bec121 13903
81ecdfbb
RW
13904/* Override any GCC internal prototype to avoid an error.
13905 Use char because int might match the return type of a GCC
13906 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13907#ifdef __cplusplus
13908extern "C"
13909#endif
d7040cdb 13910char cos ();
13b2be9c
DJ
13911int
13912main ()
13913{
81ecdfbb 13914return cos ();
13b2be9c
DJ
13915 ;
13916 return 0;
13917}
13918_ACEOF
81ecdfbb 13919if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13920 ac_cv_lib_m_cos=yes
13b2be9c 13921else
81ecdfbb 13922 ac_cv_lib_m_cos=no
13b2be9c 13923fi
81ecdfbb
RW
13924rm -f core conftest.err conftest.$ac_objext \
13925 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13926LIBS=$ac_check_lib_save_LIBS
13927fi
81ecdfbb
RW
13928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13929$as_echo "$ac_cv_lib_m_cos" >&6; }
13930if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13931 LIBM="$LIBM -lm"
39bec121
TW
13932fi
13933
13934 ;;
13935*)
81ecdfbb
RW
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13937$as_echo_n "checking for cos in -lm... " >&6; }
13938if test "${ac_cv_lib_m_cos+set}" = set; then :
13939 $as_echo_n "(cached) " >&6
39bec121 13940else
13b2be9c 13941 ac_check_lib_save_LIBS=$LIBS
39bec121 13942LIBS="-lm $LIBS"
81ecdfbb 13943cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13944/* end confdefs.h. */
39bec121 13945
81ecdfbb
RW
13946/* Override any GCC internal prototype to avoid an error.
13947 Use char because int might match the return type of a GCC
13948 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13949#ifdef __cplusplus
13950extern "C"
13951#endif
d7040cdb 13952char cos ();
13b2be9c
DJ
13953int
13954main ()
13955{
81ecdfbb 13956return cos ();
13b2be9c
DJ
13957 ;
13958 return 0;
13959}
13960_ACEOF
81ecdfbb 13961if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13962 ac_cv_lib_m_cos=yes
13b2be9c 13963else
81ecdfbb 13964 ac_cv_lib_m_cos=no
13b2be9c 13965fi
81ecdfbb
RW
13966rm -f core conftest.err conftest.$ac_objext \
13967 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13968LIBS=$ac_check_lib_save_LIBS
13969fi
81ecdfbb
RW
13970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13971$as_echo "$ac_cv_lib_m_cos" >&6; }
13972if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13973 LIBM="-lm"
39bec121
TW
13974fi
13975
13976 ;;
13977esac
13978
13b2be9c 13979
d7040cdb 13980
39bec121
TW
13981 ;;
13982esac
13983
252b5132
RH
13984# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13985# enough, but on some of those systems, the assert macro relies on requoting
13986# working properly!
81ecdfbb
RW
13987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13988$as_echo_n "checking for working assert macro... " >&6; }
13989if test "${gas_cv_assert_ok+set}" = set; then :
13990 $as_echo_n "(cached) " >&6
13b2be9c 13991else
81ecdfbb 13992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13993/* end confdefs.h. */
252b5132
RH
13994#include <assert.h>
13995#include <stdio.h>
13b2be9c
DJ
13996int
13997main ()
13998{
252b5132
RH
13999
14000/* check for requoting problems */
14001static int a, b, c, d;
14002static char *s;
14003assert (!strcmp(s, "foo bar baz quux"));
14004/* check for newline handling */
14005assert (a == b
14006 || c == d);
14007
13b2be9c
DJ
14008 ;
14009 return 0;
81ecdfbb
RW
14010}
14011_ACEOF
14012if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
14013 gas_cv_assert_ok=yes
14014else
81ecdfbb 14015 gas_cv_assert_ok=no
252b5132 14016fi
81ecdfbb
RW
14017rm -f core conftest.err conftest.$ac_objext \
14018 conftest$ac_exeext conftest.$ac_ext
252b5132 14019fi
81ecdfbb
RW
14020{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14021$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 14022test $gas_cv_assert_ok = yes ||
81ecdfbb 14023$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 14024
d6d788bd
L
14025
14026
252b5132
RH
14027# On some systems, the system header files may not declare malloc, realloc,
14028# and free. There are places where gas needs these functions to have been
14029# declared -- such as when taking their addresses.
14030gas_test_headers="
14031#ifdef HAVE_MEMORY_H
14032#include <memory.h>
14033#endif
14034#ifdef HAVE_STRING_H
14035#include <string.h>
14036#else
14037#ifdef HAVE_STRINGS_H
14038#include <strings.h>
14039#endif
14040#endif
14041#ifdef HAVE_STDLIB_H
14042#include <stdlib.h>
14043#endif
14044#ifdef HAVE_UNISTD_H
14045#include <unistd.h>
14046#endif
14047"
14048
e8a38df5
AL
14049# Does errno.h declare errno, or do we have to add a separate declaration
14050# for it?
14051
81ecdfbb
RW
14052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14053$as_echo_n "checking whether declaration is required for errno... " >&6; }
14054if test "${gas_cv_decl_needed_errno+set}" = set; then :
14055 $as_echo_n "(cached) " >&6
e8a38df5 14056else
81ecdfbb 14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a38df5
AL
14058/* end confdefs.h. */
14059
14060#ifdef HAVE_ERRNO_H
14061#include <errno.h>
14062#endif
14063
14064int
14065main ()
14066{
14067
14068typedef int f;
14069f x;
14070x = (f) errno;
14071
14072 ;
14073 return 0;
14074}
14075_ACEOF
81ecdfbb 14076if ac_fn_c_try_link "$LINENO"; then :
e8a38df5
AL
14077 gas_cv_decl_needed_errno=no
14078else
81ecdfbb 14079 gas_cv_decl_needed_errno=yes
e8a38df5 14080fi
81ecdfbb
RW
14081rm -f core conftest.err conftest.$ac_objext \
14082 conftest$ac_exeext conftest.$ac_ext
e8a38df5 14083fi
81ecdfbb
RW
14084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14085$as_echo "$gas_cv_decl_needed_errno" >&6; }
e8a38df5
AL
14086if test $gas_cv_decl_needed_errno = yes; then
14087
81ecdfbb 14088$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
e8a38df5
AL
14089
14090fi
14091
14092
81ecdfbb
RW
14093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14094$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14095if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
14096 $as_echo_n "(cached) " >&6
56f36663 14097else
81ecdfbb 14098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
14099/* end confdefs.h. */
14100#include <unistd.h>
14101int
14102main ()
14103{
14104extern int getopt (int, char *const*, const char *);
14105 ;
14106 return 0;
14107}
14108_ACEOF
81ecdfbb 14109if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
14110 gas_cv_decl_getopt_unistd_h=yes
14111else
81ecdfbb 14112 gas_cv_decl_getopt_unistd_h=no
56f36663 14113fi
81ecdfbb 14114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
14115fi
14116
81ecdfbb
RW
14117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14118$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
14119if test $gas_cv_decl_getopt_unistd_h = yes; then
14120
81ecdfbb 14121$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
14122
14123fi
14124
e8a38df5 14125
81ecdfbb
RW
14126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14127$as_echo_n "checking whether declaration is required for environ... " >&6; }
14128if test "${gas_cv_decl_needed_environ+set}" = set; then :
14129 $as_echo_n "(cached) " >&6
13b2be9c 14130else
81ecdfbb 14131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14132/* end confdefs.h. */
252b5132 14133$gas_test_headers
13b2be9c
DJ
14134int
14135main ()
14136{
252b5132 14137
e8a38df5 14138typedef char **f;
252b5132 14139f x;
e8a38df5 14140x = (f) environ;
252b5132 14141
13b2be9c
DJ
14142 ;
14143 return 0;
14144}
14145_ACEOF
81ecdfbb 14146if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14147 gas_cv_decl_needed_environ=no
252b5132 14148else
81ecdfbb 14149 gas_cv_decl_needed_environ=yes
252b5132 14150fi
81ecdfbb
RW
14151rm -f core conftest.err conftest.$ac_objext \
14152 conftest$ac_exeext conftest.$ac_ext
252b5132 14153fi
81ecdfbb
RW
14154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14155$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 14156if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 14157
81ecdfbb 14158$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
14159
14160fi
14161
14162
81ecdfbb
RW
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14164$as_echo_n "checking whether declaration is required for ffs... " >&6; }
14165if test "${gas_cv_decl_needed_ffs+set}" = set; then :
14166 $as_echo_n "(cached) " >&6
13b2be9c 14167else
81ecdfbb 14168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14169/* end confdefs.h. */
14170$gas_test_headers
14171int
14172main ()
14173{
14174
e8a38df5 14175typedef int (*f)(int);
13b2be9c 14176f x;
e8a38df5 14177x = (f) ffs;
13b2be9c
DJ
14178
14179 ;
14180 return 0;
14181}
14182_ACEOF
81ecdfbb 14183if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14184 gas_cv_decl_needed_ffs=no
13b2be9c 14185else
81ecdfbb 14186 gas_cv_decl_needed_ffs=yes
13b2be9c 14187fi
81ecdfbb
RW
14188rm -f core conftest.err conftest.$ac_objext \
14189 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14190fi
81ecdfbb
RW
14191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14192$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 14193if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 14194
81ecdfbb 14195$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
14196
14197fi
14198
14199
81ecdfbb
RW
14200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14201$as_echo_n "checking whether declaration is required for free... " >&6; }
14202if test "${gas_cv_decl_needed_free+set}" = set; then :
14203 $as_echo_n "(cached) " >&6
13b2be9c 14204else
81ecdfbb 14205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14206/* end confdefs.h. */
14207$gas_test_headers
14208int
14209main ()
14210{
14211
14212typedef void (*f)();
14213f x;
14214x = (f) free;
14215
14216 ;
14217 return 0;
14218}
14219_ACEOF
81ecdfbb 14220if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
14221 gas_cv_decl_needed_free=no
14222else
81ecdfbb 14223 gas_cv_decl_needed_free=yes
13b2be9c 14224fi
81ecdfbb
RW
14225rm -f core conftest.err conftest.$ac_objext \
14226 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14227fi
81ecdfbb
RW
14228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14229$as_echo "$gas_cv_decl_needed_free" >&6; }
13b2be9c
DJ
14230if test $gas_cv_decl_needed_free = yes; then
14231
81ecdfbb 14232$as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13b2be9c
DJ
14233
14234fi
14235
14236
81ecdfbb
RW
14237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14238$as_echo_n "checking whether declaration is required for malloc... " >&6; }
14239if test "${gas_cv_decl_needed_malloc+set}" = set; then :
14240 $as_echo_n "(cached) " >&6
13b2be9c 14241else
81ecdfbb 14242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14243/* end confdefs.h. */
14244$gas_test_headers
14245int
14246main ()
14247{
14248
14249typedef char *(*f)();
14250f x;
e8a38df5 14251x = (f) malloc;
13b2be9c
DJ
14252
14253 ;
14254 return 0;
14255}
14256_ACEOF
81ecdfbb 14257if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14258 gas_cv_decl_needed_malloc=no
13b2be9c 14259else
81ecdfbb 14260 gas_cv_decl_needed_malloc=yes
13b2be9c 14261fi
81ecdfbb
RW
14262rm -f core conftest.err conftest.$ac_objext \
14263 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14264fi
81ecdfbb
RW
14265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14266$as_echo "$gas_cv_decl_needed_malloc" >&6; }
e8a38df5 14267if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c 14268
81ecdfbb 14269$as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13b2be9c
DJ
14270
14271fi
14272
14273
81ecdfbb
RW
14274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14275$as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14276if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
14277 $as_echo_n "(cached) " >&6
13b2be9c 14278else
81ecdfbb 14279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14280/* end confdefs.h. */
14281$gas_test_headers
14282int
14283main ()
14284{
14285
e8a38df5 14286typedef char *(*f)();
13b2be9c 14287f x;
e8a38df5 14288x = (f) sbrk;
13b2be9c
DJ
14289
14290 ;
14291 return 0;
14292}
14293_ACEOF
81ecdfbb 14294if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14295 gas_cv_decl_needed_sbrk=no
13b2be9c 14296else
81ecdfbb 14297 gas_cv_decl_needed_sbrk=yes
13b2be9c 14298fi
81ecdfbb
RW
14299rm -f core conftest.err conftest.$ac_objext \
14300 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14301fi
81ecdfbb
RW
14302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14303$as_echo "$gas_cv_decl_needed_sbrk" >&6; }
e8a38df5 14304if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c 14305
81ecdfbb 14306$as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13b2be9c
DJ
14307
14308fi
14309
14310
81ecdfbb
RW
14311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14312$as_echo_n "checking whether declaration is required for strstr... " >&6; }
14313if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14314 $as_echo_n "(cached) " >&6
13b2be9c 14315else
81ecdfbb 14316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14317/* end confdefs.h. */
e8a38df5 14318$gas_test_headers
13b2be9c
DJ
14319int
14320main ()
14321{
14322
e8a38df5 14323typedef char *(*f)();
13b2be9c 14324f x;
e8a38df5 14325x = (f) strstr;
13b2be9c
DJ
14326
14327 ;
14328 return 0;
14329}
14330_ACEOF
81ecdfbb 14331if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14332 gas_cv_decl_needed_strstr=no
13b2be9c 14333else
81ecdfbb 14334 gas_cv_decl_needed_strstr=yes
13b2be9c 14335fi
81ecdfbb
RW
14336rm -f core conftest.err conftest.$ac_objext \
14337 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14338fi
81ecdfbb
RW
14339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14340$as_echo "$gas_cv_decl_needed_strstr" >&6; }
e8a38df5 14341if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c 14342
81ecdfbb 14343$as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13b2be9c
DJ
14344
14345fi
14346
14347
4b0296ce
AM
14348ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14349if test "x$ac_cv_have_decl_free" = x""yes; then :
14350 ac_have_decl=1
14351else
14352 ac_have_decl=0
14353fi
14354
14355cat >>confdefs.h <<_ACEOF
14356#define HAVE_DECL_FREE $ac_have_decl
14357_ACEOF
14358ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14359if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14360 ac_have_decl=1
14361else
14362 ac_have_decl=0
14363fi
14364
14365cat >>confdefs.h <<_ACEOF
14366#define HAVE_DECL_GETENV $ac_have_decl
14367_ACEOF
14368ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14369if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14370 ac_have_decl=1
14371else
14372 ac_have_decl=0
14373fi
14374
14375cat >>confdefs.h <<_ACEOF
14376#define HAVE_DECL_MALLOC $ac_have_decl
14377_ACEOF
0175442d
L
14378ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14379if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14380 ac_have_decl=1
14381else
14382 ac_have_decl=0
14383fi
14384
14385cat >>confdefs.h <<_ACEOF
14386#define HAVE_DECL_MEMPCPY $ac_have_decl
14387_ACEOF
4b0296ce
AM
14388ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14389if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14390 ac_have_decl=1
14391else
14392 ac_have_decl=0
14393fi
14394
14395cat >>confdefs.h <<_ACEOF
14396#define HAVE_DECL_REALLOC $ac_have_decl
14397_ACEOF
14398ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14399if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14400 ac_have_decl=1
14401else
14402 ac_have_decl=0
14403fi
14404
14405cat >>confdefs.h <<_ACEOF
14406#define HAVE_DECL_STPCPY $ac_have_decl
14407_ACEOF
14408ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14409if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14410 ac_have_decl=1
14411else
14412 ac_have_decl=0
14413fi
0175442d 14414
4b0296ce
AM
14415cat >>confdefs.h <<_ACEOF
14416#define HAVE_DECL_STRSTR $ac_have_decl
14417_ACEOF
81ecdfbb
RW
14418ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14419if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14420 ac_have_decl=1
6d74f28b 14421else
81ecdfbb 14422 ac_have_decl=0
6d74f28b 14423fi
6d74f28b
EB
14424
14425cat >>confdefs.h <<_ACEOF
81ecdfbb 14426#define HAVE_DECL_VSNPRINTF $ac_have_decl
6d74f28b 14427_ACEOF
2a7f4fa9
NC
14428ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14429if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
14430 ac_have_decl=1
14431else
14432 ac_have_decl=0
14433fi
14434
14435cat >>confdefs.h <<_ACEOF
14436#define HAVE_DECL_ASPRINTF $ac_have_decl
14437_ACEOF
6d74f28b
EB
14438
14439
13b2be9c 14440
c973bc5c
NC
14441case "${host}" in
14442*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14443
81ecdfbb 14444$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
14445 ;;
14446esac
14447
543b7933
L
14448# Link in zlib if we can. This allows us to write compressed debug sections.
14449
14450 # Use the system's zlib library.
39f3de7c
L
14451 zlibdir="-L\$(top_builddir)/../zlib"
14452 zlibinc="-I\$(top_srcdir)/../zlib"
0acf065b 14453
0138187e
L
14454# Check whether --with-system-zlib was given.
14455if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14456 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14457 zlibdir=
14458 zlibinc=
14459 fi
0acf065b 14460
0acf065b 14461fi
0acf065b 14462
0acf065b
CC
14463
14464
543b7933
L
14465
14466
b11d79f2
TG
14467# Support for VMS timestamps via cross compile
14468
14469if test "$ac_cv_header_time_h" = yes; then
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14471$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14472 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14473 $as_echo_n "(cached) " >&6
14474else
14475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14476/* end confdefs.h. */
14477
14478#define _BSD_SOURCE 1
14479#include <time.h>
14480int
14481main ()
14482{
14483struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14484 ;
14485 return 0;
14486}
14487_ACEOF
14488if ac_fn_c_try_compile "$LINENO"; then :
14489 gas_cv_have_time_type_member_tm_gmtoff=yes
14490else
14491 gas_cv_have_time_type_member_tm_gmtoff=no
14492
14493fi
14494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14495fi
14496
14497 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14498
14499$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14500
14501 fi
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14503$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14504
14505fi
14506
14507if test "$ac_cv_header_sys_stat_h" = yes; then
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14509$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14510 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14511 $as_echo_n "(cached) " >&6
14512else
14513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14514/* end confdefs.h. */
14515
14516#define _BSD_SOURCE 1
14517#include <sys/stat.h>
14518int
14519main ()
14520{
14521struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14522 ;
14523 return 0;
14524}
14525_ACEOF
14526if ac_fn_c_try_compile "$LINENO"; then :
14527 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14528else
14529 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14530
14531fi
14532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14533fi
14534
14535 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14536
14537$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14538
14539 fi
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14541$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14542
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14544$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14545 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14546 $as_echo_n "(cached) " >&6
14547else
14548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14549/* end confdefs.h. */
14550
14551#define _BSD_SOURCE 1
14552#include <sys/stat.h>
14553int
14554main ()
14555{
14556struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14557 ;
14558 return 0;
14559}
14560_ACEOF
14561if ac_fn_c_try_compile "$LINENO"; then :
14562 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14563else
14564 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14565
14566fi
14567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14568fi
14569
14570 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14571
14572$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14573
14574 fi
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14576$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14577
14578fi
14579
14580
c973bc5c 14581
13b2be9c 14582
108a6f8e
CD
14583
14584
14585
14586
31dd3154 14587
81ecdfbb 14588ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
13b2be9c 14589
81ecdfbb 14590ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14591
14592
14593cat >confcache <<\_ACEOF
14594# This file is a shell script that caches the results of configure
14595# tests run on this system so they can be shared between configure
14596# scripts and configure runs, see configure's option --config-cache.
14597# It is not useful on other systems. If it contains results you don't
14598# want to keep, you may remove or edit it.
14599#
14600# config.status only pays attention to the cache file if you give it
14601# the --recheck option to rerun configure.
14602#
14603# `ac_cv_env_foo' variables (set or unset) will be overridden when
14604# loading this file, other *unset* `ac_cv_foo' will be assigned the
14605# following values.
14606
14607_ACEOF
14608
14609# The following way of writing the cache mishandles newlines in values,
14610# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14611# So, we kill variables containing newlines.
13b2be9c
DJ
14612# Ultrix sh set writes to stderr and can't be redirected directly,
14613# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14614(
14615 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14616 eval ac_val=\$$ac_var
14617 case $ac_val in #(
14618 *${as_nl}*)
14619 case $ac_var in #(
14620 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14621$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14622 esac
14623 case $ac_var in #(
14624 _ | IFS | as_nl) ;; #(
14625 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14626 *) { eval $ac_var=; unset $ac_var;} ;;
14627 esac ;;
14628 esac
14629 done
14630
13b2be9c 14631 (set) 2>&1 |
81ecdfbb
RW
14632 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14633 *${as_nl}ac_space=\ *)
14634 # `set' does not quote correctly, so add quotes: double-quote
14635 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14636 sed -n \
ab509236
L
14637 "s/'/'\\\\''/g;
14638 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14639 ;; #(
13b2be9c
DJ
14640 *)
14641 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14642 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14643 ;;
81ecdfbb
RW
14644 esac |
14645 sort
14646) |
13b2be9c 14647 sed '
81ecdfbb 14648 /^ac_cv_env_/b end
13b2be9c 14649 t clear
81ecdfbb 14650 :clear
13b2be9c
DJ
14651 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14652 t end
81ecdfbb
RW
14653 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14654 :end' >>confcache
14655if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14656 if test -w "$cache_file"; then
14657 test "x$cache_file" != "x/dev/null" &&
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14659$as_echo "$as_me: updating cache $cache_file" >&6;}
13b2be9c
DJ
14660 cat confcache >$cache_file
14661 else
81ecdfbb
RW
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14663$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14664 fi
14665fi
14666rm -f confcache
14667
14668test "x$prefix" = xNONE && prefix=$ac_default_prefix
14669# Let make expand exec_prefix.
14670test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14671
13b2be9c
DJ
14672DEFS=-DHAVE_CONFIG_H
14673
14674ac_libobjs=
14675ac_ltlibobjs=
14676for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14677 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14678 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14679 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14680 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14681 # will be set to the directory where LIBOBJS objects are built.
14682 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14683 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14684done
14685LIBOBJS=$ac_libobjs
14686
14687LTLIBOBJS=$ac_ltlibobjs
14688
14689
14690if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14691 as_fn_error "conditional \"AMDEP\" was never defined.
14692Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c
DJ
14693fi
14694if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14695 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14696Usually this means the macro was only invoked conditionally." "$LINENO" 5
14697fi
14698 if test -n "$EXEEXT"; then
14699 am__EXEEXT_TRUE=
14700 am__EXEEXT_FALSE='#'
14701else
14702 am__EXEEXT_TRUE='#'
14703 am__EXEEXT_FALSE=
13b2be9c 14704fi
81ecdfbb
RW
14705
14706
13b2be9c 14707if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14708 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14709Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14710fi
d5fbea21 14711if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14712 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14713Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14714fi
13b2be9c
DJ
14715
14716: ${CONFIG_STATUS=./config.status}
81ecdfbb 14717ac_write_fail=0
13b2be9c
DJ
14718ac_clean_files_save=$ac_clean_files
14719ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14720{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14721$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14722as_write_fail=0
14723cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14724#! $SHELL
14725# Generated by $as_me.
14726# Run this file to recreate the current configuration.
14727# Compiler output produced by configure, useful for debugging
14728# configure, is in config.log if it exists.
14729
14730debug=false
14731ac_cs_recheck=false
14732ac_cs_silent=false
13b2be9c 14733
81ecdfbb
RW
14734SHELL=\${CONFIG_SHELL-$SHELL}
14735export SHELL
14736_ASEOF
14737cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14738## -------------------- ##
14739## M4sh Initialization. ##
14740## -------------------- ##
13b2be9c 14741
81ecdfbb
RW
14742# Be more Bourne compatible
14743DUALCASE=1; export DUALCASE # for MKS sh
14744if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14745 emulate sh
14746 NULLCMD=:
81ecdfbb 14747 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14748 # is contrary to our usage. Disable this feature.
14749 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14750 setopt NO_GLOB_SUBST
14751else
14752 case `(set -o) 2>/dev/null` in #(
14753 *posix*) :
14754 set -o posix ;; #(
14755 *) :
14756 ;;
14757esac
13b2be9c
DJ
14758fi
14759
81ecdfbb
RW
14760
14761as_nl='
14762'
14763export as_nl
14764# Printing a long string crashes Solaris 7 /usr/bin/printf.
14765as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14766as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14767as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14768# Prefer a ksh shell builtin over an external printf program on Solaris,
14769# but without wasting forks for bash or zsh.
14770if test -z "$BASH_VERSION$ZSH_VERSION" \
14771 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14772 as_echo='print -r --'
14773 as_echo_n='print -rn --'
14774elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14775 as_echo='printf %s\n'
14776 as_echo_n='printf %s'
14777else
14778 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14779 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14780 as_echo_n='/usr/ucb/echo -n'
14781 else
14782 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14783 as_echo_n_body='eval
14784 arg=$1;
14785 case $arg in #(
14786 *"$as_nl"*)
14787 expr "X$arg" : "X\\(.*\\)$as_nl";
14788 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14789 esac;
14790 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14791 '
14792 export as_echo_n_body
14793 as_echo_n='sh -c $as_echo_n_body as_echo'
14794 fi
14795 export as_echo_body
14796 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14797fi
14798
81ecdfbb
RW
14799# The user is always right.
14800if test "${PATH_SEPARATOR+set}" != set; then
14801 PATH_SEPARATOR=:
14802 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14803 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14804 PATH_SEPARATOR=';'
14805 }
14806fi
14807
14808
14809# IFS
14810# We need space, tab and new line, in precisely that order. Quoting is
14811# there to prevent editors from complaining about space-tab.
14812# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14813# splitting by setting IFS to empty value.)
14814IFS=" "" $as_nl"
14815
14816# Find who we are. Look in the path if we contain no directory separator.
14817case $0 in #((
14818 *[\\/]* ) as_myself=$0 ;;
14819 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14820for as_dir in $PATH
14821do
14822 IFS=$as_save_IFS
14823 test -z "$as_dir" && as_dir=.
14824 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14825 done
14826IFS=$as_save_IFS
14827
14828 ;;
14829esac
14830# We did not find ourselves, most probably we were run as `sh COMMAND'
14831# in which case we are not to be found in the path.
14832if test "x$as_myself" = x; then
14833 as_myself=$0
14834fi
14835if test ! -f "$as_myself"; then
14836 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14837 exit 1
14838fi
13b2be9c 14839
81ecdfbb
RW
14840# Unset variables that we do not need and which cause bugs (e.g. in
14841# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14842# suppresses any "Segmentation fault" message there. '((' could
14843# trigger a bug in pdksh 5.2.14.
14844for as_var in BASH_ENV ENV MAIL MAILPATH
14845do eval test x\${$as_var+set} = xset \
14846 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14847done
13b2be9c
DJ
14848PS1='$ '
14849PS2='> '
14850PS4='+ '
14851
14852# NLS nuisances.
81ecdfbb
RW
14853LC_ALL=C
14854export LC_ALL
14855LANGUAGE=C
14856export LANGUAGE
14857
14858# CDPATH.
14859(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14860
14861
14862# as_fn_error ERROR [LINENO LOG_FD]
14863# ---------------------------------
14864# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14865# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14866# script with status $?, using 1 if that was 0.
14867as_fn_error ()
14868{
14869 as_status=$?; test $as_status -eq 0 && as_status=1
14870 if test "$3"; then
14871 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14872 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13b2be9c 14873 fi
81ecdfbb
RW
14874 $as_echo "$as_me: error: $1" >&2
14875 as_fn_exit $as_status
14876} # as_fn_error
14877
14878
14879# as_fn_set_status STATUS
14880# -----------------------
14881# Set $? to STATUS, without forking.
14882as_fn_set_status ()
14883{
14884 return $1
14885} # as_fn_set_status
14886
14887# as_fn_exit STATUS
14888# -----------------
14889# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14890as_fn_exit ()
14891{
14892 set +e
14893 as_fn_set_status $1
14894 exit $1
14895} # as_fn_exit
14896
14897# as_fn_unset VAR
14898# ---------------
14899# Portably unset VAR.
14900as_fn_unset ()
14901{
14902 { eval $1=; unset $1;}
14903}
14904as_unset=as_fn_unset
14905# as_fn_append VAR VALUE
14906# ----------------------
14907# Append the text in VALUE to the end of the definition contained in VAR. Take
14908# advantage of any shell optimizations that allow amortized linear growth over
14909# repeated appends, instead of the typical quadratic growth present in naive
14910# implementations.
14911if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14912 eval 'as_fn_append ()
14913 {
14914 eval $1+=\$2
14915 }'
14916else
14917 as_fn_append ()
14918 {
14919 eval $1=\$$1\$2
14920 }
14921fi # as_fn_append
14922
14923# as_fn_arith ARG...
14924# ------------------
14925# Perform arithmetic evaluation on the ARGs, and store the result in the
14926# global $as_val. Take advantage of shells that can avoid forks. The arguments
14927# must be portable across $(()) and expr.
14928if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14929 eval 'as_fn_arith ()
14930 {
14931 as_val=$(( $* ))
14932 }'
14933else
14934 as_fn_arith ()
14935 {
14936 as_val=`expr "$@" || test $? -eq 1`
14937 }
14938fi # as_fn_arith
14939
13b2be9c 14940
81ecdfbb
RW
14941if expr a : '\(a\)' >/dev/null 2>&1 &&
14942 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
14943 as_expr=expr
14944else
14945 as_expr=false
14946fi
14947
81ecdfbb 14948if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
14949 as_basename=basename
14950else
14951 as_basename=false
14952fi
14953
81ecdfbb
RW
14954if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14955 as_dirname=dirname
14956else
14957 as_dirname=false
14958fi
13b2be9c 14959
81ecdfbb 14960as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
14961$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14962 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14963 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14964$as_echo X/"$0" |
14965 sed '/^.*\/\([^/][^/]*\)\/*$/{
14966 s//\1/
14967 q
14968 }
14969 /^X\/\(\/\/\)$/{
14970 s//\1/
14971 q
14972 }
14973 /^X\/\(\/\).*/{
14974 s//\1/
14975 q
14976 }
14977 s/.*/./; q'`
13b2be9c 14978
13b2be9c
DJ
14979# Avoid depending upon Character Ranges.
14980as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14981as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14982as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14983as_cr_digits='0123456789'
14984as_cr_alnum=$as_cr_Letters$as_cr_digits
14985
81ecdfbb
RW
14986ECHO_C= ECHO_N= ECHO_T=
14987case `echo -n x` in #(((((
14988-n*)
14989 case `echo 'xy\c'` in
14990 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14991 xy) ECHO_C='\c';;
14992 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14993 ECHO_T=' ';;
14994 esac;;
14995*)
14996 ECHO_N='-n';;
13b2be9c 14997esac
252b5132 14998
81ecdfbb
RW
14999rm -f conf$$ conf$$.exe conf$$.file
15000if test -d conf$$.dir; then
15001 rm -f conf$$.dir/conf$$.file
252b5132 15002else
81ecdfbb
RW
15003 rm -f conf$$.dir
15004 mkdir conf$$.dir 2>/dev/null
252b5132 15005fi
81ecdfbb
RW
15006if (echo >conf$$.file) 2>/dev/null; then
15007 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 15008 as_ln_s='ln -s'
81ecdfbb
RW
15009 # ... but there are two gotchas:
15010 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15011 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15012 # In both cases, we have to default to `cp -p'.
15013 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15014 as_ln_s='cp -p'
15015 elif ln conf$$.file conf$$ 2>/dev/null; then
15016 as_ln_s=ln
15017 else
15018 as_ln_s='cp -p'
13b2be9c 15019 fi
13b2be9c
DJ
15020else
15021 as_ln_s='cp -p'
252b5132 15022fi
81ecdfbb
RW
15023rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15024rmdir conf$$.dir 2>/dev/null
252b5132 15025
81ecdfbb
RW
15026
15027# as_fn_mkdir_p
15028# -------------
15029# Create "$as_dir" as a directory, including parents if necessary.
15030as_fn_mkdir_p ()
15031{
15032
15033 case $as_dir in #(
15034 -*) as_dir=./$as_dir;;
15035 esac
15036 test -d "$as_dir" || eval $as_mkdir_p || {
15037 as_dirs=
15038 while :; do
15039 case $as_dir in #(
15040 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15041 *) as_qdir=$as_dir;;
15042 esac
15043 as_dirs="'$as_qdir' $as_dirs"
15044 as_dir=`$as_dirname -- "$as_dir" ||
15045$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15046 X"$as_dir" : 'X\(//\)[^/]' \| \
15047 X"$as_dir" : 'X\(//\)$' \| \
15048 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15049$as_echo X"$as_dir" |
15050 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15051 s//\1/
15052 q
15053 }
15054 /^X\(\/\/\)[^/].*/{
15055 s//\1/
15056 q
15057 }
15058 /^X\(\/\/\)$/{
15059 s//\1/
15060 q
15061 }
15062 /^X\(\/\).*/{
15063 s//\1/
15064 q
15065 }
15066 s/.*/./; q'`
15067 test -d "$as_dir" && break
15068 done
15069 test -z "$as_dirs" || eval "mkdir $as_dirs"
15070 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15071
15072
15073} # as_fn_mkdir_p
13b2be9c 15074if mkdir -p . 2>/dev/null; then
81ecdfbb 15075 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 15076else
ab509236 15077 test -d ./-p && rmdir ./-p
13b2be9c
DJ
15078 as_mkdir_p=false
15079fi
81ecdfbb
RW
15080
15081if test -x / >/dev/null 2>&1; then
15082 as_test_x='test -x'
15083else
15084 if ls -dL / >/dev/null 2>&1; then
15085 as_ls_L_option=L
15086 else
15087 as_ls_L_option=
15088 fi
15089 as_test_x='
15090 eval sh -c '\''
15091 if test -d "$1"; then
15092 test -d "$1/.";
15093 else
15094 case $1 in #(
15095 -*)set "./$1";;
15096 esac;
15097 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15098 ???[sx]*):;;*)false;;esac;fi
15099 '\'' sh
15100 '
15101fi
15102as_executable_p=$as_test_x
252b5132 15103
13b2be9c 15104# Sed expression to map a string onto a valid CPP name.
ab509236 15105as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15106
13b2be9c 15107# Sed expression to map a string onto a valid variable name.
ab509236 15108as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15109
d6d788bd 15110
13b2be9c 15111exec 6>&1
81ecdfbb
RW
15112## ----------------------------------- ##
15113## Main body of $CONFIG_STATUS script. ##
15114## ----------------------------------- ##
15115_ASEOF
15116test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 15117
81ecdfbb
RW
15118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15119# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 15120# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15121# values after options handling.
15122ac_log="
d8bd95ef 15123This file was extended by gas $as_me 2.26.51, which was
81ecdfbb 15124generated by GNU Autoconf 2.64. Invocation command line was
d6d788bd 15125
13b2be9c
DJ
15126 CONFIG_FILES = $CONFIG_FILES
15127 CONFIG_HEADERS = $CONFIG_HEADERS
15128 CONFIG_LINKS = $CONFIG_LINKS
15129 CONFIG_COMMANDS = $CONFIG_COMMANDS
15130 $ $0 $@
252b5132 15131
81ecdfbb
RW
15132on `(hostname || uname -n) 2>/dev/null | sed 1q`
15133"
15134
13b2be9c 15135_ACEOF
252b5132 15136
81ecdfbb
RW
15137case $ac_config_files in *"
15138"*) set x $ac_config_files; shift; ac_config_files=$*;;
15139esac
13b2be9c 15140
81ecdfbb
RW
15141case $ac_config_headers in *"
15142"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15143esac
252b5132 15144
252b5132 15145
81ecdfbb
RW
15146cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15147# Files that config.status was made for.
15148config_files="$ac_config_files"
15149config_headers="$ac_config_headers"
15150config_commands="$ac_config_commands"
d6d788bd 15151
81ecdfbb 15152_ACEOF
252b5132 15153
81ecdfbb 15154cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15155ac_cs_usage="\
81ecdfbb
RW
15156\`$as_me' instantiates files and other configuration actions
15157from templates according to the current configuration. Unless the files
15158and actions are specified as TAGs, all are instantiated by default.
252b5132 15159
81ecdfbb 15160Usage: $0 [OPTION]... [TAG]...
252b5132 15161
13b2be9c 15162 -h, --help print this help, then exit
81ecdfbb
RW
15163 -V, --version print version number and configuration settings, then exit
15164 -q, --quiet, --silent
15165 do not print progress messages
13b2be9c
DJ
15166 -d, --debug don't remove temporary files
15167 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15168 --file=FILE[:TEMPLATE]
15169 instantiate the configuration file FILE
15170 --header=FILE[:TEMPLATE]
15171 instantiate the configuration header FILE
252b5132 15172
13b2be9c
DJ
15173Configuration files:
15174$config_files
252b5132 15175
13b2be9c
DJ
15176Configuration headers:
15177$config_headers
252b5132 15178
13b2be9c
DJ
15179Configuration commands:
15180$config_commands
252b5132 15181
81ecdfbb 15182Report bugs to the package provider."
d6d788bd 15183
81ecdfbb
RW
15184_ACEOF
15185cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15186ac_cs_version="\\
d8bd95ef 15187gas config.status 2.26.51
81ecdfbb
RW
15188configured by $0, generated by GNU Autoconf 2.64,
15189 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 15190
81ecdfbb 15191Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
15192This config.status script is free software; the Free Software Foundation
15193gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15194
15195ac_pwd='$ac_pwd'
15196srcdir='$srcdir'
15197INSTALL='$INSTALL'
15198MKDIR_P='$MKDIR_P'
15199AWK='$AWK'
15200test -n "\$AWK" || AWK=awk
13b2be9c 15201_ACEOF
d6d788bd 15202
81ecdfbb
RW
15203cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15204# The default lists apply if the user does not specify any file.
13b2be9c
DJ
15205ac_need_defaults=:
15206while test $# != 0
15207do
15208 case $1 in
15209 --*=*)
81ecdfbb
RW
15210 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15211 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 15212 ac_shift=:
c8615825 15213 ;;
81ecdfbb 15214 *)
13b2be9c
DJ
15215 ac_option=$1
15216 ac_optarg=$2
15217 ac_shift=shift
c8615825 15218 ;;
13b2be9c 15219 esac
252b5132 15220
13b2be9c
DJ
15221 case $ac_option in
15222 # Handling of the options.
13b2be9c
DJ
15223 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15224 ac_cs_recheck=: ;;
81ecdfbb
RW
15225 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15226 $as_echo "$ac_cs_version"; exit ;;
15227 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
15228 debug=: ;;
15229 --file | --fil | --fi | --f )
15230 $ac_shift
81ecdfbb
RW
15231 case $ac_optarg in
15232 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15233 esac
15234 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
15235 ac_need_defaults=false;;
15236 --header | --heade | --head | --hea )
15237 $ac_shift
81ecdfbb
RW
15238 case $ac_optarg in
15239 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15240 esac
15241 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 15242 ac_need_defaults=false;;
81ecdfbb
RW
15243 --he | --h)
15244 # Conflict between --help and --header
15245 as_fn_error "ambiguous option: \`$1'
15246Try \`$0 --help' for more information.";;
15247 --help | --hel | -h )
15248 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
15249 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15250 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15251 ac_cs_silent=: ;;
c8615825 15252
13b2be9c 15253 # This is an error.
81ecdfbb
RW
15254 -*) as_fn_error "unrecognized option: \`$1'
15255Try \`$0 --help' for more information." ;;
252b5132 15256
81ecdfbb
RW
15257 *) as_fn_append ac_config_targets " $1"
15258 ac_need_defaults=false ;;
252b5132 15259
13b2be9c
DJ
15260 esac
15261 shift
15262done
252b5132 15263
13b2be9c 15264ac_configure_extra_args=
d6d788bd 15265
13b2be9c
DJ
15266if $ac_cs_silent; then
15267 exec 6>/dev/null
15268 ac_configure_extra_args="$ac_configure_extra_args --silent"
15269fi
9b2b7d69 15270
13b2be9c 15271_ACEOF
81ecdfbb 15272cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15273if \$ac_cs_recheck; then
81ecdfbb
RW
15274 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15275 shift
15276 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15277 CONFIG_SHELL='$SHELL'
15278 export CONFIG_SHELL
15279 exec "\$@"
13b2be9c
DJ
15280fi
15281
15282_ACEOF
81ecdfbb
RW
15283cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15284exec 5>>config.log
15285{
15286 echo
15287 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15288## Running $as_me. ##
15289_ASBOX
15290 $as_echo "$ac_log"
15291} >&5
13b2be9c 15292
81ecdfbb
RW
15293_ACEOF
15294cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15295#
81ecdfbb 15296# INIT-COMMANDS
9b2b7d69 15297#
13b2be9c 15298AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15299
15300
15301# The HP-UX ksh and POSIX shell print the target directory to stdout
15302# if CDPATH is set.
15303(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15304
15305sed_quote_subst='$sed_quote_subst'
15306double_quote_subst='$double_quote_subst'
15307delay_variable_subst='$delay_variable_subst'
3725885a
RW
15308macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15309macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15310enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15311enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15312pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15313enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15314SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15315ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15316host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15317host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15318host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15319build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15320build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15321build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15322SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15323Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15324GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15325EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15326FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15327LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15328NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15329LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15330max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15331ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15332exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15333lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15334lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15335lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15336reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15337reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15338OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15339deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15340file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15341AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15342AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15343STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15344RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15345old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15346old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15347old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15348lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15349CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15350CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15351compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15352GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15353lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15354lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15355lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15356lt_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"`'
15357objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15358MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15359lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15360lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15361lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15362lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15363lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15364need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15365DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15366NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15367LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15368OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15369OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15370libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15371shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15372extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15373archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15374enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15375export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15376whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15377compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15378old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15379old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15380archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15381archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15382module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15383module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15384with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15385allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15386no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15387hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15388hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15389hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15390hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15391hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15392hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15393hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15394hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15395inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15396link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15397fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15398always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15399export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15400exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15401include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15402prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15403file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15404variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15405need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15406need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15407version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15408runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15409shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15410shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15411libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15412library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15413soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15414install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15415postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15416postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15417finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15418finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15419hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15420sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15421sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15422hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15423enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15424enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15425enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15426old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15427striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15428
15429LTCC='$LTCC'
15430LTCFLAGS='$LTCFLAGS'
15431compiler='$compiler_DEFAULT'
15432
3725885a
RW
15433# A function that is used when there is no print builtin or printf.
15434func_fallback_echo ()
15435{
15436 eval 'cat <<_LTECHO_EOF
15437\$1
15438_LTECHO_EOF'
15439}
15440
d7040cdb 15441# Quote evaled strings.
3725885a
RW
15442for var in SHELL \
15443ECHO \
15444SED \
d7040cdb
SE
15445GREP \
15446EGREP \
15447FGREP \
15448LD \
15449NM \
15450LN_S \
15451lt_SP2NL \
15452lt_NL2SP \
15453reload_flag \
718a6fd8 15454OBJDUMP \
d7040cdb
SE
15455deplibs_check_method \
15456file_magic_cmd \
15457AR \
15458AR_FLAGS \
15459STRIP \
15460RANLIB \
15461CC \
15462CFLAGS \
15463compiler \
15464lt_cv_sys_global_symbol_pipe \
15465lt_cv_sys_global_symbol_to_cdecl \
15466lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15467lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15468lt_prog_compiler_no_builtin_flag \
df7b86aa 15469lt_prog_compiler_wl \
f2c621e4 15470lt_prog_compiler_pic \
d7040cdb
SE
15471lt_prog_compiler_static \
15472lt_cv_prog_compiler_c_o \
15473need_locks \
718a6fd8
SE
15474DSYMUTIL \
15475NMEDIT \
15476LIPO \
15477OTOOL \
15478OTOOL64 \
d7040cdb
SE
15479shrext_cmds \
15480export_dynamic_flag_spec \
15481whole_archive_flag_spec \
15482compiler_needs_object \
15483with_gnu_ld \
15484allow_undefined_flag \
15485no_undefined_flag \
15486hardcode_libdir_flag_spec \
15487hardcode_libdir_flag_spec_ld \
15488hardcode_libdir_separator \
f2c621e4 15489fix_srcfile_path \
d7040cdb
SE
15490exclude_expsyms \
15491include_expsyms \
15492file_list_spec \
15493variables_saved_for_relink \
15494libname_spec \
15495library_names_spec \
15496soname_spec \
3725885a 15497install_override_mode \
d7040cdb
SE
15498finish_eval \
15499old_striplib \
15500striplib; do
3725885a 15501 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15502 *[\\\\\\\`\\"\\\$]*)
3725885a 15503 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15504 ;;
15505 *)
15506 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15507 ;;
15508 esac
15509done
15510
15511# Double-quote double-evaled strings.
15512for var in reload_cmds \
15513old_postinstall_cmds \
15514old_postuninstall_cmds \
15515old_archive_cmds \
15516extract_expsyms_cmds \
15517old_archive_from_new_cmds \
15518old_archive_from_expsyms_cmds \
15519archive_cmds \
15520archive_expsym_cmds \
15521module_cmds \
15522module_expsym_cmds \
15523export_symbols_cmds \
15524prelink_cmds \
15525postinstall_cmds \
15526postuninstall_cmds \
15527finish_cmds \
15528sys_lib_search_path_spec \
15529sys_lib_dlsearch_path_spec; do
3725885a 15530 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15531 *[\\\\\\\`\\"\\\$]*)
3725885a 15532 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15533 ;;
15534 *)
15535 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15536 ;;
15537 esac
15538done
15539
d7040cdb
SE
15540ac_aux_dir='$ac_aux_dir'
15541xsi_shell='$xsi_shell'
15542lt_shell_append='$lt_shell_append'
15543
15544# See if we are running on zsh, and set the options which allow our
15545# commands through without removal of \ escapes INIT.
15546if test -n "\${ZSH_VERSION+set}" ; then
15547 setopt NO_GLOB_SUBST
15548fi
15549
15550
15551 PACKAGE='$PACKAGE'
15552 VERSION='$VERSION'
15553 TIMESTAMP='$TIMESTAMP'
15554 RM='$RM'
15555 ofile='$ofile'
15556
15557
15558
20e95c23
DJ
15559# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15560 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15561 # from automake.
15562 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15563 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15564 LINGUAS="${LINGUAS-%UNSET%}"
15565
13b2be9c
DJ
15566target_cpu_type=${target_cpu_type}
15567 cgen_cpu_prefix=${cgen_cpu_prefix}
15568 obj_format=${obj_format}
15569 te_file=${te_file}
15570
15571_ACEOF
15572
81ecdfbb 15573cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15574
81ecdfbb 15575# Handling of arguments.
13b2be9c 15576for ac_config_target in $ac_config_targets
9b2b7d69 15577do
81ecdfbb
RW
15578 case $ac_config_target in
15579 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15580 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15581 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15582 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15583 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15584 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15585 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15586 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15587 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15588 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15589
15590 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15591 esac
15592done
15593
81ecdfbb 15594
13b2be9c
DJ
15595# If the user did not use the arguments to specify the items to instantiate,
15596# then the envvar interface is used. Set only those that are not.
15597# We use the long form for the default assignment because of an extremely
15598# bizarre bug on SunOS 4.1.3.
15599if $ac_need_defaults; then
15600 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15601 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15602 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15603fi
15604
15605# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15606# simply because there is no reason against having it here, and in addition,
13b2be9c 15607# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15608# Hook for its removal unless debugging.
15609# Note that there is a small window in which the directory will not be cleaned:
15610# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15611$debug ||
15612{
81ecdfbb
RW
15613 tmp=
15614 trap 'exit_status=$?
15615 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15616' 0
15617 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15618}
13b2be9c 15619# Create a (secure) tmp directory for tmp files.
9b2b7d69 15620
13b2be9c 15621{
81ecdfbb 15622 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13b2be9c
DJ
15623 test -n "$tmp" && test -d "$tmp"
15624} ||
15625{
81ecdfbb
RW
15626 tmp=./conf$$-$RANDOM
15627 (umask 077 && mkdir "$tmp")
15628} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15629
15630# Set up the scripts for CONFIG_FILES section.
15631# No need to generate them if there are no CONFIG_FILES.
15632# This happens for instance with `./config.status config.h'.
15633if test -n "$CONFIG_FILES"; then
15634
15635
15636ac_cr=`echo X | tr X '\015'`
15637# On cygwin, bash can eat \r inside `` if the user requested igncr.
15638# But we know of no other shell where ac_cr would be empty at this
15639# point, so we can use a bashism as a fallback.
15640if test "x$ac_cr" = x; then
15641 eval ac_cr=\$\'\\r\'
15642fi
15643ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15644if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15645 ac_cs_awk_cr='\r'
15646else
15647 ac_cs_awk_cr=$ac_cr
15648fi
15649
15650echo 'BEGIN {' >"$tmp/subs1.awk" &&
15651_ACEOF
15652
15653
15654{
15655 echo "cat >conf$$subs.awk <<_ACEOF" &&
15656 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15657 echo "_ACEOF"
15658} >conf$$subs.sh ||
15659 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15660ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15661ac_delim='%!_!# '
15662for ac_last_try in false false false false false :; do
15663 . ./conf$$subs.sh ||
15664 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15665
15666 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15667 if test $ac_delim_n = $ac_delim_num; then
15668 break
15669 elif $ac_last_try; then
15670 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15671 else
15672 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15673 fi
15674done
15675rm -f conf$$subs.sh
15676
15677cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15678cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15679_ACEOF
15680sed -n '
15681h
15682s/^/S["/; s/!.*/"]=/
15683p
15684g
15685s/^[^!]*!//
15686:repl
15687t repl
15688s/'"$ac_delim"'$//
15689t delim
15690:nl
15691h
15692s/\(.\{148\}\).*/\1/
15693t more1
15694s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15695p
15696n
15697b repl
15698:more1
15699s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15700p
15701g
15702s/.\{148\}//
15703t nl
15704:delim
15705h
15706s/\(.\{148\}\).*/\1/
15707t more2
15708s/["\\]/\\&/g; s/^/"/; s/$/"/
15709p
15710b
15711:more2
15712s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15713p
15714g
15715s/.\{148\}//
15716t delim
15717' <conf$$subs.awk | sed '
15718/^[^""]/{
15719 N
15720 s/\n//
15721}
15722' >>$CONFIG_STATUS || ac_write_fail=1
15723rm -f conf$$subs.awk
15724cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15725_ACAWK
15726cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15727 for (key in S) S_is_set[key] = 1
15728 FS = "\a"
15729
15730}
13b2be9c 15731{
81ecdfbb
RW
15732 line = $ 0
15733 nfields = split(line, field, "@")
15734 substed = 0
15735 len = length(field[1])
15736 for (i = 2; i < nfields; i++) {
15737 key = field[i]
15738 keylen = length(key)
15739 if (S_is_set[key]) {
15740 value = S[key]
15741 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15742 len += length(value) + length(field[++i])
15743 substed = 1
15744 } else
15745 len += 1 + keylen
15746 }
15747
15748 print line
13b2be9c 15749}
9b2b7d69 15750
81ecdfbb
RW
15751_ACAWK
15752_ACEOF
15753cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15754if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15755 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15756else
15757 cat
15758fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15759 || as_fn_error "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15760_ACEOF
15761
81ecdfbb
RW
15762# VPATH may cause trouble with some makes, so we remove $(srcdir),
15763# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15764# trailing colons and then remove the whole line if VPATH becomes empty
15765# (actually we leave an empty line to preserve line numbers).
15766if test "x$srcdir" = x.; then
15767 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15768s/:*\$(srcdir):*/:/
15769s/:*\${srcdir}:*/:/
15770s/:*@srcdir@:*/:/
15771s/^\([^=]*=[ ]*\):*/\1/
15772s/:*$//
15773s/^[^=]*=[ ]*$//
15774}'
15775fi
15776
15777cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15778fi # test -n "$CONFIG_FILES"
13b2be9c 15779
81ecdfbb
RW
15780# Set up the scripts for CONFIG_HEADERS section.
15781# No need to generate them if there are no CONFIG_HEADERS.
15782# This happens for instance with `./config.status Makefile'.
15783if test -n "$CONFIG_HEADERS"; then
15784cat >"$tmp/defines.awk" <<\_ACAWK ||
15785BEGIN {
15786_ACEOF
13b2be9c 15787
81ecdfbb
RW
15788# Transform confdefs.h into an awk script `defines.awk', embedded as
15789# here-document in config.status, that substitutes the proper values into
15790# config.h.in to produce config.h.
9b2b7d69 15791
81ecdfbb
RW
15792# Create a delimiter string that does not exist in confdefs.h, to ease
15793# handling of long lines.
15794ac_delim='%!_!# '
15795for ac_last_try in false false :; do
15796 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15797 if test -z "$ac_t"; then
15798 break
15799 elif $ac_last_try; then
15800 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15801 else
15802 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15803 fi
15804done
15805
15806# For the awk script, D is an array of macro values keyed by name,
15807# likewise P contains macro parameters if any. Preserve backslash
15808# newline sequences.
15809
15810ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15811sed -n '
15812s/.\{148\}/&'"$ac_delim"'/g
15813t rset
15814:rset
15815s/^[ ]*#[ ]*define[ ][ ]*/ /
15816t def
15817d
15818:def
15819s/\\$//
15820t bsnl
15821s/["\\]/\\&/g
15822s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15823D["\1"]=" \3"/p
15824s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15825d
15826:bsnl
15827s/["\\]/\\&/g
15828s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15829D["\1"]=" \3\\\\\\n"\\/p
15830t cont
15831s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15832t cont
15833d
15834:cont
15835n
15836s/.\{148\}/&'"$ac_delim"'/g
15837t clear
15838:clear
15839s/\\$//
15840t bsnlc
15841s/["\\]/\\&/g; s/^/"/; s/$/"/p
15842d
15843:bsnlc
15844s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15845b cont
15846' <confdefs.h | sed '
15847s/'"$ac_delim"'/"\\\
15848"/g' >>$CONFIG_STATUS || ac_write_fail=1
15849
15850cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15851 for (key in D) D_is_set[key] = 1
15852 FS = "\a"
15853}
15854/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15855 line = \$ 0
15856 split(line, arg, " ")
15857 if (arg[1] == "#") {
15858 defundef = arg[2]
15859 mac1 = arg[3]
15860 } else {
15861 defundef = substr(arg[1], 2)
15862 mac1 = arg[2]
15863 }
15864 split(mac1, mac2, "(") #)
15865 macro = mac2[1]
15866 prefix = substr(line, 1, index(line, defundef) - 1)
15867 if (D_is_set[macro]) {
15868 # Preserve the white space surrounding the "#".
15869 print prefix "define", macro P[macro] D[macro]
15870 next
15871 } else {
15872 # Replace #undef with comments. This is necessary, for example,
15873 # in the case of _POSIX_SOURCE, which is predefined and required
15874 # on some systems where configure will not decide to define it.
15875 if (defundef == "undef") {
15876 print "/*", prefix defundef, macro, "*/"
15877 next
15878 }
15879 }
15880}
15881{ print }
15882_ACAWK
13b2be9c 15883_ACEOF
81ecdfbb
RW
15884cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15885 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15886fi # test -n "$CONFIG_HEADERS"
13b2be9c 15887
81ecdfbb
RW
15888
15889eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15890shift
15891for ac_tag
15892do
15893 case $ac_tag in
15894 :[FHLC]) ac_mode=$ac_tag; continue;;
15895 esac
15896 case $ac_mode$ac_tag in
15897 :[FHL]*:*);;
15898 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15899 :[FH]-) ac_tag=-:-;;
15900 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15901 esac
15902 ac_save_IFS=$IFS
15903 IFS=:
15904 set x $ac_tag
15905 IFS=$ac_save_IFS
15906 shift
15907 ac_file=$1
15908 shift
15909
15910 case $ac_mode in
15911 :L) ac_source=$1;;
15912 :[FH])
15913 ac_file_inputs=
15914 for ac_f
15915 do
15916 case $ac_f in
15917 -) ac_f="$tmp/stdin";;
15918 *) # Look for the file first in the build tree, then in the source tree
15919 # (if the path is not absolute). The absolute path cannot be DOS-style,
15920 # because $ac_f cannot contain `:'.
15921 test -f "$ac_f" ||
15922 case $ac_f in
15923 [\\/$]*) false;;
15924 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15925 esac ||
15926 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15927 esac
15928 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15929 as_fn_append ac_file_inputs " '$ac_f'"
15930 done
15931
15932 # Let's still pretend it is `configure' which instantiates (i.e., don't
15933 # use $as_me), people would be surprised to read:
15934 # /* config.h. Generated by config.status. */
15935 configure_input='Generated from '`
15936 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15937 `' by configure.'
15938 if test x"$ac_file" != x-; then
15939 configure_input="$ac_file. $configure_input"
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15941$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 15942 fi
81ecdfbb
RW
15943 # Neutralize special characters interpreted by sed in replacement strings.
15944 case $configure_input in #(
15945 *\&* | *\|* | *\\* )
15946 ac_sed_conf_input=`$as_echo "$configure_input" |
15947 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15948 *) ac_sed_conf_input=$configure_input;;
15949 esac
252b5132 15950
81ecdfbb
RW
15951 case $ac_tag in
15952 *:-:* | *:-) cat >"$tmp/stdin" \
15953 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15954 esac
15955 ;;
252b5132 15956 esac
9b2b7d69 15957
81ecdfbb 15958 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 15959$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15960 X"$ac_file" : 'X\(//\)[^/]' \| \
15961 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15962 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15963$as_echo X"$ac_file" |
15964 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15965 s//\1/
15966 q
15967 }
15968 /^X\(\/\/\)[^/].*/{
15969 s//\1/
15970 q
15971 }
15972 /^X\(\/\/\)$/{
15973 s//\1/
15974 q
15975 }
15976 /^X\(\/\).*/{
15977 s//\1/
15978 q
15979 }
15980 s/.*/./; q'`
15981 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
15982 ac_builddir=.
15983
81ecdfbb
RW
15984case "$ac_dir" in
15985.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15986*)
15987 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15988 # A ".." for each directory in $ac_dir_suffix.
15989 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15990 case $ac_top_builddir_sub in
15991 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15992 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15993 esac ;;
15994esac
15995ac_abs_top_builddir=$ac_pwd
15996ac_abs_builddir=$ac_pwd$ac_dir_suffix
15997# for backward compatibility:
15998ac_top_builddir=$ac_top_build_prefix
9b2b7d69 15999
13b2be9c 16000case $srcdir in
81ecdfbb 16001 .) # We are building in place.
13b2be9c 16002 ac_srcdir=.
81ecdfbb
RW
16003 ac_top_srcdir=$ac_top_builddir_sub
16004 ac_abs_top_srcdir=$ac_pwd ;;
16005 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 16006 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16007 ac_top_srcdir=$srcdir
16008 ac_abs_top_srcdir=$srcdir ;;
16009 *) # Relative name.
16010 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16011 ac_top_srcdir=$ac_top_build_prefix$srcdir
16012 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 16013esac
81ecdfbb 16014ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 16015
252b5132 16016
81ecdfbb
RW
16017 case $ac_mode in
16018 :F)
16019 #
16020 # CONFIG_FILE
16021 #
9b2b7d69 16022
13b2be9c
DJ
16023 case $INSTALL in
16024 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16025 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16026 esac
16027 ac_MKDIR_P=$MKDIR_P
16028 case $MKDIR_P in
16029 [\\/$]* | ?:[\\/]* ) ;;
16030 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 16031 esac
81ecdfbb 16032_ACEOF
9b2b7d69 16033
81ecdfbb
RW
16034cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16035# If the template does not know about datarootdir, expand it.
16036# FIXME: This hack should be removed a few years after 2.60.
16037ac_datarootdir_hack=; ac_datarootdir_seen=
16038ac_sed_dataroot='
16039/datarootdir/ {
16040 p
16041 q
16042}
16043/@datadir@/p
16044/@docdir@/p
16045/@infodir@/p
16046/@localedir@/p
16047/@mandir@/p'
16048case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16049*datarootdir*) ac_datarootdir_seen=yes;;
16050*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16052$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16053_ACEOF
16054cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16055 ac_datarootdir_hack='
16056 s&@datadir@&$datadir&g
16057 s&@docdir@&$docdir&g
16058 s&@infodir@&$infodir&g
16059 s&@localedir@&$localedir&g
16060 s&@mandir@&$mandir&g
16061 s&\\\${datarootdir}&$datarootdir&g' ;;
16062esac
13b2be9c 16063_ACEOF
81ecdfbb
RW
16064
16065# Neutralize VPATH when `$srcdir' = `.'.
16066# Shell code in configure.ac might set extrasub.
16067# FIXME: do we really want to maintain this feature?
16068cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16069ac_sed_extra="$ac_vpsub
13b2be9c
DJ
16070$extrasub
16071_ACEOF
81ecdfbb 16072cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
16073:t
16074/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16075s|@configure_input@|$ac_sed_conf_input|;t t
16076s&@top_builddir@&$ac_top_builddir_sub&;t t
16077s&@top_build_prefix@&$ac_top_build_prefix&;t t
16078s&@srcdir@&$ac_srcdir&;t t
16079s&@abs_srcdir@&$ac_abs_srcdir&;t t
16080s&@top_srcdir@&$ac_top_srcdir&;t t
16081s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16082s&@builddir@&$ac_builddir&;t t
16083s&@abs_builddir@&$ac_abs_builddir&;t t
16084s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16085s&@INSTALL@&$ac_INSTALL&;t t
16086s&@MKDIR_P@&$ac_MKDIR_P&;t t
16087$ac_datarootdir_hack
16088"
16089eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16090 || as_fn_error "could not create $ac_file" "$LINENO" 5
16091
16092test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16093 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16094 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16096which seems to be undefined. Please make sure it is defined." >&5
16097$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16098which seems to be undefined. Please make sure it is defined." >&2;}
16099
16100 rm -f "$tmp/stdin"
13b2be9c 16101 case $ac_file in
81ecdfbb
RW
16102 -) cat "$tmp/out" && rm -f "$tmp/out";;
16103 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16104 esac \
16105 || as_fn_error "could not create $ac_file" "$LINENO" 5
16106 ;;
16107 :H)
16108 #
16109 # CONFIG_HEADER
16110 #
13b2be9c 16111 if test x"$ac_file" != x-; then
81ecdfbb
RW
16112 {
16113 $as_echo "/* $configure_input */" \
16114 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16115 } >"$tmp/config.h" \
16116 || as_fn_error "could not create $ac_file" "$LINENO" 5
16117 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16118 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16119$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 16120 else
81ecdfbb
RW
16121 rm -f "$ac_file"
16122 mv "$tmp/config.h" "$ac_file" \
16123 || as_fn_error "could not create $ac_file" "$LINENO" 5
9b2b7d69 16124 fi
13b2be9c 16125 else
81ecdfbb
RW
16126 $as_echo "/* $configure_input */" \
16127 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16128 || as_fn_error "could not create -" "$LINENO" 5
9b2b7d69 16129 fi
81ecdfbb
RW
16130# Compute "$ac_file"'s index in $config_headers.
16131_am_arg="$ac_file"
13b2be9c
DJ
16132_am_stamp_count=1
16133for _am_header in $config_headers :; do
16134 case $_am_header in
81ecdfbb 16135 $_am_arg | $_am_arg:* )
13b2be9c
DJ
16136 break ;;
16137 * )
16138 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16139 esac
16140done
81ecdfbb
RW
16141echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16142$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16143 X"$_am_arg" : 'X\(//\)[^/]' \| \
16144 X"$_am_arg" : 'X\(//\)$' \| \
16145 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16146$as_echo X"$_am_arg" |
16147 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16148 s//\1/
16149 q
16150 }
16151 /^X\(\/\/\)[^/].*/{
16152 s//\1/
16153 q
16154 }
16155 /^X\(\/\/\)$/{
16156 s//\1/
16157 q
16158 }
16159 /^X\(\/\).*/{
16160 s//\1/
16161 q
16162 }
16163 s/.*/./; q'`/stamp-h$_am_stamp_count
16164 ;;
ab509236 16165
81ecdfbb
RW
16166 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16167$as_echo "$as_me: executing $ac_file commands" >&6;}
16168 ;;
16169 esac
13b2be9c
DJ
16170
16171
81ecdfbb
RW
16172 case $ac_file$ac_mode in
16173 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16174 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16175 # are listed without --file. Let's play safe and only enable the eval
16176 # if we detect the quoting.
16177 case $CONFIG_FILES in
16178 *\'*) eval set x "$CONFIG_FILES" ;;
16179 *) set x $CONFIG_FILES ;;
16180 esac
16181 shift
16182 for mf
16183 do
16184 # Strip MF so we end up with the name of the file.
16185 mf=`echo "$mf" | sed -e 's/:.*$//'`
16186 # Check whether this is an Automake generated Makefile or not.
16187 # We used to match only the files named `Makefile.in', but
16188 # some people rename them; so instead we look at the file content.
16189 # Grep'ing the first line is not enough: some people post-process
16190 # each Makefile.in and add a new line on top of each file to say so.
16191 # Grep'ing the whole file is not good either: AIX grep has a line
16192 # limit of 2048, but all sed's we know have understand at least 4000.
16193 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16194 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 16195$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16196 X"$mf" : 'X\(//\)[^/]' \| \
16197 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16198 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16199$as_echo X"$mf" |
16200 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16201 s//\1/
16202 q
16203 }
16204 /^X\(\/\/\)[^/].*/{
16205 s//\1/
16206 q
16207 }
16208 /^X\(\/\/\)$/{
16209 s//\1/
16210 q
16211 }
16212 /^X\(\/\).*/{
16213 s//\1/
16214 q
16215 }
16216 s/.*/./; q'`
16217 else
16218 continue
16219 fi
16220 # Extract the definition of DEPDIR, am__include, and am__quote
16221 # from the Makefile without running `make'.
16222 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16223 test -z "$DEPDIR" && continue
16224 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16225 test -z "am__include" && continue
16226 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16227 # When using ansi2knr, U may be empty or an underscore; expand it
16228 U=`sed -n 's/^U = //p' < "$mf"`
16229 # Find all dependency output files, they are included files with
16230 # $(DEPDIR) in their names. We invoke sed twice because it is the
16231 # simplest approach to changing $(DEPDIR) to its actual value in the
16232 # expansion.
16233 for file in `sed -n "
16234 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16235 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16236 # Make sure the directory exists.
16237 test -f "$dirpart/$file" && continue
16238 fdir=`$as_dirname -- "$file" ||
13b2be9c 16239$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16240 X"$file" : 'X\(//\)[^/]' \| \
16241 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16242 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16243$as_echo X"$file" |
16244 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16245 s//\1/
16246 q
16247 }
16248 /^X\(\/\/\)[^/].*/{
16249 s//\1/
16250 q
16251 }
16252 /^X\(\/\/\)$/{
16253 s//\1/
16254 q
16255 }
16256 /^X\(\/\).*/{
16257 s//\1/
16258 q
16259 }
16260 s/.*/./; q'`
16261 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16262 # echo "creating $dirpart/$file"
16263 echo '# dummy' > "$dirpart/$file"
13b2be9c 16264 done
13b2be9c 16265 done
81ecdfbb 16266}
d7040cdb 16267 ;;
81ecdfbb 16268 "libtool":C)
d7040cdb
SE
16269
16270 # See if we are running on zsh, and set the options which allow our
16271 # commands through without removal of \ escapes.
16272 if test -n "${ZSH_VERSION+set}" ; then
16273 setopt NO_GLOB_SUBST
16274 fi
16275
16276 cfgfile="${ofile}T"
16277 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16278 $RM "$cfgfile"
16279
16280 cat <<_LT_EOF >> "$cfgfile"
16281#! $SHELL
16282
16283# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16284# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16285# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16286# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16287#
718a6fd8 16288# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16289# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16290# Written by Gordon Matzigkeit, 1996
d7040cdb 16291#
718a6fd8 16292# This file is part of GNU Libtool.
d7040cdb 16293#
718a6fd8
SE
16294# GNU Libtool is free software; you can redistribute it and/or
16295# modify it under the terms of the GNU General Public License as
16296# published by the Free Software Foundation; either version 2 of
16297# the License, or (at your option) any later version.
d7040cdb 16298#
718a6fd8
SE
16299# As a special exception to the GNU General Public License,
16300# if you distribute this file as part of a program or library that
16301# is built using GNU Libtool, you may include this file under the
16302# same distribution terms that you use for the rest of that program.
d7040cdb 16303#
718a6fd8
SE
16304# GNU Libtool is distributed in the hope that it will be useful,
16305# but WITHOUT ANY WARRANTY; without even the implied warranty of
16306# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16307# GNU General Public License for more details.
d7040cdb 16308#
718a6fd8
SE
16309# You should have received a copy of the GNU General Public License
16310# along with GNU Libtool; see the file COPYING. If not, a copy
16311# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16312# obtained by writing to the Free Software Foundation, Inc.,
16313# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16314
16315
16316# The names of the tagged configurations supported by this script.
16317available_tags=""
16318
16319# ### BEGIN LIBTOOL CONFIG
16320
16321# Which release of libtool.m4 was used?
16322macro_version=$macro_version
16323macro_revision=$macro_revision
16324
16325# Whether or not to build shared libraries.
16326build_libtool_libs=$enable_shared
16327
16328# Whether or not to build static libraries.
16329build_old_libs=$enable_static
16330
16331# What type of objects to build.
16332pic_mode=$pic_mode
16333
16334# Whether or not to optimize for fast installation.
16335fast_install=$enable_fast_install
16336
3725885a
RW
16337# Shell to use when invoking shell scripts.
16338SHELL=$lt_SHELL
16339
16340# An echo program that protects backslashes.
16341ECHO=$lt_ECHO
16342
d7040cdb
SE
16343# The host system.
16344host_alias=$host_alias
16345host=$host
16346host_os=$host_os
16347
16348# The build system.
16349build_alias=$build_alias
16350build=$build
16351build_os=$build_os
16352
16353# A sed program that does not truncate output.
16354SED=$lt_SED
16355
16356# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16357Xsed="\$SED -e 1s/^X//"
16358
16359# A grep program that handles long lines.
16360GREP=$lt_GREP
16361
16362# An ERE matcher.
16363EGREP=$lt_EGREP
16364
16365# A literal string matcher.
16366FGREP=$lt_FGREP
16367
16368# A BSD- or MS-compatible name lister.
16369NM=$lt_NM
16370
16371# Whether we need soft or hard links.
16372LN_S=$lt_LN_S
16373
16374# What is the maximum length of a command?
16375max_cmd_len=$max_cmd_len
16376
16377# Object file suffix (normally "o").
16378objext=$ac_objext
16379
16380# Executable file suffix (normally "").
16381exeext=$exeext
16382
16383# whether the shell understands "unset".
16384lt_unset=$lt_unset
16385
16386# turn spaces into newlines.
16387SP2NL=$lt_lt_SP2NL
16388
16389# turn newlines into spaces.
16390NL2SP=$lt_lt_NL2SP
16391
718a6fd8
SE
16392# An object symbol dumper.
16393OBJDUMP=$lt_OBJDUMP
16394
d7040cdb
SE
16395# Method to check whether dependent libraries are shared objects.
16396deplibs_check_method=$lt_deplibs_check_method
16397
f2c621e4 16398# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16399file_magic_cmd=$lt_file_magic_cmd
16400
16401# The archiver.
16402AR=$lt_AR
16403AR_FLAGS=$lt_AR_FLAGS
16404
16405# A symbol stripping program.
16406STRIP=$lt_STRIP
16407
16408# Commands used to install an old-style archive.
16409RANLIB=$lt_RANLIB
16410old_postinstall_cmds=$lt_old_postinstall_cmds
16411old_postuninstall_cmds=$lt_old_postuninstall_cmds
16412
3725885a
RW
16413# Whether to use a lock for old archive extraction.
16414lock_old_archive_extraction=$lock_old_archive_extraction
16415
d7040cdb
SE
16416# A C compiler.
16417LTCC=$lt_CC
16418
16419# LTCC compiler flags.
16420LTCFLAGS=$lt_CFLAGS
16421
16422# Take the output of nm and produce a listing of raw symbols and C names.
16423global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16424
16425# Transform the output of nm in a proper C declaration.
16426global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16427
16428# Transform the output of nm in a C name address pair.
16429global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16430
718a6fd8
SE
16431# Transform the output of nm in a C name address pair when lib prefix is needed.
16432global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16433
d7040cdb
SE
16434# The name of the directory that contains temporary libtool files.
16435objdir=$objdir
16436
d7040cdb
SE
16437# Used to examine libraries when file_magic_cmd begins with "file".
16438MAGIC_CMD=$MAGIC_CMD
16439
16440# Must we lock files when doing compilation?
16441need_locks=$lt_need_locks
16442
718a6fd8
SE
16443# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16444DSYMUTIL=$lt_DSYMUTIL
16445
16446# Tool to change global to local symbols on Mac OS X.
16447NMEDIT=$lt_NMEDIT
16448
16449# Tool to manipulate fat objects and archives on Mac OS X.
16450LIPO=$lt_LIPO
16451
16452# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16453OTOOL=$lt_OTOOL
16454
16455# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16456OTOOL64=$lt_OTOOL64
16457
d7040cdb
SE
16458# Old archive suffix (normally "a").
16459libext=$libext
16460
16461# Shared library suffix (normally ".so").
16462shrext_cmds=$lt_shrext_cmds
16463
16464# The commands to extract the exported symbol list from a shared archive.
16465extract_expsyms_cmds=$lt_extract_expsyms_cmds
16466
16467# Variables whose values should be saved in libtool wrapper scripts and
16468# restored at link time.
16469variables_saved_for_relink=$lt_variables_saved_for_relink
16470
16471# Do we need the "lib" prefix for modules?
16472need_lib_prefix=$need_lib_prefix
16473
16474# Do we need a version for libraries?
16475need_version=$need_version
16476
16477# Library versioning type.
16478version_type=$version_type
16479
16480# Shared library runtime path variable.
16481runpath_var=$runpath_var
16482
16483# Shared library path variable.
16484shlibpath_var=$shlibpath_var
16485
16486# Is shlibpath searched before the hard-coded library search path?
16487shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16488
16489# Format of library name prefix.
16490libname_spec=$lt_libname_spec
16491
16492# List of archive names. First name is the real one, the rest are links.
16493# The last name is the one that the linker finds with -lNAME
16494library_names_spec=$lt_library_names_spec
16495
16496# The coded name of the library, if different from the real name.
16497soname_spec=$lt_soname_spec
16498
3725885a
RW
16499# Permission mode override for installation of shared libraries.
16500install_override_mode=$lt_install_override_mode
16501
d7040cdb
SE
16502# Command to use after installation of a shared archive.
16503postinstall_cmds=$lt_postinstall_cmds
16504
16505# Command to use after uninstallation of a shared archive.
16506postuninstall_cmds=$lt_postuninstall_cmds
16507
16508# Commands used to finish a libtool library installation in a directory.
16509finish_cmds=$lt_finish_cmds
16510
16511# As "finish_cmds", except a single script fragment to be evaled but
16512# not shown.
16513finish_eval=$lt_finish_eval
16514
16515# Whether we should hardcode library paths into libraries.
16516hardcode_into_libs=$hardcode_into_libs
16517
16518# Compile-time system search path for libraries.
16519sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16520
16521# Run-time system search path for libraries.
16522sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16523
16524# Whether dlopen is supported.
16525dlopen_support=$enable_dlopen
16526
16527# Whether dlopen of programs is supported.
16528dlopen_self=$enable_dlopen_self
16529
16530# Whether dlopen of statically linked programs is supported.
16531dlopen_self_static=$enable_dlopen_self_static
16532
16533# Commands to strip libraries.
16534old_striplib=$lt_old_striplib
16535striplib=$lt_striplib
16536
16537
16538# The linker used to build libraries.
16539LD=$lt_LD
16540
3725885a
RW
16541# How to create reloadable object files.
16542reload_flag=$lt_reload_flag
16543reload_cmds=$lt_reload_cmds
16544
d7040cdb
SE
16545# Commands used to build an old-style archive.
16546old_archive_cmds=$lt_old_archive_cmds
16547
16548# A language specific compiler.
16549CC=$lt_compiler
16550
16551# Is the compiler the GNU compiler?
16552with_gcc=$GCC
16553
16554# Compiler flag to turn off builtin functions.
16555no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16556
df7b86aa
NC
16557# How to pass a linker flag through the compiler.
16558wl=$lt_lt_prog_compiler_wl
16559
f2c621e4
AS
16560# Additional compiler flags for building library objects.
16561pic_flag=$lt_lt_prog_compiler_pic
16562
d7040cdb
SE
16563# Compiler flag to prevent dynamic linking.
16564link_static_flag=$lt_lt_prog_compiler_static
16565
16566# Does compiler simultaneously support -c and -o options?
16567compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16568
16569# Whether or not to add -lc for building shared libraries.
16570build_libtool_need_lc=$archive_cmds_need_lc
16571
16572# Whether or not to disallow shared libs when runtime libs are static.
16573allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16574
16575# Compiler flag to allow reflexive dlopens.
16576export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16577
16578# Compiler flag to generate shared objects directly from archives.
16579whole_archive_flag_spec=$lt_whole_archive_flag_spec
16580
16581# Whether the compiler copes with passing no objects directly.
16582compiler_needs_object=$lt_compiler_needs_object
16583
16584# Create an old-style archive from a shared archive.
16585old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16586
16587# Create a temporary old-style archive to link instead of a shared archive.
16588old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16589
16590# Commands used to build a shared archive.
16591archive_cmds=$lt_archive_cmds
16592archive_expsym_cmds=$lt_archive_expsym_cmds
16593
16594# Commands used to build a loadable module if different from building
16595# a shared archive.
16596module_cmds=$lt_module_cmds
16597module_expsym_cmds=$lt_module_expsym_cmds
16598
16599# Whether we are building with GNU ld or not.
16600with_gnu_ld=$lt_with_gnu_ld
16601
16602# Flag that allows shared libraries with undefined symbols to be built.
16603allow_undefined_flag=$lt_allow_undefined_flag
16604
16605# Flag that enforces no undefined symbols.
16606no_undefined_flag=$lt_no_undefined_flag
16607
16608# Flag to hardcode \$libdir into a binary during linking.
16609# This must work even if \$libdir does not exist
16610hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16611
16612# If ld is used when linking, flag to hardcode \$libdir into a binary
16613# during linking. This must work even if \$libdir does not exist.
16614hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16615
16616# Whether we need a single "-rpath" flag with a separated argument.
16617hardcode_libdir_separator=$lt_hardcode_libdir_separator
16618
16619# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16620# DIR into the resulting binary.
16621hardcode_direct=$hardcode_direct
16622
16623# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16624# DIR into the resulting binary and the resulting library dependency is
16625# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16626# library is relocated.
16627hardcode_direct_absolute=$hardcode_direct_absolute
16628
16629# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16630# into the resulting binary.
16631hardcode_minus_L=$hardcode_minus_L
16632
16633# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16634# into the resulting binary.
16635hardcode_shlibpath_var=$hardcode_shlibpath_var
16636
16637# Set to "yes" if building a shared library automatically hardcodes DIR
16638# into the library and all subsequent libraries and executables linked
16639# against it.
16640hardcode_automatic=$hardcode_automatic
16641
16642# Set to yes if linker adds runtime paths of dependent libraries
16643# to runtime path list.
16644inherit_rpath=$inherit_rpath
16645
16646# Whether libtool must link a program against all its dependency libraries.
16647link_all_deplibs=$link_all_deplibs
16648
f2c621e4
AS
16649# Fix the shell variable \$srcfile for the compiler.
16650fix_srcfile_path=$lt_fix_srcfile_path
16651
d7040cdb
SE
16652# Set to "yes" if exported symbols are required.
16653always_export_symbols=$always_export_symbols
16654
16655# The commands to list exported symbols.
16656export_symbols_cmds=$lt_export_symbols_cmds
16657
16658# Symbols that should not be listed in the preloaded symbols.
16659exclude_expsyms=$lt_exclude_expsyms
16660
16661# Symbols that must always be exported.
16662include_expsyms=$lt_include_expsyms
16663
16664# Commands necessary for linking programs (against libraries) with templates.
16665prelink_cmds=$lt_prelink_cmds
16666
16667# Specify filename containing input files.
16668file_list_spec=$lt_file_list_spec
16669
16670# How to hardcode a shared library path into an executable.
16671hardcode_action=$hardcode_action
16672
16673# ### END LIBTOOL CONFIG
16674
16675_LT_EOF
16676
16677 case $host_os in
16678 aix3*)
16679 cat <<\_LT_EOF >> "$cfgfile"
16680# AIX sometimes has problems with the GCC collect2 program. For some
16681# reason, if we set the COLLECT_NAMES environment variable, the problems
16682# vanish in a puff of smoke.
16683if test "X${COLLECT_NAMES+set}" != Xset; then
16684 COLLECT_NAMES=
16685 export COLLECT_NAMES
16686fi
16687_LT_EOF
16688 ;;
16689 esac
16690
16691
16692ltmain="$ac_aux_dir/ltmain.sh"
16693
16694
16695 # We use sed instead of cat because bash on DJGPP gets confused if
16696 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16697 # text mode, it properly converts lines to CR/LF. This bash problem
16698 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16699 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16700 || (rm -f "$cfgfile"; exit 1)
16701
16702 case $xsi_shell in
16703 yes)
16704 cat << \_LT_EOF >> "$cfgfile"
16705
16706# func_dirname file append nondir_replacement
16707# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16708# otherwise set result to NONDIR_REPLACEMENT.
16709func_dirname ()
16710{
16711 case ${1} in
16712 */*) func_dirname_result="${1%/*}${2}" ;;
16713 * ) func_dirname_result="${3}" ;;
16714 esac
16715}
16716
16717# func_basename file
16718func_basename ()
16719{
16720 func_basename_result="${1##*/}"
16721}
16722
16723# func_dirname_and_basename file append nondir_replacement
16724# perform func_basename and func_dirname in a single function
16725# call:
16726# dirname: Compute the dirname of FILE. If nonempty,
16727# add APPEND to the result, otherwise set result
16728# to NONDIR_REPLACEMENT.
16729# value returned in "$func_dirname_result"
16730# basename: Compute filename of FILE.
16731# value retuned in "$func_basename_result"
16732# Implementation must be kept synchronized with func_dirname
16733# and func_basename. For efficiency, we do not delegate to
16734# those functions but instead duplicate the functionality here.
16735func_dirname_and_basename ()
16736{
16737 case ${1} in
16738 */*) func_dirname_result="${1%/*}${2}" ;;
16739 * ) func_dirname_result="${3}" ;;
16740 esac
16741 func_basename_result="${1##*/}"
16742}
16743
16744# func_stripname prefix suffix name
16745# strip PREFIX and SUFFIX off of NAME.
16746# PREFIX and SUFFIX must not contain globbing or regex special
16747# characters, hashes, percent signs, but SUFFIX may contain a leading
16748# dot (in which case that matches only a dot).
16749func_stripname ()
16750{
16751 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16752 # positional parameters, so assign one to ordinary parameter first.
16753 func_stripname_result=${3}
16754 func_stripname_result=${func_stripname_result#"${1}"}
16755 func_stripname_result=${func_stripname_result%"${2}"}
16756}
16757
16758# func_opt_split
16759func_opt_split ()
16760{
16761 func_opt_split_opt=${1%%=*}
16762 func_opt_split_arg=${1#*=}
16763}
16764
16765# func_lo2o object
16766func_lo2o ()
16767{
16768 case ${1} in
16769 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16770 *) func_lo2o_result=${1} ;;
16771 esac
16772}
16773
16774# func_xform libobj-or-source
16775func_xform ()
16776{
16777 func_xform_result=${1%.*}.lo
16778}
16779
16780# func_arith arithmetic-term...
16781func_arith ()
16782{
16783 func_arith_result=$(( $* ))
16784}
16785
16786# func_len string
16787# STRING may not start with a hyphen.
16788func_len ()
16789{
16790 func_len_result=${#1}
16791}
16792
16793_LT_EOF
16794 ;;
16795 *) # Bourne compatible functions.
16796 cat << \_LT_EOF >> "$cfgfile"
16797
16798# func_dirname file append nondir_replacement
16799# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16800# otherwise set result to NONDIR_REPLACEMENT.
16801func_dirname ()
16802{
16803 # Extract subdirectory from the argument.
16804 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16805 if test "X$func_dirname_result" = "X${1}"; then
16806 func_dirname_result="${3}"
16807 else
16808 func_dirname_result="$func_dirname_result${2}"
16809 fi
16810}
16811
16812# func_basename file
16813func_basename ()
16814{
16815 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16816}
16817
16818
16819# func_stripname prefix suffix name
16820# strip PREFIX and SUFFIX off of NAME.
16821# PREFIX and SUFFIX must not contain globbing or regex special
16822# characters, hashes, percent signs, but SUFFIX may contain a leading
16823# dot (in which case that matches only a dot).
16824# func_strip_suffix prefix name
16825func_stripname ()
16826{
16827 case ${2} in
16828 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16829 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16830 esac
16831}
16832
16833# sed scripts:
16834my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16835my_sed_long_arg='1s/^-[^=]*=//'
16836
16837# func_opt_split
16838func_opt_split ()
16839{
16840 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16841 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16842}
16843
16844# func_lo2o object
16845func_lo2o ()
16846{
16847 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16848}
16849
16850# func_xform libobj-or-source
16851func_xform ()
16852{
16853 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16854}
16855
16856# func_arith arithmetic-term...
16857func_arith ()
16858{
16859 func_arith_result=`expr "$@"`
16860}
16861
16862# func_len string
16863# STRING may not start with a hyphen.
16864func_len ()
16865{
16866 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16867}
16868
16869_LT_EOF
16870esac
16871
16872case $lt_shell_append in
16873 yes)
16874 cat << \_LT_EOF >> "$cfgfile"
16875
16876# func_append var value
16877# Append VALUE to the end of shell variable VAR.
16878func_append ()
16879{
16880 eval "$1+=\$2"
16881}
16882_LT_EOF
16883 ;;
16884 *)
16885 cat << \_LT_EOF >> "$cfgfile"
16886
16887# func_append var value
16888# Append VALUE to the end of shell variable VAR.
16889func_append ()
16890{
16891 eval "$1=\$$1\$2"
16892}
16893
16894_LT_EOF
16895 ;;
16896 esac
16897
16898
16899 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16900 || (rm -f "$cfgfile"; exit 1)
16901
16902 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16903 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16904 chmod +x "$ofile"
16905
13b2be9c 16906 ;;
81ecdfbb 16907 "default-1":C)
20e95c23
DJ
16908 for ac_file in $CONFIG_FILES; do
16909 # Support "outfile[:infile[:infile...]]"
16910 case "$ac_file" in
16911 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16912 esac
16913 # PO directories have a Makefile.in generated from Makefile.in.in.
16914 case "$ac_file" in */Makefile.in)
16915 # Adjust a relative srcdir.
16916 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16917 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16918 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16919 # In autoconf-2.13 it is called $ac_given_srcdir.
16920 # In autoconf-2.50 it is called $srcdir.
16921 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16922 case "$ac_given_srcdir" in
16923 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16924 /*) top_srcdir="$ac_given_srcdir" ;;
16925 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16926 esac
16927 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16928 rm -f "$ac_dir/POTFILES"
16929 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16930 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16931 POMAKEFILEDEPS="POTFILES.in"
16932 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16933 # on $ac_dir but don't depend on user-specified configuration
16934 # parameters.
16935 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16936 # The LINGUAS file contains the set of available languages.
16937 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 16938 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
16939 fi
16940 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16941 # Hide the ALL_LINGUAS assigment from automake.
16942 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16943 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16944 else
37a42ee9 16945 # The set of available languages was given in configure.ac.
20e95c23
DJ
16946 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16947 fi
16948 case "$ac_given_srcdir" in
16949 .) srcdirpre= ;;
16950 *) srcdirpre='$(srcdir)/' ;;
16951 esac
16952 POFILES=
16953 GMOFILES=
16954 UPDATEPOFILES=
16955 DUMMYPOFILES=
16956 for lang in $ALL_LINGUAS; do
16957 POFILES="$POFILES $srcdirpre$lang.po"
16958 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16959 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16960 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16961 done
16962 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16963 # environment variable.
16964 INST_LINGUAS=
16965 if test -n "$ALL_LINGUAS"; then
16966 for presentlang in $ALL_LINGUAS; do
16967 useit=no
16968 if test "%UNSET%" != "$LINGUAS"; then
16969 desiredlanguages="$LINGUAS"
16970 else
16971 desiredlanguages="$ALL_LINGUAS"
16972 fi
16973 for desiredlang in $desiredlanguages; do
16974 # Use the presentlang catalog if desiredlang is
16975 # a. equal to presentlang, or
16976 # b. a variant of presentlang (because in this case,
16977 # presentlang can be used as a fallback for messages
16978 # which are not translated in the desiredlang catalog).
16979 case "$desiredlang" in
16980 "$presentlang"*) useit=yes;;
16981 esac
16982 done
16983 if test $useit = yes; then
16984 INST_LINGUAS="$INST_LINGUAS $presentlang"
16985 fi
16986 done
16987 fi
16988 CATALOGS=
16989 if test -n "$INST_LINGUAS"; then
16990 for lang in $INST_LINGUAS; do
16991 CATALOGS="$CATALOGS $lang.gmo"
16992 done
16993 fi
16994 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16995 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"
16996 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16997 if test -f "$f"; then
16998 case "$f" in
16999 *.orig | *.bak | *~) ;;
17000 *) cat "$f" >> "$ac_dir/Makefile" ;;
17001 esac
17002 fi
17003 done
17004 fi
17005 ;;
17006 esac
17007 done ;;
81ecdfbb 17008 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
252b5132
RH
17009 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17010 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17011 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17012 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17013 if test "x$cgen_cpu_prefix" != x ; then
17014 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 17015 fi ;;
81ecdfbb 17016
13b2be9c 17017 esac
81ecdfbb 17018done # for ac_tag
13b2be9c 17019
13b2be9c 17020
81ecdfbb 17021as_fn_exit 0
13b2be9c 17022_ACEOF
13b2be9c
DJ
17023ac_clean_files=$ac_clean_files_save
17024
81ecdfbb
RW
17025test $ac_write_fail = 0 ||
17026 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17027
13b2be9c
DJ
17028
17029# configure is writing to config.log, and then calls config.status.
17030# config.status does its own redirection, appending to config.log.
17031# Unfortunately, on DOS this fails, as config.log is still kept open
17032# by configure, so config.status won't be able to write to it; its
17033# output is simply discarded. So we exec the FD to /dev/null,
17034# effectively closing config.log, so it can be properly (re)opened and
17035# appended to by config.status. When coming back to configure, we
17036# need to make the FD available again.
17037if test "$no_create" != yes; then
17038 ac_cs_success=:
17039 ac_config_status_args=
17040 test "$silent" = yes &&
17041 ac_config_status_args="$ac_config_status_args --quiet"
17042 exec 5>/dev/null
17043 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17044 exec 5>>config.log
17045 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17046 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17047 $ac_cs_success || as_fn_exit $?
17048fi
17049if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17051$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 17052fi
252b5132 17053
This page took 1.899155 seconds and 4 git commands to generate.