opcodes/
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
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.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 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
605LIBM
606ALLOCA
607GENINSRC_NEVER_FALSE
608GENINSRC_NEVER_TRUE
609MAINT
610MAINTAINER_MODE_FALSE
611MAINTAINER_MODE_TRUE
612MSGMERGE
613MSGFMT
614MKINSTALLDIRS
615CATOBJEXT
616GENCAT
617INSTOBJEXT
618DATADIRNAME
619CATALOGS
620POSUB
621GMSGFMT
622XGETTEXT
623INCINTL
624LIBINTL_DEP
625LIBINTL
626USE_NLS
627LEXLIB
628LEX_OUTPUT_ROOT
629LEX
630YFLAGS
631YACC
632OPCODES_LIB
633atof
634install_tooldir
635te_file
636obj_format
637target_cpu_type
638extra_objects
639cgen_cpu_prefix
640GDBINIT
641NO_WERROR
642WARN_CFLAGS
643OTOOL64
644OTOOL
645LIPO
646NMEDIT
647DSYMUTIL
81ecdfbb
RW
648RANLIB
649AR
650OBJDUMP
651LN_S
652NM
653ac_ct_DUMPBIN
654DUMPBIN
655LD
656FGREP
657SED
658LIBTOOL
659EGREP
660GREP
661CPP
662am__fastdepCC_FALSE
663am__fastdepCC_TRUE
664CCDEPMODE
665AMDEPBACKSLASH
666AMDEP_FALSE
667AMDEP_TRUE
668am__quote
669am__include
670DEPDIR
671am__untar
672am__tar
673AMTAR
674am__leading_dot
675SET_MAKE
676AWK
677mkdir_p
678MKDIR_P
679INSTALL_STRIP_PROGRAM
680STRIP
681install_sh
682MAKEINFO
683AUTOHEADER
684AUTOMAKE
685AUTOCONF
686ACLOCAL
687VERSION
688PACKAGE
689CYGPATH_W
690am__isrc
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
694OBJEXT
695EXEEXT
696ac_ct_CC
697CPPFLAGS
698LDFLAGS
699CFLAGS
700CC
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
750SHELL'
13b2be9c 751ac_subst_files=''
81ecdfbb
RW
752ac_user_opts='
753enable_option_checking
754enable_dependency_tracking
da2f07f1 755enable_plugins
81ecdfbb
RW
756enable_largefile
757enable_shared
758enable_static
759with_pic
760enable_fast_install
761with_gnu_ld
762enable_libtool_lock
763enable_targets
764enable_checking
765enable_werror
766enable_build_warnings
767enable_nls
768enable_maintainer_mode
0acf065b 769with_zlib
81ecdfbb
RW
770'
771 ac_precious_vars='build_alias
772host_alias
773target_alias
774CC
775CFLAGS
776LDFLAGS
777LIBS
778CPPFLAGS
779CPP
780YACC
781YFLAGS'
782
252b5132
RH
783
784# Initialize some variables set by options.
13b2be9c
DJ
785ac_init_help=
786ac_init_version=false
81ecdfbb
RW
787ac_unrecognized_opts=
788ac_unrecognized_sep=
252b5132
RH
789# The variables have the same names as the options, with
790# dashes changed to underlines.
13b2be9c 791cache_file=/dev/null
252b5132 792exec_prefix=NONE
252b5132 793no_create=
252b5132
RH
794no_recursion=
795prefix=NONE
796program_prefix=NONE
797program_suffix=NONE
798program_transform_name=s,x,x,
799silent=
800site=
801srcdir=
252b5132
RH
802verbose=
803x_includes=NONE
804x_libraries=NONE
13b2be9c
DJ
805
806# Installation directory options.
807# These are left unexpanded so users can "make install exec_prefix=/foo"
808# and all the variables that are supposed to be based on exec_prefix
809# by default will actually change.
810# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 811# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
812bindir='${exec_prefix}/bin'
813sbindir='${exec_prefix}/sbin'
814libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
815datarootdir='${prefix}/share'
816datadir='${datarootdir}'
252b5132
RH
817sysconfdir='${prefix}/etc'
818sharedstatedir='${prefix}/com'
819localstatedir='${prefix}/var'
252b5132
RH
820includedir='${prefix}/include'
821oldincludedir='/usr/include'
81ecdfbb
RW
822docdir='${datarootdir}/doc/${PACKAGE}'
823infodir='${datarootdir}/info'
824htmldir='${docdir}'
825dvidir='${docdir}'
826pdfdir='${docdir}'
827psdir='${docdir}'
828libdir='${exec_prefix}/lib'
829localedir='${datarootdir}/locale'
830mandir='${datarootdir}/man'
252b5132 831
252b5132 832ac_prev=
81ecdfbb 833ac_dashdash=
252b5132
RH
834for ac_option
835do
252b5132
RH
836 # If the previous option needs an argument, assign it.
837 if test -n "$ac_prev"; then
81ecdfbb 838 eval $ac_prev=\$ac_option
252b5132
RH
839 ac_prev=
840 continue
841 fi
842
81ecdfbb
RW
843 case $ac_option in
844 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 *) ac_optarg=yes ;;
846 esac
252b5132
RH
847
848 # Accept the important Cygnus configure options, so we can diagnose typos.
849
81ecdfbb
RW
850 case $ac_dashdash$ac_option in
851 --)
852 ac_dashdash=yes ;;
252b5132
RH
853
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 ac_prev=bindir ;;
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 857 bindir=$ac_optarg ;;
252b5132
RH
858
859 -build | --build | --buil | --bui | --bu)
13b2be9c 860 ac_prev=build_alias ;;
252b5132 861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 862 build_alias=$ac_optarg ;;
252b5132
RH
863
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
869 cache_file=$ac_optarg ;;
870
871 --config-cache | -C)
872 cache_file=config.cache ;;
252b5132 873
81ecdfbb 874 -datadir | --datadir | --datadi | --datad)
252b5132 875 ac_prev=datadir ;;
81ecdfbb 876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 877 datadir=$ac_optarg ;;
252b5132 878
81ecdfbb
RW
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
885
252b5132 886 -disable-* | --disable-*)
81ecdfbb 887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 888 # Reject names that are not valid shell variable names.
81ecdfbb
RW
889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
890 as_fn_error "invalid feature name: $ac_useropt"
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
894 *"
895"enable_$ac_useropt"
896"*) ;;
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
899 esac
900 eval enable_$ac_useropt=no ;;
901
902 -docdir | --docdir | --docdi | --doc | --do)
903 ac_prev=docdir ;;
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
905 docdir=$ac_optarg ;;
906
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 ac_prev=dvidir ;;
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
910 dvidir=$ac_optarg ;;
252b5132
RH
911
912 -enable-* | --enable-*)
81ecdfbb 913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 914 # Reject names that are not valid shell variable names.
81ecdfbb
RW
915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 as_fn_error "invalid feature name: $ac_useropt"
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
252b5132 925 esac
81ecdfbb 926 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
927
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
13b2be9c 935 exec_prefix=$ac_optarg ;;
252b5132
RH
936
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
939 with_gas=yes ;;
940
13b2be9c
DJ
941 -help | --help | --hel | --he | -h)
942 ac_init_help=long ;;
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
252b5132
RH
947
948 -host | --host | --hos | --ho)
13b2be9c 949 ac_prev=host_alias ;;
252b5132 950 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 951 host_alias=$ac_optarg ;;
252b5132 952
81ecdfbb
RW
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 ac_prev=htmldir ;;
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 | --ht=*)
957 htmldir=$ac_optarg ;;
958
252b5132
RH
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 964 includedir=$ac_optarg ;;
252b5132
RH
965
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 ac_prev=infodir ;;
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 969 infodir=$ac_optarg ;;
252b5132
RH
970
971 -libdir | --libdir | --libdi | --libd)
972 ac_prev=libdir ;;
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 974 libdir=$ac_optarg ;;
252b5132
RH
975
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
13b2be9c 981 libexecdir=$ac_optarg ;;
252b5132 982
81ecdfbb
RW
983 -localedir | --localedir | --localedi | --localed | --locale)
984 ac_prev=localedir ;;
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
987
252b5132 988 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 989 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 993 localstatedir=$ac_optarg ;;
252b5132
RH
994
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 ac_prev=mandir ;;
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 998 mandir=$ac_optarg ;;
252b5132
RH
999
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1002 with_fp=no ;;
1003
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1005 | --no-cr | --no-c | -n)
252b5132
RH
1006 no_create=yes ;;
1007
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010 no_recursion=yes ;;
1011
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1019 oldincludedir=$ac_optarg ;;
252b5132
RH
1020
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 ac_prev=prefix ;;
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1024 prefix=$ac_optarg ;;
252b5132
RH
1025
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1031 program_prefix=$ac_optarg ;;
252b5132
RH
1032
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1038 program_suffix=$ac_optarg ;;
252b5132
RH
1039
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1055 program_transform_name=$ac_optarg ;;
252b5132 1056
81ecdfbb
RW
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 ac_prev=pdfdir ;;
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1061
1062 -psdir | --psdir | --psdi | --psd | --ps)
1063 ac_prev=psdir ;;
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065 psdir=$ac_optarg ;;
1066
252b5132
RH
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 silent=yes ;;
1070
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 ac_prev=sbindir ;;
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 | --sbi=* | --sb=*)
13b2be9c 1075 sbindir=$ac_optarg ;;
252b5132
RH
1076
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1080 | --sha | --sh)
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 | --sha=* | --sh=*)
13b2be9c 1086 sharedstatedir=$ac_optarg ;;
252b5132
RH
1087
1088 -site | --site | --sit)
1089 ac_prev=site ;;
1090 -site=* | --site=* | --sit=*)
13b2be9c 1091 site=$ac_optarg ;;
76bff705 1092
252b5132
RH
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 ac_prev=srcdir ;;
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1096 srcdir=$ac_optarg ;;
252b5132
RH
1097
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1103 sysconfdir=$ac_optarg ;;
252b5132
RH
1104
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1106 ac_prev=target_alias ;;
252b5132 1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1108 target_alias=$ac_optarg ;;
252b5132
RH
1109
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111 verbose=yes ;;
1112
13b2be9c
DJ
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
252b5132
RH
1115
1116 -with-* | --with-*)
81ecdfbb 1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1118 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1120 as_fn_error "invalid package name: $ac_useropt"
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1124 *"
1125"with_$ac_useropt"
1126"*) ;;
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
252b5132 1129 esac
81ecdfbb 1130 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1131
1132 -without-* | --without-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1134 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=no ;;
252b5132
RH
1147
1148 --x)
1149 # Obsolete; use --with-x.
1150 with_x=yes ;;
1151
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1157 x_includes=$ac_optarg ;;
252b5132
RH
1158
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1164 x_libraries=$ac_optarg ;;
252b5132 1165
81ecdfbb
RW
1166 -*) as_fn_error "unrecognized option: \`$ac_option'
1167Try \`$0 --help' for more information."
252b5132
RH
1168 ;;
1169
13b2be9c
DJ
1170 *=*)
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
1175 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1176 esac
1177 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1178 export $ac_envvar ;;
1179
252b5132 1180 *)
13b2be9c 1181 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
13b2be9c 1185 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1186 ;;
1187
1188 esac
1189done
1190
1191if test -n "$ac_prev"; then
13b2be9c 1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1193 as_fn_error "missing argument to $ac_option"
c8615825 1194fi
c8615825 1195
81ecdfbb
RW
1196if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1198 no) ;;
1199 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1201 esac
81ecdfbb 1202fi
252b5132 1203
81ecdfbb
RW
1204# Check all directory arguments for consistency.
1205for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
252b5132 1209do
81ecdfbb
RW
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1212 case $ac_val in
1213 */ )
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1216 esac
1217 # Be sure to have absolute directory names.
13b2be9c 1218 case $ac_val in
81ecdfbb
RW
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1221 esac
81ecdfbb 1222 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1223done
1224
13b2be9c
DJ
1225# There might be people who depend on the old broken behavior: `$host'
1226# used to hold the argument of --host etc.
1227# FIXME: To remove some day.
1228build=$build_alias
1229host=$host_alias
1230target=$target_alias
1231
1232# FIXME: To remove some day.
1233if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
81ecdfbb 1236 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13b2be9c
DJ
1237 If a cross compiler is detected then cross compile mode will be used." >&2
1238 elif test "x$build_alias" != "x$host_alias"; then
1239 cross_compiling=yes
1240 fi
1241fi
9b2b7d69 1242
13b2be9c
DJ
1243ac_tool_prefix=
1244test -n "$host_alias" && ac_tool_prefix=$host_alias-
1245
1246test "$silent" = yes && exec 6>/dev/null
252b5132 1247
252b5132 1248
81ecdfbb
RW
1249ac_pwd=`pwd` && test -n "$ac_pwd" &&
1250ac_ls_di=`ls -di .` &&
1251ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1252 as_fn_error "working directory cannot be determined"
1253test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1254 as_fn_error "pwd does not report name of working directory"
1255
1256
252b5132
RH
1257# Find the source files, if location was not specified.
1258if test -z "$srcdir"; then
1259 ac_srcdir_defaulted=yes
81ecdfbb
RW
1260 # Try the directory containing this script, then the parent directory.
1261 ac_confdir=`$as_dirname -- "$as_myself" ||
1262$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1263 X"$as_myself" : 'X\(//\)[^/]' \| \
1264 X"$as_myself" : 'X\(//\)$' \| \
1265 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1266$as_echo X"$as_myself" |
1267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 s//\1/
1269 q
1270 }
1271 /^X\(\/\/\)[^/].*/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\).*/{
1280 s//\1/
1281 q
1282 }
1283 s/.*/./; q'`
252b5132 1284 srcdir=$ac_confdir
81ecdfbb 1285 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1286 srcdir=..
1287 fi
1288else
1289 ac_srcdir_defaulted=no
1290fi
81ecdfbb
RW
1291if test ! -r "$srcdir/$ac_unique_file"; then
1292 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1293 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1294fi
1295ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1296ac_abs_confdir=`(
1297 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1298 pwd)`
1299# When building in place, set srcdir=.
1300if test "$ac_abs_confdir" = "$ac_pwd"; then
1301 srcdir=.
1302fi
1303# Remove unnecessary trailing slashes from srcdir.
1304# Double slashes in file names in object file debugging info
1305# mess up M-x gdb in Emacs.
1306case $srcdir in
1307*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1308esac
1309for ac_var in $ac_precious_vars; do
1310 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_env_${ac_var}_value=\$${ac_var}
1312 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1314done
d6d788bd 1315
13b2be9c
DJ
1316#
1317# Report the --help message.
1318#
1319if test "$ac_init_help" = "long"; then
1320 # Omit some internal or obsolete options to make the list less imposing.
1321 # This message is too long to be a string in the A/UX 3.1 sh.
1322 cat <<_ACEOF
1323\`configure' configures this package to adapt to many kinds of systems.
9b2b7d69 1324
13b2be9c 1325Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1326
13b2be9c
DJ
1327To assign environment variables (e.g., CC, CFLAGS...), specify them as
1328VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1329
13b2be9c 1330Defaults for the options are specified in brackets.
9b2b7d69 1331
13b2be9c
DJ
1332Configuration:
1333 -h, --help display this help and exit
1334 --help=short display options specific to this package
1335 --help=recursive display the short help of all the included packages
1336 -V, --version display version information and exit
1337 -q, --quiet, --silent do not print \`checking...' messages
1338 --cache-file=FILE cache test results in FILE [disabled]
1339 -C, --config-cache alias for \`--cache-file=config.cache'
1340 -n, --no-create do not create output files
1341 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1342
13b2be9c
DJ
1343Installation directories:
1344 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1345 [$ac_default_prefix]
13b2be9c 1346 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1347 [PREFIX]
9b2b7d69 1348
13b2be9c
DJ
1349By default, \`make install' will install all the files in
1350\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1351an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1352for instance \`--prefix=\$HOME'.
9b2b7d69 1353
13b2be9c 1354For better control, use the options below.
9b2b7d69 1355
13b2be9c 1356Fine tuning of the installation directories:
81ecdfbb
RW
1357 --bindir=DIR user executables [EPREFIX/bin]
1358 --sbindir=DIR system admin executables [EPREFIX/sbin]
1359 --libexecdir=DIR program executables [EPREFIX/libexec]
1360 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1361 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1362 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1363 --libdir=DIR object code libraries [EPREFIX/lib]
1364 --includedir=DIR C header files [PREFIX/include]
1365 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1366 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1367 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1368 --infodir=DIR info documentation [DATAROOTDIR/info]
1369 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1370 --mandir=DIR man documentation [DATAROOTDIR/man]
1371 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1372 --htmldir=DIR html documentation [DOCDIR]
1373 --dvidir=DIR dvi documentation [DOCDIR]
1374 --pdfdir=DIR pdf documentation [DOCDIR]
1375 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1376_ACEOF
9b2b7d69 1377
13b2be9c 1378 cat <<\_ACEOF
9b2b7d69 1379
13b2be9c
DJ
1380Program names:
1381 --program-prefix=PREFIX prepend PREFIX to installed program names
1382 --program-suffix=SUFFIX append SUFFIX to installed program names
1383 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1384
13b2be9c
DJ
1385System types:
1386 --build=BUILD configure for building on BUILD [guessed]
1387 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1388 --target=TARGET configure for building compilers for TARGET [HOST]
1389_ACEOF
9b2b7d69 1390fi
9b2b7d69 1391
13b2be9c 1392if test -n "$ac_init_help"; then
9b2b7d69 1393
13b2be9c 1394 cat <<\_ACEOF
9b2b7d69 1395
13b2be9c 1396Optional Features:
81ecdfbb 1397 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1398 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1399 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
1400 --disable-dependency-tracking speeds up one-time build
1401 --enable-dependency-tracking do not reject slow dependency extractors
da2f07f1 1402 --enable-plugins Enable support for plugins (defaults no)
d053aef8 1403 --disable-largefile omit support for large files
81ecdfbb
RW
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
13b2be9c 1408 --disable-libtool-lock avoid locking (might break parallel builds)
241a6c40 1409 --enable-targets alternative target configurations besides the primary
c43a438d 1410 --enable-checking enable run-time checks
241a6c40
AM
1411 --enable-werror treat compile warnings as errors
1412 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1413 --disable-nls do not use Native Language Support
ab509236
L
1414 --enable-maintainer-mode enable make rules and dependencies not useful
1415 (and sometimes confusing) to the casual installer
9b2b7d69 1416
13b2be9c
DJ
1417Optional Packages:
1418 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1419 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1420 --with-pic try to use only PIC/non-PIC objects [default=use
1421 both]
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0acf065b 1423 --with-zlib include zlib support (auto/yes/no) default=auto
9b2b7d69 1424
13b2be9c
DJ
1425Some influential environment variables:
1426 CC C compiler command
1427 CFLAGS C compiler flags
1428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1429 nonstandard directory <lib dir>
81ecdfbb
RW
1430 LIBS libraries to pass to the linker, e.g. -l<library>
1431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1432 you have headers in a nonstandard directory <include dir>
13b2be9c 1433 CPP C preprocessor
81ecdfbb
RW
1434 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1435 the first program found out of: `bison -y', `byacc', `yacc'.
1436 YFLAGS The list of arguments that will be passed by default to $YACC.
1437 This script will default YFLAGS to the empty string to avoid a
1438 default value of `-d' given by some make applications.
13b2be9c
DJ
1439
1440Use these variables to override the choices made by `configure' or to help
1441it to find libraries and programs with nonstandard names/locations.
1442
81ecdfbb 1443Report bugs to the package provider.
13b2be9c 1444_ACEOF
81ecdfbb 1445ac_status=$?
9b2b7d69 1446fi
9b2b7d69 1447
13b2be9c
DJ
1448if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
13b2be9c 1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1453 continue
13b2be9c
DJ
1454 ac_builddir=.
1455
81ecdfbb
RW
1456case "$ac_dir" in
1457.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458*)
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466esac
1467ac_abs_top_builddir=$ac_pwd
1468ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469# for backward compatibility:
1470ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1471
13b2be9c 1472case $srcdir in
81ecdfbb 1473 .) # We are building in place.
13b2be9c 1474 ac_srcdir=.
81ecdfbb
RW
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1478 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1485esac
81ecdfbb
RW
1486ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1496 else
81ecdfbb
RW
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1500 done
1501fi
6840198f 1502
81ecdfbb 1503test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1504if $ac_init_version; then
1505 cat <<\_ACEOF
81ecdfbb
RW
1506configure
1507generated by GNU Autoconf 2.64
c8615825 1508
81ecdfbb 1509Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
1510This configure script is free software; the Free Software Foundation
1511gives unlimited permission to copy, distribute and modify it.
1512_ACEOF
81ecdfbb 1513 exit
13b2be9c 1514fi
c8615825 1515
81ecdfbb
RW
1516## ------------------------ ##
1517## Autoconf initialization. ##
1518## ------------------------ ##
c8615825 1519
81ecdfbb
RW
1520# ac_fn_c_try_compile LINENO
1521# --------------------------
1522# Try to compile conftest.$ac_ext, and return whether this succeeded.
1523ac_fn_c_try_compile ()
13b2be9c 1524{
81ecdfbb
RW
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1528case "(($ac_try" in
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1531esac
1532eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533$as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1535 ac_status=$?
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1540 fi
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1546 ac_retval=0
1547else
1548 $as_echo "$as_me: failed program was:" >&5
1549sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1550
81ecdfbb
RW
1551 ac_retval=1
1552fi
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
13b2be9c 1555
81ecdfbb 1556} # ac_fn_c_try_compile
13b2be9c 1557
81ecdfbb
RW
1558# ac_fn_c_try_link LINENO
1559# -----------------------
1560# Try to link conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_link ()
1562{
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext conftest$ac_exeext
1565 if { { ac_try="$ac_link"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_link") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest$ac_exeext && {
1584 test "$cross_compiling" = yes ||
1585 $as_test_x conftest$ac_exeext
1586 }; then :
1587 ac_retval=0
1588else
1589 $as_echo "$as_me: failed program was:" >&5
1590sed 's/^/| /' conftest.$ac_ext >&5
1591
1592 ac_retval=1
1593fi
1594 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1595 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1596 # interfere with the next link command; also delete a directory that is
1597 # left behind by Apple's compiler. We do this before executing the actions.
1598 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1600 return $ac_retval
1601
1602} # ac_fn_c_try_link
1603
1604# ac_fn_c_try_cpp LINENO
1605# ----------------------
1606# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607ac_fn_c_try_cpp ()
1608{
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { { ac_try="$ac_cpp conftest.$ac_ext"
1611case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614esac
1615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616$as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1623 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } >/dev/null && {
1626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 }; then :
1629 ac_retval=0
1630else
1631 $as_echo "$as_me: failed program was:" >&5
1632sed 's/^/| /' conftest.$ac_ext >&5
1633
1634 ac_retval=1
1635fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 return $ac_retval
1638
1639} # ac_fn_c_try_cpp
1640
1641# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1642# -------------------------------------------------------
1643# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1644# the include files in INCLUDES and setting the cache variable VAR
1645# accordingly.
1646ac_fn_c_check_header_mongrel ()
1647{
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651$as_echo_n "checking for $2... " >&6; }
1652if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1653 $as_echo_n "(cached) " >&6
1654fi
1655eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657$as_echo "$ac_res" >&6; }
1658else
1659 # Is the header compilable?
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1661$as_echo_n "checking $2 usability... " >&6; }
1662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663/* end confdefs.h. */
1664$4
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_compile "$LINENO"; then :
1668 ac_header_compiler=yes
1669else
1670 ac_header_compiler=no
1671fi
1672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1674$as_echo "$ac_header_compiler" >&6; }
1675
1676# Is the header present?
1677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1678$as_echo_n "checking $2 presence... " >&6; }
1679cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680/* end confdefs.h. */
1681#include <$2>
1682_ACEOF
1683if ac_fn_c_try_cpp "$LINENO"; then :
1684 ac_header_preproc=yes
1685else
1686 ac_header_preproc=no
1687fi
1688rm -f conftest.err conftest.$ac_ext
1689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1690$as_echo "$ac_header_preproc" >&6; }
1691
1692# So? What about this header?
1693case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1694 yes:no: )
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1696$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 ;;
1700 no:yes:* )
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1702$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1704$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1706$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1708$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1710$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 ;;
1712esac
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714$as_echo_n "checking for $2... " >&6; }
1715if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1716 $as_echo_n "(cached) " >&6
1717else
1718 eval "$3=\$ac_header_compiler"
1719fi
1720eval ac_res=\$$3
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722$as_echo "$ac_res" >&6; }
1723fi
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725
1726} # ac_fn_c_check_header_mongrel
1727
1728# ac_fn_c_try_run LINENO
1729# ----------------------
1730# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1731# that executables *can* be run.
1732ac_fn_c_try_run ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if { { ac_try="$ac_link"
1736case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739esac
1740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741$as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_link") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1746 { { case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749esac
1750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751$as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_try") 2>&5
1753 ac_status=$?
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; }; }; then :
1756 ac_retval=0
1757else
1758 $as_echo "$as_me: program exited with status $ac_status" >&5
1759 $as_echo "$as_me: failed program was:" >&5
1760sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 ac_retval=$ac_status
1763fi
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1767
1768} # ac_fn_c_try_run
1769
1770# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1771# -------------------------------------------------------
1772# Tests whether HEADER exists and can be compiled using the include files in
1773# INCLUDES, setting the cache variable VAR accordingly.
1774ac_fn_c_check_header_compile ()
1775{
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1778$as_echo_n "checking for $2... " >&6; }
1779if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1780 $as_echo_n "(cached) " >&6
1781else
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783/* end confdefs.h. */
1784$4
1785#include <$2>
1786_ACEOF
1787if ac_fn_c_try_compile "$LINENO"; then :
1788 eval "$3=yes"
1789else
1790 eval "$3=no"
1791fi
1792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793fi
1794eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796$as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798
1799} # ac_fn_c_check_header_compile
1800
1801# ac_fn_c_check_func LINENO FUNC VAR
1802# ----------------------------------
1803# Tests whether FUNC exists, setting the cache variable VAR accordingly
1804ac_fn_c_check_func ()
1805{
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808$as_echo_n "checking for $2... " >&6; }
1809if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1811else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813/* end confdefs.h. */
1814/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816#define $2 innocuous_$2
1817
1818/* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1822
1823#ifdef __STDC__
1824# include <limits.h>
1825#else
1826# include <assert.h>
1827#endif
1828
1829#undef $2
1830
1831/* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1834#ifdef __cplusplus
1835extern "C"
1836#endif
1837char $2 ();
1838/* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841#if defined __stub_$2 || defined __stub___$2
1842choke me
1843#endif
1844
1845int
1846main ()
1847{
1848return $2 ();
1849 ;
1850 return 0;
1851}
1852_ACEOF
1853if ac_fn_c_try_link "$LINENO"; then :
1854 eval "$3=yes"
1855else
1856 eval "$3=no"
1857fi
1858rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1860fi
1861eval ac_res=\$$3
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863$as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865
1866} # ac_fn_c_check_func
1867
1868# ac_fn_c_check_decl LINENO SYMBOL VAR
1869# ------------------------------------
1870# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1871ac_fn_c_check_decl ()
1872{
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1874 as_decl_name=`echo $2|sed 's/ *(.*//'`
1875 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1877$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1878if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1879 $as_echo_n "(cached) " >&6
1880else
1881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1882/* end confdefs.h. */
1883$4
1884int
1885main ()
1886{
360cfc9c
AM
1887#ifndef $as_decl_name
1888#ifdef __cplusplus
1889 (void) $as_decl_use;
1890#else
1891 (void) $as_decl_name;
1892#endif
81ecdfbb
RW
1893#endif
1894
1895 ;
1896 return 0;
1897}
1898_ACEOF
1899if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$3=yes"
1901else
1902 eval "$3=no"
1903fi
1904rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905fi
1906eval ac_res=\$$3
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908$as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911} # ac_fn_c_check_decl
1912cat >config.log <<_ACEOF
1913This file contains any messages produced by compilers while
1914running configure, to aid debugging if configure makes a mistake.
1915
1916It was created by $as_me, which was
1917generated by GNU Autoconf 2.64. Invocation command line was
1918
1919 $ $0 $@
1920
1921_ACEOF
1922exec 5>>config.log
1923{
1924cat <<_ASUNAME
1925## --------- ##
1926## Platform. ##
1927## --------- ##
1928
1929hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1930uname -m = `(uname -m) 2>/dev/null || echo unknown`
1931uname -r = `(uname -r) 2>/dev/null || echo unknown`
1932uname -s = `(uname -s) 2>/dev/null || echo unknown`
1933uname -v = `(uname -v) 2>/dev/null || echo unknown`
1934
1935/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1936/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1937
1938/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
1939/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1940/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1941/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
1942/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1943/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1944/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1945
1946_ASUNAME
1947
1948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949for as_dir in $PATH
1950do
1951 IFS=$as_save_IFS
1952 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1953 $as_echo "PATH: $as_dir"
1954 done
1955IFS=$as_save_IFS
9b2b7d69 1956
13b2be9c 1957} >&5
6840198f 1958
13b2be9c 1959cat >&5 <<_ACEOF
c8615825 1960
9b2b7d69 1961
13b2be9c
DJ
1962## ----------- ##
1963## Core tests. ##
1964## ----------- ##
87ccc1b0 1965
13b2be9c 1966_ACEOF
9b2b7d69 1967
13b2be9c
DJ
1968
1969# Keep a trace of the command line.
1970# Strip out --no-create and --no-recursion so they do not pile up.
1971# Strip out --silent because we don't want to record it for future runs.
1972# Also quote any args containing shell meta-characters.
1973# Make two passes to allow for proper duplicate-argument suppression.
1974ac_configure_args=
1975ac_configure_args0=
1976ac_configure_args1=
13b2be9c
DJ
1977ac_must_keep_next=false
1978for ac_pass in 1 2
1979do
1980 for ac_arg
1981 do
1982 case $ac_arg in
1983 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1985 | -silent | --silent | --silen | --sile | --sil)
1986 continue ;;
81ecdfbb
RW
1987 *\'*)
1988 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
1989 esac
1990 case $ac_pass in
81ecdfbb 1991 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 1992 2)
81ecdfbb 1993 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 1994 if test $ac_must_keep_next = true; then
ab509236 1995 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 1996 else
ab509236
L
1997 case $ac_arg in
1998 *=* | --config-cache | -C | -disable-* | --disable-* \
1999 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2000 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2001 | -with-* | --with-* | -without-* | --without-* | --x)
2002 case "$ac_configure_args0 " in
2003 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2004 esac
2005 ;;
2006 -* ) ac_must_keep_next=true ;;
2007 esac
13b2be9c 2008 fi
81ecdfbb 2009 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2010 ;;
2011 esac
2012 done
13b2be9c 2013done
81ecdfbb
RW
2014{ ac_configure_args0=; unset ac_configure_args0;}
2015{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2016
2017# When interrupted or exit'd, cleanup temporary files, and complete
2018# config.log. We remove comments because anyway the quotes in there
2019# would cause problems or look ugly.
81ecdfbb
RW
2020# WARNING: Use '\'' to represent an apostrophe within the trap.
2021# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2022trap 'exit_status=$?
2023 # Save into config.log some information that might help in debugging.
2024 {
2025 echo
2026
2027 cat <<\_ASBOX
2028## ---------------- ##
2029## Cache variables. ##
2030## ---------------- ##
2031_ASBOX
2032 echo
2033 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2034(
2035 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2036 eval ac_val=\$$ac_var
2037 case $ac_val in #(
2038 *${as_nl}*)
2039 case $ac_var in #(
2040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2041$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2042 esac
2043 case $ac_var in #(
2044 _ | IFS | as_nl) ;; #(
2045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2046 *) { eval $ac_var=; unset $ac_var;} ;;
2047 esac ;;
2048 esac
2049 done
13b2be9c 2050 (set) 2>&1 |
81ecdfbb
RW
2051 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2052 *${as_nl}ac_space=\ *)
13b2be9c 2053 sed -n \
81ecdfbb
RW
2054 "s/'\''/'\''\\\\'\'''\''/g;
2055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2056 ;; #(
13b2be9c 2057 *)
81ecdfbb 2058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2059 ;;
81ecdfbb
RW
2060 esac |
2061 sort
2062)
13b2be9c
DJ
2063 echo
2064
2065 cat <<\_ASBOX
2066## ----------------- ##
2067## Output variables. ##
2068## ----------------- ##
2069_ASBOX
2070 echo
2071 for ac_var in $ac_subst_vars
2072 do
81ecdfbb
RW
2073 eval ac_val=\$$ac_var
2074 case $ac_val in
2075 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2076 esac
2077 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2078 done | sort
2079 echo
2080
2081 if test -n "$ac_subst_files"; then
2082 cat <<\_ASBOX
81ecdfbb
RW
2083## ------------------- ##
2084## File substitutions. ##
2085## ------------------- ##
13b2be9c
DJ
2086_ASBOX
2087 echo
2088 for ac_var in $ac_subst_files
2089 do
81ecdfbb
RW
2090 eval ac_val=\$$ac_var
2091 case $ac_val in
2092 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2093 esac
2094 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2095 done | sort
2096 echo
2097 fi
2098
2099 if test -s confdefs.h; then
2100 cat <<\_ASBOX
2101## ----------- ##
2102## confdefs.h. ##
2103## ----------- ##
2104_ASBOX
2105 echo
81ecdfbb 2106 cat confdefs.h
13b2be9c
DJ
2107 echo
2108 fi
2109 test "$ac_signal" != 0 &&
81ecdfbb
RW
2110 $as_echo "$as_me: caught signal $ac_signal"
2111 $as_echo "$as_me: exit $exit_status"
13b2be9c 2112 } >&5
81ecdfbb
RW
2113 rm -f core *.core core.conftest.* &&
2114 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2115 exit $exit_status
81ecdfbb 2116' 0
13b2be9c 2117for ac_signal in 1 2 13 15; do
81ecdfbb 2118 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2119done
2120ac_signal=0
2121
2122# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2123rm -f -r conftest* confdefs.h
2124
2125$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2126
2127# Predefined preprocessor variables.
2128
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_NAME "$PACKAGE_NAME"
2131_ACEOF
2132
13b2be9c
DJ
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2135_ACEOF
2136
13b2be9c
DJ
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_VERSION "$PACKAGE_VERSION"
2139_ACEOF
2140
13b2be9c
DJ
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_STRING "$PACKAGE_STRING"
2143_ACEOF
2144
13b2be9c
DJ
2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2147_ACEOF
2148
81ecdfbb
RW
2149cat >>confdefs.h <<_ACEOF
2150#define PACKAGE_URL "$PACKAGE_URL"
2151_ACEOF
2152
13b2be9c
DJ
2153
2154# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2155# Prefer an explicitly selected file to automatically selected ones.
2156ac_site_file1=NONE
2157ac_site_file2=NONE
2158if test -n "$CONFIG_SITE"; then
2159 ac_site_file1=$CONFIG_SITE
2160elif test "x$prefix" != xNONE; then
2161 ac_site_file1=$prefix/share/config.site
2162 ac_site_file2=$prefix/etc/config.site
2163else
2164 ac_site_file1=$ac_default_prefix/share/config.site
2165 ac_site_file2=$ac_default_prefix/etc/config.site
2166fi
2167for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2168do
2169 test "x$ac_site_file" = xNONE && continue
13b2be9c 2170 if test -r "$ac_site_file"; then
81ecdfbb
RW
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2172$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c
DJ
2173 sed 's/^/| /' "$ac_site_file" >&5
2174 . "$ac_site_file"
2175 fi
2176done
2177
2178if test -r "$cache_file"; then
2179 # Some versions of bash will fail to source /dev/null (special
2180 # files actually), so we avoid doing that.
2181 if test -f "$cache_file"; then
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2184 case $cache_file in
81ecdfbb
RW
2185 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186 *) . "./$cache_file";;
13b2be9c
DJ
2187 esac
2188 fi
2189else
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2192 >$cache_file
2193fi
2194
2195# Check that the precious variables saved in the cache have kept the same
2196# value.
2197ac_cache_corrupted=false
81ecdfbb 2198for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2199 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2201 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2203 case $ac_old_set,$ac_new_set in
2204 set,)
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2207 ac_cache_corrupted=: ;;
2208 ,set)
81ecdfbb
RW
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2211 ac_cache_corrupted=: ;;
2212 ,);;
2213 *)
2214 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2215 # differences in whitespace do not lead to failure.
2216 ac_old_val_w=`echo x $ac_old_val`
2217 ac_new_val_w=`echo x $ac_new_val`
2218 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221 ac_cache_corrupted=:
2222 else
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225 eval $ac_var=\$ac_old_val
2226 fi
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2228$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2230$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2231 fi;;
2232 esac
2233 # Pass precious variables to config.status.
2234 if test "$ac_new_set" = set; then
2235 case $ac_new_val in
81ecdfbb 2236 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2237 *) ac_arg=$ac_var=$ac_new_val ;;
2238 esac
2239 case " $ac_configure_args " in
2240 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2241 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2242 esac
2243 fi
2244done
2245if $ac_cache_corrupted; then
81ecdfbb
RW
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2250 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2251fi
81ecdfbb
RW
2252## -------------------- ##
2253## Main body of script. ##
2254## -------------------- ##
13b2be9c
DJ
2255
2256ac_ext=c
2257ac_cpp='$CPP $CPPFLAGS'
2258ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261
2262
2263
13b2be9c 2264
da594c4a 2265
13b2be9c
DJ
2266
2267
2268ac_aux_dir=
81ecdfbb
RW
2269for ac_dir in .. "$srcdir"/..; do
2270 for ac_t in install-sh install.sh shtool; do
2271 if test -f "$ac_dir/$ac_t"; then
2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/$ac_t -c"
2274 break 2
2275 fi
2276 done
13b2be9c
DJ
2277done
2278if test -z "$ac_aux_dir"; then
81ecdfbb 2279 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2280fi
81ecdfbb
RW
2281
2282# These three variables are undocumented and unsupported,
2283# and are intended to be withdrawn in a future Autoconf release.
2284# They can cause serious problems if a builder's source tree is in a directory
2285# whose full name contains unusual characters.
2286ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2287ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2288ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289
13b2be9c
DJ
2290
2291# Make sure we can run config.sub.
81ecdfbb
RW
2292$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294
2295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2296$as_echo_n "checking build system type... " >&6; }
2297if test "${ac_cv_build+set}" = set; then :
2298 $as_echo_n "(cached) " >&6
2299else
2300 ac_build_alias=$build_alias
2301test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303test "x$ac_build_alias" = x &&
2304 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2305ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2306 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307
2308fi
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2310$as_echo "$ac_cv_build" >&6; }
2311case $ac_cv_build in
2312*-*-*) ;;
2313*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2314esac
13b2be9c 2315build=$ac_cv_build
81ecdfbb
RW
2316ac_save_IFS=$IFS; IFS='-'
2317set x $ac_cv_build
2318shift
2319build_cpu=$1
2320build_vendor=$2
2321shift; shift
2322# Remember, the first character of IFS is used to create $*,
2323# except with old shells:
2324build_os=$*
2325IFS=$ac_save_IFS
2326case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2327
2328
81ecdfbb
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2330$as_echo_n "checking host system type... " >&6; }
2331if test "${ac_cv_host+set}" = set; then :
2332 $as_echo_n "(cached) " >&6
13b2be9c 2333else
81ecdfbb
RW
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2339fi
13b2be9c
DJ
2340
2341fi
81ecdfbb
RW
2342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2343$as_echo "$ac_cv_host" >&6; }
2344case $ac_cv_host in
2345*-*-*) ;;
2346*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2347esac
13b2be9c 2348host=$ac_cv_host
81ecdfbb
RW
2349ac_save_IFS=$IFS; IFS='-'
2350set x $ac_cv_host
2351shift
2352host_cpu=$1
2353host_vendor=$2
2354shift; shift
2355# Remember, the first character of IFS is used to create $*,
2356# except with old shells:
2357host_os=$*
2358IFS=$ac_save_IFS
2359case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2360
2361
81ecdfbb
RW
2362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2363$as_echo_n "checking target system type... " >&6; }
2364if test "${ac_cv_target+set}" = set; then :
2365 $as_echo_n "(cached) " >&6
2366else
2367 if test "x$target_alias" = x; then
2368 ac_cv_target=$ac_cv_host
13b2be9c 2369else
81ecdfbb
RW
2370 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2371 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2372fi
13b2be9c
DJ
2373
2374fi
81ecdfbb
RW
2375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2376$as_echo "$ac_cv_target" >&6; }
2377case $ac_cv_target in
2378*-*-*) ;;
2379*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2380esac
13b2be9c 2381target=$ac_cv_target
81ecdfbb
RW
2382ac_save_IFS=$IFS; IFS='-'
2383set x $ac_cv_target
2384shift
2385target_cpu=$1
2386target_vendor=$2
2387shift; shift
2388# Remember, the first character of IFS is used to create $*,
2389# except with old shells:
2390target_os=$*
2391IFS=$ac_save_IFS
2392case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2393
2394
2395# The aliases save the names the user supplied, while $host etc.
2396# will get canonicalized.
2397test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2399 NONENONEs,x,x, &&
2400 program_prefix=${target_alias}-
2401ac_ext=c
2402ac_cpp='$CPP $CPPFLAGS'
2403ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2404ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2405ac_compiler_gnu=$ac_cv_c_compiler_gnu
2406if test -n "$ac_tool_prefix"; then
2407 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2408set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410$as_echo_n "checking for $ac_word... " >&6; }
2411if test "${ac_cv_prog_CC+set}" = set; then :
2412 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2413else
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2416else
2417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418for as_dir in $PATH
2419do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2422 for ac_exec_ext in '' $ac_executable_extensions; do
2423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2426 break 2
2427 fi
2428done
81ecdfbb
RW
2429 done
2430IFS=$as_save_IFS
13b2be9c
DJ
2431
2432fi
2433fi
2434CC=$ac_cv_prog_CC
2435if test -n "$CC"; then
81ecdfbb
RW
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2437$as_echo "$CC" >&6; }
13b2be9c 2438else
81ecdfbb
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
13b2be9c
DJ
2441fi
2442
81ecdfbb 2443
13b2be9c
DJ
2444fi
2445if test -z "$ac_cv_prog_CC"; then
2446 ac_ct_CC=$CC
2447 # Extract the first word of "gcc", so it can be a program name with args.
2448set dummy gcc; ac_word=$2
81ecdfbb
RW
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450$as_echo_n "checking for $ac_word... " >&6; }
2451if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2452 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2453else
2454 if test -n "$ac_ct_CC"; then
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2456else
2457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2458for as_dir in $PATH
2459do
2460 IFS=$as_save_IFS
2461 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2462 for ac_exec_ext in '' $ac_executable_extensions; do
2463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2464 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2466 break 2
2467 fi
2468done
81ecdfbb
RW
2469 done
2470IFS=$as_save_IFS
13b2be9c
DJ
2471
2472fi
2473fi
2474ac_ct_CC=$ac_cv_prog_ac_ct_CC
2475if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2477$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2478else
81ecdfbb
RW
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2480$as_echo "no" >&6; }
13b2be9c
DJ
2481fi
2482
81ecdfbb
RW
2483 if test "x$ac_ct_CC" = x; then
2484 CC=""
2485 else
2486 case $cross_compiling:$ac_tool_warned in
2487yes:)
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2489$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2490ac_tool_warned=yes ;;
2491esac
2492 CC=$ac_ct_CC
2493 fi
13b2be9c
DJ
2494else
2495 CC="$ac_cv_prog_CC"
2496fi
2497
2498if test -z "$CC"; then
81ecdfbb
RW
2499 if test -n "$ac_tool_prefix"; then
2500 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13b2be9c 2501set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
2504if test "${ac_cv_prog_CC+set}" = set; then :
2505 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2506else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
2510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511for as_dir in $PATH
2512do
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2517 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2519 break 2
2520 fi
2521done
81ecdfbb
RW
2522 done
2523IFS=$as_save_IFS
13b2be9c
DJ
2524
2525fi
2526fi
2527CC=$ac_cv_prog_CC
2528if test -n "$CC"; then
81ecdfbb
RW
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530$as_echo "$CC" >&6; }
13b2be9c 2531else
81ecdfbb
RW
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533$as_echo "no" >&6; }
13b2be9c
DJ
2534fi
2535
13b2be9c 2536
81ecdfbb 2537 fi
13b2be9c
DJ
2538fi
2539if test -z "$CC"; then
2540 # Extract the first word of "cc", so it can be a program name with args.
2541set dummy cc; ac_word=$2
81ecdfbb
RW
2542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2543$as_echo_n "checking for $ac_word... " >&6; }
2544if test "${ac_cv_prog_CC+set}" = set; then :
2545 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2546else
2547 if test -n "$CC"; then
2548 ac_cv_prog_CC="$CC" # Let the user override the test.
2549else
2550 ac_prog_rejected=no
2551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2552for as_dir in $PATH
2553do
2554 IFS=$as_save_IFS
2555 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2556 for ac_exec_ext in '' $ac_executable_extensions; do
2557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c
DJ
2558 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2559 ac_prog_rejected=yes
2560 continue
2561 fi
2562 ac_cv_prog_CC="cc"
81ecdfbb 2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2564 break 2
2565 fi
2566done
81ecdfbb
RW
2567 done
2568IFS=$as_save_IFS
2569
13b2be9c
DJ
2570if test $ac_prog_rejected = yes; then
2571 # We found a bogon in the path, so make sure we never use it.
2572 set dummy $ac_cv_prog_CC
2573 shift
2574 if test $# != 0; then
2575 # We chose a different compiler from the bogus one.
2576 # However, it has the same basename, so the bogon will be chosen
2577 # first if we set CC to just the basename; use the full file name.
2578 shift
2579 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2580 fi
2581fi
2582fi
2583fi
2584CC=$ac_cv_prog_CC
2585if test -n "$CC"; then
81ecdfbb
RW
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2587$as_echo "$CC" >&6; }
13b2be9c 2588else
81ecdfbb
RW
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590$as_echo "no" >&6; }
13b2be9c
DJ
2591fi
2592
81ecdfbb 2593
13b2be9c
DJ
2594fi
2595if test -z "$CC"; then
2596 if test -n "$ac_tool_prefix"; then
81ecdfbb 2597 for ac_prog in cl.exe
13b2be9c
DJ
2598 do
2599 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2600set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602$as_echo_n "checking for $ac_word... " >&6; }
2603if test "${ac_cv_prog_CC+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2605else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608else
2609as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610for as_dir in $PATH
2611do
2612 IFS=$as_save_IFS
2613 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2616 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2618 break 2
2619 fi
2620done
81ecdfbb
RW
2621 done
2622IFS=$as_save_IFS
13b2be9c
DJ
2623
2624fi
2625fi
2626CC=$ac_cv_prog_CC
2627if test -n "$CC"; then
81ecdfbb
RW
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2629$as_echo "$CC" >&6; }
13b2be9c 2630else
81ecdfbb
RW
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632$as_echo "no" >&6; }
13b2be9c
DJ
2633fi
2634
81ecdfbb 2635
13b2be9c
DJ
2636 test -n "$CC" && break
2637 done
2638fi
2639if test -z "$CC"; then
2640 ac_ct_CC=$CC
81ecdfbb 2641 for ac_prog in cl.exe
13b2be9c
DJ
2642do
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646$as_echo_n "checking for $ac_word... " >&6; }
2647if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2648 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2649else
2650 if test -n "$ac_ct_CC"; then
2651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2652else
2653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654for as_dir in $PATH
2655do
2656 IFS=$as_save_IFS
2657 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2658 for ac_exec_ext in '' $ac_executable_extensions; do
2659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2660 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2662 break 2
2663 fi
2664done
81ecdfbb
RW
2665 done
2666IFS=$as_save_IFS
13b2be9c
DJ
2667
2668fi
2669fi
2670ac_ct_CC=$ac_cv_prog_ac_ct_CC
2671if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2673$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2674else
81ecdfbb
RW
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676$as_echo "no" >&6; }
13b2be9c
DJ
2677fi
2678
81ecdfbb 2679
13b2be9c
DJ
2680 test -n "$ac_ct_CC" && break
2681done
2682
81ecdfbb
RW
2683 if test "x$ac_ct_CC" = x; then
2684 CC=""
2685 else
2686 case $cross_compiling:$ac_tool_warned in
2687yes:)
2688{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2689$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2690ac_tool_warned=yes ;;
2691esac
2692 CC=$ac_ct_CC
2693 fi
13b2be9c
DJ
2694fi
2695
2696fi
2697
2698
81ecdfbb
RW
2699test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2700$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2701as_fn_error "no acceptable C compiler found in \$PATH
2702See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2703
2704# Provide some information about the compiler.
81ecdfbb
RW
2705$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706set X $ac_compile
2707ac_compiler=$2
2708for ac_option in --version -v -V -qversion; do
2709 { { ac_try="$ac_compiler $ac_option >&5"
2710case "(($ac_try" in
2711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712 *) ac_try_echo=$ac_try;;
2713esac
2714eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715$as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13b2be9c 2717 ac_status=$?
81ecdfbb
RW
2718 if test -s conftest.err; then
2719 sed '10a\
2720... rest of stderr output deleted ...
2721 10q' conftest.err >conftest.er1
2722 cat conftest.er1 >&5
2723 rm -f conftest.er1 conftest.err
2724 fi
2725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2726 test $ac_status = 0; }
2727done
13b2be9c 2728
81ecdfbb 2729cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2730/* end confdefs.h. */
2731
2732int
2733main ()
2734{
2735
2736 ;
2737 return 0;
2738}
2739_ACEOF
2740ac_clean_files_save=$ac_clean_files
81ecdfbb 2741ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
13b2be9c
DJ
2742# Try to create an executable without -o first, disregard a.out.
2743# It will help us diagnose broken compilers, and finding out an intuition
2744# of exeext.
81ecdfbb
RW
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2746$as_echo_n "checking for C compiler default output file name... " >&6; }
2747ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2748
2749# The possible output files:
2750ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751
2752ac_rmfiles=
2753for ac_file in $ac_files
2754do
2755 case $ac_file in
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2757 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2758 esac
2759done
2760rm -f $ac_rmfiles
2761
2762if { { ac_try="$ac_link_default"
2763case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766esac
2767eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768$as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_link_default") 2>&5
2770 ac_status=$?
2771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2772 test $ac_status = 0; }; then :
2773 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2774# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2775# in a Makefile. We should not override ac_cv_exeext if it was cached,
2776# so that the user can short-circuit this test for compilers unknown to
2777# Autoconf.
2778for ac_file in $ac_files ''
13b2be9c
DJ
2779do
2780 test -f "$ac_file" || continue
2781 case $ac_file in
81ecdfbb 2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ab509236 2783 ;;
13b2be9c 2784 [ab].out )
ab509236
L
2785 # We found the default executable, but exeext='' is most
2786 # certainly right.
2787 break;;
13b2be9c 2788 *.* )
81ecdfbb
RW
2789 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2790 then :; else
2791 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2792 fi
2793 # We set ac_cv_exeext here because the later test for it is not
2794 # safe: cross compilers may not add the suffix if given an `-o'
2795 # argument, so we may need to know it at that point already.
2796 # Even if this section looks crufty: it has the advantage of
2797 # actually working.
ab509236 2798 break;;
13b2be9c 2799 * )
ab509236 2800 break;;
13b2be9c
DJ
2801 esac
2802done
81ecdfbb
RW
2803test "$ac_cv_exeext" = no && ac_cv_exeext=
2804
13b2be9c 2805else
81ecdfbb
RW
2806 ac_file=''
2807fi
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2809$as_echo "$ac_file" >&6; }
2810if test -z "$ac_file"; then :
2811 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2812sed 's/^/| /' conftest.$ac_ext >&5
2813
81ecdfbb
RW
2814{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2815$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2816{ as_fn_set_status 77
2817as_fn_error "C compiler cannot create executables
2818See \`config.log' for more details." "$LINENO" 5; }; }
13b2be9c 2819fi
13b2be9c 2820ac_exeext=$ac_cv_exeext
13b2be9c 2821
81ecdfbb 2822# Check that the compiler produces executables we can run. If not, either
13b2be9c 2823# the compiler is broken, or we cross compile.
81ecdfbb
RW
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2825$as_echo_n "checking whether the C compiler works... " >&6; }
13b2be9c
DJ
2826# If not cross compiling, check that we can run a simple program.
2827if test "$cross_compiling" != yes; then
2828 if { ac_try='./$ac_file'
81ecdfbb
RW
2829 { { case "(($ac_try" in
2830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2831 *) ac_try_echo=$ac_try;;
2832esac
2833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2834$as_echo "$ac_try_echo"; } >&5
2835 (eval "$ac_try") 2>&5
13b2be9c 2836 ac_status=$?
81ecdfbb
RW
2837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2838 test $ac_status = 0; }; }; then
13b2be9c
DJ
2839 cross_compiling=no
2840 else
2841 if test "$cross_compiling" = maybe; then
2842 cross_compiling=yes
2843 else
81ecdfbb
RW
2844 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2845$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846as_fn_error "cannot run C compiled programs.
13b2be9c 2847If you meant to cross compile, use \`--host'.
81ecdfbb 2848See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2849 fi
2850 fi
2851fi
81ecdfbb
RW
2852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2853$as_echo "yes" >&6; }
13b2be9c 2854
81ecdfbb 2855rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
13b2be9c 2856ac_clean_files=$ac_clean_files_save
81ecdfbb 2857# Check that the compiler produces executables we can run. If not, either
13b2be9c 2858# the compiler is broken, or we cross compile.
81ecdfbb
RW
2859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2860$as_echo_n "checking whether we are cross compiling... " >&6; }
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2862$as_echo "$cross_compiling" >&6; }
2863
2864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2865$as_echo_n "checking for suffix of executables... " >&6; }
2866if { { ac_try="$ac_link"
2867case "(($ac_try" in
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2870esac
2871eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2872$as_echo "$ac_try_echo"; } >&5
2873 (eval "$ac_link") 2>&5
13b2be9c 2874 ac_status=$?
81ecdfbb
RW
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; then :
13b2be9c
DJ
2877 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2878# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2879# work properly (i.e., refer to `conftest.exe'), while it won't with
2880# `rm'.
2881for ac_file in conftest.exe conftest conftest.*; do
2882 test -f "$ac_file" || continue
2883 case $ac_file in
81ecdfbb 2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
13b2be9c 2885 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236 2886 break;;
13b2be9c
DJ
2887 * ) break;;
2888 esac
2889done
2890else
81ecdfbb
RW
2891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2892$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2893as_fn_error "cannot compute suffix of executables: cannot compile and link
2894See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2895fi
13b2be9c 2896rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2898$as_echo "$ac_cv_exeext" >&6; }
13b2be9c
DJ
2899
2900rm -f conftest.$ac_ext
2901EXEEXT=$ac_cv_exeext
2902ac_exeext=$EXEEXT
81ecdfbb
RW
2903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2904$as_echo_n "checking for suffix of object files... " >&6; }
2905if test "${ac_cv_objext+set}" = set; then :
2906 $as_echo_n "(cached) " >&6
13b2be9c 2907else
81ecdfbb 2908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2909/* end confdefs.h. */
2910
2911int
2912main ()
2913{
2914
2915 ;
2916 return 0;
2917}
2918_ACEOF
2919rm -f conftest.o conftest.obj
81ecdfbb
RW
2920if { { ac_try="$ac_compile"
2921case "(($ac_try" in
2922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2923 *) ac_try_echo=$ac_try;;
2924esac
2925eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2926$as_echo "$ac_try_echo"; } >&5
2927 (eval "$ac_compile") 2>&5
2928 ac_status=$?
2929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2930 test $ac_status = 0; }; then :
2931 for ac_file in conftest.o conftest.obj conftest.*; do
2932 test -f "$ac_file" || continue;
13b2be9c 2933 case $ac_file in
81ecdfbb 2934 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
13b2be9c
DJ
2935 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2936 break;;
2937 esac
2938done
2939else
81ecdfbb 2940 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2941sed 's/^/| /' conftest.$ac_ext >&5
2942
81ecdfbb
RW
2943{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2944$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2945as_fn_error "cannot compute suffix of object files: cannot compile
2946See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2947fi
13b2be9c
DJ
2948rm -f conftest.$ac_cv_objext conftest.$ac_ext
2949fi
81ecdfbb
RW
2950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2951$as_echo "$ac_cv_objext" >&6; }
13b2be9c
DJ
2952OBJEXT=$ac_cv_objext
2953ac_objext=$OBJEXT
81ecdfbb
RW
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2955$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2956if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2957 $as_echo_n "(cached) " >&6
13b2be9c 2958else
81ecdfbb 2959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2960/* end confdefs.h. */
2961
2962int
2963main ()
2964{
2965#ifndef __GNUC__
2966 choke me
2967#endif
2968
2969 ;
2970 return 0;
2971}
2972_ACEOF
81ecdfbb 2973if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
2974 ac_compiler_gnu=yes
2975else
81ecdfbb 2976 ac_compiler_gnu=no
13b2be9c 2977fi
81ecdfbb 2978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2979ac_cv_c_compiler_gnu=$ac_compiler_gnu
2980
2981fi
81ecdfbb
RW
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2983$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2984if test $ac_compiler_gnu = yes; then
2985 GCC=yes
2986else
2987 GCC=
2988fi
13b2be9c
DJ
2989ac_test_CFLAGS=${CFLAGS+set}
2990ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2992$as_echo_n "checking whether $CC accepts -g... " >&6; }
2993if test "${ac_cv_prog_cc_g+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995else
2996 ac_save_c_werror_flag=$ac_c_werror_flag
2997 ac_c_werror_flag=yes
2998 ac_cv_prog_cc_g=no
2999 CFLAGS="-g"
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3001/* end confdefs.h. */
3002
3003int
3004main ()
3005{
3006
3007 ;
3008 return 0;
3009}
3010_ACEOF
81ecdfbb 3011if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3012 ac_cv_prog_cc_g=yes
3013else
81ecdfbb
RW
3014 CFLAGS=""
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016/* end confdefs.h. */
13b2be9c 3017
81ecdfbb
RW
3018int
3019main ()
3020{
3021
3022 ;
3023 return 0;
3024}
3025_ACEOF
3026if ac_fn_c_try_compile "$LINENO"; then :
3027
3028else
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3030 CFLAGS="-g"
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032/* end confdefs.h. */
3033
3034int
3035main ()
3036{
3037
3038 ;
3039 return 0;
3040}
3041_ACEOF
3042if ac_fn_c_try_compile "$LINENO"; then :
3043 ac_cv_prog_cc_g=yes
3044fi
3045rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3046fi
81ecdfbb 3047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3048fi
81ecdfbb
RW
3049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3050 ac_c_werror_flag=$ac_save_c_werror_flag
3051fi
3052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3053$as_echo "$ac_cv_prog_cc_g" >&6; }
13b2be9c
DJ
3054if test "$ac_test_CFLAGS" = set; then
3055 CFLAGS=$ac_save_CFLAGS
3056elif test $ac_cv_prog_cc_g = yes; then
3057 if test "$GCC" = yes; then
3058 CFLAGS="-g -O2"
3059 else
3060 CFLAGS="-g"
3061 fi
3062else
3063 if test "$GCC" = yes; then
3064 CFLAGS="-O2"
3065 else
3066 CFLAGS=
3067 fi
3068fi
81ecdfbb
RW
3069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3070$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3071if test "${ac_cv_prog_cc_c89+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
13b2be9c 3073else
81ecdfbb 3074 ac_cv_prog_cc_c89=no
13b2be9c 3075ac_save_CC=$CC
81ecdfbb 3076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3077/* end confdefs.h. */
3078#include <stdarg.h>
3079#include <stdio.h>
3080#include <sys/types.h>
3081#include <sys/stat.h>
3082/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3083struct buf { int x; };
3084FILE * (*rcsopen) (struct buf *, struct stat *, int);
3085static char *e (p, i)
3086 char **p;
3087 int i;
3088{
3089 return p[i];
3090}
3091static char *f (char * (*g) (char **, int), char **p, ...)
3092{
3093 char *s;
3094 va_list v;
3095 va_start (v,p);
3096 s = g (p, va_arg (v,int));
3097 va_end (v);
3098 return s;
3099}
ab509236
L
3100
3101/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3102 function prototypes and stuff, but not '\xHH' hex character constants.
3103 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3104 as 'x'. The following induces an error, until -std is added to get
ab509236
L
3105 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3106 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3107 that's true only with -std. */
ab509236
L
3108int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3109
81ecdfbb
RW
3110/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3111 inside strings and character constants. */
3112#define FOO(x) 'x'
3113int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3114
13b2be9c
DJ
3115int test (int i, double x);
3116struct s1 {int (*f) (int a);};
3117struct s2 {int (*f) (double a);};
3118int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3119int argc;
3120char **argv;
3121int
3122main ()
3123{
3124return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3125 ;
3126 return 0;
3127}
3128_ACEOF
81ecdfbb
RW
3129for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3130 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13b2be9c
DJ
3131do
3132 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3133 if ac_fn_c_try_compile "$LINENO"; then :
3134 ac_cv_prog_cc_c89=$ac_arg
13b2be9c 3135fi
81ecdfbb
RW
3136rm -f core conftest.err conftest.$ac_objext
3137 test "x$ac_cv_prog_cc_c89" != "xno" && break
13b2be9c 3138done
81ecdfbb 3139rm -f conftest.$ac_ext
13b2be9c
DJ
3140CC=$ac_save_CC
3141
3142fi
81ecdfbb
RW
3143# AC_CACHE_VAL
3144case "x$ac_cv_prog_cc_c89" in
3145 x)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3147$as_echo "none needed" >&6; } ;;
3148 xno)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3150$as_echo "unsupported" >&6; } ;;
13b2be9c 3151 *)
81ecdfbb
RW
3152 CC="$CC $ac_cv_prog_cc_c89"
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3154$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
13b2be9c 3155esac
81ecdfbb 3156if test "x$ac_cv_prog_cc_c89" != xno; then :
13b2be9c 3157
13b2be9c
DJ
3158fi
3159
13b2be9c
DJ
3160ac_ext=c
3161ac_cpp='$CPP $CPPFLAGS'
3162ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164ac_compiler_gnu=$ac_cv_c_compiler_gnu
3165
3166
81ecdfbb
RW
3167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3168$as_echo_n "checking for library containing strerror... " >&6; }
3169if test "${ac_cv_search_strerror+set}" = set; then :
3170 $as_echo_n "(cached) " >&6
13b2be9c 3171else
ab509236 3172 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3173cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3174/* end confdefs.h. */
3175
81ecdfbb
RW
3176/* Override any GCC internal prototype to avoid an error.
3177 Use char because int might match the return type of a GCC
3178 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
3179#ifdef __cplusplus
3180extern "C"
3181#endif
13b2be9c
DJ
3182char strerror ();
3183int
3184main ()
3185{
81ecdfbb 3186return strerror ();
13b2be9c
DJ
3187 ;
3188 return 0;
3189}
3190_ACEOF
81ecdfbb
RW
3191for ac_lib in '' cposix; do
3192 if test -z "$ac_lib"; then
3193 ac_res="none required"
3194 else
3195 ac_res=-l$ac_lib
ab509236 3196 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3197 fi
3198 if ac_fn_c_try_link "$LINENO"; then :
3199 ac_cv_search_strerror=$ac_res
3200fi
3201rm -f core conftest.err conftest.$ac_objext \
3202 conftest$ac_exeext
3203 if test "${ac_cv_search_strerror+set}" = set; then :
3204 break
3205fi
3206done
3207if test "${ac_cv_search_strerror+set}" = set; then :
ab509236 3208
ab509236 3209else
81ecdfbb 3210 ac_cv_search_strerror=no
13b2be9c 3211fi
81ecdfbb 3212rm conftest.$ac_ext
ab509236
L
3213LIBS=$ac_func_search_save_LIBS
3214fi
81ecdfbb
RW
3215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3216$as_echo "$ac_cv_search_strerror" >&6; }
3217ac_res=$ac_cv_search_strerror
3218if test "$ac_res" != no; then :
3219 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13b2be9c 3220
ab509236 3221fi
13b2be9c
DJ
3222
3223
c4dd807e 3224BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
81ecdfbb
RW
3225am__api_version='1.11'
3226
13b2be9c
DJ
3227# Find a good install program. We prefer a C program (faster),
3228# so one script is as good as another. But avoid the broken or
3229# incompatible versions:
3230# SysV /etc/install, /usr/sbin/install
3231# SunOS /usr/etc/install
3232# IRIX /sbin/install
3233# AIX /bin/install
3234# AmigaOS /C/install, which installs bootblocks on floppy discs
3235# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3236# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3237# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 3238# OS/2's system install, which has a completely different semantic
13b2be9c 3239# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3240# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3242$as_echo_n "checking for a BSD-compatible install... " >&6; }
13b2be9c 3243if test -z "$INSTALL"; then
81ecdfbb
RW
3244if test "${ac_cv_path_install+set}" = set; then :
3245 $as_echo_n "(cached) " >&6
13b2be9c
DJ
3246else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248for as_dir in $PATH
3249do
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3252 # Account for people who put trailing slashes in PATH elements.
3253case $as_dir/ in #((
3254 ./ | .// | /[cC]/* | \
13b2be9c 3255 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3256 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
13b2be9c
DJ
3257 /usr/ucb/* ) ;;
3258 *)
3259 # OSF1 and SCO ODT 3.0 have their own names for install.
3260 # Don't use installbsd from OSF since it installs stuff as root
3261 # by default.
3262 for ac_prog in ginstall scoinst install; do
3263 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3264 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
ab509236
L
3265 if test $ac_prog = install &&
3266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3267 # AIX install. It has an incompatible calling convention.
3268 :
3269 elif test $ac_prog = install &&
3270 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3271 # program-specific install script used by HP pwplus--don't use.
3272 :
3273 else
58c85be7
RW
3274 rm -rf conftest.one conftest.two conftest.dir
3275 echo one > conftest.one
3276 echo two > conftest.two
3277 mkdir conftest.dir
3278 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3279 test -s conftest.one && test -s conftest.two &&
3280 test -s conftest.dir/conftest.one &&
3281 test -s conftest.dir/conftest.two
3282 then
3283 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3284 break 3
3285 fi
ab509236
L
3286 fi
3287 fi
13b2be9c
DJ
3288 done
3289 done
3290 ;;
3291esac
81ecdfbb
RW
3292
3293 done
3294IFS=$as_save_IFS
13b2be9c 3295
58c85be7 3296rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3297
3298fi
3299 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 3300 INSTALL=$ac_cv_path_install
252b5132 3301 else
58c85be7
RW
3302 # As a last resort, use the slow shell script. Don't cache a
3303 # value for INSTALL within a source directory, because that will
252b5132 3304 # break other packages using the cache if that directory is
58c85be7 3305 # removed, or if the value is a relative name.
13b2be9c 3306 INSTALL=$ac_install_sh
252b5132
RH
3307 fi
3308fi
81ecdfbb
RW
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3310$as_echo "$INSTALL" >&6; }
252b5132
RH
3311
3312# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3313# It thinks the first close brace ends the variable substitution.
3314test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3315
13b2be9c 3316test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3317
3318test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3319
81ecdfbb
RW
3320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3321$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3322# Just in case
3323sleep 1
13b2be9c 3324echo timestamp > conftest.file
81ecdfbb
RW
3325# Reject unsafe characters in $srcdir or the absolute working directory
3326# name. Accept space and tab only in the latter.
3327am_lf='
3328'
3329case `pwd` in
3330 *[\\\"\#\$\&\'\`$am_lf]*)
3331 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3332esac
3333case $srcdir in
3334 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3335 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3336esac
3337
252b5132
RH
3338# Do `set' in a subshell so we don't clobber the current shell's
3339# arguments. Must try -L first in case configure is actually a
3340# symlink; some systems play weird games with the mod time of symlinks
3341# (eg FreeBSD returns the mod time of the symlink's containing
3342# directory).
3343if (
81ecdfbb 3344 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3345 if test "$*" = "X"; then
3346 # -L didn't work.
81ecdfbb 3347 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3348 fi
13b2be9c
DJ
3349 rm -f conftest.file
3350 if test "$*" != "X $srcdir/configure conftest.file" \
3351 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3352
3353 # If neither matched, then we have a broken ls. This can happen
3354 # if, for instance, CONFIG_SHELL is bash and it inherits a
3355 # broken ls alias from the environment. This has actually
3356 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3357 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3358alias in your environment" "$LINENO" 5
252b5132
RH
3359 fi
3360
13b2be9c
DJ
3361 test "$2" = conftest.file
3362 )
3363then
3364 # Ok.
3365 :
3366else
81ecdfbb
RW
3367 as_fn_error "newly created file is older than distributed files!
3368Check your system clock" "$LINENO" 5
13b2be9c 3369fi
81ecdfbb
RW
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3371$as_echo "yes" >&6; }
13b2be9c 3372test "$program_prefix" != NONE &&
81ecdfbb 3373 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
3374# Use a double $ so make ignores it.
3375test "$program_suffix" != NONE &&
81ecdfbb
RW
3376 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3377# Double any \ or $.
13b2be9c 3378# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3379ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3380program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 3381
13b2be9c
DJ
3382# expand $ac_aux_dir to an absolute path
3383am_aux_dir=`cd $ac_aux_dir && pwd`
3384
81ecdfbb
RW
3385if test x"${MISSING+set}" != xset; then
3386 case $am_aux_dir in
3387 *\ * | *\ *)
3388 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3389 *)
3390 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3391 esac
3392fi
13b2be9c
DJ
3393# Use eval to expand $SHELL
3394if eval "$MISSING --run true"; then
3395 am_missing_run="$MISSING --run "
3396else
3397 am_missing_run=
81ecdfbb
RW
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3399$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
ab509236
L
3400fi
3401
81ecdfbb
RW
3402if test x"${install_sh}" != xset; then
3403 case $am_aux_dir in
3404 *\ * | *\ *)
3405 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3406 *)
3407 install_sh="\${SHELL} $am_aux_dir/install-sh"
3408 esac
3409fi
3410
3411# Installed binaries are usually stripped using `strip' when the user
3412# run `make install-strip'. However `strip' might not be the right
3413# tool to use in cross-compilation environments, therefore Automake
3414# will honor the `STRIP' environment variable to overrule this program.
3415if test "$cross_compiling" != no; then
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3418set dummy ${ac_tool_prefix}strip; ac_word=$2
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420$as_echo_n "checking for $ac_word... " >&6; }
3421if test "${ac_cv_prog_STRIP+set}" = set; then :
3422 $as_echo_n "(cached) " >&6
13b2be9c 3423else
81ecdfbb
RW
3424 if test -n "$STRIP"; then
3425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
3426else
3427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3428for as_dir in $PATH
3429do
3430 IFS=$as_save_IFS
3431 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3432 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
3436 break 2
3437 fi
3438done
81ecdfbb
RW
3439 done
3440IFS=$as_save_IFS
13b2be9c
DJ
3441
3442fi
3443fi
81ecdfbb
RW
3444STRIP=$ac_cv_prog_STRIP
3445if test -n "$STRIP"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3447$as_echo "$STRIP" >&6; }
13b2be9c 3448else
81ecdfbb
RW
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450$as_echo "no" >&6; }
13b2be9c
DJ
3451fi
3452
13b2be9c 3453
81ecdfbb
RW
3454fi
3455if test -z "$ac_cv_prog_STRIP"; then
3456 ac_ct_STRIP=$STRIP
3457 # Extract the first word of "strip", so it can be a program name with args.
3458set dummy strip; ac_word=$2
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460$as_echo_n "checking for $ac_word... " >&6; }
3461if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3462 $as_echo_n "(cached) " >&6
13b2be9c 3463else
81ecdfbb
RW
3464 if test -n "$ac_ct_STRIP"; then
3465 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 3466else
81ecdfbb
RW
3467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468for as_dir in $PATH
3469do
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3474 ac_cv_prog_ac_ct_STRIP="strip"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 break 2
3477 fi
3478done
3479 done
3480IFS=$as_save_IFS
3481
3482fi
3483fi
3484ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3485if test -n "$ac_ct_STRIP"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3487$as_echo "$ac_ct_STRIP" >&6; }
3488else
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490$as_echo "no" >&6; }
3491fi
3492
3493 if test "x$ac_ct_STRIP" = x; then
3494 STRIP=":"
3495 else
3496 case $cross_compiling:$ac_tool_warned in
3497yes:)
3498{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500ac_tool_warned=yes ;;
3501esac
3502 STRIP=$ac_ct_STRIP
3503 fi
3504else
3505 STRIP="$ac_cv_prog_STRIP"
3506fi
3507
3508fi
3509INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3510
3511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3512$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3513if test -z "$MKDIR_P"; then
3514 if test "${ac_cv_path_mkdir+set}" = set; then :
3515 $as_echo_n "(cached) " >&6
3516else
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3519do
3520 IFS=$as_save_IFS
3521 test -z "$as_dir" && as_dir=.
3522 for ac_prog in mkdir gmkdir; do
3523 for ac_exec_ext in '' $ac_executable_extensions; do
3524 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3525 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3526 'mkdir (GNU coreutils) '* | \
3527 'mkdir (coreutils) '* | \
3528 'mkdir (fileutils) '4.1*)
3529 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3530 break 3;;
3531 esac
3532 done
3533 done
3534 done
3535IFS=$as_save_IFS
3536
3537fi
3538
3539 if test "${ac_cv_path_mkdir+set}" = set; then
3540 MKDIR_P="$ac_cv_path_mkdir -p"
3541 else
3542 # As a last resort, use the slow shell script. Don't cache a
3543 # value for MKDIR_P within a source directory, because that will
3544 # break other packages using the cache if that directory is
3545 # removed, or if the value is a relative name.
3546 test -d ./--version && rmdir ./--version
3547 MKDIR_P="$ac_install_sh -d"
3548 fi
3549fi
3550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3551$as_echo "$MKDIR_P" >&6; }
3552
3553mkdir_p="$MKDIR_P"
3554case $mkdir_p in
3555 [\\/$]* | ?:[\\/]*) ;;
3556 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3557esac
3558
3559for ac_prog in gawk mawk nawk awk
3560do
3561 # Extract the first word of "$ac_prog", so it can be a program name with args.
3562set dummy $ac_prog; ac_word=$2
3563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3564$as_echo_n "checking for $ac_word... " >&6; }
3565if test "${ac_cv_prog_AWK+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3567else
3568 if test -n "$AWK"; then
3569 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3570else
3571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3572for as_dir in $PATH
3573do
3574 IFS=$as_save_IFS
3575 test -z "$as_dir" && as_dir=.
3576 for ac_exec_ext in '' $ac_executable_extensions; do
3577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3578 ac_cv_prog_AWK="$ac_prog"
3579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3580 break 2
3581 fi
3582done
3583 done
3584IFS=$as_save_IFS
3585
3586fi
3587fi
3588AWK=$ac_cv_prog_AWK
3589if test -n "$AWK"; then
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3591$as_echo "$AWK" >&6; }
3592else
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594$as_echo "no" >&6; }
13b2be9c 3595fi
81ecdfbb
RW
3596
3597
3598 test -n "$AWK" && break
3599done
3600
3601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3602$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3603set x ${MAKE-make}
3604ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3605if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3606 $as_echo_n "(cached) " >&6
3607else
3608 cat >conftest.make <<\_ACEOF
3609SHELL = /bin/sh
3610all:
3611 @echo '@@@%%%=$(MAKE)=@@@%%%'
3612_ACEOF
3613# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3614case `${MAKE-make} -f conftest.make 2>/dev/null` in
3615 *@@@%%%=?*=@@@%%%*)
3616 eval ac_cv_prog_make_${ac_make}_set=yes;;
3617 *)
3618 eval ac_cv_prog_make_${ac_make}_set=no;;
3619esac
13b2be9c
DJ
3620rm -f conftest.make
3621fi
81ecdfbb
RW
3622if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624$as_echo "yes" >&6; }
13b2be9c
DJ
3625 SET_MAKE=
3626else
81ecdfbb
RW
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628$as_echo "no" >&6; }
13b2be9c
DJ
3629 SET_MAKE="MAKE=${MAKE-make}"
3630fi
3631
3632rm -rf .tst 2>/dev/null
3633mkdir .tst 2>/dev/null
3634if test -d .tst; then
3635 am__leading_dot=.
3636else
3637 am__leading_dot=_
3638fi
3639rmdir .tst 2>/dev/null
3640
3641DEPDIR="${am__leading_dot}deps"
3642
81ecdfbb 3643ac_config_commands="$ac_config_commands depfiles"
13b2be9c
DJ
3644
3645
3646am_make=${MAKE-make}
3647cat > confinc << 'END'
3648am__doit:
81ecdfbb 3649 @echo this is the am__doit target
13b2be9c
DJ
3650.PHONY: am__doit
3651END
3652# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3654$as_echo_n "checking for style of include used by $am_make... " >&6; }
13b2be9c
DJ
3655am__include="#"
3656am__quote=
3657_am_result=none
3658# First try GNU make style include.
3659echo "include confinc" > confmf
81ecdfbb
RW
3660# Ignore all kinds of additional output from `make'.
3661case `$am_make -s -f confmf 2> /dev/null` in #(
3662*the\ am__doit\ target*)
3663 am__include=include
3664 am__quote=
3665 _am_result=GNU
3666 ;;
3667esac
13b2be9c
DJ
3668# Now try BSD make style include.
3669if test "$am__include" = "#"; then
3670 echo '.include "confinc"' > confmf
81ecdfbb
RW
3671 case `$am_make -s -f confmf 2> /dev/null` in #(
3672 *the\ am__doit\ target*)
3673 am__include=.include
3674 am__quote="\""
3675 _am_result=BSD
3676 ;;
3677 esac
13b2be9c
DJ
3678fi
3679
3680
81ecdfbb
RW
3681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3682$as_echo "$_am_result" >&6; }
13b2be9c
DJ
3683rm -f confinc confmf
3684
81ecdfbb
RW
3685# Check whether --enable-dependency-tracking was given.
3686if test "${enable_dependency_tracking+set}" = set; then :
3687 enableval=$enable_dependency_tracking;
3688fi
13b2be9c 3689
13b2be9c
DJ
3690if test "x$enable_dependency_tracking" != xno; then
3691 am_depcomp="$ac_aux_dir/depcomp"
3692 AMDEPBACKSLASH='\'
3693fi
81ecdfbb 3694 if test "x$enable_dependency_tracking" != xno; then
13b2be9c
DJ
3695 AMDEP_TRUE=
3696 AMDEP_FALSE='#'
3697else
3698 AMDEP_TRUE='#'
3699 AMDEP_FALSE=
3700fi
3701
3702
81ecdfbb
RW
3703if test "`cd $srcdir && pwd`" != "`pwd`"; then
3704 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3705 # is not polluted with repeated "-I."
3706 am__isrc=' -I$(srcdir)'
3707 # test to see if srcdir already configured
3708 if test -f $srcdir/config.status; then
3709 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3710 fi
13b2be9c
DJ
3711fi
3712
3713# test whether we have cygpath
3714if test -z "$CYGPATH_W"; then
3715 if (cygpath --version) >/dev/null 2>/dev/null; then
3716 CYGPATH_W='cygpath -w'
3717 else
3718 CYGPATH_W=echo
3719 fi
3720fi
3721
3722
3723# Define the identity of the package.
3724 PACKAGE=gas
3725 VERSION=${BFD_VERSION}
3726
3727
3728cat >>confdefs.h <<_ACEOF
3729#define PACKAGE "$PACKAGE"
3730_ACEOF
3731
3732
3733cat >>confdefs.h <<_ACEOF
3734#define VERSION "$VERSION"
3735_ACEOF
3736
3737# Some tools Automake needs.
3738
3739ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3740
3741
3742AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3743
3744
3745AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3746
3747
3748AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3749
3750
3751MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3752
13b2be9c
DJ
3753# We need awk for the "check" target. The system "awk" is bad on
3754# some platforms.
8ea2b00f
AM
3755# Always define AMTAR for backward compatibility.
3756
3757AMTAR=${AMTAR-"${am_missing_run}tar"}
3758
3759am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3760
3761
252b5132 3762
d6d788bd 3763
13b2be9c 3764depcc="$CC" am_compiler_list=
d6d788bd 3765
81ecdfbb
RW
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3767$as_echo_n "checking dependency style of $depcc... " >&6; }
3768if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3769 $as_echo_n "(cached) " >&6
252b5132 3770else
13b2be9c
DJ
3771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3772 # We make a subdir and do the tests there. Otherwise we can end up
3773 # making bogus files that we don't know about and never remove. For
3774 # instance it was reported that on HP-UX the gcc test will end up
3775 # making a dummy file named `D' -- because `-MD' means `put the output
3776 # in D'.
3777 mkdir conftest.dir
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3781 cd conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3787 # directory.
3788 mkdir sub
252b5132 3789
13b2be9c
DJ
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 fi
81ecdfbb
RW
3794 am__universal=false
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 esac
3798
13b2be9c
DJ
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3803 #
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3807 : > sub/conftest.c
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
13b2be9c
DJ
3813 done
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3815
81ecdfbb
RW
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
13b2be9c 3822 case $depmode in
81ecdfbb
RW
3823 gcc)
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3826 ;;
13b2be9c
DJ
3827 nosideeffect)
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3831 continue
3832 else
3833 break
3834 fi
3835 ;;
81ecdfbb
RW
3836 msvisualcpp | msvcmsys)
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3841 am__minus_obj=
3842 ;;
13b2be9c
DJ
3843 none) break ;;
3844 esac
13b2be9c 3845 if depmode=$depmode \
81ecdfbb 3846 source=sub/conftest.c object=$am__obj \
13b2be9c 3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
13b2be9c 3849 >/dev/null 2>conftest.err &&
81ecdfbb 3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c 3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c
DJ
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3863 am_cv_CC_dependencies_compiler_type=$depmode
3864 break
3865 fi
3866 fi
3867 done
252b5132 3868
13b2be9c
DJ
3869 cd ..
3870 rm -rf conftest.dir
252b5132 3871else
13b2be9c 3872 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3873fi
3874
252b5132 3875fi
81ecdfbb
RW
3876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
13b2be9c 3878CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3879
81ecdfbb 3880 if
13b2be9c
DJ
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3883 am__fastdepCC_TRUE=
3884 am__fastdepCC_FALSE='#'
252b5132 3885else
13b2be9c
DJ
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
252b5132
RH
3888fi
3889
d6d788bd
L
3890
3891
13b2be9c 3892
ce2cded5
L
3893ac_ext=c
3894ac_cpp='$CPP $CPPFLAGS'
3895ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898if test -n "$ac_tool_prefix"; then
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902$as_echo_n "checking for $ac_word... " >&6; }
3903if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
252b5132 3905else
ce2cded5
L
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3908else
ce2cded5
L
3909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910for as_dir in $PATH
3911do
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3918 break 2
3919 fi
3920done
81ecdfbb
RW
3921 done
3922IFS=$as_save_IFS
d7040cdb 3923
ce2cded5
L
3924fi
3925fi
3926CC=$ac_cv_prog_CC
3927if test -n "$CC"; then
81ecdfbb
RW
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929$as_echo "$CC" >&6; }
bedf545c 3930else
81ecdfbb
RW
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932$as_echo "no" >&6; }
ce2cded5 3933fi
d7040cdb 3934
81ecdfbb 3935
ce2cded5
L
3936fi
3937if test -z "$ac_cv_prog_CC"; then
3938 ac_ct_CC=$CC
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940set dummy gcc; ac_word=$2
81ecdfbb
RW
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942$as_echo_n "checking for $ac_word... " >&6; }
3943if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
d7040cdb 3945else
ce2cded5
L
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3948else
d7040cdb
SE
3949as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950for as_dir in $PATH
3951do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3956 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3958 break 2
d7040cdb 3959 fi
ce2cded5 3960done
81ecdfbb
RW
3961 done
3962IFS=$as_save_IFS
d7040cdb 3963
ce2cded5
L
3964fi
3965fi
3966ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3970else
81ecdfbb
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972$as_echo "no" >&6; }
d7040cdb
SE
3973fi
3974
81ecdfbb
RW
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979yes:)
3980{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982ac_tool_warned=yes ;;
3983esac
3984 CC=$ac_ct_CC
3985 fi
ce2cded5
L
3986else
3987 CC="$ac_cv_prog_CC"
3988fi
d7040cdb 3989
ce2cded5 3990if test -z "$CC"; then
81ecdfbb
RW
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 3993set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995$as_echo_n "checking for $ac_word... " >&6; }
3996if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
d7040cdb 3998else
ce2cded5
L
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4001else
ce2cded5
L
4002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003for as_dir in $PATH
4004do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4011 break 2
4012 fi
4013done
81ecdfbb
RW
4014 done
4015IFS=$as_save_IFS
d7040cdb 4016
252b5132
RH
4017fi
4018fi
ce2cded5
L
4019CC=$ac_cv_prog_CC
4020if test -n "$CC"; then
81ecdfbb
RW
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022$as_echo "$CC" >&6; }
ce2cded5 4023else
81ecdfbb
RW
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025$as_echo "no" >&6; }
d7040cdb 4026fi
f9c19112 4027
ce2cded5 4028
81ecdfbb 4029 fi
ce2cded5
L
4030fi
4031if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033set dummy cc; ac_word=$2
81ecdfbb
RW
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035$as_echo_n "checking for $ac_word... " >&6; }
4036if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
ce2cded5
L
4038else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041else
4042 ac_prog_rejected=no
4043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4044for as_dir in $PATH
4045do
4046 IFS=$as_save_IFS
4047 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5
L
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4052 continue
4053 fi
4054 ac_cv_prog_CC="cc"
81ecdfbb 4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4056 break 2
4057 fi
4058done
81ecdfbb
RW
4059 done
4060IFS=$as_save_IFS
ce2cded5
L
4061
4062if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4065 shift
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4070 shift
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4072 fi
4073fi
4074fi
4075fi
4076CC=$ac_cv_prog_CC
4077if test -n "$CC"; then
81ecdfbb
RW
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079$as_echo "$CC" >&6; }
ce2cded5 4080else
81ecdfbb
RW
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082$as_echo "no" >&6; }
ce2cded5
L
4083fi
4084
81ecdfbb 4085
ce2cded5
L
4086fi
4087if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
81ecdfbb 4089 for ac_prog in cl.exe
ce2cded5
L
4090 do
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094$as_echo_n "checking for $ac_word... " >&6; }
4095if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
ce2cded5
L
4097else
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4100else
4101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102for as_dir in $PATH
4103do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4110 break 2
4111 fi
4112done
81ecdfbb
RW
4113 done
4114IFS=$as_save_IFS
ce2cded5
L
4115
4116fi
4117fi
4118CC=$ac_cv_prog_CC
4119if test -n "$CC"; then
81ecdfbb
RW
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121$as_echo "$CC" >&6; }
ce2cded5 4122else
81ecdfbb
RW
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124$as_echo "no" >&6; }
ce2cded5
L
4125fi
4126
81ecdfbb 4127
ce2cded5 4128 test -n "$CC" && break
d7040cdb
SE
4129 done
4130fi
ce2cded5
L
4131if test -z "$CC"; then
4132 ac_ct_CC=$CC
81ecdfbb 4133 for ac_prog in cl.exe
d7040cdb
SE
4134do
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138$as_echo_n "checking for $ac_word... " >&6; }
4139if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
d7040cdb 4141else
ce2cded5
L
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
4144else
4145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146for as_dir in $PATH
4147do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4152 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 4154 break 2
ac48eca1 4155 fi
d7040cdb 4156done
81ecdfbb
RW
4157 done
4158IFS=$as_save_IFS
ac48eca1 4159
d7040cdb
SE
4160fi
4161fi
ce2cded5
L
4162ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165$as_echo "$ac_ct_CC" >&6; }
d7040cdb 4166else
81ecdfbb
RW
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168$as_echo "no" >&6; }
d7040cdb 4169fi
ac48eca1 4170
81ecdfbb 4171
ce2cded5 4172 test -n "$ac_ct_CC" && break
d7040cdb 4173done
ac48eca1 4174
81ecdfbb
RW
4175 if test "x$ac_ct_CC" = x; then
4176 CC=""
4177 else
4178 case $cross_compiling:$ac_tool_warned in
4179yes:)
4180{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182ac_tool_warned=yes ;;
4183esac
4184 CC=$ac_ct_CC
4185 fi
d7040cdb 4186fi
ac48eca1 4187
d7040cdb 4188fi
ac48eca1 4189
ac48eca1 4190
81ecdfbb
RW
4191test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193as_fn_error "no acceptable C compiler found in \$PATH
4194See \`config.log' for more details." "$LINENO" 5; }
6be7c12c 4195
ce2cded5 4196# Provide some information about the compiler.
81ecdfbb
RW
4197$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198set X $ac_compile
4199ac_compiler=$2
4200for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4202case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205esac
4206eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207$as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4209 ac_status=$?
81ecdfbb
RW
4210 if test -s conftest.err; then
4211 sed '10a\
4212... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4216 fi
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4219done
ac48eca1 4220
81ecdfbb
RW
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
d7040cdb 4225else
81ecdfbb 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4227/* end confdefs.h. */
c8615825 4228
ce2cded5
L
4229int
4230main ()
4231{
4232#ifndef __GNUC__
4233 choke me
4234#endif
4235
4236 ;
4237 return 0;
4238}
4239_ACEOF
81ecdfbb 4240if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 4241 ac_compiler_gnu=yes
d7040cdb 4242else
81ecdfbb 4243 ac_compiler_gnu=no
d7040cdb 4244fi
81ecdfbb 4245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4246ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4247
ce2cded5 4248fi
81ecdfbb
RW
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251if test $ac_compiler_gnu = yes; then
4252 GCC=yes
4253else
4254 GCC=
4255fi
ce2cded5
L
4256ac_test_CFLAGS=${CFLAGS+set}
4257ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259$as_echo_n "checking whether $CC accepts -g... " >&6; }
4260if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262else
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4265 ac_cv_prog_cc_g=no
4266 CFLAGS="-g"
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4268/* end confdefs.h. */
d7040cdb 4269
ce2cded5
L
4270int
4271main ()
4272{
d7040cdb 4273
ce2cded5
L
4274 ;
4275 return 0;
4276}
4277_ACEOF
81ecdfbb 4278if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
4279 ac_cv_prog_cc_g=yes
4280else
81ecdfbb
RW
4281 CFLAGS=""
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283/* end confdefs.h. */
4284
4285int
4286main ()
4287{
4288
4289 ;
4290 return 0;
4291}
4292_ACEOF
4293if ac_fn_c_try_compile "$LINENO"; then :
4294
4295else
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299/* end confdefs.h. */
d70c5fc7 4300
81ecdfbb
RW
4301int
4302main ()
4303{
4304
4305 ;
4306 return 0;
4307}
4308_ACEOF
4309if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311fi
4312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4313fi
81ecdfbb 4314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4315fi
81ecdfbb
RW
4316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4318fi
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
4321if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4325 CFLAGS="-g -O2"
4326 else
4327 CFLAGS="-g"
4328 fi
ac48eca1 4329else
ce2cded5
L
4330 if test "$GCC" = yes; then
4331 CFLAGS="-O2"
4332 else
4333 CFLAGS=
4334 fi
ac48eca1 4335fi
81ecdfbb
RW
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
ac48eca1 4340else
81ecdfbb 4341 ac_cv_prog_cc_c89=no
ce2cded5 4342ac_save_CC=$CC
81ecdfbb 4343cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
4344/* end confdefs.h. */
4345#include <stdarg.h>
4346#include <stdio.h>
4347#include <sys/types.h>
4348#include <sys/stat.h>
4349/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350struct buf { int x; };
4351FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352static char *e (p, i)
4353 char **p;
4354 int i;
4355{
4356 return p[i];
4357}
4358static char *f (char * (*g) (char **, int), char **p, ...)
4359{
4360 char *s;
4361 va_list v;
4362 va_start (v,p);
4363 s = g (p, va_arg (v,int));
4364 va_end (v);
4365 return s;
4366}
4367
4368/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4371 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4374 that's true only with -std. */
ce2cded5
L
4375int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4376
81ecdfbb
RW
4377/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4379#define FOO(x) 'x'
4380int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4381
ce2cded5
L
4382int test (int i, double x);
4383struct s1 {int (*f) (int a);};
4384struct s2 {int (*f) (double a);};
4385int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4386int argc;
4387char **argv;
4388int
4389main ()
4390{
4391return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4392 ;
4393 return 0;
4394}
4395_ACEOF
81ecdfbb
RW
4396for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
4398do
4399 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 4402fi
81ecdfbb
RW
4403rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 4405done
81ecdfbb 4406rm -f conftest.$ac_ext
ce2cded5
L
4407CC=$ac_save_CC
4408
4409fi
81ecdfbb
RW
4410# AC_CACHE_VAL
4411case "x$ac_cv_prog_cc_c89" in
4412 x)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414$as_echo "none needed" >&6; } ;;
4415 xno)
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417$as_echo "unsupported" >&6; } ;;
ce2cded5 4418 *)
81ecdfbb
RW
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 4422esac
81ecdfbb 4423if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 4424
ce2cded5 4425fi
d7040cdb 4426
ce2cded5
L
4427ac_ext=c
4428ac_cpp='$CPP $CPPFLAGS'
4429ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4432
7357c5b6
AM
4433ac_ext=c
4434ac_cpp='$CPP $CPPFLAGS'
4435ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4440# On Suns, sometimes $CPP names a directory.
4441if test -n "$CPP" && test -d "$CPP"; then
4442 CPP=
4443fi
4444if test -z "$CPP"; then
81ecdfbb
RW
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
7357c5b6
AM
4447else
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 do
4451 ac_preproc_ok=false
4452for ac_c_preproc_warn_flag in '' yes
4453do
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4461/* end confdefs.h. */
4462#ifdef __STDC__
4463# include <limits.h>
4464#else
4465# include <assert.h>
4466#endif
4467 Syntax error
4468_ACEOF
81ecdfbb 4469if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4470
81ecdfbb 4471else
7357c5b6
AM
4472 # Broken: fails on valid input.
4473continue
4474fi
4475rm -f conftest.err conftest.$ac_ext
d7040cdb 4476
81ecdfbb 4477 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4478 # can be detected and how.
81ecdfbb 4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4480/* end confdefs.h. */
4481#include <ac_nonexistent.h>
4482_ACEOF
81ecdfbb 4483if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4484 # Broken: success on invalid input.
4485continue
4486else
7357c5b6
AM
4487 # Passes both tests.
4488ac_preproc_ok=:
4489break
4490fi
4491rm -f conftest.err conftest.$ac_ext
d7040cdb 4492
7357c5b6
AM
4493done
4494# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495rm -f conftest.err conftest.$ac_ext
81ecdfbb 4496if $ac_preproc_ok; then :
7357c5b6
AM
4497 break
4498fi
d7040cdb 4499
7357c5b6
AM
4500 done
4501 ac_cv_prog_CPP=$CPP
d7040cdb 4502
7357c5b6
AM
4503fi
4504 CPP=$ac_cv_prog_CPP
4505else
4506 ac_cv_prog_CPP=$CPP
4507fi
81ecdfbb
RW
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509$as_echo "$CPP" >&6; }
7357c5b6
AM
4510ac_preproc_ok=false
4511for ac_c_preproc_warn_flag in '' yes
4512do
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4520/* end confdefs.h. */
4521#ifdef __STDC__
4522# include <limits.h>
4523#else
4524# include <assert.h>
4525#endif
4526 Syntax error
4527_ACEOF
81ecdfbb 4528if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4529
81ecdfbb 4530else
7357c5b6
AM
4531 # Broken: fails on valid input.
4532continue
4533fi
4534rm -f conftest.err conftest.$ac_ext
d7040cdb 4535
81ecdfbb 4536 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4537 # can be detected and how.
81ecdfbb 4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4539/* end confdefs.h. */
4540#include <ac_nonexistent.h>
4541_ACEOF
81ecdfbb 4542if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4543 # Broken: success on invalid input.
4544continue
4545else
7357c5b6
AM
4546 # Passes both tests.
4547ac_preproc_ok=:
4548break
4549fi
4550rm -f conftest.err conftest.$ac_ext
d7040cdb 4551
7357c5b6
AM
4552done
4553# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4555if $ac_preproc_ok; then :
4556
7357c5b6 4557else
81ecdfbb
RW
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4562fi
ac48eca1 4563
7357c5b6
AM
4564ac_ext=c
4565ac_cpp='$CPP $CPPFLAGS'
4566ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4569
ac48eca1 4570
81ecdfbb
RW
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
7357c5b6 4575else
81ecdfbb
RW
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588# Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590case `"$ac_path_GREP" --version 2>&1` in
4591*GNU*)
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593*)
4594 ac_count=0
4595 $as_echo_n 0123456789 >"conftest.in"
4596 while :
4597 do
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
7357c5b6 4609 fi
81ecdfbb
RW
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4612 done
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614esac
4615
4616 $ac_path_GREP_found && break 3
4617 done
4618 done
4619 done
4620IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi
4624else
4625 ac_cv_path_GREP=$GREP
7357c5b6 4626fi
81ecdfbb
RW
4627
4628fi
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630$as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
ac48eca1 4632
d7040cdb 4633
81ecdfbb
RW
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635$as_echo_n "checking for egrep... " >&6; }
4636if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
7357c5b6 4638else
81ecdfbb
RW
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4641 else
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654# Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656case `"$ac_path_EGREP" --version 2>&1` in
4657*GNU*)
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659*)
4660 ac_count=0
4661 $as_echo_n 0123456789 >"conftest.in"
4662 while :
4663 do
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
4675 fi
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4678 done
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680esac
4681
4682 $ac_path_EGREP_found && break 3
4683 done
4684 done
4685 done
4686IFS=$as_save_IFS
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 fi
4690else
4691 ac_cv_path_EGREP=$EGREP
4692fi
4693
4694 fi
4695fi
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697$as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
4699
4700
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702$as_echo_n "checking for ANSI C header files... " >&6; }
4703if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4705else
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4707/* end confdefs.h. */
4708#include <stdlib.h>
4709#include <stdarg.h>
4710#include <string.h>
4711#include <float.h>
d7040cdb 4712
7357c5b6
AM
4713int
4714main ()
4715{
d7040cdb 4716
7357c5b6
AM
4717 ;
4718 return 0;
4719}
4720_ACEOF
81ecdfbb 4721if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4722 ac_cv_header_stdc=yes
4723else
81ecdfbb 4724 ac_cv_header_stdc=no
7357c5b6 4725fi
81ecdfbb 4726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4727
7357c5b6
AM
4728if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4731/* end confdefs.h. */
4732#include <string.h>
d7040cdb 4733
7357c5b6
AM
4734_ACEOF
4735if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4737
ce2cded5 4738else
7357c5b6
AM
4739 ac_cv_header_stdc=no
4740fi
4741rm -f conftest*
d7040cdb 4742
7357c5b6 4743fi
d7040cdb 4744
7357c5b6
AM
4745if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4748/* end confdefs.h. */
4749#include <stdlib.h>
ac48eca1 4750
7357c5b6
AM
4751_ACEOF
4752if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4753 $EGREP "free" >/dev/null 2>&1; then :
4754
7357c5b6
AM
4755else
4756 ac_cv_header_stdc=no
4757fi
4758rm -f conftest*
d7040cdb 4759
7357c5b6 4760fi
d7040cdb 4761
7357c5b6
AM
4762if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4764 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4765 :
4766else
81ecdfbb 4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4768/* end confdefs.h. */
4769#include <ctype.h>
81ecdfbb 4770#include <stdlib.h>
7357c5b6
AM
4771#if ((' ' & 0x0FF) == 0x020)
4772# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4774#else
4775# define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780#endif
d7040cdb 4781
7357c5b6
AM
4782#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4783int
4784main ()
4785{
4786 int i;
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4790 return 2;
4791 return 0;
7357c5b6
AM
4792}
4793_ACEOF
81ecdfbb 4794if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4795
81ecdfbb
RW
4796else
4797 ac_cv_header_stdc=no
7357c5b6 4798fi
81ecdfbb
RW
4799rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4801fi
81ecdfbb 4802
7357c5b6
AM
4803fi
4804fi
81ecdfbb
RW
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4807if test $ac_cv_header_stdc = yes; then
d7040cdb 4808
81ecdfbb 4809$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4810
7357c5b6 4811fi
d7040cdb 4812
7357c5b6 4813# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4814for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4816do :
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4819"
4820eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
7357c5b6 4822 cat >>confdefs.h <<_ACEOF
81ecdfbb 4823#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4824_ACEOF
ce2cded5 4825
7357c5b6 4826fi
ce2cded5 4827
7357c5b6 4828done
ce2cded5
L
4829
4830
4831
81ecdfbb
RW
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4834 MINIX=yes
4835else
4836 MINIX=
4837fi
d7040cdb
SE
4838
4839
7357c5b6 4840 if test "$MINIX" = yes; then
d7040cdb 4841
81ecdfbb 4842$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4843
4844
81ecdfbb 4845$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4846
4847
81ecdfbb 4848$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4849
7357c5b6 4850 fi
d7040cdb
SE
4851
4852
81ecdfbb
RW
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
ac48eca1 4857else
81ecdfbb 4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4859/* end confdefs.h. */
ac48eca1 4860
7357c5b6
AM
4861# define __EXTENSIONS__ 1
4862 $ac_includes_default
4863int
4864main ()
4865{
13b2be9c 4866
7357c5b6
AM
4867 ;
4868 return 0;
4869}
4870_ACEOF
81ecdfbb 4871if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4872 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4873else
81ecdfbb 4874 ac_cv_safe_to_define___extensions__=no
d6d788bd 4875fi
81ecdfbb 4876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4877fi
81ecdfbb
RW
4878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4880 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4882
81ecdfbb 4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4884
81ecdfbb 4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4886
81ecdfbb 4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4888
81ecdfbb 4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4890
a74801ba 4891
d053aef8 4892
81ecdfbb 4893
da2f07f1 4894
3388710e
JM
4895# The tests for host and target for $enable_largefile require
4896# canonical names.
4897
4898
4899
da2f07f1
JK
4900# As the $enable_largefile decision depends on --enable-plugins we must set it
4901# even in directories otherwise not depending on the $plugins option.
4902
4903
4904# Check whether --enable-plugins was given.
4905if test "${enable_plugins+set}" = set; then :
4906 enableval=$enable_plugins; case "${enableval}" in
4907 yes | "") plugins=yes ;;
4908 no) plugins=no ;;
4909 *) plugins=yes ;;
4910 esac
4911else
4912 plugins=no
4913fi
4914
4915
4916
4917case "${host}" in
4918 sparc-*-solaris*|i[3-7]86-*-solaris*)
4919 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4920 # are mutually exclusive; and without procfs support, the bfd/ elf module
4921 # cannot provide certain routines such as elfcore_write_prpsinfo
4922 # or elfcore_write_prstatus. So unless the user explicitly requested
4923 # large-file support through the --enable-largefile switch, disable
4924 # large-file support in favor of procfs support.
4925 test "${target}" = "${host}" -a "x$plugins" = xno \
4926 && : ${enable_largefile="no"}
4927 ;;
4928esac
4929
81ecdfbb
RW
4930# Check whether --enable-largefile was given.
4931if test "${enable_largefile+set}" = set; then :
4932 enableval=$enable_largefile;
4933fi
4934
d053aef8
JK
4935if test "$enable_largefile" != no; then
4936
81ecdfbb
RW
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4938$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4939if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4940 $as_echo_n "(cached) " >&6
d053aef8
JK
4941else
4942 ac_cv_sys_largefile_CC=no
4943 if test "$GCC" != yes; then
4944 ac_save_CC=$CC
4945 while :; do
81ecdfbb
RW
4946 # IRIX 6.2 and later do not support large files by default,
4947 # so use the C compiler's -n32 option if that helps.
4948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4949/* end confdefs.h. */
4950#include <sys/types.h>
4951 /* Check that off_t can represent 2**63 - 1 correctly.
4952 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4953 since some C++ compilers masquerading as C compilers
4954 incorrectly reject 9223372036854775807. */
4955#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4956 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4957 && LARGE_OFF_T % 2147483647 == 1)
4958 ? 1 : -1];
4959int
4960main ()
4961{
4962
4963 ;
4964 return 0;
4965}
4966_ACEOF
81ecdfbb 4967 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4968 break
d053aef8 4969fi
81ecdfbb
RW
4970rm -f core conftest.err conftest.$ac_objext
4971 CC="$CC -n32"
4972 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4973 ac_cv_sys_largefile_CC=' -n32'; break
d053aef8 4974fi
81ecdfbb 4975rm -f core conftest.err conftest.$ac_objext
d053aef8
JK
4976 break
4977 done
4978 CC=$ac_save_CC
4979 rm -f conftest.$ac_ext
4980 fi
4981fi
81ecdfbb
RW
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4983$as_echo "$ac_cv_sys_largefile_CC" >&6; }
d053aef8
JK
4984 if test "$ac_cv_sys_largefile_CC" != no; then
4985 CC=$CC$ac_cv_sys_largefile_CC
4986 fi
4987
81ecdfbb
RW
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4989$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4990if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
d053aef8
JK
4992else
4993 while :; do
81ecdfbb 4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4995/* end confdefs.h. */
4996#include <sys/types.h>
4997 /* Check that off_t can represent 2**63 - 1 correctly.
4998 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4999 since some C++ compilers masquerading as C compilers
5000 incorrectly reject 9223372036854775807. */
5001#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5002 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5003 && LARGE_OFF_T % 2147483647 == 1)
5004 ? 1 : -1];
5005int
5006main ()
5007{
5008
5009 ;
5010 return 0;
5011}
5012_ACEOF
81ecdfbb
RW
5013if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_sys_file_offset_bits=no; break
d053aef8 5015fi
81ecdfbb
RW
5016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5018/* end confdefs.h. */
5019#define _FILE_OFFSET_BITS 64
5020#include <sys/types.h>
5021 /* Check that off_t can represent 2**63 - 1 correctly.
5022 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5023 since some C++ compilers masquerading as C compilers
5024 incorrectly reject 9223372036854775807. */
5025#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5026 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5027 && LARGE_OFF_T % 2147483647 == 1)
5028 ? 1 : -1];
5029int
5030main ()
5031{
5032
5033 ;
5034 return 0;
5035}
5036_ACEOF
81ecdfbb 5037if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5038 ac_cv_sys_file_offset_bits=64; break
d053aef8 5039fi
81ecdfbb
RW
5040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5041 ac_cv_sys_file_offset_bits=unknown
d053aef8
JK
5042 break
5043done
5044fi
81ecdfbb
RW
5045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5046$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5047case $ac_cv_sys_file_offset_bits in #(
5048 no | unknown) ;;
5049 *)
d053aef8
JK
5050cat >>confdefs.h <<_ACEOF
5051#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5052_ACEOF
81ecdfbb
RW
5053;;
5054esac
5055rm -rf conftest*
5056 if test $ac_cv_sys_file_offset_bits = unknown; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5058$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5059if test "${ac_cv_sys_large_files+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
d053aef8
JK
5061else
5062 while :; do
81ecdfbb 5063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5064/* end confdefs.h. */
5065#include <sys/types.h>
5066 /* Check that off_t can represent 2**63 - 1 correctly.
5067 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5068 since some C++ compilers masquerading as C compilers
5069 incorrectly reject 9223372036854775807. */
5070#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5071 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5072 && LARGE_OFF_T % 2147483647 == 1)
5073 ? 1 : -1];
5074int
5075main ()
5076{
5077
5078 ;
5079 return 0;
5080}
5081_ACEOF
81ecdfbb
RW
5082if ac_fn_c_try_compile "$LINENO"; then :
5083 ac_cv_sys_large_files=no; break
d053aef8 5084fi
81ecdfbb
RW
5085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5087/* end confdefs.h. */
5088#define _LARGE_FILES 1
5089#include <sys/types.h>
5090 /* Check that off_t can represent 2**63 - 1 correctly.
5091 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5092 since some C++ compilers masquerading as C compilers
5093 incorrectly reject 9223372036854775807. */
5094#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5095 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5096 && LARGE_OFF_T % 2147483647 == 1)
5097 ? 1 : -1];
5098int
5099main ()
5100{
5101
5102 ;
5103 return 0;
5104}
5105_ACEOF
81ecdfbb 5106if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5107 ac_cv_sys_large_files=1; break
d053aef8 5108fi
81ecdfbb
RW
5109rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5110 ac_cv_sys_large_files=unknown
d053aef8
JK
5111 break
5112done
5113fi
81ecdfbb
RW
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5115$as_echo "$ac_cv_sys_large_files" >&6; }
5116case $ac_cv_sys_large_files in #(
5117 no | unknown) ;;
5118 *)
d053aef8
JK
5119cat >>confdefs.h <<_ACEOF
5120#define _LARGE_FILES $ac_cv_sys_large_files
5121_ACEOF
81ecdfbb
RW
5122;;
5123esac
5124rm -rf conftest*
5125 fi
d053aef8
JK
5126fi
5127
a74801ba 5128
da2f07f1 5129
718a6fd8
SE
5130case `pwd` in
5131 *\ * | *\ *)
81ecdfbb
RW
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5133$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5134esac
13b2be9c 5135
252b5132 5136
7357c5b6 5137
f2c621e4
AS
5138macro_version='2.2.7a'
5139macro_revision='1.3134'
7357c5b6
AM
5140
5141
5142
5143
5144
5145
7357c5b6
AM
5146
5147
5148
5149
5150
5151
5152
718a6fd8 5153ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5154
3725885a
RW
5155# Backslashify metacharacters that are still active within
5156# double-quoted strings.
5157sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5158
5159# Same as above, but do not quote variable references.
5160double_quote_subst='s/\(["`\\]\)/\\\1/g'
5161
5162# Sed substitution to delay expansion of an escaped shell variable in a
5163# double_quote_subst'ed string.
5164delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5165
5166# Sed substitution to delay expansion of an escaped single quote.
5167delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5168
5169# Sed substitution to avoid accidental globbing in evaled expressions
5170no_glob_subst='s/\*/\\\*/g'
5171
5172ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5173ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5174ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5175
5176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5177$as_echo_n "checking how to print strings... " >&6; }
5178# Test print first, because it will be a builtin if present.
f2c621e4 5179if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5180 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5181 ECHO='print -r --'
5182elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5183 ECHO='printf %s\n'
5184else
5185 # Use this function as a fallback that always works.
5186 func_fallback_echo ()
5187 {
5188 eval 'cat <<_LTECHO_EOF
5189$1
5190_LTECHO_EOF'
5191 }
5192 ECHO='func_fallback_echo'
5193fi
5194
5195# func_echo_all arg...
5196# Invoke $ECHO with all args, space-separated.
5197func_echo_all ()
5198{
5199 $ECHO ""
5200}
5201
5202case "$ECHO" in
5203 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5204$as_echo "printf" >&6; } ;;
5205 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5206$as_echo "print -r" >&6; } ;;
5207 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5208$as_echo "cat" >&6; } ;;
5209esac
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
81ecdfbb
RW
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5225$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5226if test "${ac_cv_path_SED+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228else
5229 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5230 for ac_i in 1 2 3 4 5 6 7; do
5231 ac_script="$ac_script$as_nl$ac_script"
5232 done
5233 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5234 { ac_script=; unset ac_script;}
5235 if test -z "$SED"; then
5236 ac_path_SED_found=false
5237 # Loop through the user's path and test for each of PROGNAME-LIST
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5239for as_dir in $PATH
5240do
5241 IFS=$as_save_IFS
5242 test -z "$as_dir" && as_dir=.
81ecdfbb 5243 for ac_prog in sed gsed; do
7357c5b6 5244 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5245 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5246 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5247# Check for GNU ac_path_SED and select it if it is found.
5248 # Check for GNU $ac_path_SED
5249case `"$ac_path_SED" --version 2>&1` in
5250*GNU*)
5251 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5252*)
5253 ac_count=0
5254 $as_echo_n 0123456789 >"conftest.in"
5255 while :
5256 do
5257 cat "conftest.in" "conftest.in" >"conftest.tmp"
5258 mv "conftest.tmp" "conftest.in"
5259 cp "conftest.in" "conftest.nl"
5260 $as_echo '' >> "conftest.nl"
5261 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5263 as_fn_arith $ac_count + 1 && ac_count=$as_val
5264 if test $ac_count -gt ${ac_path_SED_max-0}; then
5265 # Best one so far, save it but keep looking for a better one
5266 ac_cv_path_SED="$ac_path_SED"
5267 ac_path_SED_max=$ac_count
5268 fi
5269 # 10*(2^10) chars as input seems more than enough
5270 test $ac_count -gt 10 && break
5271 done
5272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5273esac
5274
5275 $ac_path_SED_found && break 3
7357c5b6
AM
5276 done
5277 done
81ecdfbb 5278 done
7357c5b6 5279IFS=$as_save_IFS
81ecdfbb
RW
5280 if test -z "$ac_cv_path_SED"; then
5281 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5282 fi
81ecdfbb
RW
5283else
5284 ac_cv_path_SED=$SED
7357c5b6
AM
5285fi
5286
81ecdfbb
RW
5287fi
5288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5289$as_echo "$ac_cv_path_SED" >&6; }
5290 SED="$ac_cv_path_SED"
5291 rm -f conftest.sed
7357c5b6
AM
5292
5293test -z "$SED" && SED=sed
5294Xsed="$SED -e 1s/^X//"
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
81ecdfbb
RW
5306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5307$as_echo_n "checking for fgrep... " >&6; }
5308if test "${ac_cv_path_FGREP+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
7357c5b6 5310else
81ecdfbb
RW
5311 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5312 then ac_cv_path_FGREP="$GREP -F"
5313 else
5314 if test -z "$FGREP"; then
5315 ac_path_FGREP_found=false
5316 # Loop through the user's path and test for each of PROGNAME-LIST
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5319do
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_prog in fgrep; do
5323 for ac_exec_ext in '' $ac_executable_extensions; do
5324 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5325 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5326# Check for GNU ac_path_FGREP and select it if it is found.
5327 # Check for GNU $ac_path_FGREP
5328case `"$ac_path_FGREP" --version 2>&1` in
5329*GNU*)
5330 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5331*)
5332 ac_count=0
5333 $as_echo_n 0123456789 >"conftest.in"
5334 while :
5335 do
5336 cat "conftest.in" "conftest.in" >"conftest.tmp"
5337 mv "conftest.tmp" "conftest.in"
5338 cp "conftest.in" "conftest.nl"
5339 $as_echo 'FGREP' >> "conftest.nl"
5340 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5341 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5342 as_fn_arith $ac_count + 1 && ac_count=$as_val
5343 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5344 # Best one so far, save it but keep looking for a better one
5345 ac_cv_path_FGREP="$ac_path_FGREP"
5346 ac_path_FGREP_max=$ac_count
7357c5b6 5347 fi
81ecdfbb
RW
5348 # 10*(2^10) chars as input seems more than enough
5349 test $ac_count -gt 10 && break
5350 done
5351 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5352esac
5353
5354 $ac_path_FGREP_found && break 3
5355 done
5356 done
5357 done
5358IFS=$as_save_IFS
5359 if test -z "$ac_cv_path_FGREP"; then
5360 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5361 fi
5362else
5363 ac_cv_path_FGREP=$FGREP
7357c5b6 5364fi
81ecdfbb
RW
5365
5366 fi
5367fi
5368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5369$as_echo "$ac_cv_path_FGREP" >&6; }
5370 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5371
5372
5373test -z "$GREP" && GREP=grep
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
81ecdfbb
RW
5393# Check whether --with-gnu-ld was given.
5394if test "${with_gnu_ld+set}" = set; then :
5395 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5396else
5397 with_gnu_ld=no
81ecdfbb
RW
5398fi
5399
ce2cded5
L
5400ac_prog=ld
5401if test "$GCC" = yes; then
5402 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5404$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
5405 case $host in
5406 *-*-mingw*)
5407 # gcc leaves a trailing carriage return which upsets mingw
5408 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5409 *)
5410 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5411 esac
5412 case $ac_prog in
5413 # Accept absolute paths.
5414 [\\/]* | ?:[\\/]*)
5415 re_direlt='/[^/][^/]*/\.\./'
5416 # Canonicalize the pathname of ld
5417 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5418 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5419 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5420 done
5421 test -z "$LD" && LD="$ac_prog"
5422 ;;
5423 "")
5424 # If it fails, then pretend we aren't using GCC.
5425 ac_prog=ld
5426 ;;
5427 *)
5428 # If it is relative, then search for the first ld in PATH.
5429 with_gnu_ld=unknown
5430 ;;
5431 esac
5432elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5434$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 5435else
81ecdfbb
RW
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5437$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5438fi
81ecdfbb
RW
5439if test "${lt_cv_path_LD+set}" = set; then :
5440 $as_echo_n "(cached) " >&6
ce2cded5
L
5441else
5442 if test -z "$LD"; then
5443 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5444 for ac_dir in $PATH; do
5445 IFS="$lt_save_ifs"
5446 test -z "$ac_dir" && ac_dir=.
5447 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5448 lt_cv_path_LD="$ac_dir/$ac_prog"
5449 # Check to see if the program is GNU ld. I'd rather use --version,
5450 # but apparently some variants of GNU ld only accept -v.
5451 # Break only if it was the GNU/non-GNU ld that we prefer.
5452 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5453 *GNU* | *'with BFD'*)
5454 test "$with_gnu_ld" != no && break
5455 ;;
5456 *)
5457 test "$with_gnu_ld" != yes && break
5458 ;;
5459 esac
5460 fi
5461 done
5462 IFS="$lt_save_ifs"
5463else
5464 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5465fi
5466fi
5467
5468LD="$lt_cv_path_LD"
5469if test -n "$LD"; then
81ecdfbb
RW
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5471$as_echo "$LD" >&6; }
ce2cded5 5472else
81ecdfbb
RW
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5474$as_echo "no" >&6; }
ce2cded5 5475fi
81ecdfbb
RW
5476test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5478$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5479if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
ce2cded5
L
5481else
5482 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5483case `$LD -v 2>&1 </dev/null` in
5484*GNU* | *'with BFD'*)
5485 lt_cv_prog_gnu_ld=yes
5486 ;;
5487*)
5488 lt_cv_prog_gnu_ld=no
5489 ;;
5490esac
5491fi
81ecdfbb
RW
5492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5493$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
5494with_gnu_ld=$lt_cv_prog_gnu_ld
5495
5496
5497
5498
5499
5500
5501
5502
5503
81ecdfbb
RW
5504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5505$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5506if test "${lt_cv_path_NM+set}" = set; then :
5507 $as_echo_n "(cached) " >&6
ce2cded5
L
5508else
5509 if test -n "$NM"; then
5510 # Let the user override the test.
5511 lt_cv_path_NM="$NM"
5512else
5513 lt_nm_to_check="${ac_tool_prefix}nm"
5514 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5515 lt_nm_to_check="$lt_nm_to_check nm"
5516 fi
5517 for lt_tmp_nm in $lt_nm_to_check; do
5518 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5519 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5520 IFS="$lt_save_ifs"
5521 test -z "$ac_dir" && ac_dir=.
5522 tmp_nm="$ac_dir/$lt_tmp_nm"
5523 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5524 # Check to see if the nm accepts a BSD-compat flag.
5525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5526 # nm: unknown option "B" ignored
5527 # Tru64's nm complains that /dev/null is an invalid object file
5528 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5529 */dev/null* | *'Invalid file or object type'*)
5530 lt_cv_path_NM="$tmp_nm -B"
5531 break
5532 ;;
5533 *)
5534 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5535 */dev/null*)
5536 lt_cv_path_NM="$tmp_nm -p"
5537 break
5538 ;;
5539 *)
5540 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5541 continue # so that we can try to find one that supports BSD flags
5542 ;;
5543 esac
5544 ;;
5545 esac
5546 fi
5547 done
5548 IFS="$lt_save_ifs"
5549 done
5550 : ${lt_cv_path_NM=no}
5551fi
5552fi
81ecdfbb
RW
5553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5554$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5555if test "$lt_cv_path_NM" != "no"; then
5556 NM="$lt_cv_path_NM"
5557else
5558 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5559 if test -n "$DUMPBIN"; then :
5560 # Let the user override the test.
5561 else
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5564 do
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5568$as_echo_n "checking for $ac_word... " >&6; }
5569if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5570 $as_echo_n "(cached) " >&6
d7040cdb 5571else
ce2cded5
L
5572 if test -n "$DUMPBIN"; then
5573 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5574else
5575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576for as_dir in $PATH
5577do
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5582 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5584 break 2
d70c5fc7 5585 fi
d7040cdb 5586done
81ecdfbb
RW
5587 done
5588IFS=$as_save_IFS
d70c5fc7 5589
d7040cdb
SE
5590fi
5591fi
ce2cded5
L
5592DUMPBIN=$ac_cv_prog_DUMPBIN
5593if test -n "$DUMPBIN"; then
81ecdfbb
RW
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5595$as_echo "$DUMPBIN" >&6; }
bedf545c 5596else
81ecdfbb
RW
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598$as_echo "no" >&6; }
d7040cdb 5599fi
13b2be9c 5600
81ecdfbb 5601
ce2cded5
L
5602 test -n "$DUMPBIN" && break
5603 done
5604fi
5605if test -z "$DUMPBIN"; then
5606 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5607 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5608do
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5612$as_echo_n "checking for $ac_word... " >&6; }
5613if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5614 $as_echo_n "(cached) " >&6
d7040cdb 5615else
ce2cded5
L
5616 if test -n "$ac_ct_DUMPBIN"; then
5617 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5618else
5619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620for as_dir in $PATH
5621do
5622 IFS=$as_save_IFS
5623 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5626 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5628 break 2
5629 fi
5630done
81ecdfbb
RW
5631 done
5632IFS=$as_save_IFS
ce2cded5
L
5633
5634fi
5635fi
5636ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5637if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5639$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5640else
81ecdfbb
RW
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5642$as_echo "no" >&6; }
d7040cdb
SE
5643fi
5644
81ecdfbb 5645
ce2cded5
L
5646 test -n "$ac_ct_DUMPBIN" && break
5647done
13b2be9c 5648
81ecdfbb
RW
5649 if test "x$ac_ct_DUMPBIN" = x; then
5650 DUMPBIN=":"
5651 else
5652 case $cross_compiling:$ac_tool_warned in
5653yes:)
5654{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5655$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5656ac_tool_warned=yes ;;
5657esac
5658 DUMPBIN=$ac_ct_DUMPBIN
5659 fi
ce2cded5 5660fi
13b2be9c 5661
3725885a
RW
5662 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5663 *COFF*)
5664 DUMPBIN="$DUMPBIN -symbols"
5665 ;;
5666 *)
5667 DUMPBIN=:
5668 ;;
5669 esac
5670 fi
bedf545c 5671
ce2cded5
L
5672 if test "$DUMPBIN" != ":"; then
5673 NM="$DUMPBIN"
5674 fi
5675fi
5676test -z "$NM" && NM=nm
6840198f 5677
13b2be9c 5678
ac48eca1 5679
d7040cdb 5680
ce2cded5
L
5681
5682
81ecdfbb
RW
5683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5684$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5685if test "${lt_cv_nm_interface+set}" = set; then :
5686 $as_echo_n "(cached) " >&6
ce2cded5
L
5687else
5688 lt_cv_nm_interface="BSD nm"
5689 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5690 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5691 (eval "$ac_compile" 2>conftest.err)
5692 cat conftest.err >&5
3725885a 5693 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5694 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5695 cat conftest.err >&5
3725885a 5696 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5697 cat conftest.out >&5
5698 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5699 lt_cv_nm_interface="MS dumpbin"
5700 fi
5701 rm -f conftest*
5702fi
81ecdfbb
RW
5703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5704$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5705
81ecdfbb
RW
5706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5707$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5708LN_S=$as_ln_s
5709if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5711$as_echo "yes" >&6; }
ce2cded5 5712else
81ecdfbb
RW
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5714$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5715fi
5716
5717# find the maximum length of command line arguments
81ecdfbb
RW
5718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5719$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5720if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
ce2cded5
L
5722else
5723 i=0
5724 teststring="ABCD"
5725
5726 case $build_os in
5727 msdosdjgpp*)
5728 # On DJGPP, this test can blow up pretty badly due to problems in libc
5729 # (any single argument exceeding 2000 bytes causes a buffer overrun
5730 # during glob expansion). Even if it were fixed, the result of this
5731 # check would be larger than it should be.
5732 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5733 ;;
5734
5735 gnu*)
5736 # Under GNU Hurd, this test is not required because there is
5737 # no limit to the length of command line arguments.
5738 # Libtool will interpret -1 as no limit whatsoever
5739 lt_cv_sys_max_cmd_len=-1;
5740 ;;
5741
718a6fd8 5742 cygwin* | mingw* | cegcc*)
ce2cded5
L
5743 # On Win9x/ME, this test blows up -- it succeeds, but takes
5744 # about 5 minutes as the teststring grows exponentially.
5745 # Worse, since 9x/ME are not pre-emptively multitasking,
5746 # you end up with a "frozen" computer, even though with patience
5747 # the test eventually succeeds (with a max line length of 256k).
5748 # Instead, let's just punt: use the minimum linelength reported by
5749 # all of the supported platforms: 8192 (on NT/2K/XP).
5750 lt_cv_sys_max_cmd_len=8192;
5751 ;;
5752
3725885a
RW
5753 mint*)
5754 # On MiNT this can take a long time and run out of memory.
5755 lt_cv_sys_max_cmd_len=8192;
5756 ;;
5757
ce2cded5
L
5758 amigaos*)
5759 # On AmigaOS with pdksh, this test takes hours, literally.
5760 # So we just punt and use a minimum line length of 8192.
5761 lt_cv_sys_max_cmd_len=8192;
5762 ;;
5763
5764 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5765 # This has been around since 386BSD, at least. Likely further.
5766 if test -x /sbin/sysctl; then
5767 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5768 elif test -x /usr/sbin/sysctl; then
5769 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5770 else
5771 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5772 fi
5773 # And add a safety zone
5774 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5775 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5776 ;;
5777
5778 interix*)
5779 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5780 lt_cv_sys_max_cmd_len=196608
5781 ;;
5782
5783 osf*)
5784 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5785 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5786 # nice to cause kernel panics so lets avoid the loop below.
5787 # First set a reasonable default.
5788 lt_cv_sys_max_cmd_len=16384
5789 #
5790 if test -x /sbin/sysconfig; then
5791 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5792 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5793 esac
5794 fi
5795 ;;
5796 sco3.2v5*)
5797 lt_cv_sys_max_cmd_len=102400
5798 ;;
5799 sysv5* | sco5v6* | sysv4.2uw2*)
5800 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5801 if test -n "$kargmax"; then
5802 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5803 else
5804 lt_cv_sys_max_cmd_len=32768
5805 fi
d7040cdb
SE
5806 ;;
5807 *)
718a6fd8
SE
5808 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5809 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5810 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5811 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5812 else
5813 # Make teststring a little bigger before we do anything with it.
5814 # a 1K string should be a reasonable start.
5815 for i in 1 2 3 4 5 6 7 8 ; do
5816 teststring=$teststring$teststring
5817 done
5818 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5819 # If test is not a shell built-in, we'll probably end up computing a
5820 # maximum length that is only half of the actual maximum length, but
5821 # we can't tell.
3725885a
RW
5822 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5823 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5824 test $i != 17 # 1/2 MB should be enough
5825 do
5826 i=`expr $i + 1`
5827 teststring=$teststring$teststring
5828 done
5829 # Only check the string length outside the loop.
5830 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5831 teststring=
5832 # Add a significant safety factor because C++ compilers can tack on
5833 # massive amounts of additional arguments before passing them to the
5834 # linker. It appears as though 1/2 is a usable value.
5835 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5836 fi
d7040cdb
SE
5837 ;;
5838 esac
252b5132 5839
ce2cded5 5840fi
d6d788bd 5841
ce2cded5 5842if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5844$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5845else
81ecdfbb
RW
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5847$as_echo "none" >&6; }
ce2cded5
L
5848fi
5849max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5850
d6d788bd 5851
13b2be9c 5852
13b2be9c 5853
bedf545c 5854
252b5132 5855
ce2cded5
L
5856: ${CP="cp -f"}
5857: ${MV="mv -f"}
5858: ${RM="rm -f"}
d6d788bd 5859
81ecdfbb
RW
5860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5861$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5862# Try some XSI features
5863xsi_shell=no
5864( _lt_dummy="a/b/c"
f2c621e4
AS
5865 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5866 = c,a/b,, \
718a6fd8
SE
5867 && eval 'test $(( 1 + 1 )) -eq 2 \
5868 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5869 && xsi_shell=yes
81ecdfbb
RW
5870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5871$as_echo "$xsi_shell" >&6; }
bedf545c 5872
bedf545c 5873
81ecdfbb
RW
5874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5875$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5876lt_shell_append=no
5877( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5878 >/dev/null 2>&1 \
5879 && lt_shell_append=yes
81ecdfbb
RW
5880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5881$as_echo "$lt_shell_append" >&6; }
252b5132 5882
d6d788bd 5883
ce2cded5
L
5884if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5885 lt_unset=unset
5886else
5887 lt_unset=false
5888fi
13b2be9c
DJ
5889
5890
5891
5892
d6d788bd 5893
ce2cded5
L
5894# test EBCDIC or ASCII
5895case `echo X|tr X '\101'` in
5896 A) # ASCII based system
5897 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5898 lt_SP2NL='tr \040 \012'
5899 lt_NL2SP='tr \015\012 \040\040'
5900 ;;
5901 *) # EBCDIC based system
5902 lt_SP2NL='tr \100 \n'
5903 lt_NL2SP='tr \r\n \100\100'
5904 ;;
5905esac
c43a438d 5906
c43a438d 5907
c43a438d 5908
252b5132 5909
ad22bfe8 5910
1ad12f97 5911
1ad12f97 5912
9e9b66a9 5913
1ad12f97 5914
81ecdfbb
RW
5915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5916$as_echo_n "checking for $LD option to reload object files... " >&6; }
5917if test "${lt_cv_ld_reload_flag+set}" = set; then :
5918 $as_echo_n "(cached) " >&6
ce2cded5
L
5919else
5920 lt_cv_ld_reload_flag='-r'
5921fi
81ecdfbb
RW
5922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5923$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5924reload_flag=$lt_cv_ld_reload_flag
5925case $reload_flag in
5926"" | " "*) ;;
5927*) reload_flag=" $reload_flag" ;;
5928esac
5929reload_cmds='$LD$reload_flag -o $output$reload_objs'
5930case $host_os in
5931 darwin*)
5932 if test "$GCC" = yes; then
5933 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5934 else
5935 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5936 fi
5937 ;;
5938esac
a541e3ce 5939
9e9b66a9 5940
a2d91340 5941
d6d788bd 5942
9e9b66a9
AM
5943
5944
5945
d6d788bd 5946
252b5132 5947
718a6fd8
SE
5948if test -n "$ac_tool_prefix"; then
5949 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5950set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952$as_echo_n "checking for $ac_word... " >&6; }
5953if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5954 $as_echo_n "(cached) " >&6
718a6fd8
SE
5955else
5956 if test -n "$OBJDUMP"; then
5957 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5958else
5959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5960for as_dir in $PATH
5961do
5962 IFS=$as_save_IFS
5963 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5966 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5968 break 2
5969 fi
5970done
81ecdfbb
RW
5971 done
5972IFS=$as_save_IFS
718a6fd8
SE
5973
5974fi
5975fi
5976OBJDUMP=$ac_cv_prog_OBJDUMP
5977if test -n "$OBJDUMP"; then
81ecdfbb
RW
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5979$as_echo "$OBJDUMP" >&6; }
718a6fd8 5980else
81ecdfbb
RW
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982$as_echo "no" >&6; }
718a6fd8
SE
5983fi
5984
81ecdfbb 5985
718a6fd8
SE
5986fi
5987if test -z "$ac_cv_prog_OBJDUMP"; then
5988 ac_ct_OBJDUMP=$OBJDUMP
5989 # Extract the first word of "objdump", so it can be a program name with args.
5990set dummy objdump; ac_word=$2
81ecdfbb
RW
5991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5992$as_echo_n "checking for $ac_word... " >&6; }
5993if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
718a6fd8
SE
5995else
5996 if test -n "$ac_ct_OBJDUMP"; then
5997 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5998else
5999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000for as_dir in $PATH
6001do
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6006 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6008 break 2
6009 fi
6010done
81ecdfbb
RW
6011 done
6012IFS=$as_save_IFS
718a6fd8 6013
718a6fd8
SE
6014fi
6015fi
6016ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6017if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6019$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6020else
81ecdfbb
RW
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022$as_echo "no" >&6; }
718a6fd8
SE
6023fi
6024
81ecdfbb
RW
6025 if test "x$ac_ct_OBJDUMP" = x; then
6026 OBJDUMP="false"
6027 else
6028 case $cross_compiling:$ac_tool_warned in
6029yes:)
6030{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6031$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6032ac_tool_warned=yes ;;
6033esac
6034 OBJDUMP=$ac_ct_OBJDUMP
6035 fi
718a6fd8
SE
6036else
6037 OBJDUMP="$ac_cv_prog_OBJDUMP"
6038fi
6039
6040test -z "$OBJDUMP" && OBJDUMP=objdump
6041
6042
6043
6044
6045
6046
6047
6048
13b2be9c 6049
81ecdfbb
RW
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6051$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6052if test "${lt_cv_deplibs_check_method+set}" = set; then :
6053 $as_echo_n "(cached) " >&6
d7040cdb 6054else
ce2cded5
L
6055 lt_cv_file_magic_cmd='$MAGIC_CMD'
6056lt_cv_file_magic_test_file=
6057lt_cv_deplibs_check_method='unknown'
6058# Need to set the preceding variable on all platforms that support
6059# interlibrary dependencies.
6060# 'none' -- dependencies not supported.
6061# `unknown' -- same as none, but documents that we really don't know.
6062# 'pass_all' -- all dependencies passed with no checks.
6063# 'test_compile' -- check by making test program.
6064# 'file_magic [[regex]]' -- check by looking for files in library path
6065# which responds to the $file_magic_cmd with a given extended regex.
6066# If you have `file' or equivalent on your system and you're not sure
6067# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 6068
ce2cded5 6069case $host_os in
50e7d84b 6070aix[4-9]*)
ce2cded5
L
6071 lt_cv_deplibs_check_method=pass_all
6072 ;;
d7040cdb 6073
ce2cded5
L
6074beos*)
6075 lt_cv_deplibs_check_method=pass_all
6076 ;;
d7040cdb 6077
ce2cded5
L
6078bsdi[45]*)
6079 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6080 lt_cv_file_magic_cmd='/usr/bin/file -L'
6081 lt_cv_file_magic_test_file=/shlib/libc.so
6082 ;;
d7040cdb 6083
ce2cded5
L
6084cygwin*)
6085 # func_win32_libid is a shell function defined in ltmain.sh
6086 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6087 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6088 ;;
ce2cded5
L
6089
6090mingw* | pw32*)
6091 # Base MSYS/MinGW do not provide the 'file' command needed by
6092 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6093 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6094 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6095 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
6096 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6097 lt_cv_file_magic_cmd='func_win32_libid'
6098 else
f2c621e4 6099 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
6100 lt_cv_file_magic_cmd='$OBJDUMP -f'
6101 fi
d7040cdb 6102 ;;
ce2cded5 6103
3725885a 6104cegcc*)
718a6fd8
SE
6105 # use the weaker test based on 'objdump'. See mingw*.
6106 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6107 lt_cv_file_magic_cmd='$OBJDUMP -f'
6108 ;;
6109
ce2cded5
L
6110darwin* | rhapsody*)
6111 lt_cv_deplibs_check_method=pass_all
6112 ;;
6113
6114freebsd* | dragonfly*)
6115 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6116 case $host_cpu in
6117 i*86 )
6118 # Not sure whether the presence of OpenBSD here was a mistake.
6119 # Let's accept both of them until this is cleared up.
6120 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6123 ;;
6124 esac
6125 else
6126 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6127 fi
6128 ;;
ce2cded5
L
6129
6130gnu*)
6131 lt_cv_deplibs_check_method=pass_all
d7040cdb 6132 ;;
ce2cded5 6133
3725885a
RW
6134haiku*)
6135 lt_cv_deplibs_check_method=pass_all
6136 ;;
6137
ce2cded5
L
6138hpux10.20* | hpux11*)
6139 lt_cv_file_magic_cmd=/usr/bin/file
6140 case $host_cpu in
6141 ia64*)
6142 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6143 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6144 ;;
6145 hppa*64*)
3725885a 6146 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
6147 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6148 ;;
6149 *)
3725885a 6150 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
6151 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6152 ;;
6153 esac
d7040cdb 6154 ;;
ce2cded5
L
6155
6156interix[3-9]*)
6157 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6158 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 6159 ;;
ce2cded5
L
6160
6161irix5* | irix6* | nonstopux*)
6162 case $LD in
6163 *-32|*"-32 ") libmagic=32-bit;;
6164 *-n32|*"-n32 ") libmagic=N32;;
6165 *-64|*"-64 ") libmagic=64-bit;;
6166 *) libmagic=never-match;;
6167 esac
6168 lt_cv_deplibs_check_method=pass_all
d7040cdb 6169 ;;
ce2cded5
L
6170
6171# This must be Linux ELF.
58e24671 6172linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 6173 lt_cv_deplibs_check_method=pass_all
d7040cdb 6174 ;;
ce2cded5
L
6175
6176netbsd*)
6177 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6179 else
6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6181 fi
d7040cdb 6182 ;;
ce2cded5
L
6183
6184newos6*)
6185 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6186 lt_cv_file_magic_cmd=/usr/bin/file
6187 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 6188 ;;
76a27922 6189
ce2cded5
L
6190*nto* | *qnx*)
6191 lt_cv_deplibs_check_method=pass_all
6192 ;;
d6d788bd 6193
ce2cded5
L
6194openbsd*)
6195 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6197 else
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199 fi
6200 ;;
44f2f9d2 6201
ce2cded5
L
6202osf3* | osf4* | osf5*)
6203 lt_cv_deplibs_check_method=pass_all
6204 ;;
44f2f9d2 6205
ce2cded5
L
6206rdos*)
6207 lt_cv_deplibs_check_method=pass_all
6208 ;;
6209
6210solaris*)
6211 lt_cv_deplibs_check_method=pass_all
6212 ;;
6213
6214sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6215 lt_cv_deplibs_check_method=pass_all
6216 ;;
6217
6218sysv4 | sysv4.3*)
6219 case $host_vendor in
6220 motorola)
6221 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]'
6222 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6223 ;;
6224 ncr)
6225 lt_cv_deplibs_check_method=pass_all
6226 ;;
6227 sequent)
6228 lt_cv_file_magic_cmd='/bin/file'
6229 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6230 ;;
6231 sni)
6232 lt_cv_file_magic_cmd='/bin/file'
6233 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6234 lt_cv_file_magic_test_file=/lib/libc.so
6235 ;;
6236 siemens)
6237 lt_cv_deplibs_check_method=pass_all
6238 ;;
6239 pc)
6240 lt_cv_deplibs_check_method=pass_all
6241 ;;
6242 esac
6243 ;;
6244
6245tpf*)
6246 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6247 ;;
6248esac
6249
ce2cded5 6250fi
81ecdfbb
RW
6251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6252$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
6253file_magic_cmd=$lt_cv_file_magic_cmd
6254deplibs_check_method=$lt_cv_deplibs_check_method
6255test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6256
d7040cdb 6257
d7040cdb 6258
d7040cdb 6259
d7040cdb 6260
44f2f9d2 6261
d7040cdb 6262
d7040cdb 6263
d7040cdb 6264
d7040cdb 6265
44f2f9d2 6266
d7040cdb 6267
ce2cded5 6268if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6269 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6270set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272$as_echo_n "checking for $ac_word... " >&6; }
6273if test "${ac_cv_prog_AR+set}" = set; then :
6274 $as_echo_n "(cached) " >&6
ce2cded5
L
6275else
6276 if test -n "$AR"; then
6277 ac_cv_prog_AR="$AR" # Let the user override the test.
6278else
6279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280for as_dir in $PATH
6281do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6286 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6288 break 2
d7040cdb
SE
6289 fi
6290done
81ecdfbb
RW
6291 done
6292IFS=$as_save_IFS
44f2f9d2 6293
ce2cded5
L
6294fi
6295fi
6296AR=$ac_cv_prog_AR
6297if test -n "$AR"; then
81ecdfbb
RW
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6299$as_echo "$AR" >&6; }
ce2cded5 6300else
81ecdfbb
RW
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302$as_echo "no" >&6; }
44f2f9d2 6303fi
d7040cdb 6304
81ecdfbb 6305
d7040cdb 6306fi
f2c621e4 6307if test -z "$ac_cv_prog_AR"; then
ce2cded5 6308 ac_ct_AR=$AR
f2c621e4
AS
6309 # Extract the first word of "ar", so it can be a program name with args.
6310set dummy ar; ac_word=$2
81ecdfbb
RW
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312$as_echo_n "checking for $ac_word... " >&6; }
6313if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6314 $as_echo_n "(cached) " >&6
44f2f9d2 6315else
ce2cded5
L
6316 if test -n "$ac_ct_AR"; then
6317 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6318else
6319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320for as_dir in $PATH
6321do
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6324 for ac_exec_ext in '' $ac_executable_extensions; do
6325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6326 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6328 break 2
6329 fi
6330done
81ecdfbb
RW
6331 done
6332IFS=$as_save_IFS
ce2cded5 6333
ce2cded5
L
6334fi
6335fi
6336ac_ct_AR=$ac_cv_prog_ac_ct_AR
6337if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6339$as_echo "$ac_ct_AR" >&6; }
ce2cded5 6340else
81ecdfbb
RW
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342$as_echo "no" >&6; }
d7040cdb 6343fi
44f2f9d2 6344
81ecdfbb
RW
6345 if test "x$ac_ct_AR" = x; then
6346 AR="false"
6347 else
6348 case $cross_compiling:$ac_tool_warned in
6349yes:)
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6351$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6352ac_tool_warned=yes ;;
6353esac
6354 AR=$ac_ct_AR
6355 fi
df7b86aa 6356else
f2c621e4
AS
6357 AR="$ac_cv_prog_AR"
6358fi
df7b86aa 6359
f2c621e4
AS
6360test -z "$AR" && AR=ar
6361test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6362
df7b86aa 6363
df7b86aa 6364
df7b86aa 6365
df7b86aa
NC
6366
6367
6368
6369
6370
6371
d7040cdb 6372
ce2cded5
L
6373if test -n "$ac_tool_prefix"; then
6374 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6375set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6377$as_echo_n "checking for $ac_word... " >&6; }
6378if test "${ac_cv_prog_STRIP+set}" = set; then :
6379 $as_echo_n "(cached) " >&6
ce2cded5
L
6380else
6381 if test -n "$STRIP"; then
6382 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6383else
6384as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6385for as_dir in $PATH
6386do
6387 IFS=$as_save_IFS
6388 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6389 for ac_exec_ext in '' $ac_executable_extensions; do
6390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6391 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6393 break 2
6394 fi
6395done
81ecdfbb
RW
6396 done
6397IFS=$as_save_IFS
d7040cdb 6398
ce2cded5
L
6399fi
6400fi
6401STRIP=$ac_cv_prog_STRIP
6402if test -n "$STRIP"; then
81ecdfbb
RW
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6404$as_echo "$STRIP" >&6; }
ce2cded5 6405else
81ecdfbb
RW
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6407$as_echo "no" >&6; }
ce2cded5 6408fi
d7040cdb 6409
81ecdfbb 6410
ce2cded5
L
6411fi
6412if test -z "$ac_cv_prog_STRIP"; then
6413 ac_ct_STRIP=$STRIP
6414 # Extract the first word of "strip", so it can be a program name with args.
6415set dummy strip; ac_word=$2
81ecdfbb
RW
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6417$as_echo_n "checking for $ac_word... " >&6; }
6418if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6419 $as_echo_n "(cached) " >&6
ce2cded5
L
6420else
6421 if test -n "$ac_ct_STRIP"; then
6422 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6423else
6424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425for as_dir in $PATH
6426do
6427 IFS=$as_save_IFS
6428 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6431 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6433 break 2
6434 fi
6435done
81ecdfbb
RW
6436 done
6437IFS=$as_save_IFS
d7040cdb 6438
ce2cded5
L
6439fi
6440fi
6441ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6442if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6444$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 6445else
81ecdfbb
RW
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6447$as_echo "no" >&6; }
ce2cded5 6448fi
d7040cdb 6449
81ecdfbb
RW
6450 if test "x$ac_ct_STRIP" = x; then
6451 STRIP=":"
6452 else
6453 case $cross_compiling:$ac_tool_warned in
6454yes:)
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6456$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6457ac_tool_warned=yes ;;
6458esac
6459 STRIP=$ac_ct_STRIP
6460 fi
ce2cded5
L
6461else
6462 STRIP="$ac_cv_prog_STRIP"
6463fi
d7040cdb 6464
ce2cded5 6465test -z "$STRIP" && STRIP=:
d7040cdb 6466
d7040cdb 6467
d7040cdb 6468
d7040cdb 6469
d7040cdb 6470
d7040cdb 6471
ce2cded5
L
6472if test -n "$ac_tool_prefix"; then
6473 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6474set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6476$as_echo_n "checking for $ac_word... " >&6; }
6477if test "${ac_cv_prog_RANLIB+set}" = set; then :
6478 $as_echo_n "(cached) " >&6
44f2f9d2 6479else
ce2cded5
L
6480 if test -n "$RANLIB"; then
6481 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6482else
6483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6484for as_dir in $PATH
6485do
6486 IFS=$as_save_IFS
6487 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6488 for ac_exec_ext in '' $ac_executable_extensions; do
6489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6490 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6492 break 2
6493 fi
6494done
81ecdfbb
RW
6495 done
6496IFS=$as_save_IFS
44f2f9d2 6497
d7040cdb 6498fi
44f2f9d2 6499fi
ce2cded5
L
6500RANLIB=$ac_cv_prog_RANLIB
6501if test -n "$RANLIB"; then
81ecdfbb
RW
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6503$as_echo "$RANLIB" >&6; }
ce2cded5 6504else
81ecdfbb
RW
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6506$as_echo "no" >&6; }
ce2cded5 6507fi
d7040cdb 6508
81ecdfbb 6509
d7040cdb 6510fi
ce2cded5
L
6511if test -z "$ac_cv_prog_RANLIB"; then
6512 ac_ct_RANLIB=$RANLIB
6513 # Extract the first word of "ranlib", so it can be a program name with args.
6514set dummy ranlib; ac_word=$2
81ecdfbb
RW
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6516$as_echo_n "checking for $ac_word... " >&6; }
6517if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6518 $as_echo_n "(cached) " >&6
44f2f9d2 6519else
ce2cded5
L
6520 if test -n "$ac_ct_RANLIB"; then
6521 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6522else
6523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524for as_dir in $PATH
d7040cdb 6525do
ce2cded5
L
6526 IFS=$as_save_IFS
6527 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6528 for ac_exec_ext in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6530 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6532 break 2
d7040cdb 6533 fi
ce2cded5 6534done
81ecdfbb
RW
6535 done
6536IFS=$as_save_IFS
ce2cded5 6537
d7040cdb 6538fi
ce2cded5
L
6539fi
6540ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6541if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6543$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6544else
81ecdfbb
RW
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546$as_echo "no" >&6; }
44f2f9d2 6547fi
44f2f9d2 6548
81ecdfbb
RW
6549 if test "x$ac_ct_RANLIB" = x; then
6550 RANLIB=":"
6551 else
6552 case $cross_compiling:$ac_tool_warned in
6553yes:)
6554{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6555$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6556ac_tool_warned=yes ;;
6557esac
6558 RANLIB=$ac_ct_RANLIB
6559 fi
d7040cdb 6560else
ce2cded5 6561 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6562fi
252b5132 6563
ce2cded5 6564test -z "$RANLIB" && RANLIB=:
252b5132 6565
252b5132 6566
ae57792d 6567
252b5132 6568
13b2be9c 6569
14ee9f48 6570
ce2cded5 6571# Determine commands to create old-style static archives.
718a6fd8 6572old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6573old_postinstall_cmds='chmod 644 $oldlib'
6574old_postuninstall_cmds=
14ee9f48 6575
ce2cded5
L
6576if test -n "$RANLIB"; then
6577 case $host_os in
6578 openbsd*)
6579 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6580 ;;
6581 *)
6582 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6583 ;;
6584 esac
6585 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6586fi
14ee9f48 6587
3725885a
RW
6588case $host_os in
6589 darwin*)
6590 lock_old_archive_extraction=yes ;;
6591 *)
6592 lock_old_archive_extraction=no ;;
6593esac
6594
6595
6596
6597
6598
6599
f8fc3443 6600
f8fc3443 6601
252b5132 6602
85fbca6a 6603
85fbca6a 6604
13b2be9c 6605
13b2be9c 6606
d7040cdb 6607
d7040cdb
SE
6608
6609
6610
252b5132 6611
93fbbb04 6612
93fbbb04 6613
d70c5fc7 6614
e0001a05 6615
252b5132 6616
252b5132 6617
252b5132 6618
252b5132 6619
252b5132 6620
3bcbcc3d 6621
252b5132 6622
252b5132 6623
252b5132 6624
15886821 6625
252b5132 6626
252b5132 6627
13b2be9c
DJ
6628
6629
252b5132 6630
252b5132 6631
d6d788bd 6632
ce2cded5
L
6633# If no C compiler was specified, use CC.
6634LTCC=${LTCC-"$CC"}
252b5132 6635
ce2cded5
L
6636# If no C compiler flags were specified, use CFLAGS.
6637LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6638
ce2cded5
L
6639# Allow CC to be a program name with arguments.
6640compiler=$CC
252b5132 6641
252b5132 6642
ce2cded5 6643# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6645$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6646if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
ce2cded5 6648else
252b5132 6649
ce2cded5
L
6650# These are sane defaults that work on at least a few old systems.
6651# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6652
ce2cded5
L
6653# Character class describing NM global symbol codes.
6654symcode='[BCDEGRST]'
252b5132 6655
ce2cded5
L
6656# Regexp to match symbols that can be accessed directly from C.
6657sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6658
ce2cded5
L
6659# Define system-specific variables.
6660case $host_os in
6661aix*)
6662 symcode='[BCDT]'
6663 ;;
718a6fd8 6664cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6665 symcode='[ABCDGISTW]'
6666 ;;
6667hpux*)
6668 if test "$host_cpu" = ia64; then
6669 symcode='[ABCDEGRST]'
6670 fi
6671 ;;
6672irix* | nonstopux*)
6673 symcode='[BCDEGRST]'
6674 ;;
6675osf*)
6676 symcode='[BCDEGQRST]'
6677 ;;
6678solaris*)
6679 symcode='[BDRT]'
6680 ;;
6681sco3.2v5*)
6682 symcode='[DT]'
6683 ;;
6684sysv4.2uw2*)
6685 symcode='[DT]'
6686 ;;
6687sysv5* | sco5v6* | unixware* | OpenUNIX*)
6688 symcode='[ABDT]'
6689 ;;
6690sysv4)
6691 symcode='[DFNSTU]'
6692 ;;
6693esac
6694
6695# If we're using GNU nm, then use its standard symbol codes.
6696case `$NM -V 2>&1` in
6697*GNU* | *'with BFD'*)
6698 symcode='[ABCDGIRSTW]' ;;
6699esac
252b5132 6700
ce2cded5
L
6701# Transform an extracted symbol line into a proper C declaration.
6702# Some systems (esp. on ia64) link data and code symbols differently,
6703# so use this general approach.
6704lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6705
ce2cded5 6706# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6707lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6708lt_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 6709
7357c5b6
AM
6710# Handle CRLF in mingw tool chain
6711opt_cr=
6712case $build_os in
6713mingw*)
6714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6715 ;;
6716esac
d7040cdb 6717
7357c5b6
AM
6718# Try without a prefix underscore, then with it.
6719for ac_symprfx in "" "_"; do
d7040cdb 6720
7357c5b6
AM
6721 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6722 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6723
7357c5b6
AM
6724 # Write the raw and C identifiers.
6725 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6726 # Fake it for dumpbin and say T for any non-static function
6727 # and D for any global variable.
6728 # Also find C++ and __fastcall symbols from MSVC++,
6729 # which start with @ or ?.
6730 lt_cv_sys_global_symbol_pipe="$AWK '"\
6731" {last_section=section; section=\$ 3};"\
6732" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6733" \$ 0!~/External *\|/{next};"\
6734" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6735" {if(hide[section]) next};"\
6736" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6737" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6738" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6739" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6740" ' prfx=^$ac_symprfx"
6741 else
6742 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6743 fi
d7040cdb 6744
7357c5b6
AM
6745 # Check to see that the pipe works correctly.
6746 pipe_works=no
d7040cdb 6747
7357c5b6
AM
6748 rm -f conftest*
6749 cat > conftest.$ac_ext <<_LT_EOF
6750#ifdef __cplusplus
6751extern "C" {
6752#endif
6753char nm_test_var;
6754void nm_test_func(void);
6755void nm_test_func(void){}
6756#ifdef __cplusplus
ce2cded5 6757}
7357c5b6
AM
6758#endif
6759int main(){nm_test_var='a';nm_test_func();return(0);}
6760_LT_EOF
6761
81ecdfbb 6762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6763 (eval $ac_compile) 2>&5
ce2cded5 6764 ac_status=$?
81ecdfbb
RW
6765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6766 test $ac_status = 0; }; then
7357c5b6
AM
6767 # Now try to grab the symbols.
6768 nlist=conftest.nm
3725885a
RW
6769 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6770 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6771 ac_status=$?
81ecdfbb
RW
6772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6773 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6774 # Try sorting and uniquifying the output.
6775 if sort "$nlist" | uniq > "$nlist"T; then
6776 mv -f "$nlist"T "$nlist"
6777 else
6778 rm -f "$nlist"T
6779 fi
13b2be9c 6780
7357c5b6
AM
6781 # Make sure that we snagged all the symbols we need.
6782 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6783 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6784 cat <<_LT_EOF > conftest.$ac_ext
6785#ifdef __cplusplus
6786extern "C" {
6787#endif
13b2be9c 6788
7357c5b6
AM
6789_LT_EOF
6790 # Now generate the symbol file.
6791 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6792
7357c5b6 6793 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6794
7357c5b6 6795/* The mapping between symbol names and symbols. */
f2c621e4 6796const struct {
7357c5b6
AM
6797 const char *name;
6798 void *address;
6799}
6800lt__PROGRAM__LTX_preloaded_symbols[] =
6801{
6802 { "@PROGRAM@", (void *) 0 },
6803_LT_EOF
6804 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6805 cat <<\_LT_EOF >> conftest.$ac_ext
6806 {0, (void *) 0}
6807};
d7040cdb 6808
7357c5b6
AM
6809/* This works around a problem in FreeBSD linker */
6810#ifdef FREEBSD_WORKAROUND
6811static const void *lt_preloaded_setup() {
6812 return lt__PROGRAM__LTX_preloaded_symbols;
6813}
ce2cded5 6814#endif
d7040cdb 6815
7357c5b6 6816#ifdef __cplusplus
ce2cded5 6817}
7357c5b6
AM
6818#endif
6819_LT_EOF
6820 # Now try linking the two files.
6821 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6822 lt_save_LIBS="$LIBS"
6823 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6824 LIBS="conftstm.$ac_objext"
6825 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6827 (eval $ac_link) 2>&5
6828 ac_status=$?
81ecdfbb
RW
6829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6830 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6831 pipe_works=yes
6832 fi
f2c621e4
AS
6833 LIBS="$lt_save_LIBS"
6834 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6835 else
6836 echo "cannot find nm_test_func in $nlist" >&5
6837 fi
6838 else
6839 echo "cannot find nm_test_var in $nlist" >&5
6840 fi
6841 else
6842 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6843 fi
6844 else
6845 echo "$progname: failed program was:" >&5
6846 cat conftest.$ac_ext >&5
6847 fi
718a6fd8 6848 rm -rf conftest* conftst*
7357c5b6
AM
6849
6850 # Do not use the global_symbol_pipe unless it works.
6851 if test "$pipe_works" = yes; then
6852 break
6853 else
6854 lt_cv_sys_global_symbol_pipe=
6855 fi
6856done
d7040cdb 6857
ce2cded5 6858fi
7357c5b6
AM
6859
6860if test -z "$lt_cv_sys_global_symbol_pipe"; then
6861 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6862fi
7357c5b6 6863if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6865$as_echo "failed" >&6; }
7357c5b6 6866else
81ecdfbb
RW
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6868$as_echo "ok" >&6; }
ce2cded5 6869fi
d7040cdb 6870
df7b86aa
NC
6871
6872
6873
d7040cdb 6874
d7040cdb 6875
d7040cdb 6876
d7040cdb 6877
d7040cdb 6878
d7040cdb 6879
d7040cdb 6880
d7040cdb 6881
d7040cdb 6882
d7040cdb 6883
d7040cdb 6884
7357c5b6
AM
6885
6886
718a6fd8
SE
6887
6888
6889
7357c5b6
AM
6890
6891
81ecdfbb
RW
6892# Check whether --enable-libtool-lock was given.
6893if test "${enable_libtool_lock+set}" = set; then :
6894 enableval=$enable_libtool_lock;
6895fi
7357c5b6 6896
7357c5b6
AM
6897test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6898
6899# Some flags need to be propagated to the compiler or linker for good
6900# libtool support.
6901case $host in
6902ia64-*-hpux*)
6903 # Find out which ABI we are using.
6904 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6905 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6906 (eval $ac_compile) 2>&5
6907 ac_status=$?
81ecdfbb
RW
6908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6909 test $ac_status = 0; }; then
7357c5b6
AM
6910 case `/usr/bin/file conftest.$ac_objext` in
6911 *ELF-32*)
6912 HPUX_IA64_MODE="32"
6913 ;;
6914 *ELF-64*)
6915 HPUX_IA64_MODE="64"
6916 ;;
6917 esac
6918 fi
6919 rm -rf conftest*
6920 ;;
6921*-*-irix6*)
6922 # Find out which ABI we are using.
3725885a 6923 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6925 (eval $ac_compile) 2>&5
6926 ac_status=$?
81ecdfbb
RW
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6928 test $ac_status = 0; }; then
7357c5b6
AM
6929 if test "$lt_cv_prog_gnu_ld" = yes; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6931 *32-bit*)
6932 LD="${LD-ld} -melf32bsmip"
6933 ;;
6934 *N32*)
6935 LD="${LD-ld} -melf32bmipn32"
6936 ;;
6937 *64-bit*)
6938 LD="${LD-ld} -melf64bmip"
6939 ;;
6940 esac
6941 else
6942 case `/usr/bin/file conftest.$ac_objext` in
6943 *32-bit*)
6944 LD="${LD-ld} -32"
6945 ;;
6946 *N32*)
6947 LD="${LD-ld} -n32"
6948 ;;
6949 *64-bit*)
6950 LD="${LD-ld} -64"
6951 ;;
6952 esac
6953 fi
6954 fi
6955 rm -rf conftest*
6956 ;;
6957
6958x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6959s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6960 # Find out which ABI we are using.
6961 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6962 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6963 (eval $ac_compile) 2>&5
6964 ac_status=$?
81ecdfbb
RW
6965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6966 test $ac_status = 0; }; then
7357c5b6
AM
6967 case `/usr/bin/file conftest.o` in
6968 *32-bit*)
6969 case $host in
6970 x86_64-*kfreebsd*-gnu)
6971 LD="${LD-ld} -m elf_i386_fbsd"
6972 ;;
6973 x86_64-*linux*)
6d2920c8
L
6974 case `/usr/bin/file conftest.o` in
6975 *x86-64*)
6976 LD="${LD-ld} -m elf32_x86_64"
6977 ;;
6978 *)
6979 LD="${LD-ld} -m elf_i386"
6980 ;;
6981 esac
7357c5b6
AM
6982 ;;
6983 ppc64-*linux*|powerpc64-*linux*)
6984 LD="${LD-ld} -m elf32ppclinux"
6985 ;;
6986 s390x-*linux*)
6987 LD="${LD-ld} -m elf_s390"
6988 ;;
6989 sparc64-*linux*)
6990 LD="${LD-ld} -m elf32_sparc"
6991 ;;
6992 esac
6993 ;;
6994 *64-bit*)
6995 case $host in
6996 x86_64-*kfreebsd*-gnu)
6997 LD="${LD-ld} -m elf_x86_64_fbsd"
6998 ;;
6999 x86_64-*linux*)
7000 LD="${LD-ld} -m elf_x86_64"
7001 ;;
7002 ppc*-*linux*|powerpc*-*linux*)
7003 LD="${LD-ld} -m elf64ppc"
7004 ;;
7005 s390*-*linux*|s390*-*tpf*)
7006 LD="${LD-ld} -m elf64_s390"
7007 ;;
7008 sparc*-*linux*)
7009 LD="${LD-ld} -m elf64_sparc"
7010 ;;
7011 esac
7012 ;;
7013 esac
7014 fi
7015 rm -rf conftest*
7016 ;;
7017
7018*-*-sco3.2v5*)
7019 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7020 SAVE_CFLAGS="$CFLAGS"
7021 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7023$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7024if test "${lt_cv_cc_needs_belf+set}" = set; then :
7025 $as_echo_n "(cached) " >&6
ce2cded5 7026else
7357c5b6
AM
7027 ac_ext=c
7028ac_cpp='$CPP $CPPFLAGS'
7029ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7030ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7031ac_compiler_gnu=$ac_cv_c_compiler_gnu
7032
81ecdfbb 7033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 7034/* end confdefs.h. */
d7040cdb 7035
7357c5b6
AM
7036int
7037main ()
7038{
7039
7040 ;
7041 return 0;
7042}
ce2cded5 7043_ACEOF
81ecdfbb 7044if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7045 lt_cv_cc_needs_belf=yes
ce2cded5 7046else
81ecdfbb 7047 lt_cv_cc_needs_belf=no
ce2cded5 7048fi
81ecdfbb
RW
7049rm -f core conftest.err conftest.$ac_objext \
7050 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7051 ac_ext=c
7052ac_cpp='$CPP $CPPFLAGS'
7053ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7054ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7055ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7056
ce2cded5 7057fi
81ecdfbb
RW
7058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7059$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7060 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7061 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7062 CFLAGS="$SAVE_CFLAGS"
7063 fi
7064 ;;
7065sparc*-*solaris*)
7066 # Find out which ABI we are using.
7067 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7068 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7069 (eval $ac_compile) 2>&5
7070 ac_status=$?
81ecdfbb
RW
7071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7072 test $ac_status = 0; }; then
7357c5b6
AM
7073 case `/usr/bin/file conftest.o` in
7074 *64-bit*)
7075 case $lt_cv_prog_gnu_ld in
7076 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7077 *)
7078 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7079 LD="${LD-ld} -64"
7080 fi
7081 ;;
7357c5b6
AM
7082 esac
7083 ;;
7084 esac
7085 fi
7086 rm -rf conftest*
7087 ;;
7088esac
d7040cdb 7089
df7b86aa
NC
7090need_locks="$enable_libtool_lock"
7091
718a6fd8
SE
7092
7093 case $host_os in
7094 rhapsody* | darwin*)
7095 if test -n "$ac_tool_prefix"; then
7096 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7097set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7099$as_echo_n "checking for $ac_word... " >&6; }
7100if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7101 $as_echo_n "(cached) " >&6
718a6fd8
SE
7102else
7103 if test -n "$DSYMUTIL"; then
7104 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7105else
7106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7107for as_dir in $PATH
7108do
7109 IFS=$as_save_IFS
7110 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7111 for ac_exec_ext in '' $ac_executable_extensions; do
7112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7113 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7115 break 2
7116 fi
7117done
81ecdfbb
RW
7118 done
7119IFS=$as_save_IFS
718a6fd8
SE
7120
7121fi
7122fi
7123DSYMUTIL=$ac_cv_prog_DSYMUTIL
7124if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7126$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7127else
81ecdfbb
RW
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7129$as_echo "no" >&6; }
718a6fd8
SE
7130fi
7131
81ecdfbb 7132
718a6fd8
SE
7133fi
7134if test -z "$ac_cv_prog_DSYMUTIL"; then
7135 ac_ct_DSYMUTIL=$DSYMUTIL
7136 # Extract the first word of "dsymutil", so it can be a program name with args.
7137set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7139$as_echo_n "checking for $ac_word... " >&6; }
7140if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7141 $as_echo_n "(cached) " >&6
718a6fd8
SE
7142else
7143 if test -n "$ac_ct_DSYMUTIL"; then
7144 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7145else
7146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7147for as_dir in $PATH
7148do
7149 IFS=$as_save_IFS
7150 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7151 for ac_exec_ext in '' $ac_executable_extensions; do
7152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7153 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7155 break 2
7156 fi
7157done
81ecdfbb
RW
7158 done
7159IFS=$as_save_IFS
718a6fd8 7160
718a6fd8
SE
7161fi
7162fi
7163ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7164if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7166$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7167else
81ecdfbb
RW
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7169$as_echo "no" >&6; }
718a6fd8
SE
7170fi
7171
81ecdfbb
RW
7172 if test "x$ac_ct_DSYMUTIL" = x; then
7173 DSYMUTIL=":"
7174 else
7175 case $cross_compiling:$ac_tool_warned in
7176yes:)
7177{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7178$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7179ac_tool_warned=yes ;;
7180esac
7181 DSYMUTIL=$ac_ct_DSYMUTIL
7182 fi
718a6fd8
SE
7183else
7184 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7185fi
7186
7187 if test -n "$ac_tool_prefix"; then
7188 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7189set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7191$as_echo_n "checking for $ac_word... " >&6; }
7192if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7193 $as_echo_n "(cached) " >&6
718a6fd8
SE
7194else
7195 if test -n "$NMEDIT"; then
7196 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7197else
7198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7199for as_dir in $PATH
7200do
7201 IFS=$as_save_IFS
7202 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7203 for ac_exec_ext in '' $ac_executable_extensions; do
7204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7205 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7207 break 2
7208 fi
7209done
81ecdfbb
RW
7210 done
7211IFS=$as_save_IFS
718a6fd8
SE
7212
7213fi
7214fi
7215NMEDIT=$ac_cv_prog_NMEDIT
7216if test -n "$NMEDIT"; then
81ecdfbb
RW
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7218$as_echo "$NMEDIT" >&6; }
718a6fd8 7219else
81ecdfbb
RW
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7221$as_echo "no" >&6; }
718a6fd8
SE
7222fi
7223
81ecdfbb 7224
718a6fd8
SE
7225fi
7226if test -z "$ac_cv_prog_NMEDIT"; then
7227 ac_ct_NMEDIT=$NMEDIT
7228 # Extract the first word of "nmedit", so it can be a program name with args.
7229set dummy nmedit; ac_word=$2
81ecdfbb
RW
7230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7231$as_echo_n "checking for $ac_word... " >&6; }
7232if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7233 $as_echo_n "(cached) " >&6
718a6fd8
SE
7234else
7235 if test -n "$ac_ct_NMEDIT"; then
7236 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7237else
7238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7239for as_dir in $PATH
7240do
7241 IFS=$as_save_IFS
7242 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7243 for ac_exec_ext in '' $ac_executable_extensions; do
7244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7245 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7247 break 2
7248 fi
7249done
81ecdfbb
RW
7250 done
7251IFS=$as_save_IFS
718a6fd8 7252
718a6fd8
SE
7253fi
7254fi
7255ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7256if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7258$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7259else
81ecdfbb
RW
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7261$as_echo "no" >&6; }
718a6fd8
SE
7262fi
7263
81ecdfbb
RW
7264 if test "x$ac_ct_NMEDIT" = x; then
7265 NMEDIT=":"
7266 else
7267 case $cross_compiling:$ac_tool_warned in
7268yes:)
7269{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7270$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7271ac_tool_warned=yes ;;
7272esac
7273 NMEDIT=$ac_ct_NMEDIT
7274 fi
718a6fd8
SE
7275else
7276 NMEDIT="$ac_cv_prog_NMEDIT"
7277fi
7278
7279 if test -n "$ac_tool_prefix"; then
7280 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7281set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7283$as_echo_n "checking for $ac_word... " >&6; }
7284if test "${ac_cv_prog_LIPO+set}" = set; then :
7285 $as_echo_n "(cached) " >&6
718a6fd8
SE
7286else
7287 if test -n "$LIPO"; then
7288 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7289else
7290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291for as_dir in $PATH
7292do
7293 IFS=$as_save_IFS
7294 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7295 for ac_exec_ext in '' $ac_executable_extensions; do
7296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7297 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7299 break 2
7300 fi
7301done
81ecdfbb
RW
7302 done
7303IFS=$as_save_IFS
718a6fd8
SE
7304
7305fi
7306fi
7307LIPO=$ac_cv_prog_LIPO
7308if test -n "$LIPO"; then
81ecdfbb
RW
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7310$as_echo "$LIPO" >&6; }
718a6fd8 7311else
81ecdfbb
RW
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7313$as_echo "no" >&6; }
718a6fd8
SE
7314fi
7315
81ecdfbb 7316
718a6fd8
SE
7317fi
7318if test -z "$ac_cv_prog_LIPO"; then
7319 ac_ct_LIPO=$LIPO
7320 # Extract the first word of "lipo", so it can be a program name with args.
7321set dummy lipo; ac_word=$2
81ecdfbb
RW
7322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7323$as_echo_n "checking for $ac_word... " >&6; }
7324if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7325 $as_echo_n "(cached) " >&6
718a6fd8
SE
7326else
7327 if test -n "$ac_ct_LIPO"; then
7328 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7329else
7330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7331for as_dir in $PATH
7332do
7333 IFS=$as_save_IFS
7334 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7335 for ac_exec_ext in '' $ac_executable_extensions; do
7336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7337 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7339 break 2
7340 fi
7341done
81ecdfbb
RW
7342 done
7343IFS=$as_save_IFS
718a6fd8 7344
718a6fd8
SE
7345fi
7346fi
7347ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7348if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7350$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7351else
81ecdfbb
RW
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7353$as_echo "no" >&6; }
718a6fd8
SE
7354fi
7355
81ecdfbb
RW
7356 if test "x$ac_ct_LIPO" = x; then
7357 LIPO=":"
7358 else
7359 case $cross_compiling:$ac_tool_warned in
7360yes:)
7361{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7362$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7363ac_tool_warned=yes ;;
7364esac
7365 LIPO=$ac_ct_LIPO
7366 fi
718a6fd8
SE
7367else
7368 LIPO="$ac_cv_prog_LIPO"
7369fi
7370
7371 if test -n "$ac_tool_prefix"; then
7372 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7373set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7375$as_echo_n "checking for $ac_word... " >&6; }
7376if test "${ac_cv_prog_OTOOL+set}" = set; then :
7377 $as_echo_n "(cached) " >&6
718a6fd8
SE
7378else
7379 if test -n "$OTOOL"; then
7380 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7381else
7382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383for as_dir in $PATH
7384do
7385 IFS=$as_save_IFS
7386 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7387 for ac_exec_ext in '' $ac_executable_extensions; do
7388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7389 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7391 break 2
7392 fi
7393done
81ecdfbb
RW
7394 done
7395IFS=$as_save_IFS
718a6fd8
SE
7396
7397fi
7398fi
7399OTOOL=$ac_cv_prog_OTOOL
7400if test -n "$OTOOL"; then
81ecdfbb
RW
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7402$as_echo "$OTOOL" >&6; }
718a6fd8 7403else
81ecdfbb
RW
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7405$as_echo "no" >&6; }
718a6fd8
SE
7406fi
7407
81ecdfbb 7408
718a6fd8
SE
7409fi
7410if test -z "$ac_cv_prog_OTOOL"; then
7411 ac_ct_OTOOL=$OTOOL
7412 # Extract the first word of "otool", so it can be a program name with args.
7413set dummy otool; ac_word=$2
81ecdfbb
RW
7414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7415$as_echo_n "checking for $ac_word... " >&6; }
7416if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7417 $as_echo_n "(cached) " >&6
718a6fd8
SE
7418else
7419 if test -n "$ac_ct_OTOOL"; then
7420 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7421else
7422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7423for as_dir in $PATH
7424do
7425 IFS=$as_save_IFS
7426 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7427 for ac_exec_ext in '' $ac_executable_extensions; do
7428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7429 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7431 break 2
7432 fi
7433done
81ecdfbb
RW
7434 done
7435IFS=$as_save_IFS
718a6fd8 7436
718a6fd8
SE
7437fi
7438fi
7439ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7440if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7442$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7443else
81ecdfbb
RW
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7445$as_echo "no" >&6; }
718a6fd8
SE
7446fi
7447
81ecdfbb
RW
7448 if test "x$ac_ct_OTOOL" = x; then
7449 OTOOL=":"
7450 else
7451 case $cross_compiling:$ac_tool_warned in
7452yes:)
7453{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7454$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7455ac_tool_warned=yes ;;
7456esac
7457 OTOOL=$ac_ct_OTOOL
7458 fi
718a6fd8
SE
7459else
7460 OTOOL="$ac_cv_prog_OTOOL"
7461fi
7462
7463 if test -n "$ac_tool_prefix"; then
7464 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7465set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7467$as_echo_n "checking for $ac_word... " >&6; }
7468if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7469 $as_echo_n "(cached) " >&6
718a6fd8
SE
7470else
7471 if test -n "$OTOOL64"; then
7472 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7473else
7474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475for as_dir in $PATH
7476do
7477 IFS=$as_save_IFS
7478 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7481 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7483 break 2
7484 fi
7485done
81ecdfbb
RW
7486 done
7487IFS=$as_save_IFS
718a6fd8
SE
7488
7489fi
7490fi
7491OTOOL64=$ac_cv_prog_OTOOL64
7492if test -n "$OTOOL64"; then
81ecdfbb
RW
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7494$as_echo "$OTOOL64" >&6; }
718a6fd8 7495else
81ecdfbb
RW
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7497$as_echo "no" >&6; }
718a6fd8
SE
7498fi
7499
81ecdfbb 7500
718a6fd8
SE
7501fi
7502if test -z "$ac_cv_prog_OTOOL64"; then
7503 ac_ct_OTOOL64=$OTOOL64
7504 # Extract the first word of "otool64", so it can be a program name with args.
7505set dummy otool64; ac_word=$2
81ecdfbb
RW
7506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7507$as_echo_n "checking for $ac_word... " >&6; }
7508if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7509 $as_echo_n "(cached) " >&6
718a6fd8
SE
7510else
7511 if test -n "$ac_ct_OTOOL64"; then
7512 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7513else
7514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7515for as_dir in $PATH
7516do
7517 IFS=$as_save_IFS
7518 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7519 for ac_exec_ext in '' $ac_executable_extensions; do
7520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7521 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7523 break 2
7524 fi
7525done
81ecdfbb
RW
7526 done
7527IFS=$as_save_IFS
718a6fd8 7528
718a6fd8
SE
7529fi
7530fi
7531ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7532if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7534$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7535else
81ecdfbb
RW
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7537$as_echo "no" >&6; }
718a6fd8
SE
7538fi
7539
81ecdfbb
RW
7540 if test "x$ac_ct_OTOOL64" = x; then
7541 OTOOL64=":"
7542 else
7543 case $cross_compiling:$ac_tool_warned in
7544yes:)
7545{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7546$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7547ac_tool_warned=yes ;;
7548esac
7549 OTOOL64=$ac_ct_OTOOL64
7550 fi
718a6fd8
SE
7551else
7552 OTOOL64="$ac_cv_prog_OTOOL64"
7553fi
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
81ecdfbb
RW
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7582$as_echo_n "checking for -single_module linker flag... " >&6; }
7583if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7584 $as_echo_n "(cached) " >&6
718a6fd8
SE
7585else
7586 lt_cv_apple_cc_single_mod=no
7587 if test -z "${LT_MULTI_MODULE}"; then
7588 # By default we will add the -single_module flag. You can override
7589 # by either setting the environment variable LT_MULTI_MODULE
7590 # non-empty at configure time, or by adding -multi_module to the
7591 # link flags.
7592 rm -rf libconftest.dylib*
7593 echo "int foo(void){return 1;}" > conftest.c
7594 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7595-dynamiclib -Wl,-single_module conftest.c" >&5
7596 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7597 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7598 _lt_result=$?
7599 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7600 lt_cv_apple_cc_single_mod=yes
7601 else
7602 cat conftest.err >&5
7603 fi
7604 rm -rf libconftest.dylib*
7605 rm -f conftest.*
7606 fi
7607fi
81ecdfbb
RW
7608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7609$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7611$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7612if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
718a6fd8
SE
7614else
7615 lt_cv_ld_exported_symbols_list=no
7616 save_LDFLAGS=$LDFLAGS
7617 echo "_main" > conftest.sym
7618 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7620/* end confdefs.h. */
7621
7622int
7623main ()
7624{
7625
7626 ;
7627 return 0;
7628}
7629_ACEOF
81ecdfbb 7630if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7631 lt_cv_ld_exported_symbols_list=yes
7632else
81ecdfbb 7633 lt_cv_ld_exported_symbols_list=no
718a6fd8 7634fi
81ecdfbb
RW
7635rm -f core conftest.err conftest.$ac_objext \
7636 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7637 LDFLAGS="$save_LDFLAGS"
7638
7639fi
81ecdfbb
RW
7640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7641$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7643$as_echo_n "checking for -force_load linker flag... " >&6; }
7644if test "${lt_cv_ld_force_load+set}" = set; then :
7645 $as_echo_n "(cached) " >&6
7646else
7647 lt_cv_ld_force_load=no
7648 cat > conftest.c << _LT_EOF
7649int forced_loaded() { return 2;}
7650_LT_EOF
7651 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7652 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7653 echo "$AR cru libconftest.a conftest.o" >&5
7654 $AR cru libconftest.a conftest.o 2>&5
7655 cat > conftest.c << _LT_EOF
7656int main() { return 0;}
7657_LT_EOF
7658 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7659 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7660 _lt_result=$?
7661 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7662 lt_cv_ld_force_load=yes
7663 else
7664 cat conftest.err >&5
7665 fi
7666 rm -f conftest.err libconftest.a conftest conftest.c
7667 rm -rf conftest.dSYM
7668
7669fi
7670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7671$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7672 case $host_os in
7673 rhapsody* | darwin1.[012])
7674 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7675 darwin1.*)
7676 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7677 darwin*) # darwin 5.x on
7678 # if running on 10.5 or later, the deployment target defaults
7679 # to the OS version, if on x86, and 10.4, the deployment
7680 # target defaults to 10.4. Don't you love it?
7681 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7682 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7683 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7684 10.[012]*)
7685 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7686 10.*)
7687 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7688 esac
7689 ;;
7690 esac
7691 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7692 _lt_dar_single_mod='$single_module'
7693 fi
7694 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7695 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7696 else
7697 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7698 fi
3725885a 7699 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7700 _lt_dsymutil='~$DSYMUTIL $lib || :'
7701 else
7702 _lt_dsymutil=
7703 fi
7704 ;;
7705 esac
7706
718a6fd8 7707for ac_header in dlfcn.h
81ecdfbb
RW
7708do :
7709 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7710"
7711if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7712 cat >>confdefs.h <<_ACEOF
81ecdfbb 7713#define HAVE_DLFCN_H 1
718a6fd8
SE
7714_ACEOF
7715
7716fi
7717
7718done
7719
7720
7721
3725885a
RW
7722
7723
718a6fd8
SE
7724# Set options
7725
7726
7727
7728 enable_dlopen=no
7729
7730
7731 enable_win32_dll=no
7732
7733
81ecdfbb
RW
7734 # Check whether --enable-shared was given.
7735if test "${enable_shared+set}" = set; then :
7736 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7737 case $enableval in
7738 yes) enable_shared=yes ;;
7739 no) enable_shared=no ;;
7740 *)
7741 enable_shared=no
7742 # Look at the argument we got. We use all the common list separators.
7743 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7744 for pkg in $enableval; do
7745 IFS="$lt_save_ifs"
7746 if test "X$pkg" = "X$p"; then
7747 enable_shared=yes
7748 fi
7749 done
7750 IFS="$lt_save_ifs"
7751 ;;
7752 esac
7753else
7754 enable_shared=yes
81ecdfbb
RW
7755fi
7756
718a6fd8
SE
7757
7758
7759
7760
7761
7762
7763
7764
81ecdfbb
RW
7765 # Check whether --enable-static was given.
7766if test "${enable_static+set}" = set; then :
7767 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7768 case $enableval in
7769 yes) enable_static=yes ;;
7770 no) enable_static=no ;;
7771 *)
7772 enable_static=no
7773 # Look at the argument we got. We use all the common list separators.
7774 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7775 for pkg in $enableval; do
7776 IFS="$lt_save_ifs"
7777 if test "X$pkg" = "X$p"; then
7778 enable_static=yes
7779 fi
7780 done
7781 IFS="$lt_save_ifs"
7782 ;;
7783 esac
7784else
7785 enable_static=yes
81ecdfbb
RW
7786fi
7787
718a6fd8
SE
7788
7789
d7040cdb 7790
d7040cdb 7791
718a6fd8
SE
7792
7793
7794
7795
7796
81ecdfbb
RW
7797# Check whether --with-pic was given.
7798if test "${with_pic+set}" = set; then :
7799 withval=$with_pic; pic_mode="$withval"
ce2cded5 7800else
718a6fd8 7801 pic_mode=default
81ecdfbb
RW
7802fi
7803
d7040cdb 7804
718a6fd8
SE
7805test -z "$pic_mode" && pic_mode=default
7806
7807
7808
7809
7810
7811
7812
81ecdfbb
RW
7813 # Check whether --enable-fast-install was given.
7814if test "${enable_fast_install+set}" = set; then :
7815 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7816 case $enableval in
7817 yes) enable_fast_install=yes ;;
7818 no) enable_fast_install=no ;;
7819 *)
7820 enable_fast_install=no
7821 # Look at the argument we got. We use all the common list separators.
7822 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7823 for pkg in $enableval; do
7824 IFS="$lt_save_ifs"
7825 if test "X$pkg" = "X$p"; then
7826 enable_fast_install=yes
7827 fi
7828 done
7829 IFS="$lt_save_ifs"
7830 ;;
7831 esac
ce2cded5 7832else
718a6fd8 7833 enable_fast_install=yes
81ecdfbb
RW
7834fi
7835
718a6fd8
SE
7836
7837
7838
7839
d7040cdb 7840
d7040cdb 7841
d7040cdb 7842
d7040cdb 7843
d7040cdb 7844
d7040cdb 7845
ce2cded5
L
7846# This can be used to rebuild libtool when needed
7847LIBTOOL_DEPS="$ltmain"
d7040cdb 7848
ce2cded5
L
7849# Always use our own libtool.
7850LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7851
d7040cdb 7852
d7040cdb 7853
d7040cdb
SE
7854
7855
7856
7857
7858
7859
d7040cdb 7860
d7040cdb 7861
ab509236 7862
ab509236 7863
d7040cdb
SE
7864
7865
7866
7867
7868
13b2be9c 7869
13b2be9c 7870
13b2be9c 7871
13b2be9c 7872
d7040cdb 7873
3725885a 7874
d7040cdb
SE
7875
7876
ce2cded5 7877test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7878
7879
d7040cdb 7880
d7040cdb 7881
d7040cdb
SE
7882
7883
7884
7885
7886
7887
ce2cded5
L
7888
7889
7890
7891
7892if test -n "${ZSH_VERSION+set}" ; then
7893 setopt NO_GLOB_SUBST
7894fi
7895
81ecdfbb
RW
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7897$as_echo_n "checking for objdir... " >&6; }
7898if test "${lt_cv_objdir+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
d7040cdb 7900else
ce2cded5
L
7901 rm -f .libs 2>/dev/null
7902mkdir .libs 2>/dev/null
7903if test -d .libs; then
7904 lt_cv_objdir=.libs
7905else
7906 # MS-DOS does not allow filenames that begin with a dot.
7907 lt_cv_objdir=_libs
d7040cdb 7908fi
ce2cded5
L
7909rmdir .libs 2>/dev/null
7910fi
81ecdfbb
RW
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7912$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7913objdir=$lt_cv_objdir
d7040cdb
SE
7914
7915
7916
7917
d7040cdb 7918
ce2cded5
L
7919cat >>confdefs.h <<_ACEOF
7920#define LT_OBJDIR "$lt_cv_objdir/"
7921_ACEOF
d7040cdb
SE
7922
7923
7924
7925
ce2cded5
L
7926case $host_os in
7927aix3*)
7928 # AIX sometimes has problems with the GCC collect2 program. For some
7929 # reason, if we set the COLLECT_NAMES environment variable, the problems
7930 # vanish in a puff of smoke.
7931 if test "X${COLLECT_NAMES+set}" != Xset; then
7932 COLLECT_NAMES=
7933 export COLLECT_NAMES
7934 fi
7935 ;;
7936esac
d7040cdb 7937
ce2cded5
L
7938# Global variables:
7939ofile=libtool
7940can_build_shared=yes
d7040cdb 7941
ce2cded5
L
7942# All known linkers require a `.a' archive for static linking (except MSVC,
7943# which needs '.lib').
7944libext=a
d7040cdb 7945
ce2cded5 7946with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7947
ce2cded5
L
7948old_CC="$CC"
7949old_CFLAGS="$CFLAGS"
d7040cdb 7950
ce2cded5
L
7951# Set sane defaults for various variables
7952test -z "$CC" && CC=cc
7953test -z "$LTCC" && LTCC=$CC
7954test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7955test -z "$LD" && LD=ld
7956test -z "$ac_objext" && ac_objext=o
7957
7958for cc_temp in $compiler""; do
7959 case $cc_temp in
7960 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7961 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7962 \-*) ;;
7963 *) break;;
7964 esac
7965done
3725885a 7966cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7967
7968
7969# Only perform the check for file, if the check method requires it
7970test -z "$MAGIC_CMD" && MAGIC_CMD=file
7971case $deplibs_check_method in
7972file_magic*)
7973 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7975$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7976if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7977 $as_echo_n "(cached) " >&6
ce2cded5
L
7978else
7979 case $MAGIC_CMD in
7980[\\/*] | ?:[\\/]*)
7981 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7982 ;;
7983*)
7984 lt_save_MAGIC_CMD="$MAGIC_CMD"
7985 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7986 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7987 for ac_dir in $ac_dummy; do
7988 IFS="$lt_save_ifs"
7989 test -z "$ac_dir" && ac_dir=.
7990 if test -f $ac_dir/${ac_tool_prefix}file; then
7991 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7992 if test -n "$file_magic_test_file"; then
7993 case $deplibs_check_method in
7994 "file_magic "*)
7995 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7996 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7997 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7998 $EGREP "$file_magic_regex" > /dev/null; then
7999 :
d7040cdb 8000 else
ce2cded5 8001 cat <<_LT_EOF 1>&2
d7040cdb 8002
ce2cded5
L
8003*** Warning: the command libtool uses to detect shared libraries,
8004*** $file_magic_cmd, produces output that libtool cannot recognize.
8005*** The result is that libtool may fail to recognize shared libraries
8006*** as such. This will affect the creation of libtool libraries that
8007*** depend on shared libraries, but programs linked with such libtool
8008*** libraries will work regardless of this problem. Nevertheless, you
8009*** may want to report the problem to your system manager and/or to
8010*** bug-libtool@gnu.org
d7040cdb 8011
ce2cded5
L
8012_LT_EOF
8013 fi ;;
8014 esac
d7040cdb 8015 fi
ce2cded5 8016 break
d7040cdb 8017 fi
ce2cded5
L
8018 done
8019 IFS="$lt_save_ifs"
8020 MAGIC_CMD="$lt_save_MAGIC_CMD"
8021 ;;
8022esac
8023fi
d7040cdb 8024
ce2cded5
L
8025MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8026if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8028$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8029else
81ecdfbb
RW
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031$as_echo "no" >&6; }
ce2cded5 8032fi
d7040cdb 8033
d7040cdb 8034
d7040cdb 8035
d7040cdb 8036
d7040cdb 8037
ce2cded5
L
8038if test -z "$lt_cv_path_MAGIC_CMD"; then
8039 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8041$as_echo_n "checking for file... " >&6; }
8042if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
ce2cded5
L
8044else
8045 case $MAGIC_CMD in
8046[\\/*] | ?:[\\/]*)
8047 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8048 ;;
8049*)
8050 lt_save_MAGIC_CMD="$MAGIC_CMD"
8051 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8052 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8053 for ac_dir in $ac_dummy; do
8054 IFS="$lt_save_ifs"
8055 test -z "$ac_dir" && ac_dir=.
8056 if test -f $ac_dir/file; then
8057 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8058 if test -n "$file_magic_test_file"; then
8059 case $deplibs_check_method in
8060 "file_magic "*)
8061 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8062 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8063 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8064 $EGREP "$file_magic_regex" > /dev/null; then
8065 :
d7040cdb 8066 else
ce2cded5
L
8067 cat <<_LT_EOF 1>&2
8068
8069*** Warning: the command libtool uses to detect shared libraries,
8070*** $file_magic_cmd, produces output that libtool cannot recognize.
8071*** The result is that libtool may fail to recognize shared libraries
8072*** as such. This will affect the creation of libtool libraries that
8073*** depend on shared libraries, but programs linked with such libtool
8074*** libraries will work regardless of this problem. Nevertheless, you
8075*** may want to report the problem to your system manager and/or to
8076*** bug-libtool@gnu.org
8077
8078_LT_EOF
8079 fi ;;
d7040cdb 8080 esac
d7040cdb 8081 fi
ce2cded5
L
8082 break
8083 fi
8084 done
8085 IFS="$lt_save_ifs"
8086 MAGIC_CMD="$lt_save_MAGIC_CMD"
8087 ;;
8088esac
8089fi
d7040cdb 8090
ce2cded5
L
8091MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8092if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8094$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8095else
81ecdfbb
RW
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8097$as_echo "no" >&6; }
ce2cded5 8098fi
d7040cdb 8099
d7040cdb 8100
ce2cded5
L
8101 else
8102 MAGIC_CMD=:
8103 fi
d7040cdb 8104fi
d7040cdb 8105
ce2cded5
L
8106 fi
8107 ;;
8108esac
d7040cdb 8109
ce2cded5 8110# Use C for the default configuration in the libtool script
d7040cdb 8111
ce2cded5
L
8112lt_save_CC="$CC"
8113ac_ext=c
8114ac_cpp='$CPP $CPPFLAGS'
8115ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8116ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8117ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8118
d7040cdb 8119
ce2cded5
L
8120# Source file extension for C test sources.
8121ac_ext=c
d7040cdb 8122
ce2cded5
L
8123# Object file extension for compiled C test sources.
8124objext=o
8125objext=$objext
d7040cdb 8126
ce2cded5
L
8127# Code to be used in simple compile tests
8128lt_simple_compile_test_code="int some_variable = 0;"
8129
8130# Code to be used in simple link tests
8131lt_simple_link_test_code='int main(){return(0);}'
8132
8133
8134
8135
8136
8137
8138
8139# If no C compiler was specified, use CC.
8140LTCC=${LTCC-"$CC"}
8141
8142# If no C compiler flags were specified, use CFLAGS.
8143LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8144
8145# Allow CC to be a program name with arguments.
8146compiler=$CC
8147
8148# Save the default compiler, since it gets overwritten when the other
8149# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8150compiler_DEFAULT=$CC
8151
8152# save warnings/boilerplate of simple test code
8153ac_outfile=conftest.$ac_objext
8154echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8155eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8156_lt_compiler_boilerplate=`cat conftest.err`
8157$RM conftest*
8158
8159ac_outfile=conftest.$ac_objext
8160echo "$lt_simple_link_test_code" >conftest.$ac_ext
8161eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8162_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8163$RM -r conftest*
ce2cded5
L
8164
8165
f2c621e4
AS
8166## CAVEAT EMPTOR:
8167## There is no encapsulation within the following macros, do not change
8168## the running order or otherwise move them around unless you know exactly
8169## what you are doing...
ce2cded5
L
8170if test -n "$compiler"; then
8171
8172lt_prog_compiler_no_builtin_flag=
8173
8174if test "$GCC" = yes; then
3725885a
RW
8175 case $cc_basename in
8176 nvcc*)
8177 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8178 *)
8179 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8180 esac
ce2cded5 8181
81ecdfbb
RW
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8183$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8184if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
ce2cded5
L
8186else
8187 lt_cv_prog_compiler_rtti_exceptions=no
8188 ac_outfile=conftest.$ac_objext
8189 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8190 lt_compiler_flag="-fno-rtti -fno-exceptions"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 # The option is referenced via a variable to avoid confusing sed.
8196 lt_compile=`echo "$ac_compile" | $SED \
8197 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8198 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8199 -e 's:$: $lt_compiler_flag:'`
3725885a 8200 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8201 (eval "$lt_compile" 2>conftest.err)
8202 ac_status=$?
8203 cat conftest.err >&5
3725885a 8204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8205 if (exit $ac_status) && test -s "$ac_outfile"; then
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings other than the usual output.
3725885a 8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8209 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8210 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_rtti_exceptions=yes
8212 fi
8213 fi
8214 $RM conftest*
8215
8216fi
81ecdfbb
RW
8217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8218$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
8219
8220if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8221 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8222else
8223 :
8224fi
8225
8226fi
8227
8228
8229
8230
8231
8232
8233 lt_prog_compiler_wl=
8234lt_prog_compiler_pic=
8235lt_prog_compiler_static=
8236
f2c621e4
AS
8237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8238$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
8239
8240 if test "$GCC" = yes; then
8241 lt_prog_compiler_wl='-Wl,'
8242 lt_prog_compiler_static='-static'
8243
8244 case $host_os in
8245 aix*)
8246 # All AIX code is PIC.
8247 if test "$host_cpu" = ia64; then
8248 # AIX 5 now supports IA64 processor
8249 lt_prog_compiler_static='-Bstatic'
8250 fi
6c9c0a50 8251 lt_prog_compiler_pic='-fPIC'
ce2cded5 8252 ;;
d7040cdb
SE
8253
8254 amigaos*)
718a6fd8
SE
8255 case $host_cpu in
8256 powerpc)
8257 # see comment about AmigaOS4 .so support
8258 lt_prog_compiler_pic='-fPIC'
8259 ;;
8260 m68k)
8261 # FIXME: we need at least 68020 code to build shared libraries, but
8262 # adding the `-m68020' flag to GCC prevents building anything better,
8263 # like `-m68040'.
8264 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8265 ;;
8266 esac
d7040cdb
SE
8267 ;;
8268
ce2cded5
L
8269 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8270 # PIC is the default for these OSes.
d7040cdb
SE
8271 ;;
8272
718a6fd8 8273 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8274 # This hack is so that the source file can tell whether it is being
8275 # built for inclusion in a dll (and should export symbols for example).
8276 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8277 # (--disable-auto-import) libraries
8278 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8279 ;;
8280
8281 darwin* | rhapsody*)
ce2cded5
L
8282 # PIC is the default on this platform
8283 # Common symbols not allowed in MH_DYLIB files
8284 lt_prog_compiler_pic='-fno-common'
8285 ;;
8286
3725885a
RW
8287 haiku*)
8288 # PIC is the default for Haiku.
8289 # The "-static" flag exists, but is broken.
8290 lt_prog_compiler_static=
8291 ;;
8292
ce2cded5 8293 hpux*)
718a6fd8
SE
8294 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8295 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8296 # sets the default TLS model and affects inlining.
ce2cded5 8297 case $host_cpu in
718a6fd8 8298 hppa*64*)
ce2cded5 8299 # +Z the default
d7040cdb 8300 ;;
ce2cded5
L
8301 *)
8302 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8303 ;;
8304 esac
ce2cded5 8305 ;;
d7040cdb 8306
ce2cded5
L
8307 interix[3-9]*)
8308 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8309 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8310 ;;
8311
ce2cded5
L
8312 msdosdjgpp*)
8313 # Just because we use GCC doesn't mean we suddenly get shared libraries
8314 # on systems that don't support them.
8315 lt_prog_compiler_can_build_shared=no
8316 enable_shared=no
d7040cdb
SE
8317 ;;
8318
ce2cded5
L
8319 *nto* | *qnx*)
8320 # QNX uses GNU C++, but need to define -shared option too, otherwise
8321 # it will coredump.
8322 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8323 ;;
8324
ce2cded5
L
8325 sysv4*MP*)
8326 if test -d /usr/nec; then
8327 lt_prog_compiler_pic=-Kconform_pic
8328 fi
d7040cdb
SE
8329 ;;
8330
ce2cded5
L
8331 *)
8332 lt_prog_compiler_pic='-fPIC'
d7040cdb 8333 ;;
ce2cded5 8334 esac
3725885a
RW
8335
8336 case $cc_basename in
8337 nvcc*) # Cuda Compiler Driver 2.2
8338 lt_prog_compiler_wl='-Xlinker '
8339 lt_prog_compiler_pic='-Xcompiler -fPIC'
8340 ;;
8341 esac
ce2cded5
L
8342 else
8343 # PORTME Check for flag to pass linker flags through the system compiler.
8344 case $host_os in
8345 aix*)
8346 lt_prog_compiler_wl='-Wl,'
8347 if test "$host_cpu" = ia64; then
8348 # AIX 5 now supports IA64 processor
8349 lt_prog_compiler_static='-Bstatic'
d7040cdb 8350 else
ce2cded5 8351 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8352 fi
ce2cded5 8353 ;;
d7040cdb 8354
718a6fd8 8355 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8356 # This hack is so that the source file can tell whether it is being
8357 # built for inclusion in a dll (and should export symbols for example).
8358 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8359 ;;
8360
ce2cded5
L
8361 hpux9* | hpux10* | hpux11*)
8362 lt_prog_compiler_wl='-Wl,'
8363 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8364 # not for PA HP-UX.
8365 case $host_cpu in
8366 hppa*64*|ia64*)
8367 # +Z the default
8368 ;;
8369 *)
8370 lt_prog_compiler_pic='+Z'
8371 ;;
8372 esac
8373 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8374 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8375 ;;
8376
ce2cded5
L
8377 irix5* | irix6* | nonstopux*)
8378 lt_prog_compiler_wl='-Wl,'
8379 # PIC (with -KPIC) is the default.
8380 lt_prog_compiler_static='-non_shared'
8381 ;;
d7040cdb 8382
58e24671 8383 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8384 case $cc_basename in
718a6fd8
SE
8385 # old Intel for x86_64 which still supported -KPIC.
8386 ecc*)
ce2cded5
L
8387 lt_prog_compiler_wl='-Wl,'
8388 lt_prog_compiler_pic='-KPIC'
8389 lt_prog_compiler_static='-static'
8390 ;;
718a6fd8
SE
8391 # icc used to be incompatible with GCC.
8392 # ICC 10 doesn't accept -KPIC any more.
8393 icc* | ifort*)
8394 lt_prog_compiler_wl='-Wl,'
8395 lt_prog_compiler_pic='-fPIC'
8396 lt_prog_compiler_static='-static'
8397 ;;
8398 # Lahey Fortran 8.1.
8399 lf95*)
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_pic='--shared'
8402 lt_prog_compiler_static='--static'
8403 ;;
3725885a 8404 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8405 # Portland Group compilers (*not* the Pentium gcc compiler,
8406 # which looks to be a dead project)
8407 lt_prog_compiler_wl='-Wl,'
8408 lt_prog_compiler_pic='-fpic'
8409 lt_prog_compiler_static='-Bstatic'
8410 ;;
8411 ccc*)
8412 lt_prog_compiler_wl='-Wl,'
8413 # All Alpha code is PIC.
8414 lt_prog_compiler_static='-non_shared'
8415 ;;
3725885a
RW
8416 xl* | bgxl* | bgf* | mpixl*)
8417 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8418 lt_prog_compiler_wl='-Wl,'
8419 lt_prog_compiler_pic='-qpic'
8420 lt_prog_compiler_static='-qstaticlink'
8421 ;;
ce2cded5
L
8422 *)
8423 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8424 *Sun\ F* | *Sun*Fortran*)
8425 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8426 lt_prog_compiler_pic='-KPIC'
8427 lt_prog_compiler_static='-Bstatic'
3725885a 8428 lt_prog_compiler_wl=''
d7040cdb 8429 ;;
3725885a
RW
8430 *Sun\ C*)
8431 # Sun C 5.9
ce2cded5
L
8432 lt_prog_compiler_pic='-KPIC'
8433 lt_prog_compiler_static='-Bstatic'
3725885a 8434 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8435 ;;
8436 esac
ce2cded5
L
8437 ;;
8438 esac
d7040cdb
SE
8439 ;;
8440
ce2cded5
L
8441 newsos6)
8442 lt_prog_compiler_pic='-KPIC'
8443 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8444 ;;
8445
ce2cded5
L
8446 *nto* | *qnx*)
8447 # QNX uses GNU C++, but need to define -shared option too, otherwise
8448 # it will coredump.
8449 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8450 ;;
8451
ce2cded5
L
8452 osf3* | osf4* | osf5*)
8453 lt_prog_compiler_wl='-Wl,'
8454 # All OSF/1 code is PIC.
8455 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8456 ;;
8457
ce2cded5
L
8458 rdos*)
8459 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8460 ;;
8461
8462 solaris*)
ce2cded5
L
8463 lt_prog_compiler_pic='-KPIC'
8464 lt_prog_compiler_static='-Bstatic'
8465 case $cc_basename in
f2c621e4 8466 f77* | f90* | f95*)
ce2cded5 8467 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8468 *)
ce2cded5 8469 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8470 esac
d7040cdb
SE
8471 ;;
8472
8473 sunos4*)
ce2cded5
L
8474 lt_prog_compiler_wl='-Qoption ld '
8475 lt_prog_compiler_pic='-PIC'
8476 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8477 ;;
8478
ce2cded5
L
8479 sysv4 | sysv4.2uw2* | sysv4.3*)
8480 lt_prog_compiler_wl='-Wl,'
8481 lt_prog_compiler_pic='-KPIC'
8482 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8483 ;;
8484
8485 sysv4*MP*)
ce2cded5
L
8486 if test -d /usr/nec ;then
8487 lt_prog_compiler_pic='-Kconform_pic'
8488 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8489 fi
8490 ;;
8491
ce2cded5
L
8492 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8493 lt_prog_compiler_wl='-Wl,'
8494 lt_prog_compiler_pic='-KPIC'
8495 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8496 ;;
8497
ce2cded5
L
8498 unicos*)
8499 lt_prog_compiler_wl='-Wl,'
8500 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8501 ;;
8502
8503 uts4*)
ce2cded5
L
8504 lt_prog_compiler_pic='-pic'
8505 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8506 ;;
8507
8508 *)
ce2cded5 8509 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8510 ;;
8511 esac
d7040cdb
SE
8512 fi
8513
ce2cded5
L
8514case $host_os in
8515 # For platforms which do not support PIC, -DPIC is meaningless:
8516 *djgpp*)
8517 lt_prog_compiler_pic=
8518 ;;
8519 *)
8520 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8521 ;;
8522esac
f2c621e4
AS
8523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8524$as_echo "$lt_prog_compiler_pic" >&6; }
8525
8526
8527
8528
d7040cdb
SE
8529
8530
8531#
ce2cded5 8532# Check to make sure the PIC flag actually works.
d7040cdb 8533#
ce2cded5 8534if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8536$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8537if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8538 $as_echo_n "(cached) " >&6
ce2cded5 8539else
718a6fd8 8540 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8541 ac_outfile=conftest.$ac_objext
8542 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8543 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8544 # Insert the option either (1) after the last *FLAGS variable, or
8545 # (2) before a word containing "conftest.", or (3) at the end.
8546 # Note that $ac_compile itself does not contain backslashes and begins
8547 # with a dollar sign (not a hyphen), so the echo should work correctly.
8548 # The option is referenced via a variable to avoid confusing sed.
8549 lt_compile=`echo "$ac_compile" | $SED \
8550 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8551 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8552 -e 's:$: $lt_compiler_flag:'`
3725885a 8553 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8554 (eval "$lt_compile" 2>conftest.err)
8555 ac_status=$?
8556 cat conftest.err >&5
3725885a 8557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8558 if (exit $ac_status) && test -s "$ac_outfile"; then
8559 # The compiler can only warn and ignore the option if not recognized
8560 # So say no if there are warnings other than the usual output.
3725885a 8561 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8562 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8563 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8564 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8565 fi
8566 fi
8567 $RM conftest*
d7040cdb 8568
ce2cded5 8569fi
81ecdfbb
RW
8570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8571$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8572
718a6fd8 8573if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8574 case $lt_prog_compiler_pic in
8575 "" | " "*) ;;
8576 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8577 esac
8578else
8579 lt_prog_compiler_pic=
8580 lt_prog_compiler_can_build_shared=no
8581fi
d7040cdb 8582
ce2cded5 8583fi
d7040cdb
SE
8584
8585
8586
8587
8588
8589
ce2cded5
L
8590#
8591# Check to make sure the static flag actually works.
8592#
8593wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8595$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8596if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8597 $as_echo_n "(cached) " >&6
ce2cded5 8598else
718a6fd8 8599 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8600 save_LDFLAGS="$LDFLAGS"
8601 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8602 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8603 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8604 # The linker can only warn and ignore the option if not recognized
8605 # So say no if there are warnings
8606 if test -s conftest.err; then
8607 # Append any errors to the config.log.
8608 cat conftest.err 1>&5
3725885a 8609 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8610 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8611 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8612 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8613 fi
8614 else
718a6fd8 8615 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8616 fi
8617 fi
718a6fd8 8618 $RM -r conftest*
ce2cded5 8619 LDFLAGS="$save_LDFLAGS"
d7040cdb 8620
ce2cded5 8621fi
81ecdfbb
RW
8622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8623$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8624
718a6fd8 8625if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8626 :
8627else
8628 lt_prog_compiler_static=
8629fi
d7040cdb
SE
8630
8631
8632
8633
8634
8635
8636
81ecdfbb
RW
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8638$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8639if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
ce2cded5
L
8641else
8642 lt_cv_prog_compiler_c_o=no
8643 $RM -r conftest 2>/dev/null
8644 mkdir conftest
8645 cd conftest
8646 mkdir out
8647 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8648
ce2cded5
L
8649 lt_compiler_flag="-o out/conftest2.$ac_objext"
8650 # Insert the option either (1) after the last *FLAGS variable, or
8651 # (2) before a word containing "conftest.", or (3) at the end.
8652 # Note that $ac_compile itself does not contain backslashes and begins
8653 # with a dollar sign (not a hyphen), so the echo should work correctly.
8654 lt_compile=`echo "$ac_compile" | $SED \
8655 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8656 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8657 -e 's:$: $lt_compiler_flag:'`
3725885a 8658 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8659 (eval "$lt_compile" 2>out/conftest.err)
8660 ac_status=$?
8661 cat out/conftest.err >&5
3725885a 8662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8663 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8664 then
8665 # The compiler can only warn and ignore the option if not recognized
8666 # So say no if there are warnings
3725885a 8667 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8668 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8669 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8670 lt_cv_prog_compiler_c_o=yes
8671 fi
8672 fi
8673 chmod u+w . 2>&5
8674 $RM conftest*
8675 # SGI C++ compiler will create directory out/ii_files/ for
8676 # template instantiation
8677 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8678 $RM out/* && rmdir out
8679 cd ..
8680 $RM -r conftest
8681 $RM conftest*
d7040cdb 8682
ce2cded5 8683fi
81ecdfbb
RW
8684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8685$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8686
8687
8688
8689
8690
8691
81ecdfbb
RW
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8693$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8694if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8695 $as_echo_n "(cached) " >&6
ce2cded5
L
8696else
8697 lt_cv_prog_compiler_c_o=no
8698 $RM -r conftest 2>/dev/null
8699 mkdir conftest
8700 cd conftest
8701 mkdir out
8702 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8703
ce2cded5
L
8704 lt_compiler_flag="-o out/conftest2.$ac_objext"
8705 # Insert the option either (1) after the last *FLAGS variable, or
8706 # (2) before a word containing "conftest.", or (3) at the end.
8707 # Note that $ac_compile itself does not contain backslashes and begins
8708 # with a dollar sign (not a hyphen), so the echo should work correctly.
8709 lt_compile=`echo "$ac_compile" | $SED \
8710 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8711 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8712 -e 's:$: $lt_compiler_flag:'`
3725885a 8713 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8714 (eval "$lt_compile" 2>out/conftest.err)
8715 ac_status=$?
8716 cat out/conftest.err >&5
3725885a 8717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8718 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8719 then
8720 # The compiler can only warn and ignore the option if not recognized
8721 # So say no if there are warnings
3725885a 8722 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8723 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8724 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8725 lt_cv_prog_compiler_c_o=yes
8726 fi
8727 fi
8728 chmod u+w . 2>&5
8729 $RM conftest*
8730 # SGI C++ compiler will create directory out/ii_files/ for
8731 # template instantiation
8732 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8733 $RM out/* && rmdir out
8734 cd ..
8735 $RM -r conftest
8736 $RM conftest*
d7040cdb 8737
ce2cded5 8738fi
81ecdfbb
RW
8739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8740$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8741
8742
8743
8744
ce2cded5
L
8745hard_links="nottested"
8746if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8747 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8749$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8750 hard_links=yes
8751 $RM conftest*
8752 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8753 touch conftest.a
8754 ln conftest.a conftest.b 2>&5 || hard_links=no
8755 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8757$as_echo "$hard_links" >&6; }
ce2cded5 8758 if test "$hard_links" = no; then
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8760$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8761 need_locks=warn
8762 fi
8763else
8764 need_locks=no
8765fi
d7040cdb
SE
8766
8767
8768
8769
8770
8771
81ecdfbb
RW
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8773$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8774
ce2cded5
L
8775 runpath_var=
8776 allow_undefined_flag=
8777 always_export_symbols=no
8778 archive_cmds=
8779 archive_expsym_cmds=
8780 compiler_needs_object=no
8781 enable_shared_with_static_runtimes=no
8782 export_dynamic_flag_spec=
8783 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8784 hardcode_automatic=no
8785 hardcode_direct=no
8786 hardcode_direct_absolute=no
8787 hardcode_libdir_flag_spec=
8788 hardcode_libdir_flag_spec_ld=
8789 hardcode_libdir_separator=
8790 hardcode_minus_L=no
8791 hardcode_shlibpath_var=unsupported
8792 inherit_rpath=no
8793 link_all_deplibs=unknown
8794 module_cmds=
8795 module_expsym_cmds=
8796 old_archive_from_new_cmds=
8797 old_archive_from_expsyms_cmds=
8798 thread_safe_flag_spec=
8799 whole_archive_flag_spec=
8800 # include_expsyms should be a list of space-separated symbols to be *always*
8801 # included in the symbol list
8802 include_expsyms=
8803 # exclude_expsyms can be an extended regexp of symbols to exclude
8804 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8805 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8806 # as well as any symbol that contains `d'.
718a6fd8 8807 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8808 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8809 # platforms (ab)use it in PIC code, but their linkers get confused if
8810 # the symbol is explicitly referenced. Since portable code cannot
8811 # rely on this symbol name, it's probably fine to never include it in
8812 # preloaded symbol tables.
718a6fd8 8813 # Exclude shared library initialization/finalization symbols.
ce2cded5 8814 extract_expsyms_cmds=
d7040cdb 8815
ce2cded5 8816 case $host_os in
718a6fd8 8817 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8818 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8819 # When not using gcc, we currently assume that we are using
8820 # Microsoft Visual C++.
8821 if test "$GCC" != yes; then
8822 with_gnu_ld=no
8823 fi
8824 ;;
8825 interix*)
8826 # we just hope/assume this is gcc and not c89 (= MSVC++)
8827 with_gnu_ld=yes
8828 ;;
8829 openbsd*)
8830 with_gnu_ld=no
8831 ;;
8832 esac
d7040cdb 8833
ce2cded5 8834 ld_shlibs=yes
3725885a
RW
8835
8836 # On some targets, GNU ld is compatible enough with the native linker
8837 # that we're better off using the native interface for both.
8838 lt_use_gnu_ld_interface=no
ce2cded5 8839 if test "$with_gnu_ld" = yes; then
3725885a
RW
8840 case $host_os in
8841 aix*)
8842 # The AIX port of GNU ld has always aspired to compatibility
8843 # with the native linker. However, as the warning in the GNU ld
8844 # block says, versions before 2.19.5* couldn't really create working
8845 # shared libraries, regardless of the interface used.
8846 case `$LD -v 2>&1` in
8847 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8848 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8849 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8850 *)
8851 lt_use_gnu_ld_interface=yes
8852 ;;
8853 esac
8854 ;;
8855 *)
8856 lt_use_gnu_ld_interface=yes
8857 ;;
8858 esac
8859 fi
8860
8861 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8862 # If archive_cmds runs LD, not CC, wlarc should be empty
8863 wlarc='${wl}'
d7040cdb 8864
ce2cded5
L
8865 # Set some defaults for GNU ld with shared library support. These
8866 # are reset later if shared libraries are not supported. Putting them
8867 # here allows them to be overridden if necessary.
8868 runpath_var=LD_RUN_PATH
8869 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8870 export_dynamic_flag_spec='${wl}--export-dynamic'
8871 # ancient GNU ld didn't support --whole-archive et. al.
8872 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8873 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8874 else
8875 whole_archive_flag_spec=
8876 fi
8877 supports_anon_versioning=no
8878 case `$LD -v 2>&1` in
3725885a 8879 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8880 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8881 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8882 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8883 *\ 2.11.*) ;; # other 2.11 versions
8884 *) supports_anon_versioning=yes ;;
8885 esac
d7040cdb 8886
ce2cded5
L
8887 # See if GNU ld supports shared libraries.
8888 case $host_os in
50e7d84b 8889 aix[3-9]*)
ce2cded5
L
8890 # On AIX/PPC, the GNU linker is very broken
8891 if test "$host_cpu" != ia64; then
8892 ld_shlibs=no
8893 cat <<_LT_EOF 1>&2
d7040cdb 8894
3725885a 8895*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8896*** to be unable to reliably create shared libraries on AIX.
8897*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8898*** really care for shared libraries, you may want to install binutils
8899*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8900*** You will then need to restart the configuration process.
d7040cdb 8901
ce2cded5
L
8902_LT_EOF
8903 fi
8904 ;;
d7040cdb 8905
ce2cded5 8906 amigaos*)
718a6fd8
SE
8907 case $host_cpu in
8908 powerpc)
8909 # see comment about AmigaOS4 .so support
8910 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8911 archive_expsym_cmds=''
8912 ;;
8913 m68k)
8914 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)'
8915 hardcode_libdir_flag_spec='-L$libdir'
8916 hardcode_minus_L=yes
8917 ;;
8918 esac
ce2cded5 8919 ;;
d7040cdb 8920
ce2cded5
L
8921 beos*)
8922 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8923 allow_undefined_flag=unsupported
8924 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8925 # support --undefined. This deserves some investigation. FIXME
8926 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8927 else
8928 ld_shlibs=no
8929 fi
8930 ;;
d7040cdb 8931
718a6fd8 8932 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8933 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8934 # as there is no search path for DLLs.
8935 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8936 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8937 allow_undefined_flag=unsupported
8938 always_export_symbols=no
8939 enable_shared_with_static_runtimes=yes
f2c621e4 8940 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8941
ce2cded5
L
8942 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8943 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8944 # If the export-symbols file already is a .def file (1st line
8945 # is EXPORTS), use it as is; otherwise, prepend...
8946 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8947 cp $export_symbols $output_objdir/$soname.def;
8948 else
8949 echo EXPORTS > $output_objdir/$soname.def;
8950 cat $export_symbols >> $output_objdir/$soname.def;
8951 fi~
8952 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8953 else
8954 ld_shlibs=no
8955 fi
8956 ;;
d7040cdb 8957
3725885a
RW
8958 haiku*)
8959 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8960 link_all_deplibs=yes
8961 ;;
8962
ce2cded5
L
8963 interix[3-9]*)
8964 hardcode_direct=no
8965 hardcode_shlibpath_var=no
8966 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8967 export_dynamic_flag_spec='${wl}-E'
8968 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8969 # Instead, shared libraries are loaded at an image base (0x10000000 by
8970 # default) and relocated if they conflict, which is a slow very memory
8971 # consuming and fragmenting process. To avoid this, we pick a random,
8972 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8973 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8974 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8975 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'
8976 ;;
d7040cdb 8977
58e24671 8978 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8979 tmp_diet=no
8980 if test "$host_os" = linux-dietlibc; then
8981 case $cc_basename in
8982 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8983 esac
8984 fi
8985 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8986 && test "$tmp_diet" = no
8987 then
f2c621e4 8988 tmp_addflag=
718a6fd8 8989 tmp_sharedflag='-shared'
ce2cded5
L
8990 case $cc_basename,$host_cpu in
8991 pgcc*) # Portland Group C compiler
3725885a 8992 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
8993 tmp_addflag=' $pic_flag'
8994 ;;
3725885a
RW
8995 pgf77* | pgf90* | pgf95* | pgfortran*)
8996 # Portland Group f77 and f90 compilers
8997 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
8998 tmp_addflag=' $pic_flag -Mnomain' ;;
8999 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9000 tmp_addflag=' -i_dynamic' ;;
9001 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9002 tmp_addflag=' -i_dynamic -nofor_main' ;;
9003 ifc* | ifort*) # Intel Fortran compiler
9004 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9005 lf95*) # Lahey Fortran 8.1
9006 whole_archive_flag_spec=
9007 tmp_sharedflag='--shared' ;;
3725885a 9008 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9009 tmp_sharedflag='-qmkshrobj'
9010 tmp_addflag= ;;
3725885a
RW
9011 nvcc*) # Cuda Compiler Driver 2.2
9012 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'
9013 compiler_needs_object=yes
9014 ;;
ce2cded5
L
9015 esac
9016 case `$CC -V 2>&1 | sed 5q` in
9017 *Sun\ C*) # Sun C 5.9
3725885a 9018 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
9019 compiler_needs_object=yes
9020 tmp_sharedflag='-G' ;;
9021 *Sun\ F*) # Sun Fortran 8.3
9022 tmp_sharedflag='-G' ;;
ce2cded5
L
9023 esac
9024 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9025
ce2cded5
L
9026 if test "x$supports_anon_versioning" = xyes; then
9027 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9028 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9029 echo "local: *; };" >> $output_objdir/$libname.ver~
9030 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9031 fi
718a6fd8
SE
9032
9033 case $cc_basename in
3725885a 9034 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9035 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9036 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9037 hardcode_libdir_flag_spec=
9038 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9039 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9040 if test "x$supports_anon_versioning" = xyes; then
9041 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9042 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9043 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9044 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9045 fi
9046 ;;
9047 esac
ce2cded5
L
9048 else
9049 ld_shlibs=no
9050 fi
9051 ;;
d7040cdb 9052
ce2cded5
L
9053 netbsd*)
9054 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9055 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9056 wlarc=
9057 else
f2c621e4
AS
9058 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9059 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9060 fi
9061 ;;
d7040cdb 9062
ce2cded5
L
9063 solaris*)
9064 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9065 ld_shlibs=no
9066 cat <<_LT_EOF 1>&2
d7040cdb 9067
ce2cded5
L
9068*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9069*** create shared libraries on Solaris systems. Therefore, libtool
9070*** is disabling shared libraries support. We urge you to upgrade GNU
9071*** binutils to release 2.9.1 or newer. Another option is to modify
9072*** your PATH or compiler configuration so that the native linker is
9073*** used, and then restart.
d7040cdb 9074
ce2cded5
L
9075_LT_EOF
9076 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9077 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9078 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9079 else
9080 ld_shlibs=no
9081 fi
9082 ;;
d7040cdb 9083
ce2cded5
L
9084 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9085 case `$LD -v 2>&1` in
9086 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9087 ld_shlibs=no
9088 cat <<_LT_EOF 1>&2
d7040cdb 9089
ce2cded5
L
9090*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9091*** reliably create shared libraries on SCO systems. Therefore, libtool
9092*** is disabling shared libraries support. We urge you to upgrade GNU
9093*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9094*** your PATH or compiler configuration so that the native linker is
9095*** used, and then restart.
d7040cdb 9096
ce2cded5
L
9097_LT_EOF
9098 ;;
9099 *)
9100 # For security reasons, it is highly recommended that you always
9101 # use absolute paths for naming shared libraries, and exclude the
9102 # DT_RUNPATH tag from executables and libraries. But doing so
9103 # requires that you compile everything twice, which is a pain.
9104 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9105 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9107 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9108 else
9109 ld_shlibs=no
9110 fi
9111 ;;
9112 esac
9113 ;;
d7040cdb 9114
ce2cded5
L
9115 sunos4*)
9116 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9117 wlarc=
9118 hardcode_direct=yes
9119 hardcode_shlibpath_var=no
9120 ;;
d7040cdb 9121
ce2cded5
L
9122 *)
9123 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9124 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9125 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9126 else
9127 ld_shlibs=no
9128 fi
9129 ;;
9130 esac
d7040cdb 9131
ce2cded5
L
9132 if test "$ld_shlibs" = no; then
9133 runpath_var=
9134 hardcode_libdir_flag_spec=
9135 export_dynamic_flag_spec=
9136 whole_archive_flag_spec=
9137 fi
9138 else
9139 # PORTME fill in a description of your system's linker (not GNU ld)
9140 case $host_os in
9141 aix3*)
9142 allow_undefined_flag=unsupported
9143 always_export_symbols=yes
9144 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'
9145 # Note: this linker hardcodes the directories in LIBPATH if there
9146 # are no directories specified by -L.
9147 hardcode_minus_L=yes
9148 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9149 # Neither direct hardcoding nor static linking is supported with a
9150 # broken collect2.
9151 hardcode_direct=unsupported
9152 fi
9153 ;;
d7040cdb 9154
50e7d84b 9155 aix[4-9]*)
ce2cded5
L
9156 if test "$host_cpu" = ia64; then
9157 # On IA64, the linker does run time linking by default, so we don't
9158 # have to do anything special.
9159 aix_use_runtimelinking=no
9160 exp_sym_flag='-Bexport'
9161 no_entry_flag=""
9162 else
9163 # If we're using GNU nm, then we don't want the "-C" option.
9164 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9165 # Also, AIX nm treats weak defined symbols like other global
9166 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 9167 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9168 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
L
9169 else
9170 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9171 fi
9172 aix_use_runtimelinking=no
d7040cdb 9173
ce2cded5
L
9174 # Test if we are trying to use run time linking or normal
9175 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9176 # need to do runtime linking.
50e7d84b 9177 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
9178 for ld_flag in $LDFLAGS; do
9179 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9180 aix_use_runtimelinking=yes
9181 break
9182 fi
9183 done
9184 ;;
9185 esac
d7040cdb 9186
ce2cded5
L
9187 exp_sym_flag='-bexport'
9188 no_entry_flag='-bnoentry'
9189 fi
d7040cdb 9190
ce2cded5
L
9191 # When large executables or shared objects are built, AIX ld can
9192 # have problems creating the table of contents. If linking a library
9193 # or program results in "error TOC overflow" add -mminimal-toc to
9194 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9195 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9196
ce2cded5
L
9197 archive_cmds=''
9198 hardcode_direct=yes
9199 hardcode_direct_absolute=yes
9200 hardcode_libdir_separator=':'
9201 link_all_deplibs=yes
9202 file_list_spec='${wl}-f,'
d7040cdb 9203
ce2cded5
L
9204 if test "$GCC" = yes; then
9205 case $host_os in aix4.[012]|aix4.[012].*)
9206 # We only want to do this on AIX 4.2 and lower, the check
9207 # below for broken collect2 doesn't work under 4.3+
9208 collect2name=`${CC} -print-prog-name=collect2`
9209 if test -f "$collect2name" &&
9210 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9211 then
9212 # We have reworked collect2
9213 :
9214 else
9215 # We have old collect2
9216 hardcode_direct=unsupported
9217 # It fails to find uninstalled libraries when the uninstalled
9218 # path is not listed in the libpath. Setting hardcode_minus_L
9219 # to unsupported forces relinking
9220 hardcode_minus_L=yes
9221 hardcode_libdir_flag_spec='-L$libdir'
9222 hardcode_libdir_separator=
9223 fi
9224 ;;
9225 esac
9226 shared_flag='-shared'
9227 if test "$aix_use_runtimelinking" = yes; then
9228 shared_flag="$shared_flag "'${wl}-G'
9229 fi
9230 else
9231 # not using gcc
9232 if test "$host_cpu" = ia64; then
9233 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9234 # chokes on -Wl,-G. The following line is correct:
9235 shared_flag='-G'
9236 else
9237 if test "$aix_use_runtimelinking" = yes; then
9238 shared_flag='${wl}-G'
9239 else
9240 shared_flag='${wl}-bM:SRE'
9241 fi
9242 fi
9243 fi
d7040cdb 9244
718a6fd8 9245 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9246 # It seems that -bexpall does not export symbols beginning with
9247 # underscore (_), so it is better to generate a list of symbols to export.
9248 always_export_symbols=yes
9249 if test "$aix_use_runtimelinking" = yes; then
9250 # Warning - without using the other runtime loading flags (-brtl),
9251 # -berok will link without error, but may produce a broken library.
9252 allow_undefined_flag='-berok'
9253 # Determine the default libpath from the value encoded in an
9254 # empty executable.
f2c621e4 9255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9256/* end confdefs.h. */
d7040cdb 9257
ce2cded5
L
9258int
9259main ()
9260{
d7040cdb 9261
ce2cded5
L
9262 ;
9263 return 0;
9264}
9265_ACEOF
81ecdfbb 9266if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9267
f2c621e4
AS
9268lt_aix_libpath_sed='
9269 /Import File Strings/,/^$/ {
9270 /^0/ {
9271 s/^0 *\(.*\)$/\1/
9272 p
9273 }
9274 }'
9275aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9276# Check for a 64-bit object if we didn't find anything.
9277if test -z "$aix_libpath"; then
9278 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9279fi
ce2cded5 9280fi
81ecdfbb
RW
9281rm -f core conftest.err conftest.$ac_objext \
9282 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9283if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9284
ce2cded5 9285 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9286 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
9287 else
9288 if test "$host_cpu" = ia64; then
9289 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9290 allow_undefined_flag="-z nodefs"
9291 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"
9292 else
9293 # Determine the default libpath from the value encoded in an
9294 # empty executable.
f2c621e4 9295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9296/* end confdefs.h. */
d7040cdb 9297
ce2cded5
L
9298int
9299main ()
9300{
d7040cdb 9301
ce2cded5
L
9302 ;
9303 return 0;
9304}
9305_ACEOF
81ecdfbb 9306if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9307
f2c621e4
AS
9308lt_aix_libpath_sed='
9309 /Import File Strings/,/^$/ {
9310 /^0/ {
9311 s/^0 *\(.*\)$/\1/
9312 p
9313 }
9314 }'
9315aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9316# Check for a 64-bit object if we didn't find anything.
9317if test -z "$aix_libpath"; then
9318 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9319fi
ce2cded5 9320fi
81ecdfbb
RW
9321rm -f core conftest.err conftest.$ac_objext \
9322 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9323if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9324
ce2cded5
L
9325 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9326 # Warning - without using the other run time loading flags,
9327 # -berok will link without error, but may produce a broken library.
9328 no_undefined_flag=' ${wl}-bernotok'
9329 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9330 if test "$with_gnu_ld" = yes; then
9331 # We only use this code for GNU lds that support --whole-archive.
9332 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9333 else
9334 # Exported symbols can be pulled into shared objects from archives
9335 whole_archive_flag_spec='$convenience'
9336 fi
ce2cded5
L
9337 archive_cmds_need_lc=yes
9338 # This is similar to how AIX traditionally builds its shared libraries.
9339 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'
9340 fi
9341 fi
9342 ;;
d7040cdb 9343
ce2cded5 9344 amigaos*)
718a6fd8
SE
9345 case $host_cpu in
9346 powerpc)
9347 # see comment about AmigaOS4 .so support
9348 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9349 archive_expsym_cmds=''
9350 ;;
9351 m68k)
9352 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)'
9353 hardcode_libdir_flag_spec='-L$libdir'
9354 hardcode_minus_L=yes
9355 ;;
9356 esac
ce2cded5 9357 ;;
d7040cdb 9358
ce2cded5
L
9359 bsdi[45]*)
9360 export_dynamic_flag_spec=-rdynamic
9361 ;;
d7040cdb 9362
718a6fd8 9363 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9364 # When not using gcc, we currently assume that we are using
9365 # Microsoft Visual C++.
9366 # hardcode_libdir_flag_spec is actually meaningless, as there is
9367 # no search path for DLLs.
f2c621e4
AS
9368 hardcode_libdir_flag_spec=' '
9369 allow_undefined_flag=unsupported
9370 # Tell ltmain to make .lib files, not .a files.
9371 libext=lib
9372 # Tell ltmain to make .dll files, not .so files.
9373 shrext_cmds=".dll"
9374 # FIXME: Setting linknames here is a bad hack.
9375 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9376 # The linker will automatically build a .lib file if we build a DLL.
9377 old_archive_from_new_cmds='true'
9378 # FIXME: Should let the user specify the lib program.
9379 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9380 fix_srcfile_path='`cygpath -w "$srcfile"`'
9381 enable_shared_with_static_runtimes=yes
ce2cded5 9382 ;;
d7040cdb 9383
ce2cded5 9384 darwin* | rhapsody*)
d7040cdb 9385
718a6fd8
SE
9386
9387 archive_cmds_need_lc=no
9388 hardcode_direct=no
9389 hardcode_automatic=yes
9390 hardcode_shlibpath_var=unsupported
3725885a
RW
9391 if test "$lt_cv_ld_force_load" = "yes"; then
9392 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\"`'
9393 else
9394 whole_archive_flag_spec=''
9395 fi
718a6fd8
SE
9396 link_all_deplibs=yes
9397 allow_undefined_flag="$_lt_dar_allow_undefined"
9398 case $cc_basename in
9399 ifort*) _lt_dar_can_shared=yes ;;
9400 *) _lt_dar_can_shared=$GCC ;;
9401 esac
9402 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9403 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9404 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9405 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9406 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}"
9407 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}"
9408
9409 else
9410 ld_shlibs=no
9411 fi
9412
ce2cded5 9413 ;;
d7040cdb 9414
ce2cded5
L
9415 dgux*)
9416 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9417 hardcode_libdir_flag_spec='-L$libdir'
9418 hardcode_shlibpath_var=no
9419 ;;
d7040cdb 9420
ce2cded5
L
9421 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9422 # support. Future versions do this automatically, but an explicit c++rt0.o
9423 # does not break anything, and helps significantly (at the cost of a little
9424 # extra space).
9425 freebsd2.2*)
9426 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9427 hardcode_libdir_flag_spec='-R$libdir'
9428 hardcode_direct=yes
9429 hardcode_shlibpath_var=no
9430 ;;
d7040cdb 9431
ce2cded5 9432 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9433 freebsd2.*)
ce2cded5
L
9434 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9435 hardcode_direct=yes
9436 hardcode_minus_L=yes
9437 hardcode_shlibpath_var=no
9438 ;;
d7040cdb 9439
ce2cded5
L
9440 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9441 freebsd* | dragonfly*)
f2c621e4 9442 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9443 hardcode_libdir_flag_spec='-R$libdir'
9444 hardcode_direct=yes
9445 hardcode_shlibpath_var=no
9446 ;;
d7040cdb 9447
ce2cded5
L
9448 hpux9*)
9449 if test "$GCC" = yes; then
f2c621e4 9450 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
9451 else
9452 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'
9453 fi
9454 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9455 hardcode_libdir_separator=:
9456 hardcode_direct=yes
d7040cdb 9457
ce2cded5
L
9458 # hardcode_minus_L: Not really in the search PATH,
9459 # but as the default location of the library.
9460 hardcode_minus_L=yes
9461 export_dynamic_flag_spec='${wl}-E'
9462 ;;
d7040cdb 9463
ce2cded5 9464 hpux10*)
3725885a 9465 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9466 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9467 else
9468 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9469 fi
9470 if test "$with_gnu_ld" = no; then
9471 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9472 hardcode_libdir_flag_spec_ld='+b $libdir'
9473 hardcode_libdir_separator=:
9474 hardcode_direct=yes
9475 hardcode_direct_absolute=yes
9476 export_dynamic_flag_spec='${wl}-E'
9477 # hardcode_minus_L: Not really in the search PATH,
9478 # but as the default location of the library.
9479 hardcode_minus_L=yes
9480 fi
9481 ;;
d7040cdb 9482
ce2cded5 9483 hpux11*)
3725885a 9484 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9485 case $host_cpu in
9486 hppa*64*)
9487 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9488 ;;
9489 ia64*)
f2c621e4 9490 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9491 ;;
9492 *)
f2c621e4 9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9494 ;;
9495 esac
9496 else
9497 case $host_cpu in
9498 hppa*64*)
9499 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9500 ;;
9501 ia64*)
9502 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9503 ;;
9504 *)
3725885a
RW
9505
9506 # Older versions of the 11.00 compiler do not understand -b yet
9507 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9509$as_echo_n "checking if $CC understands -b... " >&6; }
9510if test "${lt_cv_prog_compiler__b+set}" = set; then :
9511 $as_echo_n "(cached) " >&6
9512else
9513 lt_cv_prog_compiler__b=no
9514 save_LDFLAGS="$LDFLAGS"
9515 LDFLAGS="$LDFLAGS -b"
9516 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9517 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9518 # The linker can only warn and ignore the option if not recognized
9519 # So say no if there are warnings
9520 if test -s conftest.err; then
9521 # Append any errors to the config.log.
9522 cat conftest.err 1>&5
9523 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9524 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9525 if diff conftest.exp conftest.er2 >/dev/null; then
9526 lt_cv_prog_compiler__b=yes
9527 fi
9528 else
9529 lt_cv_prog_compiler__b=yes
9530 fi
9531 fi
9532 $RM -r conftest*
9533 LDFLAGS="$save_LDFLAGS"
9534
9535fi
9536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9537$as_echo "$lt_cv_prog_compiler__b" >&6; }
9538
9539if test x"$lt_cv_prog_compiler__b" = xyes; then
9540 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9541else
9542 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9543fi
9544
ce2cded5
L
9545 ;;
9546 esac
9547 fi
9548 if test "$with_gnu_ld" = no; then
9549 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9550 hardcode_libdir_separator=:
d7040cdb 9551
ce2cded5
L
9552 case $host_cpu in
9553 hppa*64*|ia64*)
9554 hardcode_direct=no
9555 hardcode_shlibpath_var=no
9556 ;;
9557 *)
9558 hardcode_direct=yes
9559 hardcode_direct_absolute=yes
9560 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9561
ce2cded5
L
9562 # hardcode_minus_L: Not really in the search PATH,
9563 # but as the default location of the library.
9564 hardcode_minus_L=yes
9565 ;;
9566 esac
9567 fi
9568 ;;
9569
9570 irix5* | irix6* | nonstopux*)
9571 if test "$GCC" = yes; then
f2c621e4 9572 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
9573 # Try to use the -exported_symbol ld option, if it does not
9574 # work, assume that -exports_file does not work either and
9575 # implicitly export all symbols.
f2c621e4
AS
9576 save_LDFLAGS="$LDFLAGS"
9577 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9579/* end confdefs.h. */
f2c621e4 9580int foo(void) {}
ce2cded5 9581_ACEOF
81ecdfbb 9582if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9583 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'
9584
d7040cdb 9585fi
81ecdfbb
RW
9586rm -f core conftest.err conftest.$ac_objext \
9587 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9588 LDFLAGS="$save_LDFLAGS"
ce2cded5 9589 else
3725885a
RW
9590 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'
9591 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
9592 fi
9593 archive_cmds_need_lc='no'
9594 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9595 hardcode_libdir_separator=:
9596 inherit_rpath=yes
9597 link_all_deplibs=yes
9598 ;;
d7040cdb 9599
ce2cded5
L
9600 netbsd*)
9601 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9602 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9603 else
9604 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9605 fi
9606 hardcode_libdir_flag_spec='-R$libdir'
9607 hardcode_direct=yes
9608 hardcode_shlibpath_var=no
9609 ;;
d7040cdb 9610
ce2cded5
L
9611 newsos6)
9612 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9613 hardcode_direct=yes
9614 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9615 hardcode_libdir_separator=:
9616 hardcode_shlibpath_var=no
9617 ;;
d7040cdb 9618
ce2cded5
L
9619 *nto* | *qnx*)
9620 ;;
d7040cdb 9621
ce2cded5 9622 openbsd*)
718a6fd8
SE
9623 if test -f /usr/libexec/ld.so; then
9624 hardcode_direct=yes
9625 hardcode_shlibpath_var=no
9626 hardcode_direct_absolute=yes
9627 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9628 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9629 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9630 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9631 export_dynamic_flag_spec='${wl}-E'
9632 else
9633 case $host_os in
9634 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9635 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9636 hardcode_libdir_flag_spec='-R$libdir'
9637 ;;
9638 *)
9639 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9640 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9641 ;;
9642 esac
9643 fi
9644 else
9645 ld_shlibs=no
d7040cdb
SE
9646 fi
9647 ;;
d7040cdb 9648
ce2cded5
L
9649 os2*)
9650 hardcode_libdir_flag_spec='-L$libdir'
9651 hardcode_minus_L=yes
9652 allow_undefined_flag=unsupported
3725885a 9653 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
9654 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9655 ;;
d7040cdb 9656
ce2cded5
L
9657 osf3*)
9658 if test "$GCC" = yes; then
9659 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9660 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
9661 else
9662 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9663 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
9664 fi
9665 archive_cmds_need_lc='no'
9666 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9667 hardcode_libdir_separator=:
9668 ;;
d7040cdb 9669
ce2cded5
L
9670 osf4* | osf5*) # as osf3* with the addition of -msym flag
9671 if test "$GCC" = yes; then
9672 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9673 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
9674 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9675 else
9676 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9677 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 9678 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 9679 $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 9680
ce2cded5
L
9681 # Both c and cxx compiler support -rpath directly
9682 hardcode_libdir_flag_spec='-rpath $libdir'
9683 fi
9684 archive_cmds_need_lc='no'
9685 hardcode_libdir_separator=:
9686 ;;
d7040cdb 9687
ce2cded5
L
9688 solaris*)
9689 no_undefined_flag=' -z defs'
9690 if test "$GCC" = yes; then
9691 wlarc='${wl}'
f2c621e4 9692 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9693 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9694 $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
9695 else
9696 case `$CC -V 2>&1` in
9697 *"Compilers 5.0"*)
9698 wlarc=''
9699 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9700 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9701 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9702 ;;
9703 *)
9704 wlarc='${wl}'
9705 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9706 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9707 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9708 ;;
9709 esac
9710 fi
9711 hardcode_libdir_flag_spec='-R$libdir'
9712 hardcode_shlibpath_var=no
9713 case $host_os in
9714 solaris2.[0-5] | solaris2.[0-5].*) ;;
9715 *)
9716 # The compiler driver will combine and reorder linker options,
9717 # but understands `-z linker_flag'. GCC discards it without `$wl',
9718 # but is careful enough not to reorder.
9719 # Supported since Solaris 2.6 (maybe 2.5.1?)
9720 if test "$GCC" = yes; then
9721 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9722 else
9723 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9724 fi
9725 ;;
9726 esac
9727 link_all_deplibs=yes
d7040cdb 9728 ;;
ce2cded5
L
9729
9730 sunos4*)
9731 if test "x$host_vendor" = xsequent; then
9732 # Use $CC to link under sequent, because it throws in some extra .o
9733 # files that make .init and .fini sections work.
9734 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9735 else
ce2cded5 9736 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9737 fi
ce2cded5
L
9738 hardcode_libdir_flag_spec='-L$libdir'
9739 hardcode_direct=yes
9740 hardcode_minus_L=yes
9741 hardcode_shlibpath_var=no
d7040cdb 9742 ;;
ce2cded5
L
9743
9744 sysv4)
9745 case $host_vendor in
9746 sni)
9747 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9748 hardcode_direct=yes # is this really true???
9749 ;;
9750 siemens)
9751 ## LD is ld it makes a PLAMLIB
9752 ## CC just makes a GrossModule.
9753 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9754 reload_cmds='$CC -r -o $output$reload_objs'
9755 hardcode_direct=no
9756 ;;
9757 motorola)
9758 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9759 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9760 ;;
9761 esac
9762 runpath_var='LD_RUN_PATH'
9763 hardcode_shlibpath_var=no
d7040cdb 9764 ;;
d7040cdb 9765
ce2cded5
L
9766 sysv4.3*)
9767 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9768 hardcode_shlibpath_var=no
9769 export_dynamic_flag_spec='-Bexport'
9770 ;;
d7040cdb 9771
ce2cded5
L
9772 sysv4*MP*)
9773 if test -d /usr/nec; then
9774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 hardcode_shlibpath_var=no
9776 runpath_var=LD_RUN_PATH
9777 hardcode_runpath_var=yes
9778 ld_shlibs=yes
9779 fi
9780 ;;
d7040cdb 9781
ce2cded5
L
9782 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9783 no_undefined_flag='${wl}-z,text'
9784 archive_cmds_need_lc=no
9785 hardcode_shlibpath_var=no
9786 runpath_var='LD_RUN_PATH'
d7040cdb 9787
ce2cded5
L
9788 if test "$GCC" = yes; then
9789 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9790 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9791 else
9792 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9793 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9794 fi
9795 ;;
d7040cdb 9796
ce2cded5
L
9797 sysv5* | sco3.2v5* | sco5v6*)
9798 # Note: We can NOT use -z defs as we might desire, because we do not
9799 # link with -lc, and that would cause any symbols used from libc to
9800 # always be unresolved, which means just about no library would
9801 # ever link correctly. If we're not using GNU ld we use -z text
9802 # though, which does catch some bad symbols but isn't as heavy-handed
9803 # as -z defs.
9804 no_undefined_flag='${wl}-z,text'
9805 allow_undefined_flag='${wl}-z,nodefs'
9806 archive_cmds_need_lc=no
9807 hardcode_shlibpath_var=no
9808 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9809 hardcode_libdir_separator=':'
9810 link_all_deplibs=yes
9811 export_dynamic_flag_spec='${wl}-Bexport'
9812 runpath_var='LD_RUN_PATH'
d7040cdb 9813
ce2cded5
L
9814 if test "$GCC" = yes; then
9815 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 else
9818 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 fi
d7040cdb 9821 ;;
d7040cdb 9822
ce2cded5
L
9823 uts4*)
9824 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9825 hardcode_libdir_flag_spec='-L$libdir'
9826 hardcode_shlibpath_var=no
9827 ;;
d7040cdb 9828
ce2cded5
L
9829 *)
9830 ld_shlibs=no
9831 ;;
9832 esac
9833
9834 if test x$host_vendor = xsni; then
9835 case $host in
9836 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9837 export_dynamic_flag_spec='${wl}-Blargedynsym'
9838 ;;
9839 esac
d7040cdb 9840 fi
ce2cded5 9841 fi
d7040cdb 9842
81ecdfbb
RW
9843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9844$as_echo "$ld_shlibs" >&6; }
ce2cded5 9845test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9846
ce2cded5 9847with_gnu_ld=$with_gnu_ld
d7040cdb 9848
d7040cdb 9849
d7040cdb 9850
d7040cdb 9851
d7040cdb 9852
d7040cdb 9853
d7040cdb 9854
d7040cdb 9855
d7040cdb 9856
d7040cdb 9857
d7040cdb 9858
d7040cdb 9859
d7040cdb 9860
d7040cdb 9861
d7040cdb 9862
ce2cded5
L
9863#
9864# Do we need to explicitly link libc?
9865#
9866case "x$archive_cmds_need_lc" in
9867x|xyes)
9868 # Assume -lc should be added
9869 archive_cmds_need_lc=yes
d7040cdb 9870
ce2cded5
L
9871 if test "$enable_shared" = yes && test "$GCC" = yes; then
9872 case $archive_cmds in
9873 *'~'*)
9874 # FIXME: we may have to deal with multi-command sequences.
9875 ;;
9876 '$CC '*)
9877 # Test whether the compiler implicitly links with -lc since on some
9878 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9879 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9881$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9882if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9883 $as_echo_n "(cached) " >&6
39144654
RW
9884else
9885 $RM conftest*
9886 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9887
81ecdfbb 9888 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9889 (eval $ac_compile) 2>&5
9890 ac_status=$?
81ecdfbb
RW
9891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9892 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9893 soname=conftest
9894 lib=conftest
9895 libobjs=conftest.$ac_objext
9896 deplibs=
9897 wl=$lt_prog_compiler_wl
9898 pic_flag=$lt_prog_compiler_pic
9899 compiler_flags=-v
9900 linker_flags=-v
9901 verstring=
9902 output_objdir=.
9903 libname=conftest
9904 lt_save_allow_undefined_flag=$allow_undefined_flag
9905 allow_undefined_flag=
81ecdfbb 9906 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9907 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9908 ac_status=$?
81ecdfbb
RW
9909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9910 test $ac_status = 0; }
39144654
RW
9911 then
9912 lt_cv_archive_cmds_need_lc=no
9913 else
9914 lt_cv_archive_cmds_need_lc=yes
9915 fi
9916 allow_undefined_flag=$lt_save_allow_undefined_flag
9917 else
9918 cat conftest.err 1>&5
9919 fi
9920 $RM conftest*
9921
9922fi
81ecdfbb
RW
9923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9924$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9925 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9926 ;;
9927 esac
d7040cdb 9928 fi
d7040cdb 9929 ;;
ce2cded5 9930esac
d7040cdb 9931
d7040cdb 9932
d7040cdb 9933
d7040cdb 9934
d7040cdb 9935
d7040cdb 9936
d7040cdb 9937
d7040cdb
SE
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
d7040cdb 10025
d7040cdb 10026
d7040cdb
SE
10027
10028
10029
10030
10031
10032
d7040cdb 10033
d7040cdb 10034
d7040cdb 10035
d7040cdb 10036
d7040cdb 10037
d7040cdb 10038
d7040cdb 10039
d7040cdb 10040
d7040cdb 10041
d7040cdb 10042
d7040cdb 10043
d7040cdb 10044
d7040cdb 10045
d7040cdb 10046
d7040cdb 10047
d7040cdb 10048
d7040cdb 10049
d7040cdb 10050
d7040cdb 10051
d7040cdb 10052
d7040cdb 10053
d7040cdb 10054
d7040cdb 10055
ce2cded5
L
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
81ecdfbb
RW
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10089$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10090
10091if test "$GCC" = yes; then
ce2cded5
L
10092 case $host_os in
10093 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10094 *) lt_awk_arg="/^libraries:/" ;;
10095 esac
3725885a
RW
10096 case $host_os in
10097 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10098 *) lt_sed_strip_eq="s,=/,/,g" ;;
10099 esac
10100 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10101 case $lt_search_path_spec in
10102 *\;*)
ce2cded5
L
10103 # if the path contains ";" then we assume it to be the separator
10104 # otherwise default to the standard path separator (i.e. ":") - it is
10105 # assumed that no part of a normal pathname contains ";" but that should
10106 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10107 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10108 ;;
10109 *)
10110 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10111 ;;
10112 esac
ce2cded5
L
10113 # Ok, now we have the path, separated by spaces, we can step through it
10114 # and add multilib dir if necessary.
10115 lt_tmp_lt_search_path_spec=
10116 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10117 for lt_sys_path in $lt_search_path_spec; do
10118 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10119 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10120 else
10121 test -d "$lt_sys_path" && \
10122 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10123 fi
10124 done
3725885a 10125 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
10126BEGIN {RS=" "; FS="/|\n";} {
10127 lt_foo="";
10128 lt_count=0;
10129 for (lt_i = NF; lt_i > 0; lt_i--) {
10130 if ($lt_i != "" && $lt_i != ".") {
10131 if ($lt_i == "..") {
10132 lt_count++;
10133 } else {
10134 if (lt_count == 0) {
10135 lt_foo="/" $lt_i lt_foo;
10136 } else {
10137 lt_count--;
10138 }
10139 }
10140 }
10141 }
10142 if (lt_foo != "") { lt_freq[lt_foo]++; }
10143 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10144}'`
3725885a
RW
10145 # AWK program above erroneously prepends '/' to C:/dos/paths
10146 # for these hosts.
10147 case $host_os in
10148 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10149 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10150 esac
10151 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10152else
ce2cded5
L
10153 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10154fi
10155library_names_spec=
10156libname_spec='lib$name'
10157soname_spec=
10158shrext_cmds=".so"
10159postinstall_cmds=
10160postuninstall_cmds=
10161finish_cmds=
10162finish_eval=
10163shlibpath_var=
10164shlibpath_overrides_runpath=unknown
10165version_type=none
10166dynamic_linker="$host_os ld.so"
10167sys_lib_dlsearch_path_spec="/lib /usr/lib"
10168need_lib_prefix=unknown
10169hardcode_into_libs=no
10170
10171# when you set need_version to no, make sure it does not cause -set_version
10172# flags to be left without arguments
10173need_version=unknown
10174
10175case $host_os in
10176aix3*)
10177 version_type=linux
10178 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10179 shlibpath_var=LIBPATH
10180
10181 # AIX 3 has no versioning support, so we append a major version to the name.
10182 soname_spec='${libname}${release}${shared_ext}$major'
10183 ;;
10184
50e7d84b 10185aix[4-9]*)
ce2cded5
L
10186 version_type=linux
10187 need_lib_prefix=no
10188 need_version=no
10189 hardcode_into_libs=yes
10190 if test "$host_cpu" = ia64; then
10191 # AIX 5 supports IA64
10192 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10193 shlibpath_var=LD_LIBRARY_PATH
10194 else
10195 # With GCC up to 2.95.x, collect2 would create an import file
10196 # for dependence libraries. The import file would start with
10197 # the line `#! .'. This would cause the generated library to
10198 # depend on `.', always an invalid library. This was fixed in
10199 # development snapshots of GCC prior to 3.0.
10200 case $host_os in
10201 aix4 | aix4.[01] | aix4.[01].*)
10202 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10203 echo ' yes '
10204 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10205 :
10206 else
10207 can_build_shared=no
10208 fi
10209 ;;
10210 esac
10211 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10212 # soname into executable. Probably we can add versioning support to
10213 # collect2, so additional links can be useful in future.
10214 if test "$aix_use_runtimelinking" = yes; then
10215 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10216 # instead of lib<name>.a to let people know that these are not
10217 # typical AIX shared libraries.
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 else
10220 # We preserve .a as extension for shared libraries through AIX4.2
10221 # and later when we are not doing run time linking.
10222 library_names_spec='${libname}${release}.a $libname.a'
10223 soname_spec='${libname}${release}${shared_ext}$major'
10224 fi
10225 shlibpath_var=LIBPATH
10226 fi
10227 ;;
10228
10229amigaos*)
718a6fd8
SE
10230 case $host_cpu in
10231 powerpc)
10232 # Since July 2007 AmigaOS4 officially supports .so libraries.
10233 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10235 ;;
10236 m68k)
ce2cded5
L
10237 library_names_spec='$libname.ixlibrary $libname.a'
10238 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10239 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
10240 ;;
10241 esac
ce2cded5
L
10242 ;;
10243
10244beos*)
10245 library_names_spec='${libname}${shared_ext}'
10246 dynamic_linker="$host_os ld.so"
10247 shlibpath_var=LIBRARY_PATH
10248 ;;
10249
10250bsdi[45]*)
10251 version_type=linux
10252 need_version=no
10253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10254 soname_spec='${libname}${release}${shared_ext}$major'
10255 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10256 shlibpath_var=LD_LIBRARY_PATH
10257 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10258 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10259 # the default ld.so.conf also contains /usr/contrib/lib and
10260 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10261 # libtool to hard-code these into programs
10262 ;;
10263
718a6fd8 10264cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10265 version_type=windows
10266 shrext_cmds=".dll"
10267 need_version=no
10268 need_lib_prefix=no
10269
f2c621e4
AS
10270 case $GCC,$host_os in
10271 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10272 library_names_spec='$libname.dll.a'
10273 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10274 postinstall_cmds='base_file=`basename \${file}`~
10275 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10276 dldir=$destdir/`dirname \$dlpath`~
10277 test -d \$dldir || mkdir -p \$dldir~
10278 $install_prog $dir/$dlname \$dldir/$dlname~
10279 chmod a+x \$dldir/$dlname~
10280 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10281 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10282 fi'
10283 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10284 dlpath=$dir/\$dldll~
10285 $RM \$dlpath'
10286 shlibpath_overrides_runpath=yes
10287
10288 case $host_os in
10289 cygwin*)
10290 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10291 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10292
10293 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10294 ;;
718a6fd8 10295 mingw* | cegcc*)
ce2cded5
L
10296 # MinGW DLLs use traditional 'lib' prefix
10297 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10298 ;;
10299 pw32*)
10300 # pw32 DLLs use 'pw' prefix rather than 'lib'
10301 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10302 ;;
10303 esac
10304 ;;
10305
10306 *)
10307 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10308 ;;
10309 esac
f2c621e4 10310 dynamic_linker='Win32 ld.exe'
ce2cded5
L
10311 # FIXME: first we should search . and the directory the executable is in
10312 shlibpath_var=PATH
10313 ;;
10314
10315darwin* | rhapsody*)
10316 dynamic_linker="$host_os dyld"
10317 version_type=darwin
10318 need_lib_prefix=no
10319 need_version=no
10320 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10321 soname_spec='${libname}${release}${major}$shared_ext'
10322 shlibpath_overrides_runpath=yes
10323 shlibpath_var=DYLD_LIBRARY_PATH
10324 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10325
10326 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10327 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10328 ;;
10329
10330dgux*)
10331 version_type=linux
10332 need_lib_prefix=no
10333 need_version=no
10334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10335 soname_spec='${libname}${release}${shared_ext}$major'
10336 shlibpath_var=LD_LIBRARY_PATH
10337 ;;
10338
ce2cded5
L
10339freebsd* | dragonfly*)
10340 # DragonFly does not have aout. When/if they implement a new
10341 # versioning mechanism, adjust this.
10342 if test -x /usr/bin/objformat; then
10343 objformat=`/usr/bin/objformat`
10344 else
10345 case $host_os in
6d2920c8 10346 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10347 *) objformat=elf ;;
10348 esac
10349 fi
10350 version_type=freebsd-$objformat
10351 case $version_type in
10352 freebsd-elf*)
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10354 need_version=no
10355 need_lib_prefix=no
10356 ;;
10357 freebsd-*)
10358 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10359 need_version=yes
10360 ;;
10361 esac
10362 shlibpath_var=LD_LIBRARY_PATH
10363 case $host_os in
6d2920c8 10364 freebsd2.*)
ce2cded5
L
10365 shlibpath_overrides_runpath=yes
10366 ;;
10367 freebsd3.[01]* | freebsdelf3.[01]*)
10368 shlibpath_overrides_runpath=yes
10369 hardcode_into_libs=yes
10370 ;;
10371 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10372 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10373 shlibpath_overrides_runpath=no
10374 hardcode_into_libs=yes
10375 ;;
10376 *) # from 4.6 on, and DragonFly
10377 shlibpath_overrides_runpath=yes
10378 hardcode_into_libs=yes
10379 ;;
10380 esac
10381 ;;
10382
10383gnu*)
10384 version_type=linux
10385 need_lib_prefix=no
10386 need_version=no
10387 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10388 soname_spec='${libname}${release}${shared_ext}$major'
10389 shlibpath_var=LD_LIBRARY_PATH
10390 hardcode_into_libs=yes
10391 ;;
10392
3725885a
RW
10393haiku*)
10394 version_type=linux
10395 need_lib_prefix=no
10396 need_version=no
10397 dynamic_linker="$host_os runtime_loader"
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=LIBRARY_PATH
10401 shlibpath_overrides_runpath=yes
f2c621e4 10402 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10403 hardcode_into_libs=yes
10404 ;;
10405
ce2cded5
L
10406hpux9* | hpux10* | hpux11*)
10407 # Give a soname corresponding to the major version so that dld.sl refuses to
10408 # link against other versions.
10409 version_type=sunos
10410 need_lib_prefix=no
10411 need_version=no
10412 case $host_cpu in
10413 ia64*)
10414 shrext_cmds='.so'
10415 hardcode_into_libs=yes
10416 dynamic_linker="$host_os dld.so"
10417 shlibpath_var=LD_LIBRARY_PATH
10418 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10419 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10420 soname_spec='${libname}${release}${shared_ext}$major'
10421 if test "X$HPUX_IA64_MODE" = X32; then
10422 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10423 else
10424 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10425 fi
10426 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10427 ;;
10428 hppa*64*)
10429 shrext_cmds='.sl'
10430 hardcode_into_libs=yes
10431 dynamic_linker="$host_os dld.sl"
10432 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10433 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10435 soname_spec='${libname}${release}${shared_ext}$major'
10436 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10437 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10438 ;;
10439 *)
10440 shrext_cmds='.sl'
10441 dynamic_linker="$host_os dld.sl"
10442 shlibpath_var=SHLIB_PATH
10443 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10444 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10445 soname_spec='${libname}${release}${shared_ext}$major'
10446 ;;
10447 esac
3725885a 10448 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10449 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10450 # or fails outright, so override atomically:
10451 install_override_mode=555
ce2cded5
L
10452 ;;
10453
10454interix[3-9]*)
10455 version_type=linux
10456 need_lib_prefix=no
10457 need_version=no
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10459 soname_spec='${libname}${release}${shared_ext}$major'
10460 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10461 shlibpath_var=LD_LIBRARY_PATH
10462 shlibpath_overrides_runpath=no
10463 hardcode_into_libs=yes
10464 ;;
10465
10466irix5* | irix6* | nonstopux*)
10467 case $host_os in
10468 nonstopux*) version_type=nonstopux ;;
10469 *)
10470 if test "$lt_cv_prog_gnu_ld" = yes; then
10471 version_type=linux
10472 else
10473 version_type=irix
10474 fi ;;
10475 esac
10476 need_lib_prefix=no
10477 need_version=no
10478 soname_spec='${libname}${release}${shared_ext}$major'
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10480 case $host_os in
10481 irix5* | nonstopux*)
10482 libsuff= shlibsuff=
10483 ;;
10484 *)
10485 case $LD in # libtool.m4 will add one of these switches to LD
10486 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10487 libsuff= shlibsuff= libmagic=32-bit;;
10488 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10489 libsuff=32 shlibsuff=N32 libmagic=N32;;
10490 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10491 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10492 *) libsuff= shlibsuff= libmagic=never-match;;
10493 esac
10494 ;;
10495 esac
10496 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10497 shlibpath_overrides_runpath=no
10498 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10499 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10500 hardcode_into_libs=yes
10501 ;;
d7040cdb 10502
ce2cded5
L
10503# No shared lib support for Linux oldld, aout, or coff.
10504linux*oldld* | linux*aout* | linux*coff*)
10505 dynamic_linker=no
10506 ;;
10507
10508# This must be Linux ELF.
58e24671 10509linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10510 version_type=linux
10511 need_lib_prefix=no
10512 need_version=no
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10516 shlibpath_var=LD_LIBRARY_PATH
10517 shlibpath_overrides_runpath=no
39144654 10518
ce2cded5 10519 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10520 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10521 $as_echo_n "(cached) " >&6
39144654
RW
10522else
10523 lt_cv_shlibpath_overrides_runpath=no
10524 save_LDFLAGS=$LDFLAGS
10525 save_libdir=$libdir
10526 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10527 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10529/* end confdefs.h. */
10530
d7040cdb
SE
10531int
10532main ()
10533{
ce2cded5 10534
d7040cdb
SE
10535 ;
10536 return 0;
10537}
10538_ACEOF
81ecdfbb
RW
10539if ac_fn_c_try_link "$LINENO"; then :
10540 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10541 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10542fi
ce2cded5 10543fi
81ecdfbb
RW
10544rm -f core conftest.err conftest.$ac_objext \
10545 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10546 LDFLAGS=$save_LDFLAGS
10547 libdir=$save_libdir
10548
10549fi
10550
10551 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10552
10553 # This implies no fast_install, which is unacceptable.
10554 # Some rework will be needed to allow for fast_install
10555 # before this can be enabled.
10556 hardcode_into_libs=yes
10557
10558 # Append ld.so.conf contents to the search path
10559 if test -f /etc/ld.so.conf; then
3725885a 10560 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 10561 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10562 fi
10563
10564 # We used to test for /lib/ld.so.1 and disable shared libraries on
10565 # powerpc, because MkLinux only supported shared libraries with the
10566 # GNU dynamic linker. Since this was broken with cross compilers,
10567 # most powerpc-linux boxes support dynamic linking these days and
10568 # people can always --disable-shared, the test was removed, and we
10569 # assume the GNU/Linux dynamic linker is in use.
10570 dynamic_linker='GNU/Linux ld.so'
10571 ;;
10572
10573netbsd*)
10574 version_type=sunos
10575 need_lib_prefix=no
10576 need_version=no
10577 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10578 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10579 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10580 dynamic_linker='NetBSD (a.out) ld.so'
10581 else
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 dynamic_linker='NetBSD ld.elf_so'
10585 fi
10586 shlibpath_var=LD_LIBRARY_PATH
10587 shlibpath_overrides_runpath=yes
10588 hardcode_into_libs=yes
10589 ;;
10590
10591newsos6)
10592 version_type=linux
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 shlibpath_overrides_runpath=yes
10596 ;;
10597
10598*nto* | *qnx*)
10599 version_type=qnx
10600 need_lib_prefix=no
10601 need_version=no
10602 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10603 soname_spec='${libname}${release}${shared_ext}$major'
10604 shlibpath_var=LD_LIBRARY_PATH
10605 shlibpath_overrides_runpath=no
10606 hardcode_into_libs=yes
10607 dynamic_linker='ldqnx.so'
10608 ;;
10609
10610openbsd*)
10611 version_type=sunos
10612 sys_lib_dlsearch_path_spec="/usr/lib"
10613 need_lib_prefix=no
10614 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10615 case $host_os in
10616 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10617 *) need_version=no ;;
10618 esac
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10620 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10623 case $host_os in
10624 openbsd2.[89] | openbsd2.[89].*)
10625 shlibpath_overrides_runpath=no
10626 ;;
10627 *)
10628 shlibpath_overrides_runpath=yes
10629 ;;
10630 esac
10631 else
10632 shlibpath_overrides_runpath=yes
10633 fi
10634 ;;
10635
10636os2*)
10637 libname_spec='$name'
10638 shrext_cmds=".dll"
10639 need_lib_prefix=no
10640 library_names_spec='$libname${shared_ext} $libname.a'
10641 dynamic_linker='OS/2 ld.exe'
10642 shlibpath_var=LIBPATH
10643 ;;
10644
10645osf3* | osf4* | osf5*)
10646 version_type=osf
10647 need_lib_prefix=no
10648 need_version=no
10649 soname_spec='${libname}${release}${shared_ext}$major'
10650 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10651 shlibpath_var=LD_LIBRARY_PATH
10652 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10653 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10654 ;;
10655
10656rdos*)
10657 dynamic_linker=no
10658 ;;
10659
10660solaris*)
10661 version_type=linux
10662 need_lib_prefix=no
10663 need_version=no
10664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 shlibpath_var=LD_LIBRARY_PATH
10667 shlibpath_overrides_runpath=yes
10668 hardcode_into_libs=yes
10669 # ldd complains unless libraries are executable
10670 postinstall_cmds='chmod +x $lib'
10671 ;;
10672
10673sunos4*)
10674 version_type=sunos
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10676 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 shlibpath_overrides_runpath=yes
10679 if test "$with_gnu_ld" = yes; then
10680 need_lib_prefix=no
10681 fi
10682 need_version=yes
10683 ;;
10684
10685sysv4 | sysv4.3*)
10686 version_type=linux
10687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10688 soname_spec='${libname}${release}${shared_ext}$major'
10689 shlibpath_var=LD_LIBRARY_PATH
10690 case $host_vendor in
10691 sni)
10692 shlibpath_overrides_runpath=no
10693 need_lib_prefix=no
10694 runpath_var=LD_RUN_PATH
10695 ;;
10696 siemens)
10697 need_lib_prefix=no
10698 ;;
10699 motorola)
10700 need_lib_prefix=no
10701 need_version=no
10702 shlibpath_overrides_runpath=no
10703 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10704 ;;
10705 esac
10706 ;;
10707
10708sysv4*MP*)
10709 if test -d /usr/nec ;then
10710 version_type=linux
10711 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10712 soname_spec='$libname${shared_ext}.$major'
10713 shlibpath_var=LD_LIBRARY_PATH
10714 fi
10715 ;;
10716
10717sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10718 version_type=freebsd-elf
10719 need_lib_prefix=no
10720 need_version=no
10721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10722 soname_spec='${libname}${release}${shared_ext}$major'
10723 shlibpath_var=LD_LIBRARY_PATH
10724 shlibpath_overrides_runpath=yes
10725 hardcode_into_libs=yes
10726 if test "$with_gnu_ld" = yes; then
10727 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10728 else
10729 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10730 case $host_os in
10731 sco3.2v5*)
10732 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10733 ;;
10734 esac
10735 fi
10736 sys_lib_dlsearch_path_spec='/usr/lib'
10737 ;;
10738
10739tpf*)
10740 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10741 version_type=linux
10742 need_lib_prefix=no
10743 need_version=no
718a6fd8 10744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10745 shlibpath_var=LD_LIBRARY_PATH
10746 shlibpath_overrides_runpath=no
10747 hardcode_into_libs=yes
10748 ;;
d7040cdb 10749
ce2cded5
L
10750uts4*)
10751 version_type=linux
10752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10753 soname_spec='${libname}${release}${shared_ext}$major'
10754 shlibpath_var=LD_LIBRARY_PATH
10755 ;;
d7040cdb 10756
ce2cded5
L
10757*)
10758 dynamic_linker=no
10759 ;;
10760esac
81ecdfbb
RW
10761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10762$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10763test "$dynamic_linker" = no && can_build_shared=no
10764
10765variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10766if test "$GCC" = yes; then
10767 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10768fi
d7040cdb 10769
718a6fd8
SE
10770if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10771 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10772fi
10773if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10774 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10775fi
10776
d7040cdb 10777
d7040cdb
SE
10778
10779
d7040cdb
SE
10780
10781
d7040cdb
SE
10782
10783
d7040cdb
SE
10784
10785
d7040cdb
SE
10786
10787
d7040cdb 10788
d7040cdb 10789
d7040cdb 10790
d7040cdb 10791
d7040cdb 10792
d7040cdb 10793
d7040cdb 10794
d7040cdb 10795
d7040cdb 10796
d7040cdb 10797
d7040cdb 10798
d7040cdb 10799
d7040cdb 10800
d7040cdb 10801
d7040cdb
SE
10802
10803
d7040cdb 10804
d7040cdb 10805
d7040cdb 10806
d7040cdb 10807
d7040cdb 10808
d7040cdb 10809
d7040cdb 10810
d7040cdb 10811
d7040cdb 10812
d7040cdb
SE
10813
10814
d7040cdb 10815
d7040cdb 10816
d7040cdb 10817
d7040cdb
SE
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
d7040cdb
SE
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
d7040cdb 10847
d7040cdb 10848
d7040cdb 10849
d7040cdb 10850
d7040cdb
SE
10851
10852
10853
10854
ce2cded5
L
10855
10856
3725885a
RW
10857
10858
10859
10860
10861
ce2cded5
L
10862
10863
10864
10865
10866
10867
81ecdfbb
RW
10868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10869$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10870hardcode_action=
10871if test -n "$hardcode_libdir_flag_spec" ||
10872 test -n "$runpath_var" ||
10873 test "X$hardcode_automatic" = "Xyes" ; then
10874
10875 # We can hardcode non-existent directories.
10876 if test "$hardcode_direct" != no &&
10877 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10878 # have to relink, otherwise we might link with an installed library
10879 # when we should be linking with a yet-to-be-installed one
10880 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10881 test "$hardcode_minus_L" != no; then
10882 # Linking always hardcodes the temporary library directory.
10883 hardcode_action=relink
10884 else
10885 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10886 hardcode_action=immediate
10887 fi
10888else
10889 # We cannot hardcode anything, or else we can only hardcode existing
10890 # directories.
10891 hardcode_action=unsupported
10892fi
81ecdfbb
RW
10893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10894$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10895
10896if test "$hardcode_action" = relink ||
10897 test "$inherit_rpath" = yes; then
10898 # Fast installation is not supported
10899 enable_fast_install=no
10900elif test "$shlibpath_overrides_runpath" = yes ||
10901 test "$enable_shared" = no; then
10902 # Fast installation is not necessary
10903 enable_fast_install=needless
d7040cdb 10904fi
d7040cdb 10905
d7040cdb
SE
10906
10907
10908
10909
10910
ce2cded5
L
10911 if test "x$enable_dlopen" != xyes; then
10912 enable_dlopen=unknown
10913 enable_dlopen_self=unknown
10914 enable_dlopen_self_static=unknown
10915else
10916 lt_cv_dlopen=no
10917 lt_cv_dlopen_libs=
10918
10919 case $host_os in
10920 beos*)
10921 lt_cv_dlopen="load_add_on"
10922 lt_cv_dlopen_libs=
10923 lt_cv_dlopen_self=yes
10924 ;;
d7040cdb 10925
718a6fd8 10926 mingw* | pw32* | cegcc*)
ce2cded5
L
10927 lt_cv_dlopen="LoadLibrary"
10928 lt_cv_dlopen_libs=
10929 ;;
d7040cdb 10930
ce2cded5
L
10931 cygwin*)
10932 lt_cv_dlopen="dlopen"
10933 lt_cv_dlopen_libs=
10934 ;;
d7040cdb 10935
ce2cded5
L
10936 darwin*)
10937 # if libdl is installed we need to link against it
81ecdfbb
RW
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10939$as_echo_n "checking for dlopen in -ldl... " >&6; }
10940if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10941 $as_echo_n "(cached) " >&6
ce2cded5
L
10942else
10943 ac_check_lib_save_LIBS=$LIBS
10944LIBS="-ldl $LIBS"
81ecdfbb 10945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10946/* end confdefs.h. */
d7040cdb 10947
81ecdfbb
RW
10948/* Override any GCC internal prototype to avoid an error.
10949 Use char because int might match the return type of a GCC
10950 builtin and then its argument prototype would still apply. */
ce2cded5
L
10951#ifdef __cplusplus
10952extern "C"
10953#endif
ce2cded5
L
10954char dlopen ();
10955int
10956main ()
10957{
81ecdfbb 10958return dlopen ();
ce2cded5
L
10959 ;
10960 return 0;
10961}
10962_ACEOF
81ecdfbb 10963if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10964 ac_cv_lib_dl_dlopen=yes
10965else
81ecdfbb 10966 ac_cv_lib_dl_dlopen=no
ce2cded5 10967fi
81ecdfbb
RW
10968rm -f core conftest.err conftest.$ac_objext \
10969 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10970LIBS=$ac_check_lib_save_LIBS
10971fi
81ecdfbb
RW
10972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10973$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10974if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10975 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10976else
d7040cdb 10977
ce2cded5
L
10978 lt_cv_dlopen="dyld"
10979 lt_cv_dlopen_libs=
10980 lt_cv_dlopen_self=yes
d7040cdb 10981
ce2cded5 10982fi
d7040cdb 10983
ce2cded5 10984 ;;
d7040cdb 10985
ce2cded5 10986 *)
81ecdfbb
RW
10987 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10988if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
10989 lt_cv_dlopen="shl_load"
10990else
81ecdfbb
RW
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10992$as_echo_n "checking for shl_load in -ldld... " >&6; }
10993if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10994 $as_echo_n "(cached) " >&6
ce2cded5
L
10995else
10996 ac_check_lib_save_LIBS=$LIBS
10997LIBS="-ldld $LIBS"
81ecdfbb 10998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10999/* end confdefs.h. */
d7040cdb 11000
81ecdfbb
RW
11001/* Override any GCC internal prototype to avoid an error.
11002 Use char because int might match the return type of a GCC
11003 builtin and then its argument prototype would still apply. */
ce2cded5
L
11004#ifdef __cplusplus
11005extern "C"
11006#endif
ce2cded5
L
11007char shl_load ();
11008int
11009main ()
11010{
81ecdfbb 11011return shl_load ();
ce2cded5
L
11012 ;
11013 return 0;
11014}
d7040cdb 11015_ACEOF
81ecdfbb 11016if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11017 ac_cv_lib_dld_shl_load=yes
11018else
81ecdfbb 11019 ac_cv_lib_dld_shl_load=no
d7040cdb 11020fi
81ecdfbb
RW
11021rm -f core conftest.err conftest.$ac_objext \
11022 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11023LIBS=$ac_check_lib_save_LIBS
11024fi
81ecdfbb
RW
11025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11026$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11027if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11028 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 11029else
81ecdfbb
RW
11030 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11031if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
11032 lt_cv_dlopen="dlopen"
11033else
81ecdfbb
RW
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11035$as_echo_n "checking for dlopen in -ldl... " >&6; }
11036if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11037 $as_echo_n "(cached) " >&6
d7040cdb 11038else
ce2cded5
L
11039 ac_check_lib_save_LIBS=$LIBS
11040LIBS="-ldl $LIBS"
81ecdfbb 11041cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11042/* end confdefs.h. */
d7040cdb 11043
81ecdfbb
RW
11044/* Override any GCC internal prototype to avoid an error.
11045 Use char because int might match the return type of a GCC
11046 builtin and then its argument prototype would still apply. */
ce2cded5
L
11047#ifdef __cplusplus
11048extern "C"
11049#endif
ce2cded5 11050char dlopen ();
d7040cdb
SE
11051int
11052main ()
11053{
81ecdfbb 11054return dlopen ();
d7040cdb
SE
11055 ;
11056 return 0;
11057}
11058_ACEOF
81ecdfbb 11059if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11060 ac_cv_lib_dl_dlopen=yes
11061else
81ecdfbb 11062 ac_cv_lib_dl_dlopen=no
ce2cded5 11063fi
81ecdfbb
RW
11064rm -f core conftest.err conftest.$ac_objext \
11065 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11066LIBS=$ac_check_lib_save_LIBS
11067fi
81ecdfbb
RW
11068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11069$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11070if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
11071 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11072else
81ecdfbb
RW
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11074$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11075if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11076 $as_echo_n "(cached) " >&6
ce2cded5
L
11077else
11078 ac_check_lib_save_LIBS=$LIBS
11079LIBS="-lsvld $LIBS"
81ecdfbb 11080cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11081/* end confdefs.h. */
d7040cdb 11082
81ecdfbb
RW
11083/* Override any GCC internal prototype to avoid an error.
11084 Use char because int might match the return type of a GCC
11085 builtin and then its argument prototype would still apply. */
ce2cded5
L
11086#ifdef __cplusplus
11087extern "C"
11088#endif
ce2cded5 11089char dlopen ();
d7040cdb
SE
11090int
11091main ()
11092{
81ecdfbb 11093return dlopen ();
d7040cdb
SE
11094 ;
11095 return 0;
11096}
11097_ACEOF
81ecdfbb 11098if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11099 ac_cv_lib_svld_dlopen=yes
d7040cdb 11100else
81ecdfbb 11101 ac_cv_lib_svld_dlopen=no
d7040cdb 11102fi
81ecdfbb
RW
11103rm -f core conftest.err conftest.$ac_objext \
11104 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11105LIBS=$ac_check_lib_save_LIBS
11106fi
81ecdfbb
RW
11107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11108$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11109if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
11110 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11111else
81ecdfbb
RW
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11113$as_echo_n "checking for dld_link in -ldld... " >&6; }
11114if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11115 $as_echo_n "(cached) " >&6
d7040cdb 11116else
ce2cded5
L
11117 ac_check_lib_save_LIBS=$LIBS
11118LIBS="-ldld $LIBS"
81ecdfbb 11119cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11120/* end confdefs.h. */
ce2cded5 11121
81ecdfbb
RW
11122/* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
ce2cded5
L
11125#ifdef __cplusplus
11126extern "C"
11127#endif
ce2cded5 11128char dld_link ();
d7040cdb
SE
11129int
11130main ()
11131{
81ecdfbb 11132return dld_link ();
d7040cdb
SE
11133 ;
11134 return 0;
11135}
11136_ACEOF
81ecdfbb 11137if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11138 ac_cv_lib_dld_dld_link=yes
11139else
81ecdfbb 11140 ac_cv_lib_dld_dld_link=no
d7040cdb 11141fi
81ecdfbb
RW
11142rm -f core conftest.err conftest.$ac_objext \
11143 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11144LIBS=$ac_check_lib_save_LIBS
11145fi
81ecdfbb
RW
11146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11147$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11148if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11149 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11150fi
11151
11152
11153fi
11154
11155
11156fi
11157
11158
11159fi
11160
11161
11162fi
11163
11164
11165fi
11166
11167 ;;
11168 esac
11169
11170 if test "x$lt_cv_dlopen" != xno; then
11171 enable_dlopen=yes
d7040cdb 11172 else
ce2cded5 11173 enable_dlopen=no
d7040cdb 11174 fi
ce2cded5
L
11175
11176 case $lt_cv_dlopen in
11177 dlopen)
11178 save_CPPFLAGS="$CPPFLAGS"
11179 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11180
11181 save_LDFLAGS="$LDFLAGS"
11182 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11183
11184 save_LIBS="$LIBS"
11185 LIBS="$lt_cv_dlopen_libs $LIBS"
11186
81ecdfbb
RW
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11188$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11189if test "${lt_cv_dlopen_self+set}" = set; then :
11190 $as_echo_n "(cached) " >&6
d7040cdb 11191else
ce2cded5
L
11192 if test "$cross_compiling" = yes; then :
11193 lt_cv_dlopen_self=cross
11194else
11195 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11196 lt_status=$lt_dlunknown
11197 cat > conftest.$ac_ext <<_LT_EOF
6c9c0a50 11198#line 11198 "configure"
ce2cded5
L
11199#include "confdefs.h"
11200
11201#if HAVE_DLFCN_H
11202#include <dlfcn.h>
11203#endif
11204
11205#include <stdio.h>
11206
11207#ifdef RTLD_GLOBAL
11208# define LT_DLGLOBAL RTLD_GLOBAL
11209#else
11210# ifdef DL_GLOBAL
11211# define LT_DLGLOBAL DL_GLOBAL
11212# else
11213# define LT_DLGLOBAL 0
11214# endif
11215#endif
11216
11217/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11218 find out it does not work in some platform. */
11219#ifndef LT_DLLAZY_OR_NOW
11220# ifdef RTLD_LAZY
11221# define LT_DLLAZY_OR_NOW RTLD_LAZY
11222# else
11223# ifdef DL_LAZY
11224# define LT_DLLAZY_OR_NOW DL_LAZY
11225# else
11226# ifdef RTLD_NOW
11227# define LT_DLLAZY_OR_NOW RTLD_NOW
11228# else
11229# ifdef DL_NOW
11230# define LT_DLLAZY_OR_NOW DL_NOW
11231# else
11232# define LT_DLLAZY_OR_NOW 0
11233# endif
11234# endif
11235# endif
11236# endif
11237#endif
11238
3725885a
RW
11239/* When -fvisbility=hidden is used, assume the code has been annotated
11240 correspondingly for the symbols needed. */
11241#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11242void fnord () __attribute__((visibility("default")));
3725885a
RW
11243#endif
11244
f2c621e4 11245void fnord () { int i=42; }
ce2cded5
L
11246int main ()
11247{
11248 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11249 int status = $lt_dlunknown;
11250
11251 if (self)
11252 {
11253 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11254 else
11255 {
11256 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11257 else puts (dlerror ());
11258 }
ce2cded5
L
11259 /* dlclose (self); */
11260 }
11261 else
11262 puts (dlerror ());
11263
718a6fd8 11264 return status;
ce2cded5
L
11265}
11266_LT_EOF
81ecdfbb 11267 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
11268 (eval $ac_link) 2>&5
11269 ac_status=$?
81ecdfbb
RW
11270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11271 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11272 (./conftest; exit; ) >&5 2>/dev/null
11273 lt_status=$?
11274 case x$lt_status in
11275 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11276 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11277 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11278 esac
11279 else :
11280 # compilation failed
11281 lt_cv_dlopen_self=no
11282 fi
11283fi
11284rm -fr conftest*
11285
d7040cdb
SE
11286
11287fi
81ecdfbb
RW
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11289$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11290
11291 if test "x$lt_cv_dlopen_self" = xyes; then
11292 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11294$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11295if test "${lt_cv_dlopen_self_static+set}" = set; then :
11296 $as_echo_n "(cached) " >&6
d7040cdb 11297else
ce2cded5
L
11298 if test "$cross_compiling" = yes; then :
11299 lt_cv_dlopen_self_static=cross
11300else
11301 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11302 lt_status=$lt_dlunknown
11303 cat > conftest.$ac_ext <<_LT_EOF
6c9c0a50 11304#line 11304 "configure"
ce2cded5
L
11305#include "confdefs.h"
11306
11307#if HAVE_DLFCN_H
11308#include <dlfcn.h>
11309#endif
11310
11311#include <stdio.h>
11312
11313#ifdef RTLD_GLOBAL
11314# define LT_DLGLOBAL RTLD_GLOBAL
11315#else
11316# ifdef DL_GLOBAL
11317# define LT_DLGLOBAL DL_GLOBAL
11318# else
11319# define LT_DLGLOBAL 0
11320# endif
11321#endif
11322
11323/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11324 find out it does not work in some platform. */
11325#ifndef LT_DLLAZY_OR_NOW
11326# ifdef RTLD_LAZY
11327# define LT_DLLAZY_OR_NOW RTLD_LAZY
11328# else
11329# ifdef DL_LAZY
11330# define LT_DLLAZY_OR_NOW DL_LAZY
11331# else
11332# ifdef RTLD_NOW
11333# define LT_DLLAZY_OR_NOW RTLD_NOW
11334# else
11335# ifdef DL_NOW
11336# define LT_DLLAZY_OR_NOW DL_NOW
11337# else
11338# define LT_DLLAZY_OR_NOW 0
11339# endif
11340# endif
11341# endif
11342# endif
11343#endif
11344
3725885a
RW
11345/* When -fvisbility=hidden is used, assume the code has been annotated
11346 correspondingly for the symbols needed. */
11347#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11348void fnord () __attribute__((visibility("default")));
3725885a
RW
11349#endif
11350
f2c621e4 11351void fnord () { int i=42; }
ce2cded5 11352int main ()
d7040cdb 11353{
ce2cded5
L
11354 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11355 int status = $lt_dlunknown;
11356
11357 if (self)
11358 {
11359 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11360 else
11361 {
11362 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11363 else puts (dlerror ());
11364 }
ce2cded5
L
11365 /* dlclose (self); */
11366 }
11367 else
11368 puts (dlerror ());
11369
718a6fd8 11370 return status;
d7040cdb 11371}
ce2cded5 11372_LT_EOF
81ecdfbb 11373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11374 (eval $ac_link) 2>&5
11375 ac_status=$?
81ecdfbb
RW
11376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11377 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11378 (./conftest; exit; ) >&5 2>/dev/null
11379 lt_status=$?
11380 case x$lt_status in
11381 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11382 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11383 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11384 esac
11385 else :
11386 # compilation failed
11387 lt_cv_dlopen_self_static=no
11388 fi
d7040cdb 11389fi
ce2cded5
L
11390rm -fr conftest*
11391
11392
d7040cdb 11393fi
81ecdfbb
RW
11394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11395$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
11396 fi
11397
11398 CPPFLAGS="$save_CPPFLAGS"
11399 LDFLAGS="$save_LDFLAGS"
11400 LIBS="$save_LIBS"
11401 ;;
11402 esac
11403
11404 case $lt_cv_dlopen_self in
11405 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11406 *) enable_dlopen_self=unknown ;;
11407 esac
11408
11409 case $lt_cv_dlopen_self_static in
11410 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11411 *) enable_dlopen_self_static=unknown ;;
11412 esac
d7040cdb 11413fi
d7040cdb 11414
d7040cdb
SE
11415
11416
d7040cdb 11417
d7040cdb 11418
ce2cded5
L
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431striplib=
11432old_striplib=
81ecdfbb
RW
11433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11434$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
11435if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11436 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11437 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11439$as_echo "yes" >&6; }
ce2cded5
L
11440else
11441# FIXME - insert some real tests, host_os isn't really good enough
11442 case $host_os in
11443 darwin*)
11444 if test -n "$STRIP" ; then
11445 striplib="$STRIP -x"
11446 old_striplib="$STRIP -S"
81ecdfbb
RW
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11448$as_echo "yes" >&6; }
ce2cded5 11449 else
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11451$as_echo "no" >&6; }
d7040cdb 11452 fi
ce2cded5
L
11453 ;;
11454 *)
81ecdfbb
RW
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11456$as_echo "no" >&6; }
ce2cded5 11457 ;;
d7040cdb 11458 esac
d7040cdb
SE
11459fi
11460
d7040cdb 11461
d7040cdb 11462
d7040cdb 11463
d7040cdb 11464
d7040cdb 11465
d7040cdb 11466
d7040cdb 11467
d7040cdb 11468
d7040cdb 11469
d7040cdb 11470
d7040cdb 11471
ce2cded5 11472 # Report which library types will actually be built
81ecdfbb
RW
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11474$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11476$as_echo "$can_build_shared" >&6; }
d7040cdb 11477
81ecdfbb
RW
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11479$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11480 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11481
ce2cded5
L
11482 # On AIX, shared libraries and static libraries use the same namespace, and
11483 # are all built from PIC.
11484 case $host_os in
11485 aix3*)
11486 test "$enable_shared" = yes && enable_static=no
11487 if test -n "$RANLIB"; then
11488 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11489 postinstall_cmds='$RANLIB $lib'
11490 fi
11491 ;;
d7040cdb 11492
50e7d84b 11493 aix[4-9]*)
ce2cded5
L
11494 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11495 test "$enable_shared" = yes && enable_static=no
11496 fi
11497 ;;
11498 esac
81ecdfbb
RW
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11500$as_echo "$enable_shared" >&6; }
ce2cded5 11501
81ecdfbb
RW
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11503$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11504 # Make sure either enable_shared or enable_static is yes.
11505 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11507$as_echo "$enable_static" >&6; }
d7040cdb 11508
d7040cdb 11509
d7040cdb 11510
d7040cdb 11511
ce2cded5
L
11512fi
11513ac_ext=c
11514ac_cpp='$CPP $CPPFLAGS'
11515ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11516ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11517ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11518
ce2cded5 11519CC="$lt_save_CC"
d7040cdb 11520
d7040cdb 11521
d7040cdb 11522
d7040cdb 11523
d7040cdb 11524
d7040cdb 11525
d7040cdb 11526
d7040cdb 11527
d7040cdb 11528
d7040cdb
SE
11529
11530
d7040cdb
SE
11531
11532
81ecdfbb 11533 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11534
11535
d7040cdb 11536
d7040cdb 11537
ce2cded5 11538# Only expand once:
d7040cdb 11539
d7040cdb 11540
d7040cdb 11541
81ecdfbb
RW
11542# Check whether --enable-targets was given.
11543if test "${enable_targets+set}" = set; then :
11544 enableval=$enable_targets; case "${enableval}" in
11545 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11546 ;;
11547 no) enable_targets= ;;
11548 *) enable_targets=$enableval ;;
11549esac
81ecdfbb
RW
11550fi
11551
ce2cded5
L
11552ac_checking=yes
11553if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11554 ac_checking=
11555fi
81ecdfbb
RW
11556# Check whether --enable-checking was given.
11557if test "${enable_checking+set}" = set; then :
11558 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11559 no|none) ac_checking= ;;
11560 *) ac_checking=yes ;;
11561esac
81ecdfbb
RW
11562fi
11563if test x$ac_checking != x ; then
d7040cdb 11564
81ecdfbb 11565$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11566
ce2cded5 11567fi
d7040cdb 11568
ce2cded5 11569using_cgen=no
d7040cdb 11570
d7040cdb 11571
397841b5
AM
11572GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11573cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11574/* end confdefs.h. */
11575__GNUC__
11576_ACEOF
11577if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11578 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11579
11580else
11581 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11582fi
11583rm -f conftest*
11584
d7040cdb 11585
81ecdfbb
RW
11586# Check whether --enable-werror was given.
11587if test "${enable_werror+set}" = set; then :
11588 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11589 yes | y) ERROR_ON_WARNING="yes" ;;
11590 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11591 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11592 esac
81ecdfbb
RW
11593fi
11594
d7040cdb 11595
397841b5 11596# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11597case "${host}" in
11598 *-*-mingw32*)
11599 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11600 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11601 fi
11602 ;;
11603 *) ;;
11604esac
11605
ce2cded5
L
11606# Enable -Werror by default when using gcc
11607if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11608 ERROR_ON_WARNING=yes
11609fi
11610
11611NO_WERROR=
11612if test "${ERROR_ON_WARNING}" = yes ; then
11613 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11614 NO_WERROR="-Wno-error"
11615fi
11616
11617if test "${GCC}" = yes ; then
11618 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11619fi
11620
81ecdfbb
RW
11621# Check whether --enable-build-warnings was given.
11622if test "${enable_build_warnings+set}" = set; then :
11623 enableval=$enable_build_warnings; case "${enableval}" in
ce2cded5
L
11624 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11625 no) if test "${GCC}" = yes ; then
11626 WARN_CFLAGS="-w"
11627 fi;;
11628 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11629 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11630 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11631 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11632 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11633esac
81ecdfbb
RW
11634fi
11635
d7040cdb 11636
ce2cded5
L
11637if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11638 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11639fi
d7040cdb 11640
d7040cdb 11641
d7040cdb 11642
d7040cdb 11643
d7040cdb 11644
ce2cded5 11645# Generate a header file
81ecdfbb 11646ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11647
d7040cdb 11648
df7b86aa
NC
11649# PR 14072
11650
11651
ce2cded5
L
11652# If we are on a DOS filesystem, we must use gdb.ini rather than
11653# .gdbinit.
11654case "${host}" in
11655 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11656 GDBINIT="gdb.ini"
81ecdfbb 11657 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11658
ce2cded5
L
11659 ;;
11660 *)
11661 GDBINIT=".gdbinit"
81ecdfbb 11662 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11663
ce2cded5
L
11664 ;;
11665esac
d7040cdb 11666
d7040cdb 11667
ce2cded5 11668#We need this for the host. BOUT header is in host order.
81ecdfbb
RW
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11670$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11671if test "${ac_cv_c_bigendian+set}" = set; then :
11672 $as_echo_n "(cached) " >&6
11673else
11674 ac_cv_c_bigendian=unknown
11675 # See if we're dealing with a universal compiler.
11676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11677/* end confdefs.h. */
11678#ifndef __APPLE_CC__
11679 not a universal capable compiler
11680 #endif
11681 typedef int dummy;
11682
11683_ACEOF
11684if ac_fn_c_try_compile "$LINENO"; then :
11685
11686 # Check for potential -arch flags. It is not universal unless
11687 # there are at least two -arch flags with different values.
11688 ac_arch=
11689 ac_prev=
11690 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11691 if test -n "$ac_prev"; then
11692 case $ac_word in
11693 i?86 | x86_64 | ppc | ppc64)
11694 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11695 ac_arch=$ac_word
11696 else
11697 ac_cv_c_bigendian=universal
11698 break
11699 fi
11700 ;;
11701 esac
11702 ac_prev=
11703 elif test "x$ac_word" = "x-arch"; then
11704 ac_prev=arch
11705 fi
11706 done
11707fi
11708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11709 if test $ac_cv_c_bigendian = unknown; then
11710 # See if sys/param.h defines the BYTE_ORDER macro.
11711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11712/* end confdefs.h. */
11713#include <sys/types.h>
81ecdfbb 11714 #include <sys/param.h>
d7040cdb 11715
ce2cded5
L
11716int
11717main ()
11718{
81ecdfbb
RW
11719#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11720 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11721 && LITTLE_ENDIAN)
11722 bogus endian macros
11723 #endif
d7040cdb 11724
ce2cded5
L
11725 ;
11726 return 0;
11727}
11728_ACEOF
81ecdfbb 11729if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11730 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11732/* end confdefs.h. */
11733#include <sys/types.h>
81ecdfbb 11734 #include <sys/param.h>
d7040cdb 11735
ce2cded5
L
11736int
11737main ()
11738{
11739#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11740 not big endian
11741 #endif
d7040cdb 11742
ce2cded5
L
11743 ;
11744 return 0;
11745}
11746_ACEOF
81ecdfbb 11747if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
11748 ac_cv_c_bigendian=yes
11749else
81ecdfbb 11750 ac_cv_c_bigendian=no
ce2cded5 11751fi
81ecdfbb
RW
11752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11753fi
11754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11755 fi
11756 if test $ac_cv_c_bigendian = unknown; then
11757 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759/* end confdefs.h. */
11760#include <limits.h>
d7040cdb 11761
81ecdfbb
RW
11762int
11763main ()
11764{
11765#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11766 bogus endian macros
11767 #endif
11768
11769 ;
11770 return 0;
11771}
ce2cded5 11772_ACEOF
81ecdfbb
RW
11773if ac_fn_c_try_compile "$LINENO"; then :
11774 # It does; now see whether it defined to _BIG_ENDIAN or not.
11775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11776/* end confdefs.h. */
81ecdfbb
RW
11777#include <limits.h>
11778
ce2cded5
L
11779int
11780main ()
11781{
81ecdfbb
RW
11782#ifndef _BIG_ENDIAN
11783 not big endian
11784 #endif
11785
ce2cded5
L
11786 ;
11787 return 0;
11788}
11789_ACEOF
81ecdfbb 11790if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11791 ac_cv_c_bigendian=yes
81ecdfbb
RW
11792else
11793 ac_cv_c_bigendian=no
d7040cdb 11794fi
81ecdfbb 11795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11796fi
81ecdfbb
RW
11797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11798 fi
11799 if test $ac_cv_c_bigendian = unknown; then
11800 # Compile a test program.
11801 if test "$cross_compiling" = yes; then :
11802 # Try to guess by grepping values from an object file.
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804/* end confdefs.h. */
11805short int ascii_mm[] =
11806 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11807 short int ascii_ii[] =
11808 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11809 int use_ascii (int i) {
11810 return ascii_mm[i] + ascii_ii[i];
11811 }
11812 short int ebcdic_ii[] =
11813 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11814 short int ebcdic_mm[] =
11815 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11816 int use_ebcdic (int i) {
11817 return ebcdic_mm[i] + ebcdic_ii[i];
11818 }
11819 extern int foo;
d7040cdb 11820
81ecdfbb
RW
11821int
11822main ()
11823{
11824return use_ascii (foo) == use_ebcdic (foo);
11825 ;
11826 return 0;
11827}
11828_ACEOF
11829if ac_fn_c_try_compile "$LINENO"; then :
11830 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11831 ac_cv_c_bigendian=yes
11832 fi
11833 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11834 if test "$ac_cv_c_bigendian" = unknown; then
11835 ac_cv_c_bigendian=no
11836 else
11837 # finding both strings is unlikely to happen, but who knows?
11838 ac_cv_c_bigendian=unknown
11839 fi
11840 fi
ce2cded5 11841fi
81ecdfbb 11842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11843else
81ecdfbb 11844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11845/* end confdefs.h. */
81ecdfbb 11846$ac_includes_default
ce2cded5
L
11847int
11848main ()
11849{
81ecdfbb
RW
11850
11851 /* Are we little or big endian? From Harbison&Steele. */
11852 union
11853 {
11854 long int l;
11855 char c[sizeof (long int)];
11856 } u;
11857 u.l = 1;
11858 return u.c[sizeof (long int) - 1] == 1;
11859
11860 ;
11861 return 0;
ce2cded5 11862}
d7040cdb 11863_ACEOF
81ecdfbb 11864if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
11865 ac_cv_c_bigendian=no
11866else
81ecdfbb 11867 ac_cv_c_bigendian=yes
d7040cdb 11868fi
81ecdfbb
RW
11869rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11870 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 11871fi
81ecdfbb
RW
11872
11873 fi
ce2cded5 11874fi
81ecdfbb
RW
11875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11876$as_echo "$ac_cv_c_bigendian" >&6; }
11877 case $ac_cv_c_bigendian in #(
11878 yes)
11879 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11880;; #(
11881 no)
11882 ;; #(
11883 universal)
d7040cdb 11884
81ecdfbb
RW
11885$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11886
11887 ;; #(
11888 *)
11889 as_fn_error "unknown endianness
11890 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11891 esac
d7040cdb 11892
d7040cdb 11893
ce2cded5 11894te_file=generic
d7040cdb 11895
ce2cded5
L
11896# Makefile target for installing gas in $(tooldir)/bin.
11897install_tooldir=install-exec-tooldir
d7040cdb 11898
ce2cded5
L
11899canon_targets=""
11900all_targets=no
11901if test -n "$enable_targets" ; then
11902 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11903 if test $t = "all"; then
11904 all_targets=yes
11905 continue
11906 fi
11907 result=`$ac_config_sub $t 2>/dev/null`
11908 if test -n "$result" ; then
11909 canon_targets="$canon_targets $result"
11910# else
11911# # Permit "all", etc. We don't support it yet though.
11912# canon_targets="$canon_targets $t"
11913 fi
11914 done
11915 _gas_uniq_list="$canon_targets"
d7040cdb
SE
11916_gas_uniq_newlist=""
11917for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11918 case $_gas_uniq_i in
11919 _gas_uniq_dummy) ;;
11920 *) case " $_gas_uniq_newlist " in
11921 *" $_gas_uniq_i "*) ;;
11922 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11923 esac ;;
11924 esac
11925done
ce2cded5 11926canon_targets=$_gas_uniq_newlist
d7040cdb 11927
ce2cded5
L
11928fi
11929
11930emulations=""
11931
11932for this_target in $target $canon_targets ; do
11933
11934 targ=${this_target}
11935 . ${srcdir}/configure.tgt
11936
11937 case ${target_cpu} in
11938 crisv32)
11939
11940cat >>confdefs.h <<_ACEOF
11941#define DEFAULT_CRIS_ARCH $arch
d7040cdb 11942_ACEOF
ce2cded5
L
11943
11944 ;;
11945 esac
11946
11947 if test ${this_target} = $target ; then
11948 target_cpu_type=${cpu_type}
11949 elif test ${target_cpu_type} != ${cpu_type} ; then
11950 continue
11951 fi
11952
11953 generic_target=${cpu_type}-${target_vendor}-${target_os}
11954 case ${generic_target} in
11955 i386-*-sco3.2v5*)
11956 if test ${this_target} = $target; then
11957
81ecdfbb 11958$as_echo "#define SCO_ELF 1" >>confdefs.h
ce2cded5
L
11959
11960 fi
11961 ;;
11962
11963 i386-*-msdosdjgpp* \
11964 | i386-*-go32* \
11965 | i386-go32-rtems*)
11966
81ecdfbb 11967$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
11968
11969 ;;
11970
11971 i860-*-*)
81ecdfbb
RW
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
11973$as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
ce2cded5
L
11974 ;;
11975
7ba29e2a
NC
11976 microblaze*)
11977 ;;
11978
ce2cded5
L
11979 mips-sony-bsd*)
11980 ;;
11981 mips-*-bsd*)
81ecdfbb 11982 as_fn_error "Unknown vendor for mips-bsd configuration." "$LINENO" 5
ce2cded5
L
11983 ;;
11984
e5231592 11985 ppc-*-aix[5-9].*)
ce2cded5 11986
81ecdfbb 11987$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5
L
11988
11989 ;;
11990 ppc-*-linux-*)
11991 case "$endian" in
11992 big) ;;
81ecdfbb 11993 *) as_fn_error "GNU/Linux must be configured big endian" "$LINENO" 5 ;;
ce2cded5
L
11994 esac
11995 ;;
11996 ppc-*-solaris*)
11997 if test ${this_target} = $target; then
11998
81ecdfbb 11999$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
12000
12001 fi
12002 if test x${endian} = xbig; then
81ecdfbb 12003 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
12004 fi
12005 ;;
12006
12007 sh*-*-symbianelf*)
12008
81ecdfbb 12009$as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
ce2cded5
L
12010
12011 ;;
d7040cdb 12012 esac
d7040cdb 12013
ce2cded5
L
12014 if test ${this_target} = $target ; then
12015 endian_def=
12016 if test x${endian} = xbig; then
12017 endian_def=1
12018 elif test x${endian} = xlittle; then
12019 endian_def=0
12020 fi
12021 if test x${endian_def} != x; then
12022
12023cat >>confdefs.h <<_ACEOF
12024#define TARGET_BYTES_BIG_ENDIAN $endian_def
12025_ACEOF
12026
12027 fi
12028 fi
12029
12030# Other random stuff.
12031
12032 case ${cpu_type} in
12033 mips)
12034 # Set mips_cpu to the name of the default CPU.
12035 case ${target_cpu} in
12036 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12037 mips_cpu=from-abi
12038 ;;
12039 mipsisa32 | mipsisa32el)
12040 mips_cpu=mips32
12041 ;;
12042 mipsisa32r2 | mipsisa32r2el)
12043 mips_cpu=mips32r2
12044 ;;
12045 mipsisa64 | mipsisa64el)
12046 mips_cpu=mips64
12047 ;;
12048 mipsisa64r2 | mipsisa64r2el)
12049 mips_cpu=mips64r2
12050 ;;
12051 mipstx39 | mipstx39el)
12052 mips_cpu=r3900
12053 ;;
12054 mips64vr | mips64vrel)
12055 mips_cpu=vr4100
12056 ;;
12057 mipsisa32r2* | mipsisa64r2*)
12058 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12059 ;;
12060 mips64* | mipsisa64* | mipsisa32*)
12061 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12062 ;;
12063 *)
81ecdfbb 12064 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12065 ;;
12066 esac
12067 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12068 # binaries. It's a GNU extension that some OSes don't understand.
12069 # The value only matters on ELF targets.
12070 case ${target} in
12071 *-*-irix*)
12072 use_e_mips_abi_o32=0
12073 ;;
12074 *)
12075 use_e_mips_abi_o32=1
12076 ;;
12077 esac
12078 # Decide whether to generate 32-bit or 64-bit code by default.
12079 # Used to resolve -march=from-abi when an embedded ABI is selected.
12080 case ${target} in
12081 mips64*-*-* | mipsisa64*-*-*)
12082 mips_default_64bit=1
12083 ;;
12084 *)
12085 mips_default_64bit=0
12086 ;;
12087 esac
12088 # Decide which ABI to target by default.
12089 case ${target} in
aeffff67 12090 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
ce2cded5
L
12091 mips_default_abi=N32_ABI
12092 ;;
aeffff67 12093 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12094 mips_default_abi=O32_ABI
12095 ;;
12096 mips64*-openbsd*)
12097 mips_default_abi=N64_ABI
12098 ;;
12099 *)
12100 mips_default_abi=NO_ABI
12101 ;;
12102 esac
12103
12104cat >>confdefs.h <<_ACEOF
12105#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12106_ACEOF
d7040cdb
SE
12107
12108
12109cat >>confdefs.h <<_ACEOF
ce2cded5 12110#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12111_ACEOF
12112
12113
12114cat >>confdefs.h <<_ACEOF
ce2cded5 12115#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12116_ACEOF
12117
12118
ce2cded5
L
12119cat >>confdefs.h <<_ACEOF
12120#define MIPS_DEFAULT_ABI $mips_default_abi
12121_ACEOF
d7040cdb 12122
ce2cded5
L
12123 ;;
12124 esac
d7040cdb 12125
ce2cded5
L
12126 # Do we need the opcodes library?
12127 case ${cpu_type} in
12128 vax | tic30)
12129 ;;
d7040cdb 12130
ce2cded5
L
12131 *)
12132 need_opcodes=yes
d7040cdb 12133
ce2cded5
L
12134 case "${enable_shared}" in
12135 yes) shared_opcodes=true ;;
12136 *opcodes*) shared_opcodes=true ;;
12137 *) shared_opcodes=false ;;
12138 esac
12139 ;;
12140 esac
d7040cdb 12141
ce2cded5
L
12142 # Any other special object files needed ?
12143 case ${cpu_type} in
d7040cdb 12144
ce2cded5
L
12145 bfin)
12146 echo ${extra_objects} | grep -s "bfin-parse.o"
12147 if test $? -ne 0 ; then
12148 extra_objects="$extra_objects bfin-parse.o"
12149 fi
d7040cdb 12150
df7b86aa 12151 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
ce2cded5 12152 if test $? -ne 0 ; then
df7b86aa 12153 extra_objects="$extra_objects bfin-lex-wrapper.o"
ce2cded5
L
12154 fi
12155 ;;
d7040cdb 12156
cfb8c092 12157 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | openrisc)
ce2cded5
L
12158 using_cgen=yes
12159 ;;
d7040cdb 12160
ce2cded5
L
12161 m32c)
12162 using_cgen=yes
12163 ;;
12164 frv)
12165 using_cgen=yes
12166 ;;
12167 m68k)
12168 case ${extra_objects} in
12169 *m68k-parse.o*) ;;
12170 *) extra_objects="$extra_objects m68k-parse.o" ;;
12171 esac
12172 ;;
d7040cdb 12173
ce2cded5
L
12174 mep)
12175 using_cgen=yes
12176 ;;
d7040cdb 12177
ce2cded5
L
12178 mips)
12179 echo ${extra_objects} | grep -s "itbl-parse.o"
12180 if test $? -ne 0 ; then
12181 extra_objects="$extra_objects itbl-parse.o"
12182 fi
d7040cdb 12183
df7b86aa 12184 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
ce2cded5 12185 if test $? -ne 0 ; then
df7b86aa 12186 extra_objects="$extra_objects itbl-lex-wrapper.o"
ce2cded5 12187 fi
d7040cdb 12188
ce2cded5
L
12189 echo ${extra_objects} | grep -s "itbl-ops.o"
12190 if test $? -ne 0 ; then
12191 extra_objects="$extra_objects itbl-ops.o"
12192 fi
12193 ;;
d7040cdb 12194
ce2cded5
L
12195 mt)
12196 using_cgen=yes
12197 ;;
d7040cdb 12198
ce2cded5
L
12199 i386 | s390 | sparc)
12200 if test $this_target = $target ; then
d7040cdb
SE
12201
12202cat >>confdefs.h <<_ACEOF
ce2cded5 12203#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12204_ACEOF
12205
ce2cded5
L
12206 fi
12207 ;;
d7040cdb 12208
99c513f6
DD
12209 rl78)
12210 echo ${extra_objects} | grep -s "rl78-parse.o"
12211 if test $? -ne 0 ; then
12212 extra_objects="$extra_objects rl78-parse.o"
12213 fi
12214 ;;
12215
c7927a3c
NC
12216 rx)
12217 echo ${extra_objects} | grep -s "rx-parse.o"
12218 if test $? -ne 0 ; then
12219 extra_objects="$extra_objects rx-parse.o"
12220 fi
12221 ;;
12222
ce2cded5
L
12223 xstormy16)
12224 using_cgen=yes
12225 ;;
d7040cdb 12226
ce2cded5
L
12227 xc16x)
12228 using_cgen=yes
12229 ;;
d7040cdb 12230
ce2cded5
L
12231 xtensa)
12232 echo ${extra_objects} | grep -s "xtensa-relax.o"
12233 if test $? -ne 0 ; then
12234 extra_objects="$extra_objects xtensa-relax.o"
12235 fi
12236 ;;
d7040cdb 12237
ce2cded5
L
12238 *)
12239 ;;
12240 esac
d7040cdb 12241
ce2cded5
L
12242 if test $using_cgen = yes ; then
12243 case "x${extra_objects}" in
12244 *cgen.o*) ;;
12245 *) extra_objects="$extra_objects cgen.o" ;;
12246 esac
12247 fi
d7040cdb 12248
ce2cded5 12249# See if we really can support this configuration with the emulation code.
d7040cdb 12250
ce2cded5
L
12251 if test $this_target = $target ; then
12252 obj_format=$fmt
12253 te_file=$em
12254 fi
d7040cdb 12255
b11d79f2
TG
12256 case ${te_file} in
12257 vms) extra_objects="$extra_objects te-vms.o" ;;
12258 esac
12259
ce2cded5 12260# From target name and format, produce a list of supported emulations.
d7040cdb 12261
ce2cded5
L
12262 case ${generic_target}-${fmt} in
12263 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
aeffff67
RS
12264 mips*-*-linux*-* | mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
12265 case "$endian" in
ce2cded5
L
12266 big) emulation="mipsbelf mipslelf mipself" ;;
12267 *) emulation="mipslelf mipsbelf mipself" ;;
12268 esac ;;
12269 mips-*-lnews*-ecoff) ;;
12270 mips-*-*-ecoff) case "$endian" in
12271 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
12272 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
12273 esac ;;
12274 mips-*-*-elf) case "$endian" in
12275 big) emulation="mipsbelf mipslelf mipself" ;;
12276 *) emulation="mipslelf mipsbelf mipself" ;;
12277 esac ;;
12278 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12279 # i386-pc-pe-coff != i386-pc-coff.
12280 i386-*-pe-coff) ;;
12281 # Uncommenting the next line will turn on support for i386 AOUT
12282 # for the default linux configuration
12283 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12284 #
12285 i386-*-aout) emulation="i386aout" ;;
12286 i386-*-coff) emulation="i386coff" ;;
12287 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12288
ce2cded5
L
12289 # Always all formats. The first stated emulation becomes the default.
12290 cris-*-*aout*) emulation="crisaout criself" ;;
12291 cris-*-*) emulation="criself crisaout" ;;
12292 esac
13b2be9c 12293
ce2cded5 12294 emulations="$emulations $emulation"
13b2be9c 12295
13b2be9c 12296done
13b2be9c 12297
ce2cded5
L
12298# Turn on all targets if possible
12299if test ${all_targets} = "yes"; then
12300 case ${target_cpu_type} in
12301 i386)
12302 case ${obj_format} in
12303 aout)
12304 emulations="$emulations i386coff i386elf"
12305 ;;
12306 coff)
12307 emulations="$emulations i386aout i386elf"
12308 ;;
12309 elf)
12310 emulations="$emulations i386aout i386coff"
12311 ;;
12312 esac
12313 ;;
12314 x86_64)
12315 case ${obj_format} in
12316 aout)
12317 emulations="$emulations i386coff i386elf"
12318 ;;
12319 coff)
12320 emulations="$emulations i386aout i386elf"
12321 ;;
12322 elf)
12323 emulations="$emulations i386aout i386coff"
12324 ;;
12325 esac
12326 ;;
12327 esac
13b2be9c 12328fi
c8615825 12329
39871c07
AM
12330# PE code has way too many macros tweaking behaviour
12331case ${te_file} in
12332 pe*) emulations="" ;;
12333esac
12334
ce2cded5
L
12335# Assign floating point type. Most processors with FP support
12336# IEEE FP. On those that don't support FP at all, usually IEEE
12337# is emulated.
12338case ${target_cpu} in
12339 vax | pdp11 ) atof=vax ;;
12340 *) atof=ieee ;;
12341esac
c8615825 12342
ce2cded5 12343case "${obj_format}" in
81ecdfbb 12344 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12345esac
13b2be9c 12346
ce2cded5
L
12347# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12348cgen_cpu_prefix=""
12349if test $using_cgen = yes ; then
12350 case ${target_cpu} in
12351 *) cgen_cpu_prefix=${target_cpu} ;;
12352 esac
c8615825 12353
c8615825 12354
81ecdfbb 12355$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12356
d7040cdb 12357fi
13b2be9c 12358
ce2cded5
L
12359
12360if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
81ecdfbb 12361 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12362fi
ce2cded5
L
12363
12364if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
81ecdfbb 12365 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12366fi
12367
ce2cded5
L
12368# Some COFF configurations want these random other flags set.
12369case ${obj_format} in
12370 coff)
12371 case ${target_cpu_type} in
12372 i386)
81ecdfbb 12373$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12374 ;;
12375 m68k)
81ecdfbb 12376$as_echo "#define M68KCOFF 1" >>confdefs.h
ce2cded5
L
12377 ;;
12378 m88k)
81ecdfbb 12379$as_echo "#define M88KCOFF 1" >>confdefs.h
ce2cded5
L
12380 ;;
12381 x86_64)
81ecdfbb 12382$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12383 ;;
12384 esac
12385 ;;
12386esac
12387
12388# Getting this done right is going to be a bitch. Each configuration specified
12389# with --enable-targets=... should be checked for environment, format, cpu
12390# setting.
12391#
12392# For each configuration, the necessary object file support code must be linked
12393# in. This might be only one, it might be up to four. The necessary emulation
12394# code needs to be provided, too.
12395#
12396# And then there's "--enable-targets=all"....
12397#
12398# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
12399
12400formats="${obj_format}"
12401emfiles=""
12402EMULATIONS=""
12403_gas_uniq_list="$emulations"
12404_gas_uniq_newlist=""
12405for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12406 case $_gas_uniq_i in
12407 _gas_uniq_dummy) ;;
12408 *) case " $_gas_uniq_newlist " in
12409 *" $_gas_uniq_i "*) ;;
12410 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12411 esac ;;
12412 esac
12413done
12414emulations=$_gas_uniq_newlist
12415
12416for em in . $emulations ; do
12417 case $em in
12418 .) continue ;;
12419 mipsbelf | mipslelf | mipself)
12420 fmt=elf file=mipself ;;
12421 mipsbecoff | mipslecoff | mipsecoff)
12422 fmt=ecoff file=mipsecoff ;;
12423 *coff)
12424 fmt=coff file=$em ;;
12425 *aout)
12426 fmt=aout file=$em ;;
12427 *elf)
12428 fmt=elf file=$em ;;
12429 esac
12430 formats="$formats $fmt"
12431 emfiles="$emfiles e-$file.o"
12432 EMULATIONS="$EMULATIONS &$em,"
12433done
12434_gas_uniq_list="$formats"
12435_gas_uniq_newlist=""
12436for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12437 case $_gas_uniq_i in
12438 _gas_uniq_dummy) ;;
12439 *) case " $_gas_uniq_newlist " in
12440 *" $_gas_uniq_i "*) ;;
12441 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12442 esac ;;
12443 esac
13b2be9c 12444done
ce2cded5 12445formats=$_gas_uniq_newlist
13b2be9c 12446
ce2cded5
L
12447_gas_uniq_list="$emfiles"
12448_gas_uniq_newlist=""
12449for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12450 case $_gas_uniq_i in
12451 _gas_uniq_dummy) ;;
12452 *) case " $_gas_uniq_newlist " in
12453 *" $_gas_uniq_i "*) ;;
12454 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12455 esac ;;
12456 esac
12457done
12458emfiles=$_gas_uniq_newlist
d7040cdb 12459
ce2cded5
L
12460if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12461 for fmt in $formats ; do
12462 case $fmt in
12463 aout)
81ecdfbb 12464$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12465 ;;
12466 bout)
81ecdfbb 12467$as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h
ce2cded5
L
12468 ;;
12469 coff)
81ecdfbb 12470$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12471 ;;
12472 ecoff)
81ecdfbb 12473$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12474 ;;
12475 elf)
81ecdfbb 12476$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12477 ;;
12478 generic)
81ecdfbb 12479$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12480 ;;
12481 som)
81ecdfbb 12482$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12483 ;;
12484 esac
12485 extra_objects="$extra_objects obj-$fmt.o"
12486 done
12487 obj_format=multi
13b2be9c 12488fi
ce2cded5
L
12489if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12490 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12491 # e-mips* has more than one emulation per file, e-i386* has just one at the
12492 # moment. If only one emulation is specified, then don't define
12493 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12494 case "${obj_format}${emfiles}" in
12495 multi* | *mips*)
12496 extra_objects="$extra_objects $emfiles"
d7040cdb 12497
81ecdfbb 12498$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12499 ;;
12500 esac
12501fi
d7040cdb 12502
13b2be9c 12503
ce2cded5
L
12504cat >>confdefs.h <<_ACEOF
12505#define EMULATIONS $EMULATIONS
13b2be9c 12506_ACEOF
d7040cdb 12507
d7040cdb 12508
ce2cded5
L
12509cat >>confdefs.h <<_ACEOF
12510#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12511_ACEOF
d7040cdb 12512
d7040cdb 12513
ce2cded5 12514reject_dev_configs=yes
252b5132 12515
ce2cded5
L
12516case ${reject_dev_configs}-${dev} in
12517 yes-yes) # Oops.
81ecdfbb 12518 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12519 ;;
d7040cdb
SE
12520esac
12521
13b2be9c 12522
ce2cded5
L
12523
12524
12525
12526
12527
12528# do we need the opcodes library?
12529case "${need_opcodes}" in
12530yes)
12531 OPCODES_LIB=../opcodes/libopcodes.la
12532 ;;
12533esac
12534
12535
12536
12537
12538cat >>confdefs.h <<_ACEOF
12539#define TARGET_ALIAS "${target_alias}"
d7040cdb 12540_ACEOF
20e95c23 12541
20e95c23 12542
ce2cded5
L
12543cat >>confdefs.h <<_ACEOF
12544#define TARGET_CANONICAL "${target}"
12545_ACEOF
20e95c23 12546
d6d788bd 12547
ce2cded5
L
12548cat >>confdefs.h <<_ACEOF
12549#define TARGET_CPU "${target_cpu}"
12550_ACEOF
20e95c23 12551
ce2cded5
L
12552
12553cat >>confdefs.h <<_ACEOF
12554#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12555_ACEOF
12556
12557
ce2cded5
L
12558cat >>confdefs.h <<_ACEOF
12559#define TARGET_OS "${target_os}"
12560_ACEOF
12561
0efedc4c 12562
d7040cdb
SE
12563for ac_prog in 'bison -y' byacc
12564do
12565 # Extract the first word of "$ac_prog", so it can be a program name with args.
12566set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12568$as_echo_n "checking for $ac_word... " >&6; }
12569if test "${ac_cv_prog_YACC+set}" = set; then :
12570 $as_echo_n "(cached) " >&6
20e95c23 12571else
d7040cdb
SE
12572 if test -n "$YACC"; then
12573 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12574else
d7040cdb
SE
12575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12576for as_dir in $PATH
12577do
12578 IFS=$as_save_IFS
12579 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12580 for ac_exec_ext in '' $ac_executable_extensions; do
12581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12582 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12584 break 2
20e95c23 12585 fi
d7040cdb 12586done
81ecdfbb
RW
12587 done
12588IFS=$as_save_IFS
20e95c23 12589
d7040cdb
SE
12590fi
12591fi
12592YACC=$ac_cv_prog_YACC
12593if test -n "$YACC"; then
81ecdfbb
RW
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12595$as_echo "$YACC" >&6; }
d7040cdb 12596else
81ecdfbb
RW
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12598$as_echo "no" >&6; }
d7040cdb 12599fi
20e95c23 12600
81ecdfbb 12601
d7040cdb
SE
12602 test -n "$YACC" && break
12603done
12604test -n "$YACC" || YACC="yacc"
20e95c23 12605
d7040cdb
SE
12606for ac_prog in flex lex
12607do
12608 # Extract the first word of "$ac_prog", so it can be a program name with args.
12609set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12611$as_echo_n "checking for $ac_word... " >&6; }
12612if test "${ac_cv_prog_LEX+set}" = set; then :
12613 $as_echo_n "(cached) " >&6
d6d788bd 12614else
d7040cdb
SE
12615 if test -n "$LEX"; then
12616 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12617else
12618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12619for as_dir in $PATH
12620do
12621 IFS=$as_save_IFS
12622 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12623 for ac_exec_ext in '' $ac_executable_extensions; do
12624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12625 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12627 break 2
12628 fi
12629done
81ecdfbb
RW
12630 done
12631IFS=$as_save_IFS
20e95c23 12632
d7040cdb
SE
12633fi
12634fi
12635LEX=$ac_cv_prog_LEX
12636if test -n "$LEX"; then
81ecdfbb
RW
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12638$as_echo "$LEX" >&6; }
20e95c23 12639else
81ecdfbb
RW
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12641$as_echo "no" >&6; }
13b2be9c
DJ
12642fi
12643
81ecdfbb 12644
d7040cdb
SE
12645 test -n "$LEX" && break
12646done
12647test -n "$LEX" || LEX=":"
20e95c23 12648
81ecdfbb
RW
12649if test "x$LEX" != "x:"; then
12650 cat >conftest.l <<_ACEOF
12651%%
12652a { ECHO; }
12653b { REJECT; }
12654c { yymore (); }
12655d { yyless (1); }
12656e { yyless (input () != 0); }
12657f { unput (yytext[0]); }
12658. { BEGIN INITIAL; }
12659%%
12660#ifdef YYTEXT_POINTER
12661extern char *yytext;
d7040cdb 12662#endif
d7040cdb 12663int
81ecdfbb 12664main (void)
d7040cdb 12665{
81ecdfbb 12666 return ! yylex () + ! yywrap ();
d7040cdb
SE
12667}
12668_ACEOF
81ecdfbb
RW
12669{ { ac_try="$LEX conftest.l"
12670case "(($ac_try" in
12671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12672 *) ac_try_echo=$ac_try;;
12673esac
12674eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12675$as_echo "$ac_try_echo"; } >&5
12676 (eval "$LEX conftest.l") 2>&5
d7040cdb 12677 ac_status=$?
81ecdfbb
RW
12678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12679 test $ac_status = 0; }
12680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12681$as_echo_n "checking lex output file root... " >&6; }
12682if test "${ac_cv_prog_lex_root+set}" = set; then :
12683 $as_echo_n "(cached) " >&6
d7040cdb 12684else
d5fbea21 12685
81ecdfbb
RW
12686if test -f lex.yy.c; then
12687 ac_cv_prog_lex_root=lex.yy
12688elif test -f lexyy.c; then
12689 ac_cv_prog_lex_root=lexyy
12690else
12691 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 12692fi
d7040cdb 12693fi
81ecdfbb
RW
12694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12695$as_echo "$ac_cv_prog_lex_root" >&6; }
12696LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12697
81ecdfbb
RW
12698if test -z "${LEXLIB+set}"; then
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12700$as_echo_n "checking lex library... " >&6; }
12701if test "${ac_cv_lib_lex+set}" = set; then :
12702 $as_echo_n "(cached) " >&6
d7040cdb 12703else
d7040cdb 12704
81ecdfbb
RW
12705 ac_save_LIBS=$LIBS
12706 ac_cv_lib_lex='none needed'
12707 for ac_lib in '' -lfl -ll; do
12708 LIBS="$ac_lib $ac_save_LIBS"
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710/* end confdefs.h. */
12711`cat $LEX_OUTPUT_ROOT.c`
12712_ACEOF
12713if ac_fn_c_try_link "$LINENO"; then :
12714 ac_cv_lib_lex=$ac_lib
d7040cdb 12715fi
81ecdfbb
RW
12716rm -f core conftest.err conftest.$ac_objext \
12717 conftest$ac_exeext conftest.$ac_ext
12718 test "$ac_cv_lib_lex" != 'none needed' && break
12719 done
12720 LIBS=$ac_save_LIBS
d7040cdb
SE
12721
12722fi
81ecdfbb
RW
12723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12724$as_echo "$ac_cv_lib_lex" >&6; }
12725 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12726fi
12727
13b2be9c 12728
81ecdfbb
RW
12729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12730$as_echo_n "checking whether yytext is a pointer... " >&6; }
12731if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12732 $as_echo_n "(cached) " >&6
d7040cdb
SE
12733else
12734 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12735# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12736# not all implementations provide the %pointer and %array declarations.
12737ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12738ac_save_LIBS=$LIBS
81ecdfbb
RW
12739LIBS="$LEXLIB $ac_save_LIBS"
12740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12741/* end confdefs.h. */
12742#define YYTEXT_POINTER 1
d7040cdb 12743`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 12744_ACEOF
81ecdfbb 12745if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12746 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 12747fi
81ecdfbb
RW
12748rm -f core conftest.err conftest.$ac_objext \
12749 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12750LIBS=$ac_save_LIBS
252b5132 12751
9b2b7d69 12752fi
81ecdfbb
RW
12753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12754$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 12755if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 12756
81ecdfbb 12757$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 12758
d6d788bd 12759fi
81ecdfbb 12760rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb 12761
c8615825 12762fi
d7040cdb
SE
12763if test "$LEX" = :; then
12764 LEX=${am_missing_run}flex
12765fi
12766
006ad0a1 12767ALL_LINGUAS="fr tr es rw id ru fi ja"
d7040cdb
SE
12768# If we haven't got the data from the intl directory,
12769# assume NLS is disabled.
12770USE_NLS=no
12771LIBINTL=
12772LIBINTL_DEP=
12773INCINTL=
12774XGETTEXT=
12775GMSGFMT=
12776POSUB=
12777
12778if test -f ../intl/config.intl; then
12779 . ../intl/config.intl
12780fi
81ecdfbb
RW
12781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12782$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12783if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12785$as_echo "no" >&6; }
d7040cdb 12786else
81ecdfbb
RW
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12788$as_echo "yes" >&6; }
d7040cdb 12789
81ecdfbb 12790$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12791
12792
81ecdfbb
RW
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12794$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12795 # Look for .po and .gmo files in the source directory.
12796 CATALOGS=
12797 XLINGUAS=
12798 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12799 # If there aren't any .gmo files the shell will give us the
12800 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12801 # weeded out.
12802 case "$cat" in *\**)
12803 continue;;
12804 esac
12805 # The quadruple backslash is collapsed to a double backslash
12806 # by the backticks, then collapsed again by the double quotes,
12807 # leaving us with one backslash in the sed expression (right
12808 # before the dot that mustn't act as a wildcard).
12809 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12810 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12811 # The user is allowed to set LINGUAS to a list of languages to
12812 # install catalogs for. If it's empty that means "all of them."
12813 if test "x$LINGUAS" = x; then
12814 CATALOGS="$CATALOGS $cat"
12815 XLINGUAS="$XLINGUAS $lang"
12816 else
12817 case "$LINGUAS" in *$lang*)
12818 CATALOGS="$CATALOGS $cat"
12819 XLINGUAS="$XLINGUAS $lang"
12820 ;;
12821 esac
12822 fi
12823 done
12824 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12826$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12827
12828
12829 DATADIRNAME=share
12830
12831 INSTOBJEXT=.mo
12832
12833 GENCAT=gencat
12834
12835 CATOBJEXT=.gmo
12836
12837fi
12838
12839 MKINSTALLDIRS=
12840 if test -n "$ac_aux_dir"; then
12841 case "$ac_aux_dir" in
12842 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12843 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12844 esac
12845 fi
12846 if test -z "$MKINSTALLDIRS"; then
12847 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12848 fi
12849
12850
12851
81ecdfbb
RW
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12853$as_echo_n "checking whether NLS is requested... " >&6; }
12854 # Check whether --enable-nls was given.
12855if test "${enable_nls+set}" = set; then :
12856 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12857else
12858 USE_NLS=yes
81ecdfbb
RW
12859fi
12860
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12862$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12863
12864
12865
12866
12867
12868
12869# Prepare PATH_SEPARATOR.
12870# The user is always right.
12871if test "${PATH_SEPARATOR+set}" != set; then
12872 echo "#! /bin/sh" >conf$$.sh
12873 echo "exit 0" >>conf$$.sh
12874 chmod +x conf$$.sh
12875 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12876 PATH_SEPARATOR=';'
13b2be9c 12877 else
d7040cdb 12878 PATH_SEPARATOR=:
13b2be9c 12879 fi
d7040cdb 12880 rm -f conf$$.sh
252b5132 12881fi
13b2be9c 12882
d7040cdb
SE
12883# Find out how to test for executable files. Don't use a zero-byte file,
12884# as systems may use methods other than mode bits to determine executability.
12885cat >conf$$.file <<_ASEOF
12886#! /bin/sh
12887exit 0
12888_ASEOF
12889chmod +x conf$$.file
12890if test -x conf$$.file >/dev/null 2>&1; then
12891 ac_executable_p="test -x"
12892else
12893 ac_executable_p="test -f"
13b2be9c 12894fi
d7040cdb 12895rm -f conf$$.file
13b2be9c 12896
d7040cdb
SE
12897# Extract the first word of "msgfmt", so it can be a program name with args.
12898set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12900$as_echo_n "checking for $ac_word... " >&6; }
12901if test "${ac_cv_path_MSGFMT+set}" = set; then :
12902 $as_echo_n "(cached) " >&6
252b5132 12903else
d7040cdb
SE
12904 case "$MSGFMT" in
12905 [\\/]* | ?:[\\/]*)
12906 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12907 ;;
12908 *)
12909 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12910 for ac_dir in $PATH; do
12911 IFS="$ac_save_IFS"
12912 test -z "$ac_dir" && ac_dir=.
12913 for ac_exec_ext in '' $ac_executable_extensions; do
12914 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12915 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12916 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12917 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12918 break 2
12919 fi
12920 fi
12921 done
12922 done
12923 IFS="$ac_save_IFS"
12924 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12925 ;;
12926esac
252b5132 12927fi
d7040cdb
SE
12928MSGFMT="$ac_cv_path_MSGFMT"
12929if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12931$as_echo "$MSGFMT" >&6; }
252b5132 12932else
81ecdfbb
RW
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12934$as_echo "no" >&6; }
252b5132 12935fi
252b5132 12936
d7040cdb
SE
12937 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12938set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12940$as_echo_n "checking for $ac_word... " >&6; }
12941if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12942 $as_echo_n "(cached) " >&6
13b2be9c 12943else
d7040cdb
SE
12944 case $GMSGFMT in
12945 [\\/]* | ?:[\\/]*)
12946 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12947 ;;
12948 *)
12949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950for as_dir in $PATH
12951do
12952 IFS=$as_save_IFS
12953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12954 for ac_exec_ext in '' $ac_executable_extensions; do
12955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12956 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12958 break 2
12959 fi
12960done
81ecdfbb
RW
12961 done
12962IFS=$as_save_IFS
252b5132 12963
d7040cdb
SE
12964 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12965 ;;
12966esac
12967fi
12968GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12969if test -n "$GMSGFMT"; then
81ecdfbb
RW
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12971$as_echo "$GMSGFMT" >&6; }
ac48eca1 12972else
81ecdfbb
RW
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12974$as_echo "no" >&6; }
6840198f 12975fi
6840198f 12976
13b2be9c 12977
20e95c23 12978
81ecdfbb 12979
d7040cdb
SE
12980# Prepare PATH_SEPARATOR.
12981# The user is always right.
12982if test "${PATH_SEPARATOR+set}" != set; then
12983 echo "#! /bin/sh" >conf$$.sh
12984 echo "exit 0" >>conf$$.sh
12985 chmod +x conf$$.sh
12986 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12987 PATH_SEPARATOR=';'
12988 else
12989 PATH_SEPARATOR=:
12990 fi
12991 rm -f conf$$.sh
12992fi
20e95c23 12993
d7040cdb
SE
12994# Find out how to test for executable files. Don't use a zero-byte file,
12995# as systems may use methods other than mode bits to determine executability.
12996cat >conf$$.file <<_ASEOF
12997#! /bin/sh
12998exit 0
12999_ASEOF
13000chmod +x conf$$.file
13001if test -x conf$$.file >/dev/null 2>&1; then
13002 ac_executable_p="test -x"
13b2be9c 13003else
d7040cdb 13004 ac_executable_p="test -f"
13b2be9c 13005fi
d7040cdb 13006rm -f conf$$.file
20e95c23 13007
d7040cdb
SE
13008# Extract the first word of "xgettext", so it can be a program name with args.
13009set dummy xgettext; ac_word=$2
81ecdfbb
RW
13010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13011$as_echo_n "checking for $ac_word... " >&6; }
13012if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13013 $as_echo_n "(cached) " >&6
252b5132 13014else
d7040cdb
SE
13015 case "$XGETTEXT" in
13016 [\\/]* | ?:[\\/]*)
13017 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13018 ;;
13019 *)
13020 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13021 for ac_dir in $PATH; do
13022 IFS="$ac_save_IFS"
13023 test -z "$ac_dir" && ac_dir=.
13024 for ac_exec_ext in '' $ac_executable_extensions; do
13025 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13026 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13027 (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
13028 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13029 break 2
13030 fi
13031 fi
13032 done
13033 done
13034 IFS="$ac_save_IFS"
13035 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13036 ;;
13037esac
13b2be9c 13038fi
d7040cdb
SE
13039XGETTEXT="$ac_cv_path_XGETTEXT"
13040if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13042$as_echo "$XGETTEXT" >&6; }
d7040cdb 13043else
81ecdfbb
RW
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13045$as_echo "no" >&6; }
13b2be9c 13046fi
13b2be9c 13047
d7040cdb 13048 rm -f messages.po
20e95c23 13049
13b2be9c 13050
d7040cdb
SE
13051# Prepare PATH_SEPARATOR.
13052# The user is always right.
13053if test "${PATH_SEPARATOR+set}" != set; then
13054 echo "#! /bin/sh" >conf$$.sh
13055 echo "exit 0" >>conf$$.sh
13056 chmod +x conf$$.sh
13057 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13058 PATH_SEPARATOR=';'
13059 else
13060 PATH_SEPARATOR=:
13061 fi
13062 rm -f conf$$.sh
252b5132 13063fi
20e95c23 13064
d7040cdb
SE
13065# Find out how to test for executable files. Don't use a zero-byte file,
13066# as systems may use methods other than mode bits to determine executability.
13067cat >conf$$.file <<_ASEOF
13068#! /bin/sh
13069exit 0
13070_ASEOF
13071chmod +x conf$$.file
13072if test -x conf$$.file >/dev/null 2>&1; then
13073 ac_executable_p="test -x"
252b5132 13074else
d7040cdb
SE
13075 ac_executable_p="test -f"
13076fi
13077rm -f conf$$.file
20e95c23 13078
d7040cdb
SE
13079# Extract the first word of "msgmerge", so it can be a program name with args.
13080set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13082$as_echo_n "checking for $ac_word... " >&6; }
13083if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13084 $as_echo_n "(cached) " >&6
20e95c23 13085else
d7040cdb
SE
13086 case "$MSGMERGE" in
13087 [\\/]* | ?:[\\/]*)
13088 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13089 ;;
13090 *)
13091 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13092 for ac_dir in $PATH; do
13093 IFS="$ac_save_IFS"
13094 test -z "$ac_dir" && ac_dir=.
13095 for ac_exec_ext in '' $ac_executable_extensions; do
13096 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13097 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13098 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13099 break 2
13100 fi
13101 fi
13102 done
13103 done
13104 IFS="$ac_save_IFS"
13105 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13106 ;;
13107esac
20e95c23 13108fi
d7040cdb
SE
13109MSGMERGE="$ac_cv_path_MSGMERGE"
13110if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13112$as_echo "$MSGMERGE" >&6; }
d7040cdb 13113else
81ecdfbb
RW
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13115$as_echo "no" >&6; }
20e95c23 13116fi
252b5132 13117
252b5132 13118
d7040cdb
SE
13119 if test "$GMSGFMT" != ":"; then
13120 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13121 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13122 : ;
13123 else
13124 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13126$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13127 GMSGFMT=":"
13128 fi
13129 fi
13b2be9c 13130
d7040cdb
SE
13131 if test "$XGETTEXT" != ":"; then
13132 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13133 (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
13134 : ;
13135 else
81ecdfbb
RW
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13137$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13138 XGETTEXT=":"
13139 fi
13140 rm -f messages.po
13141 fi
252b5132 13142
81ecdfbb 13143 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13144
13b2be9c 13145
81ecdfbb
RW
13146
13147
13148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13149$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13150 # Check whether --enable-maintainer-mode was given.
13151if test "${enable_maintainer_mode+set}" = set; then :
13152 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13153else
81ecdfbb 13154 USE_MAINTAINER_MODE=no
13b2be9c 13155fi
13b2be9c 13156
81ecdfbb
RW
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13158$as_echo "$USE_MAINTAINER_MODE" >&6; }
13159 if test $USE_MAINTAINER_MODE = yes; then
13160 MAINTAINER_MODE_TRUE=
13161 MAINTAINER_MODE_FALSE='#'
13162else
13163 MAINTAINER_MODE_TRUE='#'
13164 MAINTAINER_MODE_FALSE=
13b2be9c 13165fi
13b2be9c 13166
81ecdfbb
RW
13167 MAINT=$MAINTAINER_MODE_TRUE
13168
13169
13170 if false; then
13171 GENINSRC_NEVER_TRUE=
13172 GENINSRC_NEVER_FALSE='#'
13b2be9c 13173else
81ecdfbb
RW
13174 GENINSRC_NEVER_TRUE='#'
13175 GENINSRC_NEVER_FALSE=
252b5132 13176fi
13b2be9c 13177
81ecdfbb
RW
13178
13179
58797674 13180for 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
13181do :
13182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13183ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13184eval as_val=\$$as_ac_Header
13185 if test "x$as_val" = x""yes; then :
13b2be9c 13186 cat >>confdefs.h <<_ACEOF
81ecdfbb 13187#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c
DJ
13188_ACEOF
13189
252b5132 13190fi
13b2be9c 13191
252b5132
RH
13192done
13193
df7b86aa
NC
13194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13195$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13196if test "${gcc_cv_header_string+set}" = set; then :
13197 $as_echo_n "(cached) " >&6
13198else
13199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13200/* end confdefs.h. */
13201#include <string.h>
13202#include <strings.h>
13203int
13204main ()
13205{
13206
13207 ;
13208 return 0;
13209}
13210_ACEOF
13211if ac_fn_c_try_compile "$LINENO"; then :
13212 gcc_cv_header_string=yes
13213else
13214 gcc_cv_header_string=no
13215fi
13216rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13217fi
13218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13219$as_echo "$gcc_cv_header_string" >&6; }
13220if test $gcc_cv_header_string = yes; then
13221
13222$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13223
13224fi
13225
d6d788bd 13226
252b5132
RH
13227# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13228# people who are not cross-compiling but are compiling cross-assemblers.
81ecdfbb
RW
13229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13230$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
252b5132
RH
13231if test "${host}" = "${target}"; then
13232 cross_gas=no
13233else
13234 cross_gas=yes
13b2be9c 13235
81ecdfbb 13236$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132
RH
13237
13238fi
81ecdfbb
RW
13239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13240$as_echo "$cross_gas" >&6; }
252b5132
RH
13241
13242# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13243# for constant arguments. Useless!
81ecdfbb
RW
13244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13245$as_echo_n "checking for working alloca.h... " >&6; }
13246if test "${ac_cv_working_alloca_h+set}" = set; then :
13247 $as_echo_n "(cached) " >&6
13b2be9c 13248else
81ecdfbb 13249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13250/* end confdefs.h. */
252b5132 13251#include <alloca.h>
13b2be9c
DJ
13252int
13253main ()
13254{
13255char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13256 if (p) return 0;
13b2be9c
DJ
13257 ;
13258 return 0;
13259}
13260_ACEOF
81ecdfbb 13261if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13262 ac_cv_working_alloca_h=yes
13263else
81ecdfbb 13264 ac_cv_working_alloca_h=no
13b2be9c 13265fi
81ecdfbb
RW
13266rm -f core conftest.err conftest.$ac_objext \
13267 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13268fi
81ecdfbb
RW
13269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13270$as_echo "$ac_cv_working_alloca_h" >&6; }
13b2be9c
DJ
13271if test $ac_cv_working_alloca_h = yes; then
13272
81ecdfbb 13273$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13274
13275fi
13276
81ecdfbb
RW
13277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13278$as_echo_n "checking for alloca... " >&6; }
13279if test "${ac_cv_func_alloca_works+set}" = set; then :
13280 $as_echo_n "(cached) " >&6
252b5132 13281else
81ecdfbb 13282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13283/* end confdefs.h. */
252b5132
RH
13284#ifdef __GNUC__
13285# define alloca __builtin_alloca
13286#else
13287# ifdef _MSC_VER
13288# include <malloc.h>
13289# define alloca _alloca
13290# else
81ecdfbb 13291# ifdef HAVE_ALLOCA_H
252b5132
RH
13292# include <alloca.h>
13293# else
13294# ifdef _AIX
13295 #pragma alloca
13296# else
13297# ifndef alloca /* predefined by HP cc +Olibcalls */
13298char *alloca ();
13299# endif
13300# endif
13301# endif
13302# endif
13303#endif
13304
13b2be9c
DJ
13305int
13306main ()
13307{
13308char *p = (char *) alloca (1);
81ecdfbb 13309 if (p) return 0;
13b2be9c
DJ
13310 ;
13311 return 0;
13312}
13313_ACEOF
81ecdfbb 13314if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13315 ac_cv_func_alloca_works=yes
13316else
81ecdfbb 13317 ac_cv_func_alloca_works=no
252b5132 13318fi
81ecdfbb
RW
13319rm -f core conftest.err conftest.$ac_objext \
13320 conftest$ac_exeext conftest.$ac_ext
252b5132 13321fi
81ecdfbb
RW
13322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13323$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13324
252b5132 13325if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 13326
81ecdfbb 13327$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9b2b7d69 13328
13b2be9c 13329else
c8615825 13330 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
13331# that cause trouble. Some versions do not even contain alloca or
13332# contain a buggy version. If you still want to use their alloca,
13333# use ar to extract alloca.o from them instead of compiling alloca.c.
13334
81ecdfbb 13335ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13b2be9c 13336
81ecdfbb 13337$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132 13338
d6d788bd 13339
81ecdfbb
RW
13340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13341$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13342if test "${ac_cv_os_cray+set}" = set; then :
13343 $as_echo_n "(cached) " >&6
252b5132 13344else
81ecdfbb 13345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13346/* end confdefs.h. */
81ecdfbb 13347#if defined CRAY && ! defined CRAY2
252b5132
RH
13348webecray
13349#else
13350wenotbecray
13351#endif
13352
13b2be9c 13353_ACEOF
252b5132 13354if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13355 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13356 ac_cv_os_cray=yes
13357else
252b5132
RH
13358 ac_cv_os_cray=no
13359fi
13360rm -f conftest*
13361
13362fi
81ecdfbb
RW
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13364$as_echo "$ac_cv_os_cray" >&6; }
252b5132 13365if test $ac_cv_os_cray = yes; then
13b2be9c 13366 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13367 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13368ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13369eval as_val=\$$as_ac_var
13370 if test "x$as_val" = x""yes; then :
13b2be9c
DJ
13371
13372cat >>confdefs.h <<_ACEOF
252b5132 13373#define CRAY_STACKSEG_END $ac_func
13b2be9c 13374_ACEOF
252b5132 13375
13b2be9c 13376 break
252b5132
RH
13377fi
13378
13b2be9c 13379 done
252b5132
RH
13380fi
13381
81ecdfbb
RW
13382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13383$as_echo_n "checking stack direction for C alloca... " >&6; }
13384if test "${ac_cv_c_stack_direction+set}" = set; then :
13385 $as_echo_n "(cached) " >&6
252b5132 13386else
81ecdfbb 13387 if test "$cross_compiling" = yes; then :
252b5132
RH
13388 ac_cv_c_stack_direction=0
13389else
81ecdfbb 13390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13391/* end confdefs.h. */
81ecdfbb 13392$ac_includes_default
13b2be9c 13393int
252b5132
RH
13394find_stack_direction ()
13395{
13396 static char *addr = 0;
13397 auto char dummy;
13398 if (addr == 0)
13399 {
13400 addr = &dummy;
13401 return find_stack_direction ();
13402 }
13403 else
13404 return (&dummy > addr) ? 1 : -1;
13405}
13b2be9c
DJ
13406
13407int
252b5132
RH
13408main ()
13409{
81ecdfbb 13410 return find_stack_direction () < 0;
252b5132 13411}
13b2be9c 13412_ACEOF
81ecdfbb 13413if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13414 ac_cv_c_stack_direction=1
13415else
81ecdfbb 13416 ac_cv_c_stack_direction=-1
252b5132 13417fi
81ecdfbb
RW
13418rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13419 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132 13420fi
252b5132 13421
81ecdfbb
RW
13422fi
13423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13424$as_echo "$ac_cv_c_stack_direction" >&6; }
13b2be9c 13425cat >>confdefs.h <<_ACEOF
252b5132 13426#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
13427_ACEOF
13428
252b5132
RH
13429
13430fi
13431
81ecdfbb
RW
13432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13433$as_echo_n "checking for inline... " >&6; }
13434if test "${ac_cv_c_inline+set}" = set; then :
13435 $as_echo_n "(cached) " >&6
252b5132
RH
13436else
13437 ac_cv_c_inline=no
13438for ac_kw in inline __inline__ __inline; do
81ecdfbb 13439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13440/* end confdefs.h. */
13441#ifndef __cplusplus
13442typedef int foo_t;
13443static $ac_kw foo_t static_foo () {return 0; }
13444$ac_kw foo_t foo () {return 0; }
13445#endif
252b5132 13446
13b2be9c 13447_ACEOF
81ecdfbb
RW
13448if ac_fn_c_try_compile "$LINENO"; then :
13449 ac_cv_c_inline=$ac_kw
252b5132 13450fi
81ecdfbb
RW
13451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13452 test "$ac_cv_c_inline" != no && break
252b5132
RH
13453done
13454
13455fi
81ecdfbb
RW
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13457$as_echo "$ac_cv_c_inline" >&6; }
ab509236 13458
13b2be9c 13459case $ac_cv_c_inline in
252b5132 13460 inline | yes) ;;
ab509236
L
13461 *)
13462 case $ac_cv_c_inline in
13463 no) ac_val=;;
13464 *) ac_val=$ac_cv_c_inline;;
13465 esac
13466 cat >>confdefs.h <<_ACEOF
13467#ifndef __cplusplus
13468#define inline $ac_val
13469#endif
13b2be9c 13470_ACEOF
ab509236 13471 ;;
252b5132
RH
13472esac
13473
6840198f 13474
d6d788bd 13475# VMS doesn't have unlink.
252b5132 13476for ac_func in unlink remove
81ecdfbb
RW
13477do :
13478 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13479ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13480eval as_val=\$$as_ac_var
13481 if test "x$as_val" = x""yes; then :
13b2be9c 13482 cat >>confdefs.h <<_ACEOF
81ecdfbb 13483#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13484_ACEOF
252b5132 13485 break
252b5132
RH
13486fi
13487done
13488
4b0296ce 13489for ac_func in sbrk setlocale
81ecdfbb 13490do :
a574142b
AM
13491 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13492ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13493eval as_val=\$$as_ac_var
13494 if test "x$as_val" = x""yes; then :
13b2be9c 13495 cat >>confdefs.h <<_ACEOF
a574142b 13496#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13497_ACEOF
252b5132 13498
252b5132
RH
13499fi
13500done
13501
d6d788bd 13502
44350750
NC
13503
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13505$as_echo_n "checking for LC_MESSAGES... " >&6; }
13506if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13507 $as_echo_n "(cached) " >&6
13508else
13509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13510/* end confdefs.h. */
13511#include <locale.h>
13512int
13513main ()
13514{
13515return LC_MESSAGES
13516 ;
13517 return 0;
13518}
13519_ACEOF
13520if ac_fn_c_try_link "$LINENO"; then :
13521 am_cv_val_LC_MESSAGES=yes
13522else
13523 am_cv_val_LC_MESSAGES=no
13524fi
13525rm -f core conftest.err conftest.$ac_objext \
13526 conftest$ac_exeext conftest.$ac_ext
13527fi
13528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13529$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13530 if test $am_cv_val_LC_MESSAGES = yes; then
13531
13532$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13533
13534 fi
13535
13536
39bec121
TW
13537# do we need the math library?
13538case "${need_libm}" in
13b2be9c 13539yes)
39bec121 13540 LIBM=
f9c19112 13541case $host in
3725885a 13542*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13543 # These system don't have libm, or don't need it
39bec121
TW
13544 ;;
13545*-ncr-sysv4.3*)
81ecdfbb
RW
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13547$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13548if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13549 $as_echo_n "(cached) " >&6
39bec121 13550else
13b2be9c 13551 ac_check_lib_save_LIBS=$LIBS
39bec121 13552LIBS="-lmw $LIBS"
81ecdfbb 13553cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13554/* end confdefs.h. */
13555
81ecdfbb
RW
13556/* Override any GCC internal prototype to avoid an error.
13557 Use char because int might match the return type of a GCC
13558 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13559#ifdef __cplusplus
13560extern "C"
13561#endif
13b2be9c
DJ
13562char _mwvalidcheckl ();
13563int
13564main ()
13565{
81ecdfbb 13566return _mwvalidcheckl ();
13b2be9c
DJ
13567 ;
13568 return 0;
13569}
13570_ACEOF
81ecdfbb 13571if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13572 ac_cv_lib_mw__mwvalidcheckl=yes
13573else
81ecdfbb 13574 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13575fi
81ecdfbb
RW
13576rm -f core conftest.err conftest.$ac_objext \
13577 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13578LIBS=$ac_check_lib_save_LIBS
13579fi
81ecdfbb
RW
13580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13581$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13582if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
39bec121 13583 LIBM="-lmw"
39bec121
TW
13584fi
13585
81ecdfbb
RW
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13587$as_echo_n "checking for cos in -lm... " >&6; }
13588if test "${ac_cv_lib_m_cos+set}" = set; then :
13589 $as_echo_n "(cached) " >&6
39bec121 13590else
13b2be9c 13591 ac_check_lib_save_LIBS=$LIBS
39bec121 13592LIBS="-lm $LIBS"
81ecdfbb 13593cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13594/* end confdefs.h. */
39bec121 13595
81ecdfbb
RW
13596/* Override any GCC internal prototype to avoid an error.
13597 Use char because int might match the return type of a GCC
13598 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13599#ifdef __cplusplus
13600extern "C"
13601#endif
d7040cdb 13602char cos ();
13b2be9c
DJ
13603int
13604main ()
13605{
81ecdfbb 13606return cos ();
13b2be9c
DJ
13607 ;
13608 return 0;
13609}
13610_ACEOF
81ecdfbb 13611if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13612 ac_cv_lib_m_cos=yes
13b2be9c 13613else
81ecdfbb 13614 ac_cv_lib_m_cos=no
13b2be9c 13615fi
81ecdfbb
RW
13616rm -f core conftest.err conftest.$ac_objext \
13617 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13618LIBS=$ac_check_lib_save_LIBS
13619fi
81ecdfbb
RW
13620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13621$as_echo "$ac_cv_lib_m_cos" >&6; }
13622if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13623 LIBM="$LIBM -lm"
39bec121
TW
13624fi
13625
13626 ;;
13627*)
81ecdfbb
RW
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13629$as_echo_n "checking for cos in -lm... " >&6; }
13630if test "${ac_cv_lib_m_cos+set}" = set; then :
13631 $as_echo_n "(cached) " >&6
39bec121 13632else
13b2be9c 13633 ac_check_lib_save_LIBS=$LIBS
39bec121 13634LIBS="-lm $LIBS"
81ecdfbb 13635cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13636/* end confdefs.h. */
39bec121 13637
81ecdfbb
RW
13638/* Override any GCC internal prototype to avoid an error.
13639 Use char because int might match the return type of a GCC
13640 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13641#ifdef __cplusplus
13642extern "C"
13643#endif
d7040cdb 13644char cos ();
13b2be9c
DJ
13645int
13646main ()
13647{
81ecdfbb 13648return cos ();
13b2be9c
DJ
13649 ;
13650 return 0;
13651}
13652_ACEOF
81ecdfbb 13653if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13654 ac_cv_lib_m_cos=yes
13b2be9c 13655else
81ecdfbb 13656 ac_cv_lib_m_cos=no
13b2be9c 13657fi
81ecdfbb
RW
13658rm -f core conftest.err conftest.$ac_objext \
13659 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13660LIBS=$ac_check_lib_save_LIBS
13661fi
81ecdfbb
RW
13662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13663$as_echo "$ac_cv_lib_m_cos" >&6; }
13664if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13665 LIBM="-lm"
39bec121
TW
13666fi
13667
13668 ;;
13669esac
13670
13b2be9c 13671
d7040cdb 13672
39bec121
TW
13673 ;;
13674esac
13675
252b5132
RH
13676# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13677# enough, but on some of those systems, the assert macro relies on requoting
13678# working properly!
81ecdfbb
RW
13679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13680$as_echo_n "checking for working assert macro... " >&6; }
13681if test "${gas_cv_assert_ok+set}" = set; then :
13682 $as_echo_n "(cached) " >&6
13b2be9c 13683else
81ecdfbb 13684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13685/* end confdefs.h. */
252b5132
RH
13686#include <assert.h>
13687#include <stdio.h>
13b2be9c
DJ
13688int
13689main ()
13690{
252b5132
RH
13691
13692/* check for requoting problems */
13693static int a, b, c, d;
13694static char *s;
13695assert (!strcmp(s, "foo bar baz quux"));
13696/* check for newline handling */
13697assert (a == b
13698 || c == d);
13699
13b2be9c
DJ
13700 ;
13701 return 0;
81ecdfbb
RW
13702}
13703_ACEOF
13704if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13705 gas_cv_assert_ok=yes
13706else
81ecdfbb 13707 gas_cv_assert_ok=no
252b5132 13708fi
81ecdfbb
RW
13709rm -f core conftest.err conftest.$ac_objext \
13710 conftest$ac_exeext conftest.$ac_ext
252b5132 13711fi
81ecdfbb
RW
13712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13713$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 13714test $gas_cv_assert_ok = yes ||
81ecdfbb 13715$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 13716
d6d788bd
L
13717
13718
252b5132
RH
13719# On some systems, the system header files may not declare malloc, realloc,
13720# and free. There are places where gas needs these functions to have been
13721# declared -- such as when taking their addresses.
13722gas_test_headers="
13723#ifdef HAVE_MEMORY_H
13724#include <memory.h>
13725#endif
13726#ifdef HAVE_STRING_H
13727#include <string.h>
13728#else
13729#ifdef HAVE_STRINGS_H
13730#include <strings.h>
13731#endif
13732#endif
13733#ifdef HAVE_STDLIB_H
13734#include <stdlib.h>
13735#endif
13736#ifdef HAVE_UNISTD_H
13737#include <unistd.h>
13738#endif
13739"
13740
e8a38df5
AL
13741# Does errno.h declare errno, or do we have to add a separate declaration
13742# for it?
13743
81ecdfbb
RW
13744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
13745$as_echo_n "checking whether declaration is required for errno... " >&6; }
13746if test "${gas_cv_decl_needed_errno+set}" = set; then :
13747 $as_echo_n "(cached) " >&6
e8a38df5 13748else
81ecdfbb 13749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a38df5
AL
13750/* end confdefs.h. */
13751
13752#ifdef HAVE_ERRNO_H
13753#include <errno.h>
13754#endif
13755
13756int
13757main ()
13758{
13759
13760typedef int f;
13761f x;
13762x = (f) errno;
13763
13764 ;
13765 return 0;
13766}
13767_ACEOF
81ecdfbb 13768if ac_fn_c_try_link "$LINENO"; then :
e8a38df5
AL
13769 gas_cv_decl_needed_errno=no
13770else
81ecdfbb 13771 gas_cv_decl_needed_errno=yes
e8a38df5 13772fi
81ecdfbb
RW
13773rm -f core conftest.err conftest.$ac_objext \
13774 conftest$ac_exeext conftest.$ac_ext
e8a38df5 13775fi
81ecdfbb
RW
13776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
13777$as_echo "$gas_cv_decl_needed_errno" >&6; }
e8a38df5
AL
13778if test $gas_cv_decl_needed_errno = yes; then
13779
81ecdfbb 13780$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
e8a38df5
AL
13781
13782fi
13783
13784
81ecdfbb
RW
13785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13786$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13787if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
13788 $as_echo_n "(cached) " >&6
56f36663 13789else
81ecdfbb 13790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
13791/* end confdefs.h. */
13792#include <unistd.h>
13793int
13794main ()
13795{
13796extern int getopt (int, char *const*, const char *);
13797 ;
13798 return 0;
13799}
13800_ACEOF
81ecdfbb 13801if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
13802 gas_cv_decl_getopt_unistd_h=yes
13803else
81ecdfbb 13804 gas_cv_decl_getopt_unistd_h=no
56f36663 13805fi
81ecdfbb 13806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
13807fi
13808
81ecdfbb
RW
13809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13810$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
13811if test $gas_cv_decl_getopt_unistd_h = yes; then
13812
81ecdfbb 13813$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
13814
13815fi
13816
e8a38df5 13817
81ecdfbb
RW
13818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13819$as_echo_n "checking whether declaration is required for environ... " >&6; }
13820if test "${gas_cv_decl_needed_environ+set}" = set; then :
13821 $as_echo_n "(cached) " >&6
13b2be9c 13822else
81ecdfbb 13823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13824/* end confdefs.h. */
252b5132 13825$gas_test_headers
13b2be9c
DJ
13826int
13827main ()
13828{
252b5132 13829
e8a38df5 13830typedef char **f;
252b5132 13831f x;
e8a38df5 13832x = (f) environ;
252b5132 13833
13b2be9c
DJ
13834 ;
13835 return 0;
13836}
13837_ACEOF
81ecdfbb 13838if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13839 gas_cv_decl_needed_environ=no
252b5132 13840else
81ecdfbb 13841 gas_cv_decl_needed_environ=yes
252b5132 13842fi
81ecdfbb
RW
13843rm -f core conftest.err conftest.$ac_objext \
13844 conftest$ac_exeext conftest.$ac_ext
252b5132 13845fi
81ecdfbb
RW
13846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13847$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 13848if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 13849
81ecdfbb 13850$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
13851
13852fi
13853
13854
81ecdfbb
RW
13855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13856$as_echo_n "checking whether declaration is required for ffs... " >&6; }
13857if test "${gas_cv_decl_needed_ffs+set}" = set; then :
13858 $as_echo_n "(cached) " >&6
13b2be9c 13859else
81ecdfbb 13860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13861/* end confdefs.h. */
13862$gas_test_headers
13863int
13864main ()
13865{
13866
e8a38df5 13867typedef int (*f)(int);
13b2be9c 13868f x;
e8a38df5 13869x = (f) ffs;
13b2be9c
DJ
13870
13871 ;
13872 return 0;
13873}
13874_ACEOF
81ecdfbb 13875if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13876 gas_cv_decl_needed_ffs=no
13b2be9c 13877else
81ecdfbb 13878 gas_cv_decl_needed_ffs=yes
13b2be9c 13879fi
81ecdfbb
RW
13880rm -f core conftest.err conftest.$ac_objext \
13881 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13882fi
81ecdfbb
RW
13883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13884$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 13885if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 13886
81ecdfbb 13887$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
13888
13889fi
13890
13891
81ecdfbb
RW
13892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
13893$as_echo_n "checking whether declaration is required for free... " >&6; }
13894if test "${gas_cv_decl_needed_free+set}" = set; then :
13895 $as_echo_n "(cached) " >&6
13b2be9c 13896else
81ecdfbb 13897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13898/* end confdefs.h. */
13899$gas_test_headers
13900int
13901main ()
13902{
13903
13904typedef void (*f)();
13905f x;
13906x = (f) free;
13907
13908 ;
13909 return 0;
13910}
13911_ACEOF
81ecdfbb 13912if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13913 gas_cv_decl_needed_free=no
13914else
81ecdfbb 13915 gas_cv_decl_needed_free=yes
13b2be9c 13916fi
81ecdfbb
RW
13917rm -f core conftest.err conftest.$ac_objext \
13918 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13919fi
81ecdfbb
RW
13920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
13921$as_echo "$gas_cv_decl_needed_free" >&6; }
13b2be9c
DJ
13922if test $gas_cv_decl_needed_free = yes; then
13923
81ecdfbb 13924$as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13b2be9c
DJ
13925
13926fi
13927
13928
81ecdfbb
RW
13929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
13930$as_echo_n "checking whether declaration is required for malloc... " >&6; }
13931if test "${gas_cv_decl_needed_malloc+set}" = set; then :
13932 $as_echo_n "(cached) " >&6
13b2be9c 13933else
81ecdfbb 13934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13935/* end confdefs.h. */
13936$gas_test_headers
13937int
13938main ()
13939{
13940
13941typedef char *(*f)();
13942f x;
e8a38df5 13943x = (f) malloc;
13b2be9c
DJ
13944
13945 ;
13946 return 0;
13947}
13948_ACEOF
81ecdfbb 13949if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13950 gas_cv_decl_needed_malloc=no
13b2be9c 13951else
81ecdfbb 13952 gas_cv_decl_needed_malloc=yes
13b2be9c 13953fi
81ecdfbb
RW
13954rm -f core conftest.err conftest.$ac_objext \
13955 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13956fi
81ecdfbb
RW
13957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
13958$as_echo "$gas_cv_decl_needed_malloc" >&6; }
e8a38df5 13959if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c 13960
81ecdfbb 13961$as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13b2be9c
DJ
13962
13963fi
13964
13965
81ecdfbb
RW
13966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
13967$as_echo_n "checking whether declaration is required for sbrk... " >&6; }
13968if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
13969 $as_echo_n "(cached) " >&6
13b2be9c 13970else
81ecdfbb 13971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13972/* end confdefs.h. */
13973$gas_test_headers
13974int
13975main ()
13976{
13977
e8a38df5 13978typedef char *(*f)();
13b2be9c 13979f x;
e8a38df5 13980x = (f) sbrk;
13b2be9c
DJ
13981
13982 ;
13983 return 0;
13984}
13985_ACEOF
81ecdfbb 13986if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13987 gas_cv_decl_needed_sbrk=no
13b2be9c 13988else
81ecdfbb 13989 gas_cv_decl_needed_sbrk=yes
13b2be9c 13990fi
81ecdfbb
RW
13991rm -f core conftest.err conftest.$ac_objext \
13992 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13993fi
81ecdfbb
RW
13994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
13995$as_echo "$gas_cv_decl_needed_sbrk" >&6; }
e8a38df5 13996if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c 13997
81ecdfbb 13998$as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13b2be9c
DJ
13999
14000fi
14001
14002
81ecdfbb
RW
14003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14004$as_echo_n "checking whether declaration is required for strstr... " >&6; }
14005if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14006 $as_echo_n "(cached) " >&6
13b2be9c 14007else
81ecdfbb 14008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14009/* end confdefs.h. */
e8a38df5 14010$gas_test_headers
13b2be9c
DJ
14011int
14012main ()
14013{
14014
e8a38df5 14015typedef char *(*f)();
13b2be9c 14016f x;
e8a38df5 14017x = (f) strstr;
13b2be9c
DJ
14018
14019 ;
14020 return 0;
14021}
14022_ACEOF
81ecdfbb 14023if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14024 gas_cv_decl_needed_strstr=no
13b2be9c 14025else
81ecdfbb 14026 gas_cv_decl_needed_strstr=yes
13b2be9c 14027fi
81ecdfbb
RW
14028rm -f core conftest.err conftest.$ac_objext \
14029 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14030fi
81ecdfbb
RW
14031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14032$as_echo "$gas_cv_decl_needed_strstr" >&6; }
e8a38df5 14033if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c 14034
81ecdfbb 14035$as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13b2be9c
DJ
14036
14037fi
14038
14039
4b0296ce
AM
14040ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14041if test "x$ac_cv_have_decl_free" = x""yes; then :
14042 ac_have_decl=1
14043else
14044 ac_have_decl=0
14045fi
14046
14047cat >>confdefs.h <<_ACEOF
14048#define HAVE_DECL_FREE $ac_have_decl
14049_ACEOF
14050ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14051if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14052 ac_have_decl=1
14053else
14054 ac_have_decl=0
14055fi
14056
14057cat >>confdefs.h <<_ACEOF
14058#define HAVE_DECL_GETENV $ac_have_decl
14059_ACEOF
14060ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14061if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14062 ac_have_decl=1
14063else
14064 ac_have_decl=0
14065fi
14066
14067cat >>confdefs.h <<_ACEOF
14068#define HAVE_DECL_MALLOC $ac_have_decl
14069_ACEOF
0175442d
L
14070ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14071if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14072 ac_have_decl=1
14073else
14074 ac_have_decl=0
14075fi
14076
14077cat >>confdefs.h <<_ACEOF
14078#define HAVE_DECL_MEMPCPY $ac_have_decl
14079_ACEOF
4b0296ce
AM
14080ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14081if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14082 ac_have_decl=1
14083else
14084 ac_have_decl=0
14085fi
14086
14087cat >>confdefs.h <<_ACEOF
14088#define HAVE_DECL_REALLOC $ac_have_decl
14089_ACEOF
14090ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14091if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14092 ac_have_decl=1
14093else
14094 ac_have_decl=0
14095fi
14096
14097cat >>confdefs.h <<_ACEOF
14098#define HAVE_DECL_STPCPY $ac_have_decl
14099_ACEOF
14100ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14101if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14102 ac_have_decl=1
14103else
14104 ac_have_decl=0
14105fi
0175442d 14106
4b0296ce
AM
14107cat >>confdefs.h <<_ACEOF
14108#define HAVE_DECL_STRSTR $ac_have_decl
14109_ACEOF
81ecdfbb
RW
14110ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14111if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14112 ac_have_decl=1
6d74f28b 14113else
81ecdfbb 14114 ac_have_decl=0
6d74f28b 14115fi
6d74f28b
EB
14116
14117cat >>confdefs.h <<_ACEOF
81ecdfbb 14118#define HAVE_DECL_VSNPRINTF $ac_have_decl
6d74f28b
EB
14119_ACEOF
14120
14121
13b2be9c 14122
c973bc5c
NC
14123case "${host}" in
14124*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14125
81ecdfbb 14126$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
14127 ;;
14128esac
14129
0acf065b
CC
14130# Link in zlib if we can. This allows us to write compressed debug sections.
14131
14132 # See if the user specified whether he wants zlib support or not.
14133
14134# Check whether --with-zlib was given.
14135if test "${with_zlib+set}" = set; then :
14136 withval=$with_zlib;
14137else
14138 with_zlib=auto
14139fi
14140
14141
14142 if test "$with_zlib" != "no"; then
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
14144$as_echo_n "checking for library containing zlibVersion... " >&6; }
14145if test "${ac_cv_search_zlibVersion+set}" = set; then :
14146 $as_echo_n "(cached) " >&6
14147else
14148 ac_func_search_save_LIBS=$LIBS
14149cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14150/* end confdefs.h. */
14151
14152/* Override any GCC internal prototype to avoid an error.
14153 Use char because int might match the return type of a GCC
14154 builtin and then its argument prototype would still apply. */
14155#ifdef __cplusplus
14156extern "C"
14157#endif
14158char zlibVersion ();
14159int
14160main ()
14161{
14162return zlibVersion ();
14163 ;
14164 return 0;
14165}
14166_ACEOF
14167for ac_lib in '' z; do
14168 if test -z "$ac_lib"; then
14169 ac_res="none required"
14170 else
14171 ac_res=-l$ac_lib
14172 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14173 fi
14174 if ac_fn_c_try_link "$LINENO"; then :
14175 ac_cv_search_zlibVersion=$ac_res
14176fi
14177rm -f core conftest.err conftest.$ac_objext \
14178 conftest$ac_exeext
14179 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14180 break
14181fi
14182done
14183if test "${ac_cv_search_zlibVersion+set}" = set; then :
14184
14185else
14186 ac_cv_search_zlibVersion=no
14187fi
14188rm conftest.$ac_ext
14189LIBS=$ac_func_search_save_LIBS
14190fi
14191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
14192$as_echo "$ac_cv_search_zlibVersion" >&6; }
14193ac_res=$ac_cv_search_zlibVersion
14194if test "$ac_res" != no; then :
14195 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14196 for ac_header in zlib.h
14197do :
14198 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14199if test "x$ac_cv_header_zlib_h" = x""yes; then :
14200 cat >>confdefs.h <<_ACEOF
14201#define HAVE_ZLIB_H 1
14202_ACEOF
14203
14204fi
14205
14206done
14207
14208fi
14209
14210 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
14211 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
14212 fi
14213 fi
14214
14215
b11d79f2
TG
14216# Support for VMS timestamps via cross compile
14217
14218if test "$ac_cv_header_time_h" = yes; then
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14220$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14221 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14222 $as_echo_n "(cached) " >&6
14223else
14224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14225/* end confdefs.h. */
14226
14227#define _BSD_SOURCE 1
14228#include <time.h>
14229int
14230main ()
14231{
14232struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14233 ;
14234 return 0;
14235}
14236_ACEOF
14237if ac_fn_c_try_compile "$LINENO"; then :
14238 gas_cv_have_time_type_member_tm_gmtoff=yes
14239else
14240 gas_cv_have_time_type_member_tm_gmtoff=no
14241
14242fi
14243rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14244fi
14245
14246 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14247
14248$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14249
14250 fi
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14252$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14253
14254fi
14255
14256if test "$ac_cv_header_sys_stat_h" = yes; then
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14258$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14259 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14260 $as_echo_n "(cached) " >&6
14261else
14262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14263/* end confdefs.h. */
14264
14265#define _BSD_SOURCE 1
14266#include <sys/stat.h>
14267int
14268main ()
14269{
14270struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14271 ;
14272 return 0;
14273}
14274_ACEOF
14275if ac_fn_c_try_compile "$LINENO"; then :
14276 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14277else
14278 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14279
14280fi
14281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14282fi
14283
14284 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14285
14286$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14287
14288 fi
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14290$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14291
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14293$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14294 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14295 $as_echo_n "(cached) " >&6
14296else
14297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14298/* end confdefs.h. */
14299
14300#define _BSD_SOURCE 1
14301#include <sys/stat.h>
14302int
14303main ()
14304{
14305struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14306 ;
14307 return 0;
14308}
14309_ACEOF
14310if ac_fn_c_try_compile "$LINENO"; then :
14311 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14312else
14313 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14314
14315fi
14316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14317fi
14318
14319 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14320
14321$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14322
14323 fi
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14325$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14326
14327fi
14328
14329
c973bc5c 14330
13b2be9c 14331
108a6f8e
CD
14332
14333
14334
14335
31dd3154 14336
81ecdfbb 14337ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
13b2be9c 14338
81ecdfbb 14339ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14340
14341
14342cat >confcache <<\_ACEOF
14343# This file is a shell script that caches the results of configure
14344# tests run on this system so they can be shared between configure
14345# scripts and configure runs, see configure's option --config-cache.
14346# It is not useful on other systems. If it contains results you don't
14347# want to keep, you may remove or edit it.
14348#
14349# config.status only pays attention to the cache file if you give it
14350# the --recheck option to rerun configure.
14351#
14352# `ac_cv_env_foo' variables (set or unset) will be overridden when
14353# loading this file, other *unset* `ac_cv_foo' will be assigned the
14354# following values.
14355
14356_ACEOF
14357
14358# The following way of writing the cache mishandles newlines in values,
14359# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14360# So, we kill variables containing newlines.
13b2be9c
DJ
14361# Ultrix sh set writes to stderr and can't be redirected directly,
14362# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14363(
14364 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14365 eval ac_val=\$$ac_var
14366 case $ac_val in #(
14367 *${as_nl}*)
14368 case $ac_var in #(
14369 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14370$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14371 esac
14372 case $ac_var in #(
14373 _ | IFS | as_nl) ;; #(
14374 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14375 *) { eval $ac_var=; unset $ac_var;} ;;
14376 esac ;;
14377 esac
14378 done
14379
13b2be9c 14380 (set) 2>&1 |
81ecdfbb
RW
14381 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14382 *${as_nl}ac_space=\ *)
14383 # `set' does not quote correctly, so add quotes: double-quote
14384 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14385 sed -n \
ab509236
L
14386 "s/'/'\\\\''/g;
14387 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14388 ;; #(
13b2be9c
DJ
14389 *)
14390 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14391 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14392 ;;
81ecdfbb
RW
14393 esac |
14394 sort
14395) |
13b2be9c 14396 sed '
81ecdfbb 14397 /^ac_cv_env_/b end
13b2be9c 14398 t clear
81ecdfbb 14399 :clear
13b2be9c
DJ
14400 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14401 t end
81ecdfbb
RW
14402 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14403 :end' >>confcache
14404if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14405 if test -w "$cache_file"; then
14406 test "x$cache_file" != "x/dev/null" &&
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14408$as_echo "$as_me: updating cache $cache_file" >&6;}
13b2be9c
DJ
14409 cat confcache >$cache_file
14410 else
81ecdfbb
RW
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14412$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14413 fi
14414fi
14415rm -f confcache
14416
14417test "x$prefix" = xNONE && prefix=$ac_default_prefix
14418# Let make expand exec_prefix.
14419test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14420
13b2be9c
DJ
14421DEFS=-DHAVE_CONFIG_H
14422
14423ac_libobjs=
14424ac_ltlibobjs=
14425for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14426 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14427 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14428 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14429 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14430 # will be set to the directory where LIBOBJS objects are built.
14431 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14432 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14433done
14434LIBOBJS=$ac_libobjs
14435
14436LTLIBOBJS=$ac_ltlibobjs
14437
14438
14439if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14440 as_fn_error "conditional \"AMDEP\" was never defined.
14441Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c
DJ
14442fi
14443if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14444 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14445Usually this means the macro was only invoked conditionally." "$LINENO" 5
14446fi
14447 if test -n "$EXEEXT"; then
14448 am__EXEEXT_TRUE=
14449 am__EXEEXT_FALSE='#'
14450else
14451 am__EXEEXT_TRUE='#'
14452 am__EXEEXT_FALSE=
13b2be9c 14453fi
81ecdfbb
RW
14454
14455
13b2be9c 14456if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14457 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14458Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14459fi
d5fbea21 14460if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14461 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14462Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14463fi
13b2be9c
DJ
14464
14465: ${CONFIG_STATUS=./config.status}
81ecdfbb 14466ac_write_fail=0
13b2be9c
DJ
14467ac_clean_files_save=$ac_clean_files
14468ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14469{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14470$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14471as_write_fail=0
14472cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14473#! $SHELL
14474# Generated by $as_me.
14475# Run this file to recreate the current configuration.
14476# Compiler output produced by configure, useful for debugging
14477# configure, is in config.log if it exists.
14478
14479debug=false
14480ac_cs_recheck=false
14481ac_cs_silent=false
13b2be9c 14482
81ecdfbb
RW
14483SHELL=\${CONFIG_SHELL-$SHELL}
14484export SHELL
14485_ASEOF
14486cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14487## -------------------- ##
14488## M4sh Initialization. ##
14489## -------------------- ##
13b2be9c 14490
81ecdfbb
RW
14491# Be more Bourne compatible
14492DUALCASE=1; export DUALCASE # for MKS sh
14493if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14494 emulate sh
14495 NULLCMD=:
81ecdfbb 14496 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14497 # is contrary to our usage. Disable this feature.
14498 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14499 setopt NO_GLOB_SUBST
14500else
14501 case `(set -o) 2>/dev/null` in #(
14502 *posix*) :
14503 set -o posix ;; #(
14504 *) :
14505 ;;
14506esac
13b2be9c
DJ
14507fi
14508
81ecdfbb
RW
14509
14510as_nl='
14511'
14512export as_nl
14513# Printing a long string crashes Solaris 7 /usr/bin/printf.
14514as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14515as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14516as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14517# Prefer a ksh shell builtin over an external printf program on Solaris,
14518# but without wasting forks for bash or zsh.
14519if test -z "$BASH_VERSION$ZSH_VERSION" \
14520 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14521 as_echo='print -r --'
14522 as_echo_n='print -rn --'
14523elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14524 as_echo='printf %s\n'
14525 as_echo_n='printf %s'
14526else
14527 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14528 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14529 as_echo_n='/usr/ucb/echo -n'
14530 else
14531 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14532 as_echo_n_body='eval
14533 arg=$1;
14534 case $arg in #(
14535 *"$as_nl"*)
14536 expr "X$arg" : "X\\(.*\\)$as_nl";
14537 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14538 esac;
14539 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14540 '
14541 export as_echo_n_body
14542 as_echo_n='sh -c $as_echo_n_body as_echo'
14543 fi
14544 export as_echo_body
14545 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14546fi
14547
81ecdfbb
RW
14548# The user is always right.
14549if test "${PATH_SEPARATOR+set}" != set; then
14550 PATH_SEPARATOR=:
14551 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14552 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14553 PATH_SEPARATOR=';'
14554 }
14555fi
14556
14557
14558# IFS
14559# We need space, tab and new line, in precisely that order. Quoting is
14560# there to prevent editors from complaining about space-tab.
14561# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14562# splitting by setting IFS to empty value.)
14563IFS=" "" $as_nl"
14564
14565# Find who we are. Look in the path if we contain no directory separator.
14566case $0 in #((
14567 *[\\/]* ) as_myself=$0 ;;
14568 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14569for as_dir in $PATH
14570do
14571 IFS=$as_save_IFS
14572 test -z "$as_dir" && as_dir=.
14573 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14574 done
14575IFS=$as_save_IFS
14576
14577 ;;
14578esac
14579# We did not find ourselves, most probably we were run as `sh COMMAND'
14580# in which case we are not to be found in the path.
14581if test "x$as_myself" = x; then
14582 as_myself=$0
14583fi
14584if test ! -f "$as_myself"; then
14585 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14586 exit 1
14587fi
13b2be9c 14588
81ecdfbb
RW
14589# Unset variables that we do not need and which cause bugs (e.g. in
14590# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14591# suppresses any "Segmentation fault" message there. '((' could
14592# trigger a bug in pdksh 5.2.14.
14593for as_var in BASH_ENV ENV MAIL MAILPATH
14594do eval test x\${$as_var+set} = xset \
14595 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14596done
13b2be9c
DJ
14597PS1='$ '
14598PS2='> '
14599PS4='+ '
14600
14601# NLS nuisances.
81ecdfbb
RW
14602LC_ALL=C
14603export LC_ALL
14604LANGUAGE=C
14605export LANGUAGE
14606
14607# CDPATH.
14608(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14609
14610
14611# as_fn_error ERROR [LINENO LOG_FD]
14612# ---------------------------------
14613# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14614# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14615# script with status $?, using 1 if that was 0.
14616as_fn_error ()
14617{
14618 as_status=$?; test $as_status -eq 0 && as_status=1
14619 if test "$3"; then
14620 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14621 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13b2be9c 14622 fi
81ecdfbb
RW
14623 $as_echo "$as_me: error: $1" >&2
14624 as_fn_exit $as_status
14625} # as_fn_error
14626
14627
14628# as_fn_set_status STATUS
14629# -----------------------
14630# Set $? to STATUS, without forking.
14631as_fn_set_status ()
14632{
14633 return $1
14634} # as_fn_set_status
14635
14636# as_fn_exit STATUS
14637# -----------------
14638# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14639as_fn_exit ()
14640{
14641 set +e
14642 as_fn_set_status $1
14643 exit $1
14644} # as_fn_exit
14645
14646# as_fn_unset VAR
14647# ---------------
14648# Portably unset VAR.
14649as_fn_unset ()
14650{
14651 { eval $1=; unset $1;}
14652}
14653as_unset=as_fn_unset
14654# as_fn_append VAR VALUE
14655# ----------------------
14656# Append the text in VALUE to the end of the definition contained in VAR. Take
14657# advantage of any shell optimizations that allow amortized linear growth over
14658# repeated appends, instead of the typical quadratic growth present in naive
14659# implementations.
14660if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14661 eval 'as_fn_append ()
14662 {
14663 eval $1+=\$2
14664 }'
14665else
14666 as_fn_append ()
14667 {
14668 eval $1=\$$1\$2
14669 }
14670fi # as_fn_append
14671
14672# as_fn_arith ARG...
14673# ------------------
14674# Perform arithmetic evaluation on the ARGs, and store the result in the
14675# global $as_val. Take advantage of shells that can avoid forks. The arguments
14676# must be portable across $(()) and expr.
14677if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14678 eval 'as_fn_arith ()
14679 {
14680 as_val=$(( $* ))
14681 }'
14682else
14683 as_fn_arith ()
14684 {
14685 as_val=`expr "$@" || test $? -eq 1`
14686 }
14687fi # as_fn_arith
14688
13b2be9c 14689
81ecdfbb
RW
14690if expr a : '\(a\)' >/dev/null 2>&1 &&
14691 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
14692 as_expr=expr
14693else
14694 as_expr=false
14695fi
14696
81ecdfbb 14697if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
14698 as_basename=basename
14699else
14700 as_basename=false
14701fi
14702
81ecdfbb
RW
14703if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14704 as_dirname=dirname
14705else
14706 as_dirname=false
14707fi
13b2be9c 14708
81ecdfbb 14709as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
14710$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14711 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14712 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14713$as_echo X/"$0" |
14714 sed '/^.*\/\([^/][^/]*\)\/*$/{
14715 s//\1/
14716 q
14717 }
14718 /^X\/\(\/\/\)$/{
14719 s//\1/
14720 q
14721 }
14722 /^X\/\(\/\).*/{
14723 s//\1/
14724 q
14725 }
14726 s/.*/./; q'`
13b2be9c 14727
13b2be9c
DJ
14728# Avoid depending upon Character Ranges.
14729as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14730as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14731as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14732as_cr_digits='0123456789'
14733as_cr_alnum=$as_cr_Letters$as_cr_digits
14734
81ecdfbb
RW
14735ECHO_C= ECHO_N= ECHO_T=
14736case `echo -n x` in #(((((
14737-n*)
14738 case `echo 'xy\c'` in
14739 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14740 xy) ECHO_C='\c';;
14741 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14742 ECHO_T=' ';;
14743 esac;;
14744*)
14745 ECHO_N='-n';;
13b2be9c 14746esac
252b5132 14747
81ecdfbb
RW
14748rm -f conf$$ conf$$.exe conf$$.file
14749if test -d conf$$.dir; then
14750 rm -f conf$$.dir/conf$$.file
252b5132 14751else
81ecdfbb
RW
14752 rm -f conf$$.dir
14753 mkdir conf$$.dir 2>/dev/null
252b5132 14754fi
81ecdfbb
RW
14755if (echo >conf$$.file) 2>/dev/null; then
14756 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 14757 as_ln_s='ln -s'
81ecdfbb
RW
14758 # ... but there are two gotchas:
14759 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14760 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14761 # In both cases, we have to default to `cp -p'.
14762 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14763 as_ln_s='cp -p'
14764 elif ln conf$$.file conf$$ 2>/dev/null; then
14765 as_ln_s=ln
14766 else
14767 as_ln_s='cp -p'
13b2be9c 14768 fi
13b2be9c
DJ
14769else
14770 as_ln_s='cp -p'
252b5132 14771fi
81ecdfbb
RW
14772rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14773rmdir conf$$.dir 2>/dev/null
252b5132 14774
81ecdfbb
RW
14775
14776# as_fn_mkdir_p
14777# -------------
14778# Create "$as_dir" as a directory, including parents if necessary.
14779as_fn_mkdir_p ()
14780{
14781
14782 case $as_dir in #(
14783 -*) as_dir=./$as_dir;;
14784 esac
14785 test -d "$as_dir" || eval $as_mkdir_p || {
14786 as_dirs=
14787 while :; do
14788 case $as_dir in #(
14789 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14790 *) as_qdir=$as_dir;;
14791 esac
14792 as_dirs="'$as_qdir' $as_dirs"
14793 as_dir=`$as_dirname -- "$as_dir" ||
14794$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14795 X"$as_dir" : 'X\(//\)[^/]' \| \
14796 X"$as_dir" : 'X\(//\)$' \| \
14797 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14798$as_echo X"$as_dir" |
14799 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14800 s//\1/
14801 q
14802 }
14803 /^X\(\/\/\)[^/].*/{
14804 s//\1/
14805 q
14806 }
14807 /^X\(\/\/\)$/{
14808 s//\1/
14809 q
14810 }
14811 /^X\(\/\).*/{
14812 s//\1/
14813 q
14814 }
14815 s/.*/./; q'`
14816 test -d "$as_dir" && break
14817 done
14818 test -z "$as_dirs" || eval "mkdir $as_dirs"
14819 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14820
14821
14822} # as_fn_mkdir_p
13b2be9c 14823if mkdir -p . 2>/dev/null; then
81ecdfbb 14824 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 14825else
ab509236 14826 test -d ./-p && rmdir ./-p
13b2be9c
DJ
14827 as_mkdir_p=false
14828fi
81ecdfbb
RW
14829
14830if test -x / >/dev/null 2>&1; then
14831 as_test_x='test -x'
14832else
14833 if ls -dL / >/dev/null 2>&1; then
14834 as_ls_L_option=L
14835 else
14836 as_ls_L_option=
14837 fi
14838 as_test_x='
14839 eval sh -c '\''
14840 if test -d "$1"; then
14841 test -d "$1/.";
14842 else
14843 case $1 in #(
14844 -*)set "./$1";;
14845 esac;
14846 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14847 ???[sx]*):;;*)false;;esac;fi
14848 '\'' sh
14849 '
14850fi
14851as_executable_p=$as_test_x
252b5132 14852
13b2be9c 14853# Sed expression to map a string onto a valid CPP name.
ab509236 14854as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14855
13b2be9c 14856# Sed expression to map a string onto a valid variable name.
ab509236 14857as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14858
d6d788bd 14859
13b2be9c 14860exec 6>&1
81ecdfbb
RW
14861## ----------------------------------- ##
14862## Main body of $CONFIG_STATUS script. ##
14863## ----------------------------------- ##
14864_ASEOF
14865test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 14866
81ecdfbb
RW
14867cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14868# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 14869# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14870# values after options handling.
14871ac_log="
13b2be9c 14872This file was extended by $as_me, which was
81ecdfbb 14873generated by GNU Autoconf 2.64. Invocation command line was
d6d788bd 14874
13b2be9c
DJ
14875 CONFIG_FILES = $CONFIG_FILES
14876 CONFIG_HEADERS = $CONFIG_HEADERS
14877 CONFIG_LINKS = $CONFIG_LINKS
14878 CONFIG_COMMANDS = $CONFIG_COMMANDS
14879 $ $0 $@
252b5132 14880
81ecdfbb
RW
14881on `(hostname || uname -n) 2>/dev/null | sed 1q`
14882"
14883
13b2be9c 14884_ACEOF
252b5132 14885
81ecdfbb
RW
14886case $ac_config_files in *"
14887"*) set x $ac_config_files; shift; ac_config_files=$*;;
14888esac
13b2be9c 14889
81ecdfbb
RW
14890case $ac_config_headers in *"
14891"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14892esac
252b5132 14893
252b5132 14894
81ecdfbb
RW
14895cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14896# Files that config.status was made for.
14897config_files="$ac_config_files"
14898config_headers="$ac_config_headers"
14899config_commands="$ac_config_commands"
d6d788bd 14900
81ecdfbb 14901_ACEOF
252b5132 14902
81ecdfbb 14903cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 14904ac_cs_usage="\
81ecdfbb
RW
14905\`$as_me' instantiates files and other configuration actions
14906from templates according to the current configuration. Unless the files
14907and actions are specified as TAGs, all are instantiated by default.
252b5132 14908
81ecdfbb 14909Usage: $0 [OPTION]... [TAG]...
252b5132 14910
13b2be9c 14911 -h, --help print this help, then exit
81ecdfbb
RW
14912 -V, --version print version number and configuration settings, then exit
14913 -q, --quiet, --silent
14914 do not print progress messages
13b2be9c
DJ
14915 -d, --debug don't remove temporary files
14916 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14917 --file=FILE[:TEMPLATE]
14918 instantiate the configuration file FILE
14919 --header=FILE[:TEMPLATE]
14920 instantiate the configuration header FILE
252b5132 14921
13b2be9c
DJ
14922Configuration files:
14923$config_files
252b5132 14924
13b2be9c
DJ
14925Configuration headers:
14926$config_headers
252b5132 14927
13b2be9c
DJ
14928Configuration commands:
14929$config_commands
252b5132 14930
81ecdfbb 14931Report bugs to the package provider."
d6d788bd 14932
81ecdfbb
RW
14933_ACEOF
14934cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c
DJ
14935ac_cs_version="\\
14936config.status
81ecdfbb
RW
14937configured by $0, generated by GNU Autoconf 2.64,
14938 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 14939
81ecdfbb 14940Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
14941This config.status script is free software; the Free Software Foundation
14942gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14943
14944ac_pwd='$ac_pwd'
14945srcdir='$srcdir'
14946INSTALL='$INSTALL'
14947MKDIR_P='$MKDIR_P'
14948AWK='$AWK'
14949test -n "\$AWK" || AWK=awk
13b2be9c 14950_ACEOF
d6d788bd 14951
81ecdfbb
RW
14952cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14953# The default lists apply if the user does not specify any file.
13b2be9c
DJ
14954ac_need_defaults=:
14955while test $# != 0
14956do
14957 case $1 in
14958 --*=*)
81ecdfbb
RW
14959 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14960 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 14961 ac_shift=:
c8615825 14962 ;;
81ecdfbb 14963 *)
13b2be9c
DJ
14964 ac_option=$1
14965 ac_optarg=$2
14966 ac_shift=shift
c8615825 14967 ;;
13b2be9c 14968 esac
252b5132 14969
13b2be9c
DJ
14970 case $ac_option in
14971 # Handling of the options.
13b2be9c
DJ
14972 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14973 ac_cs_recheck=: ;;
81ecdfbb
RW
14974 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14975 $as_echo "$ac_cs_version"; exit ;;
14976 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
14977 debug=: ;;
14978 --file | --fil | --fi | --f )
14979 $ac_shift
81ecdfbb
RW
14980 case $ac_optarg in
14981 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14982 esac
14983 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
14984 ac_need_defaults=false;;
14985 --header | --heade | --head | --hea )
14986 $ac_shift
81ecdfbb
RW
14987 case $ac_optarg in
14988 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14989 esac
14990 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 14991 ac_need_defaults=false;;
81ecdfbb
RW
14992 --he | --h)
14993 # Conflict between --help and --header
14994 as_fn_error "ambiguous option: \`$1'
14995Try \`$0 --help' for more information.";;
14996 --help | --hel | -h )
14997 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
14998 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14999 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15000 ac_cs_silent=: ;;
c8615825 15001
13b2be9c 15002 # This is an error.
81ecdfbb
RW
15003 -*) as_fn_error "unrecognized option: \`$1'
15004Try \`$0 --help' for more information." ;;
252b5132 15005
81ecdfbb
RW
15006 *) as_fn_append ac_config_targets " $1"
15007 ac_need_defaults=false ;;
252b5132 15008
13b2be9c
DJ
15009 esac
15010 shift
15011done
252b5132 15012
13b2be9c 15013ac_configure_extra_args=
d6d788bd 15014
13b2be9c
DJ
15015if $ac_cs_silent; then
15016 exec 6>/dev/null
15017 ac_configure_extra_args="$ac_configure_extra_args --silent"
15018fi
9b2b7d69 15019
13b2be9c 15020_ACEOF
81ecdfbb 15021cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15022if \$ac_cs_recheck; then
81ecdfbb
RW
15023 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15024 shift
15025 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15026 CONFIG_SHELL='$SHELL'
15027 export CONFIG_SHELL
15028 exec "\$@"
13b2be9c
DJ
15029fi
15030
15031_ACEOF
81ecdfbb
RW
15032cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15033exec 5>>config.log
15034{
15035 echo
15036 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15037## Running $as_me. ##
15038_ASBOX
15039 $as_echo "$ac_log"
15040} >&5
13b2be9c 15041
81ecdfbb
RW
15042_ACEOF
15043cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15044#
81ecdfbb 15045# INIT-COMMANDS
9b2b7d69 15046#
13b2be9c 15047AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15048
15049
15050# The HP-UX ksh and POSIX shell print the target directory to stdout
15051# if CDPATH is set.
15052(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15053
15054sed_quote_subst='$sed_quote_subst'
15055double_quote_subst='$double_quote_subst'
15056delay_variable_subst='$delay_variable_subst'
3725885a
RW
15057macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15058macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15059enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15060enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15061pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15062enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15063SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15064ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15065host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15066host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15067host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15068build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15069build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15070build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15071SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15072Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15073GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15074EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15075FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15076LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15077NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15078LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15079max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15080ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15081exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15082lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15083lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15084lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15085reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15086reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15087OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15088deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15089file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15090AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15091AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15092STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15093RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15094old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15095old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15096old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15097lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15098CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15099CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15100compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15101GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15102lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15103lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15104lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15105lt_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"`'
15106objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15107MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15108lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15109lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15110lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15111lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15112lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15113need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15114DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15115NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15116LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15117OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15118OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15119libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15120shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15121extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15122archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15123enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15124export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15125whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15126compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15127old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15128old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15129archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15130archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15131module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15132module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15133with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15134allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15135no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15136hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15137hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15138hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15139hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15140hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15141hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15142hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15143hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15144inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15145link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15146fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15147always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15148export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15149exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15150include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15151prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15152file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15153variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15154need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15155need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15156version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15157runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15158shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15159shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15160libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15161library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15162soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15163install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15164postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15165postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15166finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15167finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15168hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15169sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15170sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15171hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15172enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15173enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15174enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15175old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15176striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15177
15178LTCC='$LTCC'
15179LTCFLAGS='$LTCFLAGS'
15180compiler='$compiler_DEFAULT'
15181
3725885a
RW
15182# A function that is used when there is no print builtin or printf.
15183func_fallback_echo ()
15184{
15185 eval 'cat <<_LTECHO_EOF
15186\$1
15187_LTECHO_EOF'
15188}
15189
d7040cdb 15190# Quote evaled strings.
3725885a
RW
15191for var in SHELL \
15192ECHO \
15193SED \
d7040cdb
SE
15194GREP \
15195EGREP \
15196FGREP \
15197LD \
15198NM \
15199LN_S \
15200lt_SP2NL \
15201lt_NL2SP \
15202reload_flag \
718a6fd8 15203OBJDUMP \
d7040cdb
SE
15204deplibs_check_method \
15205file_magic_cmd \
15206AR \
15207AR_FLAGS \
15208STRIP \
15209RANLIB \
15210CC \
15211CFLAGS \
15212compiler \
15213lt_cv_sys_global_symbol_pipe \
15214lt_cv_sys_global_symbol_to_cdecl \
15215lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15216lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15217lt_prog_compiler_no_builtin_flag \
df7b86aa 15218lt_prog_compiler_wl \
f2c621e4 15219lt_prog_compiler_pic \
d7040cdb
SE
15220lt_prog_compiler_static \
15221lt_cv_prog_compiler_c_o \
15222need_locks \
718a6fd8
SE
15223DSYMUTIL \
15224NMEDIT \
15225LIPO \
15226OTOOL \
15227OTOOL64 \
d7040cdb
SE
15228shrext_cmds \
15229export_dynamic_flag_spec \
15230whole_archive_flag_spec \
15231compiler_needs_object \
15232with_gnu_ld \
15233allow_undefined_flag \
15234no_undefined_flag \
15235hardcode_libdir_flag_spec \
15236hardcode_libdir_flag_spec_ld \
15237hardcode_libdir_separator \
f2c621e4 15238fix_srcfile_path \
d7040cdb
SE
15239exclude_expsyms \
15240include_expsyms \
15241file_list_spec \
15242variables_saved_for_relink \
15243libname_spec \
15244library_names_spec \
15245soname_spec \
3725885a 15246install_override_mode \
d7040cdb
SE
15247finish_eval \
15248old_striplib \
15249striplib; do
3725885a 15250 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15251 *[\\\\\\\`\\"\\\$]*)
3725885a 15252 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15253 ;;
15254 *)
15255 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15256 ;;
15257 esac
15258done
15259
15260# Double-quote double-evaled strings.
15261for var in reload_cmds \
15262old_postinstall_cmds \
15263old_postuninstall_cmds \
15264old_archive_cmds \
15265extract_expsyms_cmds \
15266old_archive_from_new_cmds \
15267old_archive_from_expsyms_cmds \
15268archive_cmds \
15269archive_expsym_cmds \
15270module_cmds \
15271module_expsym_cmds \
15272export_symbols_cmds \
15273prelink_cmds \
15274postinstall_cmds \
15275postuninstall_cmds \
15276finish_cmds \
15277sys_lib_search_path_spec \
15278sys_lib_dlsearch_path_spec; do
3725885a 15279 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15280 *[\\\\\\\`\\"\\\$]*)
3725885a 15281 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15282 ;;
15283 *)
15284 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15285 ;;
15286 esac
15287done
15288
d7040cdb
SE
15289ac_aux_dir='$ac_aux_dir'
15290xsi_shell='$xsi_shell'
15291lt_shell_append='$lt_shell_append'
15292
15293# See if we are running on zsh, and set the options which allow our
15294# commands through without removal of \ escapes INIT.
15295if test -n "\${ZSH_VERSION+set}" ; then
15296 setopt NO_GLOB_SUBST
15297fi
15298
15299
15300 PACKAGE='$PACKAGE'
15301 VERSION='$VERSION'
15302 TIMESTAMP='$TIMESTAMP'
15303 RM='$RM'
15304 ofile='$ofile'
15305
15306
15307
20e95c23
DJ
15308# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15309 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15310 # from automake.
15311 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15312 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15313 LINGUAS="${LINGUAS-%UNSET%}"
15314
13b2be9c
DJ
15315target_cpu_type=${target_cpu_type}
15316 cgen_cpu_prefix=${cgen_cpu_prefix}
15317 obj_format=${obj_format}
15318 te_file=${te_file}
15319
15320_ACEOF
15321
81ecdfbb 15322cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15323
81ecdfbb 15324# Handling of arguments.
13b2be9c 15325for ac_config_target in $ac_config_targets
9b2b7d69 15326do
81ecdfbb
RW
15327 case $ac_config_target in
15328 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15329 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15330 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15331 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15332 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15333 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15334 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15335 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15336 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15337 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15338
15339 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15340 esac
15341done
15342
81ecdfbb 15343
13b2be9c
DJ
15344# If the user did not use the arguments to specify the items to instantiate,
15345# then the envvar interface is used. Set only those that are not.
15346# We use the long form for the default assignment because of an extremely
15347# bizarre bug on SunOS 4.1.3.
15348if $ac_need_defaults; then
15349 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15350 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15351 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15352fi
15353
15354# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15355# simply because there is no reason against having it here, and in addition,
13b2be9c 15356# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15357# Hook for its removal unless debugging.
15358# Note that there is a small window in which the directory will not be cleaned:
15359# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15360$debug ||
15361{
81ecdfbb
RW
15362 tmp=
15363 trap 'exit_status=$?
15364 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15365' 0
15366 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15367}
13b2be9c 15368# Create a (secure) tmp directory for tmp files.
9b2b7d69 15369
13b2be9c 15370{
81ecdfbb 15371 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13b2be9c
DJ
15372 test -n "$tmp" && test -d "$tmp"
15373} ||
15374{
81ecdfbb
RW
15375 tmp=./conf$$-$RANDOM
15376 (umask 077 && mkdir "$tmp")
15377} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15378
15379# Set up the scripts for CONFIG_FILES section.
15380# No need to generate them if there are no CONFIG_FILES.
15381# This happens for instance with `./config.status config.h'.
15382if test -n "$CONFIG_FILES"; then
15383
15384
15385ac_cr=`echo X | tr X '\015'`
15386# On cygwin, bash can eat \r inside `` if the user requested igncr.
15387# But we know of no other shell where ac_cr would be empty at this
15388# point, so we can use a bashism as a fallback.
15389if test "x$ac_cr" = x; then
15390 eval ac_cr=\$\'\\r\'
15391fi
15392ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15393if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15394 ac_cs_awk_cr='\r'
15395else
15396 ac_cs_awk_cr=$ac_cr
15397fi
15398
15399echo 'BEGIN {' >"$tmp/subs1.awk" &&
15400_ACEOF
15401
15402
15403{
15404 echo "cat >conf$$subs.awk <<_ACEOF" &&
15405 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15406 echo "_ACEOF"
15407} >conf$$subs.sh ||
15408 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15409ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15410ac_delim='%!_!# '
15411for ac_last_try in false false false false false :; do
15412 . ./conf$$subs.sh ||
15413 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15414
15415 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15416 if test $ac_delim_n = $ac_delim_num; then
15417 break
15418 elif $ac_last_try; then
15419 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15420 else
15421 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15422 fi
15423done
15424rm -f conf$$subs.sh
15425
15426cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15427cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15428_ACEOF
15429sed -n '
15430h
15431s/^/S["/; s/!.*/"]=/
15432p
15433g
15434s/^[^!]*!//
15435:repl
15436t repl
15437s/'"$ac_delim"'$//
15438t delim
15439:nl
15440h
15441s/\(.\{148\}\).*/\1/
15442t more1
15443s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15444p
15445n
15446b repl
15447:more1
15448s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15449p
15450g
15451s/.\{148\}//
15452t nl
15453:delim
15454h
15455s/\(.\{148\}\).*/\1/
15456t more2
15457s/["\\]/\\&/g; s/^/"/; s/$/"/
15458p
15459b
15460:more2
15461s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15462p
15463g
15464s/.\{148\}//
15465t delim
15466' <conf$$subs.awk | sed '
15467/^[^""]/{
15468 N
15469 s/\n//
15470}
15471' >>$CONFIG_STATUS || ac_write_fail=1
15472rm -f conf$$subs.awk
15473cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15474_ACAWK
15475cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15476 for (key in S) S_is_set[key] = 1
15477 FS = "\a"
15478
15479}
13b2be9c 15480{
81ecdfbb
RW
15481 line = $ 0
15482 nfields = split(line, field, "@")
15483 substed = 0
15484 len = length(field[1])
15485 for (i = 2; i < nfields; i++) {
15486 key = field[i]
15487 keylen = length(key)
15488 if (S_is_set[key]) {
15489 value = S[key]
15490 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15491 len += length(value) + length(field[++i])
15492 substed = 1
15493 } else
15494 len += 1 + keylen
15495 }
15496
15497 print line
13b2be9c 15498}
9b2b7d69 15499
81ecdfbb
RW
15500_ACAWK
15501_ACEOF
15502cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15503if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15504 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15505else
15506 cat
15507fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15508 || as_fn_error "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15509_ACEOF
15510
81ecdfbb
RW
15511# VPATH may cause trouble with some makes, so we remove $(srcdir),
15512# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15513# trailing colons and then remove the whole line if VPATH becomes empty
15514# (actually we leave an empty line to preserve line numbers).
15515if test "x$srcdir" = x.; then
15516 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15517s/:*\$(srcdir):*/:/
15518s/:*\${srcdir}:*/:/
15519s/:*@srcdir@:*/:/
15520s/^\([^=]*=[ ]*\):*/\1/
15521s/:*$//
15522s/^[^=]*=[ ]*$//
15523}'
15524fi
15525
15526cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15527fi # test -n "$CONFIG_FILES"
13b2be9c 15528
81ecdfbb
RW
15529# Set up the scripts for CONFIG_HEADERS section.
15530# No need to generate them if there are no CONFIG_HEADERS.
15531# This happens for instance with `./config.status Makefile'.
15532if test -n "$CONFIG_HEADERS"; then
15533cat >"$tmp/defines.awk" <<\_ACAWK ||
15534BEGIN {
15535_ACEOF
13b2be9c 15536
81ecdfbb
RW
15537# Transform confdefs.h into an awk script `defines.awk', embedded as
15538# here-document in config.status, that substitutes the proper values into
15539# config.h.in to produce config.h.
9b2b7d69 15540
81ecdfbb
RW
15541# Create a delimiter string that does not exist in confdefs.h, to ease
15542# handling of long lines.
15543ac_delim='%!_!# '
15544for ac_last_try in false false :; do
15545 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15546 if test -z "$ac_t"; then
15547 break
15548 elif $ac_last_try; then
15549 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15550 else
15551 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15552 fi
15553done
15554
15555# For the awk script, D is an array of macro values keyed by name,
15556# likewise P contains macro parameters if any. Preserve backslash
15557# newline sequences.
15558
15559ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15560sed -n '
15561s/.\{148\}/&'"$ac_delim"'/g
15562t rset
15563:rset
15564s/^[ ]*#[ ]*define[ ][ ]*/ /
15565t def
15566d
15567:def
15568s/\\$//
15569t bsnl
15570s/["\\]/\\&/g
15571s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15572D["\1"]=" \3"/p
15573s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15574d
15575:bsnl
15576s/["\\]/\\&/g
15577s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15578D["\1"]=" \3\\\\\\n"\\/p
15579t cont
15580s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15581t cont
15582d
15583:cont
15584n
15585s/.\{148\}/&'"$ac_delim"'/g
15586t clear
15587:clear
15588s/\\$//
15589t bsnlc
15590s/["\\]/\\&/g; s/^/"/; s/$/"/p
15591d
15592:bsnlc
15593s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15594b cont
15595' <confdefs.h | sed '
15596s/'"$ac_delim"'/"\\\
15597"/g' >>$CONFIG_STATUS || ac_write_fail=1
15598
15599cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15600 for (key in D) D_is_set[key] = 1
15601 FS = "\a"
15602}
15603/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15604 line = \$ 0
15605 split(line, arg, " ")
15606 if (arg[1] == "#") {
15607 defundef = arg[2]
15608 mac1 = arg[3]
15609 } else {
15610 defundef = substr(arg[1], 2)
15611 mac1 = arg[2]
15612 }
15613 split(mac1, mac2, "(") #)
15614 macro = mac2[1]
15615 prefix = substr(line, 1, index(line, defundef) - 1)
15616 if (D_is_set[macro]) {
15617 # Preserve the white space surrounding the "#".
15618 print prefix "define", macro P[macro] D[macro]
15619 next
15620 } else {
15621 # Replace #undef with comments. This is necessary, for example,
15622 # in the case of _POSIX_SOURCE, which is predefined and required
15623 # on some systems where configure will not decide to define it.
15624 if (defundef == "undef") {
15625 print "/*", prefix defundef, macro, "*/"
15626 next
15627 }
15628 }
15629}
15630{ print }
15631_ACAWK
13b2be9c 15632_ACEOF
81ecdfbb
RW
15633cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15634 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15635fi # test -n "$CONFIG_HEADERS"
13b2be9c 15636
81ecdfbb
RW
15637
15638eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15639shift
15640for ac_tag
15641do
15642 case $ac_tag in
15643 :[FHLC]) ac_mode=$ac_tag; continue;;
15644 esac
15645 case $ac_mode$ac_tag in
15646 :[FHL]*:*);;
15647 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15648 :[FH]-) ac_tag=-:-;;
15649 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15650 esac
15651 ac_save_IFS=$IFS
15652 IFS=:
15653 set x $ac_tag
15654 IFS=$ac_save_IFS
15655 shift
15656 ac_file=$1
15657 shift
15658
15659 case $ac_mode in
15660 :L) ac_source=$1;;
15661 :[FH])
15662 ac_file_inputs=
15663 for ac_f
15664 do
15665 case $ac_f in
15666 -) ac_f="$tmp/stdin";;
15667 *) # Look for the file first in the build tree, then in the source tree
15668 # (if the path is not absolute). The absolute path cannot be DOS-style,
15669 # because $ac_f cannot contain `:'.
15670 test -f "$ac_f" ||
15671 case $ac_f in
15672 [\\/$]*) false;;
15673 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15674 esac ||
15675 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15676 esac
15677 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15678 as_fn_append ac_file_inputs " '$ac_f'"
15679 done
15680
15681 # Let's still pretend it is `configure' which instantiates (i.e., don't
15682 # use $as_me), people would be surprised to read:
15683 # /* config.h. Generated by config.status. */
15684 configure_input='Generated from '`
15685 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15686 `' by configure.'
15687 if test x"$ac_file" != x-; then
15688 configure_input="$ac_file. $configure_input"
15689 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15690$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 15691 fi
81ecdfbb
RW
15692 # Neutralize special characters interpreted by sed in replacement strings.
15693 case $configure_input in #(
15694 *\&* | *\|* | *\\* )
15695 ac_sed_conf_input=`$as_echo "$configure_input" |
15696 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15697 *) ac_sed_conf_input=$configure_input;;
15698 esac
252b5132 15699
81ecdfbb
RW
15700 case $ac_tag in
15701 *:-:* | *:-) cat >"$tmp/stdin" \
15702 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15703 esac
15704 ;;
252b5132 15705 esac
9b2b7d69 15706
81ecdfbb 15707 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 15708$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15709 X"$ac_file" : 'X\(//\)[^/]' \| \
15710 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15711 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15712$as_echo X"$ac_file" |
15713 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15714 s//\1/
15715 q
15716 }
15717 /^X\(\/\/\)[^/].*/{
15718 s//\1/
15719 q
15720 }
15721 /^X\(\/\/\)$/{
15722 s//\1/
15723 q
15724 }
15725 /^X\(\/\).*/{
15726 s//\1/
15727 q
15728 }
15729 s/.*/./; q'`
15730 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
15731 ac_builddir=.
15732
81ecdfbb
RW
15733case "$ac_dir" in
15734.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15735*)
15736 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15737 # A ".." for each directory in $ac_dir_suffix.
15738 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15739 case $ac_top_builddir_sub in
15740 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15741 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15742 esac ;;
15743esac
15744ac_abs_top_builddir=$ac_pwd
15745ac_abs_builddir=$ac_pwd$ac_dir_suffix
15746# for backward compatibility:
15747ac_top_builddir=$ac_top_build_prefix
9b2b7d69 15748
13b2be9c 15749case $srcdir in
81ecdfbb 15750 .) # We are building in place.
13b2be9c 15751 ac_srcdir=.
81ecdfbb
RW
15752 ac_top_srcdir=$ac_top_builddir_sub
15753 ac_abs_top_srcdir=$ac_pwd ;;
15754 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 15755 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15756 ac_top_srcdir=$srcdir
15757 ac_abs_top_srcdir=$srcdir ;;
15758 *) # Relative name.
15759 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15760 ac_top_srcdir=$ac_top_build_prefix$srcdir
15761 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 15762esac
81ecdfbb 15763ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 15764
252b5132 15765
81ecdfbb
RW
15766 case $ac_mode in
15767 :F)
15768 #
15769 # CONFIG_FILE
15770 #
9b2b7d69 15771
13b2be9c
DJ
15772 case $INSTALL in
15773 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15774 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15775 esac
15776 ac_MKDIR_P=$MKDIR_P
15777 case $MKDIR_P in
15778 [\\/$]* | ?:[\\/]* ) ;;
15779 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 15780 esac
81ecdfbb 15781_ACEOF
9b2b7d69 15782
81ecdfbb
RW
15783cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15784# If the template does not know about datarootdir, expand it.
15785# FIXME: This hack should be removed a few years after 2.60.
15786ac_datarootdir_hack=; ac_datarootdir_seen=
15787ac_sed_dataroot='
15788/datarootdir/ {
15789 p
15790 q
15791}
15792/@datadir@/p
15793/@docdir@/p
15794/@infodir@/p
15795/@localedir@/p
15796/@mandir@/p'
15797case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15798*datarootdir*) ac_datarootdir_seen=yes;;
15799*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15801$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15802_ACEOF
15803cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15804 ac_datarootdir_hack='
15805 s&@datadir@&$datadir&g
15806 s&@docdir@&$docdir&g
15807 s&@infodir@&$infodir&g
15808 s&@localedir@&$localedir&g
15809 s&@mandir@&$mandir&g
15810 s&\\\${datarootdir}&$datarootdir&g' ;;
15811esac
13b2be9c 15812_ACEOF
81ecdfbb
RW
15813
15814# Neutralize VPATH when `$srcdir' = `.'.
15815# Shell code in configure.ac might set extrasub.
15816# FIXME: do we really want to maintain this feature?
15817cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15818ac_sed_extra="$ac_vpsub
13b2be9c
DJ
15819$extrasub
15820_ACEOF
81ecdfbb 15821cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
15822:t
15823/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15824s|@configure_input@|$ac_sed_conf_input|;t t
15825s&@top_builddir@&$ac_top_builddir_sub&;t t
15826s&@top_build_prefix@&$ac_top_build_prefix&;t t
15827s&@srcdir@&$ac_srcdir&;t t
15828s&@abs_srcdir@&$ac_abs_srcdir&;t t
15829s&@top_srcdir@&$ac_top_srcdir&;t t
15830s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15831s&@builddir@&$ac_builddir&;t t
15832s&@abs_builddir@&$ac_abs_builddir&;t t
15833s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15834s&@INSTALL@&$ac_INSTALL&;t t
15835s&@MKDIR_P@&$ac_MKDIR_P&;t t
15836$ac_datarootdir_hack
15837"
15838eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15839 || as_fn_error "could not create $ac_file" "$LINENO" 5
15840
15841test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15842 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15843 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15845which seems to be undefined. Please make sure it is defined." >&5
15846$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15847which seems to be undefined. Please make sure it is defined." >&2;}
15848
15849 rm -f "$tmp/stdin"
13b2be9c 15850 case $ac_file in
81ecdfbb
RW
15851 -) cat "$tmp/out" && rm -f "$tmp/out";;
15852 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15853 esac \
15854 || as_fn_error "could not create $ac_file" "$LINENO" 5
15855 ;;
15856 :H)
15857 #
15858 # CONFIG_HEADER
15859 #
13b2be9c 15860 if test x"$ac_file" != x-; then
81ecdfbb
RW
15861 {
15862 $as_echo "/* $configure_input */" \
15863 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15864 } >"$tmp/config.h" \
15865 || as_fn_error "could not create $ac_file" "$LINENO" 5
15866 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15867 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15868$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 15869 else
81ecdfbb
RW
15870 rm -f "$ac_file"
15871 mv "$tmp/config.h" "$ac_file" \
15872 || as_fn_error "could not create $ac_file" "$LINENO" 5
9b2b7d69 15873 fi
13b2be9c 15874 else
81ecdfbb
RW
15875 $as_echo "/* $configure_input */" \
15876 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15877 || as_fn_error "could not create -" "$LINENO" 5
9b2b7d69 15878 fi
81ecdfbb
RW
15879# Compute "$ac_file"'s index in $config_headers.
15880_am_arg="$ac_file"
13b2be9c
DJ
15881_am_stamp_count=1
15882for _am_header in $config_headers :; do
15883 case $_am_header in
81ecdfbb 15884 $_am_arg | $_am_arg:* )
13b2be9c
DJ
15885 break ;;
15886 * )
15887 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15888 esac
15889done
81ecdfbb
RW
15890echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15891$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15892 X"$_am_arg" : 'X\(//\)[^/]' \| \
15893 X"$_am_arg" : 'X\(//\)$' \| \
15894 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15895$as_echo X"$_am_arg" |
15896 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15897 s//\1/
15898 q
15899 }
15900 /^X\(\/\/\)[^/].*/{
15901 s//\1/
15902 q
15903 }
15904 /^X\(\/\/\)$/{
15905 s//\1/
15906 q
15907 }
15908 /^X\(\/\).*/{
15909 s//\1/
15910 q
15911 }
15912 s/.*/./; q'`/stamp-h$_am_stamp_count
15913 ;;
ab509236 15914
81ecdfbb
RW
15915 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15916$as_echo "$as_me: executing $ac_file commands" >&6;}
15917 ;;
15918 esac
13b2be9c
DJ
15919
15920
81ecdfbb
RW
15921 case $ac_file$ac_mode in
15922 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15923 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15924 # are listed without --file. Let's play safe and only enable the eval
15925 # if we detect the quoting.
15926 case $CONFIG_FILES in
15927 *\'*) eval set x "$CONFIG_FILES" ;;
15928 *) set x $CONFIG_FILES ;;
15929 esac
15930 shift
15931 for mf
15932 do
15933 # Strip MF so we end up with the name of the file.
15934 mf=`echo "$mf" | sed -e 's/:.*$//'`
15935 # Check whether this is an Automake generated Makefile or not.
15936 # We used to match only the files named `Makefile.in', but
15937 # some people rename them; so instead we look at the file content.
15938 # Grep'ing the first line is not enough: some people post-process
15939 # each Makefile.in and add a new line on top of each file to say so.
15940 # Grep'ing the whole file is not good either: AIX grep has a line
15941 # limit of 2048, but all sed's we know have understand at least 4000.
15942 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15943 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 15944$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15945 X"$mf" : 'X\(//\)[^/]' \| \
15946 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
15947 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15948$as_echo X"$mf" |
15949 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15950 s//\1/
15951 q
15952 }
15953 /^X\(\/\/\)[^/].*/{
15954 s//\1/
15955 q
15956 }
15957 /^X\(\/\/\)$/{
15958 s//\1/
15959 q
15960 }
15961 /^X\(\/\).*/{
15962 s//\1/
15963 q
15964 }
15965 s/.*/./; q'`
15966 else
15967 continue
15968 fi
15969 # Extract the definition of DEPDIR, am__include, and am__quote
15970 # from the Makefile without running `make'.
15971 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15972 test -z "$DEPDIR" && continue
15973 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15974 test -z "am__include" && continue
15975 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15976 # When using ansi2knr, U may be empty or an underscore; expand it
15977 U=`sed -n 's/^U = //p' < "$mf"`
15978 # Find all dependency output files, they are included files with
15979 # $(DEPDIR) in their names. We invoke sed twice because it is the
15980 # simplest approach to changing $(DEPDIR) to its actual value in the
15981 # expansion.
15982 for file in `sed -n "
15983 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15984 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15985 # Make sure the directory exists.
15986 test -f "$dirpart/$file" && continue
15987 fdir=`$as_dirname -- "$file" ||
13b2be9c 15988$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15989 X"$file" : 'X\(//\)[^/]' \| \
15990 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
15991 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15992$as_echo X"$file" |
15993 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15994 s//\1/
15995 q
15996 }
15997 /^X\(\/\/\)[^/].*/{
15998 s//\1/
15999 q
16000 }
16001 /^X\(\/\/\)$/{
16002 s//\1/
16003 q
16004 }
16005 /^X\(\/\).*/{
16006 s//\1/
16007 q
16008 }
16009 s/.*/./; q'`
16010 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16011 # echo "creating $dirpart/$file"
16012 echo '# dummy' > "$dirpart/$file"
13b2be9c 16013 done
13b2be9c 16014 done
81ecdfbb 16015}
d7040cdb 16016 ;;
81ecdfbb 16017 "libtool":C)
d7040cdb
SE
16018
16019 # See if we are running on zsh, and set the options which allow our
16020 # commands through without removal of \ escapes.
16021 if test -n "${ZSH_VERSION+set}" ; then
16022 setopt NO_GLOB_SUBST
16023 fi
16024
16025 cfgfile="${ofile}T"
16026 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16027 $RM "$cfgfile"
16028
16029 cat <<_LT_EOF >> "$cfgfile"
16030#! $SHELL
16031
16032# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16033# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16034# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16035# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16036#
718a6fd8 16037# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16038# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16039# Written by Gordon Matzigkeit, 1996
d7040cdb 16040#
718a6fd8 16041# This file is part of GNU Libtool.
d7040cdb 16042#
718a6fd8
SE
16043# GNU Libtool is free software; you can redistribute it and/or
16044# modify it under the terms of the GNU General Public License as
16045# published by the Free Software Foundation; either version 2 of
16046# the License, or (at your option) any later version.
d7040cdb 16047#
718a6fd8
SE
16048# As a special exception to the GNU General Public License,
16049# if you distribute this file as part of a program or library that
16050# is built using GNU Libtool, you may include this file under the
16051# same distribution terms that you use for the rest of that program.
d7040cdb 16052#
718a6fd8
SE
16053# GNU Libtool is distributed in the hope that it will be useful,
16054# but WITHOUT ANY WARRANTY; without even the implied warranty of
16055# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16056# GNU General Public License for more details.
d7040cdb 16057#
718a6fd8
SE
16058# You should have received a copy of the GNU General Public License
16059# along with GNU Libtool; see the file COPYING. If not, a copy
16060# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16061# obtained by writing to the Free Software Foundation, Inc.,
16062# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16063
16064
16065# The names of the tagged configurations supported by this script.
16066available_tags=""
16067
16068# ### BEGIN LIBTOOL CONFIG
16069
16070# Which release of libtool.m4 was used?
16071macro_version=$macro_version
16072macro_revision=$macro_revision
16073
16074# Whether or not to build shared libraries.
16075build_libtool_libs=$enable_shared
16076
16077# Whether or not to build static libraries.
16078build_old_libs=$enable_static
16079
16080# What type of objects to build.
16081pic_mode=$pic_mode
16082
16083# Whether or not to optimize for fast installation.
16084fast_install=$enable_fast_install
16085
3725885a
RW
16086# Shell to use when invoking shell scripts.
16087SHELL=$lt_SHELL
16088
16089# An echo program that protects backslashes.
16090ECHO=$lt_ECHO
16091
d7040cdb
SE
16092# The host system.
16093host_alias=$host_alias
16094host=$host
16095host_os=$host_os
16096
16097# The build system.
16098build_alias=$build_alias
16099build=$build
16100build_os=$build_os
16101
16102# A sed program that does not truncate output.
16103SED=$lt_SED
16104
16105# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16106Xsed="\$SED -e 1s/^X//"
16107
16108# A grep program that handles long lines.
16109GREP=$lt_GREP
16110
16111# An ERE matcher.
16112EGREP=$lt_EGREP
16113
16114# A literal string matcher.
16115FGREP=$lt_FGREP
16116
16117# A BSD- or MS-compatible name lister.
16118NM=$lt_NM
16119
16120# Whether we need soft or hard links.
16121LN_S=$lt_LN_S
16122
16123# What is the maximum length of a command?
16124max_cmd_len=$max_cmd_len
16125
16126# Object file suffix (normally "o").
16127objext=$ac_objext
16128
16129# Executable file suffix (normally "").
16130exeext=$exeext
16131
16132# whether the shell understands "unset".
16133lt_unset=$lt_unset
16134
16135# turn spaces into newlines.
16136SP2NL=$lt_lt_SP2NL
16137
16138# turn newlines into spaces.
16139NL2SP=$lt_lt_NL2SP
16140
718a6fd8
SE
16141# An object symbol dumper.
16142OBJDUMP=$lt_OBJDUMP
16143
d7040cdb
SE
16144# Method to check whether dependent libraries are shared objects.
16145deplibs_check_method=$lt_deplibs_check_method
16146
f2c621e4 16147# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16148file_magic_cmd=$lt_file_magic_cmd
16149
16150# The archiver.
16151AR=$lt_AR
16152AR_FLAGS=$lt_AR_FLAGS
16153
16154# A symbol stripping program.
16155STRIP=$lt_STRIP
16156
16157# Commands used to install an old-style archive.
16158RANLIB=$lt_RANLIB
16159old_postinstall_cmds=$lt_old_postinstall_cmds
16160old_postuninstall_cmds=$lt_old_postuninstall_cmds
16161
3725885a
RW
16162# Whether to use a lock for old archive extraction.
16163lock_old_archive_extraction=$lock_old_archive_extraction
16164
d7040cdb
SE
16165# A C compiler.
16166LTCC=$lt_CC
16167
16168# LTCC compiler flags.
16169LTCFLAGS=$lt_CFLAGS
16170
16171# Take the output of nm and produce a listing of raw symbols and C names.
16172global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16173
16174# Transform the output of nm in a proper C declaration.
16175global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16176
16177# Transform the output of nm in a C name address pair.
16178global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16179
718a6fd8
SE
16180# Transform the output of nm in a C name address pair when lib prefix is needed.
16181global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16182
d7040cdb
SE
16183# The name of the directory that contains temporary libtool files.
16184objdir=$objdir
16185
d7040cdb
SE
16186# Used to examine libraries when file_magic_cmd begins with "file".
16187MAGIC_CMD=$MAGIC_CMD
16188
16189# Must we lock files when doing compilation?
16190need_locks=$lt_need_locks
16191
718a6fd8
SE
16192# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16193DSYMUTIL=$lt_DSYMUTIL
16194
16195# Tool to change global to local symbols on Mac OS X.
16196NMEDIT=$lt_NMEDIT
16197
16198# Tool to manipulate fat objects and archives on Mac OS X.
16199LIPO=$lt_LIPO
16200
16201# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16202OTOOL=$lt_OTOOL
16203
16204# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16205OTOOL64=$lt_OTOOL64
16206
d7040cdb
SE
16207# Old archive suffix (normally "a").
16208libext=$libext
16209
16210# Shared library suffix (normally ".so").
16211shrext_cmds=$lt_shrext_cmds
16212
16213# The commands to extract the exported symbol list from a shared archive.
16214extract_expsyms_cmds=$lt_extract_expsyms_cmds
16215
16216# Variables whose values should be saved in libtool wrapper scripts and
16217# restored at link time.
16218variables_saved_for_relink=$lt_variables_saved_for_relink
16219
16220# Do we need the "lib" prefix for modules?
16221need_lib_prefix=$need_lib_prefix
16222
16223# Do we need a version for libraries?
16224need_version=$need_version
16225
16226# Library versioning type.
16227version_type=$version_type
16228
16229# Shared library runtime path variable.
16230runpath_var=$runpath_var
16231
16232# Shared library path variable.
16233shlibpath_var=$shlibpath_var
16234
16235# Is shlibpath searched before the hard-coded library search path?
16236shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16237
16238# Format of library name prefix.
16239libname_spec=$lt_libname_spec
16240
16241# List of archive names. First name is the real one, the rest are links.
16242# The last name is the one that the linker finds with -lNAME
16243library_names_spec=$lt_library_names_spec
16244
16245# The coded name of the library, if different from the real name.
16246soname_spec=$lt_soname_spec
16247
3725885a
RW
16248# Permission mode override for installation of shared libraries.
16249install_override_mode=$lt_install_override_mode
16250
d7040cdb
SE
16251# Command to use after installation of a shared archive.
16252postinstall_cmds=$lt_postinstall_cmds
16253
16254# Command to use after uninstallation of a shared archive.
16255postuninstall_cmds=$lt_postuninstall_cmds
16256
16257# Commands used to finish a libtool library installation in a directory.
16258finish_cmds=$lt_finish_cmds
16259
16260# As "finish_cmds", except a single script fragment to be evaled but
16261# not shown.
16262finish_eval=$lt_finish_eval
16263
16264# Whether we should hardcode library paths into libraries.
16265hardcode_into_libs=$hardcode_into_libs
16266
16267# Compile-time system search path for libraries.
16268sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16269
16270# Run-time system search path for libraries.
16271sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16272
16273# Whether dlopen is supported.
16274dlopen_support=$enable_dlopen
16275
16276# Whether dlopen of programs is supported.
16277dlopen_self=$enable_dlopen_self
16278
16279# Whether dlopen of statically linked programs is supported.
16280dlopen_self_static=$enable_dlopen_self_static
16281
16282# Commands to strip libraries.
16283old_striplib=$lt_old_striplib
16284striplib=$lt_striplib
16285
16286
16287# The linker used to build libraries.
16288LD=$lt_LD
16289
3725885a
RW
16290# How to create reloadable object files.
16291reload_flag=$lt_reload_flag
16292reload_cmds=$lt_reload_cmds
16293
d7040cdb
SE
16294# Commands used to build an old-style archive.
16295old_archive_cmds=$lt_old_archive_cmds
16296
16297# A language specific compiler.
16298CC=$lt_compiler
16299
16300# Is the compiler the GNU compiler?
16301with_gcc=$GCC
16302
16303# Compiler flag to turn off builtin functions.
16304no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16305
df7b86aa
NC
16306# How to pass a linker flag through the compiler.
16307wl=$lt_lt_prog_compiler_wl
16308
f2c621e4
AS
16309# Additional compiler flags for building library objects.
16310pic_flag=$lt_lt_prog_compiler_pic
16311
d7040cdb
SE
16312# Compiler flag to prevent dynamic linking.
16313link_static_flag=$lt_lt_prog_compiler_static
16314
16315# Does compiler simultaneously support -c and -o options?
16316compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16317
16318# Whether or not to add -lc for building shared libraries.
16319build_libtool_need_lc=$archive_cmds_need_lc
16320
16321# Whether or not to disallow shared libs when runtime libs are static.
16322allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16323
16324# Compiler flag to allow reflexive dlopens.
16325export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16326
16327# Compiler flag to generate shared objects directly from archives.
16328whole_archive_flag_spec=$lt_whole_archive_flag_spec
16329
16330# Whether the compiler copes with passing no objects directly.
16331compiler_needs_object=$lt_compiler_needs_object
16332
16333# Create an old-style archive from a shared archive.
16334old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16335
16336# Create a temporary old-style archive to link instead of a shared archive.
16337old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16338
16339# Commands used to build a shared archive.
16340archive_cmds=$lt_archive_cmds
16341archive_expsym_cmds=$lt_archive_expsym_cmds
16342
16343# Commands used to build a loadable module if different from building
16344# a shared archive.
16345module_cmds=$lt_module_cmds
16346module_expsym_cmds=$lt_module_expsym_cmds
16347
16348# Whether we are building with GNU ld or not.
16349with_gnu_ld=$lt_with_gnu_ld
16350
16351# Flag that allows shared libraries with undefined symbols to be built.
16352allow_undefined_flag=$lt_allow_undefined_flag
16353
16354# Flag that enforces no undefined symbols.
16355no_undefined_flag=$lt_no_undefined_flag
16356
16357# Flag to hardcode \$libdir into a binary during linking.
16358# This must work even if \$libdir does not exist
16359hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16360
16361# If ld is used when linking, flag to hardcode \$libdir into a binary
16362# during linking. This must work even if \$libdir does not exist.
16363hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16364
16365# Whether we need a single "-rpath" flag with a separated argument.
16366hardcode_libdir_separator=$lt_hardcode_libdir_separator
16367
16368# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16369# DIR into the resulting binary.
16370hardcode_direct=$hardcode_direct
16371
16372# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16373# DIR into the resulting binary and the resulting library dependency is
16374# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16375# library is relocated.
16376hardcode_direct_absolute=$hardcode_direct_absolute
16377
16378# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16379# into the resulting binary.
16380hardcode_minus_L=$hardcode_minus_L
16381
16382# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16383# into the resulting binary.
16384hardcode_shlibpath_var=$hardcode_shlibpath_var
16385
16386# Set to "yes" if building a shared library automatically hardcodes DIR
16387# into the library and all subsequent libraries and executables linked
16388# against it.
16389hardcode_automatic=$hardcode_automatic
16390
16391# Set to yes if linker adds runtime paths of dependent libraries
16392# to runtime path list.
16393inherit_rpath=$inherit_rpath
16394
16395# Whether libtool must link a program against all its dependency libraries.
16396link_all_deplibs=$link_all_deplibs
16397
f2c621e4
AS
16398# Fix the shell variable \$srcfile for the compiler.
16399fix_srcfile_path=$lt_fix_srcfile_path
16400
d7040cdb
SE
16401# Set to "yes" if exported symbols are required.
16402always_export_symbols=$always_export_symbols
16403
16404# The commands to list exported symbols.
16405export_symbols_cmds=$lt_export_symbols_cmds
16406
16407# Symbols that should not be listed in the preloaded symbols.
16408exclude_expsyms=$lt_exclude_expsyms
16409
16410# Symbols that must always be exported.
16411include_expsyms=$lt_include_expsyms
16412
16413# Commands necessary for linking programs (against libraries) with templates.
16414prelink_cmds=$lt_prelink_cmds
16415
16416# Specify filename containing input files.
16417file_list_spec=$lt_file_list_spec
16418
16419# How to hardcode a shared library path into an executable.
16420hardcode_action=$hardcode_action
16421
16422# ### END LIBTOOL CONFIG
16423
16424_LT_EOF
16425
16426 case $host_os in
16427 aix3*)
16428 cat <<\_LT_EOF >> "$cfgfile"
16429# AIX sometimes has problems with the GCC collect2 program. For some
16430# reason, if we set the COLLECT_NAMES environment variable, the problems
16431# vanish in a puff of smoke.
16432if test "X${COLLECT_NAMES+set}" != Xset; then
16433 COLLECT_NAMES=
16434 export COLLECT_NAMES
16435fi
16436_LT_EOF
16437 ;;
16438 esac
16439
16440
16441ltmain="$ac_aux_dir/ltmain.sh"
16442
16443
16444 # We use sed instead of cat because bash on DJGPP gets confused if
16445 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16446 # text mode, it properly converts lines to CR/LF. This bash problem
16447 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16448 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16449 || (rm -f "$cfgfile"; exit 1)
16450
16451 case $xsi_shell in
16452 yes)
16453 cat << \_LT_EOF >> "$cfgfile"
16454
16455# func_dirname file append nondir_replacement
16456# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16457# otherwise set result to NONDIR_REPLACEMENT.
16458func_dirname ()
16459{
16460 case ${1} in
16461 */*) func_dirname_result="${1%/*}${2}" ;;
16462 * ) func_dirname_result="${3}" ;;
16463 esac
16464}
16465
16466# func_basename file
16467func_basename ()
16468{
16469 func_basename_result="${1##*/}"
16470}
16471
16472# func_dirname_and_basename file append nondir_replacement
16473# perform func_basename and func_dirname in a single function
16474# call:
16475# dirname: Compute the dirname of FILE. If nonempty,
16476# add APPEND to the result, otherwise set result
16477# to NONDIR_REPLACEMENT.
16478# value returned in "$func_dirname_result"
16479# basename: Compute filename of FILE.
16480# value retuned in "$func_basename_result"
16481# Implementation must be kept synchronized with func_dirname
16482# and func_basename. For efficiency, we do not delegate to
16483# those functions but instead duplicate the functionality here.
16484func_dirname_and_basename ()
16485{
16486 case ${1} in
16487 */*) func_dirname_result="${1%/*}${2}" ;;
16488 * ) func_dirname_result="${3}" ;;
16489 esac
16490 func_basename_result="${1##*/}"
16491}
16492
16493# func_stripname prefix suffix name
16494# strip PREFIX and SUFFIX off of NAME.
16495# PREFIX and SUFFIX must not contain globbing or regex special
16496# characters, hashes, percent signs, but SUFFIX may contain a leading
16497# dot (in which case that matches only a dot).
16498func_stripname ()
16499{
16500 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16501 # positional parameters, so assign one to ordinary parameter first.
16502 func_stripname_result=${3}
16503 func_stripname_result=${func_stripname_result#"${1}"}
16504 func_stripname_result=${func_stripname_result%"${2}"}
16505}
16506
16507# func_opt_split
16508func_opt_split ()
16509{
16510 func_opt_split_opt=${1%%=*}
16511 func_opt_split_arg=${1#*=}
16512}
16513
16514# func_lo2o object
16515func_lo2o ()
16516{
16517 case ${1} in
16518 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16519 *) func_lo2o_result=${1} ;;
16520 esac
16521}
16522
16523# func_xform libobj-or-source
16524func_xform ()
16525{
16526 func_xform_result=${1%.*}.lo
16527}
16528
16529# func_arith arithmetic-term...
16530func_arith ()
16531{
16532 func_arith_result=$(( $* ))
16533}
16534
16535# func_len string
16536# STRING may not start with a hyphen.
16537func_len ()
16538{
16539 func_len_result=${#1}
16540}
16541
16542_LT_EOF
16543 ;;
16544 *) # Bourne compatible functions.
16545 cat << \_LT_EOF >> "$cfgfile"
16546
16547# func_dirname file append nondir_replacement
16548# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16549# otherwise set result to NONDIR_REPLACEMENT.
16550func_dirname ()
16551{
16552 # Extract subdirectory from the argument.
16553 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16554 if test "X$func_dirname_result" = "X${1}"; then
16555 func_dirname_result="${3}"
16556 else
16557 func_dirname_result="$func_dirname_result${2}"
16558 fi
16559}
16560
16561# func_basename file
16562func_basename ()
16563{
16564 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16565}
16566
16567
16568# func_stripname prefix suffix name
16569# strip PREFIX and SUFFIX off of NAME.
16570# PREFIX and SUFFIX must not contain globbing or regex special
16571# characters, hashes, percent signs, but SUFFIX may contain a leading
16572# dot (in which case that matches only a dot).
16573# func_strip_suffix prefix name
16574func_stripname ()
16575{
16576 case ${2} in
16577 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16578 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16579 esac
16580}
16581
16582# sed scripts:
16583my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16584my_sed_long_arg='1s/^-[^=]*=//'
16585
16586# func_opt_split
16587func_opt_split ()
16588{
16589 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16590 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16591}
16592
16593# func_lo2o object
16594func_lo2o ()
16595{
16596 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16597}
16598
16599# func_xform libobj-or-source
16600func_xform ()
16601{
16602 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16603}
16604
16605# func_arith arithmetic-term...
16606func_arith ()
16607{
16608 func_arith_result=`expr "$@"`
16609}
16610
16611# func_len string
16612# STRING may not start with a hyphen.
16613func_len ()
16614{
16615 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16616}
16617
16618_LT_EOF
16619esac
16620
16621case $lt_shell_append in
16622 yes)
16623 cat << \_LT_EOF >> "$cfgfile"
16624
16625# func_append var value
16626# Append VALUE to the end of shell variable VAR.
16627func_append ()
16628{
16629 eval "$1+=\$2"
16630}
16631_LT_EOF
16632 ;;
16633 *)
16634 cat << \_LT_EOF >> "$cfgfile"
16635
16636# func_append var value
16637# Append VALUE to the end of shell variable VAR.
16638func_append ()
16639{
16640 eval "$1=\$$1\$2"
16641}
16642
16643_LT_EOF
16644 ;;
16645 esac
16646
16647
16648 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16649 || (rm -f "$cfgfile"; exit 1)
16650
16651 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16652 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16653 chmod +x "$ofile"
16654
13b2be9c 16655 ;;
81ecdfbb 16656 "default-1":C)
20e95c23
DJ
16657 for ac_file in $CONFIG_FILES; do
16658 # Support "outfile[:infile[:infile...]]"
16659 case "$ac_file" in
16660 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16661 esac
16662 # PO directories have a Makefile.in generated from Makefile.in.in.
16663 case "$ac_file" in */Makefile.in)
16664 # Adjust a relative srcdir.
16665 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16666 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16667 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16668 # In autoconf-2.13 it is called $ac_given_srcdir.
16669 # In autoconf-2.50 it is called $srcdir.
16670 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16671 case "$ac_given_srcdir" in
16672 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16673 /*) top_srcdir="$ac_given_srcdir" ;;
16674 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16675 esac
16676 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16677 rm -f "$ac_dir/POTFILES"
16678 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16679 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16680 POMAKEFILEDEPS="POTFILES.in"
16681 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16682 # on $ac_dir but don't depend on user-specified configuration
16683 # parameters.
16684 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16685 # The LINGUAS file contains the set of available languages.
16686 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16687 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16688 fi
16689 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16690 # Hide the ALL_LINGUAS assigment from automake.
16691 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16692 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16693 else
16694 # The set of available languages was given in configure.in.
16695 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16696 fi
16697 case "$ac_given_srcdir" in
16698 .) srcdirpre= ;;
16699 *) srcdirpre='$(srcdir)/' ;;
16700 esac
16701 POFILES=
16702 GMOFILES=
16703 UPDATEPOFILES=
16704 DUMMYPOFILES=
16705 for lang in $ALL_LINGUAS; do
16706 POFILES="$POFILES $srcdirpre$lang.po"
16707 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16708 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16709 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16710 done
16711 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16712 # environment variable.
16713 INST_LINGUAS=
16714 if test -n "$ALL_LINGUAS"; then
16715 for presentlang in $ALL_LINGUAS; do
16716 useit=no
16717 if test "%UNSET%" != "$LINGUAS"; then
16718 desiredlanguages="$LINGUAS"
16719 else
16720 desiredlanguages="$ALL_LINGUAS"
16721 fi
16722 for desiredlang in $desiredlanguages; do
16723 # Use the presentlang catalog if desiredlang is
16724 # a. equal to presentlang, or
16725 # b. a variant of presentlang (because in this case,
16726 # presentlang can be used as a fallback for messages
16727 # which are not translated in the desiredlang catalog).
16728 case "$desiredlang" in
16729 "$presentlang"*) useit=yes;;
16730 esac
16731 done
16732 if test $useit = yes; then
16733 INST_LINGUAS="$INST_LINGUAS $presentlang"
16734 fi
16735 done
16736 fi
16737 CATALOGS=
16738 if test -n "$INST_LINGUAS"; then
16739 for lang in $INST_LINGUAS; do
16740 CATALOGS="$CATALOGS $lang.gmo"
16741 done
16742 fi
16743 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16744 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"
16745 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16746 if test -f "$f"; then
16747 case "$f" in
16748 *.orig | *.bak | *~) ;;
16749 *) cat "$f" >> "$ac_dir/Makefile" ;;
16750 esac
16751 fi
16752 done
16753 fi
16754 ;;
16755 esac
16756 done ;;
81ecdfbb 16757 "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
16758 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16759 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16760 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16761 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16762 if test "x$cgen_cpu_prefix" != x ; then
16763 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 16764 fi ;;
81ecdfbb 16765
13b2be9c 16766 esac
81ecdfbb 16767done # for ac_tag
13b2be9c 16768
13b2be9c 16769
81ecdfbb 16770as_fn_exit 0
13b2be9c 16771_ACEOF
13b2be9c
DJ
16772ac_clean_files=$ac_clean_files_save
16773
81ecdfbb
RW
16774test $ac_write_fail = 0 ||
16775 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16776
13b2be9c
DJ
16777
16778# configure is writing to config.log, and then calls config.status.
16779# config.status does its own redirection, appending to config.log.
16780# Unfortunately, on DOS this fails, as config.log is still kept open
16781# by configure, so config.status won't be able to write to it; its
16782# output is simply discarded. So we exec the FD to /dev/null,
16783# effectively closing config.log, so it can be properly (re)opened and
16784# appended to by config.status. When coming back to configure, we
16785# need to make the FD available again.
16786if test "$no_create" != yes; then
16787 ac_cs_success=:
16788 ac_config_status_args=
16789 test "$silent" = yes &&
16790 ac_config_status_args="$ac_config_status_args --quiet"
16791 exec 5>/dev/null
16792 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16793 exec 5>>config.log
16794 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16795 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16796 $ac_cs_success || as_fn_exit $?
16797fi
16798if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16800$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 16801fi
252b5132 16802
This page took 1.745612 seconds and 4 git commands to generate.