]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/configure
include: Sync with GCC
[thirdparty/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
55e99962 3# Generated by GNU Autoconf 2.64 for gas 2.30.52.
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'
55e99962
L
559PACKAGE_VERSION='2.30.52'
560PACKAGE_STRING='gas 2.30.52'
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 644NO_WERROR
c5da1932 645WARN_CFLAGS_FOR_BUILD
81ecdfbb 646WARN_CFLAGS
2d7f2507 647do_compare
81ecdfbb
RW
648OTOOL64
649OTOOL
650LIPO
651NMEDIT
652DSYMUTIL
81ecdfbb
RW
653RANLIB
654AR
655OBJDUMP
656LN_S
657NM
658ac_ct_DUMPBIN
659DUMPBIN
660LD
661FGREP
662SED
663LIBTOOL
664EGREP
665GREP
666CPP
667am__fastdepCC_FALSE
668am__fastdepCC_TRUE
669CCDEPMODE
6eb7d830 670am__nodep
81ecdfbb
RW
671AMDEPBACKSLASH
672AMDEP_FALSE
673AMDEP_TRUE
674am__quote
675am__include
676DEPDIR
677am__untar
678am__tar
679AMTAR
680am__leading_dot
681SET_MAKE
682AWK
683mkdir_p
684MKDIR_P
685INSTALL_STRIP_PROGRAM
686STRIP
687install_sh
688MAKEINFO
689AUTOHEADER
690AUTOMAKE
691AUTOCONF
692ACLOCAL
693VERSION
694PACKAGE
695CYGPATH_W
696am__isrc
697INSTALL_DATA
698INSTALL_SCRIPT
699INSTALL_PROGRAM
700OBJEXT
701EXEEXT
702ac_ct_CC
703CPPFLAGS
704LDFLAGS
705CFLAGS
706CC
707target_os
708target_vendor
709target_cpu
710target
711host_os
712host_vendor
713host_cpu
714host
715build_os
716build_vendor
717build_cpu
718build
719target_alias
720host_alias
721build_alias
722LIBS
723ECHO_T
724ECHO_N
725ECHO_C
726DEFS
727mandir
728localedir
729libdir
730psdir
731pdfdir
732dvidir
733htmldir
734infodir
735docdir
736oldincludedir
737includedir
738localstatedir
739sharedstatedir
740sysconfdir
741datadir
742datarootdir
743libexecdir
744sbindir
745bindir
746program_transform_name
747prefix
748exec_prefix
749PACKAGE_URL
750PACKAGE_BUGREPORT
751PACKAGE_STRING
752PACKAGE_VERSION
753PACKAGE_TARNAME
754PACKAGE_NAME
755PATH_SEPARATOR
756SHELL'
13b2be9c 757ac_subst_files=''
81ecdfbb
RW
758ac_user_opts='
759enable_option_checking
760enable_dependency_tracking
81ecdfbb
RW
761enable_shared
762enable_static
763with_pic
764enable_fast_install
765with_gnu_ld
766enable_libtool_lock
b879806f
AM
767enable_plugins
768enable_largefile
81ecdfbb
RW
769enable_targets
770enable_checking
6c3bc0f8 771enable_compressed_debug_sections
0cb4071e 772enable_x86_relax_relocations
b8871f35 773enable_elf_stt_common
0df8ad28 774enable_generate_build_notes
81ecdfbb
RW
775enable_werror
776enable_build_warnings
9004b6bd 777with_cpu
81ecdfbb
RW
778enable_nls
779enable_maintainer_mode
0138187e 780with_system_zlib
81ecdfbb
RW
781'
782 ac_precious_vars='build_alias
783host_alias
784target_alias
785CC
786CFLAGS
787LDFLAGS
788LIBS
789CPPFLAGS
790CPP
791YACC
792YFLAGS'
793
252b5132
RH
794
795# Initialize some variables set by options.
13b2be9c
DJ
796ac_init_help=
797ac_init_version=false
81ecdfbb
RW
798ac_unrecognized_opts=
799ac_unrecognized_sep=
252b5132
RH
800# The variables have the same names as the options, with
801# dashes changed to underlines.
13b2be9c 802cache_file=/dev/null
252b5132 803exec_prefix=NONE
252b5132 804no_create=
252b5132
RH
805no_recursion=
806prefix=NONE
807program_prefix=NONE
808program_suffix=NONE
809program_transform_name=s,x,x,
810silent=
811site=
812srcdir=
252b5132
RH
813verbose=
814x_includes=NONE
815x_libraries=NONE
13b2be9c
DJ
816
817# Installation directory options.
818# These are left unexpanded so users can "make install exec_prefix=/foo"
819# and all the variables that are supposed to be based on exec_prefix
820# by default will actually change.
821# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 822# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
823bindir='${exec_prefix}/bin'
824sbindir='${exec_prefix}/sbin'
825libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
826datarootdir='${prefix}/share'
827datadir='${datarootdir}'
252b5132
RH
828sysconfdir='${prefix}/etc'
829sharedstatedir='${prefix}/com'
830localstatedir='${prefix}/var'
252b5132
RH
831includedir='${prefix}/include'
832oldincludedir='/usr/include'
2e98a7bd 833docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
834infodir='${datarootdir}/info'
835htmldir='${docdir}'
836dvidir='${docdir}'
837pdfdir='${docdir}'
838psdir='${docdir}'
839libdir='${exec_prefix}/lib'
840localedir='${datarootdir}/locale'
841mandir='${datarootdir}/man'
252b5132 842
252b5132 843ac_prev=
81ecdfbb 844ac_dashdash=
252b5132
RH
845for ac_option
846do
252b5132
RH
847 # If the previous option needs an argument, assign it.
848 if test -n "$ac_prev"; then
81ecdfbb 849 eval $ac_prev=\$ac_option
252b5132
RH
850 ac_prev=
851 continue
852 fi
853
81ecdfbb
RW
854 case $ac_option in
855 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
856 *) ac_optarg=yes ;;
857 esac
252b5132
RH
858
859 # Accept the important Cygnus configure options, so we can diagnose typos.
860
81ecdfbb
RW
861 case $ac_dashdash$ac_option in
862 --)
863 ac_dashdash=yes ;;
252b5132
RH
864
865 -bindir | --bindir | --bindi | --bind | --bin | --bi)
866 ac_prev=bindir ;;
867 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 868 bindir=$ac_optarg ;;
252b5132
RH
869
870 -build | --build | --buil | --bui | --bu)
13b2be9c 871 ac_prev=build_alias ;;
252b5132 872 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 873 build_alias=$ac_optarg ;;
252b5132
RH
874
875 -cache-file | --cache-file | --cache-fil | --cache-fi \
876 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
877 ac_prev=cache_file ;;
878 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
879 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
880 cache_file=$ac_optarg ;;
881
882 --config-cache | -C)
883 cache_file=config.cache ;;
252b5132 884
81ecdfbb 885 -datadir | --datadir | --datadi | --datad)
252b5132 886 ac_prev=datadir ;;
81ecdfbb 887 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 888 datadir=$ac_optarg ;;
252b5132 889
81ecdfbb
RW
890 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
891 | --dataroo | --dataro | --datar)
892 ac_prev=datarootdir ;;
893 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
894 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
895 datarootdir=$ac_optarg ;;
896
252b5132 897 -disable-* | --disable-*)
81ecdfbb 898 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 899 # Reject names that are not valid shell variable names.
81ecdfbb
RW
900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901 as_fn_error "invalid feature name: $ac_useropt"
902 ac_useropt_orig=$ac_useropt
903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904 case $ac_user_opts in
905 *"
906"enable_$ac_useropt"
907"*) ;;
908 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
909 ac_unrecognized_sep=', ';;
910 esac
911 eval enable_$ac_useropt=no ;;
912
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
917
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
252b5132
RH
922
923 -enable-* | --enable-*)
81ecdfbb 924 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 925 # Reject names that are not valid shell variable names.
81ecdfbb
RW
926 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
927 as_fn_error "invalid feature name: $ac_useropt"
928 ac_useropt_orig=$ac_useropt
929 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
930 case $ac_user_opts in
931 *"
932"enable_$ac_useropt"
933"*) ;;
934 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
935 ac_unrecognized_sep=', ';;
252b5132 936 esac
81ecdfbb 937 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
938
939 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
940 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
941 | --exec | --exe | --ex)
942 ac_prev=exec_prefix ;;
943 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
944 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
945 | --exec=* | --exe=* | --ex=*)
13b2be9c 946 exec_prefix=$ac_optarg ;;
252b5132
RH
947
948 -gas | --gas | --ga | --g)
949 # Obsolete; use --with-gas.
950 with_gas=yes ;;
951
13b2be9c
DJ
952 -help | --help | --hel | --he | -h)
953 ac_init_help=long ;;
954 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
955 ac_init_help=recursive ;;
956 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
957 ac_init_help=short ;;
252b5132
RH
958
959 -host | --host | --hos | --ho)
13b2be9c 960 ac_prev=host_alias ;;
252b5132 961 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 962 host_alias=$ac_optarg ;;
252b5132 963
81ecdfbb
RW
964 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
965 ac_prev=htmldir ;;
966 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
967 | --ht=*)
968 htmldir=$ac_optarg ;;
969
252b5132
RH
970 -includedir | --includedir | --includedi | --included | --include \
971 | --includ | --inclu | --incl | --inc)
972 ac_prev=includedir ;;
973 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
974 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 975 includedir=$ac_optarg ;;
252b5132
RH
976
977 -infodir | --infodir | --infodi | --infod | --info | --inf)
978 ac_prev=infodir ;;
979 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 980 infodir=$ac_optarg ;;
252b5132
RH
981
982 -libdir | --libdir | --libdi | --libd)
983 ac_prev=libdir ;;
984 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 985 libdir=$ac_optarg ;;
252b5132
RH
986
987 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
988 | --libexe | --libex | --libe)
989 ac_prev=libexecdir ;;
990 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
991 | --libexe=* | --libex=* | --libe=*)
13b2be9c 992 libexecdir=$ac_optarg ;;
252b5132 993
81ecdfbb
RW
994 -localedir | --localedir | --localedi | --localed | --locale)
995 ac_prev=localedir ;;
996 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
997 localedir=$ac_optarg ;;
998
252b5132 999 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1000 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1001 ac_prev=localstatedir ;;
1002 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1003 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 1004 localstatedir=$ac_optarg ;;
252b5132
RH
1005
1006 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1007 ac_prev=mandir ;;
1008 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 1009 mandir=$ac_optarg ;;
252b5132
RH
1010
1011 -nfp | --nfp | --nf)
1012 # Obsolete; use --without-fp.
1013 with_fp=no ;;
1014
1015 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1016 | --no-cr | --no-c | -n)
252b5132
RH
1017 no_create=yes ;;
1018
1019 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1020 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1021 no_recursion=yes ;;
1022
1023 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1024 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1025 | --oldin | --oldi | --old | --ol | --o)
1026 ac_prev=oldincludedir ;;
1027 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1028 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1029 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1030 oldincludedir=$ac_optarg ;;
252b5132
RH
1031
1032 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1033 ac_prev=prefix ;;
1034 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1035 prefix=$ac_optarg ;;
252b5132
RH
1036
1037 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1038 | --program-pre | --program-pr | --program-p)
1039 ac_prev=program_prefix ;;
1040 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1041 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1042 program_prefix=$ac_optarg ;;
252b5132
RH
1043
1044 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1045 | --program-suf | --program-su | --program-s)
1046 ac_prev=program_suffix ;;
1047 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1048 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1049 program_suffix=$ac_optarg ;;
252b5132
RH
1050
1051 -program-transform-name | --program-transform-name \
1052 | --program-transform-nam | --program-transform-na \
1053 | --program-transform-n | --program-transform- \
1054 | --program-transform | --program-transfor \
1055 | --program-transfo | --program-transf \
1056 | --program-trans | --program-tran \
1057 | --progr-tra | --program-tr | --program-t)
1058 ac_prev=program_transform_name ;;
1059 -program-transform-name=* | --program-transform-name=* \
1060 | --program-transform-nam=* | --program-transform-na=* \
1061 | --program-transform-n=* | --program-transform-=* \
1062 | --program-transform=* | --program-transfor=* \
1063 | --program-transfo=* | --program-transf=* \
1064 | --program-trans=* | --program-tran=* \
1065 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1066 program_transform_name=$ac_optarg ;;
252b5132 1067
81ecdfbb
RW
1068 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1069 ac_prev=pdfdir ;;
1070 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1071 pdfdir=$ac_optarg ;;
1072
1073 -psdir | --psdir | --psdi | --psd | --ps)
1074 ac_prev=psdir ;;
1075 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1076 psdir=$ac_optarg ;;
1077
252b5132
RH
1078 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1079 | -silent | --silent | --silen | --sile | --sil)
1080 silent=yes ;;
1081
1082 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1083 ac_prev=sbindir ;;
1084 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1085 | --sbi=* | --sb=*)
13b2be9c 1086 sbindir=$ac_optarg ;;
252b5132
RH
1087
1088 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1089 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1090 | --sharedst | --shareds | --shared | --share | --shar \
1091 | --sha | --sh)
1092 ac_prev=sharedstatedir ;;
1093 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1094 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1095 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1096 | --sha=* | --sh=*)
13b2be9c 1097 sharedstatedir=$ac_optarg ;;
252b5132
RH
1098
1099 -site | --site | --sit)
1100 ac_prev=site ;;
1101 -site=* | --site=* | --sit=*)
13b2be9c 1102 site=$ac_optarg ;;
76bff705 1103
252b5132
RH
1104 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1105 ac_prev=srcdir ;;
1106 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1107 srcdir=$ac_optarg ;;
252b5132
RH
1108
1109 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1110 | --syscon | --sysco | --sysc | --sys | --sy)
1111 ac_prev=sysconfdir ;;
1112 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1113 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1114 sysconfdir=$ac_optarg ;;
252b5132
RH
1115
1116 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1117 ac_prev=target_alias ;;
252b5132 1118 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1119 target_alias=$ac_optarg ;;
252b5132
RH
1120
1121 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1122 verbose=yes ;;
1123
13b2be9c
DJ
1124 -version | --version | --versio | --versi | --vers | -V)
1125 ac_init_version=: ;;
252b5132
RH
1126
1127 -with-* | --with-*)
81ecdfbb 1128 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1129 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131 as_fn_error "invalid package name: $ac_useropt"
1132 ac_useropt_orig=$ac_useropt
1133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134 case $ac_user_opts in
1135 *"
1136"with_$ac_useropt"
1137"*) ;;
1138 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1139 ac_unrecognized_sep=', ';;
252b5132 1140 esac
81ecdfbb 1141 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1142
1143 -without-* | --without-*)
81ecdfbb 1144 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1145 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147 as_fn_error "invalid package name: $ac_useropt"
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1151 *"
1152"with_$ac_useropt"
1153"*) ;;
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
1156 esac
1157 eval with_$ac_useropt=no ;;
252b5132
RH
1158
1159 --x)
1160 # Obsolete; use --with-x.
1161 with_x=yes ;;
1162
1163 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1164 | --x-incl | --x-inc | --x-in | --x-i)
1165 ac_prev=x_includes ;;
1166 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1167 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1168 x_includes=$ac_optarg ;;
252b5132
RH
1169
1170 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1171 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1172 ac_prev=x_libraries ;;
1173 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1174 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1175 x_libraries=$ac_optarg ;;
252b5132 1176
81ecdfbb
RW
1177 -*) as_fn_error "unrecognized option: \`$ac_option'
1178Try \`$0 --help' for more information."
252b5132
RH
1179 ;;
1180
13b2be9c
DJ
1181 *=*)
1182 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1183 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1184 case $ac_envvar in #(
1185 '' | [0-9]* | *[!_$as_cr_alnum]* )
1186 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1187 esac
1188 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1189 export $ac_envvar ;;
1190
252b5132 1191 *)
13b2be9c 1192 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1193 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1194 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1195 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
13b2be9c 1196 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1197 ;;
1198
1199 esac
1200done
1201
1202if test -n "$ac_prev"; then
13b2be9c 1203 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1204 as_fn_error "missing argument to $ac_option"
c8615825 1205fi
c8615825 1206
81ecdfbb
RW
1207if test -n "$ac_unrecognized_opts"; then
1208 case $enable_option_checking in
1209 no) ;;
1210 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1211 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1212 esac
81ecdfbb 1213fi
252b5132 1214
81ecdfbb
RW
1215# Check all directory arguments for consistency.
1216for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1217 datadir sysconfdir sharedstatedir localstatedir includedir \
1218 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1219 libdir localedir mandir
252b5132 1220do
81ecdfbb
RW
1221 eval ac_val=\$$ac_var
1222 # Remove trailing slashes.
1223 case $ac_val in
1224 */ )
1225 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1226 eval $ac_var=\$ac_val;;
1227 esac
1228 # Be sure to have absolute directory names.
13b2be9c 1229 case $ac_val in
81ecdfbb
RW
1230 [\\/$]* | ?:[\\/]* ) continue;;
1231 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1232 esac
81ecdfbb 1233 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1234done
1235
13b2be9c
DJ
1236# There might be people who depend on the old broken behavior: `$host'
1237# used to hold the argument of --host etc.
1238# FIXME: To remove some day.
1239build=$build_alias
1240host=$host_alias
1241target=$target_alias
1242
1243# FIXME: To remove some day.
1244if test "x$host_alias" != x; then
1245 if test "x$build_alias" = x; then
1246 cross_compiling=maybe
81ecdfbb 1247 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13b2be9c
DJ
1248 If a cross compiler is detected then cross compile mode will be used." >&2
1249 elif test "x$build_alias" != "x$host_alias"; then
1250 cross_compiling=yes
1251 fi
1252fi
9b2b7d69 1253
13b2be9c
DJ
1254ac_tool_prefix=
1255test -n "$host_alias" && ac_tool_prefix=$host_alias-
1256
1257test "$silent" = yes && exec 6>/dev/null
252b5132 1258
252b5132 1259
81ecdfbb
RW
1260ac_pwd=`pwd` && test -n "$ac_pwd" &&
1261ac_ls_di=`ls -di .` &&
1262ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1263 as_fn_error "working directory cannot be determined"
1264test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1265 as_fn_error "pwd does not report name of working directory"
1266
1267
252b5132
RH
1268# Find the source files, if location was not specified.
1269if test -z "$srcdir"; then
1270 ac_srcdir_defaulted=yes
81ecdfbb
RW
1271 # Try the directory containing this script, then the parent directory.
1272 ac_confdir=`$as_dirname -- "$as_myself" ||
1273$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274 X"$as_myself" : 'X\(//\)[^/]' \| \
1275 X"$as_myself" : 'X\(//\)$' \| \
1276 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277$as_echo X"$as_myself" |
1278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279 s//\1/
1280 q
1281 }
1282 /^X\(\/\/\)[^/].*/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)$/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\).*/{
1291 s//\1/
1292 q
1293 }
1294 s/.*/./; q'`
252b5132 1295 srcdir=$ac_confdir
81ecdfbb 1296 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1297 srcdir=..
1298 fi
1299else
1300 ac_srcdir_defaulted=no
1301fi
81ecdfbb
RW
1302if test ! -r "$srcdir/$ac_unique_file"; then
1303 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1304 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1305fi
1306ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307ac_abs_confdir=`(
1308 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1309 pwd)`
1310# When building in place, set srcdir=.
1311if test "$ac_abs_confdir" = "$ac_pwd"; then
1312 srcdir=.
1313fi
1314# Remove unnecessary trailing slashes from srcdir.
1315# Double slashes in file names in object file debugging info
1316# mess up M-x gdb in Emacs.
1317case $srcdir in
1318*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1319esac
1320for ac_var in $ac_precious_vars; do
1321 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_env_${ac_var}_value=\$${ac_var}
1323 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325done
d6d788bd 1326
13b2be9c
DJ
1327#
1328# Report the --help message.
1329#
1330if test "$ac_init_help" = "long"; then
1331 # Omit some internal or obsolete options to make the list less imposing.
1332 # This message is too long to be a string in the A/UX 3.1 sh.
1333 cat <<_ACEOF
55e99962 1334\`configure' configures gas 2.30.52 to adapt to many kinds of systems.
9b2b7d69 1335
13b2be9c 1336Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1337
13b2be9c
DJ
1338To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1340
13b2be9c 1341Defaults for the options are specified in brackets.
9b2b7d69 1342
13b2be9c
DJ
1343Configuration:
1344 -h, --help display this help and exit
1345 --help=short display options specific to this package
1346 --help=recursive display the short help of all the included packages
1347 -V, --version display version information and exit
1348 -q, --quiet, --silent do not print \`checking...' messages
1349 --cache-file=FILE cache test results in FILE [disabled]
1350 -C, --config-cache alias for \`--cache-file=config.cache'
1351 -n, --no-create do not create output files
1352 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1353
13b2be9c
DJ
1354Installation directories:
1355 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1356 [$ac_default_prefix]
13b2be9c 1357 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1358 [PREFIX]
9b2b7d69 1359
13b2be9c
DJ
1360By default, \`make install' will install all the files in
1361\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1362an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363for instance \`--prefix=\$HOME'.
9b2b7d69 1364
13b2be9c 1365For better control, use the options below.
9b2b7d69 1366
13b2be9c 1367Fine tuning of the installation directories:
81ecdfbb
RW
1368 --bindir=DIR user executables [EPREFIX/bin]
1369 --sbindir=DIR system admin executables [EPREFIX/sbin]
1370 --libexecdir=DIR program executables [EPREFIX/libexec]
1371 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1372 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1373 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1374 --libdir=DIR object code libraries [EPREFIX/lib]
1375 --includedir=DIR C header files [PREFIX/include]
1376 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1377 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1378 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1379 --infodir=DIR info documentation [DATAROOTDIR/info]
1380 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1381 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1382 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
81ecdfbb
RW
1383 --htmldir=DIR html documentation [DOCDIR]
1384 --dvidir=DIR dvi documentation [DOCDIR]
1385 --pdfdir=DIR pdf documentation [DOCDIR]
1386 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1387_ACEOF
9b2b7d69 1388
13b2be9c 1389 cat <<\_ACEOF
9b2b7d69 1390
13b2be9c
DJ
1391Program names:
1392 --program-prefix=PREFIX prepend PREFIX to installed program names
1393 --program-suffix=SUFFIX append SUFFIX to installed program names
1394 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1395
13b2be9c
DJ
1396System types:
1397 --build=BUILD configure for building on BUILD [guessed]
1398 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1399 --target=TARGET configure for building compilers for TARGET [HOST]
1400_ACEOF
9b2b7d69 1401fi
9b2b7d69 1402
13b2be9c 1403if test -n "$ac_init_help"; then
2e98a7bd 1404 case $ac_init_help in
55e99962 1405 short | recursive ) echo "Configuration of gas 2.30.52:";;
2e98a7bd 1406 esac
13b2be9c 1407 cat <<\_ACEOF
9b2b7d69 1408
13b2be9c 1409Optional Features:
81ecdfbb 1410 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1411 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1412 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
1413 --disable-dependency-tracking speeds up one-time build
1414 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
13b2be9c 1419 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1420 --enable-plugins Enable support for plugins
1421 --disable-largefile omit support for large files
241a6c40 1422 --enable-targets alternative target configurations besides the primary
c43a438d 1423 --enable-checking enable run-time checks
4894d80b 1424 --enable-compressed-debug-sections={all,gas,none}
27ba7c94 1425 compress debug sections by default
0cb4071e
L
1426 --enable-x86-relax-relocations
1427 generate x86 relax relocations by default
b8871f35
L
1428 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1429 default
0df8ad28
NC
1430 --enable-generate-build-notes
1431 generate GNU Build notes if none are provided by the
1432 input
241a6c40
AM
1433 --enable-werror treat compile warnings as errors
1434 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1435 --disable-nls do not use Native Language Support
ab509236
L
1436 --enable-maintainer-mode enable make rules and dependencies not useful
1437 (and sometimes confusing) to the casual installer
9b2b7d69 1438
13b2be9c
DJ
1439Optional Packages:
1440 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1441 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1443 both]
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
9004b6bd
AB
1445 --with-cpu=CPU default cpu variant is CPU (currently only supported
1446 on ARC)
0138187e 1447 --with-system-zlib use installed libz
9b2b7d69 1448
13b2be9c
DJ
1449Some influential environment variables:
1450 CC C compiler command
1451 CFLAGS C compiler flags
1452 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1453 nonstandard directory <lib dir>
81ecdfbb
RW
1454 LIBS libraries to pass to the linker, e.g. -l<library>
1455 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456 you have headers in a nonstandard directory <include dir>
13b2be9c 1457 CPP C preprocessor
81ecdfbb
RW
1458 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1459 the first program found out of: `bison -y', `byacc', `yacc'.
1460 YFLAGS The list of arguments that will be passed by default to $YACC.
1461 This script will default YFLAGS to the empty string to avoid a
1462 default value of `-d' given by some make applications.
13b2be9c
DJ
1463
1464Use these variables to override the choices made by `configure' or to help
1465it to find libraries and programs with nonstandard names/locations.
1466
81ecdfbb 1467Report bugs to the package provider.
13b2be9c 1468_ACEOF
81ecdfbb 1469ac_status=$?
9b2b7d69 1470fi
9b2b7d69 1471
13b2be9c
DJ
1472if test "$ac_init_help" = "recursive"; then
1473 # If there are subdirs, report their specific --help.
13b2be9c 1474 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1475 test -d "$ac_dir" ||
1476 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477 continue
13b2be9c
DJ
1478 ac_builddir=.
1479
81ecdfbb
RW
1480case "$ac_dir" in
1481.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482*)
1483 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484 # A ".." for each directory in $ac_dir_suffix.
1485 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486 case $ac_top_builddir_sub in
1487 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489 esac ;;
1490esac
1491ac_abs_top_builddir=$ac_pwd
1492ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493# for backward compatibility:
1494ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1495
13b2be9c 1496case $srcdir in
81ecdfbb 1497 .) # We are building in place.
13b2be9c 1498 ac_srcdir=.
81ecdfbb
RW
1499 ac_top_srcdir=$ac_top_builddir_sub
1500 ac_abs_top_srcdir=$ac_pwd ;;
1501 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1502 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1503 ac_top_srcdir=$srcdir
1504 ac_abs_top_srcdir=$srcdir ;;
1505 *) # Relative name.
1506 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507 ac_top_srcdir=$ac_top_build_prefix$srcdir
1508 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1509esac
81ecdfbb
RW
1510ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512 cd "$ac_dir" || { ac_status=$?; continue; }
1513 # Check for guested configure.
1514 if test -f "$ac_srcdir/configure.gnu"; then
1515 echo &&
1516 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517 elif test -f "$ac_srcdir/configure"; then
1518 echo &&
1519 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1520 else
81ecdfbb
RW
1521 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522 fi || ac_status=$?
1523 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1524 done
1525fi
6840198f 1526
81ecdfbb 1527test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1528if $ac_init_version; then
1529 cat <<\_ACEOF
55e99962 1530gas configure 2.30.52
81ecdfbb 1531generated by GNU Autoconf 2.64
c8615825 1532
81ecdfbb 1533Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
1534This configure script is free software; the Free Software Foundation
1535gives unlimited permission to copy, distribute and modify it.
1536_ACEOF
81ecdfbb 1537 exit
13b2be9c 1538fi
c8615825 1539
81ecdfbb
RW
1540## ------------------------ ##
1541## Autoconf initialization. ##
1542## ------------------------ ##
c8615825 1543
81ecdfbb
RW
1544# ac_fn_c_try_compile LINENO
1545# --------------------------
1546# Try to compile conftest.$ac_ext, and return whether this succeeded.
1547ac_fn_c_try_compile ()
13b2be9c 1548{
81ecdfbb
RW
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 rm -f conftest.$ac_objext
1551 if { { ac_try="$ac_compile"
1552case "(($ac_try" in
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554 *) ac_try_echo=$ac_try;;
1555esac
1556eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557$as_echo "$ac_try_echo"; } >&5
1558 (eval "$ac_compile") 2>conftest.err
1559 ac_status=$?
1560 if test -s conftest.err; then
1561 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err
1564 fi
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } && {
1567 test -z "$ac_c_werror_flag" ||
1568 test ! -s conftest.err
1569 } && test -s conftest.$ac_objext; then :
1570 ac_retval=0
1571else
1572 $as_echo "$as_me: failed program was:" >&5
1573sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1574
81ecdfbb
RW
1575 ac_retval=1
1576fi
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578 return $ac_retval
13b2be9c 1579
81ecdfbb 1580} # ac_fn_c_try_compile
13b2be9c 1581
81ecdfbb
RW
1582# ac_fn_c_try_link LINENO
1583# -----------------------
1584# Try to link conftest.$ac_ext, and return whether this succeeded.
1585ac_fn_c_try_link ()
1586{
1587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588 rm -f conftest.$ac_objext conftest$ac_exeext
1589 if { { ac_try="$ac_link"
1590case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593esac
1594eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595$as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_link") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1602 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 } && test -s conftest$ac_exeext && {
1608 test "$cross_compiling" = yes ||
1609 $as_test_x conftest$ac_exeext
1610 }; then :
1611 ac_retval=0
1612else
1613 $as_echo "$as_me: failed program was:" >&5
1614sed 's/^/| /' conftest.$ac_ext >&5
1615
1616 ac_retval=1
1617fi
1618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620 # interfere with the next link command; also delete a directory that is
1621 # left behind by Apple's compiler. We do this before executing the actions.
1622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 return $ac_retval
1625
1626} # ac_fn_c_try_link
1627
1628# ac_fn_c_try_cpp LINENO
1629# ----------------------
1630# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631ac_fn_c_try_cpp ()
1632{
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { { ac_try="$ac_cpp conftest.$ac_ext"
1635case "(($ac_try" in
1636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637 *) ac_try_echo=$ac_try;;
1638esac
1639eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640$as_echo "$ac_try_echo"; } >&5
1641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642 ac_status=$?
1643 if test -s conftest.err; then
1644 grep -v '^ *+' conftest.err >conftest.er1
1645 cat conftest.er1 >&5
1646 mv -f conftest.er1 conftest.err
1647 fi
1648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649 test $ac_status = 0; } >/dev/null && {
1650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651 test ! -s conftest.err
1652 }; then :
1653 ac_retval=0
1654else
1655 $as_echo "$as_me: failed program was:" >&5
1656sed 's/^/| /' conftest.$ac_ext >&5
1657
1658 ac_retval=1
1659fi
1660 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661 return $ac_retval
1662
1663} # ac_fn_c_try_cpp
1664
1665# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666# -------------------------------------------------------
1667# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668# the include files in INCLUDES and setting the cache variable VAR
1669# accordingly.
1670ac_fn_c_check_header_mongrel ()
1671{
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675$as_echo_n "checking for $2... " >&6; }
1676if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1678fi
1679eval ac_res=\$$3
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681$as_echo "$ac_res" >&6; }
1682else
1683 # Is the header compilable?
1684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685$as_echo_n "checking $2 usability... " >&6; }
1686cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687/* end confdefs.h. */
1688$4
1689#include <$2>
1690_ACEOF
1691if ac_fn_c_try_compile "$LINENO"; then :
1692 ac_header_compiler=yes
1693else
1694 ac_header_compiler=no
1695fi
1696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698$as_echo "$ac_header_compiler" >&6; }
1699
1700# Is the header present?
1701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702$as_echo_n "checking $2 presence... " >&6; }
1703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704/* end confdefs.h. */
1705#include <$2>
1706_ACEOF
1707if ac_fn_c_try_cpp "$LINENO"; then :
1708 ac_header_preproc=yes
1709else
1710 ac_header_preproc=no
1711fi
1712rm -f conftest.err conftest.$ac_ext
1713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714$as_echo "$ac_header_preproc" >&6; }
1715
1716# So? What about this header?
1717case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718 yes:no: )
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723 ;;
1724 no:yes:* )
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1728$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1732$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735 ;;
1736esac
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738$as_echo_n "checking for $2... " >&6; }
1739if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1741else
1742 eval "$3=\$ac_header_compiler"
1743fi
1744eval ac_res=\$$3
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746$as_echo "$ac_res" >&6; }
1747fi
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750} # ac_fn_c_check_header_mongrel
1751
1752# ac_fn_c_try_run LINENO
1753# ----------------------
1754# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755# that executables *can* be run.
1756ac_fn_c_try_run ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 if { { ac_try="$ac_link"
1760case "(($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_link") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770 { { case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1773esac
1774eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775$as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_try") 2>&5
1777 ac_status=$?
1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779 test $ac_status = 0; }; }; then :
1780 ac_retval=0
1781else
1782 $as_echo "$as_me: program exited with status $ac_status" >&5
1783 $as_echo "$as_me: failed program was:" >&5
1784sed 's/^/| /' conftest.$ac_ext >&5
1785
1786 ac_retval=$ac_status
1787fi
1788 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790 return $ac_retval
1791
1792} # ac_fn_c_try_run
1793
1794# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795# -------------------------------------------------------
1796# Tests whether HEADER exists and can be compiled using the include files in
1797# INCLUDES, setting the cache variable VAR accordingly.
1798ac_fn_c_check_header_compile ()
1799{
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802$as_echo_n "checking for $2... " >&6; }
1803if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804 $as_echo_n "(cached) " >&6
1805else
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807/* end confdefs.h. */
1808$4
1809#include <$2>
1810_ACEOF
1811if ac_fn_c_try_compile "$LINENO"; then :
1812 eval "$3=yes"
1813else
1814 eval "$3=no"
1815fi
1816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817fi
1818eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820$as_echo "$ac_res" >&6; }
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823} # ac_fn_c_check_header_compile
1824
1825# ac_fn_c_check_func LINENO FUNC VAR
1826# ----------------------------------
1827# Tests whether FUNC exists, setting the cache variable VAR accordingly
1828ac_fn_c_check_func ()
1829{
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832$as_echo_n "checking for $2... " >&6; }
1833if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1835else
1836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837/* end confdefs.h. */
1838/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1840#define $2 innocuous_$2
1841
1842/* System header to define __stub macros and hopefully few prototypes,
1843 which can conflict with char $2 (); below.
1844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845 <limits.h> exists even on freestanding compilers. */
1846
1847#ifdef __STDC__
1848# include <limits.h>
1849#else
1850# include <assert.h>
1851#endif
1852
1853#undef $2
1854
1855/* Override any GCC internal prototype to avoid an error.
1856 Use char because int might match the return type of a GCC
1857 builtin and then its argument prototype would still apply. */
1858#ifdef __cplusplus
1859extern "C"
1860#endif
1861char $2 ();
1862/* The GNU C library defines this for functions which it implements
1863 to always fail with ENOSYS. Some functions are actually named
1864 something starting with __ and the normal name is an alias. */
1865#if defined __stub_$2 || defined __stub___$2
1866choke me
1867#endif
1868
1869int
1870main ()
1871{
1872return $2 ();
1873 ;
1874 return 0;
1875}
1876_ACEOF
1877if ac_fn_c_try_link "$LINENO"; then :
1878 eval "$3=yes"
1879else
1880 eval "$3=no"
1881fi
1882rm -f core conftest.err conftest.$ac_objext \
1883 conftest$ac_exeext conftest.$ac_ext
1884fi
1885eval ac_res=\$$3
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887$as_echo "$ac_res" >&6; }
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890} # ac_fn_c_check_func
1891
1892# ac_fn_c_check_decl LINENO SYMBOL VAR
1893# ------------------------------------
1894# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1895ac_fn_c_check_decl ()
1896{
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1898 as_decl_name=`echo $2|sed 's/ *(.*//'`
1899 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1901$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1902if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1903 $as_echo_n "(cached) " >&6
1904else
1905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1906/* end confdefs.h. */
1907$4
1908int
1909main ()
1910{
360cfc9c
AM
1911#ifndef $as_decl_name
1912#ifdef __cplusplus
1913 (void) $as_decl_use;
1914#else
1915 (void) $as_decl_name;
1916#endif
81ecdfbb
RW
1917#endif
1918
1919 ;
1920 return 0;
1921}
1922_ACEOF
1923if ac_fn_c_try_compile "$LINENO"; then :
1924 eval "$3=yes"
1925else
1926 eval "$3=no"
1927fi
1928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1929fi
1930eval ac_res=\$$3
1931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1932$as_echo "$ac_res" >&6; }
1933 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1934
1935} # ac_fn_c_check_decl
1936cat >config.log <<_ACEOF
1937This file contains any messages produced by compilers while
1938running configure, to aid debugging if configure makes a mistake.
1939
55e99962 1940It was created by gas $as_me 2.30.52, which was
81ecdfbb
RW
1941generated by GNU Autoconf 2.64. Invocation command line was
1942
1943 $ $0 $@
1944
1945_ACEOF
1946exec 5>>config.log
1947{
1948cat <<_ASUNAME
1949## --------- ##
1950## Platform. ##
1951## --------- ##
1952
1953hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1954uname -m = `(uname -m) 2>/dev/null || echo unknown`
1955uname -r = `(uname -r) 2>/dev/null || echo unknown`
1956uname -s = `(uname -s) 2>/dev/null || echo unknown`
1957uname -v = `(uname -v) 2>/dev/null || echo unknown`
1958
1959/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1960/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1961
1962/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
1963/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1964/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1965/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
1966/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1967/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1968/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1969
1970_ASUNAME
1971
1972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1973for as_dir in $PATH
1974do
1975 IFS=$as_save_IFS
1976 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1977 $as_echo "PATH: $as_dir"
1978 done
1979IFS=$as_save_IFS
9b2b7d69 1980
13b2be9c 1981} >&5
6840198f 1982
13b2be9c 1983cat >&5 <<_ACEOF
c8615825 1984
9b2b7d69 1985
13b2be9c
DJ
1986## ----------- ##
1987## Core tests. ##
1988## ----------- ##
87ccc1b0 1989
13b2be9c 1990_ACEOF
9b2b7d69 1991
13b2be9c
DJ
1992
1993# Keep a trace of the command line.
1994# Strip out --no-create and --no-recursion so they do not pile up.
1995# Strip out --silent because we don't want to record it for future runs.
1996# Also quote any args containing shell meta-characters.
1997# Make two passes to allow for proper duplicate-argument suppression.
1998ac_configure_args=
1999ac_configure_args0=
2000ac_configure_args1=
13b2be9c
DJ
2001ac_must_keep_next=false
2002for ac_pass in 1 2
2003do
2004 for ac_arg
2005 do
2006 case $ac_arg in
2007 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2008 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2009 | -silent | --silent | --silen | --sile | --sil)
2010 continue ;;
81ecdfbb
RW
2011 *\'*)
2012 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2013 esac
2014 case $ac_pass in
81ecdfbb 2015 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 2016 2)
81ecdfbb 2017 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 2018 if test $ac_must_keep_next = true; then
ab509236 2019 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 2020 else
ab509236
L
2021 case $ac_arg in
2022 *=* | --config-cache | -C | -disable-* | --disable-* \
2023 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2024 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2025 | -with-* | --with-* | -without-* | --without-* | --x)
2026 case "$ac_configure_args0 " in
2027 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2028 esac
2029 ;;
2030 -* ) ac_must_keep_next=true ;;
2031 esac
13b2be9c 2032 fi
81ecdfbb 2033 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2034 ;;
2035 esac
2036 done
13b2be9c 2037done
81ecdfbb
RW
2038{ ac_configure_args0=; unset ac_configure_args0;}
2039{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2040
2041# When interrupted or exit'd, cleanup temporary files, and complete
2042# config.log. We remove comments because anyway the quotes in there
2043# would cause problems or look ugly.
81ecdfbb
RW
2044# WARNING: Use '\'' to represent an apostrophe within the trap.
2045# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2046trap 'exit_status=$?
2047 # Save into config.log some information that might help in debugging.
2048 {
2049 echo
2050
2051 cat <<\_ASBOX
2052## ---------------- ##
2053## Cache variables. ##
2054## ---------------- ##
2055_ASBOX
2056 echo
2057 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2058(
2059 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2060 eval ac_val=\$$ac_var
2061 case $ac_val in #(
2062 *${as_nl}*)
2063 case $ac_var in #(
2064 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2065$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2066 esac
2067 case $ac_var in #(
2068 _ | IFS | as_nl) ;; #(
2069 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2070 *) { eval $ac_var=; unset $ac_var;} ;;
2071 esac ;;
2072 esac
2073 done
13b2be9c 2074 (set) 2>&1 |
81ecdfbb
RW
2075 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2076 *${as_nl}ac_space=\ *)
13b2be9c 2077 sed -n \
81ecdfbb
RW
2078 "s/'\''/'\''\\\\'\'''\''/g;
2079 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2080 ;; #(
13b2be9c 2081 *)
81ecdfbb 2082 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2083 ;;
81ecdfbb
RW
2084 esac |
2085 sort
2086)
13b2be9c
DJ
2087 echo
2088
2089 cat <<\_ASBOX
2090## ----------------- ##
2091## Output variables. ##
2092## ----------------- ##
2093_ASBOX
2094 echo
2095 for ac_var in $ac_subst_vars
2096 do
81ecdfbb
RW
2097 eval ac_val=\$$ac_var
2098 case $ac_val in
2099 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2100 esac
2101 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2102 done | sort
2103 echo
2104
2105 if test -n "$ac_subst_files"; then
2106 cat <<\_ASBOX
81ecdfbb
RW
2107## ------------------- ##
2108## File substitutions. ##
2109## ------------------- ##
13b2be9c
DJ
2110_ASBOX
2111 echo
2112 for ac_var in $ac_subst_files
2113 do
81ecdfbb
RW
2114 eval ac_val=\$$ac_var
2115 case $ac_val in
2116 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2117 esac
2118 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2119 done | sort
2120 echo
2121 fi
2122
2123 if test -s confdefs.h; then
2124 cat <<\_ASBOX
2125## ----------- ##
2126## confdefs.h. ##
2127## ----------- ##
2128_ASBOX
2129 echo
81ecdfbb 2130 cat confdefs.h
13b2be9c
DJ
2131 echo
2132 fi
2133 test "$ac_signal" != 0 &&
81ecdfbb
RW
2134 $as_echo "$as_me: caught signal $ac_signal"
2135 $as_echo "$as_me: exit $exit_status"
13b2be9c 2136 } >&5
81ecdfbb
RW
2137 rm -f core *.core core.conftest.* &&
2138 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2139 exit $exit_status
81ecdfbb 2140' 0
13b2be9c 2141for ac_signal in 1 2 13 15; do
81ecdfbb 2142 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2143done
2144ac_signal=0
2145
2146# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2147rm -f -r conftest* confdefs.h
2148
2149$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2150
2151# Predefined preprocessor variables.
2152
2153cat >>confdefs.h <<_ACEOF
2154#define PACKAGE_NAME "$PACKAGE_NAME"
2155_ACEOF
2156
13b2be9c
DJ
2157cat >>confdefs.h <<_ACEOF
2158#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2159_ACEOF
2160
13b2be9c
DJ
2161cat >>confdefs.h <<_ACEOF
2162#define PACKAGE_VERSION "$PACKAGE_VERSION"
2163_ACEOF
2164
13b2be9c
DJ
2165cat >>confdefs.h <<_ACEOF
2166#define PACKAGE_STRING "$PACKAGE_STRING"
2167_ACEOF
2168
13b2be9c
DJ
2169cat >>confdefs.h <<_ACEOF
2170#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2171_ACEOF
2172
81ecdfbb
RW
2173cat >>confdefs.h <<_ACEOF
2174#define PACKAGE_URL "$PACKAGE_URL"
2175_ACEOF
2176
13b2be9c
DJ
2177
2178# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2179# Prefer an explicitly selected file to automatically selected ones.
2180ac_site_file1=NONE
2181ac_site_file2=NONE
2182if test -n "$CONFIG_SITE"; then
2183 ac_site_file1=$CONFIG_SITE
2184elif test "x$prefix" != xNONE; then
2185 ac_site_file1=$prefix/share/config.site
2186 ac_site_file2=$prefix/etc/config.site
2187else
2188 ac_site_file1=$ac_default_prefix/share/config.site
2189 ac_site_file2=$ac_default_prefix/etc/config.site
2190fi
2191for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2192do
2193 test "x$ac_site_file" = xNONE && continue
13b2be9c 2194 if test -r "$ac_site_file"; then
81ecdfbb
RW
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2196$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c
DJ
2197 sed 's/^/| /' "$ac_site_file" >&5
2198 . "$ac_site_file"
2199 fi
2200done
2201
2202if test -r "$cache_file"; then
2203 # Some versions of bash will fail to source /dev/null (special
2204 # files actually), so we avoid doing that.
2205 if test -f "$cache_file"; then
81ecdfbb
RW
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2207$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2208 case $cache_file in
81ecdfbb
RW
2209 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2210 *) . "./$cache_file";;
13b2be9c
DJ
2211 esac
2212 fi
2213else
81ecdfbb
RW
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2215$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2216 >$cache_file
2217fi
2218
2219# Check that the precious variables saved in the cache have kept the same
2220# value.
2221ac_cache_corrupted=false
81ecdfbb 2222for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2223 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2224 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2225 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2226 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2227 case $ac_old_set,$ac_new_set in
2228 set,)
81ecdfbb
RW
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2230$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2231 ac_cache_corrupted=: ;;
2232 ,set)
81ecdfbb
RW
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2234$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2235 ac_cache_corrupted=: ;;
2236 ,);;
2237 *)
2238 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2239 # differences in whitespace do not lead to failure.
2240 ac_old_val_w=`echo x $ac_old_val`
2241 ac_new_val_w=`echo x $ac_new_val`
2242 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2244$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2245 ac_cache_corrupted=:
2246 else
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2248$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2249 eval $ac_var=\$ac_old_val
2250 fi
2251 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2252$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2254$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2255 fi;;
2256 esac
2257 # Pass precious variables to config.status.
2258 if test "$ac_new_set" = set; then
2259 case $ac_new_val in
81ecdfbb 2260 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2261 *) ac_arg=$ac_var=$ac_new_val ;;
2262 esac
2263 case " $ac_configure_args " in
2264 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2265 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2266 esac
2267 fi
2268done
2269if $ac_cache_corrupted; then
81ecdfbb
RW
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2273$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2274 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2275fi
81ecdfbb
RW
2276## -------------------- ##
2277## Main body of script. ##
2278## -------------------- ##
13b2be9c
DJ
2279
2280ac_ext=c
2281ac_cpp='$CPP $CPPFLAGS'
2282ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2283ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2284ac_compiler_gnu=$ac_cv_c_compiler_gnu
2285
2286
2287
13b2be9c 2288
da594c4a 2289
13b2be9c
DJ
2290
2291
2292ac_aux_dir=
81ecdfbb
RW
2293for ac_dir in .. "$srcdir"/..; do
2294 for ac_t in install-sh install.sh shtool; do
2295 if test -f "$ac_dir/$ac_t"; then
2296 ac_aux_dir=$ac_dir
2297 ac_install_sh="$ac_aux_dir/$ac_t -c"
2298 break 2
2299 fi
2300 done
13b2be9c
DJ
2301done
2302if test -z "$ac_aux_dir"; then
81ecdfbb 2303 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2304fi
81ecdfbb
RW
2305
2306# These three variables are undocumented and unsupported,
2307# and are intended to be withdrawn in a future Autoconf release.
2308# They can cause serious problems if a builder's source tree is in a directory
2309# whose full name contains unusual characters.
2310ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2311ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2312ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2313
13b2be9c
DJ
2314
2315# Make sure we can run config.sub.
81ecdfbb
RW
2316$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2317 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2318
2319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2320$as_echo_n "checking build system type... " >&6; }
2321if test "${ac_cv_build+set}" = set; then :
2322 $as_echo_n "(cached) " >&6
2323else
2324 ac_build_alias=$build_alias
2325test "x$ac_build_alias" = x &&
2326 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2327test "x$ac_build_alias" = x &&
2328 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2329ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2330 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2331
2332fi
2333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2334$as_echo "$ac_cv_build" >&6; }
2335case $ac_cv_build in
2336*-*-*) ;;
2337*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2338esac
13b2be9c 2339build=$ac_cv_build
81ecdfbb
RW
2340ac_save_IFS=$IFS; IFS='-'
2341set x $ac_cv_build
2342shift
2343build_cpu=$1
2344build_vendor=$2
2345shift; shift
2346# Remember, the first character of IFS is used to create $*,
2347# except with old shells:
2348build_os=$*
2349IFS=$ac_save_IFS
2350case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2351
2352
81ecdfbb
RW
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2354$as_echo_n "checking host system type... " >&6; }
2355if test "${ac_cv_host+set}" = set; then :
2356 $as_echo_n "(cached) " >&6
13b2be9c 2357else
81ecdfbb
RW
2358 if test "x$host_alias" = x; then
2359 ac_cv_host=$ac_cv_build
2360else
2361 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2362 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2363fi
13b2be9c
DJ
2364
2365fi
81ecdfbb
RW
2366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2367$as_echo "$ac_cv_host" >&6; }
2368case $ac_cv_host in
2369*-*-*) ;;
2370*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2371esac
13b2be9c 2372host=$ac_cv_host
81ecdfbb
RW
2373ac_save_IFS=$IFS; IFS='-'
2374set x $ac_cv_host
2375shift
2376host_cpu=$1
2377host_vendor=$2
2378shift; shift
2379# Remember, the first character of IFS is used to create $*,
2380# except with old shells:
2381host_os=$*
2382IFS=$ac_save_IFS
2383case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2384
2385
81ecdfbb
RW
2386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2387$as_echo_n "checking target system type... " >&6; }
2388if test "${ac_cv_target+set}" = set; then :
2389 $as_echo_n "(cached) " >&6
2390else
2391 if test "x$target_alias" = x; then
2392 ac_cv_target=$ac_cv_host
13b2be9c 2393else
81ecdfbb
RW
2394 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2395 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2396fi
13b2be9c
DJ
2397
2398fi
81ecdfbb
RW
2399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2400$as_echo "$ac_cv_target" >&6; }
2401case $ac_cv_target in
2402*-*-*) ;;
2403*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2404esac
13b2be9c 2405target=$ac_cv_target
81ecdfbb
RW
2406ac_save_IFS=$IFS; IFS='-'
2407set x $ac_cv_target
2408shift
2409target_cpu=$1
2410target_vendor=$2
2411shift; shift
2412# Remember, the first character of IFS is used to create $*,
2413# except with old shells:
2414target_os=$*
2415IFS=$ac_save_IFS
2416case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2417
2418
2419# The aliases save the names the user supplied, while $host etc.
2420# will get canonicalized.
2421test -n "$target_alias" &&
2422 test "$program_prefix$program_suffix$program_transform_name" = \
2423 NONENONEs,x,x, &&
2424 program_prefix=${target_alias}-
2425ac_ext=c
2426ac_cpp='$CPP $CPPFLAGS'
2427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2429ac_compiler_gnu=$ac_cv_c_compiler_gnu
2430if test -n "$ac_tool_prefix"; then
2431 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2432set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2434$as_echo_n "checking for $ac_word... " >&6; }
2435if test "${ac_cv_prog_CC+set}" = set; then :
2436 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2437else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440else
2441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2442for as_dir in $PATH
2443do
2444 IFS=$as_save_IFS
2445 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2446 for ac_exec_ext in '' $ac_executable_extensions; do
2447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2448 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2450 break 2
2451 fi
2452done
81ecdfbb
RW
2453 done
2454IFS=$as_save_IFS
13b2be9c
DJ
2455
2456fi
2457fi
2458CC=$ac_cv_prog_CC
2459if test -n "$CC"; then
81ecdfbb
RW
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2461$as_echo "$CC" >&6; }
13b2be9c 2462else
81ecdfbb
RW
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2464$as_echo "no" >&6; }
13b2be9c
DJ
2465fi
2466
81ecdfbb 2467
13b2be9c
DJ
2468fi
2469if test -z "$ac_cv_prog_CC"; then
2470 ac_ct_CC=$CC
2471 # Extract the first word of "gcc", so it can be a program name with args.
2472set dummy gcc; ac_word=$2
81ecdfbb
RW
2473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2474$as_echo_n "checking for $ac_word... " >&6; }
2475if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2476 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2477else
2478 if test -n "$ac_ct_CC"; then
2479 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2480else
2481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2482for as_dir in $PATH
2483do
2484 IFS=$as_save_IFS
2485 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2486 for ac_exec_ext in '' $ac_executable_extensions; do
2487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2488 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2490 break 2
2491 fi
2492done
81ecdfbb
RW
2493 done
2494IFS=$as_save_IFS
13b2be9c
DJ
2495
2496fi
2497fi
2498ac_ct_CC=$ac_cv_prog_ac_ct_CC
2499if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2501$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2502else
81ecdfbb
RW
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2504$as_echo "no" >&6; }
13b2be9c
DJ
2505fi
2506
81ecdfbb
RW
2507 if test "x$ac_ct_CC" = x; then
2508 CC=""
2509 else
2510 case $cross_compiling:$ac_tool_warned in
2511yes:)
2512{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2513$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2514ac_tool_warned=yes ;;
2515esac
2516 CC=$ac_ct_CC
2517 fi
13b2be9c
DJ
2518else
2519 CC="$ac_cv_prog_CC"
2520fi
2521
2522if test -z "$CC"; then
81ecdfbb
RW
2523 if test -n "$ac_tool_prefix"; then
2524 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13b2be9c 2525set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2527$as_echo_n "checking for $ac_word... " >&6; }
2528if test "${ac_cv_prog_CC+set}" = set; then :
2529 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2530else
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC="$CC" # Let the user override the test.
2533else
2534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535for as_dir in $PATH
2536do
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2541 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2543 break 2
2544 fi
2545done
81ecdfbb
RW
2546 done
2547IFS=$as_save_IFS
13b2be9c
DJ
2548
2549fi
2550fi
2551CC=$ac_cv_prog_CC
2552if test -n "$CC"; then
81ecdfbb
RW
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2554$as_echo "$CC" >&6; }
13b2be9c 2555else
81ecdfbb
RW
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2557$as_echo "no" >&6; }
13b2be9c
DJ
2558fi
2559
13b2be9c 2560
81ecdfbb 2561 fi
13b2be9c
DJ
2562fi
2563if test -z "$CC"; then
2564 # Extract the first word of "cc", so it can be a program name with args.
2565set dummy cc; ac_word=$2
81ecdfbb
RW
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567$as_echo_n "checking for $ac_word... " >&6; }
2568if test "${ac_cv_prog_CC+set}" = set; then :
2569 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2570else
2571 if test -n "$CC"; then
2572 ac_cv_prog_CC="$CC" # Let the user override the test.
2573else
2574 ac_prog_rejected=no
2575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2576for as_dir in $PATH
2577do
2578 IFS=$as_save_IFS
2579 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2580 for ac_exec_ext in '' $ac_executable_extensions; do
2581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c
DJ
2582 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2583 ac_prog_rejected=yes
2584 continue
2585 fi
2586 ac_cv_prog_CC="cc"
81ecdfbb 2587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2588 break 2
2589 fi
2590done
81ecdfbb
RW
2591 done
2592IFS=$as_save_IFS
2593
13b2be9c
DJ
2594if test $ac_prog_rejected = yes; then
2595 # We found a bogon in the path, so make sure we never use it.
2596 set dummy $ac_cv_prog_CC
2597 shift
2598 if test $# != 0; then
2599 # We chose a different compiler from the bogus one.
2600 # However, it has the same basename, so the bogon will be chosen
2601 # first if we set CC to just the basename; use the full file name.
2602 shift
2603 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2604 fi
2605fi
2606fi
2607fi
2608CC=$ac_cv_prog_CC
2609if test -n "$CC"; then
81ecdfbb
RW
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2611$as_echo "$CC" >&6; }
13b2be9c 2612else
81ecdfbb
RW
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2614$as_echo "no" >&6; }
13b2be9c
DJ
2615fi
2616
81ecdfbb 2617
13b2be9c
DJ
2618fi
2619if test -z "$CC"; then
2620 if test -n "$ac_tool_prefix"; then
81ecdfbb 2621 for ac_prog in cl.exe
13b2be9c
DJ
2622 do
2623 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2624set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2626$as_echo_n "checking for $ac_word... " >&6; }
2627if test "${ac_cv_prog_CC+set}" = set; then :
2628 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2629else
2630 if test -n "$CC"; then
2631 ac_cv_prog_CC="$CC" # Let the user override the test.
2632else
2633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634for as_dir in $PATH
2635do
2636 IFS=$as_save_IFS
2637 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2638 for ac_exec_ext in '' $ac_executable_extensions; do
2639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2640 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2642 break 2
2643 fi
2644done
81ecdfbb
RW
2645 done
2646IFS=$as_save_IFS
13b2be9c
DJ
2647
2648fi
2649fi
2650CC=$ac_cv_prog_CC
2651if test -n "$CC"; then
81ecdfbb
RW
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2653$as_echo "$CC" >&6; }
13b2be9c 2654else
81ecdfbb
RW
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656$as_echo "no" >&6; }
13b2be9c
DJ
2657fi
2658
81ecdfbb 2659
13b2be9c
DJ
2660 test -n "$CC" && break
2661 done
2662fi
2663if test -z "$CC"; then
2664 ac_ct_CC=$CC
81ecdfbb 2665 for ac_prog in cl.exe
13b2be9c
DJ
2666do
2667 # Extract the first word of "$ac_prog", so it can be a program name with args.
2668set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2670$as_echo_n "checking for $ac_word... " >&6; }
2671if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2672 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2673else
2674 if test -n "$ac_ct_CC"; then
2675 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2676else
2677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2678for as_dir in $PATH
2679do
2680 IFS=$as_save_IFS
2681 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2682 for ac_exec_ext in '' $ac_executable_extensions; do
2683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2684 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2686 break 2
2687 fi
2688done
81ecdfbb
RW
2689 done
2690IFS=$as_save_IFS
13b2be9c
DJ
2691
2692fi
2693fi
2694ac_ct_CC=$ac_cv_prog_ac_ct_CC
2695if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2697$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2698else
81ecdfbb
RW
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2700$as_echo "no" >&6; }
13b2be9c
DJ
2701fi
2702
81ecdfbb 2703
13b2be9c
DJ
2704 test -n "$ac_ct_CC" && break
2705done
2706
81ecdfbb
RW
2707 if test "x$ac_ct_CC" = x; then
2708 CC=""
2709 else
2710 case $cross_compiling:$ac_tool_warned in
2711yes:)
2712{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2713$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2714ac_tool_warned=yes ;;
2715esac
2716 CC=$ac_ct_CC
2717 fi
13b2be9c
DJ
2718fi
2719
2720fi
2721
2722
81ecdfbb
RW
2723test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2724$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2725as_fn_error "no acceptable C compiler found in \$PATH
2726See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2727
2728# Provide some information about the compiler.
81ecdfbb
RW
2729$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2730set X $ac_compile
2731ac_compiler=$2
2732for ac_option in --version -v -V -qversion; do
2733 { { ac_try="$ac_compiler $ac_option >&5"
2734case "(($ac_try" in
2735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2736 *) ac_try_echo=$ac_try;;
2737esac
2738eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2739$as_echo "$ac_try_echo"; } >&5
2740 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13b2be9c 2741 ac_status=$?
81ecdfbb
RW
2742 if test -s conftest.err; then
2743 sed '10a\
2744... rest of stderr output deleted ...
2745 10q' conftest.err >conftest.er1
2746 cat conftest.er1 >&5
2747 rm -f conftest.er1 conftest.err
2748 fi
2749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2750 test $ac_status = 0; }
2751done
13b2be9c 2752
81ecdfbb 2753cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2754/* end confdefs.h. */
2755
2756int
2757main ()
2758{
2759
2760 ;
2761 return 0;
2762}
2763_ACEOF
2764ac_clean_files_save=$ac_clean_files
81ecdfbb 2765ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
13b2be9c
DJ
2766# Try to create an executable without -o first, disregard a.out.
2767# It will help us diagnose broken compilers, and finding out an intuition
2768# of exeext.
81ecdfbb
RW
2769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2770$as_echo_n "checking for C compiler default output file name... " >&6; }
2771ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2772
2773# The possible output files:
2774ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2775
2776ac_rmfiles=
2777for ac_file in $ac_files
2778do
2779 case $ac_file in
2780 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2781 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2782 esac
2783done
2784rm -f $ac_rmfiles
2785
2786if { { ac_try="$ac_link_default"
2787case "(($ac_try" in
2788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2789 *) ac_try_echo=$ac_try;;
2790esac
2791eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2792$as_echo "$ac_try_echo"; } >&5
2793 (eval "$ac_link_default") 2>&5
2794 ac_status=$?
2795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2796 test $ac_status = 0; }; then :
2797 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2798# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2799# in a Makefile. We should not override ac_cv_exeext if it was cached,
2800# so that the user can short-circuit this test for compilers unknown to
2801# Autoconf.
2802for ac_file in $ac_files ''
13b2be9c
DJ
2803do
2804 test -f "$ac_file" || continue
2805 case $ac_file in
81ecdfbb 2806 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ab509236 2807 ;;
13b2be9c 2808 [ab].out )
ab509236
L
2809 # We found the default executable, but exeext='' is most
2810 # certainly right.
2811 break;;
13b2be9c 2812 *.* )
81ecdfbb
RW
2813 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2814 then :; else
2815 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2816 fi
2817 # We set ac_cv_exeext here because the later test for it is not
2818 # safe: cross compilers may not add the suffix if given an `-o'
2819 # argument, so we may need to know it at that point already.
2820 # Even if this section looks crufty: it has the advantage of
2821 # actually working.
ab509236 2822 break;;
13b2be9c 2823 * )
ab509236 2824 break;;
13b2be9c
DJ
2825 esac
2826done
81ecdfbb
RW
2827test "$ac_cv_exeext" = no && ac_cv_exeext=
2828
13b2be9c 2829else
81ecdfbb
RW
2830 ac_file=''
2831fi
2832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2833$as_echo "$ac_file" >&6; }
2834if test -z "$ac_file"; then :
2835 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2836sed 's/^/| /' conftest.$ac_ext >&5
2837
81ecdfbb
RW
2838{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2839$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2840{ as_fn_set_status 77
2841as_fn_error "C compiler cannot create executables
2842See \`config.log' for more details." "$LINENO" 5; }; }
13b2be9c 2843fi
13b2be9c 2844ac_exeext=$ac_cv_exeext
13b2be9c 2845
81ecdfbb 2846# Check that the compiler produces executables we can run. If not, either
13b2be9c 2847# the compiler is broken, or we cross compile.
81ecdfbb
RW
2848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2849$as_echo_n "checking whether the C compiler works... " >&6; }
13b2be9c
DJ
2850# If not cross compiling, check that we can run a simple program.
2851if test "$cross_compiling" != yes; then
2852 if { ac_try='./$ac_file'
81ecdfbb
RW
2853 { { case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856esac
2857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2858$as_echo "$ac_try_echo"; } >&5
2859 (eval "$ac_try") 2>&5
13b2be9c 2860 ac_status=$?
81ecdfbb
RW
2861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2862 test $ac_status = 0; }; }; then
13b2be9c
DJ
2863 cross_compiling=no
2864 else
2865 if test "$cross_compiling" = maybe; then
2866 cross_compiling=yes
2867 else
81ecdfbb
RW
2868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2869$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2870as_fn_error "cannot run C compiled programs.
13b2be9c 2871If you meant to cross compile, use \`--host'.
81ecdfbb 2872See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2873 fi
2874 fi
2875fi
81ecdfbb
RW
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2877$as_echo "yes" >&6; }
13b2be9c 2878
81ecdfbb 2879rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
13b2be9c 2880ac_clean_files=$ac_clean_files_save
81ecdfbb 2881# Check that the compiler produces executables we can run. If not, either
13b2be9c 2882# the compiler is broken, or we cross compile.
81ecdfbb
RW
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2884$as_echo_n "checking whether we are cross compiling... " >&6; }
2885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2886$as_echo "$cross_compiling" >&6; }
2887
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2889$as_echo_n "checking for suffix of executables... " >&6; }
2890if { { ac_try="$ac_link"
2891case "(($ac_try" in
2892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2893 *) ac_try_echo=$ac_try;;
2894esac
2895eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2896$as_echo "$ac_try_echo"; } >&5
2897 (eval "$ac_link") 2>&5
13b2be9c 2898 ac_status=$?
81ecdfbb
RW
2899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2900 test $ac_status = 0; }; then :
13b2be9c
DJ
2901 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2902# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2903# work properly (i.e., refer to `conftest.exe'), while it won't with
2904# `rm'.
2905for ac_file in conftest.exe conftest conftest.*; do
2906 test -f "$ac_file" || continue
2907 case $ac_file in
81ecdfbb 2908 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
13b2be9c 2909 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236 2910 break;;
13b2be9c
DJ
2911 * ) break;;
2912 esac
2913done
2914else
81ecdfbb
RW
2915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2916$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2917as_fn_error "cannot compute suffix of executables: cannot compile and link
2918See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2919fi
13b2be9c 2920rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2922$as_echo "$ac_cv_exeext" >&6; }
13b2be9c
DJ
2923
2924rm -f conftest.$ac_ext
2925EXEEXT=$ac_cv_exeext
2926ac_exeext=$EXEEXT
81ecdfbb
RW
2927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2928$as_echo_n "checking for suffix of object files... " >&6; }
2929if test "${ac_cv_objext+set}" = set; then :
2930 $as_echo_n "(cached) " >&6
13b2be9c 2931else
81ecdfbb 2932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2933/* end confdefs.h. */
2934
2935int
2936main ()
2937{
2938
2939 ;
2940 return 0;
2941}
2942_ACEOF
2943rm -f conftest.o conftest.obj
81ecdfbb
RW
2944if { { ac_try="$ac_compile"
2945case "(($ac_try" in
2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2948esac
2949eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2950$as_echo "$ac_try_echo"; } >&5
2951 (eval "$ac_compile") 2>&5
2952 ac_status=$?
2953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2954 test $ac_status = 0; }; then :
2955 for ac_file in conftest.o conftest.obj conftest.*; do
2956 test -f "$ac_file" || continue;
13b2be9c 2957 case $ac_file in
81ecdfbb 2958 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
13b2be9c
DJ
2959 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2960 break;;
2961 esac
2962done
2963else
81ecdfbb 2964 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2965sed 's/^/| /' conftest.$ac_ext >&5
2966
81ecdfbb
RW
2967{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2968$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2969as_fn_error "cannot compute suffix of object files: cannot compile
2970See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2971fi
13b2be9c
DJ
2972rm -f conftest.$ac_cv_objext conftest.$ac_ext
2973fi
81ecdfbb
RW
2974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2975$as_echo "$ac_cv_objext" >&6; }
13b2be9c
DJ
2976OBJEXT=$ac_cv_objext
2977ac_objext=$OBJEXT
81ecdfbb
RW
2978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2979$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2980if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2981 $as_echo_n "(cached) " >&6
13b2be9c 2982else
81ecdfbb 2983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2984/* end confdefs.h. */
2985
2986int
2987main ()
2988{
2989#ifndef __GNUC__
2990 choke me
2991#endif
2992
2993 ;
2994 return 0;
2995}
2996_ACEOF
81ecdfbb 2997if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
2998 ac_compiler_gnu=yes
2999else
81ecdfbb 3000 ac_compiler_gnu=no
13b2be9c 3001fi
81ecdfbb 3002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
3003ac_cv_c_compiler_gnu=$ac_compiler_gnu
3004
3005fi
81ecdfbb
RW
3006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3007$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3008if test $ac_compiler_gnu = yes; then
3009 GCC=yes
3010else
3011 GCC=
3012fi
13b2be9c
DJ
3013ac_test_CFLAGS=${CFLAGS+set}
3014ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3016$as_echo_n "checking whether $CC accepts -g... " >&6; }
3017if test "${ac_cv_prog_cc_g+set}" = set; then :
3018 $as_echo_n "(cached) " >&6
3019else
3020 ac_save_c_werror_flag=$ac_c_werror_flag
3021 ac_c_werror_flag=yes
3022 ac_cv_prog_cc_g=no
3023 CFLAGS="-g"
3024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3025/* end confdefs.h. */
3026
3027int
3028main ()
3029{
3030
3031 ;
3032 return 0;
3033}
3034_ACEOF
81ecdfbb 3035if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3036 ac_cv_prog_cc_g=yes
3037else
81ecdfbb
RW
3038 CFLAGS=""
3039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3040/* end confdefs.h. */
13b2be9c 3041
81ecdfbb
RW
3042int
3043main ()
3044{
3045
3046 ;
3047 return 0;
3048}
3049_ACEOF
3050if ac_fn_c_try_compile "$LINENO"; then :
3051
3052else
3053 ac_c_werror_flag=$ac_save_c_werror_flag
3054 CFLAGS="-g"
3055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3056/* end confdefs.h. */
3057
3058int
3059main ()
3060{
3061
3062 ;
3063 return 0;
3064}
3065_ACEOF
3066if ac_fn_c_try_compile "$LINENO"; then :
3067 ac_cv_prog_cc_g=yes
3068fi
3069rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3070fi
81ecdfbb 3071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3072fi
81ecdfbb
RW
3073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074 ac_c_werror_flag=$ac_save_c_werror_flag
3075fi
3076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3077$as_echo "$ac_cv_prog_cc_g" >&6; }
13b2be9c
DJ
3078if test "$ac_test_CFLAGS" = set; then
3079 CFLAGS=$ac_save_CFLAGS
3080elif test $ac_cv_prog_cc_g = yes; then
3081 if test "$GCC" = yes; then
3082 CFLAGS="-g -O2"
3083 else
3084 CFLAGS="-g"
3085 fi
3086else
3087 if test "$GCC" = yes; then
3088 CFLAGS="-O2"
3089 else
3090 CFLAGS=
3091 fi
3092fi
81ecdfbb
RW
3093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3094$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3095if test "${ac_cv_prog_cc_c89+set}" = set; then :
3096 $as_echo_n "(cached) " >&6
13b2be9c 3097else
81ecdfbb 3098 ac_cv_prog_cc_c89=no
13b2be9c 3099ac_save_CC=$CC
81ecdfbb 3100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3101/* end confdefs.h. */
3102#include <stdarg.h>
3103#include <stdio.h>
3104#include <sys/types.h>
3105#include <sys/stat.h>
3106/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3107struct buf { int x; };
3108FILE * (*rcsopen) (struct buf *, struct stat *, int);
3109static char *e (p, i)
3110 char **p;
3111 int i;
3112{
3113 return p[i];
3114}
3115static char *f (char * (*g) (char **, int), char **p, ...)
3116{
3117 char *s;
3118 va_list v;
3119 va_start (v,p);
3120 s = g (p, va_arg (v,int));
3121 va_end (v);
3122 return s;
3123}
ab509236
L
3124
3125/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3126 function prototypes and stuff, but not '\xHH' hex character constants.
3127 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3128 as 'x'. The following induces an error, until -std is added to get
ab509236
L
3129 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3130 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3131 that's true only with -std. */
ab509236
L
3132int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133
81ecdfbb
RW
3134/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3135 inside strings and character constants. */
3136#define FOO(x) 'x'
3137int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138
13b2be9c
DJ
3139int test (int i, double x);
3140struct s1 {int (*f) (int a);};
3141struct s2 {int (*f) (double a);};
3142int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3143int argc;
3144char **argv;
3145int
3146main ()
3147{
3148return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3149 ;
3150 return 0;
3151}
3152_ACEOF
81ecdfbb
RW
3153for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3154 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13b2be9c
DJ
3155do
3156 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3157 if ac_fn_c_try_compile "$LINENO"; then :
3158 ac_cv_prog_cc_c89=$ac_arg
13b2be9c 3159fi
81ecdfbb
RW
3160rm -f core conftest.err conftest.$ac_objext
3161 test "x$ac_cv_prog_cc_c89" != "xno" && break
13b2be9c 3162done
81ecdfbb 3163rm -f conftest.$ac_ext
13b2be9c
DJ
3164CC=$ac_save_CC
3165
3166fi
81ecdfbb
RW
3167# AC_CACHE_VAL
3168case "x$ac_cv_prog_cc_c89" in
3169 x)
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3171$as_echo "none needed" >&6; } ;;
3172 xno)
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3174$as_echo "unsupported" >&6; } ;;
13b2be9c 3175 *)
81ecdfbb
RW
3176 CC="$CC $ac_cv_prog_cc_c89"
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3178$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
13b2be9c 3179esac
81ecdfbb 3180if test "x$ac_cv_prog_cc_c89" != xno; then :
13b2be9c 3181
13b2be9c
DJ
3182fi
3183
13b2be9c
DJ
3184ac_ext=c
3185ac_cpp='$CPP $CPPFLAGS'
3186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3188ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189
3190
81ecdfbb
RW
3191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3192$as_echo_n "checking for library containing strerror... " >&6; }
3193if test "${ac_cv_search_strerror+set}" = set; then :
3194 $as_echo_n "(cached) " >&6
13b2be9c 3195else
ab509236 3196 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3197cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3198/* end confdefs.h. */
3199
81ecdfbb
RW
3200/* Override any GCC internal prototype to avoid an error.
3201 Use char because int might match the return type of a GCC
3202 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
3203#ifdef __cplusplus
3204extern "C"
3205#endif
13b2be9c
DJ
3206char strerror ();
3207int
3208main ()
3209{
81ecdfbb 3210return strerror ();
13b2be9c
DJ
3211 ;
3212 return 0;
3213}
3214_ACEOF
81ecdfbb
RW
3215for ac_lib in '' cposix; do
3216 if test -z "$ac_lib"; then
3217 ac_res="none required"
3218 else
3219 ac_res=-l$ac_lib
ab509236 3220 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3221 fi
3222 if ac_fn_c_try_link "$LINENO"; then :
3223 ac_cv_search_strerror=$ac_res
3224fi
3225rm -f core conftest.err conftest.$ac_objext \
3226 conftest$ac_exeext
3227 if test "${ac_cv_search_strerror+set}" = set; then :
3228 break
3229fi
3230done
3231if test "${ac_cv_search_strerror+set}" = set; then :
ab509236 3232
ab509236 3233else
81ecdfbb 3234 ac_cv_search_strerror=no
13b2be9c 3235fi
81ecdfbb 3236rm conftest.$ac_ext
ab509236
L
3237LIBS=$ac_func_search_save_LIBS
3238fi
81ecdfbb
RW
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3240$as_echo "$ac_cv_search_strerror" >&6; }
3241ac_res=$ac_cv_search_strerror
3242if test "$ac_res" != no; then :
3243 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13b2be9c 3244
ab509236 3245fi
13b2be9c
DJ
3246
3247
81ecdfbb
RW
3248am__api_version='1.11'
3249
13b2be9c
DJ
3250# Find a good install program. We prefer a C program (faster),
3251# so one script is as good as another. But avoid the broken or
3252# incompatible versions:
3253# SysV /etc/install, /usr/sbin/install
3254# SunOS /usr/etc/install
3255# IRIX /sbin/install
3256# AIX /bin/install
3257# AmigaOS /C/install, which installs bootblocks on floppy discs
3258# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3259# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3260# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 3261# OS/2's system install, which has a completely different semantic
13b2be9c 3262# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3263# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3265$as_echo_n "checking for a BSD-compatible install... " >&6; }
13b2be9c 3266if test -z "$INSTALL"; then
81ecdfbb
RW
3267if test "${ac_cv_path_install+set}" = set; then :
3268 $as_echo_n "(cached) " >&6
13b2be9c
DJ
3269else
3270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271for as_dir in $PATH
3272do
3273 IFS=$as_save_IFS
3274 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3275 # Account for people who put trailing slashes in PATH elements.
3276case $as_dir/ in #((
3277 ./ | .// | /[cC]/* | \
13b2be9c 3278 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3279 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
13b2be9c
DJ
3280 /usr/ucb/* ) ;;
3281 *)
3282 # OSF1 and SCO ODT 3.0 have their own names for install.
3283 # Don't use installbsd from OSF since it installs stuff as root
3284 # by default.
3285 for ac_prog in ginstall scoinst install; do
3286 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3287 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
ab509236
L
3288 if test $ac_prog = install &&
3289 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3290 # AIX install. It has an incompatible calling convention.
3291 :
3292 elif test $ac_prog = install &&
3293 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3294 # program-specific install script used by HP pwplus--don't use.
3295 :
3296 else
58c85be7
RW
3297 rm -rf conftest.one conftest.two conftest.dir
3298 echo one > conftest.one
3299 echo two > conftest.two
3300 mkdir conftest.dir
3301 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3302 test -s conftest.one && test -s conftest.two &&
3303 test -s conftest.dir/conftest.one &&
3304 test -s conftest.dir/conftest.two
3305 then
3306 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3307 break 3
3308 fi
ab509236
L
3309 fi
3310 fi
13b2be9c
DJ
3311 done
3312 done
3313 ;;
3314esac
81ecdfbb
RW
3315
3316 done
3317IFS=$as_save_IFS
13b2be9c 3318
58c85be7 3319rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3320
3321fi
3322 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 3323 INSTALL=$ac_cv_path_install
252b5132 3324 else
58c85be7
RW
3325 # As a last resort, use the slow shell script. Don't cache a
3326 # value for INSTALL within a source directory, because that will
252b5132 3327 # break other packages using the cache if that directory is
58c85be7 3328 # removed, or if the value is a relative name.
13b2be9c 3329 INSTALL=$ac_install_sh
252b5132
RH
3330 fi
3331fi
81ecdfbb
RW
3332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3333$as_echo "$INSTALL" >&6; }
252b5132
RH
3334
3335# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3336# It thinks the first close brace ends the variable substitution.
3337test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3338
13b2be9c 3339test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3340
3341test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3342
81ecdfbb
RW
3343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3344$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3345# Just in case
3346sleep 1
13b2be9c 3347echo timestamp > conftest.file
81ecdfbb
RW
3348# Reject unsafe characters in $srcdir or the absolute working directory
3349# name. Accept space and tab only in the latter.
3350am_lf='
3351'
3352case `pwd` in
3353 *[\\\"\#\$\&\'\`$am_lf]*)
3354 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3355esac
3356case $srcdir in
3357 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3358 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3359esac
3360
252b5132
RH
3361# Do `set' in a subshell so we don't clobber the current shell's
3362# arguments. Must try -L first in case configure is actually a
3363# symlink; some systems play weird games with the mod time of symlinks
3364# (eg FreeBSD returns the mod time of the symlink's containing
3365# directory).
3366if (
81ecdfbb 3367 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3368 if test "$*" = "X"; then
3369 # -L didn't work.
81ecdfbb 3370 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3371 fi
13b2be9c
DJ
3372 rm -f conftest.file
3373 if test "$*" != "X $srcdir/configure conftest.file" \
3374 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3375
3376 # If neither matched, then we have a broken ls. This can happen
3377 # if, for instance, CONFIG_SHELL is bash and it inherits a
3378 # broken ls alias from the environment. This has actually
3379 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3380 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3381alias in your environment" "$LINENO" 5
252b5132
RH
3382 fi
3383
13b2be9c
DJ
3384 test "$2" = conftest.file
3385 )
3386then
3387 # Ok.
3388 :
3389else
81ecdfbb
RW
3390 as_fn_error "newly created file is older than distributed files!
3391Check your system clock" "$LINENO" 5
13b2be9c 3392fi
81ecdfbb
RW
3393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3394$as_echo "yes" >&6; }
13b2be9c 3395test "$program_prefix" != NONE &&
81ecdfbb 3396 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
3397# Use a double $ so make ignores it.
3398test "$program_suffix" != NONE &&
81ecdfbb
RW
3399 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3400# Double any \ or $.
13b2be9c 3401# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3402ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3403program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 3404
13b2be9c
DJ
3405# expand $ac_aux_dir to an absolute path
3406am_aux_dir=`cd $ac_aux_dir && pwd`
3407
81ecdfbb
RW
3408if test x"${MISSING+set}" != xset; then
3409 case $am_aux_dir in
3410 *\ * | *\ *)
3411 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3412 *)
3413 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3414 esac
3415fi
13b2be9c
DJ
3416# Use eval to expand $SHELL
3417if eval "$MISSING --run true"; then
3418 am_missing_run="$MISSING --run "
3419else
3420 am_missing_run=
81ecdfbb
RW
3421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3422$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
ab509236
L
3423fi
3424
81ecdfbb
RW
3425if test x"${install_sh}" != xset; then
3426 case $am_aux_dir in
3427 *\ * | *\ *)
3428 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3429 *)
3430 install_sh="\${SHELL} $am_aux_dir/install-sh"
3431 esac
3432fi
3433
3434# Installed binaries are usually stripped using `strip' when the user
3435# run `make install-strip'. However `strip' might not be the right
3436# tool to use in cross-compilation environments, therefore Automake
3437# will honor the `STRIP' environment variable to overrule this program.
3438if test "$cross_compiling" != no; then
3439 if test -n "$ac_tool_prefix"; then
3440 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3441set dummy ${ac_tool_prefix}strip; ac_word=$2
3442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3443$as_echo_n "checking for $ac_word... " >&6; }
3444if test "${ac_cv_prog_STRIP+set}" = set; then :
3445 $as_echo_n "(cached) " >&6
13b2be9c 3446else
81ecdfbb
RW
3447 if test -n "$STRIP"; then
3448 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
3449else
3450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451for as_dir in $PATH
3452do
3453 IFS=$as_save_IFS
3454 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3455 for ac_exec_ext in '' $ac_executable_extensions; do
3456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3457 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
3459 break 2
3460 fi
3461done
81ecdfbb
RW
3462 done
3463IFS=$as_save_IFS
13b2be9c
DJ
3464
3465fi
3466fi
81ecdfbb
RW
3467STRIP=$ac_cv_prog_STRIP
3468if test -n "$STRIP"; then
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3470$as_echo "$STRIP" >&6; }
13b2be9c 3471else
81ecdfbb
RW
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3473$as_echo "no" >&6; }
13b2be9c
DJ
3474fi
3475
13b2be9c 3476
81ecdfbb
RW
3477fi
3478if test -z "$ac_cv_prog_STRIP"; then
3479 ac_ct_STRIP=$STRIP
3480 # Extract the first word of "strip", so it can be a program name with args.
3481set dummy strip; ac_word=$2
3482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3483$as_echo_n "checking for $ac_word... " >&6; }
3484if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3485 $as_echo_n "(cached) " >&6
13b2be9c 3486else
81ecdfbb
RW
3487 if test -n "$ac_ct_STRIP"; then
3488 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 3489else
81ecdfbb
RW
3490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3491for as_dir in $PATH
3492do
3493 IFS=$as_save_IFS
3494 test -z "$as_dir" && as_dir=.
3495 for ac_exec_ext in '' $ac_executable_extensions; do
3496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3497 ac_cv_prog_ac_ct_STRIP="strip"
3498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3499 break 2
3500 fi
3501done
3502 done
3503IFS=$as_save_IFS
3504
3505fi
3506fi
3507ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3508if test -n "$ac_ct_STRIP"; then
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3510$as_echo "$ac_ct_STRIP" >&6; }
3511else
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3513$as_echo "no" >&6; }
3514fi
3515
3516 if test "x$ac_ct_STRIP" = x; then
3517 STRIP=":"
3518 else
3519 case $cross_compiling:$ac_tool_warned in
3520yes:)
3521{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3522$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3523ac_tool_warned=yes ;;
3524esac
3525 STRIP=$ac_ct_STRIP
3526 fi
3527else
3528 STRIP="$ac_cv_prog_STRIP"
3529fi
3530
3531fi
3532INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3533
3534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3535$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3536if test -z "$MKDIR_P"; then
3537 if test "${ac_cv_path_mkdir+set}" = set; then :
3538 $as_echo_n "(cached) " >&6
3539else
3540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3541for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3542do
3543 IFS=$as_save_IFS
3544 test -z "$as_dir" && as_dir=.
3545 for ac_prog in mkdir gmkdir; do
3546 for ac_exec_ext in '' $ac_executable_extensions; do
3547 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3548 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3549 'mkdir (GNU coreutils) '* | \
3550 'mkdir (coreutils) '* | \
3551 'mkdir (fileutils) '4.1*)
3552 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3553 break 3;;
3554 esac
3555 done
3556 done
3557 done
3558IFS=$as_save_IFS
3559
3560fi
3561
3562 if test "${ac_cv_path_mkdir+set}" = set; then
3563 MKDIR_P="$ac_cv_path_mkdir -p"
3564 else
3565 # As a last resort, use the slow shell script. Don't cache a
3566 # value for MKDIR_P within a source directory, because that will
3567 # break other packages using the cache if that directory is
3568 # removed, or if the value is a relative name.
3569 test -d ./--version && rmdir ./--version
3570 MKDIR_P="$ac_install_sh -d"
3571 fi
3572fi
3573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3574$as_echo "$MKDIR_P" >&6; }
3575
3576mkdir_p="$MKDIR_P"
3577case $mkdir_p in
3578 [\\/$]* | ?:[\\/]*) ;;
3579 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3580esac
3581
3582for ac_prog in gawk mawk nawk awk
3583do
3584 # Extract the first word of "$ac_prog", so it can be a program name with args.
3585set dummy $ac_prog; ac_word=$2
3586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3587$as_echo_n "checking for $ac_word... " >&6; }
3588if test "${ac_cv_prog_AWK+set}" = set; then :
3589 $as_echo_n "(cached) " >&6
3590else
3591 if test -n "$AWK"; then
3592 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3593else
3594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3595for as_dir in $PATH
3596do
3597 IFS=$as_save_IFS
3598 test -z "$as_dir" && as_dir=.
3599 for ac_exec_ext in '' $ac_executable_extensions; do
3600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3601 ac_cv_prog_AWK="$ac_prog"
3602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3603 break 2
3604 fi
3605done
3606 done
3607IFS=$as_save_IFS
3608
3609fi
3610fi
3611AWK=$ac_cv_prog_AWK
3612if test -n "$AWK"; then
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3614$as_echo "$AWK" >&6; }
3615else
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3617$as_echo "no" >&6; }
13b2be9c 3618fi
81ecdfbb
RW
3619
3620
3621 test -n "$AWK" && break
3622done
3623
3624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3625$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3626set x ${MAKE-make}
3627ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3628if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3629 $as_echo_n "(cached) " >&6
3630else
3631 cat >conftest.make <<\_ACEOF
3632SHELL = /bin/sh
3633all:
3634 @echo '@@@%%%=$(MAKE)=@@@%%%'
3635_ACEOF
3636# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3637case `${MAKE-make} -f conftest.make 2>/dev/null` in
3638 *@@@%%%=?*=@@@%%%*)
3639 eval ac_cv_prog_make_${ac_make}_set=yes;;
3640 *)
3641 eval ac_cv_prog_make_${ac_make}_set=no;;
3642esac
13b2be9c
DJ
3643rm -f conftest.make
3644fi
81ecdfbb
RW
3645if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3647$as_echo "yes" >&6; }
13b2be9c
DJ
3648 SET_MAKE=
3649else
81ecdfbb
RW
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3651$as_echo "no" >&6; }
13b2be9c
DJ
3652 SET_MAKE="MAKE=${MAKE-make}"
3653fi
3654
3655rm -rf .tst 2>/dev/null
3656mkdir .tst 2>/dev/null
3657if test -d .tst; then
3658 am__leading_dot=.
3659else
3660 am__leading_dot=_
3661fi
3662rmdir .tst 2>/dev/null
3663
3664DEPDIR="${am__leading_dot}deps"
3665
81ecdfbb 3666ac_config_commands="$ac_config_commands depfiles"
13b2be9c
DJ
3667
3668
3669am_make=${MAKE-make}
3670cat > confinc << 'END'
3671am__doit:
81ecdfbb 3672 @echo this is the am__doit target
13b2be9c
DJ
3673.PHONY: am__doit
3674END
3675# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3677$as_echo_n "checking for style of include used by $am_make... " >&6; }
13b2be9c
DJ
3678am__include="#"
3679am__quote=
3680_am_result=none
3681# First try GNU make style include.
3682echo "include confinc" > confmf
81ecdfbb
RW
3683# Ignore all kinds of additional output from `make'.
3684case `$am_make -s -f confmf 2> /dev/null` in #(
3685*the\ am__doit\ target*)
3686 am__include=include
3687 am__quote=
3688 _am_result=GNU
3689 ;;
3690esac
13b2be9c
DJ
3691# Now try BSD make style include.
3692if test "$am__include" = "#"; then
3693 echo '.include "confinc"' > confmf
81ecdfbb
RW
3694 case `$am_make -s -f confmf 2> /dev/null` in #(
3695 *the\ am__doit\ target*)
3696 am__include=.include
3697 am__quote="\""
3698 _am_result=BSD
3699 ;;
3700 esac
13b2be9c
DJ
3701fi
3702
3703
81ecdfbb
RW
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3705$as_echo "$_am_result" >&6; }
13b2be9c
DJ
3706rm -f confinc confmf
3707
81ecdfbb
RW
3708# Check whether --enable-dependency-tracking was given.
3709if test "${enable_dependency_tracking+set}" = set; then :
3710 enableval=$enable_dependency_tracking;
3711fi
13b2be9c 3712
13b2be9c
DJ
3713if test "x$enable_dependency_tracking" != xno; then
3714 am_depcomp="$ac_aux_dir/depcomp"
3715 AMDEPBACKSLASH='\'
6eb7d830 3716 am__nodep='_no'
13b2be9c 3717fi
81ecdfbb 3718 if test "x$enable_dependency_tracking" != xno; then
13b2be9c
DJ
3719 AMDEP_TRUE=
3720 AMDEP_FALSE='#'
3721else
3722 AMDEP_TRUE='#'
3723 AMDEP_FALSE=
3724fi
3725
3726
81ecdfbb
RW
3727if test "`cd $srcdir && pwd`" != "`pwd`"; then
3728 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3729 # is not polluted with repeated "-I."
3730 am__isrc=' -I$(srcdir)'
3731 # test to see if srcdir already configured
3732 if test -f $srcdir/config.status; then
3733 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3734 fi
13b2be9c
DJ
3735fi
3736
3737# test whether we have cygpath
3738if test -z "$CYGPATH_W"; then
3739 if (cygpath --version) >/dev/null 2>/dev/null; then
3740 CYGPATH_W='cygpath -w'
3741 else
3742 CYGPATH_W=echo
3743 fi
3744fi
3745
3746
3747# Define the identity of the package.
2e98a7bd 3748 PACKAGE='gas'
55e99962 3749 VERSION='2.30.52'
13b2be9c
DJ
3750
3751
3752cat >>confdefs.h <<_ACEOF
3753#define PACKAGE "$PACKAGE"
3754_ACEOF
3755
3756
3757cat >>confdefs.h <<_ACEOF
3758#define VERSION "$VERSION"
3759_ACEOF
3760
3761# Some tools Automake needs.
3762
3763ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3764
3765
3766AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3767
3768
3769AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3770
3771
3772AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3773
3774
3775MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3776
13b2be9c
DJ
3777# We need awk for the "check" target. The system "awk" is bad on
3778# some platforms.
6eb7d830
AM
3779# Always define AMTAR for backward compatibility. Yes, it's still used
3780# in the wild :-( We should find a proper way to deprecate it ...
3781AMTAR='$${TAR-tar}'
8ea2b00f 3782
6eb7d830 3783am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8ea2b00f
AM
3784
3785
252b5132 3786
d6d788bd 3787
13b2be9c 3788depcc="$CC" am_compiler_list=
d6d788bd 3789
81ecdfbb
RW
3790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3791$as_echo_n "checking dependency style of $depcc... " >&6; }
3792if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3793 $as_echo_n "(cached) " >&6
252b5132 3794else
13b2be9c
DJ
3795 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3796 # We make a subdir and do the tests there. Otherwise we can end up
3797 # making bogus files that we don't know about and never remove. For
3798 # instance it was reported that on HP-UX the gcc test will end up
3799 # making a dummy file named `D' -- because `-MD' means `put the output
3800 # in D'.
6eb7d830 3801 rm -rf conftest.dir
13b2be9c
DJ
3802 mkdir conftest.dir
3803 # Copy depcomp to subdir because otherwise we won't find it if we're
3804 # using a relative directory.
3805 cp "$am_depcomp" conftest.dir
3806 cd conftest.dir
3807 # We will build objects and dependencies in a subdirectory because
3808 # it helps to detect inapplicable dependency modes. For instance
3809 # both Tru64's cc and ICC support -MD to output dependencies as a
3810 # side effect of compilation, but ICC will put the dependencies in
3811 # the current directory while Tru64 will put them in the object
3812 # directory.
3813 mkdir sub
252b5132 3814
13b2be9c
DJ
3815 am_cv_CC_dependencies_compiler_type=none
3816 if test "$am_compiler_list" = ""; then
3817 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3818 fi
81ecdfbb
RW
3819 am__universal=false
3820 case " $depcc " in #(
3821 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3822 esac
3823
13b2be9c
DJ
3824 for depmode in $am_compiler_list; do
3825 # Setup a source with many dependencies, because some compilers
3826 # like to wrap large dependency lists on column 80 (with \), and
3827 # we should not choose a depcomp mode which is confused by this.
3828 #
3829 # We need to recreate these files for each test, as the compiler may
3830 # overwrite some of them when testing with obscure command lines.
3831 # This happens at least with the AIX C compiler.
3832 : > sub/conftest.c
3833 for i in 1 2 3 4 5 6; do
3834 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3835 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3836 # Solaris 8's {/usr,}/bin/sh.
3837 touch sub/conftst$i.h
13b2be9c
DJ
3838 done
3839 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3840
81ecdfbb
RW
3841 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3842 # mode. It turns out that the SunPro C++ compiler does not properly
3843 # handle `-M -o', and we need to detect this. Also, some Intel
3844 # versions had trouble with output in subdirs
3845 am__obj=sub/conftest.${OBJEXT-o}
3846 am__minus_obj="-o $am__obj"
13b2be9c 3847 case $depmode in
81ecdfbb
RW
3848 gcc)
3849 # This depmode causes a compiler race in universal mode.
3850 test "$am__universal" = false || continue
3851 ;;
13b2be9c
DJ
3852 nosideeffect)
3853 # after this tag, mechanisms are not by side-effect, so they'll
3854 # only be used when explicitly requested
3855 if test "x$enable_dependency_tracking" = xyes; then
3856 continue
3857 else
3858 break
3859 fi
3860 ;;
6eb7d830 3861 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
81ecdfbb
RW
3862 # This compiler won't grok `-c -o', but also, the minuso test has
3863 # not run yet. These depmodes are late enough in the game, and
3864 # so weak that their functioning should not be impacted.
3865 am__obj=conftest.${OBJEXT-o}
3866 am__minus_obj=
3867 ;;
13b2be9c
DJ
3868 none) break ;;
3869 esac
13b2be9c 3870 if depmode=$depmode \
81ecdfbb 3871 source=sub/conftest.c object=$am__obj \
13b2be9c 3872 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3873 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
13b2be9c 3874 >/dev/null 2>conftest.err &&
81ecdfbb 3875 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c 3876 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3877 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c
DJ
3878 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3879 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3880 # or remarks (even with -Werror). So we grep stderr for any message
3881 # that says an option was ignored or not supported.
3882 # When given -MP, icc 7.0 and 7.1 complain thusly:
3883 # icc: Command line warning: ignoring option '-M'; no argument required
3884 # The diagnosis changed in icc 8.0:
3885 # icc: Command line remark: option '-MP' not supported
3886 if (grep 'ignoring option' conftest.err ||
3887 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3888 am_cv_CC_dependencies_compiler_type=$depmode
3889 break
3890 fi
3891 fi
3892 done
252b5132 3893
13b2be9c
DJ
3894 cd ..
3895 rm -rf conftest.dir
252b5132 3896else
13b2be9c 3897 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3898fi
3899
252b5132 3900fi
81ecdfbb
RW
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3902$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
13b2be9c 3903CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3904
81ecdfbb 3905 if
13b2be9c
DJ
3906 test "x$enable_dependency_tracking" != xno \
3907 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3908 am__fastdepCC_TRUE=
3909 am__fastdepCC_FALSE='#'
252b5132 3910else
13b2be9c
DJ
3911 am__fastdepCC_TRUE='#'
3912 am__fastdepCC_FALSE=
252b5132
RH
3913fi
3914
d6d788bd
L
3915
3916
13b2be9c 3917
ce2cded5
L
3918ac_ext=c
3919ac_cpp='$CPP $CPPFLAGS'
3920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3922ac_compiler_gnu=$ac_cv_c_compiler_gnu
3923if test -n "$ac_tool_prefix"; then
3924 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3925set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927$as_echo_n "checking for $ac_word... " >&6; }
3928if test "${ac_cv_prog_CC+set}" = set; then :
3929 $as_echo_n "(cached) " >&6
252b5132 3930else
ce2cded5
L
3931 if test -n "$CC"; then
3932 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3933else
ce2cded5
L
3934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935for as_dir in $PATH
3936do
3937 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3939 for ac_exec_ext in '' $ac_executable_extensions; do
3940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3941 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3943 break 2
3944 fi
3945done
81ecdfbb
RW
3946 done
3947IFS=$as_save_IFS
d7040cdb 3948
ce2cded5
L
3949fi
3950fi
3951CC=$ac_cv_prog_CC
3952if test -n "$CC"; then
81ecdfbb
RW
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3954$as_echo "$CC" >&6; }
bedf545c 3955else
81ecdfbb
RW
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957$as_echo "no" >&6; }
ce2cded5 3958fi
d7040cdb 3959
81ecdfbb 3960
ce2cded5
L
3961fi
3962if test -z "$ac_cv_prog_CC"; then
3963 ac_ct_CC=$CC
3964 # Extract the first word of "gcc", so it can be a program name with args.
3965set dummy gcc; ac_word=$2
81ecdfbb
RW
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3967$as_echo_n "checking for $ac_word... " >&6; }
3968if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3969 $as_echo_n "(cached) " >&6
d7040cdb 3970else
ce2cded5
L
3971 if test -n "$ac_ct_CC"; then
3972 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3973else
d7040cdb
SE
3974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975for as_dir in $PATH
3976do
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3981 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3983 break 2
d7040cdb 3984 fi
ce2cded5 3985done
81ecdfbb
RW
3986 done
3987IFS=$as_save_IFS
d7040cdb 3988
ce2cded5
L
3989fi
3990fi
3991ac_ct_CC=$ac_cv_prog_ac_ct_CC
3992if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3994$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3995else
81ecdfbb
RW
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3997$as_echo "no" >&6; }
d7040cdb
SE
3998fi
3999
81ecdfbb
RW
4000 if test "x$ac_ct_CC" = x; then
4001 CC=""
4002 else
4003 case $cross_compiling:$ac_tool_warned in
4004yes:)
4005{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4006$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4007ac_tool_warned=yes ;;
4008esac
4009 CC=$ac_ct_CC
4010 fi
ce2cded5
L
4011else
4012 CC="$ac_cv_prog_CC"
4013fi
d7040cdb 4014
ce2cded5 4015if test -z "$CC"; then
81ecdfbb
RW
4016 if test -n "$ac_tool_prefix"; then
4017 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 4018set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4020$as_echo_n "checking for $ac_word... " >&6; }
4021if test "${ac_cv_prog_CC+set}" = set; then :
4022 $as_echo_n "(cached) " >&6
d7040cdb 4023else
ce2cded5
L
4024 if test -n "$CC"; then
4025 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4026else
ce2cded5
L
4027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4028for as_dir in $PATH
4029do
4030 IFS=$as_save_IFS
4031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4032 for ac_exec_ext in '' $ac_executable_extensions; do
4033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4034 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4036 break 2
4037 fi
4038done
81ecdfbb
RW
4039 done
4040IFS=$as_save_IFS
d7040cdb 4041
252b5132
RH
4042fi
4043fi
ce2cded5
L
4044CC=$ac_cv_prog_CC
4045if test -n "$CC"; then
81ecdfbb
RW
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4047$as_echo "$CC" >&6; }
ce2cded5 4048else
81ecdfbb
RW
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050$as_echo "no" >&6; }
d7040cdb 4051fi
f9c19112 4052
ce2cded5 4053
81ecdfbb 4054 fi
ce2cded5
L
4055fi
4056if test -z "$CC"; then
4057 # Extract the first word of "cc", so it can be a program name with args.
4058set dummy cc; ac_word=$2
81ecdfbb
RW
4059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4060$as_echo_n "checking for $ac_word... " >&6; }
4061if test "${ac_cv_prog_CC+set}" = set; then :
4062 $as_echo_n "(cached) " >&6
ce2cded5
L
4063else
4064 if test -n "$CC"; then
4065 ac_cv_prog_CC="$CC" # Let the user override the test.
4066else
4067 ac_prog_rejected=no
4068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4069for as_dir in $PATH
4070do
4071 IFS=$as_save_IFS
4072 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4073 for ac_exec_ext in '' $ac_executable_extensions; do
4074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5
L
4075 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4076 ac_prog_rejected=yes
4077 continue
4078 fi
4079 ac_cv_prog_CC="cc"
81ecdfbb 4080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4081 break 2
4082 fi
4083done
81ecdfbb
RW
4084 done
4085IFS=$as_save_IFS
ce2cded5
L
4086
4087if test $ac_prog_rejected = yes; then
4088 # We found a bogon in the path, so make sure we never use it.
4089 set dummy $ac_cv_prog_CC
4090 shift
4091 if test $# != 0; then
4092 # We chose a different compiler from the bogus one.
4093 # However, it has the same basename, so the bogon will be chosen
4094 # first if we set CC to just the basename; use the full file name.
4095 shift
4096 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4097 fi
4098fi
4099fi
4100fi
4101CC=$ac_cv_prog_CC
4102if test -n "$CC"; then
81ecdfbb
RW
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4104$as_echo "$CC" >&6; }
ce2cded5 4105else
81ecdfbb
RW
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4107$as_echo "no" >&6; }
ce2cded5
L
4108fi
4109
81ecdfbb 4110
ce2cded5
L
4111fi
4112if test -z "$CC"; then
4113 if test -n "$ac_tool_prefix"; then
81ecdfbb 4114 for ac_prog in cl.exe
ce2cded5
L
4115 do
4116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119$as_echo_n "checking for $ac_word... " >&6; }
4120if test "${ac_cv_prog_CC+set}" = set; then :
4121 $as_echo_n "(cached) " >&6
ce2cded5
L
4122else
4123 if test -n "$CC"; then
4124 ac_cv_prog_CC="$CC" # Let the user override the test.
4125else
4126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127for as_dir in $PATH
4128do
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4133 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4135 break 2
4136 fi
4137done
81ecdfbb
RW
4138 done
4139IFS=$as_save_IFS
ce2cded5
L
4140
4141fi
4142fi
4143CC=$ac_cv_prog_CC
4144if test -n "$CC"; then
81ecdfbb
RW
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4146$as_echo "$CC" >&6; }
ce2cded5 4147else
81ecdfbb
RW
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4149$as_echo "no" >&6; }
ce2cded5
L
4150fi
4151
81ecdfbb 4152
ce2cded5 4153 test -n "$CC" && break
d7040cdb
SE
4154 done
4155fi
ce2cded5
L
4156if test -z "$CC"; then
4157 ac_ct_CC=$CC
81ecdfbb 4158 for ac_prog in cl.exe
d7040cdb
SE
4159do
4160 # Extract the first word of "$ac_prog", so it can be a program name with args.
4161set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4163$as_echo_n "checking for $ac_word... " >&6; }
4164if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4165 $as_echo_n "(cached) " >&6
d7040cdb 4166else
ce2cded5
L
4167 if test -n "$ac_ct_CC"; then
4168 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
4169else
4170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171for as_dir in $PATH
4172do
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4177 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 4179 break 2
ac48eca1 4180 fi
d7040cdb 4181done
81ecdfbb
RW
4182 done
4183IFS=$as_save_IFS
ac48eca1 4184
d7040cdb
SE
4185fi
4186fi
ce2cded5
L
4187ac_ct_CC=$ac_cv_prog_ac_ct_CC
4188if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4190$as_echo "$ac_ct_CC" >&6; }
d7040cdb 4191else
81ecdfbb
RW
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4193$as_echo "no" >&6; }
d7040cdb 4194fi
ac48eca1 4195
81ecdfbb 4196
ce2cded5 4197 test -n "$ac_ct_CC" && break
d7040cdb 4198done
ac48eca1 4199
81ecdfbb
RW
4200 if test "x$ac_ct_CC" = x; then
4201 CC=""
4202 else
4203 case $cross_compiling:$ac_tool_warned in
4204yes:)
4205{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4206$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207ac_tool_warned=yes ;;
4208esac
4209 CC=$ac_ct_CC
4210 fi
d7040cdb 4211fi
ac48eca1 4212
d7040cdb 4213fi
ac48eca1 4214
ac48eca1 4215
81ecdfbb
RW
4216test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4218as_fn_error "no acceptable C compiler found in \$PATH
4219See \`config.log' for more details." "$LINENO" 5; }
6be7c12c 4220
ce2cded5 4221# Provide some information about the compiler.
81ecdfbb
RW
4222$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4223set X $ac_compile
4224ac_compiler=$2
4225for ac_option in --version -v -V -qversion; do
4226 { { ac_try="$ac_compiler $ac_option >&5"
4227case "(($ac_try" in
4228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4229 *) ac_try_echo=$ac_try;;
4230esac
4231eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4232$as_echo "$ac_try_echo"; } >&5
4233 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4234 ac_status=$?
81ecdfbb
RW
4235 if test -s conftest.err; then
4236 sed '10a\
4237... rest of stderr output deleted ...
4238 10q' conftest.err >conftest.er1
4239 cat conftest.er1 >&5
4240 rm -f conftest.er1 conftest.err
4241 fi
4242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4243 test $ac_status = 0; }
4244done
ac48eca1 4245
81ecdfbb
RW
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4247$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4248if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4249 $as_echo_n "(cached) " >&6
d7040cdb 4250else
81ecdfbb 4251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4252/* end confdefs.h. */
c8615825 4253
ce2cded5
L
4254int
4255main ()
4256{
4257#ifndef __GNUC__
4258 choke me
4259#endif
4260
4261 ;
4262 return 0;
4263}
4264_ACEOF
81ecdfbb 4265if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 4266 ac_compiler_gnu=yes
d7040cdb 4267else
81ecdfbb 4268 ac_compiler_gnu=no
d7040cdb 4269fi
81ecdfbb 4270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4271ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4272
ce2cded5 4273fi
81ecdfbb
RW
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4275$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4276if test $ac_compiler_gnu = yes; then
4277 GCC=yes
4278else
4279 GCC=
4280fi
ce2cded5
L
4281ac_test_CFLAGS=${CFLAGS+set}
4282ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4284$as_echo_n "checking whether $CC accepts -g... " >&6; }
4285if test "${ac_cv_prog_cc_g+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287else
4288 ac_save_c_werror_flag=$ac_c_werror_flag
4289 ac_c_werror_flag=yes
4290 ac_cv_prog_cc_g=no
4291 CFLAGS="-g"
4292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4293/* end confdefs.h. */
d7040cdb 4294
ce2cded5
L
4295int
4296main ()
4297{
d7040cdb 4298
ce2cded5
L
4299 ;
4300 return 0;
4301}
4302_ACEOF
81ecdfbb 4303if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
4304 ac_cv_prog_cc_g=yes
4305else
81ecdfbb
RW
4306 CFLAGS=""
4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308/* end confdefs.h. */
4309
4310int
4311main ()
4312{
4313
4314 ;
4315 return 0;
4316}
4317_ACEOF
4318if ac_fn_c_try_compile "$LINENO"; then :
4319
4320else
4321 ac_c_werror_flag=$ac_save_c_werror_flag
4322 CFLAGS="-g"
4323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4324/* end confdefs.h. */
d70c5fc7 4325
81ecdfbb
RW
4326int
4327main ()
4328{
4329
4330 ;
4331 return 0;
4332}
4333_ACEOF
4334if ac_fn_c_try_compile "$LINENO"; then :
4335 ac_cv_prog_cc_g=yes
4336fi
4337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4338fi
81ecdfbb 4339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4340fi
81ecdfbb
RW
4341rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4342 ac_c_werror_flag=$ac_save_c_werror_flag
4343fi
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4345$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
4346if test "$ac_test_CFLAGS" = set; then
4347 CFLAGS=$ac_save_CFLAGS
4348elif test $ac_cv_prog_cc_g = yes; then
4349 if test "$GCC" = yes; then
4350 CFLAGS="-g -O2"
4351 else
4352 CFLAGS="-g"
4353 fi
ac48eca1 4354else
ce2cded5
L
4355 if test "$GCC" = yes; then
4356 CFLAGS="-O2"
4357 else
4358 CFLAGS=
4359 fi
ac48eca1 4360fi
81ecdfbb
RW
4361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4362$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4363if test "${ac_cv_prog_cc_c89+set}" = set; then :
4364 $as_echo_n "(cached) " >&6
ac48eca1 4365else
81ecdfbb 4366 ac_cv_prog_cc_c89=no
ce2cded5 4367ac_save_CC=$CC
81ecdfbb 4368cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
4369/* end confdefs.h. */
4370#include <stdarg.h>
4371#include <stdio.h>
4372#include <sys/types.h>
4373#include <sys/stat.h>
4374/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4375struct buf { int x; };
4376FILE * (*rcsopen) (struct buf *, struct stat *, int);
4377static char *e (p, i)
4378 char **p;
4379 int i;
4380{
4381 return p[i];
4382}
4383static char *f (char * (*g) (char **, int), char **p, ...)
4384{
4385 char *s;
4386 va_list v;
4387 va_start (v,p);
4388 s = g (p, va_arg (v,int));
4389 va_end (v);
4390 return s;
4391}
4392
4393/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4394 function prototypes and stuff, but not '\xHH' hex character constants.
4395 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4396 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
4397 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4398 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4399 that's true only with -std. */
ce2cded5
L
4400int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4401
81ecdfbb
RW
4402/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4403 inside strings and character constants. */
4404#define FOO(x) 'x'
4405int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4406
ce2cded5
L
4407int test (int i, double x);
4408struct s1 {int (*f) (int a);};
4409struct s2 {int (*f) (double a);};
4410int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4411int argc;
4412char **argv;
4413int
4414main ()
4415{
4416return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4417 ;
4418 return 0;
4419}
4420_ACEOF
81ecdfbb
RW
4421for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4422 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
4423do
4424 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4425 if ac_fn_c_try_compile "$LINENO"; then :
4426 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 4427fi
81ecdfbb
RW
4428rm -f core conftest.err conftest.$ac_objext
4429 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 4430done
81ecdfbb 4431rm -f conftest.$ac_ext
ce2cded5
L
4432CC=$ac_save_CC
4433
4434fi
81ecdfbb
RW
4435# AC_CACHE_VAL
4436case "x$ac_cv_prog_cc_c89" in
4437 x)
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4439$as_echo "none needed" >&6; } ;;
4440 xno)
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4442$as_echo "unsupported" >&6; } ;;
ce2cded5 4443 *)
81ecdfbb
RW
4444 CC="$CC $ac_cv_prog_cc_c89"
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4446$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 4447esac
81ecdfbb 4448if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 4449
ce2cded5 4450fi
d7040cdb 4451
ce2cded5
L
4452ac_ext=c
4453ac_cpp='$CPP $CPPFLAGS'
4454ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4455ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4456ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4457
7357c5b6
AM
4458ac_ext=c
4459ac_cpp='$CPP $CPPFLAGS'
4460ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4461ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4462ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4464$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4465# On Suns, sometimes $CPP names a directory.
4466if test -n "$CPP" && test -d "$CPP"; then
4467 CPP=
4468fi
4469if test -z "$CPP"; then
81ecdfbb
RW
4470 if test "${ac_cv_prog_CPP+set}" = set; then :
4471 $as_echo_n "(cached) " >&6
7357c5b6
AM
4472else
4473 # Double quotes because CPP needs to be expanded
4474 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4475 do
4476 ac_preproc_ok=false
4477for ac_c_preproc_warn_flag in '' yes
4478do
4479 # Use a header file that comes with gcc, so configuring glibc
4480 # with a fresh cross-compiler works.
4481 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4482 # <limits.h> exists even on freestanding compilers.
4483 # On the NeXT, cc -E runs the code through the compiler's parser,
4484 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4486/* end confdefs.h. */
4487#ifdef __STDC__
4488# include <limits.h>
4489#else
4490# include <assert.h>
4491#endif
4492 Syntax error
4493_ACEOF
81ecdfbb 4494if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4495
81ecdfbb 4496else
7357c5b6
AM
4497 # Broken: fails on valid input.
4498continue
4499fi
4500rm -f conftest.err conftest.$ac_ext
d7040cdb 4501
81ecdfbb 4502 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4503 # can be detected and how.
81ecdfbb 4504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4505/* end confdefs.h. */
4506#include <ac_nonexistent.h>
4507_ACEOF
81ecdfbb 4508if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4509 # Broken: success on invalid input.
4510continue
4511else
7357c5b6
AM
4512 # Passes both tests.
4513ac_preproc_ok=:
4514break
4515fi
4516rm -f conftest.err conftest.$ac_ext
d7040cdb 4517
7357c5b6
AM
4518done
4519# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4520rm -f conftest.err conftest.$ac_ext
81ecdfbb 4521if $ac_preproc_ok; then :
7357c5b6
AM
4522 break
4523fi
d7040cdb 4524
7357c5b6
AM
4525 done
4526 ac_cv_prog_CPP=$CPP
d7040cdb 4527
7357c5b6
AM
4528fi
4529 CPP=$ac_cv_prog_CPP
4530else
4531 ac_cv_prog_CPP=$CPP
4532fi
81ecdfbb
RW
4533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4534$as_echo "$CPP" >&6; }
7357c5b6
AM
4535ac_preproc_ok=false
4536for ac_c_preproc_warn_flag in '' yes
4537do
4538 # Use a header file that comes with gcc, so configuring glibc
4539 # with a fresh cross-compiler works.
4540 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4541 # <limits.h> exists even on freestanding compilers.
4542 # On the NeXT, cc -E runs the code through the compiler's parser,
4543 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4545/* end confdefs.h. */
4546#ifdef __STDC__
4547# include <limits.h>
4548#else
4549# include <assert.h>
4550#endif
4551 Syntax error
4552_ACEOF
81ecdfbb 4553if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4554
81ecdfbb 4555else
7357c5b6
AM
4556 # Broken: fails on valid input.
4557continue
4558fi
4559rm -f conftest.err conftest.$ac_ext
d7040cdb 4560
81ecdfbb 4561 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4562 # can be detected and how.
81ecdfbb 4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4564/* end confdefs.h. */
4565#include <ac_nonexistent.h>
4566_ACEOF
81ecdfbb 4567if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4568 # Broken: success on invalid input.
4569continue
4570else
7357c5b6
AM
4571 # Passes both tests.
4572ac_preproc_ok=:
4573break
4574fi
4575rm -f conftest.err conftest.$ac_ext
d7040cdb 4576
7357c5b6
AM
4577done
4578# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4579rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4580if $ac_preproc_ok; then :
4581
7357c5b6 4582else
81ecdfbb
RW
4583 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4584$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4585as_fn_error "C preprocessor \"$CPP\" fails sanity check
4586See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4587fi
ac48eca1 4588
7357c5b6
AM
4589ac_ext=c
4590ac_cpp='$CPP $CPPFLAGS'
4591ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4592ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4593ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4594
ac48eca1 4595
81ecdfbb
RW
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4597$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4598if test "${ac_cv_path_GREP+set}" = set; then :
4599 $as_echo_n "(cached) " >&6
7357c5b6 4600else
81ecdfbb
RW
4601 if test -z "$GREP"; then
4602 ac_path_GREP_found=false
4603 # Loop through the user's path and test for each of PROGNAME-LIST
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4606do
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_prog in grep ggrep; do
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4612 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4613# Check for GNU ac_path_GREP and select it if it is found.
4614 # Check for GNU $ac_path_GREP
4615case `"$ac_path_GREP" --version 2>&1` in
4616*GNU*)
4617 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4618*)
4619 ac_count=0
4620 $as_echo_n 0123456789 >"conftest.in"
4621 while :
4622 do
4623 cat "conftest.in" "conftest.in" >"conftest.tmp"
4624 mv "conftest.tmp" "conftest.in"
4625 cp "conftest.in" "conftest.nl"
4626 $as_echo 'GREP' >> "conftest.nl"
4627 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4628 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4629 as_fn_arith $ac_count + 1 && ac_count=$as_val
4630 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4631 # Best one so far, save it but keep looking for a better one
4632 ac_cv_path_GREP="$ac_path_GREP"
4633 ac_path_GREP_max=$ac_count
7357c5b6 4634 fi
81ecdfbb
RW
4635 # 10*(2^10) chars as input seems more than enough
4636 test $ac_count -gt 10 && break
4637 done
4638 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4639esac
4640
4641 $ac_path_GREP_found && break 3
4642 done
4643 done
4644 done
4645IFS=$as_save_IFS
4646 if test -z "$ac_cv_path_GREP"; then
4647 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4648 fi
4649else
4650 ac_cv_path_GREP=$GREP
7357c5b6 4651fi
81ecdfbb
RW
4652
4653fi
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4655$as_echo "$ac_cv_path_GREP" >&6; }
4656 GREP="$ac_cv_path_GREP"
ac48eca1 4657
d7040cdb 4658
81ecdfbb
RW
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4660$as_echo_n "checking for egrep... " >&6; }
4661if test "${ac_cv_path_EGREP+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
7357c5b6 4663else
81ecdfbb
RW
4664 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4665 then ac_cv_path_EGREP="$GREP -E"
4666 else
4667 if test -z "$EGREP"; then
4668 ac_path_EGREP_found=false
4669 # Loop through the user's path and test for each of PROGNAME-LIST
4670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4671for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4672do
4673 IFS=$as_save_IFS
4674 test -z "$as_dir" && as_dir=.
4675 for ac_prog in egrep; do
4676 for ac_exec_ext in '' $ac_executable_extensions; do
4677 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4678 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4679# Check for GNU ac_path_EGREP and select it if it is found.
4680 # Check for GNU $ac_path_EGREP
4681case `"$ac_path_EGREP" --version 2>&1` in
4682*GNU*)
4683 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4684*)
4685 ac_count=0
4686 $as_echo_n 0123456789 >"conftest.in"
4687 while :
4688 do
4689 cat "conftest.in" "conftest.in" >"conftest.tmp"
4690 mv "conftest.tmp" "conftest.in"
4691 cp "conftest.in" "conftest.nl"
4692 $as_echo 'EGREP' >> "conftest.nl"
4693 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4694 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4695 as_fn_arith $ac_count + 1 && ac_count=$as_val
4696 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4697 # Best one so far, save it but keep looking for a better one
4698 ac_cv_path_EGREP="$ac_path_EGREP"
4699 ac_path_EGREP_max=$ac_count
4700 fi
4701 # 10*(2^10) chars as input seems more than enough
4702 test $ac_count -gt 10 && break
4703 done
4704 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4705esac
4706
4707 $ac_path_EGREP_found && break 3
4708 done
4709 done
4710 done
4711IFS=$as_save_IFS
4712 if test -z "$ac_cv_path_EGREP"; then
4713 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4714 fi
4715else
4716 ac_cv_path_EGREP=$EGREP
4717fi
4718
4719 fi
4720fi
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4722$as_echo "$ac_cv_path_EGREP" >&6; }
4723 EGREP="$ac_cv_path_EGREP"
4724
4725
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4727$as_echo_n "checking for ANSI C header files... " >&6; }
4728if test "${ac_cv_header_stdc+set}" = set; then :
4729 $as_echo_n "(cached) " >&6
4730else
4731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4732/* end confdefs.h. */
4733#include <stdlib.h>
4734#include <stdarg.h>
4735#include <string.h>
4736#include <float.h>
d7040cdb 4737
7357c5b6
AM
4738int
4739main ()
4740{
d7040cdb 4741
7357c5b6
AM
4742 ;
4743 return 0;
4744}
4745_ACEOF
81ecdfbb 4746if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4747 ac_cv_header_stdc=yes
4748else
81ecdfbb 4749 ac_cv_header_stdc=no
7357c5b6 4750fi
81ecdfbb 4751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4752
7357c5b6
AM
4753if test $ac_cv_header_stdc = yes; then
4754 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4756/* end confdefs.h. */
4757#include <string.h>
d7040cdb 4758
7357c5b6
AM
4759_ACEOF
4760if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4761 $EGREP "memchr" >/dev/null 2>&1; then :
4762
ce2cded5 4763else
7357c5b6
AM
4764 ac_cv_header_stdc=no
4765fi
4766rm -f conftest*
d7040cdb 4767
7357c5b6 4768fi
d7040cdb 4769
7357c5b6
AM
4770if test $ac_cv_header_stdc = yes; then
4771 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4773/* end confdefs.h. */
4774#include <stdlib.h>
ac48eca1 4775
7357c5b6
AM
4776_ACEOF
4777if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4778 $EGREP "free" >/dev/null 2>&1; then :
4779
7357c5b6
AM
4780else
4781 ac_cv_header_stdc=no
4782fi
4783rm -f conftest*
d7040cdb 4784
7357c5b6 4785fi
d7040cdb 4786
7357c5b6
AM
4787if test $ac_cv_header_stdc = yes; then
4788 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4789 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4790 :
4791else
81ecdfbb 4792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4793/* end confdefs.h. */
4794#include <ctype.h>
81ecdfbb 4795#include <stdlib.h>
7357c5b6
AM
4796#if ((' ' & 0x0FF) == 0x020)
4797# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4798# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4799#else
4800# define ISLOWER(c) \
4801 (('a' <= (c) && (c) <= 'i') \
4802 || ('j' <= (c) && (c) <= 'r') \
4803 || ('s' <= (c) && (c) <= 'z'))
4804# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4805#endif
d7040cdb 4806
7357c5b6
AM
4807#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4808int
4809main ()
4810{
4811 int i;
4812 for (i = 0; i < 256; i++)
4813 if (XOR (islower (i), ISLOWER (i))
4814 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4815 return 2;
4816 return 0;
7357c5b6
AM
4817}
4818_ACEOF
81ecdfbb 4819if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4820
81ecdfbb
RW
4821else
4822 ac_cv_header_stdc=no
7357c5b6 4823fi
81ecdfbb
RW
4824rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4825 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4826fi
81ecdfbb 4827
7357c5b6
AM
4828fi
4829fi
81ecdfbb
RW
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4831$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4832if test $ac_cv_header_stdc = yes; then
d7040cdb 4833
81ecdfbb 4834$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4835
7357c5b6 4836fi
d7040cdb 4837
7357c5b6 4838# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4839for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4840 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4841do :
4842 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4843ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4844"
4845eval as_val=\$$as_ac_Header
4846 if test "x$as_val" = x""yes; then :
7357c5b6 4847 cat >>confdefs.h <<_ACEOF
81ecdfbb 4848#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4849_ACEOF
ce2cded5 4850
7357c5b6 4851fi
ce2cded5 4852
7357c5b6 4853done
ce2cded5
L
4854
4855
4856
81ecdfbb
RW
4857 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4858if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4859 MINIX=yes
4860else
4861 MINIX=
4862fi
d7040cdb
SE
4863
4864
7357c5b6 4865 if test "$MINIX" = yes; then
d7040cdb 4866
81ecdfbb 4867$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4868
4869
81ecdfbb 4870$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4871
4872
81ecdfbb 4873$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4874
7357c5b6 4875 fi
d7040cdb
SE
4876
4877
81ecdfbb
RW
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4879$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4880if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4881 $as_echo_n "(cached) " >&6
ac48eca1 4882else
81ecdfbb 4883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4884/* end confdefs.h. */
ac48eca1 4885
7357c5b6
AM
4886# define __EXTENSIONS__ 1
4887 $ac_includes_default
4888int
4889main ()
4890{
13b2be9c 4891
7357c5b6
AM
4892 ;
4893 return 0;
4894}
4895_ACEOF
81ecdfbb 4896if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4897 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4898else
81ecdfbb 4899 ac_cv_safe_to_define___extensions__=no
d6d788bd 4900fi
81ecdfbb 4901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4902fi
81ecdfbb
RW
4903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4904$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4905 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4906 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4907
81ecdfbb 4908 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4909
81ecdfbb 4910 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4911
81ecdfbb 4912 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4913
81ecdfbb 4914 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4915
a74801ba 4916
d053aef8 4917
81ecdfbb 4918
da2f07f1 4919
718a6fd8
SE
4920case `pwd` in
4921 *\ * | *\ *)
81ecdfbb
RW
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4923$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4924esac
13b2be9c 4925
252b5132 4926
7357c5b6 4927
f2c621e4
AS
4928macro_version='2.2.7a'
4929macro_revision='1.3134'
7357c5b6
AM
4930
4931
4932
4933
4934
4935
7357c5b6
AM
4936
4937
4938
4939
4940
4941
4942
718a6fd8 4943ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4944
3725885a
RW
4945# Backslashify metacharacters that are still active within
4946# double-quoted strings.
4947sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4948
4949# Same as above, but do not quote variable references.
4950double_quote_subst='s/\(["`\\]\)/\\\1/g'
4951
4952# Sed substitution to delay expansion of an escaped shell variable in a
4953# double_quote_subst'ed string.
4954delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4955
4956# Sed substitution to delay expansion of an escaped single quote.
4957delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4958
4959# Sed substitution to avoid accidental globbing in evaled expressions
4960no_glob_subst='s/\*/\\\*/g'
4961
4962ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4963ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4964ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4965
4966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4967$as_echo_n "checking how to print strings... " >&6; }
4968# Test print first, because it will be a builtin if present.
f2c621e4 4969if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4970 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4971 ECHO='print -r --'
4972elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4973 ECHO='printf %s\n'
4974else
4975 # Use this function as a fallback that always works.
4976 func_fallback_echo ()
4977 {
4978 eval 'cat <<_LTECHO_EOF
4979$1
4980_LTECHO_EOF'
4981 }
4982 ECHO='func_fallback_echo'
4983fi
4984
4985# func_echo_all arg...
4986# Invoke $ECHO with all args, space-separated.
4987func_echo_all ()
4988{
4989 $ECHO ""
4990}
4991
4992case "$ECHO" in
4993 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4994$as_echo "printf" >&6; } ;;
4995 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4996$as_echo "print -r" >&6; } ;;
4997 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4998$as_echo "cat" >&6; } ;;
4999esac
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
81ecdfbb
RW
5014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5015$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5016if test "${ac_cv_path_SED+set}" = set; then :
5017 $as_echo_n "(cached) " >&6
5018else
5019 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5020 for ac_i in 1 2 3 4 5 6 7; do
5021 ac_script="$ac_script$as_nl$ac_script"
5022 done
5023 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5024 { ac_script=; unset ac_script;}
5025 if test -z "$SED"; then
5026 ac_path_SED_found=false
5027 # Loop through the user's path and test for each of PROGNAME-LIST
5028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5029for as_dir in $PATH
5030do
5031 IFS=$as_save_IFS
5032 test -z "$as_dir" && as_dir=.
81ecdfbb 5033 for ac_prog in sed gsed; do
7357c5b6 5034 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5035 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5036 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5037# Check for GNU ac_path_SED and select it if it is found.
5038 # Check for GNU $ac_path_SED
5039case `"$ac_path_SED" --version 2>&1` in
5040*GNU*)
5041 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5042*)
5043 ac_count=0
5044 $as_echo_n 0123456789 >"conftest.in"
5045 while :
5046 do
5047 cat "conftest.in" "conftest.in" >"conftest.tmp"
5048 mv "conftest.tmp" "conftest.in"
5049 cp "conftest.in" "conftest.nl"
5050 $as_echo '' >> "conftest.nl"
5051 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5052 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5053 as_fn_arith $ac_count + 1 && ac_count=$as_val
5054 if test $ac_count -gt ${ac_path_SED_max-0}; then
5055 # Best one so far, save it but keep looking for a better one
5056 ac_cv_path_SED="$ac_path_SED"
5057 ac_path_SED_max=$ac_count
5058 fi
5059 # 10*(2^10) chars as input seems more than enough
5060 test $ac_count -gt 10 && break
5061 done
5062 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5063esac
5064
5065 $ac_path_SED_found && break 3
7357c5b6
AM
5066 done
5067 done
81ecdfbb 5068 done
7357c5b6 5069IFS=$as_save_IFS
81ecdfbb
RW
5070 if test -z "$ac_cv_path_SED"; then
5071 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5072 fi
81ecdfbb
RW
5073else
5074 ac_cv_path_SED=$SED
7357c5b6
AM
5075fi
5076
81ecdfbb
RW
5077fi
5078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5079$as_echo "$ac_cv_path_SED" >&6; }
5080 SED="$ac_cv_path_SED"
5081 rm -f conftest.sed
7357c5b6
AM
5082
5083test -z "$SED" && SED=sed
5084Xsed="$SED -e 1s/^X//"
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
81ecdfbb
RW
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5097$as_echo_n "checking for fgrep... " >&6; }
5098if test "${ac_cv_path_FGREP+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
7357c5b6 5100else
81ecdfbb
RW
5101 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5102 then ac_cv_path_FGREP="$GREP -F"
5103 else
5104 if test -z "$FGREP"; then
5105 ac_path_FGREP_found=false
5106 # Loop through the user's path and test for each of PROGNAME-LIST
5107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_prog in fgrep; do
5113 for ac_exec_ext in '' $ac_executable_extensions; do
5114 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5115 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5116# Check for GNU ac_path_FGREP and select it if it is found.
5117 # Check for GNU $ac_path_FGREP
5118case `"$ac_path_FGREP" --version 2>&1` in
5119*GNU*)
5120 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5121*)
5122 ac_count=0
5123 $as_echo_n 0123456789 >"conftest.in"
5124 while :
5125 do
5126 cat "conftest.in" "conftest.in" >"conftest.tmp"
5127 mv "conftest.tmp" "conftest.in"
5128 cp "conftest.in" "conftest.nl"
5129 $as_echo 'FGREP' >> "conftest.nl"
5130 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5132 as_fn_arith $ac_count + 1 && ac_count=$as_val
5133 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5134 # Best one so far, save it but keep looking for a better one
5135 ac_cv_path_FGREP="$ac_path_FGREP"
5136 ac_path_FGREP_max=$ac_count
7357c5b6 5137 fi
81ecdfbb
RW
5138 # 10*(2^10) chars as input seems more than enough
5139 test $ac_count -gt 10 && break
5140 done
5141 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5142esac
5143
5144 $ac_path_FGREP_found && break 3
5145 done
5146 done
5147 done
5148IFS=$as_save_IFS
5149 if test -z "$ac_cv_path_FGREP"; then
5150 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5151 fi
5152else
5153 ac_cv_path_FGREP=$FGREP
7357c5b6 5154fi
81ecdfbb
RW
5155
5156 fi
5157fi
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5159$as_echo "$ac_cv_path_FGREP" >&6; }
5160 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5161
5162
5163test -z "$GREP" && GREP=grep
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
81ecdfbb
RW
5183# Check whether --with-gnu-ld was given.
5184if test "${with_gnu_ld+set}" = set; then :
5185 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5186else
5187 with_gnu_ld=no
81ecdfbb
RW
5188fi
5189
ce2cded5
L
5190ac_prog=ld
5191if test "$GCC" = yes; then
5192 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5194$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
5195 case $host in
5196 *-*-mingw*)
5197 # gcc leaves a trailing carriage return which upsets mingw
5198 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5199 *)
5200 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5201 esac
5202 case $ac_prog in
5203 # Accept absolute paths.
5204 [\\/]* | ?:[\\/]*)
5205 re_direlt='/[^/][^/]*/\.\./'
5206 # Canonicalize the pathname of ld
5207 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5208 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5209 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5210 done
5211 test -z "$LD" && LD="$ac_prog"
5212 ;;
5213 "")
5214 # If it fails, then pretend we aren't using GCC.
5215 ac_prog=ld
5216 ;;
5217 *)
5218 # If it is relative, then search for the first ld in PATH.
5219 with_gnu_ld=unknown
5220 ;;
5221 esac
5222elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5224$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 5225else
81ecdfbb
RW
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5227$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5228fi
81ecdfbb
RW
5229if test "${lt_cv_path_LD+set}" = set; then :
5230 $as_echo_n "(cached) " >&6
ce2cded5
L
5231else
5232 if test -z "$LD"; then
5233 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5234 for ac_dir in $PATH; do
5235 IFS="$lt_save_ifs"
5236 test -z "$ac_dir" && ac_dir=.
5237 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5238 lt_cv_path_LD="$ac_dir/$ac_prog"
5239 # Check to see if the program is GNU ld. I'd rather use --version,
5240 # but apparently some variants of GNU ld only accept -v.
5241 # Break only if it was the GNU/non-GNU ld that we prefer.
5242 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5243 *GNU* | *'with BFD'*)
5244 test "$with_gnu_ld" != no && break
5245 ;;
5246 *)
5247 test "$with_gnu_ld" != yes && break
5248 ;;
5249 esac
5250 fi
5251 done
5252 IFS="$lt_save_ifs"
5253else
5254 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5255fi
5256fi
5257
5258LD="$lt_cv_path_LD"
5259if test -n "$LD"; then
81ecdfbb
RW
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5261$as_echo "$LD" >&6; }
ce2cded5 5262else
81ecdfbb
RW
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5264$as_echo "no" >&6; }
ce2cded5 5265fi
81ecdfbb
RW
5266test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5268$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5269if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5270 $as_echo_n "(cached) " >&6
ce2cded5
L
5271else
5272 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5273case `$LD -v 2>&1 </dev/null` in
5274*GNU* | *'with BFD'*)
5275 lt_cv_prog_gnu_ld=yes
5276 ;;
5277*)
5278 lt_cv_prog_gnu_ld=no
5279 ;;
5280esac
5281fi
81ecdfbb
RW
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5283$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
5284with_gnu_ld=$lt_cv_prog_gnu_ld
5285
5286
5287
5288
5289
5290
5291
5292
5293
81ecdfbb
RW
5294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5295$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5296if test "${lt_cv_path_NM+set}" = set; then :
5297 $as_echo_n "(cached) " >&6
ce2cded5
L
5298else
5299 if test -n "$NM"; then
5300 # Let the user override the test.
5301 lt_cv_path_NM="$NM"
5302else
5303 lt_nm_to_check="${ac_tool_prefix}nm"
5304 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5305 lt_nm_to_check="$lt_nm_to_check nm"
5306 fi
5307 for lt_tmp_nm in $lt_nm_to_check; do
5308 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5309 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5310 IFS="$lt_save_ifs"
5311 test -z "$ac_dir" && ac_dir=.
5312 tmp_nm="$ac_dir/$lt_tmp_nm"
5313 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5314 # Check to see if the nm accepts a BSD-compat flag.
5315 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5316 # nm: unknown option "B" ignored
5317 # Tru64's nm complains that /dev/null is an invalid object file
5318 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5319 */dev/null* | *'Invalid file or object type'*)
5320 lt_cv_path_NM="$tmp_nm -B"
5321 break
5322 ;;
5323 *)
5324 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5325 */dev/null*)
5326 lt_cv_path_NM="$tmp_nm -p"
5327 break
5328 ;;
5329 *)
5330 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5331 continue # so that we can try to find one that supports BSD flags
5332 ;;
5333 esac
5334 ;;
5335 esac
5336 fi
5337 done
5338 IFS="$lt_save_ifs"
5339 done
5340 : ${lt_cv_path_NM=no}
5341fi
5342fi
81ecdfbb
RW
5343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5344$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5345if test "$lt_cv_path_NM" != "no"; then
5346 NM="$lt_cv_path_NM"
5347else
5348 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5349 if test -n "$DUMPBIN"; then :
5350 # Let the user override the test.
5351 else
5352 if test -n "$ac_tool_prefix"; then
5353 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5354 do
5355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5356set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5358$as_echo_n "checking for $ac_word... " >&6; }
5359if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5360 $as_echo_n "(cached) " >&6
d7040cdb 5361else
ce2cded5
L
5362 if test -n "$DUMPBIN"; then
5363 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5364else
5365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5366for as_dir in $PATH
5367do
5368 IFS=$as_save_IFS
5369 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5370 for ac_exec_ext in '' $ac_executable_extensions; do
5371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5372 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5374 break 2
d70c5fc7 5375 fi
d7040cdb 5376done
81ecdfbb
RW
5377 done
5378IFS=$as_save_IFS
d70c5fc7 5379
d7040cdb
SE
5380fi
5381fi
ce2cded5
L
5382DUMPBIN=$ac_cv_prog_DUMPBIN
5383if test -n "$DUMPBIN"; then
81ecdfbb
RW
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5385$as_echo "$DUMPBIN" >&6; }
bedf545c 5386else
81ecdfbb
RW
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5388$as_echo "no" >&6; }
d7040cdb 5389fi
13b2be9c 5390
81ecdfbb 5391
ce2cded5
L
5392 test -n "$DUMPBIN" && break
5393 done
5394fi
5395if test -z "$DUMPBIN"; then
5396 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5397 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5398do
5399 # Extract the first word of "$ac_prog", so it can be a program name with args.
5400set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5402$as_echo_n "checking for $ac_word... " >&6; }
5403if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5404 $as_echo_n "(cached) " >&6
d7040cdb 5405else
ce2cded5
L
5406 if test -n "$ac_ct_DUMPBIN"; then
5407 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5408else
5409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5410for as_dir in $PATH
5411do
5412 IFS=$as_save_IFS
5413 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5414 for ac_exec_ext in '' $ac_executable_extensions; do
5415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5416 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5418 break 2
5419 fi
5420done
81ecdfbb
RW
5421 done
5422IFS=$as_save_IFS
ce2cded5
L
5423
5424fi
5425fi
5426ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5427if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5429$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5430else
81ecdfbb
RW
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5432$as_echo "no" >&6; }
d7040cdb
SE
5433fi
5434
81ecdfbb 5435
ce2cded5
L
5436 test -n "$ac_ct_DUMPBIN" && break
5437done
13b2be9c 5438
81ecdfbb
RW
5439 if test "x$ac_ct_DUMPBIN" = x; then
5440 DUMPBIN=":"
5441 else
5442 case $cross_compiling:$ac_tool_warned in
5443yes:)
5444{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5445$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5446ac_tool_warned=yes ;;
5447esac
5448 DUMPBIN=$ac_ct_DUMPBIN
5449 fi
ce2cded5 5450fi
13b2be9c 5451
3725885a
RW
5452 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5453 *COFF*)
5454 DUMPBIN="$DUMPBIN -symbols"
5455 ;;
5456 *)
5457 DUMPBIN=:
5458 ;;
5459 esac
5460 fi
bedf545c 5461
ce2cded5
L
5462 if test "$DUMPBIN" != ":"; then
5463 NM="$DUMPBIN"
5464 fi
5465fi
5466test -z "$NM" && NM=nm
6840198f 5467
13b2be9c 5468
ac48eca1 5469
d7040cdb 5470
ce2cded5
L
5471
5472
81ecdfbb
RW
5473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5474$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5475if test "${lt_cv_nm_interface+set}" = set; then :
5476 $as_echo_n "(cached) " >&6
ce2cded5
L
5477else
5478 lt_cv_nm_interface="BSD nm"
5479 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5480 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5481 (eval "$ac_compile" 2>conftest.err)
5482 cat conftest.err >&5
3725885a 5483 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5484 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5485 cat conftest.err >&5
3725885a 5486 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5487 cat conftest.out >&5
5488 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5489 lt_cv_nm_interface="MS dumpbin"
5490 fi
5491 rm -f conftest*
5492fi
81ecdfbb
RW
5493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5494$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5495
81ecdfbb
RW
5496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5497$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5498LN_S=$as_ln_s
5499if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5501$as_echo "yes" >&6; }
ce2cded5 5502else
81ecdfbb
RW
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5504$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5505fi
5506
5507# find the maximum length of command line arguments
81ecdfbb
RW
5508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5509$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5510if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5511 $as_echo_n "(cached) " >&6
ce2cded5
L
5512else
5513 i=0
5514 teststring="ABCD"
5515
5516 case $build_os in
5517 msdosdjgpp*)
5518 # On DJGPP, this test can blow up pretty badly due to problems in libc
5519 # (any single argument exceeding 2000 bytes causes a buffer overrun
5520 # during glob expansion). Even if it were fixed, the result of this
5521 # check would be larger than it should be.
5522 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5523 ;;
5524
5525 gnu*)
5526 # Under GNU Hurd, this test is not required because there is
5527 # no limit to the length of command line arguments.
5528 # Libtool will interpret -1 as no limit whatsoever
5529 lt_cv_sys_max_cmd_len=-1;
5530 ;;
5531
718a6fd8 5532 cygwin* | mingw* | cegcc*)
ce2cded5
L
5533 # On Win9x/ME, this test blows up -- it succeeds, but takes
5534 # about 5 minutes as the teststring grows exponentially.
5535 # Worse, since 9x/ME are not pre-emptively multitasking,
5536 # you end up with a "frozen" computer, even though with patience
5537 # the test eventually succeeds (with a max line length of 256k).
5538 # Instead, let's just punt: use the minimum linelength reported by
5539 # all of the supported platforms: 8192 (on NT/2K/XP).
5540 lt_cv_sys_max_cmd_len=8192;
5541 ;;
5542
3725885a
RW
5543 mint*)
5544 # On MiNT this can take a long time and run out of memory.
5545 lt_cv_sys_max_cmd_len=8192;
5546 ;;
5547
ce2cded5
L
5548 amigaos*)
5549 # On AmigaOS with pdksh, this test takes hours, literally.
5550 # So we just punt and use a minimum line length of 8192.
5551 lt_cv_sys_max_cmd_len=8192;
5552 ;;
5553
5554 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5555 # This has been around since 386BSD, at least. Likely further.
5556 if test -x /sbin/sysctl; then
5557 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5558 elif test -x /usr/sbin/sysctl; then
5559 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5560 else
5561 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5562 fi
5563 # And add a safety zone
5564 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5565 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5566 ;;
5567
5568 interix*)
5569 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5570 lt_cv_sys_max_cmd_len=196608
5571 ;;
5572
5573 osf*)
5574 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5575 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5576 # nice to cause kernel panics so lets avoid the loop below.
5577 # First set a reasonable default.
5578 lt_cv_sys_max_cmd_len=16384
5579 #
5580 if test -x /sbin/sysconfig; then
5581 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5582 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5583 esac
5584 fi
5585 ;;
5586 sco3.2v5*)
5587 lt_cv_sys_max_cmd_len=102400
5588 ;;
5589 sysv5* | sco5v6* | sysv4.2uw2*)
5590 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5591 if test -n "$kargmax"; then
5592 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5593 else
5594 lt_cv_sys_max_cmd_len=32768
5595 fi
d7040cdb
SE
5596 ;;
5597 *)
718a6fd8
SE
5598 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5599 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5600 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5601 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5602 else
5603 # Make teststring a little bigger before we do anything with it.
5604 # a 1K string should be a reasonable start.
5605 for i in 1 2 3 4 5 6 7 8 ; do
5606 teststring=$teststring$teststring
5607 done
5608 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5609 # If test is not a shell built-in, we'll probably end up computing a
5610 # maximum length that is only half of the actual maximum length, but
5611 # we can't tell.
3725885a
RW
5612 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5613 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5614 test $i != 17 # 1/2 MB should be enough
5615 do
5616 i=`expr $i + 1`
5617 teststring=$teststring$teststring
5618 done
5619 # Only check the string length outside the loop.
5620 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5621 teststring=
5622 # Add a significant safety factor because C++ compilers can tack on
5623 # massive amounts of additional arguments before passing them to the
5624 # linker. It appears as though 1/2 is a usable value.
5625 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5626 fi
d7040cdb
SE
5627 ;;
5628 esac
252b5132 5629
ce2cded5 5630fi
d6d788bd 5631
ce2cded5 5632if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5634$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5635else
81ecdfbb
RW
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5637$as_echo "none" >&6; }
ce2cded5
L
5638fi
5639max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5640
d6d788bd 5641
13b2be9c 5642
13b2be9c 5643
bedf545c 5644
252b5132 5645
ce2cded5
L
5646: ${CP="cp -f"}
5647: ${MV="mv -f"}
5648: ${RM="rm -f"}
d6d788bd 5649
81ecdfbb
RW
5650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5651$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5652# Try some XSI features
5653xsi_shell=no
5654( _lt_dummy="a/b/c"
f2c621e4
AS
5655 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5656 = c,a/b,, \
718a6fd8
SE
5657 && eval 'test $(( 1 + 1 )) -eq 2 \
5658 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5659 && xsi_shell=yes
81ecdfbb
RW
5660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5661$as_echo "$xsi_shell" >&6; }
bedf545c 5662
bedf545c 5663
81ecdfbb
RW
5664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5665$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5666lt_shell_append=no
5667( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5668 >/dev/null 2>&1 \
5669 && lt_shell_append=yes
81ecdfbb
RW
5670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5671$as_echo "$lt_shell_append" >&6; }
252b5132 5672
d6d788bd 5673
ce2cded5
L
5674if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5675 lt_unset=unset
5676else
5677 lt_unset=false
5678fi
13b2be9c
DJ
5679
5680
5681
5682
d6d788bd 5683
ce2cded5
L
5684# test EBCDIC or ASCII
5685case `echo X|tr X '\101'` in
5686 A) # ASCII based system
5687 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5688 lt_SP2NL='tr \040 \012'
5689 lt_NL2SP='tr \015\012 \040\040'
5690 ;;
5691 *) # EBCDIC based system
5692 lt_SP2NL='tr \100 \n'
5693 lt_NL2SP='tr \r\n \100\100'
5694 ;;
5695esac
c43a438d 5696
c43a438d 5697
c43a438d 5698
252b5132 5699
ad22bfe8 5700
1ad12f97 5701
1ad12f97 5702
9e9b66a9 5703
1ad12f97 5704
81ecdfbb
RW
5705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5706$as_echo_n "checking for $LD option to reload object files... " >&6; }
5707if test "${lt_cv_ld_reload_flag+set}" = set; then :
5708 $as_echo_n "(cached) " >&6
ce2cded5
L
5709else
5710 lt_cv_ld_reload_flag='-r'
5711fi
81ecdfbb
RW
5712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5713$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5714reload_flag=$lt_cv_ld_reload_flag
5715case $reload_flag in
5716"" | " "*) ;;
5717*) reload_flag=" $reload_flag" ;;
5718esac
5719reload_cmds='$LD$reload_flag -o $output$reload_objs'
5720case $host_os in
5721 darwin*)
5722 if test "$GCC" = yes; then
5723 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5724 else
5725 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5726 fi
5727 ;;
5728esac
a541e3ce 5729
9e9b66a9 5730
a2d91340 5731
d6d788bd 5732
9e9b66a9
AM
5733
5734
5735
d6d788bd 5736
252b5132 5737
718a6fd8
SE
5738if test -n "$ac_tool_prefix"; then
5739 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5740set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5742$as_echo_n "checking for $ac_word... " >&6; }
5743if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5744 $as_echo_n "(cached) " >&6
718a6fd8
SE
5745else
5746 if test -n "$OBJDUMP"; then
5747 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5748else
5749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5750for as_dir in $PATH
5751do
5752 IFS=$as_save_IFS
5753 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5754 for ac_exec_ext in '' $ac_executable_extensions; do
5755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5756 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5758 break 2
5759 fi
5760done
81ecdfbb
RW
5761 done
5762IFS=$as_save_IFS
718a6fd8
SE
5763
5764fi
5765fi
5766OBJDUMP=$ac_cv_prog_OBJDUMP
5767if test -n "$OBJDUMP"; then
81ecdfbb
RW
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5769$as_echo "$OBJDUMP" >&6; }
718a6fd8 5770else
81ecdfbb
RW
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5772$as_echo "no" >&6; }
718a6fd8
SE
5773fi
5774
81ecdfbb 5775
718a6fd8
SE
5776fi
5777if test -z "$ac_cv_prog_OBJDUMP"; then
5778 ac_ct_OBJDUMP=$OBJDUMP
5779 # Extract the first word of "objdump", so it can be a program name with args.
5780set dummy objdump; ac_word=$2
81ecdfbb
RW
5781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5782$as_echo_n "checking for $ac_word... " >&6; }
5783if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5784 $as_echo_n "(cached) " >&6
718a6fd8
SE
5785else
5786 if test -n "$ac_ct_OBJDUMP"; then
5787 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5788else
5789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790for as_dir in $PATH
5791do
5792 IFS=$as_save_IFS
5793 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5794 for ac_exec_ext in '' $ac_executable_extensions; do
5795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5796 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5798 break 2
5799 fi
5800done
81ecdfbb
RW
5801 done
5802IFS=$as_save_IFS
718a6fd8 5803
718a6fd8
SE
5804fi
5805fi
5806ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5807if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5809$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5810else
81ecdfbb
RW
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5812$as_echo "no" >&6; }
718a6fd8
SE
5813fi
5814
81ecdfbb
RW
5815 if test "x$ac_ct_OBJDUMP" = x; then
5816 OBJDUMP="false"
5817 else
5818 case $cross_compiling:$ac_tool_warned in
5819yes:)
5820{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5821$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5822ac_tool_warned=yes ;;
5823esac
5824 OBJDUMP=$ac_ct_OBJDUMP
5825 fi
718a6fd8
SE
5826else
5827 OBJDUMP="$ac_cv_prog_OBJDUMP"
5828fi
5829
5830test -z "$OBJDUMP" && OBJDUMP=objdump
5831
5832
5833
5834
5835
5836
5837
5838
13b2be9c 5839
81ecdfbb
RW
5840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5841$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5842if test "${lt_cv_deplibs_check_method+set}" = set; then :
5843 $as_echo_n "(cached) " >&6
d7040cdb 5844else
ce2cded5
L
5845 lt_cv_file_magic_cmd='$MAGIC_CMD'
5846lt_cv_file_magic_test_file=
5847lt_cv_deplibs_check_method='unknown'
5848# Need to set the preceding variable on all platforms that support
5849# interlibrary dependencies.
5850# 'none' -- dependencies not supported.
5851# `unknown' -- same as none, but documents that we really don't know.
5852# 'pass_all' -- all dependencies passed with no checks.
5853# 'test_compile' -- check by making test program.
5854# 'file_magic [[regex]]' -- check by looking for files in library path
5855# which responds to the $file_magic_cmd with a given extended regex.
5856# If you have `file' or equivalent on your system and you're not sure
5857# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 5858
ce2cded5 5859case $host_os in
50e7d84b 5860aix[4-9]*)
ce2cded5
L
5861 lt_cv_deplibs_check_method=pass_all
5862 ;;
d7040cdb 5863
ce2cded5
L
5864beos*)
5865 lt_cv_deplibs_check_method=pass_all
5866 ;;
d7040cdb 5867
ce2cded5
L
5868bsdi[45]*)
5869 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5870 lt_cv_file_magic_cmd='/usr/bin/file -L'
5871 lt_cv_file_magic_test_file=/shlib/libc.so
5872 ;;
d7040cdb 5873
ce2cded5
L
5874cygwin*)
5875 # func_win32_libid is a shell function defined in ltmain.sh
5876 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5877 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 5878 ;;
ce2cded5
L
5879
5880mingw* | pw32*)
5881 # Base MSYS/MinGW do not provide the 'file' command needed by
5882 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5883 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5884 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5885 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
5886 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5887 lt_cv_file_magic_cmd='func_win32_libid'
5888 else
f2c621e4 5889 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
5890 lt_cv_file_magic_cmd='$OBJDUMP -f'
5891 fi
d7040cdb 5892 ;;
ce2cded5 5893
3725885a 5894cegcc*)
718a6fd8
SE
5895 # use the weaker test based on 'objdump'. See mingw*.
5896 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5897 lt_cv_file_magic_cmd='$OBJDUMP -f'
5898 ;;
5899
ce2cded5
L
5900darwin* | rhapsody*)
5901 lt_cv_deplibs_check_method=pass_all
5902 ;;
5903
5904freebsd* | dragonfly*)
5905 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5906 case $host_cpu in
5907 i*86 )
5908 # Not sure whether the presence of OpenBSD here was a mistake.
5909 # Let's accept both of them until this is cleared up.
5910 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5911 lt_cv_file_magic_cmd=/usr/bin/file
5912 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5913 ;;
5914 esac
5915 else
5916 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
5917 fi
5918 ;;
ce2cded5
L
5919
5920gnu*)
5921 lt_cv_deplibs_check_method=pass_all
d7040cdb 5922 ;;
ce2cded5 5923
3725885a
RW
5924haiku*)
5925 lt_cv_deplibs_check_method=pass_all
5926 ;;
5927
ce2cded5
L
5928hpux10.20* | hpux11*)
5929 lt_cv_file_magic_cmd=/usr/bin/file
5930 case $host_cpu in
5931 ia64*)
5932 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5933 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5934 ;;
5935 hppa*64*)
3725885a 5936 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
5937 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5938 ;;
5939 *)
3725885a 5940 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
5941 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5942 ;;
5943 esac
d7040cdb 5944 ;;
ce2cded5
L
5945
5946interix[3-9]*)
5947 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5948 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 5949 ;;
ce2cded5
L
5950
5951irix5* | irix6* | nonstopux*)
5952 case $LD in
5953 *-32|*"-32 ") libmagic=32-bit;;
5954 *-n32|*"-n32 ") libmagic=N32;;
5955 *-64|*"-64 ") libmagic=64-bit;;
5956 *) libmagic=never-match;;
5957 esac
5958 lt_cv_deplibs_check_method=pass_all
d7040cdb 5959 ;;
ce2cded5
L
5960
5961# This must be Linux ELF.
58e24671 5962linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 5963 lt_cv_deplibs_check_method=pass_all
d7040cdb 5964 ;;
ce2cded5
L
5965
5966netbsd*)
5967 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5968 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5969 else
5970 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5971 fi
d7040cdb 5972 ;;
ce2cded5
L
5973
5974newos6*)
5975 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5976 lt_cv_file_magic_cmd=/usr/bin/file
5977 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 5978 ;;
76a27922 5979
ce2cded5
L
5980*nto* | *qnx*)
5981 lt_cv_deplibs_check_method=pass_all
5982 ;;
d6d788bd 5983
ce2cded5
L
5984openbsd*)
5985 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5986 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5987 else
5988 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5989 fi
5990 ;;
44f2f9d2 5991
ce2cded5
L
5992osf3* | osf4* | osf5*)
5993 lt_cv_deplibs_check_method=pass_all
5994 ;;
44f2f9d2 5995
ce2cded5
L
5996rdos*)
5997 lt_cv_deplibs_check_method=pass_all
5998 ;;
5999
6000solaris*)
6001 lt_cv_deplibs_check_method=pass_all
6002 ;;
6003
6004sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6005 lt_cv_deplibs_check_method=pass_all
6006 ;;
6007
6008sysv4 | sysv4.3*)
6009 case $host_vendor in
6010 motorola)
6011 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]'
6012 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6013 ;;
6014 ncr)
6015 lt_cv_deplibs_check_method=pass_all
6016 ;;
6017 sequent)
6018 lt_cv_file_magic_cmd='/bin/file'
6019 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6020 ;;
6021 sni)
6022 lt_cv_file_magic_cmd='/bin/file'
6023 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6024 lt_cv_file_magic_test_file=/lib/libc.so
6025 ;;
6026 siemens)
6027 lt_cv_deplibs_check_method=pass_all
6028 ;;
6029 pc)
6030 lt_cv_deplibs_check_method=pass_all
6031 ;;
6032 esac
6033 ;;
6034
6035tpf*)
6036 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6037 ;;
6038esac
6039
ce2cded5 6040fi
81ecdfbb
RW
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6042$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
6043file_magic_cmd=$lt_cv_file_magic_cmd
6044deplibs_check_method=$lt_cv_deplibs_check_method
6045test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6046
d7040cdb 6047
d7040cdb 6048
d7040cdb 6049
d7040cdb 6050
44f2f9d2 6051
d7040cdb 6052
d7040cdb 6053
d7040cdb 6054
d7040cdb 6055
44f2f9d2 6056
d7040cdb 6057
ce2cded5 6058if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6059 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6060set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6062$as_echo_n "checking for $ac_word... " >&6; }
6063if test "${ac_cv_prog_AR+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
ce2cded5
L
6065else
6066 if test -n "$AR"; then
6067 ac_cv_prog_AR="$AR" # Let the user override the test.
6068else
6069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070for as_dir in $PATH
6071do
6072 IFS=$as_save_IFS
6073 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6074 for ac_exec_ext in '' $ac_executable_extensions; do
6075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6076 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6078 break 2
d7040cdb
SE
6079 fi
6080done
81ecdfbb
RW
6081 done
6082IFS=$as_save_IFS
44f2f9d2 6083
ce2cded5
L
6084fi
6085fi
6086AR=$ac_cv_prog_AR
6087if test -n "$AR"; then
81ecdfbb
RW
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6089$as_echo "$AR" >&6; }
ce2cded5 6090else
81ecdfbb
RW
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092$as_echo "no" >&6; }
44f2f9d2 6093fi
d7040cdb 6094
81ecdfbb 6095
d7040cdb 6096fi
f2c621e4 6097if test -z "$ac_cv_prog_AR"; then
ce2cded5 6098 ac_ct_AR=$AR
f2c621e4
AS
6099 # Extract the first word of "ar", so it can be a program name with args.
6100set dummy ar; ac_word=$2
81ecdfbb
RW
6101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102$as_echo_n "checking for $ac_word... " >&6; }
6103if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6104 $as_echo_n "(cached) " >&6
44f2f9d2 6105else
ce2cded5
L
6106 if test -n "$ac_ct_AR"; then
6107 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6108else
6109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110for as_dir in $PATH
6111do
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6116 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6118 break 2
6119 fi
6120done
81ecdfbb
RW
6121 done
6122IFS=$as_save_IFS
ce2cded5 6123
ce2cded5
L
6124fi
6125fi
6126ac_ct_AR=$ac_cv_prog_ac_ct_AR
6127if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6129$as_echo "$ac_ct_AR" >&6; }
ce2cded5 6130else
81ecdfbb
RW
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132$as_echo "no" >&6; }
d7040cdb 6133fi
44f2f9d2 6134
81ecdfbb
RW
6135 if test "x$ac_ct_AR" = x; then
6136 AR="false"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139yes:)
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6141$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142ac_tool_warned=yes ;;
6143esac
6144 AR=$ac_ct_AR
6145 fi
df7b86aa 6146else
f2c621e4
AS
6147 AR="$ac_cv_prog_AR"
6148fi
df7b86aa 6149
f2c621e4
AS
6150test -z "$AR" && AR=ar
6151test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6152
df7b86aa 6153
df7b86aa 6154
df7b86aa 6155
df7b86aa
NC
6156
6157
6158
6159
6160
6161
d7040cdb 6162
ce2cded5
L
6163if test -n "$ac_tool_prefix"; then
6164 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6165set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167$as_echo_n "checking for $ac_word... " >&6; }
6168if test "${ac_cv_prog_STRIP+set}" = set; then :
6169 $as_echo_n "(cached) " >&6
ce2cded5
L
6170else
6171 if test -n "$STRIP"; then
6172 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6173else
6174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175for as_dir in $PATH
6176do
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6181 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6183 break 2
6184 fi
6185done
81ecdfbb
RW
6186 done
6187IFS=$as_save_IFS
d7040cdb 6188
ce2cded5
L
6189fi
6190fi
6191STRIP=$ac_cv_prog_STRIP
6192if test -n "$STRIP"; then
81ecdfbb
RW
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6194$as_echo "$STRIP" >&6; }
ce2cded5 6195else
81ecdfbb
RW
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6197$as_echo "no" >&6; }
ce2cded5 6198fi
d7040cdb 6199
81ecdfbb 6200
ce2cded5
L
6201fi
6202if test -z "$ac_cv_prog_STRIP"; then
6203 ac_ct_STRIP=$STRIP
6204 # Extract the first word of "strip", so it can be a program name with args.
6205set dummy strip; ac_word=$2
81ecdfbb
RW
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6207$as_echo_n "checking for $ac_word... " >&6; }
6208if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6209 $as_echo_n "(cached) " >&6
ce2cded5
L
6210else
6211 if test -n "$ac_ct_STRIP"; then
6212 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6213else
6214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215for as_dir in $PATH
6216do
6217 IFS=$as_save_IFS
6218 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6219 for ac_exec_ext in '' $ac_executable_extensions; do
6220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6221 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6223 break 2
6224 fi
6225done
81ecdfbb
RW
6226 done
6227IFS=$as_save_IFS
d7040cdb 6228
ce2cded5
L
6229fi
6230fi
6231ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6232if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6234$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 6235else
81ecdfbb
RW
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237$as_echo "no" >&6; }
ce2cded5 6238fi
d7040cdb 6239
81ecdfbb
RW
6240 if test "x$ac_ct_STRIP" = x; then
6241 STRIP=":"
6242 else
6243 case $cross_compiling:$ac_tool_warned in
6244yes:)
6245{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6246$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6247ac_tool_warned=yes ;;
6248esac
6249 STRIP=$ac_ct_STRIP
6250 fi
ce2cded5
L
6251else
6252 STRIP="$ac_cv_prog_STRIP"
6253fi
d7040cdb 6254
ce2cded5 6255test -z "$STRIP" && STRIP=:
d7040cdb 6256
d7040cdb 6257
d7040cdb 6258
d7040cdb 6259
d7040cdb 6260
d7040cdb 6261
ce2cded5
L
6262if test -n "$ac_tool_prefix"; then
6263 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6264set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266$as_echo_n "checking for $ac_word... " >&6; }
6267if test "${ac_cv_prog_RANLIB+set}" = set; then :
6268 $as_echo_n "(cached) " >&6
44f2f9d2 6269else
ce2cded5
L
6270 if test -n "$RANLIB"; then
6271 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6272else
6273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274for as_dir in $PATH
6275do
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6280 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6282 break 2
6283 fi
6284done
81ecdfbb
RW
6285 done
6286IFS=$as_save_IFS
44f2f9d2 6287
d7040cdb 6288fi
44f2f9d2 6289fi
ce2cded5
L
6290RANLIB=$ac_cv_prog_RANLIB
6291if test -n "$RANLIB"; then
81ecdfbb
RW
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6293$as_echo "$RANLIB" >&6; }
ce2cded5 6294else
81ecdfbb
RW
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296$as_echo "no" >&6; }
ce2cded5 6297fi
d7040cdb 6298
81ecdfbb 6299
d7040cdb 6300fi
ce2cded5
L
6301if test -z "$ac_cv_prog_RANLIB"; then
6302 ac_ct_RANLIB=$RANLIB
6303 # Extract the first word of "ranlib", so it can be a program name with args.
6304set dummy ranlib; ac_word=$2
81ecdfbb
RW
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306$as_echo_n "checking for $ac_word... " >&6; }
6307if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
44f2f9d2 6309else
ce2cded5
L
6310 if test -n "$ac_ct_RANLIB"; then
6311 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6312else
6313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314for as_dir in $PATH
d7040cdb 6315do
ce2cded5
L
6316 IFS=$as_save_IFS
6317 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6318 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6320 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6322 break 2
d7040cdb 6323 fi
ce2cded5 6324done
81ecdfbb
RW
6325 done
6326IFS=$as_save_IFS
ce2cded5 6327
d7040cdb 6328fi
ce2cded5
L
6329fi
6330ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6331if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6333$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6334else
81ecdfbb
RW
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336$as_echo "no" >&6; }
44f2f9d2 6337fi
44f2f9d2 6338
81ecdfbb
RW
6339 if test "x$ac_ct_RANLIB" = x; then
6340 RANLIB=":"
6341 else
6342 case $cross_compiling:$ac_tool_warned in
6343yes:)
6344{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6345$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6346ac_tool_warned=yes ;;
6347esac
6348 RANLIB=$ac_ct_RANLIB
6349 fi
d7040cdb 6350else
ce2cded5 6351 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6352fi
252b5132 6353
ce2cded5 6354test -z "$RANLIB" && RANLIB=:
252b5132 6355
252b5132 6356
ae57792d 6357
252b5132 6358
13b2be9c 6359
14ee9f48 6360
ce2cded5 6361# Determine commands to create old-style static archives.
718a6fd8 6362old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6363old_postinstall_cmds='chmod 644 $oldlib'
6364old_postuninstall_cmds=
14ee9f48 6365
ce2cded5
L
6366if test -n "$RANLIB"; then
6367 case $host_os in
6368 openbsd*)
6369 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6370 ;;
6371 *)
6372 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6373 ;;
6374 esac
6375 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6376fi
14ee9f48 6377
3725885a
RW
6378case $host_os in
6379 darwin*)
6380 lock_old_archive_extraction=yes ;;
6381 *)
6382 lock_old_archive_extraction=no ;;
6383esac
6384
6385
6386
6387
6388
6389
f8fc3443 6390
f8fc3443 6391
252b5132 6392
85fbca6a 6393
85fbca6a 6394
13b2be9c 6395
13b2be9c 6396
d7040cdb 6397
d7040cdb
SE
6398
6399
6400
252b5132 6401
93fbbb04 6402
93fbbb04 6403
d70c5fc7 6404
e0001a05 6405
252b5132 6406
252b5132 6407
252b5132 6408
252b5132 6409
252b5132 6410
3bcbcc3d 6411
252b5132 6412
252b5132 6413
252b5132 6414
15886821 6415
252b5132 6416
252b5132 6417
13b2be9c
DJ
6418
6419
252b5132 6420
252b5132 6421
d6d788bd 6422
ce2cded5
L
6423# If no C compiler was specified, use CC.
6424LTCC=${LTCC-"$CC"}
252b5132 6425
ce2cded5
L
6426# If no C compiler flags were specified, use CFLAGS.
6427LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6428
ce2cded5
L
6429# Allow CC to be a program name with arguments.
6430compiler=$CC
252b5132 6431
252b5132 6432
ce2cded5 6433# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6435$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6436if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6437 $as_echo_n "(cached) " >&6
ce2cded5 6438else
252b5132 6439
ce2cded5
L
6440# These are sane defaults that work on at least a few old systems.
6441# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6442
ce2cded5
L
6443# Character class describing NM global symbol codes.
6444symcode='[BCDEGRST]'
252b5132 6445
ce2cded5
L
6446# Regexp to match symbols that can be accessed directly from C.
6447sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6448
ce2cded5
L
6449# Define system-specific variables.
6450case $host_os in
6451aix*)
6452 symcode='[BCDT]'
6453 ;;
718a6fd8 6454cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6455 symcode='[ABCDGISTW]'
6456 ;;
6457hpux*)
6458 if test "$host_cpu" = ia64; then
6459 symcode='[ABCDEGRST]'
6460 fi
6461 ;;
6462irix* | nonstopux*)
6463 symcode='[BCDEGRST]'
6464 ;;
6465osf*)
6466 symcode='[BCDEGQRST]'
6467 ;;
6468solaris*)
6469 symcode='[BDRT]'
6470 ;;
6471sco3.2v5*)
6472 symcode='[DT]'
6473 ;;
6474sysv4.2uw2*)
6475 symcode='[DT]'
6476 ;;
6477sysv5* | sco5v6* | unixware* | OpenUNIX*)
6478 symcode='[ABDT]'
6479 ;;
6480sysv4)
6481 symcode='[DFNSTU]'
6482 ;;
6483esac
6484
6485# If we're using GNU nm, then use its standard symbol codes.
6486case `$NM -V 2>&1` in
6487*GNU* | *'with BFD'*)
6488 symcode='[ABCDGIRSTW]' ;;
6489esac
252b5132 6490
ce2cded5
L
6491# Transform an extracted symbol line into a proper C declaration.
6492# Some systems (esp. on ia64) link data and code symbols differently,
6493# so use this general approach.
6494lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6495
ce2cded5 6496# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6497lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6498lt_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 6499
7357c5b6
AM
6500# Handle CRLF in mingw tool chain
6501opt_cr=
6502case $build_os in
6503mingw*)
6504 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6505 ;;
6506esac
d7040cdb 6507
7357c5b6
AM
6508# Try without a prefix underscore, then with it.
6509for ac_symprfx in "" "_"; do
d7040cdb 6510
7357c5b6
AM
6511 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6512 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6513
7357c5b6
AM
6514 # Write the raw and C identifiers.
6515 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6516 # Fake it for dumpbin and say T for any non-static function
6517 # and D for any global variable.
6518 # Also find C++ and __fastcall symbols from MSVC++,
6519 # which start with @ or ?.
6520 lt_cv_sys_global_symbol_pipe="$AWK '"\
6521" {last_section=section; section=\$ 3};"\
6522" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6523" \$ 0!~/External *\|/{next};"\
6524" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6525" {if(hide[section]) next};"\
6526" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6527" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6528" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6529" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6530" ' prfx=^$ac_symprfx"
6531 else
6532 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6533 fi
d7040cdb 6534
7357c5b6
AM
6535 # Check to see that the pipe works correctly.
6536 pipe_works=no
d7040cdb 6537
7357c5b6
AM
6538 rm -f conftest*
6539 cat > conftest.$ac_ext <<_LT_EOF
6540#ifdef __cplusplus
6541extern "C" {
6542#endif
6543char nm_test_var;
6544void nm_test_func(void);
6545void nm_test_func(void){}
6546#ifdef __cplusplus
ce2cded5 6547}
7357c5b6
AM
6548#endif
6549int main(){nm_test_var='a';nm_test_func();return(0);}
6550_LT_EOF
6551
81ecdfbb 6552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6553 (eval $ac_compile) 2>&5
ce2cded5 6554 ac_status=$?
81ecdfbb
RW
6555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556 test $ac_status = 0; }; then
7357c5b6
AM
6557 # Now try to grab the symbols.
6558 nlist=conftest.nm
3725885a
RW
6559 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6560 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6561 ac_status=$?
81ecdfbb
RW
6562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6563 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6564 # Try sorting and uniquifying the output.
6565 if sort "$nlist" | uniq > "$nlist"T; then
6566 mv -f "$nlist"T "$nlist"
6567 else
6568 rm -f "$nlist"T
6569 fi
13b2be9c 6570
7357c5b6
AM
6571 # Make sure that we snagged all the symbols we need.
6572 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6573 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6574 cat <<_LT_EOF > conftest.$ac_ext
6575#ifdef __cplusplus
6576extern "C" {
6577#endif
13b2be9c 6578
7357c5b6
AM
6579_LT_EOF
6580 # Now generate the symbol file.
6581 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6582
7357c5b6 6583 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6584
7357c5b6 6585/* The mapping between symbol names and symbols. */
f2c621e4 6586const struct {
7357c5b6
AM
6587 const char *name;
6588 void *address;
6589}
6590lt__PROGRAM__LTX_preloaded_symbols[] =
6591{
6592 { "@PROGRAM@", (void *) 0 },
6593_LT_EOF
6594 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6595 cat <<\_LT_EOF >> conftest.$ac_ext
6596 {0, (void *) 0}
6597};
d7040cdb 6598
7357c5b6
AM
6599/* This works around a problem in FreeBSD linker */
6600#ifdef FREEBSD_WORKAROUND
6601static const void *lt_preloaded_setup() {
6602 return lt__PROGRAM__LTX_preloaded_symbols;
6603}
ce2cded5 6604#endif
d7040cdb 6605
7357c5b6 6606#ifdef __cplusplus
ce2cded5 6607}
7357c5b6
AM
6608#endif
6609_LT_EOF
6610 # Now try linking the two files.
6611 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6612 lt_save_LIBS="$LIBS"
6613 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6614 LIBS="conftstm.$ac_objext"
6615 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6616 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6617 (eval $ac_link) 2>&5
6618 ac_status=$?
81ecdfbb
RW
6619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6620 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6621 pipe_works=yes
6622 fi
f2c621e4
AS
6623 LIBS="$lt_save_LIBS"
6624 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6625 else
6626 echo "cannot find nm_test_func in $nlist" >&5
6627 fi
6628 else
6629 echo "cannot find nm_test_var in $nlist" >&5
6630 fi
6631 else
6632 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6633 fi
6634 else
6635 echo "$progname: failed program was:" >&5
6636 cat conftest.$ac_ext >&5
6637 fi
718a6fd8 6638 rm -rf conftest* conftst*
7357c5b6
AM
6639
6640 # Do not use the global_symbol_pipe unless it works.
6641 if test "$pipe_works" = yes; then
6642 break
6643 else
6644 lt_cv_sys_global_symbol_pipe=
6645 fi
6646done
d7040cdb 6647
ce2cded5 6648fi
7357c5b6
AM
6649
6650if test -z "$lt_cv_sys_global_symbol_pipe"; then
6651 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6652fi
7357c5b6 6653if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6655$as_echo "failed" >&6; }
7357c5b6 6656else
81ecdfbb
RW
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6658$as_echo "ok" >&6; }
ce2cded5 6659fi
d7040cdb 6660
df7b86aa
NC
6661
6662
6663
d7040cdb 6664
d7040cdb 6665
d7040cdb 6666
d7040cdb 6667
d7040cdb 6668
d7040cdb 6669
d7040cdb 6670
d7040cdb 6671
d7040cdb 6672
d7040cdb 6673
d7040cdb 6674
7357c5b6
AM
6675
6676
718a6fd8
SE
6677
6678
6679
7357c5b6
AM
6680
6681
81ecdfbb
RW
6682# Check whether --enable-libtool-lock was given.
6683if test "${enable_libtool_lock+set}" = set; then :
6684 enableval=$enable_libtool_lock;
6685fi
7357c5b6 6686
7357c5b6
AM
6687test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6688
6689# Some flags need to be propagated to the compiler or linker for good
6690# libtool support.
6691case $host in
6692ia64-*-hpux*)
6693 # Find out which ABI we are using.
6694 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6695 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6696 (eval $ac_compile) 2>&5
6697 ac_status=$?
81ecdfbb
RW
6698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6699 test $ac_status = 0; }; then
7357c5b6
AM
6700 case `/usr/bin/file conftest.$ac_objext` in
6701 *ELF-32*)
6702 HPUX_IA64_MODE="32"
6703 ;;
6704 *ELF-64*)
6705 HPUX_IA64_MODE="64"
6706 ;;
6707 esac
6708 fi
6709 rm -rf conftest*
6710 ;;
6711*-*-irix6*)
6712 # Find out which ABI we are using.
3725885a 6713 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6715 (eval $ac_compile) 2>&5
6716 ac_status=$?
81ecdfbb
RW
6717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6718 test $ac_status = 0; }; then
7357c5b6
AM
6719 if test "$lt_cv_prog_gnu_ld" = yes; then
6720 case `/usr/bin/file conftest.$ac_objext` in
6721 *32-bit*)
6722 LD="${LD-ld} -melf32bsmip"
6723 ;;
6724 *N32*)
6725 LD="${LD-ld} -melf32bmipn32"
6726 ;;
6727 *64-bit*)
6728 LD="${LD-ld} -melf64bmip"
6729 ;;
6730 esac
6731 else
6732 case `/usr/bin/file conftest.$ac_objext` in
6733 *32-bit*)
6734 LD="${LD-ld} -32"
6735 ;;
6736 *N32*)
6737 LD="${LD-ld} -n32"
6738 ;;
6739 *64-bit*)
6740 LD="${LD-ld} -64"
6741 ;;
6742 esac
6743 fi
6744 fi
6745 rm -rf conftest*
6746 ;;
6747
cc9afea3 6748x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6749s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6750 # Find out which ABI we are using.
6751 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6752 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6753 (eval $ac_compile) 2>&5
6754 ac_status=$?
81ecdfbb
RW
6755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6756 test $ac_status = 0; }; then
7357c5b6
AM
6757 case `/usr/bin/file conftest.o` in
6758 *32-bit*)
6759 case $host in
6760 x86_64-*kfreebsd*-gnu)
6761 LD="${LD-ld} -m elf_i386_fbsd"
6762 ;;
6763 x86_64-*linux*)
6d2920c8
L
6764 case `/usr/bin/file conftest.o` in
6765 *x86-64*)
6766 LD="${LD-ld} -m elf32_x86_64"
6767 ;;
6768 *)
6769 LD="${LD-ld} -m elf_i386"
6770 ;;
6771 esac
7357c5b6 6772 ;;
cc9afea3
AM
6773 powerpc64le-*linux*)
6774 LD="${LD-ld} -m elf32lppclinux"
6775 ;;
6776 powerpc64-*linux*)
7357c5b6
AM
6777 LD="${LD-ld} -m elf32ppclinux"
6778 ;;
6779 s390x-*linux*)
6780 LD="${LD-ld} -m elf_s390"
6781 ;;
6782 sparc64-*linux*)
6783 LD="${LD-ld} -m elf32_sparc"
6784 ;;
6785 esac
6786 ;;
6787 *64-bit*)
6788 case $host in
6789 x86_64-*kfreebsd*-gnu)
6790 LD="${LD-ld} -m elf_x86_64_fbsd"
6791 ;;
6792 x86_64-*linux*)
6793 LD="${LD-ld} -m elf_x86_64"
6794 ;;
cc9afea3
AM
6795 powerpcle-*linux*)
6796 LD="${LD-ld} -m elf64lppc"
6797 ;;
6798 powerpc-*linux*)
7357c5b6
AM
6799 LD="${LD-ld} -m elf64ppc"
6800 ;;
6801 s390*-*linux*|s390*-*tpf*)
6802 LD="${LD-ld} -m elf64_s390"
6803 ;;
6804 sparc*-*linux*)
6805 LD="${LD-ld} -m elf64_sparc"
6806 ;;
6807 esac
6808 ;;
6809 esac
6810 fi
6811 rm -rf conftest*
6812 ;;
6813
6814*-*-sco3.2v5*)
6815 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6816 SAVE_CFLAGS="$CFLAGS"
6817 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6819$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6820if test "${lt_cv_cc_needs_belf+set}" = set; then :
6821 $as_echo_n "(cached) " >&6
ce2cded5 6822else
7357c5b6
AM
6823 ac_ext=c
6824ac_cpp='$CPP $CPPFLAGS'
6825ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6826ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6827ac_compiler_gnu=$ac_cv_c_compiler_gnu
6828
81ecdfbb 6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 6830/* end confdefs.h. */
d7040cdb 6831
7357c5b6
AM
6832int
6833main ()
6834{
6835
6836 ;
6837 return 0;
6838}
ce2cded5 6839_ACEOF
81ecdfbb 6840if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6841 lt_cv_cc_needs_belf=yes
ce2cded5 6842else
81ecdfbb 6843 lt_cv_cc_needs_belf=no
ce2cded5 6844fi
81ecdfbb
RW
6845rm -f core conftest.err conftest.$ac_objext \
6846 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6847 ac_ext=c
6848ac_cpp='$CPP $CPPFLAGS'
6849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6851ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6852
ce2cded5 6853fi
81ecdfbb
RW
6854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6855$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6856 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6857 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6858 CFLAGS="$SAVE_CFLAGS"
6859 fi
6860 ;;
6861sparc*-*solaris*)
6862 # Find out which ABI we are using.
6863 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6864 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6865 (eval $ac_compile) 2>&5
6866 ac_status=$?
81ecdfbb
RW
6867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6868 test $ac_status = 0; }; then
7357c5b6
AM
6869 case `/usr/bin/file conftest.o` in
6870 *64-bit*)
6871 case $lt_cv_prog_gnu_ld in
6872 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6873 *)
6874 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6875 LD="${LD-ld} -64"
6876 fi
6877 ;;
7357c5b6
AM
6878 esac
6879 ;;
6880 esac
6881 fi
6882 rm -rf conftest*
6883 ;;
6884esac
d7040cdb 6885
df7b86aa
NC
6886need_locks="$enable_libtool_lock"
6887
718a6fd8
SE
6888
6889 case $host_os in
6890 rhapsody* | darwin*)
6891 if test -n "$ac_tool_prefix"; then
6892 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6893set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895$as_echo_n "checking for $ac_word... " >&6; }
6896if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
718a6fd8
SE
6898else
6899 if test -n "$DSYMUTIL"; then
6900 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6901else
6902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903for as_dir in $PATH
6904do
6905 IFS=$as_save_IFS
6906 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6907 for ac_exec_ext in '' $ac_executable_extensions; do
6908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6909 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6911 break 2
6912 fi
6913done
81ecdfbb
RW
6914 done
6915IFS=$as_save_IFS
718a6fd8
SE
6916
6917fi
6918fi
6919DSYMUTIL=$ac_cv_prog_DSYMUTIL
6920if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6922$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6923else
81ecdfbb
RW
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925$as_echo "no" >&6; }
718a6fd8
SE
6926fi
6927
81ecdfbb 6928
718a6fd8
SE
6929fi
6930if test -z "$ac_cv_prog_DSYMUTIL"; then
6931 ac_ct_DSYMUTIL=$DSYMUTIL
6932 # Extract the first word of "dsymutil", so it can be a program name with args.
6933set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935$as_echo_n "checking for $ac_word... " >&6; }
6936if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6937 $as_echo_n "(cached) " >&6
718a6fd8
SE
6938else
6939 if test -n "$ac_ct_DSYMUTIL"; then
6940 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6941else
6942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943for as_dir in $PATH
6944do
6945 IFS=$as_save_IFS
6946 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6947 for ac_exec_ext in '' $ac_executable_extensions; do
6948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6949 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6951 break 2
6952 fi
6953done
81ecdfbb
RW
6954 done
6955IFS=$as_save_IFS
718a6fd8 6956
718a6fd8
SE
6957fi
6958fi
6959ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6960if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6962$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6963else
81ecdfbb
RW
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965$as_echo "no" >&6; }
718a6fd8
SE
6966fi
6967
81ecdfbb
RW
6968 if test "x$ac_ct_DSYMUTIL" = x; then
6969 DSYMUTIL=":"
6970 else
6971 case $cross_compiling:$ac_tool_warned in
6972yes:)
6973{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6974$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6975ac_tool_warned=yes ;;
6976esac
6977 DSYMUTIL=$ac_ct_DSYMUTIL
6978 fi
718a6fd8
SE
6979else
6980 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6981fi
6982
6983 if test -n "$ac_tool_prefix"; then
6984 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6985set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987$as_echo_n "checking for $ac_word... " >&6; }
6988if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6989 $as_echo_n "(cached) " >&6
718a6fd8
SE
6990else
6991 if test -n "$NMEDIT"; then
6992 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6993else
6994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995for as_dir in $PATH
6996do
6997 IFS=$as_save_IFS
6998 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6999 for ac_exec_ext in '' $ac_executable_extensions; do
7000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7001 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7003 break 2
7004 fi
7005done
81ecdfbb
RW
7006 done
7007IFS=$as_save_IFS
718a6fd8
SE
7008
7009fi
7010fi
7011NMEDIT=$ac_cv_prog_NMEDIT
7012if test -n "$NMEDIT"; then
81ecdfbb
RW
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7014$as_echo "$NMEDIT" >&6; }
718a6fd8 7015else
81ecdfbb
RW
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017$as_echo "no" >&6; }
718a6fd8
SE
7018fi
7019
81ecdfbb 7020
718a6fd8
SE
7021fi
7022if test -z "$ac_cv_prog_NMEDIT"; then
7023 ac_ct_NMEDIT=$NMEDIT
7024 # Extract the first word of "nmedit", so it can be a program name with args.
7025set dummy nmedit; ac_word=$2
81ecdfbb
RW
7026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7027$as_echo_n "checking for $ac_word... " >&6; }
7028if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
718a6fd8
SE
7030else
7031 if test -n "$ac_ct_NMEDIT"; then
7032 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7033else
7034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7035for as_dir in $PATH
7036do
7037 IFS=$as_save_IFS
7038 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7039 for ac_exec_ext in '' $ac_executable_extensions; do
7040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7041 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7043 break 2
7044 fi
7045done
81ecdfbb
RW
7046 done
7047IFS=$as_save_IFS
718a6fd8 7048
718a6fd8
SE
7049fi
7050fi
7051ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7052if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7054$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7055else
81ecdfbb
RW
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7057$as_echo "no" >&6; }
718a6fd8
SE
7058fi
7059
81ecdfbb
RW
7060 if test "x$ac_ct_NMEDIT" = x; then
7061 NMEDIT=":"
7062 else
7063 case $cross_compiling:$ac_tool_warned in
7064yes:)
7065{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7066$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7067ac_tool_warned=yes ;;
7068esac
7069 NMEDIT=$ac_ct_NMEDIT
7070 fi
718a6fd8
SE
7071else
7072 NMEDIT="$ac_cv_prog_NMEDIT"
7073fi
7074
7075 if test -n "$ac_tool_prefix"; then
7076 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7077set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7079$as_echo_n "checking for $ac_word... " >&6; }
7080if test "${ac_cv_prog_LIPO+set}" = set; then :
7081 $as_echo_n "(cached) " >&6
718a6fd8
SE
7082else
7083 if test -n "$LIPO"; then
7084 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7085else
7086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7087for as_dir in $PATH
7088do
7089 IFS=$as_save_IFS
7090 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7091 for ac_exec_ext in '' $ac_executable_extensions; do
7092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7093 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7095 break 2
7096 fi
7097done
81ecdfbb
RW
7098 done
7099IFS=$as_save_IFS
718a6fd8
SE
7100
7101fi
7102fi
7103LIPO=$ac_cv_prog_LIPO
7104if test -n "$LIPO"; then
81ecdfbb
RW
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7106$as_echo "$LIPO" >&6; }
718a6fd8 7107else
81ecdfbb
RW
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7109$as_echo "no" >&6; }
718a6fd8
SE
7110fi
7111
81ecdfbb 7112
718a6fd8
SE
7113fi
7114if test -z "$ac_cv_prog_LIPO"; then
7115 ac_ct_LIPO=$LIPO
7116 # Extract the first word of "lipo", so it can be a program name with args.
7117set dummy lipo; ac_word=$2
81ecdfbb
RW
7118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7119$as_echo_n "checking for $ac_word... " >&6; }
7120if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7121 $as_echo_n "(cached) " >&6
718a6fd8
SE
7122else
7123 if test -n "$ac_ct_LIPO"; then
7124 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7125else
7126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7127for as_dir in $PATH
7128do
7129 IFS=$as_save_IFS
7130 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7131 for ac_exec_ext in '' $ac_executable_extensions; do
7132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7133 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7135 break 2
7136 fi
7137done
81ecdfbb
RW
7138 done
7139IFS=$as_save_IFS
718a6fd8 7140
718a6fd8
SE
7141fi
7142fi
7143ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7144if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7146$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7147else
81ecdfbb
RW
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7149$as_echo "no" >&6; }
718a6fd8
SE
7150fi
7151
81ecdfbb
RW
7152 if test "x$ac_ct_LIPO" = x; then
7153 LIPO=":"
7154 else
7155 case $cross_compiling:$ac_tool_warned in
7156yes:)
7157{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7158$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7159ac_tool_warned=yes ;;
7160esac
7161 LIPO=$ac_ct_LIPO
7162 fi
718a6fd8
SE
7163else
7164 LIPO="$ac_cv_prog_LIPO"
7165fi
7166
7167 if test -n "$ac_tool_prefix"; then
7168 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7169set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7171$as_echo_n "checking for $ac_word... " >&6; }
7172if test "${ac_cv_prog_OTOOL+set}" = set; then :
7173 $as_echo_n "(cached) " >&6
718a6fd8
SE
7174else
7175 if test -n "$OTOOL"; then
7176 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7177else
7178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179for as_dir in $PATH
7180do
7181 IFS=$as_save_IFS
7182 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7183 for ac_exec_ext in '' $ac_executable_extensions; do
7184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7185 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7187 break 2
7188 fi
7189done
81ecdfbb
RW
7190 done
7191IFS=$as_save_IFS
718a6fd8
SE
7192
7193fi
7194fi
7195OTOOL=$ac_cv_prog_OTOOL
7196if test -n "$OTOOL"; then
81ecdfbb
RW
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7198$as_echo "$OTOOL" >&6; }
718a6fd8 7199else
81ecdfbb
RW
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7201$as_echo "no" >&6; }
718a6fd8
SE
7202fi
7203
81ecdfbb 7204
718a6fd8
SE
7205fi
7206if test -z "$ac_cv_prog_OTOOL"; then
7207 ac_ct_OTOOL=$OTOOL
7208 # Extract the first word of "otool", so it can be a program name with args.
7209set dummy otool; ac_word=$2
81ecdfbb
RW
7210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7211$as_echo_n "checking for $ac_word... " >&6; }
7212if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7213 $as_echo_n "(cached) " >&6
718a6fd8
SE
7214else
7215 if test -n "$ac_ct_OTOOL"; then
7216 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7217else
7218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7219for as_dir in $PATH
7220do
7221 IFS=$as_save_IFS
7222 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7223 for ac_exec_ext in '' $ac_executable_extensions; do
7224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7225 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7227 break 2
7228 fi
7229done
81ecdfbb
RW
7230 done
7231IFS=$as_save_IFS
718a6fd8 7232
718a6fd8
SE
7233fi
7234fi
7235ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7236if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7238$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7239else
81ecdfbb
RW
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241$as_echo "no" >&6; }
718a6fd8
SE
7242fi
7243
81ecdfbb
RW
7244 if test "x$ac_ct_OTOOL" = x; then
7245 OTOOL=":"
7246 else
7247 case $cross_compiling:$ac_tool_warned in
7248yes:)
7249{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7250$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7251ac_tool_warned=yes ;;
7252esac
7253 OTOOL=$ac_ct_OTOOL
7254 fi
718a6fd8
SE
7255else
7256 OTOOL="$ac_cv_prog_OTOOL"
7257fi
7258
7259 if test -n "$ac_tool_prefix"; then
7260 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7261set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7263$as_echo_n "checking for $ac_word... " >&6; }
7264if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7265 $as_echo_n "(cached) " >&6
718a6fd8
SE
7266else
7267 if test -n "$OTOOL64"; then
7268 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7269else
7270as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271for as_dir in $PATH
7272do
7273 IFS=$as_save_IFS
7274 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7275 for ac_exec_ext in '' $ac_executable_extensions; do
7276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7277 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7279 break 2
7280 fi
7281done
81ecdfbb
RW
7282 done
7283IFS=$as_save_IFS
718a6fd8
SE
7284
7285fi
7286fi
7287OTOOL64=$ac_cv_prog_OTOOL64
7288if test -n "$OTOOL64"; then
81ecdfbb
RW
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7290$as_echo "$OTOOL64" >&6; }
718a6fd8 7291else
81ecdfbb
RW
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7293$as_echo "no" >&6; }
718a6fd8
SE
7294fi
7295
81ecdfbb 7296
718a6fd8
SE
7297fi
7298if test -z "$ac_cv_prog_OTOOL64"; then
7299 ac_ct_OTOOL64=$OTOOL64
7300 # Extract the first word of "otool64", so it can be a program name with args.
7301set dummy otool64; ac_word=$2
81ecdfbb
RW
7302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303$as_echo_n "checking for $ac_word... " >&6; }
7304if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7305 $as_echo_n "(cached) " >&6
718a6fd8
SE
7306else
7307 if test -n "$ac_ct_OTOOL64"; then
7308 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7309else
7310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7311for as_dir in $PATH
7312do
7313 IFS=$as_save_IFS
7314 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7315 for ac_exec_ext in '' $ac_executable_extensions; do
7316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7317 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7319 break 2
7320 fi
7321done
81ecdfbb
RW
7322 done
7323IFS=$as_save_IFS
718a6fd8 7324
718a6fd8
SE
7325fi
7326fi
7327ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7328if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7330$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7331else
81ecdfbb
RW
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333$as_echo "no" >&6; }
718a6fd8
SE
7334fi
7335
81ecdfbb
RW
7336 if test "x$ac_ct_OTOOL64" = x; then
7337 OTOOL64=":"
7338 else
7339 case $cross_compiling:$ac_tool_warned in
7340yes:)
7341{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7342$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7343ac_tool_warned=yes ;;
7344esac
7345 OTOOL64=$ac_ct_OTOOL64
7346 fi
718a6fd8
SE
7347else
7348 OTOOL64="$ac_cv_prog_OTOOL64"
7349fi
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
81ecdfbb
RW
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7378$as_echo_n "checking for -single_module linker flag... " >&6; }
7379if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7380 $as_echo_n "(cached) " >&6
718a6fd8
SE
7381else
7382 lt_cv_apple_cc_single_mod=no
7383 if test -z "${LT_MULTI_MODULE}"; then
7384 # By default we will add the -single_module flag. You can override
7385 # by either setting the environment variable LT_MULTI_MODULE
7386 # non-empty at configure time, or by adding -multi_module to the
7387 # link flags.
7388 rm -rf libconftest.dylib*
7389 echo "int foo(void){return 1;}" > conftest.c
7390 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7391-dynamiclib -Wl,-single_module conftest.c" >&5
7392 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7393 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7394 _lt_result=$?
7395 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7396 lt_cv_apple_cc_single_mod=yes
7397 else
7398 cat conftest.err >&5
7399 fi
7400 rm -rf libconftest.dylib*
7401 rm -f conftest.*
7402 fi
7403fi
81ecdfbb
RW
7404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7405$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7407$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7408if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
718a6fd8
SE
7410else
7411 lt_cv_ld_exported_symbols_list=no
7412 save_LDFLAGS=$LDFLAGS
7413 echo "_main" > conftest.sym
7414 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7416/* end confdefs.h. */
7417
7418int
7419main ()
7420{
7421
7422 ;
7423 return 0;
7424}
7425_ACEOF
81ecdfbb 7426if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7427 lt_cv_ld_exported_symbols_list=yes
7428else
81ecdfbb 7429 lt_cv_ld_exported_symbols_list=no
718a6fd8 7430fi
81ecdfbb
RW
7431rm -f core conftest.err conftest.$ac_objext \
7432 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7433 LDFLAGS="$save_LDFLAGS"
7434
7435fi
81ecdfbb
RW
7436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7437$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7439$as_echo_n "checking for -force_load linker flag... " >&6; }
7440if test "${lt_cv_ld_force_load+set}" = set; then :
7441 $as_echo_n "(cached) " >&6
7442else
7443 lt_cv_ld_force_load=no
7444 cat > conftest.c << _LT_EOF
7445int forced_loaded() { return 2;}
7446_LT_EOF
7447 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7448 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7449 echo "$AR cru libconftest.a conftest.o" >&5
7450 $AR cru libconftest.a conftest.o 2>&5
7451 cat > conftest.c << _LT_EOF
7452int main() { return 0;}
7453_LT_EOF
7454 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7455 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7456 _lt_result=$?
7457 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7458 lt_cv_ld_force_load=yes
7459 else
7460 cat conftest.err >&5
7461 fi
7462 rm -f conftest.err libconftest.a conftest conftest.c
7463 rm -rf conftest.dSYM
7464
7465fi
7466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7467$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7468 case $host_os in
7469 rhapsody* | darwin1.[012])
7470 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7471 darwin1.*)
7472 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7473 darwin*) # darwin 5.x on
7474 # if running on 10.5 or later, the deployment target defaults
7475 # to the OS version, if on x86, and 10.4, the deployment
7476 # target defaults to 10.4. Don't you love it?
7477 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7478 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7479 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7480 10.[012][,.]*)
718a6fd8
SE
7481 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7482 10.*)
7483 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7484 esac
7485 ;;
7486 esac
7487 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7488 _lt_dar_single_mod='$single_module'
7489 fi
7490 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7491 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7492 else
7493 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7494 fi
3725885a 7495 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7496 _lt_dsymutil='~$DSYMUTIL $lib || :'
7497 else
7498 _lt_dsymutil=
7499 fi
7500 ;;
7501 esac
7502
718a6fd8 7503for ac_header in dlfcn.h
81ecdfbb
RW
7504do :
7505 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7506"
7507if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7508 cat >>confdefs.h <<_ACEOF
81ecdfbb 7509#define HAVE_DLFCN_H 1
718a6fd8
SE
7510_ACEOF
7511
7512fi
7513
7514done
7515
7516
7517
3725885a
RW
7518
7519
718a6fd8
SE
7520# Set options
7521
7522
7523
7524 enable_dlopen=no
7525
7526
7527 enable_win32_dll=no
7528
7529
81ecdfbb
RW
7530 # Check whether --enable-shared was given.
7531if test "${enable_shared+set}" = set; then :
7532 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7533 case $enableval in
7534 yes) enable_shared=yes ;;
7535 no) enable_shared=no ;;
7536 *)
7537 enable_shared=no
7538 # Look at the argument we got. We use all the common list separators.
7539 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540 for pkg in $enableval; do
7541 IFS="$lt_save_ifs"
7542 if test "X$pkg" = "X$p"; then
7543 enable_shared=yes
7544 fi
7545 done
7546 IFS="$lt_save_ifs"
7547 ;;
7548 esac
7549else
7550 enable_shared=yes
81ecdfbb
RW
7551fi
7552
718a6fd8
SE
7553
7554
7555
7556
7557
7558
7559
7560
81ecdfbb
RW
7561 # Check whether --enable-static was given.
7562if test "${enable_static+set}" = set; then :
7563 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7564 case $enableval in
7565 yes) enable_static=yes ;;
7566 no) enable_static=no ;;
7567 *)
7568 enable_static=no
7569 # Look at the argument we got. We use all the common list separators.
7570 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7571 for pkg in $enableval; do
7572 IFS="$lt_save_ifs"
7573 if test "X$pkg" = "X$p"; then
7574 enable_static=yes
7575 fi
7576 done
7577 IFS="$lt_save_ifs"
7578 ;;
7579 esac
7580else
7581 enable_static=yes
81ecdfbb
RW
7582fi
7583
718a6fd8
SE
7584
7585
d7040cdb 7586
d7040cdb 7587
718a6fd8
SE
7588
7589
7590
7591
7592
81ecdfbb
RW
7593# Check whether --with-pic was given.
7594if test "${with_pic+set}" = set; then :
7595 withval=$with_pic; pic_mode="$withval"
ce2cded5 7596else
718a6fd8 7597 pic_mode=default
81ecdfbb
RW
7598fi
7599
d7040cdb 7600
718a6fd8
SE
7601test -z "$pic_mode" && pic_mode=default
7602
7603
7604
7605
7606
7607
7608
81ecdfbb
RW
7609 # Check whether --enable-fast-install was given.
7610if test "${enable_fast_install+set}" = set; then :
7611 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7612 case $enableval in
7613 yes) enable_fast_install=yes ;;
7614 no) enable_fast_install=no ;;
7615 *)
7616 enable_fast_install=no
7617 # Look at the argument we got. We use all the common list separators.
7618 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7619 for pkg in $enableval; do
7620 IFS="$lt_save_ifs"
7621 if test "X$pkg" = "X$p"; then
7622 enable_fast_install=yes
7623 fi
7624 done
7625 IFS="$lt_save_ifs"
7626 ;;
7627 esac
ce2cded5 7628else
718a6fd8 7629 enable_fast_install=yes
81ecdfbb
RW
7630fi
7631
718a6fd8
SE
7632
7633
7634
7635
d7040cdb 7636
d7040cdb 7637
d7040cdb 7638
d7040cdb 7639
d7040cdb 7640
d7040cdb 7641
ce2cded5
L
7642# This can be used to rebuild libtool when needed
7643LIBTOOL_DEPS="$ltmain"
d7040cdb 7644
ce2cded5
L
7645# Always use our own libtool.
7646LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7647
d7040cdb 7648
d7040cdb 7649
d7040cdb
SE
7650
7651
7652
7653
7654
7655
d7040cdb 7656
d7040cdb 7657
ab509236 7658
ab509236 7659
d7040cdb
SE
7660
7661
7662
7663
7664
13b2be9c 7665
13b2be9c 7666
13b2be9c 7667
13b2be9c 7668
d7040cdb 7669
3725885a 7670
d7040cdb
SE
7671
7672
ce2cded5 7673test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7674
7675
d7040cdb 7676
d7040cdb 7677
d7040cdb
SE
7678
7679
7680
7681
7682
7683
ce2cded5
L
7684
7685
7686
7687
7688if test -n "${ZSH_VERSION+set}" ; then
7689 setopt NO_GLOB_SUBST
7690fi
7691
81ecdfbb
RW
7692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7693$as_echo_n "checking for objdir... " >&6; }
7694if test "${lt_cv_objdir+set}" = set; then :
7695 $as_echo_n "(cached) " >&6
d7040cdb 7696else
ce2cded5
L
7697 rm -f .libs 2>/dev/null
7698mkdir .libs 2>/dev/null
7699if test -d .libs; then
7700 lt_cv_objdir=.libs
7701else
7702 # MS-DOS does not allow filenames that begin with a dot.
7703 lt_cv_objdir=_libs
d7040cdb 7704fi
ce2cded5
L
7705rmdir .libs 2>/dev/null
7706fi
81ecdfbb
RW
7707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7708$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7709objdir=$lt_cv_objdir
d7040cdb
SE
7710
7711
7712
7713
d7040cdb 7714
ce2cded5
L
7715cat >>confdefs.h <<_ACEOF
7716#define LT_OBJDIR "$lt_cv_objdir/"
7717_ACEOF
d7040cdb
SE
7718
7719
7720
7721
ce2cded5
L
7722case $host_os in
7723aix3*)
7724 # AIX sometimes has problems with the GCC collect2 program. For some
7725 # reason, if we set the COLLECT_NAMES environment variable, the problems
7726 # vanish in a puff of smoke.
7727 if test "X${COLLECT_NAMES+set}" != Xset; then
7728 COLLECT_NAMES=
7729 export COLLECT_NAMES
7730 fi
7731 ;;
7732esac
d7040cdb 7733
ce2cded5
L
7734# Global variables:
7735ofile=libtool
7736can_build_shared=yes
d7040cdb 7737
ce2cded5
L
7738# All known linkers require a `.a' archive for static linking (except MSVC,
7739# which needs '.lib').
7740libext=a
d7040cdb 7741
ce2cded5 7742with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7743
ce2cded5
L
7744old_CC="$CC"
7745old_CFLAGS="$CFLAGS"
d7040cdb 7746
ce2cded5
L
7747# Set sane defaults for various variables
7748test -z "$CC" && CC=cc
7749test -z "$LTCC" && LTCC=$CC
7750test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7751test -z "$LD" && LD=ld
7752test -z "$ac_objext" && ac_objext=o
7753
7754for cc_temp in $compiler""; do
7755 case $cc_temp in
7756 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7757 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7758 \-*) ;;
7759 *) break;;
7760 esac
7761done
3725885a 7762cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7763
7764
7765# Only perform the check for file, if the check method requires it
7766test -z "$MAGIC_CMD" && MAGIC_CMD=file
7767case $deplibs_check_method in
7768file_magic*)
7769 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7771$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7772if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7773 $as_echo_n "(cached) " >&6
ce2cded5
L
7774else
7775 case $MAGIC_CMD in
7776[\\/*] | ?:[\\/]*)
7777 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7778 ;;
7779*)
7780 lt_save_MAGIC_CMD="$MAGIC_CMD"
7781 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7782 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7783 for ac_dir in $ac_dummy; do
7784 IFS="$lt_save_ifs"
7785 test -z "$ac_dir" && ac_dir=.
7786 if test -f $ac_dir/${ac_tool_prefix}file; then
7787 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7788 if test -n "$file_magic_test_file"; then
7789 case $deplibs_check_method in
7790 "file_magic "*)
7791 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7792 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7793 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7794 $EGREP "$file_magic_regex" > /dev/null; then
7795 :
d7040cdb 7796 else
ce2cded5 7797 cat <<_LT_EOF 1>&2
d7040cdb 7798
ce2cded5
L
7799*** Warning: the command libtool uses to detect shared libraries,
7800*** $file_magic_cmd, produces output that libtool cannot recognize.
7801*** The result is that libtool may fail to recognize shared libraries
7802*** as such. This will affect the creation of libtool libraries that
7803*** depend on shared libraries, but programs linked with such libtool
7804*** libraries will work regardless of this problem. Nevertheless, you
7805*** may want to report the problem to your system manager and/or to
7806*** bug-libtool@gnu.org
d7040cdb 7807
ce2cded5
L
7808_LT_EOF
7809 fi ;;
7810 esac
d7040cdb 7811 fi
ce2cded5 7812 break
d7040cdb 7813 fi
ce2cded5
L
7814 done
7815 IFS="$lt_save_ifs"
7816 MAGIC_CMD="$lt_save_MAGIC_CMD"
7817 ;;
7818esac
7819fi
d7040cdb 7820
ce2cded5
L
7821MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7822if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7824$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7825else
81ecdfbb
RW
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827$as_echo "no" >&6; }
ce2cded5 7828fi
d7040cdb 7829
d7040cdb 7830
d7040cdb 7831
d7040cdb 7832
d7040cdb 7833
ce2cded5
L
7834if test -z "$lt_cv_path_MAGIC_CMD"; then
7835 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7837$as_echo_n "checking for file... " >&6; }
7838if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7839 $as_echo_n "(cached) " >&6
ce2cded5
L
7840else
7841 case $MAGIC_CMD in
7842[\\/*] | ?:[\\/]*)
7843 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7844 ;;
7845*)
7846 lt_save_MAGIC_CMD="$MAGIC_CMD"
7847 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7848 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7849 for ac_dir in $ac_dummy; do
7850 IFS="$lt_save_ifs"
7851 test -z "$ac_dir" && ac_dir=.
7852 if test -f $ac_dir/file; then
7853 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7854 if test -n "$file_magic_test_file"; then
7855 case $deplibs_check_method in
7856 "file_magic "*)
7857 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7858 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7859 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7860 $EGREP "$file_magic_regex" > /dev/null; then
7861 :
d7040cdb 7862 else
ce2cded5
L
7863 cat <<_LT_EOF 1>&2
7864
7865*** Warning: the command libtool uses to detect shared libraries,
7866*** $file_magic_cmd, produces output that libtool cannot recognize.
7867*** The result is that libtool may fail to recognize shared libraries
7868*** as such. This will affect the creation of libtool libraries that
7869*** depend on shared libraries, but programs linked with such libtool
7870*** libraries will work regardless of this problem. Nevertheless, you
7871*** may want to report the problem to your system manager and/or to
7872*** bug-libtool@gnu.org
7873
7874_LT_EOF
7875 fi ;;
d7040cdb 7876 esac
d7040cdb 7877 fi
ce2cded5
L
7878 break
7879 fi
7880 done
7881 IFS="$lt_save_ifs"
7882 MAGIC_CMD="$lt_save_MAGIC_CMD"
7883 ;;
7884esac
7885fi
d7040cdb 7886
ce2cded5
L
7887MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7888if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7890$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 7891else
81ecdfbb
RW
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893$as_echo "no" >&6; }
ce2cded5 7894fi
d7040cdb 7895
d7040cdb 7896
ce2cded5
L
7897 else
7898 MAGIC_CMD=:
7899 fi
d7040cdb 7900fi
d7040cdb 7901
ce2cded5
L
7902 fi
7903 ;;
7904esac
d7040cdb 7905
ce2cded5 7906# Use C for the default configuration in the libtool script
d7040cdb 7907
ce2cded5
L
7908lt_save_CC="$CC"
7909ac_ext=c
7910ac_cpp='$CPP $CPPFLAGS'
7911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7913ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7914
d7040cdb 7915
ce2cded5
L
7916# Source file extension for C test sources.
7917ac_ext=c
d7040cdb 7918
ce2cded5
L
7919# Object file extension for compiled C test sources.
7920objext=o
7921objext=$objext
d7040cdb 7922
ce2cded5
L
7923# Code to be used in simple compile tests
7924lt_simple_compile_test_code="int some_variable = 0;"
7925
7926# Code to be used in simple link tests
7927lt_simple_link_test_code='int main(){return(0);}'
7928
7929
7930
7931
7932
7933
7934
7935# If no C compiler was specified, use CC.
7936LTCC=${LTCC-"$CC"}
7937
7938# If no C compiler flags were specified, use CFLAGS.
7939LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7940
7941# Allow CC to be a program name with arguments.
7942compiler=$CC
7943
7944# Save the default compiler, since it gets overwritten when the other
7945# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7946compiler_DEFAULT=$CC
7947
7948# save warnings/boilerplate of simple test code
7949ac_outfile=conftest.$ac_objext
7950echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7951eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7952_lt_compiler_boilerplate=`cat conftest.err`
7953$RM conftest*
7954
7955ac_outfile=conftest.$ac_objext
7956echo "$lt_simple_link_test_code" >conftest.$ac_ext
7957eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7958_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7959$RM -r conftest*
ce2cded5
L
7960
7961
f2c621e4
AS
7962## CAVEAT EMPTOR:
7963## There is no encapsulation within the following macros, do not change
7964## the running order or otherwise move them around unless you know exactly
7965## what you are doing...
ce2cded5
L
7966if test -n "$compiler"; then
7967
7968lt_prog_compiler_no_builtin_flag=
7969
7970if test "$GCC" = yes; then
3725885a
RW
7971 case $cc_basename in
7972 nvcc*)
7973 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7974 *)
7975 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7976 esac
ce2cded5 7977
81ecdfbb
RW
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7979$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7980if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7981 $as_echo_n "(cached) " >&6
ce2cded5
L
7982else
7983 lt_cv_prog_compiler_rtti_exceptions=no
7984 ac_outfile=conftest.$ac_objext
7985 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7986 lt_compiler_flag="-fno-rtti -fno-exceptions"
7987 # Insert the option either (1) after the last *FLAGS variable, or
7988 # (2) before a word containing "conftest.", or (3) at the end.
7989 # Note that $ac_compile itself does not contain backslashes and begins
7990 # with a dollar sign (not a hyphen), so the echo should work correctly.
7991 # The option is referenced via a variable to avoid confusing sed.
7992 lt_compile=`echo "$ac_compile" | $SED \
7993 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7994 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7995 -e 's:$: $lt_compiler_flag:'`
3725885a 7996 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
7997 (eval "$lt_compile" 2>conftest.err)
7998 ac_status=$?
7999 cat conftest.err >&5
3725885a 8000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8001 if (exit $ac_status) && test -s "$ac_outfile"; then
8002 # The compiler can only warn and ignore the option if not recognized
8003 # So say no if there are warnings other than the usual output.
3725885a 8004 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8005 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8006 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8007 lt_cv_prog_compiler_rtti_exceptions=yes
8008 fi
8009 fi
8010 $RM conftest*
8011
8012fi
81ecdfbb
RW
8013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8014$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
8015
8016if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8017 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8018else
8019 :
8020fi
8021
8022fi
8023
8024
8025
8026
8027
8028
8029 lt_prog_compiler_wl=
8030lt_prog_compiler_pic=
8031lt_prog_compiler_static=
8032
f2c621e4
AS
8033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8034$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
8035
8036 if test "$GCC" = yes; then
8037 lt_prog_compiler_wl='-Wl,'
8038 lt_prog_compiler_static='-static'
8039
8040 case $host_os in
8041 aix*)
8042 # All AIX code is PIC.
8043 if test "$host_cpu" = ia64; then
8044 # AIX 5 now supports IA64 processor
8045 lt_prog_compiler_static='-Bstatic'
8046 fi
6c9c0a50 8047 lt_prog_compiler_pic='-fPIC'
ce2cded5 8048 ;;
d7040cdb
SE
8049
8050 amigaos*)
718a6fd8
SE
8051 case $host_cpu in
8052 powerpc)
8053 # see comment about AmigaOS4 .so support
8054 lt_prog_compiler_pic='-fPIC'
8055 ;;
8056 m68k)
8057 # FIXME: we need at least 68020 code to build shared libraries, but
8058 # adding the `-m68020' flag to GCC prevents building anything better,
8059 # like `-m68040'.
8060 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8061 ;;
8062 esac
d7040cdb
SE
8063 ;;
8064
ce2cded5
L
8065 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8066 # PIC is the default for these OSes.
d7040cdb
SE
8067 ;;
8068
718a6fd8 8069 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8070 # This hack is so that the source file can tell whether it is being
8071 # built for inclusion in a dll (and should export symbols for example).
8072 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8073 # (--disable-auto-import) libraries
8074 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8075 ;;
8076
8077 darwin* | rhapsody*)
ce2cded5
L
8078 # PIC is the default on this platform
8079 # Common symbols not allowed in MH_DYLIB files
8080 lt_prog_compiler_pic='-fno-common'
8081 ;;
8082
3725885a
RW
8083 haiku*)
8084 # PIC is the default for Haiku.
8085 # The "-static" flag exists, but is broken.
8086 lt_prog_compiler_static=
8087 ;;
8088
ce2cded5 8089 hpux*)
718a6fd8
SE
8090 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8091 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8092 # sets the default TLS model and affects inlining.
ce2cded5 8093 case $host_cpu in
718a6fd8 8094 hppa*64*)
ce2cded5 8095 # +Z the default
d7040cdb 8096 ;;
ce2cded5
L
8097 *)
8098 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8099 ;;
8100 esac
ce2cded5 8101 ;;
d7040cdb 8102
ce2cded5
L
8103 interix[3-9]*)
8104 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8105 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8106 ;;
8107
ce2cded5
L
8108 msdosdjgpp*)
8109 # Just because we use GCC doesn't mean we suddenly get shared libraries
8110 # on systems that don't support them.
8111 lt_prog_compiler_can_build_shared=no
8112 enable_shared=no
d7040cdb
SE
8113 ;;
8114
ce2cded5
L
8115 *nto* | *qnx*)
8116 # QNX uses GNU C++, but need to define -shared option too, otherwise
8117 # it will coredump.
8118 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8119 ;;
8120
ce2cded5
L
8121 sysv4*MP*)
8122 if test -d /usr/nec; then
8123 lt_prog_compiler_pic=-Kconform_pic
8124 fi
d7040cdb
SE
8125 ;;
8126
ce2cded5
L
8127 *)
8128 lt_prog_compiler_pic='-fPIC'
d7040cdb 8129 ;;
ce2cded5 8130 esac
3725885a
RW
8131
8132 case $cc_basename in
8133 nvcc*) # Cuda Compiler Driver 2.2
8134 lt_prog_compiler_wl='-Xlinker '
8135 lt_prog_compiler_pic='-Xcompiler -fPIC'
8136 ;;
8137 esac
ce2cded5
L
8138 else
8139 # PORTME Check for flag to pass linker flags through the system compiler.
8140 case $host_os in
8141 aix*)
8142 lt_prog_compiler_wl='-Wl,'
8143 if test "$host_cpu" = ia64; then
8144 # AIX 5 now supports IA64 processor
8145 lt_prog_compiler_static='-Bstatic'
d7040cdb 8146 else
ce2cded5 8147 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8148 fi
ce2cded5 8149 ;;
d7040cdb 8150
718a6fd8 8151 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8152 # This hack is so that the source file can tell whether it is being
8153 # built for inclusion in a dll (and should export symbols for example).
8154 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8155 ;;
8156
ce2cded5
L
8157 hpux9* | hpux10* | hpux11*)
8158 lt_prog_compiler_wl='-Wl,'
8159 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8160 # not for PA HP-UX.
8161 case $host_cpu in
8162 hppa*64*|ia64*)
8163 # +Z the default
8164 ;;
8165 *)
8166 lt_prog_compiler_pic='+Z'
8167 ;;
8168 esac
8169 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8170 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8171 ;;
8172
ce2cded5
L
8173 irix5* | irix6* | nonstopux*)
8174 lt_prog_compiler_wl='-Wl,'
8175 # PIC (with -KPIC) is the default.
8176 lt_prog_compiler_static='-non_shared'
8177 ;;
d7040cdb 8178
58e24671 8179 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8180 case $cc_basename in
718a6fd8
SE
8181 # old Intel for x86_64 which still supported -KPIC.
8182 ecc*)
ce2cded5
L
8183 lt_prog_compiler_wl='-Wl,'
8184 lt_prog_compiler_pic='-KPIC'
8185 lt_prog_compiler_static='-static'
8186 ;;
718a6fd8
SE
8187 # icc used to be incompatible with GCC.
8188 # ICC 10 doesn't accept -KPIC any more.
8189 icc* | ifort*)
8190 lt_prog_compiler_wl='-Wl,'
8191 lt_prog_compiler_pic='-fPIC'
8192 lt_prog_compiler_static='-static'
8193 ;;
8194 # Lahey Fortran 8.1.
8195 lf95*)
8196 lt_prog_compiler_wl='-Wl,'
8197 lt_prog_compiler_pic='--shared'
8198 lt_prog_compiler_static='--static'
8199 ;;
3725885a 8200 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8201 # Portland Group compilers (*not* the Pentium gcc compiler,
8202 # which looks to be a dead project)
8203 lt_prog_compiler_wl='-Wl,'
8204 lt_prog_compiler_pic='-fpic'
8205 lt_prog_compiler_static='-Bstatic'
8206 ;;
8207 ccc*)
8208 lt_prog_compiler_wl='-Wl,'
8209 # All Alpha code is PIC.
8210 lt_prog_compiler_static='-non_shared'
8211 ;;
3725885a
RW
8212 xl* | bgxl* | bgf* | mpixl*)
8213 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8214 lt_prog_compiler_wl='-Wl,'
8215 lt_prog_compiler_pic='-qpic'
8216 lt_prog_compiler_static='-qstaticlink'
8217 ;;
ce2cded5
L
8218 *)
8219 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8220 *Sun\ F* | *Sun*Fortran*)
8221 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8222 lt_prog_compiler_pic='-KPIC'
8223 lt_prog_compiler_static='-Bstatic'
3725885a 8224 lt_prog_compiler_wl=''
d7040cdb 8225 ;;
3725885a
RW
8226 *Sun\ C*)
8227 # Sun C 5.9
ce2cded5
L
8228 lt_prog_compiler_pic='-KPIC'
8229 lt_prog_compiler_static='-Bstatic'
3725885a 8230 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8231 ;;
8232 esac
ce2cded5
L
8233 ;;
8234 esac
d7040cdb
SE
8235 ;;
8236
ce2cded5
L
8237 newsos6)
8238 lt_prog_compiler_pic='-KPIC'
8239 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8240 ;;
8241
ce2cded5
L
8242 *nto* | *qnx*)
8243 # QNX uses GNU C++, but need to define -shared option too, otherwise
8244 # it will coredump.
8245 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8246 ;;
8247
ce2cded5
L
8248 osf3* | osf4* | osf5*)
8249 lt_prog_compiler_wl='-Wl,'
8250 # All OSF/1 code is PIC.
8251 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8252 ;;
8253
ce2cded5
L
8254 rdos*)
8255 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8256 ;;
8257
8258 solaris*)
ce2cded5
L
8259 lt_prog_compiler_pic='-KPIC'
8260 lt_prog_compiler_static='-Bstatic'
8261 case $cc_basename in
f2c621e4 8262 f77* | f90* | f95*)
ce2cded5 8263 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8264 *)
ce2cded5 8265 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8266 esac
d7040cdb
SE
8267 ;;
8268
8269 sunos4*)
ce2cded5
L
8270 lt_prog_compiler_wl='-Qoption ld '
8271 lt_prog_compiler_pic='-PIC'
8272 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8273 ;;
8274
ce2cded5
L
8275 sysv4 | sysv4.2uw2* | sysv4.3*)
8276 lt_prog_compiler_wl='-Wl,'
8277 lt_prog_compiler_pic='-KPIC'
8278 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8279 ;;
8280
8281 sysv4*MP*)
ce2cded5
L
8282 if test -d /usr/nec ;then
8283 lt_prog_compiler_pic='-Kconform_pic'
8284 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8285 fi
8286 ;;
8287
ce2cded5
L
8288 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8289 lt_prog_compiler_wl='-Wl,'
8290 lt_prog_compiler_pic='-KPIC'
8291 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8292 ;;
8293
ce2cded5
L
8294 unicos*)
8295 lt_prog_compiler_wl='-Wl,'
8296 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8297 ;;
8298
8299 uts4*)
ce2cded5
L
8300 lt_prog_compiler_pic='-pic'
8301 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8302 ;;
8303
8304 *)
ce2cded5 8305 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8306 ;;
8307 esac
d7040cdb
SE
8308 fi
8309
ce2cded5
L
8310case $host_os in
8311 # For platforms which do not support PIC, -DPIC is meaningless:
8312 *djgpp*)
8313 lt_prog_compiler_pic=
8314 ;;
8315 *)
8316 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8317 ;;
8318esac
f2c621e4
AS
8319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8320$as_echo "$lt_prog_compiler_pic" >&6; }
8321
8322
8323
8324
d7040cdb
SE
8325
8326
8327#
ce2cded5 8328# Check to make sure the PIC flag actually works.
d7040cdb 8329#
ce2cded5 8330if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8332$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8333if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8334 $as_echo_n "(cached) " >&6
ce2cded5 8335else
718a6fd8 8336 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8337 ac_outfile=conftest.$ac_objext
8338 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8340 # Insert the option either (1) after the last *FLAGS variable, or
8341 # (2) before a word containing "conftest.", or (3) at the end.
8342 # Note that $ac_compile itself does not contain backslashes and begins
8343 # with a dollar sign (not a hyphen), so the echo should work correctly.
8344 # The option is referenced via a variable to avoid confusing sed.
8345 lt_compile=`echo "$ac_compile" | $SED \
8346 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348 -e 's:$: $lt_compiler_flag:'`
3725885a 8349 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8350 (eval "$lt_compile" 2>conftest.err)
8351 ac_status=$?
8352 cat conftest.err >&5
3725885a 8353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8354 if (exit $ac_status) && test -s "$ac_outfile"; then
8355 # The compiler can only warn and ignore the option if not recognized
8356 # So say no if there are warnings other than the usual output.
3725885a 8357 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8358 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8360 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8361 fi
8362 fi
8363 $RM conftest*
d7040cdb 8364
ce2cded5 8365fi
81ecdfbb
RW
8366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8367$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8368
718a6fd8 8369if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8370 case $lt_prog_compiler_pic in
8371 "" | " "*) ;;
8372 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8373 esac
8374else
8375 lt_prog_compiler_pic=
8376 lt_prog_compiler_can_build_shared=no
8377fi
d7040cdb 8378
ce2cded5 8379fi
d7040cdb
SE
8380
8381
8382
8383
8384
8385
ce2cded5
L
8386#
8387# Check to make sure the static flag actually works.
8388#
8389wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8391$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8392if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8393 $as_echo_n "(cached) " >&6
ce2cded5 8394else
718a6fd8 8395 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8396 save_LDFLAGS="$LDFLAGS"
8397 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8398 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8399 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8400 # The linker can only warn and ignore the option if not recognized
8401 # So say no if there are warnings
8402 if test -s conftest.err; then
8403 # Append any errors to the config.log.
8404 cat conftest.err 1>&5
3725885a 8405 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8406 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8407 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8408 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8409 fi
8410 else
718a6fd8 8411 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8412 fi
8413 fi
718a6fd8 8414 $RM -r conftest*
ce2cded5 8415 LDFLAGS="$save_LDFLAGS"
d7040cdb 8416
ce2cded5 8417fi
81ecdfbb
RW
8418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8419$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8420
718a6fd8 8421if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8422 :
8423else
8424 lt_prog_compiler_static=
8425fi
d7040cdb
SE
8426
8427
8428
8429
8430
8431
8432
81ecdfbb
RW
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8434$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8435if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8436 $as_echo_n "(cached) " >&6
ce2cded5
L
8437else
8438 lt_cv_prog_compiler_c_o=no
8439 $RM -r conftest 2>/dev/null
8440 mkdir conftest
8441 cd conftest
8442 mkdir out
8443 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8444
ce2cded5
L
8445 lt_compiler_flag="-o out/conftest2.$ac_objext"
8446 # Insert the option either (1) after the last *FLAGS variable, or
8447 # (2) before a word containing "conftest.", or (3) at the end.
8448 # Note that $ac_compile itself does not contain backslashes and begins
8449 # with a dollar sign (not a hyphen), so the echo should work correctly.
8450 lt_compile=`echo "$ac_compile" | $SED \
8451 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453 -e 's:$: $lt_compiler_flag:'`
3725885a 8454 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8455 (eval "$lt_compile" 2>out/conftest.err)
8456 ac_status=$?
8457 cat out/conftest.err >&5
3725885a 8458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8459 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8460 then
8461 # The compiler can only warn and ignore the option if not recognized
8462 # So say no if there are warnings
3725885a 8463 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8464 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8465 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8466 lt_cv_prog_compiler_c_o=yes
8467 fi
8468 fi
8469 chmod u+w . 2>&5
8470 $RM conftest*
8471 # SGI C++ compiler will create directory out/ii_files/ for
8472 # template instantiation
8473 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8474 $RM out/* && rmdir out
8475 cd ..
8476 $RM -r conftest
8477 $RM conftest*
d7040cdb 8478
ce2cded5 8479fi
81ecdfbb
RW
8480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8481$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8482
8483
8484
8485
8486
8487
81ecdfbb
RW
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8489$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8490if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8491 $as_echo_n "(cached) " >&6
ce2cded5
L
8492else
8493 lt_cv_prog_compiler_c_o=no
8494 $RM -r conftest 2>/dev/null
8495 mkdir conftest
8496 cd conftest
8497 mkdir out
8498 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8499
ce2cded5
L
8500 lt_compiler_flag="-o out/conftest2.$ac_objext"
8501 # Insert the option either (1) after the last *FLAGS variable, or
8502 # (2) before a word containing "conftest.", or (3) at the end.
8503 # Note that $ac_compile itself does not contain backslashes and begins
8504 # with a dollar sign (not a hyphen), so the echo should work correctly.
8505 lt_compile=`echo "$ac_compile" | $SED \
8506 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8507 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8508 -e 's:$: $lt_compiler_flag:'`
3725885a 8509 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8510 (eval "$lt_compile" 2>out/conftest.err)
8511 ac_status=$?
8512 cat out/conftest.err >&5
3725885a 8513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8514 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8515 then
8516 # The compiler can only warn and ignore the option if not recognized
8517 # So say no if there are warnings
3725885a 8518 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8519 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8520 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8521 lt_cv_prog_compiler_c_o=yes
8522 fi
8523 fi
8524 chmod u+w . 2>&5
8525 $RM conftest*
8526 # SGI C++ compiler will create directory out/ii_files/ for
8527 # template instantiation
8528 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8529 $RM out/* && rmdir out
8530 cd ..
8531 $RM -r conftest
8532 $RM conftest*
d7040cdb 8533
ce2cded5 8534fi
81ecdfbb
RW
8535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8536$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8537
8538
8539
8540
ce2cded5
L
8541hard_links="nottested"
8542if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8543 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8545$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8546 hard_links=yes
8547 $RM conftest*
8548 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8549 touch conftest.a
8550 ln conftest.a conftest.b 2>&5 || hard_links=no
8551 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8553$as_echo "$hard_links" >&6; }
ce2cded5 8554 if test "$hard_links" = no; then
81ecdfbb
RW
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8556$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8557 need_locks=warn
8558 fi
8559else
8560 need_locks=no
8561fi
d7040cdb
SE
8562
8563
8564
8565
8566
8567
81ecdfbb
RW
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8569$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8570
ce2cded5
L
8571 runpath_var=
8572 allow_undefined_flag=
8573 always_export_symbols=no
8574 archive_cmds=
8575 archive_expsym_cmds=
8576 compiler_needs_object=no
8577 enable_shared_with_static_runtimes=no
8578 export_dynamic_flag_spec=
8579 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8580 hardcode_automatic=no
8581 hardcode_direct=no
8582 hardcode_direct_absolute=no
8583 hardcode_libdir_flag_spec=
8584 hardcode_libdir_flag_spec_ld=
8585 hardcode_libdir_separator=
8586 hardcode_minus_L=no
8587 hardcode_shlibpath_var=unsupported
8588 inherit_rpath=no
8589 link_all_deplibs=unknown
8590 module_cmds=
8591 module_expsym_cmds=
8592 old_archive_from_new_cmds=
8593 old_archive_from_expsyms_cmds=
8594 thread_safe_flag_spec=
8595 whole_archive_flag_spec=
8596 # include_expsyms should be a list of space-separated symbols to be *always*
8597 # included in the symbol list
8598 include_expsyms=
8599 # exclude_expsyms can be an extended regexp of symbols to exclude
8600 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8601 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8602 # as well as any symbol that contains `d'.
718a6fd8 8603 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8604 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8605 # platforms (ab)use it in PIC code, but their linkers get confused if
8606 # the symbol is explicitly referenced. Since portable code cannot
8607 # rely on this symbol name, it's probably fine to never include it in
8608 # preloaded symbol tables.
718a6fd8 8609 # Exclude shared library initialization/finalization symbols.
ce2cded5 8610 extract_expsyms_cmds=
d7040cdb 8611
ce2cded5 8612 case $host_os in
718a6fd8 8613 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8614 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8615 # When not using gcc, we currently assume that we are using
8616 # Microsoft Visual C++.
8617 if test "$GCC" != yes; then
8618 with_gnu_ld=no
8619 fi
8620 ;;
8621 interix*)
8622 # we just hope/assume this is gcc and not c89 (= MSVC++)
8623 with_gnu_ld=yes
8624 ;;
8625 openbsd*)
8626 with_gnu_ld=no
8627 ;;
8628 esac
d7040cdb 8629
ce2cded5 8630 ld_shlibs=yes
3725885a
RW
8631
8632 # On some targets, GNU ld is compatible enough with the native linker
8633 # that we're better off using the native interface for both.
8634 lt_use_gnu_ld_interface=no
ce2cded5 8635 if test "$with_gnu_ld" = yes; then
3725885a
RW
8636 case $host_os in
8637 aix*)
8638 # The AIX port of GNU ld has always aspired to compatibility
8639 # with the native linker. However, as the warning in the GNU ld
8640 # block says, versions before 2.19.5* couldn't really create working
8641 # shared libraries, regardless of the interface used.
8642 case `$LD -v 2>&1` in
8643 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8644 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8645 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8646 *)
8647 lt_use_gnu_ld_interface=yes
8648 ;;
8649 esac
8650 ;;
8651 *)
8652 lt_use_gnu_ld_interface=yes
8653 ;;
8654 esac
8655 fi
8656
8657 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8658 # If archive_cmds runs LD, not CC, wlarc should be empty
8659 wlarc='${wl}'
d7040cdb 8660
ce2cded5
L
8661 # Set some defaults for GNU ld with shared library support. These
8662 # are reset later if shared libraries are not supported. Putting them
8663 # here allows them to be overridden if necessary.
8664 runpath_var=LD_RUN_PATH
8665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666 export_dynamic_flag_spec='${wl}--export-dynamic'
8667 # ancient GNU ld didn't support --whole-archive et. al.
8668 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8669 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8670 else
8671 whole_archive_flag_spec=
8672 fi
8673 supports_anon_versioning=no
8674 case `$LD -v 2>&1` in
3725885a 8675 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8676 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8677 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8678 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8679 *\ 2.11.*) ;; # other 2.11 versions
8680 *) supports_anon_versioning=yes ;;
8681 esac
d7040cdb 8682
ce2cded5
L
8683 # See if GNU ld supports shared libraries.
8684 case $host_os in
50e7d84b 8685 aix[3-9]*)
ce2cded5
L
8686 # On AIX/PPC, the GNU linker is very broken
8687 if test "$host_cpu" != ia64; then
8688 ld_shlibs=no
8689 cat <<_LT_EOF 1>&2
d7040cdb 8690
3725885a 8691*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8692*** to be unable to reliably create shared libraries on AIX.
8693*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8694*** really care for shared libraries, you may want to install binutils
8695*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8696*** You will then need to restart the configuration process.
d7040cdb 8697
ce2cded5
L
8698_LT_EOF
8699 fi
8700 ;;
d7040cdb 8701
ce2cded5 8702 amigaos*)
718a6fd8
SE
8703 case $host_cpu in
8704 powerpc)
8705 # see comment about AmigaOS4 .so support
8706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707 archive_expsym_cmds=''
8708 ;;
8709 m68k)
8710 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)'
8711 hardcode_libdir_flag_spec='-L$libdir'
8712 hardcode_minus_L=yes
8713 ;;
8714 esac
ce2cded5 8715 ;;
d7040cdb 8716
ce2cded5
L
8717 beos*)
8718 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8719 allow_undefined_flag=unsupported
8720 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8721 # support --undefined. This deserves some investigation. FIXME
8722 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8723 else
8724 ld_shlibs=no
8725 fi
8726 ;;
d7040cdb 8727
718a6fd8 8728 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8729 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8730 # as there is no search path for DLLs.
8731 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8732 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8733 allow_undefined_flag=unsupported
8734 always_export_symbols=no
8735 enable_shared_with_static_runtimes=yes
f2c621e4 8736 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8737
ce2cded5
L
8738 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8739 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8740 # If the export-symbols file already is a .def file (1st line
8741 # is EXPORTS), use it as is; otherwise, prepend...
8742 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8743 cp $export_symbols $output_objdir/$soname.def;
8744 else
8745 echo EXPORTS > $output_objdir/$soname.def;
8746 cat $export_symbols >> $output_objdir/$soname.def;
8747 fi~
8748 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8749 else
8750 ld_shlibs=no
8751 fi
8752 ;;
d7040cdb 8753
3725885a
RW
8754 haiku*)
8755 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8756 link_all_deplibs=yes
8757 ;;
8758
ce2cded5
L
8759 interix[3-9]*)
8760 hardcode_direct=no
8761 hardcode_shlibpath_var=no
8762 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8763 export_dynamic_flag_spec='${wl}-E'
8764 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8765 # Instead, shared libraries are loaded at an image base (0x10000000 by
8766 # default) and relocated if they conflict, which is a slow very memory
8767 # consuming and fragmenting process. To avoid this, we pick a random,
8768 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8769 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8770 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8771 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'
8772 ;;
d7040cdb 8773
58e24671 8774 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8775 tmp_diet=no
8776 if test "$host_os" = linux-dietlibc; then
8777 case $cc_basename in
8778 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8779 esac
8780 fi
8781 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8782 && test "$tmp_diet" = no
8783 then
6e733cce 8784 tmp_addflag=' $pic_flag'
718a6fd8 8785 tmp_sharedflag='-shared'
ce2cded5
L
8786 case $cc_basename,$host_cpu in
8787 pgcc*) # Portland Group C compiler
3725885a 8788 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
8789 tmp_addflag=' $pic_flag'
8790 ;;
3725885a
RW
8791 pgf77* | pgf90* | pgf95* | pgfortran*)
8792 # Portland Group f77 and f90 compilers
8793 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
8794 tmp_addflag=' $pic_flag -Mnomain' ;;
8795 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8796 tmp_addflag=' -i_dynamic' ;;
8797 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8798 tmp_addflag=' -i_dynamic -nofor_main' ;;
8799 ifc* | ifort*) # Intel Fortran compiler
8800 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8801 lf95*) # Lahey Fortran 8.1
8802 whole_archive_flag_spec=
8803 tmp_sharedflag='--shared' ;;
3725885a 8804 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8805 tmp_sharedflag='-qmkshrobj'
8806 tmp_addflag= ;;
3725885a
RW
8807 nvcc*) # Cuda Compiler Driver 2.2
8808 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'
8809 compiler_needs_object=yes
8810 ;;
ce2cded5
L
8811 esac
8812 case `$CC -V 2>&1 | sed 5q` in
8813 *Sun\ C*) # Sun C 5.9
3725885a 8814 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
8815 compiler_needs_object=yes
8816 tmp_sharedflag='-G' ;;
8817 *Sun\ F*) # Sun Fortran 8.3
8818 tmp_sharedflag='-G' ;;
ce2cded5
L
8819 esac
8820 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8821
ce2cded5
L
8822 if test "x$supports_anon_versioning" = xyes; then
8823 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8824 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8825 echo "local: *; };" >> $output_objdir/$libname.ver~
8826 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8827 fi
718a6fd8
SE
8828
8829 case $cc_basename in
3725885a 8830 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8831 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8832 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8833 hardcode_libdir_flag_spec=
8834 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8835 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8836 if test "x$supports_anon_versioning" = xyes; then
8837 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8838 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8839 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8840 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8841 fi
8842 ;;
8843 esac
ce2cded5
L
8844 else
8845 ld_shlibs=no
8846 fi
8847 ;;
d7040cdb 8848
ce2cded5
L
8849 netbsd*)
8850 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8851 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8852 wlarc=
8853 else
f2c621e4
AS
8854 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8856 fi
8857 ;;
d7040cdb 8858
ce2cded5
L
8859 solaris*)
8860 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8861 ld_shlibs=no
8862 cat <<_LT_EOF 1>&2
d7040cdb 8863
ce2cded5
L
8864*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8865*** create shared libraries on Solaris systems. Therefore, libtool
8866*** is disabling shared libraries support. We urge you to upgrade GNU
8867*** binutils to release 2.9.1 or newer. Another option is to modify
8868*** your PATH or compiler configuration so that the native linker is
8869*** used, and then restart.
d7040cdb 8870
ce2cded5
L
8871_LT_EOF
8872 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8873 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8874 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8875 else
8876 ld_shlibs=no
8877 fi
8878 ;;
d7040cdb 8879
ce2cded5
L
8880 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8881 case `$LD -v 2>&1` in
8882 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8883 ld_shlibs=no
8884 cat <<_LT_EOF 1>&2
d7040cdb 8885
ce2cded5
L
8886*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8887*** reliably create shared libraries on SCO systems. Therefore, libtool
8888*** is disabling shared libraries support. We urge you to upgrade GNU
8889*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8890*** your PATH or compiler configuration so that the native linker is
8891*** used, and then restart.
d7040cdb 8892
ce2cded5
L
8893_LT_EOF
8894 ;;
8895 *)
8896 # For security reasons, it is highly recommended that you always
8897 # use absolute paths for naming shared libraries, and exclude the
8898 # DT_RUNPATH tag from executables and libraries. But doing so
8899 # requires that you compile everything twice, which is a pain.
8900 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8901 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8902 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8903 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8904 else
8905 ld_shlibs=no
8906 fi
8907 ;;
8908 esac
8909 ;;
d7040cdb 8910
ce2cded5
L
8911 sunos4*)
8912 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8913 wlarc=
8914 hardcode_direct=yes
8915 hardcode_shlibpath_var=no
8916 ;;
d7040cdb 8917
ce2cded5
L
8918 *)
8919 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8920 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8921 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
8922 else
8923 ld_shlibs=no
8924 fi
8925 ;;
8926 esac
d7040cdb 8927
ce2cded5
L
8928 if test "$ld_shlibs" = no; then
8929 runpath_var=
8930 hardcode_libdir_flag_spec=
8931 export_dynamic_flag_spec=
8932 whole_archive_flag_spec=
8933 fi
8934 else
8935 # PORTME fill in a description of your system's linker (not GNU ld)
8936 case $host_os in
8937 aix3*)
8938 allow_undefined_flag=unsupported
8939 always_export_symbols=yes
8940 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'
8941 # Note: this linker hardcodes the directories in LIBPATH if there
8942 # are no directories specified by -L.
8943 hardcode_minus_L=yes
8944 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8945 # Neither direct hardcoding nor static linking is supported with a
8946 # broken collect2.
8947 hardcode_direct=unsupported
8948 fi
8949 ;;
d7040cdb 8950
50e7d84b 8951 aix[4-9]*)
ce2cded5
L
8952 if test "$host_cpu" = ia64; then
8953 # On IA64, the linker does run time linking by default, so we don't
8954 # have to do anything special.
8955 aix_use_runtimelinking=no
8956 exp_sym_flag='-Bexport'
8957 no_entry_flag=""
8958 else
8959 # If we're using GNU nm, then we don't want the "-C" option.
8960 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8961 # Also, AIX nm treats weak defined symbols like other global
8962 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 8963 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8964 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 8965 else
5c14705f 8966 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
8967 fi
8968 aix_use_runtimelinking=no
d7040cdb 8969
ce2cded5
L
8970 # Test if we are trying to use run time linking or normal
8971 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8972 # need to do runtime linking.
50e7d84b 8973 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
8974 for ld_flag in $LDFLAGS; do
8975 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8976 aix_use_runtimelinking=yes
8977 break
8978 fi
8979 done
8980 ;;
8981 esac
d7040cdb 8982
ce2cded5
L
8983 exp_sym_flag='-bexport'
8984 no_entry_flag='-bnoentry'
8985 fi
d7040cdb 8986
ce2cded5
L
8987 # When large executables or shared objects are built, AIX ld can
8988 # have problems creating the table of contents. If linking a library
8989 # or program results in "error TOC overflow" add -mminimal-toc to
8990 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8991 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 8992
ce2cded5
L
8993 archive_cmds=''
8994 hardcode_direct=yes
8995 hardcode_direct_absolute=yes
8996 hardcode_libdir_separator=':'
8997 link_all_deplibs=yes
8998 file_list_spec='${wl}-f,'
d7040cdb 8999
ce2cded5
L
9000 if test "$GCC" = yes; then
9001 case $host_os in aix4.[012]|aix4.[012].*)
9002 # We only want to do this on AIX 4.2 and lower, the check
9003 # below for broken collect2 doesn't work under 4.3+
9004 collect2name=`${CC} -print-prog-name=collect2`
9005 if test -f "$collect2name" &&
9006 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9007 then
9008 # We have reworked collect2
9009 :
9010 else
9011 # We have old collect2
9012 hardcode_direct=unsupported
9013 # It fails to find uninstalled libraries when the uninstalled
9014 # path is not listed in the libpath. Setting hardcode_minus_L
9015 # to unsupported forces relinking
9016 hardcode_minus_L=yes
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 hardcode_libdir_separator=
9019 fi
9020 ;;
9021 esac
9022 shared_flag='-shared'
9023 if test "$aix_use_runtimelinking" = yes; then
9024 shared_flag="$shared_flag "'${wl}-G'
9025 fi
9026 else
9027 # not using gcc
9028 if test "$host_cpu" = ia64; then
9029 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9030 # chokes on -Wl,-G. The following line is correct:
9031 shared_flag='-G'
9032 else
9033 if test "$aix_use_runtimelinking" = yes; then
9034 shared_flag='${wl}-G'
9035 else
9036 shared_flag='${wl}-bM:SRE'
9037 fi
9038 fi
9039 fi
d7040cdb 9040
718a6fd8 9041 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9042 # It seems that -bexpall does not export symbols beginning with
9043 # underscore (_), so it is better to generate a list of symbols to export.
9044 always_export_symbols=yes
9045 if test "$aix_use_runtimelinking" = yes; then
9046 # Warning - without using the other runtime loading flags (-brtl),
9047 # -berok will link without error, but may produce a broken library.
9048 allow_undefined_flag='-berok'
9049 # Determine the default libpath from the value encoded in an
9050 # empty executable.
f2c621e4 9051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9052/* end confdefs.h. */
d7040cdb 9053
ce2cded5
L
9054int
9055main ()
9056{
d7040cdb 9057
ce2cded5
L
9058 ;
9059 return 0;
9060}
9061_ACEOF
81ecdfbb 9062if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9063
f2c621e4
AS
9064lt_aix_libpath_sed='
9065 /Import File Strings/,/^$/ {
9066 /^0/ {
9067 s/^0 *\(.*\)$/\1/
9068 p
9069 }
9070 }'
9071aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9072# Check for a 64-bit object if we didn't find anything.
9073if test -z "$aix_libpath"; then
9074 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9075fi
ce2cded5 9076fi
81ecdfbb
RW
9077rm -f core conftest.err conftest.$ac_objext \
9078 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9079if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9080
ce2cded5 9081 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9082 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
9083 else
9084 if test "$host_cpu" = ia64; then
9085 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9086 allow_undefined_flag="-z nodefs"
9087 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"
9088 else
9089 # Determine the default libpath from the value encoded in an
9090 # empty executable.
f2c621e4 9091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9092/* end confdefs.h. */
d7040cdb 9093
ce2cded5
L
9094int
9095main ()
9096{
d7040cdb 9097
ce2cded5
L
9098 ;
9099 return 0;
9100}
9101_ACEOF
81ecdfbb 9102if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9103
f2c621e4
AS
9104lt_aix_libpath_sed='
9105 /Import File Strings/,/^$/ {
9106 /^0/ {
9107 s/^0 *\(.*\)$/\1/
9108 p
9109 }
9110 }'
9111aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9112# Check for a 64-bit object if we didn't find anything.
9113if test -z "$aix_libpath"; then
9114 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9115fi
ce2cded5 9116fi
81ecdfbb
RW
9117rm -f core conftest.err conftest.$ac_objext \
9118 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9119if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9120
ce2cded5
L
9121 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9122 # Warning - without using the other run time loading flags,
9123 # -berok will link without error, but may produce a broken library.
9124 no_undefined_flag=' ${wl}-bernotok'
9125 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9126 if test "$with_gnu_ld" = yes; then
9127 # We only use this code for GNU lds that support --whole-archive.
9128 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9129 else
9130 # Exported symbols can be pulled into shared objects from archives
9131 whole_archive_flag_spec='$convenience'
9132 fi
ce2cded5
L
9133 archive_cmds_need_lc=yes
9134 # This is similar to how AIX traditionally builds its shared libraries.
9135 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'
9136 fi
9137 fi
9138 ;;
d7040cdb 9139
ce2cded5 9140 amigaos*)
718a6fd8
SE
9141 case $host_cpu in
9142 powerpc)
9143 # see comment about AmigaOS4 .so support
9144 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9145 archive_expsym_cmds=''
9146 ;;
9147 m68k)
9148 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)'
9149 hardcode_libdir_flag_spec='-L$libdir'
9150 hardcode_minus_L=yes
9151 ;;
9152 esac
ce2cded5 9153 ;;
d7040cdb 9154
ce2cded5
L
9155 bsdi[45]*)
9156 export_dynamic_flag_spec=-rdynamic
9157 ;;
d7040cdb 9158
718a6fd8 9159 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9160 # When not using gcc, we currently assume that we are using
9161 # Microsoft Visual C++.
9162 # hardcode_libdir_flag_spec is actually meaningless, as there is
9163 # no search path for DLLs.
f2c621e4
AS
9164 hardcode_libdir_flag_spec=' '
9165 allow_undefined_flag=unsupported
9166 # Tell ltmain to make .lib files, not .a files.
9167 libext=lib
9168 # Tell ltmain to make .dll files, not .so files.
9169 shrext_cmds=".dll"
9170 # FIXME: Setting linknames here is a bad hack.
9171 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9172 # The linker will automatically build a .lib file if we build a DLL.
9173 old_archive_from_new_cmds='true'
9174 # FIXME: Should let the user specify the lib program.
9175 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9176 fix_srcfile_path='`cygpath -w "$srcfile"`'
9177 enable_shared_with_static_runtimes=yes
ce2cded5 9178 ;;
d7040cdb 9179
ce2cded5 9180 darwin* | rhapsody*)
d7040cdb 9181
718a6fd8
SE
9182
9183 archive_cmds_need_lc=no
9184 hardcode_direct=no
9185 hardcode_automatic=yes
9186 hardcode_shlibpath_var=unsupported
3725885a
RW
9187 if test "$lt_cv_ld_force_load" = "yes"; then
9188 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\"`'
9189 else
9190 whole_archive_flag_spec=''
9191 fi
718a6fd8
SE
9192 link_all_deplibs=yes
9193 allow_undefined_flag="$_lt_dar_allow_undefined"
9194 case $cc_basename in
9195 ifort*) _lt_dar_can_shared=yes ;;
9196 *) _lt_dar_can_shared=$GCC ;;
9197 esac
9198 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9199 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9200 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9201 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9202 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}"
9203 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}"
9204
9205 else
9206 ld_shlibs=no
9207 fi
9208
ce2cded5 9209 ;;
d7040cdb 9210
ce2cded5
L
9211 dgux*)
9212 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9213 hardcode_libdir_flag_spec='-L$libdir'
9214 hardcode_shlibpath_var=no
9215 ;;
d7040cdb 9216
ce2cded5
L
9217 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9218 # support. Future versions do this automatically, but an explicit c++rt0.o
9219 # does not break anything, and helps significantly (at the cost of a little
9220 # extra space).
9221 freebsd2.2*)
9222 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9223 hardcode_libdir_flag_spec='-R$libdir'
9224 hardcode_direct=yes
9225 hardcode_shlibpath_var=no
9226 ;;
d7040cdb 9227
ce2cded5 9228 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9229 freebsd2.*)
ce2cded5
L
9230 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9231 hardcode_direct=yes
9232 hardcode_minus_L=yes
9233 hardcode_shlibpath_var=no
9234 ;;
d7040cdb 9235
ce2cded5
L
9236 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9237 freebsd* | dragonfly*)
f2c621e4 9238 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9239 hardcode_libdir_flag_spec='-R$libdir'
9240 hardcode_direct=yes
9241 hardcode_shlibpath_var=no
9242 ;;
d7040cdb 9243
ce2cded5
L
9244 hpux9*)
9245 if test "$GCC" = yes; then
f2c621e4 9246 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
9247 else
9248 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'
9249 fi
9250 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9251 hardcode_libdir_separator=:
9252 hardcode_direct=yes
d7040cdb 9253
ce2cded5
L
9254 # hardcode_minus_L: Not really in the search PATH,
9255 # but as the default location of the library.
9256 hardcode_minus_L=yes
9257 export_dynamic_flag_spec='${wl}-E'
9258 ;;
d7040cdb 9259
ce2cded5 9260 hpux10*)
3725885a 9261 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9262 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9263 else
9264 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9265 fi
9266 if test "$with_gnu_ld" = no; then
9267 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9268 hardcode_libdir_flag_spec_ld='+b $libdir'
9269 hardcode_libdir_separator=:
9270 hardcode_direct=yes
9271 hardcode_direct_absolute=yes
9272 export_dynamic_flag_spec='${wl}-E'
9273 # hardcode_minus_L: Not really in the search PATH,
9274 # but as the default location of the library.
9275 hardcode_minus_L=yes
9276 fi
9277 ;;
d7040cdb 9278
ce2cded5 9279 hpux11*)
3725885a 9280 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9281 case $host_cpu in
9282 hppa*64*)
9283 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9284 ;;
9285 ia64*)
f2c621e4 9286 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9287 ;;
9288 *)
f2c621e4 9289 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9290 ;;
9291 esac
9292 else
9293 case $host_cpu in
9294 hppa*64*)
9295 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9296 ;;
9297 ia64*)
9298 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9299 ;;
9300 *)
3725885a
RW
9301
9302 # Older versions of the 11.00 compiler do not understand -b yet
9303 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9305$as_echo_n "checking if $CC understands -b... " >&6; }
9306if test "${lt_cv_prog_compiler__b+set}" = set; then :
9307 $as_echo_n "(cached) " >&6
9308else
9309 lt_cv_prog_compiler__b=no
9310 save_LDFLAGS="$LDFLAGS"
9311 LDFLAGS="$LDFLAGS -b"
9312 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9313 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9314 # The linker can only warn and ignore the option if not recognized
9315 # So say no if there are warnings
9316 if test -s conftest.err; then
9317 # Append any errors to the config.log.
9318 cat conftest.err 1>&5
9319 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9320 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9321 if diff conftest.exp conftest.er2 >/dev/null; then
9322 lt_cv_prog_compiler__b=yes
9323 fi
9324 else
9325 lt_cv_prog_compiler__b=yes
9326 fi
9327 fi
9328 $RM -r conftest*
9329 LDFLAGS="$save_LDFLAGS"
9330
9331fi
9332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9333$as_echo "$lt_cv_prog_compiler__b" >&6; }
9334
9335if test x"$lt_cv_prog_compiler__b" = xyes; then
9336 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9337else
9338 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9339fi
9340
ce2cded5
L
9341 ;;
9342 esac
9343 fi
9344 if test "$with_gnu_ld" = no; then
9345 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9346 hardcode_libdir_separator=:
d7040cdb 9347
ce2cded5
L
9348 case $host_cpu in
9349 hppa*64*|ia64*)
9350 hardcode_direct=no
9351 hardcode_shlibpath_var=no
9352 ;;
9353 *)
9354 hardcode_direct=yes
9355 hardcode_direct_absolute=yes
9356 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9357
ce2cded5
L
9358 # hardcode_minus_L: Not really in the search PATH,
9359 # but as the default location of the library.
9360 hardcode_minus_L=yes
9361 ;;
9362 esac
9363 fi
9364 ;;
9365
9366 irix5* | irix6* | nonstopux*)
9367 if test "$GCC" = yes; then
f2c621e4 9368 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
9369 # Try to use the -exported_symbol ld option, if it does not
9370 # work, assume that -exports_file does not work either and
9371 # implicitly export all symbols.
f2c621e4
AS
9372 save_LDFLAGS="$LDFLAGS"
9373 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9375/* end confdefs.h. */
f2c621e4 9376int foo(void) {}
ce2cded5 9377_ACEOF
81ecdfbb 9378if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9379 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'
9380
d7040cdb 9381fi
81ecdfbb
RW
9382rm -f core conftest.err conftest.$ac_objext \
9383 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9384 LDFLAGS="$save_LDFLAGS"
ce2cded5 9385 else
3725885a
RW
9386 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'
9387 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
9388 fi
9389 archive_cmds_need_lc='no'
9390 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9391 hardcode_libdir_separator=:
9392 inherit_rpath=yes
9393 link_all_deplibs=yes
9394 ;;
d7040cdb 9395
ce2cded5
L
9396 netbsd*)
9397 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9398 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9399 else
9400 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9401 fi
9402 hardcode_libdir_flag_spec='-R$libdir'
9403 hardcode_direct=yes
9404 hardcode_shlibpath_var=no
9405 ;;
d7040cdb 9406
ce2cded5
L
9407 newsos6)
9408 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9409 hardcode_direct=yes
9410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9411 hardcode_libdir_separator=:
9412 hardcode_shlibpath_var=no
9413 ;;
d7040cdb 9414
ce2cded5
L
9415 *nto* | *qnx*)
9416 ;;
d7040cdb 9417
ce2cded5 9418 openbsd*)
718a6fd8
SE
9419 if test -f /usr/libexec/ld.so; then
9420 hardcode_direct=yes
9421 hardcode_shlibpath_var=no
9422 hardcode_direct_absolute=yes
9423 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9424 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9425 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9426 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9427 export_dynamic_flag_spec='${wl}-E'
9428 else
9429 case $host_os in
9430 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9431 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9432 hardcode_libdir_flag_spec='-R$libdir'
9433 ;;
9434 *)
9435 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9436 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9437 ;;
9438 esac
9439 fi
9440 else
9441 ld_shlibs=no
d7040cdb
SE
9442 fi
9443 ;;
d7040cdb 9444
ce2cded5
L
9445 os2*)
9446 hardcode_libdir_flag_spec='-L$libdir'
9447 hardcode_minus_L=yes
9448 allow_undefined_flag=unsupported
3725885a 9449 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
9450 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9451 ;;
d7040cdb 9452
ce2cded5
L
9453 osf3*)
9454 if test "$GCC" = yes; then
9455 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9456 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
9457 else
9458 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9459 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
9460 fi
9461 archive_cmds_need_lc='no'
9462 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9463 hardcode_libdir_separator=:
9464 ;;
d7040cdb 9465
ce2cded5
L
9466 osf4* | osf5*) # as osf3* with the addition of -msym flag
9467 if test "$GCC" = yes; then
9468 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9469 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
9470 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9471 else
9472 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9473 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 9474 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 9475 $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 9476
ce2cded5
L
9477 # Both c and cxx compiler support -rpath directly
9478 hardcode_libdir_flag_spec='-rpath $libdir'
9479 fi
9480 archive_cmds_need_lc='no'
9481 hardcode_libdir_separator=:
9482 ;;
d7040cdb 9483
ce2cded5
L
9484 solaris*)
9485 no_undefined_flag=' -z defs'
9486 if test "$GCC" = yes; then
9487 wlarc='${wl}'
f2c621e4 9488 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9489 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9490 $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
9491 else
9492 case `$CC -V 2>&1` in
9493 *"Compilers 5.0"*)
9494 wlarc=''
9495 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9496 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9497 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9498 ;;
9499 *)
9500 wlarc='${wl}'
9501 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9502 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9503 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9504 ;;
9505 esac
9506 fi
9507 hardcode_libdir_flag_spec='-R$libdir'
9508 hardcode_shlibpath_var=no
9509 case $host_os in
9510 solaris2.[0-5] | solaris2.[0-5].*) ;;
9511 *)
9512 # The compiler driver will combine and reorder linker options,
9513 # but understands `-z linker_flag'. GCC discards it without `$wl',
9514 # but is careful enough not to reorder.
9515 # Supported since Solaris 2.6 (maybe 2.5.1?)
9516 if test "$GCC" = yes; then
9517 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9518 else
9519 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9520 fi
9521 ;;
9522 esac
9523 link_all_deplibs=yes
d7040cdb 9524 ;;
ce2cded5
L
9525
9526 sunos4*)
9527 if test "x$host_vendor" = xsequent; then
9528 # Use $CC to link under sequent, because it throws in some extra .o
9529 # files that make .init and .fini sections work.
9530 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9531 else
ce2cded5 9532 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9533 fi
ce2cded5
L
9534 hardcode_libdir_flag_spec='-L$libdir'
9535 hardcode_direct=yes
9536 hardcode_minus_L=yes
9537 hardcode_shlibpath_var=no
d7040cdb 9538 ;;
ce2cded5
L
9539
9540 sysv4)
9541 case $host_vendor in
9542 sni)
9543 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9544 hardcode_direct=yes # is this really true???
9545 ;;
9546 siemens)
9547 ## LD is ld it makes a PLAMLIB
9548 ## CC just makes a GrossModule.
9549 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9550 reload_cmds='$CC -r -o $output$reload_objs'
9551 hardcode_direct=no
9552 ;;
9553 motorola)
9554 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9555 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9556 ;;
9557 esac
9558 runpath_var='LD_RUN_PATH'
9559 hardcode_shlibpath_var=no
d7040cdb 9560 ;;
d7040cdb 9561
ce2cded5
L
9562 sysv4.3*)
9563 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564 hardcode_shlibpath_var=no
9565 export_dynamic_flag_spec='-Bexport'
9566 ;;
d7040cdb 9567
ce2cded5
L
9568 sysv4*MP*)
9569 if test -d /usr/nec; then
9570 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571 hardcode_shlibpath_var=no
9572 runpath_var=LD_RUN_PATH
9573 hardcode_runpath_var=yes
9574 ld_shlibs=yes
9575 fi
9576 ;;
d7040cdb 9577
ce2cded5
L
9578 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9579 no_undefined_flag='${wl}-z,text'
9580 archive_cmds_need_lc=no
9581 hardcode_shlibpath_var=no
9582 runpath_var='LD_RUN_PATH'
d7040cdb 9583
ce2cded5
L
9584 if test "$GCC" = yes; then
9585 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9586 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9587 else
9588 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9589 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9590 fi
9591 ;;
d7040cdb 9592
ce2cded5
L
9593 sysv5* | sco3.2v5* | sco5v6*)
9594 # Note: We can NOT use -z defs as we might desire, because we do not
9595 # link with -lc, and that would cause any symbols used from libc to
9596 # always be unresolved, which means just about no library would
9597 # ever link correctly. If we're not using GNU ld we use -z text
9598 # though, which does catch some bad symbols but isn't as heavy-handed
9599 # as -z defs.
9600 no_undefined_flag='${wl}-z,text'
9601 allow_undefined_flag='${wl}-z,nodefs'
9602 archive_cmds_need_lc=no
9603 hardcode_shlibpath_var=no
9604 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9605 hardcode_libdir_separator=':'
9606 link_all_deplibs=yes
9607 export_dynamic_flag_spec='${wl}-Bexport'
9608 runpath_var='LD_RUN_PATH'
d7040cdb 9609
ce2cded5
L
9610 if test "$GCC" = yes; then
9611 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9612 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9613 else
9614 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9615 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9616 fi
d7040cdb 9617 ;;
d7040cdb 9618
ce2cded5
L
9619 uts4*)
9620 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621 hardcode_libdir_flag_spec='-L$libdir'
9622 hardcode_shlibpath_var=no
9623 ;;
d7040cdb 9624
ce2cded5
L
9625 *)
9626 ld_shlibs=no
9627 ;;
9628 esac
9629
9630 if test x$host_vendor = xsni; then
9631 case $host in
9632 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9633 export_dynamic_flag_spec='${wl}-Blargedynsym'
9634 ;;
9635 esac
d7040cdb 9636 fi
ce2cded5 9637 fi
d7040cdb 9638
81ecdfbb
RW
9639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9640$as_echo "$ld_shlibs" >&6; }
ce2cded5 9641test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9642
ce2cded5 9643with_gnu_ld=$with_gnu_ld
d7040cdb 9644
d7040cdb 9645
d7040cdb 9646
d7040cdb 9647
d7040cdb 9648
d7040cdb 9649
d7040cdb 9650
d7040cdb 9651
d7040cdb 9652
d7040cdb 9653
d7040cdb 9654
d7040cdb 9655
d7040cdb 9656
d7040cdb 9657
d7040cdb 9658
ce2cded5
L
9659#
9660# Do we need to explicitly link libc?
9661#
9662case "x$archive_cmds_need_lc" in
9663x|xyes)
9664 # Assume -lc should be added
9665 archive_cmds_need_lc=yes
d7040cdb 9666
ce2cded5
L
9667 if test "$enable_shared" = yes && test "$GCC" = yes; then
9668 case $archive_cmds in
9669 *'~'*)
9670 # FIXME: we may have to deal with multi-command sequences.
9671 ;;
9672 '$CC '*)
9673 # Test whether the compiler implicitly links with -lc since on some
9674 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9675 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9677$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9678if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9679 $as_echo_n "(cached) " >&6
39144654
RW
9680else
9681 $RM conftest*
9682 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9683
81ecdfbb 9684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9685 (eval $ac_compile) 2>&5
9686 ac_status=$?
81ecdfbb
RW
9687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9688 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9689 soname=conftest
9690 lib=conftest
9691 libobjs=conftest.$ac_objext
9692 deplibs=
9693 wl=$lt_prog_compiler_wl
9694 pic_flag=$lt_prog_compiler_pic
9695 compiler_flags=-v
9696 linker_flags=-v
9697 verstring=
9698 output_objdir=.
9699 libname=conftest
9700 lt_save_allow_undefined_flag=$allow_undefined_flag
9701 allow_undefined_flag=
81ecdfbb 9702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9703 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9704 ac_status=$?
81ecdfbb
RW
9705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9706 test $ac_status = 0; }
39144654
RW
9707 then
9708 lt_cv_archive_cmds_need_lc=no
9709 else
9710 lt_cv_archive_cmds_need_lc=yes
9711 fi
9712 allow_undefined_flag=$lt_save_allow_undefined_flag
9713 else
9714 cat conftest.err 1>&5
9715 fi
9716 $RM conftest*
9717
9718fi
81ecdfbb
RW
9719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9720$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9721 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9722 ;;
9723 esac
d7040cdb 9724 fi
d7040cdb 9725 ;;
ce2cded5 9726esac
d7040cdb 9727
d7040cdb 9728
d7040cdb 9729
d7040cdb 9730
d7040cdb 9731
d7040cdb 9732
d7040cdb 9733
d7040cdb
SE
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
d7040cdb 9821
d7040cdb 9822
d7040cdb
SE
9823
9824
9825
9826
9827
9828
d7040cdb 9829
d7040cdb 9830
d7040cdb 9831
d7040cdb 9832
d7040cdb 9833
d7040cdb 9834
d7040cdb 9835
d7040cdb 9836
d7040cdb 9837
d7040cdb 9838
d7040cdb 9839
d7040cdb 9840
d7040cdb 9841
d7040cdb 9842
d7040cdb 9843
d7040cdb 9844
d7040cdb 9845
d7040cdb 9846
d7040cdb 9847
d7040cdb 9848
d7040cdb 9849
d7040cdb 9850
d7040cdb 9851
ce2cded5
L
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
81ecdfbb
RW
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9885$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9886
9887if test "$GCC" = yes; then
ce2cded5
L
9888 case $host_os in
9889 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9890 *) lt_awk_arg="/^libraries:/" ;;
9891 esac
3725885a
RW
9892 case $host_os in
9893 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9894 *) lt_sed_strip_eq="s,=/,/,g" ;;
9895 esac
9896 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9897 case $lt_search_path_spec in
9898 *\;*)
ce2cded5
L
9899 # if the path contains ";" then we assume it to be the separator
9900 # otherwise default to the standard path separator (i.e. ":") - it is
9901 # assumed that no part of a normal pathname contains ";" but that should
9902 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9903 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9904 ;;
9905 *)
9906 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9907 ;;
9908 esac
ce2cded5
L
9909 # Ok, now we have the path, separated by spaces, we can step through it
9910 # and add multilib dir if necessary.
9911 lt_tmp_lt_search_path_spec=
9912 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9913 for lt_sys_path in $lt_search_path_spec; do
9914 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9915 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9916 else
9917 test -d "$lt_sys_path" && \
9918 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9919 fi
9920 done
3725885a 9921 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
9922BEGIN {RS=" "; FS="/|\n";} {
9923 lt_foo="";
9924 lt_count=0;
9925 for (lt_i = NF; lt_i > 0; lt_i--) {
9926 if ($lt_i != "" && $lt_i != ".") {
9927 if ($lt_i == "..") {
9928 lt_count++;
9929 } else {
9930 if (lt_count == 0) {
9931 lt_foo="/" $lt_i lt_foo;
9932 } else {
9933 lt_count--;
9934 }
9935 }
9936 }
9937 }
9938 if (lt_foo != "") { lt_freq[lt_foo]++; }
9939 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9940}'`
3725885a
RW
9941 # AWK program above erroneously prepends '/' to C:/dos/paths
9942 # for these hosts.
9943 case $host_os in
9944 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9945 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9946 esac
9947 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 9948else
ce2cded5
L
9949 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9950fi
9951library_names_spec=
9952libname_spec='lib$name'
9953soname_spec=
9954shrext_cmds=".so"
9955postinstall_cmds=
9956postuninstall_cmds=
9957finish_cmds=
9958finish_eval=
9959shlibpath_var=
9960shlibpath_overrides_runpath=unknown
9961version_type=none
9962dynamic_linker="$host_os ld.so"
9963sys_lib_dlsearch_path_spec="/lib /usr/lib"
9964need_lib_prefix=unknown
9965hardcode_into_libs=no
9966
9967# when you set need_version to no, make sure it does not cause -set_version
9968# flags to be left without arguments
9969need_version=unknown
9970
9971case $host_os in
9972aix3*)
9973 version_type=linux
9974 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9975 shlibpath_var=LIBPATH
9976
9977 # AIX 3 has no versioning support, so we append a major version to the name.
9978 soname_spec='${libname}${release}${shared_ext}$major'
9979 ;;
9980
50e7d84b 9981aix[4-9]*)
ce2cded5
L
9982 version_type=linux
9983 need_lib_prefix=no
9984 need_version=no
9985 hardcode_into_libs=yes
9986 if test "$host_cpu" = ia64; then
9987 # AIX 5 supports IA64
9988 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9989 shlibpath_var=LD_LIBRARY_PATH
9990 else
9991 # With GCC up to 2.95.x, collect2 would create an import file
9992 # for dependence libraries. The import file would start with
9993 # the line `#! .'. This would cause the generated library to
9994 # depend on `.', always an invalid library. This was fixed in
9995 # development snapshots of GCC prior to 3.0.
9996 case $host_os in
9997 aix4 | aix4.[01] | aix4.[01].*)
9998 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9999 echo ' yes '
10000 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10001 :
10002 else
10003 can_build_shared=no
10004 fi
10005 ;;
10006 esac
10007 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10008 # soname into executable. Probably we can add versioning support to
10009 # collect2, so additional links can be useful in future.
10010 if test "$aix_use_runtimelinking" = yes; then
10011 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10012 # instead of lib<name>.a to let people know that these are not
10013 # typical AIX shared libraries.
10014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10015 else
10016 # We preserve .a as extension for shared libraries through AIX4.2
10017 # and later when we are not doing run time linking.
10018 library_names_spec='${libname}${release}.a $libname.a'
10019 soname_spec='${libname}${release}${shared_ext}$major'
10020 fi
10021 shlibpath_var=LIBPATH
10022 fi
10023 ;;
10024
10025amigaos*)
718a6fd8
SE
10026 case $host_cpu in
10027 powerpc)
10028 # Since July 2007 AmigaOS4 officially supports .so libraries.
10029 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10031 ;;
10032 m68k)
ce2cded5
L
10033 library_names_spec='$libname.ixlibrary $libname.a'
10034 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10035 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
10036 ;;
10037 esac
ce2cded5
L
10038 ;;
10039
10040beos*)
10041 library_names_spec='${libname}${shared_ext}'
10042 dynamic_linker="$host_os ld.so"
10043 shlibpath_var=LIBRARY_PATH
10044 ;;
10045
10046bsdi[45]*)
10047 version_type=linux
10048 need_version=no
10049 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10050 soname_spec='${libname}${release}${shared_ext}$major'
10051 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10052 shlibpath_var=LD_LIBRARY_PATH
10053 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10054 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10055 # the default ld.so.conf also contains /usr/contrib/lib and
10056 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10057 # libtool to hard-code these into programs
10058 ;;
10059
718a6fd8 10060cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10061 version_type=windows
10062 shrext_cmds=".dll"
10063 need_version=no
10064 need_lib_prefix=no
10065
f2c621e4
AS
10066 case $GCC,$host_os in
10067 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10068 library_names_spec='$libname.dll.a'
10069 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10070 postinstall_cmds='base_file=`basename \${file}`~
10071 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10072 dldir=$destdir/`dirname \$dlpath`~
10073 test -d \$dldir || mkdir -p \$dldir~
10074 $install_prog $dir/$dlname \$dldir/$dlname~
10075 chmod a+x \$dldir/$dlname~
10076 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10077 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10078 fi'
10079 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10080 dlpath=$dir/\$dldll~
10081 $RM \$dlpath'
10082 shlibpath_overrides_runpath=yes
10083
10084 case $host_os in
10085 cygwin*)
10086 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10087 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10088
10089 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10090 ;;
718a6fd8 10091 mingw* | cegcc*)
ce2cded5
L
10092 # MinGW DLLs use traditional 'lib' prefix
10093 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10094 ;;
10095 pw32*)
10096 # pw32 DLLs use 'pw' prefix rather than 'lib'
10097 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10098 ;;
10099 esac
10100 ;;
10101
10102 *)
10103 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10104 ;;
10105 esac
f2c621e4 10106 dynamic_linker='Win32 ld.exe'
ce2cded5
L
10107 # FIXME: first we should search . and the directory the executable is in
10108 shlibpath_var=PATH
10109 ;;
10110
10111darwin* | rhapsody*)
10112 dynamic_linker="$host_os dyld"
10113 version_type=darwin
10114 need_lib_prefix=no
10115 need_version=no
10116 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10117 soname_spec='${libname}${release}${major}$shared_ext'
10118 shlibpath_overrides_runpath=yes
10119 shlibpath_var=DYLD_LIBRARY_PATH
10120 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10121
10122 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10123 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10124 ;;
10125
10126dgux*)
10127 version_type=linux
10128 need_lib_prefix=no
10129 need_version=no
10130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 shlibpath_var=LD_LIBRARY_PATH
10133 ;;
10134
ce2cded5
L
10135freebsd* | dragonfly*)
10136 # DragonFly does not have aout. When/if they implement a new
10137 # versioning mechanism, adjust this.
10138 if test -x /usr/bin/objformat; then
10139 objformat=`/usr/bin/objformat`
10140 else
10141 case $host_os in
6d2920c8 10142 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10143 *) objformat=elf ;;
10144 esac
10145 fi
10146 version_type=freebsd-$objformat
10147 case $version_type in
10148 freebsd-elf*)
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10150 need_version=no
10151 need_lib_prefix=no
10152 ;;
10153 freebsd-*)
10154 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10155 need_version=yes
10156 ;;
10157 esac
10158 shlibpath_var=LD_LIBRARY_PATH
10159 case $host_os in
6d2920c8 10160 freebsd2.*)
ce2cded5
L
10161 shlibpath_overrides_runpath=yes
10162 ;;
10163 freebsd3.[01]* | freebsdelf3.[01]*)
10164 shlibpath_overrides_runpath=yes
10165 hardcode_into_libs=yes
10166 ;;
10167 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10168 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10169 shlibpath_overrides_runpath=no
10170 hardcode_into_libs=yes
10171 ;;
10172 *) # from 4.6 on, and DragonFly
10173 shlibpath_overrides_runpath=yes
10174 hardcode_into_libs=yes
10175 ;;
10176 esac
10177 ;;
10178
10179gnu*)
10180 version_type=linux
10181 need_lib_prefix=no
10182 need_version=no
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 shlibpath_var=LD_LIBRARY_PATH
10186 hardcode_into_libs=yes
10187 ;;
10188
3725885a
RW
10189haiku*)
10190 version_type=linux
10191 need_lib_prefix=no
10192 need_version=no
10193 dynamic_linker="$host_os runtime_loader"
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 shlibpath_var=LIBRARY_PATH
10197 shlibpath_overrides_runpath=yes
f2c621e4 10198 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10199 hardcode_into_libs=yes
10200 ;;
10201
ce2cded5
L
10202hpux9* | hpux10* | hpux11*)
10203 # Give a soname corresponding to the major version so that dld.sl refuses to
10204 # link against other versions.
10205 version_type=sunos
10206 need_lib_prefix=no
10207 need_version=no
10208 case $host_cpu in
10209 ia64*)
10210 shrext_cmds='.so'
10211 hardcode_into_libs=yes
10212 dynamic_linker="$host_os dld.so"
10213 shlibpath_var=LD_LIBRARY_PATH
10214 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10216 soname_spec='${libname}${release}${shared_ext}$major'
10217 if test "X$HPUX_IA64_MODE" = X32; then
10218 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10219 else
10220 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10221 fi
10222 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10223 ;;
10224 hppa*64*)
10225 shrext_cmds='.sl'
10226 hardcode_into_libs=yes
10227 dynamic_linker="$host_os dld.sl"
10228 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10229 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 soname_spec='${libname}${release}${shared_ext}$major'
10232 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10233 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10234 ;;
10235 *)
10236 shrext_cmds='.sl'
10237 dynamic_linker="$host_os dld.sl"
10238 shlibpath_var=SHLIB_PATH
10239 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10241 soname_spec='${libname}${release}${shared_ext}$major'
10242 ;;
10243 esac
3725885a 10244 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10245 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10246 # or fails outright, so override atomically:
10247 install_override_mode=555
ce2cded5
L
10248 ;;
10249
10250interix[3-9]*)
10251 version_type=linux
10252 need_lib_prefix=no
10253 need_version=no
10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10255 soname_spec='${libname}${release}${shared_ext}$major'
10256 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10257 shlibpath_var=LD_LIBRARY_PATH
10258 shlibpath_overrides_runpath=no
10259 hardcode_into_libs=yes
10260 ;;
10261
10262irix5* | irix6* | nonstopux*)
10263 case $host_os in
10264 nonstopux*) version_type=nonstopux ;;
10265 *)
10266 if test "$lt_cv_prog_gnu_ld" = yes; then
10267 version_type=linux
10268 else
10269 version_type=irix
10270 fi ;;
10271 esac
10272 need_lib_prefix=no
10273 need_version=no
10274 soname_spec='${libname}${release}${shared_ext}$major'
10275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10276 case $host_os in
10277 irix5* | nonstopux*)
10278 libsuff= shlibsuff=
10279 ;;
10280 *)
10281 case $LD in # libtool.m4 will add one of these switches to LD
10282 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10283 libsuff= shlibsuff= libmagic=32-bit;;
10284 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10285 libsuff=32 shlibsuff=N32 libmagic=N32;;
10286 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10287 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10288 *) libsuff= shlibsuff= libmagic=never-match;;
10289 esac
10290 ;;
10291 esac
10292 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10293 shlibpath_overrides_runpath=no
10294 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10295 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10296 hardcode_into_libs=yes
10297 ;;
d7040cdb 10298
ce2cded5
L
10299# No shared lib support for Linux oldld, aout, or coff.
10300linux*oldld* | linux*aout* | linux*coff*)
10301 dynamic_linker=no
10302 ;;
10303
10304# This must be Linux ELF.
58e24671 10305linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10306 version_type=linux
10307 need_lib_prefix=no
10308 need_version=no
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10310 soname_spec='${libname}${release}${shared_ext}$major'
10311 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10312 shlibpath_var=LD_LIBRARY_PATH
10313 shlibpath_overrides_runpath=no
39144654 10314
ce2cded5 10315 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10316 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10317 $as_echo_n "(cached) " >&6
39144654
RW
10318else
10319 lt_cv_shlibpath_overrides_runpath=no
10320 save_LDFLAGS=$LDFLAGS
10321 save_libdir=$libdir
10322 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10323 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10325/* end confdefs.h. */
10326
d7040cdb
SE
10327int
10328main ()
10329{
ce2cded5 10330
d7040cdb
SE
10331 ;
10332 return 0;
10333}
10334_ACEOF
81ecdfbb
RW
10335if ac_fn_c_try_link "$LINENO"; then :
10336 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10337 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10338fi
ce2cded5 10339fi
81ecdfbb
RW
10340rm -f core conftest.err conftest.$ac_objext \
10341 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10342 LDFLAGS=$save_LDFLAGS
10343 libdir=$save_libdir
10344
10345fi
10346
10347 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10348
10349 # This implies no fast_install, which is unacceptable.
10350 # Some rework will be needed to allow for fast_install
10351 # before this can be enabled.
10352 hardcode_into_libs=yes
10353
10354 # Append ld.so.conf contents to the search path
10355 if test -f /etc/ld.so.conf; then
3725885a 10356 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 10357 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10358 fi
10359
10360 # We used to test for /lib/ld.so.1 and disable shared libraries on
10361 # powerpc, because MkLinux only supported shared libraries with the
10362 # GNU dynamic linker. Since this was broken with cross compilers,
10363 # most powerpc-linux boxes support dynamic linking these days and
10364 # people can always --disable-shared, the test was removed, and we
10365 # assume the GNU/Linux dynamic linker is in use.
10366 dynamic_linker='GNU/Linux ld.so'
10367 ;;
10368
10369netbsd*)
10370 version_type=sunos
10371 need_lib_prefix=no
10372 need_version=no
10373 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10374 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10375 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10376 dynamic_linker='NetBSD (a.out) ld.so'
10377 else
10378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10379 soname_spec='${libname}${release}${shared_ext}$major'
10380 dynamic_linker='NetBSD ld.elf_so'
10381 fi
10382 shlibpath_var=LD_LIBRARY_PATH
10383 shlibpath_overrides_runpath=yes
10384 hardcode_into_libs=yes
10385 ;;
10386
10387newsos6)
10388 version_type=linux
10389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10390 shlibpath_var=LD_LIBRARY_PATH
10391 shlibpath_overrides_runpath=yes
10392 ;;
10393
10394*nto* | *qnx*)
10395 version_type=qnx
10396 need_lib_prefix=no
10397 need_version=no
10398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10399 soname_spec='${libname}${release}${shared_ext}$major'
10400 shlibpath_var=LD_LIBRARY_PATH
10401 shlibpath_overrides_runpath=no
10402 hardcode_into_libs=yes
10403 dynamic_linker='ldqnx.so'
10404 ;;
10405
10406openbsd*)
10407 version_type=sunos
10408 sys_lib_dlsearch_path_spec="/usr/lib"
10409 need_lib_prefix=no
10410 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10411 case $host_os in
10412 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10413 *) need_version=no ;;
10414 esac
10415 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10416 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10417 shlibpath_var=LD_LIBRARY_PATH
10418 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10419 case $host_os in
10420 openbsd2.[89] | openbsd2.[89].*)
10421 shlibpath_overrides_runpath=no
10422 ;;
10423 *)
10424 shlibpath_overrides_runpath=yes
10425 ;;
10426 esac
10427 else
10428 shlibpath_overrides_runpath=yes
10429 fi
10430 ;;
10431
10432os2*)
10433 libname_spec='$name'
10434 shrext_cmds=".dll"
10435 need_lib_prefix=no
10436 library_names_spec='$libname${shared_ext} $libname.a'
10437 dynamic_linker='OS/2 ld.exe'
10438 shlibpath_var=LIBPATH
10439 ;;
10440
10441osf3* | osf4* | osf5*)
10442 version_type=osf
10443 need_lib_prefix=no
10444 need_version=no
10445 soname_spec='${libname}${release}${shared_ext}$major'
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 shlibpath_var=LD_LIBRARY_PATH
10448 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10449 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10450 ;;
10451
10452rdos*)
10453 dynamic_linker=no
10454 ;;
10455
10456solaris*)
10457 version_type=linux
10458 need_lib_prefix=no
10459 need_version=no
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 shlibpath_var=LD_LIBRARY_PATH
10463 shlibpath_overrides_runpath=yes
10464 hardcode_into_libs=yes
10465 # ldd complains unless libraries are executable
10466 postinstall_cmds='chmod +x $lib'
10467 ;;
10468
10469sunos4*)
10470 version_type=sunos
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10472 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10473 shlibpath_var=LD_LIBRARY_PATH
10474 shlibpath_overrides_runpath=yes
10475 if test "$with_gnu_ld" = yes; then
10476 need_lib_prefix=no
10477 fi
10478 need_version=yes
10479 ;;
10480
10481sysv4 | sysv4.3*)
10482 version_type=linux
10483 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10484 soname_spec='${libname}${release}${shared_ext}$major'
10485 shlibpath_var=LD_LIBRARY_PATH
10486 case $host_vendor in
10487 sni)
10488 shlibpath_overrides_runpath=no
10489 need_lib_prefix=no
10490 runpath_var=LD_RUN_PATH
10491 ;;
10492 siemens)
10493 need_lib_prefix=no
10494 ;;
10495 motorola)
10496 need_lib_prefix=no
10497 need_version=no
10498 shlibpath_overrides_runpath=no
10499 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10500 ;;
10501 esac
10502 ;;
10503
10504sysv4*MP*)
10505 if test -d /usr/nec ;then
10506 version_type=linux
10507 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10508 soname_spec='$libname${shared_ext}.$major'
10509 shlibpath_var=LD_LIBRARY_PATH
10510 fi
10511 ;;
10512
10513sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10514 version_type=freebsd-elf
10515 need_lib_prefix=no
10516 need_version=no
10517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10518 soname_spec='${libname}${release}${shared_ext}$major'
10519 shlibpath_var=LD_LIBRARY_PATH
10520 shlibpath_overrides_runpath=yes
10521 hardcode_into_libs=yes
10522 if test "$with_gnu_ld" = yes; then
10523 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10524 else
10525 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10526 case $host_os in
10527 sco3.2v5*)
10528 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10529 ;;
10530 esac
10531 fi
10532 sys_lib_dlsearch_path_spec='/usr/lib'
10533 ;;
10534
10535tpf*)
10536 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10537 version_type=linux
10538 need_lib_prefix=no
10539 need_version=no
718a6fd8 10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10541 shlibpath_var=LD_LIBRARY_PATH
10542 shlibpath_overrides_runpath=no
10543 hardcode_into_libs=yes
10544 ;;
d7040cdb 10545
ce2cded5
L
10546uts4*)
10547 version_type=linux
10548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10549 soname_spec='${libname}${release}${shared_ext}$major'
10550 shlibpath_var=LD_LIBRARY_PATH
10551 ;;
d7040cdb 10552
ce2cded5
L
10553*)
10554 dynamic_linker=no
10555 ;;
10556esac
81ecdfbb
RW
10557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10558$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10559test "$dynamic_linker" = no && can_build_shared=no
10560
10561variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10562if test "$GCC" = yes; then
10563 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10564fi
d7040cdb 10565
718a6fd8
SE
10566if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10567 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10568fi
10569if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10570 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10571fi
10572
d7040cdb 10573
d7040cdb
SE
10574
10575
d7040cdb
SE
10576
10577
d7040cdb
SE
10578
10579
d7040cdb
SE
10580
10581
d7040cdb
SE
10582
10583
d7040cdb 10584
d7040cdb 10585
d7040cdb 10586
d7040cdb 10587
d7040cdb 10588
d7040cdb 10589
d7040cdb 10590
d7040cdb 10591
d7040cdb 10592
d7040cdb 10593
d7040cdb 10594
d7040cdb 10595
d7040cdb 10596
d7040cdb 10597
d7040cdb
SE
10598
10599
d7040cdb 10600
d7040cdb 10601
d7040cdb 10602
d7040cdb 10603
d7040cdb 10604
d7040cdb 10605
d7040cdb 10606
d7040cdb 10607
d7040cdb 10608
d7040cdb
SE
10609
10610
d7040cdb 10611
d7040cdb 10612
d7040cdb 10613
d7040cdb
SE
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
d7040cdb
SE
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
d7040cdb 10643
d7040cdb 10644
d7040cdb 10645
d7040cdb 10646
d7040cdb
SE
10647
10648
10649
10650
ce2cded5
L
10651
10652
3725885a
RW
10653
10654
10655
10656
10657
ce2cded5
L
10658
10659
10660
10661
10662
10663
81ecdfbb
RW
10664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10665$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10666hardcode_action=
10667if test -n "$hardcode_libdir_flag_spec" ||
10668 test -n "$runpath_var" ||
10669 test "X$hardcode_automatic" = "Xyes" ; then
10670
10671 # We can hardcode non-existent directories.
10672 if test "$hardcode_direct" != no &&
10673 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10674 # have to relink, otherwise we might link with an installed library
10675 # when we should be linking with a yet-to-be-installed one
10676 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10677 test "$hardcode_minus_L" != no; then
10678 # Linking always hardcodes the temporary library directory.
10679 hardcode_action=relink
10680 else
10681 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10682 hardcode_action=immediate
10683 fi
10684else
10685 # We cannot hardcode anything, or else we can only hardcode existing
10686 # directories.
10687 hardcode_action=unsupported
10688fi
81ecdfbb
RW
10689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10690$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10691
10692if test "$hardcode_action" = relink ||
10693 test "$inherit_rpath" = yes; then
10694 # Fast installation is not supported
10695 enable_fast_install=no
10696elif test "$shlibpath_overrides_runpath" = yes ||
10697 test "$enable_shared" = no; then
10698 # Fast installation is not necessary
10699 enable_fast_install=needless
d7040cdb 10700fi
d7040cdb 10701
d7040cdb
SE
10702
10703
10704
10705
10706
ce2cded5
L
10707 if test "x$enable_dlopen" != xyes; then
10708 enable_dlopen=unknown
10709 enable_dlopen_self=unknown
10710 enable_dlopen_self_static=unknown
10711else
10712 lt_cv_dlopen=no
10713 lt_cv_dlopen_libs=
10714
10715 case $host_os in
10716 beos*)
10717 lt_cv_dlopen="load_add_on"
10718 lt_cv_dlopen_libs=
10719 lt_cv_dlopen_self=yes
10720 ;;
d7040cdb 10721
718a6fd8 10722 mingw* | pw32* | cegcc*)
ce2cded5
L
10723 lt_cv_dlopen="LoadLibrary"
10724 lt_cv_dlopen_libs=
10725 ;;
d7040cdb 10726
ce2cded5
L
10727 cygwin*)
10728 lt_cv_dlopen="dlopen"
10729 lt_cv_dlopen_libs=
10730 ;;
d7040cdb 10731
ce2cded5
L
10732 darwin*)
10733 # if libdl is installed we need to link against it
81ecdfbb
RW
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10735$as_echo_n "checking for dlopen in -ldl... " >&6; }
10736if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10737 $as_echo_n "(cached) " >&6
ce2cded5
L
10738else
10739 ac_check_lib_save_LIBS=$LIBS
10740LIBS="-ldl $LIBS"
81ecdfbb 10741cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10742/* end confdefs.h. */
d7040cdb 10743
81ecdfbb
RW
10744/* Override any GCC internal prototype to avoid an error.
10745 Use char because int might match the return type of a GCC
10746 builtin and then its argument prototype would still apply. */
ce2cded5
L
10747#ifdef __cplusplus
10748extern "C"
10749#endif
ce2cded5
L
10750char dlopen ();
10751int
10752main ()
10753{
81ecdfbb 10754return dlopen ();
ce2cded5
L
10755 ;
10756 return 0;
10757}
10758_ACEOF
81ecdfbb 10759if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10760 ac_cv_lib_dl_dlopen=yes
10761else
81ecdfbb 10762 ac_cv_lib_dl_dlopen=no
ce2cded5 10763fi
81ecdfbb
RW
10764rm -f core conftest.err conftest.$ac_objext \
10765 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10766LIBS=$ac_check_lib_save_LIBS
10767fi
81ecdfbb
RW
10768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10769$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10770if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10771 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10772else
d7040cdb 10773
ce2cded5
L
10774 lt_cv_dlopen="dyld"
10775 lt_cv_dlopen_libs=
10776 lt_cv_dlopen_self=yes
d7040cdb 10777
ce2cded5 10778fi
d7040cdb 10779
ce2cded5 10780 ;;
d7040cdb 10781
ce2cded5 10782 *)
81ecdfbb
RW
10783 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10784if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
10785 lt_cv_dlopen="shl_load"
10786else
81ecdfbb
RW
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10788$as_echo_n "checking for shl_load in -ldld... " >&6; }
10789if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10790 $as_echo_n "(cached) " >&6
ce2cded5
L
10791else
10792 ac_check_lib_save_LIBS=$LIBS
10793LIBS="-ldld $LIBS"
81ecdfbb 10794cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10795/* end confdefs.h. */
d7040cdb 10796
81ecdfbb
RW
10797/* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
ce2cded5
L
10800#ifdef __cplusplus
10801extern "C"
10802#endif
ce2cded5
L
10803char shl_load ();
10804int
10805main ()
10806{
81ecdfbb 10807return shl_load ();
ce2cded5
L
10808 ;
10809 return 0;
10810}
d7040cdb 10811_ACEOF
81ecdfbb 10812if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10813 ac_cv_lib_dld_shl_load=yes
10814else
81ecdfbb 10815 ac_cv_lib_dld_shl_load=no
d7040cdb 10816fi
81ecdfbb
RW
10817rm -f core conftest.err conftest.$ac_objext \
10818 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10819LIBS=$ac_check_lib_save_LIBS
10820fi
81ecdfbb
RW
10821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10822$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10823if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 10824 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 10825else
81ecdfbb
RW
10826 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10827if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
10828 lt_cv_dlopen="dlopen"
10829else
81ecdfbb
RW
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10831$as_echo_n "checking for dlopen in -ldl... " >&6; }
10832if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10833 $as_echo_n "(cached) " >&6
d7040cdb 10834else
ce2cded5
L
10835 ac_check_lib_save_LIBS=$LIBS
10836LIBS="-ldl $LIBS"
81ecdfbb 10837cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10838/* end confdefs.h. */
d7040cdb 10839
81ecdfbb
RW
10840/* Override any GCC internal prototype to avoid an error.
10841 Use char because int might match the return type of a GCC
10842 builtin and then its argument prototype would still apply. */
ce2cded5
L
10843#ifdef __cplusplus
10844extern "C"
10845#endif
ce2cded5 10846char dlopen ();
d7040cdb
SE
10847int
10848main ()
10849{
81ecdfbb 10850return dlopen ();
d7040cdb
SE
10851 ;
10852 return 0;
10853}
10854_ACEOF
81ecdfbb 10855if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10856 ac_cv_lib_dl_dlopen=yes
10857else
81ecdfbb 10858 ac_cv_lib_dl_dlopen=no
ce2cded5 10859fi
81ecdfbb
RW
10860rm -f core conftest.err conftest.$ac_objext \
10861 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10862LIBS=$ac_check_lib_save_LIBS
10863fi
81ecdfbb
RW
10864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10865$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10866if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10867 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10868else
81ecdfbb
RW
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10870$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10871if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10872 $as_echo_n "(cached) " >&6
ce2cded5
L
10873else
10874 ac_check_lib_save_LIBS=$LIBS
10875LIBS="-lsvld $LIBS"
81ecdfbb 10876cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10877/* end confdefs.h. */
d7040cdb 10878
81ecdfbb
RW
10879/* Override any GCC internal prototype to avoid an error.
10880 Use char because int might match the return type of a GCC
10881 builtin and then its argument prototype would still apply. */
ce2cded5
L
10882#ifdef __cplusplus
10883extern "C"
10884#endif
ce2cded5 10885char dlopen ();
d7040cdb
SE
10886int
10887main ()
10888{
81ecdfbb 10889return dlopen ();
d7040cdb
SE
10890 ;
10891 return 0;
10892}
10893_ACEOF
81ecdfbb 10894if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 10895 ac_cv_lib_svld_dlopen=yes
d7040cdb 10896else
81ecdfbb 10897 ac_cv_lib_svld_dlopen=no
d7040cdb 10898fi
81ecdfbb
RW
10899rm -f core conftest.err conftest.$ac_objext \
10900 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10901LIBS=$ac_check_lib_save_LIBS
10902fi
81ecdfbb
RW
10903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10904$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10905if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
10906 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10907else
81ecdfbb
RW
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10909$as_echo_n "checking for dld_link in -ldld... " >&6; }
10910if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10911 $as_echo_n "(cached) " >&6
d7040cdb 10912else
ce2cded5
L
10913 ac_check_lib_save_LIBS=$LIBS
10914LIBS="-ldld $LIBS"
81ecdfbb 10915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10916/* end confdefs.h. */
ce2cded5 10917
81ecdfbb
RW
10918/* Override any GCC internal prototype to avoid an error.
10919 Use char because int might match the return type of a GCC
10920 builtin and then its argument prototype would still apply. */
ce2cded5
L
10921#ifdef __cplusplus
10922extern "C"
10923#endif
ce2cded5 10924char dld_link ();
d7040cdb
SE
10925int
10926main ()
10927{
81ecdfbb 10928return dld_link ();
d7040cdb
SE
10929 ;
10930 return 0;
10931}
10932_ACEOF
81ecdfbb 10933if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10934 ac_cv_lib_dld_dld_link=yes
10935else
81ecdfbb 10936 ac_cv_lib_dld_dld_link=no
d7040cdb 10937fi
81ecdfbb
RW
10938rm -f core conftest.err conftest.$ac_objext \
10939 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10940LIBS=$ac_check_lib_save_LIBS
10941fi
81ecdfbb
RW
10942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10943$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10944if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 10945 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
10946fi
10947
10948
10949fi
10950
10951
10952fi
10953
10954
10955fi
10956
10957
10958fi
10959
10960
10961fi
10962
10963 ;;
10964 esac
10965
10966 if test "x$lt_cv_dlopen" != xno; then
10967 enable_dlopen=yes
d7040cdb 10968 else
ce2cded5 10969 enable_dlopen=no
d7040cdb 10970 fi
ce2cded5
L
10971
10972 case $lt_cv_dlopen in
10973 dlopen)
10974 save_CPPFLAGS="$CPPFLAGS"
10975 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10976
10977 save_LDFLAGS="$LDFLAGS"
10978 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10979
10980 save_LIBS="$LIBS"
10981 LIBS="$lt_cv_dlopen_libs $LIBS"
10982
81ecdfbb
RW
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10984$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10985if test "${lt_cv_dlopen_self+set}" = set; then :
10986 $as_echo_n "(cached) " >&6
d7040cdb 10987else
ce2cded5
L
10988 if test "$cross_compiling" = yes; then :
10989 lt_cv_dlopen_self=cross
10990else
10991 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10992 lt_status=$lt_dlunknown
10993 cat > conftest.$ac_ext <<_LT_EOF
0df8ad28 10994#line 10994 "configure"
ce2cded5
L
10995#include "confdefs.h"
10996
10997#if HAVE_DLFCN_H
10998#include <dlfcn.h>
10999#endif
11000
11001#include <stdio.h>
11002
11003#ifdef RTLD_GLOBAL
11004# define LT_DLGLOBAL RTLD_GLOBAL
11005#else
11006# ifdef DL_GLOBAL
11007# define LT_DLGLOBAL DL_GLOBAL
11008# else
11009# define LT_DLGLOBAL 0
11010# endif
11011#endif
11012
11013/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11014 find out it does not work in some platform. */
11015#ifndef LT_DLLAZY_OR_NOW
11016# ifdef RTLD_LAZY
11017# define LT_DLLAZY_OR_NOW RTLD_LAZY
11018# else
11019# ifdef DL_LAZY
11020# define LT_DLLAZY_OR_NOW DL_LAZY
11021# else
11022# ifdef RTLD_NOW
11023# define LT_DLLAZY_OR_NOW RTLD_NOW
11024# else
11025# ifdef DL_NOW
11026# define LT_DLLAZY_OR_NOW DL_NOW
11027# else
11028# define LT_DLLAZY_OR_NOW 0
11029# endif
11030# endif
11031# endif
11032# endif
11033#endif
11034
3725885a
RW
11035/* When -fvisbility=hidden is used, assume the code has been annotated
11036 correspondingly for the symbols needed. */
11037#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11038void fnord () __attribute__((visibility("default")));
3725885a
RW
11039#endif
11040
f2c621e4 11041void fnord () { int i=42; }
ce2cded5
L
11042int main ()
11043{
11044 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11045 int status = $lt_dlunknown;
11046
11047 if (self)
11048 {
11049 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11050 else
11051 {
11052 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11053 else puts (dlerror ());
11054 }
ce2cded5
L
11055 /* dlclose (self); */
11056 }
11057 else
11058 puts (dlerror ());
11059
718a6fd8 11060 return status;
ce2cded5
L
11061}
11062_LT_EOF
81ecdfbb 11063 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
11064 (eval $ac_link) 2>&5
11065 ac_status=$?
81ecdfbb
RW
11066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11067 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11068 (./conftest; exit; ) >&5 2>/dev/null
11069 lt_status=$?
11070 case x$lt_status in
11071 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11072 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11073 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11074 esac
11075 else :
11076 # compilation failed
11077 lt_cv_dlopen_self=no
11078 fi
11079fi
11080rm -fr conftest*
11081
d7040cdb
SE
11082
11083fi
81ecdfbb
RW
11084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11085$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11086
11087 if test "x$lt_cv_dlopen_self" = xyes; then
11088 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11090$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11091if test "${lt_cv_dlopen_self_static+set}" = set; then :
11092 $as_echo_n "(cached) " >&6
d7040cdb 11093else
ce2cded5
L
11094 if test "$cross_compiling" = yes; then :
11095 lt_cv_dlopen_self_static=cross
11096else
11097 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11098 lt_status=$lt_dlunknown
11099 cat > conftest.$ac_ext <<_LT_EOF
0df8ad28 11100#line 11100 "configure"
ce2cded5
L
11101#include "confdefs.h"
11102
11103#if HAVE_DLFCN_H
11104#include <dlfcn.h>
11105#endif
11106
11107#include <stdio.h>
11108
11109#ifdef RTLD_GLOBAL
11110# define LT_DLGLOBAL RTLD_GLOBAL
11111#else
11112# ifdef DL_GLOBAL
11113# define LT_DLGLOBAL DL_GLOBAL
11114# else
11115# define LT_DLGLOBAL 0
11116# endif
11117#endif
11118
11119/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11120 find out it does not work in some platform. */
11121#ifndef LT_DLLAZY_OR_NOW
11122# ifdef RTLD_LAZY
11123# define LT_DLLAZY_OR_NOW RTLD_LAZY
11124# else
11125# ifdef DL_LAZY
11126# define LT_DLLAZY_OR_NOW DL_LAZY
11127# else
11128# ifdef RTLD_NOW
11129# define LT_DLLAZY_OR_NOW RTLD_NOW
11130# else
11131# ifdef DL_NOW
11132# define LT_DLLAZY_OR_NOW DL_NOW
11133# else
11134# define LT_DLLAZY_OR_NOW 0
11135# endif
11136# endif
11137# endif
11138# endif
11139#endif
11140
3725885a
RW
11141/* When -fvisbility=hidden is used, assume the code has been annotated
11142 correspondingly for the symbols needed. */
11143#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11144void fnord () __attribute__((visibility("default")));
3725885a
RW
11145#endif
11146
f2c621e4 11147void fnord () { int i=42; }
ce2cded5 11148int main ()
d7040cdb 11149{
ce2cded5
L
11150 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11151 int status = $lt_dlunknown;
11152
11153 if (self)
11154 {
11155 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11156 else
11157 {
11158 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11159 else puts (dlerror ());
11160 }
ce2cded5
L
11161 /* dlclose (self); */
11162 }
11163 else
11164 puts (dlerror ());
11165
718a6fd8 11166 return status;
d7040cdb 11167}
ce2cded5 11168_LT_EOF
81ecdfbb 11169 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11170 (eval $ac_link) 2>&5
11171 ac_status=$?
81ecdfbb
RW
11172 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11173 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11174 (./conftest; exit; ) >&5 2>/dev/null
11175 lt_status=$?
11176 case x$lt_status in
11177 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11178 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11179 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11180 esac
11181 else :
11182 # compilation failed
11183 lt_cv_dlopen_self_static=no
11184 fi
d7040cdb 11185fi
ce2cded5
L
11186rm -fr conftest*
11187
11188
d7040cdb 11189fi
81ecdfbb
RW
11190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11191$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
11192 fi
11193
11194 CPPFLAGS="$save_CPPFLAGS"
11195 LDFLAGS="$save_LDFLAGS"
11196 LIBS="$save_LIBS"
11197 ;;
11198 esac
11199
11200 case $lt_cv_dlopen_self in
11201 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11202 *) enable_dlopen_self=unknown ;;
11203 esac
11204
11205 case $lt_cv_dlopen_self_static in
11206 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11207 *) enable_dlopen_self_static=unknown ;;
11208 esac
d7040cdb 11209fi
d7040cdb 11210
d7040cdb
SE
11211
11212
d7040cdb 11213
d7040cdb 11214
ce2cded5
L
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227striplib=
11228old_striplib=
81ecdfbb
RW
11229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11230$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
11231if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11232 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11233 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11235$as_echo "yes" >&6; }
ce2cded5
L
11236else
11237# FIXME - insert some real tests, host_os isn't really good enough
11238 case $host_os in
11239 darwin*)
11240 if test -n "$STRIP" ; then
11241 striplib="$STRIP -x"
11242 old_striplib="$STRIP -S"
81ecdfbb
RW
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11244$as_echo "yes" >&6; }
ce2cded5 11245 else
81ecdfbb
RW
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11247$as_echo "no" >&6; }
d7040cdb 11248 fi
ce2cded5
L
11249 ;;
11250 *)
81ecdfbb
RW
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11252$as_echo "no" >&6; }
ce2cded5 11253 ;;
d7040cdb 11254 esac
d7040cdb
SE
11255fi
11256
d7040cdb 11257
d7040cdb 11258
d7040cdb 11259
d7040cdb 11260
d7040cdb 11261
d7040cdb 11262
d7040cdb 11263
d7040cdb 11264
d7040cdb 11265
d7040cdb 11266
d7040cdb 11267
ce2cded5 11268 # Report which library types will actually be built
81ecdfbb
RW
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11270$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11272$as_echo "$can_build_shared" >&6; }
d7040cdb 11273
81ecdfbb
RW
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11275$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11276 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11277
ce2cded5
L
11278 # On AIX, shared libraries and static libraries use the same namespace, and
11279 # are all built from PIC.
11280 case $host_os in
11281 aix3*)
11282 test "$enable_shared" = yes && enable_static=no
11283 if test -n "$RANLIB"; then
11284 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11285 postinstall_cmds='$RANLIB $lib'
11286 fi
11287 ;;
d7040cdb 11288
50e7d84b 11289 aix[4-9]*)
ce2cded5
L
11290 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11291 test "$enable_shared" = yes && enable_static=no
11292 fi
11293 ;;
11294 esac
81ecdfbb
RW
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11296$as_echo "$enable_shared" >&6; }
ce2cded5 11297
81ecdfbb
RW
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11299$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11300 # Make sure either enable_shared or enable_static is yes.
11301 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11303$as_echo "$enable_static" >&6; }
d7040cdb 11304
d7040cdb 11305
d7040cdb 11306
d7040cdb 11307
ce2cded5
L
11308fi
11309ac_ext=c
11310ac_cpp='$CPP $CPPFLAGS'
11311ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11312ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11313ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11314
ce2cded5 11315CC="$lt_save_CC"
d7040cdb 11316
d7040cdb 11317
d7040cdb 11318
d7040cdb 11319
d7040cdb 11320
d7040cdb 11321
d7040cdb 11322
d7040cdb 11323
d7040cdb 11324
d7040cdb
SE
11325
11326
d7040cdb
SE
11327
11328
81ecdfbb 11329 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11330
11331
d7040cdb 11332
d7040cdb 11333
ce2cded5 11334# Only expand once:
d7040cdb 11335
d7040cdb 11336
d7040cdb 11337
b879806f
AM
11338# The tests for host and target for $enable_largefile require
11339# canonical names.
11340
11341
11342
11343# As the $enable_largefile decision depends on --enable-plugins we must set it
11344# even in directories otherwise not depending on the $plugins option.
11345
11346
11347 maybe_plugins=no
11348 for ac_header in dlfcn.h
11349do :
11350 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11351"
11352if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11353 cat >>confdefs.h <<_ACEOF
11354#define HAVE_DLFCN_H 1
11355_ACEOF
11356 maybe_plugins=yes
11357fi
11358
11359done
11360
11361 for ac_header in windows.h
11362do :
11363 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11364"
11365if test "x$ac_cv_header_windows_h" = x""yes; then :
11366 cat >>confdefs.h <<_ACEOF
11367#define HAVE_WINDOWS_H 1
11368_ACEOF
11369 maybe_plugins=yes
11370fi
11371
11372done
11373
11374
11375 # Check whether --enable-plugins was given.
11376if test "${enable_plugins+set}" = set; then :
11377 enableval=$enable_plugins; case "${enableval}" in
11378 no) plugins=no ;;
11379 *) plugins=yes
11380 if test "$maybe_plugins" != "yes" ; then
11381 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11382 fi ;;
11383 esac
11384else
11385 plugins=$maybe_plugins
11386
11387fi
11388
2974be62 11389 if test "$plugins" = "yes"; then
3cba8b6c
L
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11391$as_echo_n "checking for library containing dlsym... " >&6; }
11392if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11393 $as_echo_n "(cached) " >&6
11394else
11395 ac_func_search_save_LIBS=$LIBS
11396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11397/* end confdefs.h. */
11398
11399/* Override any GCC internal prototype to avoid an error.
11400 Use char because int might match the return type of a GCC
11401 builtin and then its argument prototype would still apply. */
11402#ifdef __cplusplus
11403extern "C"
11404#endif
3cba8b6c 11405char dlsym ();
2974be62
AM
11406int
11407main ()
11408{
3cba8b6c 11409return dlsym ();
2974be62
AM
11410 ;
11411 return 0;
11412}
11413_ACEOF
11414for ac_lib in '' dl; do
11415 if test -z "$ac_lib"; then
11416 ac_res="none required"
11417 else
11418 ac_res=-l$ac_lib
11419 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11420 fi
11421 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11422 ac_cv_search_dlsym=$ac_res
2974be62
AM
11423fi
11424rm -f core conftest.err conftest.$ac_objext \
11425 conftest$ac_exeext
3cba8b6c 11426 if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11427 break
11428fi
11429done
3cba8b6c 11430if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11431
11432else
3cba8b6c 11433 ac_cv_search_dlsym=no
2974be62
AM
11434fi
11435rm conftest.$ac_ext
11436LIBS=$ac_func_search_save_LIBS
11437fi
3cba8b6c
L
11438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11439$as_echo "$ac_cv_search_dlsym" >&6; }
11440ac_res=$ac_cv_search_dlsym
2974be62
AM
11441if test "$ac_res" != no; then :
11442 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11443
11444fi
11445
11446 fi
b879806f
AM
11447
11448
11449case "${host}" in
11450 sparc-*-solaris*|i[3-7]86-*-solaris*)
11451 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11452 # are mutually exclusive; and without procfs support, the bfd/ elf module
11453 # cannot provide certain routines such as elfcore_write_prpsinfo
11454 # or elfcore_write_prstatus. So unless the user explicitly requested
11455 # large-file support through the --enable-largefile switch, disable
11456 # large-file support in favor of procfs support.
11457 test "${target}" = "${host}" -a "x$plugins" = xno \
11458 && : ${enable_largefile="no"}
11459 ;;
11460esac
11461
11462# Check whether --enable-largefile was given.
11463if test "${enable_largefile+set}" = set; then :
11464 enableval=$enable_largefile;
11465fi
11466
11467if test "$enable_largefile" != no; then
11468
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11470$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11471if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11472 $as_echo_n "(cached) " >&6
11473else
11474 ac_cv_sys_largefile_CC=no
11475 if test "$GCC" != yes; then
11476 ac_save_CC=$CC
11477 while :; do
11478 # IRIX 6.2 and later do not support large files by default,
11479 # so use the C compiler's -n32 option if that helps.
11480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11481/* end confdefs.h. */
11482#include <sys/types.h>
11483 /* Check that off_t can represent 2**63 - 1 correctly.
11484 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11485 since some C++ compilers masquerading as C compilers
11486 incorrectly reject 9223372036854775807. */
11487#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11488 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11489 && LARGE_OFF_T % 2147483647 == 1)
11490 ? 1 : -1];
11491int
11492main ()
11493{
11494
11495 ;
11496 return 0;
11497}
11498_ACEOF
11499 if ac_fn_c_try_compile "$LINENO"; then :
11500 break
11501fi
11502rm -f core conftest.err conftest.$ac_objext
11503 CC="$CC -n32"
11504 if ac_fn_c_try_compile "$LINENO"; then :
11505 ac_cv_sys_largefile_CC=' -n32'; break
11506fi
11507rm -f core conftest.err conftest.$ac_objext
11508 break
11509 done
11510 CC=$ac_save_CC
11511 rm -f conftest.$ac_ext
11512 fi
11513fi
11514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11515$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11516 if test "$ac_cv_sys_largefile_CC" != no; then
11517 CC=$CC$ac_cv_sys_largefile_CC
11518 fi
11519
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11521$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11522if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11523 $as_echo_n "(cached) " >&6
11524else
11525 while :; do
11526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527/* end confdefs.h. */
11528#include <sys/types.h>
11529 /* Check that off_t can represent 2**63 - 1 correctly.
11530 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11531 since some C++ compilers masquerading as C compilers
11532 incorrectly reject 9223372036854775807. */
11533#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11534 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11535 && LARGE_OFF_T % 2147483647 == 1)
11536 ? 1 : -1];
11537int
11538main ()
11539{
11540
11541 ;
11542 return 0;
11543}
11544_ACEOF
11545if ac_fn_c_try_compile "$LINENO"; then :
11546 ac_cv_sys_file_offset_bits=no; break
11547fi
11548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11550/* end confdefs.h. */
11551#define _FILE_OFFSET_BITS 64
11552#include <sys/types.h>
11553 /* Check that off_t can represent 2**63 - 1 correctly.
11554 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11555 since some C++ compilers masquerading as C compilers
11556 incorrectly reject 9223372036854775807. */
11557#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11558 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11559 && LARGE_OFF_T % 2147483647 == 1)
11560 ? 1 : -1];
11561int
11562main ()
11563{
11564
11565 ;
11566 return 0;
11567}
11568_ACEOF
11569if ac_fn_c_try_compile "$LINENO"; then :
11570 ac_cv_sys_file_offset_bits=64; break
11571fi
11572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11573 ac_cv_sys_file_offset_bits=unknown
11574 break
11575done
11576fi
11577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11578$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11579case $ac_cv_sys_file_offset_bits in #(
11580 no | unknown) ;;
11581 *)
11582cat >>confdefs.h <<_ACEOF
11583#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11584_ACEOF
11585;;
11586esac
11587rm -rf conftest*
11588 if test $ac_cv_sys_file_offset_bits = unknown; then
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11590$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11591if test "${ac_cv_sys_large_files+set}" = set; then :
11592 $as_echo_n "(cached) " >&6
11593else
11594 while :; do
11595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11596/* end confdefs.h. */
11597#include <sys/types.h>
11598 /* Check that off_t can represent 2**63 - 1 correctly.
11599 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11600 since some C++ compilers masquerading as C compilers
11601 incorrectly reject 9223372036854775807. */
11602#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11603 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11604 && LARGE_OFF_T % 2147483647 == 1)
11605 ? 1 : -1];
11606int
11607main ()
11608{
11609
11610 ;
11611 return 0;
11612}
11613_ACEOF
11614if ac_fn_c_try_compile "$LINENO"; then :
11615 ac_cv_sys_large_files=no; break
11616fi
11617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11619/* end confdefs.h. */
11620#define _LARGE_FILES 1
11621#include <sys/types.h>
11622 /* Check that off_t can represent 2**63 - 1 correctly.
11623 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11624 since some C++ compilers masquerading as C compilers
11625 incorrectly reject 9223372036854775807. */
11626#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11627 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11628 && LARGE_OFF_T % 2147483647 == 1)
11629 ? 1 : -1];
11630int
11631main ()
11632{
11633
11634 ;
11635 return 0;
11636}
11637_ACEOF
11638if ac_fn_c_try_compile "$LINENO"; then :
11639 ac_cv_sys_large_files=1; break
11640fi
11641rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11642 ac_cv_sys_large_files=unknown
11643 break
11644done
11645fi
11646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11647$as_echo "$ac_cv_sys_large_files" >&6; }
11648case $ac_cv_sys_large_files in #(
11649 no | unknown) ;;
11650 *)
11651cat >>confdefs.h <<_ACEOF
11652#define _LARGE_FILES $ac_cv_sys_large_files
11653_ACEOF
11654;;
11655esac
11656rm -rf conftest*
11657 fi
11658fi
11659
11660
2d7f2507
AM
11661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11662$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11663if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
11664 $as_echo_n "(cached) " >&6
11665else
11666 echo abfoo >t1
11667 echo cdfoo >t2
da17fe9d 11668 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2d7f2507
AM
11669 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11670 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11671 :
11672 else
11673 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11674 fi
11675 fi
11676 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11677 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11678 :
11679 else
11680 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11681 fi
11682 fi
11683 rm t1 t2
11684
11685fi
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11687$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11688do_compare="$gcc_cv_prog_cmp_skip"
11689
11690
b879806f 11691
81ecdfbb
RW
11692# Check whether --enable-targets was given.
11693if test "${enable_targets+set}" = set; then :
11694 enableval=$enable_targets; case "${enableval}" in
11695 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11696 ;;
11697 no) enable_targets= ;;
11698 *) enable_targets=$enableval ;;
11699esac
81ecdfbb
RW
11700fi
11701
ce2cded5
L
11702ac_checking=yes
11703if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11704 ac_checking=
11705fi
81ecdfbb
RW
11706# Check whether --enable-checking was given.
11707if test "${enable_checking+set}" = set; then :
11708 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11709 no|none) ac_checking= ;;
11710 *) ac_checking=yes ;;
11711esac
81ecdfbb
RW
11712fi
11713if test x$ac_checking != x ; then
d7040cdb 11714
81ecdfbb 11715$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11716
ce2cded5 11717fi
d7040cdb 11718
6c3bc0f8
NC
11719# PR gas/19109
11720# Decide the default method for compressing debug sections.
11721ac_default_compressed_debug_sections=unset
11722# Provide a configure time option to override our default.
11723# Check whether --enable-compressed_debug_sections was given.
11724if test "${enable_compressed_debug_sections+set}" = set; then :
4894d80b 11725 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
9b4c123c 11726 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
4894d80b 11727 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
6c3bc0f8
NC
11728 *) ac_default_compressed_debug_sections=unset ;;
11729esac
11730fi
11731
0cb4071e
L
11732# PR gas/19520
11733# Decide if x86 assembler should generate relax relocations.
11734ac_default_x86_relax_relocations=unset
11735# Provide a configure time option to override our default.
11736# Check whether --enable-x86_relax_relocations was given.
11737if test "${enable_x86_relax_relocations+set}" = set; then :
11738 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11739 no) ac_default_x86_relax_relocations=0 ;;
11740esac
11741fi
11742
b8871f35
L
11743# Decide if ELF assembler should generate common symbols with the
11744# STT_COMMON type.
11745ac_default_elf_stt_common=unset
11746# Provide a configure time option to override our default.
11747# Check whether --enable-elf_stt_common was given.
11748if test "${enable_elf_stt_common+set}" = set; then :
11749 enableval=$enable_elf_stt_common; case "${enableval}" in
11750 yes) ac_default_elf_stt_common=1 ;;
11751esac
11752fi
11753
0df8ad28
NC
11754
11755# Decide if the ELF assembler should default to generating
11756# GNU Build notes if none are provided by the input.
11757ac_default_generate_build_notes=0
11758# Provide a configuration option to override the default.
11759# Check whether --enable-generate_build_notes was given.
11760if test "${enable_generate_build_notes+set}" = set; then :
11761 enableval=$enable_generate_build_notes; case "${enableval}" in
11762 yes) ac_default_generate_build_notes=1 ;;
11763 no) ac_default_generate_build_notes=0 ;;
11764esac
11765fi
11766
11767
ce2cded5 11768using_cgen=no
d7040cdb 11769
d7040cdb 11770
270c9937
JB
11771# Set the 'development' global.
11772. $srcdir/../bfd/development.sh
11773
c5da1932
VZ
11774# Set acp_cpp_for_build variable
11775ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11776
9780e045 11777# Default set of GCC warnings to enable.
397841b5 11778GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11779GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11780
11781# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11782cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783/* end confdefs.h. */
11784__GNUC__
11785_ACEOF
11786if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11787 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11788
11789else
11790 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11791fi
11792rm -f conftest*
11793
d7040cdb 11794
9780e045
NC
11795# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11796cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11797/* end confdefs.h. */
11798__GNUC__
11799_ACEOF
11800if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11801 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11802
11803else
11804 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11805fi
11806rm -f conftest*
11807
11808
6757cf57
TS
11809# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11810WARN_WRITE_STRINGS=""
11811cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11812/* end confdefs.h. */
11813__GNUC__
11814_ACEOF
11815if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11816 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11817
11818else
11819 WARN_WRITE_STRINGS="-Wwrite-strings"
11820fi
11821rm -f conftest*
11822
9780e045 11823
96fe4562 11824# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11825
11826# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11827cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11828/* end confdefs.h. */
11829__GNUC__
11830_ACEOF
11831if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11832 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11833
11834else
11835 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11836fi
11837rm -f conftest*
11838
11839
11840# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11841cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11842/* end confdefs.h. */
11843__GNUC__
11844_ACEOF
11845if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11846 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11847
11848else
11849 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11850fi
11851rm -f conftest*
11852
11853
81ecdfbb
RW
11854# Check whether --enable-werror was given.
11855if test "${enable_werror+set}" = set; then :
11856 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11857 yes | y) ERROR_ON_WARNING="yes" ;;
11858 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11859 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11860 esac
81ecdfbb
RW
11861fi
11862
d7040cdb 11863
397841b5 11864# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11865case "${host}" in
11866 *-*-mingw32*)
11867 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11868 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11869 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11870 fi
11871 ;;
11872 *) ;;
11873esac
11874
270c9937
JB
11875# Enable -Werror by default when using gcc. Turn it off for releases.
11876if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
ce2cded5
L
11877 ERROR_ON_WARNING=yes
11878fi
11879
11880NO_WERROR=
11881if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11882 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11883 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
ce2cded5
L
11884 NO_WERROR="-Wno-error"
11885fi
11886
11887if test "${GCC}" = yes ; then
11888 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11889 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
ce2cded5
L
11890fi
11891
81ecdfbb
RW
11892# Check whether --enable-build-warnings was given.
11893if test "${enable_build_warnings+set}" = set; then :
11894 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11895 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11896 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
ce2cded5
L
11897 no) if test "${GCC}" = yes ; then
11898 WARN_CFLAGS="-w"
c5da1932 11899 WARN_CFLAGS_FOR_BUILD="-w"
ce2cded5
L
11900 fi;;
11901 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11902 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11903 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
ce2cded5 11904 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11905 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11906 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11907 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11908 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
ce2cded5 11909esac
81ecdfbb
RW
11910fi
11911
d7040cdb 11912
ce2cded5
L
11913if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11914 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11915fi
d7040cdb 11916
d7040cdb 11917
d7040cdb 11918
d7040cdb 11919
d7040cdb 11920
6757cf57 11921
c5da1932 11922
ce2cded5 11923# Generate a header file
81ecdfbb 11924ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11925
d7040cdb 11926
9004b6bd
AB
11927
11928# Check whether --with-cpu was given.
11929if test "${with_cpu+set}" = set; then :
11930 withval=$with_cpu;
11931cat >>confdefs.h <<_ACEOF
11932#define TARGET_WITH_CPU "${with_cpu}"
11933_ACEOF
11934
11935fi
11936
11937
df7b86aa
NC
11938# PR 14072
11939
11940
ce2cded5
L
11941# If we are on a DOS filesystem, we must use gdb.ini rather than
11942# .gdbinit.
11943case "${host}" in
11944 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11945 GDBINIT="gdb.ini"
81ecdfbb 11946 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11947
ce2cded5
L
11948 ;;
11949 *)
11950 GDBINIT=".gdbinit"
81ecdfbb 11951 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11952
ce2cded5
L
11953 ;;
11954esac
d7040cdb 11955
d7040cdb 11956
a8eb42a8 11957#We need this for the host.
81ecdfbb
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11959$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11960if test "${ac_cv_c_bigendian+set}" = set; then :
11961 $as_echo_n "(cached) " >&6
11962else
11963 ac_cv_c_bigendian=unknown
11964 # See if we're dealing with a universal compiler.
11965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966/* end confdefs.h. */
11967#ifndef __APPLE_CC__
11968 not a universal capable compiler
11969 #endif
11970 typedef int dummy;
11971
11972_ACEOF
11973if ac_fn_c_try_compile "$LINENO"; then :
11974
11975 # Check for potential -arch flags. It is not universal unless
11976 # there are at least two -arch flags with different values.
11977 ac_arch=
11978 ac_prev=
11979 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11980 if test -n "$ac_prev"; then
11981 case $ac_word in
11982 i?86 | x86_64 | ppc | ppc64)
11983 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11984 ac_arch=$ac_word
11985 else
11986 ac_cv_c_bigendian=universal
11987 break
11988 fi
11989 ;;
11990 esac
11991 ac_prev=
11992 elif test "x$ac_word" = "x-arch"; then
11993 ac_prev=arch
11994 fi
11995 done
11996fi
11997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11998 if test $ac_cv_c_bigendian = unknown; then
11999 # See if sys/param.h defines the BYTE_ORDER macro.
12000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
12001/* end confdefs.h. */
12002#include <sys/types.h>
81ecdfbb 12003 #include <sys/param.h>
d7040cdb 12004
ce2cded5
L
12005int
12006main ()
12007{
81ecdfbb
RW
12008#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12009 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12010 && LITTLE_ENDIAN)
12011 bogus endian macros
12012 #endif
d7040cdb 12013
ce2cded5
L
12014 ;
12015 return 0;
12016}
12017_ACEOF
81ecdfbb 12018if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 12019 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 12020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
12021/* end confdefs.h. */
12022#include <sys/types.h>
81ecdfbb 12023 #include <sys/param.h>
d7040cdb 12024
ce2cded5
L
12025int
12026main ()
12027{
12028#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
12029 not big endian
12030 #endif
d7040cdb 12031
ce2cded5
L
12032 ;
12033 return 0;
12034}
12035_ACEOF
81ecdfbb 12036if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
12037 ac_cv_c_bigendian=yes
12038else
81ecdfbb 12039 ac_cv_c_bigendian=no
ce2cded5 12040fi
81ecdfbb
RW
12041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12042fi
12043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12044 fi
12045 if test $ac_cv_c_bigendian = unknown; then
12046 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048/* end confdefs.h. */
12049#include <limits.h>
d7040cdb 12050
81ecdfbb
RW
12051int
12052main ()
12053{
12054#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12055 bogus endian macros
12056 #endif
12057
12058 ;
12059 return 0;
12060}
ce2cded5 12061_ACEOF
81ecdfbb
RW
12062if ac_fn_c_try_compile "$LINENO"; then :
12063 # It does; now see whether it defined to _BIG_ENDIAN or not.
12064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 12065/* end confdefs.h. */
81ecdfbb
RW
12066#include <limits.h>
12067
ce2cded5
L
12068int
12069main ()
12070{
81ecdfbb
RW
12071#ifndef _BIG_ENDIAN
12072 not big endian
12073 #endif
12074
ce2cded5
L
12075 ;
12076 return 0;
12077}
12078_ACEOF
81ecdfbb 12079if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 12080 ac_cv_c_bigendian=yes
81ecdfbb
RW
12081else
12082 ac_cv_c_bigendian=no
d7040cdb 12083fi
81ecdfbb 12084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 12085fi
81ecdfbb
RW
12086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087 fi
12088 if test $ac_cv_c_bigendian = unknown; then
12089 # Compile a test program.
12090 if test "$cross_compiling" = yes; then :
12091 # Try to guess by grepping values from an object file.
12092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12093/* end confdefs.h. */
12094short int ascii_mm[] =
12095 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12096 short int ascii_ii[] =
12097 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12098 int use_ascii (int i) {
12099 return ascii_mm[i] + ascii_ii[i];
12100 }
12101 short int ebcdic_ii[] =
12102 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12103 short int ebcdic_mm[] =
12104 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12105 int use_ebcdic (int i) {
12106 return ebcdic_mm[i] + ebcdic_ii[i];
12107 }
12108 extern int foo;
d7040cdb 12109
81ecdfbb
RW
12110int
12111main ()
12112{
12113return use_ascii (foo) == use_ebcdic (foo);
12114 ;
12115 return 0;
12116}
12117_ACEOF
12118if ac_fn_c_try_compile "$LINENO"; then :
12119 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12120 ac_cv_c_bigendian=yes
12121 fi
12122 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12123 if test "$ac_cv_c_bigendian" = unknown; then
12124 ac_cv_c_bigendian=no
12125 else
12126 # finding both strings is unlikely to happen, but who knows?
12127 ac_cv_c_bigendian=unknown
12128 fi
12129 fi
ce2cded5 12130fi
81ecdfbb 12131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 12132else
81ecdfbb 12133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 12134/* end confdefs.h. */
81ecdfbb 12135$ac_includes_default
ce2cded5
L
12136int
12137main ()
12138{
81ecdfbb
RW
12139
12140 /* Are we little or big endian? From Harbison&Steele. */
12141 union
12142 {
12143 long int l;
12144 char c[sizeof (long int)];
12145 } u;
12146 u.l = 1;
12147 return u.c[sizeof (long int) - 1] == 1;
12148
12149 ;
12150 return 0;
ce2cded5 12151}
d7040cdb 12152_ACEOF
81ecdfbb 12153if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
12154 ac_cv_c_bigendian=no
12155else
81ecdfbb 12156 ac_cv_c_bigendian=yes
d7040cdb 12157fi
81ecdfbb
RW
12158rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12159 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 12160fi
81ecdfbb
RW
12161
12162 fi
ce2cded5 12163fi
81ecdfbb
RW
12164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12165$as_echo "$ac_cv_c_bigendian" >&6; }
12166 case $ac_cv_c_bigendian in #(
12167 yes)
12168 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12169;; #(
12170 no)
12171 ;; #(
12172 universal)
d7040cdb 12173
81ecdfbb
RW
12174$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12175
12176 ;; #(
12177 *)
12178 as_fn_error "unknown endianness
12179 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12180 esac
d7040cdb 12181
d7040cdb 12182
ce2cded5 12183te_file=generic
d7040cdb 12184
ce2cded5
L
12185# Makefile target for installing gas in $(tooldir)/bin.
12186install_tooldir=install-exec-tooldir
d7040cdb 12187
ce2cded5
L
12188canon_targets=""
12189all_targets=no
12190if test -n "$enable_targets" ; then
12191 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12192 if test $t = "all"; then
12193 all_targets=yes
12194 continue
12195 fi
12196 result=`$ac_config_sub $t 2>/dev/null`
12197 if test -n "$result" ; then
12198 canon_targets="$canon_targets $result"
12199# else
12200# # Permit "all", etc. We don't support it yet though.
12201# canon_targets="$canon_targets $t"
12202 fi
12203 done
12204 _gas_uniq_list="$canon_targets"
d7040cdb
SE
12205_gas_uniq_newlist=""
12206for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12207 case $_gas_uniq_i in
12208 _gas_uniq_dummy) ;;
12209 *) case " $_gas_uniq_newlist " in
12210 *" $_gas_uniq_i "*) ;;
12211 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12212 esac ;;
12213 esac
12214done
ce2cded5 12215canon_targets=$_gas_uniq_newlist
d7040cdb 12216
ce2cded5
L
12217fi
12218
12219emulations=""
12220
12221for this_target in $target $canon_targets ; do
12222
12223 targ=${this_target}
12224 . ${srcdir}/configure.tgt
12225
12226 case ${target_cpu} in
12227 crisv32)
12228
12229cat >>confdefs.h <<_ACEOF
12230#define DEFAULT_CRIS_ARCH $arch
d7040cdb 12231_ACEOF
ce2cded5
L
12232
12233 ;;
12234 esac
12235
12236 if test ${this_target} = $target ; then
12237 target_cpu_type=${cpu_type}
12238 elif test ${target_cpu_type} != ${cpu_type} ; then
12239 continue
12240 fi
12241
12242 generic_target=${cpu_type}-${target_vendor}-${target_os}
12243 case ${generic_target} in
ce2cded5
L
12244 i386-*-msdosdjgpp* \
12245 | i386-*-go32* \
12246 | i386-go32-rtems*)
12247
81ecdfbb 12248$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
12249
12250 ;;
12251
0cb4071e
L
12252 i386-*-solaris2 \
12253 | x86_64-*-solaris2 \
12254 | i386-*-solaris2.[0-9] \
12255 | i386-*-solaris2.1[01] \
12256 | x86_64-*-solaris2.1[01])
12257 if test ${this_target} = $target \
12258 && test ${ac_default_x86_relax_relocations} = unset; then
12259 ac_default_x86_relax_relocations=0
12260 fi
12261 ;;
12262
7ba29e2a
NC
12263 microblaze*)
12264 ;;
12265
e5231592 12266 ppc-*-aix[5-9].*)
ce2cded5 12267
81ecdfbb 12268$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 12269
ce2cded5
L
12270 ;;
12271 ppc-*-solaris*)
12272 if test ${this_target} = $target; then
12273
81ecdfbb 12274$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12275
12276 fi
12277 if test x${endian} = xbig; then
81ecdfbb 12278 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12279 fi
12280 ;;
d7040cdb 12281 esac
d7040cdb 12282
ce2cded5
L
12283 if test ${this_target} = $target ; then
12284 endian_def=
12285 if test x${endian} = xbig; then
12286 endian_def=1
12287 elif test x${endian} = xlittle; then
12288 endian_def=0
12289 fi
12290 if test x${endian_def} != x; then
12291
12292cat >>confdefs.h <<_ACEOF
12293#define TARGET_BYTES_BIG_ENDIAN $endian_def
12294_ACEOF
12295
12296 fi
12297 fi
12298
12299# Other random stuff.
12300
12301 case ${cpu_type} in
12302 mips)
12303 # Set mips_cpu to the name of the default CPU.
12304 case ${target_cpu} in
12305 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12306 mips_cpu=from-abi
12307 ;;
12308 mipsisa32 | mipsisa32el)
12309 mips_cpu=mips32
12310 ;;
12311 mipsisa32r2 | mipsisa32r2el)
12312 mips_cpu=mips32r2
12313 ;;
ae52f483
AB
12314 mipsisa32r3 | mipsisa32r3el)
12315 mips_cpu=mips32r3
12316 ;;
12317 mipsisa32r5 | mipsisa32r5el)
12318 mips_cpu=mips32r5
12319 ;;
7361da2c
AB
12320 mipsisa32r6 | mipsisa32r6el)
12321 mips_cpu=mips32r6
12322 ;;
ce2cded5
L
12323 mipsisa64 | mipsisa64el)
12324 mips_cpu=mips64
12325 ;;
12326 mipsisa64r2 | mipsisa64r2el)
12327 mips_cpu=mips64r2
12328 ;;
ae52f483
AB
12329 mipsisa64r3 | mipsisa64r3el)
12330 mips_cpu=mips64r3
12331 ;;
12332 mipsisa64r5 | mipsisa64r5el)
12333 mips_cpu=mips64r5
12334 ;;
7361da2c
AB
12335 mipsisa64r6 | mipsisa64r6el)
12336 mips_cpu=mips64r6
12337 ;;
ce2cded5
L
12338 mipstx39 | mipstx39el)
12339 mips_cpu=r3900
12340 ;;
12341 mips64vr | mips64vrel)
12342 mips_cpu=vr4100
12343 ;;
12344 mipsisa32r2* | mipsisa64r2*)
12345 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12346 ;;
7361da2c
AB
12347 mipsisa32r6* | mipsisa64r6*)
12348 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12349 ;;
ce2cded5
L
12350 mips64* | mipsisa64* | mipsisa32*)
12351 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12352 ;;
e407c74b
NC
12353 mips*)
12354 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12355 ;;
ce2cded5 12356 *)
81ecdfbb 12357 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12358 ;;
12359 esac
12360 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12361 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12362 case ${target} in
12363 *-*-irix*)
12364 use_e_mips_abi_o32=0
12365 ;;
12366 *)
12367 use_e_mips_abi_o32=1
12368 ;;
12369 esac
12370 # Decide whether to generate 32-bit or 64-bit code by default.
12371 # Used to resolve -march=from-abi when an embedded ABI is selected.
12372 case ${target} in
12373 mips64*-*-* | mipsisa64*-*-*)
12374 mips_default_64bit=1
12375 ;;
12376 *)
12377 mips_default_64bit=0
12378 ;;
12379 esac
12380 # Decide which ABI to target by default.
12381 case ${target} in
0984958b
MR
12382 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12383 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
ce2cded5
L
12384 mips_default_abi=N32_ABI
12385 ;;
aeffff67 12386 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12387 mips_default_abi=O32_ABI
12388 ;;
12389 mips64*-openbsd*)
12390 mips_default_abi=N64_ABI
12391 ;;
12392 *)
12393 mips_default_abi=NO_ABI
12394 ;;
12395 esac
12396
12397cat >>confdefs.h <<_ACEOF
12398#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12399_ACEOF
d7040cdb
SE
12400
12401
12402cat >>confdefs.h <<_ACEOF
ce2cded5 12403#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12404_ACEOF
12405
12406
12407cat >>confdefs.h <<_ACEOF
ce2cded5 12408#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12409_ACEOF
12410
12411
ce2cded5
L
12412cat >>confdefs.h <<_ACEOF
12413#define MIPS_DEFAULT_ABI $mips_default_abi
12414_ACEOF
d7040cdb 12415
ce2cded5
L
12416 ;;
12417 esac
d7040cdb 12418
ce2cded5
L
12419 # Do we need the opcodes library?
12420 case ${cpu_type} in
12421 vax | tic30)
12422 ;;
d7040cdb 12423
ce2cded5
L
12424 *)
12425 need_opcodes=yes
d7040cdb 12426
ce2cded5
L
12427 case "${enable_shared}" in
12428 yes) shared_opcodes=true ;;
12429 *opcodes*) shared_opcodes=true ;;
12430 *) shared_opcodes=false ;;
12431 esac
12432 ;;
12433 esac
d7040cdb 12434
ce2cded5
L
12435 # Any other special object files needed ?
12436 case ${cpu_type} in
d7040cdb 12437
ce2cded5
L
12438 bfin)
12439 echo ${extra_objects} | grep -s "bfin-parse.o"
12440 if test $? -ne 0 ; then
12441 extra_objects="$extra_objects bfin-parse.o"
12442 fi
d7040cdb 12443
df7b86aa 12444 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
ce2cded5 12445 if test $? -ne 0 ; then
df7b86aa 12446 extra_objects="$extra_objects bfin-lex-wrapper.o"
ce2cded5
L
12447 fi
12448 ;;
d7040cdb 12449
73589c9d 12450 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12451 using_cgen=yes
12452 ;;
d7040cdb 12453
ce2cded5
L
12454 m32c)
12455 using_cgen=yes
12456 ;;
12457 frv)
12458 using_cgen=yes
12459 ;;
12460 m68k)
12461 case ${extra_objects} in
12462 *m68k-parse.o*) ;;
12463 *) extra_objects="$extra_objects m68k-parse.o" ;;
12464 esac
12465 ;;
d7040cdb 12466
ce2cded5
L
12467 mep)
12468 using_cgen=yes
12469 ;;
d7040cdb 12470
ce2cded5
L
12471 mips)
12472 echo ${extra_objects} | grep -s "itbl-parse.o"
12473 if test $? -ne 0 ; then
12474 extra_objects="$extra_objects itbl-parse.o"
12475 fi
d7040cdb 12476
df7b86aa 12477 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
ce2cded5 12478 if test $? -ne 0 ; then
df7b86aa 12479 extra_objects="$extra_objects itbl-lex-wrapper.o"
ce2cded5 12480 fi
d7040cdb 12481
ce2cded5
L
12482 echo ${extra_objects} | grep -s "itbl-ops.o"
12483 if test $? -ne 0 ; then
12484 extra_objects="$extra_objects itbl-ops.o"
12485 fi
12486 ;;
d7040cdb 12487
ce2cded5
L
12488 mt)
12489 using_cgen=yes
12490 ;;
d7040cdb 12491
35c08157
KLC
12492 nds32)
12493 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12494 # based on arch_name.
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12496$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12497 if test "x${with_arch}" != x; then
12498 case ${with_arch} in
12499 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12500
12501cat >>confdefs.h <<_ACEOF
12502#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12503_ACEOF
12504
12505 ;;
12506 *)
12507 as_fn_error "This kind of arch name does *NOT* exist!" "$LINENO" 5
12508 ;;
12509 esac
12510 fi
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12512$as_echo "$with_arch" >&6; }
12513
12514 # Decide features one by one.
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12516$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
6cd8405e 12517 if test "x${enable_dx_regs}" = xyes; then
35c08157
KLC
12518
12519$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12520
12521 else
12522
12523$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12524
12525 fi
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12527$as_echo "$enable_dx_regs" >&6; }
12528
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12530$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
6cd8405e 12531 if test "x${enable_perf_ext}" = xno; then
35c08157
KLC
12532
12533$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12534
12535 else
12536
12537$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12538
12539 fi
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12541$as_echo "$enable_perf_ext" >&6; }
12542
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12544$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
6cd8405e 12545 if test "x${enable_perf_ext2}" = xno; then
35c08157
KLC
12546
12547$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12548
12549 else
12550
12551$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12552
12553 fi
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12555$as_echo "$enable_perf_ext2" >&6; }
12556
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12558$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
6cd8405e 12559 if test "x${enable_string_ext}" = xno; then
35c08157
KLC
12560
12561$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12562
12563 else
12564
12565$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12566
12567 fi
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12569$as_echo "$enable_string_ext" >&6; }
12570
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12572$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
6cd8405e 12573 if test "x${enable_audio_ext}" = xno; then
35c08157
KLC
12574
12575$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12576
12577 else
12578
12579$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12580
12581 fi
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12583$as_echo "$enable_audio_ext" >&6; }
12584 ;;
12585
3c0367d0 12586 aarch64 | i386 | riscv | s390 | sparc)
ce2cded5 12587 if test $this_target = $target ; then
d7040cdb
SE
12588
12589cat >>confdefs.h <<_ACEOF
ce2cded5 12590#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12591_ACEOF
12592
ce2cded5
L
12593 fi
12594 ;;
d7040cdb 12595
99c513f6
DD
12596 rl78)
12597 echo ${extra_objects} | grep -s "rl78-parse.o"
12598 if test $? -ne 0 ; then
12599 extra_objects="$extra_objects rl78-parse.o"
12600 fi
12601 ;;
12602
c7927a3c
NC
12603 rx)
12604 echo ${extra_objects} | grep -s "rx-parse.o"
12605 if test $? -ne 0 ; then
12606 extra_objects="$extra_objects rx-parse.o"
12607 fi
12608 ;;
12609
ce2cded5
L
12610 xstormy16)
12611 using_cgen=yes
12612 ;;
d7040cdb 12613
ce2cded5
L
12614 xc16x)
12615 using_cgen=yes
12616 ;;
d7040cdb 12617
ce2cded5
L
12618 xtensa)
12619 echo ${extra_objects} | grep -s "xtensa-relax.o"
12620 if test $? -ne 0 ; then
12621 extra_objects="$extra_objects xtensa-relax.o"
12622 fi
12623 ;;
d7040cdb 12624
ce2cded5
L
12625 *)
12626 ;;
12627 esac
d7040cdb 12628
ce2cded5
L
12629 if test $using_cgen = yes ; then
12630 case "x${extra_objects}" in
12631 *cgen.o*) ;;
12632 *) extra_objects="$extra_objects cgen.o" ;;
12633 esac
12634 fi
d7040cdb 12635
ce2cded5 12636# See if we really can support this configuration with the emulation code.
d7040cdb 12637
ce2cded5
L
12638 if test $this_target = $target ; then
12639 obj_format=$fmt
12640 te_file=$em
12641 fi
d7040cdb 12642
b11d79f2
TG
12643 case ${te_file} in
12644 vms) extra_objects="$extra_objects te-vms.o" ;;
12645 esac
12646
ce2cded5 12647# From target name and format, produce a list of supported emulations.
d7040cdb 12648
ce2cded5 12649 case ${generic_target}-${fmt} in
e8044f35 12650 mips-*-*-*) case "$endian" in
ce2cded5
L
12651 big) emulation="mipsbelf mipslelf mipself" ;;
12652 *) emulation="mipslelf mipsbelf mipself" ;;
12653 esac ;;
ce2cded5
L
12654 # i386-pc-pe-coff != i386-pc-coff.
12655 i386-*-pe-coff) ;;
12656 # Uncommenting the next line will turn on support for i386 AOUT
12657 # for the default linux configuration
12658 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12659 #
12660 i386-*-aout) emulation="i386aout" ;;
12661 i386-*-coff) emulation="i386coff" ;;
12662 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12663
ce2cded5
L
12664 # Always all formats. The first stated emulation becomes the default.
12665 cris-*-*aout*) emulation="crisaout criself" ;;
12666 cris-*-*) emulation="criself crisaout" ;;
12667 esac
13b2be9c 12668
ce2cded5 12669 emulations="$emulations $emulation"
13b2be9c 12670
13b2be9c 12671done
13b2be9c 12672
0cb4071e
L
12673if test ${ac_default_x86_relax_relocations} = unset; then
12674 ac_default_x86_relax_relocations=1
12675fi
12676
12677cat >>confdefs.h <<_ACEOF
12678#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12679_ACEOF
12680
12681
b8871f35
L
12682if test ${ac_default_elf_stt_common} = unset; then
12683 ac_default_elf_stt_common=0
12684fi
12685
12686cat >>confdefs.h <<_ACEOF
12687#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12688_ACEOF
12689
12690
0df8ad28
NC
12691
12692cat >>confdefs.h <<_ACEOF
12693#define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12694_ACEOF
12695
12696
348ef89a 12697if test x$ac_default_compressed_debug_sections = xyes ; then
e12fe555
NC
12698
12699$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12700
6c3bc0f8 12701fi
e12fe555 12702
ce2cded5
L
12703# Turn on all targets if possible
12704if test ${all_targets} = "yes"; then
12705 case ${target_cpu_type} in
12706 i386)
12707 case ${obj_format} in
12708 aout)
12709 emulations="$emulations i386coff i386elf"
12710 ;;
12711 coff)
12712 emulations="$emulations i386aout i386elf"
12713 ;;
12714 elf)
12715 emulations="$emulations i386aout i386coff"
12716 ;;
12717 esac
12718 ;;
12719 x86_64)
12720 case ${obj_format} in
12721 aout)
12722 emulations="$emulations i386coff i386elf"
12723 ;;
12724 coff)
12725 emulations="$emulations i386aout i386elf"
12726 ;;
12727 elf)
12728 emulations="$emulations i386aout i386coff"
12729 ;;
12730 esac
12731 ;;
12732 esac
13b2be9c 12733fi
c8615825 12734
39871c07
AM
12735# PE code has way too many macros tweaking behaviour
12736case ${te_file} in
12737 pe*) emulations="" ;;
12738esac
12739
ce2cded5
L
12740# Assign floating point type. Most processors with FP support
12741# IEEE FP. On those that don't support FP at all, usually IEEE
12742# is emulated.
12743case ${target_cpu} in
12744 vax | pdp11 ) atof=vax ;;
12745 *) atof=ieee ;;
12746esac
c8615825 12747
ce2cded5 12748case "${obj_format}" in
81ecdfbb 12749 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12750esac
13b2be9c 12751
ce2cded5
L
12752# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12753cgen_cpu_prefix=""
12754if test $using_cgen = yes ; then
12755 case ${target_cpu} in
73589c9d
CS
12756 or1knd)
12757 cgen_cpu_prefix=or1k ;;
ce2cded5
L
12758 *) cgen_cpu_prefix=${target_cpu} ;;
12759 esac
c8615825 12760
c8615825 12761
81ecdfbb 12762$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12763
d7040cdb 12764fi
13b2be9c 12765
ce2cded5
L
12766
12767if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
81ecdfbb 12768 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12769fi
ce2cded5
L
12770
12771if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
81ecdfbb 12772 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12773fi
12774
ce2cded5
L
12775# Some COFF configurations want these random other flags set.
12776case ${obj_format} in
12777 coff)
12778 case ${target_cpu_type} in
12779 i386)
81ecdfbb 12780$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12781 ;;
12782 x86_64)
81ecdfbb 12783$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12784 ;;
12785 esac
12786 ;;
12787esac
12788
12789# Getting this done right is going to be a bitch. Each configuration specified
12790# with --enable-targets=... should be checked for environment, format, cpu
12791# setting.
12792#
12793# For each configuration, the necessary object file support code must be linked
12794# in. This might be only one, it might be up to four. The necessary emulation
12795# code needs to be provided, too.
12796#
12797# And then there's "--enable-targets=all"....
12798#
e8044f35 12799# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
12800
12801formats="${obj_format}"
12802emfiles=""
12803EMULATIONS=""
12804_gas_uniq_list="$emulations"
12805_gas_uniq_newlist=""
12806for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12807 case $_gas_uniq_i in
12808 _gas_uniq_dummy) ;;
12809 *) case " $_gas_uniq_newlist " in
12810 *" $_gas_uniq_i "*) ;;
12811 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12812 esac ;;
12813 esac
12814done
12815emulations=$_gas_uniq_newlist
12816
12817for em in . $emulations ; do
12818 case $em in
12819 .) continue ;;
12820 mipsbelf | mipslelf | mipself)
12821 fmt=elf file=mipself ;;
ce2cded5
L
12822 *coff)
12823 fmt=coff file=$em ;;
12824 *aout)
12825 fmt=aout file=$em ;;
12826 *elf)
12827 fmt=elf file=$em ;;
12828 esac
12829 formats="$formats $fmt"
12830 emfiles="$emfiles e-$file.o"
12831 EMULATIONS="$EMULATIONS &$em,"
12832done
12833_gas_uniq_list="$formats"
12834_gas_uniq_newlist=""
12835for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12836 case $_gas_uniq_i in
12837 _gas_uniq_dummy) ;;
12838 *) case " $_gas_uniq_newlist " in
12839 *" $_gas_uniq_i "*) ;;
12840 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12841 esac ;;
12842 esac
13b2be9c 12843done
ce2cded5 12844formats=$_gas_uniq_newlist
13b2be9c 12845
ce2cded5
L
12846_gas_uniq_list="$emfiles"
12847_gas_uniq_newlist=""
12848for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12849 case $_gas_uniq_i in
12850 _gas_uniq_dummy) ;;
12851 *) case " $_gas_uniq_newlist " in
12852 *" $_gas_uniq_i "*) ;;
12853 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12854 esac ;;
12855 esac
12856done
12857emfiles=$_gas_uniq_newlist
d7040cdb 12858
ce2cded5
L
12859if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12860 for fmt in $formats ; do
12861 case $fmt in
12862 aout)
81ecdfbb 12863$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12864 ;;
12865 coff)
81ecdfbb 12866$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12867 ;;
12868 ecoff)
81ecdfbb 12869$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12870 ;;
12871 elf)
81ecdfbb 12872$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12873 ;;
12874 generic)
81ecdfbb 12875$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12876 ;;
12877 som)
81ecdfbb 12878$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12879 ;;
12880 esac
12881 extra_objects="$extra_objects obj-$fmt.o"
12882 done
12883 obj_format=multi
13b2be9c 12884fi
ce2cded5
L
12885if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12886 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 12887 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
12888 # moment. If only one emulation is specified, then don't define
12889 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12890 case "${obj_format}${emfiles}" in
e8044f35 12891 multi* | *mipself*)
ce2cded5 12892 extra_objects="$extra_objects $emfiles"
d7040cdb 12893
81ecdfbb 12894$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12895 ;;
12896 esac
12897fi
d7040cdb 12898
13b2be9c 12899
ce2cded5
L
12900cat >>confdefs.h <<_ACEOF
12901#define EMULATIONS $EMULATIONS
13b2be9c 12902_ACEOF
d7040cdb 12903
d7040cdb 12904
ce2cded5
L
12905cat >>confdefs.h <<_ACEOF
12906#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12907_ACEOF
d7040cdb 12908
d7040cdb 12909
ce2cded5 12910reject_dev_configs=yes
252b5132 12911
ce2cded5
L
12912case ${reject_dev_configs}-${dev} in
12913 yes-yes) # Oops.
81ecdfbb 12914 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12915 ;;
d7040cdb
SE
12916esac
12917
13b2be9c 12918
ce2cded5
L
12919
12920
12921
12922
12923
12924# do we need the opcodes library?
12925case "${need_opcodes}" in
12926yes)
12927 OPCODES_LIB=../opcodes/libopcodes.la
12928 ;;
12929esac
12930
12931
12932
12933
12934cat >>confdefs.h <<_ACEOF
12935#define TARGET_ALIAS "${target_alias}"
d7040cdb 12936_ACEOF
20e95c23 12937
20e95c23 12938
ce2cded5
L
12939cat >>confdefs.h <<_ACEOF
12940#define TARGET_CANONICAL "${target}"
12941_ACEOF
20e95c23 12942
d6d788bd 12943
ce2cded5
L
12944cat >>confdefs.h <<_ACEOF
12945#define TARGET_CPU "${target_cpu}"
12946_ACEOF
20e95c23 12947
ce2cded5
L
12948
12949cat >>confdefs.h <<_ACEOF
12950#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12951_ACEOF
12952
12953
ce2cded5
L
12954cat >>confdefs.h <<_ACEOF
12955#define TARGET_OS "${target_os}"
12956_ACEOF
12957
0efedc4c 12958
d7040cdb
SE
12959for ac_prog in 'bison -y' byacc
12960do
12961 # Extract the first word of "$ac_prog", so it can be a program name with args.
12962set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12964$as_echo_n "checking for $ac_word... " >&6; }
12965if test "${ac_cv_prog_YACC+set}" = set; then :
12966 $as_echo_n "(cached) " >&6
20e95c23 12967else
d7040cdb
SE
12968 if test -n "$YACC"; then
12969 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12970else
d7040cdb
SE
12971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12972for as_dir in $PATH
12973do
12974 IFS=$as_save_IFS
12975 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12976 for ac_exec_ext in '' $ac_executable_extensions; do
12977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12978 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12980 break 2
20e95c23 12981 fi
d7040cdb 12982done
81ecdfbb
RW
12983 done
12984IFS=$as_save_IFS
20e95c23 12985
d7040cdb
SE
12986fi
12987fi
12988YACC=$ac_cv_prog_YACC
12989if test -n "$YACC"; then
81ecdfbb
RW
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12991$as_echo "$YACC" >&6; }
d7040cdb 12992else
81ecdfbb
RW
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12994$as_echo "no" >&6; }
d7040cdb 12995fi
20e95c23 12996
81ecdfbb 12997
d7040cdb
SE
12998 test -n "$YACC" && break
12999done
13000test -n "$YACC" || YACC="yacc"
20e95c23 13001
d7040cdb
SE
13002for ac_prog in flex lex
13003do
13004 # Extract the first word of "$ac_prog", so it can be a program name with args.
13005set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
13006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13007$as_echo_n "checking for $ac_word... " >&6; }
13008if test "${ac_cv_prog_LEX+set}" = set; then :
13009 $as_echo_n "(cached) " >&6
d6d788bd 13010else
d7040cdb
SE
13011 if test -n "$LEX"; then
13012 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13013else
13014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13015for as_dir in $PATH
13016do
13017 IFS=$as_save_IFS
13018 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13019 for ac_exec_ext in '' $ac_executable_extensions; do
13020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 13021 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 13022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13023 break 2
13024 fi
13025done
81ecdfbb
RW
13026 done
13027IFS=$as_save_IFS
20e95c23 13028
d7040cdb
SE
13029fi
13030fi
13031LEX=$ac_cv_prog_LEX
13032if test -n "$LEX"; then
81ecdfbb
RW
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13034$as_echo "$LEX" >&6; }
20e95c23 13035else
81ecdfbb
RW
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13037$as_echo "no" >&6; }
13b2be9c
DJ
13038fi
13039
81ecdfbb 13040
d7040cdb
SE
13041 test -n "$LEX" && break
13042done
13043test -n "$LEX" || LEX=":"
20e95c23 13044
3d961d0d
AM
13045case "$LEX" in
13046 :|*"missing "*) ;;
13047 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
13048%%
13049a { ECHO; }
13050b { REJECT; }
13051c { yymore (); }
13052d { yyless (1); }
13053e { yyless (input () != 0); }
13054f { unput (yytext[0]); }
13055. { BEGIN INITIAL; }
13056%%
13057#ifdef YYTEXT_POINTER
13058extern char *yytext;
d7040cdb 13059#endif
d7040cdb 13060int
81ecdfbb 13061main (void)
d7040cdb 13062{
81ecdfbb 13063 return ! yylex () + ! yywrap ();
d7040cdb
SE
13064}
13065_ACEOF
81ecdfbb
RW
13066{ { ac_try="$LEX conftest.l"
13067case "(($ac_try" in
13068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13069 *) ac_try_echo=$ac_try;;
13070esac
13071eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13072$as_echo "$ac_try_echo"; } >&5
13073 (eval "$LEX conftest.l") 2>&5
d7040cdb 13074 ac_status=$?
81ecdfbb
RW
13075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13076 test $ac_status = 0; }
13077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13078$as_echo_n "checking lex output file root... " >&6; }
13079if test "${ac_cv_prog_lex_root+set}" = set; then :
13080 $as_echo_n "(cached) " >&6
d7040cdb 13081else
d5fbea21 13082
81ecdfbb
RW
13083if test -f lex.yy.c; then
13084 ac_cv_prog_lex_root=lex.yy
13085elif test -f lexyy.c; then
13086 ac_cv_prog_lex_root=lexyy
13087else
13088 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 13089fi
d7040cdb 13090fi
81ecdfbb
RW
13091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13092$as_echo "$ac_cv_prog_lex_root" >&6; }
13093LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 13094
81ecdfbb
RW
13095if test -z "${LEXLIB+set}"; then
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13097$as_echo_n "checking lex library... " >&6; }
13098if test "${ac_cv_lib_lex+set}" = set; then :
13099 $as_echo_n "(cached) " >&6
d7040cdb 13100else
d7040cdb 13101
81ecdfbb
RW
13102 ac_save_LIBS=$LIBS
13103 ac_cv_lib_lex='none needed'
13104 for ac_lib in '' -lfl -ll; do
13105 LIBS="$ac_lib $ac_save_LIBS"
13106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13107/* end confdefs.h. */
13108`cat $LEX_OUTPUT_ROOT.c`
13109_ACEOF
13110if ac_fn_c_try_link "$LINENO"; then :
13111 ac_cv_lib_lex=$ac_lib
d7040cdb 13112fi
81ecdfbb
RW
13113rm -f core conftest.err conftest.$ac_objext \
13114 conftest$ac_exeext conftest.$ac_ext
13115 test "$ac_cv_lib_lex" != 'none needed' && break
13116 done
13117 LIBS=$ac_save_LIBS
d7040cdb
SE
13118
13119fi
81ecdfbb
RW
13120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13121$as_echo "$ac_cv_lib_lex" >&6; }
13122 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
13123fi
13124
13b2be9c 13125
81ecdfbb
RW
13126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13127$as_echo_n "checking whether yytext is a pointer... " >&6; }
13128if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
13129 $as_echo_n "(cached) " >&6
d7040cdb
SE
13130else
13131 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13132# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13133# not all implementations provide the %pointer and %array declarations.
13134ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13135ac_save_LIBS=$LIBS
81ecdfbb
RW
13136LIBS="$LEXLIB $ac_save_LIBS"
13137cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13138/* end confdefs.h. */
13139#define YYTEXT_POINTER 1
d7040cdb 13140`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 13141_ACEOF
81ecdfbb 13142if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13143 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 13144fi
81ecdfbb
RW
13145rm -f core conftest.err conftest.$ac_objext \
13146 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13147LIBS=$ac_save_LIBS
252b5132 13148
9b2b7d69 13149fi
81ecdfbb
RW
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13151$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 13152if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 13153
81ecdfbb 13154$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 13155
d6d788bd 13156fi
81ecdfbb 13157rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13158 ;;
13159esac
d7040cdb
SE
13160if test "$LEX" = :; then
13161 LEX=${am_missing_run}flex
13162fi
13163
e184813f 13164ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
d7040cdb
SE
13165# If we haven't got the data from the intl directory,
13166# assume NLS is disabled.
13167USE_NLS=no
13168LIBINTL=
13169LIBINTL_DEP=
13170INCINTL=
13171XGETTEXT=
13172GMSGFMT=
13173POSUB=
13174
13175if test -f ../intl/config.intl; then
13176 . ../intl/config.intl
13177fi
81ecdfbb
RW
13178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13179$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13180if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13182$as_echo "no" >&6; }
d7040cdb 13183else
81ecdfbb
RW
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13185$as_echo "yes" >&6; }
d7040cdb 13186
81ecdfbb 13187$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13188
13189
81ecdfbb
RW
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13191$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13192 # Look for .po and .gmo files in the source directory.
13193 CATALOGS=
13194 XLINGUAS=
13195 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13196 # If there aren't any .gmo files the shell will give us the
13197 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13198 # weeded out.
13199 case "$cat" in *\**)
13200 continue;;
13201 esac
13202 # The quadruple backslash is collapsed to a double backslash
13203 # by the backticks, then collapsed again by the double quotes,
13204 # leaving us with one backslash in the sed expression (right
13205 # before the dot that mustn't act as a wildcard).
13206 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13207 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13208 # The user is allowed to set LINGUAS to a list of languages to
13209 # install catalogs for. If it's empty that means "all of them."
13210 if test "x$LINGUAS" = x; then
13211 CATALOGS="$CATALOGS $cat"
13212 XLINGUAS="$XLINGUAS $lang"
13213 else
13214 case "$LINGUAS" in *$lang*)
13215 CATALOGS="$CATALOGS $cat"
13216 XLINGUAS="$XLINGUAS $lang"
13217 ;;
13218 esac
13219 fi
13220 done
13221 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13223$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13224
13225
13226 DATADIRNAME=share
13227
13228 INSTOBJEXT=.mo
13229
13230 GENCAT=gencat
13231
13232 CATOBJEXT=.gmo
13233
13234fi
13235
13236 MKINSTALLDIRS=
13237 if test -n "$ac_aux_dir"; then
13238 case "$ac_aux_dir" in
13239 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13240 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13241 esac
13242 fi
13243 if test -z "$MKINSTALLDIRS"; then
13244 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13245 fi
13246
13247
13248
81ecdfbb
RW
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13250$as_echo_n "checking whether NLS is requested... " >&6; }
13251 # Check whether --enable-nls was given.
13252if test "${enable_nls+set}" = set; then :
13253 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13254else
13255 USE_NLS=yes
81ecdfbb
RW
13256fi
13257
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13259$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13260
13261
13262
13263
13264
13265
13266# Prepare PATH_SEPARATOR.
13267# The user is always right.
13268if test "${PATH_SEPARATOR+set}" != set; then
13269 echo "#! /bin/sh" >conf$$.sh
13270 echo "exit 0" >>conf$$.sh
13271 chmod +x conf$$.sh
13272 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13273 PATH_SEPARATOR=';'
13b2be9c 13274 else
d7040cdb 13275 PATH_SEPARATOR=:
13b2be9c 13276 fi
d7040cdb 13277 rm -f conf$$.sh
252b5132 13278fi
13b2be9c 13279
d7040cdb
SE
13280# Find out how to test for executable files. Don't use a zero-byte file,
13281# as systems may use methods other than mode bits to determine executability.
13282cat >conf$$.file <<_ASEOF
13283#! /bin/sh
13284exit 0
13285_ASEOF
13286chmod +x conf$$.file
13287if test -x conf$$.file >/dev/null 2>&1; then
13288 ac_executable_p="test -x"
13289else
13290 ac_executable_p="test -f"
13b2be9c 13291fi
d7040cdb 13292rm -f conf$$.file
13b2be9c 13293
d7040cdb
SE
13294# Extract the first word of "msgfmt", so it can be a program name with args.
13295set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13297$as_echo_n "checking for $ac_word... " >&6; }
13298if test "${ac_cv_path_MSGFMT+set}" = set; then :
13299 $as_echo_n "(cached) " >&6
252b5132 13300else
d7040cdb
SE
13301 case "$MSGFMT" in
13302 [\\/]* | ?:[\\/]*)
13303 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13304 ;;
13305 *)
13306 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13307 for ac_dir in $PATH; do
13308 IFS="$ac_save_IFS"
13309 test -z "$ac_dir" && ac_dir=.
13310 for ac_exec_ext in '' $ac_executable_extensions; do
13311 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13312 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13313 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13314 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13315 break 2
13316 fi
13317 fi
13318 done
13319 done
13320 IFS="$ac_save_IFS"
13321 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13322 ;;
13323esac
252b5132 13324fi
d7040cdb
SE
13325MSGFMT="$ac_cv_path_MSGFMT"
13326if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13328$as_echo "$MSGFMT" >&6; }
252b5132 13329else
81ecdfbb
RW
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13331$as_echo "no" >&6; }
252b5132 13332fi
252b5132 13333
d7040cdb
SE
13334 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13335set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13337$as_echo_n "checking for $ac_word... " >&6; }
13338if test "${ac_cv_path_GMSGFMT+set}" = set; then :
13339 $as_echo_n "(cached) " >&6
13b2be9c 13340else
d7040cdb
SE
13341 case $GMSGFMT in
13342 [\\/]* | ?:[\\/]*)
13343 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13344 ;;
13345 *)
13346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13347for as_dir in $PATH
13348do
13349 IFS=$as_save_IFS
13350 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13351 for ac_exec_ext in '' $ac_executable_extensions; do
13352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 13353 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13355 break 2
13356 fi
13357done
81ecdfbb
RW
13358 done
13359IFS=$as_save_IFS
252b5132 13360
d7040cdb
SE
13361 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13362 ;;
13363esac
13364fi
13365GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13366if test -n "$GMSGFMT"; then
81ecdfbb
RW
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13368$as_echo "$GMSGFMT" >&6; }
ac48eca1 13369else
81ecdfbb
RW
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13371$as_echo "no" >&6; }
6840198f 13372fi
6840198f 13373
13b2be9c 13374
20e95c23 13375
81ecdfbb 13376
d7040cdb
SE
13377# Prepare PATH_SEPARATOR.
13378# The user is always right.
13379if test "${PATH_SEPARATOR+set}" != set; then
13380 echo "#! /bin/sh" >conf$$.sh
13381 echo "exit 0" >>conf$$.sh
13382 chmod +x conf$$.sh
13383 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13384 PATH_SEPARATOR=';'
13385 else
13386 PATH_SEPARATOR=:
13387 fi
13388 rm -f conf$$.sh
13389fi
20e95c23 13390
d7040cdb
SE
13391# Find out how to test for executable files. Don't use a zero-byte file,
13392# as systems may use methods other than mode bits to determine executability.
13393cat >conf$$.file <<_ASEOF
13394#! /bin/sh
13395exit 0
13396_ASEOF
13397chmod +x conf$$.file
13398if test -x conf$$.file >/dev/null 2>&1; then
13399 ac_executable_p="test -x"
13b2be9c 13400else
d7040cdb 13401 ac_executable_p="test -f"
13b2be9c 13402fi
d7040cdb 13403rm -f conf$$.file
20e95c23 13404
d7040cdb
SE
13405# Extract the first word of "xgettext", so it can be a program name with args.
13406set dummy xgettext; ac_word=$2
81ecdfbb
RW
13407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408$as_echo_n "checking for $ac_word... " >&6; }
13409if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13410 $as_echo_n "(cached) " >&6
252b5132 13411else
d7040cdb
SE
13412 case "$XGETTEXT" in
13413 [\\/]* | ?:[\\/]*)
13414 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13415 ;;
13416 *)
13417 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13418 for ac_dir in $PATH; do
13419 IFS="$ac_save_IFS"
13420 test -z "$ac_dir" && ac_dir=.
13421 for ac_exec_ext in '' $ac_executable_extensions; do
13422 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13423 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13424 (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
13425 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13426 break 2
13427 fi
13428 fi
13429 done
13430 done
13431 IFS="$ac_save_IFS"
13432 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13433 ;;
13434esac
13b2be9c 13435fi
d7040cdb
SE
13436XGETTEXT="$ac_cv_path_XGETTEXT"
13437if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13439$as_echo "$XGETTEXT" >&6; }
d7040cdb 13440else
81ecdfbb
RW
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13442$as_echo "no" >&6; }
13b2be9c 13443fi
13b2be9c 13444
d7040cdb 13445 rm -f messages.po
20e95c23 13446
13b2be9c 13447
d7040cdb
SE
13448# Prepare PATH_SEPARATOR.
13449# The user is always right.
13450if test "${PATH_SEPARATOR+set}" != set; then
13451 echo "#! /bin/sh" >conf$$.sh
13452 echo "exit 0" >>conf$$.sh
13453 chmod +x conf$$.sh
13454 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13455 PATH_SEPARATOR=';'
13456 else
13457 PATH_SEPARATOR=:
13458 fi
13459 rm -f conf$$.sh
252b5132 13460fi
20e95c23 13461
d7040cdb
SE
13462# Find out how to test for executable files. Don't use a zero-byte file,
13463# as systems may use methods other than mode bits to determine executability.
13464cat >conf$$.file <<_ASEOF
13465#! /bin/sh
13466exit 0
13467_ASEOF
13468chmod +x conf$$.file
13469if test -x conf$$.file >/dev/null 2>&1; then
13470 ac_executable_p="test -x"
252b5132 13471else
d7040cdb
SE
13472 ac_executable_p="test -f"
13473fi
13474rm -f conf$$.file
20e95c23 13475
d7040cdb
SE
13476# Extract the first word of "msgmerge", so it can be a program name with args.
13477set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13479$as_echo_n "checking for $ac_word... " >&6; }
13480if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13481 $as_echo_n "(cached) " >&6
20e95c23 13482else
d7040cdb
SE
13483 case "$MSGMERGE" in
13484 [\\/]* | ?:[\\/]*)
13485 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13486 ;;
13487 *)
13488 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13489 for ac_dir in $PATH; do
13490 IFS="$ac_save_IFS"
13491 test -z "$ac_dir" && ac_dir=.
13492 for ac_exec_ext in '' $ac_executable_extensions; do
13493 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13494 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13495 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13496 break 2
13497 fi
13498 fi
13499 done
13500 done
13501 IFS="$ac_save_IFS"
13502 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13503 ;;
13504esac
20e95c23 13505fi
d7040cdb
SE
13506MSGMERGE="$ac_cv_path_MSGMERGE"
13507if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13509$as_echo "$MSGMERGE" >&6; }
d7040cdb 13510else
81ecdfbb
RW
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13512$as_echo "no" >&6; }
20e95c23 13513fi
252b5132 13514
252b5132 13515
d7040cdb
SE
13516 if test "$GMSGFMT" != ":"; then
13517 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13518 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13519 : ;
13520 else
13521 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13523$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13524 GMSGFMT=":"
13525 fi
13526 fi
13b2be9c 13527
d7040cdb
SE
13528 if test "$XGETTEXT" != ":"; then
13529 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13530 (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
13531 : ;
13532 else
81ecdfbb
RW
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13534$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13535 XGETTEXT=":"
13536 fi
13537 rm -f messages.po
13538 fi
252b5132 13539
81ecdfbb 13540 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13541
13b2be9c 13542
81ecdfbb
RW
13543
13544
13545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13546$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13547 # Check whether --enable-maintainer-mode was given.
13548if test "${enable_maintainer_mode+set}" = set; then :
13549 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13550else
81ecdfbb 13551 USE_MAINTAINER_MODE=no
13b2be9c 13552fi
13b2be9c 13553
81ecdfbb
RW
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13555$as_echo "$USE_MAINTAINER_MODE" >&6; }
13556 if test $USE_MAINTAINER_MODE = yes; then
13557 MAINTAINER_MODE_TRUE=
13558 MAINTAINER_MODE_FALSE='#'
13559else
13560 MAINTAINER_MODE_TRUE='#'
13561 MAINTAINER_MODE_FALSE=
13b2be9c 13562fi
13b2be9c 13563
81ecdfbb
RW
13564 MAINT=$MAINTAINER_MODE_TRUE
13565
13566
13567 if false; then
13568 GENINSRC_NEVER_TRUE=
13569 GENINSRC_NEVER_FALSE='#'
13b2be9c 13570else
81ecdfbb
RW
13571 GENINSRC_NEVER_TRUE='#'
13572 GENINSRC_NEVER_FALSE=
252b5132 13573fi
13b2be9c 13574
81ecdfbb
RW
13575
13576
58797674 13577for 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
13578do :
13579 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13580ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13581eval as_val=\$$as_ac_Header
13582 if test "x$as_val" = x""yes; then :
13b2be9c 13583 cat >>confdefs.h <<_ACEOF
81ecdfbb 13584#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c
DJ
13585_ACEOF
13586
252b5132 13587fi
13b2be9c 13588
252b5132
RH
13589done
13590
df7b86aa
NC
13591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13592$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13593if test "${gcc_cv_header_string+set}" = set; then :
13594 $as_echo_n "(cached) " >&6
13595else
13596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13597/* end confdefs.h. */
13598#include <string.h>
13599#include <strings.h>
13600int
13601main ()
13602{
13603
13604 ;
13605 return 0;
13606}
13607_ACEOF
13608if ac_fn_c_try_compile "$LINENO"; then :
13609 gcc_cv_header_string=yes
13610else
13611 gcc_cv_header_string=no
13612fi
13613rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13614fi
13615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13616$as_echo "$gcc_cv_header_string" >&6; }
13617if test $gcc_cv_header_string = yes; then
13618
13619$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13620
13621fi
13622
d6d788bd 13623
252b5132
RH
13624# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13625# people who are not cross-compiling but are compiling cross-assemblers.
81ecdfbb
RW
13626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13627$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
252b5132
RH
13628if test "${host}" = "${target}"; then
13629 cross_gas=no
13630else
13631 cross_gas=yes
13b2be9c 13632
81ecdfbb 13633$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132
RH
13634
13635fi
81ecdfbb
RW
13636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13637$as_echo "$cross_gas" >&6; }
252b5132
RH
13638
13639# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13640# for constant arguments. Useless!
81ecdfbb
RW
13641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13642$as_echo_n "checking for working alloca.h... " >&6; }
13643if test "${ac_cv_working_alloca_h+set}" = set; then :
13644 $as_echo_n "(cached) " >&6
13b2be9c 13645else
81ecdfbb 13646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13647/* end confdefs.h. */
252b5132 13648#include <alloca.h>
13b2be9c
DJ
13649int
13650main ()
13651{
13652char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13653 if (p) return 0;
13b2be9c
DJ
13654 ;
13655 return 0;
13656}
13657_ACEOF
81ecdfbb 13658if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13659 ac_cv_working_alloca_h=yes
13660else
81ecdfbb 13661 ac_cv_working_alloca_h=no
13b2be9c 13662fi
81ecdfbb
RW
13663rm -f core conftest.err conftest.$ac_objext \
13664 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13665fi
81ecdfbb
RW
13666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13667$as_echo "$ac_cv_working_alloca_h" >&6; }
13b2be9c
DJ
13668if test $ac_cv_working_alloca_h = yes; then
13669
81ecdfbb 13670$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13671
13672fi
13673
81ecdfbb
RW
13674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13675$as_echo_n "checking for alloca... " >&6; }
13676if test "${ac_cv_func_alloca_works+set}" = set; then :
13677 $as_echo_n "(cached) " >&6
252b5132 13678else
81ecdfbb 13679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13680/* end confdefs.h. */
252b5132
RH
13681#ifdef __GNUC__
13682# define alloca __builtin_alloca
13683#else
13684# ifdef _MSC_VER
13685# include <malloc.h>
13686# define alloca _alloca
13687# else
81ecdfbb 13688# ifdef HAVE_ALLOCA_H
252b5132
RH
13689# include <alloca.h>
13690# else
13691# ifdef _AIX
13692 #pragma alloca
13693# else
13694# ifndef alloca /* predefined by HP cc +Olibcalls */
13695char *alloca ();
13696# endif
13697# endif
13698# endif
13699# endif
13700#endif
13701
13b2be9c
DJ
13702int
13703main ()
13704{
13705char *p = (char *) alloca (1);
81ecdfbb 13706 if (p) return 0;
13b2be9c
DJ
13707 ;
13708 return 0;
13709}
13710_ACEOF
81ecdfbb 13711if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13712 ac_cv_func_alloca_works=yes
13713else
81ecdfbb 13714 ac_cv_func_alloca_works=no
252b5132 13715fi
81ecdfbb
RW
13716rm -f core conftest.err conftest.$ac_objext \
13717 conftest$ac_exeext conftest.$ac_ext
252b5132 13718fi
81ecdfbb
RW
13719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13720$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13721
252b5132 13722if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 13723
81ecdfbb 13724$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9b2b7d69 13725
13b2be9c 13726else
c8615825 13727 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
13728# that cause trouble. Some versions do not even contain alloca or
13729# contain a buggy version. If you still want to use their alloca,
13730# use ar to extract alloca.o from them instead of compiling alloca.c.
13731
81ecdfbb 13732ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13b2be9c 13733
81ecdfbb 13734$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132 13735
d6d788bd 13736
81ecdfbb
RW
13737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13738$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13739if test "${ac_cv_os_cray+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
252b5132 13741else
81ecdfbb 13742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13743/* end confdefs.h. */
81ecdfbb 13744#if defined CRAY && ! defined CRAY2
252b5132
RH
13745webecray
13746#else
13747wenotbecray
13748#endif
13749
13b2be9c 13750_ACEOF
252b5132 13751if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13752 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13753 ac_cv_os_cray=yes
13754else
252b5132
RH
13755 ac_cv_os_cray=no
13756fi
13757rm -f conftest*
13758
13759fi
81ecdfbb
RW
13760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13761$as_echo "$ac_cv_os_cray" >&6; }
252b5132 13762if test $ac_cv_os_cray = yes; then
13b2be9c 13763 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13764 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13765ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13766eval as_val=\$$as_ac_var
13767 if test "x$as_val" = x""yes; then :
13b2be9c
DJ
13768
13769cat >>confdefs.h <<_ACEOF
252b5132 13770#define CRAY_STACKSEG_END $ac_func
13b2be9c 13771_ACEOF
252b5132 13772
13b2be9c 13773 break
252b5132
RH
13774fi
13775
13b2be9c 13776 done
252b5132
RH
13777fi
13778
81ecdfbb
RW
13779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13780$as_echo_n "checking stack direction for C alloca... " >&6; }
13781if test "${ac_cv_c_stack_direction+set}" = set; then :
13782 $as_echo_n "(cached) " >&6
252b5132 13783else
81ecdfbb 13784 if test "$cross_compiling" = yes; then :
252b5132
RH
13785 ac_cv_c_stack_direction=0
13786else
81ecdfbb 13787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13788/* end confdefs.h. */
81ecdfbb 13789$ac_includes_default
13b2be9c 13790int
252b5132
RH
13791find_stack_direction ()
13792{
13793 static char *addr = 0;
13794 auto char dummy;
13795 if (addr == 0)
13796 {
13797 addr = &dummy;
13798 return find_stack_direction ();
13799 }
13800 else
13801 return (&dummy > addr) ? 1 : -1;
13802}
13b2be9c
DJ
13803
13804int
252b5132
RH
13805main ()
13806{
81ecdfbb 13807 return find_stack_direction () < 0;
252b5132 13808}
13b2be9c 13809_ACEOF
81ecdfbb 13810if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13811 ac_cv_c_stack_direction=1
13812else
81ecdfbb 13813 ac_cv_c_stack_direction=-1
252b5132 13814fi
81ecdfbb
RW
13815rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13816 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132 13817fi
252b5132 13818
81ecdfbb
RW
13819fi
13820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13821$as_echo "$ac_cv_c_stack_direction" >&6; }
13b2be9c 13822cat >>confdefs.h <<_ACEOF
252b5132 13823#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
13824_ACEOF
13825
252b5132
RH
13826
13827fi
13828
81ecdfbb
RW
13829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13830$as_echo_n "checking for inline... " >&6; }
13831if test "${ac_cv_c_inline+set}" = set; then :
13832 $as_echo_n "(cached) " >&6
252b5132
RH
13833else
13834 ac_cv_c_inline=no
13835for ac_kw in inline __inline__ __inline; do
81ecdfbb 13836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13837/* end confdefs.h. */
13838#ifndef __cplusplus
13839typedef int foo_t;
13840static $ac_kw foo_t static_foo () {return 0; }
13841$ac_kw foo_t foo () {return 0; }
13842#endif
252b5132 13843
13b2be9c 13844_ACEOF
81ecdfbb
RW
13845if ac_fn_c_try_compile "$LINENO"; then :
13846 ac_cv_c_inline=$ac_kw
252b5132 13847fi
81ecdfbb
RW
13848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13849 test "$ac_cv_c_inline" != no && break
252b5132
RH
13850done
13851
13852fi
81ecdfbb
RW
13853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13854$as_echo "$ac_cv_c_inline" >&6; }
ab509236 13855
13b2be9c 13856case $ac_cv_c_inline in
252b5132 13857 inline | yes) ;;
ab509236
L
13858 *)
13859 case $ac_cv_c_inline in
13860 no) ac_val=;;
13861 *) ac_val=$ac_cv_c_inline;;
13862 esac
13863 cat >>confdefs.h <<_ACEOF
13864#ifndef __cplusplus
13865#define inline $ac_val
13866#endif
13b2be9c 13867_ACEOF
ab509236 13868 ;;
252b5132
RH
13869esac
13870
6840198f 13871
d6d788bd 13872# VMS doesn't have unlink.
252b5132 13873for ac_func in unlink remove
81ecdfbb
RW
13874do :
13875 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13876ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13877eval as_val=\$$as_ac_var
13878 if test "x$as_val" = x""yes; then :
13b2be9c 13879 cat >>confdefs.h <<_ACEOF
81ecdfbb 13880#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13881_ACEOF
252b5132 13882 break
252b5132
RH
13883fi
13884done
13885
4b0296ce 13886for ac_func in sbrk setlocale
81ecdfbb 13887do :
a574142b
AM
13888 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13889ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13890eval as_val=\$$as_ac_var
13891 if test "x$as_val" = x""yes; then :
13b2be9c 13892 cat >>confdefs.h <<_ACEOF
a574142b 13893#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13894_ACEOF
252b5132 13895
1ec4b9f2
NS
13896fi
13897done
13898
13899for ac_func in strsignal
13900do :
13901 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13902if test "x$ac_cv_func_strsignal" = x""yes; then :
13903 cat >>confdefs.h <<_ACEOF
13904#define HAVE_STRSIGNAL 1
13905_ACEOF
13906
252b5132
RH
13907fi
13908done
13909
d6d788bd 13910
44350750
NC
13911
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13913$as_echo_n "checking for LC_MESSAGES... " >&6; }
13914if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13915 $as_echo_n "(cached) " >&6
13916else
13917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13918/* end confdefs.h. */
13919#include <locale.h>
13920int
13921main ()
13922{
13923return LC_MESSAGES
13924 ;
13925 return 0;
13926}
13927_ACEOF
13928if ac_fn_c_try_link "$LINENO"; then :
13929 am_cv_val_LC_MESSAGES=yes
13930else
13931 am_cv_val_LC_MESSAGES=no
13932fi
13933rm -f core conftest.err conftest.$ac_objext \
13934 conftest$ac_exeext conftest.$ac_ext
13935fi
13936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13937$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13938 if test $am_cv_val_LC_MESSAGES = yes; then
13939
13940$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13941
13942 fi
13943
13944
39bec121
TW
13945# do we need the math library?
13946case "${need_libm}" in
13b2be9c 13947yes)
39bec121 13948 LIBM=
f9c19112 13949case $host in
3725885a 13950*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13951 # These system don't have libm, or don't need it
39bec121
TW
13952 ;;
13953*-ncr-sysv4.3*)
81ecdfbb
RW
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13955$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13956if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13957 $as_echo_n "(cached) " >&6
39bec121 13958else
13b2be9c 13959 ac_check_lib_save_LIBS=$LIBS
39bec121 13960LIBS="-lmw $LIBS"
81ecdfbb 13961cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13962/* end confdefs.h. */
13963
81ecdfbb
RW
13964/* Override any GCC internal prototype to avoid an error.
13965 Use char because int might match the return type of a GCC
13966 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13967#ifdef __cplusplus
13968extern "C"
13969#endif
13b2be9c
DJ
13970char _mwvalidcheckl ();
13971int
13972main ()
13973{
81ecdfbb 13974return _mwvalidcheckl ();
13b2be9c
DJ
13975 ;
13976 return 0;
13977}
13978_ACEOF
81ecdfbb 13979if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13980 ac_cv_lib_mw__mwvalidcheckl=yes
13981else
81ecdfbb 13982 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13983fi
81ecdfbb
RW
13984rm -f core conftest.err conftest.$ac_objext \
13985 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13986LIBS=$ac_check_lib_save_LIBS
13987fi
81ecdfbb
RW
13988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13989$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13990if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
39bec121 13991 LIBM="-lmw"
39bec121
TW
13992fi
13993
81ecdfbb
RW
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13995$as_echo_n "checking for cos in -lm... " >&6; }
13996if test "${ac_cv_lib_m_cos+set}" = set; then :
13997 $as_echo_n "(cached) " >&6
39bec121 13998else
13b2be9c 13999 ac_check_lib_save_LIBS=$LIBS
39bec121 14000LIBS="-lm $LIBS"
81ecdfbb 14001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14002/* end confdefs.h. */
39bec121 14003
81ecdfbb
RW
14004/* Override any GCC internal prototype to avoid an error.
14005 Use char because int might match the return type of a GCC
14006 builtin and then its argument prototype would still apply. */
d7040cdb
SE
14007#ifdef __cplusplus
14008extern "C"
14009#endif
d7040cdb 14010char cos ();
13b2be9c
DJ
14011int
14012main ()
14013{
81ecdfbb 14014return cos ();
13b2be9c
DJ
14015 ;
14016 return 0;
14017}
14018_ACEOF
81ecdfbb 14019if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 14020 ac_cv_lib_m_cos=yes
13b2be9c 14021else
81ecdfbb 14022 ac_cv_lib_m_cos=no
13b2be9c 14023fi
81ecdfbb
RW
14024rm -f core conftest.err conftest.$ac_objext \
14025 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14026LIBS=$ac_check_lib_save_LIBS
14027fi
81ecdfbb
RW
14028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14029$as_echo "$ac_cv_lib_m_cos" >&6; }
14030if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 14031 LIBM="$LIBM -lm"
39bec121
TW
14032fi
14033
14034 ;;
14035*)
81ecdfbb
RW
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14037$as_echo_n "checking for cos in -lm... " >&6; }
14038if test "${ac_cv_lib_m_cos+set}" = set; then :
14039 $as_echo_n "(cached) " >&6
39bec121 14040else
13b2be9c 14041 ac_check_lib_save_LIBS=$LIBS
39bec121 14042LIBS="-lm $LIBS"
81ecdfbb 14043cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14044/* end confdefs.h. */
39bec121 14045
81ecdfbb
RW
14046/* Override any GCC internal prototype to avoid an error.
14047 Use char because int might match the return type of a GCC
14048 builtin and then its argument prototype would still apply. */
d7040cdb
SE
14049#ifdef __cplusplus
14050extern "C"
14051#endif
d7040cdb 14052char cos ();
13b2be9c
DJ
14053int
14054main ()
14055{
81ecdfbb 14056return cos ();
13b2be9c
DJ
14057 ;
14058 return 0;
14059}
14060_ACEOF
81ecdfbb 14061if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 14062 ac_cv_lib_m_cos=yes
13b2be9c 14063else
81ecdfbb 14064 ac_cv_lib_m_cos=no
13b2be9c 14065fi
81ecdfbb
RW
14066rm -f core conftest.err conftest.$ac_objext \
14067 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
14068LIBS=$ac_check_lib_save_LIBS
14069fi
81ecdfbb
RW
14070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14071$as_echo "$ac_cv_lib_m_cos" >&6; }
14072if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 14073 LIBM="-lm"
39bec121
TW
14074fi
14075
14076 ;;
14077esac
14078
13b2be9c 14079
d7040cdb 14080
39bec121
TW
14081 ;;
14082esac
14083
252b5132
RH
14084# Some non-ANSI preprocessors botch requoting inside strings. That's bad
14085# enough, but on some of those systems, the assert macro relies on requoting
14086# working properly!
81ecdfbb
RW
14087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14088$as_echo_n "checking for working assert macro... " >&6; }
14089if test "${gas_cv_assert_ok+set}" = set; then :
14090 $as_echo_n "(cached) " >&6
13b2be9c 14091else
81ecdfbb 14092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14093/* end confdefs.h. */
252b5132
RH
14094#include <assert.h>
14095#include <stdio.h>
13b2be9c
DJ
14096int
14097main ()
14098{
252b5132
RH
14099
14100/* check for requoting problems */
14101static int a, b, c, d;
14102static char *s;
14103assert (!strcmp(s, "foo bar baz quux"));
14104/* check for newline handling */
14105assert (a == b
14106 || c == d);
14107
13b2be9c
DJ
14108 ;
14109 return 0;
81ecdfbb
RW
14110}
14111_ACEOF
14112if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
14113 gas_cv_assert_ok=yes
14114else
81ecdfbb 14115 gas_cv_assert_ok=no
252b5132 14116fi
81ecdfbb
RW
14117rm -f core conftest.err conftest.$ac_objext \
14118 conftest$ac_exeext conftest.$ac_ext
252b5132 14119fi
81ecdfbb
RW
14120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14121$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 14122test $gas_cv_assert_ok = yes ||
81ecdfbb 14123$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 14124
d6d788bd
L
14125
14126
252b5132
RH
14127# On some systems, the system header files may not declare malloc, realloc,
14128# and free. There are places where gas needs these functions to have been
14129# declared -- such as when taking their addresses.
14130gas_test_headers="
14131#ifdef HAVE_MEMORY_H
14132#include <memory.h>
14133#endif
14134#ifdef HAVE_STRING_H
14135#include <string.h>
14136#else
14137#ifdef HAVE_STRINGS_H
14138#include <strings.h>
14139#endif
14140#endif
14141#ifdef HAVE_STDLIB_H
14142#include <stdlib.h>
14143#endif
14144#ifdef HAVE_UNISTD_H
14145#include <unistd.h>
14146#endif
14147"
14148
e8a38df5
AL
14149# Does errno.h declare errno, or do we have to add a separate declaration
14150# for it?
14151
81ecdfbb
RW
14152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14153$as_echo_n "checking whether declaration is required for errno... " >&6; }
14154if test "${gas_cv_decl_needed_errno+set}" = set; then :
14155 $as_echo_n "(cached) " >&6
e8a38df5 14156else
81ecdfbb 14157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a38df5
AL
14158/* end confdefs.h. */
14159
14160#ifdef HAVE_ERRNO_H
14161#include <errno.h>
14162#endif
14163
14164int
14165main ()
14166{
14167
14168typedef int f;
14169f x;
14170x = (f) errno;
14171
14172 ;
14173 return 0;
14174}
14175_ACEOF
81ecdfbb 14176if ac_fn_c_try_link "$LINENO"; then :
e8a38df5
AL
14177 gas_cv_decl_needed_errno=no
14178else
81ecdfbb 14179 gas_cv_decl_needed_errno=yes
e8a38df5 14180fi
81ecdfbb
RW
14181rm -f core conftest.err conftest.$ac_objext \
14182 conftest$ac_exeext conftest.$ac_ext
e8a38df5 14183fi
81ecdfbb
RW
14184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14185$as_echo "$gas_cv_decl_needed_errno" >&6; }
e8a38df5
AL
14186if test $gas_cv_decl_needed_errno = yes; then
14187
81ecdfbb 14188$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
e8a38df5
AL
14189
14190fi
14191
14192
81ecdfbb
RW
14193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14194$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14195if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
14196 $as_echo_n "(cached) " >&6
56f36663 14197else
81ecdfbb 14198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
14199/* end confdefs.h. */
14200#include <unistd.h>
14201int
14202main ()
14203{
14204extern int getopt (int, char *const*, const char *);
14205 ;
14206 return 0;
14207}
14208_ACEOF
81ecdfbb 14209if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
14210 gas_cv_decl_getopt_unistd_h=yes
14211else
81ecdfbb 14212 gas_cv_decl_getopt_unistd_h=no
56f36663 14213fi
81ecdfbb 14214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
14215fi
14216
81ecdfbb
RW
14217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14218$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
14219if test $gas_cv_decl_getopt_unistd_h = yes; then
14220
81ecdfbb 14221$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
14222
14223fi
14224
e8a38df5 14225
81ecdfbb
RW
14226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14227$as_echo_n "checking whether declaration is required for environ... " >&6; }
14228if test "${gas_cv_decl_needed_environ+set}" = set; then :
14229 $as_echo_n "(cached) " >&6
13b2be9c 14230else
81ecdfbb 14231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14232/* end confdefs.h. */
252b5132 14233$gas_test_headers
13b2be9c
DJ
14234int
14235main ()
14236{
252b5132 14237
e8a38df5 14238typedef char **f;
252b5132 14239f x;
e8a38df5 14240x = (f) environ;
252b5132 14241
13b2be9c
DJ
14242 ;
14243 return 0;
14244}
14245_ACEOF
81ecdfbb 14246if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14247 gas_cv_decl_needed_environ=no
252b5132 14248else
81ecdfbb 14249 gas_cv_decl_needed_environ=yes
252b5132 14250fi
81ecdfbb
RW
14251rm -f core conftest.err conftest.$ac_objext \
14252 conftest$ac_exeext conftest.$ac_ext
252b5132 14253fi
81ecdfbb
RW
14254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14255$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 14256if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 14257
81ecdfbb 14258$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
14259
14260fi
14261
14262
81ecdfbb
RW
14263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14264$as_echo_n "checking whether declaration is required for ffs... " >&6; }
14265if test "${gas_cv_decl_needed_ffs+set}" = set; then :
14266 $as_echo_n "(cached) " >&6
13b2be9c 14267else
81ecdfbb 14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14269/* end confdefs.h. */
14270$gas_test_headers
14271int
14272main ()
14273{
14274
e8a38df5 14275typedef int (*f)(int);
13b2be9c 14276f x;
e8a38df5 14277x = (f) ffs;
13b2be9c
DJ
14278
14279 ;
14280 return 0;
14281}
14282_ACEOF
81ecdfbb 14283if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14284 gas_cv_decl_needed_ffs=no
13b2be9c 14285else
81ecdfbb 14286 gas_cv_decl_needed_ffs=yes
13b2be9c 14287fi
81ecdfbb
RW
14288rm -f core conftest.err conftest.$ac_objext \
14289 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14290fi
81ecdfbb
RW
14291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14292$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 14293if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 14294
81ecdfbb 14295$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
14296
14297fi
14298
14299
81ecdfbb
RW
14300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14301$as_echo_n "checking whether declaration is required for free... " >&6; }
14302if test "${gas_cv_decl_needed_free+set}" = set; then :
14303 $as_echo_n "(cached) " >&6
13b2be9c 14304else
81ecdfbb 14305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14306/* end confdefs.h. */
14307$gas_test_headers
14308int
14309main ()
14310{
14311
14312typedef void (*f)();
14313f x;
14314x = (f) free;
14315
14316 ;
14317 return 0;
14318}
14319_ACEOF
81ecdfbb 14320if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
14321 gas_cv_decl_needed_free=no
14322else
81ecdfbb 14323 gas_cv_decl_needed_free=yes
13b2be9c 14324fi
81ecdfbb
RW
14325rm -f core conftest.err conftest.$ac_objext \
14326 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14327fi
81ecdfbb
RW
14328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14329$as_echo "$gas_cv_decl_needed_free" >&6; }
13b2be9c
DJ
14330if test $gas_cv_decl_needed_free = yes; then
14331
81ecdfbb 14332$as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13b2be9c
DJ
14333
14334fi
14335
14336
81ecdfbb
RW
14337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14338$as_echo_n "checking whether declaration is required for malloc... " >&6; }
14339if test "${gas_cv_decl_needed_malloc+set}" = set; then :
14340 $as_echo_n "(cached) " >&6
13b2be9c 14341else
81ecdfbb 14342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14343/* end confdefs.h. */
14344$gas_test_headers
14345int
14346main ()
14347{
14348
14349typedef char *(*f)();
14350f x;
e8a38df5 14351x = (f) malloc;
13b2be9c
DJ
14352
14353 ;
14354 return 0;
14355}
14356_ACEOF
81ecdfbb 14357if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14358 gas_cv_decl_needed_malloc=no
13b2be9c 14359else
81ecdfbb 14360 gas_cv_decl_needed_malloc=yes
13b2be9c 14361fi
81ecdfbb
RW
14362rm -f core conftest.err conftest.$ac_objext \
14363 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14364fi
81ecdfbb
RW
14365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14366$as_echo "$gas_cv_decl_needed_malloc" >&6; }
e8a38df5 14367if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c 14368
81ecdfbb 14369$as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13b2be9c
DJ
14370
14371fi
14372
14373
81ecdfbb
RW
14374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14375$as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14376if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
14377 $as_echo_n "(cached) " >&6
13b2be9c 14378else
81ecdfbb 14379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14380/* end confdefs.h. */
14381$gas_test_headers
14382int
14383main ()
14384{
14385
e8a38df5 14386typedef char *(*f)();
13b2be9c 14387f x;
e8a38df5 14388x = (f) sbrk;
13b2be9c
DJ
14389
14390 ;
14391 return 0;
14392}
14393_ACEOF
81ecdfbb 14394if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14395 gas_cv_decl_needed_sbrk=no
13b2be9c 14396else
81ecdfbb 14397 gas_cv_decl_needed_sbrk=yes
13b2be9c 14398fi
81ecdfbb
RW
14399rm -f core conftest.err conftest.$ac_objext \
14400 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14401fi
81ecdfbb
RW
14402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14403$as_echo "$gas_cv_decl_needed_sbrk" >&6; }
e8a38df5 14404if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c 14405
81ecdfbb 14406$as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13b2be9c
DJ
14407
14408fi
14409
14410
81ecdfbb
RW
14411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14412$as_echo_n "checking whether declaration is required for strstr... " >&6; }
14413if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14414 $as_echo_n "(cached) " >&6
13b2be9c 14415else
81ecdfbb 14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14417/* end confdefs.h. */
e8a38df5 14418$gas_test_headers
13b2be9c
DJ
14419int
14420main ()
14421{
14422
e8a38df5 14423typedef char *(*f)();
13b2be9c 14424f x;
e8a38df5 14425x = (f) strstr;
13b2be9c
DJ
14426
14427 ;
14428 return 0;
14429}
14430_ACEOF
81ecdfbb 14431if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14432 gas_cv_decl_needed_strstr=no
13b2be9c 14433else
81ecdfbb 14434 gas_cv_decl_needed_strstr=yes
13b2be9c 14435fi
81ecdfbb
RW
14436rm -f core conftest.err conftest.$ac_objext \
14437 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14438fi
81ecdfbb
RW
14439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14440$as_echo "$gas_cv_decl_needed_strstr" >&6; }
e8a38df5 14441if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c 14442
81ecdfbb 14443$as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13b2be9c
DJ
14444
14445fi
14446
14447
4b0296ce
AM
14448ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14449if test "x$ac_cv_have_decl_free" = x""yes; then :
14450 ac_have_decl=1
14451else
14452 ac_have_decl=0
14453fi
14454
14455cat >>confdefs.h <<_ACEOF
14456#define HAVE_DECL_FREE $ac_have_decl
14457_ACEOF
14458ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14459if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14460 ac_have_decl=1
14461else
14462 ac_have_decl=0
14463fi
14464
14465cat >>confdefs.h <<_ACEOF
14466#define HAVE_DECL_GETENV $ac_have_decl
14467_ACEOF
14468ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14469if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14470 ac_have_decl=1
14471else
14472 ac_have_decl=0
14473fi
14474
14475cat >>confdefs.h <<_ACEOF
14476#define HAVE_DECL_MALLOC $ac_have_decl
14477_ACEOF
0175442d
L
14478ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14479if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14480 ac_have_decl=1
14481else
14482 ac_have_decl=0
14483fi
14484
14485cat >>confdefs.h <<_ACEOF
14486#define HAVE_DECL_MEMPCPY $ac_have_decl
14487_ACEOF
4b0296ce
AM
14488ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14489if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14490 ac_have_decl=1
14491else
14492 ac_have_decl=0
14493fi
14494
14495cat >>confdefs.h <<_ACEOF
14496#define HAVE_DECL_REALLOC $ac_have_decl
14497_ACEOF
14498ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14499if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14500 ac_have_decl=1
14501else
14502 ac_have_decl=0
14503fi
14504
14505cat >>confdefs.h <<_ACEOF
14506#define HAVE_DECL_STPCPY $ac_have_decl
14507_ACEOF
14508ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14509if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14510 ac_have_decl=1
14511else
14512 ac_have_decl=0
14513fi
0175442d 14514
4b0296ce
AM
14515cat >>confdefs.h <<_ACEOF
14516#define HAVE_DECL_STRSTR $ac_have_decl
14517_ACEOF
81ecdfbb
RW
14518ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14519if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14520 ac_have_decl=1
6d74f28b 14521else
81ecdfbb 14522 ac_have_decl=0
6d74f28b 14523fi
6d74f28b
EB
14524
14525cat >>confdefs.h <<_ACEOF
81ecdfbb 14526#define HAVE_DECL_VSNPRINTF $ac_have_decl
6d74f28b 14527_ACEOF
2a7f4fa9
NC
14528ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14529if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
14530 ac_have_decl=1
14531else
14532 ac_have_decl=0
14533fi
14534
14535cat >>confdefs.h <<_ACEOF
14536#define HAVE_DECL_ASPRINTF $ac_have_decl
14537_ACEOF
6d74f28b
EB
14538
14539
13b2be9c 14540
c973bc5c
NC
14541case "${host}" in
14542*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14543
81ecdfbb 14544$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
14545 ;;
14546esac
14547
543b7933
L
14548# Link in zlib if we can. This allows us to write compressed debug sections.
14549
14550 # Use the system's zlib library.
39f3de7c
L
14551 zlibdir="-L\$(top_builddir)/../zlib"
14552 zlibinc="-I\$(top_srcdir)/../zlib"
0acf065b 14553
0138187e
L
14554# Check whether --with-system-zlib was given.
14555if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14556 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14557 zlibdir=
14558 zlibinc=
14559 fi
0acf065b 14560
0acf065b 14561fi
0acf065b 14562
0acf065b
CC
14563
14564
543b7933
L
14565
14566
b11d79f2
TG
14567# Support for VMS timestamps via cross compile
14568
14569if test "$ac_cv_header_time_h" = yes; then
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14571$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14572 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14573 $as_echo_n "(cached) " >&6
14574else
14575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14576/* end confdefs.h. */
14577
14578#define _BSD_SOURCE 1
14579#include <time.h>
14580int
14581main ()
14582{
14583struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14584 ;
14585 return 0;
14586}
14587_ACEOF
14588if ac_fn_c_try_compile "$LINENO"; then :
14589 gas_cv_have_time_type_member_tm_gmtoff=yes
14590else
14591 gas_cv_have_time_type_member_tm_gmtoff=no
14592
14593fi
14594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14595fi
14596
14597 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14598
14599$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14600
14601 fi
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14603$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14604
14605fi
14606
14607if test "$ac_cv_header_sys_stat_h" = yes; then
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14609$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14610 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14611 $as_echo_n "(cached) " >&6
14612else
14613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14614/* end confdefs.h. */
14615
14616#define _BSD_SOURCE 1
14617#include <sys/stat.h>
14618int
14619main ()
14620{
14621struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14622 ;
14623 return 0;
14624}
14625_ACEOF
14626if ac_fn_c_try_compile "$LINENO"; then :
14627 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14628else
14629 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14630
14631fi
14632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14633fi
14634
14635 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14636
14637$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14638
14639 fi
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14641$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14642
14643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14644$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14645 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14646 $as_echo_n "(cached) " >&6
14647else
14648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14649/* end confdefs.h. */
14650
14651#define _BSD_SOURCE 1
14652#include <sys/stat.h>
14653int
14654main ()
14655{
14656struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14657 ;
14658 return 0;
14659}
14660_ACEOF
14661if ac_fn_c_try_compile "$LINENO"; then :
14662 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14663else
14664 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14665
14666fi
14667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14668fi
14669
14670 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14671
14672$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14673
14674 fi
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14676$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14677
14678fi
14679
14680
c973bc5c 14681
13b2be9c 14682
108a6f8e
CD
14683
14684
14685
14686
31dd3154 14687
81ecdfbb 14688ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
13b2be9c 14689
81ecdfbb 14690ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14691
14692
14693cat >confcache <<\_ACEOF
14694# This file is a shell script that caches the results of configure
14695# tests run on this system so they can be shared between configure
14696# scripts and configure runs, see configure's option --config-cache.
14697# It is not useful on other systems. If it contains results you don't
14698# want to keep, you may remove or edit it.
14699#
14700# config.status only pays attention to the cache file if you give it
14701# the --recheck option to rerun configure.
14702#
14703# `ac_cv_env_foo' variables (set or unset) will be overridden when
14704# loading this file, other *unset* `ac_cv_foo' will be assigned the
14705# following values.
14706
14707_ACEOF
14708
14709# The following way of writing the cache mishandles newlines in values,
14710# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14711# So, we kill variables containing newlines.
13b2be9c
DJ
14712# Ultrix sh set writes to stderr and can't be redirected directly,
14713# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14714(
14715 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14716 eval ac_val=\$$ac_var
14717 case $ac_val in #(
14718 *${as_nl}*)
14719 case $ac_var in #(
14720 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14721$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14722 esac
14723 case $ac_var in #(
14724 _ | IFS | as_nl) ;; #(
14725 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14726 *) { eval $ac_var=; unset $ac_var;} ;;
14727 esac ;;
14728 esac
14729 done
14730
13b2be9c 14731 (set) 2>&1 |
81ecdfbb
RW
14732 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14733 *${as_nl}ac_space=\ *)
14734 # `set' does not quote correctly, so add quotes: double-quote
14735 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14736 sed -n \
ab509236
L
14737 "s/'/'\\\\''/g;
14738 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14739 ;; #(
13b2be9c
DJ
14740 *)
14741 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14742 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14743 ;;
81ecdfbb
RW
14744 esac |
14745 sort
14746) |
13b2be9c 14747 sed '
81ecdfbb 14748 /^ac_cv_env_/b end
13b2be9c 14749 t clear
81ecdfbb 14750 :clear
13b2be9c
DJ
14751 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14752 t end
81ecdfbb
RW
14753 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14754 :end' >>confcache
14755if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14756 if test -w "$cache_file"; then
14757 test "x$cache_file" != "x/dev/null" &&
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14759$as_echo "$as_me: updating cache $cache_file" >&6;}
13b2be9c
DJ
14760 cat confcache >$cache_file
14761 else
81ecdfbb
RW
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14763$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14764 fi
14765fi
14766rm -f confcache
14767
14768test "x$prefix" = xNONE && prefix=$ac_default_prefix
14769# Let make expand exec_prefix.
14770test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14771
13b2be9c
DJ
14772DEFS=-DHAVE_CONFIG_H
14773
14774ac_libobjs=
14775ac_ltlibobjs=
14776for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14777 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14778 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14779 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14780 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14781 # will be set to the directory where LIBOBJS objects are built.
14782 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14783 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14784done
14785LIBOBJS=$ac_libobjs
14786
14787LTLIBOBJS=$ac_ltlibobjs
14788
14789
14790if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14791 as_fn_error "conditional \"AMDEP\" was never defined.
14792Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c
DJ
14793fi
14794if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14795 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14796Usually this means the macro was only invoked conditionally." "$LINENO" 5
14797fi
14798 if test -n "$EXEEXT"; then
14799 am__EXEEXT_TRUE=
14800 am__EXEEXT_FALSE='#'
14801else
14802 am__EXEEXT_TRUE='#'
14803 am__EXEEXT_FALSE=
13b2be9c 14804fi
81ecdfbb
RW
14805
14806
13b2be9c 14807if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14808 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14809Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14810fi
d5fbea21 14811if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14812 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14813Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14814fi
13b2be9c
DJ
14815
14816: ${CONFIG_STATUS=./config.status}
81ecdfbb 14817ac_write_fail=0
13b2be9c
DJ
14818ac_clean_files_save=$ac_clean_files
14819ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14820{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14821$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14822as_write_fail=0
14823cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14824#! $SHELL
14825# Generated by $as_me.
14826# Run this file to recreate the current configuration.
14827# Compiler output produced by configure, useful for debugging
14828# configure, is in config.log if it exists.
14829
14830debug=false
14831ac_cs_recheck=false
14832ac_cs_silent=false
13b2be9c 14833
81ecdfbb
RW
14834SHELL=\${CONFIG_SHELL-$SHELL}
14835export SHELL
14836_ASEOF
14837cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14838## -------------------- ##
14839## M4sh Initialization. ##
14840## -------------------- ##
13b2be9c 14841
81ecdfbb
RW
14842# Be more Bourne compatible
14843DUALCASE=1; export DUALCASE # for MKS sh
14844if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14845 emulate sh
14846 NULLCMD=:
81ecdfbb 14847 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14848 # is contrary to our usage. Disable this feature.
14849 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14850 setopt NO_GLOB_SUBST
14851else
14852 case `(set -o) 2>/dev/null` in #(
14853 *posix*) :
14854 set -o posix ;; #(
14855 *) :
14856 ;;
14857esac
13b2be9c
DJ
14858fi
14859
81ecdfbb
RW
14860
14861as_nl='
14862'
14863export as_nl
14864# Printing a long string crashes Solaris 7 /usr/bin/printf.
14865as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14866as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14867as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14868# Prefer a ksh shell builtin over an external printf program on Solaris,
14869# but without wasting forks for bash or zsh.
14870if test -z "$BASH_VERSION$ZSH_VERSION" \
14871 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14872 as_echo='print -r --'
14873 as_echo_n='print -rn --'
14874elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14875 as_echo='printf %s\n'
14876 as_echo_n='printf %s'
14877else
14878 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14879 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14880 as_echo_n='/usr/ucb/echo -n'
14881 else
14882 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14883 as_echo_n_body='eval
14884 arg=$1;
14885 case $arg in #(
14886 *"$as_nl"*)
14887 expr "X$arg" : "X\\(.*\\)$as_nl";
14888 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14889 esac;
14890 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14891 '
14892 export as_echo_n_body
14893 as_echo_n='sh -c $as_echo_n_body as_echo'
14894 fi
14895 export as_echo_body
14896 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14897fi
14898
81ecdfbb
RW
14899# The user is always right.
14900if test "${PATH_SEPARATOR+set}" != set; then
14901 PATH_SEPARATOR=:
14902 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14903 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14904 PATH_SEPARATOR=';'
14905 }
14906fi
14907
14908
14909# IFS
14910# We need space, tab and new line, in precisely that order. Quoting is
14911# there to prevent editors from complaining about space-tab.
14912# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14913# splitting by setting IFS to empty value.)
14914IFS=" "" $as_nl"
14915
14916# Find who we are. Look in the path if we contain no directory separator.
14917case $0 in #((
14918 *[\\/]* ) as_myself=$0 ;;
14919 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14920for as_dir in $PATH
14921do
14922 IFS=$as_save_IFS
14923 test -z "$as_dir" && as_dir=.
14924 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14925 done
14926IFS=$as_save_IFS
14927
14928 ;;
14929esac
14930# We did not find ourselves, most probably we were run as `sh COMMAND'
14931# in which case we are not to be found in the path.
14932if test "x$as_myself" = x; then
14933 as_myself=$0
14934fi
14935if test ! -f "$as_myself"; then
14936 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14937 exit 1
14938fi
13b2be9c 14939
81ecdfbb
RW
14940# Unset variables that we do not need and which cause bugs (e.g. in
14941# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14942# suppresses any "Segmentation fault" message there. '((' could
14943# trigger a bug in pdksh 5.2.14.
14944for as_var in BASH_ENV ENV MAIL MAILPATH
14945do eval test x\${$as_var+set} = xset \
14946 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14947done
13b2be9c
DJ
14948PS1='$ '
14949PS2='> '
14950PS4='+ '
14951
14952# NLS nuisances.
81ecdfbb
RW
14953LC_ALL=C
14954export LC_ALL
14955LANGUAGE=C
14956export LANGUAGE
14957
14958# CDPATH.
14959(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14960
14961
14962# as_fn_error ERROR [LINENO LOG_FD]
14963# ---------------------------------
14964# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14965# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14966# script with status $?, using 1 if that was 0.
14967as_fn_error ()
14968{
14969 as_status=$?; test $as_status -eq 0 && as_status=1
14970 if test "$3"; then
14971 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14972 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13b2be9c 14973 fi
81ecdfbb
RW
14974 $as_echo "$as_me: error: $1" >&2
14975 as_fn_exit $as_status
14976} # as_fn_error
14977
14978
14979# as_fn_set_status STATUS
14980# -----------------------
14981# Set $? to STATUS, without forking.
14982as_fn_set_status ()
14983{
14984 return $1
14985} # as_fn_set_status
14986
14987# as_fn_exit STATUS
14988# -----------------
14989# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14990as_fn_exit ()
14991{
14992 set +e
14993 as_fn_set_status $1
14994 exit $1
14995} # as_fn_exit
14996
14997# as_fn_unset VAR
14998# ---------------
14999# Portably unset VAR.
15000as_fn_unset ()
15001{
15002 { eval $1=; unset $1;}
15003}
15004as_unset=as_fn_unset
15005# as_fn_append VAR VALUE
15006# ----------------------
15007# Append the text in VALUE to the end of the definition contained in VAR. Take
15008# advantage of any shell optimizations that allow amortized linear growth over
15009# repeated appends, instead of the typical quadratic growth present in naive
15010# implementations.
15011if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15012 eval 'as_fn_append ()
15013 {
15014 eval $1+=\$2
15015 }'
15016else
15017 as_fn_append ()
15018 {
15019 eval $1=\$$1\$2
15020 }
15021fi # as_fn_append
15022
15023# as_fn_arith ARG...
15024# ------------------
15025# Perform arithmetic evaluation on the ARGs, and store the result in the
15026# global $as_val. Take advantage of shells that can avoid forks. The arguments
15027# must be portable across $(()) and expr.
15028if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15029 eval 'as_fn_arith ()
15030 {
15031 as_val=$(( $* ))
15032 }'
15033else
15034 as_fn_arith ()
15035 {
15036 as_val=`expr "$@" || test $? -eq 1`
15037 }
15038fi # as_fn_arith
15039
13b2be9c 15040
81ecdfbb
RW
15041if expr a : '\(a\)' >/dev/null 2>&1 &&
15042 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
15043 as_expr=expr
15044else
15045 as_expr=false
15046fi
15047
81ecdfbb 15048if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
15049 as_basename=basename
15050else
15051 as_basename=false
15052fi
15053
81ecdfbb
RW
15054if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15055 as_dirname=dirname
15056else
15057 as_dirname=false
15058fi
13b2be9c 15059
81ecdfbb 15060as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
15061$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15062 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15063 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15064$as_echo X/"$0" |
15065 sed '/^.*\/\([^/][^/]*\)\/*$/{
15066 s//\1/
15067 q
15068 }
15069 /^X\/\(\/\/\)$/{
15070 s//\1/
15071 q
15072 }
15073 /^X\/\(\/\).*/{
15074 s//\1/
15075 q
15076 }
15077 s/.*/./; q'`
13b2be9c 15078
13b2be9c
DJ
15079# Avoid depending upon Character Ranges.
15080as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15081as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15082as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15083as_cr_digits='0123456789'
15084as_cr_alnum=$as_cr_Letters$as_cr_digits
15085
81ecdfbb
RW
15086ECHO_C= ECHO_N= ECHO_T=
15087case `echo -n x` in #(((((
15088-n*)
15089 case `echo 'xy\c'` in
15090 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15091 xy) ECHO_C='\c';;
15092 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15093 ECHO_T=' ';;
15094 esac;;
15095*)
15096 ECHO_N='-n';;
13b2be9c 15097esac
252b5132 15098
81ecdfbb
RW
15099rm -f conf$$ conf$$.exe conf$$.file
15100if test -d conf$$.dir; then
15101 rm -f conf$$.dir/conf$$.file
252b5132 15102else
81ecdfbb
RW
15103 rm -f conf$$.dir
15104 mkdir conf$$.dir 2>/dev/null
252b5132 15105fi
81ecdfbb
RW
15106if (echo >conf$$.file) 2>/dev/null; then
15107 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 15108 as_ln_s='ln -s'
81ecdfbb
RW
15109 # ... but there are two gotchas:
15110 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15111 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15112 # In both cases, we have to default to `cp -p'.
15113 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15114 as_ln_s='cp -p'
15115 elif ln conf$$.file conf$$ 2>/dev/null; then
15116 as_ln_s=ln
15117 else
15118 as_ln_s='cp -p'
13b2be9c 15119 fi
13b2be9c
DJ
15120else
15121 as_ln_s='cp -p'
252b5132 15122fi
81ecdfbb
RW
15123rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15124rmdir conf$$.dir 2>/dev/null
252b5132 15125
81ecdfbb
RW
15126
15127# as_fn_mkdir_p
15128# -------------
15129# Create "$as_dir" as a directory, including parents if necessary.
15130as_fn_mkdir_p ()
15131{
15132
15133 case $as_dir in #(
15134 -*) as_dir=./$as_dir;;
15135 esac
15136 test -d "$as_dir" || eval $as_mkdir_p || {
15137 as_dirs=
15138 while :; do
15139 case $as_dir in #(
15140 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15141 *) as_qdir=$as_dir;;
15142 esac
15143 as_dirs="'$as_qdir' $as_dirs"
15144 as_dir=`$as_dirname -- "$as_dir" ||
15145$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15146 X"$as_dir" : 'X\(//\)[^/]' \| \
15147 X"$as_dir" : 'X\(//\)$' \| \
15148 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15149$as_echo X"$as_dir" |
15150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15151 s//\1/
15152 q
15153 }
15154 /^X\(\/\/\)[^/].*/{
15155 s//\1/
15156 q
15157 }
15158 /^X\(\/\/\)$/{
15159 s//\1/
15160 q
15161 }
15162 /^X\(\/\).*/{
15163 s//\1/
15164 q
15165 }
15166 s/.*/./; q'`
15167 test -d "$as_dir" && break
15168 done
15169 test -z "$as_dirs" || eval "mkdir $as_dirs"
15170 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15171
15172
15173} # as_fn_mkdir_p
13b2be9c 15174if mkdir -p . 2>/dev/null; then
81ecdfbb 15175 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 15176else
ab509236 15177 test -d ./-p && rmdir ./-p
13b2be9c
DJ
15178 as_mkdir_p=false
15179fi
81ecdfbb
RW
15180
15181if test -x / >/dev/null 2>&1; then
15182 as_test_x='test -x'
15183else
15184 if ls -dL / >/dev/null 2>&1; then
15185 as_ls_L_option=L
15186 else
15187 as_ls_L_option=
15188 fi
15189 as_test_x='
15190 eval sh -c '\''
15191 if test -d "$1"; then
15192 test -d "$1/.";
15193 else
15194 case $1 in #(
15195 -*)set "./$1";;
15196 esac;
15197 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15198 ???[sx]*):;;*)false;;esac;fi
15199 '\'' sh
15200 '
15201fi
15202as_executable_p=$as_test_x
252b5132 15203
13b2be9c 15204# Sed expression to map a string onto a valid CPP name.
ab509236 15205as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15206
13b2be9c 15207# Sed expression to map a string onto a valid variable name.
ab509236 15208as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15209
d6d788bd 15210
13b2be9c 15211exec 6>&1
81ecdfbb
RW
15212## ----------------------------------- ##
15213## Main body of $CONFIG_STATUS script. ##
15214## ----------------------------------- ##
15215_ASEOF
15216test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 15217
81ecdfbb
RW
15218cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15219# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 15220# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15221# values after options handling.
15222ac_log="
55e99962 15223This file was extended by gas $as_me 2.30.52, which was
81ecdfbb 15224generated by GNU Autoconf 2.64. Invocation command line was
d6d788bd 15225
13b2be9c
DJ
15226 CONFIG_FILES = $CONFIG_FILES
15227 CONFIG_HEADERS = $CONFIG_HEADERS
15228 CONFIG_LINKS = $CONFIG_LINKS
15229 CONFIG_COMMANDS = $CONFIG_COMMANDS
15230 $ $0 $@
252b5132 15231
81ecdfbb
RW
15232on `(hostname || uname -n) 2>/dev/null | sed 1q`
15233"
15234
13b2be9c 15235_ACEOF
252b5132 15236
81ecdfbb
RW
15237case $ac_config_files in *"
15238"*) set x $ac_config_files; shift; ac_config_files=$*;;
15239esac
13b2be9c 15240
81ecdfbb
RW
15241case $ac_config_headers in *"
15242"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15243esac
252b5132 15244
252b5132 15245
81ecdfbb
RW
15246cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15247# Files that config.status was made for.
15248config_files="$ac_config_files"
15249config_headers="$ac_config_headers"
15250config_commands="$ac_config_commands"
d6d788bd 15251
81ecdfbb 15252_ACEOF
252b5132 15253
81ecdfbb 15254cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15255ac_cs_usage="\
81ecdfbb
RW
15256\`$as_me' instantiates files and other configuration actions
15257from templates according to the current configuration. Unless the files
15258and actions are specified as TAGs, all are instantiated by default.
252b5132 15259
81ecdfbb 15260Usage: $0 [OPTION]... [TAG]...
252b5132 15261
13b2be9c 15262 -h, --help print this help, then exit
81ecdfbb
RW
15263 -V, --version print version number and configuration settings, then exit
15264 -q, --quiet, --silent
15265 do not print progress messages
13b2be9c
DJ
15266 -d, --debug don't remove temporary files
15267 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15268 --file=FILE[:TEMPLATE]
15269 instantiate the configuration file FILE
15270 --header=FILE[:TEMPLATE]
15271 instantiate the configuration header FILE
252b5132 15272
13b2be9c
DJ
15273Configuration files:
15274$config_files
252b5132 15275
13b2be9c
DJ
15276Configuration headers:
15277$config_headers
252b5132 15278
13b2be9c
DJ
15279Configuration commands:
15280$config_commands
252b5132 15281
81ecdfbb 15282Report bugs to the package provider."
d6d788bd 15283
81ecdfbb
RW
15284_ACEOF
15285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15286ac_cs_version="\\
55e99962 15287gas config.status 2.30.52
81ecdfbb
RW
15288configured by $0, generated by GNU Autoconf 2.64,
15289 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 15290
81ecdfbb 15291Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
15292This config.status script is free software; the Free Software Foundation
15293gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15294
15295ac_pwd='$ac_pwd'
15296srcdir='$srcdir'
15297INSTALL='$INSTALL'
15298MKDIR_P='$MKDIR_P'
15299AWK='$AWK'
15300test -n "\$AWK" || AWK=awk
13b2be9c 15301_ACEOF
d6d788bd 15302
81ecdfbb
RW
15303cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15304# The default lists apply if the user does not specify any file.
13b2be9c
DJ
15305ac_need_defaults=:
15306while test $# != 0
15307do
15308 case $1 in
15309 --*=*)
81ecdfbb
RW
15310 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15311 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 15312 ac_shift=:
c8615825 15313 ;;
81ecdfbb 15314 *)
13b2be9c
DJ
15315 ac_option=$1
15316 ac_optarg=$2
15317 ac_shift=shift
c8615825 15318 ;;
13b2be9c 15319 esac
252b5132 15320
13b2be9c
DJ
15321 case $ac_option in
15322 # Handling of the options.
13b2be9c
DJ
15323 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15324 ac_cs_recheck=: ;;
81ecdfbb
RW
15325 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15326 $as_echo "$ac_cs_version"; exit ;;
15327 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
15328 debug=: ;;
15329 --file | --fil | --fi | --f )
15330 $ac_shift
81ecdfbb
RW
15331 case $ac_optarg in
15332 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15333 esac
15334 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
15335 ac_need_defaults=false;;
15336 --header | --heade | --head | --hea )
15337 $ac_shift
81ecdfbb
RW
15338 case $ac_optarg in
15339 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15340 esac
15341 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 15342 ac_need_defaults=false;;
81ecdfbb
RW
15343 --he | --h)
15344 # Conflict between --help and --header
15345 as_fn_error "ambiguous option: \`$1'
15346Try \`$0 --help' for more information.";;
15347 --help | --hel | -h )
15348 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
15349 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15350 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15351 ac_cs_silent=: ;;
c8615825 15352
13b2be9c 15353 # This is an error.
81ecdfbb
RW
15354 -*) as_fn_error "unrecognized option: \`$1'
15355Try \`$0 --help' for more information." ;;
252b5132 15356
81ecdfbb
RW
15357 *) as_fn_append ac_config_targets " $1"
15358 ac_need_defaults=false ;;
252b5132 15359
13b2be9c
DJ
15360 esac
15361 shift
15362done
252b5132 15363
13b2be9c 15364ac_configure_extra_args=
d6d788bd 15365
13b2be9c
DJ
15366if $ac_cs_silent; then
15367 exec 6>/dev/null
15368 ac_configure_extra_args="$ac_configure_extra_args --silent"
15369fi
9b2b7d69 15370
13b2be9c 15371_ACEOF
81ecdfbb 15372cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15373if \$ac_cs_recheck; then
81ecdfbb
RW
15374 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15375 shift
15376 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15377 CONFIG_SHELL='$SHELL'
15378 export CONFIG_SHELL
15379 exec "\$@"
13b2be9c
DJ
15380fi
15381
15382_ACEOF
81ecdfbb
RW
15383cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15384exec 5>>config.log
15385{
15386 echo
15387 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15388## Running $as_me. ##
15389_ASBOX
15390 $as_echo "$ac_log"
15391} >&5
13b2be9c 15392
81ecdfbb
RW
15393_ACEOF
15394cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15395#
81ecdfbb 15396# INIT-COMMANDS
9b2b7d69 15397#
13b2be9c 15398AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15399
15400
15401# The HP-UX ksh and POSIX shell print the target directory to stdout
15402# if CDPATH is set.
15403(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15404
15405sed_quote_subst='$sed_quote_subst'
15406double_quote_subst='$double_quote_subst'
15407delay_variable_subst='$delay_variable_subst'
3725885a
RW
15408macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15409macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15410enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15411enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15412pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15413enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15414SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15415ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15416host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15417host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15418host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15419build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15420build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15421build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15422SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15423Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15424GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15425EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15426FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15427LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15428NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15429LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15430max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15431ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15432exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15433lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15434lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15435lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15436reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15437reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15438OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15439deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15440file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15441AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15442AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15443STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15444RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15445old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15446old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15447old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15448lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15449CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15450CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15451compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15452GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15453lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15454lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15455lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15456lt_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"`'
15457objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15458MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15459lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15460lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15461lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15462lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15463lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15464need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15465DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15466NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15467LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15468OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15469OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15470libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15471shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15472extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15473archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15474enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15475export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15476whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15477compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15478old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15479old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15480archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15481archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15482module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15483module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15484with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15485allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15486no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15487hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15488hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15489hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15490hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15491hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15492hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15493hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15494hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15495inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15496link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15497fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15498always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15499export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15500exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15501include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15502prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15503file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15504variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15505need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15506need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15507version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15508runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15509shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15510shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15511libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15512library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15513soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15514install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15515postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15516postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15517finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15518finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15519hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15520sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15521sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15522hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15523enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15524enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15525enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15526old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15527striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15528
15529LTCC='$LTCC'
15530LTCFLAGS='$LTCFLAGS'
15531compiler='$compiler_DEFAULT'
15532
3725885a
RW
15533# A function that is used when there is no print builtin or printf.
15534func_fallback_echo ()
15535{
15536 eval 'cat <<_LTECHO_EOF
15537\$1
15538_LTECHO_EOF'
15539}
15540
d7040cdb 15541# Quote evaled strings.
3725885a
RW
15542for var in SHELL \
15543ECHO \
15544SED \
d7040cdb
SE
15545GREP \
15546EGREP \
15547FGREP \
15548LD \
15549NM \
15550LN_S \
15551lt_SP2NL \
15552lt_NL2SP \
15553reload_flag \
718a6fd8 15554OBJDUMP \
d7040cdb
SE
15555deplibs_check_method \
15556file_magic_cmd \
15557AR \
15558AR_FLAGS \
15559STRIP \
15560RANLIB \
15561CC \
15562CFLAGS \
15563compiler \
15564lt_cv_sys_global_symbol_pipe \
15565lt_cv_sys_global_symbol_to_cdecl \
15566lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15567lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15568lt_prog_compiler_no_builtin_flag \
df7b86aa 15569lt_prog_compiler_wl \
f2c621e4 15570lt_prog_compiler_pic \
d7040cdb
SE
15571lt_prog_compiler_static \
15572lt_cv_prog_compiler_c_o \
15573need_locks \
718a6fd8
SE
15574DSYMUTIL \
15575NMEDIT \
15576LIPO \
15577OTOOL \
15578OTOOL64 \
d7040cdb
SE
15579shrext_cmds \
15580export_dynamic_flag_spec \
15581whole_archive_flag_spec \
15582compiler_needs_object \
15583with_gnu_ld \
15584allow_undefined_flag \
15585no_undefined_flag \
15586hardcode_libdir_flag_spec \
15587hardcode_libdir_flag_spec_ld \
15588hardcode_libdir_separator \
f2c621e4 15589fix_srcfile_path \
d7040cdb
SE
15590exclude_expsyms \
15591include_expsyms \
15592file_list_spec \
15593variables_saved_for_relink \
15594libname_spec \
15595library_names_spec \
15596soname_spec \
3725885a 15597install_override_mode \
d7040cdb
SE
15598finish_eval \
15599old_striplib \
15600striplib; do
3725885a 15601 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15602 *[\\\\\\\`\\"\\\$]*)
3725885a 15603 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15604 ;;
15605 *)
15606 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15607 ;;
15608 esac
15609done
15610
15611# Double-quote double-evaled strings.
15612for var in reload_cmds \
15613old_postinstall_cmds \
15614old_postuninstall_cmds \
15615old_archive_cmds \
15616extract_expsyms_cmds \
15617old_archive_from_new_cmds \
15618old_archive_from_expsyms_cmds \
15619archive_cmds \
15620archive_expsym_cmds \
15621module_cmds \
15622module_expsym_cmds \
15623export_symbols_cmds \
15624prelink_cmds \
15625postinstall_cmds \
15626postuninstall_cmds \
15627finish_cmds \
15628sys_lib_search_path_spec \
15629sys_lib_dlsearch_path_spec; do
3725885a 15630 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15631 *[\\\\\\\`\\"\\\$]*)
3725885a 15632 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15633 ;;
15634 *)
15635 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15636 ;;
15637 esac
15638done
15639
d7040cdb
SE
15640ac_aux_dir='$ac_aux_dir'
15641xsi_shell='$xsi_shell'
15642lt_shell_append='$lt_shell_append'
15643
15644# See if we are running on zsh, and set the options which allow our
15645# commands through without removal of \ escapes INIT.
15646if test -n "\${ZSH_VERSION+set}" ; then
15647 setopt NO_GLOB_SUBST
15648fi
15649
15650
15651 PACKAGE='$PACKAGE'
15652 VERSION='$VERSION'
15653 TIMESTAMP='$TIMESTAMP'
15654 RM='$RM'
15655 ofile='$ofile'
15656
15657
15658
20e95c23
DJ
15659# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15660 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15661 # from automake.
15662 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15663 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15664 LINGUAS="${LINGUAS-%UNSET%}"
15665
13b2be9c
DJ
15666target_cpu_type=${target_cpu_type}
15667 cgen_cpu_prefix=${cgen_cpu_prefix}
15668 obj_format=${obj_format}
15669 te_file=${te_file}
15670
15671_ACEOF
15672
81ecdfbb 15673cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15674
81ecdfbb 15675# Handling of arguments.
13b2be9c 15676for ac_config_target in $ac_config_targets
9b2b7d69 15677do
81ecdfbb
RW
15678 case $ac_config_target in
15679 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15680 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15681 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15682 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15683 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15684 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15685 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15686 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15687 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15688 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15689
15690 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15691 esac
15692done
15693
81ecdfbb 15694
13b2be9c
DJ
15695# If the user did not use the arguments to specify the items to instantiate,
15696# then the envvar interface is used. Set only those that are not.
15697# We use the long form for the default assignment because of an extremely
15698# bizarre bug on SunOS 4.1.3.
15699if $ac_need_defaults; then
15700 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15701 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15702 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15703fi
15704
15705# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15706# simply because there is no reason against having it here, and in addition,
13b2be9c 15707# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15708# Hook for its removal unless debugging.
15709# Note that there is a small window in which the directory will not be cleaned:
15710# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15711$debug ||
15712{
81ecdfbb
RW
15713 tmp=
15714 trap 'exit_status=$?
15715 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15716' 0
15717 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15718}
13b2be9c 15719# Create a (secure) tmp directory for tmp files.
9b2b7d69 15720
13b2be9c 15721{
81ecdfbb 15722 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13b2be9c
DJ
15723 test -n "$tmp" && test -d "$tmp"
15724} ||
15725{
81ecdfbb
RW
15726 tmp=./conf$$-$RANDOM
15727 (umask 077 && mkdir "$tmp")
15728} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15729
15730# Set up the scripts for CONFIG_FILES section.
15731# No need to generate them if there are no CONFIG_FILES.
15732# This happens for instance with `./config.status config.h'.
15733if test -n "$CONFIG_FILES"; then
15734
15735
15736ac_cr=`echo X | tr X '\015'`
15737# On cygwin, bash can eat \r inside `` if the user requested igncr.
15738# But we know of no other shell where ac_cr would be empty at this
15739# point, so we can use a bashism as a fallback.
15740if test "x$ac_cr" = x; then
15741 eval ac_cr=\$\'\\r\'
15742fi
15743ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15744if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15745 ac_cs_awk_cr='\r'
15746else
15747 ac_cs_awk_cr=$ac_cr
15748fi
15749
15750echo 'BEGIN {' >"$tmp/subs1.awk" &&
15751_ACEOF
15752
15753
15754{
15755 echo "cat >conf$$subs.awk <<_ACEOF" &&
15756 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15757 echo "_ACEOF"
15758} >conf$$subs.sh ||
15759 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15760ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15761ac_delim='%!_!# '
15762for ac_last_try in false false false false false :; do
15763 . ./conf$$subs.sh ||
15764 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15765
15766 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15767 if test $ac_delim_n = $ac_delim_num; then
15768 break
15769 elif $ac_last_try; then
15770 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15771 else
15772 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15773 fi
15774done
15775rm -f conf$$subs.sh
15776
15777cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15778cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15779_ACEOF
15780sed -n '
15781h
15782s/^/S["/; s/!.*/"]=/
15783p
15784g
15785s/^[^!]*!//
15786:repl
15787t repl
15788s/'"$ac_delim"'$//
15789t delim
15790:nl
15791h
15792s/\(.\{148\}\).*/\1/
15793t more1
15794s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15795p
15796n
15797b repl
15798:more1
15799s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15800p
15801g
15802s/.\{148\}//
15803t nl
15804:delim
15805h
15806s/\(.\{148\}\).*/\1/
15807t more2
15808s/["\\]/\\&/g; s/^/"/; s/$/"/
15809p
15810b
15811:more2
15812s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15813p
15814g
15815s/.\{148\}//
15816t delim
15817' <conf$$subs.awk | sed '
15818/^[^""]/{
15819 N
15820 s/\n//
15821}
15822' >>$CONFIG_STATUS || ac_write_fail=1
15823rm -f conf$$subs.awk
15824cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15825_ACAWK
15826cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15827 for (key in S) S_is_set[key] = 1
15828 FS = "\a"
15829
15830}
13b2be9c 15831{
81ecdfbb
RW
15832 line = $ 0
15833 nfields = split(line, field, "@")
15834 substed = 0
15835 len = length(field[1])
15836 for (i = 2; i < nfields; i++) {
15837 key = field[i]
15838 keylen = length(key)
15839 if (S_is_set[key]) {
15840 value = S[key]
15841 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15842 len += length(value) + length(field[++i])
15843 substed = 1
15844 } else
15845 len += 1 + keylen
15846 }
15847
15848 print line
13b2be9c 15849}
9b2b7d69 15850
81ecdfbb
RW
15851_ACAWK
15852_ACEOF
15853cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15854if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15855 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15856else
15857 cat
15858fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15859 || as_fn_error "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15860_ACEOF
15861
81ecdfbb
RW
15862# VPATH may cause trouble with some makes, so we remove $(srcdir),
15863# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15864# trailing colons and then remove the whole line if VPATH becomes empty
15865# (actually we leave an empty line to preserve line numbers).
15866if test "x$srcdir" = x.; then
15867 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15868s/:*\$(srcdir):*/:/
15869s/:*\${srcdir}:*/:/
15870s/:*@srcdir@:*/:/
15871s/^\([^=]*=[ ]*\):*/\1/
15872s/:*$//
15873s/^[^=]*=[ ]*$//
15874}'
15875fi
15876
15877cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15878fi # test -n "$CONFIG_FILES"
13b2be9c 15879
81ecdfbb
RW
15880# Set up the scripts for CONFIG_HEADERS section.
15881# No need to generate them if there are no CONFIG_HEADERS.
15882# This happens for instance with `./config.status Makefile'.
15883if test -n "$CONFIG_HEADERS"; then
15884cat >"$tmp/defines.awk" <<\_ACAWK ||
15885BEGIN {
15886_ACEOF
13b2be9c 15887
81ecdfbb
RW
15888# Transform confdefs.h into an awk script `defines.awk', embedded as
15889# here-document in config.status, that substitutes the proper values into
15890# config.h.in to produce config.h.
9b2b7d69 15891
81ecdfbb
RW
15892# Create a delimiter string that does not exist in confdefs.h, to ease
15893# handling of long lines.
15894ac_delim='%!_!# '
15895for ac_last_try in false false :; do
15896 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15897 if test -z "$ac_t"; then
15898 break
15899 elif $ac_last_try; then
15900 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15901 else
15902 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15903 fi
15904done
15905
15906# For the awk script, D is an array of macro values keyed by name,
15907# likewise P contains macro parameters if any. Preserve backslash
15908# newline sequences.
15909
15910ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15911sed -n '
15912s/.\{148\}/&'"$ac_delim"'/g
15913t rset
15914:rset
15915s/^[ ]*#[ ]*define[ ][ ]*/ /
15916t def
15917d
15918:def
15919s/\\$//
15920t bsnl
15921s/["\\]/\\&/g
15922s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15923D["\1"]=" \3"/p
15924s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15925d
15926:bsnl
15927s/["\\]/\\&/g
15928s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15929D["\1"]=" \3\\\\\\n"\\/p
15930t cont
15931s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15932t cont
15933d
15934:cont
15935n
15936s/.\{148\}/&'"$ac_delim"'/g
15937t clear
15938:clear
15939s/\\$//
15940t bsnlc
15941s/["\\]/\\&/g; s/^/"/; s/$/"/p
15942d
15943:bsnlc
15944s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15945b cont
15946' <confdefs.h | sed '
15947s/'"$ac_delim"'/"\\\
15948"/g' >>$CONFIG_STATUS || ac_write_fail=1
15949
15950cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15951 for (key in D) D_is_set[key] = 1
15952 FS = "\a"
15953}
15954/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15955 line = \$ 0
15956 split(line, arg, " ")
15957 if (arg[1] == "#") {
15958 defundef = arg[2]
15959 mac1 = arg[3]
15960 } else {
15961 defundef = substr(arg[1], 2)
15962 mac1 = arg[2]
15963 }
15964 split(mac1, mac2, "(") #)
15965 macro = mac2[1]
15966 prefix = substr(line, 1, index(line, defundef) - 1)
15967 if (D_is_set[macro]) {
15968 # Preserve the white space surrounding the "#".
15969 print prefix "define", macro P[macro] D[macro]
15970 next
15971 } else {
15972 # Replace #undef with comments. This is necessary, for example,
15973 # in the case of _POSIX_SOURCE, which is predefined and required
15974 # on some systems where configure will not decide to define it.
15975 if (defundef == "undef") {
15976 print "/*", prefix defundef, macro, "*/"
15977 next
15978 }
15979 }
15980}
15981{ print }
15982_ACAWK
13b2be9c 15983_ACEOF
81ecdfbb
RW
15984cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15985 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15986fi # test -n "$CONFIG_HEADERS"
13b2be9c 15987
81ecdfbb
RW
15988
15989eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15990shift
15991for ac_tag
15992do
15993 case $ac_tag in
15994 :[FHLC]) ac_mode=$ac_tag; continue;;
15995 esac
15996 case $ac_mode$ac_tag in
15997 :[FHL]*:*);;
15998 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15999 :[FH]-) ac_tag=-:-;;
16000 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16001 esac
16002 ac_save_IFS=$IFS
16003 IFS=:
16004 set x $ac_tag
16005 IFS=$ac_save_IFS
16006 shift
16007 ac_file=$1
16008 shift
16009
16010 case $ac_mode in
16011 :L) ac_source=$1;;
16012 :[FH])
16013 ac_file_inputs=
16014 for ac_f
16015 do
16016 case $ac_f in
16017 -) ac_f="$tmp/stdin";;
16018 *) # Look for the file first in the build tree, then in the source tree
16019 # (if the path is not absolute). The absolute path cannot be DOS-style,
16020 # because $ac_f cannot contain `:'.
16021 test -f "$ac_f" ||
16022 case $ac_f in
16023 [\\/$]*) false;;
16024 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16025 esac ||
16026 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16027 esac
16028 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16029 as_fn_append ac_file_inputs " '$ac_f'"
16030 done
16031
16032 # Let's still pretend it is `configure' which instantiates (i.e., don't
16033 # use $as_me), people would be surprised to read:
16034 # /* config.h. Generated by config.status. */
16035 configure_input='Generated from '`
16036 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16037 `' by configure.'
16038 if test x"$ac_file" != x-; then
16039 configure_input="$ac_file. $configure_input"
16040 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16041$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 16042 fi
81ecdfbb
RW
16043 # Neutralize special characters interpreted by sed in replacement strings.
16044 case $configure_input in #(
16045 *\&* | *\|* | *\\* )
16046 ac_sed_conf_input=`$as_echo "$configure_input" |
16047 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16048 *) ac_sed_conf_input=$configure_input;;
16049 esac
252b5132 16050
81ecdfbb
RW
16051 case $ac_tag in
16052 *:-:* | *:-) cat >"$tmp/stdin" \
16053 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16054 esac
16055 ;;
252b5132 16056 esac
9b2b7d69 16057
81ecdfbb 16058 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 16059$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16060 X"$ac_file" : 'X\(//\)[^/]' \| \
16061 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16062 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16063$as_echo X"$ac_file" |
16064 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16065 s//\1/
16066 q
16067 }
16068 /^X\(\/\/\)[^/].*/{
16069 s//\1/
16070 q
16071 }
16072 /^X\(\/\/\)$/{
16073 s//\1/
16074 q
16075 }
16076 /^X\(\/\).*/{
16077 s//\1/
16078 q
16079 }
16080 s/.*/./; q'`
16081 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
16082 ac_builddir=.
16083
81ecdfbb
RW
16084case "$ac_dir" in
16085.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16086*)
16087 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16088 # A ".." for each directory in $ac_dir_suffix.
16089 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16090 case $ac_top_builddir_sub in
16091 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16092 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16093 esac ;;
16094esac
16095ac_abs_top_builddir=$ac_pwd
16096ac_abs_builddir=$ac_pwd$ac_dir_suffix
16097# for backward compatibility:
16098ac_top_builddir=$ac_top_build_prefix
9b2b7d69 16099
13b2be9c 16100case $srcdir in
81ecdfbb 16101 .) # We are building in place.
13b2be9c 16102 ac_srcdir=.
81ecdfbb
RW
16103 ac_top_srcdir=$ac_top_builddir_sub
16104 ac_abs_top_srcdir=$ac_pwd ;;
16105 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 16106 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16107 ac_top_srcdir=$srcdir
16108 ac_abs_top_srcdir=$srcdir ;;
16109 *) # Relative name.
16110 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16111 ac_top_srcdir=$ac_top_build_prefix$srcdir
16112 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 16113esac
81ecdfbb 16114ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 16115
252b5132 16116
81ecdfbb
RW
16117 case $ac_mode in
16118 :F)
16119 #
16120 # CONFIG_FILE
16121 #
9b2b7d69 16122
13b2be9c
DJ
16123 case $INSTALL in
16124 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16125 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16126 esac
16127 ac_MKDIR_P=$MKDIR_P
16128 case $MKDIR_P in
16129 [\\/$]* | ?:[\\/]* ) ;;
16130 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 16131 esac
81ecdfbb 16132_ACEOF
9b2b7d69 16133
81ecdfbb
RW
16134cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16135# If the template does not know about datarootdir, expand it.
16136# FIXME: This hack should be removed a few years after 2.60.
16137ac_datarootdir_hack=; ac_datarootdir_seen=
16138ac_sed_dataroot='
16139/datarootdir/ {
16140 p
16141 q
16142}
16143/@datadir@/p
16144/@docdir@/p
16145/@infodir@/p
16146/@localedir@/p
16147/@mandir@/p'
16148case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16149*datarootdir*) ac_datarootdir_seen=yes;;
16150*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16152$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16153_ACEOF
16154cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16155 ac_datarootdir_hack='
16156 s&@datadir@&$datadir&g
16157 s&@docdir@&$docdir&g
16158 s&@infodir@&$infodir&g
16159 s&@localedir@&$localedir&g
16160 s&@mandir@&$mandir&g
16161 s&\\\${datarootdir}&$datarootdir&g' ;;
16162esac
13b2be9c 16163_ACEOF
81ecdfbb
RW
16164
16165# Neutralize VPATH when `$srcdir' = `.'.
16166# Shell code in configure.ac might set extrasub.
16167# FIXME: do we really want to maintain this feature?
16168cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16169ac_sed_extra="$ac_vpsub
13b2be9c
DJ
16170$extrasub
16171_ACEOF
81ecdfbb 16172cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
16173:t
16174/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16175s|@configure_input@|$ac_sed_conf_input|;t t
16176s&@top_builddir@&$ac_top_builddir_sub&;t t
16177s&@top_build_prefix@&$ac_top_build_prefix&;t t
16178s&@srcdir@&$ac_srcdir&;t t
16179s&@abs_srcdir@&$ac_abs_srcdir&;t t
16180s&@top_srcdir@&$ac_top_srcdir&;t t
16181s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16182s&@builddir@&$ac_builddir&;t t
16183s&@abs_builddir@&$ac_abs_builddir&;t t
16184s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16185s&@INSTALL@&$ac_INSTALL&;t t
16186s&@MKDIR_P@&$ac_MKDIR_P&;t t
16187$ac_datarootdir_hack
16188"
16189eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16190 || as_fn_error "could not create $ac_file" "$LINENO" 5
16191
16192test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16193 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16194 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16196which seems to be undefined. Please make sure it is defined." >&5
16197$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16198which seems to be undefined. Please make sure it is defined." >&2;}
16199
16200 rm -f "$tmp/stdin"
13b2be9c 16201 case $ac_file in
81ecdfbb
RW
16202 -) cat "$tmp/out" && rm -f "$tmp/out";;
16203 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16204 esac \
16205 || as_fn_error "could not create $ac_file" "$LINENO" 5
16206 ;;
16207 :H)
16208 #
16209 # CONFIG_HEADER
16210 #
13b2be9c 16211 if test x"$ac_file" != x-; then
81ecdfbb
RW
16212 {
16213 $as_echo "/* $configure_input */" \
16214 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16215 } >"$tmp/config.h" \
16216 || as_fn_error "could not create $ac_file" "$LINENO" 5
16217 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16218 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16219$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 16220 else
81ecdfbb
RW
16221 rm -f "$ac_file"
16222 mv "$tmp/config.h" "$ac_file" \
16223 || as_fn_error "could not create $ac_file" "$LINENO" 5
9b2b7d69 16224 fi
13b2be9c 16225 else
81ecdfbb
RW
16226 $as_echo "/* $configure_input */" \
16227 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16228 || as_fn_error "could not create -" "$LINENO" 5
9b2b7d69 16229 fi
81ecdfbb
RW
16230# Compute "$ac_file"'s index in $config_headers.
16231_am_arg="$ac_file"
13b2be9c
DJ
16232_am_stamp_count=1
16233for _am_header in $config_headers :; do
16234 case $_am_header in
81ecdfbb 16235 $_am_arg | $_am_arg:* )
13b2be9c
DJ
16236 break ;;
16237 * )
16238 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16239 esac
16240done
81ecdfbb
RW
16241echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16242$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16243 X"$_am_arg" : 'X\(//\)[^/]' \| \
16244 X"$_am_arg" : 'X\(//\)$' \| \
16245 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16246$as_echo X"$_am_arg" |
16247 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16248 s//\1/
16249 q
16250 }
16251 /^X\(\/\/\)[^/].*/{
16252 s//\1/
16253 q
16254 }
16255 /^X\(\/\/\)$/{
16256 s//\1/
16257 q
16258 }
16259 /^X\(\/\).*/{
16260 s//\1/
16261 q
16262 }
16263 s/.*/./; q'`/stamp-h$_am_stamp_count
16264 ;;
ab509236 16265
81ecdfbb
RW
16266 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16267$as_echo "$as_me: executing $ac_file commands" >&6;}
16268 ;;
16269 esac
13b2be9c
DJ
16270
16271
81ecdfbb
RW
16272 case $ac_file$ac_mode in
16273 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16274 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16275 # are listed without --file. Let's play safe and only enable the eval
16276 # if we detect the quoting.
16277 case $CONFIG_FILES in
16278 *\'*) eval set x "$CONFIG_FILES" ;;
16279 *) set x $CONFIG_FILES ;;
16280 esac
16281 shift
16282 for mf
16283 do
16284 # Strip MF so we end up with the name of the file.
16285 mf=`echo "$mf" | sed -e 's/:.*$//'`
16286 # Check whether this is an Automake generated Makefile or not.
16287 # We used to match only the files named `Makefile.in', but
16288 # some people rename them; so instead we look at the file content.
16289 # Grep'ing the first line is not enough: some people post-process
16290 # each Makefile.in and add a new line on top of each file to say so.
16291 # Grep'ing the whole file is not good either: AIX grep has a line
16292 # limit of 2048, but all sed's we know have understand at least 4000.
16293 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16294 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 16295$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16296 X"$mf" : 'X\(//\)[^/]' \| \
16297 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16298 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16299$as_echo X"$mf" |
16300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16301 s//\1/
16302 q
16303 }
16304 /^X\(\/\/\)[^/].*/{
16305 s//\1/
16306 q
16307 }
16308 /^X\(\/\/\)$/{
16309 s//\1/
16310 q
16311 }
16312 /^X\(\/\).*/{
16313 s//\1/
16314 q
16315 }
16316 s/.*/./; q'`
16317 else
16318 continue
16319 fi
16320 # Extract the definition of DEPDIR, am__include, and am__quote
16321 # from the Makefile without running `make'.
16322 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16323 test -z "$DEPDIR" && continue
16324 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16325 test -z "am__include" && continue
16326 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16327 # When using ansi2knr, U may be empty or an underscore; expand it
16328 U=`sed -n 's/^U = //p' < "$mf"`
16329 # Find all dependency output files, they are included files with
16330 # $(DEPDIR) in their names. We invoke sed twice because it is the
16331 # simplest approach to changing $(DEPDIR) to its actual value in the
16332 # expansion.
16333 for file in `sed -n "
16334 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16335 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16336 # Make sure the directory exists.
16337 test -f "$dirpart/$file" && continue
16338 fdir=`$as_dirname -- "$file" ||
13b2be9c 16339$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16340 X"$file" : 'X\(//\)[^/]' \| \
16341 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16342 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16343$as_echo X"$file" |
16344 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16345 s//\1/
16346 q
16347 }
16348 /^X\(\/\/\)[^/].*/{
16349 s//\1/
16350 q
16351 }
16352 /^X\(\/\/\)$/{
16353 s//\1/
16354 q
16355 }
16356 /^X\(\/\).*/{
16357 s//\1/
16358 q
16359 }
16360 s/.*/./; q'`
16361 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16362 # echo "creating $dirpart/$file"
16363 echo '# dummy' > "$dirpart/$file"
13b2be9c 16364 done
13b2be9c 16365 done
81ecdfbb 16366}
d7040cdb 16367 ;;
81ecdfbb 16368 "libtool":C)
d7040cdb
SE
16369
16370 # See if we are running on zsh, and set the options which allow our
16371 # commands through without removal of \ escapes.
16372 if test -n "${ZSH_VERSION+set}" ; then
16373 setopt NO_GLOB_SUBST
16374 fi
16375
16376 cfgfile="${ofile}T"
16377 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16378 $RM "$cfgfile"
16379
16380 cat <<_LT_EOF >> "$cfgfile"
16381#! $SHELL
16382
16383# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16384# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16385# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16386# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16387#
718a6fd8 16388# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16389# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16390# Written by Gordon Matzigkeit, 1996
d7040cdb 16391#
718a6fd8 16392# This file is part of GNU Libtool.
d7040cdb 16393#
718a6fd8
SE
16394# GNU Libtool is free software; you can redistribute it and/or
16395# modify it under the terms of the GNU General Public License as
16396# published by the Free Software Foundation; either version 2 of
16397# the License, or (at your option) any later version.
d7040cdb 16398#
718a6fd8
SE
16399# As a special exception to the GNU General Public License,
16400# if you distribute this file as part of a program or library that
16401# is built using GNU Libtool, you may include this file under the
16402# same distribution terms that you use for the rest of that program.
d7040cdb 16403#
718a6fd8
SE
16404# GNU Libtool is distributed in the hope that it will be useful,
16405# but WITHOUT ANY WARRANTY; without even the implied warranty of
16406# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16407# GNU General Public License for more details.
d7040cdb 16408#
718a6fd8
SE
16409# You should have received a copy of the GNU General Public License
16410# along with GNU Libtool; see the file COPYING. If not, a copy
16411# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16412# obtained by writing to the Free Software Foundation, Inc.,
16413# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16414
16415
16416# The names of the tagged configurations supported by this script.
16417available_tags=""
16418
16419# ### BEGIN LIBTOOL CONFIG
16420
16421# Which release of libtool.m4 was used?
16422macro_version=$macro_version
16423macro_revision=$macro_revision
16424
16425# Whether or not to build shared libraries.
16426build_libtool_libs=$enable_shared
16427
16428# Whether or not to build static libraries.
16429build_old_libs=$enable_static
16430
16431# What type of objects to build.
16432pic_mode=$pic_mode
16433
16434# Whether or not to optimize for fast installation.
16435fast_install=$enable_fast_install
16436
3725885a
RW
16437# Shell to use when invoking shell scripts.
16438SHELL=$lt_SHELL
16439
16440# An echo program that protects backslashes.
16441ECHO=$lt_ECHO
16442
d7040cdb
SE
16443# The host system.
16444host_alias=$host_alias
16445host=$host
16446host_os=$host_os
16447
16448# The build system.
16449build_alias=$build_alias
16450build=$build
16451build_os=$build_os
16452
16453# A sed program that does not truncate output.
16454SED=$lt_SED
16455
16456# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16457Xsed="\$SED -e 1s/^X//"
16458
16459# A grep program that handles long lines.
16460GREP=$lt_GREP
16461
16462# An ERE matcher.
16463EGREP=$lt_EGREP
16464
16465# A literal string matcher.
16466FGREP=$lt_FGREP
16467
16468# A BSD- or MS-compatible name lister.
16469NM=$lt_NM
16470
16471# Whether we need soft or hard links.
16472LN_S=$lt_LN_S
16473
16474# What is the maximum length of a command?
16475max_cmd_len=$max_cmd_len
16476
16477# Object file suffix (normally "o").
16478objext=$ac_objext
16479
16480# Executable file suffix (normally "").
16481exeext=$exeext
16482
16483# whether the shell understands "unset".
16484lt_unset=$lt_unset
16485
16486# turn spaces into newlines.
16487SP2NL=$lt_lt_SP2NL
16488
16489# turn newlines into spaces.
16490NL2SP=$lt_lt_NL2SP
16491
718a6fd8
SE
16492# An object symbol dumper.
16493OBJDUMP=$lt_OBJDUMP
16494
d7040cdb
SE
16495# Method to check whether dependent libraries are shared objects.
16496deplibs_check_method=$lt_deplibs_check_method
16497
f2c621e4 16498# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16499file_magic_cmd=$lt_file_magic_cmd
16500
16501# The archiver.
16502AR=$lt_AR
16503AR_FLAGS=$lt_AR_FLAGS
16504
16505# A symbol stripping program.
16506STRIP=$lt_STRIP
16507
16508# Commands used to install an old-style archive.
16509RANLIB=$lt_RANLIB
16510old_postinstall_cmds=$lt_old_postinstall_cmds
16511old_postuninstall_cmds=$lt_old_postuninstall_cmds
16512
3725885a
RW
16513# Whether to use a lock for old archive extraction.
16514lock_old_archive_extraction=$lock_old_archive_extraction
16515
d7040cdb
SE
16516# A C compiler.
16517LTCC=$lt_CC
16518
16519# LTCC compiler flags.
16520LTCFLAGS=$lt_CFLAGS
16521
16522# Take the output of nm and produce a listing of raw symbols and C names.
16523global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16524
16525# Transform the output of nm in a proper C declaration.
16526global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16527
16528# Transform the output of nm in a C name address pair.
16529global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16530
718a6fd8
SE
16531# Transform the output of nm in a C name address pair when lib prefix is needed.
16532global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16533
d7040cdb
SE
16534# The name of the directory that contains temporary libtool files.
16535objdir=$objdir
16536
d7040cdb
SE
16537# Used to examine libraries when file_magic_cmd begins with "file".
16538MAGIC_CMD=$MAGIC_CMD
16539
16540# Must we lock files when doing compilation?
16541need_locks=$lt_need_locks
16542
718a6fd8
SE
16543# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16544DSYMUTIL=$lt_DSYMUTIL
16545
16546# Tool to change global to local symbols on Mac OS X.
16547NMEDIT=$lt_NMEDIT
16548
16549# Tool to manipulate fat objects and archives on Mac OS X.
16550LIPO=$lt_LIPO
16551
16552# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16553OTOOL=$lt_OTOOL
16554
16555# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16556OTOOL64=$lt_OTOOL64
16557
d7040cdb
SE
16558# Old archive suffix (normally "a").
16559libext=$libext
16560
16561# Shared library suffix (normally ".so").
16562shrext_cmds=$lt_shrext_cmds
16563
16564# The commands to extract the exported symbol list from a shared archive.
16565extract_expsyms_cmds=$lt_extract_expsyms_cmds
16566
16567# Variables whose values should be saved in libtool wrapper scripts and
16568# restored at link time.
16569variables_saved_for_relink=$lt_variables_saved_for_relink
16570
16571# Do we need the "lib" prefix for modules?
16572need_lib_prefix=$need_lib_prefix
16573
16574# Do we need a version for libraries?
16575need_version=$need_version
16576
16577# Library versioning type.
16578version_type=$version_type
16579
16580# Shared library runtime path variable.
16581runpath_var=$runpath_var
16582
16583# Shared library path variable.
16584shlibpath_var=$shlibpath_var
16585
16586# Is shlibpath searched before the hard-coded library search path?
16587shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16588
16589# Format of library name prefix.
16590libname_spec=$lt_libname_spec
16591
16592# List of archive names. First name is the real one, the rest are links.
16593# The last name is the one that the linker finds with -lNAME
16594library_names_spec=$lt_library_names_spec
16595
16596# The coded name of the library, if different from the real name.
16597soname_spec=$lt_soname_spec
16598
3725885a
RW
16599# Permission mode override for installation of shared libraries.
16600install_override_mode=$lt_install_override_mode
16601
d7040cdb
SE
16602# Command to use after installation of a shared archive.
16603postinstall_cmds=$lt_postinstall_cmds
16604
16605# Command to use after uninstallation of a shared archive.
16606postuninstall_cmds=$lt_postuninstall_cmds
16607
16608# Commands used to finish a libtool library installation in a directory.
16609finish_cmds=$lt_finish_cmds
16610
16611# As "finish_cmds", except a single script fragment to be evaled but
16612# not shown.
16613finish_eval=$lt_finish_eval
16614
16615# Whether we should hardcode library paths into libraries.
16616hardcode_into_libs=$hardcode_into_libs
16617
16618# Compile-time system search path for libraries.
16619sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16620
16621# Run-time system search path for libraries.
16622sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16623
16624# Whether dlopen is supported.
16625dlopen_support=$enable_dlopen
16626
16627# Whether dlopen of programs is supported.
16628dlopen_self=$enable_dlopen_self
16629
16630# Whether dlopen of statically linked programs is supported.
16631dlopen_self_static=$enable_dlopen_self_static
16632
16633# Commands to strip libraries.
16634old_striplib=$lt_old_striplib
16635striplib=$lt_striplib
16636
16637
16638# The linker used to build libraries.
16639LD=$lt_LD
16640
3725885a
RW
16641# How to create reloadable object files.
16642reload_flag=$lt_reload_flag
16643reload_cmds=$lt_reload_cmds
16644
d7040cdb
SE
16645# Commands used to build an old-style archive.
16646old_archive_cmds=$lt_old_archive_cmds
16647
16648# A language specific compiler.
16649CC=$lt_compiler
16650
16651# Is the compiler the GNU compiler?
16652with_gcc=$GCC
16653
16654# Compiler flag to turn off builtin functions.
16655no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16656
df7b86aa
NC
16657# How to pass a linker flag through the compiler.
16658wl=$lt_lt_prog_compiler_wl
16659
f2c621e4
AS
16660# Additional compiler flags for building library objects.
16661pic_flag=$lt_lt_prog_compiler_pic
16662
d7040cdb
SE
16663# Compiler flag to prevent dynamic linking.
16664link_static_flag=$lt_lt_prog_compiler_static
16665
16666# Does compiler simultaneously support -c and -o options?
16667compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16668
16669# Whether or not to add -lc for building shared libraries.
16670build_libtool_need_lc=$archive_cmds_need_lc
16671
16672# Whether or not to disallow shared libs when runtime libs are static.
16673allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16674
16675# Compiler flag to allow reflexive dlopens.
16676export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16677
16678# Compiler flag to generate shared objects directly from archives.
16679whole_archive_flag_spec=$lt_whole_archive_flag_spec
16680
16681# Whether the compiler copes with passing no objects directly.
16682compiler_needs_object=$lt_compiler_needs_object
16683
16684# Create an old-style archive from a shared archive.
16685old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16686
16687# Create a temporary old-style archive to link instead of a shared archive.
16688old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16689
16690# Commands used to build a shared archive.
16691archive_cmds=$lt_archive_cmds
16692archive_expsym_cmds=$lt_archive_expsym_cmds
16693
16694# Commands used to build a loadable module if different from building
16695# a shared archive.
16696module_cmds=$lt_module_cmds
16697module_expsym_cmds=$lt_module_expsym_cmds
16698
16699# Whether we are building with GNU ld or not.
16700with_gnu_ld=$lt_with_gnu_ld
16701
16702# Flag that allows shared libraries with undefined symbols to be built.
16703allow_undefined_flag=$lt_allow_undefined_flag
16704
16705# Flag that enforces no undefined symbols.
16706no_undefined_flag=$lt_no_undefined_flag
16707
16708# Flag to hardcode \$libdir into a binary during linking.
16709# This must work even if \$libdir does not exist
16710hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16711
16712# If ld is used when linking, flag to hardcode \$libdir into a binary
16713# during linking. This must work even if \$libdir does not exist.
16714hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16715
16716# Whether we need a single "-rpath" flag with a separated argument.
16717hardcode_libdir_separator=$lt_hardcode_libdir_separator
16718
16719# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16720# DIR into the resulting binary.
16721hardcode_direct=$hardcode_direct
16722
16723# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16724# DIR into the resulting binary and the resulting library dependency is
16725# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16726# library is relocated.
16727hardcode_direct_absolute=$hardcode_direct_absolute
16728
16729# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16730# into the resulting binary.
16731hardcode_minus_L=$hardcode_minus_L
16732
16733# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16734# into the resulting binary.
16735hardcode_shlibpath_var=$hardcode_shlibpath_var
16736
16737# Set to "yes" if building a shared library automatically hardcodes DIR
16738# into the library and all subsequent libraries and executables linked
16739# against it.
16740hardcode_automatic=$hardcode_automatic
16741
16742# Set to yes if linker adds runtime paths of dependent libraries
16743# to runtime path list.
16744inherit_rpath=$inherit_rpath
16745
16746# Whether libtool must link a program against all its dependency libraries.
16747link_all_deplibs=$link_all_deplibs
16748
f2c621e4
AS
16749# Fix the shell variable \$srcfile for the compiler.
16750fix_srcfile_path=$lt_fix_srcfile_path
16751
d7040cdb
SE
16752# Set to "yes" if exported symbols are required.
16753always_export_symbols=$always_export_symbols
16754
16755# The commands to list exported symbols.
16756export_symbols_cmds=$lt_export_symbols_cmds
16757
16758# Symbols that should not be listed in the preloaded symbols.
16759exclude_expsyms=$lt_exclude_expsyms
16760
16761# Symbols that must always be exported.
16762include_expsyms=$lt_include_expsyms
16763
16764# Commands necessary for linking programs (against libraries) with templates.
16765prelink_cmds=$lt_prelink_cmds
16766
16767# Specify filename containing input files.
16768file_list_spec=$lt_file_list_spec
16769
16770# How to hardcode a shared library path into an executable.
16771hardcode_action=$hardcode_action
16772
16773# ### END LIBTOOL CONFIG
16774
16775_LT_EOF
16776
16777 case $host_os in
16778 aix3*)
16779 cat <<\_LT_EOF >> "$cfgfile"
16780# AIX sometimes has problems with the GCC collect2 program. For some
16781# reason, if we set the COLLECT_NAMES environment variable, the problems
16782# vanish in a puff of smoke.
16783if test "X${COLLECT_NAMES+set}" != Xset; then
16784 COLLECT_NAMES=
16785 export COLLECT_NAMES
16786fi
16787_LT_EOF
16788 ;;
16789 esac
16790
16791
16792ltmain="$ac_aux_dir/ltmain.sh"
16793
16794
16795 # We use sed instead of cat because bash on DJGPP gets confused if
16796 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16797 # text mode, it properly converts lines to CR/LF. This bash problem
16798 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16799 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16800 || (rm -f "$cfgfile"; exit 1)
16801
16802 case $xsi_shell in
16803 yes)
16804 cat << \_LT_EOF >> "$cfgfile"
16805
16806# func_dirname file append nondir_replacement
16807# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16808# otherwise set result to NONDIR_REPLACEMENT.
16809func_dirname ()
16810{
16811 case ${1} in
16812 */*) func_dirname_result="${1%/*}${2}" ;;
16813 * ) func_dirname_result="${3}" ;;
16814 esac
16815}
16816
16817# func_basename file
16818func_basename ()
16819{
16820 func_basename_result="${1##*/}"
16821}
16822
16823# func_dirname_and_basename file append nondir_replacement
16824# perform func_basename and func_dirname in a single function
16825# call:
16826# dirname: Compute the dirname of FILE. If nonempty,
16827# add APPEND to the result, otherwise set result
16828# to NONDIR_REPLACEMENT.
16829# value returned in "$func_dirname_result"
16830# basename: Compute filename of FILE.
16831# value retuned in "$func_basename_result"
16832# Implementation must be kept synchronized with func_dirname
16833# and func_basename. For efficiency, we do not delegate to
16834# those functions but instead duplicate the functionality here.
16835func_dirname_and_basename ()
16836{
16837 case ${1} in
16838 */*) func_dirname_result="${1%/*}${2}" ;;
16839 * ) func_dirname_result="${3}" ;;
16840 esac
16841 func_basename_result="${1##*/}"
16842}
16843
16844# func_stripname prefix suffix name
16845# strip PREFIX and SUFFIX off of NAME.
16846# PREFIX and SUFFIX must not contain globbing or regex special
16847# characters, hashes, percent signs, but SUFFIX may contain a leading
16848# dot (in which case that matches only a dot).
16849func_stripname ()
16850{
16851 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16852 # positional parameters, so assign one to ordinary parameter first.
16853 func_stripname_result=${3}
16854 func_stripname_result=${func_stripname_result#"${1}"}
16855 func_stripname_result=${func_stripname_result%"${2}"}
16856}
16857
16858# func_opt_split
16859func_opt_split ()
16860{
16861 func_opt_split_opt=${1%%=*}
16862 func_opt_split_arg=${1#*=}
16863}
16864
16865# func_lo2o object
16866func_lo2o ()
16867{
16868 case ${1} in
16869 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16870 *) func_lo2o_result=${1} ;;
16871 esac
16872}
16873
16874# func_xform libobj-or-source
16875func_xform ()
16876{
16877 func_xform_result=${1%.*}.lo
16878}
16879
16880# func_arith arithmetic-term...
16881func_arith ()
16882{
16883 func_arith_result=$(( $* ))
16884}
16885
16886# func_len string
16887# STRING may not start with a hyphen.
16888func_len ()
16889{
16890 func_len_result=${#1}
16891}
16892
16893_LT_EOF
16894 ;;
16895 *) # Bourne compatible functions.
16896 cat << \_LT_EOF >> "$cfgfile"
16897
16898# func_dirname file append nondir_replacement
16899# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16900# otherwise set result to NONDIR_REPLACEMENT.
16901func_dirname ()
16902{
16903 # Extract subdirectory from the argument.
16904 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16905 if test "X$func_dirname_result" = "X${1}"; then
16906 func_dirname_result="${3}"
16907 else
16908 func_dirname_result="$func_dirname_result${2}"
16909 fi
16910}
16911
16912# func_basename file
16913func_basename ()
16914{
16915 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16916}
16917
16918
16919# func_stripname prefix suffix name
16920# strip PREFIX and SUFFIX off of NAME.
16921# PREFIX and SUFFIX must not contain globbing or regex special
16922# characters, hashes, percent signs, but SUFFIX may contain a leading
16923# dot (in which case that matches only a dot).
16924# func_strip_suffix prefix name
16925func_stripname ()
16926{
16927 case ${2} in
16928 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16929 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16930 esac
16931}
16932
16933# sed scripts:
16934my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16935my_sed_long_arg='1s/^-[^=]*=//'
16936
16937# func_opt_split
16938func_opt_split ()
16939{
16940 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16941 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16942}
16943
16944# func_lo2o object
16945func_lo2o ()
16946{
16947 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16948}
16949
16950# func_xform libobj-or-source
16951func_xform ()
16952{
16953 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16954}
16955
16956# func_arith arithmetic-term...
16957func_arith ()
16958{
16959 func_arith_result=`expr "$@"`
16960}
16961
16962# func_len string
16963# STRING may not start with a hyphen.
16964func_len ()
16965{
16966 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16967}
16968
16969_LT_EOF
16970esac
16971
16972case $lt_shell_append in
16973 yes)
16974 cat << \_LT_EOF >> "$cfgfile"
16975
16976# func_append var value
16977# Append VALUE to the end of shell variable VAR.
16978func_append ()
16979{
16980 eval "$1+=\$2"
16981}
16982_LT_EOF
16983 ;;
16984 *)
16985 cat << \_LT_EOF >> "$cfgfile"
16986
16987# func_append var value
16988# Append VALUE to the end of shell variable VAR.
16989func_append ()
16990{
16991 eval "$1=\$$1\$2"
16992}
16993
16994_LT_EOF
16995 ;;
16996 esac
16997
16998
16999 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17000 || (rm -f "$cfgfile"; exit 1)
17001
17002 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17003 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17004 chmod +x "$ofile"
17005
13b2be9c 17006 ;;
81ecdfbb 17007 "default-1":C)
20e95c23
DJ
17008 for ac_file in $CONFIG_FILES; do
17009 # Support "outfile[:infile[:infile...]]"
17010 case "$ac_file" in
17011 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17012 esac
17013 # PO directories have a Makefile.in generated from Makefile.in.in.
17014 case "$ac_file" in */Makefile.in)
17015 # Adjust a relative srcdir.
17016 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17017 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17018 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17019 # In autoconf-2.13 it is called $ac_given_srcdir.
17020 # In autoconf-2.50 it is called $srcdir.
17021 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17022 case "$ac_given_srcdir" in
17023 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17024 /*) top_srcdir="$ac_given_srcdir" ;;
17025 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17026 esac
17027 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17028 rm -f "$ac_dir/POTFILES"
17029 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17030 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17031 POMAKEFILEDEPS="POTFILES.in"
17032 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17033 # on $ac_dir but don't depend on user-specified configuration
17034 # parameters.
17035 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17036 # The LINGUAS file contains the set of available languages.
17037 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17038 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
17039 fi
17040 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17041 # Hide the ALL_LINGUAS assigment from automake.
17042 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17043 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17044 else
37a42ee9 17045 # The set of available languages was given in configure.ac.
20e95c23
DJ
17046 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17047 fi
17048 case "$ac_given_srcdir" in
17049 .) srcdirpre= ;;
17050 *) srcdirpre='$(srcdir)/' ;;
17051 esac
17052 POFILES=
17053 GMOFILES=
17054 UPDATEPOFILES=
17055 DUMMYPOFILES=
17056 for lang in $ALL_LINGUAS; do
17057 POFILES="$POFILES $srcdirpre$lang.po"
17058 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17059 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17060 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17061 done
17062 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17063 # environment variable.
17064 INST_LINGUAS=
17065 if test -n "$ALL_LINGUAS"; then
17066 for presentlang in $ALL_LINGUAS; do
17067 useit=no
17068 if test "%UNSET%" != "$LINGUAS"; then
17069 desiredlanguages="$LINGUAS"
17070 else
17071 desiredlanguages="$ALL_LINGUAS"
17072 fi
17073 for desiredlang in $desiredlanguages; do
17074 # Use the presentlang catalog if desiredlang is
17075 # a. equal to presentlang, or
17076 # b. a variant of presentlang (because in this case,
17077 # presentlang can be used as a fallback for messages
17078 # which are not translated in the desiredlang catalog).
17079 case "$desiredlang" in
17080 "$presentlang"*) useit=yes;;
17081 esac
17082 done
17083 if test $useit = yes; then
17084 INST_LINGUAS="$INST_LINGUAS $presentlang"
17085 fi
17086 done
17087 fi
17088 CATALOGS=
17089 if test -n "$INST_LINGUAS"; then
17090 for lang in $INST_LINGUAS; do
17091 CATALOGS="$CATALOGS $lang.gmo"
17092 done
17093 fi
17094 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17095 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"
17096 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17097 if test -f "$f"; then
17098 case "$f" in
17099 *.orig | *.bak | *~) ;;
17100 *) cat "$f" >> "$ac_dir/Makefile" ;;
17101 esac
17102 fi
17103 done
17104 fi
17105 ;;
17106 esac
17107 done ;;
81ecdfbb 17108 "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
17109 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17110 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17111 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17112 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17113 if test "x$cgen_cpu_prefix" != x ; then
17114 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 17115 fi ;;
81ecdfbb 17116
13b2be9c 17117 esac
81ecdfbb 17118done # for ac_tag
13b2be9c 17119
13b2be9c 17120
81ecdfbb 17121as_fn_exit 0
13b2be9c 17122_ACEOF
13b2be9c
DJ
17123ac_clean_files=$ac_clean_files_save
17124
81ecdfbb
RW
17125test $ac_write_fail = 0 ||
17126 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17127
13b2be9c
DJ
17128
17129# configure is writing to config.log, and then calls config.status.
17130# config.status does its own redirection, appending to config.log.
17131# Unfortunately, on DOS this fails, as config.log is still kept open
17132# by configure, so config.status won't be able to write to it; its
17133# output is simply discarded. So we exec the FD to /dev/null,
17134# effectively closing config.log, so it can be properly (re)opened and
17135# appended to by config.status. When coming back to configure, we
17136# need to make the FD available again.
17137if test "$no_create" != yes; then
17138 ac_cs_success=:
17139 ac_config_status_args=
17140 test "$silent" = yes &&
17141 ac_config_status_args="$ac_config_status_args --quiet"
17142 exec 5>/dev/null
17143 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17144 exec 5>>config.log
17145 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17146 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17147 $ac_cs_success || as_fn_exit $?
17148fi
17149if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17151$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 17152fi
252b5132 17153