]> gcc.gnu.org Git - gcc.git/blame - libssp/configure
c++: wrong error due to std::initializer_list opt [PR116476]
[gcc.git] / libssp / configure
CommitLineData
77008252
JJ
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
22e05272
JM
3# Generated by GNU Autoconf 2.69 for libssp 1.0.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
5213506e 7#
77008252 8#
77008252
JJ
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
77008252 14
5213506e
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
77008252
JJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
77008252
JJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
77008252 31fi
77008252 32
5213506e
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
77008252
JJ
79fi
80
81
5213506e
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
22e05272 90as_myself=
5213506e
RW
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
77008252
JJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
5213506e
RW
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;}
5213506e
RW
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"
5213506e
RW
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
43e02a8a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
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\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
5213506e
RW
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
77008252 219do
5213506e
RW
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
5213506e
RW
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."
77008252 274 else
5213506e
RW
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."
77008252 279 fi
5213506e
RW
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"
5213506e
RW
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
5213506e
RW
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
77008252 409
5213506e 410
22e05272
JM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
5213506e
RW
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.
5213506e
RW
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
5213506e 422 fi
22e05272 423 $as_echo "$as_me: error: $2" >&2
5213506e
RW
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
77008252
JJ
429 as_expr=expr
430else
431 as_expr=false
432fi
433
5213506e 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
77008252
JJ
435 as_basename=basename
436else
437 as_basename=false
438fi
439
5213506e
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
77008252 445
5213506e 446as_me=`$as_basename -- "$0" ||
77008252
JJ
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
5213506e
RW
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'`
77008252 464
77008252
JJ
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
77008252 472
5213506e
RW
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 |
77008252 482 sed '
5213506e
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
77008252 487 N
5213506e
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
77008252 490 t loop
5213506e 491 s/-\n.*//
77008252 492 ' >$as_me.lineno &&
5213506e
RW
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; }
77008252 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
77008252
JJ
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
5213506e
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
77008252
JJ
504 # Exit status is that of the last command.
505 exit
506}
507
5213506e
RW
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';;
77008252
JJ
519esac
520
5213506e
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
77008252 524else
5213506e
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
77008252 527fi
5213506e
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
77008252 530 as_ln_s='ln -s'
5213506e
RW
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'.
5213506e 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 536 as_ln_s='cp -pR'
5213506e
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
22e05272 540 as_ln_s='cp -pR'
77008252 541 fi
77008252 542else
22e05272 543 as_ln_s='cp -pR'
77008252 544fi
5213506e
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
77008252
JJ
547
548if mkdir -p . 2>/dev/null; then
5213506e 549 as_mkdir_p='mkdir -p "$as_dir"'
77008252
JJ
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
77008252
JJ
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
1cf3d07d
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
1cf3d07d 566
22e05272
JM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
5213506e 569
77008252 570# Name of the host.
22e05272 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
77008252
JJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
77008252
JJ
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
5213506e 579ac_clean_files=
77008252 580ac_config_libobj_dir=.
5213506e 581LIBOBJS=
77008252
JJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
77008252
JJ
586
587# Identity of this package.
588PACKAGE_NAME='libssp'
589PACKAGE_TARNAME='libssp'
590PACKAGE_VERSION='1.0'
591PACKAGE_STRING='libssp 1.0'
592PACKAGE_BUGREPORT=''
5213506e 593PACKAGE_URL=''
77008252
JJ
594
595ac_unique_file="ssp.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
5213506e 599#ifdef HAVE_SYS_TYPES_H
77008252
JJ
600# include <sys/types.h>
601#endif
5213506e 602#ifdef HAVE_SYS_STAT_H
77008252
JJ
603# include <sys/stat.h>
604#endif
5213506e 605#ifdef STDC_HEADERS
77008252
JJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
5213506e 609# ifdef HAVE_STDLIB_H
77008252
JJ
610# include <stdlib.h>
611# endif
612#endif
5213506e
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
77008252
JJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
5213506e 619#ifdef HAVE_STRINGS_H
77008252
JJ
620# include <strings.h>
621#endif
5213506e 622#ifdef HAVE_INTTYPES_H
77008252 623# include <inttypes.h>
77008252 624#endif
5213506e
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
77008252
JJ
629# include <unistd.h>
630#endif"
631
5213506e
RW
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
3c36aa6b 636get_gcc_base_ver
5213506e
RW
637toolexeclibdir
638toolexecdir
6a6d3817
IS
639ENABLE_DARWIN_AT_RPATH_FALSE
640ENABLE_DARWIN_AT_RPATH_TRUE
5213506e
RW
641enable_static
642enable_shared
7de6ba7a 643lt_host_flags
5213506e
RW
644OTOOL64
645OTOOL
646LIPO
647NMEDIT
648DSYMUTIL
5213506e
RW
649RANLIB
650AR
651OBJDUMP
652LN_S
653NM
654ac_ct_DUMPBIN
655DUMPBIN
656LD
657FGREP
658SED
659LIBTOOL
660ssp_have_usable_vsnprintf
661EGREP
662GREP
ca6d1176
RO
663LIBSSP_USE_SYMVER_SUN_FALSE
664LIBSSP_USE_SYMVER_SUN_TRUE
665LIBSSP_USE_SYMVER_GNU_FALSE
666LIBSSP_USE_SYMVER_GNU_TRUE
5213506e
RW
667LIBSSP_USE_SYMVER_FALSE
668LIBSSP_USE_SYMVER_TRUE
ff035ef6 669XCFLAGS
5213506e
RW
670CPP
671am__fastdepCC_FALSE
672am__fastdepCC_TRUE
673CCDEPMODE
d106c85d 674am__nodep
5213506e
RW
675AMDEPBACKSLASH
676AMDEP_FALSE
677AMDEP_TRUE
678am__quote
679am__include
680DEPDIR
681OBJEXT
682EXEEXT
683ac_ct_CC
684CPPFLAGS
685LDFLAGS
686CFLAGS
687CC
688multi_basedir
689MAINT
690MAINTAINER_MODE_FALSE
691MAINTAINER_MODE_TRUE
22e05272
JM
692AM_BACKSLASH
693AM_DEFAULT_VERBOSITY
694AM_DEFAULT_V
695AM_V
5213506e
RW
696am__untar
697am__tar
698AMTAR
699am__leading_dot
700SET_MAKE
701AWK
702mkdir_p
703MKDIR_P
704INSTALL_STRIP_PROGRAM
705STRIP
706install_sh
707MAKEINFO
708AUTOHEADER
709AUTOMAKE
710AUTOCONF
711ACLOCAL
712VERSION
713PACKAGE
714CYGPATH_W
715am__isrc
716INSTALL_DATA
717INSTALL_SCRIPT
718INSTALL_PROGRAM
719target_noncanonical
720target_os
721target_vendor
722target_cpu
723target
724host_os
725host_vendor
726host_cpu
727host
728build_os
729build_vendor
730build_cpu
731build
732target_alias
733host_alias
734build_alias
735LIBS
736ECHO_T
737ECHO_N
738ECHO_C
739DEFS
740mandir
741localedir
742libdir
743psdir
744pdfdir
745dvidir
746htmldir
747infodir
748docdir
749oldincludedir
750includedir
751localstatedir
752sharedstatedir
753sysconfdir
754datadir
755datarootdir
756libexecdir
757sbindir
758bindir
759program_transform_name
760prefix
761exec_prefix
762PACKAGE_URL
763PACKAGE_BUGREPORT
764PACKAGE_STRING
765PACKAGE_VERSION
766PACKAGE_TARNAME
767PACKAGE_NAME
768PATH_SEPARATOR
769SHELL'
77008252 770ac_subst_files=''
5213506e
RW
771ac_user_opts='
772enable_option_checking
22e05272 773enable_silent_rules
5213506e
RW
774enable_version_specific_runtime_libs
775enable_maintainer_mode
776enable_multilib
777enable_dependency_tracking
ff035ef6 778enable_cet
bf382f5f 779enable_symvers
5213506e
RW
780enable_shared
781enable_static
782with_pic
783enable_fast_install
784with_gnu_ld
785enable_libtool_lock
6a6d3817 786enable_darwin_at_rpath
e8e66971 787with_toolexeclibdir
3c36aa6b 788with_gcc_major_version_only
5213506e
RW
789'
790 ac_precious_vars='build_alias
791host_alias
792target_alias
793CPP
794CPPFLAGS'
795
77008252
JJ
796
797# Initialize some variables set by options.
798ac_init_help=
799ac_init_version=false
5213506e
RW
800ac_unrecognized_opts=
801ac_unrecognized_sep=
77008252
JJ
802# The variables have the same names as the options, with
803# dashes changed to underlines.
804cache_file=/dev/null
805exec_prefix=NONE
806no_create=
807no_recursion=
808prefix=NONE
809program_prefix=NONE
810program_suffix=NONE
811program_transform_name=s,x,x,
812silent=
813site=
814srcdir=
815verbose=
816x_includes=NONE
817x_libraries=NONE
818
819# Installation directory options.
820# These are left unexpanded so users can "make install exec_prefix=/foo"
821# and all the variables that are supposed to be based on exec_prefix
822# by default will actually change.
823# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 824# (The list follows the same order as the GNU Coding Standards.)
77008252
JJ
825bindir='${exec_prefix}/bin'
826sbindir='${exec_prefix}/sbin'
827libexecdir='${exec_prefix}/libexec'
5213506e
RW
828datarootdir='${prefix}/share'
829datadir='${datarootdir}'
77008252
JJ
830sysconfdir='${prefix}/etc'
831sharedstatedir='${prefix}/com'
832localstatedir='${prefix}/var'
77008252
JJ
833includedir='${prefix}/include'
834oldincludedir='/usr/include'
5213506e
RW
835docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
836infodir='${datarootdir}/info'
837htmldir='${docdir}'
838dvidir='${docdir}'
839pdfdir='${docdir}'
840psdir='${docdir}'
841libdir='${exec_prefix}/lib'
842localedir='${datarootdir}/locale'
843mandir='${datarootdir}/man'
77008252
JJ
844
845ac_prev=
5213506e 846ac_dashdash=
77008252
JJ
847for ac_option
848do
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
5213506e 851 eval $ac_prev=\$ac_option
77008252
JJ
852 ac_prev=
853 continue
854 fi
855
5213506e 856 case $ac_option in
22e05272
JM
857 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *=) ac_optarg= ;;
859 *) ac_optarg=yes ;;
5213506e 860 esac
77008252
JJ
861
862 # Accept the important Cygnus configure options, so we can diagnose typos.
863
5213506e
RW
864 case $ac_dashdash$ac_option in
865 --)
866 ac_dashdash=yes ;;
77008252
JJ
867
868 -bindir | --bindir | --bindi | --bind | --bin | --bi)
869 ac_prev=bindir ;;
870 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
871 bindir=$ac_optarg ;;
872
873 -build | --build | --buil | --bui | --bu)
874 ac_prev=build_alias ;;
875 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
876 build_alias=$ac_optarg ;;
877
878 -cache-file | --cache-file | --cache-fil | --cache-fi \
879 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
880 ac_prev=cache_file ;;
881 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
882 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
883 cache_file=$ac_optarg ;;
884
885 --config-cache | -C)
886 cache_file=config.cache ;;
887
5213506e 888 -datadir | --datadir | --datadi | --datad)
77008252 889 ac_prev=datadir ;;
5213506e 890 -datadir=* | --datadir=* | --datadi=* | --datad=*)
77008252
JJ
891 datadir=$ac_optarg ;;
892
5213506e
RW
893 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
894 | --dataroo | --dataro | --datar)
895 ac_prev=datarootdir ;;
896 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
897 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
898 datarootdir=$ac_optarg ;;
899
77008252 900 -disable-* | --disable-*)
5213506e 901 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
77008252 902 # Reject names that are not valid shell variable names.
5213506e 903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 904 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
905 ac_useropt_orig=$ac_useropt
906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
908 *"
909"enable_$ac_useropt"
910"*) ;;
911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
912 ac_unrecognized_sep=', ';;
913 esac
914 eval enable_$ac_useropt=no ;;
915
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
920
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
77008252
JJ
925
926 -enable-* | --enable-*)
5213506e 927 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
77008252 928 # Reject names that are not valid shell variable names.
5213506e 929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 930 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935"enable_$ac_useropt"
936"*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
77008252 939 esac
5213506e 940 eval enable_$ac_useropt=\$ac_optarg ;;
77008252
JJ
941
942 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
943 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
944 | --exec | --exe | --ex)
945 ac_prev=exec_prefix ;;
946 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
947 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
948 | --exec=* | --exe=* | --ex=*)
949 exec_prefix=$ac_optarg ;;
950
951 -gas | --gas | --ga | --g)
952 # Obsolete; use --with-gas.
953 with_gas=yes ;;
954
955 -help | --help | --hel | --he | -h)
956 ac_init_help=long ;;
957 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
958 ac_init_help=recursive ;;
959 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
960 ac_init_help=short ;;
961
962 -host | --host | --hos | --ho)
963 ac_prev=host_alias ;;
964 -host=* | --host=* | --hos=* | --ho=*)
965 host_alias=$ac_optarg ;;
966
5213506e
RW
967 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
968 ac_prev=htmldir ;;
969 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
970 | --ht=*)
971 htmldir=$ac_optarg ;;
972
77008252
JJ
973 -includedir | --includedir | --includedi | --included | --include \
974 | --includ | --inclu | --incl | --inc)
975 ac_prev=includedir ;;
976 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
977 | --includ=* | --inclu=* | --incl=* | --inc=*)
978 includedir=$ac_optarg ;;
979
980 -infodir | --infodir | --infodi | --infod | --info | --inf)
981 ac_prev=infodir ;;
982 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
983 infodir=$ac_optarg ;;
984
985 -libdir | --libdir | --libdi | --libd)
986 ac_prev=libdir ;;
987 -libdir=* | --libdir=* | --libdi=* | --libd=*)
988 libdir=$ac_optarg ;;
989
990 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
991 | --libexe | --libex | --libe)
992 ac_prev=libexecdir ;;
993 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
994 | --libexe=* | --libex=* | --libe=*)
995 libexecdir=$ac_optarg ;;
996
5213506e
RW
997 -localedir | --localedir | --localedi | --localed | --locale)
998 ac_prev=localedir ;;
999 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1000 localedir=$ac_optarg ;;
1001
77008252 1002 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1003 | --localstate | --localstat | --localsta | --localst | --locals)
77008252
JJ
1004 ac_prev=localstatedir ;;
1005 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1006 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
77008252
JJ
1007 localstatedir=$ac_optarg ;;
1008
1009 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1010 ac_prev=mandir ;;
1011 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1012 mandir=$ac_optarg ;;
1013
1014 -nfp | --nfp | --nf)
1015 # Obsolete; use --without-fp.
1016 with_fp=no ;;
1017
1018 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1019 | --no-cr | --no-c | -n)
1020 no_create=yes ;;
1021
1022 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1023 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1024 no_recursion=yes ;;
1025
1026 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1027 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1028 | --oldin | --oldi | --old | --ol | --o)
1029 ac_prev=oldincludedir ;;
1030 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1031 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1032 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1033 oldincludedir=$ac_optarg ;;
1034
1035 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1036 ac_prev=prefix ;;
1037 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1038 prefix=$ac_optarg ;;
1039
1040 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1041 | --program-pre | --program-pr | --program-p)
1042 ac_prev=program_prefix ;;
1043 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1044 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1045 program_prefix=$ac_optarg ;;
1046
1047 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1048 | --program-suf | --program-su | --program-s)
1049 ac_prev=program_suffix ;;
1050 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1051 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1052 program_suffix=$ac_optarg ;;
1053
1054 -program-transform-name | --program-transform-name \
1055 | --program-transform-nam | --program-transform-na \
1056 | --program-transform-n | --program-transform- \
1057 | --program-transform | --program-transfor \
1058 | --program-transfo | --program-transf \
1059 | --program-trans | --program-tran \
1060 | --progr-tra | --program-tr | --program-t)
1061 ac_prev=program_transform_name ;;
1062 -program-transform-name=* | --program-transform-name=* \
1063 | --program-transform-nam=* | --program-transform-na=* \
1064 | --program-transform-n=* | --program-transform-=* \
1065 | --program-transform=* | --program-transfor=* \
1066 | --program-transfo=* | --program-transf=* \
1067 | --program-trans=* | --program-tran=* \
1068 | --progr-tra=* | --program-tr=* | --program-t=*)
1069 program_transform_name=$ac_optarg ;;
1070
5213506e
RW
1071 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1072 ac_prev=pdfdir ;;
1073 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1074 pdfdir=$ac_optarg ;;
1075
1076 -psdir | --psdir | --psdi | --psd | --ps)
1077 ac_prev=psdir ;;
1078 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1079 psdir=$ac_optarg ;;
1080
77008252
JJ
1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1082 | -silent | --silent | --silen | --sile | --sil)
1083 silent=yes ;;
1084
1085 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1086 ac_prev=sbindir ;;
1087 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1088 | --sbi=* | --sb=*)
1089 sbindir=$ac_optarg ;;
1090
1091 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1092 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1093 | --sharedst | --shareds | --shared | --share | --shar \
1094 | --sha | --sh)
1095 ac_prev=sharedstatedir ;;
1096 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1097 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1098 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1099 | --sha=* | --sh=*)
1100 sharedstatedir=$ac_optarg ;;
1101
1102 -site | --site | --sit)
1103 ac_prev=site ;;
1104 -site=* | --site=* | --sit=*)
1105 site=$ac_optarg ;;
1106
1107 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1108 ac_prev=srcdir ;;
1109 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1110 srcdir=$ac_optarg ;;
1111
1112 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1113 | --syscon | --sysco | --sysc | --sys | --sy)
1114 ac_prev=sysconfdir ;;
1115 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1116 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1117 sysconfdir=$ac_optarg ;;
1118
1119 -target | --target | --targe | --targ | --tar | --ta | --t)
1120 ac_prev=target_alias ;;
1121 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1122 target_alias=$ac_optarg ;;
1123
1124 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1125 verbose=yes ;;
1126
1127 -version | --version | --versio | --versi | --vers | -V)
1128 ac_init_version=: ;;
1129
1130 -with-* | --with-*)
5213506e 1131 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
77008252 1132 # Reject names that are not valid shell variable names.
5213506e 1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1134 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139"with_$ac_useropt"
1140"*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
77008252 1143 esac
5213506e 1144 eval with_$ac_useropt=\$ac_optarg ;;
77008252
JJ
1145
1146 -without-* | --without-*)
5213506e 1147 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
77008252 1148 # Reject names that are not valid shell variable names.
5213506e 1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1150 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1151 ac_useropt_orig=$ac_useropt
1152 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1154 *"
1155"with_$ac_useropt"
1156"*) ;;
1157 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1158 ac_unrecognized_sep=', ';;
1159 esac
1160 eval with_$ac_useropt=no ;;
77008252
JJ
1161
1162 --x)
1163 # Obsolete; use --with-x.
1164 with_x=yes ;;
1165
1166 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1167 | --x-incl | --x-inc | --x-in | --x-i)
1168 ac_prev=x_includes ;;
1169 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1170 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1171 x_includes=$ac_optarg ;;
1172
1173 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1174 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1175 ac_prev=x_libraries ;;
1176 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1177 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1178 x_libraries=$ac_optarg ;;
1179
22e05272
JM
1180 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1181Try \`$0 --help' for more information"
77008252
JJ
1182 ;;
1183
1184 *=*)
1185 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
5213506e
RW
1187 case $ac_envvar in #(
1188 '' | [0-9]* | *[!_$as_cr_alnum]* )
22e05272 1189 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5213506e
RW
1190 esac
1191 eval $ac_envvar=\$ac_optarg
77008252
JJ
1192 export $ac_envvar ;;
1193
1194 *)
1195 # FIXME: should be removed in autoconf 3.0.
5213506e 1196 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
77008252 1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
22e05272 1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
77008252
JJ
1200 ;;
1201
1202 esac
1203done
1204
1205if test -n "$ac_prev"; then
1206 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
22e05272 1207 as_fn_error $? "missing argument to $ac_option"
77008252
JJ
1208fi
1209
5213506e
RW
1210if test -n "$ac_unrecognized_opts"; then
1211 case $enable_option_checking in
1212 no) ;;
22e05272 1213 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
5213506e 1214 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
77008252 1215 esac
5213506e 1216fi
77008252 1217
5213506e
RW
1218# Check all directory arguments for consistency.
1219for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1220 datadir sysconfdir sharedstatedir localstatedir includedir \
1221 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1222 libdir localedir mandir
77008252 1223do
5213506e
RW
1224 eval ac_val=\$$ac_var
1225 # Remove trailing slashes.
1226 case $ac_val in
1227 */ )
1228 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1229 eval $ac_var=\$ac_val;;
1230 esac
1231 # Be sure to have absolute directory names.
77008252 1232 case $ac_val in
5213506e
RW
1233 [\\/$]* | ?:[\\/]* ) continue;;
1234 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
77008252 1235 esac
22e05272 1236 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
77008252
JJ
1237done
1238
1239# There might be people who depend on the old broken behavior: `$host'
1240# used to hold the argument of --host etc.
1241# FIXME: To remove some day.
1242build=$build_alias
1243host=$host_alias
1244target=$target_alias
1245
1246# FIXME: To remove some day.
1247if test "x$host_alias" != x; then
1248 if test "x$build_alias" = x; then
1249 cross_compiling=maybe
77008252
JJ
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253fi
1254
1255ac_tool_prefix=
1256test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258test "$silent" = yes && exec 6>/dev/null
1259
1260
5213506e
RW
1261ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262ac_ls_di=`ls -di .` &&
1263ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
22e05272 1264 as_fn_error $? "working directory cannot be determined"
5213506e 1265test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
22e05272 1266 as_fn_error $? "pwd does not report name of working directory"
5213506e
RW
1267
1268
77008252
JJ
1269# Find the source files, if location was not specified.
1270if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
5213506e
RW
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278$as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
77008252 1296 srcdir=$ac_confdir
5213506e 1297 if test ! -r "$srcdir/$ac_unique_file"; then
77008252
JJ
1298 srcdir=..
1299 fi
1300else
1301 ac_srcdir_defaulted=no
1302fi
5213506e
RW
1303if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
22e05272 1305 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
5213506e
RW
1306fi
1307ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308ac_abs_confdir=`(
22e05272 1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5213506e
RW
1310 pwd)`
1311# When building in place, set srcdir=.
1312if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314fi
1315# Remove unnecessary trailing slashes from srcdir.
1316# Double slashes in file names in object file debugging info
1317# mess up M-x gdb in Emacs.
1318case $srcdir in
1319*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320esac
1321for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326done
77008252
JJ
1327
1328#
1329# Report the --help message.
1330#
1331if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
1335\`configure' configures libssp 1.0 to adapt to many kinds of systems.
1336
1337Usage: $0 [OPTION]... [VAR=VALUE]...
1338
1339To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340VAR=VALUE. See below for descriptions of some of the useful variables.
1341
1342Defaults for the options are specified in brackets.
1343
1344Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
22e05272 1349 -q, --quiet, --silent do not print \`checking ...' messages
77008252
JJ
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
77008252
JJ
1355Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1357 [$ac_default_prefix]
77008252 1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1359 [PREFIX]
77008252
JJ
1360
1361By default, \`make install' will install all the files in
1362\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364for instance \`--prefix=\$HOME'.
1365
1366For better control, use the options below.
1367
1368Fine tuning of the installation directories:
5213506e
RW
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/libssp]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
77008252
JJ
1388_ACEOF
1389
1390 cat <<\_ACEOF
1391
1392Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396
1397System types:
1398 --build=BUILD configure for building on BUILD [guessed]
1399 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1400 --target=TARGET configure for building compilers for TARGET [HOST]
1401_ACEOF
1402fi
1403
1404if test -n "$ac_init_help"; then
1405 case $ac_init_help in
1406 short | recursive ) echo "Configuration of libssp 1.0:";;
1407 esac
1408 cat <<\_ACEOF
1409
1410Optional Features:
5213506e 1411 --disable-option-checking ignore unrecognized --enable/--with options
77008252
JJ
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
22e05272
JM
1414 --enable-silent-rules less verbose build output (undo: "make V=1")
1415 --disable-silent-rules verbose build output (undo: "make V=0")
77008252 1416 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
22e05272
JM
1417 --enable-maintainer-mode
1418 enable make rules and dependencies not useful (and
1419 sometimes confusing) to the casual installer
77008252 1420 --enable-multilib build many library versions (default)
22e05272
JM
1421 --enable-dependency-tracking
1422 do not reject slow dependency extractors
1423 --disable-dependency-tracking
1424 speeds up one-time build
8d286dd1 1425 --enable-cet enable Intel CET in target libraries [default=auto]
bf382f5f 1426 --disable-symvers disable symbol versioning for libssp
5213506e
RW
1427 --enable-shared[=PKGS] build shared libraries [default=yes]
1428 --enable-static[=PKGS] build static libraries [default=yes]
1cf3d07d
SE
1429 --enable-fast-install[=PKGS]
1430 optimize for fast installation [default=yes]
77008252 1431 --disable-libtool-lock avoid locking (might break parallel builds)
6a6d3817
IS
1432 --enable-darwin-at-rpath
1433 install libraries with @rpath/library-name, requires
1434 rpaths to be added to executables
77008252
JJ
1435
1436Optional Packages:
1437 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1438 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1cf3d07d
SE
1439 --with-pic try to use only PIC/non-PIC objects [default=use
1440 both]
1441 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
e8e66971
MR
1442 --with-toolexeclibdir=DIR
1443 install libraries built with a cross compiler within
1444 DIR
3c36aa6b
JJ
1445 --with-gcc-major-version-only
1446 use only GCC major number in filesystem paths
77008252
JJ
1447
1448Some influential environment variables:
1449 CC C compiler command
1450 CFLAGS C compiler flags
1451 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1452 nonstandard directory <lib dir>
5213506e 1453 LIBS libraries to pass to the linker, e.g. -l<library>
22e05272 1454 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
5213506e 1455 you have headers in a nonstandard directory <include dir>
77008252
JJ
1456 CPP C preprocessor
1457
1458Use these variables to override the choices made by `configure' or to help
1459it to find libraries and programs with nonstandard names/locations.
1460
5213506e 1461Report bugs to the package provider.
77008252 1462_ACEOF
5213506e 1463ac_status=$?
77008252
JJ
1464fi
1465
1466if test "$ac_init_help" = "recursive"; then
1467 # If there are subdirs, report their specific --help.
77008252 1468 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1469 test -d "$ac_dir" ||
1470 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1471 continue
77008252
JJ
1472 ac_builddir=.
1473
5213506e
RW
1474case "$ac_dir" in
1475.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476*)
1477 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1478 # A ".." for each directory in $ac_dir_suffix.
1479 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1480 case $ac_top_builddir_sub in
1481 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1483 esac ;;
1484esac
1485ac_abs_top_builddir=$ac_pwd
1486ac_abs_builddir=$ac_pwd$ac_dir_suffix
1487# for backward compatibility:
1488ac_top_builddir=$ac_top_build_prefix
77008252
JJ
1489
1490case $srcdir in
5213506e 1491 .) # We are building in place.
77008252 1492 ac_srcdir=.
5213506e
RW
1493 ac_top_srcdir=$ac_top_builddir_sub
1494 ac_abs_top_srcdir=$ac_pwd ;;
1495 [\\/]* | ?:[\\/]* ) # Absolute name.
77008252 1496 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1497 ac_top_srcdir=$srcdir
1498 ac_abs_top_srcdir=$srcdir ;;
1499 *) # Relative name.
1500 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1501 ac_top_srcdir=$ac_top_build_prefix$srcdir
1502 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
77008252 1503esac
5213506e
RW
1504ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1505
1506 cd "$ac_dir" || { ac_status=$?; continue; }
1507 # Check for guested configure.
1508 if test -f "$ac_srcdir/configure.gnu"; then
1509 echo &&
1510 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1511 elif test -f "$ac_srcdir/configure"; then
1512 echo &&
1513 $SHELL "$ac_srcdir/configure" --help=recursive
77008252 1514 else
5213506e
RW
1515 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1516 fi || ac_status=$?
1517 cd "$ac_pwd" || { ac_status=$?; break; }
77008252
JJ
1518 done
1519fi
1520
5213506e 1521test -n "$ac_init_help" && exit $ac_status
77008252
JJ
1522if $ac_init_version; then
1523 cat <<\_ACEOF
1524libssp configure 1.0
22e05272 1525generated by GNU Autoconf 2.69
77008252 1526
22e05272 1527Copyright (C) 2012 Free Software Foundation, Inc.
77008252
JJ
1528This configure script is free software; the Free Software Foundation
1529gives unlimited permission to copy, distribute and modify it.
1530_ACEOF
5213506e 1531 exit
77008252 1532fi
77008252 1533
5213506e
RW
1534## ------------------------ ##
1535## Autoconf initialization. ##
1536## ------------------------ ##
77008252 1537
5213506e
RW
1538# ac_fn_c_try_compile LINENO
1539# --------------------------
1540# Try to compile conftest.$ac_ext, and return whether this succeeded.
1541ac_fn_c_try_compile ()
77008252 1542{
5213506e
RW
1543 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1544 rm -f conftest.$ac_objext
1545 if { { ac_try="$ac_compile"
1546case "(($ac_try" in
1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1548 *) ac_try_echo=$ac_try;;
1549esac
1550eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1551$as_echo "$ac_try_echo"; } >&5
1552 (eval "$ac_compile") 2>conftest.err
1553 ac_status=$?
1554 if test -s conftest.err; then
1555 grep -v '^ *+' conftest.err >conftest.er1
1556 cat conftest.er1 >&5
1557 mv -f conftest.er1 conftest.err
1558 fi
1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1560 test $ac_status = 0; } && {
1561 test -z "$ac_c_werror_flag" ||
1562 test ! -s conftest.err
1563 } && test -s conftest.$ac_objext; then :
1564 ac_retval=0
1565else
1566 $as_echo "$as_me: failed program was:" >&5
1567sed 's/^/| /' conftest.$ac_ext >&5
77008252 1568
5213506e
RW
1569 ac_retval=1
1570fi
22e05272
JM
1571 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1572 as_fn_set_status $ac_retval
77008252 1573
5213506e 1574} # ac_fn_c_try_compile
77008252 1575
5213506e
RW
1576# ac_fn_c_try_cpp LINENO
1577# ----------------------
1578# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1579ac_fn_c_try_cpp ()
1580{
1581 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1582 if { { ac_try="$ac_cpp conftest.$ac_ext"
1583case "(($ac_try" in
1584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1585 *) ac_try_echo=$ac_try;;
1586esac
1587eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1588$as_echo "$ac_try_echo"; } >&5
1589 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1590 ac_status=$?
1591 if test -s conftest.err; then
1592 grep -v '^ *+' conftest.err >conftest.er1
1593 cat conftest.er1 >&5
1594 mv -f conftest.er1 conftest.err
1595 fi
1596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22e05272 1597 test $ac_status = 0; } > conftest.i && {
5213506e
RW
1598 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1599 test ! -s conftest.err
1600 }; then :
1601 ac_retval=0
1602else
1603 $as_echo "$as_me: failed program was:" >&5
1604sed 's/^/| /' conftest.$ac_ext >&5
77008252 1605
5213506e
RW
1606 ac_retval=1
1607fi
22e05272
JM
1608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1609 as_fn_set_status $ac_retval
77008252 1610
5213506e
RW
1611} # ac_fn_c_try_cpp
1612
1613# ac_fn_c_try_link LINENO
1614# -----------------------
1615# Try to link conftest.$ac_ext, and return whether this succeeded.
1616ac_fn_c_try_link ()
1617{
1618 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1619 rm -f conftest.$ac_objext conftest$ac_exeext
1620 if { { ac_try="$ac_link"
1621case "(($ac_try" in
1622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1623 *) ac_try_echo=$ac_try;;
1624esac
1625eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1626$as_echo "$ac_try_echo"; } >&5
1627 (eval "$ac_link") 2>conftest.err
1628 ac_status=$?
1629 if test -s conftest.err; then
1630 grep -v '^ *+' conftest.err >conftest.er1
1631 cat conftest.er1 >&5
1632 mv -f conftest.er1 conftest.err
1633 fi
1634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1635 test $ac_status = 0; } && {
1636 test -z "$ac_c_werror_flag" ||
1637 test ! -s conftest.err
1638 } && test -s conftest$ac_exeext && {
1639 test "$cross_compiling" = yes ||
22e05272 1640 test -x conftest$ac_exeext
5213506e
RW
1641 }; then :
1642 ac_retval=0
1643else
1644 $as_echo "$as_me: failed program was:" >&5
1645sed 's/^/| /' conftest.$ac_ext >&5
1646
1647 ac_retval=1
1648fi
1649 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1650 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1651 # interfere with the next link command; also delete a directory that is
1652 # left behind by Apple's compiler. We do this before executing the actions.
1653 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1654 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1655 as_fn_set_status $ac_retval
5213506e
RW
1656
1657} # ac_fn_c_try_link
1658
1659# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1660# -------------------------------------------------------
1661# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1662# the include files in INCLUDES and setting the cache variable VAR
1663# accordingly.
1664ac_fn_c_check_header_mongrel ()
1665{
1666 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22e05272 1667 if eval \${$3+:} false; then :
5213506e
RW
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1669$as_echo_n "checking for $2... " >&6; }
22e05272 1670if eval \${$3+:} false; then :
5213506e
RW
1671 $as_echo_n "(cached) " >&6
1672fi
1673eval ac_res=\$$3
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1675$as_echo "$ac_res" >&6; }
1676else
1677 # Is the header compilable?
1678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1679$as_echo_n "checking $2 usability... " >&6; }
1680cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1681/* end confdefs.h. */
1682$4
1683#include <$2>
1684_ACEOF
1685if ac_fn_c_try_compile "$LINENO"; then :
1686 ac_header_compiler=yes
1687else
1688 ac_header_compiler=no
1689fi
1690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1692$as_echo "$ac_header_compiler" >&6; }
1693
1694# Is the header present?
1695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1696$as_echo_n "checking $2 presence... " >&6; }
1697cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1698/* end confdefs.h. */
1699#include <$2>
1700_ACEOF
1701if ac_fn_c_try_cpp "$LINENO"; then :
1702 ac_header_preproc=yes
1703else
1704 ac_header_preproc=no
1705fi
22e05272 1706rm -f conftest.err conftest.i conftest.$ac_ext
5213506e
RW
1707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1708$as_echo "$ac_header_preproc" >&6; }
1709
1710# So? What about this header?
1711case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1712 yes:no: )
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1714$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1716$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1717 ;;
1718 no:yes:* )
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1720$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1722$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1724$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1726$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1728$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1729 ;;
1730esac
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732$as_echo_n "checking for $2... " >&6; }
22e05272 1733if eval \${$3+:} false; then :
5213506e
RW
1734 $as_echo_n "(cached) " >&6
1735else
1736 eval "$3=\$ac_header_compiler"
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
1741fi
22e05272 1742 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5213506e
RW
1743
1744} # ac_fn_c_check_header_mongrel
1745
1746# ac_fn_c_try_run LINENO
1747# ----------------------
1748# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1749# that executables *can* be run.
1750ac_fn_c_try_run ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 if { { ac_try="$ac_link"
1754case "(($ac_try" in
1755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1756 *) ac_try_echo=$ac_try;;
1757esac
1758eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1759$as_echo "$ac_try_echo"; } >&5
1760 (eval "$ac_link") 2>&5
1761 ac_status=$?
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1764 { { case "(($ac_try" in
1765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766 *) ac_try_echo=$ac_try;;
1767esac
1768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769$as_echo "$ac_try_echo"; } >&5
1770 (eval "$ac_try") 2>&5
1771 ac_status=$?
1772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773 test $ac_status = 0; }; }; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: program exited with status $ac_status" >&5
1777 $as_echo "$as_me: failed program was:" >&5
1778sed 's/^/| /' conftest.$ac_ext >&5
1779
1780 ac_retval=$ac_status
1781fi
1782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784 as_fn_set_status $ac_retval
5213506e
RW
1785
1786} # ac_fn_c_try_run
1787
1788# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1789# -------------------------------------------------------
1790# Tests whether HEADER exists and can be compiled using the include files in
1791# INCLUDES, setting the cache variable VAR accordingly.
1792ac_fn_c_check_header_compile ()
1793{
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1796$as_echo_n "checking for $2... " >&6; }
22e05272 1797if eval \${$3+:} false; then :
5213506e
RW
1798 $as_echo_n "(cached) " >&6
1799else
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801/* end confdefs.h. */
1802$4
1803#include <$2>
1804_ACEOF
1805if ac_fn_c_try_compile "$LINENO"; then :
1806 eval "$3=yes"
1807else
1808 eval "$3=no"
1809fi
1810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1811fi
1812eval ac_res=\$$3
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1814$as_echo "$ac_res" >&6; }
22e05272 1815 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5213506e
RW
1816
1817} # ac_fn_c_check_header_compile
1818
1819# ac_fn_c_check_func LINENO FUNC VAR
1820# ----------------------------------
1821# Tests whether FUNC exists, setting the cache variable VAR accordingly
1822ac_fn_c_check_func ()
1823{
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826$as_echo_n "checking for $2... " >&6; }
22e05272 1827if eval \${$3+:} false; then :
5213506e
RW
1828 $as_echo_n "(cached) " >&6
1829else
1830 if test x$gcc_no_link = xyes; then
22e05272 1831 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
5213506e
RW
1832fi
1833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834/* end confdefs.h. */
1835/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1836 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1837#define $2 innocuous_$2
1838
1839/* System header to define __stub macros and hopefully few prototypes,
1840 which can conflict with char $2 (); below.
1841 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1842 <limits.h> exists even on freestanding compilers. */
1843
1844#ifdef __STDC__
1845# include <limits.h>
1846#else
1847# include <assert.h>
1848#endif
1849
1850#undef $2
1851
1852/* Override any GCC internal prototype to avoid an error.
1853 Use char because int might match the return type of a GCC
1854 builtin and then its argument prototype would still apply. */
1855#ifdef __cplusplus
1856extern "C"
1857#endif
1858char $2 ();
1859/* The GNU C library defines this for functions which it implements
1860 to always fail with ENOSYS. Some functions are actually named
1861 something starting with __ and the normal name is an alias. */
1862#if defined __stub_$2 || defined __stub___$2
1863choke me
1864#endif
1865
1866int
1867main ()
1868{
1869return $2 ();
1870 ;
1871 return 0;
1872}
1873_ACEOF
1874if ac_fn_c_try_link "$LINENO"; then :
1875 eval "$3=yes"
1876else
1877 eval "$3=no"
1878fi
1879rm -f core conftest.err conftest.$ac_objext \
1880 conftest$ac_exeext conftest.$ac_ext
1881fi
1882eval ac_res=\$$3
1883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1884$as_echo "$ac_res" >&6; }
22e05272 1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5213506e
RW
1886
1887} # ac_fn_c_check_func
3cec4911
RO
1888
1889# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1890# ---------------------------------------------
1891# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1892# accordingly.
1893ac_fn_c_check_decl ()
1894{
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 as_decl_name=`echo $2|sed 's/ *(.*//'`
1897 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1899$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1900if eval \${$3+:} false; then :
1901 $as_echo_n "(cached) " >&6
1902else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904/* end confdefs.h. */
1905$4
1906int
1907main ()
1908{
1909#ifndef $as_decl_name
1910#ifdef __cplusplus
1911 (void) $as_decl_use;
1912#else
1913 (void) $as_decl_name;
1914#endif
1915#endif
1916
1917 ;
1918 return 0;
1919}
1920_ACEOF
1921if ac_fn_c_try_compile "$LINENO"; then :
1922 eval "$3=yes"
1923else
1924 eval "$3=no"
1925fi
1926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1927fi
1928eval ac_res=\$$3
1929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1930$as_echo "$ac_res" >&6; }
1931 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1932
1933} # ac_fn_c_check_decl
5213506e
RW
1934cat >config.log <<_ACEOF
1935This file contains any messages produced by compilers while
1936running configure, to aid debugging if configure makes a mistake.
1937
1938It was created by libssp $as_me 1.0, which was
22e05272 1939generated by GNU Autoconf 2.69. Invocation command line was
5213506e
RW
1940
1941 $ $0 $@
1942
1943_ACEOF
1944exec 5>>config.log
1945{
1946cat <<_ASUNAME
1947## --------- ##
1948## Platform. ##
1949## --------- ##
1950
1951hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1952uname -m = `(uname -m) 2>/dev/null || echo unknown`
1953uname -r = `(uname -r) 2>/dev/null || echo unknown`
1954uname -s = `(uname -s) 2>/dev/null || echo unknown`
1955uname -v = `(uname -v) 2>/dev/null || echo unknown`
1956
1957/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1958/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1959
1960/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1961/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1962/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1963/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1964/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1965/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1966/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1967
1968_ASUNAME
1969
1970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1971for as_dir in $PATH
1972do
1973 IFS=$as_save_IFS
77008252 1974 test -z "$as_dir" && as_dir=.
5213506e
RW
1975 $as_echo "PATH: $as_dir"
1976 done
1977IFS=$as_save_IFS
77008252
JJ
1978
1979} >&5
1980
1981cat >&5 <<_ACEOF
1982
1983
1984## ----------- ##
1985## Core tests. ##
1986## ----------- ##
1987
1988_ACEOF
1989
1990
1991# Keep a trace of the command line.
1992# Strip out --no-create and --no-recursion so they do not pile up.
1993# Strip out --silent because we don't want to record it for future runs.
1994# Also quote any args containing shell meta-characters.
1995# Make two passes to allow for proper duplicate-argument suppression.
1996ac_configure_args=
1997ac_configure_args0=
1998ac_configure_args1=
77008252
JJ
1999ac_must_keep_next=false
2000for ac_pass in 1 2
2001do
2002 for ac_arg
2003 do
2004 case $ac_arg in
2005 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2006 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2007 | -silent | --silent | --silen | --sile | --sil)
2008 continue ;;
5213506e
RW
2009 *\'*)
2010 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
77008252
JJ
2011 esac
2012 case $ac_pass in
5213506e 2013 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
77008252 2014 2)
5213506e 2015 as_fn_append ac_configure_args1 " '$ac_arg'"
77008252
JJ
2016 if test $ac_must_keep_next = true; then
2017 ac_must_keep_next=false # Got value, back to normal.
2018 else
2019 case $ac_arg in
2020 *=* | --config-cache | -C | -disable-* | --disable-* \
2021 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2022 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2023 | -with-* | --with-* | -without-* | --without-* | --x)
2024 case "$ac_configure_args0 " in
2025 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2026 esac
2027 ;;
2028 -* ) ac_must_keep_next=true ;;
2029 esac
2030 fi
5213506e 2031 as_fn_append ac_configure_args " '$ac_arg'"
77008252
JJ
2032 ;;
2033 esac
2034 done
2035done
5213506e
RW
2036{ ac_configure_args0=; unset ac_configure_args0;}
2037{ ac_configure_args1=; unset ac_configure_args1;}
77008252
JJ
2038
2039# When interrupted or exit'd, cleanup temporary files, and complete
2040# config.log. We remove comments because anyway the quotes in there
2041# would cause problems or look ugly.
5213506e
RW
2042# WARNING: Use '\'' to represent an apostrophe within the trap.
2043# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
77008252
JJ
2044trap 'exit_status=$?
2045 # Save into config.log some information that might help in debugging.
2046 {
2047 echo
2048
22e05272 2049 $as_echo "## ---------------- ##
77008252 2050## Cache variables. ##
22e05272 2051## ---------------- ##"
77008252
JJ
2052 echo
2053 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2054(
2055 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2056 eval ac_val=\$$ac_var
2057 case $ac_val in #(
2058 *${as_nl}*)
2059 case $ac_var in #(
2060 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2061$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2062 esac
2063 case $ac_var in #(
2064 _ | IFS | as_nl) ;; #(
2065 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2066 *) { eval $ac_var=; unset $ac_var;} ;;
2067 esac ;;
2068 esac
2069 done
77008252 2070 (set) 2>&1 |
5213506e
RW
2071 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2072 *${as_nl}ac_space=\ *)
77008252 2073 sed -n \
5213506e
RW
2074 "s/'\''/'\''\\\\'\'''\''/g;
2075 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2076 ;; #(
77008252 2077 *)
5213506e 2078 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
77008252 2079 ;;
5213506e
RW
2080 esac |
2081 sort
2082)
77008252
JJ
2083 echo
2084
22e05272 2085 $as_echo "## ----------------- ##
77008252 2086## Output variables. ##
22e05272 2087## ----------------- ##"
77008252
JJ
2088 echo
2089 for ac_var in $ac_subst_vars
2090 do
5213506e
RW
2091 eval ac_val=\$$ac_var
2092 case $ac_val in
2093 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2094 esac
2095 $as_echo "$ac_var='\''$ac_val'\''"
77008252
JJ
2096 done | sort
2097 echo
2098
2099 if test -n "$ac_subst_files"; then
22e05272 2100 $as_echo "## ------------------- ##
5213506e 2101## File substitutions. ##
22e05272 2102## ------------------- ##"
77008252
JJ
2103 echo
2104 for ac_var in $ac_subst_files
2105 do
5213506e
RW
2106 eval ac_val=\$$ac_var
2107 case $ac_val in
2108 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2109 esac
2110 $as_echo "$ac_var='\''$ac_val'\''"
77008252
JJ
2111 done | sort
2112 echo
2113 fi
2114
2115 if test -s confdefs.h; then
22e05272 2116 $as_echo "## ----------- ##
77008252 2117## confdefs.h. ##
22e05272 2118## ----------- ##"
77008252 2119 echo
5213506e 2120 cat confdefs.h
77008252
JJ
2121 echo
2122 fi
2123 test "$ac_signal" != 0 &&
5213506e
RW
2124 $as_echo "$as_me: caught signal $ac_signal"
2125 $as_echo "$as_me: exit $exit_status"
77008252 2126 } >&5
5213506e
RW
2127 rm -f core *.core core.conftest.* &&
2128 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
77008252 2129 exit $exit_status
5213506e 2130' 0
77008252 2131for ac_signal in 1 2 13 15; do
5213506e 2132 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
77008252
JJ
2133done
2134ac_signal=0
2135
2136# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2137rm -f -r conftest* confdefs.h
2138
2139$as_echo "/* confdefs.h */" > confdefs.h
77008252
JJ
2140
2141# Predefined preprocessor variables.
2142
2143cat >>confdefs.h <<_ACEOF
2144#define PACKAGE_NAME "$PACKAGE_NAME"
2145_ACEOF
2146
77008252
JJ
2147cat >>confdefs.h <<_ACEOF
2148#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2149_ACEOF
2150
77008252
JJ
2151cat >>confdefs.h <<_ACEOF
2152#define PACKAGE_VERSION "$PACKAGE_VERSION"
2153_ACEOF
2154
77008252
JJ
2155cat >>confdefs.h <<_ACEOF
2156#define PACKAGE_STRING "$PACKAGE_STRING"
2157_ACEOF
2158
77008252
JJ
2159cat >>confdefs.h <<_ACEOF
2160#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2161_ACEOF
2162
5213506e
RW
2163cat >>confdefs.h <<_ACEOF
2164#define PACKAGE_URL "$PACKAGE_URL"
2165_ACEOF
2166
77008252
JJ
2167
2168# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2169# Prefer an explicitly selected file to automatically selected ones.
2170ac_site_file1=NONE
2171ac_site_file2=NONE
2172if test -n "$CONFIG_SITE"; then
22e05272
JM
2173 # We do not want a PATH search for config.site.
2174 case $CONFIG_SITE in #((
2175 -*) ac_site_file1=./$CONFIG_SITE;;
2176 */*) ac_site_file1=$CONFIG_SITE;;
2177 *) ac_site_file1=./$CONFIG_SITE;;
2178 esac
5213506e
RW
2179elif test "x$prefix" != xNONE; then
2180 ac_site_file1=$prefix/share/config.site
2181 ac_site_file2=$prefix/etc/config.site
2182else
2183 ac_site_file1=$ac_default_prefix/share/config.site
2184 ac_site_file2=$ac_default_prefix/etc/config.site
2185fi
2186for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2187do
2188 test "x$ac_site_file" = xNONE && continue
22e05272 2189 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
5213506e
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2191$as_echo "$as_me: loading site script $ac_site_file" >&6;}
77008252 2192 sed 's/^/| /' "$ac_site_file" >&5
22e05272
JM
2193 . "$ac_site_file" \
2194 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2195$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2196as_fn_error $? "failed to load site script $ac_site_file
2197See \`config.log' for more details" "$LINENO" 5; }
77008252
JJ
2198 fi
2199done
2200
2201if test -r "$cache_file"; then
22e05272
JM
2202 # Some versions of bash will fail to source /dev/null (special files
2203 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2204 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
5213506e
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2206$as_echo "$as_me: loading cache $cache_file" >&6;}
77008252 2207 case $cache_file in
5213506e
RW
2208 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2209 *) . "./$cache_file";;
77008252
JJ
2210 esac
2211 fi
2212else
5213506e
RW
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2214$as_echo "$as_me: creating cache $cache_file" >&6;}
77008252
JJ
2215 >$cache_file
2216fi
2217
2218# Check that the precious variables saved in the cache have kept the same
2219# value.
2220ac_cache_corrupted=false
5213506e 2221for ac_var in $ac_precious_vars; do
77008252
JJ
2222 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2223 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2224 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2225 eval ac_new_val=\$ac_env_${ac_var}_value
77008252
JJ
2226 case $ac_old_set,$ac_new_set in
2227 set,)
5213506e
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2229$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
77008252
JJ
2230 ac_cache_corrupted=: ;;
2231 ,set)
5213506e
RW
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2233$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
77008252
JJ
2234 ac_cache_corrupted=: ;;
2235 ,);;
2236 *)
2237 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2238 # differences in whitespace do not lead to failure.
2239 ac_old_val_w=`echo x $ac_old_val`
2240 ac_new_val_w=`echo x $ac_new_val`
2241 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2243$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2244 ac_cache_corrupted=:
2245 else
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2247$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2248 eval $ac_var=\$ac_old_val
2249 fi
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2251$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2253$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
77008252
JJ
2254 fi;;
2255 esac
2256 # Pass precious variables to config.status.
2257 if test "$ac_new_set" = set; then
2258 case $ac_new_val in
5213506e 2259 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
77008252
JJ
2260 *) ac_arg=$ac_var=$ac_new_val ;;
2261 esac
2262 case " $ac_configure_args " in
2263 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2264 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
77008252
JJ
2265 esac
2266 fi
2267done
2268if $ac_cache_corrupted; then
5213506e
RW
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2272$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22e05272 2273 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
77008252 2274fi
5213506e
RW
2275## -------------------- ##
2276## Main body of script. ##
2277## -------------------- ##
77008252
JJ
2278
2279ac_ext=c
2280ac_cpp='$CPP $CPPFLAGS'
2281ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2282ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2283ac_compiler_gnu=$ac_cv_c_compiler_gnu
2284
2285
2286
2287
2288
2289
77008252 2290ac_aux_dir=
5213506e 2291for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22e05272
JM
2292 if test -f "$ac_dir/install-sh"; then
2293 ac_aux_dir=$ac_dir
2294 ac_install_sh="$ac_aux_dir/install-sh -c"
2295 break
2296 elif test -f "$ac_dir/install.sh"; then
2297 ac_aux_dir=$ac_dir
2298 ac_install_sh="$ac_aux_dir/install.sh -c"
2299 break
2300 elif test -f "$ac_dir/shtool"; then
2301 ac_aux_dir=$ac_dir
2302 ac_install_sh="$ac_aux_dir/shtool install -c"
2303 break
2304 fi
77008252
JJ
2305done
2306if test -z "$ac_aux_dir"; then
22e05272 2307 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
77008252 2308fi
5213506e
RW
2309
2310# These three variables are undocumented and unsupported,
2311# and are intended to be withdrawn in a future Autoconf release.
2312# They can cause serious problems if a builder's source tree is in a directory
2313# whose full name contains unusual characters.
2314ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2315ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2316ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2317
77008252
JJ
2318
2319# Make sure we can run config.sub.
5213506e 2320$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
22e05272 2321 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5213506e
RW
2322
2323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2324$as_echo_n "checking build system type... " >&6; }
22e05272 2325if ${ac_cv_build+:} false; then :
5213506e
RW
2326 $as_echo_n "(cached) " >&6
2327else
2328 ac_build_alias=$build_alias
2329test "x$ac_build_alias" = x &&
2330 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2331test "x$ac_build_alias" = x &&
22e05272 2332 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5213506e 2333ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
22e05272 2334 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5213506e
RW
2335
2336fi
2337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2338$as_echo "$ac_cv_build" >&6; }
2339case $ac_cv_build in
2340*-*-*) ;;
22e05272 2341*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5213506e 2342esac
77008252 2343build=$ac_cv_build
5213506e
RW
2344ac_save_IFS=$IFS; IFS='-'
2345set x $ac_cv_build
2346shift
2347build_cpu=$1
2348build_vendor=$2
2349shift; shift
2350# Remember, the first character of IFS is used to create $*,
2351# except with old shells:
2352build_os=$*
2353IFS=$ac_save_IFS
2354case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
77008252
JJ
2355
2356
5213506e
RW
2357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2358$as_echo_n "checking host system type... " >&6; }
22e05272 2359if ${ac_cv_host+:} false; then :
5213506e 2360 $as_echo_n "(cached) " >&6
77008252 2361else
5213506e
RW
2362 if test "x$host_alias" = x; then
2363 ac_cv_host=$ac_cv_build
2364else
2365 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
22e05272 2366 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5213506e 2367fi
77008252
JJ
2368
2369fi
5213506e
RW
2370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2371$as_echo "$ac_cv_host" >&6; }
2372case $ac_cv_host in
2373*-*-*) ;;
22e05272 2374*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5213506e 2375esac
77008252 2376host=$ac_cv_host
5213506e
RW
2377ac_save_IFS=$IFS; IFS='-'
2378set x $ac_cv_host
2379shift
2380host_cpu=$1
2381host_vendor=$2
2382shift; shift
2383# Remember, the first character of IFS is used to create $*,
2384# except with old shells:
2385host_os=$*
2386IFS=$ac_save_IFS
2387case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
77008252
JJ
2388
2389
5213506e
RW
2390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2391$as_echo_n "checking target system type... " >&6; }
22e05272 2392if ${ac_cv_target+:} false; then :
5213506e
RW
2393 $as_echo_n "(cached) " >&6
2394else
2395 if test "x$target_alias" = x; then
2396 ac_cv_target=$ac_cv_host
77008252 2397else
5213506e 2398 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
22e05272 2399 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5213506e 2400fi
77008252
JJ
2401
2402fi
5213506e
RW
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2404$as_echo "$ac_cv_target" >&6; }
2405case $ac_cv_target in
2406*-*-*) ;;
22e05272 2407*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5213506e 2408esac
77008252 2409target=$ac_cv_target
5213506e
RW
2410ac_save_IFS=$IFS; IFS='-'
2411set x $ac_cv_target
2412shift
2413target_cpu=$1
2414target_vendor=$2
2415shift; shift
2416# Remember, the first character of IFS is used to create $*,
2417# except with old shells:
2418target_os=$*
2419IFS=$ac_save_IFS
2420case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
77008252
JJ
2421
2422
2423# The aliases save the names the user supplied, while $host etc.
2424# will get canonicalized.
2425test -n "$target_alias" &&
2426 test "$program_prefix$program_suffix$program_transform_name" = \
2427 NONENONEs,x,x, &&
2428 program_prefix=${target_alias}-
5213506e 2429
f2b5129c
MM
2430 case ${build_alias} in
2431 "") build_noncanonical=${build} ;;
2432 *) build_noncanonical=${build_alias} ;;
2433esac
2434
2435 case ${host_alias} in
2436 "") host_noncanonical=${build_noncanonical} ;;
2437 *) host_noncanonical=${host_alias} ;;
2438esac
2439
2440 case ${target_alias} in
2441 "") target_noncanonical=${host_noncanonical} ;;
2442 *) target_noncanonical=${target_alias} ;;
2443esac
2444
2445
2446
77008252 2447
22e05272 2448am__api_version='1.15'
5213506e 2449
77008252
JJ
2450# Find a good install program. We prefer a C program (faster),
2451# so one script is as good as another. But avoid the broken or
2452# incompatible versions:
2453# SysV /etc/install, /usr/sbin/install
2454# SunOS /usr/etc/install
2455# IRIX /sbin/install
2456# AIX /bin/install
2457# AmigaOS /C/install, which installs bootblocks on floppy discs
2458# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2459# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2460# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2461# OS/2's system install, which has a completely different semantic
2462# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2463# Reject install programs that cannot install multiple files.
5213506e
RW
2464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2465$as_echo_n "checking for a BSD-compatible install... " >&6; }
77008252 2466if test -z "$INSTALL"; then
22e05272 2467if ${ac_cv_path_install+:} false; then :
5213506e 2468 $as_echo_n "(cached) " >&6
77008252
JJ
2469else
2470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2471for as_dir in $PATH
2472do
2473 IFS=$as_save_IFS
2474 test -z "$as_dir" && as_dir=.
5213506e
RW
2475 # Account for people who put trailing slashes in PATH elements.
2476case $as_dir/ in #((
2477 ./ | .// | /[cC]/* | \
77008252 2478 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2479 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
77008252
JJ
2480 /usr/ucb/* ) ;;
2481 *)
2482 # OSF1 and SCO ODT 3.0 have their own names for install.
2483 # Don't use installbsd from OSF since it installs stuff as root
2484 # by default.
2485 for ac_prog in ginstall scoinst install; do
2486 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2487 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
77008252
JJ
2488 if test $ac_prog = install &&
2489 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2490 # AIX install. It has an incompatible calling convention.
2491 :
2492 elif test $ac_prog = install &&
2493 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2494 # program-specific install script used by HP pwplus--don't use.
2495 :
2496 else
38d24731
RW
2497 rm -rf conftest.one conftest.two conftest.dir
2498 echo one > conftest.one
2499 echo two > conftest.two
2500 mkdir conftest.dir
2501 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2502 test -s conftest.one && test -s conftest.two &&
2503 test -s conftest.dir/conftest.one &&
2504 test -s conftest.dir/conftest.two
2505 then
2506 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2507 break 3
2508 fi
77008252
JJ
2509 fi
2510 fi
2511 done
2512 done
2513 ;;
2514esac
5213506e
RW
2515
2516 done
2517IFS=$as_save_IFS
77008252 2518
38d24731 2519rm -rf conftest.one conftest.two conftest.dir
77008252
JJ
2520
2521fi
2522 if test "${ac_cv_path_install+set}" = set; then
2523 INSTALL=$ac_cv_path_install
2524 else
38d24731
RW
2525 # As a last resort, use the slow shell script. Don't cache a
2526 # value for INSTALL within a source directory, because that will
77008252 2527 # break other packages using the cache if that directory is
38d24731 2528 # removed, or if the value is a relative name.
77008252
JJ
2529 INSTALL=$ac_install_sh
2530 fi
2531fi
5213506e
RW
2532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2533$as_echo "$INSTALL" >&6; }
77008252
JJ
2534
2535# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2536# It thinks the first close brace ends the variable substitution.
2537test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2538
2539test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2540
2541test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2542
5213506e
RW
2543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2544$as_echo_n "checking whether build environment is sane... " >&6; }
5213506e
RW
2545# Reject unsafe characters in $srcdir or the absolute working directory
2546# name. Accept space and tab only in the latter.
2547am_lf='
2548'
2549case `pwd` in
2550 *[\\\"\#\$\&\'\`$am_lf]*)
22e05272 2551 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
5213506e
RW
2552esac
2553case $srcdir in
2554 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
22e05272 2555 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
5213506e
RW
2556esac
2557
22e05272 2558# Do 'set' in a subshell so we don't clobber the current shell's
77008252
JJ
2559# arguments. Must try -L first in case configure is actually a
2560# symlink; some systems play weird games with the mod time of symlinks
2561# (eg FreeBSD returns the mod time of the symlink's containing
2562# directory).
2563if (
22e05272
JM
2564 am_has_slept=no
2565 for am_try in 1 2; do
2566 echo "timestamp, slept: $am_has_slept" > conftest.file
2567 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2568 if test "$*" = "X"; then
2569 # -L didn't work.
2570 set X `ls -t "$srcdir/configure" conftest.file`
2571 fi
2572 if test "$*" != "X $srcdir/configure conftest.file" \
2573 && test "$*" != "X conftest.file $srcdir/configure"; then
2574
2575 # If neither matched, then we have a broken ls. This can happen
2576 # if, for instance, CONFIG_SHELL is bash and it inherits a
2577 # broken ls alias from the environment. This has actually
2578 # happened. Such a system could not be considered "sane".
2579 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2580 alias in your environment" "$LINENO" 5
2581 fi
2582 if test "$2" = conftest.file || test $am_try -eq 2; then
2583 break
2584 fi
2585 # Just in case.
2586 sleep 1
2587 am_has_slept=yes
2588 done
77008252
JJ
2589 test "$2" = conftest.file
2590 )
2591then
2592 # Ok.
2593 :
2594else
22e05272 2595 as_fn_error $? "newly created file is older than distributed files!
5213506e 2596Check your system clock" "$LINENO" 5
77008252 2597fi
5213506e
RW
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2599$as_echo "yes" >&6; }
22e05272
JM
2600# If we didn't sleep, we still need to ensure time stamps of config.status and
2601# generated files are strictly newer.
2602am_sleep_pid=
2603if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2604 ( sleep 1 ) &
2605 am_sleep_pid=$!
2606fi
2607
2608rm -f conftest.file
2609
77008252 2610test "$program_prefix" != NONE &&
5213506e 2611 program_transform_name="s&^&$program_prefix&;$program_transform_name"
77008252
JJ
2612# Use a double $ so make ignores it.
2613test "$program_suffix" != NONE &&
5213506e
RW
2614 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2615# Double any \ or $.
77008252 2616# By default was `s,x,x', remove it if useless.
5213506e
RW
2617ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2618program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
77008252 2619
22e05272
JM
2620# Expand $ac_aux_dir to an absolute path.
2621am_aux_dir=`cd "$ac_aux_dir" && pwd`
77008252 2622
5213506e
RW
2623if test x"${MISSING+set}" != xset; then
2624 case $am_aux_dir in
2625 *\ * | *\ *)
2626 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2627 *)
2628 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2629 esac
2630fi
77008252 2631# Use eval to expand $SHELL
22e05272
JM
2632if eval "$MISSING --is-lightweight"; then
2633 am_missing_run="$MISSING "
77008252
JJ
2634else
2635 am_missing_run=
22e05272
JM
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2637$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
5213506e
RW
2638fi
2639
22e05272 2640if test x"${install_sh+set}" != xset; then
5213506e
RW
2641 case $am_aux_dir in
2642 *\ * | *\ *)
2643 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2644 *)
2645 install_sh="\${SHELL} $am_aux_dir/install-sh"
2646 esac
2647fi
2648
22e05272
JM
2649# Installed binaries are usually stripped using 'strip' when the user
2650# run "make install-strip". However 'strip' might not be the right
5213506e 2651# tool to use in cross-compilation environments, therefore Automake
22e05272 2652# will honor the 'STRIP' environment variable to overrule this program.
5213506e
RW
2653if test "$cross_compiling" != no; then
2654 if test -n "$ac_tool_prefix"; then
2655 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2656set dummy ${ac_tool_prefix}strip; ac_word=$2
2657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2658$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2659if ${ac_cv_prog_STRIP+:} false; then :
5213506e
RW
2660 $as_echo_n "(cached) " >&6
2661else
2662 if test -n "$STRIP"; then
2663 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2664else
2665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2666for as_dir in $PATH
2667do
2668 IFS=$as_save_IFS
2669 test -z "$as_dir" && as_dir=.
2670 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2671 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5213506e
RW
2672 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2674 break 2
2675 fi
2676done
2677 done
2678IFS=$as_save_IFS
2679
2680fi
2681fi
2682STRIP=$ac_cv_prog_STRIP
2683if test -n "$STRIP"; then
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2685$as_echo "$STRIP" >&6; }
2686else
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2688$as_echo "no" >&6; }
2689fi
2690
2691
2692fi
2693if test -z "$ac_cv_prog_STRIP"; then
2694 ac_ct_STRIP=$STRIP
2695 # Extract the first word of "strip", so it can be a program name with args.
2696set dummy strip; ac_word=$2
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2698$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2699if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5213506e
RW
2700 $as_echo_n "(cached) " >&6
2701else
2702 if test -n "$ac_ct_STRIP"; then
2703 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2704else
2705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2706for as_dir in $PATH
2707do
2708 IFS=$as_save_IFS
2709 test -z "$as_dir" && as_dir=.
2710 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2711 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5213506e
RW
2712 ac_cv_prog_ac_ct_STRIP="strip"
2713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2714 break 2
2715 fi
2716done
77008252 2717 done
5213506e
RW
2718IFS=$as_save_IFS
2719
2720fi
2721fi
2722ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2723if test -n "$ac_ct_STRIP"; then
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2725$as_echo "$ac_ct_STRIP" >&6; }
2726else
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2728$as_echo "no" >&6; }
2729fi
2730
2731 if test "x$ac_ct_STRIP" = x; then
2732 STRIP=":"
77008252 2733 else
5213506e
RW
2734 case $cross_compiling:$ac_tool_warned in
2735yes:)
2736{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2737$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2738ac_tool_warned=yes ;;
2739esac
2740 STRIP=$ac_ct_STRIP
77008252 2741 fi
5213506e
RW
2742else
2743 STRIP="$ac_cv_prog_STRIP"
2744fi
2745
77008252 2746fi
5213506e
RW
2747INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2748
2749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2750$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2751if test -z "$MKDIR_P"; then
22e05272 2752 if ${ac_cv_path_mkdir+:} false; then :
5213506e
RW
2753 $as_echo_n "(cached) " >&6
2754else
2755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2757do
2758 IFS=$as_save_IFS
2759 test -z "$as_dir" && as_dir=.
2760 for ac_prog in mkdir gmkdir; do
2761 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2762 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
5213506e
RW
2763 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2764 'mkdir (GNU coreutils) '* | \
2765 'mkdir (coreutils) '* | \
2766 'mkdir (fileutils) '4.1*)
2767 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2768 break 3;;
2769 esac
2770 done
2771 done
2772 done
2773IFS=$as_save_IFS
2774
2775fi
2776
22e05272 2777 test -d ./--version && rmdir ./--version
5213506e
RW
2778 if test "${ac_cv_path_mkdir+set}" = set; then
2779 MKDIR_P="$ac_cv_path_mkdir -p"
2780 else
2781 # As a last resort, use the slow shell script. Don't cache a
2782 # value for MKDIR_P within a source directory, because that will
2783 # break other packages using the cache if that directory is
2784 # removed, or if the value is a relative name.
5213506e
RW
2785 MKDIR_P="$ac_install_sh -d"
2786 fi
2787fi
2788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2789$as_echo "$MKDIR_P" >&6; }
2790
77008252
JJ
2791for ac_prog in gawk mawk nawk awk
2792do
2793 # Extract the first word of "$ac_prog", so it can be a program name with args.
2794set dummy $ac_prog; ac_word=$2
5213506e
RW
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2797if ${ac_cv_prog_AWK+:} false; then :
5213506e 2798 $as_echo_n "(cached) " >&6
77008252
JJ
2799else
2800 if test -n "$AWK"; then
2801 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2802else
2803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804for as_dir in $PATH
2805do
2806 IFS=$as_save_IFS
2807 test -z "$as_dir" && as_dir=.
5213506e 2808 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 2810 ac_cv_prog_AWK="$ac_prog"
5213506e 2811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
2812 break 2
2813 fi
2814done
5213506e
RW
2815 done
2816IFS=$as_save_IFS
77008252
JJ
2817
2818fi
2819fi
2820AWK=$ac_cv_prog_AWK
2821if test -n "$AWK"; then
5213506e
RW
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2823$as_echo "$AWK" >&6; }
77008252 2824else
5213506e
RW
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826$as_echo "no" >&6; }
77008252
JJ
2827fi
2828
5213506e 2829
77008252
JJ
2830 test -n "$AWK" && break
2831done
2832
5213506e
RW
2833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2834$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2835set x ${MAKE-make}
2836ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
22e05272 2837if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
5213506e 2838 $as_echo_n "(cached) " >&6
77008252
JJ
2839else
2840 cat >conftest.make <<\_ACEOF
5213506e 2841SHELL = /bin/sh
77008252 2842all:
5213506e 2843 @echo '@@@%%%=$(MAKE)=@@@%%%'
77008252 2844_ACEOF
22e05272 2845# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
5213506e
RW
2846case `${MAKE-make} -f conftest.make 2>/dev/null` in
2847 *@@@%%%=?*=@@@%%%*)
2848 eval ac_cv_prog_make_${ac_make}_set=yes;;
2849 *)
2850 eval ac_cv_prog_make_${ac_make}_set=no;;
2851esac
77008252
JJ
2852rm -f conftest.make
2853fi
5213506e
RW
2854if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2856$as_echo "yes" >&6; }
77008252
JJ
2857 SET_MAKE=
2858else
5213506e
RW
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860$as_echo "no" >&6; }
77008252
JJ
2861 SET_MAKE="MAKE=${MAKE-make}"
2862fi
2863
2864rm -rf .tst 2>/dev/null
2865mkdir .tst 2>/dev/null
2866if test -d .tst; then
2867 am__leading_dot=.
2868else
2869 am__leading_dot=_
2870fi
2871rmdir .tst 2>/dev/null
2872
22e05272
JM
2873# Check whether --enable-silent-rules was given.
2874if test "${enable_silent_rules+set}" = set; then :
2875 enableval=$enable_silent_rules;
2876fi
2877
2878case $enable_silent_rules in # (((
2879 yes) AM_DEFAULT_VERBOSITY=0;;
2880 no) AM_DEFAULT_VERBOSITY=1;;
2881 *) AM_DEFAULT_VERBOSITY=1;;
2882esac
2883am_make=${MAKE-make}
2884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2885$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2886if ${am_cv_make_support_nested_variables+:} false; then :
2887 $as_echo_n "(cached) " >&6
2888else
2889 if $as_echo 'TRUE=$(BAR$(V))
2890BAR0=false
2891BAR1=true
2892V=1
2893am__doit:
2894 @$(TRUE)
2895.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2896 am_cv_make_support_nested_variables=yes
2897else
2898 am_cv_make_support_nested_variables=no
2899fi
2900fi
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2902$as_echo "$am_cv_make_support_nested_variables" >&6; }
2903if test $am_cv_make_support_nested_variables = yes; then
2904 AM_V='$(V)'
2905 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2906else
2907 AM_V=$AM_DEFAULT_VERBOSITY
2908 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2909fi
2910AM_BACKSLASH='\'
2911
5213506e
RW
2912if test "`cd $srcdir && pwd`" != "`pwd`"; then
2913 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2914 # is not polluted with repeated "-I."
2915 am__isrc=' -I$(srcdir)'
2916 # test to see if srcdir already configured
2917 if test -f $srcdir/config.status; then
22e05272 2918 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
5213506e 2919 fi
77008252
JJ
2920fi
2921
2922# test whether we have cygpath
2923if test -z "$CYGPATH_W"; then
2924 if (cygpath --version) >/dev/null 2>/dev/null; then
2925 CYGPATH_W='cygpath -w'
2926 else
2927 CYGPATH_W=echo
2928 fi
2929fi
2930
2931
2932# Define the identity of the package.
2933 PACKAGE='libssp'
2934 VERSION='1.0'
2935
2936
2937cat >>confdefs.h <<_ACEOF
2938#define PACKAGE "$PACKAGE"
2939_ACEOF
2940
2941
2942cat >>confdefs.h <<_ACEOF
2943#define VERSION "$VERSION"
2944_ACEOF
2945
2946# Some tools Automake needs.
2947
2948ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2949
2950
2951AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2952
2953
2954AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2955
2956
2957AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2958
2959
2960MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2961
22e05272
JM
2962# For better backward compatibility. To be removed once Automake 1.9.x
2963# dies out for good. For more background, see:
2964# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2965# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2966mkdir_p='$(MKDIR_P)'
2967
2968# We need awk for the "check" target (and possibly the TAP driver). The
2969# system "awk" is bad on some platforms.
d106c85d
MH
2970# Always define AMTAR for backward compatibility. Yes, it's still used
2971# in the wild :-( We should find a proper way to deprecate it ...
2972AMTAR='$${TAR-tar}'
77008252 2973
22e05272
JM
2974
2975# We'll loop over all known methods to create a tar archive until one works.
2976_am_tools='gnutar pax cpio none'
2977
d106c85d 2978am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
77008252
JJ
2979
2980
2981
2982
2983
2984
22e05272
JM
2985# POSIX will say in a future version that running "rm -f" with no argument
2986# is OK; and we want to be able to make that assumption in our Makefile
2987# recipes. So use an aggressive probe to check that the usage we want is
2988# actually supported "in the wild" to an acceptable degree.
2989# See automake bug#10828.
2990# To make any issue more visible, cause the running configure to be aborted
2991# by default if the 'rm' program in use doesn't match our expectations; the
2992# user can still override this though.
2993if rm -f && rm -fr && rm -rf; then : OK; else
2994 cat >&2 <<'END'
2995Oops!
2996
2997Your 'rm' program seems unable to run without file operands specified
2998on the command line, even when the '-f' option is present. This is contrary
2999to the behaviour of most rm programs out there, and not conforming with
3000the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3001
3002Please tell bug-automake@gnu.org about your system, including the value
3003of your $PATH and any error possibly output before this message. This
3004can help us improve future automake versions.
3005
3006END
3007 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3008 echo 'Configuration will proceed anyway, since you have set the' >&2
3009 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3010 echo >&2
3011 else
3012 cat >&2 <<'END'
3013Aborting the configuration process, to ensure you take notice of the issue.
3014
3015You can download and install GNU coreutils to get an 'rm' implementation
3016that behaves properly: <http://www.gnu.org/software/coreutils/>.
3017
3018If you want to complete the configuration process using your problematic
3019'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3020to "yes", and re-run configure.
3021
3022END
3023 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3024 fi
3025fi
3026
3027
5213506e
RW
3028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
3029$as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
3030# Check whether --enable-version-specific-runtime-libs was given.
3031if test "${enable_version_specific_runtime_libs+set}" = set; then :
3032 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
77008252
JJ
3033 yes) version_specific_libs=yes ;;
3034 no) version_specific_libs=no ;;
22e05272 3035 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
77008252
JJ
3036 esac
3037else
3038 version_specific_libs=no
5213506e
RW
3039fi
3040
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
3042$as_echo "$version_specific_libs" >&6; }
77008252 3043
5213506e
RW
3044
3045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3046$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3047 # Check whether --enable-maintainer-mode was given.
3048if test "${enable_maintainer_mode+set}" = set; then :
3049 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
77008252
JJ
3050else
3051 USE_MAINTAINER_MODE=no
5213506e 3052fi
77008252 3053
5213506e
RW
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3055$as_echo "$USE_MAINTAINER_MODE" >&6; }
3056 if test $USE_MAINTAINER_MODE = yes; then
77008252
JJ
3057 MAINTAINER_MODE_TRUE=
3058 MAINTAINER_MODE_FALSE='#'
3059else
3060 MAINTAINER_MODE_TRUE='#'
3061 MAINTAINER_MODE_FALSE=
3062fi
3063
3064 MAINT=$MAINTAINER_MODE_TRUE
3065
3066
3067
3068
be14fe72 3069
77008252 3070# Default to --enable-multilib
5213506e
RW
3071# Check whether --enable-multilib was given.
3072if test "${enable_multilib+set}" = set; then :
3073 enableval=$enable_multilib; case "$enableval" in
77008252
JJ
3074 yes) multilib=yes ;;
3075 no) multilib=no ;;
22e05272 3076 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
77008252
JJ
3077 esac
3078else
3079 multilib=yes
5213506e
RW
3080fi
3081
77008252
JJ
3082
3083# We may get other options which we leave undocumented:
3084# --with-target-subdir, --with-multisrctop, --with-multisubdir
3085# See config-ml.in if you want the gory details.
3086
3087if test "$srcdir" = "."; then
3088 if test "$with_target_subdir" != "."; then
3089 multi_basedir="$srcdir/$with_multisrctop../.."
3090 else
3091 multi_basedir="$srcdir/$with_multisrctop.."
3092 fi
3093else
3094 multi_basedir="$srcdir/.."
3095fi
3096
3097
5b043f08
GK
3098# Even if the default multilib is not a cross compilation,
3099# it may be that some of the other multilibs are.
3100if test $cross_compiling = no && test $multilib = yes \
3101 && test "x${with_multisubdir}" != x ; then
3102 cross_compiling=maybe
3103fi
3104
5213506e 3105ac_config_commands="$ac_config_commands default-1"
77008252
JJ
3106
3107
3108target_alias=${target_alias-$host_alias}
3109
3110
5213506e 3111ac_config_headers="$ac_config_headers config.h"
77008252
JJ
3112
3113
3114ac_ext=c
3115ac_cpp='$CPP $CPPFLAGS'
3116ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3117ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3118ac_compiler_gnu=$ac_cv_c_compiler_gnu
3119
3120# The same as in boehm-gc and libstdc++. Have to borrow it from there.
3121# We must force CC to /not/ be precious variables; otherwise
3122# the wrong, non-multilib-adjusted value will be used in multilibs.
3123# As a side effect, we have to subst CFLAGS ourselves.
3124
3125
3126
3127ac_ext=c
3128ac_cpp='$CPP $CPPFLAGS'
3129ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3130ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3131ac_compiler_gnu=$ac_cv_c_compiler_gnu
3132if test -n "$ac_tool_prefix"; then
3133 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3134set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3136$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3137if ${ac_cv_prog_CC+:} false; then :
5213506e 3138 $as_echo_n "(cached) " >&6
77008252
JJ
3139else
3140 if test -n "$CC"; then
3141 ac_cv_prog_CC="$CC" # Let the user override the test.
3142else
3143as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3144for as_dir in $PATH
3145do
3146 IFS=$as_save_IFS
3147 test -z "$as_dir" && as_dir=.
5213506e 3148 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3149 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 3150 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3152 break 2
3153 fi
3154done
5213506e
RW
3155 done
3156IFS=$as_save_IFS
77008252
JJ
3157
3158fi
3159fi
3160CC=$ac_cv_prog_CC
3161if test -n "$CC"; then
5213506e
RW
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3163$as_echo "$CC" >&6; }
77008252 3164else
5213506e
RW
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3166$as_echo "no" >&6; }
77008252
JJ
3167fi
3168
5213506e 3169
77008252
JJ
3170fi
3171if test -z "$ac_cv_prog_CC"; then
3172 ac_ct_CC=$CC
3173 # Extract the first word of "gcc", so it can be a program name with args.
3174set dummy gcc; ac_word=$2
5213506e
RW
3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3176$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3177if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 3178 $as_echo_n "(cached) " >&6
77008252
JJ
3179else
3180 if test -n "$ac_ct_CC"; then
3181 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3182else
3183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3184for as_dir in $PATH
3185do
3186 IFS=$as_save_IFS
3187 test -z "$as_dir" && as_dir=.
5213506e 3188 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 3190 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3192 break 2
3193 fi
3194done
5213506e
RW
3195 done
3196IFS=$as_save_IFS
77008252
JJ
3197
3198fi
3199fi
3200ac_ct_CC=$ac_cv_prog_ac_ct_CC
3201if test -n "$ac_ct_CC"; then
5213506e
RW
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3203$as_echo "$ac_ct_CC" >&6; }
77008252 3204else
5213506e
RW
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3206$as_echo "no" >&6; }
77008252
JJ
3207fi
3208
5213506e
RW
3209 if test "x$ac_ct_CC" = x; then
3210 CC=""
3211 else
3212 case $cross_compiling:$ac_tool_warned in
3213yes:)
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3215$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3216ac_tool_warned=yes ;;
3217esac
3218 CC=$ac_ct_CC
3219 fi
77008252
JJ
3220else
3221 CC="$ac_cv_prog_CC"
3222fi
3223
3224if test -z "$CC"; then
5213506e
RW
3225 if test -n "$ac_tool_prefix"; then
3226 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
77008252 3227set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3229$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3230if ${ac_cv_prog_CC+:} false; then :
5213506e 3231 $as_echo_n "(cached) " >&6
77008252
JJ
3232else
3233 if test -n "$CC"; then
3234 ac_cv_prog_CC="$CC" # Let the user override the test.
3235else
3236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3237for as_dir in $PATH
3238do
3239 IFS=$as_save_IFS
3240 test -z "$as_dir" && as_dir=.
5213506e 3241 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 3243 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3245 break 2
3246 fi
3247done
5213506e
RW
3248 done
3249IFS=$as_save_IFS
77008252
JJ
3250
3251fi
3252fi
3253CC=$ac_cv_prog_CC
3254if test -n "$CC"; then
5213506e
RW
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3256$as_echo "$CC" >&6; }
77008252 3257else
5213506e
RW
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3259$as_echo "no" >&6; }
77008252
JJ
3260fi
3261
77008252 3262
5213506e 3263 fi
77008252
JJ
3264fi
3265if test -z "$CC"; then
3266 # Extract the first word of "cc", so it can be a program name with args.
3267set dummy cc; ac_word=$2
5213506e
RW
3268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3269$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3270if ${ac_cv_prog_CC+:} false; then :
5213506e 3271 $as_echo_n "(cached) " >&6
77008252
JJ
3272else
3273 if test -n "$CC"; then
3274 ac_cv_prog_CC="$CC" # Let the user override the test.
3275else
3276 ac_prog_rejected=no
3277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3278for as_dir in $PATH
3279do
3280 IFS=$as_save_IFS
3281 test -z "$as_dir" && as_dir=.
5213506e 3282 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252
JJ
3284 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3285 ac_prog_rejected=yes
3286 continue
3287 fi
3288 ac_cv_prog_CC="cc"
5213506e 3289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3290 break 2
3291 fi
3292done
5213506e
RW
3293 done
3294IFS=$as_save_IFS
77008252
JJ
3295
3296if test $ac_prog_rejected = yes; then
3297 # We found a bogon in the path, so make sure we never use it.
3298 set dummy $ac_cv_prog_CC
3299 shift
3300 if test $# != 0; then
3301 # We chose a different compiler from the bogus one.
3302 # However, it has the same basename, so the bogon will be chosen
3303 # first if we set CC to just the basename; use the full file name.
3304 shift
3305 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3306 fi
3307fi
3308fi
3309fi
3310CC=$ac_cv_prog_CC
3311if test -n "$CC"; then
5213506e
RW
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3313$as_echo "$CC" >&6; }
77008252 3314else
5213506e
RW
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3316$as_echo "no" >&6; }
77008252
JJ
3317fi
3318
5213506e 3319
77008252
JJ
3320fi
3321if test -z "$CC"; then
3322 if test -n "$ac_tool_prefix"; then
5213506e 3323 for ac_prog in cl.exe
77008252
JJ
3324 do
3325 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3326set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3328$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3329if ${ac_cv_prog_CC+:} false; then :
5213506e 3330 $as_echo_n "(cached) " >&6
77008252
JJ
3331else
3332 if test -n "$CC"; then
3333 ac_cv_prog_CC="$CC" # Let the user override the test.
3334else
3335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3336for as_dir in $PATH
3337do
3338 IFS=$as_save_IFS
3339 test -z "$as_dir" && as_dir=.
5213506e 3340 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 3342 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 3343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3344 break 2
3345 fi
3346done
5213506e
RW
3347 done
3348IFS=$as_save_IFS
77008252
JJ
3349
3350fi
3351fi
3352CC=$ac_cv_prog_CC
3353if test -n "$CC"; then
5213506e
RW
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3355$as_echo "$CC" >&6; }
77008252 3356else
5213506e
RW
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3358$as_echo "no" >&6; }
77008252
JJ
3359fi
3360
5213506e 3361
77008252
JJ
3362 test -n "$CC" && break
3363 done
3364fi
3365if test -z "$CC"; then
3366 ac_ct_CC=$CC
5213506e 3367 for ac_prog in cl.exe
77008252
JJ
3368do
3369 # Extract the first word of "$ac_prog", so it can be a program name with args.
3370set dummy $ac_prog; ac_word=$2
5213506e
RW
3371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3372$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3373if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 3374 $as_echo_n "(cached) " >&6
77008252
JJ
3375else
3376 if test -n "$ac_ct_CC"; then
3377 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3378else
3379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3380for as_dir in $PATH
3381do
3382 IFS=$as_save_IFS
3383 test -z "$as_dir" && as_dir=.
5213506e 3384 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 3386 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 3387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
3388 break 2
3389 fi
3390done
5213506e
RW
3391 done
3392IFS=$as_save_IFS
77008252
JJ
3393
3394fi
3395fi
3396ac_ct_CC=$ac_cv_prog_ac_ct_CC
3397if test -n "$ac_ct_CC"; then
5213506e
RW
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3399$as_echo "$ac_ct_CC" >&6; }
77008252 3400else
5213506e
RW
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3402$as_echo "no" >&6; }
77008252
JJ
3403fi
3404
5213506e 3405
77008252
JJ
3406 test -n "$ac_ct_CC" && break
3407done
3408
5213506e
RW
3409 if test "x$ac_ct_CC" = x; then
3410 CC=""
3411 else
3412 case $cross_compiling:$ac_tool_warned in
3413yes:)
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3415$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3416ac_tool_warned=yes ;;
3417esac
3418 CC=$ac_ct_CC
3419 fi
77008252
JJ
3420fi
3421
3422fi
3423
3424
5213506e
RW
3425test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3426$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3427as_fn_error $? "no acceptable C compiler found in \$PATH
3428See \`config.log' for more details" "$LINENO" 5; }
77008252
JJ
3429
3430# Provide some information about the compiler.
5213506e
RW
3431$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3432set X $ac_compile
3433ac_compiler=$2
3434for ac_option in --version -v -V -qversion; do
3435 { { ac_try="$ac_compiler $ac_option >&5"
3436case "(($ac_try" in
3437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3438 *) ac_try_echo=$ac_try;;
3439esac
3440eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3441$as_echo "$ac_try_echo"; } >&5
3442 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
77008252 3443 ac_status=$?
5213506e
RW
3444 if test -s conftest.err; then
3445 sed '10a\
3446... rest of stderr output deleted ...
3447 10q' conftest.err >conftest.er1
3448 cat conftest.er1 >&5
5213506e 3449 fi
22e05272 3450 rm -f conftest.er1 conftest.err
5213506e
RW
3451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3452 test $ac_status = 0; }
3453done
77008252 3454
5213506e 3455cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252 3456/* end confdefs.h. */
02ce382c 3457#include <stdio.h>
be14fe72
JM
3458int
3459main ()
3460{
02ce382c 3461printf ("hello world\n");
be14fe72
JM
3462 ;
3463 return 0;
3464}
3465_ACEOF
3466# FIXME: Cleanup?
5213506e 3467if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
be14fe72
JM
3468 (eval $ac_link) 2>&5
3469 ac_status=$?
5213506e
RW
3470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3471 test $ac_status = 0; }; then :
be14fe72
JM
3472 gcc_no_link=no
3473else
3474 gcc_no_link=yes
3475fi
be14fe72
JM
3476if test x$gcc_no_link = xyes; then
3477 # Setting cross_compile will disable run tests; it will
3478 # also disable AC_CHECK_FILE but that's generally
3479 # correct if we can't link.
3480 cross_compiling=yes
3481 EXEEXT=
3482else
5213506e 3483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
be14fe72
JM
3484/* end confdefs.h. */
3485
77008252
JJ
3486int
3487main ()
3488{
3489
3490 ;
3491 return 0;
3492}
3493_ACEOF
3494ac_clean_files_save=$ac_clean_files
22e05272 3495ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
77008252
JJ
3496# Try to create an executable without -o first, disregard a.out.
3497# It will help us diagnose broken compilers, and finding out an intuition
3498# of exeext.
22e05272
JM
3499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3500$as_echo_n "checking whether the C compiler works... " >&6; }
5213506e
RW
3501ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3502
3503# The possible output files:
3504ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3505
3506ac_rmfiles=
3507for ac_file in $ac_files
3508do
3509 case $ac_file in
3510 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3511 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3512 esac
3513done
3514rm -f $ac_rmfiles
3515
3516if { { ac_try="$ac_link_default"
3517case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520esac
3521eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3522$as_echo "$ac_try_echo"; } >&5
3523 (eval "$ac_link_default") 2>&5
77008252 3524 ac_status=$?
5213506e
RW
3525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3526 test $ac_status = 0; }; then :
3527 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3528# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3529# in a Makefile. We should not override ac_cv_exeext if it was cached,
3530# so that the user can short-circuit this test for compilers unknown to
3531# Autoconf.
3532for ac_file in $ac_files ''
77008252
JJ
3533do
3534 test -f "$ac_file" || continue
3535 case $ac_file in
5213506e 3536 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
77008252
JJ
3537 ;;
3538 [ab].out )
3539 # We found the default executable, but exeext='' is most
3540 # certainly right.
3541 break;;
3542 *.* )
5213506e
RW
3543 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3544 then :; else
3545 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3546 fi
3547 # We set ac_cv_exeext here because the later test for it is not
3548 # safe: cross compilers may not add the suffix if given an `-o'
3549 # argument, so we may need to know it at that point already.
3550 # Even if this section looks crufty: it has the advantage of
3551 # actually working.
77008252
JJ
3552 break;;
3553 * )
3554 break;;
3555 esac
3556done
5213506e
RW
3557test "$ac_cv_exeext" = no && ac_cv_exeext=
3558
77008252 3559else
5213506e
RW
3560 ac_file=''
3561fi
5213506e 3562if test -z "$ac_file"; then :
22e05272
JM
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3564$as_echo "no" >&6; }
3565$as_echo "$as_me: failed program was:" >&5
77008252
JJ
3566sed 's/^/| /' conftest.$ac_ext >&5
3567
5213506e
RW
3568{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3569$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3570as_fn_error 77 "C compiler cannot create executables
3571See \`config.log' for more details" "$LINENO" 5; }
3572else
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3574$as_echo "yes" >&6; }
77008252 3575fi
22e05272
JM
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3577$as_echo_n "checking for C compiler default output file name... " >&6; }
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3579$as_echo "$ac_file" >&6; }
77008252 3580ac_exeext=$ac_cv_exeext
77008252 3581
22e05272 3582rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
77008252 3583ac_clean_files=$ac_clean_files_save
5213506e
RW
3584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3585$as_echo_n "checking for suffix of executables... " >&6; }
3586if { { ac_try="$ac_link"
3587case "(($ac_try" in
3588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3589 *) ac_try_echo=$ac_try;;
3590esac
3591eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3592$as_echo "$ac_try_echo"; } >&5
3593 (eval "$ac_link") 2>&5
77008252 3594 ac_status=$?
5213506e
RW
3595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3596 test $ac_status = 0; }; then :
77008252
JJ
3597 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3598# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3599# work properly (i.e., refer to `conftest.exe'), while it won't with
3600# `rm'.
3601for ac_file in conftest.exe conftest conftest.*; do
3602 test -f "$ac_file" || continue
3603 case $ac_file in
5213506e 3604 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
77008252 3605 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
77008252
JJ
3606 break;;
3607 * ) break;;
3608 esac
3609done
3610else
5213506e
RW
3611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3612$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3613as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3614See \`config.log' for more details" "$LINENO" 5; }
77008252 3615fi
22e05272 3616rm -f conftest conftest$ac_cv_exeext
5213506e
RW
3617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3618$as_echo "$ac_cv_exeext" >&6; }
77008252
JJ
3619
3620rm -f conftest.$ac_ext
3621EXEEXT=$ac_cv_exeext
3622ac_exeext=$EXEEXT
22e05272
JM
3623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3624/* end confdefs.h. */
3625#include <stdio.h>
3626int
3627main ()
3628{
3629FILE *f = fopen ("conftest.out", "w");
3630 return ferror (f) || fclose (f) != 0;
3631
3632 ;
3633 return 0;
3634}
3635_ACEOF
3636ac_clean_files="$ac_clean_files conftest.out"
3637# Check that the compiler produces executables we can run. If not, either
3638# the compiler is broken, or we cross compile.
3639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3640$as_echo_n "checking whether we are cross compiling... " >&6; }
3641if test "$cross_compiling" != yes; then
3642 { { ac_try="$ac_link"
3643case "(($ac_try" in
3644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3645 *) ac_try_echo=$ac_try;;
3646esac
3647eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3648$as_echo "$ac_try_echo"; } >&5
3649 (eval "$ac_link") 2>&5
3650 ac_status=$?
3651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3652 test $ac_status = 0; }
3653 if { ac_try='./conftest$ac_cv_exeext'
3654 { { case "(($ac_try" in
3655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3656 *) ac_try_echo=$ac_try;;
3657esac
3658eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3659$as_echo "$ac_try_echo"; } >&5
3660 (eval "$ac_try") 2>&5
3661 ac_status=$?
3662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3663 test $ac_status = 0; }; }; then
3664 cross_compiling=no
3665 else
3666 if test "$cross_compiling" = maybe; then
3667 cross_compiling=yes
3668 else
3669 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3670$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3671as_fn_error $? "cannot run C compiled programs.
3672If you meant to cross compile, use \`--host'.
3673See \`config.log' for more details" "$LINENO" 5; }
3674 fi
3675 fi
3676fi
3677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3678$as_echo "$cross_compiling" >&6; }
3679
3680rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3681ac_clean_files=$ac_clean_files_save
be14fe72 3682fi
5213506e
RW
3683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3684$as_echo_n "checking for suffix of object files... " >&6; }
22e05272 3685if ${ac_cv_objext+:} false; then :
5213506e 3686 $as_echo_n "(cached) " >&6
77008252 3687else
5213506e 3688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
3689/* end confdefs.h. */
3690
3691int
3692main ()
3693{
3694
3695 ;
3696 return 0;
3697}
3698_ACEOF
3699rm -f conftest.o conftest.obj
5213506e
RW
3700if { { ac_try="$ac_compile"
3701case "(($ac_try" in
3702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3703 *) ac_try_echo=$ac_try;;
3704esac
3705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3706$as_echo "$ac_try_echo"; } >&5
3707 (eval "$ac_compile") 2>&5
77008252 3708 ac_status=$?
5213506e
RW
3709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3710 test $ac_status = 0; }; then :
3711 for ac_file in conftest.o conftest.obj conftest.*; do
3712 test -f "$ac_file" || continue;
77008252 3713 case $ac_file in
5213506e 3714 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
77008252
JJ
3715 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3716 break;;
3717 esac
3718done
3719else
5213506e 3720 $as_echo "$as_me: failed program was:" >&5
77008252
JJ
3721sed 's/^/| /' conftest.$ac_ext >&5
3722
5213506e
RW
3723{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3724$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3725as_fn_error $? "cannot compute suffix of object files: cannot compile
3726See \`config.log' for more details" "$LINENO" 5; }
77008252 3727fi
77008252
JJ
3728rm -f conftest.$ac_cv_objext conftest.$ac_ext
3729fi
5213506e
RW
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3731$as_echo "$ac_cv_objext" >&6; }
77008252
JJ
3732OBJEXT=$ac_cv_objext
3733ac_objext=$OBJEXT
5213506e
RW
3734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3735$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 3736if ${ac_cv_c_compiler_gnu+:} false; then :
5213506e 3737 $as_echo_n "(cached) " >&6
77008252 3738else
5213506e 3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
3740/* end confdefs.h. */
3741
3742int
3743main ()
3744{
3745#ifndef __GNUC__
3746 choke me
3747#endif
3748
3749 ;
3750 return 0;
3751}
3752_ACEOF
5213506e 3753if ac_fn_c_try_compile "$LINENO"; then :
77008252
JJ
3754 ac_compiler_gnu=yes
3755else
5213506e 3756 ac_compiler_gnu=no
77008252 3757fi
5213506e 3758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77008252
JJ
3759ac_cv_c_compiler_gnu=$ac_compiler_gnu
3760
3761fi
5213506e
RW
3762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3763$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3764if test $ac_compiler_gnu = yes; then
3765 GCC=yes
3766else
3767 GCC=
3768fi
77008252
JJ
3769ac_test_CFLAGS=${CFLAGS+set}
3770ac_save_CFLAGS=$CFLAGS
5213506e
RW
3771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3772$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 3773if ${ac_cv_prog_cc_g+:} false; then :
5213506e
RW
3774 $as_echo_n "(cached) " >&6
3775else
3776 ac_save_c_werror_flag=$ac_c_werror_flag
3777 ac_c_werror_flag=yes
3778 ac_cv_prog_cc_g=no
3779 CFLAGS="-g"
3780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
3781/* end confdefs.h. */
3782
3783int
3784main ()
3785{
3786
3787 ;
3788 return 0;
3789}
3790_ACEOF
5213506e 3791if ac_fn_c_try_compile "$LINENO"; then :
77008252
JJ
3792 ac_cv_prog_cc_g=yes
3793else
5213506e
RW
3794 CFLAGS=""
3795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3796/* end confdefs.h. */
77008252 3797
5213506e
RW
3798int
3799main ()
3800{
3801
3802 ;
3803 return 0;
3804}
3805_ACEOF
3806if ac_fn_c_try_compile "$LINENO"; then :
3807
3808else
3809 ac_c_werror_flag=$ac_save_c_werror_flag
3810 CFLAGS="-g"
3811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3812/* end confdefs.h. */
3813
3814int
3815main ()
3816{
3817
3818 ;
3819 return 0;
3820}
3821_ACEOF
3822if ac_fn_c_try_compile "$LINENO"; then :
3823 ac_cv_prog_cc_g=yes
3824fi
3825rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77008252 3826fi
5213506e 3827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77008252 3828fi
5213506e
RW
3829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3830 ac_c_werror_flag=$ac_save_c_werror_flag
3831fi
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3833$as_echo "$ac_cv_prog_cc_g" >&6; }
77008252
JJ
3834if test "$ac_test_CFLAGS" = set; then
3835 CFLAGS=$ac_save_CFLAGS
3836elif test $ac_cv_prog_cc_g = yes; then
3837 if test "$GCC" = yes; then
3838 CFLAGS="-g -O2"
3839 else
3840 CFLAGS="-g"
3841 fi
3842else
3843 if test "$GCC" = yes; then
3844 CFLAGS="-O2"
3845 else
3846 CFLAGS=
3847 fi
3848fi
5213506e
RW
3849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3850$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 3851if ${ac_cv_prog_cc_c89+:} false; then :
5213506e 3852 $as_echo_n "(cached) " >&6
77008252 3853else
5213506e 3854 ac_cv_prog_cc_c89=no
77008252 3855ac_save_CC=$CC
5213506e 3856cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
3857/* end confdefs.h. */
3858#include <stdarg.h>
3859#include <stdio.h>
22e05272 3860struct stat;
77008252
JJ
3861/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3862struct buf { int x; };
3863FILE * (*rcsopen) (struct buf *, struct stat *, int);
3864static char *e (p, i)
3865 char **p;
3866 int i;
3867{
3868 return p[i];
3869}
3870static char *f (char * (*g) (char **, int), char **p, ...)
3871{
3872 char *s;
3873 va_list v;
3874 va_start (v,p);
3875 s = g (p, va_arg (v,int));
3876 va_end (v);
3877 return s;
3878}
3879
3880/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3881 function prototypes and stuff, but not '\xHH' hex character constants.
3882 These don't provoke an error unfortunately, instead are silently treated
5213506e 3883 as 'x'. The following induces an error, until -std is added to get
77008252
JJ
3884 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3885 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 3886 that's true only with -std. */
77008252
JJ
3887int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3888
5213506e
RW
3889/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3890 inside strings and character constants. */
3891#define FOO(x) 'x'
3892int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3893
77008252
JJ
3894int test (int i, double x);
3895struct s1 {int (*f) (int a);};
3896struct s2 {int (*f) (double a);};
3897int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3898int argc;
3899char **argv;
3900int
3901main ()
3902{
3903return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3904 ;
3905 return 0;
3906}
3907_ACEOF
5213506e
RW
3908for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3909 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
77008252
JJ
3910do
3911 CC="$ac_save_CC $ac_arg"
5213506e
RW
3912 if ac_fn_c_try_compile "$LINENO"; then :
3913 ac_cv_prog_cc_c89=$ac_arg
77008252 3914fi
5213506e
RW
3915rm -f core conftest.err conftest.$ac_objext
3916 test "x$ac_cv_prog_cc_c89" != "xno" && break
77008252 3917done
5213506e 3918rm -f conftest.$ac_ext
77008252
JJ
3919CC=$ac_save_CC
3920
3921fi
5213506e
RW
3922# AC_CACHE_VAL
3923case "x$ac_cv_prog_cc_c89" in
3924 x)
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3926$as_echo "none needed" >&6; } ;;
3927 xno)
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3929$as_echo "unsupported" >&6; } ;;
77008252 3930 *)
5213506e
RW
3931 CC="$CC $ac_cv_prog_cc_c89"
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3933$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
77008252 3934esac
5213506e 3935if test "x$ac_cv_prog_cc_c89" != xno; then :
77008252
JJ
3936
3937fi
77008252 3938
77008252
JJ
3939ac_ext=c
3940ac_cpp='$CPP $CPPFLAGS'
3941ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3942ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3943ac_compiler_gnu=$ac_cv_c_compiler_gnu
22e05272
JM
3944
3945ac_ext=c
3946ac_cpp='$CPP $CPPFLAGS'
3947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3949ac_compiler_gnu=$ac_cv_c_compiler_gnu
3950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3951$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3952if ${am_cv_prog_cc_c_o+:} false; then :
3953 $as_echo_n "(cached) " >&6
3954else
3955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3956/* end confdefs.h. */
3957
3958int
3959main ()
3960{
3961
3962 ;
3963 return 0;
3964}
3965_ACEOF
3966 # Make sure it works both with $CC and with simple cc.
3967 # Following AC_PROG_CC_C_O, we do the test twice because some
3968 # compilers refuse to overwrite an existing .o file with -o,
3969 # though they will create one.
3970 am_cv_prog_cc_c_o=yes
3971 for am_i in 1 2; do
3972 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3973 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3974 ac_status=$?
3975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3976 (exit $ac_status); } \
3977 && test -f conftest2.$ac_objext; then
3978 : OK
3979 else
3980 am_cv_prog_cc_c_o=no
3981 break
3982 fi
3983 done
3984 rm -f core conftest*
3985 unset am_i
3986fi
3987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3988$as_echo "$am_cv_prog_cc_c_o" >&6; }
3989if test "$am_cv_prog_cc_c_o" != yes; then
3990 # Losing compiler, so override with the script.
3991 # FIXME: It is wrong to rewrite CC.
3992 # But if we don't then we get into trouble of one sort or another.
3993 # A longer-term fix would be to have automake use am__CC in this case,
3994 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3995 CC="$am_aux_dir/compile $CC"
3996fi
3997ac_ext=c
3998ac_cpp='$CPP $CPPFLAGS'
3999ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4000ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4001ac_compiler_gnu=$ac_cv_c_compiler_gnu
4002
77008252
JJ
4003DEPDIR="${am__leading_dot}deps"
4004
5213506e 4005ac_config_commands="$ac_config_commands depfiles"
77008252
JJ
4006
4007
4008am_make=${MAKE-make}
4009cat > confinc << 'END'
4010am__doit:
5213506e 4011 @echo this is the am__doit target
77008252
JJ
4012.PHONY: am__doit
4013END
4014# If we don't find an include directive, just comment out the code.
5213506e
RW
4015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4016$as_echo_n "checking for style of include used by $am_make... " >&6; }
77008252
JJ
4017am__include="#"
4018am__quote=
4019_am_result=none
4020# First try GNU make style include.
4021echo "include confinc" > confmf
22e05272 4022# Ignore all kinds of additional output from 'make'.
5213506e
RW
4023case `$am_make -s -f confmf 2> /dev/null` in #(
4024*the\ am__doit\ target*)
4025 am__include=include
4026 am__quote=
4027 _am_result=GNU
4028 ;;
4029esac
77008252
JJ
4030# Now try BSD make style include.
4031if test "$am__include" = "#"; then
4032 echo '.include "confinc"' > confmf
5213506e
RW
4033 case `$am_make -s -f confmf 2> /dev/null` in #(
4034 *the\ am__doit\ target*)
4035 am__include=.include
4036 am__quote="\""
4037 _am_result=BSD
4038 ;;
4039 esac
77008252
JJ
4040fi
4041
4042
5213506e
RW
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4044$as_echo "$_am_result" >&6; }
77008252
JJ
4045rm -f confinc confmf
4046
5213506e
RW
4047# Check whether --enable-dependency-tracking was given.
4048if test "${enable_dependency_tracking+set}" = set; then :
4049 enableval=$enable_dependency_tracking;
4050fi
77008252 4051
77008252
JJ
4052if test "x$enable_dependency_tracking" != xno; then
4053 am_depcomp="$ac_aux_dir/depcomp"
4054 AMDEPBACKSLASH='\'
d106c85d 4055 am__nodep='_no'
77008252 4056fi
5213506e 4057 if test "x$enable_dependency_tracking" != xno; then
77008252
JJ
4058 AMDEP_TRUE=
4059 AMDEP_FALSE='#'
4060else
4061 AMDEP_TRUE='#'
4062 AMDEP_FALSE=
4063fi
4064
4065
4066
77008252
JJ
4067depcc="$CC" am_compiler_list=
4068
5213506e
RW
4069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4070$as_echo_n "checking dependency style of $depcc... " >&6; }
22e05272 4071if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5213506e 4072 $as_echo_n "(cached) " >&6
77008252
JJ
4073else
4074 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4075 # We make a subdir and do the tests there. Otherwise we can end up
4076 # making bogus files that we don't know about and never remove. For
4077 # instance it was reported that on HP-UX the gcc test will end up
22e05272
JM
4078 # making a dummy file named 'D' -- because '-MD' means "put the output
4079 # in D".
d106c85d 4080 rm -rf conftest.dir
77008252
JJ
4081 mkdir conftest.dir
4082 # Copy depcomp to subdir because otherwise we won't find it if we're
4083 # using a relative directory.
4084 cp "$am_depcomp" conftest.dir
4085 cd conftest.dir
4086 # We will build objects and dependencies in a subdirectory because
4087 # it helps to detect inapplicable dependency modes. For instance
4088 # both Tru64's cc and ICC support -MD to output dependencies as a
4089 # side effect of compilation, but ICC will put the dependencies in
4090 # the current directory while Tru64 will put them in the object
4091 # directory.
4092 mkdir sub
4093
4094 am_cv_CC_dependencies_compiler_type=none
4095 if test "$am_compiler_list" = ""; then
4096 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4097 fi
5213506e
RW
4098 am__universal=false
4099 case " $depcc " in #(
4100 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4101 esac
4102
77008252
JJ
4103 for depmode in $am_compiler_list; do
4104 # Setup a source with many dependencies, because some compilers
4105 # like to wrap large dependency lists on column 80 (with \), and
4106 # we should not choose a depcomp mode which is confused by this.
4107 #
4108 # We need to recreate these files for each test, as the compiler may
4109 # overwrite some of them when testing with obscure command lines.
4110 # This happens at least with the AIX C compiler.
4111 : > sub/conftest.c
4112 for i in 1 2 3 4 5 6; do
4113 echo '#include "conftst'$i'.h"' >> sub/conftest.c
22e05272
JM
4114 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4115 # Solaris 10 /bin/sh.
4116 echo '/* dummy */' > sub/conftst$i.h
77008252
JJ
4117 done
4118 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4119
22e05272 4120 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5213506e 4121 # mode. It turns out that the SunPro C++ compiler does not properly
22e05272
JM
4122 # handle '-M -o', and we need to detect this. Also, some Intel
4123 # versions had trouble with output in subdirs.
5213506e
RW
4124 am__obj=sub/conftest.${OBJEXT-o}
4125 am__minus_obj="-o $am__obj"
77008252 4126 case $depmode in
5213506e
RW
4127 gcc)
4128 # This depmode causes a compiler race in universal mode.
4129 test "$am__universal" = false || continue
4130 ;;
77008252 4131 nosideeffect)
22e05272
JM
4132 # After this tag, mechanisms are not by side-effect, so they'll
4133 # only be used when explicitly requested.
77008252
JJ
4134 if test "x$enable_dependency_tracking" = xyes; then
4135 continue
4136 else
4137 break
4138 fi
4139 ;;
d106c85d 4140 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
22e05272 4141 # This compiler won't grok '-c -o', but also, the minuso test has
5213506e
RW
4142 # not run yet. These depmodes are late enough in the game, and
4143 # so weak that their functioning should not be impacted.
4144 am__obj=conftest.${OBJEXT-o}
4145 am__minus_obj=
4146 ;;
77008252
JJ
4147 none) break ;;
4148 esac
77008252 4149 if depmode=$depmode \
5213506e 4150 source=sub/conftest.c object=$am__obj \
77008252 4151 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5213506e 4152 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
77008252 4153 >/dev/null 2>conftest.err &&
5213506e 4154 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
77008252 4155 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5213506e 4156 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
77008252
JJ
4157 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4158 # icc doesn't choke on unknown options, it will just issue warnings
4159 # or remarks (even with -Werror). So we grep stderr for any message
4160 # that says an option was ignored or not supported.
4161 # When given -MP, icc 7.0 and 7.1 complain thusly:
4162 # icc: Command line warning: ignoring option '-M'; no argument required
4163 # The diagnosis changed in icc 8.0:
4164 # icc: Command line remark: option '-MP' not supported
4165 if (grep 'ignoring option' conftest.err ||
4166 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4167 am_cv_CC_dependencies_compiler_type=$depmode
4168 break
4169 fi
4170 fi
4171 done
4172
4173 cd ..
4174 rm -rf conftest.dir
4175else
4176 am_cv_CC_dependencies_compiler_type=none
4177fi
4178
4179fi
5213506e
RW
4180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4181$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
77008252
JJ
4182CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4183
5213506e 4184 if
77008252
JJ
4185 test "x$enable_dependency_tracking" != xno \
4186 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4187 am__fastdepCC_TRUE=
4188 am__fastdepCC_FALSE='#'
4189else
4190 am__fastdepCC_TRUE='#'
4191 am__fastdepCC_FALSE=
4192fi
4193
4194
4195
4196
4197
4198
4199if test "x$GCC" != "xyes"; then
22e05272 4200 as_fn_error $? "libssp must be built with GCC" "$LINENO" 5
77008252
JJ
4201fi
4202ac_ext=c
4203ac_cpp='$CPP $CPPFLAGS'
4204ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4205ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4206ac_compiler_gnu=$ac_cv_c_compiler_gnu
5213506e
RW
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4208$as_echo_n "checking how to run the C preprocessor... " >&6; }
77008252
JJ
4209# On Suns, sometimes $CPP names a directory.
4210if test -n "$CPP" && test -d "$CPP"; then
4211 CPP=
4212fi
4213if test -z "$CPP"; then
22e05272 4214 if ${ac_cv_prog_CPP+:} false; then :
5213506e 4215 $as_echo_n "(cached) " >&6
77008252
JJ
4216else
4217 # Double quotes because CPP needs to be expanded
4218 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4219 do
4220 ac_preproc_ok=false
4221for ac_c_preproc_warn_flag in '' yes
4222do
4223 # Use a header file that comes with gcc, so configuring glibc
4224 # with a fresh cross-compiler works.
4225 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4226 # <limits.h> exists even on freestanding compilers.
4227 # On the NeXT, cc -E runs the code through the compiler's parser,
4228 # not just through cpp. "Syntax error" is here to catch this case.
5213506e 4229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4230/* end confdefs.h. */
4231#ifdef __STDC__
4232# include <limits.h>
4233#else
4234# include <assert.h>
4235#endif
4236 Syntax error
4237_ACEOF
5213506e 4238if ac_fn_c_try_cpp "$LINENO"; then :
77008252 4239
5213506e 4240else
77008252
JJ
4241 # Broken: fails on valid input.
4242continue
4243fi
22e05272 4244rm -f conftest.err conftest.i conftest.$ac_ext
77008252 4245
5213506e 4246 # OK, works on sane cases. Now check whether nonexistent headers
77008252 4247 # can be detected and how.
5213506e 4248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4249/* end confdefs.h. */
4250#include <ac_nonexistent.h>
4251_ACEOF
5213506e 4252if ac_fn_c_try_cpp "$LINENO"; then :
77008252
JJ
4253 # Broken: success on invalid input.
4254continue
4255else
77008252
JJ
4256 # Passes both tests.
4257ac_preproc_ok=:
4258break
4259fi
22e05272 4260rm -f conftest.err conftest.i conftest.$ac_ext
77008252
JJ
4261
4262done
4263# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 4264rm -f conftest.i conftest.err conftest.$ac_ext
5213506e 4265if $ac_preproc_ok; then :
77008252
JJ
4266 break
4267fi
4268
4269 done
4270 ac_cv_prog_CPP=$CPP
4271
4272fi
4273 CPP=$ac_cv_prog_CPP
4274else
4275 ac_cv_prog_CPP=$CPP
4276fi
5213506e
RW
4277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4278$as_echo "$CPP" >&6; }
77008252
JJ
4279ac_preproc_ok=false
4280for ac_c_preproc_warn_flag in '' yes
4281do
4282 # Use a header file that comes with gcc, so configuring glibc
4283 # with a fresh cross-compiler works.
4284 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4285 # <limits.h> exists even on freestanding compilers.
4286 # On the NeXT, cc -E runs the code through the compiler's parser,
4287 # not just through cpp. "Syntax error" is here to catch this case.
5213506e 4288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4289/* end confdefs.h. */
4290#ifdef __STDC__
4291# include <limits.h>
4292#else
4293# include <assert.h>
4294#endif
4295 Syntax error
4296_ACEOF
5213506e 4297if ac_fn_c_try_cpp "$LINENO"; then :
77008252 4298
5213506e 4299else
77008252
JJ
4300 # Broken: fails on valid input.
4301continue
4302fi
22e05272 4303rm -f conftest.err conftest.i conftest.$ac_ext
77008252 4304
5213506e 4305 # OK, works on sane cases. Now check whether nonexistent headers
77008252 4306 # can be detected and how.
5213506e 4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4308/* end confdefs.h. */
4309#include <ac_nonexistent.h>
4310_ACEOF
5213506e 4311if ac_fn_c_try_cpp "$LINENO"; then :
77008252
JJ
4312 # Broken: success on invalid input.
4313continue
4314else
77008252
JJ
4315 # Passes both tests.
4316ac_preproc_ok=:
4317break
4318fi
22e05272 4319rm -f conftest.err conftest.i conftest.$ac_ext
77008252
JJ
4320
4321done
4322# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 4323rm -f conftest.i conftest.err conftest.$ac_ext
5213506e
RW
4324if $ac_preproc_ok; then :
4325
77008252 4326else
5213506e
RW
4327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4328$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4329as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4330See \`config.log' for more details" "$LINENO" 5; }
77008252
JJ
4331fi
4332
4333ac_ext=c
4334ac_cpp='$CPP $CPPFLAGS'
4335ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4336ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4337ac_compiler_gnu=$ac_cv_c_compiler_gnu
4338
4339
5213506e
RW
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fstack-protector works" >&5
4341$as_echo_n "checking whether -fstack-protector works... " >&6; }
77008252
JJ
4342save_CFLAGS="$CFLAGS"
4343CFLAGS="$CFLAGS -fstack-protector -Werror"
4344
5213506e 4345cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4346/* end confdefs.h. */
4347
4348void __attribute__((noinline)) bar (char *x)
4349{
4350 __builtin_memset (x, 0, 64);
4351}
4352int
4353main ()
4354{
4355char buf[64]; bar (buf);
4356 ;
4357 return 0;
4358}
4359_ACEOF
5213506e
RW
4360if ac_fn_c_try_compile "$LINENO"; then :
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4362$as_echo "yes" >&6; }
77008252 4363else
5213506e
RW
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365$as_echo "no" >&6; }
77008252 4366fi
5213506e 4367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77008252
JJ
4368CFLAGS="$save_CFLAGS"
4369
ff035ef6
IT
4370# Add CET specific flags if CET is enabled
4371 # Check whether --enable-cet was given.
4372if test "${enable_cet+set}" = set; then :
4373 enableval=$enable_cet;
4374 case "$enableval" in
a0e1df88 4375 yes|no|auto) ;;
22e05272 4376 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
ff035ef6
IT
4377 esac
4378
4379else
8d286dd1 4380 enable_cet=auto
ff035ef6
IT
4381fi
4382
4383
14e335ed
IT
4384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
4385$as_echo_n "checking for CET support... " >&6; }
4386
9051b548 4387# NB: Avoid nested save_CFLAGS and save_LDFLAGS.
ff035ef6
IT
4388case "$host" in
4389 i[34567]86-*-linux* | x86_64-*-linux*)
4390 case "$enable_cet" in
a0e1df88 4391 auto)
14e335ed 4392 # Check if target supports multi-byte NOPs
b1a3d2b7 4393 # and if compiler and assembler support CET insn.
9051b548 4394 cet_save_CFLAGS="$CFLAGS"
4c1a5d8b 4395 CFLAGS="$CFLAGS -fcf-protection"
ff035ef6
IT
4396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4397/* end confdefs.h. */
4398
4399int
4400main ()
4401{
14e335ed
IT
4402
4403#if !defined(__SSE2__)
4404#error target does not support multi-byte NOPs
4405#else
ff035ef6 4406asm ("setssbsy");
14e335ed
IT
4407#endif
4408
ff035ef6
IT
4409 ;
4410 return 0;
4411}
4412_ACEOF
4413if ac_fn_c_try_compile "$LINENO"; then :
4414 enable_cet=yes
4415else
4416 enable_cet=no
4417fi
4418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9051b548 4419 CFLAGS="$cet_save_CFLAGS"
ff035ef6
IT
4420 ;;
4421 yes)
4422 # Check if assembler supports CET.
4423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4424/* end confdefs.h. */
4425
4426int
4427main ()
4428{
4429asm ("setssbsy");
4430 ;
4431 return 0;
4432}
4433_ACEOF
4434if ac_fn_c_try_compile "$LINENO"; then :
4435
4436else
22e05272 4437 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
ff035ef6
IT
4438fi
4439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4440 ;;
4441 esac
4442 ;;
4443 *)
4444 enable_cet=no
4445 ;;
4446esac
4447if test x$enable_cet = xyes; then
7b47ecf2 4448 CET_FLAGS="-fcf-protection -mshstk"
14e335ed
IT
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4450$as_echo "yes" >&6; }
4451else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4453$as_echo "no" >&6; }
ff035ef6
IT
4454fi
4455
4456XCFLAGS="$XCFLAGS $CET_FLAGS"
4457
4458
5213506e
RW
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether hidden visibility is supported" >&5
4460$as_echo_n "checking whether hidden visibility is supported... " >&6; }
4461cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4462/* end confdefs.h. */
4463
4464void __attribute__((visibility ("hidden"))) bar (void) {}
4465int
4466main ()
4467{
4468
4469 ;
4470 return 0;
4471}
4472_ACEOF
5213506e 4473if ac_fn_c_try_compile "$LINENO"; then :
77008252
JJ
4474 ssp_hidden=yes
4475else
5213506e 4476 ssp_hidden=no
77008252 4477fi
5213506e
RW
4478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_hidden" >&5
4480$as_echo "$ssp_hidden" >&6; }
77008252
JJ
4481if test x$ssp_hidden = xyes; then
4482
5213506e 4483$as_echo "#define HAVE_HIDDEN_VISIBILITY 1" >>confdefs.h
77008252
JJ
4484
4485fi
4486
5213506e
RW
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbol versioning is supported" >&5
4488$as_echo_n "checking whether symbol versioning is supported... " >&6; }
bf382f5f
RO
4489# Check whether --enable-symvers was given.
4490if test "${enable_symvers+set}" = set; then :
4491 enableval=$enable_symvers; ssp_use_symver=$enableval
be14fe72 4492else
bf382f5f
RO
4493 ssp_use_symver=yes
4494fi
4495
19af62db 4496if test "x$ssp_use_symver" != xno; then
bf382f5f
RO
4497 if test x$gcc_no_link = xyes; then
4498 # If we cannot link, we cannot build shared libraries, so do not use
4499 # symbol versioning.
4500 ssp_use_symver=no
4501 else
4502 save_LDFLAGS="$LDFLAGS"
4503 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
4504 cat > conftest.map <<EOF
ca6d1176
RO
4505FOO_1.0 {
4506 global: *foo*; bar; local: *;
4507};
4508EOF
bf382f5f 4509 if test x$gcc_no_link = xyes; then
22e05272 4510 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
be14fe72 4511fi
5213506e 4512cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4513/* end confdefs.h. */
4514int foo;
4515int
4516main ()
4517{
4518
4519 ;
4520 return 0;
4521}
4522_ACEOF
5213506e 4523if ac_fn_c_try_link "$LINENO"; then :
ca6d1176 4524 ssp_use_symver=gnu
77008252 4525else
5213506e 4526 ssp_use_symver=no
77008252 4527fi
5213506e
RW
4528rm -f core conftest.err conftest.$ac_objext \
4529 conftest$ac_exeext conftest.$ac_ext
bf382f5f
RO
4530 if test x$ssp_use_symver = xno; then
4531 case "$target_os" in
4532 solaris2*)
4533 LDFLAGS="$save_LDFLAGS"
4534 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
4535 # Sun ld cannot handle wildcards and treats all entries as undefined.
4536 cat > conftest.map <<EOF
ca6d1176
RO
4537FOO_1.0 {
4538 global: foo; local: *;
4539};
4540EOF
bf382f5f 4541 if test x$gcc_no_link = xyes; then
22e05272 4542 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
ca6d1176
RO
4543fi
4544cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4545/* end confdefs.h. */
4546int foo;
4547int
4548main ()
4549{
4550
4551 ;
4552 return 0;
4553}
4554_ACEOF
4555if ac_fn_c_try_link "$LINENO"; then :
4556 ssp_use_symver=sun
4557else
4558 ssp_use_symver=no
4559fi
4560rm -f core conftest.err conftest.$ac_objext \
4561 conftest$ac_exeext conftest.$ac_ext
bf382f5f
RO
4562 ;;
4563 esac
4564 fi
4565 LDFLAGS="$save_LDFLAGS"
ca6d1176 4566 fi
be14fe72 4567fi
5213506e
RW
4568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_use_symver" >&5
4569$as_echo "$ssp_use_symver" >&6; }
ca6d1176 4570 if test "x$ssp_use_symver" != xno; then
77008252
JJ
4571 LIBSSP_USE_SYMVER_TRUE=
4572 LIBSSP_USE_SYMVER_FALSE='#'
4573else
5213506e
RW
4574 LIBSSP_USE_SYMVER_TRUE='#'
4575 LIBSSP_USE_SYMVER_FALSE=
4576fi
4577
ca6d1176
RO
4578 if test "x$ssp_use_symver" = xgnu; then
4579 LIBSSP_USE_SYMVER_GNU_TRUE=
4580 LIBSSP_USE_SYMVER_GNU_FALSE='#'
4581else
4582 LIBSSP_USE_SYMVER_GNU_TRUE='#'
4583 LIBSSP_USE_SYMVER_GNU_FALSE=
4584fi
4585
4586 if test "x$ssp_use_symver" = xsun; then
4587 LIBSSP_USE_SYMVER_SUN_TRUE=
4588 LIBSSP_USE_SYMVER_SUN_FALSE='#'
4589else
4590 LIBSSP_USE_SYMVER_SUN_TRUE='#'
4591 LIBSSP_USE_SYMVER_SUN_FALSE=
4592fi
4593
5213506e
RW
4594
4595
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4597$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
22e05272 4598if ${ac_cv_path_GREP+:} false; then :
5213506e
RW
4599 $as_echo_n "(cached) " >&6
4600else
4601 if test -z "$GREP"; then
4602 ac_path_GREP_found=false
4603 # Loop through the user's path and test for each of PROGNAME-LIST
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4606do
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_prog in grep ggrep; do
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4612 as_fn_executable_p "$ac_path_GREP" || continue
5213506e
RW
4613# Check for GNU ac_path_GREP and select it if it is found.
4614 # Check for GNU $ac_path_GREP
4615case `"$ac_path_GREP" --version 2>&1` in
4616*GNU*)
4617 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4618*)
4619 ac_count=0
4620 $as_echo_n 0123456789 >"conftest.in"
4621 while :
4622 do
4623 cat "conftest.in" "conftest.in" >"conftest.tmp"
4624 mv "conftest.tmp" "conftest.in"
4625 cp "conftest.in" "conftest.nl"
4626 $as_echo 'GREP' >> "conftest.nl"
4627 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4628 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4629 as_fn_arith $ac_count + 1 && ac_count=$as_val
4630 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4631 # Best one so far, save it but keep looking for a better one
4632 ac_cv_path_GREP="$ac_path_GREP"
4633 ac_path_GREP_max=$ac_count
4634 fi
4635 # 10*(2^10) chars as input seems more than enough
4636 test $ac_count -gt 10 && break
4637 done
4638 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4639esac
4640
4641 $ac_path_GREP_found && break 3
4642 done
4643 done
4644 done
4645IFS=$as_save_IFS
4646 if test -z "$ac_cv_path_GREP"; then
22e05272 4647 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5213506e
RW
4648 fi
4649else
4650 ac_cv_path_GREP=$GREP
4651fi
4652
4653fi
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4655$as_echo "$ac_cv_path_GREP" >&6; }
4656 GREP="$ac_cv_path_GREP"
4657
4658
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4660$as_echo_n "checking for egrep... " >&6; }
22e05272 4661if ${ac_cv_path_EGREP+:} false; then :
5213506e
RW
4662 $as_echo_n "(cached) " >&6
4663else
4664 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4665 then ac_cv_path_EGREP="$GREP -E"
4666 else
4667 if test -z "$EGREP"; then
4668 ac_path_EGREP_found=false
4669 # Loop through the user's path and test for each of PROGNAME-LIST
4670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4671for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4672do
4673 IFS=$as_save_IFS
4674 test -z "$as_dir" && as_dir=.
4675 for ac_prog in egrep; do
4676 for ac_exec_ext in '' $ac_executable_extensions; do
4677 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 4678 as_fn_executable_p "$ac_path_EGREP" || continue
5213506e
RW
4679# Check for GNU ac_path_EGREP and select it if it is found.
4680 # Check for GNU $ac_path_EGREP
4681case `"$ac_path_EGREP" --version 2>&1` in
4682*GNU*)
4683 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4684*)
4685 ac_count=0
4686 $as_echo_n 0123456789 >"conftest.in"
4687 while :
4688 do
4689 cat "conftest.in" "conftest.in" >"conftest.tmp"
4690 mv "conftest.tmp" "conftest.in"
4691 cp "conftest.in" "conftest.nl"
4692 $as_echo 'EGREP' >> "conftest.nl"
4693 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4694 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4695 as_fn_arith $ac_count + 1 && ac_count=$as_val
4696 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4697 # Best one so far, save it but keep looking for a better one
4698 ac_cv_path_EGREP="$ac_path_EGREP"
4699 ac_path_EGREP_max=$ac_count
4700 fi
4701 # 10*(2^10) chars as input seems more than enough
4702 test $ac_count -gt 10 && break
4703 done
4704 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4705esac
4706
4707 $ac_path_EGREP_found && break 3
4708 done
4709 done
4710 done
4711IFS=$as_save_IFS
4712 if test -z "$ac_cv_path_EGREP"; then
22e05272 4713 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5213506e
RW
4714 fi
4715else
4716 ac_cv_path_EGREP=$EGREP
77008252
JJ
4717fi
4718
5213506e 4719 fi
77008252 4720fi
5213506e
RW
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4722$as_echo "$ac_cv_path_EGREP" >&6; }
4723 EGREP="$ac_cv_path_EGREP"
77008252
JJ
4724
4725
5213506e
RW
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4727$as_echo_n "checking for ANSI C header files... " >&6; }
22e05272 4728if ${ac_cv_header_stdc+:} false; then :
5213506e 4729 $as_echo_n "(cached) " >&6
77008252 4730else
5213506e 4731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4732/* end confdefs.h. */
4733#include <stdlib.h>
4734#include <stdarg.h>
4735#include <string.h>
4736#include <float.h>
4737
4738int
4739main ()
4740{
4741
4742 ;
4743 return 0;
4744}
4745_ACEOF
5213506e 4746if ac_fn_c_try_compile "$LINENO"; then :
77008252
JJ
4747 ac_cv_header_stdc=yes
4748else
5213506e 4749 ac_cv_header_stdc=no
77008252 4750fi
5213506e 4751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77008252
JJ
4752
4753if test $ac_cv_header_stdc = yes; then
4754 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5213506e 4755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4756/* end confdefs.h. */
4757#include <string.h>
4758
4759_ACEOF
4760if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5213506e
RW
4761 $EGREP "memchr" >/dev/null 2>&1; then :
4762
77008252
JJ
4763else
4764 ac_cv_header_stdc=no
4765fi
4766rm -f conftest*
4767
4768fi
4769
4770if test $ac_cv_header_stdc = yes; then
4771 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5213506e 4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4773/* end confdefs.h. */
4774#include <stdlib.h>
4775
4776_ACEOF
4777if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5213506e
RW
4778 $EGREP "free" >/dev/null 2>&1; then :
4779
77008252
JJ
4780else
4781 ac_cv_header_stdc=no
4782fi
4783rm -f conftest*
4784
4785fi
4786
4787if test $ac_cv_header_stdc = yes; then
4788 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5213506e 4789 if test "$cross_compiling" = yes; then :
77008252
JJ
4790 :
4791else
5213506e 4792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4793/* end confdefs.h. */
4794#include <ctype.h>
5213506e 4795#include <stdlib.h>
77008252
JJ
4796#if ((' ' & 0x0FF) == 0x020)
4797# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4798# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4799#else
4800# define ISLOWER(c) \
4801 (('a' <= (c) && (c) <= 'i') \
4802 || ('j' <= (c) && (c) <= 'r') \
4803 || ('s' <= (c) && (c) <= 'z'))
4804# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4805#endif
4806
4807#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4808int
4809main ()
4810{
4811 int i;
4812 for (i = 0; i < 256; i++)
4813 if (XOR (islower (i), ISLOWER (i))
4814 || toupper (i) != TOUPPER (i))
5213506e
RW
4815 return 2;
4816 return 0;
77008252
JJ
4817}
4818_ACEOF
5213506e 4819if ac_fn_c_try_run "$LINENO"; then :
77008252 4820
5213506e
RW
4821else
4822 ac_cv_header_stdc=no
77008252 4823fi
5213506e
RW
4824rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4825 conftest.$ac_objext conftest.beam conftest.$ac_ext
77008252 4826fi
5213506e 4827
77008252
JJ
4828fi
4829fi
5213506e
RW
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4831$as_echo "$ac_cv_header_stdc" >&6; }
77008252
JJ
4832if test $ac_cv_header_stdc = yes; then
4833
5213506e 4834$as_echo "#define STDC_HEADERS 1" >>confdefs.h
77008252
JJ
4835
4836fi
4837
4838# On IRIX 5.3, sys/types and inttypes.h are conflicting.
77008252
JJ
4839for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4840 inttypes.h stdint.h unistd.h
5213506e
RW
4841do :
4842 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4843ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4844"
22e05272 4845if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
77008252 4846 cat >>confdefs.h <<_ACEOF
5213506e 4847#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
77008252
JJ
4848_ACEOF
4849
4850fi
4851
4852done
4853
4854
266aa805 4855for ac_header in alloca.h malloc.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h
5213506e
RW
4856do :
4857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4858ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
22e05272 4859if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
77008252 4860 cat >>confdefs.h <<_ACEOF
5213506e 4861#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
77008252
JJ
4862_ACEOF
4863
4864fi
4865
4866done
4867
4868
be14fe72
JM
4869if test x$gcc_no_link = xyes; then
4870 # Presume the ISO C functions are available; add target-specific
4871 # configuration here if required.
5213506e 4872 $as_echo "#define HAVE_STRNCPY 1" >>confdefs.h
77008252 4873
5213506e 4874 $as_echo "#define HAVE_STRNCAT 1" >>confdefs.h
77008252 4875
77008252 4876else
ca6d1176 4877 for ac_func in memmove mempcpy strncpy strncat
5213506e
RW
4878do :
4879 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4880ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22e05272 4881if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
77008252 4882 cat >>confdefs.h <<_ACEOF
5213506e 4883#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
77008252
JJ
4884_ACEOF
4885
4886fi
4887done
4888
be14fe72 4889fi
3cec4911
RO
4890ac_fn_c_check_decl "$LINENO" "gets" "ac_cv_have_decl_gets" "$ac_includes_default"
4891if test "x$ac_cv_have_decl_gets" = xyes; then :
4892 ac_have_decl=1
4893else
4894 ac_have_decl=0
4895fi
4896
4897cat >>confdefs.h <<_ACEOF
4898#define HAVE_DECL_GETS $ac_have_decl
4899_ACEOF
4900
77008252 4901
5213506e
RW
4902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether vsnprintf is usable" >&5
4903$as_echo_n "checking whether vsnprintf is usable... " >&6; }
4904if test "$cross_compiling" = yes; then :
77008252
JJ
4905 ssp_have_usable_vsnprintf=undef
4906else
5213506e 4907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
4908/* end confdefs.h. */
4909
4910#include <stdarg.h>
4911#include <string.h>
4912#include <stdio.h>
4913int foo (char *buf, size_t n, const char *fmt, ...)
4914{
4915 va_list ap;
4916 int ret;
4917 va_start (ap, fmt);
4918 ret = vsnprintf (buf, n, fmt, ap);
4919 va_end (ap);
4920 return ret;
4921}
4922int
4923main ()
4924{
4925char buf[8]; memset (buf, 'A', sizeof (buf));
4926 if (foo (buf, 4, ".%s.", "CDEFG") != 7)
4927 return 1;
4928 return memcmp (buf, ".CD\0AAAA", sizeof (buf)) != 0;
4929 ;
4930 return 0;
4931}
4932_ACEOF
5213506e 4933if ac_fn_c_try_run "$LINENO"; then :
77008252
JJ
4934 ssp_have_usable_vsnprintf=define
4935else
5213506e 4936 ssp_have_usable_vsnprintf=undef
77008252 4937fi
5213506e
RW
4938rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4939 conftest.$ac_objext conftest.beam conftest.$ac_ext
77008252 4940fi
5213506e 4941
77008252 4942if test "x$ssp_have_usable_vsnprintf" = xdefine; then
5213506e
RW
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4944$as_echo "yes" >&6; }
77008252 4945
5213506e 4946$as_echo "#define HAVE_USABLE_VSNPRINTF 1" >>confdefs.h
77008252
JJ
4947
4948else
5213506e
RW
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4950$as_echo "no" >&6; }
77008252
JJ
4951fi
4952
4953
77a3eb61
PG
4954case `pwd` in
4955 *\ * | *\ *)
5213506e
RW
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4957$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
77a3eb61 4958esac
1cf3d07d
SE
4959
4960
1cf3d07d 4961
43e02a8a
RW
4962macro_version='2.2.7a'
4963macro_revision='1.3134'
1cf3d07d
SE
4964
4965
4966
4967
4968
4969
77008252 4970
1cf3d07d
SE
4971
4972
4973
4974
4975
4976
77a3eb61 4977ltmain="$ac_aux_dir/ltmain.sh"
1cf3d07d 4978
43e02a8a
RW
4979# Backslashify metacharacters that are still active within
4980# double-quoted strings.
4981sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4982
4983# Same as above, but do not quote variable references.
4984double_quote_subst='s/\(["`\\]\)/\\\1/g'
4985
4986# Sed substitution to delay expansion of an escaped shell variable in a
4987# double_quote_subst'ed string.
4988delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4989
4990# Sed substitution to delay expansion of an escaped single quote.
4991delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4992
4993# Sed substitution to avoid accidental globbing in evaled expressions
4994no_glob_subst='s/\*/\\\*/g'
4995
4996ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4997ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4998ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4999
5000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5001$as_echo_n "checking how to print strings... " >&6; }
5002# Test print first, because it will be a builtin if present.
5003if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5004 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5005 ECHO='print -r --'
5006elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5007 ECHO='printf %s\n'
5008else
5009 # Use this function as a fallback that always works.
5010 func_fallback_echo ()
5011 {
5012 eval 'cat <<_LTECHO_EOF
5013$1
5014_LTECHO_EOF'
5015 }
5016 ECHO='func_fallback_echo'
5017fi
5018
5019# func_echo_all arg...
5020# Invoke $ECHO with all args, space-separated.
5021func_echo_all ()
5022{
5023 $ECHO ""
5024}
5025
5026case "$ECHO" in
5027 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5028$as_echo "printf" >&6; } ;;
5029 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5030$as_echo "print -r" >&6; } ;;
5031 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5032$as_echo "cat" >&6; } ;;
5033esac
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5213506e
RW
5048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5049$as_echo_n "checking for a sed that does not truncate output... " >&6; }
22e05272 5050if ${ac_cv_path_SED+:} false; then :
5213506e
RW
5051 $as_echo_n "(cached) " >&6
5052else
5053 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5054 for ac_i in 1 2 3 4 5 6 7; do
5055 ac_script="$ac_script$as_nl$ac_script"
5056 done
5057 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5058 { ac_script=; unset ac_script;}
5059 if test -z "$SED"; then
5060 ac_path_SED_found=false
5061 # Loop through the user's path and test for each of PROGNAME-LIST
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1cf3d07d
SE
5063for as_dir in $PATH
5064do
5065 IFS=$as_save_IFS
5066 test -z "$as_dir" && as_dir=.
5213506e 5067 for ac_prog in sed gsed; do
1cf3d07d 5068 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 5069 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
22e05272 5070 as_fn_executable_p "$ac_path_SED" || continue
5213506e
RW
5071# Check for GNU ac_path_SED and select it if it is found.
5072 # Check for GNU $ac_path_SED
5073case `"$ac_path_SED" --version 2>&1` in
5074*GNU*)
5075 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5076*)
5077 ac_count=0
5078 $as_echo_n 0123456789 >"conftest.in"
5079 while :
5080 do
5081 cat "conftest.in" "conftest.in" >"conftest.tmp"
5082 mv "conftest.tmp" "conftest.in"
5083 cp "conftest.in" "conftest.nl"
5084 $as_echo '' >> "conftest.nl"
5085 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5086 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5087 as_fn_arith $ac_count + 1 && ac_count=$as_val
5088 if test $ac_count -gt ${ac_path_SED_max-0}; then
5089 # Best one so far, save it but keep looking for a better one
5090 ac_cv_path_SED="$ac_path_SED"
5091 ac_path_SED_max=$ac_count
5092 fi
5093 # 10*(2^10) chars as input seems more than enough
5094 test $ac_count -gt 10 && break
5095 done
5096 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5097esac
5098
5099 $ac_path_SED_found && break 3
1cf3d07d
SE
5100 done
5101 done
5213506e 5102 done
1cf3d07d 5103IFS=$as_save_IFS
5213506e 5104 if test -z "$ac_cv_path_SED"; then
22e05272 5105 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
1cf3d07d 5106 fi
5213506e
RW
5107else
5108 ac_cv_path_SED=$SED
1cf3d07d
SE
5109fi
5110
5213506e
RW
5111fi
5112{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5113$as_echo "$ac_cv_path_SED" >&6; }
5114 SED="$ac_cv_path_SED"
5115 rm -f conftest.sed
1cf3d07d
SE
5116
5117test -z "$SED" && SED=sed
5118Xsed="$SED -e 1s/^X//"
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5213506e
RW
5130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5131$as_echo_n "checking for fgrep... " >&6; }
22e05272 5132if ${ac_cv_path_FGREP+:} false; then :
5213506e 5133 $as_echo_n "(cached) " >&6
1cf3d07d 5134else
5213506e
RW
5135 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5136 then ac_cv_path_FGREP="$GREP -F"
5137 else
5138 if test -z "$FGREP"; then
5139 ac_path_FGREP_found=false
5140 # Loop through the user's path and test for each of PROGNAME-LIST
5141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5142for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5143do
5144 IFS=$as_save_IFS
5145 test -z "$as_dir" && as_dir=.
5146 for ac_prog in fgrep; do
5147 for ac_exec_ext in '' $ac_executable_extensions; do
5148 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 5149 as_fn_executable_p "$ac_path_FGREP" || continue
5213506e
RW
5150# Check for GNU ac_path_FGREP and select it if it is found.
5151 # Check for GNU $ac_path_FGREP
5152case `"$ac_path_FGREP" --version 2>&1` in
5153*GNU*)
5154 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5155*)
5156 ac_count=0
5157 $as_echo_n 0123456789 >"conftest.in"
5158 while :
5159 do
5160 cat "conftest.in" "conftest.in" >"conftest.tmp"
5161 mv "conftest.tmp" "conftest.in"
5162 cp "conftest.in" "conftest.nl"
5163 $as_echo 'FGREP' >> "conftest.nl"
5164 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5165 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5166 as_fn_arith $ac_count + 1 && ac_count=$as_val
5167 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5168 # Best one so far, save it but keep looking for a better one
5169 ac_cv_path_FGREP="$ac_path_FGREP"
5170 ac_path_FGREP_max=$ac_count
1cf3d07d 5171 fi
5213506e
RW
5172 # 10*(2^10) chars as input seems more than enough
5173 test $ac_count -gt 10 && break
5174 done
5175 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5176esac
5177
5178 $ac_path_FGREP_found && break 3
5179 done
5180 done
5181 done
5182IFS=$as_save_IFS
5183 if test -z "$ac_cv_path_FGREP"; then
22e05272 5184 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5213506e
RW
5185 fi
5186else
5187 ac_cv_path_FGREP=$FGREP
5188fi
5189
5190 fi
1cf3d07d 5191fi
5213506e
RW
5192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5193$as_echo "$ac_cv_path_FGREP" >&6; }
5194 FGREP="$ac_cv_path_FGREP"
1cf3d07d
SE
5195
5196
5197test -z "$GREP" && GREP=grep
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5213506e
RW
5217# Check whether --with-gnu-ld was given.
5218if test "${with_gnu_ld+set}" = set; then :
5219 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
77008252
JJ
5220else
5221 with_gnu_ld=no
5213506e
RW
5222fi
5223
77008252
JJ
5224ac_prog=ld
5225if test "$GCC" = yes; then
5226 # Check if gcc -print-prog-name=ld gives a path.
5213506e
RW
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5228$as_echo_n "checking for ld used by $CC... " >&6; }
77008252
JJ
5229 case $host in
5230 *-*-mingw*)
5231 # gcc leaves a trailing carriage return which upsets mingw
5232 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5233 *)
5234 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5235 esac
5236 case $ac_prog in
5237 # Accept absolute paths.
1cf3d07d 5238 [\\/]* | ?:[\\/]*)
77008252 5239 re_direlt='/[^/][^/]*/\.\./'
1cf3d07d
SE
5240 # Canonicalize the pathname of ld
5241 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5242 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5243 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
77008252
JJ
5244 done
5245 test -z "$LD" && LD="$ac_prog"
5246 ;;
5247 "")
5248 # If it fails, then pretend we aren't using GCC.
5249 ac_prog=ld
5250 ;;
5251 *)
5252 # If it is relative, then search for the first ld in PATH.
5253 with_gnu_ld=unknown
5254 ;;
5255 esac
5256elif test "$with_gnu_ld" = yes; then
5213506e
RW
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5258$as_echo_n "checking for GNU ld... " >&6; }
77008252 5259else
5213506e
RW
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5261$as_echo_n "checking for non-GNU ld... " >&6; }
77008252 5262fi
22e05272 5263if ${lt_cv_path_LD+:} false; then :
5213506e 5264 $as_echo_n "(cached) " >&6
77008252
JJ
5265else
5266 if test -z "$LD"; then
1cf3d07d 5267 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
77008252 5268 for ac_dir in $PATH; do
1cf3d07d 5269 IFS="$lt_save_ifs"
77008252
JJ
5270 test -z "$ac_dir" && ac_dir=.
5271 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5272 lt_cv_path_LD="$ac_dir/$ac_prog"
5273 # Check to see if the program is GNU ld. I'd rather use --version,
1cf3d07d 5274 # but apparently some variants of GNU ld only accept -v.
77008252 5275 # Break only if it was the GNU/non-GNU ld that we prefer.
1cf3d07d
SE
5276 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5277 *GNU* | *'with BFD'*)
77008252 5278 test "$with_gnu_ld" != no && break
1cf3d07d
SE
5279 ;;
5280 *)
77008252 5281 test "$with_gnu_ld" != yes && break
1cf3d07d
SE
5282 ;;
5283 esac
77008252
JJ
5284 fi
5285 done
1cf3d07d 5286 IFS="$lt_save_ifs"
77008252
JJ
5287else
5288 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5289fi
5290fi
5291
5292LD="$lt_cv_path_LD"
5293if test -n "$LD"; then
5213506e
RW
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5295$as_echo "$LD" >&6; }
77008252 5296else
5213506e
RW
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5298$as_echo "no" >&6; }
77008252 5299fi
22e05272 5300test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5213506e
RW
5301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5302$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
22e05272 5303if ${lt_cv_prog_gnu_ld+:} false; then :
5213506e 5304 $as_echo_n "(cached) " >&6
77008252 5305else
1cf3d07d
SE
5306 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5307case `$LD -v 2>&1 </dev/null` in
5308*GNU* | *'with BFD'*)
77008252 5309 lt_cv_prog_gnu_ld=yes
1cf3d07d
SE
5310 ;;
5311*)
77008252 5312 lt_cv_prog_gnu_ld=no
1cf3d07d
SE
5313 ;;
5314esac
77008252 5315fi
5213506e
RW
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5317$as_echo "$lt_cv_prog_gnu_ld" >&6; }
77008252
JJ
5318with_gnu_ld=$lt_cv_prog_gnu_ld
5319
5320
77008252 5321
1cf3d07d
SE
5322
5323
5324
5325
5326
5327
5213506e
RW
5328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5329$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
22e05272 5330if ${lt_cv_path_NM+:} false; then :
5213506e 5331 $as_echo_n "(cached) " >&6
77008252
JJ
5332else
5333 if test -n "$NM"; then
ab422974
NA
5334 # Let the user override the nm to test.
5335 lt_nm_to_check="$NM"
5336 else
5337 lt_nm_to_check="${ac_tool_prefix}nm"
5338 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5339 lt_nm_to_check="$lt_nm_to_check nm"
5340 fi
5341 fi
f3307109 5342 for lt_tmp_nm in "$lt_nm_to_check"; do
ab422974
NA
5343 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5344 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5345 IFS="$lt_save_ifs"
5346 test -z "$ac_dir" && ac_dir=.
f3307109
NA
5347 # Strip out any user-provided options from the nm to test twice,
5348 # the first time to test to see if nm (rather than its options) has
5349 # an explicit path, the second time to yield a file which can be
5350 # nm'ed itself.
5351 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5352 case "$tmp_nm_path" in
ab422974
NA
5353 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5354 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5355 esac
f3307109
NA
5356 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5357 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
ab422974
NA
5358 # Check to see if the nm accepts a BSD-compat flag.
5359 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5360 # nm: unknown option "B" ignored
f3307109 5361 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
ab422974
NA
5362 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5363 break
5364 ;;
5365 *)
f3307109 5366 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
ab422974
NA
5367 *$tmp_nm*)
5368 lt_cv_path_NM="$tmp_nm -p"
5369 break
5370 ;;
5371 *)
5372 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5373 continue # so that we can try to find one that supports BSD flags
5374 ;;
5375 esac
5376 ;;
5377 esac
5378 fi
5379 done
5380 IFS="$lt_save_ifs"
5381 done
5382 : ${lt_cv_path_NM=no}
77008252 5383fi
5213506e
RW
5384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5385$as_echo "$lt_cv_path_NM" >&6; }
1cf3d07d
SE
5386if test "$lt_cv_path_NM" != "no"; then
5387 NM="$lt_cv_path_NM"
77008252 5388else
1cf3d07d 5389 # Didn't find any BSD compatible name lister, look for dumpbin.
43e02a8a
RW
5390 if test -n "$DUMPBIN"; then :
5391 # Let the user override the test.
5392 else
5393 if test -n "$ac_tool_prefix"; then
5394 for ac_prog in dumpbin "link -dump"
1cf3d07d
SE
5395 do
5396 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5397set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
5398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5399$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5400if ${ac_cv_prog_DUMPBIN+:} false; then :
5213506e 5401 $as_echo_n "(cached) " >&6
77008252 5402else
1cf3d07d
SE
5403 if test -n "$DUMPBIN"; then
5404 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5405else
5406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5407for as_dir in $PATH
5408do
5409 IFS=$as_save_IFS
5410 test -z "$as_dir" && as_dir=.
5213506e 5411 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5412 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 5413 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5213506e 5414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d
SE
5415 break 2
5416 fi
5417done
5213506e
RW
5418 done
5419IFS=$as_save_IFS
77008252 5420
1cf3d07d
SE
5421fi
5422fi
5423DUMPBIN=$ac_cv_prog_DUMPBIN
5424if test -n "$DUMPBIN"; then
5213506e
RW
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5426$as_echo "$DUMPBIN" >&6; }
1cf3d07d 5427else
5213506e
RW
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5429$as_echo "no" >&6; }
1cf3d07d 5430fi
77008252 5431
5213506e 5432
1cf3d07d
SE
5433 test -n "$DUMPBIN" && break
5434 done
5435fi
5436if test -z "$DUMPBIN"; then
5437 ac_ct_DUMPBIN=$DUMPBIN
43e02a8a 5438 for ac_prog in dumpbin "link -dump"
1cf3d07d
SE
5439do
5440 # Extract the first word of "$ac_prog", so it can be a program name with args.
5441set dummy $ac_prog; ac_word=$2
5213506e
RW
5442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5443$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5444if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5213506e 5445 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5446else
5447 if test -n "$ac_ct_DUMPBIN"; then
5448 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5449else
5450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451for as_dir in $PATH
5452do
5453 IFS=$as_save_IFS
5454 test -z "$as_dir" && as_dir=.
5213506e 5455 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 5457 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5213506e 5458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d 5459 break 2
77008252 5460 fi
1cf3d07d 5461done
5213506e
RW
5462 done
5463IFS=$as_save_IFS
77008252 5464
1cf3d07d
SE
5465fi
5466fi
5467ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5468if test -n "$ac_ct_DUMPBIN"; then
5213506e
RW
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5470$as_echo "$ac_ct_DUMPBIN" >&6; }
1cf3d07d 5471else
5213506e
RW
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5473$as_echo "no" >&6; }
1cf3d07d 5474fi
77008252 5475
5213506e 5476
1cf3d07d
SE
5477 test -n "$ac_ct_DUMPBIN" && break
5478done
77008252 5479
5213506e
RW
5480 if test "x$ac_ct_DUMPBIN" = x; then
5481 DUMPBIN=":"
5482 else
5483 case $cross_compiling:$ac_tool_warned in
5484yes:)
5485{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5486$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5487ac_tool_warned=yes ;;
5488esac
5489 DUMPBIN=$ac_ct_DUMPBIN
5490 fi
1cf3d07d 5491fi
77008252 5492
43e02a8a
RW
5493 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5494 *COFF*)
5495 DUMPBIN="$DUMPBIN -symbols"
5496 ;;
5497 *)
5498 DUMPBIN=:
5499 ;;
5500 esac
5501 fi
77008252 5502
1cf3d07d
SE
5503 if test "$DUMPBIN" != ":"; then
5504 NM="$DUMPBIN"
77008252 5505 fi
1cf3d07d
SE
5506fi
5507test -z "$NM" && NM=nm
77008252 5508
77008252 5509
77008252 5510
77008252 5511
77008252 5512
77008252 5513
5213506e
RW
5514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5515$as_echo_n "checking the name lister ($NM) interface... " >&6; }
22e05272 5516if ${lt_cv_nm_interface+:} false; then :
5213506e 5517 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5518else
5519 lt_cv_nm_interface="BSD nm"
5520 echo "int some_variable = 0;" > conftest.$ac_ext
43e02a8a 5521 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
1cf3d07d
SE
5522 (eval "$ac_compile" 2>conftest.err)
5523 cat conftest.err >&5
43e02a8a 5524 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1cf3d07d
SE
5525 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5526 cat conftest.err >&5
43e02a8a 5527 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
1cf3d07d
SE
5528 cat conftest.out >&5
5529 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5530 lt_cv_nm_interface="MS dumpbin"
5531 fi
5532 rm -f conftest*
77008252 5533fi
5213506e
RW
5534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5535$as_echo "$lt_cv_nm_interface" >&6; }
77008252 5536
5213506e
RW
5537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5538$as_echo_n "checking whether ln -s works... " >&6; }
1cf3d07d
SE
5539LN_S=$as_ln_s
5540if test "$LN_S" = "ln -s"; then
5213506e
RW
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5542$as_echo "yes" >&6; }
1cf3d07d 5543else
5213506e
RW
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5545$as_echo "no, using $LN_S" >&6; }
1cf3d07d 5546fi
77008252
JJ
5547
5548# find the maximum length of command line arguments
5213506e
RW
5549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5550$as_echo_n "checking the maximum length of command line arguments... " >&6; }
22e05272 5551if ${lt_cv_sys_max_cmd_len+:} false; then :
5213506e 5552 $as_echo_n "(cached) " >&6
77008252
JJ
5553else
5554 i=0
5555 teststring="ABCD"
5556
5557 case $build_os in
5558 msdosdjgpp*)
5559 # On DJGPP, this test can blow up pretty badly due to problems in libc
5560 # (any single argument exceeding 2000 bytes causes a buffer overrun
5561 # during glob expansion). Even if it were fixed, the result of this
5562 # check would be larger than it should be.
5563 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5564 ;;
5565
1cf3d07d
SE
5566 gnu*)
5567 # Under GNU Hurd, this test is not required because there is
5568 # no limit to the length of command line arguments.
5569 # Libtool will interpret -1 as no limit whatsoever
5570 lt_cv_sys_max_cmd_len=-1;
5571 ;;
5572
77a3eb61 5573 cygwin* | mingw* | cegcc*)
77008252
JJ
5574 # On Win9x/ME, this test blows up -- it succeeds, but takes
5575 # about 5 minutes as the teststring grows exponentially.
5576 # Worse, since 9x/ME are not pre-emptively multitasking,
5577 # you end up with a "frozen" computer, even though with patience
5578 # the test eventually succeeds (with a max line length of 256k).
5579 # Instead, let's just punt: use the minimum linelength reported by
5580 # all of the supported platforms: 8192 (on NT/2K/XP).
5581 lt_cv_sys_max_cmd_len=8192;
5582 ;;
5583
43e02a8a
RW
5584 mint*)
5585 # On MiNT this can take a long time and run out of memory.
5586 lt_cv_sys_max_cmd_len=8192;
5587 ;;
5588
77008252
JJ
5589 amigaos*)
5590 # On AmigaOS with pdksh, this test takes hours, literally.
5591 # So we just punt and use a minimum line length of 8192.
5592 lt_cv_sys_max_cmd_len=8192;
5593 ;;
5594
5595 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5596 # This has been around since 386BSD, at least. Likely further.
5597 if test -x /sbin/sysctl; then
5598 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5599 elif test -x /usr/sbin/sysctl; then
5600 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5601 else
1cf3d07d 5602 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
77008252
JJ
5603 fi
5604 # And add a safety zone
5605 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5606 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5607 ;;
1cf3d07d
SE
5608
5609 interix*)
5610 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5611 lt_cv_sys_max_cmd_len=196608
5612 ;;
5613
5614 osf*)
5615 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5616 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5617 # nice to cause kernel panics so lets avoid the loop below.
5618 # First set a reasonable default.
5619 lt_cv_sys_max_cmd_len=16384
5620 #
5621 if test -x /sbin/sysconfig; then
5622 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5623 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5624 esac
5625 fi
5626 ;;
5627 sco3.2v5*)
5628 lt_cv_sys_max_cmd_len=102400
5629 ;;
5630 sysv5* | sco5v6* | sysv4.2uw2*)
5631 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5632 if test -n "$kargmax"; then
5633 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5634 else
5635 lt_cv_sys_max_cmd_len=32768
5636 fi
5637 ;;
5638 *)
77a3eb61
PG
5639 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5640 if test -n "$lt_cv_sys_max_cmd_len"; then
82a6cadf
PB
5641 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5642 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5643 else
5644 # Make teststring a little bigger before we do anything with it.
5645 # a 1K string should be a reasonable start.
5646 for i in 1 2 3 4 5 6 7 8 ; do
5647 teststring=$teststring$teststring
5648 done
5649 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5650 # If test is not a shell built-in, we'll probably end up computing a
5651 # maximum length that is only half of the actual maximum length, but
5652 # we can't tell.
43e02a8a
RW
5653 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5654 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
82a6cadf
PB
5655 test $i != 17 # 1/2 MB should be enough
5656 do
5657 i=`expr $i + 1`
5658 teststring=$teststring$teststring
5659 done
5660 # Only check the string length outside the loop.
5661 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5662 teststring=
5663 # Add a significant safety factor because C++ compilers can tack on
5664 # massive amounts of additional arguments before passing them to the
5665 # linker. It appears as though 1/2 is a usable value.
5666 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5667 fi
1cf3d07d 5668 ;;
77008252
JJ
5669 esac
5670
5671fi
5672
1cf3d07d 5673if test -n $lt_cv_sys_max_cmd_len ; then
5213506e
RW
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5675$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
77008252 5676else
5213506e
RW
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5678$as_echo "none" >&6; }
77008252 5679fi
1cf3d07d 5680max_cmd_len=$lt_cv_sys_max_cmd_len
77008252
JJ
5681
5682
1cf3d07d
SE
5683
5684
5685
5686
1cf3d07d
SE
5687: ${CP="cp -f"}
5688: ${MV="mv -f"}
5689: ${RM="rm -f"}
5690
5213506e
RW
5691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5692$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
1cf3d07d
SE
5693# Try some XSI features
5694xsi_shell=no
5695( _lt_dummy="a/b/c"
5696 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
77a3eb61
PG
5697 = c,a/b,, \
5698 && eval 'test $(( 1 + 1 )) -eq 2 \
5699 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
1cf3d07d 5700 && xsi_shell=yes
5213506e
RW
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5702$as_echo "$xsi_shell" >&6; }
1cf3d07d
SE
5703
5704
5213506e
RW
5705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5706$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
1cf3d07d
SE
5707lt_shell_append=no
5708( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5709 >/dev/null 2>&1 \
5710 && lt_shell_append=yes
5213506e
RW
5711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5712$as_echo "$lt_shell_append" >&6; }
1cf3d07d
SE
5713
5714
5715if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5716 lt_unset=unset
77008252 5717else
1cf3d07d
SE
5718 lt_unset=false
5719fi
77008252 5720
77008252 5721
1cf3d07d
SE
5722
5723
5724
5725# test EBCDIC or ASCII
5726case `echo X|tr X '\101'` in
5727 A) # ASCII based system
5728 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5729 lt_SP2NL='tr \040 \012'
5730 lt_NL2SP='tr \015\012 \040\040'
5731 ;;
5732 *) # EBCDIC based system
5733 lt_SP2NL='tr \100 \n'
5734 lt_NL2SP='tr \r\n \100\100'
77008252
JJ
5735 ;;
5736esac
77008252 5737
77008252 5738
1cf3d07d
SE
5739
5740
5741
5742
5743
5744
5745
5213506e
RW
5746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5747$as_echo_n "checking for $LD option to reload object files... " >&6; }
22e05272 5748if ${lt_cv_ld_reload_flag+:} false; then :
5213506e 5749 $as_echo_n "(cached) " >&6
77008252 5750else
1cf3d07d
SE
5751 lt_cv_ld_reload_flag='-r'
5752fi
5213506e
RW
5753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5754$as_echo "$lt_cv_ld_reload_flag" >&6; }
1cf3d07d
SE
5755reload_flag=$lt_cv_ld_reload_flag
5756case $reload_flag in
5757"" | " "*) ;;
5758*) reload_flag=" $reload_flag" ;;
5759esac
5760reload_cmds='$LD$reload_flag -o $output$reload_objs'
5761case $host_os in
5762 darwin*)
5763 if test "$GCC" = yes; then
5764 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5765 else
5766 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5767 fi
5768 ;;
5769esac
5770
5771
5772
5773
5774
5775
5776
5777
5778
77a3eb61
PG
5779if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5781set dummy ${ac_tool_prefix}objdump; ac_word=$2
5213506e
RW
5782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5783$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5784if ${ac_cv_prog_OBJDUMP+:} false; then :
5213506e 5785 $as_echo_n "(cached) " >&6
77a3eb61
PG
5786else
5787 if test -n "$OBJDUMP"; then
5788 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5789else
5790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791for as_dir in $PATH
5792do
5793 IFS=$as_save_IFS
5794 test -z "$as_dir" && as_dir=.
5213506e 5795 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 5797 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5213506e 5798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
5799 break 2
5800 fi
5801done
5213506e
RW
5802 done
5803IFS=$as_save_IFS
77a3eb61
PG
5804
5805fi
5806fi
5807OBJDUMP=$ac_cv_prog_OBJDUMP
5808if test -n "$OBJDUMP"; then
5213506e
RW
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5810$as_echo "$OBJDUMP" >&6; }
77a3eb61 5811else
5213506e
RW
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5813$as_echo "no" >&6; }
77a3eb61
PG
5814fi
5815
5213506e 5816
77a3eb61
PG
5817fi
5818if test -z "$ac_cv_prog_OBJDUMP"; then
5819 ac_ct_OBJDUMP=$OBJDUMP
5820 # Extract the first word of "objdump", so it can be a program name with args.
5821set dummy objdump; ac_word=$2
5213506e
RW
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5824if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5213506e 5825 $as_echo_n "(cached) " >&6
77a3eb61
PG
5826else
5827 if test -n "$ac_ct_OBJDUMP"; then
5828 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5829else
5830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831for as_dir in $PATH
5832do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5213506e 5835 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 5837 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5213506e 5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
5839 break 2
5840 fi
5841done
5213506e
RW
5842 done
5843IFS=$as_save_IFS
77a3eb61 5844
77a3eb61
PG
5845fi
5846fi
5847ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5848if test -n "$ac_ct_OBJDUMP"; then
5213506e
RW
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5850$as_echo "$ac_ct_OBJDUMP" >&6; }
77a3eb61 5851else
5213506e
RW
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853$as_echo "no" >&6; }
77a3eb61
PG
5854fi
5855
5213506e
RW
5856 if test "x$ac_ct_OBJDUMP" = x; then
5857 OBJDUMP="false"
5858 else
5859 case $cross_compiling:$ac_tool_warned in
5860yes:)
5861{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5862$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5863ac_tool_warned=yes ;;
5864esac
5865 OBJDUMP=$ac_ct_OBJDUMP
5866 fi
77a3eb61
PG
5867else
5868 OBJDUMP="$ac_cv_prog_OBJDUMP"
5869fi
5870
5871test -z "$OBJDUMP" && OBJDUMP=objdump
5872
5873
5874
5875
5876
5877
5878
5879
1cf3d07d 5880
5213506e
RW
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5882$as_echo_n "checking how to recognize dependent libraries... " >&6; }
22e05272 5883if ${lt_cv_deplibs_check_method+:} false; then :
5213506e 5884 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5885else
5886 lt_cv_file_magic_cmd='$MAGIC_CMD'
5887lt_cv_file_magic_test_file=
5888lt_cv_deplibs_check_method='unknown'
5889# Need to set the preceding variable on all platforms that support
5890# interlibrary dependencies.
5891# 'none' -- dependencies not supported.
5892# `unknown' -- same as none, but documents that we really don't know.
5893# 'pass_all' -- all dependencies passed with no checks.
5894# 'test_compile' -- check by making test program.
5895# 'file_magic [[regex]]' -- check by looking for files in library path
5896# which responds to the $file_magic_cmd with a given extended regex.
5897# If you have `file' or equivalent on your system and you're not sure
5898# whether `pass_all' will *always* work, you probably want this one.
5899
5900case $host_os in
445bad9b 5901aix[4-9]*)
1cf3d07d
SE
5902 lt_cv_deplibs_check_method=pass_all
5903 ;;
5904
5905beos*)
5906 lt_cv_deplibs_check_method=pass_all
5907 ;;
5908
5909bsdi[45]*)
5910 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5911 lt_cv_file_magic_cmd='/usr/bin/file -L'
5912 lt_cv_file_magic_test_file=/shlib/libc.so
5913 ;;
5914
5915cygwin*)
5916 # func_win32_libid is a shell function defined in ltmain.sh
5917 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5918 lt_cv_file_magic_cmd='func_win32_libid'
5919 ;;
5920
5921mingw* | pw32*)
5922 # Base MSYS/MinGW do not provide the 'file' command needed by
5923 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5924 # unless we find 'file', for example because we are cross-compiling.
43e02a8a
RW
5925 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5926 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
1cf3d07d
SE
5927 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5928 lt_cv_file_magic_cmd='func_win32_libid'
5929 else
5930 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5931 lt_cv_file_magic_cmd='$OBJDUMP -f'
5932 fi
5933 ;;
5934
43e02a8a 5935cegcc*)
77a3eb61
PG
5936 # use the weaker test based on 'objdump'. See mingw*.
5937 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5938 lt_cv_file_magic_cmd='$OBJDUMP -f'
5939 ;;
5940
1cf3d07d
SE
5941darwin* | rhapsody*)
5942 lt_cv_deplibs_check_method=pass_all
5943 ;;
5944
5945freebsd* | dragonfly*)
5946 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5947 case $host_cpu in
5948 i*86 )
5949 # Not sure whether the presence of OpenBSD here was a mistake.
5950 # Let's accept both of them until this is cleared up.
5951 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5952 lt_cv_file_magic_cmd=/usr/bin/file
5953 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5954 ;;
5955 esac
5956 else
5957 lt_cv_deplibs_check_method=pass_all
5958 fi
77008252 5959 ;;
1cf3d07d
SE
5960
5961gnu*)
5962 lt_cv_deplibs_check_method=pass_all
77008252 5963 ;;
1cf3d07d 5964
43e02a8a
RW
5965haiku*)
5966 lt_cv_deplibs_check_method=pass_all
5967 ;;
5968
1cf3d07d
SE
5969hpux10.20* | hpux11*)
5970 lt_cv_file_magic_cmd=/usr/bin/file
5971 case $host_cpu in
5972 ia64*)
5973 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5974 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5975 ;;
5976 hppa*64*)
43e02a8a 5977 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]'
1cf3d07d
SE
5978 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5979 ;;
77008252 5980 *)
43e02a8a 5981 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
1cf3d07d
SE
5982 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5983 ;;
5984 esac
5985 ;;
77008252 5986
1cf3d07d
SE
5987interix[3-9]*)
5988 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5989 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5990 ;;
77008252 5991
1cf3d07d
SE
5992irix5* | irix6* | nonstopux*)
5993 case $LD in
5994 *-32|*"-32 ") libmagic=32-bit;;
5995 *-n32|*"-n32 ") libmagic=N32;;
5996 *-64|*"-64 ") libmagic=64-bit;;
5997 *) libmagic=never-match;;
5998 esac
5999 lt_cv_deplibs_check_method=pass_all
77008252 6000 ;;
77008252 6001
1cf3d07d 6002# This must be Linux ELF.
e9085da5 6003linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
1cf3d07d
SE
6004 lt_cv_deplibs_check_method=pass_all
6005 ;;
77008252 6006
1cf3d07d
SE
6007netbsd*)
6008 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6009 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
77008252 6010 else
1cf3d07d 6011 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
77008252 6012 fi
1cf3d07d
SE
6013 ;;
6014
6015newos6*)
6016 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6017 lt_cv_file_magic_cmd=/usr/bin/file
6018 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6019 ;;
6020
6021*nto* | *qnx*)
6022 lt_cv_deplibs_check_method=pass_all
6023 ;;
77008252 6024
1cf3d07d
SE
6025openbsd*)
6026 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6027 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6028 else
6029 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
77008252
JJ
6030 fi
6031 ;;
1cf3d07d
SE
6032
6033osf3* | osf4* | osf5*)
6034 lt_cv_deplibs_check_method=pass_all
6035 ;;
6036
6037rdos*)
6038 lt_cv_deplibs_check_method=pass_all
6039 ;;
6040
6041solaris*)
6042 lt_cv_deplibs_check_method=pass_all
6043 ;;
6044
6045sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6046 lt_cv_deplibs_check_method=pass_all
6047 ;;
6048
6049sysv4 | sysv4.3*)
6050 case $host_vendor in
6051 motorola)
6052 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]'
6053 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6054 ;;
6055 ncr)
6056 lt_cv_deplibs_check_method=pass_all
6057 ;;
6058 sequent)
6059 lt_cv_file_magic_cmd='/bin/file'
6060 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6061 ;;
6062 sni)
6063 lt_cv_file_magic_cmd='/bin/file'
6064 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6065 lt_cv_file_magic_test_file=/lib/libc.so
6066 ;;
6067 siemens)
6068 lt_cv_deplibs_check_method=pass_all
6069 ;;
6070 pc)
6071 lt_cv_deplibs_check_method=pass_all
6072 ;;
6073 esac
6074 ;;
6075
6076tpf*)
6077 lt_cv_deplibs_check_method=pass_all
6078 ;;
0ecd0f1c
OH
6079vxworks*)
6080 # Assume VxWorks cross toolchains are built on Linux, possibly
6081 # as canadian for Windows hosts.
6082 lt_cv_deplibs_check_method=pass_all
6083 ;;
77008252
JJ
6084esac
6085
1cf3d07d 6086fi
5213506e
RW
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6088$as_echo "$lt_cv_deplibs_check_method" >&6; }
1cf3d07d
SE
6089file_magic_cmd=$lt_cv_file_magic_cmd
6090deplibs_check_method=$lt_cv_deplibs_check_method
6091test -z "$deplibs_check_method" && deplibs_check_method=unknown
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
126f707e
L
6104plugin_option=
6105plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6106for plugin in $plugin_names; do
6107 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6108 if test x$plugin_so = x$plugin; then
6109 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6110 fi
6111 if test x$plugin_so != x$plugin; then
6112 plugin_option="--plugin $plugin_so"
6113 break
6114 fi
6115done
6116
77008252 6117if test -n "$ac_tool_prefix"; then
1cf3d07d
SE
6118 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6119set dummy ${ac_tool_prefix}ar; ac_word=$2
5213506e
RW
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6121$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6122if ${ac_cv_prog_AR+:} false; then :
5213506e 6123 $as_echo_n "(cached) " >&6
77008252 6124else
1cf3d07d
SE
6125 if test -n "$AR"; then
6126 ac_cv_prog_AR="$AR" # Let the user override the test.
77008252
JJ
6127else
6128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6129for as_dir in $PATH
6130do
6131 IFS=$as_save_IFS
6132 test -z "$as_dir" && as_dir=.
5213506e 6133 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 6135 ac_cv_prog_AR="${ac_tool_prefix}ar"
5213506e 6136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
6137 break 2
6138 fi
6139done
5213506e
RW
6140 done
6141IFS=$as_save_IFS
77008252
JJ
6142
6143fi
6144fi
1cf3d07d
SE
6145AR=$ac_cv_prog_AR
6146if test -n "$AR"; then
5213506e
RW
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6148$as_echo "$AR" >&6; }
77008252 6149else
5213506e
RW
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6151$as_echo "no" >&6; }
77008252
JJ
6152fi
6153
5213506e 6154
77008252 6155fi
1cf3d07d
SE
6156if test -z "$ac_cv_prog_AR"; then
6157 ac_ct_AR=$AR
6158 # Extract the first word of "ar", so it can be a program name with args.
6159set dummy ar; ac_word=$2
5213506e
RW
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6161$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6162if ${ac_cv_prog_ac_ct_AR+:} false; then :
5213506e 6163 $as_echo_n "(cached) " >&6
77008252 6164else
1cf3d07d
SE
6165 if test -n "$ac_ct_AR"; then
6166 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
77008252
JJ
6167else
6168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6169for as_dir in $PATH
6170do
6171 IFS=$as_save_IFS
6172 test -z "$as_dir" && as_dir=.
5213506e 6173 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 6175 ac_cv_prog_ac_ct_AR="ar"
5213506e 6176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
6177 break 2
6178 fi
6179done
5213506e
RW
6180 done
6181IFS=$as_save_IFS
77008252 6182
77008252
JJ
6183fi
6184fi
1cf3d07d
SE
6185ac_ct_AR=$ac_cv_prog_ac_ct_AR
6186if test -n "$ac_ct_AR"; then
5213506e
RW
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6188$as_echo "$ac_ct_AR" >&6; }
77008252 6189else
5213506e
RW
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6191$as_echo "no" >&6; }
77008252
JJ
6192fi
6193
5213506e
RW
6194 if test "x$ac_ct_AR" = x; then
6195 AR="false"
6196 else
6197 case $cross_compiling:$ac_tool_warned in
6198yes:)
6199{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6200$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6201ac_tool_warned=yes ;;
6202esac
6203 AR=$ac_ct_AR
6204 fi
77008252 6205else
1cf3d07d 6206 AR="$ac_cv_prog_AR"
77008252
JJ
6207fi
6208
1cf3d07d 6209test -z "$AR" && AR=ar
126f707e
L
6210if test -n "$plugin_option"; then
6211 if $AR --help 2>&1 | grep -q "\--plugin"; then
9c7797a8
L
6212 touch conftest.c
6213 $AR $plugin_option rc conftest.a conftest.c
6214 if test "$?" != 0; then
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6216$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6217 else
6218 AR="$AR $plugin_option"
6219 fi
6220 rm -f conftest.*
126f707e
L
6221 fi
6222fi
1cf3d07d
SE
6223test -z "$AR_FLAGS" && AR_FLAGS=cru
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
77008252
JJ
6235if test -n "$ac_tool_prefix"; then
6236 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6237set dummy ${ac_tool_prefix}strip; ac_word=$2
5213506e
RW
6238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6239$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6240if ${ac_cv_prog_STRIP+:} false; then :
5213506e 6241 $as_echo_n "(cached) " >&6
77008252
JJ
6242else
6243 if test -n "$STRIP"; then
6244 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6245else
6246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6247for as_dir in $PATH
6248do
6249 IFS=$as_save_IFS
6250 test -z "$as_dir" && as_dir=.
5213506e 6251 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6252 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 6253 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5213506e 6254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
6255 break 2
6256 fi
6257done
5213506e
RW
6258 done
6259IFS=$as_save_IFS
77008252
JJ
6260
6261fi
6262fi
6263STRIP=$ac_cv_prog_STRIP
6264if test -n "$STRIP"; then
5213506e
RW
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6266$as_echo "$STRIP" >&6; }
77008252 6267else
5213506e
RW
6268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6269$as_echo "no" >&6; }
77008252
JJ
6270fi
6271
5213506e 6272
77008252
JJ
6273fi
6274if test -z "$ac_cv_prog_STRIP"; then
6275 ac_ct_STRIP=$STRIP
6276 # Extract the first word of "strip", so it can be a program name with args.
6277set dummy strip; ac_word=$2
5213506e
RW
6278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6279$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6280if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5213506e 6281 $as_echo_n "(cached) " >&6
77008252
JJ
6282else
6283 if test -n "$ac_ct_STRIP"; then
6284 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6285else
6286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287for as_dir in $PATH
6288do
6289 IFS=$as_save_IFS
6290 test -z "$as_dir" && as_dir=.
5213506e 6291 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6292 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77008252 6293 ac_cv_prog_ac_ct_STRIP="strip"
5213506e 6294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77008252
JJ
6295 break 2
6296 fi
6297done
5213506e
RW
6298 done
6299IFS=$as_save_IFS
77008252 6300
77008252
JJ
6301fi
6302fi
6303ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6304if test -n "$ac_ct_STRIP"; then
5213506e
RW
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6306$as_echo "$ac_ct_STRIP" >&6; }
77008252 6307else
5213506e
RW
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6309$as_echo "no" >&6; }
77008252
JJ
6310fi
6311
5213506e
RW
6312 if test "x$ac_ct_STRIP" = x; then
6313 STRIP=":"
6314 else
6315 case $cross_compiling:$ac_tool_warned in
6316yes:)
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6318$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6319ac_tool_warned=yes ;;
6320esac
6321 STRIP=$ac_ct_STRIP
6322 fi
77008252
JJ
6323else
6324 STRIP="$ac_cv_prog_STRIP"
6325fi
6326
1cf3d07d 6327test -z "$STRIP" && STRIP=:
77008252 6328
77008252
JJ
6329
6330
77008252 6331
77008252
JJ
6332
6333
1cf3d07d
SE
6334if test -n "$ac_tool_prefix"; then
6335 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6336set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5213506e
RW
6337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6338$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6339if ${ac_cv_prog_RANLIB+:} false; then :
5213506e 6340 $as_echo_n "(cached) " >&6
77008252 6341else
1cf3d07d
SE
6342 if test -n "$RANLIB"; then
6343 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6344else
6345as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6346for as_dir in $PATH
6347do
6348 IFS=$as_save_IFS
6349 test -z "$as_dir" && as_dir=.
5213506e 6350 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 6352 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5213506e 6353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d 6354 break 2
77008252 6355 fi
1cf3d07d 6356done
5213506e
RW
6357 done
6358IFS=$as_save_IFS
1cf3d07d
SE
6359
6360fi
6361fi
6362RANLIB=$ac_cv_prog_RANLIB
6363if test -n "$RANLIB"; then
5213506e
RW
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6365$as_echo "$RANLIB" >&6; }
1cf3d07d 6366else
5213506e
RW
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6368$as_echo "no" >&6; }
1cf3d07d
SE
6369fi
6370
5213506e 6371
1cf3d07d
SE
6372fi
6373if test -z "$ac_cv_prog_RANLIB"; then
6374 ac_ct_RANLIB=$RANLIB
6375 # Extract the first word of "ranlib", so it can be a program name with args.
6376set dummy ranlib; ac_word=$2
5213506e
RW
6377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6378$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6379if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5213506e 6380 $as_echo_n "(cached) " >&6
1cf3d07d
SE
6381else
6382 if test -n "$ac_ct_RANLIB"; then
6383 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6384else
6385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6386for as_dir in $PATH
6387do
6388 IFS=$as_save_IFS
6389 test -z "$as_dir" && as_dir=.
5213506e 6390 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1cf3d07d 6392 ac_cv_prog_ac_ct_RANLIB="ranlib"
5213506e 6393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d
SE
6394 break 2
6395 fi
6396done
5213506e
RW
6397 done
6398IFS=$as_save_IFS
1cf3d07d 6399
1cf3d07d
SE
6400fi
6401fi
6402ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6403if test -n "$ac_ct_RANLIB"; then
5213506e
RW
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6405$as_echo "$ac_ct_RANLIB" >&6; }
1cf3d07d 6406else
5213506e
RW
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6408$as_echo "no" >&6; }
1cf3d07d
SE
6409fi
6410
5213506e
RW
6411 if test "x$ac_ct_RANLIB" = x; then
6412 RANLIB=":"
6413 else
6414 case $cross_compiling:$ac_tool_warned in
6415yes:)
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6417$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6418ac_tool_warned=yes ;;
6419esac
6420 RANLIB=$ac_ct_RANLIB
6421 fi
1cf3d07d
SE
6422else
6423 RANLIB="$ac_cv_prog_RANLIB"
6424fi
6425
6426test -z "$RANLIB" && RANLIB=:
126f707e
L
6427if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6428 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6429 RANLIB="$RANLIB $plugin_option"
6430 fi
6431fi
1cf3d07d
SE
6432
6433
6434
6435
6436
6437
6438# Determine commands to create old-style static archives.
77a3eb61 6439old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
1cf3d07d
SE
6440old_postinstall_cmds='chmod 644 $oldlib'
6441old_postuninstall_cmds=
6442
6443if test -n "$RANLIB"; then
6444 case $host_os in
6445 openbsd*)
6446 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6447 ;;
6448 *)
6449 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6450 ;;
6451 esac
6452 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6453fi
6454
43e02a8a
RW
6455case $host_os in
6456 darwin*)
6457 lock_old_archive_extraction=yes ;;
6458 *)
6459 lock_old_archive_extraction=no ;;
6460esac
6461
6462
6463
6464
6465
6466
1cf3d07d
SE
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500# If no C compiler was specified, use CC.
6501LTCC=${LTCC-"$CC"}
6502
6503# If no C compiler flags were specified, use CFLAGS.
6504LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6505
6506# Allow CC to be a program name with arguments.
6507compiler=$CC
6508
6509
6510# Check for command to grab the raw symbol name followed by C symbol from nm.
5213506e
RW
6511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6512$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
22e05272 6513if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5213506e 6514 $as_echo_n "(cached) " >&6
1cf3d07d
SE
6515else
6516
6517# These are sane defaults that work on at least a few old systems.
6518# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6519
6520# Character class describing NM global symbol codes.
6521symcode='[BCDEGRST]'
6522
6523# Regexp to match symbols that can be accessed directly from C.
6524sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6525
6526# Define system-specific variables.
6527case $host_os in
6528aix*)
6529 symcode='[BCDT]'
6530 ;;
77a3eb61 6531cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
6532 symcode='[ABCDGISTW]'
6533 ;;
6534hpux*)
6535 if test "$host_cpu" = ia64; then
6536 symcode='[ABCDEGRST]'
6537 fi
6538 ;;
6539irix* | nonstopux*)
6540 symcode='[BCDEGRST]'
6541 ;;
6542osf*)
6543 symcode='[BCDEGQRST]'
6544 ;;
6545solaris*)
dc17ceb3 6546 symcode='[BCDRT]'
1cf3d07d
SE
6547 ;;
6548sco3.2v5*)
6549 symcode='[DT]'
6550 ;;
6551sysv4.2uw2*)
6552 symcode='[DT]'
6553 ;;
6554sysv5* | sco5v6* | unixware* | OpenUNIX*)
6555 symcode='[ABDT]'
6556 ;;
6557sysv4)
6558 symcode='[DFNSTU]'
6559 ;;
6560esac
6561
6562# If we're using GNU nm, then use its standard symbol codes.
6563case `$NM -V 2>&1` in
6564*GNU* | *'with BFD'*)
6565 symcode='[ABCDGIRSTW]' ;;
6566esac
6567
6568# Transform an extracted symbol line into a proper C declaration.
6569# Some systems (esp. on ia64) link data and code symbols differently,
6570# so use this general approach.
6571lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6572
6573# Transform an extracted symbol line into symbol name and symbol address
6574lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
77a3eb61 6575lt_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'"
1cf3d07d
SE
6576
6577# Handle CRLF in mingw tool chain
6578opt_cr=
6579case $build_os in
6580mingw*)
6581 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
77008252 6582 ;;
1cf3d07d
SE
6583esac
6584
6585# Try without a prefix underscore, then with it.
6586for ac_symprfx in "" "_"; do
6587
6588 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6589 symxfrm="\\1 $ac_symprfx\\2 \\2"
6590
6591 # Write the raw and C identifiers.
6592 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6593 # Fake it for dumpbin and say T for any non-static function
6594 # and D for any global variable.
6595 # Also find C++ and __fastcall symbols from MSVC++,
6596 # which start with @ or ?.
6597 lt_cv_sys_global_symbol_pipe="$AWK '"\
6598" {last_section=section; section=\$ 3};"\
6599" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6600" \$ 0!~/External *\|/{next};"\
6601" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6602" {if(hide[section]) next};"\
6603" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6604" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6605" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6606" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6607" ' prfx=^$ac_symprfx"
6608 else
6609 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6610 fi
6611
6612 # Check to see that the pipe works correctly.
6613 pipe_works=no
6614
6615 rm -f conftest*
6616 cat > conftest.$ac_ext <<_LT_EOF
6617#ifdef __cplusplus
6618extern "C" {
6619#endif
6620char nm_test_var;
6621void nm_test_func(void);
6622void nm_test_func(void){}
6623#ifdef __cplusplus
6624}
6625#endif
6626int main(){nm_test_var='a';nm_test_func();return(0);}
6627_LT_EOF
6628
5213506e 6629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
6630 (eval $ac_compile) 2>&5
6631 ac_status=$?
5213506e
RW
6632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6633 test $ac_status = 0; }; then
1cf3d07d
SE
6634 # Now try to grab the symbols.
6635 nlist=conftest.nm
43e02a8a
RW
6636 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6637 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
1cf3d07d 6638 ac_status=$?
5213506e
RW
6639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6640 test $ac_status = 0; } && test -s "$nlist"; then
1cf3d07d
SE
6641 # Try sorting and uniquifying the output.
6642 if sort "$nlist" | uniq > "$nlist"T; then
6643 mv -f "$nlist"T "$nlist"
6644 else
6645 rm -f "$nlist"T
6646 fi
6647
6648 # Make sure that we snagged all the symbols we need.
6649 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6650 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6651 cat <<_LT_EOF > conftest.$ac_ext
6652#ifdef __cplusplus
6653extern "C" {
6654#endif
6655
6656_LT_EOF
6657 # Now generate the symbol file.
6658 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6659
6660 cat <<_LT_EOF >> conftest.$ac_ext
6661
6662/* The mapping between symbol names and symbols. */
6663const struct {
6664 const char *name;
6665 void *address;
6666}
6667lt__PROGRAM__LTX_preloaded_symbols[] =
6668{
6669 { "@PROGRAM@", (void *) 0 },
6670_LT_EOF
6671 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6672 cat <<\_LT_EOF >> conftest.$ac_ext
6673 {0, (void *) 0}
6674};
6675
6676/* This works around a problem in FreeBSD linker */
6677#ifdef FREEBSD_WORKAROUND
6678static const void *lt_preloaded_setup() {
6679 return lt__PROGRAM__LTX_preloaded_symbols;
6680}
6681#endif
6682
6683#ifdef __cplusplus
6684}
6685#endif
6686_LT_EOF
6687 # Now try linking the two files.
6688 mv conftest.$ac_objext conftstm.$ac_objext
6689 lt_save_LIBS="$LIBS"
6690 lt_save_CFLAGS="$CFLAGS"
6691 LIBS="conftstm.$ac_objext"
6692 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5213506e 6693 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
6694 (eval $ac_link) 2>&5
6695 ac_status=$?
5213506e
RW
6696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6697 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
1cf3d07d
SE
6698 pipe_works=yes
6699 fi
6700 LIBS="$lt_save_LIBS"
6701 CFLAGS="$lt_save_CFLAGS"
6702 else
6703 echo "cannot find nm_test_func in $nlist" >&5
6704 fi
6705 else
6706 echo "cannot find nm_test_var in $nlist" >&5
6707 fi
6708 else
6709 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6710 fi
6711 else
6712 echo "$progname: failed program was:" >&5
6713 cat conftest.$ac_ext >&5
6714 fi
77a3eb61 6715 rm -rf conftest* conftst*
1cf3d07d
SE
6716
6717 # Do not use the global_symbol_pipe unless it works.
6718 if test "$pipe_works" = yes; then
6719 break
6720 else
6721 lt_cv_sys_global_symbol_pipe=
6722 fi
6723done
6724
6725fi
6726
6727if test -z "$lt_cv_sys_global_symbol_pipe"; then
6728 lt_cv_sys_global_symbol_to_cdecl=
6729fi
6730if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5213506e
RW
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6732$as_echo "failed" >&6; }
1cf3d07d 6733else
5213506e
RW
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6735$as_echo "ok" >&6; }
1cf3d07d 6736fi
77008252 6737
1cf3d07d
SE
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
77a3eb61
PG
6752
6753
6754
6755
6756
1cf3d07d
SE
6757
6758
5213506e
RW
6759# Check whether --enable-libtool-lock was given.
6760if test "${enable_libtool_lock+set}" = set; then :
6761 enableval=$enable_libtool_lock;
6762fi
1cf3d07d 6763
1cf3d07d
SE
6764test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6765
6766# Some flags need to be propagated to the compiler or linker for good
6767# libtool support.
6768case $host in
77008252
JJ
6769ia64-*-hpux*)
6770 # Find out which ABI we are using.
6771 echo 'int i;' > conftest.$ac_ext
5213506e 6772 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
77008252
JJ
6773 (eval $ac_compile) 2>&5
6774 ac_status=$?
5213506e
RW
6775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6776 test $ac_status = 0; }; then
1cf3d07d
SE
6777 case `/usr/bin/file conftest.$ac_objext` in
6778 *ELF-32*)
6779 HPUX_IA64_MODE="32"
6780 ;;
6781 *ELF-64*)
6782 HPUX_IA64_MODE="64"
6783 ;;
6784 esac
6785 fi
6786 rm -rf conftest*
6787 ;;
6788*-*-irix6*)
6789 # Find out which ABI we are using.
43e02a8a 6790 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5213506e 6791 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
6792 (eval $ac_compile) 2>&5
6793 ac_status=$?
5213506e
RW
6794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6795 test $ac_status = 0; }; then
1cf3d07d
SE
6796 if test "$lt_cv_prog_gnu_ld" = yes; then
6797 case `/usr/bin/file conftest.$ac_objext` in
6798 *32-bit*)
6799 LD="${LD-ld} -melf32bsmip"
6800 ;;
6801 *N32*)
6802 LD="${LD-ld} -melf32bmipn32"
6803 ;;
6804 *64-bit*)
6805 LD="${LD-ld} -melf64bmip"
6806 ;;
6807 esac
6808 else
6809 case `/usr/bin/file conftest.$ac_objext` in
6810 *32-bit*)
6811 LD="${LD-ld} -32"
6812 ;;
6813 *N32*)
6814 LD="${LD-ld} -n32"
6815 ;;
6816 *64-bit*)
6817 LD="${LD-ld} -64"
6818 ;;
6819 esac
6820 fi
6821 fi
6822 rm -rf conftest*
6823 ;;
6824
3cbe17f7 6825x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1cf3d07d
SE
6826s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6827 # Find out which ABI we are using.
6828 echo 'int i;' > conftest.$ac_ext
5213506e 6829 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
6830 (eval $ac_compile) 2>&5
6831 ac_status=$?
5213506e
RW
6832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6833 test $ac_status = 0; }; then
1cf3d07d
SE
6834 case `/usr/bin/file conftest.o` in
6835 *32-bit*)
6836 case $host in
6837 x86_64-*kfreebsd*-gnu)
6838 LD="${LD-ld} -m elf_i386_fbsd"
6839 ;;
6840 x86_64-*linux*)
e6d5f8c9
L
6841 case `/usr/bin/file conftest.o` in
6842 *x86-64*)
6843 LD="${LD-ld} -m elf32_x86_64"
6844 ;;
6845 *)
6846 LD="${LD-ld} -m elf_i386"
6847 ;;
6848 esac
1cf3d07d 6849 ;;
3cbe17f7
AM
6850 powerpc64le-*linux*)
6851 LD="${LD-ld} -m elf32lppclinux"
6852 ;;
6853 powerpc64-*linux*)
1cf3d07d
SE
6854 LD="${LD-ld} -m elf32ppclinux"
6855 ;;
6856 s390x-*linux*)
6857 LD="${LD-ld} -m elf_s390"
6858 ;;
6859 sparc64-*linux*)
6860 LD="${LD-ld} -m elf32_sparc"
6861 ;;
6862 esac
6863 ;;
6864 *64-bit*)
6865 case $host in
6866 x86_64-*kfreebsd*-gnu)
6867 LD="${LD-ld} -m elf_x86_64_fbsd"
6868 ;;
6869 x86_64-*linux*)
6870 LD="${LD-ld} -m elf_x86_64"
6871 ;;
3cbe17f7
AM
6872 powerpcle-*linux*)
6873 LD="${LD-ld} -m elf64lppc"
6874 ;;
6875 powerpc-*linux*)
1cf3d07d
SE
6876 LD="${LD-ld} -m elf64ppc"
6877 ;;
6878 s390*-*linux*|s390*-*tpf*)
6879 LD="${LD-ld} -m elf64_s390"
6880 ;;
6881 sparc*-*linux*)
6882 LD="${LD-ld} -m elf64_sparc"
6883 ;;
6884 esac
6885 ;;
6886 esac
6887 fi
6888 rm -rf conftest*
6889 ;;
6890
6891*-*-sco3.2v5*)
6892 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6893 SAVE_CFLAGS="$CFLAGS"
6894 CFLAGS="$CFLAGS -belf"
5213506e
RW
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6896$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
22e05272 6897if ${lt_cv_cc_needs_belf+:} false; then :
5213506e 6898 $as_echo_n "(cached) " >&6
1cf3d07d
SE
6899else
6900 ac_ext=c
6901ac_cpp='$CPP $CPPFLAGS'
6902ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6903ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6904ac_compiler_gnu=$ac_cv_c_compiler_gnu
6905
6906 if test x$gcc_no_link = xyes; then
22e05272 6907 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 6908fi
5213506e 6909cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
6910/* end confdefs.h. */
6911
6912int
6913main ()
6914{
6915
6916 ;
6917 return 0;
6918}
6919_ACEOF
5213506e 6920if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
6921 lt_cv_cc_needs_belf=yes
6922else
5213506e 6923 lt_cv_cc_needs_belf=no
1cf3d07d 6924fi
5213506e
RW
6925rm -f core conftest.err conftest.$ac_objext \
6926 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
6927 ac_ext=c
6928ac_cpp='$CPP $CPPFLAGS'
6929ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6930ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6931ac_compiler_gnu=$ac_cv_c_compiler_gnu
6932
77a3eb61 6933fi
5213506e
RW
6934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6935$as_echo "$lt_cv_cc_needs_belf" >&6; }
77a3eb61
PG
6936 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6937 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6938 CFLAGS="$SAVE_CFLAGS"
6939 fi
6940 ;;
6941sparc*-*solaris*)
6942 # Find out which ABI we are using.
6943 echo 'int i;' > conftest.$ac_ext
5213506e 6944 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
77a3eb61
PG
6945 (eval $ac_compile) 2>&5
6946 ac_status=$?
5213506e
RW
6947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948 test $ac_status = 0; }; then
77a3eb61
PG
6949 case `/usr/bin/file conftest.o` in
6950 *64-bit*)
6951 case $lt_cv_prog_gnu_ld in
6952 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6953 *)
6954 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6955 LD="${LD-ld} -64"
6956 fi
6957 ;;
6958 esac
6959 ;;
6960 esac
6961 fi
6962 rm -rf conftest*
6963 ;;
6964esac
6965
6966need_locks="$enable_libtool_lock"
6967
6968
6969 case $host_os in
6970 rhapsody* | darwin*)
6971 if test -n "$ac_tool_prefix"; then
6972 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6973set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5213506e
RW
6974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6975$as_echo_n "checking for $ac_word... " >&6; }
22e05272 6976if ${ac_cv_prog_DSYMUTIL+:} false; then :
5213506e 6977 $as_echo_n "(cached) " >&6
77a3eb61
PG
6978else
6979 if test -n "$DSYMUTIL"; then
6980 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6981else
6982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6983for as_dir in $PATH
6984do
6985 IFS=$as_save_IFS
6986 test -z "$as_dir" && as_dir=.
5213506e 6987 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 6988 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 6989 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5213506e 6990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
6991 break 2
6992 fi
6993done
5213506e
RW
6994 done
6995IFS=$as_save_IFS
77a3eb61
PG
6996
6997fi
6998fi
6999DSYMUTIL=$ac_cv_prog_DSYMUTIL
7000if test -n "$DSYMUTIL"; then
5213506e
RW
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7002$as_echo "$DSYMUTIL" >&6; }
77a3eb61 7003else
5213506e
RW
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7005$as_echo "no" >&6; }
77a3eb61
PG
7006fi
7007
5213506e 7008
77a3eb61
PG
7009fi
7010if test -z "$ac_cv_prog_DSYMUTIL"; then
7011 ac_ct_DSYMUTIL=$DSYMUTIL
7012 # Extract the first word of "dsymutil", so it can be a program name with args.
7013set dummy dsymutil; ac_word=$2
5213506e
RW
7014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7015$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7016if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5213506e 7017 $as_echo_n "(cached) " >&6
77a3eb61
PG
7018else
7019 if test -n "$ac_ct_DSYMUTIL"; then
7020 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7021else
7022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7023for as_dir in $PATH
7024do
7025 IFS=$as_save_IFS
7026 test -z "$as_dir" && as_dir=.
5213506e 7027 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7028 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7029 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5213506e 7030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7031 break 2
7032 fi
7033done
5213506e
RW
7034 done
7035IFS=$as_save_IFS
77a3eb61 7036
77a3eb61
PG
7037fi
7038fi
7039ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7040if test -n "$ac_ct_DSYMUTIL"; then
5213506e
RW
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7042$as_echo "$ac_ct_DSYMUTIL" >&6; }
77a3eb61 7043else
5213506e
RW
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7045$as_echo "no" >&6; }
77a3eb61
PG
7046fi
7047
5213506e
RW
7048 if test "x$ac_ct_DSYMUTIL" = x; then
7049 DSYMUTIL=":"
7050 else
7051 case $cross_compiling:$ac_tool_warned in
7052yes:)
7053{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7054$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7055ac_tool_warned=yes ;;
7056esac
7057 DSYMUTIL=$ac_ct_DSYMUTIL
7058 fi
77a3eb61
PG
7059else
7060 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7061fi
7062
7063 if test -n "$ac_tool_prefix"; then
7064 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7065set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5213506e
RW
7066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7067$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7068if ${ac_cv_prog_NMEDIT+:} false; then :
5213506e 7069 $as_echo_n "(cached) " >&6
77a3eb61
PG
7070else
7071 if test -n "$NMEDIT"; then
7072 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7073else
7074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075for as_dir in $PATH
7076do
7077 IFS=$as_save_IFS
7078 test -z "$as_dir" && as_dir=.
5213506e 7079 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7080 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7081 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5213506e 7082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7083 break 2
7084 fi
7085done
5213506e
RW
7086 done
7087IFS=$as_save_IFS
77a3eb61
PG
7088
7089fi
7090fi
7091NMEDIT=$ac_cv_prog_NMEDIT
7092if test -n "$NMEDIT"; then
5213506e
RW
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7094$as_echo "$NMEDIT" >&6; }
77a3eb61 7095else
5213506e
RW
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7097$as_echo "no" >&6; }
77a3eb61
PG
7098fi
7099
5213506e 7100
77a3eb61
PG
7101fi
7102if test -z "$ac_cv_prog_NMEDIT"; then
7103 ac_ct_NMEDIT=$NMEDIT
7104 # Extract the first word of "nmedit", so it can be a program name with args.
7105set dummy nmedit; ac_word=$2
5213506e
RW
7106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7107$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7108if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5213506e 7109 $as_echo_n "(cached) " >&6
77a3eb61
PG
7110else
7111 if test -n "$ac_ct_NMEDIT"; then
7112 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7113else
7114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7115for as_dir in $PATH
7116do
7117 IFS=$as_save_IFS
7118 test -z "$as_dir" && as_dir=.
5213506e 7119 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7121 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5213506e 7122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7123 break 2
7124 fi
7125done
5213506e
RW
7126 done
7127IFS=$as_save_IFS
77a3eb61 7128
77a3eb61
PG
7129fi
7130fi
7131ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7132if test -n "$ac_ct_NMEDIT"; then
5213506e
RW
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7134$as_echo "$ac_ct_NMEDIT" >&6; }
77a3eb61 7135else
5213506e
RW
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137$as_echo "no" >&6; }
77a3eb61
PG
7138fi
7139
5213506e
RW
7140 if test "x$ac_ct_NMEDIT" = x; then
7141 NMEDIT=":"
7142 else
7143 case $cross_compiling:$ac_tool_warned in
7144yes:)
7145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7147ac_tool_warned=yes ;;
7148esac
7149 NMEDIT=$ac_ct_NMEDIT
7150 fi
77a3eb61
PG
7151else
7152 NMEDIT="$ac_cv_prog_NMEDIT"
7153fi
7154
7155 if test -n "$ac_tool_prefix"; then
7156 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7157set dummy ${ac_tool_prefix}lipo; ac_word=$2
5213506e
RW
7158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7159$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7160if ${ac_cv_prog_LIPO+:} false; then :
5213506e 7161 $as_echo_n "(cached) " >&6
77a3eb61
PG
7162else
7163 if test -n "$LIPO"; then
7164 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7165else
7166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7167for as_dir in $PATH
7168do
7169 IFS=$as_save_IFS
7170 test -z "$as_dir" && as_dir=.
5213506e 7171 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7172 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7173 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5213506e 7174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7175 break 2
7176 fi
7177done
5213506e
RW
7178 done
7179IFS=$as_save_IFS
77a3eb61
PG
7180
7181fi
7182fi
7183LIPO=$ac_cv_prog_LIPO
7184if test -n "$LIPO"; then
5213506e
RW
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7186$as_echo "$LIPO" >&6; }
77a3eb61 7187else
5213506e
RW
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7189$as_echo "no" >&6; }
77a3eb61
PG
7190fi
7191
5213506e 7192
77a3eb61
PG
7193fi
7194if test -z "$ac_cv_prog_LIPO"; then
7195 ac_ct_LIPO=$LIPO
7196 # Extract the first word of "lipo", so it can be a program name with args.
7197set dummy lipo; ac_word=$2
5213506e
RW
7198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7199$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7200if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
5213506e 7201 $as_echo_n "(cached) " >&6
77a3eb61
PG
7202else
7203 if test -n "$ac_ct_LIPO"; then
7204 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7205else
7206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7207for as_dir in $PATH
7208do
7209 IFS=$as_save_IFS
7210 test -z "$as_dir" && as_dir=.
5213506e 7211 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7213 ac_cv_prog_ac_ct_LIPO="lipo"
5213506e 7214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7215 break 2
7216 fi
7217done
5213506e
RW
7218 done
7219IFS=$as_save_IFS
77a3eb61 7220
77a3eb61
PG
7221fi
7222fi
7223ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7224if test -n "$ac_ct_LIPO"; then
5213506e
RW
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7226$as_echo "$ac_ct_LIPO" >&6; }
77a3eb61 7227else
5213506e
RW
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7229$as_echo "no" >&6; }
77a3eb61
PG
7230fi
7231
5213506e
RW
7232 if test "x$ac_ct_LIPO" = x; then
7233 LIPO=":"
7234 else
7235 case $cross_compiling:$ac_tool_warned in
7236yes:)
7237{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7238$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7239ac_tool_warned=yes ;;
7240esac
7241 LIPO=$ac_ct_LIPO
7242 fi
77a3eb61
PG
7243else
7244 LIPO="$ac_cv_prog_LIPO"
7245fi
7246
7247 if test -n "$ac_tool_prefix"; then
7248 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7249set dummy ${ac_tool_prefix}otool; ac_word=$2
5213506e
RW
7250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7251$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7252if ${ac_cv_prog_OTOOL+:} false; then :
5213506e 7253 $as_echo_n "(cached) " >&6
77a3eb61
PG
7254else
7255 if test -n "$OTOOL"; then
7256 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7257else
7258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7259for as_dir in $PATH
7260do
7261 IFS=$as_save_IFS
7262 test -z "$as_dir" && as_dir=.
5213506e 7263 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7264 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7265 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
5213506e 7266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7267 break 2
7268 fi
7269done
5213506e
RW
7270 done
7271IFS=$as_save_IFS
77a3eb61
PG
7272
7273fi
7274fi
7275OTOOL=$ac_cv_prog_OTOOL
7276if test -n "$OTOOL"; then
5213506e
RW
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7278$as_echo "$OTOOL" >&6; }
77a3eb61 7279else
5213506e
RW
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7281$as_echo "no" >&6; }
77a3eb61
PG
7282fi
7283
5213506e 7284
77a3eb61
PG
7285fi
7286if test -z "$ac_cv_prog_OTOOL"; then
7287 ac_ct_OTOOL=$OTOOL
7288 # Extract the first word of "otool", so it can be a program name with args.
7289set dummy otool; ac_word=$2
5213506e
RW
7290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7291$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7292if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
5213506e 7293 $as_echo_n "(cached) " >&6
77a3eb61
PG
7294else
7295 if test -n "$ac_ct_OTOOL"; then
7296 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7297else
7298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7299for as_dir in $PATH
7300do
7301 IFS=$as_save_IFS
7302 test -z "$as_dir" && as_dir=.
5213506e 7303 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7304 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7305 ac_cv_prog_ac_ct_OTOOL="otool"
5213506e 7306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7307 break 2
7308 fi
7309done
5213506e
RW
7310 done
7311IFS=$as_save_IFS
77a3eb61 7312
77a3eb61
PG
7313fi
7314fi
7315ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7316if test -n "$ac_ct_OTOOL"; then
5213506e
RW
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7318$as_echo "$ac_ct_OTOOL" >&6; }
77a3eb61 7319else
5213506e
RW
7320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7321$as_echo "no" >&6; }
77a3eb61
PG
7322fi
7323
5213506e
RW
7324 if test "x$ac_ct_OTOOL" = x; then
7325 OTOOL=":"
7326 else
7327 case $cross_compiling:$ac_tool_warned in
7328yes:)
7329{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7330$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7331ac_tool_warned=yes ;;
7332esac
7333 OTOOL=$ac_ct_OTOOL
7334 fi
77a3eb61
PG
7335else
7336 OTOOL="$ac_cv_prog_OTOOL"
7337fi
7338
7339 if test -n "$ac_tool_prefix"; then
7340 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7341set dummy ${ac_tool_prefix}otool64; ac_word=$2
5213506e
RW
7342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7343$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7344if ${ac_cv_prog_OTOOL64+:} false; then :
5213506e 7345 $as_echo_n "(cached) " >&6
77a3eb61
PG
7346else
7347 if test -n "$OTOOL64"; then
7348 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7349else
7350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351for as_dir in $PATH
7352do
7353 IFS=$as_save_IFS
7354 test -z "$as_dir" && as_dir=.
5213506e 7355 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7357 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
5213506e 7358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7359 break 2
7360 fi
7361done
5213506e
RW
7362 done
7363IFS=$as_save_IFS
77a3eb61
PG
7364
7365fi
7366fi
7367OTOOL64=$ac_cv_prog_OTOOL64
7368if test -n "$OTOOL64"; then
5213506e
RW
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7370$as_echo "$OTOOL64" >&6; }
77a3eb61 7371else
5213506e
RW
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7373$as_echo "no" >&6; }
77a3eb61
PG
7374fi
7375
5213506e 7376
77a3eb61
PG
7377fi
7378if test -z "$ac_cv_prog_OTOOL64"; then
7379 ac_ct_OTOOL64=$OTOOL64
7380 # Extract the first word of "otool64", so it can be a program name with args.
7381set dummy otool64; ac_word=$2
5213506e
RW
7382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7383$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7384if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
5213506e 7385 $as_echo_n "(cached) " >&6
77a3eb61
PG
7386else
7387 if test -n "$ac_ct_OTOOL64"; then
7388 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7389else
7390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7391for as_dir in $PATH
7392do
7393 IFS=$as_save_IFS
7394 test -z "$as_dir" && as_dir=.
5213506e 7395 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77a3eb61 7397 ac_cv_prog_ac_ct_OTOOL64="otool64"
5213506e 7398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77a3eb61
PG
7399 break 2
7400 fi
7401done
5213506e
RW
7402 done
7403IFS=$as_save_IFS
77a3eb61 7404
77a3eb61
PG
7405fi
7406fi
7407ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7408if test -n "$ac_ct_OTOOL64"; then
5213506e
RW
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7410$as_echo "$ac_ct_OTOOL64" >&6; }
77a3eb61 7411else
5213506e
RW
7412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7413$as_echo "no" >&6; }
77a3eb61
PG
7414fi
7415
5213506e
RW
7416 if test "x$ac_ct_OTOOL64" = x; then
7417 OTOOL64=":"
7418 else
7419 case $cross_compiling:$ac_tool_warned in
7420yes:)
7421{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7422$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7423ac_tool_warned=yes ;;
7424esac
7425 OTOOL64=$ac_ct_OTOOL64
7426 fi
77a3eb61
PG
7427else
7428 OTOOL64="$ac_cv_prog_OTOOL64"
7429fi
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
5213506e
RW
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7458$as_echo_n "checking for -single_module linker flag... " >&6; }
22e05272 7459if ${lt_cv_apple_cc_single_mod+:} false; then :
5213506e 7460 $as_echo_n "(cached) " >&6
77a3eb61
PG
7461else
7462 lt_cv_apple_cc_single_mod=no
7463 if test -z "${LT_MULTI_MODULE}"; then
7464 # By default we will add the -single_module flag. You can override
7465 # by either setting the environment variable LT_MULTI_MODULE
7466 # non-empty at configure time, or by adding -multi_module to the
7467 # link flags.
7468 rm -rf libconftest.dylib*
7469 echo "int foo(void){return 1;}" > conftest.c
7470 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7471-dynamiclib -Wl,-single_module conftest.c" >&5
7472 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7473 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7474 _lt_result=$?
7475 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7476 lt_cv_apple_cc_single_mod=yes
7477 else
7478 cat conftest.err >&5
7479 fi
7480 rm -rf libconftest.dylib*
7481 rm -f conftest.*
7482 fi
7483fi
5213506e
RW
7484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7485$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7487$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
22e05272 7488if ${lt_cv_ld_exported_symbols_list+:} false; then :
5213506e 7489 $as_echo_n "(cached) " >&6
77a3eb61
PG
7490else
7491 lt_cv_ld_exported_symbols_list=no
7492 save_LDFLAGS=$LDFLAGS
7493 echo "_main" > conftest.sym
7494 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7495 if test x$gcc_no_link = xyes; then
22e05272 7496 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77a3eb61 7497fi
5213506e 7498cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77a3eb61
PG
7499/* end confdefs.h. */
7500
7501int
7502main ()
7503{
7504
7505 ;
7506 return 0;
7507}
7508_ACEOF
5213506e 7509if ac_fn_c_try_link "$LINENO"; then :
77a3eb61
PG
7510 lt_cv_ld_exported_symbols_list=yes
7511else
5213506e 7512 lt_cv_ld_exported_symbols_list=no
77a3eb61 7513fi
5213506e
RW
7514rm -f core conftest.err conftest.$ac_objext \
7515 conftest$ac_exeext conftest.$ac_ext
77a3eb61
PG
7516 LDFLAGS="$save_LDFLAGS"
7517
7518fi
5213506e
RW
7519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7520$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
43e02a8a
RW
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7522$as_echo_n "checking for -force_load linker flag... " >&6; }
22e05272 7523if ${lt_cv_ld_force_load+:} false; then :
43e02a8a
RW
7524 $as_echo_n "(cached) " >&6
7525else
7526 lt_cv_ld_force_load=no
7527 cat > conftest.c << _LT_EOF
7528int forced_loaded() { return 2;}
7529_LT_EOF
7530 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7531 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7532 echo "$AR cru libconftest.a conftest.o" >&5
7533 $AR cru libconftest.a conftest.o 2>&5
7534 cat > conftest.c << _LT_EOF
7535int main() { return 0;}
7536_LT_EOF
7537 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7538 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7539 _lt_result=$?
7540 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7541 lt_cv_ld_force_load=yes
7542 else
7543 cat conftest.err >&5
7544 fi
7545 rm -f conftest.err libconftest.a conftest conftest.c
7546 rm -rf conftest.dSYM
7547
7548fi
7549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7550$as_echo "$lt_cv_ld_force_load" >&6; }
1352bc88
IS
7551 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7552 # build without first building modern cctools / linker.
7553 case $host_cpu-$host_os in
7554 *-rhapsody* | *-darwin1.[012])
77a3eb61 7555 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1352bc88 7556 *-darwin1.*)
77a3eb61 7557 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1352bc88
IS
7558 *-darwin*)
7559 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7560 # deployment target is forced to an earlier version.
7561 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
6a6d3817 7562 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0-9]*)
1352bc88 7563 ;;
ebf6d33b 7564 10.[012][,.]*)
1352bc88
IS
7565 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7566 ;;
7567 *)
7568 ;;
7569 esac
77a3eb61
PG
7570 ;;
7571 esac
7572 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7573 _lt_dar_single_mod='$single_module'
7574 fi
7575 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7576 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7577 else
7578 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7579 fi
43e02a8a 7580 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
77a3eb61
PG
7581 _lt_dsymutil='~$DSYMUTIL $lib || :'
7582 else
7583 _lt_dsymutil=
7584 fi
7585 ;;
7586 esac
7587
77a3eb61 7588for ac_header in dlfcn.h
5213506e
RW
7589do :
7590 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7591"
22e05272 7592if test "x$ac_cv_header_dlfcn_h" = xyes; then :
77a3eb61 7593 cat >>confdefs.h <<_ACEOF
5213506e 7594#define HAVE_DLFCN_H 1
77a3eb61
PG
7595_ACEOF
7596
7597fi
7598
7599done
7600
7601
7602
43e02a8a
RW
7603
7604
77a3eb61
PG
7605# Set options
7606
7607
7608
7609 enable_dlopen=no
7610
7611
7612 enable_win32_dll=no
7613
7614
5213506e
RW
7615 # Check whether --enable-shared was given.
7616if test "${enable_shared+set}" = set; then :
7617 enableval=$enable_shared; p=${PACKAGE-default}
77a3eb61
PG
7618 case $enableval in
7619 yes) enable_shared=yes ;;
7620 no) enable_shared=no ;;
7621 *)
7622 enable_shared=no
7623 # Look at the argument we got. We use all the common list separators.
7624 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7625 for pkg in $enableval; do
7626 IFS="$lt_save_ifs"
7627 if test "X$pkg" = "X$p"; then
7628 enable_shared=yes
7629 fi
7630 done
7631 IFS="$lt_save_ifs"
7632 ;;
7633 esac
7634else
7635 enable_shared=yes
5213506e 7636fi
77a3eb61
PG
7637
7638
7639
7640
7641
7642
7643
7644
5213506e
RW
7645
7646 # Check whether --enable-static was given.
7647if test "${enable_static+set}" = set; then :
7648 enableval=$enable_static; p=${PACKAGE-default}
77a3eb61
PG
7649 case $enableval in
7650 yes) enable_static=yes ;;
7651 no) enable_static=no ;;
7652 *)
7653 enable_static=no
7654 # Look at the argument we got. We use all the common list separators.
7655 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7656 for pkg in $enableval; do
7657 IFS="$lt_save_ifs"
7658 if test "X$pkg" = "X$p"; then
7659 enable_static=yes
7660 fi
7661 done
7662 IFS="$lt_save_ifs"
7663 ;;
7664 esac
7665else
7666 enable_static=yes
5213506e 7667fi
77a3eb61
PG
7668
7669
7670
7671
7672
7673
7674
7675
7676
5213506e
RW
7677
7678# Check whether --with-pic was given.
7679if test "${with_pic+set}" = set; then :
7680 withval=$with_pic; pic_mode="$withval"
77a3eb61
PG
7681else
7682 pic_mode=default
5213506e
RW
7683fi
7684
77a3eb61
PG
7685
7686test -z "$pic_mode" && pic_mode=default
7687
7688
7689
7690
7691
7692
7693
5213506e
RW
7694 # Check whether --enable-fast-install was given.
7695if test "${enable_fast_install+set}" = set; then :
7696 enableval=$enable_fast_install; p=${PACKAGE-default}
77a3eb61
PG
7697 case $enableval in
7698 yes) enable_fast_install=yes ;;
7699 no) enable_fast_install=no ;;
7700 *)
7701 enable_fast_install=no
7702 # Look at the argument we got. We use all the common list separators.
7703 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7704 for pkg in $enableval; do
7705 IFS="$lt_save_ifs"
7706 if test "X$pkg" = "X$p"; then
7707 enable_fast_install=yes
7708 fi
7709 done
7710 IFS="$lt_save_ifs"
1cf3d07d
SE
7711 ;;
7712 esac
77a3eb61
PG
7713else
7714 enable_fast_install=yes
5213506e
RW
7715fi
7716
1cf3d07d 7717
1cf3d07d
SE
7718
7719
1cf3d07d 7720
1cf3d07d 7721
1cf3d07d 7722
1cf3d07d 7723
1cf3d07d
SE
7724
7725
7726
7727# This can be used to rebuild libtool when needed
7728LIBTOOL_DEPS="$ltmain"
7729
7730# Always use our own libtool.
7731LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
43e02a8a 7755
1cf3d07d
SE
7756
7757
7758test -z "$LN_S" && LN_S="ln -s"
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773if test -n "${ZSH_VERSION+set}" ; then
7774 setopt NO_GLOB_SUBST
7775fi
7776
5213506e
RW
7777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7778$as_echo_n "checking for objdir... " >&6; }
22e05272 7779if ${lt_cv_objdir+:} false; then :
5213506e 7780 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7781else
7782 rm -f .libs 2>/dev/null
7783mkdir .libs 2>/dev/null
7784if test -d .libs; then
7785 lt_cv_objdir=.libs
7786else
7787 # MS-DOS does not allow filenames that begin with a dot.
7788 lt_cv_objdir=_libs
7789fi
7790rmdir .libs 2>/dev/null
7791fi
5213506e
RW
7792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7793$as_echo "$lt_cv_objdir" >&6; }
1cf3d07d
SE
7794objdir=$lt_cv_objdir
7795
7796
7797
7798
7799
7800cat >>confdefs.h <<_ACEOF
7801#define LT_OBJDIR "$lt_cv_objdir/"
7802_ACEOF
7803
7804
7805
7806
1cf3d07d
SE
7807case $host_os in
7808aix3*)
7809 # AIX sometimes has problems with the GCC collect2 program. For some
7810 # reason, if we set the COLLECT_NAMES environment variable, the problems
7811 # vanish in a puff of smoke.
7812 if test "X${COLLECT_NAMES+set}" != Xset; then
7813 COLLECT_NAMES=
7814 export COLLECT_NAMES
7815 fi
7816 ;;
7817esac
7818
1cf3d07d
SE
7819# Global variables:
7820ofile=libtool
7821can_build_shared=yes
7822
7823# All known linkers require a `.a' archive for static linking (except MSVC,
7824# which needs '.lib').
7825libext=a
7826
7827with_gnu_ld="$lt_cv_prog_gnu_ld"
7828
7829old_CC="$CC"
7830old_CFLAGS="$CFLAGS"
7831
7832# Set sane defaults for various variables
7833test -z "$CC" && CC=cc
7834test -z "$LTCC" && LTCC=$CC
7835test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7836test -z "$LD" && LD=ld
7837test -z "$ac_objext" && ac_objext=o
7838
7839for cc_temp in $compiler""; do
7840 case $cc_temp in
7841 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7842 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7843 \-*) ;;
7844 *) break;;
7845 esac
7846done
43e02a8a 7847cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1cf3d07d
SE
7848
7849
7850# Only perform the check for file, if the check method requires it
7851test -z "$MAGIC_CMD" && MAGIC_CMD=file
7852case $deplibs_check_method in
7853file_magic*)
7854 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5213506e
RW
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7856$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
22e05272 7857if ${lt_cv_path_MAGIC_CMD+:} false; then :
5213506e 7858 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7859else
7860 case $MAGIC_CMD in
7861[\\/*] | ?:[\\/]*)
7862 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7863 ;;
7864*)
7865 lt_save_MAGIC_CMD="$MAGIC_CMD"
7866 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7867 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7868 for ac_dir in $ac_dummy; do
7869 IFS="$lt_save_ifs"
7870 test -z "$ac_dir" && ac_dir=.
7871 if test -f $ac_dir/${ac_tool_prefix}file; then
7872 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7873 if test -n "$file_magic_test_file"; then
7874 case $deplibs_check_method in
7875 "file_magic "*)
7876 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7877 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7878 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7879 $EGREP "$file_magic_regex" > /dev/null; then
7880 :
7881 else
7882 cat <<_LT_EOF 1>&2
7883
7884*** Warning: the command libtool uses to detect shared libraries,
7885*** $file_magic_cmd, produces output that libtool cannot recognize.
7886*** The result is that libtool may fail to recognize shared libraries
7887*** as such. This will affect the creation of libtool libraries that
7888*** depend on shared libraries, but programs linked with such libtool
7889*** libraries will work regardless of this problem. Nevertheless, you
7890*** may want to report the problem to your system manager and/or to
7891*** bug-libtool@gnu.org
7892
7893_LT_EOF
7894 fi ;;
7895 esac
7896 fi
7897 break
7898 fi
7899 done
7900 IFS="$lt_save_ifs"
7901 MAGIC_CMD="$lt_save_MAGIC_CMD"
7902 ;;
7903esac
7904fi
7905
7906MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7907if test -n "$MAGIC_CMD"; then
5213506e
RW
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7909$as_echo "$MAGIC_CMD" >&6; }
1cf3d07d 7910else
5213506e
RW
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7912$as_echo "no" >&6; }
1cf3d07d
SE
7913fi
7914
7915
7916
7917
7918
7919if test -z "$lt_cv_path_MAGIC_CMD"; then
7920 if test -n "$ac_tool_prefix"; then
5213506e
RW
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7922$as_echo_n "checking for file... " >&6; }
22e05272 7923if ${lt_cv_path_MAGIC_CMD+:} false; then :
5213506e 7924 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7925else
7926 case $MAGIC_CMD in
7927[\\/*] | ?:[\\/]*)
7928 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7929 ;;
7930*)
7931 lt_save_MAGIC_CMD="$MAGIC_CMD"
7932 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7933 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7934 for ac_dir in $ac_dummy; do
7935 IFS="$lt_save_ifs"
7936 test -z "$ac_dir" && ac_dir=.
7937 if test -f $ac_dir/file; then
7938 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7939 if test -n "$file_magic_test_file"; then
7940 case $deplibs_check_method in
7941 "file_magic "*)
7942 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7943 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7944 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7945 $EGREP "$file_magic_regex" > /dev/null; then
7946 :
7947 else
7948 cat <<_LT_EOF 1>&2
7949
7950*** Warning: the command libtool uses to detect shared libraries,
7951*** $file_magic_cmd, produces output that libtool cannot recognize.
7952*** The result is that libtool may fail to recognize shared libraries
7953*** as such. This will affect the creation of libtool libraries that
7954*** depend on shared libraries, but programs linked with such libtool
7955*** libraries will work regardless of this problem. Nevertheless, you
7956*** may want to report the problem to your system manager and/or to
7957*** bug-libtool@gnu.org
7958
7959_LT_EOF
7960 fi ;;
7961 esac
7962 fi
7963 break
7964 fi
7965 done
7966 IFS="$lt_save_ifs"
7967 MAGIC_CMD="$lt_save_MAGIC_CMD"
7968 ;;
7969esac
7970fi
7971
7972MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7973if test -n "$MAGIC_CMD"; then
5213506e
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7975$as_echo "$MAGIC_CMD" >&6; }
1cf3d07d 7976else
5213506e
RW
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7978$as_echo "no" >&6; }
1cf3d07d
SE
7979fi
7980
7981
7982 else
7983 MAGIC_CMD=:
7984 fi
7985fi
7986
7987 fi
7988 ;;
7989esac
7990
7991# Use C for the default configuration in the libtool script
7992
7993lt_save_CC="$CC"
7994ac_ext=c
7995ac_cpp='$CPP $CPPFLAGS'
7996ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7997ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7998ac_compiler_gnu=$ac_cv_c_compiler_gnu
7999
8000
8001# Source file extension for C test sources.
8002ac_ext=c
8003
8004# Object file extension for compiled C test sources.
8005objext=o
8006objext=$objext
8007
8008# Code to be used in simple compile tests
8009lt_simple_compile_test_code="int some_variable = 0;"
8010
8011# Code to be used in simple link tests
8012lt_simple_link_test_code='int main(){return(0);}'
8013
8014
8015
8016
8017
8018
8019
8020# If no C compiler was specified, use CC.
8021LTCC=${LTCC-"$CC"}
8022
8023# If no C compiler flags were specified, use CFLAGS.
8024LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8025
8026# Allow CC to be a program name with arguments.
8027compiler=$CC
8028
8029# Save the default compiler, since it gets overwritten when the other
8030# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8031compiler_DEFAULT=$CC
8032
8033# save warnings/boilerplate of simple test code
8034ac_outfile=conftest.$ac_objext
8035echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8036eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8037_lt_compiler_boilerplate=`cat conftest.err`
8038$RM conftest*
8039
8040ac_outfile=conftest.$ac_objext
8041echo "$lt_simple_link_test_code" >conftest.$ac_ext
8042eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8043_lt_linker_boilerplate=`cat conftest.err`
77a3eb61 8044$RM -r conftest*
1cf3d07d
SE
8045
8046
8047## CAVEAT EMPTOR:
8048## There is no encapsulation within the following macros, do not change
8049## the running order or otherwise move them around unless you know exactly
8050## what you are doing...
8051if test -n "$compiler"; then
8052
8053lt_prog_compiler_no_builtin_flag=
8054
8055if test "$GCC" = yes; then
43e02a8a
RW
8056 case $cc_basename in
8057 nvcc*)
8058 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8059 *)
8060 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8061 esac
1cf3d07d 8062
5213506e
RW
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8064$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
22e05272 8065if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
5213506e 8066 $as_echo_n "(cached) " >&6
1cf3d07d
SE
8067else
8068 lt_cv_prog_compiler_rtti_exceptions=no
8069 ac_outfile=conftest.$ac_objext
8070 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8071 lt_compiler_flag="-fno-rtti -fno-exceptions"
8072 # Insert the option either (1) after the last *FLAGS variable, or
8073 # (2) before a word containing "conftest.", or (3) at the end.
8074 # Note that $ac_compile itself does not contain backslashes and begins
8075 # with a dollar sign (not a hyphen), so the echo should work correctly.
8076 # The option is referenced via a variable to avoid confusing sed.
8077 lt_compile=`echo "$ac_compile" | $SED \
8078 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8079 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8080 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8081 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8082 (eval "$lt_compile" 2>conftest.err)
8083 ac_status=$?
8084 cat conftest.err >&5
43e02a8a 8085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8086 if (exit $ac_status) && test -s "$ac_outfile"; then
8087 # The compiler can only warn and ignore the option if not recognized
8088 # So say no if there are warnings other than the usual output.
43e02a8a 8089 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1cf3d07d
SE
8090 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8091 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8092 lt_cv_prog_compiler_rtti_exceptions=yes
8093 fi
8094 fi
8095 $RM conftest*
8096
8097fi
5213506e
RW
8098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8099$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
1cf3d07d
SE
8100
8101if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8102 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8103else
8104 :
8105fi
8106
8107fi
8108
8109
8110
8111
8112
8113
8114 lt_prog_compiler_wl=
8115lt_prog_compiler_pic=
8116lt_prog_compiler_static=
8117
5213506e
RW
8118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8119$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1cf3d07d
SE
8120
8121 if test "$GCC" = yes; then
8122 lt_prog_compiler_wl='-Wl,'
8123 lt_prog_compiler_static='-static'
8124
8125 case $host_os in
8126 aix*)
8127 # All AIX code is PIC.
8128 if test "$host_cpu" = ia64; then
8129 # AIX 5 now supports IA64 processor
8130 lt_prog_compiler_static='-Bstatic'
8131 fi
4a3b8aa3 8132 lt_prog_compiler_pic='-fPIC'
1cf3d07d
SE
8133 ;;
8134
8135 amigaos*)
77a3eb61
PG
8136 case $host_cpu in
8137 powerpc)
8138 # see comment about AmigaOS4 .so support
8139 lt_prog_compiler_pic='-fPIC'
8140 ;;
8141 m68k)
8142 # FIXME: we need at least 68020 code to build shared libraries, but
8143 # adding the `-m68020' flag to GCC prevents building anything better,
8144 # like `-m68040'.
8145 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8146 ;;
8147 esac
1cf3d07d
SE
8148 ;;
8149
8150 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8151 # PIC is the default for these OSes.
8152 ;;
8153
77a3eb61 8154 mingw* | cygwin* | pw32* | os2* | cegcc*)
1cf3d07d
SE
8155 # This hack is so that the source file can tell whether it is being
8156 # built for inclusion in a dll (and should export symbols for example).
8157 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8158 # (--disable-auto-import) libraries
8159 lt_prog_compiler_pic='-DDLL_EXPORT'
8160 ;;
8161
8162 darwin* | rhapsody*)
8163 # PIC is the default on this platform
8164 # Common symbols not allowed in MH_DYLIB files
8165 lt_prog_compiler_pic='-fno-common'
8166 ;;
8167
43e02a8a
RW
8168 haiku*)
8169 # PIC is the default for Haiku.
8170 # The "-static" flag exists, but is broken.
8171 lt_prog_compiler_static=
8172 ;;
8173
1cf3d07d 8174 hpux*)
77a3eb61
PG
8175 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8176 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8177 # sets the default TLS model and affects inlining.
1cf3d07d 8178 case $host_cpu in
77a3eb61 8179 hppa*64*)
1cf3d07d
SE
8180 # +Z the default
8181 ;;
8182 *)
8183 lt_prog_compiler_pic='-fPIC'
8184 ;;
8185 esac
8186 ;;
8187
8188 interix[3-9]*)
8189 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8190 # Instead, we relocate shared libraries at runtime.
8191 ;;
8192
8193 msdosdjgpp*)
8194 # Just because we use GCC doesn't mean we suddenly get shared libraries
8195 # on systems that don't support them.
8196 lt_prog_compiler_can_build_shared=no
8197 enable_shared=no
8198 ;;
8199
8200 *nto* | *qnx*)
8201 # QNX uses GNU C++, but need to define -shared option too, otherwise
8202 # it will coredump.
8203 lt_prog_compiler_pic='-fPIC -shared'
8204 ;;
8205
8206 sysv4*MP*)
8207 if test -d /usr/nec; then
8208 lt_prog_compiler_pic=-Kconform_pic
8209 fi
8210 ;;
8211
8212 *)
8213 lt_prog_compiler_pic='-fPIC'
8214 ;;
8215 esac
43e02a8a
RW
8216
8217 case $cc_basename in
8218 nvcc*) # Cuda Compiler Driver 2.2
8219 lt_prog_compiler_wl='-Xlinker '
8220 lt_prog_compiler_pic='-Xcompiler -fPIC'
8221 ;;
8222 esac
1cf3d07d
SE
8223 else
8224 # PORTME Check for flag to pass linker flags through the system compiler.
8225 case $host_os in
8226 aix*)
8227 lt_prog_compiler_wl='-Wl,'
8228 if test "$host_cpu" = ia64; then
8229 # AIX 5 now supports IA64 processor
8230 lt_prog_compiler_static='-Bstatic'
8231 else
8232 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8233 fi
8234 ;;
1cf3d07d 8235
77a3eb61 8236 mingw* | cygwin* | pw32* | os2* | cegcc*)
1cf3d07d
SE
8237 # This hack is so that the source file can tell whether it is being
8238 # built for inclusion in a dll (and should export symbols for example).
8239 lt_prog_compiler_pic='-DDLL_EXPORT'
8240 ;;
8241
8242 hpux9* | hpux10* | hpux11*)
8243 lt_prog_compiler_wl='-Wl,'
8244 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8245 # not for PA HP-UX.
8246 case $host_cpu in
8247 hppa*64*|ia64*)
8248 # +Z the default
8249 ;;
8250 *)
8251 lt_prog_compiler_pic='+Z'
8252 ;;
8253 esac
8254 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8255 lt_prog_compiler_static='${wl}-a ${wl}archive'
8256 ;;
8257
8258 irix5* | irix6* | nonstopux*)
8259 lt_prog_compiler_wl='-Wl,'
8260 # PIC (with -KPIC) is the default.
8261 lt_prog_compiler_static='-non_shared'
8262 ;;
8263
7a9d3fe8 8264 linux* | k*bsd*-gnu | kopensolaris*-gnu)
1cf3d07d 8265 case $cc_basename in
77a3eb61
PG
8266 # old Intel for x86_64 which still supported -KPIC.
8267 ecc*)
1cf3d07d
SE
8268 lt_prog_compiler_wl='-Wl,'
8269 lt_prog_compiler_pic='-KPIC'
8270 lt_prog_compiler_static='-static'
8271 ;;
77a3eb61
PG
8272 # icc used to be incompatible with GCC.
8273 # ICC 10 doesn't accept -KPIC any more.
8274 icc* | ifort*)
8275 lt_prog_compiler_wl='-Wl,'
8276 lt_prog_compiler_pic='-fPIC'
8277 lt_prog_compiler_static='-static'
8278 ;;
8279 # Lahey Fortran 8.1.
8280 lf95*)
8281 lt_prog_compiler_wl='-Wl,'
8282 lt_prog_compiler_pic='--shared'
8283 lt_prog_compiler_static='--static'
8284 ;;
43e02a8a 8285 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
1cf3d07d
SE
8286 # Portland Group compilers (*not* the Pentium gcc compiler,
8287 # which looks to be a dead project)
8288 lt_prog_compiler_wl='-Wl,'
8289 lt_prog_compiler_pic='-fpic'
8290 lt_prog_compiler_static='-Bstatic'
8291 ;;
8292 ccc*)
8293 lt_prog_compiler_wl='-Wl,'
8294 # All Alpha code is PIC.
8295 lt_prog_compiler_static='-non_shared'
8296 ;;
43e02a8a
RW
8297 xl* | bgxl* | bgf* | mpixl*)
8298 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
77a3eb61
PG
8299 lt_prog_compiler_wl='-Wl,'
8300 lt_prog_compiler_pic='-qpic'
8301 lt_prog_compiler_static='-qstaticlink'
8302 ;;
1cf3d07d
SE
8303 *)
8304 case `$CC -V 2>&1 | sed 5q` in
43e02a8a
RW
8305 *Sun\ F* | *Sun*Fortran*)
8306 # Sun Fortran 8.3 passes all unrecognized flags to the linker
1cf3d07d
SE
8307 lt_prog_compiler_pic='-KPIC'
8308 lt_prog_compiler_static='-Bstatic'
43e02a8a 8309 lt_prog_compiler_wl=''
1cf3d07d 8310 ;;
43e02a8a
RW
8311 *Sun\ C*)
8312 # Sun C 5.9
1cf3d07d
SE
8313 lt_prog_compiler_pic='-KPIC'
8314 lt_prog_compiler_static='-Bstatic'
43e02a8a 8315 lt_prog_compiler_wl='-Wl,'
1cf3d07d
SE
8316 ;;
8317 esac
8318 ;;
8319 esac
8320 ;;
8321
8322 newsos6)
8323 lt_prog_compiler_pic='-KPIC'
8324 lt_prog_compiler_static='-Bstatic'
8325 ;;
8326
8327 *nto* | *qnx*)
8328 # QNX uses GNU C++, but need to define -shared option too, otherwise
8329 # it will coredump.
8330 lt_prog_compiler_pic='-fPIC -shared'
8331 ;;
8332
8333 osf3* | osf4* | osf5*)
8334 lt_prog_compiler_wl='-Wl,'
8335 # All OSF/1 code is PIC.
8336 lt_prog_compiler_static='-non_shared'
8337 ;;
8338
8339 rdos*)
8340 lt_prog_compiler_static='-non_shared'
8341 ;;
8342
8343 solaris*)
8344 lt_prog_compiler_pic='-KPIC'
8345 lt_prog_compiler_static='-Bstatic'
8346 case $cc_basename in
8347 f77* | f90* | f95*)
8348 lt_prog_compiler_wl='-Qoption ld ';;
8349 *)
8350 lt_prog_compiler_wl='-Wl,';;
8351 esac
8352 ;;
8353
8354 sunos4*)
8355 lt_prog_compiler_wl='-Qoption ld '
8356 lt_prog_compiler_pic='-PIC'
8357 lt_prog_compiler_static='-Bstatic'
8358 ;;
8359
8360 sysv4 | sysv4.2uw2* | sysv4.3*)
8361 lt_prog_compiler_wl='-Wl,'
8362 lt_prog_compiler_pic='-KPIC'
8363 lt_prog_compiler_static='-Bstatic'
8364 ;;
8365
8366 sysv4*MP*)
8367 if test -d /usr/nec ;then
8368 lt_prog_compiler_pic='-Kconform_pic'
8369 lt_prog_compiler_static='-Bstatic'
8370 fi
8371 ;;
8372
8373 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8374 lt_prog_compiler_wl='-Wl,'
8375 lt_prog_compiler_pic='-KPIC'
8376 lt_prog_compiler_static='-Bstatic'
8377 ;;
8378
8379 unicos*)
8380 lt_prog_compiler_wl='-Wl,'
8381 lt_prog_compiler_can_build_shared=no
8382 ;;
8383
8384 uts4*)
8385 lt_prog_compiler_pic='-pic'
8386 lt_prog_compiler_static='-Bstatic'
8387 ;;
8388
8389 *)
8390 lt_prog_compiler_can_build_shared=no
8391 ;;
8392 esac
8393 fi
8394
8395case $host_os in
8396 # For platforms which do not support PIC, -DPIC is meaningless:
8397 *djgpp*)
8398 lt_prog_compiler_pic=
8399 ;;
8400 *)
8401 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8402 ;;
8403esac
5213506e
RW
8404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8405$as_echo "$lt_prog_compiler_pic" >&6; }
1cf3d07d
SE
8406
8407
8408
8409
8410
8411
8412#
8413# Check to make sure the PIC flag actually works.
8414#
8415if test -n "$lt_prog_compiler_pic"; then
5213506e
RW
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8417$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
22e05272 8418if ${lt_cv_prog_compiler_pic_works+:} false; then :
5213506e 8419 $as_echo_n "(cached) " >&6
1cf3d07d 8420else
77a3eb61 8421 lt_cv_prog_compiler_pic_works=no
1cf3d07d
SE
8422 ac_outfile=conftest.$ac_objext
8423 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8424 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8425 # Insert the option either (1) after the last *FLAGS variable, or
8426 # (2) before a word containing "conftest.", or (3) at the end.
8427 # Note that $ac_compile itself does not contain backslashes and begins
8428 # with a dollar sign (not a hyphen), so the echo should work correctly.
8429 # The option is referenced via a variable to avoid confusing sed.
8430 lt_compile=`echo "$ac_compile" | $SED \
8431 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8432 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8433 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8434 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8435 (eval "$lt_compile" 2>conftest.err)
8436 ac_status=$?
8437 cat conftest.err >&5
43e02a8a 8438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8439 if (exit $ac_status) && test -s "$ac_outfile"; then
8440 # The compiler can only warn and ignore the option if not recognized
8441 # So say no if there are warnings other than the usual output.
43e02a8a 8442 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1cf3d07d
SE
8443 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8444 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
77a3eb61 8445 lt_cv_prog_compiler_pic_works=yes
1cf3d07d
SE
8446 fi
8447 fi
8448 $RM conftest*
8449
8450fi
5213506e
RW
8451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8452$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
1cf3d07d 8453
77a3eb61 8454if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
1cf3d07d
SE
8455 case $lt_prog_compiler_pic in
8456 "" | " "*) ;;
8457 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8458 esac
8459else
8460 lt_prog_compiler_pic=
8461 lt_prog_compiler_can_build_shared=no
8462fi
8463
8464fi
8465
8466
8467
8468
8469
8470
8471#
8472# Check to make sure the static flag actually works.
8473#
8474wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
5213506e
RW
8475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8476$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
22e05272 8477if ${lt_cv_prog_compiler_static_works+:} false; then :
5213506e 8478 $as_echo_n "(cached) " >&6
1cf3d07d 8479else
77a3eb61 8480 lt_cv_prog_compiler_static_works=no
1cf3d07d
SE
8481 save_LDFLAGS="$LDFLAGS"
8482 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8483 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8484 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8485 # The linker can only warn and ignore the option if not recognized
8486 # So say no if there are warnings
8487 if test -s conftest.err; then
8488 # Append any errors to the config.log.
8489 cat conftest.err 1>&5
43e02a8a 8490 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1cf3d07d
SE
8491 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8492 if diff conftest.exp conftest.er2 >/dev/null; then
77a3eb61 8493 lt_cv_prog_compiler_static_works=yes
1cf3d07d
SE
8494 fi
8495 else
77a3eb61 8496 lt_cv_prog_compiler_static_works=yes
1cf3d07d
SE
8497 fi
8498 fi
77a3eb61 8499 $RM -r conftest*
1cf3d07d
SE
8500 LDFLAGS="$save_LDFLAGS"
8501
8502fi
5213506e
RW
8503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8504$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
1cf3d07d 8505
77a3eb61 8506if test x"$lt_cv_prog_compiler_static_works" = xyes; then
1cf3d07d
SE
8507 :
8508else
8509 lt_prog_compiler_static=
8510fi
8511
8512
8513
8514
8515
8516
8517
5213506e
RW
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8519$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
22e05272 8520if ${lt_cv_prog_compiler_c_o+:} false; then :
5213506e 8521 $as_echo_n "(cached) " >&6
1cf3d07d
SE
8522else
8523 lt_cv_prog_compiler_c_o=no
8524 $RM -r conftest 2>/dev/null
8525 mkdir conftest
8526 cd conftest
8527 mkdir out
8528 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8529
8530 lt_compiler_flag="-o out/conftest2.$ac_objext"
8531 # Insert the option either (1) after the last *FLAGS variable, or
8532 # (2) before a word containing "conftest.", or (3) at the end.
8533 # Note that $ac_compile itself does not contain backslashes and begins
8534 # with a dollar sign (not a hyphen), so the echo should work correctly.
8535 lt_compile=`echo "$ac_compile" | $SED \
8536 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8537 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8538 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8539 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8540 (eval "$lt_compile" 2>out/conftest.err)
8541 ac_status=$?
8542 cat out/conftest.err >&5
43e02a8a 8543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8544 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8545 then
8546 # The compiler can only warn and ignore the option if not recognized
8547 # So say no if there are warnings
43e02a8a 8548 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1cf3d07d
SE
8549 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8550 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8551 lt_cv_prog_compiler_c_o=yes
8552 fi
8553 fi
8554 chmod u+w . 2>&5
8555 $RM conftest*
8556 # SGI C++ compiler will create directory out/ii_files/ for
8557 # template instantiation
8558 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8559 $RM out/* && rmdir out
8560 cd ..
8561 $RM -r conftest
8562 $RM conftest*
8563
8564fi
5213506e
RW
8565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8566$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
1cf3d07d
SE
8567
8568
8569
8570
8571
8572
5213506e
RW
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8574$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
22e05272 8575if ${lt_cv_prog_compiler_c_o+:} false; then :
5213506e 8576 $as_echo_n "(cached) " >&6
1cf3d07d
SE
8577else
8578 lt_cv_prog_compiler_c_o=no
8579 $RM -r conftest 2>/dev/null
8580 mkdir conftest
8581 cd conftest
8582 mkdir out
8583 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8584
8585 lt_compiler_flag="-o out/conftest2.$ac_objext"
8586 # Insert the option either (1) after the last *FLAGS variable, or
8587 # (2) before a word containing "conftest.", or (3) at the end.
8588 # Note that $ac_compile itself does not contain backslashes and begins
8589 # with a dollar sign (not a hyphen), so the echo should work correctly.
8590 lt_compile=`echo "$ac_compile" | $SED \
8591 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8592 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8593 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8594 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8595 (eval "$lt_compile" 2>out/conftest.err)
8596 ac_status=$?
8597 cat out/conftest.err >&5
43e02a8a 8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8599 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8600 then
8601 # The compiler can only warn and ignore the option if not recognized
8602 # So say no if there are warnings
43e02a8a 8603 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1cf3d07d
SE
8604 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8605 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8606 lt_cv_prog_compiler_c_o=yes
8607 fi
8608 fi
8609 chmod u+w . 2>&5
8610 $RM conftest*
8611 # SGI C++ compiler will create directory out/ii_files/ for
8612 # template instantiation
8613 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8614 $RM out/* && rmdir out
8615 cd ..
8616 $RM -r conftest
8617 $RM conftest*
8618
8619fi
5213506e
RW
8620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8621$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
1cf3d07d
SE
8622
8623
8624
8625
8626hard_links="nottested"
8627if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8628 # do not overwrite the value of need_locks provided by the user
5213506e
RW
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8630$as_echo_n "checking if we can lock with hard links... " >&6; }
1cf3d07d
SE
8631 hard_links=yes
8632 $RM conftest*
8633 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8634 touch conftest.a
8635 ln conftest.a conftest.b 2>&5 || hard_links=no
8636 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5213506e
RW
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8638$as_echo "$hard_links" >&6; }
1cf3d07d 8639 if test "$hard_links" = no; then
5213506e
RW
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8641$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1cf3d07d
SE
8642 need_locks=warn
8643 fi
8644else
8645 need_locks=no
8646fi
8647
8648
8649
8650
8651
8652
5213506e
RW
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8654$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1cf3d07d
SE
8655
8656 runpath_var=
8657 allow_undefined_flag=
8658 always_export_symbols=no
8659 archive_cmds=
8660 archive_expsym_cmds=
8661 compiler_needs_object=no
8662 enable_shared_with_static_runtimes=no
8663 export_dynamic_flag_spec=
8664 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8665 hardcode_automatic=no
8666 hardcode_direct=no
8667 hardcode_direct_absolute=no
8668 hardcode_libdir_flag_spec=
8669 hardcode_libdir_flag_spec_ld=
8670 hardcode_libdir_separator=
8671 hardcode_minus_L=no
8672 hardcode_shlibpath_var=unsupported
8673 inherit_rpath=no
8674 link_all_deplibs=unknown
8675 module_cmds=
8676 module_expsym_cmds=
8677 old_archive_from_new_cmds=
8678 old_archive_from_expsyms_cmds=
8679 thread_safe_flag_spec=
8680 whole_archive_flag_spec=
8681 # include_expsyms should be a list of space-separated symbols to be *always*
8682 # included in the symbol list
8683 include_expsyms=
8684 # exclude_expsyms can be an extended regexp of symbols to exclude
8685 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8686 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8687 # as well as any symbol that contains `d'.
77a3eb61 8688 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1cf3d07d
SE
8689 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8690 # platforms (ab)use it in PIC code, but their linkers get confused if
8691 # the symbol is explicitly referenced. Since portable code cannot
8692 # rely on this symbol name, it's probably fine to never include it in
8693 # preloaded symbol tables.
77a3eb61 8694 # Exclude shared library initialization/finalization symbols.
1cf3d07d
SE
8695 extract_expsyms_cmds=
8696
8697 case $host_os in
77a3eb61 8698 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
8699 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8700 # When not using gcc, we currently assume that we are using
8701 # Microsoft Visual C++.
8702 if test "$GCC" != yes; then
8703 with_gnu_ld=no
8704 fi
8705 ;;
8706 interix*)
8707 # we just hope/assume this is gcc and not c89 (= MSVC++)
8708 with_gnu_ld=yes
8709 ;;
8710 openbsd*)
8711 with_gnu_ld=no
8712 ;;
8713 esac
8714
8715 ld_shlibs=yes
43e02a8a
RW
8716
8717 # On some targets, GNU ld is compatible enough with the native linker
8718 # that we're better off using the native interface for both.
8719 lt_use_gnu_ld_interface=no
1cf3d07d 8720 if test "$with_gnu_ld" = yes; then
43e02a8a
RW
8721 case $host_os in
8722 aix*)
8723 # The AIX port of GNU ld has always aspired to compatibility
8724 # with the native linker. However, as the warning in the GNU ld
8725 # block says, versions before 2.19.5* couldn't really create working
8726 # shared libraries, regardless of the interface used.
8727 case `$LD -v 2>&1` in
8728 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8729 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8730 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8731 *)
8732 lt_use_gnu_ld_interface=yes
8733 ;;
8734 esac
8735 ;;
8736 *)
8737 lt_use_gnu_ld_interface=yes
8738 ;;
8739 esac
8740 fi
8741
8742 if test "$lt_use_gnu_ld_interface" = yes; then
1cf3d07d
SE
8743 # If archive_cmds runs LD, not CC, wlarc should be empty
8744 wlarc='${wl}'
8745
8746 # Set some defaults for GNU ld with shared library support. These
8747 # are reset later if shared libraries are not supported. Putting them
8748 # here allows them to be overridden if necessary.
8749 runpath_var=LD_RUN_PATH
8750 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8751 export_dynamic_flag_spec='${wl}--export-dynamic'
8752 # ancient GNU ld didn't support --whole-archive et. al.
8753 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8754 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8755 else
8756 whole_archive_flag_spec=
8757 fi
8758 supports_anon_versioning=no
8759 case `$LD -v 2>&1` in
43e02a8a 8760 *GNU\ gold*) supports_anon_versioning=yes ;;
1cf3d07d
SE
8761 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8762 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8763 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8764 *\ 2.11.*) ;; # other 2.11 versions
8765 *) supports_anon_versioning=yes ;;
8766 esac
8767
8768 # See if GNU ld supports shared libraries.
8769 case $host_os in
445bad9b 8770 aix[3-9]*)
1cf3d07d
SE
8771 # On AIX/PPC, the GNU linker is very broken
8772 if test "$host_cpu" != ia64; then
8773 ld_shlibs=no
8774 cat <<_LT_EOF 1>&2
8775
43e02a8a 8776*** Warning: the GNU linker, at least up to release 2.19, is reported
1cf3d07d
SE
8777*** to be unable to reliably create shared libraries on AIX.
8778*** Therefore, libtool is disabling shared libraries support. If you
43e02a8a
RW
8779*** really care for shared libraries, you may want to install binutils
8780*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8781*** You will then need to restart the configuration process.
1cf3d07d
SE
8782
8783_LT_EOF
8784 fi
8785 ;;
8786
8787 amigaos*)
77a3eb61
PG
8788 case $host_cpu in
8789 powerpc)
8790 # see comment about AmigaOS4 .so support
8791 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8792 archive_expsym_cmds=''
8793 ;;
8794 m68k)
8795 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)'
8796 hardcode_libdir_flag_spec='-L$libdir'
8797 hardcode_minus_L=yes
8798 ;;
8799 esac
1cf3d07d
SE
8800 ;;
8801
8802 beos*)
8803 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8804 allow_undefined_flag=unsupported
8805 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8806 # support --undefined. This deserves some investigation. FIXME
8807 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8808 else
8809 ld_shlibs=no
8810 fi
8811 ;;
8812
77a3eb61 8813 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
8814 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8815 # as there is no search path for DLLs.
8816 hardcode_libdir_flag_spec='-L$libdir'
43e02a8a 8817 export_dynamic_flag_spec='${wl}--export-all-symbols'
1cf3d07d
SE
8818 allow_undefined_flag=unsupported
8819 always_export_symbols=no
8820 enable_shared_with_static_runtimes=yes
8821 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8822
8823 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8824 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8825 # If the export-symbols file already is a .def file (1st line
8826 # is EXPORTS), use it as is; otherwise, prepend...
8827 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8828 cp $export_symbols $output_objdir/$soname.def;
8829 else
8830 echo EXPORTS > $output_objdir/$soname.def;
8831 cat $export_symbols >> $output_objdir/$soname.def;
8832 fi~
8833 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8834 else
8835 ld_shlibs=no
8836 fi
8837 ;;
8838
43e02a8a
RW
8839 haiku*)
8840 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8841 link_all_deplibs=yes
8842 ;;
8843
1cf3d07d
SE
8844 interix[3-9]*)
8845 hardcode_direct=no
8846 hardcode_shlibpath_var=no
8847 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8848 export_dynamic_flag_spec='${wl}-E'
8849 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8850 # Instead, shared libraries are loaded at an image base (0x10000000 by
8851 # default) and relocated if they conflict, which is a slow very memory
8852 # consuming and fragmenting process. To avoid this, we pick a random,
8853 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8854 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8855 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8856 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'
8857 ;;
8858
e9085da5 8859 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
1cf3d07d
SE
8860 tmp_diet=no
8861 if test "$host_os" = linux-dietlibc; then
8862 case $cc_basename in
8863 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8864 esac
8865 fi
8866 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8867 && test "$tmp_diet" = no
8868 then
a699d672 8869 tmp_addflag=' $pic_flag'
77a3eb61 8870 tmp_sharedflag='-shared'
1cf3d07d
SE
8871 case $cc_basename,$host_cpu in
8872 pgcc*) # Portland Group C compiler
43e02a8a 8873 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'
1cf3d07d
SE
8874 tmp_addflag=' $pic_flag'
8875 ;;
43e02a8a
RW
8876 pgf77* | pgf90* | pgf95* | pgfortran*)
8877 # Portland Group f77 and f90 compilers
8878 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'
1cf3d07d
SE
8879 tmp_addflag=' $pic_flag -Mnomain' ;;
8880 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8881 tmp_addflag=' -i_dynamic' ;;
8882 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8883 tmp_addflag=' -i_dynamic -nofor_main' ;;
8884 ifc* | ifort*) # Intel Fortran compiler
8885 tmp_addflag=' -nofor_main' ;;
77a3eb61
PG
8886 lf95*) # Lahey Fortran 8.1
8887 whole_archive_flag_spec=
8888 tmp_sharedflag='--shared' ;;
43e02a8a 8889 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
77a3eb61
PG
8890 tmp_sharedflag='-qmkshrobj'
8891 tmp_addflag= ;;
43e02a8a
RW
8892 nvcc*) # Cuda Compiler Driver 2.2
8893 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'
8894 compiler_needs_object=yes
8895 ;;
1cf3d07d
SE
8896 esac
8897 case `$CC -V 2>&1 | sed 5q` in
8898 *Sun\ C*) # Sun C 5.9
43e02a8a 8899 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'
1cf3d07d
SE
8900 compiler_needs_object=yes
8901 tmp_sharedflag='-G' ;;
8902 *Sun\ F*) # Sun Fortran 8.3
8903 tmp_sharedflag='-G' ;;
1cf3d07d
SE
8904 esac
8905 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8906
8907 if test "x$supports_anon_versioning" = xyes; then
8908 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8909 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8910 echo "local: *; };" >> $output_objdir/$libname.ver~
8911 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8912 fi
77a3eb61
PG
8913
8914 case $cc_basename in
43e02a8a 8915 xlf* | bgf* | bgxlf* | mpixlf*)
77a3eb61
PG
8916 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8917 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8918 hardcode_libdir_flag_spec=
8919 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8920 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8921 if test "x$supports_anon_versioning" = xyes; then
8922 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8923 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8924 echo "local: *; };" >> $output_objdir/$libname.ver~
8925 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8926 fi
8927 ;;
8928 esac
1cf3d07d
SE
8929 else
8930 ld_shlibs=no
8931 fi
8932 ;;
8933
8934 netbsd*)
8935 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8936 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8937 wlarc=
8938 else
8939 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8940 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8941 fi
8942 ;;
8943
8944 solaris*)
8945 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8946 ld_shlibs=no
8947 cat <<_LT_EOF 1>&2
8948
8949*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8950*** create shared libraries on Solaris systems. Therefore, libtool
8951*** is disabling shared libraries support. We urge you to upgrade GNU
8952*** binutils to release 2.9.1 or newer. Another option is to modify
8953*** your PATH or compiler configuration so that the native linker is
8954*** used, and then restart.
8955
8956_LT_EOF
8957 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8958 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8959 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8960 else
8961 ld_shlibs=no
8962 fi
8963 ;;
8964
8965 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8966 case `$LD -v 2>&1` in
8967 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8968 ld_shlibs=no
8969 cat <<_LT_EOF 1>&2
8970
8971*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8972*** reliably create shared libraries on SCO systems. Therefore, libtool
8973*** is disabling shared libraries support. We urge you to upgrade GNU
8974*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8975*** your PATH or compiler configuration so that the native linker is
8976*** used, and then restart.
8977
8978_LT_EOF
8979 ;;
8980 *)
8981 # For security reasons, it is highly recommended that you always
8982 # use absolute paths for naming shared libraries, and exclude the
8983 # DT_RUNPATH tag from executables and libraries. But doing so
8984 # requires that you compile everything twice, which is a pain.
8985 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8986 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8987 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8988 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8989 else
8990 ld_shlibs=no
8991 fi
8992 ;;
8993 esac
8994 ;;
8995
8996 sunos4*)
8997 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8998 wlarc=
8999 hardcode_direct=yes
9000 hardcode_shlibpath_var=no
9001 ;;
9002
9003 *)
9004 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9005 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9007 else
9008 ld_shlibs=no
9009 fi
9010 ;;
9011 esac
9012
9013 if test "$ld_shlibs" = no; then
9014 runpath_var=
9015 hardcode_libdir_flag_spec=
9016 export_dynamic_flag_spec=
9017 whole_archive_flag_spec=
9018 fi
9019 else
9020 # PORTME fill in a description of your system's linker (not GNU ld)
9021 case $host_os in
9022 aix3*)
9023 allow_undefined_flag=unsupported
9024 always_export_symbols=yes
9025 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'
9026 # Note: this linker hardcodes the directories in LIBPATH if there
9027 # are no directories specified by -L.
9028 hardcode_minus_L=yes
9029 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9030 # Neither direct hardcoding nor static linking is supported with a
9031 # broken collect2.
9032 hardcode_direct=unsupported
9033 fi
9034 ;;
9035
445bad9b 9036 aix[4-9]*)
1cf3d07d
SE
9037 if test "$host_cpu" = ia64; then
9038 # On IA64, the linker does run time linking by default, so we don't
9039 # have to do anything special.
9040 aix_use_runtimelinking=no
9041 exp_sym_flag='-Bexport'
9042 no_entry_flag=""
9043 else
9044 # If we're using GNU nm, then we don't want the "-C" option.
9045 # -C means demangle to AIX nm, but means don't demangle with GNU nm
43e02a8a
RW
9046 # Also, AIX nm treats weak defined symbols like other global
9047 # defined symbols, whereas GNU nm marks them as "W".
1cf3d07d 9048 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
43e02a8a 9049 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'
1cf3d07d 9050 else
84c1b9d3 9051 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'
1cf3d07d
SE
9052 fi
9053 aix_use_runtimelinking=no
9054
9055 # Test if we are trying to use run time linking or normal
9056 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9057 # need to do runtime linking.
445bad9b 9058 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1cf3d07d
SE
9059 for ld_flag in $LDFLAGS; do
9060 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9061 aix_use_runtimelinking=yes
9062 break
9063 fi
9064 done
9065 ;;
9066 esac
9067
9068 exp_sym_flag='-bexport'
9069 no_entry_flag='-bnoentry'
9070 fi
9071
9072 # When large executables or shared objects are built, AIX ld can
9073 # have problems creating the table of contents. If linking a library
9074 # or program results in "error TOC overflow" add -mminimal-toc to
9075 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9076 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9077
9078 archive_cmds=''
9079 hardcode_direct=yes
9080 hardcode_direct_absolute=yes
9081 hardcode_libdir_separator=':'
9082 link_all_deplibs=yes
9083 file_list_spec='${wl}-f,'
9084
9085 if test "$GCC" = yes; then
9086 case $host_os in aix4.[012]|aix4.[012].*)
9087 # We only want to do this on AIX 4.2 and lower, the check
9088 # below for broken collect2 doesn't work under 4.3+
9089 collect2name=`${CC} -print-prog-name=collect2`
9090 if test -f "$collect2name" &&
9091 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9092 then
9093 # We have reworked collect2
9094 :
9095 else
9096 # We have old collect2
9097 hardcode_direct=unsupported
9098 # It fails to find uninstalled libraries when the uninstalled
9099 # path is not listed in the libpath. Setting hardcode_minus_L
9100 # to unsupported forces relinking
9101 hardcode_minus_L=yes
9102 hardcode_libdir_flag_spec='-L$libdir'
9103 hardcode_libdir_separator=
9104 fi
9105 ;;
9106 esac
9107 shared_flag='-shared'
9108 if test "$aix_use_runtimelinking" = yes; then
9109 shared_flag="$shared_flag "'${wl}-G'
9110 fi
9111 else
9112 # not using gcc
9113 if test "$host_cpu" = ia64; then
9114 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9115 # chokes on -Wl,-G. The following line is correct:
9116 shared_flag='-G'
9117 else
9118 if test "$aix_use_runtimelinking" = yes; then
9119 shared_flag='${wl}-G'
9120 else
9121 shared_flag='${wl}-bM:SRE'
9122 fi
9123 fi
9124 fi
9125
77a3eb61 9126 export_dynamic_flag_spec='${wl}-bexpall'
1cf3d07d
SE
9127 # It seems that -bexpall does not export symbols beginning with
9128 # underscore (_), so it is better to generate a list of symbols to export.
9129 always_export_symbols=yes
9130 if test "$aix_use_runtimelinking" = yes; then
9131 # Warning - without using the other runtime loading flags (-brtl),
9132 # -berok will link without error, but may produce a broken library.
9133 allow_undefined_flag='-berok'
9134 # Determine the default libpath from the value encoded in an
9135 # empty executable.
9136 if test x$gcc_no_link = xyes; then
22e05272 9137 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 9138fi
5213506e 9139cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
9140/* end confdefs.h. */
9141
9142int
9143main ()
9144{
9145
9146 ;
9147 return 0;
9148}
9149_ACEOF
5213506e 9150if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
9151
9152lt_aix_libpath_sed='
9153 /Import File Strings/,/^$/ {
9154 /^0/ {
9155 s/^0 *\(.*\)$/\1/
9156 p
9157 }
9158 }'
9159aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9160# Check for a 64-bit object if we didn't find anything.
9161if test -z "$aix_libpath"; then
9162 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9163fi
1cf3d07d 9164fi
5213506e
RW
9165rm -f core conftest.err conftest.$ac_objext \
9166 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
9167if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9168
9169 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
43e02a8a 9170 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"
1cf3d07d
SE
9171 else
9172 if test "$host_cpu" = ia64; then
9173 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9174 allow_undefined_flag="-z nodefs"
9175 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"
9176 else
9177 # Determine the default libpath from the value encoded in an
9178 # empty executable.
9179 if test x$gcc_no_link = xyes; then
22e05272 9180 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 9181fi
5213506e 9182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
9183/* end confdefs.h. */
9184
9185int
9186main ()
9187{
9188
9189 ;
9190 return 0;
9191}
9192_ACEOF
5213506e 9193if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
9194
9195lt_aix_libpath_sed='
9196 /Import File Strings/,/^$/ {
9197 /^0/ {
9198 s/^0 *\(.*\)$/\1/
9199 p
9200 }
9201 }'
9202aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9203# Check for a 64-bit object if we didn't find anything.
9204if test -z "$aix_libpath"; then
9205 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9206fi
1cf3d07d 9207fi
5213506e
RW
9208rm -f core conftest.err conftest.$ac_objext \
9209 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
9210if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9211
9212 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9213 # Warning - without using the other run time loading flags,
9214 # -berok will link without error, but may produce a broken library.
9215 no_undefined_flag=' ${wl}-bernotok'
9216 allow_undefined_flag=' ${wl}-berok'
43e02a8a
RW
9217 if test "$with_gnu_ld" = yes; then
9218 # We only use this code for GNU lds that support --whole-archive.
9219 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9220 else
9221 # Exported symbols can be pulled into shared objects from archives
9222 whole_archive_flag_spec='$convenience'
9223 fi
1cf3d07d
SE
9224 archive_cmds_need_lc=yes
9225 # This is similar to how AIX traditionally builds its shared libraries.
9226 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'
9227 fi
9228 fi
9229 ;;
9230
9231 amigaos*)
77a3eb61
PG
9232 case $host_cpu in
9233 powerpc)
9234 # see comment about AmigaOS4 .so support
9235 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9236 archive_expsym_cmds=''
9237 ;;
9238 m68k)
9239 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)'
9240 hardcode_libdir_flag_spec='-L$libdir'
9241 hardcode_minus_L=yes
9242 ;;
9243 esac
1cf3d07d
SE
9244 ;;
9245
9246 bsdi[45]*)
9247 export_dynamic_flag_spec=-rdynamic
9248 ;;
9249
77a3eb61 9250 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
9251 # When not using gcc, we currently assume that we are using
9252 # Microsoft Visual C++.
9253 # hardcode_libdir_flag_spec is actually meaningless, as there is
9254 # no search path for DLLs.
9255 hardcode_libdir_flag_spec=' '
9256 allow_undefined_flag=unsupported
9257 # Tell ltmain to make .lib files, not .a files.
9258 libext=lib
9259 # Tell ltmain to make .dll files, not .so files.
9260 shrext_cmds=".dll"
9261 # FIXME: Setting linknames here is a bad hack.
43e02a8a 9262 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
1cf3d07d
SE
9263 # The linker will automatically build a .lib file if we build a DLL.
9264 old_archive_from_new_cmds='true'
9265 # FIXME: Should let the user specify the lib program.
9266 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9267 fix_srcfile_path='`cygpath -w "$srcfile"`'
9268 enable_shared_with_static_runtimes=yes
9269 ;;
9270
9271 darwin* | rhapsody*)
1cf3d07d 9272
77a3eb61 9273
6a6d3817
IS
9274
9275 # Publish an arg to allow the user to select that Darwin host (and target)
9276 # libraries should be given install-names like @rpath/libfoo.dylib. This
9277 # requires that the user of the library then adds an 'rpath' to the DSO that
9278 # needs access.
9279 # NOTE: there are defaults below, for systems that support rpaths. The person
9280 # configuring can override the defaults for any system version that supports
9281 # them - they are, however, forced off for system versions without support.
9282 # Check whether --enable-darwin-at-rpath was given.
9283if test "${enable_darwin_at_rpath+set}" = set; then :
9284 enableval=$enable_darwin_at_rpath; if test "x$enable_darwin_at_rpath" = "xyes"; then
9285 # This is not supported before macOS 10.5 / Darwin9.
9286 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host_os in
9287 UNSET,darwin[4-8]*|UNSET,rhapsody*|10.[0-4][,.]*)
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Darwin @rpath library names are incompatible with OSX versions earlier than 10.5 (rpaths disabled)" >&5
9289$as_echo "$as_me: WARNING: Darwin @rpath library names are incompatible with OSX versions earlier than 10.5 (rpaths disabled)" >&2;}
9290 enable_darwin_at_rpath=no
9291 ;;
9292 esac
9293 fi
9294else
9295 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host_os in
9296 # As above, before 10.5 / Darwin9 this does not work.
9297 UNSET,darwin[4-8]*|UNSET,rhapsody*|10.[0-4][,.]*)
9298 enable_darwin_at_rpath=no
9299 ;;
9300
9301 # We cannot build and test reliably on macOS 10.11+ (Darwin15+) without use
9302 # of rpaths, since runpaths set via DYLD_LIBRARY_PATH are elided by key
9303 # system executables (e.g. /bin/sh). Force rpaths on for these systems.
9304 UNSET,darwin1[5-9]*|UNSET,darwin2*|10.1[1-9][,.]*|1[1-9].*[,.]* )
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: @rpath library names are needed on macOS versions later than 10.11 (rpaths have been enabled)" >&5
9306$as_echo "$as_me: @rpath library names are needed on macOS versions later than 10.11 (rpaths have been enabled)" >&6;}
9307 enable_darwin_at_rpath=yes
9308 ;;
9309 # NOTE: we are not (yet) doing anything for 10.5 .. 10.10, since they can
9310 # work with either DYLD_LIBRARY_PATH or embedded rpaths.
9311
9312 esac
9313
9314fi
9315
9316
77a3eb61
PG
9317 archive_cmds_need_lc=no
9318 hardcode_direct=no
9319 hardcode_automatic=yes
9320 hardcode_shlibpath_var=unsupported
43e02a8a
RW
9321 if test "$lt_cv_ld_force_load" = "yes"; then
9322 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\"`'
9323 else
9324 whole_archive_flag_spec=''
9325 fi
77a3eb61
PG
9326 link_all_deplibs=yes
9327 allow_undefined_flag="$_lt_dar_allow_undefined"
9328 case $cc_basename in
9329 ifort*) _lt_dar_can_shared=yes ;;
9330 *) _lt_dar_can_shared=$GCC ;;
9331 esac
9332 if test "$_lt_dar_can_shared" = "yes"; then
43e02a8a 9333 output_verbose_link_cmd=func_echo_all
6a6d3817
IS
9334 _lt_install_name='\$rpath/\$soname'
9335 if test "x$enable_darwin_at_rpath" = "xyes"; then
9336 _lt_install_name='@rpath/\$soname'
9337 fi
9338 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name ${_lt_install_name} \$verstring ${_lt_dsymutil}"
77a3eb61 9339 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
6a6d3817 9340 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 ${_lt_install_name} \$verstring ${_lt_dar_export_syms}${_lt_dsymutil}"
77a3eb61
PG
9341 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}"
9342
9343 else
9344 ld_shlibs=no
9345 fi
9346
1cf3d07d
SE
9347 ;;
9348
9349 dgux*)
9350 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9351 hardcode_libdir_flag_spec='-L$libdir'
9352 hardcode_shlibpath_var=no
9353 ;;
9354
1cf3d07d
SE
9355 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9356 # support. Future versions do this automatically, but an explicit c++rt0.o
9357 # does not break anything, and helps significantly (at the cost of a little
9358 # extra space).
9359 freebsd2.2*)
9360 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9361 hardcode_libdir_flag_spec='-R$libdir'
9362 hardcode_direct=yes
9363 hardcode_shlibpath_var=no
9364 ;;
9365
9366 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
c6084f68 9367 freebsd2.*)
1cf3d07d
SE
9368 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9369 hardcode_direct=yes
9370 hardcode_minus_L=yes
9371 hardcode_shlibpath_var=no
9372 ;;
9373
9374 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9375 freebsd* | dragonfly*)
9376 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9377 hardcode_libdir_flag_spec='-R$libdir'
9378 hardcode_direct=yes
9379 hardcode_shlibpath_var=no
9380 ;;
9381
9382 hpux9*)
9383 if test "$GCC" = yes; then
9384 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'
9385 else
9386 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'
9387 fi
9388 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9389 hardcode_libdir_separator=:
9390 hardcode_direct=yes
9391
9392 # hardcode_minus_L: Not really in the search PATH,
9393 # but as the default location of the library.
9394 hardcode_minus_L=yes
9395 export_dynamic_flag_spec='${wl}-E'
9396 ;;
9397
9398 hpux10*)
43e02a8a 9399 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
1cf3d07d
SE
9400 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9401 else
9402 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9403 fi
9404 if test "$with_gnu_ld" = no; then
9405 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9406 hardcode_libdir_flag_spec_ld='+b $libdir'
9407 hardcode_libdir_separator=:
9408 hardcode_direct=yes
9409 hardcode_direct_absolute=yes
9410 export_dynamic_flag_spec='${wl}-E'
9411 # hardcode_minus_L: Not really in the search PATH,
9412 # but as the default location of the library.
9413 hardcode_minus_L=yes
9414 fi
9415 ;;
9416
9417 hpux11*)
43e02a8a 9418 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
1cf3d07d
SE
9419 case $host_cpu in
9420 hppa*64*)
4e4ba647 9421 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1cf3d07d
SE
9422 ;;
9423 ia64*)
77a3eb61 9424 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1cf3d07d
SE
9425 ;;
9426 *)
9427 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9428 ;;
9429 esac
9430 else
9431 case $host_cpu in
9432 hppa*64*)
4e4ba647 9433 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1cf3d07d
SE
9434 ;;
9435 ia64*)
9436 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9437 ;;
9438 *)
43e02a8a
RW
9439
9440 # Older versions of the 11.00 compiler do not understand -b yet
9441 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9443$as_echo_n "checking if $CC understands -b... " >&6; }
22e05272 9444if ${lt_cv_prog_compiler__b+:} false; then :
43e02a8a
RW
9445 $as_echo_n "(cached) " >&6
9446else
9447 lt_cv_prog_compiler__b=no
9448 save_LDFLAGS="$LDFLAGS"
9449 LDFLAGS="$LDFLAGS -b"
9450 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9451 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9452 # The linker can only warn and ignore the option if not recognized
9453 # So say no if there are warnings
9454 if test -s conftest.err; then
9455 # Append any errors to the config.log.
9456 cat conftest.err 1>&5
9457 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9458 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9459 if diff conftest.exp conftest.er2 >/dev/null; then
9460 lt_cv_prog_compiler__b=yes
9461 fi
9462 else
9463 lt_cv_prog_compiler__b=yes
9464 fi
9465 fi
9466 $RM -r conftest*
9467 LDFLAGS="$save_LDFLAGS"
9468
9469fi
9470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9471$as_echo "$lt_cv_prog_compiler__b" >&6; }
9472
9473if test x"$lt_cv_prog_compiler__b" = xyes; then
9474 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9475else
9476 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9477fi
9478
1cf3d07d
SE
9479 ;;
9480 esac
9481 fi
9482 if test "$with_gnu_ld" = no; then
9483 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9484 hardcode_libdir_separator=:
9485
9486 case $host_cpu in
9487 hppa*64*|ia64*)
9488 hardcode_direct=no
9489 hardcode_shlibpath_var=no
9490 ;;
9491 *)
9492 hardcode_direct=yes
9493 hardcode_direct_absolute=yes
9494 export_dynamic_flag_spec='${wl}-E'
9495
9496 # hardcode_minus_L: Not really in the search PATH,
9497 # but as the default location of the library.
9498 hardcode_minus_L=yes
9499 ;;
9500 esac
9501 fi
9502 ;;
9503
9504 irix5* | irix6* | nonstopux*)
9505 if test "$GCC" = yes; then
43e02a8a 9506 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'
1cf3d07d
SE
9507 # Try to use the -exported_symbol ld option, if it does not
9508 # work, assume that -exports_file does not work either and
9509 # implicitly export all symbols.
9510 save_LDFLAGS="$LDFLAGS"
9511 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9512 if test x$gcc_no_link = xyes; then
22e05272 9513 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 9514fi
5213506e
RW
9515cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9516/* end confdefs.h. */
1cf3d07d
SE
9517int foo(void) {}
9518_ACEOF
5213506e 9519if ac_fn_c_try_link "$LINENO"; then :
43e02a8a 9520 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'
1cf3d07d 9521
1cf3d07d 9522fi
5213506e
RW
9523rm -f core conftest.err conftest.$ac_objext \
9524 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
9525 LDFLAGS="$save_LDFLAGS"
9526 else
43e02a8a
RW
9527 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'
9528 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'
1cf3d07d
SE
9529 fi
9530 archive_cmds_need_lc='no'
9531 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9532 hardcode_libdir_separator=:
9533 inherit_rpath=yes
9534 link_all_deplibs=yes
9535 ;;
9536
9537 netbsd*)
9538 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9539 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9540 else
9541 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9542 fi
9543 hardcode_libdir_flag_spec='-R$libdir'
9544 hardcode_direct=yes
9545 hardcode_shlibpath_var=no
9546 ;;
9547
9548 newsos6)
9549 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9550 hardcode_direct=yes
9551 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9552 hardcode_libdir_separator=:
9553 hardcode_shlibpath_var=no
9554 ;;
9555
9556 *nto* | *qnx*)
9557 ;;
9558
9559 openbsd*)
77a3eb61
PG
9560 if test -f /usr/libexec/ld.so; then
9561 hardcode_direct=yes
9562 hardcode_shlibpath_var=no
9563 hardcode_direct_absolute=yes
9564 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1cf3d07d 9565 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
77a3eb61 9566 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
1cf3d07d 9567 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
77a3eb61
PG
9568 export_dynamic_flag_spec='${wl}-E'
9569 else
9570 case $host_os in
9571 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9572 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9573 hardcode_libdir_flag_spec='-R$libdir'
9574 ;;
9575 *)
9576 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9577 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9578 ;;
9579 esac
9580 fi
9581 else
9582 ld_shlibs=no
1cf3d07d
SE
9583 fi
9584 ;;
9585
9586 os2*)
9587 hardcode_libdir_flag_spec='-L$libdir'
9588 hardcode_minus_L=yes
9589 allow_undefined_flag=unsupported
43e02a8a 9590 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'
1cf3d07d
SE
9591 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9592 ;;
9593
9594 osf3*)
9595 if test "$GCC" = yes; then
9596 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
43e02a8a 9597 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'
1cf3d07d
SE
9598 else
9599 allow_undefined_flag=' -expect_unresolved \*'
43e02a8a 9600 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'
1cf3d07d
SE
9601 fi
9602 archive_cmds_need_lc='no'
9603 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9604 hardcode_libdir_separator=:
9605 ;;
9606
9607 osf4* | osf5*) # as osf3* with the addition of -msym flag
9608 if test "$GCC" = yes; then
9609 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
43e02a8a 9610 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'
1cf3d07d
SE
9611 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9612 else
9613 allow_undefined_flag=' -expect_unresolved \*'
43e02a8a 9614 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'
1cf3d07d 9615 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~
43e02a8a 9616 $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'
1cf3d07d
SE
9617
9618 # Both c and cxx compiler support -rpath directly
9619 hardcode_libdir_flag_spec='-rpath $libdir'
9620 fi
9621 archive_cmds_need_lc='no'
9622 hardcode_libdir_separator=:
9623 ;;
9624
9625 solaris*)
9626 no_undefined_flag=' -z defs'
9627 if test "$GCC" = yes; then
9628 wlarc='${wl}'
9629 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9630 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9631 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9632 else
9633 case `$CC -V 2>&1` in
9634 *"Compilers 5.0"*)
9635 wlarc=''
9636 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9637 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9638 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9639 ;;
9640 *)
9641 wlarc='${wl}'
9642 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9643 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9644 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9645 ;;
9646 esac
9647 fi
9648 hardcode_libdir_flag_spec='-R$libdir'
9649 hardcode_shlibpath_var=no
9650 case $host_os in
9651 solaris2.[0-5] | solaris2.[0-5].*) ;;
9652 *)
9653 # The compiler driver will combine and reorder linker options,
9654 # but understands `-z linker_flag'. GCC discards it without `$wl',
9655 # but is careful enough not to reorder.
9656 # Supported since Solaris 2.6 (maybe 2.5.1?)
9657 if test "$GCC" = yes; then
9658 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9659 else
9660 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9661 fi
9662 ;;
9663 esac
9664 link_all_deplibs=yes
9665 ;;
9666
9667 sunos4*)
9668 if test "x$host_vendor" = xsequent; then
9669 # Use $CC to link under sequent, because it throws in some extra .o
9670 # files that make .init and .fini sections work.
9671 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9672 else
9673 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9674 fi
9675 hardcode_libdir_flag_spec='-L$libdir'
9676 hardcode_direct=yes
9677 hardcode_minus_L=yes
9678 hardcode_shlibpath_var=no
9679 ;;
9680
9681 sysv4)
9682 case $host_vendor in
9683 sni)
9684 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9685 hardcode_direct=yes # is this really true???
9686 ;;
9687 siemens)
9688 ## LD is ld it makes a PLAMLIB
9689 ## CC just makes a GrossModule.
9690 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9691 reload_cmds='$CC -r -o $output$reload_objs'
9692 hardcode_direct=no
9693 ;;
9694 motorola)
9695 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9697 ;;
9698 esac
9699 runpath_var='LD_RUN_PATH'
9700 hardcode_shlibpath_var=no
9701 ;;
9702
9703 sysv4.3*)
9704 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9705 hardcode_shlibpath_var=no
9706 export_dynamic_flag_spec='-Bexport'
9707 ;;
9708
9709 sysv4*MP*)
9710 if test -d /usr/nec; then
9711 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9712 hardcode_shlibpath_var=no
9713 runpath_var=LD_RUN_PATH
9714 hardcode_runpath_var=yes
9715 ld_shlibs=yes
9716 fi
9717 ;;
9718
9719 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9720 no_undefined_flag='${wl}-z,text'
9721 archive_cmds_need_lc=no
9722 hardcode_shlibpath_var=no
9723 runpath_var='LD_RUN_PATH'
9724
9725 if test "$GCC" = yes; then
9726 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9727 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9728 else
9729 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9730 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9731 fi
9732 ;;
9733
9734 sysv5* | sco3.2v5* | sco5v6*)
9735 # Note: We can NOT use -z defs as we might desire, because we do not
9736 # link with -lc, and that would cause any symbols used from libc to
9737 # always be unresolved, which means just about no library would
9738 # ever link correctly. If we're not using GNU ld we use -z text
9739 # though, which does catch some bad symbols but isn't as heavy-handed
9740 # as -z defs.
9741 no_undefined_flag='${wl}-z,text'
9742 allow_undefined_flag='${wl}-z,nodefs'
9743 archive_cmds_need_lc=no
9744 hardcode_shlibpath_var=no
9745 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9746 hardcode_libdir_separator=':'
9747 link_all_deplibs=yes
9748 export_dynamic_flag_spec='${wl}-Bexport'
9749 runpath_var='LD_RUN_PATH'
9750
9751 if test "$GCC" = yes; then
9752 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9753 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9754 else
9755 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9756 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9757 fi
9758 ;;
9759
9760 uts4*)
9761 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_libdir_flag_spec='-L$libdir'
9763 hardcode_shlibpath_var=no
9764 ;;
9765
9766 *)
9767 ld_shlibs=no
9768 ;;
9769 esac
9770
9771 if test x$host_vendor = xsni; then
9772 case $host in
9773 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9774 export_dynamic_flag_spec='${wl}-Blargedynsym'
9775 ;;
9776 esac
9777 fi
9778 fi
9779
5213506e
RW
9780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9781$as_echo "$ld_shlibs" >&6; }
1cf3d07d
SE
9782test "$ld_shlibs" = no && can_build_shared=no
9783
9784with_gnu_ld=$with_gnu_ld
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800#
9801# Do we need to explicitly link libc?
9802#
9803case "x$archive_cmds_need_lc" in
9804x|xyes)
9805 # Assume -lc should be added
9806 archive_cmds_need_lc=yes
9807
9808 if test "$enable_shared" = yes && test "$GCC" = yes; then
9809 case $archive_cmds in
9810 *'~'*)
9811 # FIXME: we may have to deal with multi-command sequences.
9812 ;;
9813 '$CC '*)
9814 # Test whether the compiler implicitly links with -lc since on some
9815 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9816 # to ld, don't add -lc before -lgcc.
5213506e
RW
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9818$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
22e05272 9819if ${lt_cv_archive_cmds_need_lc+:} false; then :
5213506e 9820 $as_echo_n "(cached) " >&6
baafc534
RW
9821else
9822 $RM conftest*
9823 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1cf3d07d 9824
5213506e 9825 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
9826 (eval $ac_compile) 2>&5
9827 ac_status=$?
5213506e
RW
9828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9829 test $ac_status = 0; } 2>conftest.err; then
baafc534
RW
9830 soname=conftest
9831 lib=conftest
9832 libobjs=conftest.$ac_objext
9833 deplibs=
9834 wl=$lt_prog_compiler_wl
9835 pic_flag=$lt_prog_compiler_pic
9836 compiler_flags=-v
9837 linker_flags=-v
9838 verstring=
9839 output_objdir=.
9840 libname=conftest
9841 lt_save_allow_undefined_flag=$allow_undefined_flag
9842 allow_undefined_flag=
5213506e 9843 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
1cf3d07d
SE
9844 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9845 ac_status=$?
5213506e
RW
9846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9847 test $ac_status = 0; }
baafc534
RW
9848 then
9849 lt_cv_archive_cmds_need_lc=no
9850 else
9851 lt_cv_archive_cmds_need_lc=yes
9852 fi
9853 allow_undefined_flag=$lt_save_allow_undefined_flag
9854 else
9855 cat conftest.err 1>&5
9856 fi
9857 $RM conftest*
9858
9859fi
5213506e
RW
9860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9861$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
baafc534 9862 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
1cf3d07d
SE
9863 ;;
9864 esac
9865 fi
9866 ;;
9867esac
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
5213506e
RW
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10026$as_echo_n "checking dynamic linker characteristics... " >&6; }
77a3eb61
PG
10027
10028if test "$GCC" = yes; then
1cf3d07d
SE
10029 case $host_os in
10030 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10031 *) lt_awk_arg="/^libraries:/" ;;
10032 esac
43e02a8a
RW
10033 case $host_os in
10034 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10035 *) lt_sed_strip_eq="s,=/,/,g" ;;
10036 esac
10037 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10038 case $lt_search_path_spec in
10039 *\;*)
1cf3d07d
SE
10040 # if the path contains ";" then we assume it to be the separator
10041 # otherwise default to the standard path separator (i.e. ":") - it is
10042 # assumed that no part of a normal pathname contains ";" but that should
10043 # okay in the real world where ";" in dirpaths is itself problematic.
43e02a8a
RW
10044 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10045 ;;
10046 *)
10047 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10048 ;;
10049 esac
1cf3d07d
SE
10050 # Ok, now we have the path, separated by spaces, we can step through it
10051 # and add multilib dir if necessary.
10052 lt_tmp_lt_search_path_spec=
10053 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10054 for lt_sys_path in $lt_search_path_spec; do
10055 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10056 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10057 else
10058 test -d "$lt_sys_path" && \
10059 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10060 fi
10061 done
43e02a8a 10062 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
1cf3d07d
SE
10063BEGIN {RS=" "; FS="/|\n";} {
10064 lt_foo="";
10065 lt_count=0;
10066 for (lt_i = NF; lt_i > 0; lt_i--) {
10067 if ($lt_i != "" && $lt_i != ".") {
10068 if ($lt_i == "..") {
10069 lt_count++;
10070 } else {
10071 if (lt_count == 0) {
10072 lt_foo="/" $lt_i lt_foo;
10073 } else {
10074 lt_count--;
10075 }
10076 }
10077 }
10078 }
10079 if (lt_foo != "") { lt_freq[lt_foo]++; }
10080 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10081}'`
43e02a8a
RW
10082 # AWK program above erroneously prepends '/' to C:/dos/paths
10083 # for these hosts.
10084 case $host_os in
10085 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10086 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10087 esac
10088 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
1cf3d07d
SE
10089else
10090 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10091fi
10092library_names_spec=
10093libname_spec='lib$name'
10094soname_spec=
10095shrext_cmds=".so"
10096postinstall_cmds=
10097postuninstall_cmds=
10098finish_cmds=
10099finish_eval=
10100shlibpath_var=
10101shlibpath_overrides_runpath=unknown
10102version_type=none
10103dynamic_linker="$host_os ld.so"
10104sys_lib_dlsearch_path_spec="/lib /usr/lib"
10105need_lib_prefix=unknown
10106hardcode_into_libs=no
10107
10108# when you set need_version to no, make sure it does not cause -set_version
10109# flags to be left without arguments
10110need_version=unknown
10111
10112case $host_os in
10113aix3*)
10114 version_type=linux
10115 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10116 shlibpath_var=LIBPATH
10117
10118 # AIX 3 has no versioning support, so we append a major version to the name.
10119 soname_spec='${libname}${release}${shared_ext}$major'
10120 ;;
10121
445bad9b 10122aix[4-9]*)
1cf3d07d
SE
10123 version_type=linux
10124 need_lib_prefix=no
10125 need_version=no
10126 hardcode_into_libs=yes
10127 if test "$host_cpu" = ia64; then
10128 # AIX 5 supports IA64
10129 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10130 shlibpath_var=LD_LIBRARY_PATH
10131 else
10132 # With GCC up to 2.95.x, collect2 would create an import file
10133 # for dependence libraries. The import file would start with
10134 # the line `#! .'. This would cause the generated library to
10135 # depend on `.', always an invalid library. This was fixed in
10136 # development snapshots of GCC prior to 3.0.
10137 case $host_os in
10138 aix4 | aix4.[01] | aix4.[01].*)
10139 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10140 echo ' yes '
10141 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10142 :
10143 else
10144 can_build_shared=no
10145 fi
10146 ;;
10147 esac
10148 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10149 # soname into executable. Probably we can add versioning support to
10150 # collect2, so additional links can be useful in future.
10151 if test "$aix_use_runtimelinking" = yes; then
10152 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10153 # instead of lib<name>.a to let people know that these are not
10154 # typical AIX shared libraries.
10155 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10156 else
10157 # We preserve .a as extension for shared libraries through AIX4.2
10158 # and later when we are not doing run time linking.
10159 library_names_spec='${libname}${release}.a $libname.a'
10160 soname_spec='${libname}${release}${shared_ext}$major'
10161 fi
10162 shlibpath_var=LIBPATH
10163 fi
10164 ;;
10165
10166amigaos*)
77a3eb61
PG
10167 case $host_cpu in
10168 powerpc)
10169 # Since July 2007 AmigaOS4 officially supports .so libraries.
10170 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10172 ;;
10173 m68k)
1cf3d07d
SE
10174 library_names_spec='$libname.ixlibrary $libname.a'
10175 # Create ${libname}_ixlibrary.a entries in /sys/libs.
43e02a8a 10176 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'
77a3eb61
PG
10177 ;;
10178 esac
1cf3d07d
SE
10179 ;;
10180
10181beos*)
10182 library_names_spec='${libname}${shared_ext}'
10183 dynamic_linker="$host_os ld.so"
10184 shlibpath_var=LIBRARY_PATH
10185 ;;
10186
10187bsdi[45]*)
10188 version_type=linux
10189 need_version=no
10190 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10191 soname_spec='${libname}${release}${shared_ext}$major'
10192 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10193 shlibpath_var=LD_LIBRARY_PATH
10194 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10195 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10196 # the default ld.so.conf also contains /usr/contrib/lib and
10197 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10198 # libtool to hard-code these into programs
10199 ;;
10200
77a3eb61 10201cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
10202 version_type=windows
10203 shrext_cmds=".dll"
10204 need_version=no
10205 need_lib_prefix=no
10206
77a3eb61
PG
10207 case $GCC,$host_os in
10208 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
1cf3d07d
SE
10209 library_names_spec='$libname.dll.a'
10210 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10211 postinstall_cmds='base_file=`basename \${file}`~
10212 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10213 dldir=$destdir/`dirname \$dlpath`~
10214 test -d \$dldir || mkdir -p \$dldir~
10215 $install_prog $dir/$dlname \$dldir/$dlname~
10216 chmod a+x \$dldir/$dlname~
10217 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10218 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10219 fi'
10220 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10221 dlpath=$dir/\$dldll~
10222 $RM \$dlpath'
10223 shlibpath_overrides_runpath=yes
10224
10225 case $host_os in
10226 cygwin*)
10227 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10228 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
43e02a8a
RW
10229
10230 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
1cf3d07d 10231 ;;
77a3eb61 10232 mingw* | cegcc*)
1cf3d07d
SE
10233 # MinGW DLLs use traditional 'lib' prefix
10234 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1cf3d07d
SE
10235 ;;
10236 pw32*)
10237 # pw32 DLLs use 'pw' prefix rather than 'lib'
10238 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10239 ;;
10240 esac
10241 ;;
10242
10243 *)
10244 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10245 ;;
10246 esac
10247 dynamic_linker='Win32 ld.exe'
10248 # FIXME: first we should search . and the directory the executable is in
10249 shlibpath_var=PATH
10250 ;;
10251
10252darwin* | rhapsody*)
10253 dynamic_linker="$host_os dyld"
10254 version_type=darwin
10255 need_lib_prefix=no
10256 need_version=no
10257 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10258 soname_spec='${libname}${release}${major}$shared_ext'
10259 shlibpath_overrides_runpath=yes
10260 shlibpath_var=DYLD_LIBRARY_PATH
10261 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10262
10263 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10264 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10265 ;;
10266
10267dgux*)
10268 version_type=linux
10269 need_lib_prefix=no
10270 need_version=no
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10272 soname_spec='${libname}${release}${shared_ext}$major'
10273 shlibpath_var=LD_LIBRARY_PATH
10274 ;;
10275
1cf3d07d
SE
10276freebsd* | dragonfly*)
10277 # DragonFly does not have aout. When/if they implement a new
10278 # versioning mechanism, adjust this.
10279 if test -x /usr/bin/objformat; then
10280 objformat=`/usr/bin/objformat`
10281 else
10282 case $host_os in
c6084f68 10283 freebsd[23].*) objformat=aout ;;
1cf3d07d
SE
10284 *) objformat=elf ;;
10285 esac
10286 fi
10287 version_type=freebsd-$objformat
10288 case $version_type in
10289 freebsd-elf*)
10290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10291 need_version=no
10292 need_lib_prefix=no
10293 ;;
10294 freebsd-*)
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10296 need_version=yes
10297 ;;
10298 esac
10299 shlibpath_var=LD_LIBRARY_PATH
10300 case $host_os in
c6084f68 10301 freebsd2.*)
1cf3d07d
SE
10302 shlibpath_overrides_runpath=yes
10303 ;;
10304 freebsd3.[01]* | freebsdelf3.[01]*)
10305 shlibpath_overrides_runpath=yes
10306 hardcode_into_libs=yes
10307 ;;
10308 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10309 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10310 shlibpath_overrides_runpath=no
10311 hardcode_into_libs=yes
10312 ;;
10313 *) # from 4.6 on, and DragonFly
10314 shlibpath_overrides_runpath=yes
10315 hardcode_into_libs=yes
10316 ;;
10317 esac
10318 ;;
10319
43e02a8a
RW
10320haiku*)
10321 version_type=linux
10322 need_lib_prefix=no
10323 need_version=no
10324 dynamic_linker="$host_os runtime_loader"
10325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10326 soname_spec='${libname}${release}${shared_ext}$major'
10327 shlibpath_var=LIBRARY_PATH
10328 shlibpath_overrides_runpath=yes
ead5103c 10329 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
43e02a8a
RW
10330 hardcode_into_libs=yes
10331 ;;
10332
1cf3d07d
SE
10333hpux9* | hpux10* | hpux11*)
10334 # Give a soname corresponding to the major version so that dld.sl refuses to
10335 # link against other versions.
10336 version_type=sunos
10337 need_lib_prefix=no
10338 need_version=no
10339 case $host_cpu in
10340 ia64*)
10341 shrext_cmds='.so'
10342 hardcode_into_libs=yes
10343 dynamic_linker="$host_os dld.so"
10344 shlibpath_var=LD_LIBRARY_PATH
10345 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10347 soname_spec='${libname}${release}${shared_ext}$major'
10348 if test "X$HPUX_IA64_MODE" = X32; then
10349 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10350 else
10351 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10352 fi
10353 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10354 ;;
10355 hppa*64*)
10356 shrext_cmds='.sl'
10357 hardcode_into_libs=yes
10358 dynamic_linker="$host_os dld.sl"
10359 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10360 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10362 soname_spec='${libname}${release}${shared_ext}$major'
10363 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10364 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10365 ;;
10366 *)
10367 shrext_cmds='.sl'
10368 dynamic_linker="$host_os dld.sl"
10369 shlibpath_var=SHLIB_PATH
10370 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10374 esac
43e02a8a 10375 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
1cf3d07d 10376 postinstall_cmds='chmod 555 $lib'
43e02a8a
RW
10377 # or fails outright, so override atomically:
10378 install_override_mode=555
1cf3d07d
SE
10379 ;;
10380
10381interix[3-9]*)
10382 version_type=linux
10383 need_lib_prefix=no
10384 need_version=no
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10386 soname_spec='${libname}${release}${shared_ext}$major'
10387 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 shlibpath_overrides_runpath=no
10390 hardcode_into_libs=yes
10391 ;;
10392
10393irix5* | irix6* | nonstopux*)
10394 case $host_os in
10395 nonstopux*) version_type=nonstopux ;;
10396 *)
10397 if test "$lt_cv_prog_gnu_ld" = yes; then
10398 version_type=linux
10399 else
10400 version_type=irix
10401 fi ;;
10402 esac
10403 need_lib_prefix=no
10404 need_version=no
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10407 case $host_os in
10408 irix5* | nonstopux*)
10409 libsuff= shlibsuff=
10410 ;;
10411 *)
10412 case $LD in # libtool.m4 will add one of these switches to LD
10413 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10414 libsuff= shlibsuff= libmagic=32-bit;;
10415 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10416 libsuff=32 shlibsuff=N32 libmagic=N32;;
10417 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10418 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10419 *) libsuff= shlibsuff= libmagic=never-match;;
10420 esac
10421 ;;
10422 esac
10423 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10424 shlibpath_overrides_runpath=no
10425 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10426 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10427 hardcode_into_libs=yes
10428 ;;
10429
10430# No shared lib support for Linux oldld, aout, or coff.
10431linux*oldld* | linux*aout* | linux*coff*)
10432 dynamic_linker=no
10433 ;;
10434
10435# This must be Linux ELF.
e9085da5
MR
10436
10437# uclinux* changes (here and below) have been submitted to the libtool
10438# project, but have not yet been accepted: they are GCC-local changes
10439# for the time being. (See
10440# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
f56de355 10441linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
1cf3d07d
SE
10442 version_type=linux
10443 need_lib_prefix=no
10444 need_version=no
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10448 shlibpath_var=LD_LIBRARY_PATH
10449 shlibpath_overrides_runpath=no
baafc534 10450
1cf3d07d 10451 # Some binutils ld are patched to set DT_RUNPATH
22e05272 10452 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
5213506e 10453 $as_echo_n "(cached) " >&6
baafc534
RW
10454else
10455 lt_cv_shlibpath_overrides_runpath=no
10456 save_LDFLAGS=$LDFLAGS
10457 save_libdir=$libdir
10458 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10459 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10460 if test x$gcc_no_link = xyes; then
22e05272 10461 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 10462fi
5213506e 10463cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
10464/* end confdefs.h. */
10465
10466int
10467main ()
10468{
10469
10470 ;
10471 return 0;
10472}
10473_ACEOF
5213506e
RW
10474if ac_fn_c_try_link "$LINENO"; then :
10475 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
baafc534 10476 lt_cv_shlibpath_overrides_runpath=yes
1cf3d07d 10477fi
1cf3d07d 10478fi
5213506e
RW
10479rm -f core conftest.err conftest.$ac_objext \
10480 conftest$ac_exeext conftest.$ac_ext
baafc534
RW
10481 LDFLAGS=$save_LDFLAGS
10482 libdir=$save_libdir
10483
10484fi
10485
10486 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
1cf3d07d
SE
10487
10488 # This implies no fast_install, which is unacceptable.
10489 # Some rework will be needed to allow for fast_install
10490 # before this can be enabled.
10491 hardcode_into_libs=yes
10492
10493 # Append ld.so.conf contents to the search path
10494 if test -f /etc/ld.so.conf; then
43e02a8a 10495 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' ' '`
1cf3d07d
SE
10496 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10497 fi
10498
10499 # We used to test for /lib/ld.so.1 and disable shared libraries on
10500 # powerpc, because MkLinux only supported shared libraries with the
10501 # GNU dynamic linker. Since this was broken with cross compilers,
10502 # most powerpc-linux boxes support dynamic linking these days and
10503 # people can always --disable-shared, the test was removed, and we
10504 # assume the GNU/Linux dynamic linker is in use.
10505 dynamic_linker='GNU/Linux ld.so'
10506 ;;
10507
10508netbsd*)
10509 version_type=sunos
10510 need_lib_prefix=no
10511 need_version=no
10512 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10514 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10515 dynamic_linker='NetBSD (a.out) ld.so'
10516 else
10517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10518 soname_spec='${libname}${release}${shared_ext}$major'
10519 dynamic_linker='NetBSD ld.elf_so'
10520 fi
10521 shlibpath_var=LD_LIBRARY_PATH
10522 shlibpath_overrides_runpath=yes
10523 hardcode_into_libs=yes
10524 ;;
10525
10526newsos6)
10527 version_type=linux
10528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10529 shlibpath_var=LD_LIBRARY_PATH
10530 shlibpath_overrides_runpath=yes
10531 ;;
10532
10533*nto* | *qnx*)
10534 version_type=qnx
10535 need_lib_prefix=no
10536 need_version=no
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 shlibpath_var=LD_LIBRARY_PATH
10540 shlibpath_overrides_runpath=no
10541 hardcode_into_libs=yes
10542 dynamic_linker='ldqnx.so'
10543 ;;
10544
10545openbsd*)
10546 version_type=sunos
10547 sys_lib_dlsearch_path_spec="/usr/lib"
10548 need_lib_prefix=no
10549 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10550 case $host_os in
10551 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10552 *) need_version=no ;;
10553 esac
10554 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10555 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10556 shlibpath_var=LD_LIBRARY_PATH
10557 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10558 case $host_os in
10559 openbsd2.[89] | openbsd2.[89].*)
10560 shlibpath_overrides_runpath=no
10561 ;;
10562 *)
10563 shlibpath_overrides_runpath=yes
10564 ;;
10565 esac
10566 else
10567 shlibpath_overrides_runpath=yes
10568 fi
10569 ;;
10570
10571os2*)
10572 libname_spec='$name'
10573 shrext_cmds=".dll"
10574 need_lib_prefix=no
10575 library_names_spec='$libname${shared_ext} $libname.a'
10576 dynamic_linker='OS/2 ld.exe'
10577 shlibpath_var=LIBPATH
10578 ;;
10579
10580osf3* | osf4* | osf5*)
10581 version_type=osf
10582 need_lib_prefix=no
10583 need_version=no
10584 soname_spec='${libname}${release}${shared_ext}$major'
10585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10586 shlibpath_var=LD_LIBRARY_PATH
10587 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10588 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10589 ;;
10590
10591rdos*)
10592 dynamic_linker=no
10593 ;;
10594
10595solaris*)
10596 version_type=linux
10597 need_lib_prefix=no
10598 need_version=no
10599 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10600 soname_spec='${libname}${release}${shared_ext}$major'
10601 shlibpath_var=LD_LIBRARY_PATH
10602 shlibpath_overrides_runpath=yes
10603 hardcode_into_libs=yes
10604 # ldd complains unless libraries are executable
10605 postinstall_cmds='chmod +x $lib'
10606 ;;
10607
10608sunos4*)
10609 version_type=sunos
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10611 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 if test "$with_gnu_ld" = yes; then
10615 need_lib_prefix=no
10616 fi
10617 need_version=yes
10618 ;;
10619
10620sysv4 | sysv4.3*)
10621 version_type=linux
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10623 soname_spec='${libname}${release}${shared_ext}$major'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 case $host_vendor in
10626 sni)
10627 shlibpath_overrides_runpath=no
10628 need_lib_prefix=no
10629 runpath_var=LD_RUN_PATH
10630 ;;
10631 siemens)
10632 need_lib_prefix=no
10633 ;;
10634 motorola)
10635 need_lib_prefix=no
10636 need_version=no
10637 shlibpath_overrides_runpath=no
10638 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10639 ;;
10640 esac
10641 ;;
10642
10643sysv4*MP*)
10644 if test -d /usr/nec ;then
10645 version_type=linux
10646 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10647 soname_spec='$libname${shared_ext}.$major'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 fi
10650 ;;
10651
10652sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10653 version_type=freebsd-elf
10654 need_lib_prefix=no
10655 need_version=no
10656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10657 soname_spec='${libname}${release}${shared_ext}$major'
10658 shlibpath_var=LD_LIBRARY_PATH
10659 shlibpath_overrides_runpath=yes
10660 hardcode_into_libs=yes
10661 if test "$with_gnu_ld" = yes; then
10662 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10663 else
10664 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10665 case $host_os in
10666 sco3.2v5*)
10667 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10668 ;;
10669 esac
10670 fi
10671 sys_lib_dlsearch_path_spec='/usr/lib'
10672 ;;
10673
10674tpf*)
10675 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10676 version_type=linux
10677 need_lib_prefix=no
10678 need_version=no
77a3eb61 10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1cf3d07d
SE
10680 shlibpath_var=LD_LIBRARY_PATH
10681 shlibpath_overrides_runpath=no
10682 hardcode_into_libs=yes
10683 ;;
10684
10685uts4*)
10686 version_type=linux
10687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10688 soname_spec='${libname}${release}${shared_ext}$major'
10689 shlibpath_var=LD_LIBRARY_PATH
10690 ;;
10691
0ecd0f1c
OH
10692# Shared libraries for VwWorks, >= 7 only at this stage
10693# and (fpic) still incompatible with "large" code models
10694# in a few configurations. Only for RTP mode in any case,
10695# and upon explicit request at configure time.
10696vxworks7*)
10697 dynamic_linker=no
10698 case ${with_multisubdir}-${enable_shared} in
10699 *large*)
10700 ;;
10701 *mrtp*-yes)
10702 version_type=linux
10703 need_lib_prefix=no
10704 need_version=no
10705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10706 soname_spec='${libname}${release}${shared_ext}$major'
10707 dynamic_linker="$host_os module_loader"
10708 ;;
10709 esac
10710 ;;
1cf3d07d
SE
10711*)
10712 dynamic_linker=no
10713 ;;
10714esac
5213506e
RW
10715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10716$as_echo "$dynamic_linker" >&6; }
1cf3d07d
SE
10717test "$dynamic_linker" = no && can_build_shared=no
10718
10719variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10720if test "$GCC" = yes; then
10721 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10722fi
10723
77a3eb61
PG
10724if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10725 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10726fi
10727if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10728 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10729fi
10730
1cf3d07d
SE
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
43e02a8a
RW
10811
10812
10813
10814
10815
1cf3d07d
SE
10816
10817
10818
10819
10820
10821
5213506e
RW
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10823$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1cf3d07d
SE
10824hardcode_action=
10825if test -n "$hardcode_libdir_flag_spec" ||
10826 test -n "$runpath_var" ||
10827 test "X$hardcode_automatic" = "Xyes" ; then
10828
10829 # We can hardcode non-existent directories.
10830 if test "$hardcode_direct" != no &&
10831 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10832 # have to relink, otherwise we might link with an installed library
10833 # when we should be linking with a yet-to-be-installed one
10834 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10835 test "$hardcode_minus_L" != no; then
10836 # Linking always hardcodes the temporary library directory.
10837 hardcode_action=relink
10838 else
10839 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10840 hardcode_action=immediate
10841 fi
10842else
10843 # We cannot hardcode anything, or else we can only hardcode existing
10844 # directories.
10845 hardcode_action=unsupported
10846fi
5213506e
RW
10847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10848$as_echo "$hardcode_action" >&6; }
1cf3d07d
SE
10849
10850if test "$hardcode_action" = relink ||
10851 test "$inherit_rpath" = yes; then
10852 # Fast installation is not supported
10853 enable_fast_install=no
10854elif test "$shlibpath_overrides_runpath" = yes ||
10855 test "$enable_shared" = no; then
10856 # Fast installation is not necessary
10857 enable_fast_install=needless
10858fi
10859
10860
10861
10862
10863
10864
10865 if test "x$enable_dlopen" != xyes; then
10866 enable_dlopen=unknown
10867 enable_dlopen_self=unknown
10868 enable_dlopen_self_static=unknown
10869else
10870 lt_cv_dlopen=no
10871 lt_cv_dlopen_libs=
10872
10873 case $host_os in
10874 beos*)
10875 lt_cv_dlopen="load_add_on"
10876 lt_cv_dlopen_libs=
10877 lt_cv_dlopen_self=yes
10878 ;;
10879
77a3eb61 10880 mingw* | pw32* | cegcc*)
1cf3d07d
SE
10881 lt_cv_dlopen="LoadLibrary"
10882 lt_cv_dlopen_libs=
10883 ;;
10884
10885 cygwin*)
10886 lt_cv_dlopen="dlopen"
5213506e
RW
10887 lt_cv_dlopen_libs=
10888 ;;
10889
10890 darwin*)
10891 # if libdl is installed we need to link against it
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10893$as_echo_n "checking for dlopen in -ldl... " >&6; }
22e05272 10894if ${ac_cv_lib_dl_dlopen+:} false; then :
5213506e 10895 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10896else
10897 ac_check_lib_save_LIBS=$LIBS
5213506e 10898LIBS="-ldl $LIBS"
1cf3d07d 10899if test x$gcc_no_link = xyes; then
22e05272 10900 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 10901fi
5213506e 10902cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
10903/* end confdefs.h. */
10904
5213506e
RW
10905/* Override any GCC internal prototype to avoid an error.
10906 Use char because int might match the return type of a GCC
10907 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
10908#ifdef __cplusplus
10909extern "C"
10910#endif
5213506e 10911char dlopen ();
1cf3d07d
SE
10912int
10913main ()
10914{
5213506e 10915return dlopen ();
1cf3d07d
SE
10916 ;
10917 return 0;
10918}
10919_ACEOF
5213506e
RW
10920if ac_fn_c_try_link "$LINENO"; then :
10921 ac_cv_lib_dl_dlopen=yes
1cf3d07d 10922else
5213506e 10923 ac_cv_lib_dl_dlopen=no
1cf3d07d 10924fi
5213506e
RW
10925rm -f core conftest.err conftest.$ac_objext \
10926 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
10927LIBS=$ac_check_lib_save_LIBS
10928fi
5213506e
RW
10929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10930$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
22e05272 10931if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
5213506e 10932 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1cf3d07d 10933else
1cf3d07d 10934
5213506e
RW
10935 lt_cv_dlopen="dyld"
10936 lt_cv_dlopen_libs=
10937 lt_cv_dlopen_self=yes
1cf3d07d 10938
5213506e 10939fi
1cf3d07d 10940
5213506e 10941 ;;
1cf3d07d 10942
5213506e
RW
10943 *)
10944 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
22e05272 10945if test "x$ac_cv_func_shl_load" = xyes; then :
5213506e
RW
10946 lt_cv_dlopen="shl_load"
10947else
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10949$as_echo_n "checking for shl_load in -ldld... " >&6; }
22e05272 10950if ${ac_cv_lib_dld_shl_load+:} false; then :
5213506e
RW
10951 $as_echo_n "(cached) " >&6
10952else
10953 ac_check_lib_save_LIBS=$LIBS
10954LIBS="-ldld $LIBS"
10955if test x$gcc_no_link = xyes; then
22e05272 10956 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
5213506e
RW
10957fi
10958cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10959/* end confdefs.h. */
10960
10961/* Override any GCC internal prototype to avoid an error.
10962 Use char because int might match the return type of a GCC
1cf3d07d 10963 builtin and then its argument prototype would still apply. */
1cf3d07d 10964#ifdef __cplusplus
5213506e 10965extern "C"
1cf3d07d 10966#endif
5213506e 10967char shl_load ();
1cf3d07d
SE
10968int
10969main ()
10970{
5213506e 10971return shl_load ();
1cf3d07d
SE
10972 ;
10973 return 0;
10974}
10975_ACEOF
5213506e
RW
10976if ac_fn_c_try_link "$LINENO"; then :
10977 ac_cv_lib_dld_shl_load=yes
1cf3d07d 10978else
5213506e 10979 ac_cv_lib_dld_shl_load=no
1cf3d07d 10980fi
5213506e
RW
10981rm -f core conftest.err conftest.$ac_objext \
10982 conftest$ac_exeext conftest.$ac_ext
10983LIBS=$ac_check_lib_save_LIBS
1cf3d07d 10984fi
5213506e
RW
10985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10986$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
22e05272 10987if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
5213506e
RW
10988 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10989else
10990 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
22e05272 10991if test "x$ac_cv_func_dlopen" = xyes; then :
1cf3d07d
SE
10992 lt_cv_dlopen="dlopen"
10993else
5213506e
RW
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10995$as_echo_n "checking for dlopen in -ldl... " >&6; }
22e05272 10996if ${ac_cv_lib_dl_dlopen+:} false; then :
5213506e 10997 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10998else
10999 ac_check_lib_save_LIBS=$LIBS
11000LIBS="-ldl $LIBS"
11001if test x$gcc_no_link = xyes; then
22e05272 11002 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 11003fi
5213506e 11004cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
11005/* end confdefs.h. */
11006
5213506e
RW
11007/* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
11010#ifdef __cplusplus
11011extern "C"
11012#endif
1cf3d07d
SE
11013char dlopen ();
11014int
11015main ()
11016{
5213506e 11017return dlopen ();
1cf3d07d
SE
11018 ;
11019 return 0;
11020}
11021_ACEOF
5213506e 11022if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
11023 ac_cv_lib_dl_dlopen=yes
11024else
5213506e 11025 ac_cv_lib_dl_dlopen=no
1cf3d07d 11026fi
5213506e
RW
11027rm -f core conftest.err conftest.$ac_objext \
11028 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
11029LIBS=$ac_check_lib_save_LIBS
11030fi
5213506e
RW
11031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11032$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
22e05272 11033if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1cf3d07d
SE
11034 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11035else
5213506e
RW
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11037$as_echo_n "checking for dlopen in -lsvld... " >&6; }
22e05272 11038if ${ac_cv_lib_svld_dlopen+:} false; then :
5213506e 11039 $as_echo_n "(cached) " >&6
1cf3d07d
SE
11040else
11041 ac_check_lib_save_LIBS=$LIBS
11042LIBS="-lsvld $LIBS"
11043if test x$gcc_no_link = xyes; then
22e05272 11044 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1cf3d07d 11045fi
5213506e 11046cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
11047/* end confdefs.h. */
11048
5213506e
RW
11049/* Override any GCC internal prototype to avoid an error.
11050 Use char because int might match the return type of a GCC
11051 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
11052#ifdef __cplusplus
11053extern "C"
11054#endif
1cf3d07d
SE
11055char dlopen ();
11056int
11057main ()
11058{
5213506e 11059return dlopen ();
1cf3d07d
SE
11060 ;
11061 return 0;
11062}
11063_ACEOF
5213506e 11064if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
11065 ac_cv_lib_svld_dlopen=yes
11066else
5213506e 11067 ac_cv_lib_svld_dlopen=no
1cf3d07d 11068fi
5213506e
RW
11069rm -f core conftest.err conftest.$ac_objext \
11070 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
11071LIBS=$ac_check_lib_save_LIBS
11072fi
5213506e
RW
11073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11074$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
22e05272 11075if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
1cf3d07d
SE
11076 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11077else
5213506e
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11079$as_echo_n "checking for dld_link in -ldld... " >&6; }
22e05272 11080if ${ac_cv_lib_dld_dld_link+:} false; then :
5213506e 11081 $as_echo_n "(cached) " >&6
77008252 11082else
1cf3d07d
SE
11083 ac_check_lib_save_LIBS=$LIBS
11084LIBS="-ldld $LIBS"
11085if test x$gcc_no_link = xyes; then
22e05272 11086 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
be14fe72 11087fi
5213506e 11088cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77008252
JJ
11089/* end confdefs.h. */
11090
5213506e
RW
11091/* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
11094#ifdef __cplusplus
11095extern "C"
11096#endif
1cf3d07d 11097char dld_link ();
77008252
JJ
11098int
11099main ()
11100{
5213506e 11101return dld_link ();
77008252
JJ
11102 ;
11103 return 0;
11104}
11105_ACEOF
5213506e 11106if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d 11107 ac_cv_lib_dld_dld_link=yes
77008252 11108else
5213506e 11109 ac_cv_lib_dld_dld_link=no
77008252 11110fi
5213506e
RW
11111rm -f core conftest.err conftest.$ac_objext \
11112 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
11113LIBS=$ac_check_lib_save_LIBS
11114fi
5213506e
RW
11115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11116$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
22e05272 11117if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
77a3eb61 11118 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1cf3d07d
SE
11119fi
11120
77008252
JJ
11121
11122fi
1cf3d07d
SE
11123
11124
11125fi
11126
11127
11128fi
11129
11130
11131fi
11132
11133
11134fi
11135
11136 ;;
11137 esac
11138
11139 if test "x$lt_cv_dlopen" != xno; then
11140 enable_dlopen=yes
11141 else
11142 enable_dlopen=no
77008252 11143 fi
77008252 11144
1cf3d07d
SE
11145 case $lt_cv_dlopen in
11146 dlopen)
11147 save_CPPFLAGS="$CPPFLAGS"
11148 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
77008252 11149
1cf3d07d
SE
11150 save_LDFLAGS="$LDFLAGS"
11151 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
77008252 11152
1cf3d07d
SE
11153 save_LIBS="$LIBS"
11154 LIBS="$lt_cv_dlopen_libs $LIBS"
77008252 11155
5213506e
RW
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11157$as_echo_n "checking whether a program can dlopen itself... " >&6; }
22e05272 11158if ${lt_cv_dlopen_self+:} false; then :
5213506e 11159 $as_echo_n "(cached) " >&6
1cf3d07d
SE
11160else
11161 if test "$cross_compiling" = yes; then :
11162 lt_cv_dlopen_self=cross
11163else
11164 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11165 lt_status=$lt_dlunknown
11166 cat > conftest.$ac_ext <<_LT_EOF
3cec4911 11167#line 11167 "configure"
1cf3d07d 11168#include "confdefs.h"
77008252 11169
1cf3d07d
SE
11170#if HAVE_DLFCN_H
11171#include <dlfcn.h>
11172#endif
77008252 11173
1cf3d07d
SE
11174#include <stdio.h>
11175
11176#ifdef RTLD_GLOBAL
11177# define LT_DLGLOBAL RTLD_GLOBAL
11178#else
11179# ifdef DL_GLOBAL
11180# define LT_DLGLOBAL DL_GLOBAL
11181# else
11182# define LT_DLGLOBAL 0
11183# endif
11184#endif
11185
11186/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11187 find out it does not work in some platform. */
11188#ifndef LT_DLLAZY_OR_NOW
11189# ifdef RTLD_LAZY
11190# define LT_DLLAZY_OR_NOW RTLD_LAZY
11191# else
11192# ifdef DL_LAZY
11193# define LT_DLLAZY_OR_NOW DL_LAZY
11194# else
11195# ifdef RTLD_NOW
11196# define LT_DLLAZY_OR_NOW RTLD_NOW
11197# else
11198# ifdef DL_NOW
11199# define LT_DLLAZY_OR_NOW DL_NOW
11200# else
11201# define LT_DLLAZY_OR_NOW 0
11202# endif
11203# endif
11204# endif
11205# endif
11206#endif
11207
43e02a8a
RW
11208/* When -fvisbility=hidden is used, assume the code has been annotated
11209 correspondingly for the symbols needed. */
11210#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11211void fnord () __attribute__((visibility("default")));
11212#endif
11213
11214void fnord () { int i=42; }
1cf3d07d 11215int main ()
77008252 11216{
1cf3d07d
SE
11217 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11218 int status = $lt_dlunknown;
11219
11220 if (self)
11221 {
11222 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
43e02a8a
RW
11223 else
11224 {
11225 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11226 else puts (dlerror ());
11227 }
1cf3d07d
SE
11228 /* dlclose (self); */
11229 }
77008252 11230 else
1cf3d07d
SE
11231 puts (dlerror ());
11232
77a3eb61 11233 return status;
1cf3d07d
SE
11234}
11235_LT_EOF
5213506e 11236 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
11237 (eval $ac_link) 2>&5
11238 ac_status=$?
5213506e
RW
11239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11240 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1cf3d07d
SE
11241 (./conftest; exit; ) >&5 2>/dev/null
11242 lt_status=$?
11243 case x$lt_status in
11244 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11245 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11246 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11247 esac
11248 else :
11249 # compilation failed
11250 lt_cv_dlopen_self=no
77008252
JJ
11251 fi
11252fi
1cf3d07d
SE
11253rm -fr conftest*
11254
11255
11256fi
5213506e
RW
11257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11258$as_echo "$lt_cv_dlopen_self" >&6; }
1cf3d07d
SE
11259
11260 if test "x$lt_cv_dlopen_self" = xyes; then
11261 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
5213506e
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11263$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
22e05272 11264if ${lt_cv_dlopen_self_static+:} false; then :
5213506e 11265 $as_echo_n "(cached) " >&6
1cf3d07d
SE
11266else
11267 if test "$cross_compiling" = yes; then :
11268 lt_cv_dlopen_self_static=cross
11269else
11270 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11271 lt_status=$lt_dlunknown
11272 cat > conftest.$ac_ext <<_LT_EOF
3cec4911 11273#line 11273 "configure"
1cf3d07d
SE
11274#include "confdefs.h"
11275
11276#if HAVE_DLFCN_H
11277#include <dlfcn.h>
11278#endif
11279
11280#include <stdio.h>
11281
11282#ifdef RTLD_GLOBAL
11283# define LT_DLGLOBAL RTLD_GLOBAL
11284#else
11285# ifdef DL_GLOBAL
11286# define LT_DLGLOBAL DL_GLOBAL
11287# else
11288# define LT_DLGLOBAL 0
11289# endif
11290#endif
11291
11292/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11293 find out it does not work in some platform. */
11294#ifndef LT_DLLAZY_OR_NOW
11295# ifdef RTLD_LAZY
11296# define LT_DLLAZY_OR_NOW RTLD_LAZY
11297# else
11298# ifdef DL_LAZY
11299# define LT_DLLAZY_OR_NOW DL_LAZY
11300# else
11301# ifdef RTLD_NOW
11302# define LT_DLLAZY_OR_NOW RTLD_NOW
11303# else
11304# ifdef DL_NOW
11305# define LT_DLLAZY_OR_NOW DL_NOW
11306# else
11307# define LT_DLLAZY_OR_NOW 0
11308# endif
11309# endif
11310# endif
11311# endif
11312#endif
11313
43e02a8a
RW
11314/* When -fvisbility=hidden is used, assume the code has been annotated
11315 correspondingly for the symbols needed. */
11316#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11317void fnord () __attribute__((visibility("default")));
11318#endif
11319
11320void fnord () { int i=42; }
1cf3d07d
SE
11321int main ()
11322{
11323 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11324 int status = $lt_dlunknown;
11325
11326 if (self)
11327 {
11328 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
43e02a8a
RW
11329 else
11330 {
11331 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11332 else puts (dlerror ());
11333 }
1cf3d07d
SE
11334 /* dlclose (self); */
11335 }
11336 else
11337 puts (dlerror ());
11338
77a3eb61 11339 return status;
1cf3d07d
SE
11340}
11341_LT_EOF
5213506e 11342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
11343 (eval $ac_link) 2>&5
11344 ac_status=$?
5213506e
RW
11345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11346 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1cf3d07d
SE
11347 (./conftest; exit; ) >&5 2>/dev/null
11348 lt_status=$?
11349 case x$lt_status in
11350 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11351 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11352 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11353 esac
11354 else :
11355 # compilation failed
11356 lt_cv_dlopen_self_static=no
11357 fi
11358fi
11359rm -fr conftest*
11360
11361
11362fi
5213506e
RW
11363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11364$as_echo "$lt_cv_dlopen_self_static" >&6; }
1cf3d07d
SE
11365 fi
11366
11367 CPPFLAGS="$save_CPPFLAGS"
11368 LDFLAGS="$save_LDFLAGS"
11369 LIBS="$save_LIBS"
11370 ;;
11371 esac
11372
11373 case $lt_cv_dlopen_self in
11374 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11375 *) enable_dlopen_self=unknown ;;
11376 esac
11377
11378 case $lt_cv_dlopen_self_static in
11379 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11380 *) enable_dlopen_self_static=unknown ;;
11381 esac
11382fi
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400striplib=
11401old_striplib=
5213506e
RW
11402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11403$as_echo_n "checking whether stripping libraries is possible... " >&6; }
1cf3d07d
SE
11404if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11405 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11406 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
5213506e
RW
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11408$as_echo "yes" >&6; }
1cf3d07d
SE
11409else
11410# FIXME - insert some real tests, host_os isn't really good enough
11411 case $host_os in
11412 darwin*)
11413 if test -n "$STRIP" ; then
11414 striplib="$STRIP -x"
11415 old_striplib="$STRIP -S"
5213506e
RW
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11417$as_echo "yes" >&6; }
1cf3d07d 11418 else
5213506e
RW
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11420$as_echo "no" >&6; }
1cf3d07d
SE
11421 fi
11422 ;;
11423 *)
5213506e
RW
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11425$as_echo "no" >&6; }
1cf3d07d
SE
11426 ;;
11427 esac
11428fi
11429
11430
11431
11432
11433
11434
11435
11436
11437
11438
11439
11440
11441 # Report which library types will actually be built
5213506e
RW
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11443$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11445$as_echo "$can_build_shared" >&6; }
1cf3d07d 11446
5213506e
RW
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11448$as_echo_n "checking whether to build shared libraries... " >&6; }
1cf3d07d
SE
11449 test "$can_build_shared" = "no" && enable_shared=no
11450
11451 # On AIX, shared libraries and static libraries use the same namespace, and
11452 # are all built from PIC.
11453 case $host_os in
11454 aix3*)
11455 test "$enable_shared" = yes && enable_static=no
11456 if test -n "$RANLIB"; then
11457 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11458 postinstall_cmds='$RANLIB $lib'
11459 fi
11460 ;;
11461
445bad9b 11462 aix[4-9]*)
1cf3d07d
SE
11463 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11464 test "$enable_shared" = yes && enable_static=no
11465 fi
11466 ;;
11467 esac
5213506e
RW
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11469$as_echo "$enable_shared" >&6; }
1cf3d07d 11470
5213506e
RW
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11472$as_echo_n "checking whether to build static libraries... " >&6; }
1cf3d07d
SE
11473 # Make sure either enable_shared or enable_static is yes.
11474 test "$enable_shared" = yes || enable_static=yes
5213506e
RW
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11476$as_echo "$enable_static" >&6; }
1cf3d07d
SE
11477
11478
77008252 11479
77008252 11480
77008252 11481fi
1cf3d07d
SE
11482ac_ext=c
11483ac_cpp='$CPP $CPPFLAGS'
11484ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11485ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11486ac_compiler_gnu=$ac_cv_c_compiler_gnu
11487
11488CC="$lt_save_CC"
11489
11490
11491
11492
11493
11494
11495
77008252
JJ
11496
11497
77008252 11498
77008252 11499
77008252
JJ
11500
11501
5213506e 11502 ac_config_commands="$ac_config_commands libtool"
77008252
JJ
11503
11504
11505
11506
1cf3d07d
SE
11507# Only expand once:
11508
11509
77008252
JJ
11510
11511
11512
7de6ba7a
DK
11513case $host in
11514 *-cygwin* | *-mingw*)
11515 # 'host' will be top-level target in the case of a target lib,
11516 # we must compare to with_cross_host to decide if this is a native
11517 # or cross-compiler and select where to install dlls appropriately.
11518 if test -n "$with_cross_host" &&
11519 test x"$with_cross_host" != x"no"; then
11520 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
11521 else
11522 lt_host_flags='-no-undefined -bindir "$(bindir)"';
11523 fi
11524 ;;
11525 *)
11526 lt_host_flags=
11527 ;;
11528esac
11529
11530
11531
11532
11533
11534
e8e66971
MR
11535
11536# Check whether --with-toolexeclibdir was given.
11537if test "${with_toolexeclibdir+set}" = set; then :
11538 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
11539 /)
11540 ;;
11541 */)
11542 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
11543 ;;
11544esac
11545else
11546 with_toolexeclibdir=no
11547fi
11548
11549
11550
6a6d3817
IS
11551 if test x$enable_darwin_at_rpath = xyes; then
11552 ENABLE_DARWIN_AT_RPATH_TRUE=
11553 ENABLE_DARWIN_AT_RPATH_FALSE='#'
11554else
11555 ENABLE_DARWIN_AT_RPATH_TRUE='#'
11556 ENABLE_DARWIN_AT_RPATH_FALSE=
11557fi
11558
11559
77008252
JJ
11560# Calculate toolexeclibdir
11561# Also toolexecdir, though it's only used in toolexeclibdir
11562case ${version_specific_libs} in
11563 yes)
11564 # Need the gcc compiler version to know where to install libraries
11565 # and header files if --enable-version-specific-runtime-libs option
11566 # is selected.
11567 toolexecdir='$(libdir)/gcc/$(target_alias)'
11568 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
11569 ;;
11570 no)
11571 if test -n "$with_cross_host" &&
11572 test x"$with_cross_host" != x"no"; then
11573 # Install a library built with a cross compiler in tooldir, not libdir.
11574 toolexecdir='$(exec_prefix)/$(target_alias)'
e8e66971
MR
11575 case ${with_toolexeclibdir} in
11576 no)
11577 toolexeclibdir='$(toolexecdir)/lib'
11578 ;;
11579 *)
11580 toolexeclibdir=${with_toolexeclibdir}
11581 ;;
11582 esac
77008252
JJ
11583 else
11584 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
11585 toolexeclibdir='$(libdir)'
11586 fi
11587 multi_os_directory=`$CC -print-multi-os-directory`
11588 case $multi_os_directory in
11589 .) ;; # Avoid trailing /.
11590 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
11591 esac
11592 ;;
11593esac
11594
11595
11596
11597if test ${multilib} = yes; then
11598 multilib_arg="--enable-multilib"
11599else
11600 multilib_arg=
11601fi
11602
3c36aa6b
JJ
11603# Determine what GCC version number to use in filesystem paths.
11604
11605 get_gcc_base_ver="cat"
11606
11607# Check whether --with-gcc-major-version-only was given.
11608if test "${with_gcc_major_version_only+set}" = set; then :
11609 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
001ddaa8 11610 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
3c36aa6b
JJ
11611 fi
11612
11613fi
11614
11615
11616
11617
5213506e 11618ac_config_files="$ac_config_files Makefile ssp/ssp.h"
77008252
JJ
11619
11620cat >confcache <<\_ACEOF
11621# This file is a shell script that caches the results of configure
11622# tests run on this system so they can be shared between configure
11623# scripts and configure runs, see configure's option --config-cache.
11624# It is not useful on other systems. If it contains results you don't
11625# want to keep, you may remove or edit it.
11626#
11627# config.status only pays attention to the cache file if you give it
11628# the --recheck option to rerun configure.
11629#
11630# `ac_cv_env_foo' variables (set or unset) will be overridden when
11631# loading this file, other *unset* `ac_cv_foo' will be assigned the
11632# following values.
11633
11634_ACEOF
11635
11636# The following way of writing the cache mishandles newlines in values,
11637# but we know of no workaround that is simple, portable, and efficient.
5213506e 11638# So, we kill variables containing newlines.
77008252
JJ
11639# Ultrix sh set writes to stderr and can't be redirected directly,
11640# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
11641(
11642 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11643 eval ac_val=\$$ac_var
11644 case $ac_val in #(
11645 *${as_nl}*)
11646 case $ac_var in #(
11647 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11648$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11649 esac
11650 case $ac_var in #(
11651 _ | IFS | as_nl) ;; #(
11652 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11653 *) { eval $ac_var=; unset $ac_var;} ;;
11654 esac ;;
11655 esac
11656 done
11657
77008252 11658 (set) 2>&1 |
5213506e
RW
11659 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11660 *${as_nl}ac_space=\ *)
11661 # `set' does not quote correctly, so add quotes: double-quote
11662 # substitution turns \\\\ into \\, and sed turns \\ into \.
77008252
JJ
11663 sed -n \
11664 "s/'/'\\\\''/g;
11665 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 11666 ;; #(
77008252
JJ
11667 *)
11668 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 11669 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
77008252 11670 ;;
5213506e
RW
11671 esac |
11672 sort
11673) |
77008252 11674 sed '
5213506e 11675 /^ac_cv_env_/b end
77008252 11676 t clear
5213506e 11677 :clear
77008252
JJ
11678 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11679 t end
5213506e
RW
11680 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11681 :end' >>confcache
11682if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11683 if test -w "$cache_file"; then
22e05272 11684 if test "x$cache_file" != "x/dev/null"; then
5213506e
RW
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11686$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
11687 if test ! -f "$cache_file" || test -h "$cache_file"; then
11688 cat confcache >"$cache_file"
11689 else
11690 case $cache_file in #(
11691 */* | ?:*)
11692 mv -f confcache "$cache_file"$$ &&
11693 mv -f "$cache_file"$$ "$cache_file" ;; #(
11694 *)
11695 mv -f confcache "$cache_file" ;;
11696 esac
11697 fi
11698 fi
77008252 11699 else
5213506e
RW
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11701$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
77008252
JJ
11702 fi
11703fi
11704rm -f confcache
11705
11706test "x$prefix" = xNONE && prefix=$ac_default_prefix
11707# Let make expand exec_prefix.
11708test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11709
77008252
JJ
11710DEFS=-DHAVE_CONFIG_H
11711
11712ac_libobjs=
11713ac_ltlibobjs=
22e05272 11714U=
77008252
JJ
11715for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11716 # 1. Remove the extension, and $U if already installed.
5213506e
RW
11717 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11718 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11719 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11720 # will be set to the directory where LIBOBJS objects are built.
11721 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11722 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
77008252
JJ
11723done
11724LIBOBJS=$ac_libobjs
11725
11726LTLIBOBJS=$ac_ltlibobjs
11727
11728
22e05272
JM
11729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
11730$as_echo_n "checking that generated files are newer than configure... " >&6; }
11731 if test -n "$am_sleep_pid"; then
11732 # Hide warnings about reused PIDs.
11733 wait $am_sleep_pid 2>/dev/null
11734 fi
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
11736$as_echo "done" >&6; }
5213506e
RW
11737 if test -n "$EXEEXT"; then
11738 am__EXEEXT_TRUE=
11739 am__EXEEXT_FALSE='#'
11740else
11741 am__EXEEXT_TRUE='#'
11742 am__EXEEXT_FALSE=
11743fi
11744
77008252 11745if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
22e05272 11746 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
5213506e 11747Usually this means the macro was only invoked conditionally." "$LINENO" 5
77008252
JJ
11748fi
11749if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
22e05272 11750 as_fn_error $? "conditional \"AMDEP\" was never defined.
5213506e 11751Usually this means the macro was only invoked conditionally." "$LINENO" 5
77008252
JJ
11752fi
11753if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
22e05272 11754 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5213506e 11755Usually this means the macro was only invoked conditionally." "$LINENO" 5
77008252
JJ
11756fi
11757if test -z "${LIBSSP_USE_SYMVER_TRUE}" && test -z "${LIBSSP_USE_SYMVER_FALSE}"; then
22e05272 11758 as_fn_error $? "conditional \"LIBSSP_USE_SYMVER\" was never defined.
ca6d1176
RO
11759Usually this means the macro was only invoked conditionally." "$LINENO" 5
11760fi
11761if test -z "${LIBSSP_USE_SYMVER_GNU_TRUE}" && test -z "${LIBSSP_USE_SYMVER_GNU_FALSE}"; then
22e05272 11762 as_fn_error $? "conditional \"LIBSSP_USE_SYMVER_GNU\" was never defined.
ca6d1176
RO
11763Usually this means the macro was only invoked conditionally." "$LINENO" 5
11764fi
11765if test -z "${LIBSSP_USE_SYMVER_SUN_TRUE}" && test -z "${LIBSSP_USE_SYMVER_SUN_FALSE}"; then
22e05272 11766 as_fn_error $? "conditional \"LIBSSP_USE_SYMVER_SUN\" was never defined.
5213506e 11767Usually this means the macro was only invoked conditionally." "$LINENO" 5
77008252 11768fi
6a6d3817
IS
11769if test -z "${ENABLE_DARWIN_AT_RPATH_TRUE}" && test -z "${ENABLE_DARWIN_AT_RPATH_FALSE}"; then
11770 as_fn_error $? "conditional \"ENABLE_DARWIN_AT_RPATH\" was never defined.
11771Usually this means the macro was only invoked conditionally." "$LINENO" 5
11772fi
77008252 11773
22e05272 11774: "${CONFIG_STATUS=./config.status}"
5213506e 11775ac_write_fail=0
77008252
JJ
11776ac_clean_files_save=$ac_clean_files
11777ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
11778{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11779$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11780as_write_fail=0
11781cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
77008252
JJ
11782#! $SHELL
11783# Generated by $as_me.
11784# Run this file to recreate the current configuration.
11785# Compiler output produced by configure, useful for debugging
11786# configure, is in config.log if it exists.
11787
11788debug=false
11789ac_cs_recheck=false
11790ac_cs_silent=false
77008252 11791
5213506e
RW
11792SHELL=\${CONFIG_SHELL-$SHELL}
11793export SHELL
11794_ASEOF
11795cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11796## -------------------- ##
11797## M4sh Initialization. ##
11798## -------------------- ##
11799
11800# Be more Bourne compatible
11801DUALCASE=1; export DUALCASE # for MKS sh
11802if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
77008252
JJ
11803 emulate sh
11804 NULLCMD=:
5213506e 11805 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
77008252
JJ
11806 # is contrary to our usage. Disable this feature.
11807 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
11808 setopt NO_GLOB_SUBST
11809else
11810 case `(set -o) 2>/dev/null` in #(
11811 *posix*) :
11812 set -o posix ;; #(
11813 *) :
11814 ;;
11815esac
77008252 11816fi
77008252 11817
5213506e
RW
11818
11819as_nl='
11820'
11821export as_nl
11822# Printing a long string crashes Solaris 7 /usr/bin/printf.
11823as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11824as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11825as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11826# Prefer a ksh shell builtin over an external printf program on Solaris,
11827# but without wasting forks for bash or zsh.
11828if test -z "$BASH_VERSION$ZSH_VERSION" \
11829 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11830 as_echo='print -r --'
11831 as_echo_n='print -rn --'
11832elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11833 as_echo='printf %s\n'
11834 as_echo_n='printf %s'
11835else
11836 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11837 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11838 as_echo_n='/usr/ucb/echo -n'
11839 else
11840 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11841 as_echo_n_body='eval
11842 arg=$1;
11843 case $arg in #(
11844 *"$as_nl"*)
11845 expr "X$arg" : "X\\(.*\\)$as_nl";
11846 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11847 esac;
11848 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11849 '
11850 export as_echo_n_body
11851 as_echo_n='sh -c $as_echo_n_body as_echo'
11852 fi
11853 export as_echo_body
11854 as_echo='sh -c $as_echo_body as_echo'
11855fi
11856
11857# The user is always right.
11858if test "${PATH_SEPARATOR+set}" != set; then
11859 PATH_SEPARATOR=:
11860 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11861 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11862 PATH_SEPARATOR=';'
11863 }
77008252
JJ
11864fi
11865
11866
5213506e
RW
11867# IFS
11868# We need space, tab and new line, in precisely that order. Quoting is
11869# there to prevent editors from complaining about space-tab.
11870# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11871# splitting by setting IFS to empty value.)
11872IFS=" "" $as_nl"
11873
11874# Find who we are. Look in the path if we contain no directory separator.
22e05272 11875as_myself=
5213506e
RW
11876case $0 in #((
11877 *[\\/]* ) as_myself=$0 ;;
11878 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11879for as_dir in $PATH
11880do
11881 IFS=$as_save_IFS
11882 test -z "$as_dir" && as_dir=.
11883 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11884 done
11885IFS=$as_save_IFS
11886
11887 ;;
11888esac
11889# We did not find ourselves, most probably we were run as `sh COMMAND'
11890# in which case we are not to be found in the path.
11891if test "x$as_myself" = x; then
11892 as_myself=$0
11893fi
11894if test ! -f "$as_myself"; then
11895 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11896 exit 1
11897fi
11898
11899# Unset variables that we do not need and which cause bugs (e.g. in
11900# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11901# suppresses any "Segmentation fault" message there. '((' could
11902# trigger a bug in pdksh 5.2.14.
11903for as_var in BASH_ENV ENV MAIL MAILPATH
11904do eval test x\${$as_var+set} = xset \
11905 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11906done
77008252
JJ
11907PS1='$ '
11908PS2='> '
11909PS4='+ '
11910
11911# NLS nuisances.
5213506e
RW
11912LC_ALL=C
11913export LC_ALL
11914LANGUAGE=C
11915export LANGUAGE
11916
11917# CDPATH.
11918(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11919
11920
22e05272
JM
11921# as_fn_error STATUS ERROR [LINENO LOG_FD]
11922# ----------------------------------------
5213506e
RW
11923# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11924# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 11925# script with STATUS, using 1 if that was 0.
5213506e
RW
11926as_fn_error ()
11927{
22e05272
JM
11928 as_status=$1; test $as_status -eq 0 && as_status=1
11929 if test "$4"; then
11930 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11931 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
77008252 11932 fi
22e05272 11933 $as_echo "$as_me: error: $2" >&2
5213506e
RW
11934 as_fn_exit $as_status
11935} # as_fn_error
11936
11937
11938# as_fn_set_status STATUS
11939# -----------------------
11940# Set $? to STATUS, without forking.
11941as_fn_set_status ()
11942{
11943 return $1
11944} # as_fn_set_status
11945
11946# as_fn_exit STATUS
11947# -----------------
11948# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11949as_fn_exit ()
11950{
11951 set +e
11952 as_fn_set_status $1
11953 exit $1
11954} # as_fn_exit
11955
11956# as_fn_unset VAR
11957# ---------------
11958# Portably unset VAR.
11959as_fn_unset ()
11960{
11961 { eval $1=; unset $1;}
11962}
11963as_unset=as_fn_unset
11964# as_fn_append VAR VALUE
11965# ----------------------
11966# Append the text in VALUE to the end of the definition contained in VAR. Take
11967# advantage of any shell optimizations that allow amortized linear growth over
11968# repeated appends, instead of the typical quadratic growth present in naive
11969# implementations.
11970if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11971 eval 'as_fn_append ()
11972 {
11973 eval $1+=\$2
11974 }'
11975else
11976 as_fn_append ()
11977 {
11978 eval $1=\$$1\$2
11979 }
11980fi # as_fn_append
11981
11982# as_fn_arith ARG...
11983# ------------------
11984# Perform arithmetic evaluation on the ARGs, and store the result in the
11985# global $as_val. Take advantage of shells that can avoid forks. The arguments
11986# must be portable across $(()) and expr.
11987if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11988 eval 'as_fn_arith ()
11989 {
11990 as_val=$(( $* ))
11991 }'
11992else
11993 as_fn_arith ()
11994 {
11995 as_val=`expr "$@" || test $? -eq 1`
11996 }
11997fi # as_fn_arith
77008252 11998
5213506e
RW
11999
12000if expr a : '\(a\)' >/dev/null 2>&1 &&
12001 test "X`expr 00001 : '.*\(...\)'`" = X001; then
77008252
JJ
12002 as_expr=expr
12003else
12004 as_expr=false
12005fi
12006
5213506e 12007if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
77008252
JJ
12008 as_basename=basename
12009else
12010 as_basename=false
12011fi
12012
5213506e
RW
12013if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12014 as_dirname=dirname
12015else
12016 as_dirname=false
12017fi
77008252 12018
5213506e 12019as_me=`$as_basename -- "$0" ||
77008252
JJ
12020$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12021 X"$0" : 'X\(//\)$' \| \
5213506e
RW
12022 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12023$as_echo X/"$0" |
12024 sed '/^.*\/\([^/][^/]*\)\/*$/{
12025 s//\1/
12026 q
12027 }
12028 /^X\/\(\/\/\)$/{
12029 s//\1/
12030 q
12031 }
12032 /^X\/\(\/\).*/{
12033 s//\1/
12034 q
12035 }
12036 s/.*/./; q'`
77008252 12037
77008252
JJ
12038# Avoid depending upon Character Ranges.
12039as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12040as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12041as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12042as_cr_digits='0123456789'
12043as_cr_alnum=$as_cr_Letters$as_cr_digits
12044
5213506e
RW
12045ECHO_C= ECHO_N= ECHO_T=
12046case `echo -n x` in #(((((
12047-n*)
12048 case `echo 'xy\c'` in
12049 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12050 xy) ECHO_C='\c';;
12051 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12052 ECHO_T=' ';;
12053 esac;;
12054*)
12055 ECHO_N='-n';;
77008252
JJ
12056esac
12057
5213506e
RW
12058rm -f conf$$ conf$$.exe conf$$.file
12059if test -d conf$$.dir; then
12060 rm -f conf$$.dir/conf$$.file
77008252 12061else
5213506e
RW
12062 rm -f conf$$.dir
12063 mkdir conf$$.dir 2>/dev/null
77008252 12064fi
5213506e
RW
12065if (echo >conf$$.file) 2>/dev/null; then
12066 if ln -s conf$$.file conf$$ 2>/dev/null; then
77008252 12067 as_ln_s='ln -s'
5213506e
RW
12068 # ... but there are two gotchas:
12069 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12070 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 12071 # In both cases, we have to default to `cp -pR'.
5213506e 12072 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 12073 as_ln_s='cp -pR'
5213506e
RW
12074 elif ln conf$$.file conf$$ 2>/dev/null; then
12075 as_ln_s=ln
12076 else
22e05272 12077 as_ln_s='cp -pR'
77008252 12078 fi
77008252 12079else
22e05272 12080 as_ln_s='cp -pR'
77008252 12081fi
5213506e
RW
12082rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12083rmdir conf$$.dir 2>/dev/null
12084
12085
12086# as_fn_mkdir_p
12087# -------------
12088# Create "$as_dir" as a directory, including parents if necessary.
12089as_fn_mkdir_p ()
12090{
12091
12092 case $as_dir in #(
12093 -*) as_dir=./$as_dir;;
12094 esac
12095 test -d "$as_dir" || eval $as_mkdir_p || {
12096 as_dirs=
12097 while :; do
12098 case $as_dir in #(
12099 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12100 *) as_qdir=$as_dir;;
12101 esac
12102 as_dirs="'$as_qdir' $as_dirs"
12103 as_dir=`$as_dirname -- "$as_dir" ||
12104$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12105 X"$as_dir" : 'X\(//\)[^/]' \| \
12106 X"$as_dir" : 'X\(//\)$' \| \
12107 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12108$as_echo X"$as_dir" |
12109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12110 s//\1/
12111 q
12112 }
12113 /^X\(\/\/\)[^/].*/{
12114 s//\1/
12115 q
12116 }
12117 /^X\(\/\/\)$/{
12118 s//\1/
12119 q
12120 }
12121 /^X\(\/\).*/{
12122 s//\1/
12123 q
12124 }
12125 s/.*/./; q'`
12126 test -d "$as_dir" && break
12127 done
12128 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 12129 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
77008252 12130
5213506e
RW
12131
12132} # as_fn_mkdir_p
77008252 12133if mkdir -p . 2>/dev/null; then
5213506e 12134 as_mkdir_p='mkdir -p "$as_dir"'
77008252
JJ
12135else
12136 test -d ./-p && rmdir ./-p
12137 as_mkdir_p=false
12138fi
12139
22e05272
JM
12140
12141# as_fn_executable_p FILE
12142# -----------------------
12143# Test if FILE is an executable regular file.
12144as_fn_executable_p ()
12145{
12146 test -f "$1" && test -x "$1"
12147} # as_fn_executable_p
12148as_test_x='test -x'
12149as_executable_p=as_fn_executable_p
77008252
JJ
12150
12151# Sed expression to map a string onto a valid CPP name.
12152as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12153
5213506e
RW
12154# Sed expression to map a string onto a valid variable name.
12155as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
77008252 12156
77008252 12157
5213506e
RW
12158exec 6>&1
12159## ----------------------------------- ##
12160## Main body of $CONFIG_STATUS script. ##
12161## ----------------------------------- ##
12162_ASEOF
12163test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12164
12165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12166# Save the log message, to keep $0 and so on meaningful, and to
77008252 12167# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
12168# values after options handling.
12169ac_log="
77008252 12170This file was extended by libssp $as_me 1.0, which was
22e05272 12171generated by GNU Autoconf 2.69. Invocation command line was
77008252
JJ
12172
12173 CONFIG_FILES = $CONFIG_FILES
12174 CONFIG_HEADERS = $CONFIG_HEADERS
12175 CONFIG_LINKS = $CONFIG_LINKS
12176 CONFIG_COMMANDS = $CONFIG_COMMANDS
12177 $ $0 $@
12178
5213506e
RW
12179on `(hostname || uname -n) 2>/dev/null | sed 1q`
12180"
12181
77008252
JJ
12182_ACEOF
12183
5213506e
RW
12184case $ac_config_files in *"
12185"*) set x $ac_config_files; shift; ac_config_files=$*;;
12186esac
77008252 12187
5213506e
RW
12188case $ac_config_headers in *"
12189"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12190esac
77008252 12191
77008252 12192
5213506e
RW
12193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12194# Files that config.status was made for.
12195config_files="$ac_config_files"
12196config_headers="$ac_config_headers"
12197config_commands="$ac_config_commands"
77008252 12198
5213506e 12199_ACEOF
77008252 12200
5213506e 12201cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
77008252 12202ac_cs_usage="\
5213506e
RW
12203\`$as_me' instantiates files and other configuration actions
12204from templates according to the current configuration. Unless the files
12205and actions are specified as TAGs, all are instantiated by default.
77008252 12206
5213506e 12207Usage: $0 [OPTION]... [TAG]...
77008252
JJ
12208
12209 -h, --help print this help, then exit
5213506e 12210 -V, --version print version number and configuration settings, then exit
22e05272 12211 --config print configuration, then exit
5213506e
RW
12212 -q, --quiet, --silent
12213 do not print progress messages
77008252
JJ
12214 -d, --debug don't remove temporary files
12215 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
12216 --file=FILE[:TEMPLATE]
12217 instantiate the configuration file FILE
12218 --header=FILE[:TEMPLATE]
12219 instantiate the configuration header FILE
77008252
JJ
12220
12221Configuration files:
12222$config_files
12223
12224Configuration headers:
12225$config_headers
12226
12227Configuration commands:
12228$config_commands
12229
5213506e 12230Report bugs to the package provider."
77008252 12231
5213506e
RW
12232_ACEOF
12233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 12234ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77008252
JJ
12235ac_cs_version="\\
12236libssp config.status 1.0
22e05272
JM
12237configured by $0, generated by GNU Autoconf 2.69,
12238 with options \\"\$ac_cs_config\\"
77008252 12239
22e05272 12240Copyright (C) 2012 Free Software Foundation, Inc.
77008252
JJ
12241This config.status script is free software; the Free Software Foundation
12242gives unlimited permission to copy, distribute and modify it."
5213506e
RW
12243
12244ac_pwd='$ac_pwd'
12245srcdir='$srcdir'
12246INSTALL='$INSTALL'
12247MKDIR_P='$MKDIR_P'
12248AWK='$AWK'
12249test -n "\$AWK" || AWK=awk
77008252
JJ
12250_ACEOF
12251
5213506e
RW
12252cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12253# The default lists apply if the user does not specify any file.
77008252
JJ
12254ac_need_defaults=:
12255while test $# != 0
12256do
12257 case $1 in
22e05272 12258 --*=?*)
5213506e
RW
12259 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12260 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
77008252
JJ
12261 ac_shift=:
12262 ;;
22e05272
JM
12263 --*=)
12264 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12265 ac_optarg=
12266 ac_shift=:
12267 ;;
5213506e 12268 *)
77008252
JJ
12269 ac_option=$1
12270 ac_optarg=$2
12271 ac_shift=shift
12272 ;;
77008252
JJ
12273 esac
12274
12275 case $ac_option in
12276 # Handling of the options.
77008252
JJ
12277 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12278 ac_cs_recheck=: ;;
5213506e
RW
12279 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12280 $as_echo "$ac_cs_version"; exit ;;
22e05272
JM
12281 --config | --confi | --conf | --con | --co | --c )
12282 $as_echo "$ac_cs_config"; exit ;;
5213506e 12283 --debug | --debu | --deb | --de | --d | -d )
77008252
JJ
12284 debug=: ;;
12285 --file | --fil | --fi | --f )
12286 $ac_shift
5213506e
RW
12287 case $ac_optarg in
12288 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22e05272 12289 '') as_fn_error $? "missing file argument" ;;
5213506e
RW
12290 esac
12291 as_fn_append CONFIG_FILES " '$ac_optarg'"
77008252
JJ
12292 ac_need_defaults=false;;
12293 --header | --heade | --head | --hea )
12294 $ac_shift
5213506e
RW
12295 case $ac_optarg in
12296 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12297 esac
12298 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
77008252 12299 ac_need_defaults=false;;
5213506e
RW
12300 --he | --h)
12301 # Conflict between --help and --header
22e05272 12302 as_fn_error $? "ambiguous option: \`$1'
5213506e
RW
12303Try \`$0 --help' for more information.";;
12304 --help | --hel | -h )
12305 $as_echo "$ac_cs_usage"; exit ;;
77008252
JJ
12306 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12307 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12308 ac_cs_silent=: ;;
12309
12310 # This is an error.
22e05272 12311 -*) as_fn_error $? "unrecognized option: \`$1'
5213506e 12312Try \`$0 --help' for more information." ;;
77008252 12313
5213506e
RW
12314 *) as_fn_append ac_config_targets " $1"
12315 ac_need_defaults=false ;;
77008252
JJ
12316
12317 esac
12318 shift
12319done
12320
12321ac_configure_extra_args=
12322
12323if $ac_cs_silent; then
12324 exec 6>/dev/null
12325 ac_configure_extra_args="$ac_configure_extra_args --silent"
12326fi
12327
12328_ACEOF
5213506e 12329cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77008252 12330if \$ac_cs_recheck; then
22e05272 12331 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5213506e
RW
12332 shift
12333 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12334 CONFIG_SHELL='$SHELL'
12335 export CONFIG_SHELL
12336 exec "\$@"
77008252
JJ
12337fi
12338
12339_ACEOF
5213506e
RW
12340cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12341exec 5>>config.log
12342{
12343 echo
12344 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12345## Running $as_me. ##
12346_ASBOX
12347 $as_echo "$ac_log"
12348} >&5
77008252 12349
5213506e
RW
12350_ACEOF
12351cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77008252 12352#
5213506e 12353# INIT-COMMANDS
77008252
JJ
12354#
12355
77008252
JJ
12356srcdir="$srcdir"
12357host="$host"
12358target="$target"
12359with_multisubdir="$with_multisubdir"
12360with_multisrctop="$with_multisrctop"
12361with_target_subdir="$with_target_subdir"
12362ac_configure_args="${multilib_arg} ${ac_configure_args}"
12363multi_basedir="$multi_basedir"
12364CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12365CC="$CC"
5213506e
RW
12366CXX="$CXX"
12367GFORTRAN="$GFORTRAN"
22e05272 12368GDC="$GDC"
77008252
JJ
12369AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12370
1cf3d07d
SE
12371
12372# The HP-UX ksh and POSIX shell print the target directory to stdout
12373# if CDPATH is set.
12374(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12375
12376sed_quote_subst='$sed_quote_subst'
12377double_quote_subst='$double_quote_subst'
12378delay_variable_subst='$delay_variable_subst'
43e02a8a
RW
12379macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12380macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12381enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12382enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12383pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12384enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12385SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12386ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12387host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12388host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12389host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12390build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12391build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12392build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12393SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12394Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12395GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12396EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12397FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12398LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12399NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12400LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12401max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12402ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12403exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12404lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12405lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12406lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12407reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12408reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12409OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12410deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12411file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12412AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12413AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12414STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12415RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12416old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12417old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12418old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12419lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12420CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12421CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12422compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12423GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12424lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12425lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12426lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12427lt_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"`'
12428objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12429MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12430lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12431lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12432lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12433lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12434lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12435need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12436DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12437NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12438LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12439OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12440OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12441libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12442shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12443extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12444archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12445enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12446export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12447whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12448compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12449old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12450old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12451archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12452archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12453module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12454module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12455with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12456allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12457no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12458hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12459hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12460hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12461hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12462hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12463hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12464hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12465hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12466inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12467link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12468fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12469always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12470export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12471exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12472include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12473prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12474file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12475variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12476need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12477need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12478version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12479runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12480shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12481shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12482libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12483library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12484soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12485install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12486postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12487postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12488finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12489finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12490hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12491sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12492sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12493hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12494enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12495enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12496enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12497old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12498striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
1cf3d07d
SE
12499
12500LTCC='$LTCC'
12501LTCFLAGS='$LTCFLAGS'
12502compiler='$compiler_DEFAULT'
12503
43e02a8a
RW
12504# A function that is used when there is no print builtin or printf.
12505func_fallback_echo ()
12506{
12507 eval 'cat <<_LTECHO_EOF
12508\$1
12509_LTECHO_EOF'
12510}
12511
1cf3d07d 12512# Quote evaled strings.
43e02a8a
RW
12513for var in SHELL \
12514ECHO \
12515SED \
1cf3d07d
SE
12516GREP \
12517EGREP \
12518FGREP \
12519LD \
12520NM \
12521LN_S \
12522lt_SP2NL \
12523lt_NL2SP \
12524reload_flag \
77a3eb61 12525OBJDUMP \
1cf3d07d
SE
12526deplibs_check_method \
12527file_magic_cmd \
12528AR \
12529AR_FLAGS \
12530STRIP \
12531RANLIB \
12532CC \
12533CFLAGS \
12534compiler \
12535lt_cv_sys_global_symbol_pipe \
12536lt_cv_sys_global_symbol_to_cdecl \
12537lt_cv_sys_global_symbol_to_c_name_address \
77a3eb61 12538lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
1cf3d07d
SE
12539lt_prog_compiler_no_builtin_flag \
12540lt_prog_compiler_wl \
12541lt_prog_compiler_pic \
12542lt_prog_compiler_static \
12543lt_cv_prog_compiler_c_o \
12544need_locks \
77a3eb61
PG
12545DSYMUTIL \
12546NMEDIT \
12547LIPO \
12548OTOOL \
12549OTOOL64 \
1cf3d07d
SE
12550shrext_cmds \
12551export_dynamic_flag_spec \
12552whole_archive_flag_spec \
12553compiler_needs_object \
12554with_gnu_ld \
12555allow_undefined_flag \
12556no_undefined_flag \
12557hardcode_libdir_flag_spec \
12558hardcode_libdir_flag_spec_ld \
12559hardcode_libdir_separator \
12560fix_srcfile_path \
12561exclude_expsyms \
12562include_expsyms \
12563file_list_spec \
12564variables_saved_for_relink \
12565libname_spec \
12566library_names_spec \
12567soname_spec \
43e02a8a 12568install_override_mode \
1cf3d07d
SE
12569finish_eval \
12570old_striplib \
12571striplib; do
43e02a8a 12572 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1cf3d07d 12573 *[\\\\\\\`\\"\\\$]*)
43e02a8a 12574 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
1cf3d07d
SE
12575 ;;
12576 *)
12577 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12578 ;;
12579 esac
12580done
12581
12582# Double-quote double-evaled strings.
12583for var in reload_cmds \
12584old_postinstall_cmds \
12585old_postuninstall_cmds \
12586old_archive_cmds \
12587extract_expsyms_cmds \
12588old_archive_from_new_cmds \
12589old_archive_from_expsyms_cmds \
12590archive_cmds \
12591archive_expsym_cmds \
12592module_cmds \
12593module_expsym_cmds \
12594export_symbols_cmds \
12595prelink_cmds \
12596postinstall_cmds \
12597postuninstall_cmds \
12598finish_cmds \
12599sys_lib_search_path_spec \
12600sys_lib_dlsearch_path_spec; do
43e02a8a 12601 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1cf3d07d 12602 *[\\\\\\\`\\"\\\$]*)
43e02a8a 12603 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
1cf3d07d
SE
12604 ;;
12605 *)
12606 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12607 ;;
12608 esac
12609done
12610
1cf3d07d
SE
12611ac_aux_dir='$ac_aux_dir'
12612xsi_shell='$xsi_shell'
12613lt_shell_append='$lt_shell_append'
12614
12615# See if we are running on zsh, and set the options which allow our
12616# commands through without removal of \ escapes INIT.
12617if test -n "\${ZSH_VERSION+set}" ; then
12618 setopt NO_GLOB_SUBST
12619fi
12620
12621
12622 PACKAGE='$PACKAGE'
12623 VERSION='$VERSION'
12624 TIMESTAMP='$TIMESTAMP'
12625 RM='$RM'
12626 ofile='$ofile'
12627
12628
12629
12630
77008252
JJ
12631_ACEOF
12632
5213506e 12633cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
77008252 12634
5213506e 12635# Handling of arguments.
77008252
JJ
12636for ac_config_target in $ac_config_targets
12637do
5213506e
RW
12638 case $ac_config_target in
12639 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12640 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12641 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12642 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12643 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12644 "ssp/ssp.h") CONFIG_FILES="$CONFIG_FILES ssp/ssp.h" ;;
12645
22e05272 12646 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
77008252
JJ
12647 esac
12648done
12649
5213506e 12650
77008252
JJ
12651# If the user did not use the arguments to specify the items to instantiate,
12652# then the envvar interface is used. Set only those that are not.
12653# We use the long form for the default assignment because of an extremely
12654# bizarre bug on SunOS 4.1.3.
12655if $ac_need_defaults; then
12656 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12657 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12658 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12659fi
12660
12661# Have a temporary directory for convenience. Make it in the build tree
5213506e 12662# simply because there is no reason against having it here, and in addition,
77008252 12663# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
12664# Hook for its removal unless debugging.
12665# Note that there is a small window in which the directory will not be cleaned:
12666# after its creation but before its name has been assigned to `$tmp'.
77008252
JJ
12667$debug ||
12668{
22e05272 12669 tmp= ac_tmp=
5213506e 12670 trap 'exit_status=$?
22e05272
JM
12671 : "${ac_tmp:=$tmp}"
12672 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5213506e
RW
12673' 0
12674 trap 'as_fn_exit 1' 1 2 13 15
77008252 12675}
77008252
JJ
12676# Create a (secure) tmp directory for tmp files.
12677
12678{
5213506e 12679 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22e05272 12680 test -d "$tmp"
77008252
JJ
12681} ||
12682{
5213506e
RW
12683 tmp=./conf$$-$RANDOM
12684 (umask 077 && mkdir "$tmp")
22e05272
JM
12685} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12686ac_tmp=$tmp
5213506e
RW
12687
12688# Set up the scripts for CONFIG_FILES section.
12689# No need to generate them if there are no CONFIG_FILES.
12690# This happens for instance with `./config.status config.h'.
12691if test -n "$CONFIG_FILES"; then
12692
12693
12694ac_cr=`echo X | tr X '\015'`
12695# On cygwin, bash can eat \r inside `` if the user requested igncr.
12696# But we know of no other shell where ac_cr would be empty at this
12697# point, so we can use a bashism as a fallback.
12698if test "x$ac_cr" = x; then
12699 eval ac_cr=\$\'\\r\'
12700fi
12701ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12702if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22e05272 12703 ac_cs_awk_cr='\\r'
5213506e
RW
12704else
12705 ac_cs_awk_cr=$ac_cr
12706fi
12707
22e05272 12708echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5213506e
RW
12709_ACEOF
12710
12711
77008252 12712{
5213506e
RW
12713 echo "cat >conf$$subs.awk <<_ACEOF" &&
12714 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12715 echo "_ACEOF"
12716} >conf$$subs.sh ||
22e05272
JM
12717 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12718ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5213506e
RW
12719ac_delim='%!_!# '
12720for ac_last_try in false false false false false :; do
12721 . ./conf$$subs.sh ||
22e05272 12722 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
12723
12724 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12725 if test $ac_delim_n = $ac_delim_num; then
12726 break
12727 elif $ac_last_try; then
22e05272 12728 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
12729 else
12730 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12731 fi
12732done
12733rm -f conf$$subs.sh
77008252 12734
5213506e 12735cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 12736cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
77008252 12737_ACEOF
5213506e
RW
12738sed -n '
12739h
12740s/^/S["/; s/!.*/"]=/
12741p
12742g
12743s/^[^!]*!//
12744:repl
12745t repl
12746s/'"$ac_delim"'$//
12747t delim
12748:nl
12749h
22e05272 12750s/\(.\{148\}\)..*/\1/
5213506e
RW
12751t more1
12752s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12753p
12754n
12755b repl
12756:more1
12757s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12758p
12759g
12760s/.\{148\}//
12761t nl
12762:delim
12763h
22e05272 12764s/\(.\{148\}\)..*/\1/
5213506e
RW
12765t more2
12766s/["\\]/\\&/g; s/^/"/; s/$/"/
12767p
12768b
12769:more2
12770s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12771p
12772g
12773s/.\{148\}//
12774t delim
12775' <conf$$subs.awk | sed '
12776/^[^""]/{
12777 N
12778 s/\n//
12779}
12780' >>$CONFIG_STATUS || ac_write_fail=1
12781rm -f conf$$subs.awk
12782cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12783_ACAWK
22e05272 12784cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5213506e
RW
12785 for (key in S) S_is_set[key] = 1
12786 FS = "\a"
12787
12788}
12789{
12790 line = $ 0
12791 nfields = split(line, field, "@")
12792 substed = 0
12793 len = length(field[1])
12794 for (i = 2; i < nfields; i++) {
12795 key = field[i]
12796 keylen = length(key)
12797 if (S_is_set[key]) {
12798 value = S[key]
12799 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12800 len += length(value) + length(field[++i])
12801 substed = 1
12802 } else
12803 len += 1 + keylen
12804 }
77008252 12805
5213506e
RW
12806 print line
12807}
77008252 12808
5213506e
RW
12809_ACAWK
12810_ACEOF
12811cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12812if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12813 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12814else
12815 cat
22e05272
JM
12816fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12817 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5213506e
RW
12818_ACEOF
12819
22e05272
JM
12820# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12821# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5213506e
RW
12822# trailing colons and then remove the whole line if VPATH becomes empty
12823# (actually we leave an empty line to preserve line numbers).
12824if test "x$srcdir" = x.; then
22e05272
JM
12825 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12826h
12827s///
12828s/^/:/
12829s/[ ]*$/:/
12830s/:\$(srcdir):/:/g
12831s/:\${srcdir}:/:/g
12832s/:@srcdir@:/:/g
12833s/^:*//
5213506e 12834s/:*$//
22e05272
JM
12835x
12836s/\(=[ ]*\).*/\1/
12837G
12838s/\n//
5213506e
RW
12839s/^[^=]*=[ ]*$//
12840}'
12841fi
77008252 12842
5213506e
RW
12843cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12844fi # test -n "$CONFIG_FILES"
77008252 12845
5213506e
RW
12846# Set up the scripts for CONFIG_HEADERS section.
12847# No need to generate them if there are no CONFIG_HEADERS.
12848# This happens for instance with `./config.status Makefile'.
12849if test -n "$CONFIG_HEADERS"; then
22e05272 12850cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
5213506e 12851BEGIN {
77008252
JJ
12852_ACEOF
12853
5213506e
RW
12854# Transform confdefs.h into an awk script `defines.awk', embedded as
12855# here-document in config.status, that substitutes the proper values into
12856# config.h.in to produce config.h.
12857
12858# Create a delimiter string that does not exist in confdefs.h, to ease
12859# handling of long lines.
12860ac_delim='%!_!# '
12861for ac_last_try in false false :; do
22e05272
JM
12862 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12863 if test -z "$ac_tt"; then
5213506e
RW
12864 break
12865 elif $ac_last_try; then
22e05272 12866 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5213506e
RW
12867 else
12868 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
77008252 12869 fi
5213506e 12870done
77008252 12871
5213506e
RW
12872# For the awk script, D is an array of macro values keyed by name,
12873# likewise P contains macro parameters if any. Preserve backslash
12874# newline sequences.
12875
12876ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12877sed -n '
12878s/.\{148\}/&'"$ac_delim"'/g
12879t rset
12880:rset
12881s/^[ ]*#[ ]*define[ ][ ]*/ /
12882t def
12883d
12884:def
12885s/\\$//
12886t bsnl
12887s/["\\]/\\&/g
12888s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12889D["\1"]=" \3"/p
12890s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12891d
12892:bsnl
12893s/["\\]/\\&/g
12894s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12895D["\1"]=" \3\\\\\\n"\\/p
12896t cont
12897s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12898t cont
12899d
12900:cont
12901n
12902s/.\{148\}/&'"$ac_delim"'/g
12903t clear
12904:clear
12905s/\\$//
12906t bsnlc
12907s/["\\]/\\&/g; s/^/"/; s/$/"/p
12908d
12909:bsnlc
12910s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12911b cont
12912' <confdefs.h | sed '
12913s/'"$ac_delim"'/"\\\
12914"/g' >>$CONFIG_STATUS || ac_write_fail=1
12915
12916cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12917 for (key in D) D_is_set[key] = 1
12918 FS = "\a"
12919}
12920/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12921 line = \$ 0
12922 split(line, arg, " ")
12923 if (arg[1] == "#") {
12924 defundef = arg[2]
12925 mac1 = arg[3]
12926 } else {
12927 defundef = substr(arg[1], 2)
12928 mac1 = arg[2]
12929 }
12930 split(mac1, mac2, "(") #)
12931 macro = mac2[1]
12932 prefix = substr(line, 1, index(line, defundef) - 1)
12933 if (D_is_set[macro]) {
12934 # Preserve the white space surrounding the "#".
12935 print prefix "define", macro P[macro] D[macro]
12936 next
12937 } else {
12938 # Replace #undef with comments. This is necessary, for example,
12939 # in the case of _POSIX_SOURCE, which is predefined and required
12940 # on some systems where configure will not decide to define it.
12941 if (defundef == "undef") {
12942 print "/*", prefix defundef, macro, "*/"
12943 next
12944 }
12945 }
12946}
12947{ print }
12948_ACAWK
77008252 12949_ACEOF
5213506e 12950cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22e05272 12951 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5213506e
RW
12952fi # test -n "$CONFIG_HEADERS"
12953
12954
12955eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12956shift
12957for ac_tag
12958do
12959 case $ac_tag in
12960 :[FHLC]) ac_mode=$ac_tag; continue;;
12961 esac
12962 case $ac_mode$ac_tag in
12963 :[FHL]*:*);;
22e05272 12964 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5213506e
RW
12965 :[FH]-) ac_tag=-:-;;
12966 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12967 esac
12968 ac_save_IFS=$IFS
12969 IFS=:
12970 set x $ac_tag
12971 IFS=$ac_save_IFS
12972 shift
12973 ac_file=$1
12974 shift
12975
12976 case $ac_mode in
12977 :L) ac_source=$1;;
12978 :[FH])
12979 ac_file_inputs=
12980 for ac_f
12981 do
12982 case $ac_f in
22e05272 12983 -) ac_f="$ac_tmp/stdin";;
5213506e
RW
12984 *) # Look for the file first in the build tree, then in the source tree
12985 # (if the path is not absolute). The absolute path cannot be DOS-style,
12986 # because $ac_f cannot contain `:'.
12987 test -f "$ac_f" ||
12988 case $ac_f in
12989 [\\/$]*) false;;
12990 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12991 esac ||
22e05272 12992 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5213506e
RW
12993 esac
12994 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12995 as_fn_append ac_file_inputs " '$ac_f'"
12996 done
12997
12998 # Let's still pretend it is `configure' which instantiates (i.e., don't
12999 # use $as_me), people would be surprised to read:
13000 # /* config.h. Generated by config.status. */
13001 configure_input='Generated from '`
13002 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13003 `' by configure.'
13004 if test x"$ac_file" != x-; then
13005 configure_input="$ac_file. $configure_input"
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13007$as_echo "$as_me: creating $ac_file" >&6;}
13008 fi
13009 # Neutralize special characters interpreted by sed in replacement strings.
13010 case $configure_input in #(
13011 *\&* | *\|* | *\\* )
13012 ac_sed_conf_input=`$as_echo "$configure_input" |
13013 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13014 *) ac_sed_conf_input=$configure_input;;
13015 esac
13016
13017 case $ac_tag in
22e05272
JM
13018 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13019 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5213506e
RW
13020 esac
13021 ;;
77008252
JJ
13022 esac
13023
5213506e 13024 ac_dir=`$as_dirname -- "$ac_file" ||
77008252
JJ
13025$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13026 X"$ac_file" : 'X\(//\)[^/]' \| \
13027 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
13028 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13029$as_echo X"$ac_file" |
13030 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13031 s//\1/
13032 q
13033 }
13034 /^X\(\/\/\)[^/].*/{
13035 s//\1/
13036 q
13037 }
13038 /^X\(\/\/\)$/{
13039 s//\1/
13040 q
13041 }
13042 /^X\(\/\).*/{
13043 s//\1/
13044 q
13045 }
13046 s/.*/./; q'`
13047 as_dir="$ac_dir"; as_fn_mkdir_p
77008252
JJ
13048 ac_builddir=.
13049
5213506e
RW
13050case "$ac_dir" in
13051.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13052*)
13053 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13054 # A ".." for each directory in $ac_dir_suffix.
13055 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13056 case $ac_top_builddir_sub in
13057 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13058 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13059 esac ;;
13060esac
13061ac_abs_top_builddir=$ac_pwd
13062ac_abs_builddir=$ac_pwd$ac_dir_suffix
13063# for backward compatibility:
13064ac_top_builddir=$ac_top_build_prefix
77008252
JJ
13065
13066case $srcdir in
5213506e 13067 .) # We are building in place.
77008252 13068 ac_srcdir=.
5213506e
RW
13069 ac_top_srcdir=$ac_top_builddir_sub
13070 ac_abs_top_srcdir=$ac_pwd ;;
13071 [\\/]* | ?:[\\/]* ) # Absolute name.
77008252 13072 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
13073 ac_top_srcdir=$srcdir
13074 ac_abs_top_srcdir=$srcdir ;;
13075 *) # Relative name.
13076 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13077 ac_top_srcdir=$ac_top_build_prefix$srcdir
13078 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
77008252 13079esac
5213506e 13080ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
77008252 13081
77008252 13082
5213506e
RW
13083 case $ac_mode in
13084 :F)
13085 #
13086 # CONFIG_FILE
13087 #
77008252
JJ
13088
13089 case $INSTALL in
13090 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 13091 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
77008252 13092 esac
5213506e
RW
13093 ac_MKDIR_P=$MKDIR_P
13094 case $MKDIR_P in
13095 [\\/$]* | ?:[\\/]* ) ;;
13096 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13097 esac
13098_ACEOF
77008252 13099
5213506e
RW
13100cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13101# If the template does not know about datarootdir, expand it.
13102# FIXME: This hack should be removed a few years after 2.60.
13103ac_datarootdir_hack=; ac_datarootdir_seen=
13104ac_sed_dataroot='
13105/datarootdir/ {
13106 p
13107 q
13108}
13109/@datadir@/p
13110/@docdir@/p
13111/@infodir@/p
13112/@localedir@/p
13113/@mandir@/p'
13114case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13115*datarootdir*) ac_datarootdir_seen=yes;;
13116*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13118$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13119_ACEOF
13120cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13121 ac_datarootdir_hack='
13122 s&@datadir@&$datadir&g
13123 s&@docdir@&$docdir&g
13124 s&@infodir@&$infodir&g
13125 s&@localedir@&$localedir&g
13126 s&@mandir@&$mandir&g
13127 s&\\\${datarootdir}&$datarootdir&g' ;;
13128esac
77008252 13129_ACEOF
5213506e
RW
13130
13131# Neutralize VPATH when `$srcdir' = `.'.
13132# Shell code in configure.ac might set extrasub.
13133# FIXME: do we really want to maintain this feature?
13134cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13135ac_sed_extra="$ac_vpsub
77008252
JJ
13136$extrasub
13137_ACEOF
5213506e 13138cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
77008252
JJ
13139:t
13140/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
13141s|@configure_input@|$ac_sed_conf_input|;t t
13142s&@top_builddir@&$ac_top_builddir_sub&;t t
13143s&@top_build_prefix@&$ac_top_build_prefix&;t t
13144s&@srcdir@&$ac_srcdir&;t t
13145s&@abs_srcdir@&$ac_abs_srcdir&;t t
13146s&@top_srcdir@&$ac_top_srcdir&;t t
13147s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13148s&@builddir@&$ac_builddir&;t t
13149s&@abs_builddir@&$ac_abs_builddir&;t t
13150s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13151s&@INSTALL@&$ac_INSTALL&;t t
13152s&@MKDIR_P@&$ac_MKDIR_P&;t t
13153$ac_datarootdir_hack
13154"
22e05272
JM
13155eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13156 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
13157
13158test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22e05272
JM
13159 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13160 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13161 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5213506e 13162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 13163which seems to be undefined. Please make sure it is defined" >&5
5213506e 13164$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 13165which seems to be undefined. Please make sure it is defined" >&2;}
5213506e 13166
22e05272 13167 rm -f "$ac_tmp/stdin"
77008252 13168 case $ac_file in
22e05272
JM
13169 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13170 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5213506e 13171 esac \
22e05272 13172 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
13173 ;;
13174 :H)
13175 #
13176 # CONFIG_HEADER
13177 #
77008252 13178 if test x"$ac_file" != x-; then
5213506e
RW
13179 {
13180 $as_echo "/* $configure_input */" \
22e05272
JM
13181 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13182 } >"$ac_tmp/config.h" \
13183 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13184 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
5213506e
RW
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13186$as_echo "$as_me: $ac_file is unchanged" >&6;}
77008252 13187 else
5213506e 13188 rm -f "$ac_file"
22e05272
JM
13189 mv "$ac_tmp/config.h" "$ac_file" \
13190 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
77008252
JJ
13191 fi
13192 else
5213506e 13193 $as_echo "/* $configure_input */" \
22e05272
JM
13194 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13195 || as_fn_error $? "could not create -" "$LINENO" 5
77008252 13196 fi
5213506e
RW
13197# Compute "$ac_file"'s index in $config_headers.
13198_am_arg="$ac_file"
77008252
JJ
13199_am_stamp_count=1
13200for _am_header in $config_headers :; do
13201 case $_am_header in
5213506e 13202 $_am_arg | $_am_arg:* )
77008252
JJ
13203 break ;;
13204 * )
13205 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13206 esac
13207done
5213506e
RW
13208echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13209$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13210 X"$_am_arg" : 'X\(//\)[^/]' \| \
13211 X"$_am_arg" : 'X\(//\)$' \| \
13212 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13213$as_echo X"$_am_arg" |
13214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13215 s//\1/
13216 q
13217 }
13218 /^X\(\/\/\)[^/].*/{
13219 s//\1/
13220 q
13221 }
13222 /^X\(\/\/\)$/{
13223 s//\1/
13224 q
13225 }
13226 /^X\(\/\).*/{
13227 s//\1/
13228 q
13229 }
13230 s/.*/./; q'`/stamp-h$_am_stamp_count
13231 ;;
77008252 13232
5213506e
RW
13233 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13234$as_echo "$as_me: executing $ac_file commands" >&6;}
13235 ;;
13236 esac
77008252
JJ
13237
13238
5213506e
RW
13239 case $ac_file$ac_mode in
13240 "default-1":C)
77008252
JJ
13241# Only add multilib support code if we just rebuilt the top-level
13242# Makefile.
13243case " $CONFIG_FILES " in
13244 *" Makefile "*)
13245 ac_file=Makefile . ${multi_basedir}/config-ml.in
13246 ;;
13247esac ;;
5213506e 13248 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
22e05272 13249 # Older Autoconf quotes --file arguments for eval, but not when files
5213506e
RW
13250 # are listed without --file. Let's play safe and only enable the eval
13251 # if we detect the quoting.
13252 case $CONFIG_FILES in
13253 *\'*) eval set x "$CONFIG_FILES" ;;
13254 *) set x $CONFIG_FILES ;;
13255 esac
13256 shift
13257 for mf
13258 do
13259 # Strip MF so we end up with the name of the file.
13260 mf=`echo "$mf" | sed -e 's/:.*$//'`
13261 # Check whether this is an Automake generated Makefile or not.
22e05272 13262 # We used to match only the files named 'Makefile.in', but
5213506e
RW
13263 # some people rename them; so instead we look at the file content.
13264 # Grep'ing the first line is not enough: some people post-process
13265 # each Makefile.in and add a new line on top of each file to say so.
13266 # Grep'ing the whole file is not good either: AIX grep has a line
13267 # limit of 2048, but all sed's we know have understand at least 4000.
13268 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13269 dirpart=`$as_dirname -- "$mf" ||
77008252
JJ
13270$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13271 X"$mf" : 'X\(//\)[^/]' \| \
13272 X"$mf" : 'X\(//\)$' \| \
5213506e
RW
13273 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13274$as_echo X"$mf" |
13275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13276 s//\1/
13277 q
13278 }
13279 /^X\(\/\/\)[^/].*/{
13280 s//\1/
13281 q
13282 }
13283 /^X\(\/\/\)$/{
13284 s//\1/
13285 q
13286 }
13287 /^X\(\/\).*/{
13288 s//\1/
13289 q
13290 }
13291 s/.*/./; q'`
13292 else
13293 continue
13294 fi
13295 # Extract the definition of DEPDIR, am__include, and am__quote
22e05272 13296 # from the Makefile without running 'make'.
5213506e
RW
13297 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13298 test -z "$DEPDIR" && continue
13299 am__include=`sed -n 's/^am__include = //p' < "$mf"`
22e05272 13300 test -z "$am__include" && continue
5213506e 13301 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5213506e
RW
13302 # Find all dependency output files, they are included files with
13303 # $(DEPDIR) in their names. We invoke sed twice because it is the
13304 # simplest approach to changing $(DEPDIR) to its actual value in the
13305 # expansion.
13306 for file in `sed -n "
13307 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
22e05272 13308 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
5213506e
RW
13309 # Make sure the directory exists.
13310 test -f "$dirpart/$file" && continue
13311 fdir=`$as_dirname -- "$file" ||
77008252
JJ
13312$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13313 X"$file" : 'X\(//\)[^/]' \| \
13314 X"$file" : 'X\(//\)$' \| \
5213506e
RW
13315 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13316$as_echo X"$file" |
13317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13318 s//\1/
13319 q
13320 }
13321 /^X\(\/\/\)[^/].*/{
13322 s//\1/
13323 q
13324 }
13325 /^X\(\/\/\)$/{
13326 s//\1/
13327 q
13328 }
13329 /^X\(\/\).*/{
13330 s//\1/
13331 q
13332 }
13333 s/.*/./; q'`
13334 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13335 # echo "creating $dirpart/$file"
13336 echo '# dummy' > "$dirpart/$file"
77008252 13337 done
77008252 13338 done
5213506e 13339}
1cf3d07d 13340 ;;
5213506e 13341 "libtool":C)
1cf3d07d
SE
13342
13343 # See if we are running on zsh, and set the options which allow our
13344 # commands through without removal of \ escapes.
13345 if test -n "${ZSH_VERSION+set}" ; then
13346 setopt NO_GLOB_SUBST
13347 fi
13348
13349 cfgfile="${ofile}T"
13350 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13351 $RM "$cfgfile"
13352
13353 cat <<_LT_EOF >> "$cfgfile"
13354#! $SHELL
13355
13356# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
77a3eb61 13357# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1cf3d07d
SE
13358# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13359# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13360#
77a3eb61 13361# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
43e02a8a 13362# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
77a3eb61 13363# Written by Gordon Matzigkeit, 1996
1cf3d07d 13364#
77a3eb61 13365# This file is part of GNU Libtool.
1cf3d07d 13366#
77a3eb61
PG
13367# GNU Libtool is free software; you can redistribute it and/or
13368# modify it under the terms of the GNU General Public License as
13369# published by the Free Software Foundation; either version 2 of
13370# the License, or (at your option) any later version.
1cf3d07d 13371#
77a3eb61
PG
13372# As a special exception to the GNU General Public License,
13373# if you distribute this file as part of a program or library that
13374# is built using GNU Libtool, you may include this file under the
13375# same distribution terms that you use for the rest of that program.
1cf3d07d 13376#
77a3eb61
PG
13377# GNU Libtool is distributed in the hope that it will be useful,
13378# but WITHOUT ANY WARRANTY; without even the implied warranty of
13379# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13380# GNU General Public License for more details.
1cf3d07d 13381#
77a3eb61
PG
13382# You should have received a copy of the GNU General Public License
13383# along with GNU Libtool; see the file COPYING. If not, a copy
13384# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13385# obtained by writing to the Free Software Foundation, Inc.,
13386# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1cf3d07d
SE
13387
13388
13389# The names of the tagged configurations supported by this script.
13390available_tags=""
13391
13392# ### BEGIN LIBTOOL CONFIG
13393
13394# Which release of libtool.m4 was used?
13395macro_version=$macro_version
13396macro_revision=$macro_revision
13397
13398# Whether or not to build shared libraries.
13399build_libtool_libs=$enable_shared
13400
13401# Whether or not to build static libraries.
13402build_old_libs=$enable_static
13403
13404# What type of objects to build.
13405pic_mode=$pic_mode
13406
13407# Whether or not to optimize for fast installation.
13408fast_install=$enable_fast_install
13409
43e02a8a
RW
13410# Shell to use when invoking shell scripts.
13411SHELL=$lt_SHELL
13412
13413# An echo program that protects backslashes.
13414ECHO=$lt_ECHO
13415
1cf3d07d
SE
13416# The host system.
13417host_alias=$host_alias
13418host=$host
13419host_os=$host_os
13420
13421# The build system.
13422build_alias=$build_alias
13423build=$build
13424build_os=$build_os
13425
13426# A sed program that does not truncate output.
13427SED=$lt_SED
13428
13429# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13430Xsed="\$SED -e 1s/^X//"
13431
13432# A grep program that handles long lines.
13433GREP=$lt_GREP
13434
13435# An ERE matcher.
13436EGREP=$lt_EGREP
13437
13438# A literal string matcher.
13439FGREP=$lt_FGREP
13440
13441# A BSD- or MS-compatible name lister.
13442NM=$lt_NM
13443
13444# Whether we need soft or hard links.
13445LN_S=$lt_LN_S
13446
13447# What is the maximum length of a command?
13448max_cmd_len=$max_cmd_len
13449
13450# Object file suffix (normally "o").
13451objext=$ac_objext
13452
13453# Executable file suffix (normally "").
13454exeext=$exeext
13455
13456# whether the shell understands "unset".
13457lt_unset=$lt_unset
13458
13459# turn spaces into newlines.
13460SP2NL=$lt_lt_SP2NL
13461
13462# turn newlines into spaces.
13463NL2SP=$lt_lt_NL2SP
13464
77a3eb61
PG
13465# An object symbol dumper.
13466OBJDUMP=$lt_OBJDUMP
13467
1cf3d07d
SE
13468# Method to check whether dependent libraries are shared objects.
13469deplibs_check_method=$lt_deplibs_check_method
13470
13471# Command to use when deplibs_check_method == "file_magic".
13472file_magic_cmd=$lt_file_magic_cmd
13473
13474# The archiver.
13475AR=$lt_AR
13476AR_FLAGS=$lt_AR_FLAGS
13477
13478# A symbol stripping program.
13479STRIP=$lt_STRIP
13480
13481# Commands used to install an old-style archive.
13482RANLIB=$lt_RANLIB
13483old_postinstall_cmds=$lt_old_postinstall_cmds
13484old_postuninstall_cmds=$lt_old_postuninstall_cmds
13485
43e02a8a
RW
13486# Whether to use a lock for old archive extraction.
13487lock_old_archive_extraction=$lock_old_archive_extraction
13488
1cf3d07d
SE
13489# A C compiler.
13490LTCC=$lt_CC
13491
13492# LTCC compiler flags.
13493LTCFLAGS=$lt_CFLAGS
13494
13495# Take the output of nm and produce a listing of raw symbols and C names.
13496global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13497
13498# Transform the output of nm in a proper C declaration.
13499global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13500
13501# Transform the output of nm in a C name address pair.
13502global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13503
77a3eb61
PG
13504# Transform the output of nm in a C name address pair when lib prefix is needed.
13505global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13506
1cf3d07d
SE
13507# The name of the directory that contains temporary libtool files.
13508objdir=$objdir
13509
1cf3d07d
SE
13510# Used to examine libraries when file_magic_cmd begins with "file".
13511MAGIC_CMD=$MAGIC_CMD
13512
13513# Must we lock files when doing compilation?
13514need_locks=$lt_need_locks
13515
77a3eb61
PG
13516# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13517DSYMUTIL=$lt_DSYMUTIL
13518
13519# Tool to change global to local symbols on Mac OS X.
13520NMEDIT=$lt_NMEDIT
13521
13522# Tool to manipulate fat objects and archives on Mac OS X.
13523LIPO=$lt_LIPO
13524
13525# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13526OTOOL=$lt_OTOOL
13527
13528# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13529OTOOL64=$lt_OTOOL64
13530
1cf3d07d
SE
13531# Old archive suffix (normally "a").
13532libext=$libext
13533
13534# Shared library suffix (normally ".so").
13535shrext_cmds=$lt_shrext_cmds
13536
13537# The commands to extract the exported symbol list from a shared archive.
13538extract_expsyms_cmds=$lt_extract_expsyms_cmds
13539
13540# Variables whose values should be saved in libtool wrapper scripts and
13541# restored at link time.
13542variables_saved_for_relink=$lt_variables_saved_for_relink
13543
13544# Do we need the "lib" prefix for modules?
13545need_lib_prefix=$need_lib_prefix
13546
13547# Do we need a version for libraries?
13548need_version=$need_version
13549
13550# Library versioning type.
13551version_type=$version_type
13552
13553# Shared library runtime path variable.
13554runpath_var=$runpath_var
13555
13556# Shared library path variable.
13557shlibpath_var=$shlibpath_var
13558
13559# Is shlibpath searched before the hard-coded library search path?
13560shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13561
13562# Format of library name prefix.
13563libname_spec=$lt_libname_spec
13564
13565# List of archive names. First name is the real one, the rest are links.
13566# The last name is the one that the linker finds with -lNAME
13567library_names_spec=$lt_library_names_spec
13568
13569# The coded name of the library, if different from the real name.
13570soname_spec=$lt_soname_spec
13571
43e02a8a
RW
13572# Permission mode override for installation of shared libraries.
13573install_override_mode=$lt_install_override_mode
13574
1cf3d07d
SE
13575# Command to use after installation of a shared archive.
13576postinstall_cmds=$lt_postinstall_cmds
13577
13578# Command to use after uninstallation of a shared archive.
13579postuninstall_cmds=$lt_postuninstall_cmds
13580
13581# Commands used to finish a libtool library installation in a directory.
13582finish_cmds=$lt_finish_cmds
13583
13584# As "finish_cmds", except a single script fragment to be evaled but
13585# not shown.
13586finish_eval=$lt_finish_eval
13587
13588# Whether we should hardcode library paths into libraries.
13589hardcode_into_libs=$hardcode_into_libs
13590
13591# Compile-time system search path for libraries.
13592sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13593
13594# Run-time system search path for libraries.
13595sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13596
13597# Whether dlopen is supported.
13598dlopen_support=$enable_dlopen
13599
13600# Whether dlopen of programs is supported.
13601dlopen_self=$enable_dlopen_self
13602
13603# Whether dlopen of statically linked programs is supported.
13604dlopen_self_static=$enable_dlopen_self_static
13605
13606# Commands to strip libraries.
13607old_striplib=$lt_old_striplib
13608striplib=$lt_striplib
13609
13610
13611# The linker used to build libraries.
13612LD=$lt_LD
13613
43e02a8a
RW
13614# How to create reloadable object files.
13615reload_flag=$lt_reload_flag
13616reload_cmds=$lt_reload_cmds
13617
1cf3d07d
SE
13618# Commands used to build an old-style archive.
13619old_archive_cmds=$lt_old_archive_cmds
13620
13621# A language specific compiler.
13622CC=$lt_compiler
13623
13624# Is the compiler the GNU compiler?
13625with_gcc=$GCC
13626
13627# Compiler flag to turn off builtin functions.
13628no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13629
13630# How to pass a linker flag through the compiler.
13631wl=$lt_lt_prog_compiler_wl
13632
13633# Additional compiler flags for building library objects.
13634pic_flag=$lt_lt_prog_compiler_pic
13635
13636# Compiler flag to prevent dynamic linking.
13637link_static_flag=$lt_lt_prog_compiler_static
13638
13639# Does compiler simultaneously support -c and -o options?
13640compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13641
13642# Whether or not to add -lc for building shared libraries.
13643build_libtool_need_lc=$archive_cmds_need_lc
13644
13645# Whether or not to disallow shared libs when runtime libs are static.
13646allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13647
13648# Compiler flag to allow reflexive dlopens.
13649export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13650
13651# Compiler flag to generate shared objects directly from archives.
13652whole_archive_flag_spec=$lt_whole_archive_flag_spec
13653
13654# Whether the compiler copes with passing no objects directly.
13655compiler_needs_object=$lt_compiler_needs_object
13656
13657# Create an old-style archive from a shared archive.
13658old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13659
13660# Create a temporary old-style archive to link instead of a shared archive.
13661old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13662
13663# Commands used to build a shared archive.
13664archive_cmds=$lt_archive_cmds
13665archive_expsym_cmds=$lt_archive_expsym_cmds
13666
13667# Commands used to build a loadable module if different from building
13668# a shared archive.
13669module_cmds=$lt_module_cmds
13670module_expsym_cmds=$lt_module_expsym_cmds
13671
13672# Whether we are building with GNU ld or not.
13673with_gnu_ld=$lt_with_gnu_ld
13674
13675# Flag that allows shared libraries with undefined symbols to be built.
13676allow_undefined_flag=$lt_allow_undefined_flag
13677
13678# Flag that enforces no undefined symbols.
13679no_undefined_flag=$lt_no_undefined_flag
13680
13681# Flag to hardcode \$libdir into a binary during linking.
13682# This must work even if \$libdir does not exist
13683hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13684
13685# If ld is used when linking, flag to hardcode \$libdir into a binary
13686# during linking. This must work even if \$libdir does not exist.
13687hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13688
13689# Whether we need a single "-rpath" flag with a separated argument.
13690hardcode_libdir_separator=$lt_hardcode_libdir_separator
13691
13692# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13693# DIR into the resulting binary.
13694hardcode_direct=$hardcode_direct
13695
13696# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13697# DIR into the resulting binary and the resulting library dependency is
13698# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13699# library is relocated.
13700hardcode_direct_absolute=$hardcode_direct_absolute
13701
13702# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13703# into the resulting binary.
13704hardcode_minus_L=$hardcode_minus_L
13705
13706# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13707# into the resulting binary.
13708hardcode_shlibpath_var=$hardcode_shlibpath_var
13709
13710# Set to "yes" if building a shared library automatically hardcodes DIR
13711# into the library and all subsequent libraries and executables linked
13712# against it.
13713hardcode_automatic=$hardcode_automatic
13714
13715# Set to yes if linker adds runtime paths of dependent libraries
13716# to runtime path list.
13717inherit_rpath=$inherit_rpath
13718
13719# Whether libtool must link a program against all its dependency libraries.
13720link_all_deplibs=$link_all_deplibs
13721
13722# Fix the shell variable \$srcfile for the compiler.
13723fix_srcfile_path=$lt_fix_srcfile_path
13724
13725# Set to "yes" if exported symbols are required.
13726always_export_symbols=$always_export_symbols
13727
13728# The commands to list exported symbols.
13729export_symbols_cmds=$lt_export_symbols_cmds
13730
13731# Symbols that should not be listed in the preloaded symbols.
13732exclude_expsyms=$lt_exclude_expsyms
13733
13734# Symbols that must always be exported.
13735include_expsyms=$lt_include_expsyms
13736
13737# Commands necessary for linking programs (against libraries) with templates.
13738prelink_cmds=$lt_prelink_cmds
13739
13740# Specify filename containing input files.
13741file_list_spec=$lt_file_list_spec
13742
13743# How to hardcode a shared library path into an executable.
13744hardcode_action=$hardcode_action
13745
13746# ### END LIBTOOL CONFIG
13747
13748_LT_EOF
13749
13750 case $host_os in
13751 aix3*)
13752 cat <<\_LT_EOF >> "$cfgfile"
13753# AIX sometimes has problems with the GCC collect2 program. For some
13754# reason, if we set the COLLECT_NAMES environment variable, the problems
13755# vanish in a puff of smoke.
13756if test "X${COLLECT_NAMES+set}" != Xset; then
13757 COLLECT_NAMES=
13758 export COLLECT_NAMES
13759fi
13760_LT_EOF
13761 ;;
13762 esac
13763
13764
13765ltmain="$ac_aux_dir/ltmain.sh"
13766
13767
13768 # We use sed instead of cat because bash on DJGPP gets confused if
13769 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13770 # text mode, it properly converts lines to CR/LF. This bash problem
13771 # is reportedly fixed, but why not run on old versions too?
13772 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13773 || (rm -f "$cfgfile"; exit 1)
13774
13775 case $xsi_shell in
13776 yes)
13777 cat << \_LT_EOF >> "$cfgfile"
77a3eb61 13778
1cf3d07d
SE
13779# func_dirname file append nondir_replacement
13780# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13781# otherwise set result to NONDIR_REPLACEMENT.
13782func_dirname ()
13783{
13784 case ${1} in
13785 */*) func_dirname_result="${1%/*}${2}" ;;
13786 * ) func_dirname_result="${3}" ;;
13787 esac
13788}
13789
13790# func_basename file
13791func_basename ()
13792{
13793 func_basename_result="${1##*/}"
13794}
13795
77a3eb61
PG
13796# func_dirname_and_basename file append nondir_replacement
13797# perform func_basename and func_dirname in a single function
13798# call:
13799# dirname: Compute the dirname of FILE. If nonempty,
13800# add APPEND to the result, otherwise set result
13801# to NONDIR_REPLACEMENT.
13802# value returned in "$func_dirname_result"
13803# basename: Compute filename of FILE.
13804# value retuned in "$func_basename_result"
13805# Implementation must be kept synchronized with func_dirname
13806# and func_basename. For efficiency, we do not delegate to
13807# those functions but instead duplicate the functionality here.
13808func_dirname_and_basename ()
13809{
13810 case ${1} in
13811 */*) func_dirname_result="${1%/*}${2}" ;;
13812 * ) func_dirname_result="${3}" ;;
13813 esac
13814 func_basename_result="${1##*/}"
13815}
13816
1cf3d07d
SE
13817# func_stripname prefix suffix name
13818# strip PREFIX and SUFFIX off of NAME.
13819# PREFIX and SUFFIX must not contain globbing or regex special
13820# characters, hashes, percent signs, but SUFFIX may contain a leading
13821# dot (in which case that matches only a dot).
13822func_stripname ()
13823{
13824 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13825 # positional parameters, so assign one to ordinary parameter first.
13826 func_stripname_result=${3}
13827 func_stripname_result=${func_stripname_result#"${1}"}
13828 func_stripname_result=${func_stripname_result%"${2}"}
13829}
13830
13831# func_opt_split
13832func_opt_split ()
13833{
13834 func_opt_split_opt=${1%%=*}
13835 func_opt_split_arg=${1#*=}
13836}
13837
13838# func_lo2o object
13839func_lo2o ()
13840{
13841 case ${1} in
13842 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13843 *) func_lo2o_result=${1} ;;
13844 esac
13845}
77a3eb61
PG
13846
13847# func_xform libobj-or-source
13848func_xform ()
13849{
13850 func_xform_result=${1%.*}.lo
13851}
13852
13853# func_arith arithmetic-term...
13854func_arith ()
13855{
13856 func_arith_result=$(( $* ))
13857}
13858
13859# func_len string
13860# STRING may not start with a hyphen.
13861func_len ()
13862{
13863 func_len_result=${#1}
13864}
13865
1cf3d07d
SE
13866_LT_EOF
13867 ;;
13868 *) # Bourne compatible functions.
13869 cat << \_LT_EOF >> "$cfgfile"
77a3eb61 13870
1cf3d07d
SE
13871# func_dirname file append nondir_replacement
13872# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13873# otherwise set result to NONDIR_REPLACEMENT.
13874func_dirname ()
13875{
13876 # Extract subdirectory from the argument.
43e02a8a 13877 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
1cf3d07d
SE
13878 if test "X$func_dirname_result" = "X${1}"; then
13879 func_dirname_result="${3}"
13880 else
13881 func_dirname_result="$func_dirname_result${2}"
13882 fi
13883}
13884
13885# func_basename file
13886func_basename ()
13887{
43e02a8a 13888 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
1cf3d07d
SE
13889}
13890
77a3eb61 13891
1cf3d07d
SE
13892# func_stripname prefix suffix name
13893# strip PREFIX and SUFFIX off of NAME.
13894# PREFIX and SUFFIX must not contain globbing or regex special
13895# characters, hashes, percent signs, but SUFFIX may contain a leading
13896# dot (in which case that matches only a dot).
13897# func_strip_suffix prefix name
13898func_stripname ()
13899{
13900 case ${2} in
43e02a8a
RW
13901 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13902 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
1cf3d07d
SE
13903 esac
13904}
13905
13906# sed scripts:
13907my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13908my_sed_long_arg='1s/^-[^=]*=//'
13909
13910# func_opt_split
13911func_opt_split ()
13912{
43e02a8a
RW
13913 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13914 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
1cf3d07d
SE
13915}
13916
13917# func_lo2o object
13918func_lo2o ()
13919{
43e02a8a 13920 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
1cf3d07d 13921}
77a3eb61
PG
13922
13923# func_xform libobj-or-source
13924func_xform ()
13925{
43e02a8a 13926 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
77a3eb61
PG
13927}
13928
13929# func_arith arithmetic-term...
13930func_arith ()
13931{
13932 func_arith_result=`expr "$@"`
13933}
13934
13935# func_len string
13936# STRING may not start with a hyphen.
13937func_len ()
13938{
13939 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13940}
13941
1cf3d07d
SE
13942_LT_EOF
13943esac
13944
13945case $lt_shell_append in
13946 yes)
13947 cat << \_LT_EOF >> "$cfgfile"
13948
13949# func_append var value
13950# Append VALUE to the end of shell variable VAR.
13951func_append ()
13952{
13953 eval "$1+=\$2"
13954}
13955_LT_EOF
13956 ;;
13957 *)
13958 cat << \_LT_EOF >> "$cfgfile"
13959
13960# func_append var value
13961# Append VALUE to the end of shell variable VAR.
13962func_append ()
13963{
13964 eval "$1=\$$1\$2"
13965}
77a3eb61 13966
1cf3d07d
SE
13967_LT_EOF
13968 ;;
13969 esac
13970
13971
13972 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13973 || (rm -f "$cfgfile"; exit 1)
13974
13975 mv -f "$cfgfile" "$ofile" ||
13976 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13977 chmod +x "$ofile"
13978
77008252 13979 ;;
5213506e 13980
77008252 13981 esac
5213506e 13982done # for ac_tag
77008252 13983
77008252 13984
5213506e 13985as_fn_exit 0
77008252 13986_ACEOF
77008252
JJ
13987ac_clean_files=$ac_clean_files_save
13988
5213506e 13989test $ac_write_fail = 0 ||
22e05272 13990 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5213506e 13991
77008252
JJ
13992
13993# configure is writing to config.log, and then calls config.status.
13994# config.status does its own redirection, appending to config.log.
13995# Unfortunately, on DOS this fails, as config.log is still kept open
13996# by configure, so config.status won't be able to write to it; its
13997# output is simply discarded. So we exec the FD to /dev/null,
13998# effectively closing config.log, so it can be properly (re)opened and
13999# appended to by config.status. When coming back to configure, we
14000# need to make the FD available again.
14001if test "$no_create" != yes; then
14002 ac_cs_success=:
14003 ac_config_status_args=
14004 test "$silent" = yes &&
14005 ac_config_status_args="$ac_config_status_args --quiet"
14006 exec 5>/dev/null
14007 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14008 exec 5>>config.log
14009 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14010 # would make configure fail if this is the last instruction.
22e05272 14011 $ac_cs_success || as_fn_exit 1
5213506e
RW
14012fi
14013if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14015$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
77008252
JJ
14016fi
14017
This page took 3.213486 seconds and 6 git commands to generate.