]> git.ipfire.org Git - thirdparty/gcc.git/blame - libquadmath/configure
Don't build readline/libreadline.a, when --with-system-readline is supplied
[thirdparty/gcc.git] / libquadmath / configure
CommitLineData
1ec601bf
FXC
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
22e05272
JM
3# Generated by GNU Autoconf 2.69 for GCC Quad-precision Math Library 0.1.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
1ec601bf 7#
1ec601bf
FXC
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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.
22e05272 90as_myself=
1ec601bf
FXC
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
22e05272
JM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
1ec601bf
FXC
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
22e05272
JM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
1ec601bf
FXC
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
1d92226b 199test \$(( 1 + 1 )) = 2 || exit 1
1ec601bf
FXC
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
1d92226b 207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
1ec601bf
FXC
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
22e05272
JM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
1ec601bf
FXC
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279 fi
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1ec601bf
FXC
364
365
366} # as_fn_mkdir_p
22e05272
JM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
1ec601bf
FXC
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
22e05272
JM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
1ec601bf
FXC
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 415# script with STATUS, using 1 if that was 0.
1ec601bf
FXC
416as_fn_error ()
417{
22e05272
JM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1ec601bf 422 fi
22e05272 423 $as_echo "$as_me: error: $2" >&2
1ec601bf
FXC
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
22e05272
JM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
1ec601bf
FXC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 534 # In both cases, we have to default to `cp -pR'.
1ec601bf 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 536 as_ln_s='cp -pR'
1ec601bf
FXC
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
22e05272 540 as_ln_s='cp -pR'
1ec601bf
FXC
541 fi
542else
22e05272 543 as_ln_s='cp -pR'
1ec601bf
FXC
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
22e05272
JM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
1ec601bf
FXC
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
22e05272
JM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
1ec601bf
FXC
569
570# Name of the host.
22e05272 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1ec601bf
FXC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='GCC Quad-precision Math Library'
589PACKAGE_TARNAME='libquadmath'
590PACKAGE_VERSION='0.1'
591PACKAGE_STRING='GCC Quad-precision Math Library 0.1'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595# Factoring default headers for most tests.
596ac_includes_default="\
597#include <stdio.h>
598#ifdef HAVE_SYS_TYPES_H
599# include <sys/types.h>
600#endif
601#ifdef HAVE_SYS_STAT_H
602# include <sys/stat.h>
603#endif
604#ifdef STDC_HEADERS
605# include <stdlib.h>
606# include <stddef.h>
607#else
608# ifdef HAVE_STDLIB_H
609# include <stdlib.h>
610# endif
611#endif
612#ifdef HAVE_STRING_H
613# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
614# include <memory.h>
615# endif
616# include <string.h>
617#endif
618#ifdef HAVE_STRINGS_H
619# include <strings.h>
620#endif
621#ifdef HAVE_INTTYPES_H
622# include <inttypes.h>
623#endif
624#ifdef HAVE_STDINT_H
625# include <stdint.h>
626#endif
627#ifdef HAVE_UNISTD_H
628# include <unistd.h>
629#endif"
630
631ac_subst_vars='am__EXEEXT_FALSE
632am__EXEEXT_TRUE
633LTLIBOBJS
634LIBOBJS
3c36aa6b 635get_gcc_base_ver
4c993c44
TB
636GENINSRC_FALSE
637GENINSRC_TRUE
fda26abe 638XCFLAGS
1ec601bf
FXC
639BUILD_LIBQUADMATH_FALSE
640BUILD_LIBQUADMATH_TRUE
641LIBQUAD_USE_SYMVER_SUN_FALSE
642LIBQUAD_USE_SYMVER_SUN_TRUE
643LIBQUAD_USE_SYMVER_GNU_FALSE
644LIBQUAD_USE_SYMVER_GNU_TRUE
645LIBQUAD_USE_SYMVER_FALSE
646LIBQUAD_USE_SYMVER_TRUE
647toolexeclibdir
648toolexecdir
1ec601bf
FXC
649MAINT
650MAINTAINER_MODE_FALSE
651MAINTAINER_MODE_TRUE
652enable_static
653enable_shared
7de6ba7a 654lt_host_flags
1ec601bf
FXC
655OTOOL64
656OTOOL
657LIPO
658NMEDIT
659DSYMUTIL
660RANLIB
661AR
662OBJDUMP
663LN_S
664NM
665ac_ct_DUMPBIN
666DUMPBIN
667LD
668FGREP
1d92226b
JJ
669SED
670LIBTOOL
671REPORT_BUGS_TEXI
672REPORT_BUGS_TO
673BUILD_INFO_FALSE
674BUILD_INFO_TRUE
1ec601bf
FXC
675EGREP
676GREP
1d92226b 677CPP
1ec601bf
FXC
678am__fastdepCC_FALSE
679am__fastdepCC_TRUE
680CCDEPMODE
5d79f496 681am__nodep
1ec601bf
FXC
682AMDEPBACKSLASH
683AMDEP_FALSE
684AMDEP_TRUE
685am__quote
686am__include
687DEPDIR
688OBJEXT
689EXEEXT
690ac_ct_CC
691CPPFLAGS
692LDFLAGS
693CFLAGS
694CC
22e05272
JM
695AM_BACKSLASH
696AM_DEFAULT_VERBOSITY
697AM_DEFAULT_V
698AM_V
1ec601bf
FXC
699am__untar
700am__tar
701AMTAR
702am__leading_dot
703SET_MAKE
704AWK
705mkdir_p
706MKDIR_P
707INSTALL_STRIP_PROGRAM
708STRIP
709install_sh
710MAKEINFO
711AUTOHEADER
712AUTOMAKE
713AUTOCONF
714ACLOCAL
715VERSION
716PACKAGE
717CYGPATH_W
718am__isrc
719INSTALL_DATA
720INSTALL_SCRIPT
721INSTALL_PROGRAM
ee5f0523 722multi_basedir
fabfcf5e 723target_noncanonical
1ec601bf
FXC
724target_os
725target_vendor
726target_cpu
727target
728host_os
729host_vendor
730host_cpu
731host
732build_os
733build_vendor
734build_cpu
735build
736target_alias
737host_alias
738build_alias
739LIBS
740ECHO_T
741ECHO_N
742ECHO_C
743DEFS
744mandir
745localedir
746libdir
747psdir
748pdfdir
749dvidir
750htmldir
751infodir
752docdir
753oldincludedir
754includedir
755localstatedir
756sharedstatedir
757sysconfdir
758datadir
759datarootdir
760libexecdir
761sbindir
762bindir
763program_transform_name
764prefix
765exec_prefix
766PACKAGE_URL
767PACKAGE_BUGREPORT
768PACKAGE_STRING
769PACKAGE_VERSION
770PACKAGE_TARNAME
771PACKAGE_NAME
772PATH_SEPARATOR
773SHELL'
774ac_subst_files=''
775ac_user_opts='
776enable_option_checking
ee5f0523 777enable_multilib
22e05272 778enable_silent_rules
1ec601bf 779enable_version_specific_runtime_libs
1d92226b 780enable_dependency_tracking
642d2873 781with_bugurl
1ec601bf
FXC
782enable_shared
783enable_static
784with_pic
785enable_fast_install
786with_gnu_ld
787enable_libtool_lock
788enable_maintainer_mode
e8e66971 789with_toolexeclibdir
bf382f5f 790enable_symvers
fda26abe 791enable_cet
4c993c44 792enable_generated_files_in_srcdir
3c36aa6b 793with_gcc_major_version_only
1ec601bf
FXC
794'
795 ac_precious_vars='build_alias
796host_alias
797target_alias
798CC
799CFLAGS
800LDFLAGS
801LIBS
802CPPFLAGS
803CPP'
804
805
806# Initialize some variables set by options.
807ac_init_help=
808ac_init_version=false
809ac_unrecognized_opts=
810ac_unrecognized_sep=
811# The variables have the same names as the options, with
812# dashes changed to underlines.
813cache_file=/dev/null
814exec_prefix=NONE
815no_create=
816no_recursion=
817prefix=NONE
818program_prefix=NONE
819program_suffix=NONE
820program_transform_name=s,x,x,
821silent=
822site=
823srcdir=
824verbose=
825x_includes=NONE
826x_libraries=NONE
827
828# Installation directory options.
829# These are left unexpanded so users can "make install exec_prefix=/foo"
830# and all the variables that are supposed to be based on exec_prefix
831# by default will actually change.
832# Use braces instead of parens because sh, perl, etc. also accept them.
833# (The list follows the same order as the GNU Coding Standards.)
834bindir='${exec_prefix}/bin'
835sbindir='${exec_prefix}/sbin'
836libexecdir='${exec_prefix}/libexec'
837datarootdir='${prefix}/share'
838datadir='${datarootdir}'
839sysconfdir='${prefix}/etc'
840sharedstatedir='${prefix}/com'
841localstatedir='${prefix}/var'
842includedir='${prefix}/include'
843oldincludedir='/usr/include'
844docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845infodir='${datarootdir}/info'
846htmldir='${docdir}'
847dvidir='${docdir}'
848pdfdir='${docdir}'
849psdir='${docdir}'
850libdir='${exec_prefix}/lib'
851localedir='${datarootdir}/locale'
852mandir='${datarootdir}/man'
853
854ac_prev=
855ac_dashdash=
856for ac_option
857do
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
863 fi
864
865 case $ac_option in
22e05272
JM
866 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *=) ac_optarg= ;;
868 *) ac_optarg=yes ;;
1ec601bf
FXC
869 esac
870
871 # Accept the important Cygnus configure options, so we can diagnose typos.
872
873 case $ac_dashdash$ac_option in
874 --)
875 ac_dashdash=yes ;;
876
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
881
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
886
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
893
894 --config-cache | -C)
895 cache_file=config.cache ;;
896
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
901
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
908
909 -disable-* | --disable-*)
910 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 913 as_fn_error $? "invalid feature name: $ac_useropt"
1ec601bf
FXC
914 ac_useropt_orig=$ac_useropt
915 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
916 case $ac_user_opts in
917 *"
918"enable_$ac_useropt"
919"*) ;;
920 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
921 ac_unrecognized_sep=', ';;
922 esac
923 eval enable_$ac_useropt=no ;;
924
925 -docdir | --docdir | --docdi | --doc | --do)
926 ac_prev=docdir ;;
927 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
928 docdir=$ac_optarg ;;
929
930 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
931 ac_prev=dvidir ;;
932 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
933 dvidir=$ac_optarg ;;
934
935 -enable-* | --enable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 939 as_fn_error $? "invalid feature name: $ac_useropt"
1ec601bf
FXC
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=\$ac_optarg ;;
950
951 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
952 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
953 | --exec | --exe | --ex)
954 ac_prev=exec_prefix ;;
955 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
956 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
957 | --exec=* | --exe=* | --ex=*)
958 exec_prefix=$ac_optarg ;;
959
960 -gas | --gas | --ga | --g)
961 # Obsolete; use --with-gas.
962 with_gas=yes ;;
963
964 -help | --help | --hel | --he | -h)
965 ac_init_help=long ;;
966 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
967 ac_init_help=recursive ;;
968 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
969 ac_init_help=short ;;
970
971 -host | --host | --hos | --ho)
972 ac_prev=host_alias ;;
973 -host=* | --host=* | --hos=* | --ho=*)
974 host_alias=$ac_optarg ;;
975
976 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
977 ac_prev=htmldir ;;
978 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
979 | --ht=*)
980 htmldir=$ac_optarg ;;
981
982 -includedir | --includedir | --includedi | --included | --include \
983 | --includ | --inclu | --incl | --inc)
984 ac_prev=includedir ;;
985 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
986 | --includ=* | --inclu=* | --incl=* | --inc=*)
987 includedir=$ac_optarg ;;
988
989 -infodir | --infodir | --infodi | --infod | --info | --inf)
990 ac_prev=infodir ;;
991 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
992 infodir=$ac_optarg ;;
993
994 -libdir | --libdir | --libdi | --libd)
995 ac_prev=libdir ;;
996 -libdir=* | --libdir=* | --libdi=* | --libd=*)
997 libdir=$ac_optarg ;;
998
999 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1000 | --libexe | --libex | --libe)
1001 ac_prev=libexecdir ;;
1002 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1003 | --libexe=* | --libex=* | --libe=*)
1004 libexecdir=$ac_optarg ;;
1005
1006 -localedir | --localedir | --localedi | --localed | --locale)
1007 ac_prev=localedir ;;
1008 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1009 localedir=$ac_optarg ;;
1010
1011 -localstatedir | --localstatedir | --localstatedi | --localstated \
1012 | --localstate | --localstat | --localsta | --localst | --locals)
1013 ac_prev=localstatedir ;;
1014 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1015 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1016 localstatedir=$ac_optarg ;;
1017
1018 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1019 ac_prev=mandir ;;
1020 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1021 mandir=$ac_optarg ;;
1022
1023 -nfp | --nfp | --nf)
1024 # Obsolete; use --without-fp.
1025 with_fp=no ;;
1026
1027 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1028 | --no-cr | --no-c | -n)
1029 no_create=yes ;;
1030
1031 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1032 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1033 no_recursion=yes ;;
1034
1035 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1036 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1037 | --oldin | --oldi | --old | --ol | --o)
1038 ac_prev=oldincludedir ;;
1039 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1040 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1041 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1042 oldincludedir=$ac_optarg ;;
1043
1044 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1045 ac_prev=prefix ;;
1046 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1047 prefix=$ac_optarg ;;
1048
1049 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1050 | --program-pre | --program-pr | --program-p)
1051 ac_prev=program_prefix ;;
1052 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1053 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1054 program_prefix=$ac_optarg ;;
1055
1056 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1057 | --program-suf | --program-su | --program-s)
1058 ac_prev=program_suffix ;;
1059 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1060 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1061 program_suffix=$ac_optarg ;;
1062
1063 -program-transform-name | --program-transform-name \
1064 | --program-transform-nam | --program-transform-na \
1065 | --program-transform-n | --program-transform- \
1066 | --program-transform | --program-transfor \
1067 | --program-transfo | --program-transf \
1068 | --program-trans | --program-tran \
1069 | --progr-tra | --program-tr | --program-t)
1070 ac_prev=program_transform_name ;;
1071 -program-transform-name=* | --program-transform-name=* \
1072 | --program-transform-nam=* | --program-transform-na=* \
1073 | --program-transform-n=* | --program-transform-=* \
1074 | --program-transform=* | --program-transfor=* \
1075 | --program-transfo=* | --program-transf=* \
1076 | --program-trans=* | --program-tran=* \
1077 | --progr-tra=* | --program-tr=* | --program-t=*)
1078 program_transform_name=$ac_optarg ;;
1079
1080 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1081 ac_prev=pdfdir ;;
1082 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1083 pdfdir=$ac_optarg ;;
1084
1085 -psdir | --psdir | --psdi | --psd | --ps)
1086 ac_prev=psdir ;;
1087 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1088 psdir=$ac_optarg ;;
1089
1090 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1091 | -silent | --silent | --silen | --sile | --sil)
1092 silent=yes ;;
1093
1094 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1095 ac_prev=sbindir ;;
1096 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1097 | --sbi=* | --sb=*)
1098 sbindir=$ac_optarg ;;
1099
1100 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1101 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1102 | --sharedst | --shareds | --shared | --share | --shar \
1103 | --sha | --sh)
1104 ac_prev=sharedstatedir ;;
1105 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1106 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1107 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1108 | --sha=* | --sh=*)
1109 sharedstatedir=$ac_optarg ;;
1110
1111 -site | --site | --sit)
1112 ac_prev=site ;;
1113 -site=* | --site=* | --sit=*)
1114 site=$ac_optarg ;;
1115
1116 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1117 ac_prev=srcdir ;;
1118 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1119 srcdir=$ac_optarg ;;
1120
1121 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1122 | --syscon | --sysco | --sysc | --sys | --sy)
1123 ac_prev=sysconfdir ;;
1124 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1125 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1126 sysconfdir=$ac_optarg ;;
1127
1128 -target | --target | --targe | --targ | --tar | --ta | --t)
1129 ac_prev=target_alias ;;
1130 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1131 target_alias=$ac_optarg ;;
1132
1133 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1134 verbose=yes ;;
1135
1136 -version | --version | --versio | --versi | --vers | -V)
1137 ac_init_version=: ;;
1138
1139 -with-* | --with-*)
1140 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1141 # Reject names that are not valid shell variable names.
1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1143 as_fn_error $? "invalid package name: $ac_useropt"
1ec601bf
FXC
1144 ac_useropt_orig=$ac_useropt
1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146 case $ac_user_opts in
1147 *"
1148"with_$ac_useropt"
1149"*) ;;
1150 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1151 ac_unrecognized_sep=', ';;
1152 esac
1153 eval with_$ac_useropt=\$ac_optarg ;;
1154
1155 -without-* | --without-*)
1156 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1159 as_fn_error $? "invalid package name: $ac_useropt"
1ec601bf
FXC
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1163 *"
1164"with_$ac_useropt"
1165"*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1168 esac
1169 eval with_$ac_useropt=no ;;
1170
1171 --x)
1172 # Obsolete; use --with-x.
1173 with_x=yes ;;
1174
1175 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1176 | --x-incl | --x-inc | --x-in | --x-i)
1177 ac_prev=x_includes ;;
1178 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1179 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1180 x_includes=$ac_optarg ;;
1181
1182 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1183 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1184 ac_prev=x_libraries ;;
1185 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1186 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1187 x_libraries=$ac_optarg ;;
1188
22e05272
JM
1189 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1190Try \`$0 --help' for more information"
1ec601bf
FXC
1191 ;;
1192
1193 *=*)
1194 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1195 # Reject names that are not valid shell variable names.
1196 case $ac_envvar in #(
1197 '' | [0-9]* | *[!_$as_cr_alnum]* )
22e05272 1198 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1ec601bf
FXC
1199 esac
1200 eval $ac_envvar=\$ac_optarg
1201 export $ac_envvar ;;
1202
1203 *)
1204 # FIXME: should be removed in autoconf 3.0.
1205 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1206 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1207 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
22e05272 1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1ec601bf
FXC
1209 ;;
1210
1211 esac
1212done
1213
1214if test -n "$ac_prev"; then
1215 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
22e05272 1216 as_fn_error $? "missing argument to $ac_option"
1ec601bf
FXC
1217fi
1218
1219if test -n "$ac_unrecognized_opts"; then
1220 case $enable_option_checking in
1221 no) ;;
22e05272 1222 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1ec601bf
FXC
1223 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1224 esac
1225fi
1226
1227# Check all directory arguments for consistency.
1228for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1229 datadir sysconfdir sharedstatedir localstatedir includedir \
1230 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1231 libdir localedir mandir
1232do
1233 eval ac_val=\$$ac_var
1234 # Remove trailing slashes.
1235 case $ac_val in
1236 */ )
1237 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1238 eval $ac_var=\$ac_val;;
1239 esac
1240 # Be sure to have absolute directory names.
1241 case $ac_val in
1242 [\\/$]* | ?:[\\/]* ) continue;;
1243 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1244 esac
22e05272 1245 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1ec601bf
FXC
1246done
1247
1248# There might be people who depend on the old broken behavior: `$host'
1249# used to hold the argument of --host etc.
1250# FIXME: To remove some day.
1251build=$build_alias
1252host=$host_alias
1253target=$target_alias
1254
1255# FIXME: To remove some day.
1256if test "x$host_alias" != x; then
1257 if test "x$build_alias" = x; then
1258 cross_compiling=maybe
1ec601bf
FXC
1259 elif test "x$build_alias" != "x$host_alias"; then
1260 cross_compiling=yes
1261 fi
1262fi
1263
1264ac_tool_prefix=
1265test -n "$host_alias" && ac_tool_prefix=$host_alias-
1266
1267test "$silent" = yes && exec 6>/dev/null
1268
1269
1270ac_pwd=`pwd` && test -n "$ac_pwd" &&
1271ac_ls_di=`ls -di .` &&
1272ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
22e05272 1273 as_fn_error $? "working directory cannot be determined"
1ec601bf 1274test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
22e05272 1275 as_fn_error $? "pwd does not report name of working directory"
1ec601bf
FXC
1276
1277
1278# Find the source files, if location was not specified.
1279if test -z "$srcdir"; then
1280 ac_srcdir_defaulted=yes
1281 # Try the directory containing this script, then the parent directory.
1282 ac_confdir=`$as_dirname -- "$as_myself" ||
1283$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1284 X"$as_myself" : 'X\(//\)[^/]' \| \
1285 X"$as_myself" : 'X\(//\)$' \| \
1286 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1287$as_echo X"$as_myself" |
1288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)[^/].*/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)$/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\).*/{
1301 s//\1/
1302 q
1303 }
1304 s/.*/./; q'`
1305 srcdir=$ac_confdir
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 srcdir=..
1308 fi
1309else
1310 ac_srcdir_defaulted=no
1311fi
1312if test ! -r "$srcdir/$ac_unique_file"; then
1313 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
22e05272 1314 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1ec601bf
FXC
1315fi
1316ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1317ac_abs_confdir=`(
22e05272 1318 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1ec601bf
FXC
1319 pwd)`
1320# When building in place, set srcdir=.
1321if test "$ac_abs_confdir" = "$ac_pwd"; then
1322 srcdir=.
1323fi
1324# Remove unnecessary trailing slashes from srcdir.
1325# Double slashes in file names in object file debugging info
1326# mess up M-x gdb in Emacs.
1327case $srcdir in
1328*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1329esac
1330for ac_var in $ac_precious_vars; do
1331 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1332 eval ac_env_${ac_var}_value=\$${ac_var}
1333 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1335done
1336
1337#
1338# Report the --help message.
1339#
1340if test "$ac_init_help" = "long"; then
1341 # Omit some internal or obsolete options to make the list less imposing.
1342 # This message is too long to be a string in the A/UX 3.1 sh.
1343 cat <<_ACEOF
1344\`configure' configures GCC Quad-precision Math Library 0.1 to adapt to many kinds of systems.
1345
1346Usage: $0 [OPTION]... [VAR=VALUE]...
1347
1348To assign environment variables (e.g., CC, CFLAGS...), specify them as
1349VAR=VALUE. See below for descriptions of some of the useful variables.
1350
1351Defaults for the options are specified in brackets.
1352
1353Configuration:
1354 -h, --help display this help and exit
1355 --help=short display options specific to this package
1356 --help=recursive display the short help of all the included packages
1357 -V, --version display version information and exit
22e05272 1358 -q, --quiet, --silent do not print \`checking ...' messages
1ec601bf
FXC
1359 --cache-file=FILE cache test results in FILE [disabled]
1360 -C, --config-cache alias for \`--cache-file=config.cache'
1361 -n, --no-create do not create output files
1362 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1363
1364Installation directories:
1365 --prefix=PREFIX install architecture-independent files in PREFIX
1366 [$ac_default_prefix]
1367 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1368 [PREFIX]
1369
1370By default, \`make install' will install all the files in
1371\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1372an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1373for instance \`--prefix=\$HOME'.
1374
1375For better control, use the options below.
1376
1377Fine tuning of the installation directories:
1378 --bindir=DIR user executables [EPREFIX/bin]
1379 --sbindir=DIR system admin executables [EPREFIX/sbin]
1380 --libexecdir=DIR program executables [EPREFIX/libexec]
1381 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1382 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1383 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1384 --libdir=DIR object code libraries [EPREFIX/lib]
1385 --includedir=DIR C header files [PREFIX/include]
1386 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1387 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1388 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1389 --infodir=DIR info documentation [DATAROOTDIR/info]
1390 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1391 --mandir=DIR man documentation [DATAROOTDIR/man]
1392 --docdir=DIR documentation root [DATAROOTDIR/doc/libquadmath]
1393 --htmldir=DIR html documentation [DOCDIR]
1394 --dvidir=DIR dvi documentation [DOCDIR]
1395 --pdfdir=DIR pdf documentation [DOCDIR]
1396 --psdir=DIR ps documentation [DOCDIR]
1397_ACEOF
1398
1399 cat <<\_ACEOF
1400
1401Program names:
1402 --program-prefix=PREFIX prepend PREFIX to installed program names
1403 --program-suffix=SUFFIX append SUFFIX to installed program names
1404 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1405
1406System types:
1407 --build=BUILD configure for building on BUILD [guessed]
1408 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1409 --target=TARGET configure for building compilers for TARGET [HOST]
1410_ACEOF
1411fi
1412
1413if test -n "$ac_init_help"; then
1414 case $ac_init_help in
1415 short | recursive ) echo "Configuration of GCC Quad-precision Math Library 0.1:";;
1416 esac
1417 cat <<\_ACEOF
1418
1419Optional Features:
1420 --disable-option-checking ignore unrecognized --enable/--with options
1421 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1422 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ee5f0523 1423 --enable-multilib build many library versions (default)
22e05272
JM
1424 --enable-silent-rules less verbose build output (undo: "make V=1")
1425 --disable-silent-rules verbose build output (undo: "make V=0")
4c993c44
TB
1426 --enable-version-specific-runtime-libs
1427 specify that runtime libraries should be installed
1428 in a compiler-specific directory
22e05272
JM
1429 --enable-dependency-tracking
1430 do not reject slow dependency extractors
1431 --disable-dependency-tracking
1432 speeds up one-time build
1ec601bf
FXC
1433 --enable-shared[=PKGS] build shared libraries [default=yes]
1434 --enable-static[=PKGS] build static libraries [default=yes]
1435 --enable-fast-install[=PKGS]
1436 optimize for fast installation [default=yes]
1437 --disable-libtool-lock avoid locking (might break parallel builds)
22e05272
JM
1438 --enable-maintainer-mode
1439 enable make rules and dependencies not useful (and
1440 sometimes confusing) to the casual installer
bf382f5f 1441 --disable-symvers disable symbol versioning for libquadmath
8d286dd1 1442 --enable-cet enable Intel CET in target libraries [default=auto]
4c993c44
TB
1443 --enable-generated-files-in-srcdir
1444 put copies of generated files in source dir intended
1445 for creating source tarballs for users without
1446 texinfo bison or flex
1ec601bf
FXC
1447
1448Optional Packages:
1449 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1450 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
642d2873 1451 --with-bugurl=URL Direct users to URL to report a bug
1ec601bf
FXC
1452 --with-pic try to use only PIC/non-PIC objects [default=use
1453 both]
1454 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
e8e66971
MR
1455 --with-toolexeclibdir=DIR
1456 install libraries built with a cross compiler within
1457 DIR
3c36aa6b
JJ
1458 --with-gcc-major-version-only
1459 use only GCC major number in filesystem paths
1ec601bf
FXC
1460
1461Some influential environment variables:
1462 CC C compiler command
1463 CFLAGS C compiler flags
1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1465 nonstandard directory <lib dir>
1466 LIBS libraries to pass to the linker, e.g. -l<library>
22e05272 1467 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1ec601bf
FXC
1468 you have headers in a nonstandard directory <include dir>
1469 CPP C preprocessor
1470
1471Use these variables to override the choices made by `configure' or to help
1472it to find libraries and programs with nonstandard names/locations.
1473
1474Report bugs to the package provider.
1475_ACEOF
1476ac_status=$?
1477fi
1478
1479if test "$ac_init_help" = "recursive"; then
1480 # If there are subdirs, report their specific --help.
1481 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1482 test -d "$ac_dir" ||
1483 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1484 continue
1485 ac_builddir=.
1486
1487case "$ac_dir" in
1488.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489*)
1490 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1491 # A ".." for each directory in $ac_dir_suffix.
1492 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1493 case $ac_top_builddir_sub in
1494 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1496 esac ;;
1497esac
1498ac_abs_top_builddir=$ac_pwd
1499ac_abs_builddir=$ac_pwd$ac_dir_suffix
1500# for backward compatibility:
1501ac_top_builddir=$ac_top_build_prefix
1502
1503case $srcdir in
1504 .) # We are building in place.
1505 ac_srcdir=.
1506 ac_top_srcdir=$ac_top_builddir_sub
1507 ac_abs_top_srcdir=$ac_pwd ;;
1508 [\\/]* | ?:[\\/]* ) # Absolute name.
1509 ac_srcdir=$srcdir$ac_dir_suffix;
1510 ac_top_srcdir=$srcdir
1511 ac_abs_top_srcdir=$srcdir ;;
1512 *) # Relative name.
1513 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1514 ac_top_srcdir=$ac_top_build_prefix$srcdir
1515 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1516esac
1517ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1518
1519 cd "$ac_dir" || { ac_status=$?; continue; }
1520 # Check for guested configure.
1521 if test -f "$ac_srcdir/configure.gnu"; then
1522 echo &&
1523 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1524 elif test -f "$ac_srcdir/configure"; then
1525 echo &&
1526 $SHELL "$ac_srcdir/configure" --help=recursive
1527 else
1528 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1529 fi || ac_status=$?
1530 cd "$ac_pwd" || { ac_status=$?; break; }
1531 done
1532fi
1533
1534test -n "$ac_init_help" && exit $ac_status
1535if $ac_init_version; then
1536 cat <<\_ACEOF
1537GCC Quad-precision Math Library configure 0.1
22e05272 1538generated by GNU Autoconf 2.69
1ec601bf 1539
22e05272 1540Copyright (C) 2012 Free Software Foundation, Inc.
1ec601bf
FXC
1541This configure script is free software; the Free Software Foundation
1542gives unlimited permission to copy, distribute and modify it.
1543_ACEOF
1544 exit
1545fi
1546
1547## ------------------------ ##
1548## Autoconf initialization. ##
1549## ------------------------ ##
1550
1551# ac_fn_c_try_compile LINENO
1552# --------------------------
1553# Try to compile conftest.$ac_ext, and return whether this succeeded.
1554ac_fn_c_try_compile ()
1555{
1556 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1557 rm -f conftest.$ac_objext
1558 if { { ac_try="$ac_compile"
1559case "(($ac_try" in
1560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1561 *) ac_try_echo=$ac_try;;
1562esac
1563eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1564$as_echo "$ac_try_echo"; } >&5
1565 (eval "$ac_compile") 2>conftest.err
1566 ac_status=$?
1567 if test -s conftest.err; then
1568 grep -v '^ *+' conftest.err >conftest.er1
1569 cat conftest.er1 >&5
1570 mv -f conftest.er1 conftest.err
1571 fi
1572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1573 test $ac_status = 0; } && {
1574 test -z "$ac_c_werror_flag" ||
1575 test ! -s conftest.err
1576 } && test -s conftest.$ac_objext; then :
1577 ac_retval=0
1578else
1579 $as_echo "$as_me: failed program was:" >&5
1580sed 's/^/| /' conftest.$ac_ext >&5
1581
1582 ac_retval=1
1583fi
22e05272
JM
1584 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1585 as_fn_set_status $ac_retval
1ec601bf
FXC
1586
1587} # ac_fn_c_try_compile
1588
1d92226b
JJ
1589# ac_fn_c_try_cpp LINENO
1590# ----------------------
1591# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1592ac_fn_c_try_cpp ()
1ec601bf
FXC
1593{
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1d92226b 1595 if { { ac_try="$ac_cpp conftest.$ac_ext"
1ec601bf
FXC
1596case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599esac
1600eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601$as_echo "$ac_try_echo"; } >&5
1d92226b 1602 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1ec601bf
FXC
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1608 fi
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22e05272 1610 test $ac_status = 0; } > conftest.i && {
1d92226b 1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1ec601bf 1612 test ! -s conftest.err
1ec601bf
FXC
1613 }; then :
1614 ac_retval=0
1615else
1616 $as_echo "$as_me: failed program was:" >&5
1617sed 's/^/| /' conftest.$ac_ext >&5
1618
1d92226b 1619 ac_retval=1
1ec601bf 1620fi
22e05272
JM
1621 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1622 as_fn_set_status $ac_retval
1ec601bf 1623
1d92226b 1624} # ac_fn_c_try_cpp
1ec601bf 1625
1d92226b 1626# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1ec601bf 1627# -------------------------------------------------------
1d92226b
JJ
1628# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1629# the include files in INCLUDES and setting the cache variable VAR
1630# accordingly.
1631ac_fn_c_check_header_mongrel ()
1ec601bf
FXC
1632{
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22e05272 1634 if eval \${$3+:} false; then :
1ec601bf
FXC
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1636$as_echo_n "checking for $2... " >&6; }
22e05272 1637if eval \${$3+:} false; then :
1ec601bf 1638 $as_echo_n "(cached) " >&6
1d92226b
JJ
1639fi
1640eval ac_res=\$$3
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1642$as_echo "$ac_res" >&6; }
1ec601bf 1643else
1d92226b
JJ
1644 # Is the header compilable?
1645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1646$as_echo_n "checking $2 usability... " >&6; }
1647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
1648/* end confdefs.h. */
1649$4
1650#include <$2>
1651_ACEOF
1652if ac_fn_c_try_compile "$LINENO"; then :
1d92226b 1653 ac_header_compiler=yes
1ec601bf 1654else
1d92226b 1655 ac_header_compiler=no
1ec601bf
FXC
1656fi
1657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d92226b
JJ
1658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1659$as_echo "$ac_header_compiler" >&6; }
1ec601bf 1660
1d92226b
JJ
1661# Is the header present?
1662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1663$as_echo_n "checking $2 presence... " >&6; }
1664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1665/* end confdefs.h. */
1666#include <$2>
1667_ACEOF
1668if ac_fn_c_try_cpp "$LINENO"; then :
1669 ac_header_preproc=yes
1670else
1671 ac_header_preproc=no
1672fi
22e05272 1673rm -f conftest.err conftest.i conftest.$ac_ext
1d92226b
JJ
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1675$as_echo "$ac_header_preproc" >&6; }
1ec601bf 1676
1d92226b
JJ
1677# So? What about this header?
1678case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1679 yes:no: )
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1681$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1683$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1684 ;;
1685 no:yes:* )
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1687$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1689$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1691$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1693$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1696 ;;
1ec601bf 1697esac
1d92226b
JJ
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699$as_echo_n "checking for $2... " >&6; }
22e05272 1700if eval \${$3+:} false; then :
1d92226b 1701 $as_echo_n "(cached) " >&6
1ec601bf 1702else
1d92226b
JJ
1703 eval "$3=\$ac_header_compiler"
1704fi
1705eval ac_res=\$$3
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1707$as_echo "$ac_res" >&6; }
1ec601bf 1708fi
22e05272 1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1ec601bf 1710
1d92226b 1711} # ac_fn_c_check_header_mongrel
1ec601bf
FXC
1712
1713# ac_fn_c_try_run LINENO
1714# ----------------------
1715# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1716# that executables *can* be run.
1717ac_fn_c_try_run ()
1718{
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 if { { ac_try="$ac_link"
1721case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724esac
1725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726$as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_link") 2>&5
1728 ac_status=$?
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1731 { { case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734esac
1735eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736$as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_try") 2>&5
1738 ac_status=$?
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; }; }; then :
1741 ac_retval=0
1742else
1743 $as_echo "$as_me: program exited with status $ac_status" >&5
1744 $as_echo "$as_me: failed program was:" >&5
1745sed 's/^/| /' conftest.$ac_ext >&5
1746
1747 ac_retval=$ac_status
1748fi
1749 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1750 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1751 as_fn_set_status $ac_retval
1ec601bf
FXC
1752
1753} # ac_fn_c_try_run
1754
1d92226b
JJ
1755# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1756# -------------------------------------------------------
1757# Tests whether HEADER exists and can be compiled using the include files in
1758# INCLUDES, setting the cache variable VAR accordingly.
1759ac_fn_c_check_header_compile ()
1760{
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1763$as_echo_n "checking for $2... " >&6; }
22e05272 1764if eval \${$3+:} false; then :
1d92226b
JJ
1765 $as_echo_n "(cached) " >&6
1766else
1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1768/* end confdefs.h. */
1769$4
1770#include <$2>
1771_ACEOF
1772if ac_fn_c_try_compile "$LINENO"; then :
1773 eval "$3=yes"
1774else
1775 eval "$3=no"
1776fi
1777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1778fi
1779eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781$as_echo "$ac_res" >&6; }
22e05272 1782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1d92226b
JJ
1783
1784} # ac_fn_c_check_header_compile
1785
1786# ac_fn_c_try_link LINENO
1787# -----------------------
1788# Try to link conftest.$ac_ext, and return whether this succeeded.
1789ac_fn_c_try_link ()
1790{
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 rm -f conftest.$ac_objext conftest$ac_exeext
1793 if { { ac_try="$ac_link"
1794case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797esac
1798eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799$as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_link") 2>conftest.err
1801 ac_status=$?
1802 if test -s conftest.err; then
1803 grep -v '^ *+' conftest.err >conftest.er1
1804 cat conftest.er1 >&5
1805 mv -f conftest.er1 conftest.err
1806 fi
1807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1808 test $ac_status = 0; } && {
1809 test -z "$ac_c_werror_flag" ||
1810 test ! -s conftest.err
1811 } && test -s conftest$ac_exeext && {
1812 test "$cross_compiling" = yes ||
22e05272 1813 test -x conftest$ac_exeext
1d92226b
JJ
1814 }; then :
1815 ac_retval=0
1816else
1817 $as_echo "$as_me: failed program was:" >&5
1818sed 's/^/| /' conftest.$ac_ext >&5
1819
1820 ac_retval=1
1821fi
1822 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1823 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1824 # interfere with the next link command; also delete a directory that is
1825 # left behind by Apple's compiler. We do this before executing the actions.
1826 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1828 as_fn_set_status $ac_retval
1d92226b
JJ
1829
1830} # ac_fn_c_try_link
1831
1ec601bf
FXC
1832# ac_fn_c_check_func LINENO FUNC VAR
1833# ----------------------------------
1834# Tests whether FUNC exists, setting the cache variable VAR accordingly
1835ac_fn_c_check_func ()
1836{
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839$as_echo_n "checking for $2... " >&6; }
22e05272 1840if eval \${$3+:} false; then :
1ec601bf
FXC
1841 $as_echo_n "(cached) " >&6
1842else
fabfcf5e 1843 if test x$gcc_no_link = xyes; then
22e05272 1844 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
1845fi
1846cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
1847/* end confdefs.h. */
1848/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1850#define $2 innocuous_$2
1851
1852/* System header to define __stub macros and hopefully few prototypes,
1853 which can conflict with char $2 (); below.
1854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1855 <limits.h> exists even on freestanding compilers. */
1856
1857#ifdef __STDC__
1858# include <limits.h>
1859#else
1860# include <assert.h>
1861#endif
1862
1863#undef $2
1864
1865/* Override any GCC internal prototype to avoid an error.
1866 Use char because int might match the return type of a GCC
1867 builtin and then its argument prototype would still apply. */
1868#ifdef __cplusplus
1869extern "C"
1870#endif
1871char $2 ();
1872/* The GNU C library defines this for functions which it implements
1873 to always fail with ENOSYS. Some functions are actually named
1874 something starting with __ and the normal name is an alias. */
1875#if defined __stub_$2 || defined __stub___$2
1876choke me
1877#endif
1878
1879int
1880main ()
1881{
1882return $2 ();
1883 ;
1884 return 0;
1885}
1886_ACEOF
1887if ac_fn_c_try_link "$LINENO"; then :
1888 eval "$3=yes"
1889else
1890 eval "$3=no"
1891fi
1892rm -f core conftest.err conftest.$ac_objext \
1893 conftest$ac_exeext conftest.$ac_ext
1894fi
1895eval ac_res=\$$3
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1897$as_echo "$ac_res" >&6; }
22e05272 1898 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1ec601bf
FXC
1899
1900} # ac_fn_c_check_func
1d92226b
JJ
1901cat >config.log <<_ACEOF
1902This file contains any messages produced by compilers while
1903running configure, to aid debugging if configure makes a mistake.
e8d42d28 1904
1d92226b 1905It was created by GCC Quad-precision Math Library $as_me 0.1, which was
22e05272 1906generated by GNU Autoconf 2.69. Invocation command line was
1d92226b
JJ
1907
1908 $ $0 $@
1909
1910_ACEOF
1911exec 5>>config.log
1ec601bf
FXC
1912{
1913cat <<_ASUNAME
1914## --------- ##
1915## Platform. ##
1916## --------- ##
1917
1918hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1919uname -m = `(uname -m) 2>/dev/null || echo unknown`
1920uname -r = `(uname -r) 2>/dev/null || echo unknown`
1921uname -s = `(uname -s) 2>/dev/null || echo unknown`
1922uname -v = `(uname -v) 2>/dev/null || echo unknown`
1923
1924/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1925/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1926
1927/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1928/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1929/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1930/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1931/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1932/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1933/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1934
1935_ASUNAME
1936
1937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1938for as_dir in $PATH
1939do
1940 IFS=$as_save_IFS
1941 test -z "$as_dir" && as_dir=.
1942 $as_echo "PATH: $as_dir"
1943 done
1944IFS=$as_save_IFS
1945
1946} >&5
1947
1948cat >&5 <<_ACEOF
1949
1950
1951## ----------- ##
1952## Core tests. ##
1953## ----------- ##
1954
1955_ACEOF
1956
1957
1958# Keep a trace of the command line.
1959# Strip out --no-create and --no-recursion so they do not pile up.
1960# Strip out --silent because we don't want to record it for future runs.
1961# Also quote any args containing shell meta-characters.
1962# Make two passes to allow for proper duplicate-argument suppression.
1963ac_configure_args=
1964ac_configure_args0=
1965ac_configure_args1=
1966ac_must_keep_next=false
1967for ac_pass in 1 2
1968do
1969 for ac_arg
1970 do
1971 case $ac_arg in
1972 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1973 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1974 | -silent | --silent | --silen | --sile | --sil)
1975 continue ;;
1976 *\'*)
1977 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1978 esac
1979 case $ac_pass in
1980 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1981 2)
1982 as_fn_append ac_configure_args1 " '$ac_arg'"
1983 if test $ac_must_keep_next = true; then
1984 ac_must_keep_next=false # Got value, back to normal.
1985 else
1986 case $ac_arg in
1987 *=* | --config-cache | -C | -disable-* | --disable-* \
1988 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1989 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1990 | -with-* | --with-* | -without-* | --without-* | --x)
1991 case "$ac_configure_args0 " in
1992 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1993 esac
1994 ;;
1995 -* ) ac_must_keep_next=true ;;
1996 esac
1997 fi
1998 as_fn_append ac_configure_args " '$ac_arg'"
1999 ;;
2000 esac
2001 done
2002done
2003{ ac_configure_args0=; unset ac_configure_args0;}
2004{ ac_configure_args1=; unset ac_configure_args1;}
2005
2006# When interrupted or exit'd, cleanup temporary files, and complete
2007# config.log. We remove comments because anyway the quotes in there
2008# would cause problems or look ugly.
2009# WARNING: Use '\'' to represent an apostrophe within the trap.
2010# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2011trap 'exit_status=$?
2012 # Save into config.log some information that might help in debugging.
2013 {
2014 echo
2015
22e05272 2016 $as_echo "## ---------------- ##
1ec601bf 2017## Cache variables. ##
22e05272 2018## ---------------- ##"
1ec601bf
FXC
2019 echo
2020 # The following way of writing the cache mishandles newlines in values,
2021(
2022 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2023 eval ac_val=\$$ac_var
2024 case $ac_val in #(
2025 *${as_nl}*)
2026 case $ac_var in #(
2027 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2028$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2029 esac
2030 case $ac_var in #(
2031 _ | IFS | as_nl) ;; #(
2032 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2033 *) { eval $ac_var=; unset $ac_var;} ;;
2034 esac ;;
2035 esac
2036 done
2037 (set) 2>&1 |
2038 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2039 *${as_nl}ac_space=\ *)
2040 sed -n \
2041 "s/'\''/'\''\\\\'\'''\''/g;
2042 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2043 ;; #(
2044 *)
2045 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2046 ;;
2047 esac |
2048 sort
2049)
2050 echo
2051
22e05272 2052 $as_echo "## ----------------- ##
1ec601bf 2053## Output variables. ##
22e05272 2054## ----------------- ##"
1ec601bf
FXC
2055 echo
2056 for ac_var in $ac_subst_vars
2057 do
2058 eval ac_val=\$$ac_var
2059 case $ac_val in
2060 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2061 esac
2062 $as_echo "$ac_var='\''$ac_val'\''"
2063 done | sort
2064 echo
2065
2066 if test -n "$ac_subst_files"; then
22e05272 2067 $as_echo "## ------------------- ##
1ec601bf 2068## File substitutions. ##
22e05272 2069## ------------------- ##"
1ec601bf
FXC
2070 echo
2071 for ac_var in $ac_subst_files
2072 do
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'\''"
2078 done | sort
2079 echo
2080 fi
2081
2082 if test -s confdefs.h; then
22e05272 2083 $as_echo "## ----------- ##
1ec601bf 2084## confdefs.h. ##
22e05272 2085## ----------- ##"
1ec601bf
FXC
2086 echo
2087 cat confdefs.h
2088 echo
2089 fi
2090 test "$ac_signal" != 0 &&
2091 $as_echo "$as_me: caught signal $ac_signal"
2092 $as_echo "$as_me: exit $exit_status"
2093 } >&5
2094 rm -f core *.core core.conftest.* &&
2095 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2096 exit $exit_status
2097' 0
2098for ac_signal in 1 2 13 15; do
2099 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2100done
2101ac_signal=0
2102
2103# confdefs.h avoids OS command line length limits that DEFS can exceed.
2104rm -f -r conftest* confdefs.h
2105
2106$as_echo "/* confdefs.h */" > confdefs.h
2107
2108# Predefined preprocessor variables.
2109
2110cat >>confdefs.h <<_ACEOF
2111#define PACKAGE_NAME "$PACKAGE_NAME"
2112_ACEOF
2113
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2116_ACEOF
2117
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_VERSION "$PACKAGE_VERSION"
2120_ACEOF
2121
2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_STRING "$PACKAGE_STRING"
2124_ACEOF
2125
2126cat >>confdefs.h <<_ACEOF
2127#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2128_ACEOF
2129
2130cat >>confdefs.h <<_ACEOF
2131#define PACKAGE_URL "$PACKAGE_URL"
2132_ACEOF
2133
2134
2135# Let the site file select an alternate cache file if it wants to.
2136# Prefer an explicitly selected file to automatically selected ones.
2137ac_site_file1=NONE
2138ac_site_file2=NONE
2139if test -n "$CONFIG_SITE"; then
22e05272
JM
2140 # We do not want a PATH search for config.site.
2141 case $CONFIG_SITE in #((
2142 -*) ac_site_file1=./$CONFIG_SITE;;
2143 */*) ac_site_file1=$CONFIG_SITE;;
2144 *) ac_site_file1=./$CONFIG_SITE;;
2145 esac
1ec601bf
FXC
2146elif test "x$prefix" != xNONE; then
2147 ac_site_file1=$prefix/share/config.site
2148 ac_site_file2=$prefix/etc/config.site
2149else
2150 ac_site_file1=$ac_default_prefix/share/config.site
2151 ac_site_file2=$ac_default_prefix/etc/config.site
2152fi
2153for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2154do
2155 test "x$ac_site_file" = xNONE && continue
22e05272 2156 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1ec601bf
FXC
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2158$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2159 sed 's/^/| /' "$ac_site_file" >&5
22e05272
JM
2160 . "$ac_site_file" \
2161 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2162$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2163as_fn_error $? "failed to load site script $ac_site_file
2164See \`config.log' for more details" "$LINENO" 5; }
1ec601bf
FXC
2165 fi
2166done
2167
2168if test -r "$cache_file"; then
22e05272
JM
2169 # Some versions of bash will fail to source /dev/null (special files
2170 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2171 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1ec601bf
FXC
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2173$as_echo "$as_me: loading cache $cache_file" >&6;}
2174 case $cache_file in
2175 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2176 *) . "./$cache_file";;
2177 esac
2178 fi
2179else
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2181$as_echo "$as_me: creating cache $cache_file" >&6;}
2182 >$cache_file
2183fi
2184
2185# Check that the precious variables saved in the cache have kept the same
2186# value.
2187ac_cache_corrupted=false
2188for ac_var in $ac_precious_vars; do
2189 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2190 eval ac_new_set=\$ac_env_${ac_var}_set
2191 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2192 eval ac_new_val=\$ac_env_${ac_var}_value
2193 case $ac_old_set,$ac_new_set in
2194 set,)
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2196$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2197 ac_cache_corrupted=: ;;
2198 ,set)
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2200$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2201 ac_cache_corrupted=: ;;
2202 ,);;
2203 *)
2204 if test "x$ac_old_val" != "x$ac_new_val"; then
2205 # differences in whitespace do not lead to failure.
2206 ac_old_val_w=`echo x $ac_old_val`
2207 ac_new_val_w=`echo x $ac_new_val`
2208 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2210$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2211 ac_cache_corrupted=:
2212 else
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2214$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2215 eval $ac_var=\$ac_old_val
2216 fi
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2218$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2220$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2221 fi;;
2222 esac
2223 # Pass precious variables to config.status.
2224 if test "$ac_new_set" = set; then
2225 case $ac_new_val in
2226 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2227 *) ac_arg=$ac_var=$ac_new_val ;;
2228 esac
2229 case " $ac_configure_args " in
2230 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2231 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2232 esac
2233 fi
2234done
2235if $ac_cache_corrupted; then
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2237$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2239$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22e05272 2240 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1ec601bf
FXC
2241fi
2242## -------------------- ##
2243## Main body of script. ##
2244## -------------------- ##
2245
2246ac_ext=c
2247ac_cpp='$CPP $CPPFLAGS'
2248ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2249ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2250ac_compiler_gnu=$ac_cv_c_compiler_gnu
2251
2252
2253
2254
2255
2256ac_config_headers="$ac_config_headers config.h"
2257
2258
2259# Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2260#
2261# You will slowly go insane if you do not grok the following fact: when
2262# building this library, the top-level /target/ becomes the library's /host/.
2263#
2264# configure then causes --target to default to --host, exactly like any
2265# other package using autoconf. Therefore, 'target' and 'host' will
2266# always be the same. This makes sense both for native and cross compilers
2267# just think about it for a little while. :-)
2268#
2269# Also, if this library is being configured as part of a cross compiler, the
2270# top-level configure script will pass the "real" host as $with_cross_host.
2271#
2272# Do not delete or change the following two lines. For why, see
2273# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2274ac_aux_dir=
2275for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22e05272
JM
2276 if test -f "$ac_dir/install-sh"; then
2277 ac_aux_dir=$ac_dir
2278 ac_install_sh="$ac_aux_dir/install-sh -c"
2279 break
2280 elif test -f "$ac_dir/install.sh"; then
2281 ac_aux_dir=$ac_dir
2282 ac_install_sh="$ac_aux_dir/install.sh -c"
2283 break
2284 elif test -f "$ac_dir/shtool"; then
2285 ac_aux_dir=$ac_dir
2286 ac_install_sh="$ac_aux_dir/shtool install -c"
2287 break
2288 fi
1ec601bf
FXC
2289done
2290if test -z "$ac_aux_dir"; then
22e05272 2291 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1ec601bf
FXC
2292fi
2293
2294# These three variables are undocumented and unsupported,
2295# and are intended to be withdrawn in a future Autoconf release.
2296# They can cause serious problems if a builder's source tree is in a directory
2297# whose full name contains unusual characters.
2298ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2299ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2300ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2301
2302
2303# Make sure we can run config.sub.
2304$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
22e05272 2305 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1ec601bf
FXC
2306
2307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2308$as_echo_n "checking build system type... " >&6; }
22e05272 2309if ${ac_cv_build+:} false; then :
1ec601bf
FXC
2310 $as_echo_n "(cached) " >&6
2311else
2312 ac_build_alias=$build_alias
2313test "x$ac_build_alias" = x &&
2314 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2315test "x$ac_build_alias" = x &&
22e05272 2316 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1ec601bf 2317ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
22e05272 2318 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1ec601bf
FXC
2319
2320fi
2321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2322$as_echo "$ac_cv_build" >&6; }
2323case $ac_cv_build in
2324*-*-*) ;;
22e05272 2325*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1ec601bf
FXC
2326esac
2327build=$ac_cv_build
2328ac_save_IFS=$IFS; IFS='-'
2329set x $ac_cv_build
2330shift
2331build_cpu=$1
2332build_vendor=$2
2333shift; shift
2334# Remember, the first character of IFS is used to create $*,
2335# except with old shells:
2336build_os=$*
2337IFS=$ac_save_IFS
2338case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2339
2340
2341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2342$as_echo_n "checking host system type... " >&6; }
22e05272 2343if ${ac_cv_host+:} false; then :
1ec601bf
FXC
2344 $as_echo_n "(cached) " >&6
2345else
2346 if test "x$host_alias" = x; then
2347 ac_cv_host=$ac_cv_build
2348else
2349 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
22e05272 2350 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1ec601bf
FXC
2351fi
2352
2353fi
2354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2355$as_echo "$ac_cv_host" >&6; }
2356case $ac_cv_host in
2357*-*-*) ;;
22e05272 2358*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1ec601bf
FXC
2359esac
2360host=$ac_cv_host
2361ac_save_IFS=$IFS; IFS='-'
2362set x $ac_cv_host
2363shift
2364host_cpu=$1
2365host_vendor=$2
2366shift; shift
2367# Remember, the first character of IFS is used to create $*,
2368# except with old shells:
2369host_os=$*
2370IFS=$ac_save_IFS
2371case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372
2373
2374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2375$as_echo_n "checking target system type... " >&6; }
22e05272 2376if ${ac_cv_target+:} false; then :
1ec601bf
FXC
2377 $as_echo_n "(cached) " >&6
2378else
2379 if test "x$target_alias" = x; then
2380 ac_cv_target=$ac_cv_host
2381else
2382 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
22e05272 2383 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
1ec601bf
FXC
2384fi
2385
2386fi
2387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2388$as_echo "$ac_cv_target" >&6; }
2389case $ac_cv_target in
2390*-*-*) ;;
22e05272 2391*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
1ec601bf
FXC
2392esac
2393target=$ac_cv_target
2394ac_save_IFS=$IFS; IFS='-'
2395set x $ac_cv_target
2396shift
2397target_cpu=$1
2398target_vendor=$2
2399shift; shift
2400# Remember, the first character of IFS is used to create $*,
2401# except with old shells:
2402target_os=$*
2403IFS=$ac_save_IFS
2404case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2405
2406
2407# The aliases save the names the user supplied, while $host etc.
2408# will get canonicalized.
2409test -n "$target_alias" &&
2410 test "$program_prefix$program_suffix$program_transform_name" = \
2411 NONENONEs,x,x, &&
2412 program_prefix=${target_alias}-
2413
fabfcf5e
KT
2414 case ${build_alias} in
2415 "") build_noncanonical=${build} ;;
2416 *) build_noncanonical=${build_alias} ;;
2417esac
2418
2419 case ${host_alias} in
2420 "") host_noncanonical=${build_noncanonical} ;;
2421 *) host_noncanonical=${host_alias} ;;
2422esac
2423
2424 case ${target_alias} in
2425 "") target_noncanonical=${host_noncanonical} ;;
2426 *) target_noncanonical=${target_alias} ;;
2427esac
2428
2429
2430
2431
ee5f0523
MK
2432# Default to --enable-multilib
2433# Check whether --enable-multilib was given.
2434if test "${enable_multilib+set}" = set; then :
2435 enableval=$enable_multilib; case "$enableval" in
2436 yes) multilib=yes ;;
2437 no) multilib=no ;;
22e05272 2438 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
ee5f0523
MK
2439 esac
2440else
2441 multilib=yes
2442fi
2443
2444
2445# We may get other options which we leave undocumented:
2446# --with-target-subdir, --with-multisrctop, --with-multisubdir
2447# See config-ml.in if you want the gory details.
2448
2449if test "$srcdir" = "."; then
2450 if test "$with_target_subdir" != "."; then
2451 multi_basedir="$srcdir/$with_multisrctop../.."
2452 else
2453 multi_basedir="$srcdir/$with_multisrctop.."
2454 fi
2455else
2456 multi_basedir="$srcdir/.."
2457fi
2458
2459
2460# Even if the default multilib is not a cross compilation,
2461# it may be that some of the other multilibs are.
2462if test $cross_compiling = no && test $multilib = yes \
2463 && test "x${with_multisubdir}" != x ; then
2464 cross_compiling=maybe
2465fi
2466
2467ac_config_commands="$ac_config_commands default-1"
2468
2469
1ec601bf
FXC
2470target_alias=${target_alias-$host_alias}
2471
fabfcf5e 2472
22e05272 2473am__api_version='1.15'
1ec601bf
FXC
2474
2475# Find a good install program. We prefer a C program (faster),
2476# so one script is as good as another. But avoid the broken or
2477# incompatible versions:
2478# SysV /etc/install, /usr/sbin/install
2479# SunOS /usr/etc/install
2480# IRIX /sbin/install
2481# AIX /bin/install
2482# AmigaOS /C/install, which installs bootblocks on floppy discs
2483# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2484# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2485# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2486# OS/2's system install, which has a completely different semantic
2487# ./install, which can be erroneously created by make from ./install.sh.
2488# Reject install programs that cannot install multiple files.
2489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2490$as_echo_n "checking for a BSD-compatible install... " >&6; }
2491if test -z "$INSTALL"; then
22e05272 2492if ${ac_cv_path_install+:} false; then :
1ec601bf
FXC
2493 $as_echo_n "(cached) " >&6
2494else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496for as_dir in $PATH
2497do
2498 IFS=$as_save_IFS
2499 test -z "$as_dir" && as_dir=.
2500 # Account for people who put trailing slashes in PATH elements.
2501case $as_dir/ in #((
2502 ./ | .// | /[cC]/* | \
2503 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2504 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2505 /usr/ucb/* ) ;;
2506 *)
2507 # OSF1 and SCO ODT 3.0 have their own names for install.
2508 # Don't use installbsd from OSF since it installs stuff as root
2509 # by default.
2510 for ac_prog in ginstall scoinst install; do
2511 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2512 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1ec601bf
FXC
2513 if test $ac_prog = install &&
2514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2515 # AIX install. It has an incompatible calling convention.
2516 :
2517 elif test $ac_prog = install &&
2518 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2519 # program-specific install script used by HP pwplus--don't use.
2520 :
2521 else
2522 rm -rf conftest.one conftest.two conftest.dir
2523 echo one > conftest.one
2524 echo two > conftest.two
2525 mkdir conftest.dir
2526 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2527 test -s conftest.one && test -s conftest.two &&
2528 test -s conftest.dir/conftest.one &&
2529 test -s conftest.dir/conftest.two
2530 then
2531 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2532 break 3
2533 fi
2534 fi
2535 fi
2536 done
2537 done
2538 ;;
2539esac
2540
2541 done
2542IFS=$as_save_IFS
2543
2544rm -rf conftest.one conftest.two conftest.dir
2545
2546fi
2547 if test "${ac_cv_path_install+set}" = set; then
2548 INSTALL=$ac_cv_path_install
2549 else
2550 # As a last resort, use the slow shell script. Don't cache a
2551 # value for INSTALL within a source directory, because that will
2552 # break other packages using the cache if that directory is
2553 # removed, or if the value is a relative name.
2554 INSTALL=$ac_install_sh
2555 fi
2556fi
2557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2558$as_echo "$INSTALL" >&6; }
2559
2560# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2561# It thinks the first close brace ends the variable substitution.
2562test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2563
2564test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2565
2566test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2567
2568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2569$as_echo_n "checking whether build environment is sane... " >&6; }
1ec601bf
FXC
2570# Reject unsafe characters in $srcdir or the absolute working directory
2571# name. Accept space and tab only in the latter.
2572am_lf='
2573'
2574case `pwd` in
2575 *[\\\"\#\$\&\'\`$am_lf]*)
22e05272 2576 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1ec601bf
FXC
2577esac
2578case $srcdir in
2579 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
22e05272 2580 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1ec601bf
FXC
2581esac
2582
22e05272 2583# Do 'set' in a subshell so we don't clobber the current shell's
1ec601bf
FXC
2584# arguments. Must try -L first in case configure is actually a
2585# symlink; some systems play weird games with the mod time of symlinks
2586# (eg FreeBSD returns the mod time of the symlink's containing
2587# directory).
2588if (
22e05272
JM
2589 am_has_slept=no
2590 for am_try in 1 2; do
2591 echo "timestamp, slept: $am_has_slept" > conftest.file
2592 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2593 if test "$*" = "X"; then
2594 # -L didn't work.
2595 set X `ls -t "$srcdir/configure" conftest.file`
2596 fi
2597 if test "$*" != "X $srcdir/configure conftest.file" \
2598 && test "$*" != "X conftest.file $srcdir/configure"; then
2599
2600 # If neither matched, then we have a broken ls. This can happen
2601 # if, for instance, CONFIG_SHELL is bash and it inherits a
2602 # broken ls alias from the environment. This has actually
2603 # happened. Such a system could not be considered "sane".
2604 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2605 alias in your environment" "$LINENO" 5
2606 fi
2607 if test "$2" = conftest.file || test $am_try -eq 2; then
2608 break
2609 fi
2610 # Just in case.
2611 sleep 1
2612 am_has_slept=yes
2613 done
1ec601bf
FXC
2614 test "$2" = conftest.file
2615 )
2616then
2617 # Ok.
2618 :
2619else
22e05272 2620 as_fn_error $? "newly created file is older than distributed files!
1ec601bf
FXC
2621Check your system clock" "$LINENO" 5
2622fi
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2624$as_echo "yes" >&6; }
22e05272
JM
2625# If we didn't sleep, we still need to ensure time stamps of config.status and
2626# generated files are strictly newer.
2627am_sleep_pid=
2628if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2629 ( sleep 1 ) &
2630 am_sleep_pid=$!
2631fi
2632
2633rm -f conftest.file
2634
1ec601bf
FXC
2635test "$program_prefix" != NONE &&
2636 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2637# Use a double $ so make ignores it.
2638test "$program_suffix" != NONE &&
2639 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2640# Double any \ or $.
2641# By default was `s,x,x', remove it if useless.
2642ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2643program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2644
22e05272
JM
2645# Expand $ac_aux_dir to an absolute path.
2646am_aux_dir=`cd "$ac_aux_dir" && pwd`
1ec601bf
FXC
2647
2648if test x"${MISSING+set}" != xset; then
2649 case $am_aux_dir in
2650 *\ * | *\ *)
2651 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2652 *)
2653 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2654 esac
2655fi
2656# Use eval to expand $SHELL
22e05272
JM
2657if eval "$MISSING --is-lightweight"; then
2658 am_missing_run="$MISSING "
1ec601bf
FXC
2659else
2660 am_missing_run=
22e05272
JM
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2662$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1ec601bf
FXC
2663fi
2664
22e05272 2665if test x"${install_sh+set}" != xset; then
1ec601bf
FXC
2666 case $am_aux_dir in
2667 *\ * | *\ *)
2668 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2669 *)
2670 install_sh="\${SHELL} $am_aux_dir/install-sh"
2671 esac
2672fi
2673
22e05272
JM
2674# Installed binaries are usually stripped using 'strip' when the user
2675# run "make install-strip". However 'strip' might not be the right
1ec601bf 2676# tool to use in cross-compilation environments, therefore Automake
22e05272 2677# will honor the 'STRIP' environment variable to overrule this program.
1ec601bf
FXC
2678if test "$cross_compiling" != no; then
2679 if test -n "$ac_tool_prefix"; then
2680 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2681set dummy ${ac_tool_prefix}strip; ac_word=$2
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2683$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2684if ${ac_cv_prog_STRIP+:} false; then :
1ec601bf
FXC
2685 $as_echo_n "(cached) " >&6
2686else
2687 if test -n "$STRIP"; then
2688 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2689else
2690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691for as_dir in $PATH
2692do
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
2697 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 break 2
2700 fi
2701done
2702 done
2703IFS=$as_save_IFS
2704
2705fi
2706fi
2707STRIP=$ac_cv_prog_STRIP
2708if test -n "$STRIP"; then
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2710$as_echo "$STRIP" >&6; }
2711else
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2713$as_echo "no" >&6; }
2714fi
2715
2716
2717fi
2718if test -z "$ac_cv_prog_STRIP"; then
2719 ac_ct_STRIP=$STRIP
2720 # Extract the first word of "strip", so it can be a program name with args.
2721set dummy strip; ac_word=$2
2722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2723$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2724if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1ec601bf
FXC
2725 $as_echo_n "(cached) " >&6
2726else
2727 if test -n "$ac_ct_STRIP"; then
2728 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2729else
2730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2731for as_dir in $PATH
2732do
2733 IFS=$as_save_IFS
2734 test -z "$as_dir" && as_dir=.
2735 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
2737 ac_cv_prog_ac_ct_STRIP="strip"
2738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2739 break 2
2740 fi
2741done
2742 done
2743IFS=$as_save_IFS
2744
2745fi
2746fi
2747ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2748if test -n "$ac_ct_STRIP"; then
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2750$as_echo "$ac_ct_STRIP" >&6; }
2751else
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2753$as_echo "no" >&6; }
2754fi
2755
2756 if test "x$ac_ct_STRIP" = x; then
2757 STRIP=":"
2758 else
2759 case $cross_compiling:$ac_tool_warned in
2760yes:)
2761{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2762$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2763ac_tool_warned=yes ;;
2764esac
2765 STRIP=$ac_ct_STRIP
2766 fi
2767else
2768 STRIP="$ac_cv_prog_STRIP"
2769fi
2770
2771fi
2772INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2773
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2775$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2776if test -z "$MKDIR_P"; then
22e05272 2777 if ${ac_cv_path_mkdir+:} false; then :
1ec601bf
FXC
2778 $as_echo_n "(cached) " >&6
2779else
2780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2781for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2782do
2783 IFS=$as_save_IFS
2784 test -z "$as_dir" && as_dir=.
2785 for ac_prog in mkdir gmkdir; do
2786 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2787 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
1ec601bf
FXC
2788 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2789 'mkdir (GNU coreutils) '* | \
2790 'mkdir (coreutils) '* | \
2791 'mkdir (fileutils) '4.1*)
2792 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2793 break 3;;
2794 esac
2795 done
2796 done
2797 done
2798IFS=$as_save_IFS
2799
2800fi
2801
22e05272 2802 test -d ./--version && rmdir ./--version
1ec601bf
FXC
2803 if test "${ac_cv_path_mkdir+set}" = set; then
2804 MKDIR_P="$ac_cv_path_mkdir -p"
2805 else
2806 # As a last resort, use the slow shell script. Don't cache a
2807 # value for MKDIR_P within a source directory, because that will
2808 # break other packages using the cache if that directory is
2809 # removed, or if the value is a relative name.
1ec601bf
FXC
2810 MKDIR_P="$ac_install_sh -d"
2811 fi
2812fi
2813{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2814$as_echo "$MKDIR_P" >&6; }
2815
1ec601bf
FXC
2816for ac_prog in gawk mawk nawk awk
2817do
2818 # Extract the first word of "$ac_prog", so it can be a program name with args.
2819set dummy $ac_prog; ac_word=$2
2820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2821$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2822if ${ac_cv_prog_AWK+:} false; then :
1ec601bf
FXC
2823 $as_echo_n "(cached) " >&6
2824else
2825 if test -n "$AWK"; then
2826 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2827else
2828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2829for as_dir in $PATH
2830do
2831 IFS=$as_save_IFS
2832 test -z "$as_dir" && as_dir=.
2833 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
2835 ac_cv_prog_AWK="$ac_prog"
2836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2837 break 2
2838 fi
2839done
2840 done
2841IFS=$as_save_IFS
2842
2843fi
2844fi
2845AWK=$ac_cv_prog_AWK
2846if test -n "$AWK"; then
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2848$as_echo "$AWK" >&6; }
2849else
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2851$as_echo "no" >&6; }
2852fi
2853
2854
2855 test -n "$AWK" && break
2856done
2857
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2859$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2860set x ${MAKE-make}
2861ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
22e05272 2862if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
1ec601bf
FXC
2863 $as_echo_n "(cached) " >&6
2864else
2865 cat >conftest.make <<\_ACEOF
2866SHELL = /bin/sh
2867all:
2868 @echo '@@@%%%=$(MAKE)=@@@%%%'
2869_ACEOF
22e05272 2870# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1ec601bf
FXC
2871case `${MAKE-make} -f conftest.make 2>/dev/null` in
2872 *@@@%%%=?*=@@@%%%*)
2873 eval ac_cv_prog_make_${ac_make}_set=yes;;
2874 *)
2875 eval ac_cv_prog_make_${ac_make}_set=no;;
2876esac
2877rm -f conftest.make
2878fi
2879if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2881$as_echo "yes" >&6; }
2882 SET_MAKE=
2883else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885$as_echo "no" >&6; }
2886 SET_MAKE="MAKE=${MAKE-make}"
2887fi
2888
2889rm -rf .tst 2>/dev/null
2890mkdir .tst 2>/dev/null
2891if test -d .tst; then
2892 am__leading_dot=.
2893else
2894 am__leading_dot=_
2895fi
2896rmdir .tst 2>/dev/null
2897
22e05272
JM
2898# Check whether --enable-silent-rules was given.
2899if test "${enable_silent_rules+set}" = set; then :
2900 enableval=$enable_silent_rules;
2901fi
2902
2903case $enable_silent_rules in # (((
2904 yes) AM_DEFAULT_VERBOSITY=0;;
2905 no) AM_DEFAULT_VERBOSITY=1;;
2906 *) AM_DEFAULT_VERBOSITY=1;;
2907esac
2908am_make=${MAKE-make}
2909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2910$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2911if ${am_cv_make_support_nested_variables+:} false; then :
2912 $as_echo_n "(cached) " >&6
2913else
2914 if $as_echo 'TRUE=$(BAR$(V))
2915BAR0=false
2916BAR1=true
2917V=1
2918am__doit:
2919 @$(TRUE)
2920.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2921 am_cv_make_support_nested_variables=yes
2922else
2923 am_cv_make_support_nested_variables=no
2924fi
2925fi
2926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2927$as_echo "$am_cv_make_support_nested_variables" >&6; }
2928if test $am_cv_make_support_nested_variables = yes; then
2929 AM_V='$(V)'
2930 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2931else
2932 AM_V=$AM_DEFAULT_VERBOSITY
2933 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2934fi
2935AM_BACKSLASH='\'
2936
1ec601bf
FXC
2937if test "`cd $srcdir && pwd`" != "`pwd`"; then
2938 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2939 # is not polluted with repeated "-I."
2940 am__isrc=' -I$(srcdir)'
2941 # test to see if srcdir already configured
2942 if test -f $srcdir/config.status; then
22e05272 2943 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
1ec601bf
FXC
2944 fi
2945fi
2946
2947# test whether we have cygpath
2948if test -z "$CYGPATH_W"; then
2949 if (cygpath --version) >/dev/null 2>/dev/null; then
2950 CYGPATH_W='cygpath -w'
2951 else
2952 CYGPATH_W=echo
2953 fi
2954fi
2955
2956
2957# Define the identity of the package.
2958 PACKAGE='libquadmath'
2959 VERSION='0.1'
2960
2961
2962cat >>confdefs.h <<_ACEOF
2963#define PACKAGE "$PACKAGE"
2964_ACEOF
2965
2966
2967cat >>confdefs.h <<_ACEOF
2968#define VERSION "$VERSION"
2969_ACEOF
2970
2971# Some tools Automake needs.
2972
2973ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2974
2975
2976AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2977
2978
2979AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2980
2981
2982AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2983
2984
2985MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2986
22e05272
JM
2987# For better backward compatibility. To be removed once Automake 1.9.x
2988# dies out for good. For more background, see:
2989# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2990# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2991mkdir_p='$(MKDIR_P)'
2992
2993# We need awk for the "check" target (and possibly the TAP driver). The
2994# system "awk" is bad on some platforms.
5d79f496
MH
2995# Always define AMTAR for backward compatibility. Yes, it's still used
2996# in the wild :-( We should find a proper way to deprecate it ...
2997AMTAR='$${TAR-tar}'
1ec601bf 2998
22e05272
JM
2999
3000# We'll loop over all known methods to create a tar archive until one works.
3001_am_tools='gnutar pax cpio none'
3002
5d79f496 3003am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
1ec601bf
FXC
3004
3005
3006
3007
3008
3009
22e05272
JM
3010# POSIX will say in a future version that running "rm -f" with no argument
3011# is OK; and we want to be able to make that assumption in our Makefile
3012# recipes. So use an aggressive probe to check that the usage we want is
3013# actually supported "in the wild" to an acceptable degree.
3014# See automake bug#10828.
3015# To make any issue more visible, cause the running configure to be aborted
3016# by default if the 'rm' program in use doesn't match our expectations; the
3017# user can still override this though.
3018if rm -f && rm -fr && rm -rf; then : OK; else
3019 cat >&2 <<'END'
3020Oops!
3021
3022Your 'rm' program seems unable to run without file operands specified
3023on the command line, even when the '-f' option is present. This is contrary
3024to the behaviour of most rm programs out there, and not conforming with
3025the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3026
3027Please tell bug-automake@gnu.org about your system, including the value
3028of your $PATH and any error possibly output before this message. This
3029can help us improve future automake versions.
3030
3031END
3032 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3033 echo 'Configuration will proceed anyway, since you have set the' >&2
3034 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3035 echo >&2
3036 else
3037 cat >&2 <<'END'
3038Aborting the configuration process, to ensure you take notice of the issue.
3039
3040You can download and install GNU coreutils to get an 'rm' implementation
3041that behaves properly: <http://www.gnu.org/software/coreutils/>.
3042
3043If you want to complete the configuration process using your problematic
3044'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3045to "yes", and re-run configure.
3046
3047END
3048 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3049 fi
3050fi
3051
3052
fabfcf5e
KT
3053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
3054$as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
3055# Check whether --enable-version-specific-runtime-libs was given.
3056if test "${enable_version_specific_runtime_libs+set}" = set; then :
3057 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
3058 yes) version_specific_libs=yes ;;
3059 no) version_specific_libs=no ;;
22e05272 3060 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
fabfcf5e
KT
3061 esac
3062else
3063 version_specific_libs=no
3064fi
3065
3066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
3067$as_echo "$version_specific_libs" >&6; }
3068
3069
3070
1d92226b 3071DEPDIR="${am__leading_dot}deps"
4c993c44 3072
1d92226b
JJ
3073ac_config_commands="$ac_config_commands depfiles"
3074
3075
3076am_make=${MAKE-make}
3077cat > confinc << 'END'
3078am__doit:
3079 @echo this is the am__doit target
3080.PHONY: am__doit
3081END
3082# If we don't find an include directive, just comment out the code.
3083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3084$as_echo_n "checking for style of include used by $am_make... " >&6; }
3085am__include="#"
3086am__quote=
3087_am_result=none
3088# First try GNU make style include.
3089echo "include confinc" > confmf
22e05272 3090# Ignore all kinds of additional output from 'make'.
1d92226b
JJ
3091case `$am_make -s -f confmf 2> /dev/null` in #(
3092*the\ am__doit\ target*)
3093 am__include=include
3094 am__quote=
3095 _am_result=GNU
3096 ;;
3097esac
3098# Now try BSD make style include.
3099if test "$am__include" = "#"; then
3100 echo '.include "confinc"' > confmf
3101 case `$am_make -s -f confmf 2> /dev/null` in #(
3102 *the\ am__doit\ target*)
3103 am__include=.include
3104 am__quote="\""
3105 _am_result=BSD
3106 ;;
3107 esac
3108fi
3109
3110
3111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3112$as_echo "$_am_result" >&6; }
3113rm -f confinc confmf
3114
3115# Check whether --enable-dependency-tracking was given.
3116if test "${enable_dependency_tracking+set}" = set; then :
3117 enableval=$enable_dependency_tracking;
3118fi
3119
3120if test "x$enable_dependency_tracking" != xno; then
3121 am_depcomp="$ac_aux_dir/depcomp"
3122 AMDEPBACKSLASH='\'
5d79f496 3123 am__nodep='_no'
1d92226b
JJ
3124fi
3125 if test "x$enable_dependency_tracking" != xno; then
3126 AMDEP_TRUE=
3127 AMDEP_FALSE='#'
3128else
3129 AMDEP_TRUE='#'
3130 AMDEP_FALSE=
3131fi
3132
3133
3134ac_ext=c
3135ac_cpp='$CPP $CPPFLAGS'
3136ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3137ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3138ac_compiler_gnu=$ac_cv_c_compiler_gnu
3139if test -n "$ac_tool_prefix"; then
3140 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3141set dummy ${ac_tool_prefix}gcc; ac_word=$2
4c993c44
TB
3142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3143$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3144if ${ac_cv_prog_CC+:} false; then :
4c993c44
TB
3145 $as_echo_n "(cached) " >&6
3146else
1d92226b
JJ
3147 if test -n "$CC"; then
3148 ac_cv_prog_CC="$CC" # Let the user override the test.
4c993c44
TB
3149else
3150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3151for as_dir in $PATH
3152do
3153 IFS=$as_save_IFS
3154 test -z "$as_dir" && as_dir=.
3155 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b 3157 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4c993c44
TB
3158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3159 break 2
3160 fi
3161done
3162 done
3163IFS=$as_save_IFS
3164
3165fi
3166fi
1d92226b
JJ
3167CC=$ac_cv_prog_CC
3168if test -n "$CC"; then
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3170$as_echo "$CC" >&6; }
4c993c44
TB
3171else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3173$as_echo "no" >&6; }
3174fi
3175
3176
1d92226b
JJ
3177fi
3178if test -z "$ac_cv_prog_CC"; then
3179 ac_ct_CC=$CC
3180 # Extract the first word of "gcc", so it can be a program name with args.
3181set dummy gcc; ac_word=$2
3182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3183$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3184if ${ac_cv_prog_ac_ct_CC+:} false; then :
4c993c44
TB
3185 $as_echo_n "(cached) " >&6
3186else
1d92226b
JJ
3187 if test -n "$ac_ct_CC"; then
3188 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3189else
3190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3191for as_dir in $PATH
3192do
3193 IFS=$as_save_IFS
3194 test -z "$as_dir" && as_dir=.
3195 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
3197 ac_cv_prog_ac_ct_CC="gcc"
3198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3199 break 2
3200 fi
3201done
3202 done
3203IFS=$as_save_IFS
4c993c44
TB
3204
3205fi
1d92226b
JJ
3206fi
3207ac_ct_CC=$ac_cv_prog_ac_ct_CC
3208if test -n "$ac_ct_CC"; then
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3210$as_echo "$ac_ct_CC" >&6; }
3211else
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3213$as_echo "no" >&6; }
3214fi
3215
3216 if test "x$ac_ct_CC" = x; then
3217 CC=""
4c993c44 3218 else
1d92226b
JJ
3219 case $cross_compiling:$ac_tool_warned in
3220yes:)
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3222$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3223ac_tool_warned=yes ;;
3224esac
3225 CC=$ac_ct_CC
4c993c44 3226 fi
4c993c44 3227else
1d92226b 3228 CC="$ac_cv_prog_CC"
4c993c44
TB
3229fi
3230
1d92226b
JJ
3231if test -z "$CC"; then
3232 if test -n "$ac_tool_prefix"; then
3233 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3234set dummy ${ac_tool_prefix}cc; ac_word=$2
1ec601bf
FXC
3235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3236$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3237if ${ac_cv_prog_CC+:} false; then :
1ec601bf
FXC
3238 $as_echo_n "(cached) " >&6
3239else
3240 if test -n "$CC"; then
3241 ac_cv_prog_CC="$CC" # Let the user override the test.
3242else
3243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3244for as_dir in $PATH
3245do
3246 IFS=$as_save_IFS
3247 test -z "$as_dir" && as_dir=.
3248 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b 3250 ac_cv_prog_CC="${ac_tool_prefix}cc"
1ec601bf
FXC
3251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3252 break 2
3253 fi
3254done
3255 done
3256IFS=$as_save_IFS
3257
3258fi
3259fi
3260CC=$ac_cv_prog_CC
3261if test -n "$CC"; then
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3263$as_echo "$CC" >&6; }
3264else
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3266$as_echo "no" >&6; }
3267fi
3268
3269
1d92226b 3270 fi
1ec601bf 3271fi
1d92226b
JJ
3272if test -z "$CC"; then
3273 # Extract the first word of "cc", so it can be a program name with args.
3274set dummy cc; ac_word=$2
1ec601bf
FXC
3275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3276$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3277if ${ac_cv_prog_CC+:} false; then :
1ec601bf
FXC
3278 $as_echo_n "(cached) " >&6
3279else
1d92226b
JJ
3280 if test -n "$CC"; then
3281 ac_cv_prog_CC="$CC" # Let the user override the test.
1ec601bf 3282else
1d92226b 3283 ac_prog_rejected=no
1ec601bf
FXC
3284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3285for as_dir in $PATH
3286do
3287 IFS=$as_save_IFS
3288 test -z "$as_dir" && as_dir=.
3289 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
3291 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3292 ac_prog_rejected=yes
3293 continue
3294 fi
3295 ac_cv_prog_CC="cc"
1ec601bf
FXC
3296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3297 break 2
3298 fi
3299done
3300 done
3301IFS=$as_save_IFS
3302
1d92226b
JJ
3303if test $ac_prog_rejected = yes; then
3304 # We found a bogon in the path, so make sure we never use it.
3305 set dummy $ac_cv_prog_CC
3306 shift
3307 if test $# != 0; then
3308 # We chose a different compiler from the bogus one.
3309 # However, it has the same basename, so the bogon will be chosen
3310 # first if we set CC to just the basename; use the full file name.
3311 shift
3312 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3313 fi
1ec601bf
FXC
3314fi
3315fi
1d92226b
JJ
3316fi
3317CC=$ac_cv_prog_CC
3318if test -n "$CC"; then
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3320$as_echo "$CC" >&6; }
1ec601bf
FXC
3321else
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3323$as_echo "no" >&6; }
3324fi
3325
1ec601bf 3326
1d92226b 3327fi
1ec601bf 3328if test -z "$CC"; then
1d92226b
JJ
3329 if test -n "$ac_tool_prefix"; then
3330 for ac_prog in cl.exe
3331 do
3332 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3333set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1ec601bf
FXC
3334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3335$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3336if ${ac_cv_prog_CC+:} false; then :
1ec601bf
FXC
3337 $as_echo_n "(cached) " >&6
3338else
3339 if test -n "$CC"; then
3340 ac_cv_prog_CC="$CC" # Let the user override the test.
3341else
3342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3343for as_dir in $PATH
3344do
3345 IFS=$as_save_IFS
3346 test -z "$as_dir" && as_dir=.
3347 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b 3349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1ec601bf
FXC
3350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3351 break 2
3352 fi
3353done
3354 done
3355IFS=$as_save_IFS
3356
3357fi
3358fi
3359CC=$ac_cv_prog_CC
3360if test -n "$CC"; then
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3362$as_echo "$CC" >&6; }
3363else
3364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3365$as_echo "no" >&6; }
3366fi
3367
3368
3369 test -n "$CC" && break
3370 done
3371fi
3372if test -z "$CC"; then
3373 ac_ct_CC=$CC
3374 for ac_prog in cl.exe
3375do
3376 # Extract the first word of "$ac_prog", so it can be a program name with args.
3377set dummy $ac_prog; ac_word=$2
3378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3379$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3380if ${ac_cv_prog_ac_ct_CC+:} false; then :
1ec601bf
FXC
3381 $as_echo_n "(cached) " >&6
3382else
3383 if test -n "$ac_ct_CC"; then
3384 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3385else
3386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3387for as_dir in $PATH
3388do
3389 IFS=$as_save_IFS
3390 test -z "$as_dir" && as_dir=.
3391 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
3393 ac_cv_prog_ac_ct_CC="$ac_prog"
3394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3395 break 2
3396 fi
3397done
3398 done
3399IFS=$as_save_IFS
3400
3401fi
3402fi
3403ac_ct_CC=$ac_cv_prog_ac_ct_CC
3404if test -n "$ac_ct_CC"; then
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3406$as_echo "$ac_ct_CC" >&6; }
3407else
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3409$as_echo "no" >&6; }
3410fi
3411
3412
3413 test -n "$ac_ct_CC" && break
3414done
3415
3416 if test "x$ac_ct_CC" = x; then
3417 CC=""
3418 else
3419 case $cross_compiling:$ac_tool_warned in
3420yes:)
3421{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3422$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3423ac_tool_warned=yes ;;
3424esac
3425 CC=$ac_ct_CC
3426 fi
3427fi
3428
3429fi
3430
3431
3432test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3434as_fn_error $? "no acceptable C compiler found in \$PATH
3435See \`config.log' for more details" "$LINENO" 5; }
1ec601bf
FXC
3436
3437# Provide some information about the compiler.
3438$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3439set X $ac_compile
3440ac_compiler=$2
3441for ac_option in --version -v -V -qversion; do
3442 { { ac_try="$ac_compiler $ac_option >&5"
3443case "(($ac_try" in
3444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3445 *) ac_try_echo=$ac_try;;
3446esac
3447eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3448$as_echo "$ac_try_echo"; } >&5
3449 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3450 ac_status=$?
3451 if test -s conftest.err; then
3452 sed '10a\
3453... rest of stderr output deleted ...
3454 10q' conftest.err >conftest.er1
3455 cat conftest.er1 >&5
1ec601bf 3456 fi
22e05272 3457 rm -f conftest.er1 conftest.err
1ec601bf
FXC
3458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3459 test $ac_status = 0; }
3460done
3461
3462cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463/* end confdefs.h. */
02ce382c 3464#include <stdio.h>
fabfcf5e
KT
3465int
3466main ()
3467{
02ce382c 3468printf ("hello world\n");
fabfcf5e
KT
3469 ;
3470 return 0;
3471}
3472_ACEOF
3473# FIXME: Cleanup?
3474if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
3475 (eval $ac_link) 2>&5
3476 ac_status=$?
3477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3478 test $ac_status = 0; }; then :
3479 gcc_no_link=no
3480else
3481 gcc_no_link=yes
3482fi
3483if test x$gcc_no_link = xyes; then
3484 # Setting cross_compile will disable run tests; it will
3485 # also disable AC_CHECK_FILE but that's generally
3486 # correct if we can't link.
3487 cross_compiling=yes
3488 EXEEXT=
3489else
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491/* end confdefs.h. */
3492
1ec601bf
FXC
3493int
3494main ()
3495{
3496
3497 ;
3498 return 0;
3499}
3500_ACEOF
3501ac_clean_files_save=$ac_clean_files
22e05272 3502ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
1ec601bf
FXC
3503# Try to create an executable without -o first, disregard a.out.
3504# It will help us diagnose broken compilers, and finding out an intuition
3505# of exeext.
22e05272
JM
3506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3507$as_echo_n "checking whether the C compiler works... " >&6; }
1ec601bf
FXC
3508ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3509
3510# The possible output files:
3511ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3512
3513ac_rmfiles=
3514for ac_file in $ac_files
3515do
3516 case $ac_file in
3517 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3518 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3519 esac
3520done
3521rm -f $ac_rmfiles
3522
3523if { { ac_try="$ac_link_default"
3524case "(($ac_try" in
3525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3526 *) ac_try_echo=$ac_try;;
3527esac
3528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3529$as_echo "$ac_try_echo"; } >&5
3530 (eval "$ac_link_default") 2>&5
3531 ac_status=$?
3532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3533 test $ac_status = 0; }; then :
3534 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3535# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3536# in a Makefile. We should not override ac_cv_exeext if it was cached,
3537# so that the user can short-circuit this test for compilers unknown to
3538# Autoconf.
3539for ac_file in $ac_files ''
3540do
3541 test -f "$ac_file" || continue
3542 case $ac_file in
3543 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3544 ;;
3545 [ab].out )
3546 # We found the default executable, but exeext='' is most
3547 # certainly right.
3548 break;;
3549 *.* )
3550 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3551 then :; else
3552 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3553 fi
3554 # We set ac_cv_exeext here because the later test for it is not
3555 # safe: cross compilers may not add the suffix if given an `-o'
3556 # argument, so we may need to know it at that point already.
3557 # Even if this section looks crufty: it has the advantage of
3558 # actually working.
3559 break;;
3560 * )
3561 break;;
3562 esac
3563done
3564test "$ac_cv_exeext" = no && ac_cv_exeext=
3565
3566else
3567 ac_file=''
3568fi
1ec601bf 3569if test -z "$ac_file"; then :
22e05272
JM
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3571$as_echo "no" >&6; }
3572$as_echo "$as_me: failed program was:" >&5
1ec601bf
FXC
3573sed 's/^/| /' conftest.$ac_ext >&5
3574
3575{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3576$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3577as_fn_error 77 "C compiler cannot create executables
3578See \`config.log' for more details" "$LINENO" 5; }
3579else
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3581$as_echo "yes" >&6; }
1ec601bf 3582fi
22e05272
JM
3583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3584$as_echo_n "checking for C compiler default output file name... " >&6; }
3585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3586$as_echo "$ac_file" >&6; }
1ec601bf
FXC
3587ac_exeext=$ac_cv_exeext
3588
22e05272 3589rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
1ec601bf 3590ac_clean_files=$ac_clean_files_save
1ec601bf
FXC
3591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3592$as_echo_n "checking for suffix of executables... " >&6; }
3593if { { ac_try="$ac_link"
3594case "(($ac_try" in
3595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3596 *) ac_try_echo=$ac_try;;
3597esac
3598eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3599$as_echo "$ac_try_echo"; } >&5
3600 (eval "$ac_link") 2>&5
3601 ac_status=$?
3602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3603 test $ac_status = 0; }; then :
3604 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3605# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3606# work properly (i.e., refer to `conftest.exe'), while it won't with
3607# `rm'.
3608for ac_file in conftest.exe conftest conftest.*; do
3609 test -f "$ac_file" || continue
3610 case $ac_file in
3611 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3612 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3613 break;;
3614 * ) break;;
3615 esac
3616done
3617else
3618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3620as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3621See \`config.log' for more details" "$LINENO" 5; }
1ec601bf 3622fi
22e05272 3623rm -f conftest conftest$ac_cv_exeext
1ec601bf
FXC
3624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3625$as_echo "$ac_cv_exeext" >&6; }
3626
3627rm -f conftest.$ac_ext
3628EXEEXT=$ac_cv_exeext
3629ac_exeext=$EXEEXT
22e05272
JM
3630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3631/* end confdefs.h. */
3632#include <stdio.h>
3633int
3634main ()
3635{
3636FILE *f = fopen ("conftest.out", "w");
3637 return ferror (f) || fclose (f) != 0;
3638
3639 ;
3640 return 0;
3641}
3642_ACEOF
3643ac_clean_files="$ac_clean_files conftest.out"
3644# Check that the compiler produces executables we can run. If not, either
3645# the compiler is broken, or we cross compile.
3646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3647$as_echo_n "checking whether we are cross compiling... " >&6; }
3648if test "$cross_compiling" != yes; then
3649 { { ac_try="$ac_link"
3650case "(($ac_try" in
3651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3652 *) ac_try_echo=$ac_try;;
3653esac
3654eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3655$as_echo "$ac_try_echo"; } >&5
3656 (eval "$ac_link") 2>&5
3657 ac_status=$?
3658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3659 test $ac_status = 0; }
3660 if { ac_try='./conftest$ac_cv_exeext'
3661 { { case "(($ac_try" in
3662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3663 *) ac_try_echo=$ac_try;;
3664esac
3665eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3666$as_echo "$ac_try_echo"; } >&5
3667 (eval "$ac_try") 2>&5
3668 ac_status=$?
3669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3670 test $ac_status = 0; }; }; then
3671 cross_compiling=no
3672 else
3673 if test "$cross_compiling" = maybe; then
3674 cross_compiling=yes
3675 else
3676 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3677$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3678as_fn_error $? "cannot run C compiled programs.
3679If you meant to cross compile, use \`--host'.
3680See \`config.log' for more details" "$LINENO" 5; }
3681 fi
3682 fi
3683fi
3684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3685$as_echo "$cross_compiling" >&6; }
3686
3687rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3688ac_clean_files=$ac_clean_files_save
fabfcf5e 3689fi
1ec601bf
FXC
3690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3691$as_echo_n "checking for suffix of object files... " >&6; }
22e05272 3692if ${ac_cv_objext+:} false; then :
1ec601bf
FXC
3693 $as_echo_n "(cached) " >&6
3694else
3695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3696/* end confdefs.h. */
3697
3698int
3699main ()
3700{
3701
3702 ;
3703 return 0;
3704}
3705_ACEOF
3706rm -f conftest.o conftest.obj
3707if { { ac_try="$ac_compile"
3708case "(($ac_try" in
3709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3710 *) ac_try_echo=$ac_try;;
3711esac
3712eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3713$as_echo "$ac_try_echo"; } >&5
3714 (eval "$ac_compile") 2>&5
3715 ac_status=$?
3716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3717 test $ac_status = 0; }; then :
3718 for ac_file in conftest.o conftest.obj conftest.*; do
3719 test -f "$ac_file" || continue;
3720 case $ac_file in
3721 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3722 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3723 break;;
3724 esac
3725done
3726else
3727 $as_echo "$as_me: failed program was:" >&5
3728sed 's/^/| /' conftest.$ac_ext >&5
3729
3730{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3731$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3732as_fn_error $? "cannot compute suffix of object files: cannot compile
3733See \`config.log' for more details" "$LINENO" 5; }
1ec601bf
FXC
3734fi
3735rm -f conftest.$ac_cv_objext conftest.$ac_ext
3736fi
3737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3738$as_echo "$ac_cv_objext" >&6; }
3739OBJEXT=$ac_cv_objext
3740ac_objext=$OBJEXT
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3742$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 3743if ${ac_cv_c_compiler_gnu+:} false; then :
1ec601bf
FXC
3744 $as_echo_n "(cached) " >&6
3745else
3746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3747/* end confdefs.h. */
3748
3749int
3750main ()
3751{
3752#ifndef __GNUC__
3753 choke me
3754#endif
3755
3756 ;
3757 return 0;
3758}
3759_ACEOF
3760if ac_fn_c_try_compile "$LINENO"; then :
3761 ac_compiler_gnu=yes
3762else
3763 ac_compiler_gnu=no
3764fi
3765rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3766ac_cv_c_compiler_gnu=$ac_compiler_gnu
3767
3768fi
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3770$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3771if test $ac_compiler_gnu = yes; then
3772 GCC=yes
3773else
3774 GCC=
3775fi
3776ac_test_CFLAGS=${CFLAGS+set}
3777ac_save_CFLAGS=$CFLAGS
3778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3779$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 3780if ${ac_cv_prog_cc_g+:} false; then :
1ec601bf
FXC
3781 $as_echo_n "(cached) " >&6
3782else
3783 ac_save_c_werror_flag=$ac_c_werror_flag
3784 ac_c_werror_flag=yes
3785 ac_cv_prog_cc_g=no
3786 CFLAGS="-g"
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788/* end confdefs.h. */
3789
3790int
3791main ()
3792{
3793
3794 ;
3795 return 0;
3796}
3797_ACEOF
3798if ac_fn_c_try_compile "$LINENO"; then :
3799 ac_cv_prog_cc_g=yes
3800else
3801 CFLAGS=""
3802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803/* end confdefs.h. */
3804
3805int
3806main ()
3807{
3808
3809 ;
3810 return 0;
3811}
3812_ACEOF
3813if ac_fn_c_try_compile "$LINENO"; then :
3814
3815else
3816 ac_c_werror_flag=$ac_save_c_werror_flag
3817 CFLAGS="-g"
3818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3819/* end confdefs.h. */
3820
3821int
3822main ()
3823{
3824
3825 ;
3826 return 0;
3827}
3828_ACEOF
3829if ac_fn_c_try_compile "$LINENO"; then :
3830 ac_cv_prog_cc_g=yes
3831fi
3832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3833fi
3834rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3835fi
3836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3837 ac_c_werror_flag=$ac_save_c_werror_flag
3838fi
3839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3840$as_echo "$ac_cv_prog_cc_g" >&6; }
3841if test "$ac_test_CFLAGS" = set; then
3842 CFLAGS=$ac_save_CFLAGS
3843elif test $ac_cv_prog_cc_g = yes; then
3844 if test "$GCC" = yes; then
3845 CFLAGS="-g -O2"
3846 else
3847 CFLAGS="-g"
3848 fi
3849else
3850 if test "$GCC" = yes; then
3851 CFLAGS="-O2"
3852 else
3853 CFLAGS=
3854 fi
3855fi
3856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3857$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 3858if ${ac_cv_prog_cc_c89+:} false; then :
1ec601bf
FXC
3859 $as_echo_n "(cached) " >&6
3860else
3861 ac_cv_prog_cc_c89=no
3862ac_save_CC=$CC
3863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864/* end confdefs.h. */
3865#include <stdarg.h>
3866#include <stdio.h>
22e05272 3867struct stat;
1ec601bf
FXC
3868/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3869struct buf { int x; };
3870FILE * (*rcsopen) (struct buf *, struct stat *, int);
3871static char *e (p, i)
3872 char **p;
3873 int i;
3874{
3875 return p[i];
3876}
3877static char *f (char * (*g) (char **, int), char **p, ...)
3878{
3879 char *s;
3880 va_list v;
3881 va_start (v,p);
3882 s = g (p, va_arg (v,int));
3883 va_end (v);
3884 return s;
3885}
3886
3887/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3888 function prototypes and stuff, but not '\xHH' hex character constants.
3889 These don't provoke an error unfortunately, instead are silently treated
3890 as 'x'. The following induces an error, until -std is added to get
3891 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3892 array size at least. It's necessary to write '\x00'==0 to get something
3893 that's true only with -std. */
3894int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3895
3896/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3897 inside strings and character constants. */
3898#define FOO(x) 'x'
3899int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3900
3901int test (int i, double x);
3902struct s1 {int (*f) (int a);};
3903struct s2 {int (*f) (double a);};
3904int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3905int argc;
3906char **argv;
3907int
3908main ()
3909{
3910return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3911 ;
3912 return 0;
3913}
3914_ACEOF
3915for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3916 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3917do
3918 CC="$ac_save_CC $ac_arg"
3919 if ac_fn_c_try_compile "$LINENO"; then :
3920 ac_cv_prog_cc_c89=$ac_arg
3921fi
3922rm -f core conftest.err conftest.$ac_objext
3923 test "x$ac_cv_prog_cc_c89" != "xno" && break
3924done
3925rm -f conftest.$ac_ext
3926CC=$ac_save_CC
3927
3928fi
3929# AC_CACHE_VAL
3930case "x$ac_cv_prog_cc_c89" in
3931 x)
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3933$as_echo "none needed" >&6; } ;;
3934 xno)
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3936$as_echo "unsupported" >&6; } ;;
3937 *)
3938 CC="$CC $ac_cv_prog_cc_c89"
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3940$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3941esac
3942if test "x$ac_cv_prog_cc_c89" != xno; then :
3943
3944fi
3945
3946ac_ext=c
3947ac_cpp='$CPP $CPPFLAGS'
3948ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3949ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3950ac_compiler_gnu=$ac_cv_c_compiler_gnu
1ec601bf 3951
22e05272
JM
3952ac_ext=c
3953ac_cpp='$CPP $CPPFLAGS'
3954ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3955ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3956ac_compiler_gnu=$ac_cv_c_compiler_gnu
3957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3958$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3959if ${am_cv_prog_cc_c_o+:} false; then :
3960 $as_echo_n "(cached) " >&6
3961else
3962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3963/* end confdefs.h. */
3964
3965int
3966main ()
3967{
3968
3969 ;
3970 return 0;
3971}
3972_ACEOF
3973 # Make sure it works both with $CC and with simple cc.
3974 # Following AC_PROG_CC_C_O, we do the test twice because some
3975 # compilers refuse to overwrite an existing .o file with -o,
3976 # though they will create one.
3977 am_cv_prog_cc_c_o=yes
3978 for am_i in 1 2; do
3979 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3980 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3981 ac_status=$?
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); } \
3984 && test -f conftest2.$ac_objext; then
3985 : OK
3986 else
3987 am_cv_prog_cc_c_o=no
3988 break
3989 fi
3990 done
3991 rm -f core conftest*
3992 unset am_i
3993fi
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3995$as_echo "$am_cv_prog_cc_c_o" >&6; }
3996if test "$am_cv_prog_cc_c_o" != yes; then
3997 # Losing compiler, so override with the script.
3998 # FIXME: It is wrong to rewrite CC.
3999 # But if we don't then we get into trouble of one sort or another.
4000 # A longer-term fix would be to have automake use am__CC in this case,
4001 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4002 CC="$am_aux_dir/compile $CC"
4003fi
4004ac_ext=c
4005ac_cpp='$CPP $CPPFLAGS'
4006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4008ac_compiler_gnu=$ac_cv_c_compiler_gnu
4009
4010
fabfcf5e 4011depcc="$CC" am_compiler_list=
1ec601bf 4012
fabfcf5e
KT
4013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4014$as_echo_n "checking dependency style of $depcc... " >&6; }
22e05272 4015if ${am_cv_CC_dependencies_compiler_type+:} false; then :
fabfcf5e
KT
4016 $as_echo_n "(cached) " >&6
4017else
4018 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4019 # We make a subdir and do the tests there. Otherwise we can end up
4020 # making bogus files that we don't know about and never remove. For
4021 # instance it was reported that on HP-UX the gcc test will end up
22e05272
JM
4022 # making a dummy file named 'D' -- because '-MD' means "put the output
4023 # in D".
5d79f496 4024 rm -rf conftest.dir
fabfcf5e
KT
4025 mkdir conftest.dir
4026 # Copy depcomp to subdir because otherwise we won't find it if we're
4027 # using a relative directory.
4028 cp "$am_depcomp" conftest.dir
4029 cd conftest.dir
4030 # We will build objects and dependencies in a subdirectory because
4031 # it helps to detect inapplicable dependency modes. For instance
4032 # both Tru64's cc and ICC support -MD to output dependencies as a
4033 # side effect of compilation, but ICC will put the dependencies in
4034 # the current directory while Tru64 will put them in the object
4035 # directory.
4036 mkdir sub
1ec601bf
FXC
4037
4038 am_cv_CC_dependencies_compiler_type=none
4039 if test "$am_compiler_list" = ""; then
4040 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4041 fi
4042 am__universal=false
4043 case " $depcc " in #(
4044 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4045 esac
4046
4047 for depmode in $am_compiler_list; do
4048 # Setup a source with many dependencies, because some compilers
4049 # like to wrap large dependency lists on column 80 (with \), and
4050 # we should not choose a depcomp mode which is confused by this.
4051 #
4052 # We need to recreate these files for each test, as the compiler may
4053 # overwrite some of them when testing with obscure command lines.
4054 # This happens at least with the AIX C compiler.
4055 : > sub/conftest.c
4056 for i in 1 2 3 4 5 6; do
4057 echo '#include "conftst'$i'.h"' >> sub/conftest.c
22e05272
JM
4058 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4059 # Solaris 10 /bin/sh.
4060 echo '/* dummy */' > sub/conftst$i.h
1ec601bf
FXC
4061 done
4062 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4063
22e05272 4064 # We check with '-c' and '-o' for the sake of the "dashmstdout"
1ec601bf 4065 # mode. It turns out that the SunPro C++ compiler does not properly
22e05272
JM
4066 # handle '-M -o', and we need to detect this. Also, some Intel
4067 # versions had trouble with output in subdirs.
1ec601bf
FXC
4068 am__obj=sub/conftest.${OBJEXT-o}
4069 am__minus_obj="-o $am__obj"
4070 case $depmode in
4071 gcc)
4072 # This depmode causes a compiler race in universal mode.
4073 test "$am__universal" = false || continue
4074 ;;
4075 nosideeffect)
22e05272
JM
4076 # After this tag, mechanisms are not by side-effect, so they'll
4077 # only be used when explicitly requested.
1ec601bf
FXC
4078 if test "x$enable_dependency_tracking" = xyes; then
4079 continue
4080 else
4081 break
4082 fi
4083 ;;
5d79f496 4084 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
22e05272 4085 # This compiler won't grok '-c -o', but also, the minuso test has
1ec601bf
FXC
4086 # not run yet. These depmodes are late enough in the game, and
4087 # so weak that their functioning should not be impacted.
4088 am__obj=conftest.${OBJEXT-o}
4089 am__minus_obj=
4090 ;;
4091 none) break ;;
4092 esac
4093 if depmode=$depmode \
4094 source=sub/conftest.c object=$am__obj \
4095 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4096 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4097 >/dev/null 2>conftest.err &&
4098 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4099 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4100 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4101 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4102 # icc doesn't choke on unknown options, it will just issue warnings
4103 # or remarks (even with -Werror). So we grep stderr for any message
4104 # that says an option was ignored or not supported.
4105 # When given -MP, icc 7.0 and 7.1 complain thusly:
4106 # icc: Command line warning: ignoring option '-M'; no argument required
4107 # The diagnosis changed in icc 8.0:
4108 # icc: Command line remark: option '-MP' not supported
4109 if (grep 'ignoring option' conftest.err ||
4110 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4111 am_cv_CC_dependencies_compiler_type=$depmode
4112 break
4113 fi
4114 fi
4115 done
4116
4117 cd ..
4118 rm -rf conftest.dir
4119else
4120 am_cv_CC_dependencies_compiler_type=none
4121fi
4122
4123fi
4124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4125$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4126CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4127
4128 if
4129 test "x$enable_dependency_tracking" != xno \
4130 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4131 am__fastdepCC_TRUE=
4132 am__fastdepCC_FALSE='#'
4133else
4134 am__fastdepCC_TRUE='#'
4135 am__fastdepCC_FALSE=
4136fi
4137
4138
1d92226b
JJ
4139
4140ac_ext=c
4141ac_cpp='$CPP $CPPFLAGS'
4142ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4143ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4144ac_compiler_gnu=$ac_cv_c_compiler_gnu
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4146$as_echo_n "checking how to run the C preprocessor... " >&6; }
4147# On Suns, sometimes $CPP names a directory.
4148if test -n "$CPP" && test -d "$CPP"; then
4149 CPP=
4150fi
4151if test -z "$CPP"; then
22e05272 4152 if ${ac_cv_prog_CPP+:} false; then :
1ec601bf
FXC
4153 $as_echo_n "(cached) " >&6
4154else
1d92226b
JJ
4155 # Double quotes because CPP needs to be expanded
4156 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4157 do
4158 ac_preproc_ok=false
4159for ac_c_preproc_warn_flag in '' yes
fabfcf5e 4160do
1d92226b
JJ
4161 # Use a header file that comes with gcc, so configuring glibc
4162 # with a fresh cross-compiler works.
4163 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4164 # <limits.h> exists even on freestanding compilers.
4165 # On the NeXT, cc -E runs the code through the compiler's parser,
4166 # not just through cpp. "Syntax error" is here to catch this case.
4167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4168/* end confdefs.h. */
4169#ifdef __STDC__
4170# include <limits.h>
4171#else
4172# include <assert.h>
4173#endif
4174 Syntax error
4175_ACEOF
4176if ac_fn_c_try_cpp "$LINENO"; then :
fabfcf5e 4177
1ec601bf 4178else
1d92226b
JJ
4179 # Broken: fails on valid input.
4180continue
1ec601bf 4181fi
22e05272 4182rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 4183
1d92226b
JJ
4184 # OK, works on sane cases. Now check whether nonexistent headers
4185 # can be detected and how.
4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187/* end confdefs.h. */
4188#include <ac_nonexistent.h>
4189_ACEOF
4190if ac_fn_c_try_cpp "$LINENO"; then :
4191 # Broken: success on invalid input.
4192continue
4193else
4194 # Passes both tests.
4195ac_preproc_ok=:
4196break
1ec601bf 4197fi
22e05272 4198rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 4199
1d92226b
JJ
4200done
4201# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 4202rm -f conftest.i conftest.err conftest.$ac_ext
1d92226b
JJ
4203if $ac_preproc_ok; then :
4204 break
4205fi
1ec601bf 4206
1d92226b
JJ
4207 done
4208 ac_cv_prog_CPP=$CPP
1ec601bf 4209
1d92226b
JJ
4210fi
4211 CPP=$ac_cv_prog_CPP
1ec601bf 4212else
1d92226b
JJ
4213 ac_cv_prog_CPP=$CPP
4214fi
4215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4216$as_echo "$CPP" >&6; }
4217ac_preproc_ok=false
4218for ac_c_preproc_warn_flag in '' yes
1ec601bf 4219do
1d92226b
JJ
4220 # Use a header file that comes with gcc, so configuring glibc
4221 # with a fresh cross-compiler works.
4222 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4223 # <limits.h> exists even on freestanding compilers.
4224 # On the NeXT, cc -E runs the code through the compiler's parser,
4225 # not just through cpp. "Syntax error" is here to catch this case.
4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4227/* end confdefs.h. */
4228#ifdef __STDC__
4229# include <limits.h>
4230#else
4231# include <assert.h>
4232#endif
4233 Syntax error
4234_ACEOF
4235if ac_fn_c_try_cpp "$LINENO"; then :
4236
4237else
4238 # Broken: fails on valid input.
4239continue
4240fi
22e05272 4241rm -f conftest.err conftest.i conftest.$ac_ext
1d92226b
JJ
4242
4243 # OK, works on sane cases. Now check whether nonexistent headers
4244 # can be detected and how.
4245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4246/* end confdefs.h. */
4247#include <ac_nonexistent.h>
4248_ACEOF
4249if ac_fn_c_try_cpp "$LINENO"; then :
4250 # Broken: success on invalid input.
4251continue
4252else
4253 # Passes both tests.
4254ac_preproc_ok=:
4255break
4256fi
22e05272 4257rm -f conftest.err conftest.i conftest.$ac_ext
1d92226b
JJ
4258
4259done
4260# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 4261rm -f conftest.i conftest.err conftest.$ac_ext
1d92226b
JJ
4262if $ac_preproc_ok; then :
4263
4264else
4265 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4266$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4267as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4268See \`config.log' for more details" "$LINENO" 5; }
1d92226b
JJ
4269fi
4270
4271ac_ext=c
4272ac_cpp='$CPP $CPPFLAGS'
4273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4275ac_compiler_gnu=$ac_cv_c_compiler_gnu
4276
4277
4278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4279$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
22e05272 4280if ${ac_cv_path_GREP+:} false; then :
1d92226b
JJ
4281 $as_echo_n "(cached) " >&6
4282else
4283 if test -z "$GREP"; then
4284 ac_path_GREP_found=false
4285 # Loop through the user's path and test for each of PROGNAME-LIST
4286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4288do
4289 IFS=$as_save_IFS
4290 test -z "$as_dir" && as_dir=.
4291 for ac_prog in grep ggrep; do
4292 for ac_exec_ext in '' $ac_executable_extensions; do
4293 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4294 as_fn_executable_p "$ac_path_GREP" || continue
1d92226b
JJ
4295# Check for GNU ac_path_GREP and select it if it is found.
4296 # Check for GNU $ac_path_GREP
4297case `"$ac_path_GREP" --version 2>&1` in
4298*GNU*)
1ec601bf
FXC
4299 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4300*)
4301 ac_count=0
4302 $as_echo_n 0123456789 >"conftest.in"
4303 while :
4304 do
4305 cat "conftest.in" "conftest.in" >"conftest.tmp"
4306 mv "conftest.tmp" "conftest.in"
4307 cp "conftest.in" "conftest.nl"
4308 $as_echo 'GREP' >> "conftest.nl"
4309 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4310 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4311 as_fn_arith $ac_count + 1 && ac_count=$as_val
4312 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4313 # Best one so far, save it but keep looking for a better one
4314 ac_cv_path_GREP="$ac_path_GREP"
4315 ac_path_GREP_max=$ac_count
4316 fi
4317 # 10*(2^10) chars as input seems more than enough
4318 test $ac_count -gt 10 && break
4319 done
4320 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4321esac
4322
4323 $ac_path_GREP_found && break 3
4324 done
4325 done
4326 done
4327IFS=$as_save_IFS
4328 if test -z "$ac_cv_path_GREP"; then
22e05272 4329 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1ec601bf
FXC
4330 fi
4331else
4332 ac_cv_path_GREP=$GREP
4333fi
4334
4335fi
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4337$as_echo "$ac_cv_path_GREP" >&6; }
4338 GREP="$ac_cv_path_GREP"
4339
4340
4341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4342$as_echo_n "checking for egrep... " >&6; }
22e05272 4343if ${ac_cv_path_EGREP+:} false; then :
1ec601bf
FXC
4344 $as_echo_n "(cached) " >&6
4345else
4346 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4347 then ac_cv_path_EGREP="$GREP -E"
4348 else
4349 if test -z "$EGREP"; then
4350 ac_path_EGREP_found=false
4351 # Loop through the user's path and test for each of PROGNAME-LIST
4352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4353for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4354do
4355 IFS=$as_save_IFS
4356 test -z "$as_dir" && as_dir=.
4357 for ac_prog in egrep; do
4358 for ac_exec_ext in '' $ac_executable_extensions; do
4359 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4360 as_fn_executable_p "$ac_path_EGREP" || continue
1ec601bf
FXC
4361# Check for GNU ac_path_EGREP and select it if it is found.
4362 # Check for GNU $ac_path_EGREP
4363case `"$ac_path_EGREP" --version 2>&1` in
4364*GNU*)
4365 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4366*)
4367 ac_count=0
4368 $as_echo_n 0123456789 >"conftest.in"
4369 while :
4370 do
4371 cat "conftest.in" "conftest.in" >"conftest.tmp"
4372 mv "conftest.tmp" "conftest.in"
4373 cp "conftest.in" "conftest.nl"
4374 $as_echo 'EGREP' >> "conftest.nl"
4375 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4376 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4377 as_fn_arith $ac_count + 1 && ac_count=$as_val
4378 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4379 # Best one so far, save it but keep looking for a better one
4380 ac_cv_path_EGREP="$ac_path_EGREP"
4381 ac_path_EGREP_max=$ac_count
4382 fi
4383 # 10*(2^10) chars as input seems more than enough
4384 test $ac_count -gt 10 && break
4385 done
4386 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4387esac
4388
4389 $ac_path_EGREP_found && break 3
4390 done
4391 done
4392 done
4393IFS=$as_save_IFS
4394 if test -z "$ac_cv_path_EGREP"; then
22e05272 4395 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1ec601bf
FXC
4396 fi
4397else
4398 ac_cv_path_EGREP=$EGREP
4399fi
4400
4401 fi
4402fi
4403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4404$as_echo "$ac_cv_path_EGREP" >&6; }
4405 EGREP="$ac_cv_path_EGREP"
4406
4407
1d92226b
JJ
4408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4409$as_echo_n "checking for ANSI C header files... " >&6; }
22e05272 4410if ${ac_cv_header_stdc+:} false; then :
1ec601bf
FXC
4411 $as_echo_n "(cached) " >&6
4412else
1d92226b
JJ
4413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4414/* end confdefs.h. */
4415#include <stdlib.h>
4416#include <stdarg.h>
4417#include <string.h>
4418#include <float.h>
1ec601bf 4419
1d92226b
JJ
4420int
4421main ()
4422{
4423
4424 ;
4425 return 0;
4426}
4427_ACEOF
4428if ac_fn_c_try_compile "$LINENO"; then :
4429 ac_cv_header_stdc=yes
1ec601bf 4430else
1d92226b 4431 ac_cv_header_stdc=no
1ec601bf 4432fi
1d92226b 4433rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1ec601bf 4434
1d92226b
JJ
4435if test $ac_cv_header_stdc = yes; then
4436 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4438/* end confdefs.h. */
4439#include <string.h>
4440
4441_ACEOF
4442if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4443 $EGREP "memchr" >/dev/null 2>&1; then :
4444
4445else
4446 ac_cv_header_stdc=no
1ec601bf 4447fi
1d92226b 4448rm -f conftest*
1ec601bf 4449
1d92226b 4450fi
1ec601bf 4451
1d92226b
JJ
4452if test $ac_cv_header_stdc = yes; then
4453 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4455/* end confdefs.h. */
4456#include <stdlib.h>
1ec601bf 4457
1d92226b
JJ
4458_ACEOF
4459if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4460 $EGREP "free" >/dev/null 2>&1; then :
1ec601bf 4461
1d92226b
JJ
4462else
4463 ac_cv_header_stdc=no
4464fi
4465rm -f conftest*
1ec601bf 4466
1d92226b 4467fi
1ec601bf 4468
1d92226b
JJ
4469if test $ac_cv_header_stdc = yes; then
4470 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4471 if test "$cross_compiling" = yes; then :
4472 :
4473else
4474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4475/* end confdefs.h. */
4476#include <ctype.h>
4477#include <stdlib.h>
4478#if ((' ' & 0x0FF) == 0x020)
4479# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4480# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4481#else
4482# define ISLOWER(c) \
4483 (('a' <= (c) && (c) <= 'i') \
4484 || ('j' <= (c) && (c) <= 'r') \
4485 || ('s' <= (c) && (c) <= 'z'))
4486# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4487#endif
1ec601bf 4488
1d92226b
JJ
4489#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4490int
4491main ()
4492{
4493 int i;
4494 for (i = 0; i < 256; i++)
4495 if (XOR (islower (i), ISLOWER (i))
4496 || toupper (i) != TOUPPER (i))
4497 return 2;
4498 return 0;
4499}
4500_ACEOF
4501if ac_fn_c_try_run "$LINENO"; then :
1ec601bf 4502
1d92226b
JJ
4503else
4504 ac_cv_header_stdc=no
4505fi
4506rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4507 conftest.$ac_objext conftest.beam conftest.$ac_ext
4508fi
1ec601bf 4509
1d92226b
JJ
4510fi
4511fi
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4513$as_echo "$ac_cv_header_stdc" >&6; }
4514if test $ac_cv_header_stdc = yes; then
1ec601bf 4515
1d92226b 4516$as_echo "#define STDC_HEADERS 1" >>confdefs.h
1ec601bf 4517
1d92226b 4518fi
1ec601bf 4519
1d92226b
JJ
4520# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4521for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4522 inttypes.h stdint.h unistd.h
4523do :
4524 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4525ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4526"
22e05272 4527if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1d92226b
JJ
4528 cat >>confdefs.h <<_ACEOF
4529#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4530_ACEOF
1ec601bf 4531
1d92226b 4532fi
1ec601bf 4533
1d92226b 4534done
1ec601bf
FXC
4535
4536
4537
1d92226b 4538 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
22e05272 4539if test "x$ac_cv_header_minix_config_h" = xyes; then :
1d92226b
JJ
4540 MINIX=yes
4541else
4542 MINIX=
4543fi
1ec601bf
FXC
4544
4545
1d92226b 4546 if test "$MINIX" = yes; then
1ec601bf 4547
1d92226b 4548$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
1ec601bf 4549
1ec601bf 4550
1d92226b
JJ
4551$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4552
4553
4554$as_echo "#define _MINIX 1" >>confdefs.h
4555
4556 fi
4557
4558
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4560$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
22e05272 4561if ${ac_cv_safe_to_define___extensions__+:} false; then :
1ec601bf
FXC
4562 $as_echo_n "(cached) " >&6
4563else
1d92226b
JJ
4564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4565/* end confdefs.h. */
1ec601bf 4566
22e05272
JM
4567# define __EXTENSIONS__ 1
4568 $ac_includes_default
1d92226b
JJ
4569int
4570main ()
4571{
4572
4573 ;
4574 return 0;
4575}
4576_ACEOF
4577if ac_fn_c_try_compile "$LINENO"; then :
4578 ac_cv_safe_to_define___extensions__=yes
1ec601bf 4579else
1d92226b 4580 ac_cv_safe_to_define___extensions__=no
1ec601bf 4581fi
1d92226b 4582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1ec601bf 4583fi
1d92226b
JJ
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4585$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4586 test $ac_cv_safe_to_define___extensions__ = yes &&
4587 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
1ec601bf 4588
1d92226b 4589 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
1ec601bf 4590
1d92226b 4591 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
1ec601bf 4592
1d92226b 4593 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
1ec601bf 4594
1d92226b 4595 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
1ec601bf
FXC
4596
4597
4598
1d92226b
JJ
4599# See if makeinfo has been installed and is modern enough
4600# that we can use it.
1ec601bf 4601
1d92226b
JJ
4602 # Extract the first word of "makeinfo", so it can be a program name with args.
4603set dummy makeinfo; ac_word=$2
1ec601bf
FXC
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4605$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4606if ${ac_cv_prog_MAKEINFO+:} false; then :
1ec601bf
FXC
4607 $as_echo_n "(cached) " >&6
4608else
1d92226b
JJ
4609 if test -n "$MAKEINFO"; then
4610 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1ec601bf
FXC
4611else
4612as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4613for as_dir in $PATH
4614do
4615 IFS=$as_save_IFS
4616 test -z "$as_dir" && as_dir=.
4617 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4618 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b 4619 ac_cv_prog_MAKEINFO="makeinfo"
1ec601bf
FXC
4620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4621 break 2
4622 fi
4623done
4624 done
4625IFS=$as_save_IFS
4626
4627fi
4628fi
1d92226b
JJ
4629MAKEINFO=$ac_cv_prog_MAKEINFO
4630if test -n "$MAKEINFO"; then
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
4632$as_echo "$MAKEINFO" >&6; }
1ec601bf
FXC
4633else
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4635$as_echo "no" >&6; }
4636fi
4637
4638
1d92226b
JJ
4639 if test -n "$MAKEINFO"; then
4640 # Found it, now check the version.
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
4642$as_echo_n "checking for modern makeinfo... " >&6; }
22e05272 4643if ${gcc_cv_prog_makeinfo_modern+:} false; then :
1ec601bf
FXC
4644 $as_echo_n "(cached) " >&6
4645else
1d92226b
JJ
4646 ac_prog_version=`eval $MAKEINFO --version 2>&1 |
4647 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4648
4649 case $ac_prog_version in
4650 '') gcc_cv_prog_makeinfo_modern=no;;
4651 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;;
4652 *) gcc_cv_prog_makeinfo_modern=no;;
4653 esac
1ec601bf
FXC
4654
4655fi
1d92226b
JJ
4656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
4657$as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
4658 else
4659 gcc_cv_prog_makeinfo_modern=no
4660 fi
4661 if test $gcc_cv_prog_makeinfo_modern = no; then
4662 MAKEINFO="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
4663 fi
4664
4665 if test $gcc_cv_prog_makeinfo_modern = "yes"; then
4666 BUILD_INFO_TRUE=
4667 BUILD_INFO_FALSE='#'
1ec601bf 4668else
1d92226b
JJ
4669 BUILD_INFO_TRUE='#'
4670 BUILD_INFO_FALSE=
1ec601bf
FXC
4671fi
4672
4673
1ec601bf 4674
1ec601bf 4675
1d92226b
JJ
4676# Check whether --with-bugurl was given.
4677if test "${with_bugurl+set}" = set; then :
4678 withval=$with_bugurl; case "$withval" in
22e05272 4679 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
1d92226b
JJ
4680 no) BUGURL=
4681 ;;
4682 *) BUGURL="$withval"
4683 ;;
4684 esac
4685else
19e30111 4686 BUGURL="https://gcc.gnu.org/bugs/"
1ec601bf 4687
1ec601bf 4688fi
1ec601bf 4689
1d92226b
JJ
4690 case ${BUGURL} in
4691 "")
4692 REPORT_BUGS_TO=
4693 REPORT_BUGS_TEXI=
4694 ;;
4695 *)
4696 REPORT_BUGS_TO="<$BUGURL>"
4697 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
4698 ;;
4699 esac;
1ec601bf
FXC
4700
4701
4702
4703
1d92226b
JJ
4704# Configure libtool
4705case `pwd` in
4706 *\ * | *\ *)
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4708$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4709esac
1ec601bf 4710
1ec601bf 4711
1ec601bf 4712
1d92226b
JJ
4713macro_version='2.2.7a'
4714macro_revision='1.3134'
1ec601bf 4715
1ec601bf 4716
1ec601bf 4717
1ec601bf 4718
1ec601bf 4719
1ec601bf 4720
1ec601bf 4721
1ec601bf 4722
1ec601bf 4723
1ec601bf
FXC
4724
4725
4726
4727
1d92226b 4728ltmain="$ac_aux_dir/ltmain.sh"
1ec601bf 4729
1d92226b
JJ
4730# Backslashify metacharacters that are still active within
4731# double-quoted strings.
4732sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
1ec601bf 4733
1d92226b
JJ
4734# Same as above, but do not quote variable references.
4735double_quote_subst='s/\(["`\\]\)/\\\1/g'
1ec601bf 4736
1d92226b
JJ
4737# Sed substitution to delay expansion of an escaped shell variable in a
4738# double_quote_subst'ed string.
4739delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1ec601bf 4740
1d92226b
JJ
4741# Sed substitution to delay expansion of an escaped single quote.
4742delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
1ec601bf 4743
1d92226b
JJ
4744# Sed substitution to avoid accidental globbing in evaled expressions
4745no_glob_subst='s/\*/\\\*/g'
1ec601bf 4746
1d92226b
JJ
4747ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4748ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4749ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1ec601bf 4750
1d92226b
JJ
4751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4752$as_echo_n "checking how to print strings... " >&6; }
4753# Test print first, because it will be a builtin if present.
4754if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4755 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4756 ECHO='print -r --'
4757elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4758 ECHO='printf %s\n'
1ec601bf 4759else
1d92226b
JJ
4760 # Use this function as a fallback that always works.
4761 func_fallback_echo ()
4762 {
4763 eval 'cat <<_LTECHO_EOF
4764$1
4765_LTECHO_EOF'
4766 }
4767 ECHO='func_fallback_echo'
1ec601bf
FXC
4768fi
4769
1d92226b
JJ
4770# func_echo_all arg...
4771# Invoke $ECHO with all args, space-separated.
4772func_echo_all ()
4773{
4774 $ECHO ""
4775}
1ec601bf 4776
1d92226b
JJ
4777case "$ECHO" in
4778 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4779$as_echo "printf" >&6; } ;;
4780 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4781$as_echo "print -r" >&6; } ;;
4782 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4783$as_echo "cat" >&6; } ;;
1ec601bf
FXC
4784esac
4785
4786
4787
4788
4789
4790
4791
4792
4793
1ec601bf
FXC
4794
4795
4796
4797
4798
1d92226b
JJ
4799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4800$as_echo_n "checking for a sed that does not truncate output... " >&6; }
22e05272 4801if ${ac_cv_path_SED+:} false; then :
1ec601bf
FXC
4802 $as_echo_n "(cached) " >&6
4803else
1d92226b
JJ
4804 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4805 for ac_i in 1 2 3 4 5 6 7; do
4806 ac_script="$ac_script$as_nl$ac_script"
4807 done
4808 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4809 { ac_script=; unset ac_script;}
4810 if test -z "$SED"; then
4811 ac_path_SED_found=false
4812 # Loop through the user's path and test for each of PROGNAME-LIST
4813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1ec601bf
FXC
4814for as_dir in $PATH
4815do
4816 IFS=$as_save_IFS
4817 test -z "$as_dir" && as_dir=.
1d92226b 4818 for ac_prog in sed gsed; do
1ec601bf 4819 for ac_exec_ext in '' $ac_executable_extensions; do
1d92226b 4820 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4821 as_fn_executable_p "$ac_path_SED" || continue
1d92226b
JJ
4822# Check for GNU ac_path_SED and select it if it is found.
4823 # Check for GNU $ac_path_SED
4824case `"$ac_path_SED" --version 2>&1` in
4825*GNU*)
4826 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4827*)
4828 ac_count=0
4829 $as_echo_n 0123456789 >"conftest.in"
4830 while :
4831 do
4832 cat "conftest.in" "conftest.in" >"conftest.tmp"
4833 mv "conftest.tmp" "conftest.in"
4834 cp "conftest.in" "conftest.nl"
4835 $as_echo '' >> "conftest.nl"
4836 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4837 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4838 as_fn_arith $ac_count + 1 && ac_count=$as_val
4839 if test $ac_count -gt ${ac_path_SED_max-0}; then
4840 # Best one so far, save it but keep looking for a better one
4841 ac_cv_path_SED="$ac_path_SED"
4842 ac_path_SED_max=$ac_count
4843 fi
4844 # 10*(2^10) chars as input seems more than enough
4845 test $ac_count -gt 10 && break
1ec601bf 4846 done
1d92226b
JJ
4847 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4848esac
1ec601bf 4849
1d92226b
JJ
4850 $ac_path_SED_found && break 3
4851 done
4852 done
4853 done
4854IFS=$as_save_IFS
4855 if test -z "$ac_cv_path_SED"; then
22e05272 4856 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
1d92226b 4857 fi
1ec601bf 4858else
1d92226b 4859 ac_cv_path_SED=$SED
1ec601bf
FXC
4860fi
4861
1ec601bf 4862fi
1d92226b
JJ
4863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4864$as_echo "$ac_cv_path_SED" >&6; }
4865 SED="$ac_cv_path_SED"
4866 rm -f conftest.sed
4867
4868test -z "$SED" && SED=sed
4869Xsed="$SED -e 1s/^X//"
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4882$as_echo_n "checking for fgrep... " >&6; }
22e05272 4883if ${ac_cv_path_FGREP+:} false; then :
1ec601bf
FXC
4884 $as_echo_n "(cached) " >&6
4885else
1d92226b
JJ
4886 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4887 then ac_cv_path_FGREP="$GREP -F"
4888 else
4889 if test -z "$FGREP"; then
4890 ac_path_FGREP_found=false
4891 # Loop through the user's path and test for each of PROGNAME-LIST
4892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4893for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
1ec601bf
FXC
4894do
4895 IFS=$as_save_IFS
4896 test -z "$as_dir" && as_dir=.
1d92226b 4897 for ac_prog in fgrep; do
1ec601bf 4898 for ac_exec_ext in '' $ac_executable_extensions; do
1d92226b 4899 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4900 as_fn_executable_p "$ac_path_FGREP" || continue
1d92226b
JJ
4901# Check for GNU ac_path_FGREP and select it if it is found.
4902 # Check for GNU $ac_path_FGREP
4903case `"$ac_path_FGREP" --version 2>&1` in
4904*GNU*)
4905 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4906*)
4907 ac_count=0
4908 $as_echo_n 0123456789 >"conftest.in"
4909 while :
4910 do
4911 cat "conftest.in" "conftest.in" >"conftest.tmp"
4912 mv "conftest.tmp" "conftest.in"
4913 cp "conftest.in" "conftest.nl"
4914 $as_echo 'FGREP' >> "conftest.nl"
4915 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4916 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4917 as_fn_arith $ac_count + 1 && ac_count=$as_val
4918 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4919 # Best one so far, save it but keep looking for a better one
4920 ac_cv_path_FGREP="$ac_path_FGREP"
4921 ac_path_FGREP_max=$ac_count
4922 fi
4923 # 10*(2^10) chars as input seems more than enough
4924 test $ac_count -gt 10 && break
1ec601bf 4925 done
1d92226b
JJ
4926 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4927esac
1ec601bf 4928
1d92226b
JJ
4929 $ac_path_FGREP_found && break 3
4930 done
4931 done
4932 done
4933IFS=$as_save_IFS
4934 if test -z "$ac_cv_path_FGREP"; then
22e05272 4935 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1d92226b 4936 fi
1ec601bf 4937else
1d92226b 4938 ac_cv_path_FGREP=$FGREP
1ec601bf
FXC
4939fi
4940
1d92226b 4941 fi
1ec601bf 4942fi
1d92226b
JJ
4943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4944$as_echo "$ac_cv_path_FGREP" >&6; }
4945 FGREP="$ac_cv_path_FGREP"
1ec601bf 4946
1ec601bf 4947
1d92226b 4948test -z "$GREP" && GREP=grep
1ec601bf
FXC
4949
4950
4951
4952
4953
4954
4955
4956
1d92226b
JJ
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968# Check whether --with-gnu-ld was given.
4969if test "${with_gnu_ld+set}" = set; then :
4970 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4971else
4972 with_gnu_ld=no
4973fi
4974
4975ac_prog=ld
4976if test "$GCC" = yes; then
4977 # Check if gcc -print-prog-name=ld gives a path.
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4979$as_echo_n "checking for ld used by $CC... " >&6; }
4980 case $host in
4981 *-*-mingw*)
4982 # gcc leaves a trailing carriage return which upsets mingw
4983 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4984 *)
4985 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4986 esac
4987 case $ac_prog in
4988 # Accept absolute paths.
4989 [\\/]* | ?:[\\/]*)
4990 re_direlt='/[^/][^/]*/\.\./'
4991 # Canonicalize the pathname of ld
4992 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4993 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4994 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4995 done
4996 test -z "$LD" && LD="$ac_prog"
4997 ;;
4998 "")
4999 # If it fails, then pretend we aren't using GCC.
5000 ac_prog=ld
5001 ;;
5002 *)
5003 # If it is relative, then search for the first ld in PATH.
5004 with_gnu_ld=unknown
5005 ;;
5006 esac
5007elif test "$with_gnu_ld" = yes; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5009$as_echo_n "checking for GNU ld... " >&6; }
5010else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5012$as_echo_n "checking for non-GNU ld... " >&6; }
5013fi
22e05272 5014if ${lt_cv_path_LD+:} false; then :
1d92226b
JJ
5015 $as_echo_n "(cached) " >&6
5016else
5017 if test -z "$LD"; then
5018 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5019 for ac_dir in $PATH; do
5020 IFS="$lt_save_ifs"
5021 test -z "$ac_dir" && ac_dir=.
5022 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5023 lt_cv_path_LD="$ac_dir/$ac_prog"
5024 # Check to see if the program is GNU ld. I'd rather use --version,
5025 # but apparently some variants of GNU ld only accept -v.
5026 # Break only if it was the GNU/non-GNU ld that we prefer.
5027 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5028 *GNU* | *'with BFD'*)
5029 test "$with_gnu_ld" != no && break
5030 ;;
5031 *)
5032 test "$with_gnu_ld" != yes && break
5033 ;;
5034 esac
5035 fi
5036 done
5037 IFS="$lt_save_ifs"
5038else
5039 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5040fi
5041fi
5042
5043LD="$lt_cv_path_LD"
5044if test -n "$LD"; then
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5046$as_echo "$LD" >&6; }
5047else
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049$as_echo "no" >&6; }
5050fi
22e05272 5051test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
1d92226b
JJ
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5053$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
22e05272 5054if ${lt_cv_prog_gnu_ld+:} false; then :
1d92226b
JJ
5055 $as_echo_n "(cached) " >&6
5056else
5057 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5058case `$LD -v 2>&1 </dev/null` in
5059*GNU* | *'with BFD'*)
5060 lt_cv_prog_gnu_ld=yes
5061 ;;
5062*)
5063 lt_cv_prog_gnu_ld=no
5064 ;;
5065esac
5066fi
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5068$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5069with_gnu_ld=$lt_cv_prog_gnu_ld
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5080$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
22e05272 5081if ${lt_cv_path_NM+:} false; then :
1d92226b
JJ
5082 $as_echo_n "(cached) " >&6
5083else
5084 if test -n "$NM"; then
5085 # Let the user override the test.
5086 lt_cv_path_NM="$NM"
5087else
5088 lt_nm_to_check="${ac_tool_prefix}nm"
5089 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5090 lt_nm_to_check="$lt_nm_to_check nm"
5091 fi
5092 for lt_tmp_nm in $lt_nm_to_check; do
5093 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5094 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5095 IFS="$lt_save_ifs"
5096 test -z "$ac_dir" && ac_dir=.
5097 tmp_nm="$ac_dir/$lt_tmp_nm"
5098 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5099 # Check to see if the nm accepts a BSD-compat flag.
5100 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5101 # nm: unknown option "B" ignored
5102 # Tru64's nm complains that /dev/null is an invalid object file
5103 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5104 */dev/null* | *'Invalid file or object type'*)
5105 lt_cv_path_NM="$tmp_nm -B"
5106 break
5107 ;;
5108 *)
5109 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5110 */dev/null*)
5111 lt_cv_path_NM="$tmp_nm -p"
5112 break
5113 ;;
5114 *)
5115 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5116 continue # so that we can try to find one that supports BSD flags
5117 ;;
5118 esac
5119 ;;
5120 esac
5121 fi
5122 done
5123 IFS="$lt_save_ifs"
5124 done
5125 : ${lt_cv_path_NM=no}
5126fi
5127fi
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5129$as_echo "$lt_cv_path_NM" >&6; }
5130if test "$lt_cv_path_NM" != "no"; then
5131 NM="$lt_cv_path_NM"
5132else
5133 # Didn't find any BSD compatible name lister, look for dumpbin.
5134 if test -n "$DUMPBIN"; then :
5135 # Let the user override the test.
5136 else
5137 if test -n "$ac_tool_prefix"; then
5138 for ac_prog in dumpbin "link -dump"
5139 do
5140 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5141set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5143$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5144if ${ac_cv_prog_DUMPBIN+:} false; then :
1d92226b
JJ
5145 $as_echo_n "(cached) " >&6
5146else
5147 if test -n "$DUMPBIN"; then
5148 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5149else
5150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5151for as_dir in $PATH
5152do
5153 IFS=$as_save_IFS
5154 test -z "$as_dir" && as_dir=.
5155 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
5157 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5159 break 2
5160 fi
5161done
5162 done
5163IFS=$as_save_IFS
5164
5165fi
5166fi
5167DUMPBIN=$ac_cv_prog_DUMPBIN
5168if test -n "$DUMPBIN"; then
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5170$as_echo "$DUMPBIN" >&6; }
5171else
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5173$as_echo "no" >&6; }
5174fi
5175
5176
5177 test -n "$DUMPBIN" && break
5178 done
5179fi
5180if test -z "$DUMPBIN"; then
5181 ac_ct_DUMPBIN=$DUMPBIN
5182 for ac_prog in dumpbin "link -dump"
5183do
5184 # Extract the first word of "$ac_prog", so it can be a program name with args.
5185set dummy $ac_prog; ac_word=$2
5186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5187$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5188if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
1d92226b
JJ
5189 $as_echo_n "(cached) " >&6
5190else
5191 if test -n "$ac_ct_DUMPBIN"; then
5192 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5193else
5194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5195for as_dir in $PATH
5196do
5197 IFS=$as_save_IFS
5198 test -z "$as_dir" && as_dir=.
5199 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
5201 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5203 break 2
5204 fi
5205done
5206 done
5207IFS=$as_save_IFS
5208
5209fi
5210fi
5211ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5212if test -n "$ac_ct_DUMPBIN"; then
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5214$as_echo "$ac_ct_DUMPBIN" >&6; }
5215else
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5217$as_echo "no" >&6; }
5218fi
5219
5220
5221 test -n "$ac_ct_DUMPBIN" && break
5222done
5223
5224 if test "x$ac_ct_DUMPBIN" = x; then
5225 DUMPBIN=":"
5226 else
5227 case $cross_compiling:$ac_tool_warned in
5228yes:)
5229{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5230$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5231ac_tool_warned=yes ;;
5232esac
5233 DUMPBIN=$ac_ct_DUMPBIN
5234 fi
5235fi
5236
5237 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5238 *COFF*)
5239 DUMPBIN="$DUMPBIN -symbols"
5240 ;;
5241 *)
5242 DUMPBIN=:
5243 ;;
5244 esac
5245 fi
5246
5247 if test "$DUMPBIN" != ":"; then
5248 NM="$DUMPBIN"
5249 fi
5250fi
5251test -z "$NM" && NM=nm
5252
5253
5254
5255
5256
5257
5258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5259$as_echo_n "checking the name lister ($NM) interface... " >&6; }
22e05272 5260if ${lt_cv_nm_interface+:} false; then :
1d92226b
JJ
5261 $as_echo_n "(cached) " >&6
5262else
5263 lt_cv_nm_interface="BSD nm"
5264 echo "int some_variable = 0;" > conftest.$ac_ext
5265 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5266 (eval "$ac_compile" 2>conftest.err)
5267 cat conftest.err >&5
5268 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5269 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5270 cat conftest.err >&5
5271 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5272 cat conftest.out >&5
5273 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5274 lt_cv_nm_interface="MS dumpbin"
5275 fi
5276 rm -f conftest*
5277fi
5278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5279$as_echo "$lt_cv_nm_interface" >&6; }
5280
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5282$as_echo_n "checking whether ln -s works... " >&6; }
5283LN_S=$as_ln_s
5284if test "$LN_S" = "ln -s"; then
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5286$as_echo "yes" >&6; }
5287else
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5289$as_echo "no, using $LN_S" >&6; }
5290fi
5291
5292# find the maximum length of command line arguments
5293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5294$as_echo_n "checking the maximum length of command line arguments... " >&6; }
22e05272 5295if ${lt_cv_sys_max_cmd_len+:} false; then :
1d92226b
JJ
5296 $as_echo_n "(cached) " >&6
5297else
5298 i=0
5299 teststring="ABCD"
5300
5301 case $build_os in
5302 msdosdjgpp*)
5303 # On DJGPP, this test can blow up pretty badly due to problems in libc
5304 # (any single argument exceeding 2000 bytes causes a buffer overrun
5305 # during glob expansion). Even if it were fixed, the result of this
5306 # check would be larger than it should be.
5307 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5308 ;;
5309
5310 gnu*)
5311 # Under GNU Hurd, this test is not required because there is
5312 # no limit to the length of command line arguments.
5313 # Libtool will interpret -1 as no limit whatsoever
5314 lt_cv_sys_max_cmd_len=-1;
5315 ;;
5316
5317 cygwin* | mingw* | cegcc*)
5318 # On Win9x/ME, this test blows up -- it succeeds, but takes
5319 # about 5 minutes as the teststring grows exponentially.
5320 # Worse, since 9x/ME are not pre-emptively multitasking,
5321 # you end up with a "frozen" computer, even though with patience
5322 # the test eventually succeeds (with a max line length of 256k).
5323 # Instead, let's just punt: use the minimum linelength reported by
5324 # all of the supported platforms: 8192 (on NT/2K/XP).
5325 lt_cv_sys_max_cmd_len=8192;
5326 ;;
5327
5328 mint*)
5329 # On MiNT this can take a long time and run out of memory.
5330 lt_cv_sys_max_cmd_len=8192;
5331 ;;
5332
5333 amigaos*)
5334 # On AmigaOS with pdksh, this test takes hours, literally.
5335 # So we just punt and use a minimum line length of 8192.
5336 lt_cv_sys_max_cmd_len=8192;
5337 ;;
5338
5339 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5340 # This has been around since 386BSD, at least. Likely further.
5341 if test -x /sbin/sysctl; then
5342 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5343 elif test -x /usr/sbin/sysctl; then
5344 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5345 else
5346 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5347 fi
5348 # And add a safety zone
5349 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5350 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5351 ;;
5352
5353 interix*)
5354 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5355 lt_cv_sys_max_cmd_len=196608
5356 ;;
5357
5358 osf*)
5359 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5360 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5361 # nice to cause kernel panics so lets avoid the loop below.
5362 # First set a reasonable default.
5363 lt_cv_sys_max_cmd_len=16384
5364 #
5365 if test -x /sbin/sysconfig; then
5366 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5367 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5368 esac
5369 fi
5370 ;;
5371 sco3.2v5*)
5372 lt_cv_sys_max_cmd_len=102400
5373 ;;
5374 sysv5* | sco5v6* | sysv4.2uw2*)
5375 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5376 if test -n "$kargmax"; then
5377 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5378 else
5379 lt_cv_sys_max_cmd_len=32768
5380 fi
5381 ;;
5382 *)
5383 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5384 if test -n "$lt_cv_sys_max_cmd_len"; then
5385 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5386 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5387 else
5388 # Make teststring a little bigger before we do anything with it.
5389 # a 1K string should be a reasonable start.
5390 for i in 1 2 3 4 5 6 7 8 ; do
5391 teststring=$teststring$teststring
5392 done
5393 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5394 # If test is not a shell built-in, we'll probably end up computing a
5395 # maximum length that is only half of the actual maximum length, but
5396 # we can't tell.
5397 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5398 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5399 test $i != 17 # 1/2 MB should be enough
5400 do
5401 i=`expr $i + 1`
5402 teststring=$teststring$teststring
5403 done
5404 # Only check the string length outside the loop.
5405 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5406 teststring=
5407 # Add a significant safety factor because C++ compilers can tack on
5408 # massive amounts of additional arguments before passing them to the
5409 # linker. It appears as though 1/2 is a usable value.
5410 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5411 fi
5412 ;;
5413 esac
5414
5415fi
5416
5417if test -n $lt_cv_sys_max_cmd_len ; then
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5419$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5420else
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5422$as_echo "none" >&6; }
5423fi
5424max_cmd_len=$lt_cv_sys_max_cmd_len
5425
5426
5427
5428
5429
5430
5431: ${CP="cp -f"}
5432: ${MV="mv -f"}
5433: ${RM="rm -f"}
5434
5435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5436$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5437# Try some XSI features
5438xsi_shell=no
5439( _lt_dummy="a/b/c"
5440 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5441 = c,a/b,, \
5442 && eval 'test $(( 1 + 1 )) -eq 2 \
5443 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5444 && xsi_shell=yes
5445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5446$as_echo "$xsi_shell" >&6; }
5447
5448
5449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5450$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5451lt_shell_append=no
5452( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5453 >/dev/null 2>&1 \
5454 && lt_shell_append=yes
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5456$as_echo "$lt_shell_append" >&6; }
5457
5458
5459if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5460 lt_unset=unset
5461else
5462 lt_unset=false
5463fi
5464
5465
5466
5467
5468
5469# test EBCDIC or ASCII
5470case `echo X|tr X '\101'` in
5471 A) # ASCII based system
5472 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5473 lt_SP2NL='tr \040 \012'
5474 lt_NL2SP='tr \015\012 \040\040'
5475 ;;
5476 *) # EBCDIC based system
5477 lt_SP2NL='tr \100 \n'
5478 lt_NL2SP='tr \r\n \100\100'
5479 ;;
5480esac
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5491$as_echo_n "checking for $LD option to reload object files... " >&6; }
22e05272 5492if ${lt_cv_ld_reload_flag+:} false; then :
1d92226b
JJ
5493 $as_echo_n "(cached) " >&6
5494else
5495 lt_cv_ld_reload_flag='-r'
5496fi
5497{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5498$as_echo "$lt_cv_ld_reload_flag" >&6; }
5499reload_flag=$lt_cv_ld_reload_flag
5500case $reload_flag in
5501"" | " "*) ;;
5502*) reload_flag=" $reload_flag" ;;
5503esac
5504reload_cmds='$LD$reload_flag -o $output$reload_objs'
5505case $host_os in
5506 darwin*)
5507 if test "$GCC" = yes; then
5508 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5509 else
5510 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5511 fi
5512 ;;
5513esac
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523if test -n "$ac_tool_prefix"; then
5524 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5525set dummy ${ac_tool_prefix}objdump; ac_word=$2
5526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5527$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5528if ${ac_cv_prog_OBJDUMP+:} false; then :
1d92226b
JJ
5529 $as_echo_n "(cached) " >&6
5530else
5531 if test -n "$OBJDUMP"; then
5532 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5533else
5534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5535for as_dir in $PATH
5536do
5537 IFS=$as_save_IFS
5538 test -z "$as_dir" && as_dir=.
5539 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
5541 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5543 break 2
5544 fi
5545done
5546 done
5547IFS=$as_save_IFS
5548
5549fi
5550fi
5551OBJDUMP=$ac_cv_prog_OBJDUMP
5552if test -n "$OBJDUMP"; then
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5554$as_echo "$OBJDUMP" >&6; }
5555else
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5557$as_echo "no" >&6; }
5558fi
5559
5560
5561fi
5562if test -z "$ac_cv_prog_OBJDUMP"; then
5563 ac_ct_OBJDUMP=$OBJDUMP
5564 # Extract the first word of "objdump", so it can be a program name with args.
5565set dummy objdump; ac_word=$2
5566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5567$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5568if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
1d92226b
JJ
5569 $as_echo_n "(cached) " >&6
5570else
5571 if test -n "$ac_ct_OBJDUMP"; then
5572 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5573else
5574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5575for as_dir in $PATH
5576do
5577 IFS=$as_save_IFS
5578 test -z "$as_dir" && as_dir=.
5579 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
5581 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5583 break 2
5584 fi
5585done
5586 done
5587IFS=$as_save_IFS
5588
5589fi
5590fi
5591ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5592if test -n "$ac_ct_OBJDUMP"; then
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5594$as_echo "$ac_ct_OBJDUMP" >&6; }
5595else
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5597$as_echo "no" >&6; }
5598fi
5599
5600 if test "x$ac_ct_OBJDUMP" = x; then
5601 OBJDUMP="false"
5602 else
5603 case $cross_compiling:$ac_tool_warned in
5604yes:)
5605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5607ac_tool_warned=yes ;;
5608esac
5609 OBJDUMP=$ac_ct_OBJDUMP
5610 fi
5611else
5612 OBJDUMP="$ac_cv_prog_OBJDUMP"
5613fi
5614
5615test -z "$OBJDUMP" && OBJDUMP=objdump
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5626$as_echo_n "checking how to recognize dependent libraries... " >&6; }
22e05272 5627if ${lt_cv_deplibs_check_method+:} false; then :
1ec601bf
FXC
5628 $as_echo_n "(cached) " >&6
5629else
5630 lt_cv_file_magic_cmd='$MAGIC_CMD'
5631lt_cv_file_magic_test_file=
5632lt_cv_deplibs_check_method='unknown'
5633# Need to set the preceding variable on all platforms that support
5634# interlibrary dependencies.
5635# 'none' -- dependencies not supported.
5636# `unknown' -- same as none, but documents that we really don't know.
5637# 'pass_all' -- all dependencies passed with no checks.
5638# 'test_compile' -- check by making test program.
5639# 'file_magic [[regex]]' -- check by looking for files in library path
5640# which responds to the $file_magic_cmd with a given extended regex.
5641# If you have `file' or equivalent on your system and you're not sure
5642# whether `pass_all' will *always* work, you probably want this one.
5643
5644case $host_os in
5645aix[4-9]*)
5646 lt_cv_deplibs_check_method=pass_all
5647 ;;
5648
5649beos*)
5650 lt_cv_deplibs_check_method=pass_all
5651 ;;
5652
5653bsdi[45]*)
5654 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5655 lt_cv_file_magic_cmd='/usr/bin/file -L'
5656 lt_cv_file_magic_test_file=/shlib/libc.so
5657 ;;
5658
5659cygwin*)
5660 # func_win32_libid is a shell function defined in ltmain.sh
5661 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5662 lt_cv_file_magic_cmd='func_win32_libid'
5663 ;;
5664
5665mingw* | pw32*)
5666 # Base MSYS/MinGW do not provide the 'file' command needed by
5667 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5668 # unless we find 'file', for example because we are cross-compiling.
5669 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5670 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5671 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5672 lt_cv_file_magic_cmd='func_win32_libid'
5673 else
5674 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5675 lt_cv_file_magic_cmd='$OBJDUMP -f'
5676 fi
5677 ;;
5678
5679cegcc*)
5680 # use the weaker test based on 'objdump'. See mingw*.
5681 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5682 lt_cv_file_magic_cmd='$OBJDUMP -f'
5683 ;;
5684
5685darwin* | rhapsody*)
5686 lt_cv_deplibs_check_method=pass_all
5687 ;;
5688
5689freebsd* | dragonfly*)
5690 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5691 case $host_cpu in
5692 i*86 )
5693 # Not sure whether the presence of OpenBSD here was a mistake.
5694 # Let's accept both of them until this is cleared up.
5695 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5696 lt_cv_file_magic_cmd=/usr/bin/file
5697 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5698 ;;
5699 esac
5700 else
5701 lt_cv_deplibs_check_method=pass_all
5702 fi
5703 ;;
5704
5705gnu*)
5706 lt_cv_deplibs_check_method=pass_all
5707 ;;
5708
5709haiku*)
5710 lt_cv_deplibs_check_method=pass_all
5711 ;;
5712
5713hpux10.20* | hpux11*)
5714 lt_cv_file_magic_cmd=/usr/bin/file
5715 case $host_cpu in
5716 ia64*)
5717 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5718 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5719 ;;
5720 hppa*64*)
5721 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]'
5722 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5723 ;;
5724 *)
5725 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5726 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5727 ;;
5728 esac
5729 ;;
5730
5731interix[3-9]*)
5732 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5733 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5734 ;;
5735
5736irix5* | irix6* | nonstopux*)
5737 case $LD in
5738 *-32|*"-32 ") libmagic=32-bit;;
5739 *-n32|*"-n32 ") libmagic=N32;;
5740 *-64|*"-64 ") libmagic=64-bit;;
5741 *) libmagic=never-match;;
5742 esac
5743 lt_cv_deplibs_check_method=pass_all
5744 ;;
5745
5746# This must be Linux ELF.
e9085da5 5747linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
1ec601bf
FXC
5748 lt_cv_deplibs_check_method=pass_all
5749 ;;
5750
5751netbsd*)
5752 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5753 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5754 else
5755 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5756 fi
5757 ;;
5758
5759newos6*)
5760 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5761 lt_cv_file_magic_cmd=/usr/bin/file
5762 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5763 ;;
5764
5765*nto* | *qnx*)
5766 lt_cv_deplibs_check_method=pass_all
5767 ;;
5768
5769openbsd*)
5770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5771 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5772 else
5773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5774 fi
5775 ;;
5776
5777osf3* | osf4* | osf5*)
5778 lt_cv_deplibs_check_method=pass_all
5779 ;;
5780
5781rdos*)
5782 lt_cv_deplibs_check_method=pass_all
5783 ;;
5784
5785solaris*)
5786 lt_cv_deplibs_check_method=pass_all
5787 ;;
5788
5789sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5790 lt_cv_deplibs_check_method=pass_all
5791 ;;
5792
5793sysv4 | sysv4.3*)
5794 case $host_vendor in
5795 motorola)
5796 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]'
5797 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5798 ;;
5799 ncr)
5800 lt_cv_deplibs_check_method=pass_all
5801 ;;
5802 sequent)
5803 lt_cv_file_magic_cmd='/bin/file'
5804 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5805 ;;
5806 sni)
5807 lt_cv_file_magic_cmd='/bin/file'
5808 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5809 lt_cv_file_magic_test_file=/lib/libc.so
5810 ;;
5811 siemens)
5812 lt_cv_deplibs_check_method=pass_all
5813 ;;
5814 pc)
5815 lt_cv_deplibs_check_method=pass_all
5816 ;;
5817 esac
5818 ;;
5819
5820tpf*)
5821 lt_cv_deplibs_check_method=pass_all
5822 ;;
0ecd0f1c
OH
5823vxworks*)
5824 # Assume VxWorks cross toolchains are built on Linux, possibly
5825 # as canadian for Windows hosts.
5826 lt_cv_deplibs_check_method=pass_all
5827 ;;
1ec601bf
FXC
5828esac
5829
5830fi
5831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5832$as_echo "$lt_cv_deplibs_check_method" >&6; }
5833file_magic_cmd=$lt_cv_file_magic_cmd
5834deplibs_check_method=$lt_cv_deplibs_check_method
5835test -z "$deplibs_check_method" && deplibs_check_method=unknown
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848if test -n "$ac_tool_prefix"; then
5849 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5850set dummy ${ac_tool_prefix}ar; ac_word=$2
5851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5853if ${ac_cv_prog_AR+:} false; then :
1ec601bf
FXC
5854 $as_echo_n "(cached) " >&6
5855else
5856 if test -n "$AR"; then
5857 ac_cv_prog_AR="$AR" # Let the user override the test.
5858else
5859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5860for as_dir in $PATH
5861do
5862 IFS=$as_save_IFS
5863 test -z "$as_dir" && as_dir=.
5864 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
5866 ac_cv_prog_AR="${ac_tool_prefix}ar"
5867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5868 break 2
5869 fi
5870done
5871 done
5872IFS=$as_save_IFS
5873
5874fi
5875fi
5876AR=$ac_cv_prog_AR
5877if test -n "$AR"; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5879$as_echo "$AR" >&6; }
5880else
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5882$as_echo "no" >&6; }
5883fi
5884
5885
5886fi
5887if test -z "$ac_cv_prog_AR"; then
5888 ac_ct_AR=$AR
5889 # Extract the first word of "ar", so it can be a program name with args.
5890set dummy ar; ac_word=$2
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5892$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5893if ${ac_cv_prog_ac_ct_AR+:} false; then :
1ec601bf
FXC
5894 $as_echo_n "(cached) " >&6
5895else
5896 if test -n "$ac_ct_AR"; then
5897 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5898else
5899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5900for as_dir in $PATH
5901do
5902 IFS=$as_save_IFS
5903 test -z "$as_dir" && as_dir=.
5904 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
5906 ac_cv_prog_ac_ct_AR="ar"
5907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5908 break 2
5909 fi
5910done
5911 done
5912IFS=$as_save_IFS
5913
5914fi
5915fi
5916ac_ct_AR=$ac_cv_prog_ac_ct_AR
5917if test -n "$ac_ct_AR"; then
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5919$as_echo "$ac_ct_AR" >&6; }
5920else
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5922$as_echo "no" >&6; }
5923fi
5924
5925 if test "x$ac_ct_AR" = x; then
5926 AR="false"
5927 else
5928 case $cross_compiling:$ac_tool_warned in
5929yes:)
5930{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5931$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5932ac_tool_warned=yes ;;
5933esac
5934 AR=$ac_ct_AR
5935 fi
5936else
5937 AR="$ac_cv_prog_AR"
5938fi
5939
5940test -z "$AR" && AR=ar
5941test -z "$AR_FLAGS" && AR_FLAGS=cru
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953if test -n "$ac_tool_prefix"; then
5954 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5955set dummy ${ac_tool_prefix}strip; ac_word=$2
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5957$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5958if ${ac_cv_prog_STRIP+:} false; then :
1ec601bf
FXC
5959 $as_echo_n "(cached) " >&6
5960else
5961 if test -n "$STRIP"; then
5962 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5963else
5964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5965for as_dir in $PATH
5966do
5967 IFS=$as_save_IFS
5968 test -z "$as_dir" && as_dir=.
5969 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
5971 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5973 break 2
5974 fi
5975done
5976 done
5977IFS=$as_save_IFS
5978
5979fi
5980fi
5981STRIP=$ac_cv_prog_STRIP
5982if test -n "$STRIP"; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5984$as_echo "$STRIP" >&6; }
5985else
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5987$as_echo "no" >&6; }
5988fi
5989
5990
5991fi
5992if test -z "$ac_cv_prog_STRIP"; then
5993 ac_ct_STRIP=$STRIP
5994 # Extract the first word of "strip", so it can be a program name with args.
5995set dummy strip; ac_word=$2
5996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5997$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5998if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1ec601bf
FXC
5999 $as_echo_n "(cached) " >&6
6000else
6001 if test -n "$ac_ct_STRIP"; then
6002 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6003else
6004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005for as_dir in $PATH
6006do
6007 IFS=$as_save_IFS
6008 test -z "$as_dir" && as_dir=.
6009 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6011 ac_cv_prog_ac_ct_STRIP="strip"
6012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6013 break 2
6014 fi
6015done
6016 done
6017IFS=$as_save_IFS
6018
6019fi
6020fi
6021ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6022if test -n "$ac_ct_STRIP"; then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6024$as_echo "$ac_ct_STRIP" >&6; }
6025else
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6027$as_echo "no" >&6; }
6028fi
6029
6030 if test "x$ac_ct_STRIP" = x; then
6031 STRIP=":"
6032 else
6033 case $cross_compiling:$ac_tool_warned in
6034yes:)
6035{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6036$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6037ac_tool_warned=yes ;;
6038esac
6039 STRIP=$ac_ct_STRIP
6040 fi
6041else
6042 STRIP="$ac_cv_prog_STRIP"
6043fi
6044
6045test -z "$STRIP" && STRIP=:
6046
6047
6048
6049
6050
6051
6052if test -n "$ac_tool_prefix"; then
6053 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6054set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6056$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6057if ${ac_cv_prog_RANLIB+:} false; then :
1ec601bf
FXC
6058 $as_echo_n "(cached) " >&6
6059else
6060 if test -n "$RANLIB"; then
6061 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6062else
6063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064for as_dir in $PATH
6065do
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
6068 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6070 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 break 2
6073 fi
6074done
6075 done
6076IFS=$as_save_IFS
6077
6078fi
6079fi
6080RANLIB=$ac_cv_prog_RANLIB
6081if test -n "$RANLIB"; then
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6083$as_echo "$RANLIB" >&6; }
6084else
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6086$as_echo "no" >&6; }
6087fi
6088
6089
6090fi
6091if test -z "$ac_cv_prog_RANLIB"; then
6092 ac_ct_RANLIB=$RANLIB
6093 # Extract the first word of "ranlib", so it can be a program name with args.
6094set dummy ranlib; ac_word=$2
6095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6096$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6097if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
1ec601bf
FXC
6098 $as_echo_n "(cached) " >&6
6099else
6100 if test -n "$ac_ct_RANLIB"; then
6101 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6102else
6103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6104for as_dir in $PATH
6105do
6106 IFS=$as_save_IFS
6107 test -z "$as_dir" && as_dir=.
6108 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6110 ac_cv_prog_ac_ct_RANLIB="ranlib"
6111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6112 break 2
6113 fi
6114done
6115 done
6116IFS=$as_save_IFS
6117
6118fi
6119fi
6120ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6121if test -n "$ac_ct_RANLIB"; then
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6123$as_echo "$ac_ct_RANLIB" >&6; }
6124else
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6126$as_echo "no" >&6; }
6127fi
6128
6129 if test "x$ac_ct_RANLIB" = x; then
6130 RANLIB=":"
6131 else
6132 case $cross_compiling:$ac_tool_warned in
6133yes:)
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6135$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6136ac_tool_warned=yes ;;
6137esac
6138 RANLIB=$ac_ct_RANLIB
6139 fi
6140else
6141 RANLIB="$ac_cv_prog_RANLIB"
6142fi
6143
6144test -z "$RANLIB" && RANLIB=:
6145
6146
6147
6148
6149
6150
6151# Determine commands to create old-style static archives.
6152old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6153old_postinstall_cmds='chmod 644 $oldlib'
6154old_postuninstall_cmds=
6155
6156if test -n "$RANLIB"; then
6157 case $host_os in
6158 openbsd*)
6159 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6160 ;;
6161 *)
6162 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6163 ;;
6164 esac
6165 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6166fi
6167
6168case $host_os in
6169 darwin*)
6170 lock_old_archive_extraction=yes ;;
6171 *)
6172 lock_old_archive_extraction=no ;;
6173esac
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213# If no C compiler was specified, use CC.
6214LTCC=${LTCC-"$CC"}
6215
6216# If no C compiler flags were specified, use CFLAGS.
6217LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6218
6219# Allow CC to be a program name with arguments.
6220compiler=$CC
6221
6222
6223# Check for command to grab the raw symbol name followed by C symbol from nm.
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6225$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
22e05272 6226if ${lt_cv_sys_global_symbol_pipe+:} false; then :
1ec601bf
FXC
6227 $as_echo_n "(cached) " >&6
6228else
6229
6230# These are sane defaults that work on at least a few old systems.
6231# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6232
6233# Character class describing NM global symbol codes.
6234symcode='[BCDEGRST]'
6235
6236# Regexp to match symbols that can be accessed directly from C.
6237sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6238
6239# Define system-specific variables.
6240case $host_os in
6241aix*)
6242 symcode='[BCDT]'
6243 ;;
6244cygwin* | mingw* | pw32* | cegcc*)
6245 symcode='[ABCDGISTW]'
6246 ;;
6247hpux*)
6248 if test "$host_cpu" = ia64; then
6249 symcode='[ABCDEGRST]'
6250 fi
6251 ;;
6252irix* | nonstopux*)
6253 symcode='[BCDEGRST]'
6254 ;;
6255osf*)
6256 symcode='[BCDEGQRST]'
6257 ;;
6258solaris*)
6259 symcode='[BDRT]'
6260 ;;
6261sco3.2v5*)
6262 symcode='[DT]'
6263 ;;
6264sysv4.2uw2*)
6265 symcode='[DT]'
6266 ;;
6267sysv5* | sco5v6* | unixware* | OpenUNIX*)
6268 symcode='[ABDT]'
6269 ;;
6270sysv4)
6271 symcode='[DFNSTU]'
6272 ;;
6273esac
6274
6275# If we're using GNU nm, then use its standard symbol codes.
6276case `$NM -V 2>&1` in
6277*GNU* | *'with BFD'*)
6278 symcode='[ABCDGIRSTW]' ;;
6279esac
6280
6281# Transform an extracted symbol line into a proper C declaration.
6282# Some systems (esp. on ia64) link data and code symbols differently,
6283# so use this general approach.
6284lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6285
6286# Transform an extracted symbol line into symbol name and symbol address
6287lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6288lt_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'"
6289
6290# Handle CRLF in mingw tool chain
6291opt_cr=
6292case $build_os in
6293mingw*)
6294 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6295 ;;
6296esac
6297
6298# Try without a prefix underscore, then with it.
6299for ac_symprfx in "" "_"; do
6300
6301 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6302 symxfrm="\\1 $ac_symprfx\\2 \\2"
6303
6304 # Write the raw and C identifiers.
6305 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6306 # Fake it for dumpbin and say T for any non-static function
6307 # and D for any global variable.
6308 # Also find C++ and __fastcall symbols from MSVC++,
6309 # which start with @ or ?.
6310 lt_cv_sys_global_symbol_pipe="$AWK '"\
6311" {last_section=section; section=\$ 3};"\
6312" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6313" \$ 0!~/External *\|/{next};"\
6314" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6315" {if(hide[section]) next};"\
6316" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6317" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6318" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6319" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6320" ' prfx=^$ac_symprfx"
6321 else
6322 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6323 fi
6324
6325 # Check to see that the pipe works correctly.
6326 pipe_works=no
6327
6328 rm -f conftest*
6329 cat > conftest.$ac_ext <<_LT_EOF
6330#ifdef __cplusplus
6331extern "C" {
6332#endif
6333char nm_test_var;
6334void nm_test_func(void);
6335void nm_test_func(void){}
6336#ifdef __cplusplus
6337}
6338#endif
6339int main(){nm_test_var='a';nm_test_func();return(0);}
6340_LT_EOF
6341
6342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6343 (eval $ac_compile) 2>&5
6344 ac_status=$?
6345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6346 test $ac_status = 0; }; then
6347 # Now try to grab the symbols.
6348 nlist=conftest.nm
6349 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6350 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6351 ac_status=$?
6352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6353 test $ac_status = 0; } && test -s "$nlist"; then
6354 # Try sorting and uniquifying the output.
6355 if sort "$nlist" | uniq > "$nlist"T; then
6356 mv -f "$nlist"T "$nlist"
6357 else
6358 rm -f "$nlist"T
6359 fi
6360
6361 # Make sure that we snagged all the symbols we need.
6362 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6363 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6364 cat <<_LT_EOF > conftest.$ac_ext
6365#ifdef __cplusplus
6366extern "C" {
6367#endif
6368
6369_LT_EOF
6370 # Now generate the symbol file.
6371 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6372
6373 cat <<_LT_EOF >> conftest.$ac_ext
6374
6375/* The mapping between symbol names and symbols. */
6376const struct {
6377 const char *name;
6378 void *address;
6379}
6380lt__PROGRAM__LTX_preloaded_symbols[] =
6381{
6382 { "@PROGRAM@", (void *) 0 },
6383_LT_EOF
6384 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6385 cat <<\_LT_EOF >> conftest.$ac_ext
6386 {0, (void *) 0}
6387};
6388
6389/* This works around a problem in FreeBSD linker */
6390#ifdef FREEBSD_WORKAROUND
6391static const void *lt_preloaded_setup() {
6392 return lt__PROGRAM__LTX_preloaded_symbols;
6393}
6394#endif
6395
6396#ifdef __cplusplus
6397}
6398#endif
6399_LT_EOF
6400 # Now try linking the two files.
6401 mv conftest.$ac_objext conftstm.$ac_objext
6402 lt_save_LIBS="$LIBS"
6403 lt_save_CFLAGS="$CFLAGS"
6404 LIBS="conftstm.$ac_objext"
6405 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6407 (eval $ac_link) 2>&5
6408 ac_status=$?
6409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6410 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6411 pipe_works=yes
6412 fi
6413 LIBS="$lt_save_LIBS"
6414 CFLAGS="$lt_save_CFLAGS"
6415 else
6416 echo "cannot find nm_test_func in $nlist" >&5
6417 fi
6418 else
6419 echo "cannot find nm_test_var in $nlist" >&5
6420 fi
6421 else
6422 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6423 fi
6424 else
6425 echo "$progname: failed program was:" >&5
6426 cat conftest.$ac_ext >&5
6427 fi
6428 rm -rf conftest* conftst*
6429
6430 # Do not use the global_symbol_pipe unless it works.
6431 if test "$pipe_works" = yes; then
6432 break
6433 else
6434 lt_cv_sys_global_symbol_pipe=
6435 fi
6436done
6437
6438fi
6439
6440if test -z "$lt_cv_sys_global_symbol_pipe"; then
6441 lt_cv_sys_global_symbol_to_cdecl=
6442fi
6443if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6445$as_echo "failed" >&6; }
6446else
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6448$as_echo "ok" >&6; }
6449fi
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
1ec601bf
FXC
6470
6471
6472# Check whether --enable-libtool-lock was given.
6473if test "${enable_libtool_lock+set}" = set; then :
6474 enableval=$enable_libtool_lock;
6475fi
6476
6477test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6478
6479# Some flags need to be propagated to the compiler or linker for good
6480# libtool support.
6481case $host in
6482ia64-*-hpux*)
6483 # Find out which ABI we are using.
6484 echo 'int i;' > conftest.$ac_ext
6485 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6486 (eval $ac_compile) 2>&5
6487 ac_status=$?
6488 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6489 test $ac_status = 0; }; then
6490 case `/usr/bin/file conftest.$ac_objext` in
6491 *ELF-32*)
6492 HPUX_IA64_MODE="32"
6493 ;;
6494 *ELF-64*)
6495 HPUX_IA64_MODE="64"
6496 ;;
6497 esac
6498 fi
6499 rm -rf conftest*
6500 ;;
6501*-*-irix6*)
6502 # Find out which ABI we are using.
6503 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6504 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6505 (eval $ac_compile) 2>&5
6506 ac_status=$?
6507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6508 test $ac_status = 0; }; then
6509 if test "$lt_cv_prog_gnu_ld" = yes; then
6510 case `/usr/bin/file conftest.$ac_objext` in
6511 *32-bit*)
6512 LD="${LD-ld} -melf32bsmip"
6513 ;;
6514 *N32*)
6515 LD="${LD-ld} -melf32bmipn32"
6516 ;;
6517 *64-bit*)
6518 LD="${LD-ld} -melf64bmip"
6519 ;;
6520 esac
6521 else
6522 case `/usr/bin/file conftest.$ac_objext` in
6523 *32-bit*)
6524 LD="${LD-ld} -32"
6525 ;;
6526 *N32*)
6527 LD="${LD-ld} -n32"
6528 ;;
6529 *64-bit*)
6530 LD="${LD-ld} -64"
6531 ;;
6532 esac
6533 fi
6534 fi
6535 rm -rf conftest*
6536 ;;
6537
3cbe17f7 6538x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1ec601bf
FXC
6539s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6540 # Find out which ABI we are using.
6541 echo 'int i;' > conftest.$ac_ext
6542 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6543 (eval $ac_compile) 2>&5
6544 ac_status=$?
6545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6546 test $ac_status = 0; }; then
6547 case `/usr/bin/file conftest.o` in
6548 *32-bit*)
6549 case $host in
6550 x86_64-*kfreebsd*-gnu)
6551 LD="${LD-ld} -m elf_i386_fbsd"
6552 ;;
6553 x86_64-*linux*)
e6d5f8c9
L
6554 case `/usr/bin/file conftest.o` in
6555 *x86-64*)
6556 LD="${LD-ld} -m elf32_x86_64"
6557 ;;
6558 *)
6559 LD="${LD-ld} -m elf_i386"
6560 ;;
6561 esac
1ec601bf 6562 ;;
3cbe17f7
AM
6563 powerpc64le-*linux*)
6564 LD="${LD-ld} -m elf32lppclinux"
6565 ;;
6566 powerpc64-*linux*)
1ec601bf
FXC
6567 LD="${LD-ld} -m elf32ppclinux"
6568 ;;
6569 s390x-*linux*)
6570 LD="${LD-ld} -m elf_s390"
6571 ;;
6572 sparc64-*linux*)
6573 LD="${LD-ld} -m elf32_sparc"
6574 ;;
6575 esac
6576 ;;
6577 *64-bit*)
6578 case $host in
6579 x86_64-*kfreebsd*-gnu)
6580 LD="${LD-ld} -m elf_x86_64_fbsd"
6581 ;;
6582 x86_64-*linux*)
6583 LD="${LD-ld} -m elf_x86_64"
6584 ;;
3cbe17f7
AM
6585 powerpcle-*linux*)
6586 LD="${LD-ld} -m elf64lppc"
6587 ;;
6588 powerpc-*linux*)
1ec601bf
FXC
6589 LD="${LD-ld} -m elf64ppc"
6590 ;;
6591 s390*-*linux*|s390*-*tpf*)
6592 LD="${LD-ld} -m elf64_s390"
6593 ;;
6594 sparc*-*linux*)
6595 LD="${LD-ld} -m elf64_sparc"
6596 ;;
6597 esac
6598 ;;
6599 esac
6600 fi
6601 rm -rf conftest*
6602 ;;
6603
6604*-*-sco3.2v5*)
6605 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6606 SAVE_CFLAGS="$CFLAGS"
6607 CFLAGS="$CFLAGS -belf"
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6609$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
22e05272 6610if ${lt_cv_cc_needs_belf+:} false; then :
1ec601bf
FXC
6611 $as_echo_n "(cached) " >&6
6612else
6613 ac_ext=c
6614ac_cpp='$CPP $CPPFLAGS'
6615ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6616ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6617ac_compiler_gnu=$ac_cv_c_compiler_gnu
6618
fabfcf5e 6619 if test x$gcc_no_link = xyes; then
22e05272 6620 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
6621fi
6622cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
6623/* end confdefs.h. */
6624
6625int
6626main ()
6627{
6628
6629 ;
6630 return 0;
6631}
6632_ACEOF
6633if ac_fn_c_try_link "$LINENO"; then :
6634 lt_cv_cc_needs_belf=yes
6635else
6636 lt_cv_cc_needs_belf=no
6637fi
6638rm -f core conftest.err conftest.$ac_objext \
6639 conftest$ac_exeext conftest.$ac_ext
6640 ac_ext=c
6641ac_cpp='$CPP $CPPFLAGS'
6642ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6643ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6644ac_compiler_gnu=$ac_cv_c_compiler_gnu
6645
6646fi
6647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6648$as_echo "$lt_cv_cc_needs_belf" >&6; }
6649 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6650 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6651 CFLAGS="$SAVE_CFLAGS"
6652 fi
6653 ;;
6654sparc*-*solaris*)
6655 # Find out which ABI we are using.
6656 echo 'int i;' > conftest.$ac_ext
6657 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6658 (eval $ac_compile) 2>&5
6659 ac_status=$?
6660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6661 test $ac_status = 0; }; then
6662 case `/usr/bin/file conftest.o` in
6663 *64-bit*)
6664 case $lt_cv_prog_gnu_ld in
6665 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6666 *)
6667 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6668 LD="${LD-ld} -64"
6669 fi
6670 ;;
6671 esac
6672 ;;
6673 esac
6674 fi
6675 rm -rf conftest*
6676 ;;
6677esac
6678
6679need_locks="$enable_libtool_lock"
6680
6681
6682 case $host_os in
6683 rhapsody* | darwin*)
6684 if test -n "$ac_tool_prefix"; then
6685 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6686set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6688$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6689if ${ac_cv_prog_DSYMUTIL+:} false; then :
1ec601bf
FXC
6690 $as_echo_n "(cached) " >&6
6691else
6692 if test -n "$DSYMUTIL"; then
6693 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6694else
6695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696for as_dir in $PATH
6697do
6698 IFS=$as_save_IFS
6699 test -z "$as_dir" && as_dir=.
6700 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6702 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6704 break 2
6705 fi
6706done
6707 done
6708IFS=$as_save_IFS
6709
6710fi
6711fi
6712DSYMUTIL=$ac_cv_prog_DSYMUTIL
6713if test -n "$DSYMUTIL"; then
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6715$as_echo "$DSYMUTIL" >&6; }
6716else
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6718$as_echo "no" >&6; }
6719fi
6720
6721
6722fi
6723if test -z "$ac_cv_prog_DSYMUTIL"; then
6724 ac_ct_DSYMUTIL=$DSYMUTIL
6725 # Extract the first word of "dsymutil", so it can be a program name with args.
6726set dummy dsymutil; ac_word=$2
6727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6728$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6729if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
1ec601bf
FXC
6730 $as_echo_n "(cached) " >&6
6731else
6732 if test -n "$ac_ct_DSYMUTIL"; then
6733 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6734else
6735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6736for as_dir in $PATH
6737do
6738 IFS=$as_save_IFS
6739 test -z "$as_dir" && as_dir=.
6740 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6742 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6744 break 2
6745 fi
6746done
6747 done
6748IFS=$as_save_IFS
6749
6750fi
6751fi
6752ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6753if test -n "$ac_ct_DSYMUTIL"; then
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6755$as_echo "$ac_ct_DSYMUTIL" >&6; }
6756else
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6758$as_echo "no" >&6; }
6759fi
6760
6761 if test "x$ac_ct_DSYMUTIL" = x; then
6762 DSYMUTIL=":"
6763 else
6764 case $cross_compiling:$ac_tool_warned in
6765yes:)
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6768ac_tool_warned=yes ;;
6769esac
6770 DSYMUTIL=$ac_ct_DSYMUTIL
6771 fi
6772else
6773 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6774fi
6775
6776 if test -n "$ac_tool_prefix"; then
6777 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6778set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6780$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6781if ${ac_cv_prog_NMEDIT+:} false; then :
1ec601bf
FXC
6782 $as_echo_n "(cached) " >&6
6783else
6784 if test -n "$NMEDIT"; then
6785 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6786else
6787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6788for as_dir in $PATH
6789do
6790 IFS=$as_save_IFS
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6794 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6796 break 2
6797 fi
6798done
6799 done
6800IFS=$as_save_IFS
6801
6802fi
6803fi
6804NMEDIT=$ac_cv_prog_NMEDIT
6805if test -n "$NMEDIT"; then
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6807$as_echo "$NMEDIT" >&6; }
6808else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6810$as_echo "no" >&6; }
6811fi
6812
6813
6814fi
6815if test -z "$ac_cv_prog_NMEDIT"; then
6816 ac_ct_NMEDIT=$NMEDIT
6817 # Extract the first word of "nmedit", so it can be a program name with args.
6818set dummy nmedit; ac_word=$2
6819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6820$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6821if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
1ec601bf
FXC
6822 $as_echo_n "(cached) " >&6
6823else
6824 if test -n "$ac_ct_NMEDIT"; then
6825 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6826else
6827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828for as_dir in $PATH
6829do
6830 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6834 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2
6837 fi
6838done
6839 done
6840IFS=$as_save_IFS
6841
6842fi
6843fi
6844ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6845if test -n "$ac_ct_NMEDIT"; then
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6847$as_echo "$ac_ct_NMEDIT" >&6; }
6848else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6850$as_echo "no" >&6; }
6851fi
6852
6853 if test "x$ac_ct_NMEDIT" = x; then
6854 NMEDIT=":"
6855 else
6856 case $cross_compiling:$ac_tool_warned in
6857yes:)
6858{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6859$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6860ac_tool_warned=yes ;;
6861esac
6862 NMEDIT=$ac_ct_NMEDIT
6863 fi
6864else
6865 NMEDIT="$ac_cv_prog_NMEDIT"
6866fi
6867
6868 if test -n "$ac_tool_prefix"; then
6869 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6870set dummy ${ac_tool_prefix}lipo; ac_word=$2
6871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6872$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6873if ${ac_cv_prog_LIPO+:} false; then :
1ec601bf
FXC
6874 $as_echo_n "(cached) " >&6
6875else
6876 if test -n "$LIPO"; then
6877 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6878else
6879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6880for as_dir in $PATH
6881do
6882 IFS=$as_save_IFS
6883 test -z "$as_dir" && as_dir=.
6884 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1ec601bf
FXC
6886 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6888 break 2
6889 fi
6890done
6891 done
6892IFS=$as_save_IFS
6893
6894fi
6895fi
6896LIPO=$ac_cv_prog_LIPO
1d92226b
JJ
6897if test -n "$LIPO"; then
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6899$as_echo "$LIPO" >&6; }
1ec601bf
FXC
6900else
6901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6902$as_echo "no" >&6; }
6903fi
6904
6905
6906fi
1d92226b
JJ
6907if test -z "$ac_cv_prog_LIPO"; then
6908 ac_ct_LIPO=$LIPO
6909 # Extract the first word of "lipo", so it can be a program name with args.
6910set dummy lipo; ac_word=$2
1ec601bf
FXC
6911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6912$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6913if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
1ec601bf
FXC
6914 $as_echo_n "(cached) " >&6
6915else
1d92226b
JJ
6916 if test -n "$ac_ct_LIPO"; then
6917 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
1ec601bf
FXC
6918else
6919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6920for as_dir in $PATH
6921do
6922 IFS=$as_save_IFS
6923 test -z "$as_dir" && as_dir=.
6924 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b 6926 ac_cv_prog_ac_ct_LIPO="lipo"
1ec601bf
FXC
6927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6928 break 2
6929 fi
6930done
6931 done
6932IFS=$as_save_IFS
6933
6934fi
6935fi
1d92226b
JJ
6936ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6937if test -n "$ac_ct_LIPO"; then
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6939$as_echo "$ac_ct_LIPO" >&6; }
1ec601bf
FXC
6940else
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6942$as_echo "no" >&6; }
6943fi
6944
1d92226b
JJ
6945 if test "x$ac_ct_LIPO" = x; then
6946 LIPO=":"
1ec601bf
FXC
6947 else
6948 case $cross_compiling:$ac_tool_warned in
6949yes:)
6950{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6951$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6952ac_tool_warned=yes ;;
6953esac
1d92226b 6954 LIPO=$ac_ct_LIPO
1ec601bf
FXC
6955 fi
6956else
1d92226b 6957 LIPO="$ac_cv_prog_LIPO"
1ec601bf
FXC
6958fi
6959
1d92226b
JJ
6960 if test -n "$ac_tool_prefix"; then
6961 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6962set dummy ${ac_tool_prefix}otool; ac_word=$2
6963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6964$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6965if ${ac_cv_prog_OTOOL+:} false; then :
1ec601bf
FXC
6966 $as_echo_n "(cached) " >&6
6967else
1d92226b
JJ
6968 if test -n "$OTOOL"; then
6969 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
1ec601bf 6970else
1d92226b
JJ
6971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6972for as_dir in $PATH
6973do
6974 IFS=$as_save_IFS
6975 test -z "$as_dir" && as_dir=.
6976 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
6978 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6980 break 2
6981 fi
6982done
6983 done
6984IFS=$as_save_IFS
1ec601bf 6985
1ec601bf 6986fi
1ec601bf 6987fi
1d92226b
JJ
6988OTOOL=$ac_cv_prog_OTOOL
6989if test -n "$OTOOL"; then
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6991$as_echo "$OTOOL" >&6; }
1ec601bf 6992else
1d92226b
JJ
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6994$as_echo "no" >&6; }
1ec601bf 6995fi
1ec601bf 6996
1d92226b 6997
1ec601bf 6998fi
1d92226b
JJ
6999if test -z "$ac_cv_prog_OTOOL"; then
7000 ac_ct_OTOOL=$OTOOL
7001 # Extract the first word of "otool", so it can be a program name with args.
7002set dummy otool; ac_word=$2
7003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7004$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7005if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
1ec601bf
FXC
7006 $as_echo_n "(cached) " >&6
7007else
1d92226b
JJ
7008 if test -n "$ac_ct_OTOOL"; then
7009 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7010else
7011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7012for as_dir in $PATH
7013do
7014 IFS=$as_save_IFS
7015 test -z "$as_dir" && as_dir=.
7016 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
7018 ac_cv_prog_ac_ct_OTOOL="otool"
7019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7020 break 2
7021 fi
7022done
7023 done
7024IFS=$as_save_IFS
1ec601bf 7025
1d92226b
JJ
7026fi
7027fi
7028ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7029if test -n "$ac_ct_OTOOL"; then
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7031$as_echo "$ac_ct_OTOOL" >&6; }
1ec601bf 7032else
1d92226b
JJ
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7034$as_echo "no" >&6; }
1ec601bf 7035fi
1ec601bf 7036
1d92226b
JJ
7037 if test "x$ac_ct_OTOOL" = x; then
7038 OTOOL=":"
7039 else
7040 case $cross_compiling:$ac_tool_warned in
7041yes:)
7042{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7043$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7044ac_tool_warned=yes ;;
7045esac
7046 OTOOL=$ac_ct_OTOOL
7047 fi
1ec601bf 7048else
1d92226b 7049 OTOOL="$ac_cv_prog_OTOOL"
1ec601bf 7050fi
1ec601bf 7051
1d92226b
JJ
7052 if test -n "$ac_tool_prefix"; then
7053 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7054set dummy ${ac_tool_prefix}otool64; ac_word=$2
7055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7057if ${ac_cv_prog_OTOOL64+:} false; then :
1d92226b
JJ
7058 $as_echo_n "(cached) " >&6
7059else
7060 if test -n "$OTOOL64"; then
7061 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7062else
7063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064for as_dir in $PATH
7065do
7066 IFS=$as_save_IFS
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
7070 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7072 break 2
7073 fi
1ec601bf 7074done
1d92226b
JJ
7075 done
7076IFS=$as_save_IFS
7077
7078fi
7079fi
7080OTOOL64=$ac_cv_prog_OTOOL64
7081if test -n "$OTOOL64"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7083$as_echo "$OTOOL64" >&6; }
7084else
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086$as_echo "no" >&6; }
1ec601bf
FXC
7087fi
7088
1ec601bf
FXC
7089
7090fi
1d92226b
JJ
7091if test -z "$ac_cv_prog_OTOOL64"; then
7092 ac_ct_OTOOL64=$OTOOL64
7093 # Extract the first word of "otool64", so it can be a program name with args.
7094set dummy otool64; ac_word=$2
7095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7096$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7097if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
1d92226b 7098 $as_echo_n "(cached) " >&6
1ec601bf 7099else
1d92226b
JJ
7100 if test -n "$ac_ct_OTOOL64"; then
7101 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7102else
7103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7104for as_dir in $PATH
1ec601bf 7105do
1d92226b
JJ
7106 IFS=$as_save_IFS
7107 test -z "$as_dir" && as_dir=.
7108 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1d92226b
JJ
7110 ac_cv_prog_ac_ct_OTOOL64="otool64"
7111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7112 break 2
7113 fi
7114done
7115 done
7116IFS=$as_save_IFS
1ec601bf 7117
1d92226b
JJ
7118fi
7119fi
7120ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7121if test -n "$ac_ct_OTOOL64"; then
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7123$as_echo "$ac_ct_OTOOL64" >&6; }
1ec601bf 7124else
1d92226b
JJ
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126$as_echo "no" >&6; }
1ec601bf 7127fi
1ec601bf 7128
1d92226b
JJ
7129 if test "x$ac_ct_OTOOL64" = x; then
7130 OTOOL64=":"
7131 else
7132 case $cross_compiling:$ac_tool_warned in
7133yes:)
7134{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7135$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7136ac_tool_warned=yes ;;
7137esac
7138 OTOOL64=$ac_ct_OTOOL64
7139 fi
1ec601bf 7140else
1d92226b 7141 OTOOL64="$ac_cv_prog_OTOOL64"
1ec601bf 7142fi
1ec601bf 7143
1ec601bf 7144
1ec601bf 7145
1ec601bf
FXC
7146
7147
1ec601bf 7148
1ec601bf 7149
1ec601bf 7150
1ec601bf 7151
1ec601bf 7152
1ec601bf 7153
1d92226b
JJ
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7171$as_echo_n "checking for -single_module linker flag... " >&6; }
22e05272 7172if ${lt_cv_apple_cc_single_mod+:} false; then :
1d92226b
JJ
7173 $as_echo_n "(cached) " >&6
7174else
7175 lt_cv_apple_cc_single_mod=no
7176 if test -z "${LT_MULTI_MODULE}"; then
7177 # By default we will add the -single_module flag. You can override
7178 # by either setting the environment variable LT_MULTI_MODULE
7179 # non-empty at configure time, or by adding -multi_module to the
7180 # link flags.
7181 rm -rf libconftest.dylib*
7182 echo "int foo(void){return 1;}" > conftest.c
7183 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7184-dynamiclib -Wl,-single_module conftest.c" >&5
7185 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7186 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7187 _lt_result=$?
7188 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7189 lt_cv_apple_cc_single_mod=yes
7190 else
7191 cat conftest.err >&5
7192 fi
7193 rm -rf libconftest.dylib*
7194 rm -f conftest.*
7195 fi
1ec601bf 7196fi
1d92226b
JJ
7197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7198$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7200$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
22e05272 7201if ${lt_cv_ld_exported_symbols_list+:} false; then :
1d92226b 7202 $as_echo_n "(cached) " >&6
1ec601bf 7203else
1d92226b
JJ
7204 lt_cv_ld_exported_symbols_list=no
7205 save_LDFLAGS=$LDFLAGS
7206 echo "_main" > conftest.sym
7207 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7208 if test x$gcc_no_link = xyes; then
22e05272 7209 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1ec601bf 7210fi
1d92226b 7211cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf 7212/* end confdefs.h. */
1ec601bf 7213
1ec601bf
FXC
7214int
7215main ()
7216{
1d92226b
JJ
7217
7218 ;
1ec601bf
FXC
7219 return 0;
7220}
7221_ACEOF
1d92226b
JJ
7222if ac_fn_c_try_link "$LINENO"; then :
7223 lt_cv_ld_exported_symbols_list=yes
1ec601bf 7224else
1d92226b 7225 lt_cv_ld_exported_symbols_list=no
1ec601bf 7226fi
1d92226b
JJ
7227rm -f core conftest.err conftest.$ac_objext \
7228 conftest$ac_exeext conftest.$ac_ext
7229 LDFLAGS="$save_LDFLAGS"
1ec601bf
FXC
7230
7231fi
1d92226b
JJ
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7233$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7235$as_echo_n "checking for -force_load linker flag... " >&6; }
22e05272 7236if ${lt_cv_ld_force_load+:} false; then :
1d92226b
JJ
7237 $as_echo_n "(cached) " >&6
7238else
7239 lt_cv_ld_force_load=no
7240 cat > conftest.c << _LT_EOF
7241int forced_loaded() { return 2;}
7242_LT_EOF
7243 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7244 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7245 echo "$AR cru libconftest.a conftest.o" >&5
7246 $AR cru libconftest.a conftest.o 2>&5
7247 cat > conftest.c << _LT_EOF
7248int main() { return 0;}
7249_LT_EOF
7250 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7251 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7252 _lt_result=$?
7253 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7254 lt_cv_ld_force_load=yes
7255 else
7256 cat conftest.err >&5
7257 fi
7258 rm -f conftest.err libconftest.a conftest conftest.c
7259 rm -rf conftest.dSYM
1ec601bf
FXC
7260
7261fi
1d92226b
JJ
7262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7263$as_echo "$lt_cv_ld_force_load" >&6; }
1352bc88
IS
7264 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7265 # build without first building modern cctools / linker.
7266 case $host_cpu-$host_os in
7267 *-rhapsody* | *-darwin1.[012])
1d92226b 7268 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1352bc88 7269 *-darwin1.*)
1d92226b 7270 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1352bc88
IS
7271 *-darwin*)
7272 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7273 # deployment target is forced to an earlier version.
7274 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7275 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7276 ;;
ebf6d33b 7277 10.[012][,.]*)
1352bc88
IS
7278 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7279 ;;
7280 *)
7281 ;;
7282 esac
1d92226b
JJ
7283 ;;
7284 esac
7285 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7286 _lt_dar_single_mod='$single_module'
7287 fi
7288 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7289 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7290 else
7291 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7292 fi
7293 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7294 _lt_dsymutil='~$DSYMUTIL $lib || :'
7295 else
7296 _lt_dsymutil=
7297 fi
7298 ;;
7299 esac
1ec601bf
FXC
7300
7301for ac_header in dlfcn.h
7302do :
7303 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7304"
22e05272 7305if test "x$ac_cv_header_dlfcn_h" = xyes; then :
1ec601bf
FXC
7306 cat >>confdefs.h <<_ACEOF
7307#define HAVE_DLFCN_H 1
7308_ACEOF
7309
7310fi
7311
7312done
7313
7314
7315
7316
7317
7318# Set options
7319
7320
7321
7322 enable_dlopen=no
7323
7324
7325 enable_win32_dll=no
7326
7327
7328 # Check whether --enable-shared was given.
7329if test "${enable_shared+set}" = set; then :
7330 enableval=$enable_shared; p=${PACKAGE-default}
7331 case $enableval in
7332 yes) enable_shared=yes ;;
7333 no) enable_shared=no ;;
7334 *)
7335 enable_shared=no
7336 # Look at the argument we got. We use all the common list separators.
7337 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7338 for pkg in $enableval; do
7339 IFS="$lt_save_ifs"
7340 if test "X$pkg" = "X$p"; then
7341 enable_shared=yes
7342 fi
7343 done
7344 IFS="$lt_save_ifs"
7345 ;;
7346 esac
7347else
7348 enable_shared=yes
7349fi
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359 # Check whether --enable-static was given.
7360if test "${enable_static+set}" = set; then :
7361 enableval=$enable_static; p=${PACKAGE-default}
7362 case $enableval in
7363 yes) enable_static=yes ;;
7364 no) enable_static=no ;;
7365 *)
7366 enable_static=no
7367 # Look at the argument we got. We use all the common list separators.
7368 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7369 for pkg in $enableval; do
7370 IFS="$lt_save_ifs"
7371 if test "X$pkg" = "X$p"; then
7372 enable_static=yes
7373 fi
7374 done
7375 IFS="$lt_save_ifs"
7376 ;;
7377 esac
7378else
7379 enable_static=yes
7380fi
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391# Check whether --with-pic was given.
7392if test "${with_pic+set}" = set; then :
7393 withval=$with_pic; pic_mode="$withval"
7394else
7395 pic_mode=default
7396fi
7397
7398
7399test -z "$pic_mode" && pic_mode=default
7400
7401
7402
7403
7404
7405
7406
7407 # Check whether --enable-fast-install was given.
7408if test "${enable_fast_install+set}" = set; then :
7409 enableval=$enable_fast_install; p=${PACKAGE-default}
7410 case $enableval in
7411 yes) enable_fast_install=yes ;;
7412 no) enable_fast_install=no ;;
7413 *)
7414 enable_fast_install=no
7415 # Look at the argument we got. We use all the common list separators.
7416 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7417 for pkg in $enableval; do
7418 IFS="$lt_save_ifs"
7419 if test "X$pkg" = "X$p"; then
7420 enable_fast_install=yes
7421 fi
7422 done
7423 IFS="$lt_save_ifs"
7424 ;;
7425 esac
7426else
7427 enable_fast_install=yes
7428fi
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440# This can be used to rebuild libtool when needed
7441LIBTOOL_DEPS="$ltmain"
7442
7443# Always use our own libtool.
7444LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471test -z "$LN_S" && LN_S="ln -s"
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486if test -n "${ZSH_VERSION+set}" ; then
7487 setopt NO_GLOB_SUBST
7488fi
7489
7490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7491$as_echo_n "checking for objdir... " >&6; }
22e05272 7492if ${lt_cv_objdir+:} false; then :
1ec601bf
FXC
7493 $as_echo_n "(cached) " >&6
7494else
7495 rm -f .libs 2>/dev/null
7496mkdir .libs 2>/dev/null
7497if test -d .libs; then
7498 lt_cv_objdir=.libs
7499else
7500 # MS-DOS does not allow filenames that begin with a dot.
7501 lt_cv_objdir=_libs
7502fi
7503rmdir .libs 2>/dev/null
7504fi
7505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7506$as_echo "$lt_cv_objdir" >&6; }
7507objdir=$lt_cv_objdir
7508
7509
7510
7511
7512
7513cat >>confdefs.h <<_ACEOF
7514#define LT_OBJDIR "$lt_cv_objdir/"
7515_ACEOF
7516
7517
7518
7519
7520case $host_os in
7521aix3*)
7522 # AIX sometimes has problems with the GCC collect2 program. For some
7523 # reason, if we set the COLLECT_NAMES environment variable, the problems
7524 # vanish in a puff of smoke.
7525 if test "X${COLLECT_NAMES+set}" != Xset; then
7526 COLLECT_NAMES=
7527 export COLLECT_NAMES
7528 fi
7529 ;;
7530esac
7531
7532# Global variables:
7533ofile=libtool
7534can_build_shared=yes
7535
7536# All known linkers require a `.a' archive for static linking (except MSVC,
7537# which needs '.lib').
7538libext=a
7539
7540with_gnu_ld="$lt_cv_prog_gnu_ld"
7541
7542old_CC="$CC"
7543old_CFLAGS="$CFLAGS"
7544
7545# Set sane defaults for various variables
7546test -z "$CC" && CC=cc
7547test -z "$LTCC" && LTCC=$CC
7548test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7549test -z "$LD" && LD=ld
7550test -z "$ac_objext" && ac_objext=o
7551
7552for cc_temp in $compiler""; do
7553 case $cc_temp in
7554 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7555 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7556 \-*) ;;
7557 *) break;;
7558 esac
7559done
7560cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7561
7562
7563# Only perform the check for file, if the check method requires it
7564test -z "$MAGIC_CMD" && MAGIC_CMD=file
7565case $deplibs_check_method in
7566file_magic*)
7567 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7569$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
22e05272 7570if ${lt_cv_path_MAGIC_CMD+:} false; then :
1ec601bf
FXC
7571 $as_echo_n "(cached) " >&6
7572else
7573 case $MAGIC_CMD in
7574[\\/*] | ?:[\\/]*)
7575 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7576 ;;
7577*)
7578 lt_save_MAGIC_CMD="$MAGIC_CMD"
7579 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7580 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7581 for ac_dir in $ac_dummy; do
7582 IFS="$lt_save_ifs"
7583 test -z "$ac_dir" && ac_dir=.
7584 if test -f $ac_dir/${ac_tool_prefix}file; then
7585 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7586 if test -n "$file_magic_test_file"; then
7587 case $deplibs_check_method in
7588 "file_magic "*)
7589 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7590 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7591 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7592 $EGREP "$file_magic_regex" > /dev/null; then
7593 :
7594 else
7595 cat <<_LT_EOF 1>&2
7596
7597*** Warning: the command libtool uses to detect shared libraries,
7598*** $file_magic_cmd, produces output that libtool cannot recognize.
7599*** The result is that libtool may fail to recognize shared libraries
7600*** as such. This will affect the creation of libtool libraries that
7601*** depend on shared libraries, but programs linked with such libtool
7602*** libraries will work regardless of this problem. Nevertheless, you
7603*** may want to report the problem to your system manager and/or to
7604*** bug-libtool@gnu.org
7605
7606_LT_EOF
7607 fi ;;
7608 esac
7609 fi
7610 break
7611 fi
7612 done
7613 IFS="$lt_save_ifs"
7614 MAGIC_CMD="$lt_save_MAGIC_CMD"
7615 ;;
7616esac
7617fi
7618
7619MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7620if test -n "$MAGIC_CMD"; then
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7622$as_echo "$MAGIC_CMD" >&6; }
7623else
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7625$as_echo "no" >&6; }
7626fi
7627
7628
7629
7630
7631
7632if test -z "$lt_cv_path_MAGIC_CMD"; then
7633 if test -n "$ac_tool_prefix"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7635$as_echo_n "checking for file... " >&6; }
22e05272 7636if ${lt_cv_path_MAGIC_CMD+:} false; then :
1ec601bf
FXC
7637 $as_echo_n "(cached) " >&6
7638else
7639 case $MAGIC_CMD in
7640[\\/*] | ?:[\\/]*)
7641 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7642 ;;
7643*)
7644 lt_save_MAGIC_CMD="$MAGIC_CMD"
7645 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7646 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7647 for ac_dir in $ac_dummy; do
7648 IFS="$lt_save_ifs"
7649 test -z "$ac_dir" && ac_dir=.
7650 if test -f $ac_dir/file; then
7651 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7652 if test -n "$file_magic_test_file"; then
7653 case $deplibs_check_method in
7654 "file_magic "*)
7655 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7656 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7657 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7658 $EGREP "$file_magic_regex" > /dev/null; then
7659 :
7660 else
7661 cat <<_LT_EOF 1>&2
7662
7663*** Warning: the command libtool uses to detect shared libraries,
7664*** $file_magic_cmd, produces output that libtool cannot recognize.
7665*** The result is that libtool may fail to recognize shared libraries
7666*** as such. This will affect the creation of libtool libraries that
7667*** depend on shared libraries, but programs linked with such libtool
7668*** libraries will work regardless of this problem. Nevertheless, you
7669*** may want to report the problem to your system manager and/or to
7670*** bug-libtool@gnu.org
7671
7672_LT_EOF
7673 fi ;;
7674 esac
7675 fi
7676 break
7677 fi
7678 done
7679 IFS="$lt_save_ifs"
7680 MAGIC_CMD="$lt_save_MAGIC_CMD"
7681 ;;
7682esac
7683fi
7684
7685MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7686if test -n "$MAGIC_CMD"; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7688$as_echo "$MAGIC_CMD" >&6; }
7689else
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691$as_echo "no" >&6; }
7692fi
7693
7694
7695 else
7696 MAGIC_CMD=:
7697 fi
7698fi
7699
7700 fi
7701 ;;
7702esac
7703
7704# Use C for the default configuration in the libtool script
7705
7706lt_save_CC="$CC"
7707ac_ext=c
7708ac_cpp='$CPP $CPPFLAGS'
7709ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7710ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7711ac_compiler_gnu=$ac_cv_c_compiler_gnu
7712
7713
7714# Source file extension for C test sources.
7715ac_ext=c
7716
7717# Object file extension for compiled C test sources.
7718objext=o
7719objext=$objext
7720
7721# Code to be used in simple compile tests
7722lt_simple_compile_test_code="int some_variable = 0;"
7723
7724# Code to be used in simple link tests
7725lt_simple_link_test_code='int main(){return(0);}'
7726
7727
7728
7729
7730
7731
7732
7733# If no C compiler was specified, use CC.
7734LTCC=${LTCC-"$CC"}
7735
7736# If no C compiler flags were specified, use CFLAGS.
7737LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7738
7739# Allow CC to be a program name with arguments.
7740compiler=$CC
7741
7742# Save the default compiler, since it gets overwritten when the other
7743# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7744compiler_DEFAULT=$CC
7745
7746# save warnings/boilerplate of simple test code
7747ac_outfile=conftest.$ac_objext
7748echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7749eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7750_lt_compiler_boilerplate=`cat conftest.err`
7751$RM conftest*
7752
7753ac_outfile=conftest.$ac_objext
7754echo "$lt_simple_link_test_code" >conftest.$ac_ext
7755eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7756_lt_linker_boilerplate=`cat conftest.err`
7757$RM -r conftest*
7758
7759
7760## CAVEAT EMPTOR:
7761## There is no encapsulation within the following macros, do not change
7762## the running order or otherwise move them around unless you know exactly
7763## what you are doing...
7764if test -n "$compiler"; then
7765
7766lt_prog_compiler_no_builtin_flag=
7767
7768if test "$GCC" = yes; then
7769 case $cc_basename in
7770 nvcc*)
7771 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7772 *)
7773 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7774 esac
7775
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7777$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
22e05272 7778if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
1ec601bf
FXC
7779 $as_echo_n "(cached) " >&6
7780else
7781 lt_cv_prog_compiler_rtti_exceptions=no
7782 ac_outfile=conftest.$ac_objext
7783 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7784 lt_compiler_flag="-fno-rtti -fno-exceptions"
7785 # Insert the option either (1) after the last *FLAGS variable, or
7786 # (2) before a word containing "conftest.", or (3) at the end.
7787 # Note that $ac_compile itself does not contain backslashes and begins
7788 # with a dollar sign (not a hyphen), so the echo should work correctly.
7789 # The option is referenced via a variable to avoid confusing sed.
7790 lt_compile=`echo "$ac_compile" | $SED \
7791 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7792 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7793 -e 's:$: $lt_compiler_flag:'`
7794 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7795 (eval "$lt_compile" 2>conftest.err)
7796 ac_status=$?
7797 cat conftest.err >&5
7798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7799 if (exit $ac_status) && test -s "$ac_outfile"; then
7800 # The compiler can only warn and ignore the option if not recognized
7801 # So say no if there are warnings other than the usual output.
7802 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7803 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7804 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7805 lt_cv_prog_compiler_rtti_exceptions=yes
7806 fi
7807 fi
7808 $RM conftest*
7809
7810fi
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7812$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7813
7814if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7815 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7816else
7817 :
7818fi
7819
7820fi
7821
7822
7823
7824
7825
7826
7827 lt_prog_compiler_wl=
7828lt_prog_compiler_pic=
7829lt_prog_compiler_static=
7830
7831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7832$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7833
7834 if test "$GCC" = yes; then
7835 lt_prog_compiler_wl='-Wl,'
7836 lt_prog_compiler_static='-static'
7837
7838 case $host_os in
7839 aix*)
7840 # All AIX code is PIC.
7841 if test "$host_cpu" = ia64; then
7842 # AIX 5 now supports IA64 processor
7843 lt_prog_compiler_static='-Bstatic'
7844 fi
249b09fa 7845 lt_prog_compiler_pic='-fPIC'
1ec601bf
FXC
7846 ;;
7847
7848 amigaos*)
7849 case $host_cpu in
7850 powerpc)
7851 # see comment about AmigaOS4 .so support
7852 lt_prog_compiler_pic='-fPIC'
7853 ;;
7854 m68k)
7855 # FIXME: we need at least 68020 code to build shared libraries, but
7856 # adding the `-m68020' flag to GCC prevents building anything better,
7857 # like `-m68040'.
7858 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7859 ;;
7860 esac
7861 ;;
7862
7863 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7864 # PIC is the default for these OSes.
7865 ;;
7866
7867 mingw* | cygwin* | pw32* | os2* | cegcc*)
7868 # This hack is so that the source file can tell whether it is being
7869 # built for inclusion in a dll (and should export symbols for example).
7870 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7871 # (--disable-auto-import) libraries
7872 lt_prog_compiler_pic='-DDLL_EXPORT'
7873 ;;
7874
7875 darwin* | rhapsody*)
7876 # PIC is the default on this platform
7877 # Common symbols not allowed in MH_DYLIB files
7878 lt_prog_compiler_pic='-fno-common'
7879 ;;
7880
7881 haiku*)
7882 # PIC is the default for Haiku.
7883 # The "-static" flag exists, but is broken.
7884 lt_prog_compiler_static=
7885 ;;
7886
7887 hpux*)
7888 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7889 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7890 # sets the default TLS model and affects inlining.
7891 case $host_cpu in
7892 hppa*64*)
7893 # +Z the default
7894 ;;
7895 *)
7896 lt_prog_compiler_pic='-fPIC'
7897 ;;
7898 esac
7899 ;;
7900
7901 interix[3-9]*)
7902 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7903 # Instead, we relocate shared libraries at runtime.
7904 ;;
7905
7906 msdosdjgpp*)
7907 # Just because we use GCC doesn't mean we suddenly get shared libraries
7908 # on systems that don't support them.
7909 lt_prog_compiler_can_build_shared=no
7910 enable_shared=no
7911 ;;
7912
7913 *nto* | *qnx*)
7914 # QNX uses GNU C++, but need to define -shared option too, otherwise
7915 # it will coredump.
7916 lt_prog_compiler_pic='-fPIC -shared'
7917 ;;
7918
7919 sysv4*MP*)
7920 if test -d /usr/nec; then
7921 lt_prog_compiler_pic=-Kconform_pic
7922 fi
7923 ;;
7924
7925 *)
7926 lt_prog_compiler_pic='-fPIC'
7927 ;;
7928 esac
7929
7930 case $cc_basename in
7931 nvcc*) # Cuda Compiler Driver 2.2
7932 lt_prog_compiler_wl='-Xlinker '
7933 lt_prog_compiler_pic='-Xcompiler -fPIC'
7934 ;;
7935 esac
7936 else
7937 # PORTME Check for flag to pass linker flags through the system compiler.
7938 case $host_os in
7939 aix*)
7940 lt_prog_compiler_wl='-Wl,'
7941 if test "$host_cpu" = ia64; then
7942 # AIX 5 now supports IA64 processor
7943 lt_prog_compiler_static='-Bstatic'
7944 else
7945 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7946 fi
7947 ;;
7948
7949 mingw* | cygwin* | pw32* | os2* | cegcc*)
7950 # This hack is so that the source file can tell whether it is being
7951 # built for inclusion in a dll (and should export symbols for example).
7952 lt_prog_compiler_pic='-DDLL_EXPORT'
7953 ;;
7954
7955 hpux9* | hpux10* | hpux11*)
7956 lt_prog_compiler_wl='-Wl,'
7957 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7958 # not for PA HP-UX.
7959 case $host_cpu in
7960 hppa*64*|ia64*)
7961 # +Z the default
7962 ;;
7963 *)
7964 lt_prog_compiler_pic='+Z'
7965 ;;
7966 esac
7967 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7968 lt_prog_compiler_static='${wl}-a ${wl}archive'
7969 ;;
7970
7971 irix5* | irix6* | nonstopux*)
7972 lt_prog_compiler_wl='-Wl,'
7973 # PIC (with -KPIC) is the default.
7974 lt_prog_compiler_static='-non_shared'
7975 ;;
7976
7977 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7978 case $cc_basename in
7979 # old Intel for x86_64 which still supported -KPIC.
7980 ecc*)
7981 lt_prog_compiler_wl='-Wl,'
7982 lt_prog_compiler_pic='-KPIC'
7983 lt_prog_compiler_static='-static'
7984 ;;
7985 # icc used to be incompatible with GCC.
7986 # ICC 10 doesn't accept -KPIC any more.
7987 icc* | ifort*)
7988 lt_prog_compiler_wl='-Wl,'
7989 lt_prog_compiler_pic='-fPIC'
7990 lt_prog_compiler_static='-static'
7991 ;;
7992 # Lahey Fortran 8.1.
7993 lf95*)
7994 lt_prog_compiler_wl='-Wl,'
7995 lt_prog_compiler_pic='--shared'
7996 lt_prog_compiler_static='--static'
7997 ;;
7998 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7999 # Portland Group compilers (*not* the Pentium gcc compiler,
8000 # which looks to be a dead project)
8001 lt_prog_compiler_wl='-Wl,'
8002 lt_prog_compiler_pic='-fpic'
8003 lt_prog_compiler_static='-Bstatic'
8004 ;;
8005 ccc*)
8006 lt_prog_compiler_wl='-Wl,'
8007 # All Alpha code is PIC.
8008 lt_prog_compiler_static='-non_shared'
8009 ;;
8010 xl* | bgxl* | bgf* | mpixl*)
8011 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8012 lt_prog_compiler_wl='-Wl,'
8013 lt_prog_compiler_pic='-qpic'
8014 lt_prog_compiler_static='-qstaticlink'
8015 ;;
8016 *)
8017 case `$CC -V 2>&1 | sed 5q` in
8018 *Sun\ F* | *Sun*Fortran*)
8019 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8020 lt_prog_compiler_pic='-KPIC'
8021 lt_prog_compiler_static='-Bstatic'
8022 lt_prog_compiler_wl=''
8023 ;;
8024 *Sun\ C*)
8025 # Sun C 5.9
8026 lt_prog_compiler_pic='-KPIC'
8027 lt_prog_compiler_static='-Bstatic'
8028 lt_prog_compiler_wl='-Wl,'
8029 ;;
8030 esac
8031 ;;
8032 esac
8033 ;;
8034
8035 newsos6)
8036 lt_prog_compiler_pic='-KPIC'
8037 lt_prog_compiler_static='-Bstatic'
8038 ;;
8039
8040 *nto* | *qnx*)
8041 # QNX uses GNU C++, but need to define -shared option too, otherwise
8042 # it will coredump.
8043 lt_prog_compiler_pic='-fPIC -shared'
8044 ;;
8045
8046 osf3* | osf4* | osf5*)
8047 lt_prog_compiler_wl='-Wl,'
8048 # All OSF/1 code is PIC.
8049 lt_prog_compiler_static='-non_shared'
8050 ;;
8051
8052 rdos*)
8053 lt_prog_compiler_static='-non_shared'
8054 ;;
8055
8056 solaris*)
8057 lt_prog_compiler_pic='-KPIC'
8058 lt_prog_compiler_static='-Bstatic'
8059 case $cc_basename in
8060 f77* | f90* | f95*)
8061 lt_prog_compiler_wl='-Qoption ld ';;
8062 *)
8063 lt_prog_compiler_wl='-Wl,';;
8064 esac
8065 ;;
8066
8067 sunos4*)
8068 lt_prog_compiler_wl='-Qoption ld '
8069 lt_prog_compiler_pic='-PIC'
8070 lt_prog_compiler_static='-Bstatic'
8071 ;;
8072
8073 sysv4 | sysv4.2uw2* | sysv4.3*)
8074 lt_prog_compiler_wl='-Wl,'
8075 lt_prog_compiler_pic='-KPIC'
8076 lt_prog_compiler_static='-Bstatic'
8077 ;;
8078
8079 sysv4*MP*)
8080 if test -d /usr/nec ;then
8081 lt_prog_compiler_pic='-Kconform_pic'
8082 lt_prog_compiler_static='-Bstatic'
8083 fi
8084 ;;
8085
8086 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8087 lt_prog_compiler_wl='-Wl,'
8088 lt_prog_compiler_pic='-KPIC'
8089 lt_prog_compiler_static='-Bstatic'
8090 ;;
8091
8092 unicos*)
8093 lt_prog_compiler_wl='-Wl,'
8094 lt_prog_compiler_can_build_shared=no
8095 ;;
8096
8097 uts4*)
8098 lt_prog_compiler_pic='-pic'
8099 lt_prog_compiler_static='-Bstatic'
8100 ;;
8101
8102 *)
8103 lt_prog_compiler_can_build_shared=no
8104 ;;
8105 esac
8106 fi
8107
8108case $host_os in
8109 # For platforms which do not support PIC, -DPIC is meaningless:
8110 *djgpp*)
8111 lt_prog_compiler_pic=
8112 ;;
8113 *)
8114 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8115 ;;
8116esac
8117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8118$as_echo "$lt_prog_compiler_pic" >&6; }
8119
8120
8121
8122
8123
8124
8125#
8126# Check to make sure the PIC flag actually works.
8127#
8128if test -n "$lt_prog_compiler_pic"; then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8130$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
22e05272 8131if ${lt_cv_prog_compiler_pic_works+:} false; then :
1ec601bf
FXC
8132 $as_echo_n "(cached) " >&6
8133else
8134 lt_cv_prog_compiler_pic_works=no
8135 ac_outfile=conftest.$ac_objext
8136 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8137 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8138 # Insert the option either (1) after the last *FLAGS variable, or
8139 # (2) before a word containing "conftest.", or (3) at the end.
8140 # Note that $ac_compile itself does not contain backslashes and begins
8141 # with a dollar sign (not a hyphen), so the echo should work correctly.
8142 # The option is referenced via a variable to avoid confusing sed.
8143 lt_compile=`echo "$ac_compile" | $SED \
8144 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8145 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8146 -e 's:$: $lt_compiler_flag:'`
8147 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8148 (eval "$lt_compile" 2>conftest.err)
8149 ac_status=$?
8150 cat conftest.err >&5
8151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 if (exit $ac_status) && test -s "$ac_outfile"; then
8153 # The compiler can only warn and ignore the option if not recognized
8154 # So say no if there are warnings other than the usual output.
8155 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8156 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8157 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8158 lt_cv_prog_compiler_pic_works=yes
8159 fi
8160 fi
8161 $RM conftest*
8162
8163fi
8164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8165$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8166
8167if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8168 case $lt_prog_compiler_pic in
8169 "" | " "*) ;;
8170 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8171 esac
8172else
8173 lt_prog_compiler_pic=
8174 lt_prog_compiler_can_build_shared=no
8175fi
8176
8177fi
8178
8179
8180
8181
8182
8183
8184#
8185# Check to make sure the static flag actually works.
8186#
8187wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8189$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
22e05272 8190if ${lt_cv_prog_compiler_static_works+:} false; then :
1ec601bf
FXC
8191 $as_echo_n "(cached) " >&6
8192else
8193 lt_cv_prog_compiler_static_works=no
8194 save_LDFLAGS="$LDFLAGS"
8195 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8196 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8197 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8198 # The linker can only warn and ignore the option if not recognized
8199 # So say no if there are warnings
8200 if test -s conftest.err; then
8201 # Append any errors to the config.log.
8202 cat conftest.err 1>&5
8203 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8204 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8205 if diff conftest.exp conftest.er2 >/dev/null; then
8206 lt_cv_prog_compiler_static_works=yes
8207 fi
8208 else
8209 lt_cv_prog_compiler_static_works=yes
8210 fi
8211 fi
8212 $RM -r conftest*
8213 LDFLAGS="$save_LDFLAGS"
8214
8215fi
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8217$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8218
8219if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8220 :
8221else
8222 lt_prog_compiler_static=
8223fi
8224
8225
8226
8227
8228
8229
8230
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8232$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
22e05272 8233if ${lt_cv_prog_compiler_c_o+:} false; then :
1ec601bf
FXC
8234 $as_echo_n "(cached) " >&6
8235else
8236 lt_cv_prog_compiler_c_o=no
8237 $RM -r conftest 2>/dev/null
8238 mkdir conftest
8239 cd conftest
8240 mkdir out
8241 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8242
8243 lt_compiler_flag="-o out/conftest2.$ac_objext"
8244 # Insert the option either (1) after the last *FLAGS variable, or
8245 # (2) before a word containing "conftest.", or (3) at the end.
8246 # Note that $ac_compile itself does not contain backslashes and begins
8247 # with a dollar sign (not a hyphen), so the echo should work correctly.
8248 lt_compile=`echo "$ac_compile" | $SED \
8249 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8250 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8251 -e 's:$: $lt_compiler_flag:'`
8252 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8253 (eval "$lt_compile" 2>out/conftest.err)
8254 ac_status=$?
8255 cat out/conftest.err >&5
8256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8257 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8258 then
8259 # The compiler can only warn and ignore the option if not recognized
8260 # So say no if there are warnings
8261 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8262 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8263 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8264 lt_cv_prog_compiler_c_o=yes
8265 fi
8266 fi
8267 chmod u+w . 2>&5
8268 $RM conftest*
8269 # SGI C++ compiler will create directory out/ii_files/ for
8270 # template instantiation
8271 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8272 $RM out/* && rmdir out
8273 cd ..
8274 $RM -r conftest
8275 $RM conftest*
8276
8277fi
8278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8279$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8280
8281
8282
8283
8284
8285
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8287$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
22e05272 8288if ${lt_cv_prog_compiler_c_o+:} false; then :
1ec601bf
FXC
8289 $as_echo_n "(cached) " >&6
8290else
8291 lt_cv_prog_compiler_c_o=no
8292 $RM -r conftest 2>/dev/null
8293 mkdir conftest
8294 cd conftest
8295 mkdir out
8296 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8297
8298 lt_compiler_flag="-o out/conftest2.$ac_objext"
8299 # Insert the option either (1) after the last *FLAGS variable, or
8300 # (2) before a word containing "conftest.", or (3) at the end.
8301 # Note that $ac_compile itself does not contain backslashes and begins
8302 # with a dollar sign (not a hyphen), so the echo should work correctly.
8303 lt_compile=`echo "$ac_compile" | $SED \
8304 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8305 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8306 -e 's:$: $lt_compiler_flag:'`
8307 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8308 (eval "$lt_compile" 2>out/conftest.err)
8309 ac_status=$?
8310 cat out/conftest.err >&5
8311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8312 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8313 then
8314 # The compiler can only warn and ignore the option if not recognized
8315 # So say no if there are warnings
8316 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8317 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8318 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8319 lt_cv_prog_compiler_c_o=yes
8320 fi
8321 fi
8322 chmod u+w . 2>&5
8323 $RM conftest*
8324 # SGI C++ compiler will create directory out/ii_files/ for
8325 # template instantiation
8326 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8327 $RM out/* && rmdir out
8328 cd ..
8329 $RM -r conftest
8330 $RM conftest*
8331
8332fi
8333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8334$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8335
8336
8337
8338
8339hard_links="nottested"
8340if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8341 # do not overwrite the value of need_locks provided by the user
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8343$as_echo_n "checking if we can lock with hard links... " >&6; }
8344 hard_links=yes
8345 $RM conftest*
8346 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8347 touch conftest.a
8348 ln conftest.a conftest.b 2>&5 || hard_links=no
8349 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8351$as_echo "$hard_links" >&6; }
8352 if test "$hard_links" = no; then
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8354$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8355 need_locks=warn
8356 fi
8357else
8358 need_locks=no
8359fi
8360
8361
8362
8363
8364
8365
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8367$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8368
8369 runpath_var=
8370 allow_undefined_flag=
8371 always_export_symbols=no
8372 archive_cmds=
8373 archive_expsym_cmds=
8374 compiler_needs_object=no
8375 enable_shared_with_static_runtimes=no
8376 export_dynamic_flag_spec=
8377 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8378 hardcode_automatic=no
8379 hardcode_direct=no
8380 hardcode_direct_absolute=no
8381 hardcode_libdir_flag_spec=
8382 hardcode_libdir_flag_spec_ld=
8383 hardcode_libdir_separator=
8384 hardcode_minus_L=no
8385 hardcode_shlibpath_var=unsupported
8386 inherit_rpath=no
8387 link_all_deplibs=unknown
8388 module_cmds=
8389 module_expsym_cmds=
8390 old_archive_from_new_cmds=
8391 old_archive_from_expsyms_cmds=
8392 thread_safe_flag_spec=
8393 whole_archive_flag_spec=
8394 # include_expsyms should be a list of space-separated symbols to be *always*
8395 # included in the symbol list
8396 include_expsyms=
8397 # exclude_expsyms can be an extended regexp of symbols to exclude
8398 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8399 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8400 # as well as any symbol that contains `d'.
8401 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8402 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8403 # platforms (ab)use it in PIC code, but their linkers get confused if
8404 # the symbol is explicitly referenced. Since portable code cannot
8405 # rely on this symbol name, it's probably fine to never include it in
8406 # preloaded symbol tables.
8407 # Exclude shared library initialization/finalization symbols.
8408 extract_expsyms_cmds=
8409
8410 case $host_os in
8411 cygwin* | mingw* | pw32* | cegcc*)
8412 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8413 # When not using gcc, we currently assume that we are using
8414 # Microsoft Visual C++.
8415 if test "$GCC" != yes; then
8416 with_gnu_ld=no
8417 fi
8418 ;;
8419 interix*)
8420 # we just hope/assume this is gcc and not c89 (= MSVC++)
8421 with_gnu_ld=yes
8422 ;;
8423 openbsd*)
8424 with_gnu_ld=no
8425 ;;
8426 esac
8427
8428 ld_shlibs=yes
8429
8430 # On some targets, GNU ld is compatible enough with the native linker
8431 # that we're better off using the native interface for both.
8432 lt_use_gnu_ld_interface=no
8433 if test "$with_gnu_ld" = yes; then
8434 case $host_os in
8435 aix*)
8436 # The AIX port of GNU ld has always aspired to compatibility
8437 # with the native linker. However, as the warning in the GNU ld
8438 # block says, versions before 2.19.5* couldn't really create working
8439 # shared libraries, regardless of the interface used.
8440 case `$LD -v 2>&1` in
8441 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8442 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8443 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8444 *)
8445 lt_use_gnu_ld_interface=yes
8446 ;;
8447 esac
8448 ;;
8449 *)
8450 lt_use_gnu_ld_interface=yes
8451 ;;
8452 esac
8453 fi
8454
8455 if test "$lt_use_gnu_ld_interface" = yes; then
8456 # If archive_cmds runs LD, not CC, wlarc should be empty
8457 wlarc='${wl}'
8458
8459 # Set some defaults for GNU ld with shared library support. These
8460 # are reset later if shared libraries are not supported. Putting them
8461 # here allows them to be overridden if necessary.
8462 runpath_var=LD_RUN_PATH
8463 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8464 export_dynamic_flag_spec='${wl}--export-dynamic'
8465 # ancient GNU ld didn't support --whole-archive et. al.
8466 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8467 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8468 else
8469 whole_archive_flag_spec=
8470 fi
8471 supports_anon_versioning=no
8472 case `$LD -v 2>&1` in
8473 *GNU\ gold*) supports_anon_versioning=yes ;;
8474 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8475 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8476 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8477 *\ 2.11.*) ;; # other 2.11 versions
8478 *) supports_anon_versioning=yes ;;
8479 esac
8480
8481 # See if GNU ld supports shared libraries.
8482 case $host_os in
8483 aix[3-9]*)
8484 # On AIX/PPC, the GNU linker is very broken
8485 if test "$host_cpu" != ia64; then
8486 ld_shlibs=no
8487 cat <<_LT_EOF 1>&2
8488
8489*** Warning: the GNU linker, at least up to release 2.19, is reported
8490*** to be unable to reliably create shared libraries on AIX.
8491*** Therefore, libtool is disabling shared libraries support. If you
8492*** really care for shared libraries, you may want to install binutils
8493*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8494*** You will then need to restart the configuration process.
8495
8496_LT_EOF
8497 fi
8498 ;;
8499
8500 amigaos*)
8501 case $host_cpu in
8502 powerpc)
8503 # see comment about AmigaOS4 .so support
8504 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8505 archive_expsym_cmds=''
8506 ;;
8507 m68k)
8508 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)'
8509 hardcode_libdir_flag_spec='-L$libdir'
8510 hardcode_minus_L=yes
8511 ;;
8512 esac
8513 ;;
8514
8515 beos*)
8516 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8517 allow_undefined_flag=unsupported
8518 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8519 # support --undefined. This deserves some investigation. FIXME
8520 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8521 else
8522 ld_shlibs=no
8523 fi
8524 ;;
8525
8526 cygwin* | mingw* | pw32* | cegcc*)
8527 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8528 # as there is no search path for DLLs.
8529 hardcode_libdir_flag_spec='-L$libdir'
8530 export_dynamic_flag_spec='${wl}--export-all-symbols'
8531 allow_undefined_flag=unsupported
8532 always_export_symbols=no
8533 enable_shared_with_static_runtimes=yes
8534 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8535
8536 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8537 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8538 # If the export-symbols file already is a .def file (1st line
8539 # is EXPORTS), use it as is; otherwise, prepend...
8540 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8541 cp $export_symbols $output_objdir/$soname.def;
8542 else
8543 echo EXPORTS > $output_objdir/$soname.def;
8544 cat $export_symbols >> $output_objdir/$soname.def;
8545 fi~
8546 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8547 else
8548 ld_shlibs=no
8549 fi
8550 ;;
8551
8552 haiku*)
8553 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8554 link_all_deplibs=yes
8555 ;;
8556
8557 interix[3-9]*)
8558 hardcode_direct=no
8559 hardcode_shlibpath_var=no
8560 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8561 export_dynamic_flag_spec='${wl}-E'
8562 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8563 # Instead, shared libraries are loaded at an image base (0x10000000 by
8564 # default) and relocated if they conflict, which is a slow very memory
8565 # consuming and fragmenting process. To avoid this, we pick a random,
8566 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8567 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8568 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8569 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'
8570 ;;
8571
e9085da5 8572 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
1ec601bf
FXC
8573 tmp_diet=no
8574 if test "$host_os" = linux-dietlibc; then
8575 case $cc_basename in
8576 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8577 esac
8578 fi
8579 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8580 && test "$tmp_diet" = no
8581 then
a699d672 8582 tmp_addflag=' $pic_flag'
1ec601bf
FXC
8583 tmp_sharedflag='-shared'
8584 case $cc_basename,$host_cpu in
8585 pgcc*) # Portland Group C compiler
8586 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'
8587 tmp_addflag=' $pic_flag'
8588 ;;
8589 pgf77* | pgf90* | pgf95* | pgfortran*)
8590 # Portland Group f77 and f90 compilers
8591 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'
8592 tmp_addflag=' $pic_flag -Mnomain' ;;
8593 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8594 tmp_addflag=' -i_dynamic' ;;
8595 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8596 tmp_addflag=' -i_dynamic -nofor_main' ;;
8597 ifc* | ifort*) # Intel Fortran compiler
8598 tmp_addflag=' -nofor_main' ;;
8599 lf95*) # Lahey Fortran 8.1
8600 whole_archive_flag_spec=
8601 tmp_sharedflag='--shared' ;;
8602 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8603 tmp_sharedflag='-qmkshrobj'
8604 tmp_addflag= ;;
8605 nvcc*) # Cuda Compiler Driver 2.2
8606 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'
8607 compiler_needs_object=yes
8608 ;;
8609 esac
8610 case `$CC -V 2>&1 | sed 5q` in
8611 *Sun\ C*) # Sun C 5.9
8612 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'
8613 compiler_needs_object=yes
8614 tmp_sharedflag='-G' ;;
8615 *Sun\ F*) # Sun Fortran 8.3
8616 tmp_sharedflag='-G' ;;
8617 esac
8618 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619
8620 if test "x$supports_anon_versioning" = xyes; then
8621 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8622 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8623 echo "local: *; };" >> $output_objdir/$libname.ver~
8624 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8625 fi
8626
8627 case $cc_basename in
8628 xlf* | bgf* | bgxlf* | mpixlf*)
8629 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8630 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8631 hardcode_libdir_flag_spec=
8632 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8633 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8634 if test "x$supports_anon_versioning" = xyes; then
8635 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8636 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8637 echo "local: *; };" >> $output_objdir/$libname.ver~
8638 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8639 fi
8640 ;;
8641 esac
8642 else
8643 ld_shlibs=no
8644 fi
8645 ;;
8646
8647 netbsd*)
8648 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8649 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8650 wlarc=
8651 else
8652 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8653 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8654 fi
8655 ;;
8656
8657 solaris*)
8658 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8659 ld_shlibs=no
8660 cat <<_LT_EOF 1>&2
8661
8662*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8663*** create shared libraries on Solaris systems. Therefore, libtool
8664*** is disabling shared libraries support. We urge you to upgrade GNU
8665*** binutils to release 2.9.1 or newer. Another option is to modify
8666*** your PATH or compiler configuration so that the native linker is
8667*** used, and then restart.
8668
8669_LT_EOF
8670 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8671 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8673 else
8674 ld_shlibs=no
8675 fi
8676 ;;
8677
8678 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8679 case `$LD -v 2>&1` in
8680 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8681 ld_shlibs=no
8682 cat <<_LT_EOF 1>&2
8683
8684*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8685*** reliably create shared libraries on SCO systems. Therefore, libtool
8686*** is disabling shared libraries support. We urge you to upgrade GNU
8687*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8688*** your PATH or compiler configuration so that the native linker is
8689*** used, and then restart.
8690
8691_LT_EOF
8692 ;;
8693 *)
8694 # For security reasons, it is highly recommended that you always
8695 # use absolute paths for naming shared libraries, and exclude the
8696 # DT_RUNPATH tag from executables and libraries. But doing so
8697 # requires that you compile everything twice, which is a pain.
8698 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8699 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8700 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8701 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8702 else
8703 ld_shlibs=no
8704 fi
8705 ;;
8706 esac
8707 ;;
8708
8709 sunos4*)
8710 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8711 wlarc=
8712 hardcode_direct=yes
8713 hardcode_shlibpath_var=no
8714 ;;
8715
8716 *)
8717 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8718 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8719 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8720 else
8721 ld_shlibs=no
8722 fi
8723 ;;
8724 esac
8725
8726 if test "$ld_shlibs" = no; then
8727 runpath_var=
8728 hardcode_libdir_flag_spec=
8729 export_dynamic_flag_spec=
8730 whole_archive_flag_spec=
8731 fi
8732 else
8733 # PORTME fill in a description of your system's linker (not GNU ld)
8734 case $host_os in
8735 aix3*)
8736 allow_undefined_flag=unsupported
8737 always_export_symbols=yes
8738 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'
8739 # Note: this linker hardcodes the directories in LIBPATH if there
8740 # are no directories specified by -L.
8741 hardcode_minus_L=yes
8742 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8743 # Neither direct hardcoding nor static linking is supported with a
8744 # broken collect2.
8745 hardcode_direct=unsupported
8746 fi
8747 ;;
8748
8749 aix[4-9]*)
8750 if test "$host_cpu" = ia64; then
8751 # On IA64, the linker does run time linking by default, so we don't
8752 # have to do anything special.
8753 aix_use_runtimelinking=no
8754 exp_sym_flag='-Bexport'
8755 no_entry_flag=""
8756 else
8757 # If we're using GNU nm, then we don't want the "-C" option.
8758 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8759 # Also, AIX nm treats weak defined symbols like other global
8760 # defined symbols, whereas GNU nm marks them as "W".
8761 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8762 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'
8763 else
84c1b9d3 8764 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
1ec601bf
FXC
8765 fi
8766 aix_use_runtimelinking=no
8767
8768 # Test if we are trying to use run time linking or normal
8769 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8770 # need to do runtime linking.
8771 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8772 for ld_flag in $LDFLAGS; do
8773 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8774 aix_use_runtimelinking=yes
8775 break
8776 fi
8777 done
8778 ;;
8779 esac
8780
8781 exp_sym_flag='-bexport'
8782 no_entry_flag='-bnoentry'
8783 fi
8784
8785 # When large executables or shared objects are built, AIX ld can
8786 # have problems creating the table of contents. If linking a library
8787 # or program results in "error TOC overflow" add -mminimal-toc to
8788 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8789 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8790
8791 archive_cmds=''
8792 hardcode_direct=yes
8793 hardcode_direct_absolute=yes
8794 hardcode_libdir_separator=':'
8795 link_all_deplibs=yes
8796 file_list_spec='${wl}-f,'
8797
8798 if test "$GCC" = yes; then
8799 case $host_os in aix4.[012]|aix4.[012].*)
8800 # We only want to do this on AIX 4.2 and lower, the check
8801 # below for broken collect2 doesn't work under 4.3+
8802 collect2name=`${CC} -print-prog-name=collect2`
8803 if test -f "$collect2name" &&
8804 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8805 then
8806 # We have reworked collect2
8807 :
8808 else
8809 # We have old collect2
8810 hardcode_direct=unsupported
8811 # It fails to find uninstalled libraries when the uninstalled
8812 # path is not listed in the libpath. Setting hardcode_minus_L
8813 # to unsupported forces relinking
8814 hardcode_minus_L=yes
8815 hardcode_libdir_flag_spec='-L$libdir'
8816 hardcode_libdir_separator=
8817 fi
8818 ;;
8819 esac
8820 shared_flag='-shared'
8821 if test "$aix_use_runtimelinking" = yes; then
8822 shared_flag="$shared_flag "'${wl}-G'
8823 fi
8824 else
8825 # not using gcc
8826 if test "$host_cpu" = ia64; then
8827 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8828 # chokes on -Wl,-G. The following line is correct:
8829 shared_flag='-G'
8830 else
8831 if test "$aix_use_runtimelinking" = yes; then
8832 shared_flag='${wl}-G'
8833 else
8834 shared_flag='${wl}-bM:SRE'
8835 fi
8836 fi
8837 fi
8838
8839 export_dynamic_flag_spec='${wl}-bexpall'
8840 # It seems that -bexpall does not export symbols beginning with
8841 # underscore (_), so it is better to generate a list of symbols to export.
8842 always_export_symbols=yes
8843 if test "$aix_use_runtimelinking" = yes; then
8844 # Warning - without using the other runtime loading flags (-brtl),
8845 # -berok will link without error, but may produce a broken library.
8846 allow_undefined_flag='-berok'
8847 # Determine the default libpath from the value encoded in an
8848 # empty executable.
fabfcf5e 8849 if test x$gcc_no_link = xyes; then
22e05272 8850 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
8851fi
8852cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
8853/* end confdefs.h. */
8854
8855int
8856main ()
8857{
8858
8859 ;
8860 return 0;
8861}
8862_ACEOF
8863if ac_fn_c_try_link "$LINENO"; then :
8864
8865lt_aix_libpath_sed='
8866 /Import File Strings/,/^$/ {
8867 /^0/ {
8868 s/^0 *\(.*\)$/\1/
8869 p
8870 }
8871 }'
8872aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8873# Check for a 64-bit object if we didn't find anything.
8874if test -z "$aix_libpath"; then
8875 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8876fi
8877fi
8878rm -f core conftest.err conftest.$ac_objext \
8879 conftest$ac_exeext conftest.$ac_ext
8880if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8881
8882 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8883 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"
8884 else
8885 if test "$host_cpu" = ia64; then
8886 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8887 allow_undefined_flag="-z nodefs"
8888 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"
8889 else
8890 # Determine the default libpath from the value encoded in an
8891 # empty executable.
fabfcf5e 8892 if test x$gcc_no_link = xyes; then
22e05272 8893 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
8894fi
8895cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
8896/* end confdefs.h. */
8897
8898int
8899main ()
8900{
8901
8902 ;
8903 return 0;
8904}
8905_ACEOF
8906if ac_fn_c_try_link "$LINENO"; then :
8907
8908lt_aix_libpath_sed='
8909 /Import File Strings/,/^$/ {
8910 /^0/ {
8911 s/^0 *\(.*\)$/\1/
8912 p
8913 }
8914 }'
8915aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8916# Check for a 64-bit object if we didn't find anything.
8917if test -z "$aix_libpath"; then
8918 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8919fi
8920fi
8921rm -f core conftest.err conftest.$ac_objext \
8922 conftest$ac_exeext conftest.$ac_ext
8923if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8924
8925 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8926 # Warning - without using the other run time loading flags,
8927 # -berok will link without error, but may produce a broken library.
8928 no_undefined_flag=' ${wl}-bernotok'
8929 allow_undefined_flag=' ${wl}-berok'
8930 if test "$with_gnu_ld" = yes; then
8931 # We only use this code for GNU lds that support --whole-archive.
8932 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8933 else
8934 # Exported symbols can be pulled into shared objects from archives
8935 whole_archive_flag_spec='$convenience'
8936 fi
8937 archive_cmds_need_lc=yes
8938 # This is similar to how AIX traditionally builds its shared libraries.
8939 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'
8940 fi
8941 fi
8942 ;;
8943
8944 amigaos*)
8945 case $host_cpu in
8946 powerpc)
8947 # see comment about AmigaOS4 .so support
8948 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8949 archive_expsym_cmds=''
8950 ;;
8951 m68k)
8952 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)'
8953 hardcode_libdir_flag_spec='-L$libdir'
8954 hardcode_minus_L=yes
8955 ;;
8956 esac
8957 ;;
8958
8959 bsdi[45]*)
8960 export_dynamic_flag_spec=-rdynamic
8961 ;;
8962
8963 cygwin* | mingw* | pw32* | cegcc*)
8964 # When not using gcc, we currently assume that we are using
8965 # Microsoft Visual C++.
8966 # hardcode_libdir_flag_spec is actually meaningless, as there is
8967 # no search path for DLLs.
8968 hardcode_libdir_flag_spec=' '
8969 allow_undefined_flag=unsupported
8970 # Tell ltmain to make .lib files, not .a files.
8971 libext=lib
8972 # Tell ltmain to make .dll files, not .so files.
8973 shrext_cmds=".dll"
8974 # FIXME: Setting linknames here is a bad hack.
8975 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8976 # The linker will automatically build a .lib file if we build a DLL.
8977 old_archive_from_new_cmds='true'
8978 # FIXME: Should let the user specify the lib program.
8979 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8980 fix_srcfile_path='`cygpath -w "$srcfile"`'
8981 enable_shared_with_static_runtimes=yes
8982 ;;
8983
8984 darwin* | rhapsody*)
8985
8986
8987 archive_cmds_need_lc=no
8988 hardcode_direct=no
8989 hardcode_automatic=yes
8990 hardcode_shlibpath_var=unsupported
8991 if test "$lt_cv_ld_force_load" = "yes"; then
8992 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\"`'
8993 else
8994 whole_archive_flag_spec=''
8995 fi
8996 link_all_deplibs=yes
8997 allow_undefined_flag="$_lt_dar_allow_undefined"
8998 case $cc_basename in
8999 ifort*) _lt_dar_can_shared=yes ;;
9000 *) _lt_dar_can_shared=$GCC ;;
9001 esac
9002 if test "$_lt_dar_can_shared" = "yes"; then
9003 output_verbose_link_cmd=func_echo_all
9004 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9005 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9006 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}"
9007 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}"
9008
9009 else
9010 ld_shlibs=no
9011 fi
9012
9013 ;;
9014
9015 dgux*)
9016 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 hardcode_shlibpath_var=no
9019 ;;
9020
1ec601bf
FXC
9021 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9022 # support. Future versions do this automatically, but an explicit c++rt0.o
9023 # does not break anything, and helps significantly (at the cost of a little
9024 # extra space).
9025 freebsd2.2*)
9026 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9027 hardcode_libdir_flag_spec='-R$libdir'
9028 hardcode_direct=yes
9029 hardcode_shlibpath_var=no
9030 ;;
9031
9032 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
c6084f68 9033 freebsd2.*)
1ec601bf
FXC
9034 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9035 hardcode_direct=yes
9036 hardcode_minus_L=yes
9037 hardcode_shlibpath_var=no
9038 ;;
9039
9040 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9041 freebsd* | dragonfly*)
9042 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9043 hardcode_libdir_flag_spec='-R$libdir'
9044 hardcode_direct=yes
9045 hardcode_shlibpath_var=no
9046 ;;
9047
9048 hpux9*)
9049 if test "$GCC" = yes; then
9050 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'
9051 else
9052 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'
9053 fi
9054 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9055 hardcode_libdir_separator=:
9056 hardcode_direct=yes
9057
9058 # hardcode_minus_L: Not really in the search PATH,
9059 # but as the default location of the library.
9060 hardcode_minus_L=yes
9061 export_dynamic_flag_spec='${wl}-E'
9062 ;;
9063
9064 hpux10*)
9065 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9066 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9067 else
9068 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9069 fi
9070 if test "$with_gnu_ld" = no; then
9071 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9072 hardcode_libdir_flag_spec_ld='+b $libdir'
9073 hardcode_libdir_separator=:
9074 hardcode_direct=yes
9075 hardcode_direct_absolute=yes
9076 export_dynamic_flag_spec='${wl}-E'
9077 # hardcode_minus_L: Not really in the search PATH,
9078 # but as the default location of the library.
9079 hardcode_minus_L=yes
9080 fi
9081 ;;
9082
9083 hpux11*)
9084 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9085 case $host_cpu in
9086 hppa*64*)
4e4ba647 9087 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1ec601bf
FXC
9088 ;;
9089 ia64*)
9090 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9091 ;;
9092 *)
9093 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9094 ;;
9095 esac
9096 else
9097 case $host_cpu in
9098 hppa*64*)
4e4ba647 9099 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1ec601bf
FXC
9100 ;;
9101 ia64*)
9102 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9103 ;;
9104 *)
9105
9106 # Older versions of the 11.00 compiler do not understand -b yet
9107 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9109$as_echo_n "checking if $CC understands -b... " >&6; }
22e05272 9110if ${lt_cv_prog_compiler__b+:} false; then :
1ec601bf
FXC
9111 $as_echo_n "(cached) " >&6
9112else
9113 lt_cv_prog_compiler__b=no
9114 save_LDFLAGS="$LDFLAGS"
9115 LDFLAGS="$LDFLAGS -b"
9116 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9117 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9118 # The linker can only warn and ignore the option if not recognized
9119 # So say no if there are warnings
9120 if test -s conftest.err; then
9121 # Append any errors to the config.log.
9122 cat conftest.err 1>&5
9123 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9124 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9125 if diff conftest.exp conftest.er2 >/dev/null; then
9126 lt_cv_prog_compiler__b=yes
9127 fi
9128 else
9129 lt_cv_prog_compiler__b=yes
9130 fi
9131 fi
9132 $RM -r conftest*
9133 LDFLAGS="$save_LDFLAGS"
9134
9135fi
9136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9137$as_echo "$lt_cv_prog_compiler__b" >&6; }
9138
9139if test x"$lt_cv_prog_compiler__b" = xyes; then
9140 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9141else
9142 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9143fi
9144
9145 ;;
9146 esac
9147 fi
9148 if test "$with_gnu_ld" = no; then
9149 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9150 hardcode_libdir_separator=:
9151
9152 case $host_cpu in
9153 hppa*64*|ia64*)
9154 hardcode_direct=no
9155 hardcode_shlibpath_var=no
9156 ;;
9157 *)
9158 hardcode_direct=yes
9159 hardcode_direct_absolute=yes
9160 export_dynamic_flag_spec='${wl}-E'
9161
9162 # hardcode_minus_L: Not really in the search PATH,
9163 # but as the default location of the library.
9164 hardcode_minus_L=yes
9165 ;;
9166 esac
9167 fi
9168 ;;
9169
9170 irix5* | irix6* | nonstopux*)
9171 if test "$GCC" = yes; then
9172 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'
9173 # Try to use the -exported_symbol ld option, if it does not
9174 # work, assume that -exports_file does not work either and
9175 # implicitly export all symbols.
9176 save_LDFLAGS="$LDFLAGS"
9177 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
fabfcf5e 9178 if test x$gcc_no_link = xyes; then
22e05272 9179 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
9180fi
9181cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
9182/* end confdefs.h. */
9183int foo(void) {}
9184_ACEOF
9185if ac_fn_c_try_link "$LINENO"; then :
9186 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'
9187
9188fi
9189rm -f core conftest.err conftest.$ac_objext \
9190 conftest$ac_exeext conftest.$ac_ext
9191 LDFLAGS="$save_LDFLAGS"
9192 else
9193 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'
9194 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'
9195 fi
9196 archive_cmds_need_lc='no'
9197 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9198 hardcode_libdir_separator=:
9199 inherit_rpath=yes
9200 link_all_deplibs=yes
9201 ;;
9202
9203 netbsd*)
9204 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9205 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9206 else
9207 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9208 fi
9209 hardcode_libdir_flag_spec='-R$libdir'
9210 hardcode_direct=yes
9211 hardcode_shlibpath_var=no
9212 ;;
9213
9214 newsos6)
9215 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9216 hardcode_direct=yes
9217 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9218 hardcode_libdir_separator=:
9219 hardcode_shlibpath_var=no
9220 ;;
9221
9222 *nto* | *qnx*)
9223 ;;
9224
9225 openbsd*)
9226 if test -f /usr/libexec/ld.so; then
9227 hardcode_direct=yes
9228 hardcode_shlibpath_var=no
9229 hardcode_direct_absolute=yes
9230 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9231 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9232 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9233 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9234 export_dynamic_flag_spec='${wl}-E'
9235 else
9236 case $host_os in
9237 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9238 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9239 hardcode_libdir_flag_spec='-R$libdir'
9240 ;;
9241 *)
9242 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9243 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9244 ;;
9245 esac
9246 fi
9247 else
9248 ld_shlibs=no
9249 fi
9250 ;;
9251
9252 os2*)
9253 hardcode_libdir_flag_spec='-L$libdir'
9254 hardcode_minus_L=yes
9255 allow_undefined_flag=unsupported
9256 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'
9257 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9258 ;;
9259
9260 osf3*)
9261 if test "$GCC" = yes; then
9262 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9263 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'
9264 else
9265 allow_undefined_flag=' -expect_unresolved \*'
9266 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'
9267 fi
9268 archive_cmds_need_lc='no'
9269 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9270 hardcode_libdir_separator=:
9271 ;;
9272
9273 osf4* | osf5*) # as osf3* with the addition of -msym flag
9274 if test "$GCC" = yes; then
9275 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9276 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'
9277 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9278 else
9279 allow_undefined_flag=' -expect_unresolved \*'
9280 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'
9281 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~
9282 $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'
9283
9284 # Both c and cxx compiler support -rpath directly
9285 hardcode_libdir_flag_spec='-rpath $libdir'
9286 fi
9287 archive_cmds_need_lc='no'
9288 hardcode_libdir_separator=:
9289 ;;
9290
9291 solaris*)
9292 no_undefined_flag=' -z defs'
9293 if test "$GCC" = yes; then
9294 wlarc='${wl}'
9295 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9296 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9297 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9298 else
9299 case `$CC -V 2>&1` in
9300 *"Compilers 5.0"*)
9301 wlarc=''
9302 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9303 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9304 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9305 ;;
9306 *)
9307 wlarc='${wl}'
9308 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9309 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9310 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9311 ;;
9312 esac
9313 fi
9314 hardcode_libdir_flag_spec='-R$libdir'
9315 hardcode_shlibpath_var=no
9316 case $host_os in
9317 solaris2.[0-5] | solaris2.[0-5].*) ;;
9318 *)
9319 # The compiler driver will combine and reorder linker options,
9320 # but understands `-z linker_flag'. GCC discards it without `$wl',
9321 # but is careful enough not to reorder.
9322 # Supported since Solaris 2.6 (maybe 2.5.1?)
9323 if test "$GCC" = yes; then
9324 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9325 else
9326 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9327 fi
9328 ;;
9329 esac
9330 link_all_deplibs=yes
9331 ;;
9332
9333 sunos4*)
9334 if test "x$host_vendor" = xsequent; then
9335 # Use $CC to link under sequent, because it throws in some extra .o
9336 # files that make .init and .fini sections work.
9337 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9338 else
9339 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9340 fi
9341 hardcode_libdir_flag_spec='-L$libdir'
9342 hardcode_direct=yes
9343 hardcode_minus_L=yes
9344 hardcode_shlibpath_var=no
9345 ;;
9346
9347 sysv4)
9348 case $host_vendor in
9349 sni)
9350 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9351 hardcode_direct=yes # is this really true???
9352 ;;
9353 siemens)
9354 ## LD is ld it makes a PLAMLIB
9355 ## CC just makes a GrossModule.
9356 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9357 reload_cmds='$CC -r -o $output$reload_objs'
9358 hardcode_direct=no
9359 ;;
9360 motorola)
9361 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9362 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9363 ;;
9364 esac
9365 runpath_var='LD_RUN_PATH'
9366 hardcode_shlibpath_var=no
9367 ;;
9368
9369 sysv4.3*)
9370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9371 hardcode_shlibpath_var=no
9372 export_dynamic_flag_spec='-Bexport'
9373 ;;
9374
9375 sysv4*MP*)
9376 if test -d /usr/nec; then
9377 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9378 hardcode_shlibpath_var=no
9379 runpath_var=LD_RUN_PATH
9380 hardcode_runpath_var=yes
9381 ld_shlibs=yes
9382 fi
9383 ;;
9384
9385 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9386 no_undefined_flag='${wl}-z,text'
9387 archive_cmds_need_lc=no
9388 hardcode_shlibpath_var=no
9389 runpath_var='LD_RUN_PATH'
9390
9391 if test "$GCC" = yes; then
9392 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9393 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 else
9395 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9396 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 fi
9398 ;;
9399
9400 sysv5* | sco3.2v5* | sco5v6*)
9401 # Note: We can NOT use -z defs as we might desire, because we do not
9402 # link with -lc, and that would cause any symbols used from libc to
9403 # always be unresolved, which means just about no library would
9404 # ever link correctly. If we're not using GNU ld we use -z text
9405 # though, which does catch some bad symbols but isn't as heavy-handed
9406 # as -z defs.
9407 no_undefined_flag='${wl}-z,text'
9408 allow_undefined_flag='${wl}-z,nodefs'
9409 archive_cmds_need_lc=no
9410 hardcode_shlibpath_var=no
9411 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9412 hardcode_libdir_separator=':'
9413 link_all_deplibs=yes
9414 export_dynamic_flag_spec='${wl}-Bexport'
9415 runpath_var='LD_RUN_PATH'
9416
9417 if test "$GCC" = yes; then
9418 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9419 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9420 else
9421 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9422 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 fi
9424 ;;
9425
9426 uts4*)
9427 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9428 hardcode_libdir_flag_spec='-L$libdir'
9429 hardcode_shlibpath_var=no
9430 ;;
9431
9432 *)
9433 ld_shlibs=no
9434 ;;
9435 esac
9436
9437 if test x$host_vendor = xsni; then
9438 case $host in
9439 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9440 export_dynamic_flag_spec='${wl}-Blargedynsym'
9441 ;;
9442 esac
9443 fi
9444 fi
9445
9446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9447$as_echo "$ld_shlibs" >&6; }
9448test "$ld_shlibs" = no && can_build_shared=no
9449
9450with_gnu_ld=$with_gnu_ld
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466#
9467# Do we need to explicitly link libc?
9468#
9469case "x$archive_cmds_need_lc" in
9470x|xyes)
9471 # Assume -lc should be added
9472 archive_cmds_need_lc=yes
9473
9474 if test "$enable_shared" = yes && test "$GCC" = yes; then
9475 case $archive_cmds in
9476 *'~'*)
9477 # FIXME: we may have to deal with multi-command sequences.
9478 ;;
9479 '$CC '*)
9480 # Test whether the compiler implicitly links with -lc since on some
9481 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9482 # to ld, don't add -lc before -lgcc.
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9484$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
22e05272 9485if ${lt_cv_archive_cmds_need_lc+:} false; then :
1ec601bf
FXC
9486 $as_echo_n "(cached) " >&6
9487else
9488 $RM conftest*
9489 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9490
9491 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9492 (eval $ac_compile) 2>&5
9493 ac_status=$?
9494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9495 test $ac_status = 0; } 2>conftest.err; then
9496 soname=conftest
9497 lib=conftest
9498 libobjs=conftest.$ac_objext
9499 deplibs=
9500 wl=$lt_prog_compiler_wl
9501 pic_flag=$lt_prog_compiler_pic
9502 compiler_flags=-v
9503 linker_flags=-v
9504 verstring=
9505 output_objdir=.
9506 libname=conftest
9507 lt_save_allow_undefined_flag=$allow_undefined_flag
9508 allow_undefined_flag=
9509 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9510 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9511 ac_status=$?
9512 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9513 test $ac_status = 0; }
9514 then
9515 lt_cv_archive_cmds_need_lc=no
9516 else
9517 lt_cv_archive_cmds_need_lc=yes
9518 fi
9519 allow_undefined_flag=$lt_save_allow_undefined_flag
9520 else
9521 cat conftest.err 1>&5
9522 fi
9523 $RM conftest*
9524
9525fi
9526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9527$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9528 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9529 ;;
9530 esac
9531 fi
9532 ;;
9533esac
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9692$as_echo_n "checking dynamic linker characteristics... " >&6; }
9693
9694if test "$GCC" = yes; then
9695 case $host_os in
9696 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9697 *) lt_awk_arg="/^libraries:/" ;;
9698 esac
9699 case $host_os in
9700 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9701 *) lt_sed_strip_eq="s,=/,/,g" ;;
9702 esac
9703 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9704 case $lt_search_path_spec in
9705 *\;*)
9706 # if the path contains ";" then we assume it to be the separator
9707 # otherwise default to the standard path separator (i.e. ":") - it is
9708 # assumed that no part of a normal pathname contains ";" but that should
9709 # okay in the real world where ";" in dirpaths is itself problematic.
9710 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9711 ;;
9712 *)
9713 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9714 ;;
9715 esac
9716 # Ok, now we have the path, separated by spaces, we can step through it
9717 # and add multilib dir if necessary.
9718 lt_tmp_lt_search_path_spec=
9719 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9720 for lt_sys_path in $lt_search_path_spec; do
9721 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9722 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9723 else
9724 test -d "$lt_sys_path" && \
9725 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9726 fi
9727 done
9728 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9729BEGIN {RS=" "; FS="/|\n";} {
9730 lt_foo="";
9731 lt_count=0;
9732 for (lt_i = NF; lt_i > 0; lt_i--) {
9733 if ($lt_i != "" && $lt_i != ".") {
9734 if ($lt_i == "..") {
9735 lt_count++;
9736 } else {
9737 if (lt_count == 0) {
9738 lt_foo="/" $lt_i lt_foo;
9739 } else {
9740 lt_count--;
9741 }
9742 }
9743 }
9744 }
9745 if (lt_foo != "") { lt_freq[lt_foo]++; }
9746 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9747}'`
9748 # AWK program above erroneously prepends '/' to C:/dos/paths
9749 # for these hosts.
9750 case $host_os in
9751 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9752 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9753 esac
9754 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9755else
9756 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9757fi
9758library_names_spec=
9759libname_spec='lib$name'
9760soname_spec=
9761shrext_cmds=".so"
9762postinstall_cmds=
9763postuninstall_cmds=
9764finish_cmds=
9765finish_eval=
9766shlibpath_var=
9767shlibpath_overrides_runpath=unknown
9768version_type=none
9769dynamic_linker="$host_os ld.so"
9770sys_lib_dlsearch_path_spec="/lib /usr/lib"
9771need_lib_prefix=unknown
9772hardcode_into_libs=no
9773
9774# when you set need_version to no, make sure it does not cause -set_version
9775# flags to be left without arguments
9776need_version=unknown
9777
9778case $host_os in
9779aix3*)
9780 version_type=linux
9781 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9782 shlibpath_var=LIBPATH
9783
9784 # AIX 3 has no versioning support, so we append a major version to the name.
9785 soname_spec='${libname}${release}${shared_ext}$major'
9786 ;;
9787
9788aix[4-9]*)
9789 version_type=linux
9790 need_lib_prefix=no
9791 need_version=no
9792 hardcode_into_libs=yes
9793 if test "$host_cpu" = ia64; then
9794 # AIX 5 supports IA64
9795 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9796 shlibpath_var=LD_LIBRARY_PATH
9797 else
9798 # With GCC up to 2.95.x, collect2 would create an import file
9799 # for dependence libraries. The import file would start with
9800 # the line `#! .'. This would cause the generated library to
9801 # depend on `.', always an invalid library. This was fixed in
9802 # development snapshots of GCC prior to 3.0.
9803 case $host_os in
9804 aix4 | aix4.[01] | aix4.[01].*)
9805 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9806 echo ' yes '
9807 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9808 :
9809 else
9810 can_build_shared=no
9811 fi
9812 ;;
9813 esac
9814 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9815 # soname into executable. Probably we can add versioning support to
9816 # collect2, so additional links can be useful in future.
9817 if test "$aix_use_runtimelinking" = yes; then
9818 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9819 # instead of lib<name>.a to let people know that these are not
9820 # typical AIX shared libraries.
9821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9822 else
9823 # We preserve .a as extension for shared libraries through AIX4.2
9824 # and later when we are not doing run time linking.
9825 library_names_spec='${libname}${release}.a $libname.a'
9826 soname_spec='${libname}${release}${shared_ext}$major'
9827 fi
9828 shlibpath_var=LIBPATH
9829 fi
9830 ;;
9831
9832amigaos*)
9833 case $host_cpu in
9834 powerpc)
9835 # Since July 2007 AmigaOS4 officially supports .so libraries.
9836 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9838 ;;
9839 m68k)
9840 library_names_spec='$libname.ixlibrary $libname.a'
9841 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9842 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'
9843 ;;
9844 esac
9845 ;;
9846
9847beos*)
9848 library_names_spec='${libname}${shared_ext}'
9849 dynamic_linker="$host_os ld.so"
9850 shlibpath_var=LIBRARY_PATH
9851 ;;
9852
9853bsdi[45]*)
9854 version_type=linux
9855 need_version=no
9856 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9857 soname_spec='${libname}${release}${shared_ext}$major'
9858 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9859 shlibpath_var=LD_LIBRARY_PATH
9860 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9861 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9862 # the default ld.so.conf also contains /usr/contrib/lib and
9863 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9864 # libtool to hard-code these into programs
9865 ;;
9866
9867cygwin* | mingw* | pw32* | cegcc*)
9868 version_type=windows
9869 shrext_cmds=".dll"
9870 need_version=no
9871 need_lib_prefix=no
9872
9873 case $GCC,$host_os in
9874 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9875 library_names_spec='$libname.dll.a'
9876 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9877 postinstall_cmds='base_file=`basename \${file}`~
9878 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9879 dldir=$destdir/`dirname \$dlpath`~
9880 test -d \$dldir || mkdir -p \$dldir~
9881 $install_prog $dir/$dlname \$dldir/$dlname~
9882 chmod a+x \$dldir/$dlname~
9883 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9884 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9885 fi'
9886 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9887 dlpath=$dir/\$dldll~
9888 $RM \$dlpath'
9889 shlibpath_overrides_runpath=yes
9890
9891 case $host_os in
9892 cygwin*)
9893 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9894 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9895
9896 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9897 ;;
9898 mingw* | cegcc*)
9899 # MinGW DLLs use traditional 'lib' prefix
9900 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9901 ;;
9902 pw32*)
9903 # pw32 DLLs use 'pw' prefix rather than 'lib'
9904 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9905 ;;
9906 esac
9907 ;;
9908
9909 *)
9910 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9911 ;;
9912 esac
9913 dynamic_linker='Win32 ld.exe'
9914 # FIXME: first we should search . and the directory the executable is in
9915 shlibpath_var=PATH
9916 ;;
9917
9918darwin* | rhapsody*)
9919 dynamic_linker="$host_os dyld"
9920 version_type=darwin
9921 need_lib_prefix=no
9922 need_version=no
9923 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9924 soname_spec='${libname}${release}${major}$shared_ext'
9925 shlibpath_overrides_runpath=yes
9926 shlibpath_var=DYLD_LIBRARY_PATH
9927 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9928
9929 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9930 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9931 ;;
9932
9933dgux*)
9934 version_type=linux
9935 need_lib_prefix=no
9936 need_version=no
9937 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9938 soname_spec='${libname}${release}${shared_ext}$major'
9939 shlibpath_var=LD_LIBRARY_PATH
9940 ;;
9941
1ec601bf
FXC
9942freebsd* | dragonfly*)
9943 # DragonFly does not have aout. When/if they implement a new
9944 # versioning mechanism, adjust this.
9945 if test -x /usr/bin/objformat; then
9946 objformat=`/usr/bin/objformat`
9947 else
9948 case $host_os in
c6084f68 9949 freebsd[23].*) objformat=aout ;;
1ec601bf
FXC
9950 *) objformat=elf ;;
9951 esac
9952 fi
9953 version_type=freebsd-$objformat
9954 case $version_type in
9955 freebsd-elf*)
9956 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9957 need_version=no
9958 need_lib_prefix=no
9959 ;;
9960 freebsd-*)
9961 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9962 need_version=yes
9963 ;;
9964 esac
9965 shlibpath_var=LD_LIBRARY_PATH
9966 case $host_os in
c6084f68 9967 freebsd2.*)
1ec601bf
FXC
9968 shlibpath_overrides_runpath=yes
9969 ;;
9970 freebsd3.[01]* | freebsdelf3.[01]*)
9971 shlibpath_overrides_runpath=yes
9972 hardcode_into_libs=yes
9973 ;;
9974 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9975 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9976 shlibpath_overrides_runpath=no
9977 hardcode_into_libs=yes
9978 ;;
9979 *) # from 4.6 on, and DragonFly
9980 shlibpath_overrides_runpath=yes
9981 hardcode_into_libs=yes
9982 ;;
9983 esac
9984 ;;
9985
1ec601bf
FXC
9986haiku*)
9987 version_type=linux
9988 need_lib_prefix=no
9989 need_version=no
9990 dynamic_linker="$host_os runtime_loader"
9991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9992 soname_spec='${libname}${release}${shared_ext}$major'
9993 shlibpath_var=LIBRARY_PATH
9994 shlibpath_overrides_runpath=yes
9995 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9996 hardcode_into_libs=yes
9997 ;;
9998
9999hpux9* | hpux10* | hpux11*)
10000 # Give a soname corresponding to the major version so that dld.sl refuses to
10001 # link against other versions.
10002 version_type=sunos
10003 need_lib_prefix=no
10004 need_version=no
10005 case $host_cpu in
10006 ia64*)
10007 shrext_cmds='.so'
10008 hardcode_into_libs=yes
10009 dynamic_linker="$host_os dld.so"
10010 shlibpath_var=LD_LIBRARY_PATH
10011 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10012 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10013 soname_spec='${libname}${release}${shared_ext}$major'
10014 if test "X$HPUX_IA64_MODE" = X32; then
10015 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10016 else
10017 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10018 fi
10019 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10020 ;;
10021 hppa*64*)
10022 shrext_cmds='.sl'
10023 hardcode_into_libs=yes
10024 dynamic_linker="$host_os dld.sl"
10025 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10026 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10027 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10028 soname_spec='${libname}${release}${shared_ext}$major'
10029 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10030 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10031 ;;
10032 *)
10033 shrext_cmds='.sl'
10034 dynamic_linker="$host_os dld.sl"
10035 shlibpath_var=SHLIB_PATH
10036 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10037 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10038 soname_spec='${libname}${release}${shared_ext}$major'
10039 ;;
10040 esac
10041 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10042 postinstall_cmds='chmod 555 $lib'
10043 # or fails outright, so override atomically:
10044 install_override_mode=555
10045 ;;
10046
10047interix[3-9]*)
10048 version_type=linux
10049 need_lib_prefix=no
10050 need_version=no
10051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10052 soname_spec='${libname}${release}${shared_ext}$major'
10053 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10054 shlibpath_var=LD_LIBRARY_PATH
10055 shlibpath_overrides_runpath=no
10056 hardcode_into_libs=yes
10057 ;;
10058
10059irix5* | irix6* | nonstopux*)
10060 case $host_os in
10061 nonstopux*) version_type=nonstopux ;;
10062 *)
10063 if test "$lt_cv_prog_gnu_ld" = yes; then
10064 version_type=linux
10065 else
10066 version_type=irix
10067 fi ;;
10068 esac
10069 need_lib_prefix=no
10070 need_version=no
10071 soname_spec='${libname}${release}${shared_ext}$major'
10072 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10073 case $host_os in
10074 irix5* | nonstopux*)
10075 libsuff= shlibsuff=
10076 ;;
10077 *)
10078 case $LD in # libtool.m4 will add one of these switches to LD
10079 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10080 libsuff= shlibsuff= libmagic=32-bit;;
10081 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10082 libsuff=32 shlibsuff=N32 libmagic=N32;;
10083 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10084 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10085 *) libsuff= shlibsuff= libmagic=never-match;;
10086 esac
10087 ;;
10088 esac
10089 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10090 shlibpath_overrides_runpath=no
10091 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10092 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10093 hardcode_into_libs=yes
10094 ;;
10095
10096# No shared lib support for Linux oldld, aout, or coff.
10097linux*oldld* | linux*aout* | linux*coff*)
10098 dynamic_linker=no
10099 ;;
10100
10101# This must be Linux ELF.
e9085da5
MR
10102
10103# uclinux* changes (here and below) have been submitted to the libtool
10104# project, but have not yet been accepted: they are GCC-local changes
10105# for the time being. (See
10106# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
f56de355 10107linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
1ec601bf
FXC
10108 version_type=linux
10109 need_lib_prefix=no
10110 need_version=no
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10112 soname_spec='${libname}${release}${shared_ext}$major'
10113 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10114 shlibpath_var=LD_LIBRARY_PATH
10115 shlibpath_overrides_runpath=no
10116
10117 # Some binutils ld are patched to set DT_RUNPATH
22e05272 10118 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
1ec601bf
FXC
10119 $as_echo_n "(cached) " >&6
10120else
10121 lt_cv_shlibpath_overrides_runpath=no
10122 save_LDFLAGS=$LDFLAGS
10123 save_libdir=$libdir
10124 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10125 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
fabfcf5e 10126 if test x$gcc_no_link = xyes; then
22e05272 10127 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
10128fi
10129cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
10130/* end confdefs.h. */
10131
10132int
10133main ()
10134{
10135
10136 ;
10137 return 0;
10138}
10139_ACEOF
10140if ac_fn_c_try_link "$LINENO"; then :
10141 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10142 lt_cv_shlibpath_overrides_runpath=yes
10143fi
10144fi
10145rm -f core conftest.err conftest.$ac_objext \
10146 conftest$ac_exeext conftest.$ac_ext
10147 LDFLAGS=$save_LDFLAGS
10148 libdir=$save_libdir
10149
10150fi
10151
10152 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10153
10154 # This implies no fast_install, which is unacceptable.
10155 # Some rework will be needed to allow for fast_install
10156 # before this can be enabled.
10157 hardcode_into_libs=yes
10158
10159 # Append ld.so.conf contents to the search path
10160 if test -f /etc/ld.so.conf; then
10161 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' ' '`
10162 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10163 fi
10164
10165 # We used to test for /lib/ld.so.1 and disable shared libraries on
10166 # powerpc, because MkLinux only supported shared libraries with the
10167 # GNU dynamic linker. Since this was broken with cross compilers,
10168 # most powerpc-linux boxes support dynamic linking these days and
10169 # people can always --disable-shared, the test was removed, and we
10170 # assume the GNU/Linux dynamic linker is in use.
10171 dynamic_linker='GNU/Linux ld.so'
10172 ;;
10173
10174netbsd*)
10175 version_type=sunos
10176 need_lib_prefix=no
10177 need_version=no
10178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10180 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10181 dynamic_linker='NetBSD (a.out) ld.so'
10182 else
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 dynamic_linker='NetBSD ld.elf_so'
10186 fi
10187 shlibpath_var=LD_LIBRARY_PATH
10188 shlibpath_overrides_runpath=yes
10189 hardcode_into_libs=yes
10190 ;;
10191
10192newsos6)
10193 version_type=linux
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10195 shlibpath_var=LD_LIBRARY_PATH
10196 shlibpath_overrides_runpath=yes
10197 ;;
10198
10199*nto* | *qnx*)
10200 version_type=qnx
10201 need_lib_prefix=no
10202 need_version=no
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 shlibpath_overrides_runpath=no
10207 hardcode_into_libs=yes
10208 dynamic_linker='ldqnx.so'
10209 ;;
10210
10211openbsd*)
10212 version_type=sunos
10213 sys_lib_dlsearch_path_spec="/usr/lib"
10214 need_lib_prefix=no
10215 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10216 case $host_os in
10217 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10218 *) need_version=no ;;
10219 esac
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10221 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10224 case $host_os in
10225 openbsd2.[89] | openbsd2.[89].*)
10226 shlibpath_overrides_runpath=no
10227 ;;
10228 *)
10229 shlibpath_overrides_runpath=yes
10230 ;;
10231 esac
10232 else
10233 shlibpath_overrides_runpath=yes
10234 fi
10235 ;;
10236
10237os2*)
10238 libname_spec='$name'
10239 shrext_cmds=".dll"
10240 need_lib_prefix=no
10241 library_names_spec='$libname${shared_ext} $libname.a'
10242 dynamic_linker='OS/2 ld.exe'
10243 shlibpath_var=LIBPATH
10244 ;;
10245
10246osf3* | osf4* | osf5*)
10247 version_type=osf
10248 need_lib_prefix=no
10249 need_version=no
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 shlibpath_var=LD_LIBRARY_PATH
10253 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10254 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10255 ;;
10256
10257rdos*)
10258 dynamic_linker=no
10259 ;;
10260
10261solaris*)
10262 version_type=linux
10263 need_lib_prefix=no
10264 need_version=no
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes
10269 hardcode_into_libs=yes
10270 # ldd complains unless libraries are executable
10271 postinstall_cmds='chmod +x $lib'
10272 ;;
10273
10274sunos4*)
10275 version_type=sunos
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10277 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=yes
10280 if test "$with_gnu_ld" = yes; then
10281 need_lib_prefix=no
10282 fi
10283 need_version=yes
10284 ;;
10285
10286sysv4 | sysv4.3*)
10287 version_type=linux
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 case $host_vendor in
10292 sni)
10293 shlibpath_overrides_runpath=no
10294 need_lib_prefix=no
10295 runpath_var=LD_RUN_PATH
10296 ;;
10297 siemens)
10298 need_lib_prefix=no
10299 ;;
10300 motorola)
10301 need_lib_prefix=no
10302 need_version=no
10303 shlibpath_overrides_runpath=no
10304 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10305 ;;
10306 esac
10307 ;;
10308
10309sysv4*MP*)
10310 if test -d /usr/nec ;then
10311 version_type=linux
10312 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10313 soname_spec='$libname${shared_ext}.$major'
10314 shlibpath_var=LD_LIBRARY_PATH
10315 fi
10316 ;;
10317
10318sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10319 version_type=freebsd-elf
10320 need_lib_prefix=no
10321 need_version=no
10322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10323 soname_spec='${libname}${release}${shared_ext}$major'
10324 shlibpath_var=LD_LIBRARY_PATH
10325 shlibpath_overrides_runpath=yes
10326 hardcode_into_libs=yes
10327 if test "$with_gnu_ld" = yes; then
10328 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10329 else
10330 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10331 case $host_os in
10332 sco3.2v5*)
10333 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10334 ;;
10335 esac
10336 fi
10337 sys_lib_dlsearch_path_spec='/usr/lib'
10338 ;;
10339
10340tpf*)
10341 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346 shlibpath_var=LD_LIBRARY_PATH
10347 shlibpath_overrides_runpath=no
10348 hardcode_into_libs=yes
10349 ;;
10350
10351uts4*)
10352 version_type=linux
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10354 soname_spec='${libname}${release}${shared_ext}$major'
10355 shlibpath_var=LD_LIBRARY_PATH
10356 ;;
10357
0ecd0f1c
OH
10358# Shared libraries for VwWorks, >= 7 only at this stage
10359# and (fpic) still incompatible with "large" code models
10360# in a few configurations. Only for RTP mode in any case,
10361# and upon explicit request at configure time.
10362vxworks7*)
10363 dynamic_linker=no
10364 case ${with_multisubdir}-${enable_shared} in
10365 *large*)
10366 ;;
10367 *mrtp*-yes)
10368 version_type=linux
10369 need_lib_prefix=no
10370 need_version=no
10371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10372 soname_spec='${libname}${release}${shared_ext}$major'
10373 dynamic_linker="$host_os module_loader"
10374 ;;
10375 esac
10376 ;;
1ec601bf
FXC
10377*)
10378 dynamic_linker=no
10379 ;;
10380esac
10381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10382$as_echo "$dynamic_linker" >&6; }
10383test "$dynamic_linker" = no && can_build_shared=no
10384
10385variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10386if test "$GCC" = yes; then
10387 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10388fi
10389
10390if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10391 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10392fi
10393if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10394 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10395fi
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10489$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10490hardcode_action=
10491if test -n "$hardcode_libdir_flag_spec" ||
10492 test -n "$runpath_var" ||
10493 test "X$hardcode_automatic" = "Xyes" ; then
10494
10495 # We can hardcode non-existent directories.
10496 if test "$hardcode_direct" != no &&
10497 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10498 # have to relink, otherwise we might link with an installed library
10499 # when we should be linking with a yet-to-be-installed one
10500 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10501 test "$hardcode_minus_L" != no; then
10502 # Linking always hardcodes the temporary library directory.
10503 hardcode_action=relink
10504 else
10505 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10506 hardcode_action=immediate
10507 fi
10508else
10509 # We cannot hardcode anything, or else we can only hardcode existing
10510 # directories.
10511 hardcode_action=unsupported
10512fi
10513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10514$as_echo "$hardcode_action" >&6; }
10515
10516if test "$hardcode_action" = relink ||
10517 test "$inherit_rpath" = yes; then
10518 # Fast installation is not supported
10519 enable_fast_install=no
10520elif test "$shlibpath_overrides_runpath" = yes ||
10521 test "$enable_shared" = no; then
10522 # Fast installation is not necessary
10523 enable_fast_install=needless
10524fi
10525
10526
10527
10528
10529
10530
10531 if test "x$enable_dlopen" != xyes; then
10532 enable_dlopen=unknown
10533 enable_dlopen_self=unknown
10534 enable_dlopen_self_static=unknown
10535else
10536 lt_cv_dlopen=no
10537 lt_cv_dlopen_libs=
10538
10539 case $host_os in
10540 beos*)
10541 lt_cv_dlopen="load_add_on"
10542 lt_cv_dlopen_libs=
10543 lt_cv_dlopen_self=yes
10544 ;;
10545
10546 mingw* | pw32* | cegcc*)
10547 lt_cv_dlopen="LoadLibrary"
10548 lt_cv_dlopen_libs=
10549 ;;
10550
10551 cygwin*)
10552 lt_cv_dlopen="dlopen"
10553 lt_cv_dlopen_libs=
10554 ;;
10555
10556 darwin*)
10557 # if libdl is installed we need to link against it
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10559$as_echo_n "checking for dlopen in -ldl... " >&6; }
22e05272 10560if ${ac_cv_lib_dl_dlopen+:} false; then :
1ec601bf
FXC
10561 $as_echo_n "(cached) " >&6
10562else
10563 ac_check_lib_save_LIBS=$LIBS
10564LIBS="-ldl $LIBS"
fabfcf5e 10565if test x$gcc_no_link = xyes; then
22e05272 10566 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 10567fi
1ec601bf
FXC
10568cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569/* end confdefs.h. */
10570
10571/* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574#ifdef __cplusplus
10575extern "C"
10576#endif
10577char dlopen ();
10578int
10579main ()
10580{
10581return dlopen ();
10582 ;
10583 return 0;
10584}
10585_ACEOF
10586if ac_fn_c_try_link "$LINENO"; then :
10587 ac_cv_lib_dl_dlopen=yes
10588else
10589 ac_cv_lib_dl_dlopen=no
10590fi
10591rm -f core conftest.err conftest.$ac_objext \
10592 conftest$ac_exeext conftest.$ac_ext
10593LIBS=$ac_check_lib_save_LIBS
10594fi
10595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10596$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
22e05272 10597if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1ec601bf
FXC
10598 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10599else
10600
10601 lt_cv_dlopen="dyld"
10602 lt_cv_dlopen_libs=
10603 lt_cv_dlopen_self=yes
10604
10605fi
10606
10607 ;;
10608
10609 *)
10610 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
22e05272 10611if test "x$ac_cv_func_shl_load" = xyes; then :
1ec601bf
FXC
10612 lt_cv_dlopen="shl_load"
10613else
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10615$as_echo_n "checking for shl_load in -ldld... " >&6; }
22e05272 10616if ${ac_cv_lib_dld_shl_load+:} false; then :
1ec601bf
FXC
10617 $as_echo_n "(cached) " >&6
10618else
10619 ac_check_lib_save_LIBS=$LIBS
10620LIBS="-ldld $LIBS"
fabfcf5e 10621if test x$gcc_no_link = xyes; then
22e05272 10622 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 10623fi
1ec601bf
FXC
10624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10625/* end confdefs.h. */
10626
10627/* Override any GCC internal prototype to avoid an error.
10628 Use char because int might match the return type of a GCC
10629 builtin and then its argument prototype would still apply. */
10630#ifdef __cplusplus
10631extern "C"
10632#endif
10633char shl_load ();
10634int
10635main ()
10636{
10637return shl_load ();
10638 ;
10639 return 0;
10640}
10641_ACEOF
10642if ac_fn_c_try_link "$LINENO"; then :
10643 ac_cv_lib_dld_shl_load=yes
10644else
10645 ac_cv_lib_dld_shl_load=no
10646fi
10647rm -f core conftest.err conftest.$ac_objext \
10648 conftest$ac_exeext conftest.$ac_ext
10649LIBS=$ac_check_lib_save_LIBS
10650fi
10651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10652$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
22e05272 10653if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
1ec601bf
FXC
10654 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10655else
10656 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
22e05272 10657if test "x$ac_cv_func_dlopen" = xyes; then :
1ec601bf
FXC
10658 lt_cv_dlopen="dlopen"
10659else
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10661$as_echo_n "checking for dlopen in -ldl... " >&6; }
22e05272 10662if ${ac_cv_lib_dl_dlopen+:} false; then :
1ec601bf
FXC
10663 $as_echo_n "(cached) " >&6
10664else
10665 ac_check_lib_save_LIBS=$LIBS
10666LIBS="-ldl $LIBS"
fabfcf5e 10667if test x$gcc_no_link = xyes; then
22e05272 10668 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 10669fi
1ec601bf
FXC
10670cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10671/* end confdefs.h. */
10672
10673/* Override any GCC internal prototype to avoid an error.
10674 Use char because int might match the return type of a GCC
10675 builtin and then its argument prototype would still apply. */
10676#ifdef __cplusplus
10677extern "C"
10678#endif
10679char dlopen ();
10680int
10681main ()
10682{
10683return dlopen ();
10684 ;
10685 return 0;
10686}
10687_ACEOF
10688if ac_fn_c_try_link "$LINENO"; then :
10689 ac_cv_lib_dl_dlopen=yes
10690else
10691 ac_cv_lib_dl_dlopen=no
10692fi
10693rm -f core conftest.err conftest.$ac_objext \
10694 conftest$ac_exeext conftest.$ac_ext
10695LIBS=$ac_check_lib_save_LIBS
10696fi
10697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10698$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
22e05272 10699if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1ec601bf
FXC
10700 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10701else
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10703$as_echo_n "checking for dlopen in -lsvld... " >&6; }
22e05272 10704if ${ac_cv_lib_svld_dlopen+:} false; then :
1ec601bf
FXC
10705 $as_echo_n "(cached) " >&6
10706else
10707 ac_check_lib_save_LIBS=$LIBS
10708LIBS="-lsvld $LIBS"
fabfcf5e 10709if test x$gcc_no_link = xyes; then
22e05272 10710 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 10711fi
1ec601bf
FXC
10712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10713/* end confdefs.h. */
10714
10715/* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10718#ifdef __cplusplus
10719extern "C"
10720#endif
10721char dlopen ();
10722int
10723main ()
10724{
10725return dlopen ();
10726 ;
10727 return 0;
10728}
10729_ACEOF
10730if ac_fn_c_try_link "$LINENO"; then :
10731 ac_cv_lib_svld_dlopen=yes
10732else
10733 ac_cv_lib_svld_dlopen=no
10734fi
10735rm -f core conftest.err conftest.$ac_objext \
10736 conftest$ac_exeext conftest.$ac_ext
10737LIBS=$ac_check_lib_save_LIBS
10738fi
10739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10740$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
22e05272 10741if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
1ec601bf
FXC
10742 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10743else
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10745$as_echo_n "checking for dld_link in -ldld... " >&6; }
22e05272 10746if ${ac_cv_lib_dld_dld_link+:} false; then :
1ec601bf
FXC
10747 $as_echo_n "(cached) " >&6
10748else
10749 ac_check_lib_save_LIBS=$LIBS
10750LIBS="-ldld $LIBS"
fabfcf5e 10751if test x$gcc_no_link = xyes; then
22e05272 10752 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 10753fi
1ec601bf
FXC
10754cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10755/* end confdefs.h. */
10756
10757/* Override any GCC internal prototype to avoid an error.
10758 Use char because int might match the return type of a GCC
10759 builtin and then its argument prototype would still apply. */
10760#ifdef __cplusplus
10761extern "C"
10762#endif
10763char dld_link ();
10764int
10765main ()
10766{
10767return dld_link ();
10768 ;
10769 return 0;
10770}
10771_ACEOF
10772if ac_fn_c_try_link "$LINENO"; then :
10773 ac_cv_lib_dld_dld_link=yes
10774else
10775 ac_cv_lib_dld_dld_link=no
10776fi
10777rm -f core conftest.err conftest.$ac_objext \
10778 conftest$ac_exeext conftest.$ac_ext
10779LIBS=$ac_check_lib_save_LIBS
10780fi
10781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10782$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
22e05272 10783if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1ec601bf
FXC
10784 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10785fi
10786
10787
10788fi
10789
10790
10791fi
10792
10793
10794fi
10795
10796
10797fi
10798
10799
10800fi
10801
10802 ;;
10803 esac
10804
10805 if test "x$lt_cv_dlopen" != xno; then
10806 enable_dlopen=yes
10807 else
10808 enable_dlopen=no
10809 fi
10810
10811 case $lt_cv_dlopen in
10812 dlopen)
10813 save_CPPFLAGS="$CPPFLAGS"
10814 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10815
10816 save_LDFLAGS="$LDFLAGS"
10817 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10818
10819 save_LIBS="$LIBS"
10820 LIBS="$lt_cv_dlopen_libs $LIBS"
10821
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10823$as_echo_n "checking whether a program can dlopen itself... " >&6; }
22e05272 10824if ${lt_cv_dlopen_self+:} false; then :
1ec601bf
FXC
10825 $as_echo_n "(cached) " >&6
10826else
10827 if test "$cross_compiling" = yes; then :
10828 lt_cv_dlopen_self=cross
10829else
10830 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10831 lt_status=$lt_dlunknown
10832 cat > conftest.$ac_ext <<_LT_EOF
6d2294a8 10833#line 10833 "configure"
1ec601bf
FXC
10834#include "confdefs.h"
10835
10836#if HAVE_DLFCN_H
10837#include <dlfcn.h>
10838#endif
10839
10840#include <stdio.h>
10841
10842#ifdef RTLD_GLOBAL
10843# define LT_DLGLOBAL RTLD_GLOBAL
10844#else
10845# ifdef DL_GLOBAL
10846# define LT_DLGLOBAL DL_GLOBAL
10847# else
10848# define LT_DLGLOBAL 0
10849# endif
10850#endif
10851
10852/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10853 find out it does not work in some platform. */
10854#ifndef LT_DLLAZY_OR_NOW
10855# ifdef RTLD_LAZY
10856# define LT_DLLAZY_OR_NOW RTLD_LAZY
10857# else
10858# ifdef DL_LAZY
10859# define LT_DLLAZY_OR_NOW DL_LAZY
10860# else
10861# ifdef RTLD_NOW
10862# define LT_DLLAZY_OR_NOW RTLD_NOW
10863# else
10864# ifdef DL_NOW
10865# define LT_DLLAZY_OR_NOW DL_NOW
10866# else
10867# define LT_DLLAZY_OR_NOW 0
10868# endif
10869# endif
10870# endif
10871# endif
10872#endif
10873
10874/* When -fvisbility=hidden is used, assume the code has been annotated
10875 correspondingly for the symbols needed. */
10876#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10877void fnord () __attribute__((visibility("default")));
10878#endif
10879
10880void fnord () { int i=42; }
10881int main ()
10882{
10883 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10884 int status = $lt_dlunknown;
10885
10886 if (self)
10887 {
10888 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10889 else
10890 {
10891 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10892 else puts (dlerror ());
10893 }
10894 /* dlclose (self); */
10895 }
10896 else
10897 puts (dlerror ());
10898
10899 return status;
10900}
10901_LT_EOF
10902 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10903 (eval $ac_link) 2>&5
10904 ac_status=$?
10905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10906 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10907 (./conftest; exit; ) >&5 2>/dev/null
10908 lt_status=$?
10909 case x$lt_status in
10910 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10911 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10912 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10913 esac
10914 else :
10915 # compilation failed
10916 lt_cv_dlopen_self=no
10917 fi
10918fi
10919rm -fr conftest*
10920
10921
10922fi
10923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10924$as_echo "$lt_cv_dlopen_self" >&6; }
10925
10926 if test "x$lt_cv_dlopen_self" = xyes; then
10927 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10929$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
22e05272 10930if ${lt_cv_dlopen_self_static+:} false; then :
1ec601bf
FXC
10931 $as_echo_n "(cached) " >&6
10932else
10933 if test "$cross_compiling" = yes; then :
10934 lt_cv_dlopen_self_static=cross
10935else
10936 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10937 lt_status=$lt_dlunknown
10938 cat > conftest.$ac_ext <<_LT_EOF
6d2294a8 10939#line 10939 "configure"
1ec601bf
FXC
10940#include "confdefs.h"
10941
10942#if HAVE_DLFCN_H
10943#include <dlfcn.h>
10944#endif
10945
10946#include <stdio.h>
10947
10948#ifdef RTLD_GLOBAL
10949# define LT_DLGLOBAL RTLD_GLOBAL
10950#else
10951# ifdef DL_GLOBAL
10952# define LT_DLGLOBAL DL_GLOBAL
10953# else
10954# define LT_DLGLOBAL 0
10955# endif
10956#endif
10957
10958/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10959 find out it does not work in some platform. */
10960#ifndef LT_DLLAZY_OR_NOW
10961# ifdef RTLD_LAZY
10962# define LT_DLLAZY_OR_NOW RTLD_LAZY
10963# else
10964# ifdef DL_LAZY
10965# define LT_DLLAZY_OR_NOW DL_LAZY
10966# else
10967# ifdef RTLD_NOW
10968# define LT_DLLAZY_OR_NOW RTLD_NOW
10969# else
10970# ifdef DL_NOW
10971# define LT_DLLAZY_OR_NOW DL_NOW
10972# else
10973# define LT_DLLAZY_OR_NOW 0
10974# endif
10975# endif
10976# endif
10977# endif
10978#endif
10979
10980/* When -fvisbility=hidden is used, assume the code has been annotated
10981 correspondingly for the symbols needed. */
10982#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10983void fnord () __attribute__((visibility("default")));
10984#endif
10985
10986void fnord () { int i=42; }
10987int main ()
10988{
10989 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10990 int status = $lt_dlunknown;
10991
10992 if (self)
10993 {
10994 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10995 else
10996 {
10997 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10998 else puts (dlerror ());
10999 }
11000 /* dlclose (self); */
11001 }
11002 else
11003 puts (dlerror ());
11004
11005 return status;
11006}
11007_LT_EOF
11008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11009 (eval $ac_link) 2>&5
11010 ac_status=$?
11011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11012 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11013 (./conftest; exit; ) >&5 2>/dev/null
11014 lt_status=$?
11015 case x$lt_status in
11016 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11017 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11018 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11019 esac
11020 else :
11021 # compilation failed
11022 lt_cv_dlopen_self_static=no
11023 fi
11024fi
11025rm -fr conftest*
11026
11027
11028fi
11029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11030$as_echo "$lt_cv_dlopen_self_static" >&6; }
11031 fi
11032
11033 CPPFLAGS="$save_CPPFLAGS"
11034 LDFLAGS="$save_LDFLAGS"
11035 LIBS="$save_LIBS"
11036 ;;
11037 esac
11038
11039 case $lt_cv_dlopen_self in
11040 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11041 *) enable_dlopen_self=unknown ;;
11042 esac
11043
11044 case $lt_cv_dlopen_self_static in
11045 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11046 *) enable_dlopen_self_static=unknown ;;
11047 esac
11048fi
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066striplib=
11067old_striplib=
11068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11069$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11070if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11071 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11072 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11074$as_echo "yes" >&6; }
11075else
11076# FIXME - insert some real tests, host_os isn't really good enough
11077 case $host_os in
11078 darwin*)
11079 if test -n "$STRIP" ; then
11080 striplib="$STRIP -x"
11081 old_striplib="$STRIP -S"
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11083$as_echo "yes" >&6; }
11084 else
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11086$as_echo "no" >&6; }
11087 fi
11088 ;;
11089 *)
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11091$as_echo "no" >&6; }
11092 ;;
11093 esac
11094fi
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107 # Report which library types will actually be built
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11109$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11111$as_echo "$can_build_shared" >&6; }
11112
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11114$as_echo_n "checking whether to build shared libraries... " >&6; }
11115 test "$can_build_shared" = "no" && enable_shared=no
11116
11117 # On AIX, shared libraries and static libraries use the same namespace, and
11118 # are all built from PIC.
11119 case $host_os in
11120 aix3*)
11121 test "$enable_shared" = yes && enable_static=no
11122 if test -n "$RANLIB"; then
11123 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11124 postinstall_cmds='$RANLIB $lib'
11125 fi
fabfcf5e
KT
11126 ;;
11127
11128 aix[4-9]*)
11129 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11130 test "$enable_shared" = yes && enable_static=no
11131 fi
11132 ;;
11133 esac
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11135$as_echo "$enable_shared" >&6; }
11136
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11138$as_echo_n "checking whether to build static libraries... " >&6; }
11139 # Make sure either enable_shared or enable_static is yes.
11140 test "$enable_shared" = yes || enable_static=yes
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11142$as_echo "$enable_static" >&6; }
11143
11144
11145
11146
11147fi
11148ac_ext=c
11149ac_cpp='$CPP $CPPFLAGS'
11150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11152ac_compiler_gnu=$ac_cv_c_compiler_gnu
11153
11154CC="$lt_save_CC"
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168 ac_config_commands="$ac_config_commands libtool"
11169
11170
11171
11172
11173# Only expand once:
11174
11175
11176
11177
11178
7de6ba7a
DK
11179case $host in
11180 *-cygwin* | *-mingw*)
11181 # 'host' will be top-level target in the case of a target lib,
11182 # we must compare to with_cross_host to decide if this is a native
11183 # or cross-compiler and select where to install dlls appropriately.
11184 if test -n "$with_cross_host" &&
11185 test x"$with_cross_host" != x"no"; then
11186 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
11187 else
11188 lt_host_flags='-no-undefined -bindir "$(bindir)"';
11189 fi
11190 ;;
11191 *)
11192 lt_host_flags=
11193 ;;
11194esac
11195
11196
11197
11198
11199
11200
fabfcf5e
KT
11201
11202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11203$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11204 # Check whether --enable-maintainer-mode was given.
11205if test "${enable_maintainer_mode+set}" = set; then :
11206 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11207else
11208 USE_MAINTAINER_MODE=no
11209fi
11210
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11212$as_echo "$USE_MAINTAINER_MODE" >&6; }
11213 if test $USE_MAINTAINER_MODE = yes; then
11214 MAINTAINER_MODE_TRUE=
11215 MAINTAINER_MODE_FALSE='#'
11216else
11217 MAINTAINER_MODE_TRUE='#'
11218 MAINTAINER_MODE_FALSE=
11219fi
11220
11221 MAINT=$MAINTAINER_MODE_TRUE
11222
11223
fabfcf5e
KT
11224
11225ac_ext=c
11226ac_cpp='$CPP $CPPFLAGS'
11227ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11228ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11229ac_compiler_gnu=$ac_cv_c_compiler_gnu
11230
11231# The same as in boehm-gc and libstdc++. Have to borrow it from there.
11232# We must force CC to /not/ be precious variables; otherwise
11233# the wrong, non-multilib-adjusted value will be used in multilibs.
11234# As a side effect, we have to subst CFLAGS ourselves.
11235
11236
11237
11238ac_ext=c
11239ac_cpp='$CPP $CPPFLAGS'
11240ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11241ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11242ac_compiler_gnu=$ac_cv_c_compiler_gnu
11243if test -n "$ac_tool_prefix"; then
11244 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
11245set dummy ${ac_tool_prefix}gcc; ac_word=$2
11246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11247$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11248if ${ac_cv_prog_CC+:} false; then :
fabfcf5e
KT
11249 $as_echo_n "(cached) " >&6
11250else
11251 if test -n "$CC"; then
11252 ac_cv_prog_CC="$CC" # Let the user override the test.
11253else
11254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11255for as_dir in $PATH
11256do
11257 IFS=$as_save_IFS
11258 test -z "$as_dir" && as_dir=.
11259 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11261 ac_cv_prog_CC="${ac_tool_prefix}gcc"
11262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11263 break 2
11264 fi
11265done
11266 done
11267IFS=$as_save_IFS
11268
11269fi
11270fi
11271CC=$ac_cv_prog_CC
11272if test -n "$CC"; then
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
11274$as_echo "$CC" >&6; }
11275else
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11277$as_echo "no" >&6; }
11278fi
11279
11280
11281fi
11282if test -z "$ac_cv_prog_CC"; then
11283 ac_ct_CC=$CC
11284 # Extract the first word of "gcc", so it can be a program name with args.
11285set dummy gcc; ac_word=$2
11286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11287$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11288if ${ac_cv_prog_ac_ct_CC+:} false; then :
fabfcf5e
KT
11289 $as_echo_n "(cached) " >&6
11290else
11291 if test -n "$ac_ct_CC"; then
11292 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11293else
11294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11295for as_dir in $PATH
11296do
11297 IFS=$as_save_IFS
11298 test -z "$as_dir" && as_dir=.
11299 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11301 ac_cv_prog_ac_ct_CC="gcc"
11302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11303 break 2
11304 fi
11305done
11306 done
11307IFS=$as_save_IFS
11308
11309fi
11310fi
11311ac_ct_CC=$ac_cv_prog_ac_ct_CC
11312if test -n "$ac_ct_CC"; then
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
11314$as_echo "$ac_ct_CC" >&6; }
11315else
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11317$as_echo "no" >&6; }
11318fi
11319
11320 if test "x$ac_ct_CC" = x; then
11321 CC=""
11322 else
11323 case $cross_compiling:$ac_tool_warned in
11324yes:)
11325{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11326$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11327ac_tool_warned=yes ;;
11328esac
11329 CC=$ac_ct_CC
11330 fi
11331else
11332 CC="$ac_cv_prog_CC"
11333fi
11334
11335if test -z "$CC"; then
11336 if test -n "$ac_tool_prefix"; then
11337 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
11338set dummy ${ac_tool_prefix}cc; ac_word=$2
11339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11340$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11341if ${ac_cv_prog_CC+:} false; then :
fabfcf5e
KT
11342 $as_echo_n "(cached) " >&6
11343else
11344 if test -n "$CC"; then
11345 ac_cv_prog_CC="$CC" # Let the user override the test.
11346else
11347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11348for as_dir in $PATH
11349do
11350 IFS=$as_save_IFS
11351 test -z "$as_dir" && as_dir=.
11352 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11354 ac_cv_prog_CC="${ac_tool_prefix}cc"
11355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11356 break 2
11357 fi
11358done
11359 done
11360IFS=$as_save_IFS
11361
11362fi
11363fi
11364CC=$ac_cv_prog_CC
11365if test -n "$CC"; then
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
11367$as_echo "$CC" >&6; }
11368else
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11370$as_echo "no" >&6; }
11371fi
11372
11373
11374 fi
11375fi
11376if test -z "$CC"; then
11377 # Extract the first word of "cc", so it can be a program name with args.
11378set dummy cc; ac_word=$2
11379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11380$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11381if ${ac_cv_prog_CC+:} false; then :
fabfcf5e
KT
11382 $as_echo_n "(cached) " >&6
11383else
11384 if test -n "$CC"; then
11385 ac_cv_prog_CC="$CC" # Let the user override the test.
11386else
11387 ac_prog_rejected=no
11388as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11389for as_dir in $PATH
11390do
11391 IFS=$as_save_IFS
11392 test -z "$as_dir" && as_dir=.
11393 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11394 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11395 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11396 ac_prog_rejected=yes
11397 continue
11398 fi
11399 ac_cv_prog_CC="cc"
11400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11401 break 2
11402 fi
11403done
11404 done
11405IFS=$as_save_IFS
11406
11407if test $ac_prog_rejected = yes; then
11408 # We found a bogon in the path, so make sure we never use it.
11409 set dummy $ac_cv_prog_CC
11410 shift
11411 if test $# != 0; then
11412 # We chose a different compiler from the bogus one.
11413 # However, it has the same basename, so the bogon will be chosen
11414 # first if we set CC to just the basename; use the full file name.
11415 shift
11416 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
11417 fi
11418fi
11419fi
11420fi
11421CC=$ac_cv_prog_CC
11422if test -n "$CC"; then
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
11424$as_echo "$CC" >&6; }
11425else
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11427$as_echo "no" >&6; }
11428fi
11429
11430
11431fi
11432if test -z "$CC"; then
11433 if test -n "$ac_tool_prefix"; then
11434 for ac_prog in cl.exe
11435 do
11436 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11437set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11439$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11440if ${ac_cv_prog_CC+:} false; then :
fabfcf5e
KT
11441 $as_echo_n "(cached) " >&6
11442else
11443 if test -n "$CC"; then
11444 ac_cv_prog_CC="$CC" # Let the user override the test.
11445else
11446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11447for as_dir in $PATH
11448do
11449 IFS=$as_save_IFS
11450 test -z "$as_dir" && as_dir=.
11451 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11452 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11453 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11455 break 2
11456 fi
11457done
11458 done
11459IFS=$as_save_IFS
11460
11461fi
11462fi
11463CC=$ac_cv_prog_CC
11464if test -n "$CC"; then
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
11466$as_echo "$CC" >&6; }
11467else
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11469$as_echo "no" >&6; }
11470fi
11471
11472
11473 test -n "$CC" && break
11474 done
11475fi
11476if test -z "$CC"; then
11477 ac_ct_CC=$CC
11478 for ac_prog in cl.exe
11479do
11480 # Extract the first word of "$ac_prog", so it can be a program name with args.
11481set dummy $ac_prog; ac_word=$2
11482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11483$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11484if ${ac_cv_prog_ac_ct_CC+:} false; then :
fabfcf5e
KT
11485 $as_echo_n "(cached) " >&6
11486else
11487 if test -n "$ac_ct_CC"; then
11488 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11489else
11490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11491for as_dir in $PATH
11492do
11493 IFS=$as_save_IFS
11494 test -z "$as_dir" && as_dir=.
11495 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11496 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fabfcf5e
KT
11497 ac_cv_prog_ac_ct_CC="$ac_prog"
11498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11499 break 2
11500 fi
11501done
11502 done
11503IFS=$as_save_IFS
11504
11505fi
11506fi
11507ac_ct_CC=$ac_cv_prog_ac_ct_CC
11508if test -n "$ac_ct_CC"; then
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
11510$as_echo "$ac_ct_CC" >&6; }
11511else
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11513$as_echo "no" >&6; }
11514fi
11515
11516
11517 test -n "$ac_ct_CC" && break
11518done
11519
11520 if test "x$ac_ct_CC" = x; then
11521 CC=""
11522 else
11523 case $cross_compiling:$ac_tool_warned in
11524yes:)
11525{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11526$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11527ac_tool_warned=yes ;;
11528esac
11529 CC=$ac_ct_CC
11530 fi
11531fi
11532
11533fi
11534
11535
11536test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11537$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
11538as_fn_error $? "no acceptable C compiler found in \$PATH
11539See \`config.log' for more details" "$LINENO" 5; }
fabfcf5e
KT
11540
11541# Provide some information about the compiler.
11542$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
11543set X $ac_compile
11544ac_compiler=$2
11545for ac_option in --version -v -V -qversion; do
11546 { { ac_try="$ac_compiler $ac_option >&5"
11547case "(($ac_try" in
11548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11549 *) ac_try_echo=$ac_try;;
11550esac
11551eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11552$as_echo "$ac_try_echo"; } >&5
11553 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
11554 ac_status=$?
11555 if test -s conftest.err; then
11556 sed '10a\
11557... rest of stderr output deleted ...
11558 10q' conftest.err >conftest.er1
11559 cat conftest.er1 >&5
fabfcf5e 11560 fi
22e05272 11561 rm -f conftest.er1 conftest.err
fabfcf5e
KT
11562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11563 test $ac_status = 0; }
11564done
11565
11566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
11567$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 11568if ${ac_cv_c_compiler_gnu+:} false; then :
fabfcf5e
KT
11569 $as_echo_n "(cached) " >&6
11570else
11571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572/* end confdefs.h. */
11573
11574int
11575main ()
11576{
11577#ifndef __GNUC__
11578 choke me
11579#endif
11580
11581 ;
11582 return 0;
11583}
11584_ACEOF
11585if ac_fn_c_try_compile "$LINENO"; then :
11586 ac_compiler_gnu=yes
11587else
11588 ac_compiler_gnu=no
11589fi
11590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11591ac_cv_c_compiler_gnu=$ac_compiler_gnu
11592
11593fi
11594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
11595$as_echo "$ac_cv_c_compiler_gnu" >&6; }
11596if test $ac_compiler_gnu = yes; then
11597 GCC=yes
11598else
11599 GCC=
11600fi
11601ac_test_CFLAGS=${CFLAGS+set}
11602ac_save_CFLAGS=$CFLAGS
11603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
11604$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 11605if ${ac_cv_prog_cc_g+:} false; then :
fabfcf5e
KT
11606 $as_echo_n "(cached) " >&6
11607else
11608 ac_save_c_werror_flag=$ac_c_werror_flag
11609 ac_c_werror_flag=yes
11610 ac_cv_prog_cc_g=no
11611 CFLAGS="-g"
11612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11613/* end confdefs.h. */
11614
11615int
11616main ()
11617{
11618
11619 ;
11620 return 0;
11621}
11622_ACEOF
11623if ac_fn_c_try_compile "$LINENO"; then :
11624 ac_cv_prog_cc_g=yes
11625else
11626 CFLAGS=""
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628/* end confdefs.h. */
11629
11630int
11631main ()
11632{
11633
11634 ;
11635 return 0;
11636}
11637_ACEOF
11638if ac_fn_c_try_compile "$LINENO"; then :
11639
11640else
11641 ac_c_werror_flag=$ac_save_c_werror_flag
11642 CFLAGS="-g"
11643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11644/* end confdefs.h. */
11645
11646int
11647main ()
11648{
11649
11650 ;
11651 return 0;
11652}
11653_ACEOF
11654if ac_fn_c_try_compile "$LINENO"; then :
11655 ac_cv_prog_cc_g=yes
11656fi
11657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11658fi
11659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11660fi
11661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11662 ac_c_werror_flag=$ac_save_c_werror_flag
11663fi
11664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
11665$as_echo "$ac_cv_prog_cc_g" >&6; }
11666if test "$ac_test_CFLAGS" = set; then
11667 CFLAGS=$ac_save_CFLAGS
11668elif test $ac_cv_prog_cc_g = yes; then
11669 if test "$GCC" = yes; then
11670 CFLAGS="-g -O2"
11671 else
11672 CFLAGS="-g"
11673 fi
11674else
11675 if test "$GCC" = yes; then
11676 CFLAGS="-O2"
11677 else
11678 CFLAGS=
11679 fi
11680fi
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
11682$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 11683if ${ac_cv_prog_cc_c89+:} false; then :
fabfcf5e
KT
11684 $as_echo_n "(cached) " >&6
11685else
11686 ac_cv_prog_cc_c89=no
11687ac_save_CC=$CC
11688cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11689/* end confdefs.h. */
11690#include <stdarg.h>
11691#include <stdio.h>
22e05272 11692struct stat;
fabfcf5e
KT
11693/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11694struct buf { int x; };
11695FILE * (*rcsopen) (struct buf *, struct stat *, int);
11696static char *e (p, i)
11697 char **p;
11698 int i;
11699{
11700 return p[i];
11701}
11702static char *f (char * (*g) (char **, int), char **p, ...)
11703{
11704 char *s;
11705 va_list v;
11706 va_start (v,p);
11707 s = g (p, va_arg (v,int));
11708 va_end (v);
11709 return s;
11710}
11711
11712/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11713 function prototypes and stuff, but not '\xHH' hex character constants.
11714 These don't provoke an error unfortunately, instead are silently treated
11715 as 'x'. The following induces an error, until -std is added to get
11716 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11717 array size at least. It's necessary to write '\x00'==0 to get something
11718 that's true only with -std. */
11719int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11720
11721/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
11722 inside strings and character constants. */
11723#define FOO(x) 'x'
11724int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
11725
11726int test (int i, double x);
11727struct s1 {int (*f) (int a);};
11728struct s2 {int (*f) (double a);};
11729int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11730int argc;
11731char **argv;
11732int
11733main ()
11734{
11735return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11736 ;
11737 return 0;
11738}
11739_ACEOF
11740for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
11741 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11742do
11743 CC="$ac_save_CC $ac_arg"
11744 if ac_fn_c_try_compile "$LINENO"; then :
11745 ac_cv_prog_cc_c89=$ac_arg
11746fi
11747rm -f core conftest.err conftest.$ac_objext
11748 test "x$ac_cv_prog_cc_c89" != "xno" && break
11749done
11750rm -f conftest.$ac_ext
11751CC=$ac_save_CC
11752
11753fi
11754# AC_CACHE_VAL
11755case "x$ac_cv_prog_cc_c89" in
11756 x)
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
11758$as_echo "none needed" >&6; } ;;
11759 xno)
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
11761$as_echo "unsupported" >&6; } ;;
11762 *)
11763 CC="$CC $ac_cv_prog_cc_c89"
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
11765$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
11766esac
11767if test "x$ac_cv_prog_cc_c89" != xno; then :
11768
11769fi
11770
11771ac_ext=c
11772ac_cpp='$CPP $CPPFLAGS'
11773ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11774ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11775ac_compiler_gnu=$ac_cv_c_compiler_gnu
11776
22e05272
JM
11777ac_ext=c
11778ac_cpp='$CPP $CPPFLAGS'
11779ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11780ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11781ac_compiler_gnu=$ac_cv_c_compiler_gnu
11782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
11783$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
11784if ${am_cv_prog_cc_c_o+:} false; then :
11785 $as_echo_n "(cached) " >&6
11786else
11787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11788/* end confdefs.h. */
11789
11790int
11791main ()
11792{
11793
11794 ;
11795 return 0;
11796}
11797_ACEOF
11798 # Make sure it works both with $CC and with simple cc.
11799 # Following AC_PROG_CC_C_O, we do the test twice because some
11800 # compilers refuse to overwrite an existing .o file with -o,
11801 # though they will create one.
11802 am_cv_prog_cc_c_o=yes
11803 for am_i in 1 2; do
11804 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
11805 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
11806 ac_status=$?
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); } \
11809 && test -f conftest2.$ac_objext; then
11810 : OK
11811 else
11812 am_cv_prog_cc_c_o=no
11813 break
11814 fi
11815 done
11816 rm -f core conftest*
11817 unset am_i
11818fi
11819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
11820$as_echo "$am_cv_prog_cc_c_o" >&6; }
11821if test "$am_cv_prog_cc_c_o" != yes; then
11822 # Losing compiler, so override with the script.
11823 # FIXME: It is wrong to rewrite CC.
11824 # But if we don't then we get into trouble of one sort or another.
11825 # A longer-term fix would be to have automake use am__CC in this case,
11826 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
11827 CC="$am_aux_dir/compile $CC"
11828fi
11829ac_ext=c
11830ac_cpp='$CPP $CPPFLAGS'
11831ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11832ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11833ac_compiler_gnu=$ac_cv_c_compiler_gnu
11834
11835
fabfcf5e
KT
11836depcc="$CC" am_compiler_list=
11837
11838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11839$as_echo_n "checking dependency style of $depcc... " >&6; }
22e05272 11840if ${am_cv_CC_dependencies_compiler_type+:} false; then :
fabfcf5e
KT
11841 $as_echo_n "(cached) " >&6
11842else
11843 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11844 # We make a subdir and do the tests there. Otherwise we can end up
11845 # making bogus files that we don't know about and never remove. For
11846 # instance it was reported that on HP-UX the gcc test will end up
22e05272
JM
11847 # making a dummy file named 'D' -- because '-MD' means "put the output
11848 # in D".
5d79f496 11849 rm -rf conftest.dir
fabfcf5e
KT
11850 mkdir conftest.dir
11851 # Copy depcomp to subdir because otherwise we won't find it if we're
11852 # using a relative directory.
11853 cp "$am_depcomp" conftest.dir
11854 cd conftest.dir
11855 # We will build objects and dependencies in a subdirectory because
11856 # it helps to detect inapplicable dependency modes. For instance
11857 # both Tru64's cc and ICC support -MD to output dependencies as a
11858 # side effect of compilation, but ICC will put the dependencies in
11859 # the current directory while Tru64 will put them in the object
11860 # directory.
11861 mkdir sub
11862
11863 am_cv_CC_dependencies_compiler_type=none
11864 if test "$am_compiler_list" = ""; then
11865 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11866 fi
11867 am__universal=false
11868 case " $depcc " in #(
11869 *\ -arch\ *\ -arch\ *) am__universal=true ;;
11870 esac
11871
11872 for depmode in $am_compiler_list; do
11873 # Setup a source with many dependencies, because some compilers
11874 # like to wrap large dependency lists on column 80 (with \), and
11875 # we should not choose a depcomp mode which is confused by this.
11876 #
11877 # We need to recreate these files for each test, as the compiler may
11878 # overwrite some of them when testing with obscure command lines.
11879 # This happens at least with the AIX C compiler.
11880 : > sub/conftest.c
11881 for i in 1 2 3 4 5 6; do
11882 echo '#include "conftst'$i'.h"' >> sub/conftest.c
22e05272
JM
11883 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
11884 # Solaris 10 /bin/sh.
11885 echo '/* dummy */' > sub/conftst$i.h
fabfcf5e
KT
11886 done
11887 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11888
22e05272 11889 # We check with '-c' and '-o' for the sake of the "dashmstdout"
fabfcf5e 11890 # mode. It turns out that the SunPro C++ compiler does not properly
22e05272
JM
11891 # handle '-M -o', and we need to detect this. Also, some Intel
11892 # versions had trouble with output in subdirs.
fabfcf5e
KT
11893 am__obj=sub/conftest.${OBJEXT-o}
11894 am__minus_obj="-o $am__obj"
11895 case $depmode in
11896 gcc)
11897 # This depmode causes a compiler race in universal mode.
11898 test "$am__universal" = false || continue
11899 ;;
11900 nosideeffect)
22e05272
JM
11901 # After this tag, mechanisms are not by side-effect, so they'll
11902 # only be used when explicitly requested.
fabfcf5e
KT
11903 if test "x$enable_dependency_tracking" = xyes; then
11904 continue
11905 else
11906 break
11907 fi
11908 ;;
5d79f496 11909 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
22e05272 11910 # This compiler won't grok '-c -o', but also, the minuso test has
fabfcf5e
KT
11911 # not run yet. These depmodes are late enough in the game, and
11912 # so weak that their functioning should not be impacted.
11913 am__obj=conftest.${OBJEXT-o}
11914 am__minus_obj=
11915 ;;
11916 none) break ;;
11917 esac
11918 if depmode=$depmode \
11919 source=sub/conftest.c object=$am__obj \
11920 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11921 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11922 >/dev/null 2>conftest.err &&
11923 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11924 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11925 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11926 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11927 # icc doesn't choke on unknown options, it will just issue warnings
11928 # or remarks (even with -Werror). So we grep stderr for any message
11929 # that says an option was ignored or not supported.
11930 # When given -MP, icc 7.0 and 7.1 complain thusly:
11931 # icc: Command line warning: ignoring option '-M'; no argument required
11932 # The diagnosis changed in icc 8.0:
11933 # icc: Command line remark: option '-MP' not supported
11934 if (grep 'ignoring option' conftest.err ||
11935 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11936 am_cv_CC_dependencies_compiler_type=$depmode
11937 break
11938 fi
11939 fi
11940 done
11941
11942 cd ..
11943 rm -rf conftest.dir
11944else
11945 am_cv_CC_dependencies_compiler_type=none
11946fi
11947
11948fi
11949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
11950$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
11951CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
11952
11953 if
11954 test "x$enable_dependency_tracking" != xno \
11955 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
11956 am__fastdepCC_TRUE=
11957 am__fastdepCC_FALSE='#'
11958else
11959 am__fastdepCC_TRUE='#'
11960 am__fastdepCC_FALSE=
11961fi
11962
11963
11964
11965
11966
11967
1ec601bf
FXC
11968
11969
fabfcf5e 11970if test "x$GCC" != "xyes"; then
22e05272 11971 as_fn_error $? "libquadmath must be built with GCC" "$LINENO" 5
1ec601bf
FXC
11972fi
11973ac_ext=c
11974ac_cpp='$CPP $CPPFLAGS'
11975ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11976ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11977ac_compiler_gnu=$ac_cv_c_compiler_gnu
fabfcf5e
KT
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
11979$as_echo_n "checking how to run the C preprocessor... " >&6; }
11980# On Suns, sometimes $CPP names a directory.
11981if test -n "$CPP" && test -d "$CPP"; then
11982 CPP=
11983fi
11984if test -z "$CPP"; then
22e05272 11985 if ${ac_cv_prog_CPP+:} false; then :
fabfcf5e
KT
11986 $as_echo_n "(cached) " >&6
11987else
11988 # Double quotes because CPP needs to be expanded
11989 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11990 do
11991 ac_preproc_ok=false
11992for ac_c_preproc_warn_flag in '' yes
11993do
11994 # Use a header file that comes with gcc, so configuring glibc
11995 # with a fresh cross-compiler works.
11996 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11997 # <limits.h> exists even on freestanding compilers.
11998 # On the NeXT, cc -E runs the code through the compiler's parser,
11999 # not just through cpp. "Syntax error" is here to catch this case.
12000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12001/* end confdefs.h. */
12002#ifdef __STDC__
12003# include <limits.h>
12004#else
12005# include <assert.h>
12006#endif
12007 Syntax error
12008_ACEOF
12009if ac_fn_c_try_cpp "$LINENO"; then :
1ec601bf 12010
1ec601bf 12011else
fabfcf5e
KT
12012 # Broken: fails on valid input.
12013continue
1ec601bf 12014fi
22e05272 12015rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 12016
fabfcf5e
KT
12017 # OK, works on sane cases. Now check whether nonexistent headers
12018 # can be detected and how.
12019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12020/* end confdefs.h. */
12021#include <ac_nonexistent.h>
12022_ACEOF
12023if ac_fn_c_try_cpp "$LINENO"; then :
12024 # Broken: success on invalid input.
12025continue
1ec601bf 12026else
fabfcf5e
KT
12027 # Passes both tests.
12028ac_preproc_ok=:
12029break
1ec601bf 12030fi
22e05272 12031rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 12032
fabfcf5e
KT
12033done
12034# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 12035rm -f conftest.i conftest.err conftest.$ac_ext
fabfcf5e
KT
12036if $ac_preproc_ok; then :
12037 break
12038fi
1ec601bf 12039
fabfcf5e
KT
12040 done
12041 ac_cv_prog_CPP=$CPP
1ec601bf 12042
fabfcf5e
KT
12043fi
12044 CPP=$ac_cv_prog_CPP
1ec601bf 12045else
fabfcf5e 12046 ac_cv_prog_CPP=$CPP
1ec601bf 12047fi
fabfcf5e
KT
12048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
12049$as_echo "$CPP" >&6; }
12050ac_preproc_ok=false
12051for ac_c_preproc_warn_flag in '' yes
12052do
12053 # Use a header file that comes with gcc, so configuring glibc
12054 # with a fresh cross-compiler works.
12055 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12056 # <limits.h> exists even on freestanding compilers.
12057 # On the NeXT, cc -E runs the code through the compiler's parser,
12058 # not just through cpp. "Syntax error" is here to catch this case.
12059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12060/* end confdefs.h. */
12061#ifdef __STDC__
12062# include <limits.h>
12063#else
12064# include <assert.h>
12065#endif
12066 Syntax error
12067_ACEOF
12068if ac_fn_c_try_cpp "$LINENO"; then :
1ec601bf 12069
fabfcf5e
KT
12070else
12071 # Broken: fails on valid input.
12072continue
12073fi
22e05272 12074rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 12075
fabfcf5e
KT
12076 # OK, works on sane cases. Now check whether nonexistent headers
12077 # can be detected and how.
12078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12079/* end confdefs.h. */
12080#include <ac_nonexistent.h>
12081_ACEOF
12082if ac_fn_c_try_cpp "$LINENO"; then :
12083 # Broken: success on invalid input.
12084continue
1ec601bf 12085else
fabfcf5e
KT
12086 # Passes both tests.
12087ac_preproc_ok=:
12088break
1ec601bf 12089fi
22e05272 12090rm -f conftest.err conftest.i conftest.$ac_ext
1ec601bf 12091
fabfcf5e
KT
12092done
12093# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 12094rm -f conftest.i conftest.err conftest.$ac_ext
fabfcf5e 12095if $ac_preproc_ok; then :
1ec601bf 12096
fabfcf5e
KT
12097else
12098 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12099$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
12100as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
12101See \`config.log' for more details" "$LINENO" 5; }
1ec601bf
FXC
12102fi
12103
fabfcf5e
KT
12104ac_ext=c
12105ac_cpp='$CPP $CPPFLAGS'
12106ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12107ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12108ac_compiler_gnu=$ac_cv_c_compiler_gnu
1ec601bf
FXC
12109
12110
e8e66971
MR
12111
12112# Check whether --with-toolexeclibdir was given.
12113if test "${with_toolexeclibdir+set}" = set; then :
12114 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
12115 /)
12116 ;;
12117 */)
12118 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
12119 ;;
12120esac
12121else
12122 with_toolexeclibdir=no
12123fi
12124
12125
12126
1ec601bf
FXC
12127# Calculate toolexeclibdir
12128# Also toolexecdir, though it's only used in toolexeclibdir
12129case ${version_specific_libs} in
12130 yes)
12131 # Need the gcc compiler version to know where to install libraries
12132 # and header files if --enable-version-specific-runtime-libs option
12133 # is selected.
12134 toolexecdir='$(libdir)/gcc/$(target_alias)'
12135 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
12136 ;;
12137 no)
12138 if test -n "$with_cross_host" &&
12139 test x"$with_cross_host" != x"no"; then
12140 # Install a library built with a cross compiler in tooldir, not libdir.
12141 toolexecdir='$(exec_prefix)/$(target_alias)'
e8e66971
MR
12142 case ${with_toolexeclibdir} in
12143 no)
12144 toolexeclibdir='$(toolexecdir)/lib'
12145 ;;
12146 *)
12147 toolexeclibdir=${with_toolexeclibdir}
12148 ;;
12149 esac
1ec601bf
FXC
12150 else
12151 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
12152 toolexeclibdir='$(libdir)'
12153 fi
12154 multi_os_directory=`$CC -print-multi-os-directory`
12155 case $multi_os_directory in
12156 .) ;; # Avoid trailing /.
12157 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
12158 esac
12159 ;;
12160esac
12161
12162
12163
d2995f21 12164for ac_header in fenv.h langinfo.h locale.h wchar.h wctype.h limits.h ctype.h printf.h errno.h
e8d42d28 12165do :
1d92226b
JJ
12166 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12167ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
22e05272 12168if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
e8d42d28 12169 cat >>confdefs.h <<_ACEOF
1d92226b 12170#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
e8d42d28
JJ
12171_ACEOF
12172
12173fi
12174
12175done
12176
12177
5a09d908
TB
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the math.h includes POSIX's signgam" >&5
12179$as_echo_n "checking whether the math.h includes POSIX's signgam... " >&6; }
22e05272 12180if ${libgfor_cv_have_math_h_signgam+:} false; then :
5a09d908
TB
12181 $as_echo_n "(cached) " >&6
12182else
12183
12184 save_CFLAGS="$CFLAGS"
12185 CFLAGS="$CFLAGS -Werror"
12186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12187/* end confdefs.h. */
12188
12189#include <math.h>
12190void foo(void) { signgam = 1; }
12191int
12192main ()
12193{
12194
12195 ;
12196 return 0;
12197}
12198_ACEOF
12199if ac_fn_c_try_compile "$LINENO"; then :
12200 libgfor_cv_have_math_h_signgam=yes
12201else
12202 libgfor_cv_have_math_h_signgam=no
12203fi
12204rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12205 CFLAGS="$save_CFLAGS"
12206fi
12207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_math_h_signgam" >&5
12208$as_echo "$libgfor_cv_have_math_h_signgam" >&6; }
12209 if test $libgfor_cv_have_math_h_signgam = yes; then
12210
12211$as_echo "#define HAVE_MATH_H_SIGNGAM 1" >>confdefs.h
12212
12213 fi
12214
6f468984
TB
12215# If available, sqrtl and cbrtl speed up the calculation -
12216# but they are not required
12217if test x$gcc_no_link != xyes; then
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl in -lm" >&5
1ec601bf 12219$as_echo_n "checking for sqrtl in -lm... " >&6; }
22e05272 12220if ${ac_cv_lib_m_sqrtl+:} false; then :
1ec601bf
FXC
12221 $as_echo_n "(cached) " >&6
12222else
12223 ac_check_lib_save_LIBS=$LIBS
12224LIBS="-lm $LIBS"
fabfcf5e 12225if test x$gcc_no_link = xyes; then
22e05272 12226 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 12227fi
1ec601bf
FXC
12228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12229/* end confdefs.h. */
12230
12231/* Override any GCC internal prototype to avoid an error.
12232 Use char because int might match the return type of a GCC
12233 builtin and then its argument prototype would still apply. */
12234#ifdef __cplusplus
12235extern "C"
12236#endif
12237char sqrtl ();
12238int
12239main ()
12240{
12241return sqrtl ();
12242 ;
12243 return 0;
12244}
12245_ACEOF
12246if ac_fn_c_try_link "$LINENO"; then :
12247 ac_cv_lib_m_sqrtl=yes
12248else
12249 ac_cv_lib_m_sqrtl=no
12250fi
12251rm -f core conftest.err conftest.$ac_objext \
12252 conftest$ac_exeext conftest.$ac_ext
12253LIBS=$ac_check_lib_save_LIBS
12254fi
12255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtl" >&5
12256$as_echo "$ac_cv_lib_m_sqrtl" >&6; }
22e05272 12257if test "x$ac_cv_lib_m_sqrtl" = xyes; then :
1ec601bf
FXC
12258
12259$as_echo "#define HAVE_SQRTL 1" >>confdefs.h
12260
12261fi
12262
6f468984 12263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cbrtl in -lm" >&5
1ec601bf 12264$as_echo_n "checking for cbrtl in -lm... " >&6; }
22e05272 12265if ${ac_cv_lib_m_cbrtl+:} false; then :
1ec601bf
FXC
12266 $as_echo_n "(cached) " >&6
12267else
12268 ac_check_lib_save_LIBS=$LIBS
12269LIBS="-lm $LIBS"
fabfcf5e 12270if test x$gcc_no_link = xyes; then
22e05272 12271 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 12272fi
1ec601bf
FXC
12273cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12274/* end confdefs.h. */
12275
12276/* Override any GCC internal prototype to avoid an error.
12277 Use char because int might match the return type of a GCC
12278 builtin and then its argument prototype would still apply. */
12279#ifdef __cplusplus
12280extern "C"
12281#endif
12282char cbrtl ();
12283int
12284main ()
12285{
12286return cbrtl ();
12287 ;
12288 return 0;
12289}
12290_ACEOF
12291if ac_fn_c_try_link "$LINENO"; then :
12292 ac_cv_lib_m_cbrtl=yes
12293else
12294 ac_cv_lib_m_cbrtl=no
12295fi
12296rm -f core conftest.err conftest.$ac_objext \
12297 conftest$ac_exeext conftest.$ac_ext
12298LIBS=$ac_check_lib_save_LIBS
12299fi
12300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cbrtl" >&5
12301$as_echo "$ac_cv_lib_m_cbrtl" >&6; }
22e05272 12302if test "x$ac_cv_lib_m_cbrtl" = xyes; then :
1ec601bf
FXC
12303
12304$as_echo "#define HAVE_CBRTL 1" >>confdefs.h
12305
e8d42d28
JJ
12306fi
12307
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feholdexcept in -lm" >&5
12309$as_echo_n "checking for feholdexcept in -lm... " >&6; }
22e05272 12310if ${ac_cv_lib_m_feholdexcept+:} false; then :
e8d42d28
JJ
12311 $as_echo_n "(cached) " >&6
12312else
12313 ac_check_lib_save_LIBS=$LIBS
12314LIBS="-lm $LIBS"
12315if test x$gcc_no_link = xyes; then
22e05272 12316 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
e8d42d28
JJ
12317fi
12318cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12319/* end confdefs.h. */
12320
12321/* Override any GCC internal prototype to avoid an error.
12322 Use char because int might match the return type of a GCC
12323 builtin and then its argument prototype would still apply. */
12324#ifdef __cplusplus
12325extern "C"
12326#endif
12327char feholdexcept ();
12328int
12329main ()
12330{
12331return feholdexcept ();
12332 ;
12333 return 0;
12334}
12335_ACEOF
12336if ac_fn_c_try_link "$LINENO"; then :
12337 ac_cv_lib_m_feholdexcept=yes
12338else
12339 ac_cv_lib_m_feholdexcept=no
12340fi
12341rm -f core conftest.err conftest.$ac_objext \
12342 conftest$ac_exeext conftest.$ac_ext
12343LIBS=$ac_check_lib_save_LIBS
12344fi
12345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feholdexcept" >&5
12346$as_echo "$ac_cv_lib_m_feholdexcept" >&6; }
22e05272 12347if test "x$ac_cv_lib_m_feholdexcept" = xyes; then :
e8d42d28
JJ
12348
12349$as_echo "#define HAVE_FEHOLDEXCEPT 1" >>confdefs.h
12350
12351fi
12352
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetround in -lm" >&5
12354$as_echo_n "checking for fesetround in -lm... " >&6; }
22e05272 12355if ${ac_cv_lib_m_fesetround+:} false; then :
e8d42d28
JJ
12356 $as_echo_n "(cached) " >&6
12357else
12358 ac_check_lib_save_LIBS=$LIBS
12359LIBS="-lm $LIBS"
12360if test x$gcc_no_link = xyes; then
22e05272 12361 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
e8d42d28
JJ
12362fi
12363cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12364/* end confdefs.h. */
12365
12366/* Override any GCC internal prototype to avoid an error.
12367 Use char because int might match the return type of a GCC
12368 builtin and then its argument prototype would still apply. */
12369#ifdef __cplusplus
12370extern "C"
12371#endif
12372char fesetround ();
12373int
12374main ()
12375{
12376return fesetround ();
12377 ;
12378 return 0;
12379}
12380_ACEOF
12381if ac_fn_c_try_link "$LINENO"; then :
12382 ac_cv_lib_m_fesetround=yes
12383else
12384 ac_cv_lib_m_fesetround=no
12385fi
12386rm -f core conftest.err conftest.$ac_objext \
12387 conftest$ac_exeext conftest.$ac_ext
12388LIBS=$ac_check_lib_save_LIBS
12389fi
12390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetround" >&5
12391$as_echo "$ac_cv_lib_m_fesetround" >&6; }
22e05272 12392if test "x$ac_cv_lib_m_fesetround" = xyes; then :
e8d42d28
JJ
12393
12394$as_echo "#define HAVE_FESETROUND 1" >>confdefs.h
12395
12396fi
12397
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feupdateenv in -lm" >&5
12399$as_echo_n "checking for feupdateenv in -lm... " >&6; }
22e05272 12400if ${ac_cv_lib_m_feupdateenv+:} false; then :
e8d42d28
JJ
12401 $as_echo_n "(cached) " >&6
12402else
12403 ac_check_lib_save_LIBS=$LIBS
12404LIBS="-lm $LIBS"
12405if test x$gcc_no_link = xyes; then
22e05272 12406 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
e8d42d28
JJ
12407fi
12408cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12409/* end confdefs.h. */
12410
12411/* Override any GCC internal prototype to avoid an error.
12412 Use char because int might match the return type of a GCC
12413 builtin and then its argument prototype would still apply. */
12414#ifdef __cplusplus
12415extern "C"
12416#endif
12417char feupdateenv ();
12418int
12419main ()
12420{
12421return feupdateenv ();
12422 ;
12423 return 0;
12424}
12425_ACEOF
12426if ac_fn_c_try_link "$LINENO"; then :
12427 ac_cv_lib_m_feupdateenv=yes
12428else
12429 ac_cv_lib_m_feupdateenv=no
12430fi
12431rm -f core conftest.err conftest.$ac_objext \
12432 conftest$ac_exeext conftest.$ac_ext
12433LIBS=$ac_check_lib_save_LIBS
12434fi
12435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feupdateenv" >&5
12436$as_echo "$ac_cv_lib_m_feupdateenv" >&6; }
22e05272 12437if test "x$ac_cv_lib_m_feupdateenv" = xyes; then :
e8d42d28
JJ
12438
12439$as_echo "#define HAVE_FEUPDATEENV 1" >>confdefs.h
12440
12441fi
12442
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetenv in -lm" >&5
12444$as_echo_n "checking for fesetenv in -lm... " >&6; }
22e05272 12445if ${ac_cv_lib_m_fesetenv+:} false; then :
e8d42d28
JJ
12446 $as_echo_n "(cached) " >&6
12447else
12448 ac_check_lib_save_LIBS=$LIBS
12449LIBS="-lm $LIBS"
12450if test x$gcc_no_link = xyes; then
22e05272 12451 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
e8d42d28
JJ
12452fi
12453cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12454/* end confdefs.h. */
12455
12456/* Override any GCC internal prototype to avoid an error.
12457 Use char because int might match the return type of a GCC
12458 builtin and then its argument prototype would still apply. */
12459#ifdef __cplusplus
12460extern "C"
12461#endif
12462char fesetenv ();
12463int
12464main ()
12465{
12466return fesetenv ();
12467 ;
12468 return 0;
12469}
12470_ACEOF
12471if ac_fn_c_try_link "$LINENO"; then :
12472 ac_cv_lib_m_fesetenv=yes
12473else
12474 ac_cv_lib_m_fesetenv=no
12475fi
12476rm -f core conftest.err conftest.$ac_objext \
12477 conftest$ac_exeext conftest.$ac_ext
12478LIBS=$ac_check_lib_save_LIBS
12479fi
12480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetenv" >&5
12481$as_echo "$ac_cv_lib_m_fesetenv" >&6; }
22e05272 12482if test "x$ac_cv_lib_m_fesetenv" = xyes; then :
e8d42d28
JJ
12483
12484$as_echo "#define HAVE_FESETENV 1" >>confdefs.h
12485
12486fi
12487
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fetestexcept in -lm" >&5
12489$as_echo_n "checking for fetestexcept in -lm... " >&6; }
22e05272 12490if ${ac_cv_lib_m_fetestexcept+:} false; then :
e8d42d28
JJ
12491 $as_echo_n "(cached) " >&6
12492else
12493 ac_check_lib_save_LIBS=$LIBS
12494LIBS="-lm $LIBS"
12495if test x$gcc_no_link = xyes; then
22e05272 12496 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
e8d42d28
JJ
12497fi
12498cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12499/* end confdefs.h. */
12500
12501/* Override any GCC internal prototype to avoid an error.
12502 Use char because int might match the return type of a GCC
12503 builtin and then its argument prototype would still apply. */
12504#ifdef __cplusplus
12505extern "C"
12506#endif
12507char fetestexcept ();
12508int
12509main ()
12510{
12511return fetestexcept ();
12512 ;
12513 return 0;
12514}
12515_ACEOF
12516if ac_fn_c_try_link "$LINENO"; then :
12517 ac_cv_lib_m_fetestexcept=yes
12518else
12519 ac_cv_lib_m_fetestexcept=no
12520fi
12521rm -f core conftest.err conftest.$ac_objext \
12522 conftest$ac_exeext conftest.$ac_ext
12523LIBS=$ac_check_lib_save_LIBS
12524fi
12525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fetestexcept" >&5
12526$as_echo "$ac_cv_lib_m_fetestexcept" >&6; }
22e05272 12527if test "x$ac_cv_lib_m_fetestexcept" = xyes; then :
e8d42d28
JJ
12528
12529$as_echo "#define HAVE_FETESTEXCEPT 1" >>confdefs.h
12530
1ec601bf
FXC
12531fi
12532
a855debf
JJ
12533 for ac_func in strtoull
12534do :
12535 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
22e05272 12536if test "x$ac_cv_func_strtoull" = xyes; then :
a855debf
JJ
12537 cat >>confdefs.h <<_ACEOF
12538#define HAVE_STRTOULL 1
12539_ACEOF
12540
12541fi
12542done
12543
6f468984
TB
12544else
12545 if test "x$ac_cv_lib_m_sqrtl" = x""yes; then
12546
12547$as_echo "#define HAVE_SQRTL 1" >>confdefs.h
12548
12549 fi
12550 if test "x$ac_cv_lib_m_cbrtl" = x""yes; then
12551
12552$as_echo "#define HAVE_CBRTL 1" >>confdefs.h
12553
e8d42d28
JJ
12554 fi
12555 if test "x$ac_cv_lib_m_feholdexcept" = x""yes; then
12556
12557$as_echo "#define HAVE_FEHOLDEXCEPT 1" >>confdefs.h
12558
12559 fi
12560 if test "x$ac_cv_lib_m_fesetround" = x""yes; then
12561
12562$as_echo "#define HAVE_FESETROUND 1" >>confdefs.h
12563
12564 fi
12565 if test "x$ac_cv_lib_m_feupdateenv" = x""yes; then
12566
12567$as_echo "#define HAVE_FEUPDATEENV 1" >>confdefs.h
12568
12569 fi
12570 if test "x$ac_cv_lib_m_fesetenv" = x""yes; then
12571
12572$as_echo "#define HAVE_FESETENV 1" >>confdefs.h
12573
12574 fi
12575 if test "x$ac_cv_lib_m_fetestexcept" = x""yes; then
12576
12577$as_echo "#define HAVE_FETESTEXCEPT 1" >>confdefs.h
12578
6f468984
TB
12579 fi
12580fi
1ec601bf 12581
1d92226b 12582# Check for hidden visibility (copied from libssp).
49f0e1ba
JJ
12583saved_CFLAGS="$CFLAGS"
12584CFLAGS="$CFLAGS -Werror"
1d92226b
JJ
12585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether hidden visibility is supported" >&5
12586$as_echo_n "checking whether hidden visibility is supported... " >&6; }
12587cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12588/* end confdefs.h. */
12589
12590void __attribute__((visibility ("hidden"))) bar (void) {}
12591int
12592main ()
12593{
12594
12595 ;
12596 return 0;
12597}
12598_ACEOF
12599if ac_fn_c_try_compile "$LINENO"; then :
12600 quadmath_hidden=yes
12601else
12602 quadmath_hidden=no
12603fi
12604rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_hidden" >&5
12606$as_echo "$quadmath_hidden" >&6; }
12607if test x$quadmath_hidden = xyes; then
12608
12609$as_echo "#define HAVE_HIDDEN_VISIBILITY 1" >>confdefs.h
12610
12611fi
49f0e1ba 12612CFLAGS="$saved_CFLAGS"
1d92226b 12613
1ec601bf
FXC
12614# Check for symbol versioning (copied from libssp).
12615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbol versioning is supported" >&5
12616$as_echo_n "checking whether symbol versioning is supported... " >&6; }
bf382f5f
RO
12617# Check whether --enable-symvers was given.
12618if test "${enable_symvers+set}" = set; then :
12619 enableval=$enable_symvers; quadmath_use_symver=$enableval
fabfcf5e 12620else
bf382f5f
RO
12621 quadmath_use_symver=yes
12622fi
12623
19af62db 12624if test "x$quadmath_use_symver" != xno; then
bf382f5f
RO
12625 if test x$gcc_no_link = xyes; then
12626 # If we cannot link, we cannot build shared libraries, so do not use
12627 # symbol versioning.
12628 quadmath_use_symver=no
12629 else
12630 save_LDFLAGS="$LDFLAGS"
12631 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
12632 cat > conftest.map <<EOF
1ec601bf
FXC
12633FOO_1.0 {
12634 global: *foo*; bar; local: *;
12635};
12636EOF
bf382f5f 12637 if test x$gcc_no_link = xyes; then
22e05272 12638 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e 12639fi
1ec601bf
FXC
12640cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12641/* end confdefs.h. */
12642int foo;
12643int
12644main ()
12645{
12646
12647 ;
12648 return 0;
12649}
12650_ACEOF
12651if ac_fn_c_try_link "$LINENO"; then :
12652 quadmath_use_symver=gnu
12653else
12654 quadmath_use_symver=no
12655fi
12656rm -f core conftest.err conftest.$ac_objext \
12657 conftest$ac_exeext conftest.$ac_ext
bf382f5f
RO
12658 if test x$quadmath_use_symver = xno; then
12659 case "$target_os" in
12660 solaris2*)
12661 LDFLAGS="$save_LDFLAGS"
12662 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
12663 # Sun ld cannot handle wildcards and treats all entries as undefined.
12664 cat > conftest.map <<EOF
1ec601bf
FXC
12665FOO_1.0 {
12666 global: foo; local: *;
12667};
12668EOF
bf382f5f 12669 if test x$gcc_no_link = xyes; then
22e05272 12670 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
12671fi
12672cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
12673/* end confdefs.h. */
12674int foo;
12675int
12676main ()
12677{
12678
12679 ;
12680 return 0;
12681}
12682_ACEOF
12683if ac_fn_c_try_link "$LINENO"; then :
12684 quadmath_use_symver=sun
12685else
12686 quadmath_use_symver=no
12687fi
12688rm -f core conftest.err conftest.$ac_objext \
12689 conftest$ac_exeext conftest.$ac_ext
bf382f5f
RO
12690 ;;
12691 esac
12692 fi
12693 LDFLAGS="$save_LDFLAGS"
fabfcf5e 12694 fi
1ec601bf 12695fi
1ec601bf
FXC
12696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_use_symver" >&5
12697$as_echo "$quadmath_use_symver" >&6; }
12698 if test "x$quadmath_use_symver" != xno; then
12699 LIBQUAD_USE_SYMVER_TRUE=
12700 LIBQUAD_USE_SYMVER_FALSE='#'
12701else
12702 LIBQUAD_USE_SYMVER_TRUE='#'
12703 LIBQUAD_USE_SYMVER_FALSE=
12704fi
12705
12706 if test "x$quadmath_use_symver" = xgnu; then
12707 LIBQUAD_USE_SYMVER_GNU_TRUE=
12708 LIBQUAD_USE_SYMVER_GNU_FALSE='#'
12709else
12710 LIBQUAD_USE_SYMVER_GNU_TRUE='#'
12711 LIBQUAD_USE_SYMVER_GNU_FALSE=
12712fi
12713
12714 if test "x$quadmath_use_symver" = xsun; then
12715 LIBQUAD_USE_SYMVER_SUN_TRUE=
12716 LIBQUAD_USE_SYMVER_SUN_FALSE='#'
12717else
12718 LIBQUAD_USE_SYMVER_SUN_TRUE='#'
12719 LIBQUAD_USE_SYMVER_SUN_FALSE=
12720fi
12721
12722
12723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __float128 is supported" >&5
12724$as_echo_n "checking whether __float128 is supported... " >&6; }
22e05272 12725if ${libquad_cv_have_float128+:} false; then :
abccc9a9
TB
12726 $as_echo_n "(cached) " >&6
12727else
12728 if test x$gcc_no_link = xyes; then
12729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12730/* end confdefs.h. */
12731
0c949f0a 12732 #if (!defined(_ARCH_PPC)) || defined(__LONG_DOUBLE_IEEE128__)
abccc9a9 12733 typedef _Complex float __attribute__((mode(TC))) __complex128;
0c949f0a
MM
12734 #else
12735 typedef _Complex float __attribute__((mode(KC))) __complex128;
12736 #endif
abccc9a9
TB
12737
12738 __float128 foo (__float128 x)
12739 {
12740
12741 __complex128 z1, z2;
12742
12743 z1 = x;
12744 z2 = x / 7.Q;
12745 z2 /= z1;
12746
12747 return (__float128) z2;
12748 }
12749
12750 __float128 bar (__float128 x)
12751 {
12752 return x * __builtin_huge_valq ();
12753 }
12754
12755int
12756main ()
12757{
12758
12759 foo (1.2Q);
12760 bar (1.2Q);
12761
12762 ;
12763 return 0;
12764}
12765_ACEOF
12766if ac_fn_c_try_compile "$LINENO"; then :
12767
12768 libquad_cv_have_float128=yes
12769
12770else
12771
12772 libquad_cv_have_float128=no
12773
12774fi
12775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12776else
fabfcf5e 12777 if test x$gcc_no_link = xyes; then
22e05272 12778 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
fabfcf5e
KT
12779fi
12780cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1ec601bf
FXC
12781/* end confdefs.h. */
12782
0c949f0a 12783 #if (!defined(_ARCH_PPC)) || defined(__LONG_DOUBLE_IEEE128__)
1ec601bf 12784 typedef _Complex float __attribute__((mode(TC))) __complex128;
0c949f0a
MM
12785 #else
12786 typedef _Complex float __attribute__((mode(KC))) __complex128;
12787 #endif
1ec601bf
FXC
12788
12789 __float128 foo (__float128 x)
12790 {
12791
12792 __complex128 z1, z2;
12793
12794 z1 = x;
12795 z2 = x / 7.Q;
12796 z2 /= z1;
12797
12798 return (__float128) z2;
12799 }
12800
12801 __float128 bar (__float128 x)
12802 {
12803 return x * __builtin_huge_valq ();
12804 }
12805
12806int
12807main ()
12808{
12809
12810 foo (1.2Q);
12811 bar (1.2Q);
12812
12813 ;
12814 return 0;
12815}
12816_ACEOF
12817if ac_fn_c_try_link "$LINENO"; then :
12818
abccc9a9 12819 libquad_cv_have_float128=yes
1ec601bf
FXC
12820
12821else
12822
abccc9a9 12823 libquad_cv_have_float128=no
1ec601bf
FXC
12824
12825fi
12826rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
abccc9a9
TB
12828fi
12829fi
12830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libquad_cv_have_float128" >&5
12831$as_echo "$libquad_cv_have_float128" >&6; }
12832 if test "x$libquad_cv_have_float128" = xyes; then
1ec601bf
FXC
12833 BUILD_LIBQUADMATH_TRUE=
12834 BUILD_LIBQUADMATH_FALSE='#'
12835else
12836 BUILD_LIBQUADMATH_TRUE='#'
12837 BUILD_LIBQUADMATH_FALSE=
12838fi
12839
12840
1d92226b
JJ
12841# Check for printf hook support.
12842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf hooks are supported" >&5
12843$as_echo_n "checking whether printf hooks are supported... " >&6; }
12844cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845/* end confdefs.h. */
12846
12847#include <printf.h>
12848#include <stdarg.h>
12849#include <stdlib.h>
12850extern void flt128_va (void *, va_list *);
12851extern int flt128_ais (const struct printf_info *, size_t, int *, int *);
12852extern int flt128_printf_fp (FILE *, const struct printf_info *, const void *const *);
12853
12854int
12855main ()
12856{
12857
12858int pa_flt128 = register_printf_type (flt128_va);
12859int mod_Q = register_printf_modifier (L"Q");
12860int res = register_printf_specifier ('f', flt128_printf_fp, flt128_ais);
12967872 12861struct printf_info info = { .user = -1 };
1d92226b
JJ
12862
12863 ;
12864 return 0;
12865}
12866_ACEOF
12867if ac_fn_c_try_compile "$LINENO"; then :
12868 quadmath_printf_hooks=yes
12869else
12870 quadmath_printf_hooks=no
12871fi
12872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_printf_hooks" >&5
12874$as_echo "$quadmath_printf_hooks" >&6; }
12875if test x$quadmath_printf_hooks = xyes; then
12876
12877$as_echo "#define HAVE_PRINTF_HOOKS 1" >>confdefs.h
12878
12879fi
12880
12881# Check for whether locale support for quadmath_snprintf or Q printf hooks
12882# should be provided.
d2995f21
JJ
12883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether nl_langinfo should be used" >&5
12884$as_echo_n "checking whether nl_langinfo should be used... " >&6; }
1d92226b
JJ
12885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12886/* end confdefs.h. */
12887#include <langinfo.h>
12888int
12889main ()
12890{
12891
12892const char *s;
12893s = nl_langinfo (DECIMAL_POINT);
12894s = nl_langinfo (MON_DECIMAL_POINT);
12895s = nl_langinfo (GROUPING);
12896s = nl_langinfo (MON_GROUPING);
12897s = nl_langinfo (THOUSANDS_SEP);
12898s = nl_langinfo (MON_THOUSANDS_SEP);
d2995f21
JJ
12899(void) s;
12900
12901 ;
12902 return 0;
12903}
12904_ACEOF
12905if ac_fn_c_try_compile "$LINENO"; then :
12906 quadmath_use_nl_langinfo=yes
12907else
12908 quadmath_use_nl_langinfo=no
12909fi
12910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_use_nl_langinfo" >&5
12912$as_echo "$quadmath_use_nl_langinfo" >&6; }
12913if test x$quadmath_use_nl_langinfo = xyes; then
12914
12915$as_echo "#define USE_NL_LANGINFO 1" >>confdefs.h
12916
12917fi
12918
12919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether nl_langinfo should be used for wide char locale info" >&5
12920$as_echo_n "checking whether nl_langinfo should be used for wide char locale info... " >&6; }
12921cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12922/* end confdefs.h. */
12923#include <langinfo.h>
12924int
12925main ()
12926{
12927
12928const char *s;
1d92226b
JJ
12929s = nl_langinfo (_NL_NUMERIC_DECIMAL_POINT_WC);
12930s = nl_langinfo (_NL_MONETARY_DECIMAL_POINT_WC);
12931s = nl_langinfo (_NL_NUMERIC_THOUSANDS_SEP_WC);
12932s = nl_langinfo (_NL_MONETARY_THOUSANDS_SEP_WC);
1d92226b
JJ
12933(void) s;
12934
12935 ;
12936 return 0;
12937}
12938_ACEOF
12939if ac_fn_c_try_compile "$LINENO"; then :
d2995f21 12940 quadmath_use_nl_langinfo_wc=yes
1d92226b 12941else
d2995f21 12942 quadmath_use_nl_langinfo_wc=no
1d92226b
JJ
12943fi
12944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d2995f21
JJ
12945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_use_nl_langinfo_wc" >&5
12946$as_echo "$quadmath_use_nl_langinfo_wc" >&6; }
12947if test x$quadmath_use_nl_langinfo_wc = xyes; then
1d92226b 12948
d2995f21
JJ
12949$as_echo "#define USE_NL_LANGINFO_WC 1" >>confdefs.h
12950
12951fi
12952
12953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localeconv should be used" >&5
12954$as_echo_n "checking whether localeconv should be used... " >&6; }
12955cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12956/* end confdefs.h. */
12957#include <locale.h>
12958int
12959main ()
12960{
12961
12962const struct lconv *l = localeconv ();
12963const char *s;
12964s = l->decimal_point;
12965s = l->mon_decimal_point;
12966s = l->grouping;
12967s = l->mon_grouping;
12968s = l->thousands_sep;
12969s = l->mon_thousands_sep;
12970(void) s;
12971
12972 ;
12973 return 0;
12974}
12975_ACEOF
12976if ac_fn_c_try_compile "$LINENO"; then :
12977 quadmath_use_localeconv=yes
12978else
12979 quadmath_use_localeconv=no
12980fi
12981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_use_localeconv" >&5
12983$as_echo "$quadmath_use_localeconv" >&6; }
12984if test x$quadmath_use_localeconv = xyes; then
12985
12986$as_echo "#define USE_LOCALECONV 1" >>confdefs.h
1d92226b
JJ
12987
12988fi
12989
12990# Check for whether i18n number rewriting support for quadmath_snprintf
12991# or Q printf hooks should be provided.
12992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether i18n number rewriting support for quadmath_snprintf should be added" >&5
12993$as_echo_n "checking whether i18n number rewriting support for quadmath_snprintf should be added... " >&6; }
12994cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12995/* end confdefs.h. */
12996#include <langinfo.h>
12997#include <limits.h>
12998#include <string.h>
12999#include <wchar.h>
13000#include <wctype.h>
13001int
13002main ()
13003{
13004
13005const char *s;
13006char decimal[MB_LEN_MAX];
13007wctrans_t map = wctrans ("to_outpunct");
13008wint_t wdecimal = towctrans (L'.', map);
13009mbstate_t state;
13010memset (&state, '\0', sizeof (state));
13011wcrtomb (decimal, wdecimal, &state);
13012s = nl_langinfo (_NL_CTYPE_OUTDIGIT0_MB);
13013s = nl_langinfo (_NL_CTYPE_OUTDIGIT0_WC);
d2995f21 13014s = nl_langinfo (_NL_CTYPE_MB_CUR_MAX);
1d92226b
JJ
13015(void) s;
13016
13017 ;
13018 return 0;
13019}
13020_ACEOF
13021if ac_fn_c_try_compile "$LINENO"; then :
13022 quadmath_use_i18n_number_h=yes
13023else
13024 quadmath_use_i18n_number_h=no
13025fi
13026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $quadmath_use_i18n_number_h" >&5
13028$as_echo "$quadmath_use_i18n_number_h" >&6; }
13029if test x$quadmath_use_i18n_number_h = xyes; then
13030
13031$as_echo "#define USE_I18N_NUMBER_H 1" >>confdefs.h
13032
13033fi
13034
fda26abe
IT
13035# Add CET specific flags if CET is enabled
13036 # Check whether --enable-cet was given.
13037if test "${enable_cet+set}" = set; then :
13038 enableval=$enable_cet;
13039 case "$enableval" in
a0e1df88 13040 yes|no|auto) ;;
22e05272 13041 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
fda26abe
IT
13042 esac
13043
13044else
8d286dd1 13045 enable_cet=auto
fda26abe
IT
13046fi
13047
13048
14e335ed
IT
13049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
13050$as_echo_n "checking for CET support... " >&6; }
13051
9051b548 13052# NB: Avoid nested save_CFLAGS and save_LDFLAGS.
fda26abe
IT
13053case "$host" in
13054 i[34567]86-*-linux* | x86_64-*-linux*)
13055 case "$enable_cet" in
a0e1df88 13056 auto)
14e335ed 13057 # Check if target supports multi-byte NOPs
b1a3d2b7 13058 # and if compiler and assembler support CET insn.
9051b548 13059 cet_save_CFLAGS="$CFLAGS"
4c1a5d8b 13060 CFLAGS="$CFLAGS -fcf-protection"
fda26abe
IT
13061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13062/* end confdefs.h. */
13063
13064int
13065main ()
13066{
14e335ed
IT
13067
13068#if !defined(__SSE2__)
13069#error target does not support multi-byte NOPs
13070#else
fda26abe 13071asm ("setssbsy");
14e335ed
IT
13072#endif
13073
fda26abe
IT
13074 ;
13075 return 0;
13076}
13077_ACEOF
13078if ac_fn_c_try_compile "$LINENO"; then :
13079 enable_cet=yes
13080else
13081 enable_cet=no
13082fi
13083rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9051b548 13084 CFLAGS="$cet_save_CFLAGS"
fda26abe
IT
13085 ;;
13086 yes)
13087 # Check if assembler supports CET.
13088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13089/* end confdefs.h. */
13090
13091int
13092main ()
13093{
13094asm ("setssbsy");
13095 ;
13096 return 0;
13097}
13098_ACEOF
13099if ac_fn_c_try_compile "$LINENO"; then :
13100
13101else
22e05272 13102 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
fda26abe
IT
13103fi
13104rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13105 ;;
13106 esac
13107 ;;
13108 *)
13109 enable_cet=no
13110 ;;
13111esac
13112if test x$enable_cet = xyes; then
7b47ecf2 13113 CET_FLAGS="-fcf-protection -mshstk"
14e335ed
IT
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13115$as_echo "yes" >&6; }
13116else
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13118$as_echo "no" >&6; }
fda26abe
IT
13119fi
13120
13121XCFLAGS="$XCFLAGS $CET_FLAGS"
13122
bff4226f
JJ
13123case x$target in
13124 xpowerpc64le*-linux*)
13125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13126/* end confdefs.h. */
13127#if __SIZEOF_LONG_DOUBLE__ != 16
13128 #error long double is double
13129 #endif
13130int
13131main ()
13132{
13133(void) 0;
13134 ;
13135 return 0;
13136}
13137_ACEOF
13138if ac_fn_c_try_cpp "$LINENO"; then :
13139 XCFLAGS="$XCFLAGS -mno-gnu-attribute"
13140fi
13141rm -f conftest.err conftest.i conftest.$ac_ext
13142 ;;
13143 *)
13144 ;;
13145esac
13146
fda26abe 13147
1ec601bf
FXC
13148cat >confcache <<\_ACEOF
13149# This file is a shell script that caches the results of configure
13150# tests run on this system so they can be shared between configure
13151# scripts and configure runs, see configure's option --config-cache.
13152# It is not useful on other systems. If it contains results you don't
13153# want to keep, you may remove or edit it.
13154#
13155# config.status only pays attention to the cache file if you give it
13156# the --recheck option to rerun configure.
13157#
13158# `ac_cv_env_foo' variables (set or unset) will be overridden when
13159# loading this file, other *unset* `ac_cv_foo' will be assigned the
13160# following values.
13161
13162_ACEOF
13163
13164# The following way of writing the cache mishandles newlines in values,
13165# but we know of no workaround that is simple, portable, and efficient.
13166# So, we kill variables containing newlines.
13167# Ultrix sh set writes to stderr and can't be redirected directly,
13168# and sets the high bit in the cache file unless we assign to the vars.
13169(
13170 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13171 eval ac_val=\$$ac_var
13172 case $ac_val in #(
13173 *${as_nl}*)
13174 case $ac_var in #(
13175 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13176$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13177 esac
13178 case $ac_var in #(
13179 _ | IFS | as_nl) ;; #(
13180 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13181 *) { eval $ac_var=; unset $ac_var;} ;;
13182 esac ;;
13183 esac
13184 done
13185
13186 (set) 2>&1 |
13187 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13188 *${as_nl}ac_space=\ *)
13189 # `set' does not quote correctly, so add quotes: double-quote
13190 # substitution turns \\\\ into \\, and sed turns \\ into \.
13191 sed -n \
13192 "s/'/'\\\\''/g;
13193 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13194 ;; #(
13195 *)
13196 # `set' quotes correctly as required by POSIX, so do not add quotes.
13197 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13198 ;;
13199 esac |
13200 sort
13201) |
13202 sed '
13203 /^ac_cv_env_/b end
13204 t clear
13205 :clear
13206 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13207 t end
13208 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13209 :end' >>confcache
13210if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13211 if test -w "$cache_file"; then
22e05272 13212 if test "x$cache_file" != "x/dev/null"; then
1ec601bf
FXC
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13214$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
13215 if test ! -f "$cache_file" || test -h "$cache_file"; then
13216 cat confcache >"$cache_file"
13217 else
13218 case $cache_file in #(
13219 */* | ?:*)
13220 mv -f confcache "$cache_file"$$ &&
13221 mv -f "$cache_file"$$ "$cache_file" ;; #(
13222 *)
13223 mv -f confcache "$cache_file" ;;
13224 esac
13225 fi
13226 fi
1ec601bf
FXC
13227 else
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13229$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13230 fi
13231fi
13232rm -f confcache
13233
13234if test ${multilib} = yes; then
13235 multilib_arg="--enable-multilib"
13236else
13237 multilib_arg=
13238fi
13239
4c993c44
TB
13240
13241# We would like our source tree to be readonly. However when releases or
13242# pre-releases are generated, the flex/bison generated files as well as the
13243# various formats of manuals need to be included along with the rest of the
13244# sources. Therefore we have --enable-generated-files-in-srcdir to do
13245# just that.
13246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking generated-files-in-srcdir" >&5
13247$as_echo_n "checking generated-files-in-srcdir... " >&6; }
13248# Check whether --enable-generated-files-in-srcdir was given.
13249if test "${enable_generated_files_in_srcdir+set}" = set; then :
13250 enableval=$enable_generated_files_in_srcdir; case "$enableval" in
13251 yes) enable_generated_files_in_srcdir=yes ;;
13252 no) enable_generated_files_in_srcdir=no ;;
22e05272 13253 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
4c993c44
TB
13254 esac
13255else
13256 enable_generated_files_in_srcdir=no
13257fi
13258
13259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
13260$as_echo "$enable_generated_files_in_srcdir" >&6; }
13261 if test "$enable_generated_files_in_srcdir" = yes; then
13262 GENINSRC_TRUE=
13263 GENINSRC_FALSE='#'
13264else
13265 GENINSRC_TRUE='#'
13266 GENINSRC_FALSE=
13267fi
13268
13269
3c36aa6b
JJ
13270# Determine what GCC version number to use in filesystem paths.
13271
13272 get_gcc_base_ver="cat"
13273
13274# Check whether --with-gcc-major-version-only was given.
13275if test "${with_gcc_major_version_only+set}" = set; then :
13276 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
001ddaa8 13277 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
3c36aa6b
JJ
13278 fi
13279
13280fi
13281
13282
13283
4c993c44 13284
1ec601bf
FXC
13285ac_config_files="$ac_config_files Makefile"
13286
13287cat >confcache <<\_ACEOF
13288# This file is a shell script that caches the results of configure
13289# tests run on this system so they can be shared between configure
13290# scripts and configure runs, see configure's option --config-cache.
13291# It is not useful on other systems. If it contains results you don't
13292# want to keep, you may remove or edit it.
13293#
13294# config.status only pays attention to the cache file if you give it
13295# the --recheck option to rerun configure.
13296#
13297# `ac_cv_env_foo' variables (set or unset) will be overridden when
13298# loading this file, other *unset* `ac_cv_foo' will be assigned the
13299# following values.
13300
13301_ACEOF
13302
13303# The following way of writing the cache mishandles newlines in values,
13304# but we know of no workaround that is simple, portable, and efficient.
13305# So, we kill variables containing newlines.
13306# Ultrix sh set writes to stderr and can't be redirected directly,
13307# and sets the high bit in the cache file unless we assign to the vars.
13308(
13309 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13310 eval ac_val=\$$ac_var
13311 case $ac_val in #(
13312 *${as_nl}*)
13313 case $ac_var in #(
13314 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13315$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13316 esac
13317 case $ac_var in #(
13318 _ | IFS | as_nl) ;; #(
13319 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13320 *) { eval $ac_var=; unset $ac_var;} ;;
13321 esac ;;
13322 esac
13323 done
13324
13325 (set) 2>&1 |
13326 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13327 *${as_nl}ac_space=\ *)
13328 # `set' does not quote correctly, so add quotes: double-quote
13329 # substitution turns \\\\ into \\, and sed turns \\ into \.
13330 sed -n \
13331 "s/'/'\\\\''/g;
13332 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13333 ;; #(
13334 *)
13335 # `set' quotes correctly as required by POSIX, so do not add quotes.
13336 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13337 ;;
13338 esac |
13339 sort
13340) |
13341 sed '
13342 /^ac_cv_env_/b end
13343 t clear
13344 :clear
13345 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13346 t end
13347 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13348 :end' >>confcache
13349if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13350 if test -w "$cache_file"; then
22e05272 13351 if test "x$cache_file" != "x/dev/null"; then
1ec601bf
FXC
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13353$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
13354 if test ! -f "$cache_file" || test -h "$cache_file"; then
13355 cat confcache >"$cache_file"
13356 else
13357 case $cache_file in #(
13358 */* | ?:*)
13359 mv -f confcache "$cache_file"$$ &&
13360 mv -f "$cache_file"$$ "$cache_file" ;; #(
13361 *)
13362 mv -f confcache "$cache_file" ;;
13363 esac
13364 fi
13365 fi
1ec601bf
FXC
13366 else
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13368$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13369 fi
13370fi
13371rm -f confcache
13372
13373test "x$prefix" = xNONE && prefix=$ac_default_prefix
13374# Let make expand exec_prefix.
13375test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13376
13377DEFS=-DHAVE_CONFIG_H
13378
13379ac_libobjs=
13380ac_ltlibobjs=
22e05272 13381U=
1ec601bf
FXC
13382for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13383 # 1. Remove the extension, and $U if already installed.
13384 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13385 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13386 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13387 # will be set to the directory where LIBOBJS objects are built.
13388 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13389 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13390done
13391LIBOBJS=$ac_libobjs
13392
13393LTLIBOBJS=$ac_ltlibobjs
13394
13395
22e05272
JM
13396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13397$as_echo_n "checking that generated files are newer than configure... " >&6; }
13398 if test -n "$am_sleep_pid"; then
13399 # Hide warnings about reused PIDs.
13400 wait $am_sleep_pid 2>/dev/null
13401 fi
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13403$as_echo "done" >&6; }
1ec601bf
FXC
13404 if test -n "$EXEEXT"; then
13405 am__EXEEXT_TRUE=
13406 am__EXEEXT_FALSE='#'
13407else
13408 am__EXEEXT_TRUE='#'
13409 am__EXEEXT_FALSE=
13410fi
13411
13412if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
22e05272 13413 as_fn_error $? "conditional \"AMDEP\" was never defined.
1ec601bf
FXC
13414Usually this means the macro was only invoked conditionally." "$LINENO" 5
13415fi
13416if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
22e05272 13417 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1ec601bf
FXC
13418Usually this means the macro was only invoked conditionally." "$LINENO" 5
13419fi
1d92226b 13420if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
22e05272 13421 as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
1d92226b
JJ
13422Usually this means the macro was only invoked conditionally." "$LINENO" 5
13423fi
1ec601bf 13424if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
22e05272 13425 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1ec601bf
FXC
13426Usually this means the macro was only invoked conditionally." "$LINENO" 5
13427fi
fabfcf5e 13428if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
22e05272 13429 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
fabfcf5e
KT
13430Usually this means the macro was only invoked conditionally." "$LINENO" 5
13431fi
1ec601bf 13432if test -z "${LIBQUAD_USE_SYMVER_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_FALSE}"; then
22e05272 13433 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER\" was never defined.
1ec601bf
FXC
13434Usually this means the macro was only invoked conditionally." "$LINENO" 5
13435fi
13436if test -z "${LIBQUAD_USE_SYMVER_GNU_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_GNU_FALSE}"; then
22e05272 13437 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER_GNU\" was never defined.
1ec601bf
FXC
13438Usually this means the macro was only invoked conditionally." "$LINENO" 5
13439fi
13440if test -z "${LIBQUAD_USE_SYMVER_SUN_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_SUN_FALSE}"; then
22e05272 13441 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER_SUN\" was never defined.
1ec601bf
FXC
13442Usually this means the macro was only invoked conditionally." "$LINENO" 5
13443fi
13444if test -z "${BUILD_LIBQUADMATH_TRUE}" && test -z "${BUILD_LIBQUADMATH_FALSE}"; then
22e05272 13445 as_fn_error $? "conditional \"BUILD_LIBQUADMATH\" was never defined.
4c993c44
TB
13446Usually this means the macro was only invoked conditionally." "$LINENO" 5
13447fi
13448if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
22e05272 13449 as_fn_error $? "conditional \"GENINSRC\" was never defined.
1ec601bf
FXC
13450Usually this means the macro was only invoked conditionally." "$LINENO" 5
13451fi
13452
22e05272 13453: "${CONFIG_STATUS=./config.status}"
1ec601bf
FXC
13454ac_write_fail=0
13455ac_clean_files_save=$ac_clean_files
13456ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13458$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13459as_write_fail=0
13460cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13461#! $SHELL
13462# Generated by $as_me.
13463# Run this file to recreate the current configuration.
13464# Compiler output produced by configure, useful for debugging
13465# configure, is in config.log if it exists.
13466
13467debug=false
13468ac_cs_recheck=false
13469ac_cs_silent=false
13470
13471SHELL=\${CONFIG_SHELL-$SHELL}
13472export SHELL
13473_ASEOF
13474cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13475## -------------------- ##
13476## M4sh Initialization. ##
13477## -------------------- ##
13478
13479# Be more Bourne compatible
13480DUALCASE=1; export DUALCASE # for MKS sh
13481if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13482 emulate sh
13483 NULLCMD=:
13484 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13485 # is contrary to our usage. Disable this feature.
13486 alias -g '${1+"$@"}'='"$@"'
13487 setopt NO_GLOB_SUBST
13488else
13489 case `(set -o) 2>/dev/null` in #(
13490 *posix*) :
13491 set -o posix ;; #(
13492 *) :
13493 ;;
13494esac
13495fi
13496
13497
13498as_nl='
13499'
13500export as_nl
13501# Printing a long string crashes Solaris 7 /usr/bin/printf.
13502as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13503as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13504as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13505# Prefer a ksh shell builtin over an external printf program on Solaris,
13506# but without wasting forks for bash or zsh.
13507if test -z "$BASH_VERSION$ZSH_VERSION" \
13508 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13509 as_echo='print -r --'
13510 as_echo_n='print -rn --'
13511elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13512 as_echo='printf %s\n'
13513 as_echo_n='printf %s'
13514else
13515 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13516 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13517 as_echo_n='/usr/ucb/echo -n'
13518 else
13519 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13520 as_echo_n_body='eval
13521 arg=$1;
13522 case $arg in #(
13523 *"$as_nl"*)
13524 expr "X$arg" : "X\\(.*\\)$as_nl";
13525 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13526 esac;
13527 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13528 '
13529 export as_echo_n_body
13530 as_echo_n='sh -c $as_echo_n_body as_echo'
13531 fi
13532 export as_echo_body
13533 as_echo='sh -c $as_echo_body as_echo'
13534fi
13535
13536# The user is always right.
13537if test "${PATH_SEPARATOR+set}" != set; then
13538 PATH_SEPARATOR=:
13539 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13540 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13541 PATH_SEPARATOR=';'
13542 }
13543fi
13544
13545
13546# IFS
13547# We need space, tab and new line, in precisely that order. Quoting is
13548# there to prevent editors from complaining about space-tab.
13549# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13550# splitting by setting IFS to empty value.)
13551IFS=" "" $as_nl"
13552
13553# Find who we are. Look in the path if we contain no directory separator.
22e05272 13554as_myself=
1ec601bf
FXC
13555case $0 in #((
13556 *[\\/]* ) as_myself=$0 ;;
13557 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13558for as_dir in $PATH
13559do
13560 IFS=$as_save_IFS
13561 test -z "$as_dir" && as_dir=.
13562 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13563 done
13564IFS=$as_save_IFS
13565
13566 ;;
13567esac
13568# We did not find ourselves, most probably we were run as `sh COMMAND'
13569# in which case we are not to be found in the path.
13570if test "x$as_myself" = x; then
13571 as_myself=$0
13572fi
13573if test ! -f "$as_myself"; then
13574 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13575 exit 1
13576fi
13577
13578# Unset variables that we do not need and which cause bugs (e.g. in
13579# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13580# suppresses any "Segmentation fault" message there. '((' could
13581# trigger a bug in pdksh 5.2.14.
13582for as_var in BASH_ENV ENV MAIL MAILPATH
13583do eval test x\${$as_var+set} = xset \
13584 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13585done
13586PS1='$ '
13587PS2='> '
13588PS4='+ '
13589
13590# NLS nuisances.
13591LC_ALL=C
13592export LC_ALL
13593LANGUAGE=C
13594export LANGUAGE
13595
13596# CDPATH.
13597(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13598
13599
22e05272
JM
13600# as_fn_error STATUS ERROR [LINENO LOG_FD]
13601# ----------------------------------------
1ec601bf
FXC
13602# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13603# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 13604# script with STATUS, using 1 if that was 0.
1ec601bf
FXC
13605as_fn_error ()
13606{
22e05272
JM
13607 as_status=$1; test $as_status -eq 0 && as_status=1
13608 if test "$4"; then
13609 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13610 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1ec601bf 13611 fi
22e05272 13612 $as_echo "$as_me: error: $2" >&2
1ec601bf
FXC
13613 as_fn_exit $as_status
13614} # as_fn_error
13615
13616
13617# as_fn_set_status STATUS
13618# -----------------------
13619# Set $? to STATUS, without forking.
13620as_fn_set_status ()
13621{
13622 return $1
13623} # as_fn_set_status
13624
13625# as_fn_exit STATUS
13626# -----------------
13627# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13628as_fn_exit ()
13629{
13630 set +e
13631 as_fn_set_status $1
13632 exit $1
13633} # as_fn_exit
13634
13635# as_fn_unset VAR
13636# ---------------
13637# Portably unset VAR.
13638as_fn_unset ()
13639{
13640 { eval $1=; unset $1;}
13641}
13642as_unset=as_fn_unset
13643# as_fn_append VAR VALUE
13644# ----------------------
13645# Append the text in VALUE to the end of the definition contained in VAR. Take
13646# advantage of any shell optimizations that allow amortized linear growth over
13647# repeated appends, instead of the typical quadratic growth present in naive
13648# implementations.
13649if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13650 eval 'as_fn_append ()
13651 {
13652 eval $1+=\$2
13653 }'
13654else
13655 as_fn_append ()
13656 {
13657 eval $1=\$$1\$2
13658 }
13659fi # as_fn_append
13660
13661# as_fn_arith ARG...
13662# ------------------
13663# Perform arithmetic evaluation on the ARGs, and store the result in the
13664# global $as_val. Take advantage of shells that can avoid forks. The arguments
13665# must be portable across $(()) and expr.
13666if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13667 eval 'as_fn_arith ()
13668 {
13669 as_val=$(( $* ))
13670 }'
13671else
13672 as_fn_arith ()
13673 {
13674 as_val=`expr "$@" || test $? -eq 1`
13675 }
13676fi # as_fn_arith
13677
13678
13679if expr a : '\(a\)' >/dev/null 2>&1 &&
13680 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13681 as_expr=expr
13682else
13683 as_expr=false
13684fi
13685
13686if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13687 as_basename=basename
13688else
13689 as_basename=false
13690fi
13691
13692if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13693 as_dirname=dirname
13694else
13695 as_dirname=false
13696fi
13697
13698as_me=`$as_basename -- "$0" ||
13699$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13700 X"$0" : 'X\(//\)$' \| \
13701 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13702$as_echo X/"$0" |
13703 sed '/^.*\/\([^/][^/]*\)\/*$/{
13704 s//\1/
13705 q
13706 }
13707 /^X\/\(\/\/\)$/{
13708 s//\1/
13709 q
13710 }
13711 /^X\/\(\/\).*/{
13712 s//\1/
13713 q
13714 }
13715 s/.*/./; q'`
13716
13717# Avoid depending upon Character Ranges.
13718as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13719as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13720as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13721as_cr_digits='0123456789'
13722as_cr_alnum=$as_cr_Letters$as_cr_digits
13723
13724ECHO_C= ECHO_N= ECHO_T=
13725case `echo -n x` in #(((((
13726-n*)
13727 case `echo 'xy\c'` in
13728 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13729 xy) ECHO_C='\c';;
13730 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13731 ECHO_T=' ';;
13732 esac;;
13733*)
13734 ECHO_N='-n';;
13735esac
13736
13737rm -f conf$$ conf$$.exe conf$$.file
13738if test -d conf$$.dir; then
13739 rm -f conf$$.dir/conf$$.file
13740else
13741 rm -f conf$$.dir
13742 mkdir conf$$.dir 2>/dev/null
13743fi
13744if (echo >conf$$.file) 2>/dev/null; then
13745 if ln -s conf$$.file conf$$ 2>/dev/null; then
13746 as_ln_s='ln -s'
13747 # ... but there are two gotchas:
13748 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13749 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 13750 # In both cases, we have to default to `cp -pR'.
1ec601bf 13751 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 13752 as_ln_s='cp -pR'
1ec601bf
FXC
13753 elif ln conf$$.file conf$$ 2>/dev/null; then
13754 as_ln_s=ln
13755 else
22e05272 13756 as_ln_s='cp -pR'
1ec601bf
FXC
13757 fi
13758else
22e05272 13759 as_ln_s='cp -pR'
1ec601bf
FXC
13760fi
13761rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13762rmdir conf$$.dir 2>/dev/null
13763
13764
13765# as_fn_mkdir_p
13766# -------------
13767# Create "$as_dir" as a directory, including parents if necessary.
13768as_fn_mkdir_p ()
13769{
13770
13771 case $as_dir in #(
13772 -*) as_dir=./$as_dir;;
13773 esac
13774 test -d "$as_dir" || eval $as_mkdir_p || {
13775 as_dirs=
13776 while :; do
13777 case $as_dir in #(
13778 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13779 *) as_qdir=$as_dir;;
13780 esac
13781 as_dirs="'$as_qdir' $as_dirs"
13782 as_dir=`$as_dirname -- "$as_dir" ||
13783$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13784 X"$as_dir" : 'X\(//\)[^/]' \| \
13785 X"$as_dir" : 'X\(//\)$' \| \
13786 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13787$as_echo X"$as_dir" |
13788 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13789 s//\1/
13790 q
13791 }
13792 /^X\(\/\/\)[^/].*/{
13793 s//\1/
13794 q
13795 }
13796 /^X\(\/\/\)$/{
13797 s//\1/
13798 q
13799 }
13800 /^X\(\/\).*/{
13801 s//\1/
13802 q
13803 }
13804 s/.*/./; q'`
13805 test -d "$as_dir" && break
13806 done
13807 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 13808 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1ec601bf
FXC
13809
13810
13811} # as_fn_mkdir_p
13812if mkdir -p . 2>/dev/null; then
13813 as_mkdir_p='mkdir -p "$as_dir"'
13814else
13815 test -d ./-p && rmdir ./-p
13816 as_mkdir_p=false
13817fi
13818
22e05272
JM
13819
13820# as_fn_executable_p FILE
13821# -----------------------
13822# Test if FILE is an executable regular file.
13823as_fn_executable_p ()
13824{
13825 test -f "$1" && test -x "$1"
13826} # as_fn_executable_p
13827as_test_x='test -x'
13828as_executable_p=as_fn_executable_p
1ec601bf
FXC
13829
13830# Sed expression to map a string onto a valid CPP name.
13831as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13832
13833# Sed expression to map a string onto a valid variable name.
13834as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13835
13836
13837exec 6>&1
13838## ----------------------------------- ##
13839## Main body of $CONFIG_STATUS script. ##
13840## ----------------------------------- ##
13841_ASEOF
13842test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13843
13844cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13845# Save the log message, to keep $0 and so on meaningful, and to
13846# report actual input values of CONFIG_FILES etc. instead of their
13847# values after options handling.
13848ac_log="
13849This file was extended by GCC Quad-precision Math Library $as_me 0.1, which was
22e05272 13850generated by GNU Autoconf 2.69. Invocation command line was
1ec601bf
FXC
13851
13852 CONFIG_FILES = $CONFIG_FILES
13853 CONFIG_HEADERS = $CONFIG_HEADERS
13854 CONFIG_LINKS = $CONFIG_LINKS
13855 CONFIG_COMMANDS = $CONFIG_COMMANDS
13856 $ $0 $@
13857
13858on `(hostname || uname -n) 2>/dev/null | sed 1q`
13859"
13860
13861_ACEOF
13862
13863case $ac_config_files in *"
13864"*) set x $ac_config_files; shift; ac_config_files=$*;;
13865esac
13866
13867case $ac_config_headers in *"
13868"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13869esac
13870
13871
13872cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13873# Files that config.status was made for.
13874config_files="$ac_config_files"
13875config_headers="$ac_config_headers"
13876config_commands="$ac_config_commands"
13877
13878_ACEOF
13879
13880cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13881ac_cs_usage="\
13882\`$as_me' instantiates files and other configuration actions
13883from templates according to the current configuration. Unless the files
13884and actions are specified as TAGs, all are instantiated by default.
13885
13886Usage: $0 [OPTION]... [TAG]...
13887
13888 -h, --help print this help, then exit
13889 -V, --version print version number and configuration settings, then exit
22e05272 13890 --config print configuration, then exit
1ec601bf
FXC
13891 -q, --quiet, --silent
13892 do not print progress messages
13893 -d, --debug don't remove temporary files
13894 --recheck update $as_me by reconfiguring in the same conditions
13895 --file=FILE[:TEMPLATE]
13896 instantiate the configuration file FILE
13897 --header=FILE[:TEMPLATE]
13898 instantiate the configuration header FILE
13899
13900Configuration files:
13901$config_files
13902
13903Configuration headers:
13904$config_headers
13905
13906Configuration commands:
13907$config_commands
13908
13909Report bugs to the package provider."
13910
13911_ACEOF
13912cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 13913ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1ec601bf
FXC
13914ac_cs_version="\\
13915GCC Quad-precision Math Library config.status 0.1
22e05272
JM
13916configured by $0, generated by GNU Autoconf 2.69,
13917 with options \\"\$ac_cs_config\\"
1ec601bf 13918
22e05272 13919Copyright (C) 2012 Free Software Foundation, Inc.
1ec601bf
FXC
13920This config.status script is free software; the Free Software Foundation
13921gives unlimited permission to copy, distribute and modify it."
13922
13923ac_pwd='$ac_pwd'
13924srcdir='$srcdir'
13925INSTALL='$INSTALL'
13926MKDIR_P='$MKDIR_P'
13927AWK='$AWK'
13928test -n "\$AWK" || AWK=awk
13929_ACEOF
13930
13931cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13932# The default lists apply if the user does not specify any file.
13933ac_need_defaults=:
13934while test $# != 0
13935do
13936 case $1 in
22e05272 13937 --*=?*)
1ec601bf
FXC
13938 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13939 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13940 ac_shift=:
13941 ;;
22e05272
JM
13942 --*=)
13943 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13944 ac_optarg=
13945 ac_shift=:
13946 ;;
1ec601bf
FXC
13947 *)
13948 ac_option=$1
13949 ac_optarg=$2
13950 ac_shift=shift
13951 ;;
13952 esac
13953
13954 case $ac_option in
13955 # Handling of the options.
13956 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13957 ac_cs_recheck=: ;;
13958 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13959 $as_echo "$ac_cs_version"; exit ;;
22e05272
JM
13960 --config | --confi | --conf | --con | --co | --c )
13961 $as_echo "$ac_cs_config"; exit ;;
1ec601bf
FXC
13962 --debug | --debu | --deb | --de | --d | -d )
13963 debug=: ;;
13964 --file | --fil | --fi | --f )
13965 $ac_shift
13966 case $ac_optarg in
13967 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22e05272 13968 '') as_fn_error $? "missing file argument" ;;
1ec601bf
FXC
13969 esac
13970 as_fn_append CONFIG_FILES " '$ac_optarg'"
13971 ac_need_defaults=false;;
13972 --header | --heade | --head | --hea )
13973 $ac_shift
13974 case $ac_optarg in
13975 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13976 esac
13977 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13978 ac_need_defaults=false;;
13979 --he | --h)
13980 # Conflict between --help and --header
22e05272 13981 as_fn_error $? "ambiguous option: \`$1'
1ec601bf
FXC
13982Try \`$0 --help' for more information.";;
13983 --help | --hel | -h )
13984 $as_echo "$ac_cs_usage"; exit ;;
13985 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13986 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13987 ac_cs_silent=: ;;
13988
13989 # This is an error.
22e05272 13990 -*) as_fn_error $? "unrecognized option: \`$1'
1ec601bf
FXC
13991Try \`$0 --help' for more information." ;;
13992
13993 *) as_fn_append ac_config_targets " $1"
13994 ac_need_defaults=false ;;
13995
13996 esac
13997 shift
13998done
13999
14000ac_configure_extra_args=
14001
14002if $ac_cs_silent; then
14003 exec 6>/dev/null
14004 ac_configure_extra_args="$ac_configure_extra_args --silent"
14005fi
14006
14007_ACEOF
14008cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14009if \$ac_cs_recheck; then
22e05272 14010 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1ec601bf
FXC
14011 shift
14012 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14013 CONFIG_SHELL='$SHELL'
14014 export CONFIG_SHELL
14015 exec "\$@"
14016fi
14017
14018_ACEOF
14019cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14020exec 5>>config.log
14021{
14022 echo
14023 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14024## Running $as_me. ##
14025_ASBOX
14026 $as_echo "$ac_log"
14027} >&5
14028
14029_ACEOF
14030cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14031#
14032# INIT-COMMANDS
14033#
ee5f0523
MK
14034
14035srcdir="$srcdir"
14036host="$host"
14037target="$target"
14038with_multisubdir="$with_multisubdir"
14039with_multisrctop="$with_multisrctop"
14040with_target_subdir="$with_target_subdir"
14041ac_configure_args="${multilib_arg} ${ac_configure_args}"
14042multi_basedir="$multi_basedir"
14043CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
14044CC="$CC"
14045CXX="$CXX"
14046GFORTRAN="$GFORTRAN"
22e05272 14047GDC="$GDC"
1ec601bf
FXC
14048AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14049
14050
14051# The HP-UX ksh and POSIX shell print the target directory to stdout
14052# if CDPATH is set.
14053(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14054
14055sed_quote_subst='$sed_quote_subst'
14056double_quote_subst='$double_quote_subst'
14057delay_variable_subst='$delay_variable_subst'
14058macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14059macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14060enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14061enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14062pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14063enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14064SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14065ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14066host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14067host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14068host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14069build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14070build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14071build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14072SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14073Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14074GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14075EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14076FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14077LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14078NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14079LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14080max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14081ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14082exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14083lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14084lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14085lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14086reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14087reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14088OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14089deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14090file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14091AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14092AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14093STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14094RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14095old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14096old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14097old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14098lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14099CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14100CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14101compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14102GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14103lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14104lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14105lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14106lt_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"`'
14107objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14108MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14109lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14110lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14111lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14112lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14113lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14114need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14115DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14116NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14117LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14118OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14119OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14120libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14121shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14122extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14123archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14124enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14125export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14126whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14127compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14128old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14129old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14130archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14131archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14132module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14133module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14134with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14135allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14136no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14137hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14138hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14139hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14140hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14141hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14142hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14143hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14144hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14145inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14146link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14147fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14148always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14149export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14150exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14151include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14152prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14153file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14154variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14155need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14156need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14157version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14158runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14159shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14160shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14161libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14162library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14163soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14164install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14165postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14166postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14167finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14168finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14169hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14170sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14171sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14172hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14173enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14174enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14175enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14176old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14177striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14178
14179LTCC='$LTCC'
14180LTCFLAGS='$LTCFLAGS'
14181compiler='$compiler_DEFAULT'
14182
14183# A function that is used when there is no print builtin or printf.
14184func_fallback_echo ()
14185{
14186 eval 'cat <<_LTECHO_EOF
14187\$1
14188_LTECHO_EOF'
14189}
14190
14191# Quote evaled strings.
14192for var in SHELL \
14193ECHO \
14194SED \
14195GREP \
14196EGREP \
14197FGREP \
14198LD \
14199NM \
14200LN_S \
14201lt_SP2NL \
14202lt_NL2SP \
14203reload_flag \
14204OBJDUMP \
14205deplibs_check_method \
14206file_magic_cmd \
14207AR \
14208AR_FLAGS \
14209STRIP \
14210RANLIB \
14211CC \
14212CFLAGS \
14213compiler \
14214lt_cv_sys_global_symbol_pipe \
14215lt_cv_sys_global_symbol_to_cdecl \
14216lt_cv_sys_global_symbol_to_c_name_address \
14217lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14218lt_prog_compiler_no_builtin_flag \
14219lt_prog_compiler_wl \
14220lt_prog_compiler_pic \
14221lt_prog_compiler_static \
14222lt_cv_prog_compiler_c_o \
14223need_locks \
14224DSYMUTIL \
14225NMEDIT \
14226LIPO \
14227OTOOL \
14228OTOOL64 \
14229shrext_cmds \
14230export_dynamic_flag_spec \
14231whole_archive_flag_spec \
14232compiler_needs_object \
14233with_gnu_ld \
14234allow_undefined_flag \
14235no_undefined_flag \
14236hardcode_libdir_flag_spec \
14237hardcode_libdir_flag_spec_ld \
14238hardcode_libdir_separator \
14239fix_srcfile_path \
14240exclude_expsyms \
14241include_expsyms \
14242file_list_spec \
14243variables_saved_for_relink \
14244libname_spec \
14245library_names_spec \
14246soname_spec \
14247install_override_mode \
14248finish_eval \
14249old_striplib \
14250striplib; do
14251 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14252 *[\\\\\\\`\\"\\\$]*)
14253 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14254 ;;
14255 *)
14256 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14257 ;;
14258 esac
14259done
14260
14261# Double-quote double-evaled strings.
14262for var in reload_cmds \
14263old_postinstall_cmds \
14264old_postuninstall_cmds \
14265old_archive_cmds \
14266extract_expsyms_cmds \
14267old_archive_from_new_cmds \
14268old_archive_from_expsyms_cmds \
14269archive_cmds \
14270archive_expsym_cmds \
14271module_cmds \
14272module_expsym_cmds \
14273export_symbols_cmds \
14274prelink_cmds \
14275postinstall_cmds \
14276postuninstall_cmds \
14277finish_cmds \
14278sys_lib_search_path_spec \
14279sys_lib_dlsearch_path_spec; do
14280 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14281 *[\\\\\\\`\\"\\\$]*)
14282 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14283 ;;
14284 *)
14285 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14286 ;;
14287 esac
14288done
14289
14290ac_aux_dir='$ac_aux_dir'
14291xsi_shell='$xsi_shell'
14292lt_shell_append='$lt_shell_append'
14293
14294# See if we are running on zsh, and set the options which allow our
14295# commands through without removal of \ escapes INIT.
14296if test -n "\${ZSH_VERSION+set}" ; then
14297 setopt NO_GLOB_SUBST
14298fi
14299
14300
14301 PACKAGE='$PACKAGE'
14302 VERSION='$VERSION'
14303 TIMESTAMP='$TIMESTAMP'
14304 RM='$RM'
14305 ofile='$ofile'
14306
14307
14308
14309
1ec601bf
FXC
14310_ACEOF
14311
14312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14313
14314# Handling of arguments.
14315for ac_config_target in $ac_config_targets
14316do
14317 case $ac_config_target in
14318 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
ee5f0523 14319 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
1ec601bf
FXC
14320 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14321 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
1ec601bf
FXC
14322 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14323
22e05272 14324 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1ec601bf
FXC
14325 esac
14326done
14327
14328
14329# If the user did not use the arguments to specify the items to instantiate,
14330# then the envvar interface is used. Set only those that are not.
14331# We use the long form for the default assignment because of an extremely
14332# bizarre bug on SunOS 4.1.3.
14333if $ac_need_defaults; then
14334 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14335 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14336 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14337fi
14338
14339# Have a temporary directory for convenience. Make it in the build tree
14340# simply because there is no reason against having it here, and in addition,
14341# creating and moving files from /tmp can sometimes cause problems.
14342# Hook for its removal unless debugging.
14343# Note that there is a small window in which the directory will not be cleaned:
14344# after its creation but before its name has been assigned to `$tmp'.
14345$debug ||
14346{
22e05272 14347 tmp= ac_tmp=
1ec601bf 14348 trap 'exit_status=$?
22e05272
JM
14349 : "${ac_tmp:=$tmp}"
14350 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
1ec601bf
FXC
14351' 0
14352 trap 'as_fn_exit 1' 1 2 13 15
14353}
14354# Create a (secure) tmp directory for tmp files.
14355
14356{
14357 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22e05272 14358 test -d "$tmp"
1ec601bf
FXC
14359} ||
14360{
14361 tmp=./conf$$-$RANDOM
14362 (umask 077 && mkdir "$tmp")
22e05272
JM
14363} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14364ac_tmp=$tmp
1ec601bf
FXC
14365
14366# Set up the scripts for CONFIG_FILES section.
14367# No need to generate them if there are no CONFIG_FILES.
14368# This happens for instance with `./config.status config.h'.
14369if test -n "$CONFIG_FILES"; then
14370
14371
14372ac_cr=`echo X | tr X '\015'`
14373# On cygwin, bash can eat \r inside `` if the user requested igncr.
14374# But we know of no other shell where ac_cr would be empty at this
14375# point, so we can use a bashism as a fallback.
14376if test "x$ac_cr" = x; then
14377 eval ac_cr=\$\'\\r\'
14378fi
14379ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14380if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22e05272 14381 ac_cs_awk_cr='\\r'
1ec601bf
FXC
14382else
14383 ac_cs_awk_cr=$ac_cr
14384fi
14385
22e05272 14386echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
1ec601bf
FXC
14387_ACEOF
14388
14389
14390{
14391 echo "cat >conf$$subs.awk <<_ACEOF" &&
14392 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14393 echo "_ACEOF"
14394} >conf$$subs.sh ||
22e05272
JM
14395 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14396ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
1ec601bf
FXC
14397ac_delim='%!_!# '
14398for ac_last_try in false false false false false :; do
14399 . ./conf$$subs.sh ||
22e05272 14400 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1ec601bf
FXC
14401
14402 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14403 if test $ac_delim_n = $ac_delim_num; then
14404 break
14405 elif $ac_last_try; then
22e05272 14406 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1ec601bf
FXC
14407 else
14408 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14409 fi
14410done
14411rm -f conf$$subs.sh
14412
14413cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 14414cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
1ec601bf
FXC
14415_ACEOF
14416sed -n '
14417h
14418s/^/S["/; s/!.*/"]=/
14419p
14420g
14421s/^[^!]*!//
14422:repl
14423t repl
14424s/'"$ac_delim"'$//
14425t delim
14426:nl
14427h
22e05272 14428s/\(.\{148\}\)..*/\1/
1ec601bf
FXC
14429t more1
14430s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14431p
14432n
14433b repl
14434:more1
14435s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14436p
14437g
14438s/.\{148\}//
14439t nl
14440:delim
14441h
22e05272 14442s/\(.\{148\}\)..*/\1/
1ec601bf
FXC
14443t more2
14444s/["\\]/\\&/g; s/^/"/; s/$/"/
14445p
14446b
14447:more2
14448s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14449p
14450g
14451s/.\{148\}//
14452t delim
14453' <conf$$subs.awk | sed '
14454/^[^""]/{
14455 N
14456 s/\n//
14457}
14458' >>$CONFIG_STATUS || ac_write_fail=1
14459rm -f conf$$subs.awk
14460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14461_ACAWK
22e05272 14462cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
1ec601bf
FXC
14463 for (key in S) S_is_set[key] = 1
14464 FS = "\a"
14465
14466}
14467{
14468 line = $ 0
14469 nfields = split(line, field, "@")
14470 substed = 0
14471 len = length(field[1])
14472 for (i = 2; i < nfields; i++) {
14473 key = field[i]
14474 keylen = length(key)
14475 if (S_is_set[key]) {
14476 value = S[key]
14477 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14478 len += length(value) + length(field[++i])
14479 substed = 1
14480 } else
14481 len += 1 + keylen
14482 }
14483
14484 print line
14485}
14486
14487_ACAWK
14488_ACEOF
14489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14490if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14491 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14492else
14493 cat
22e05272
JM
14494fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14495 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1ec601bf
FXC
14496_ACEOF
14497
22e05272
JM
14498# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14499# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
1ec601bf
FXC
14500# trailing colons and then remove the whole line if VPATH becomes empty
14501# (actually we leave an empty line to preserve line numbers).
14502if test "x$srcdir" = x.; then
22e05272
JM
14503 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14504h
14505s///
14506s/^/:/
14507s/[ ]*$/:/
14508s/:\$(srcdir):/:/g
14509s/:\${srcdir}:/:/g
14510s/:@srcdir@:/:/g
14511s/^:*//
1ec601bf 14512s/:*$//
22e05272
JM
14513x
14514s/\(=[ ]*\).*/\1/
14515G
14516s/\n//
1ec601bf
FXC
14517s/^[^=]*=[ ]*$//
14518}'
14519fi
14520
14521cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14522fi # test -n "$CONFIG_FILES"
14523
14524# Set up the scripts for CONFIG_HEADERS section.
14525# No need to generate them if there are no CONFIG_HEADERS.
14526# This happens for instance with `./config.status Makefile'.
14527if test -n "$CONFIG_HEADERS"; then
22e05272 14528cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1ec601bf
FXC
14529BEGIN {
14530_ACEOF
14531
14532# Transform confdefs.h into an awk script `defines.awk', embedded as
14533# here-document in config.status, that substitutes the proper values into
14534# config.h.in to produce config.h.
14535
14536# Create a delimiter string that does not exist in confdefs.h, to ease
14537# handling of long lines.
14538ac_delim='%!_!# '
14539for ac_last_try in false false :; do
22e05272
JM
14540 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14541 if test -z "$ac_tt"; then
1ec601bf
FXC
14542 break
14543 elif $ac_last_try; then
22e05272 14544 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
1ec601bf
FXC
14545 else
14546 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14547 fi
14548done
14549
14550# For the awk script, D is an array of macro values keyed by name,
14551# likewise P contains macro parameters if any. Preserve backslash
14552# newline sequences.
14553
14554ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14555sed -n '
14556s/.\{148\}/&'"$ac_delim"'/g
14557t rset
14558:rset
14559s/^[ ]*#[ ]*define[ ][ ]*/ /
14560t def
14561d
14562:def
14563s/\\$//
14564t bsnl
14565s/["\\]/\\&/g
14566s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14567D["\1"]=" \3"/p
14568s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14569d
14570:bsnl
14571s/["\\]/\\&/g
14572s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14573D["\1"]=" \3\\\\\\n"\\/p
14574t cont
14575s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14576t cont
14577d
14578:cont
14579n
14580s/.\{148\}/&'"$ac_delim"'/g
14581t clear
14582:clear
14583s/\\$//
14584t bsnlc
14585s/["\\]/\\&/g; s/^/"/; s/$/"/p
14586d
14587:bsnlc
14588s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14589b cont
14590' <confdefs.h | sed '
14591s/'"$ac_delim"'/"\\\
14592"/g' >>$CONFIG_STATUS || ac_write_fail=1
14593
14594cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14595 for (key in D) D_is_set[key] = 1
14596 FS = "\a"
14597}
14598/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14599 line = \$ 0
14600 split(line, arg, " ")
14601 if (arg[1] == "#") {
14602 defundef = arg[2]
14603 mac1 = arg[3]
14604 } else {
14605 defundef = substr(arg[1], 2)
14606 mac1 = arg[2]
14607 }
14608 split(mac1, mac2, "(") #)
14609 macro = mac2[1]
14610 prefix = substr(line, 1, index(line, defundef) - 1)
14611 if (D_is_set[macro]) {
14612 # Preserve the white space surrounding the "#".
14613 print prefix "define", macro P[macro] D[macro]
14614 next
14615 } else {
14616 # Replace #undef with comments. This is necessary, for example,
14617 # in the case of _POSIX_SOURCE, which is predefined and required
14618 # on some systems where configure will not decide to define it.
14619 if (defundef == "undef") {
14620 print "/*", prefix defundef, macro, "*/"
14621 next
14622 }
14623 }
14624}
14625{ print }
14626_ACAWK
14627_ACEOF
14628cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22e05272 14629 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1ec601bf
FXC
14630fi # test -n "$CONFIG_HEADERS"
14631
14632
14633eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14634shift
14635for ac_tag
14636do
14637 case $ac_tag in
14638 :[FHLC]) ac_mode=$ac_tag; continue;;
14639 esac
14640 case $ac_mode$ac_tag in
14641 :[FHL]*:*);;
22e05272 14642 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1ec601bf
FXC
14643 :[FH]-) ac_tag=-:-;;
14644 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14645 esac
14646 ac_save_IFS=$IFS
14647 IFS=:
14648 set x $ac_tag
14649 IFS=$ac_save_IFS
14650 shift
14651 ac_file=$1
14652 shift
14653
14654 case $ac_mode in
14655 :L) ac_source=$1;;
14656 :[FH])
14657 ac_file_inputs=
14658 for ac_f
14659 do
14660 case $ac_f in
22e05272 14661 -) ac_f="$ac_tmp/stdin";;
1ec601bf
FXC
14662 *) # Look for the file first in the build tree, then in the source tree
14663 # (if the path is not absolute). The absolute path cannot be DOS-style,
14664 # because $ac_f cannot contain `:'.
14665 test -f "$ac_f" ||
14666 case $ac_f in
14667 [\\/$]*) false;;
14668 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14669 esac ||
22e05272 14670 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1ec601bf
FXC
14671 esac
14672 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14673 as_fn_append ac_file_inputs " '$ac_f'"
14674 done
14675
14676 # Let's still pretend it is `configure' which instantiates (i.e., don't
14677 # use $as_me), people would be surprised to read:
14678 # /* config.h. Generated by config.status. */
14679 configure_input='Generated from '`
14680 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14681 `' by configure.'
14682 if test x"$ac_file" != x-; then
14683 configure_input="$ac_file. $configure_input"
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14685$as_echo "$as_me: creating $ac_file" >&6;}
14686 fi
14687 # Neutralize special characters interpreted by sed in replacement strings.
14688 case $configure_input in #(
14689 *\&* | *\|* | *\\* )
14690 ac_sed_conf_input=`$as_echo "$configure_input" |
14691 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14692 *) ac_sed_conf_input=$configure_input;;
14693 esac
14694
14695 case $ac_tag in
22e05272
JM
14696 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14697 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1ec601bf
FXC
14698 esac
14699 ;;
14700 esac
14701
14702 ac_dir=`$as_dirname -- "$ac_file" ||
14703$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14704 X"$ac_file" : 'X\(//\)[^/]' \| \
14705 X"$ac_file" : 'X\(//\)$' \| \
14706 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14707$as_echo X"$ac_file" |
14708 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14709 s//\1/
14710 q
14711 }
14712 /^X\(\/\/\)[^/].*/{
14713 s//\1/
14714 q
14715 }
14716 /^X\(\/\/\)$/{
14717 s//\1/
14718 q
14719 }
14720 /^X\(\/\).*/{
14721 s//\1/
14722 q
14723 }
14724 s/.*/./; q'`
14725 as_dir="$ac_dir"; as_fn_mkdir_p
14726 ac_builddir=.
14727
14728case "$ac_dir" in
14729.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14730*)
14731 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14732 # A ".." for each directory in $ac_dir_suffix.
14733 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14734 case $ac_top_builddir_sub in
14735 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14736 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14737 esac ;;
14738esac
14739ac_abs_top_builddir=$ac_pwd
14740ac_abs_builddir=$ac_pwd$ac_dir_suffix
14741# for backward compatibility:
14742ac_top_builddir=$ac_top_build_prefix
14743
14744case $srcdir in
14745 .) # We are building in place.
14746 ac_srcdir=.
14747 ac_top_srcdir=$ac_top_builddir_sub
14748 ac_abs_top_srcdir=$ac_pwd ;;
14749 [\\/]* | ?:[\\/]* ) # Absolute name.
14750 ac_srcdir=$srcdir$ac_dir_suffix;
14751 ac_top_srcdir=$srcdir
14752 ac_abs_top_srcdir=$srcdir ;;
14753 *) # Relative name.
14754 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14755 ac_top_srcdir=$ac_top_build_prefix$srcdir
14756 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14757esac
14758ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14759
14760
14761 case $ac_mode in
14762 :F)
14763 #
14764 # CONFIG_FILE
14765 #
14766
14767 case $INSTALL in
14768 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14769 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14770 esac
14771 ac_MKDIR_P=$MKDIR_P
14772 case $MKDIR_P in
14773 [\\/$]* | ?:[\\/]* ) ;;
14774 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14775 esac
14776_ACEOF
14777
14778cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14779# If the template does not know about datarootdir, expand it.
14780# FIXME: This hack should be removed a few years after 2.60.
14781ac_datarootdir_hack=; ac_datarootdir_seen=
14782ac_sed_dataroot='
14783/datarootdir/ {
14784 p
14785 q
14786}
14787/@datadir@/p
14788/@docdir@/p
14789/@infodir@/p
14790/@localedir@/p
14791/@mandir@/p'
14792case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14793*datarootdir*) ac_datarootdir_seen=yes;;
14794*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14796$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14797_ACEOF
14798cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14799 ac_datarootdir_hack='
14800 s&@datadir@&$datadir&g
14801 s&@docdir@&$docdir&g
14802 s&@infodir@&$infodir&g
14803 s&@localedir@&$localedir&g
14804 s&@mandir@&$mandir&g
14805 s&\\\${datarootdir}&$datarootdir&g' ;;
14806esac
14807_ACEOF
14808
14809# Neutralize VPATH when `$srcdir' = `.'.
14810# Shell code in configure.ac might set extrasub.
14811# FIXME: do we really want to maintain this feature?
14812cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14813ac_sed_extra="$ac_vpsub
14814$extrasub
14815_ACEOF
14816cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14817:t
14818/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14819s|@configure_input@|$ac_sed_conf_input|;t t
14820s&@top_builddir@&$ac_top_builddir_sub&;t t
14821s&@top_build_prefix@&$ac_top_build_prefix&;t t
14822s&@srcdir@&$ac_srcdir&;t t
14823s&@abs_srcdir@&$ac_abs_srcdir&;t t
14824s&@top_srcdir@&$ac_top_srcdir&;t t
14825s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14826s&@builddir@&$ac_builddir&;t t
14827s&@abs_builddir@&$ac_abs_builddir&;t t
14828s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14829s&@INSTALL@&$ac_INSTALL&;t t
14830s&@MKDIR_P@&$ac_MKDIR_P&;t t
14831$ac_datarootdir_hack
14832"
22e05272
JM
14833eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14834 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1ec601bf
FXC
14835
14836test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22e05272
JM
14837 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14838 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14839 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1ec601bf 14840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 14841which seems to be undefined. Please make sure it is defined" >&5
1ec601bf 14842$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 14843which seems to be undefined. Please make sure it is defined" >&2;}
1ec601bf 14844
22e05272 14845 rm -f "$ac_tmp/stdin"
1ec601bf 14846 case $ac_file in
22e05272
JM
14847 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14848 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1ec601bf 14849 esac \
22e05272 14850 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1ec601bf
FXC
14851 ;;
14852 :H)
14853 #
14854 # CONFIG_HEADER
14855 #
14856 if test x"$ac_file" != x-; then
14857 {
14858 $as_echo "/* $configure_input */" \
22e05272
JM
14859 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14860 } >"$ac_tmp/config.h" \
14861 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14862 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1ec601bf
FXC
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14864$as_echo "$as_me: $ac_file is unchanged" >&6;}
14865 else
14866 rm -f "$ac_file"
22e05272
JM
14867 mv "$ac_tmp/config.h" "$ac_file" \
14868 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1ec601bf
FXC
14869 fi
14870 else
14871 $as_echo "/* $configure_input */" \
22e05272
JM
14872 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14873 || as_fn_error $? "could not create -" "$LINENO" 5
1ec601bf
FXC
14874 fi
14875# Compute "$ac_file"'s index in $config_headers.
14876_am_arg="$ac_file"
14877_am_stamp_count=1
14878for _am_header in $config_headers :; do
14879 case $_am_header in
14880 $_am_arg | $_am_arg:* )
14881 break ;;
14882 * )
14883 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14884 esac
14885done
14886echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14887$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14888 X"$_am_arg" : 'X\(//\)[^/]' \| \
14889 X"$_am_arg" : 'X\(//\)$' \| \
14890 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14891$as_echo X"$_am_arg" |
14892 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14893 s//\1/
14894 q
14895 }
14896 /^X\(\/\/\)[^/].*/{
14897 s//\1/
14898 q
14899 }
14900 /^X\(\/\/\)$/{
14901 s//\1/
14902 q
14903 }
14904 /^X\(\/\).*/{
14905 s//\1/
14906 q
14907 }
14908 s/.*/./; q'`/stamp-h$_am_stamp_count
14909 ;;
14910
14911 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14912$as_echo "$as_me: executing $ac_file commands" >&6;}
14913 ;;
14914 esac
14915
14916
14917 case $ac_file$ac_mode in
ee5f0523
MK
14918 "default-1":C)
14919# Only add multilib support code if we just rebuilt the top-level
14920# Makefile.
14921case " $CONFIG_FILES " in
14922 *" Makefile "*)
14923 ac_file=Makefile . ${multi_basedir}/config-ml.in
14924 ;;
14925esac ;;
1ec601bf 14926 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
22e05272 14927 # Older Autoconf quotes --file arguments for eval, but not when files
1ec601bf
FXC
14928 # are listed without --file. Let's play safe and only enable the eval
14929 # if we detect the quoting.
14930 case $CONFIG_FILES in
14931 *\'*) eval set x "$CONFIG_FILES" ;;
14932 *) set x $CONFIG_FILES ;;
14933 esac
14934 shift
14935 for mf
14936 do
14937 # Strip MF so we end up with the name of the file.
14938 mf=`echo "$mf" | sed -e 's/:.*$//'`
14939 # Check whether this is an Automake generated Makefile or not.
22e05272 14940 # We used to match only the files named 'Makefile.in', but
1ec601bf
FXC
14941 # some people rename them; so instead we look at the file content.
14942 # Grep'ing the first line is not enough: some people post-process
14943 # each Makefile.in and add a new line on top of each file to say so.
14944 # Grep'ing the whole file is not good either: AIX grep has a line
14945 # limit of 2048, but all sed's we know have understand at least 4000.
14946 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14947 dirpart=`$as_dirname -- "$mf" ||
14948$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14949 X"$mf" : 'X\(//\)[^/]' \| \
14950 X"$mf" : 'X\(//\)$' \| \
14951 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14952$as_echo X"$mf" |
14953 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14954 s//\1/
14955 q
14956 }
14957 /^X\(\/\/\)[^/].*/{
14958 s//\1/
14959 q
14960 }
14961 /^X\(\/\/\)$/{
14962 s//\1/
14963 q
14964 }
14965 /^X\(\/\).*/{
14966 s//\1/
14967 q
14968 }
14969 s/.*/./; q'`
14970 else
14971 continue
14972 fi
14973 # Extract the definition of DEPDIR, am__include, and am__quote
22e05272 14974 # from the Makefile without running 'make'.
1ec601bf
FXC
14975 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14976 test -z "$DEPDIR" && continue
14977 am__include=`sed -n 's/^am__include = //p' < "$mf"`
22e05272 14978 test -z "$am__include" && continue
1ec601bf 14979 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1ec601bf
FXC
14980 # Find all dependency output files, they are included files with
14981 # $(DEPDIR) in their names. We invoke sed twice because it is the
14982 # simplest approach to changing $(DEPDIR) to its actual value in the
14983 # expansion.
14984 for file in `sed -n "
14985 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
22e05272 14986 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1ec601bf
FXC
14987 # Make sure the directory exists.
14988 test -f "$dirpart/$file" && continue
14989 fdir=`$as_dirname -- "$file" ||
14990$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14991 X"$file" : 'X\(//\)[^/]' \| \
14992 X"$file" : 'X\(//\)$' \| \
14993 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14994$as_echo X"$file" |
14995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14996 s//\1/
14997 q
14998 }
14999 /^X\(\/\/\)[^/].*/{
15000 s//\1/
15001 q
15002 }
15003 /^X\(\/\/\)$/{
15004 s//\1/
15005 q
15006 }
15007 /^X\(\/\).*/{
15008 s//\1/
15009 q
15010 }
15011 s/.*/./; q'`
15012 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15013 # echo "creating $dirpart/$file"
15014 echo '# dummy' > "$dirpart/$file"
15015 done
15016 done
15017}
15018 ;;
15019 "libtool":C)
15020
15021 # See if we are running on zsh, and set the options which allow our
15022 # commands through without removal of \ escapes.
15023 if test -n "${ZSH_VERSION+set}" ; then
15024 setopt NO_GLOB_SUBST
15025 fi
15026
15027 cfgfile="${ofile}T"
15028 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15029 $RM "$cfgfile"
15030
15031 cat <<_LT_EOF >> "$cfgfile"
15032#! $SHELL
15033
15034# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15035# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15036# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15037# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15038#
15039# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15040# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15041# Written by Gordon Matzigkeit, 1996
15042#
15043# This file is part of GNU Libtool.
15044#
15045# GNU Libtool is free software; you can redistribute it and/or
15046# modify it under the terms of the GNU General Public License as
15047# published by the Free Software Foundation; either version 2 of
15048# the License, or (at your option) any later version.
15049#
15050# As a special exception to the GNU General Public License,
15051# if you distribute this file as part of a program or library that
15052# is built using GNU Libtool, you may include this file under the
15053# same distribution terms that you use for the rest of that program.
15054#
15055# GNU Libtool is distributed in the hope that it will be useful,
15056# but WITHOUT ANY WARRANTY; without even the implied warranty of
15057# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15058# GNU General Public License for more details.
15059#
15060# You should have received a copy of the GNU General Public License
15061# along with GNU Libtool; see the file COPYING. If not, a copy
15062# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15063# obtained by writing to the Free Software Foundation, Inc.,
15064# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15065
15066
15067# The names of the tagged configurations supported by this script.
15068available_tags=""
15069
15070# ### BEGIN LIBTOOL CONFIG
15071
15072# Which release of libtool.m4 was used?
15073macro_version=$macro_version
15074macro_revision=$macro_revision
15075
15076# Whether or not to build shared libraries.
15077build_libtool_libs=$enable_shared
15078
15079# Whether or not to build static libraries.
15080build_old_libs=$enable_static
15081
15082# What type of objects to build.
15083pic_mode=$pic_mode
15084
15085# Whether or not to optimize for fast installation.
15086fast_install=$enable_fast_install
15087
15088# Shell to use when invoking shell scripts.
15089SHELL=$lt_SHELL
15090
15091# An echo program that protects backslashes.
15092ECHO=$lt_ECHO
15093
15094# The host system.
15095host_alias=$host_alias
15096host=$host
15097host_os=$host_os
15098
15099# The build system.
15100build_alias=$build_alias
15101build=$build
15102build_os=$build_os
15103
15104# A sed program that does not truncate output.
15105SED=$lt_SED
15106
15107# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15108Xsed="\$SED -e 1s/^X//"
15109
15110# A grep program that handles long lines.
15111GREP=$lt_GREP
15112
15113# An ERE matcher.
15114EGREP=$lt_EGREP
15115
15116# A literal string matcher.
15117FGREP=$lt_FGREP
15118
15119# A BSD- or MS-compatible name lister.
15120NM=$lt_NM
15121
15122# Whether we need soft or hard links.
15123LN_S=$lt_LN_S
15124
15125# What is the maximum length of a command?
15126max_cmd_len=$max_cmd_len
15127
15128# Object file suffix (normally "o").
15129objext=$ac_objext
15130
15131# Executable file suffix (normally "").
15132exeext=$exeext
15133
15134# whether the shell understands "unset".
15135lt_unset=$lt_unset
15136
15137# turn spaces into newlines.
15138SP2NL=$lt_lt_SP2NL
15139
15140# turn newlines into spaces.
15141NL2SP=$lt_lt_NL2SP
15142
15143# An object symbol dumper.
15144OBJDUMP=$lt_OBJDUMP
15145
15146# Method to check whether dependent libraries are shared objects.
15147deplibs_check_method=$lt_deplibs_check_method
15148
15149# Command to use when deplibs_check_method == "file_magic".
15150file_magic_cmd=$lt_file_magic_cmd
15151
15152# The archiver.
15153AR=$lt_AR
15154AR_FLAGS=$lt_AR_FLAGS
15155
15156# A symbol stripping program.
15157STRIP=$lt_STRIP
15158
15159# Commands used to install an old-style archive.
15160RANLIB=$lt_RANLIB
15161old_postinstall_cmds=$lt_old_postinstall_cmds
15162old_postuninstall_cmds=$lt_old_postuninstall_cmds
15163
15164# Whether to use a lock for old archive extraction.
15165lock_old_archive_extraction=$lock_old_archive_extraction
15166
15167# A C compiler.
15168LTCC=$lt_CC
15169
15170# LTCC compiler flags.
15171LTCFLAGS=$lt_CFLAGS
15172
15173# Take the output of nm and produce a listing of raw symbols and C names.
15174global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15175
15176# Transform the output of nm in a proper C declaration.
15177global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15178
15179# Transform the output of nm in a C name address pair.
15180global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15181
15182# Transform the output of nm in a C name address pair when lib prefix is needed.
15183global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15184
15185# The name of the directory that contains temporary libtool files.
15186objdir=$objdir
15187
15188# Used to examine libraries when file_magic_cmd begins with "file".
15189MAGIC_CMD=$MAGIC_CMD
15190
15191# Must we lock files when doing compilation?
15192need_locks=$lt_need_locks
15193
15194# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15195DSYMUTIL=$lt_DSYMUTIL
15196
15197# Tool to change global to local symbols on Mac OS X.
15198NMEDIT=$lt_NMEDIT
15199
15200# Tool to manipulate fat objects and archives on Mac OS X.
15201LIPO=$lt_LIPO
15202
15203# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15204OTOOL=$lt_OTOOL
15205
15206# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15207OTOOL64=$lt_OTOOL64
15208
15209# Old archive suffix (normally "a").
15210libext=$libext
15211
15212# Shared library suffix (normally ".so").
15213shrext_cmds=$lt_shrext_cmds
15214
15215# The commands to extract the exported symbol list from a shared archive.
15216extract_expsyms_cmds=$lt_extract_expsyms_cmds
15217
15218# Variables whose values should be saved in libtool wrapper scripts and
15219# restored at link time.
15220variables_saved_for_relink=$lt_variables_saved_for_relink
15221
15222# Do we need the "lib" prefix for modules?
15223need_lib_prefix=$need_lib_prefix
15224
15225# Do we need a version for libraries?
15226need_version=$need_version
15227
15228# Library versioning type.
15229version_type=$version_type
15230
15231# Shared library runtime path variable.
15232runpath_var=$runpath_var
15233
15234# Shared library path variable.
15235shlibpath_var=$shlibpath_var
15236
15237# Is shlibpath searched before the hard-coded library search path?
15238shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15239
15240# Format of library name prefix.
15241libname_spec=$lt_libname_spec
15242
15243# List of archive names. First name is the real one, the rest are links.
15244# The last name is the one that the linker finds with -lNAME
15245library_names_spec=$lt_library_names_spec
15246
15247# The coded name of the library, if different from the real name.
15248soname_spec=$lt_soname_spec
15249
15250# Permission mode override for installation of shared libraries.
15251install_override_mode=$lt_install_override_mode
15252
15253# Command to use after installation of a shared archive.
15254postinstall_cmds=$lt_postinstall_cmds
15255
15256# Command to use after uninstallation of a shared archive.
15257postuninstall_cmds=$lt_postuninstall_cmds
15258
15259# Commands used to finish a libtool library installation in a directory.
15260finish_cmds=$lt_finish_cmds
15261
15262# As "finish_cmds", except a single script fragment to be evaled but
15263# not shown.
15264finish_eval=$lt_finish_eval
15265
15266# Whether we should hardcode library paths into libraries.
15267hardcode_into_libs=$hardcode_into_libs
15268
15269# Compile-time system search path for libraries.
15270sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15271
15272# Run-time system search path for libraries.
15273sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15274
15275# Whether dlopen is supported.
15276dlopen_support=$enable_dlopen
15277
15278# Whether dlopen of programs is supported.
15279dlopen_self=$enable_dlopen_self
15280
15281# Whether dlopen of statically linked programs is supported.
15282dlopen_self_static=$enable_dlopen_self_static
15283
15284# Commands to strip libraries.
15285old_striplib=$lt_old_striplib
15286striplib=$lt_striplib
15287
15288
15289# The linker used to build libraries.
15290LD=$lt_LD
15291
15292# How to create reloadable object files.
15293reload_flag=$lt_reload_flag
15294reload_cmds=$lt_reload_cmds
15295
15296# Commands used to build an old-style archive.
15297old_archive_cmds=$lt_old_archive_cmds
15298
15299# A language specific compiler.
15300CC=$lt_compiler
15301
15302# Is the compiler the GNU compiler?
15303with_gcc=$GCC
15304
15305# Compiler flag to turn off builtin functions.
15306no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15307
15308# How to pass a linker flag through the compiler.
15309wl=$lt_lt_prog_compiler_wl
15310
15311# Additional compiler flags for building library objects.
15312pic_flag=$lt_lt_prog_compiler_pic
15313
15314# Compiler flag to prevent dynamic linking.
15315link_static_flag=$lt_lt_prog_compiler_static
15316
15317# Does compiler simultaneously support -c and -o options?
15318compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15319
15320# Whether or not to add -lc for building shared libraries.
15321build_libtool_need_lc=$archive_cmds_need_lc
15322
15323# Whether or not to disallow shared libs when runtime libs are static.
15324allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15325
15326# Compiler flag to allow reflexive dlopens.
15327export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15328
15329# Compiler flag to generate shared objects directly from archives.
15330whole_archive_flag_spec=$lt_whole_archive_flag_spec
15331
15332# Whether the compiler copes with passing no objects directly.
15333compiler_needs_object=$lt_compiler_needs_object
15334
15335# Create an old-style archive from a shared archive.
15336old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15337
15338# Create a temporary old-style archive to link instead of a shared archive.
15339old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15340
15341# Commands used to build a shared archive.
15342archive_cmds=$lt_archive_cmds
15343archive_expsym_cmds=$lt_archive_expsym_cmds
15344
15345# Commands used to build a loadable module if different from building
15346# a shared archive.
15347module_cmds=$lt_module_cmds
15348module_expsym_cmds=$lt_module_expsym_cmds
15349
15350# Whether we are building with GNU ld or not.
15351with_gnu_ld=$lt_with_gnu_ld
15352
15353# Flag that allows shared libraries with undefined symbols to be built.
15354allow_undefined_flag=$lt_allow_undefined_flag
15355
15356# Flag that enforces no undefined symbols.
15357no_undefined_flag=$lt_no_undefined_flag
15358
15359# Flag to hardcode \$libdir into a binary during linking.
15360# This must work even if \$libdir does not exist
15361hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15362
15363# If ld is used when linking, flag to hardcode \$libdir into a binary
15364# during linking. This must work even if \$libdir does not exist.
15365hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15366
15367# Whether we need a single "-rpath" flag with a separated argument.
15368hardcode_libdir_separator=$lt_hardcode_libdir_separator
15369
15370# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15371# DIR into the resulting binary.
15372hardcode_direct=$hardcode_direct
15373
15374# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15375# DIR into the resulting binary and the resulting library dependency is
15376# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15377# library is relocated.
15378hardcode_direct_absolute=$hardcode_direct_absolute
15379
15380# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15381# into the resulting binary.
15382hardcode_minus_L=$hardcode_minus_L
15383
15384# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15385# into the resulting binary.
15386hardcode_shlibpath_var=$hardcode_shlibpath_var
15387
15388# Set to "yes" if building a shared library automatically hardcodes DIR
15389# into the library and all subsequent libraries and executables linked
15390# against it.
15391hardcode_automatic=$hardcode_automatic
15392
15393# Set to yes if linker adds runtime paths of dependent libraries
15394# to runtime path list.
15395inherit_rpath=$inherit_rpath
15396
15397# Whether libtool must link a program against all its dependency libraries.
15398link_all_deplibs=$link_all_deplibs
15399
15400# Fix the shell variable \$srcfile for the compiler.
15401fix_srcfile_path=$lt_fix_srcfile_path
15402
15403# Set to "yes" if exported symbols are required.
15404always_export_symbols=$always_export_symbols
15405
15406# The commands to list exported symbols.
15407export_symbols_cmds=$lt_export_symbols_cmds
15408
15409# Symbols that should not be listed in the preloaded symbols.
15410exclude_expsyms=$lt_exclude_expsyms
15411
15412# Symbols that must always be exported.
15413include_expsyms=$lt_include_expsyms
15414
15415# Commands necessary for linking programs (against libraries) with templates.
15416prelink_cmds=$lt_prelink_cmds
15417
15418# Specify filename containing input files.
15419file_list_spec=$lt_file_list_spec
15420
15421# How to hardcode a shared library path into an executable.
15422hardcode_action=$hardcode_action
15423
15424# ### END LIBTOOL CONFIG
15425
15426_LT_EOF
15427
15428 case $host_os in
15429 aix3*)
15430 cat <<\_LT_EOF >> "$cfgfile"
15431# AIX sometimes has problems with the GCC collect2 program. For some
15432# reason, if we set the COLLECT_NAMES environment variable, the problems
15433# vanish in a puff of smoke.
15434if test "X${COLLECT_NAMES+set}" != Xset; then
15435 COLLECT_NAMES=
15436 export COLLECT_NAMES
15437fi
15438_LT_EOF
15439 ;;
15440 esac
15441
15442
15443ltmain="$ac_aux_dir/ltmain.sh"
15444
15445
15446 # We use sed instead of cat because bash on DJGPP gets confused if
15447 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15448 # text mode, it properly converts lines to CR/LF. This bash problem
15449 # is reportedly fixed, but why not run on old versions too?
15450 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15451 || (rm -f "$cfgfile"; exit 1)
15452
15453 case $xsi_shell in
15454 yes)
15455 cat << \_LT_EOF >> "$cfgfile"
15456
15457# func_dirname file append nondir_replacement
15458# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15459# otherwise set result to NONDIR_REPLACEMENT.
15460func_dirname ()
15461{
15462 case ${1} in
15463 */*) func_dirname_result="${1%/*}${2}" ;;
15464 * ) func_dirname_result="${3}" ;;
15465 esac
15466}
15467
15468# func_basename file
15469func_basename ()
15470{
15471 func_basename_result="${1##*/}"
15472}
15473
15474# func_dirname_and_basename file append nondir_replacement
15475# perform func_basename and func_dirname in a single function
15476# call:
15477# dirname: Compute the dirname of FILE. If nonempty,
15478# add APPEND to the result, otherwise set result
15479# to NONDIR_REPLACEMENT.
15480# value returned in "$func_dirname_result"
15481# basename: Compute filename of FILE.
15482# value retuned in "$func_basename_result"
15483# Implementation must be kept synchronized with func_dirname
15484# and func_basename. For efficiency, we do not delegate to
15485# those functions but instead duplicate the functionality here.
15486func_dirname_and_basename ()
15487{
15488 case ${1} in
15489 */*) func_dirname_result="${1%/*}${2}" ;;
15490 * ) func_dirname_result="${3}" ;;
15491 esac
15492 func_basename_result="${1##*/}"
15493}
15494
15495# func_stripname prefix suffix name
15496# strip PREFIX and SUFFIX off of NAME.
15497# PREFIX and SUFFIX must not contain globbing or regex special
15498# characters, hashes, percent signs, but SUFFIX may contain a leading
15499# dot (in which case that matches only a dot).
15500func_stripname ()
15501{
15502 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15503 # positional parameters, so assign one to ordinary parameter first.
15504 func_stripname_result=${3}
15505 func_stripname_result=${func_stripname_result#"${1}"}
15506 func_stripname_result=${func_stripname_result%"${2}"}
15507}
15508
15509# func_opt_split
15510func_opt_split ()
15511{
15512 func_opt_split_opt=${1%%=*}
15513 func_opt_split_arg=${1#*=}
15514}
15515
15516# func_lo2o object
15517func_lo2o ()
15518{
15519 case ${1} in
15520 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15521 *) func_lo2o_result=${1} ;;
15522 esac
15523}
15524
15525# func_xform libobj-or-source
15526func_xform ()
15527{
15528 func_xform_result=${1%.*}.lo
15529}
15530
15531# func_arith arithmetic-term...
15532func_arith ()
15533{
15534 func_arith_result=$(( $* ))
15535}
15536
15537# func_len string
15538# STRING may not start with a hyphen.
15539func_len ()
15540{
15541 func_len_result=${#1}
15542}
15543
15544_LT_EOF
15545 ;;
15546 *) # Bourne compatible functions.
15547 cat << \_LT_EOF >> "$cfgfile"
15548
15549# func_dirname file append nondir_replacement
15550# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15551# otherwise set result to NONDIR_REPLACEMENT.
15552func_dirname ()
15553{
15554 # Extract subdirectory from the argument.
15555 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15556 if test "X$func_dirname_result" = "X${1}"; then
15557 func_dirname_result="${3}"
15558 else
15559 func_dirname_result="$func_dirname_result${2}"
15560 fi
15561}
15562
15563# func_basename file
15564func_basename ()
15565{
15566 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15567}
15568
15569
15570# func_stripname prefix suffix name
15571# strip PREFIX and SUFFIX off of NAME.
15572# PREFIX and SUFFIX must not contain globbing or regex special
15573# characters, hashes, percent signs, but SUFFIX may contain a leading
15574# dot (in which case that matches only a dot).
15575# func_strip_suffix prefix name
15576func_stripname ()
15577{
15578 case ${2} in
15579 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15580 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15581 esac
15582}
15583
15584# sed scripts:
15585my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15586my_sed_long_arg='1s/^-[^=]*=//'
15587
15588# func_opt_split
15589func_opt_split ()
15590{
15591 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15592 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15593}
15594
15595# func_lo2o object
15596func_lo2o ()
15597{
15598 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15599}
15600
15601# func_xform libobj-or-source
15602func_xform ()
15603{
15604 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15605}
15606
15607# func_arith arithmetic-term...
15608func_arith ()
15609{
15610 func_arith_result=`expr "$@"`
15611}
15612
15613# func_len string
15614# STRING may not start with a hyphen.
15615func_len ()
15616{
15617 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15618}
15619
15620_LT_EOF
15621esac
15622
15623case $lt_shell_append in
15624 yes)
15625 cat << \_LT_EOF >> "$cfgfile"
15626
15627# func_append var value
15628# Append VALUE to the end of shell variable VAR.
15629func_append ()
15630{
15631 eval "$1+=\$2"
15632}
15633_LT_EOF
15634 ;;
15635 *)
15636 cat << \_LT_EOF >> "$cfgfile"
15637
15638# func_append var value
15639# Append VALUE to the end of shell variable VAR.
15640func_append ()
15641{
15642 eval "$1=\$$1\$2"
15643}
15644
15645_LT_EOF
15646 ;;
15647 esac
15648
15649
15650 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15651 || (rm -f "$cfgfile"; exit 1)
15652
15653 mv -f "$cfgfile" "$ofile" ||
15654 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15655 chmod +x "$ofile"
15656
15657 ;;
1ec601bf
FXC
15658
15659 esac
15660done # for ac_tag
15661
15662
15663as_fn_exit 0
15664_ACEOF
15665ac_clean_files=$ac_clean_files_save
15666
15667test $ac_write_fail = 0 ||
22e05272 15668 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
1ec601bf
FXC
15669
15670
15671# configure is writing to config.log, and then calls config.status.
15672# config.status does its own redirection, appending to config.log.
15673# Unfortunately, on DOS this fails, as config.log is still kept open
15674# by configure, so config.status won't be able to write to it; its
15675# output is simply discarded. So we exec the FD to /dev/null,
15676# effectively closing config.log, so it can be properly (re)opened and
15677# appended to by config.status. When coming back to configure, we
15678# need to make the FD available again.
15679if test "$no_create" != yes; then
15680 ac_cs_success=:
15681 ac_config_status_args=
15682 test "$silent" = yes &&
15683 ac_config_status_args="$ac_config_status_args --quiet"
15684 exec 5>/dev/null
15685 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15686 exec 5>>config.log
15687 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15688 # would make configure fail if this is the last instruction.
22e05272 15689 $ac_cs_success || as_fn_exit 1
1ec601bf
FXC
15690fi
15691if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15693$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15694fi
15695